CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
README_TH.md
setup.cfg
setup.py
pythainlp/__init__.py
pythainlp/__main__.py
pythainlp.egg-info/PKG-INFO
pythainlp.egg-info/SOURCES.txt
pythainlp.egg-info/dependency_links.txt
pythainlp.egg-info/entry_points.txt
pythainlp.egg-info/not-zip-safe
pythainlp.egg-info/requires.txt
pythainlp.egg-info/top_level.txt
pythainlp/benchmarks/__init__.py
pythainlp/benchmarks/word_tokenization.py
pythainlp/cli/__init__.py
pythainlp/cli/benchmark.py
pythainlp/cli/data.py
pythainlp/cli/soundex.py
pythainlp/cli/tag.py
pythainlp/cli/tokenize.py
pythainlp/corpus/__init__.py
pythainlp/corpus/common.py
pythainlp/corpus/conceptnet.py
pythainlp/corpus/core.py
pythainlp/corpus/tnc.py
pythainlp/corpus/ttc.py
pythainlp/corpus/util.py
pythainlp/corpus/wordnet.py
pythainlp/soundex/__init__.py
pythainlp/soundex/core.py
pythainlp/soundex/lk82.py
pythainlp/soundex/metasound.py
pythainlp/soundex/udom83.py
pythainlp/spell/__init__.py
pythainlp/spell/core.py
pythainlp/spell/pn.py
pythainlp/summarize/__init__.py
pythainlp/summarize/core.py
pythainlp/summarize/freq.py
pythainlp/summarize/mt5.py
pythainlp/tag/__init__.py
pythainlp/tag/_tag_perceptron.py
pythainlp/tag/chunk.py
pythainlp/tag/crfchunk.py
pythainlp/tag/locations.py
pythainlp/tag/lst20.py
pythainlp/tag/named_entity.py
pythainlp/tag/orchid.py
pythainlp/tag/perceptron.py
pythainlp/tag/pos_tag.py
pythainlp/tag/unigram.py
pythainlp/tokenize/__init__.py
pythainlp/tokenize/attacut.py
pythainlp/tokenize/core.py
pythainlp/tokenize/crfcls.py
pythainlp/tokenize/crfcut.py
pythainlp/tokenize/deepcut.py
pythainlp/tokenize/etcc.py
pythainlp/tokenize/longest.py
pythainlp/tokenize/multi_cut.py
pythainlp/tokenize/nercut.py
pythainlp/tokenize/newmm.py
pythainlp/tokenize/pyicu.py
pythainlp/tokenize/ssg.py
pythainlp/tokenize/tcc.py
pythainlp/tools/__init__.py
pythainlp/tools/path.py
pythainlp/translate/__init__.py
pythainlp/translate/core.py
pythainlp/transliterate/__init__.py
pythainlp/transliterate/core.py
pythainlp/transliterate/ipa.py
pythainlp/transliterate/pyicu.py
pythainlp/transliterate/royin.py
pythainlp/transliterate/thai2rom.py
pythainlp/transliterate/thaig2p.py
pythainlp/transliterate/w2p.py
pythainlp/ulmfit/__init__.py
pythainlp/ulmfit/core.py
pythainlp/ulmfit/preprocess.py
pythainlp/ulmfit/tokenizer.py
pythainlp/util/__init__.py
pythainlp/util/collate.py
pythainlp/util/date.py
pythainlp/util/digitconv.py
pythainlp/util/emojiconv.py
pythainlp/util/keyboard.py
pythainlp/util/keywords.py
pythainlp/util/normalize.py
pythainlp/util/numtoword.py
pythainlp/util/strftime.py
pythainlp/util/thai.py
pythainlp/util/thaiwordcheck.py
pythainlp/util/time.py
pythainlp/util/trie.py
pythainlp/util/wordtonum.py
pythainlp/wangchanberta/__init__.py
pythainlp/wangchanberta/core.py
pythainlp/wangchanberta/postag.py
pythainlp/word_vector/__init__.py
pythainlp/word_vector/core.py
tests/__init__.py
tests/test_benchmarks.py
tests/test_cli.py
tests/test_corpus.py
tests/test_soundex.py
tests/test_spell.py
tests/test_summarize.py
tests/test_tag.py
tests/test_tokenize.py
tests/test_tools.py
tests/test_translate.py
tests/test_transliterate.py
tests/test_ulmfit.py
tests/test_util.py
tests/test_wangchanberta.py
tests/test_word_vector.py
tests/data/sentences.yml