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