-
Notifications
You must be signed in to change notification settings - Fork 287
API Changes in PyThaiNLP 2.0 from PyThaiNLP 1.7
Wannaphong Phatthiyaphaibun edited this page Mar 22, 2019
·
9 revisions
We are removing sentiment analysis in PyThaiNLP 2.0 https://github.com/PyThaiNLP/pythainlp/issues/172#issuecomment-457456966
- from
pythainlp.romanization.romanizationtopythainlp.transliterate.romanize
from pythainlp.ner.thainer to pythainlp.tag.named_entity.ThaiNameTagger
from pythainlp.MetaSound.MetaSound(name) to pythainlp.soundex.metasound(name)
from pythainlp.corpus.stopwords.words("thai") to pythainlp.corpus.common.thai_stopwords()
TODO
PyThaiNLP