Skip to content

API Changes in PyThaiNLP 2.0 from PyThaiNLP 1.7

Wannaphong Phatthiyaphaibun edited this page Mar 22, 2019 · 9 revisions

Sentiment Analysis

We are removing sentiment analysis in PyThaiNLP 2.0 https://github.com/PyThaiNLP/pythainlp/issues/172#issuecomment-457456966

Soundex

  • from pythainlp.soundex.LK82 to pythainlp.soundex.lk82
  • from pythainlp.soundex.Udom83 to pythainlp.soundex.udom83

Romanization

  • from pythainlp.romanization.romanization to pythainlp.transliterate.romanize

Named Entity Recognition

from pythainlp.ner.thainer to pythainlp.tag.named_entity.ThaiNameTagger

MetaSound

from pythainlp.MetaSound.MetaSound(name) to pythainlp.soundex.metasound(name)

Corpus

stopword

from pythainlp.corpus.stopwords.words("thai") to pythainlp.corpus.common.thai_stopwords()

TODO

Clone this wiki locally