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/augment/__init__.py
pythainlp/augment/wordnet.py
pythainlp/augment/lm/__init__.py
pythainlp/augment/lm/fasttext.py
pythainlp/augment/lm/wangchanberta.py
pythainlp/augment/word2vec/__init__.py
pythainlp/augment/word2vec/bpemb_wv.py
pythainlp/augment/word2vec/core.py
pythainlp/augment/word2vec/ltw2v.py
pythainlp/augment/word2vec/thai2fit.py
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/oscar.py
pythainlp/corpus/tnc.py
pythainlp/corpus/ttc.py
pythainlp/corpus/util.py
pythainlp/corpus/wordnet.py
pythainlp/generate/__init__.py
pythainlp/generate/core.py
pythainlp/generate/thai2fit.py
pythainlp/parse/__init__.py
pythainlp/parse/core.py
pythainlp/parse/esupar_engine.py
pythainlp/parse/spacy_thai_engine.py
pythainlp/parse/transformers_ud.py
pythainlp/soundex/__init__.py
pythainlp/soundex/core.py
pythainlp/soundex/lk82.py
pythainlp/soundex/metasound.py
pythainlp/soundex/prayut_and_somchaip.py
pythainlp/soundex/udom83.py
pythainlp/spell/__init__.py
pythainlp/spell/core.py
pythainlp/spell/phunspell.py
pythainlp/spell/pn.py
pythainlp/spell/symspellpy.py
pythainlp/spell/tltk.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/lst20_ner_onnx.py
pythainlp/tag/named_entity.py
pythainlp/tag/orchid.py
pythainlp/tag/perceptron.py
pythainlp/tag/pos_tag.py
pythainlp/tag/thai_nner.py
pythainlp/tag/thainer.py
pythainlp/tag/tltk.py
pythainlp/tag/unigram.py
pythainlp/tag/wangchanberta_onnx.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/nlpo3.py
pythainlp/tokenize/oskut.py
pythainlp/tokenize/pyicu.py
pythainlp/tokenize/sefr_cut.py
pythainlp/tokenize/ssg.py
pythainlp/tokenize/tcc.py
pythainlp/tokenize/thaisumcut.py
pythainlp/tokenize/tltk.py
pythainlp/tools/__init__.py
pythainlp/tools/misspell.py
pythainlp/tools/path.py
pythainlp/translate/__init__.py
pythainlp/translate/core.py
pythainlp/translate/en_th.py
pythainlp/translate/th_fr.py
pythainlp/translate/zh_th.py
pythainlp/transliterate/__init__.py
pythainlp/transliterate/core.py
pythainlp/transliterate/ipa.py
pythainlp/transliterate/iso_11940.py
pythainlp/transliterate/pyicu.py
pythainlp/transliterate/royin.py
pythainlp/transliterate/spoonerism.py
pythainlp/transliterate/thai2rom.py
pythainlp/transliterate/thaig2p.py
pythainlp/transliterate/tltk.py
pythainlp/transliterate/w2p.py
pythainlp/transliterate/wunsen.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/syllable.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_augment.py
tests/test_benchmarks.py
tests/test_cli.py
tests/test_corpus.py
tests/test_generate.py
tests/test_misspell.py
tests/test_parse.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/eval-details-input.json
tests/data/eval-input.yml
tests/data/input.txt
tests/data/sentences.yml
tests/data/test.txt