Skip to content

PyThaiNLP 1.7.0

Choose a tag to compare

@wannaphong wannaphong released this 22 Sep 13:17
7abc2ef

PyThaiNLP is a Python library for natural language processing (NLP) of Thai language.

What's new in PyThaiNLP 1.7 ?

  • Deprecate Python 2 support
  • Refactor pythainlp.tokenize.pyicu for readability
  • Add Thai NER model to pythainlp.ner
  • thai2vec v0.2 - larger vocab, benchmarking results on Wongnai dataset
  • Sentiment classifier based on ULMFit and various product review datasets
  • Add ULMFit utility to PyThaiNLP
  • Add Thai romanization model thai2rom
  • Retrain POS-tagging model
  • Improve word tokenize (newmm,mm) and dict_word_tokenize
  • Documentation added

Install

pip install https://github.com/PyThaiNLP/pythainlp/archive/1.7.0.zip

Docs : https://thainlp.org/pythainlp/docs/1.7/

GitHub : https://github.com/PyThaiNLP/pythainlp

Issues : https://github.com/PyThaiNLP/pythainlp/issues

Thank you for choosing us.

PyThaiNLP team