CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
README_TH.md
pyproject.toml
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/ancient/__init__.py
pythainlp/ancient/aksonhan.py
pythainlp/augment/__init__.py
pythainlp/augment/wordnet.py
pythainlp/augment/lm/__init__.py
pythainlp/augment/lm/fasttext.py
pythainlp/augment/lm/phayathaibert.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/chat/__init__.py
pythainlp/chat/core.py
pythainlp/classify/__init__.py
pythainlp/classify/param_free.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/cls/__init__.py
pythainlp/coref/__init__.py
pythainlp/coref/_fastcoref.py
pythainlp/coref/core.py
pythainlp/coref/han_coref.py
pythainlp/corpus/__init__.py
pythainlp/corpus/blackboard-cls_v1.0.crfsuite
pythainlp/corpus/common.py
pythainlp/corpus/conceptnet.py
pythainlp/corpus/core.py
pythainlp/corpus/corpus_license.md
pythainlp/corpus/countries_th.txt
pythainlp/corpus/crfchunk_orchidpp.model
pythainlp/corpus/default_db.json
pythainlp/corpus/etcc.txt
pythainlp/corpus/family_names_th.txt
pythainlp/corpus/han_solo.crfsuite
pythainlp/corpus/icu.py
pythainlp/corpus/icubrk_th.txt
pythainlp/corpus/negations_th.txt
pythainlp/corpus/orst_words_th.txt
pythainlp/corpus/oscar.py
pythainlp/corpus/person_names_female_th.txt
pythainlp/corpus/person_names_male_th.txt
pythainlp/corpus/pos_orchid_perceptron.json
pythainlp/corpus/pos_orchid_unigram.json
pythainlp/corpus/pos_tud_perceptron.json
pythainlp/corpus/pos_tud_unigram.json
pythainlp/corpus/pos_ud_perceptron-v0.2.json
pythainlp/corpus/pos_ud_unigram-v0.2.json
pythainlp/corpus/sentenceseg_crfcut.model
pythainlp/corpus/stopwords_th.txt
pythainlp/corpus/syllables_th.txt
pythainlp/corpus/tdtb-pt_tagger.json
pythainlp/corpus/tdtb-unigram_tagger.json
pythainlp/corpus/th_en_translit.py
pythainlp/corpus/th_en_transliteration_v1.4.tsv
pythainlp/corpus/thai2rom_decoder.onnx
pythainlp/corpus/thai2rom_encoder.onnx
pythainlp/corpus/thai2rom_loader_onnx.json
pythainlp/corpus/thailand_provinces_th.csv
pythainlp/corpus/thainer_crf_1_5_1.model
pythainlp/corpus/tnc.py
pythainlp/corpus/tnc_freq.txt
pythainlp/corpus/ttc.py
pythainlp/corpus/ttc_freq.txt
pythainlp/corpus/util.py
pythainlp/corpus/volubilis.py
pythainlp/corpus/volubilis_words_th.txt
pythainlp/corpus/wikipedia.py
pythainlp/corpus/wikipedia_titles_th.txt
pythainlp/corpus/wordnet.py
pythainlp/corpus/wordnet_th.db
pythainlp/corpus/words_th.txt
pythainlp/corpus/words_th_thai2fit_201810.txt
pythainlp/el/__init__.py
pythainlp/el/_multiel.py
pythainlp/el/core.py
pythainlp/generate/__init__.py
pythainlp/generate/core.py
pythainlp/generate/thai2fit.py
pythainlp/generate/wangchanglm.py
pythainlp/khavee/__init__.py
pythainlp/khavee/core.py
pythainlp/morpheme/__init__.py
pythainlp/morpheme/thaiwordcheck.py
pythainlp/morpheme/word_formation.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/parse/ud_goeswith.py
pythainlp/phayathaibert/__init__.py
pythainlp/phayathaibert/core.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/sound.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/spell/wanchanberta_thai_grammarly.py
pythainlp/summarize/__init__.py
pythainlp/summarize/core.py
pythainlp/summarize/freq.py
pythainlp/summarize/keybert.py
pythainlp/summarize/mt5.py
pythainlp/tag/__init__.py
pythainlp/tag/_tag_perceptron.py
pythainlp/tag/blackboard.py
pythainlp/tag/chunk.py
pythainlp/tag/crfchunk.py
pythainlp/tag/locations.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/_utils.py
pythainlp/tokenize/attacut.py
pythainlp/tokenize/core.py
pythainlp/tokenize/crfcut.py
pythainlp/tokenize/deepcut.py
pythainlp/tokenize/etcc.py
pythainlp/tokenize/han_solo.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/tcc_p.py
pythainlp/tokenize/thaisumcut.py
pythainlp/tokenize/tltk.py
pythainlp/tokenize/wtsplit.py
pythainlp/tools/__init__.py
pythainlp/tools/core.py
pythainlp/tools/misspell.py
pythainlp/tools/path.py
pythainlp/translate/__init__.py
pythainlp/translate/core.py
pythainlp/translate/en_th.py
pythainlp/translate/small100.py
pythainlp/translate/th_fr.py
pythainlp/translate/tokenization_small100.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/lookup.py
pythainlp/transliterate/pyicu.py
pythainlp/transliterate/royin.py
pythainlp/transliterate/spoonerism.py
pythainlp/transliterate/thai2rom.py
pythainlp/transliterate/thai2rom_onnx.py
pythainlp/transliterate/thaig2p.py
pythainlp/transliterate/thaig2p_v2.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/abbreviation.py
pythainlp/util/collate.py
pythainlp/util/date.py
pythainlp/util/digitconv.py
pythainlp/util/emojiconv.py
pythainlp/util/encoding.py
pythainlp/util/keyboard.py
pythainlp/util/keywords.py
pythainlp/util/morse.py
pythainlp/util/normalize.py
pythainlp/util/numtoword.py
pythainlp/util/phoneme.py
pythainlp/util/pronounce.py
pythainlp/util/remove_trailing_repeat_consonants.py
pythainlp/util/spell_words.py
pythainlp/util/strftime.py
pythainlp/util/syllable.py
pythainlp/util/thai.py
pythainlp/util/thai_lunar_date.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/word_vector/__init__.py
pythainlp/word_vector/core.py
pythainlp/wsd/__init__.py
pythainlp/wsd/core.py
tests/README.md
tests/__init__.py
tests/compact/__init__.py
tests/compact/testc_parse.py
tests/compact/testc_tokenize.py
tests/compact/testc_tools.py
tests/compact/testc_transliterate.py
tests/compact/testc_util.py
tests/core/__init__.py
tests/core/test_ancient.py
tests/core/test_cli.py
tests/core/test_corpus.py
tests/core/test_generate.py
tests/core/test_khavee.py
tests/core/test_morpheme.py
tests/core/test_soundex.py
tests/core/test_spell.py
tests/core/test_tag.py
tests/core/test_tokenize.py
tests/core/test_tools.py
tests/core/test_transliterate.py
tests/core/test_util.py
tests/data/eval-details-input.json
tests/data/eval-input.yml
tests/data/input.txt
tests/data/sentences.yml
tests/data/test.txt
tests/extra/__init__.py
tests/extra/testx_augment.py
tests/extra/testx_benchmarks.py
tests/extra/testx_classify.py
tests/extra/testx_cli.py
tests/extra/testx_coref.py
tests/extra/testx_corpus.py
tests/extra/testx_el.py
tests/extra/testx_generate.py
tests/extra/testx_parse.py
tests/extra/testx_soundex.py
tests/extra/testx_spell.py
tests/extra/testx_summarize.py
tests/extra/testx_tag.py
tests/extra/testx_tokenize.py
tests/extra/testx_translate.py
tests/extra/testx_transliterate.py
tests/extra/testx_ulmfit.py
tests/extra/testx_util.py
tests/extra/testx_wangchanberta.py
tests/extra/testx_word_vector.py
tests/extra/testx_wsd.py