Skip to content

PyThaiNLP v5.2.0 Released!

Latest

Choose a tag to compare

@wannaphong wannaphong released this 20 Dec 12:54

We released PyThaiNLP v5.2.0! This version adds more functions, improves performance, enhances documentation, and fixes some bugs.

Install: pip install pythainlp
Upgrade: pip install -U pythainlp

See PyThaiNLP 5.2 Change Log: #1080

What is new?

  • Add pythainlp.translate.word_translate #1102
  • Update Dockerfile #1049
  • Add Words Spelling Correction using Char2Vec #1075
  • Add Thailand Ancient Currency Converter #1113
  • Add B-K/umt5-thai-g2p-v2-0.5k #1140
  • Add budoux to word tokenizer engine #1161
  • pythainlp.cls, use instead pythainlp.classify 9a2c157

Remove

  • Remove conceptnet #1103

Deprecation and other API changes

  • pythainlp.cls, use instead pythainlp.classify
  • pythainlp.corpus.thai_synonym, use instead pythainlp.corpus.thai_synonyms
  • pythainlp.util.maiyamok, use instead pythainlp.util.expand_maiyamok

Full Changelog: v5.1.2...v5.2.0

Contributors

Thanks all the contributors. (Image made with contributors-img)

We build Thai NLP.

PyThaiNLP