AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/package_reference.rst
docs/readme.rst
tests/__init__.py
tests/chunking/__init__.py
tests/chunking/test_chunk.py
tests/classification/__init__.py
tests/classification/test_bank.py
tests/classification/test_vntc.py
tests/cli/__init__.py
tests/cli/test_cli_data.py
tests/cli/test_cli_model.py
tests/dictionary/__init__.py
tests/dictionary/test.py
tests/feature_engineering/Viet74K.txt
tests/feature_engineering/__init__.py
tests/feature_engineering/test_lowercase.py
tests/feature_engineering/test_text.py
tests/feature_engineering/test_unicode.py
tests/ner/__init__.py
tests/ner/test_ner.py
tests/pos_tag/__init__.py
tests/pos_tag/test_pos_tag.py
tests/pos_tag/samples/2.txt
tests/pos_tag/samples/4.txt
tests/pos_tag/samples/5.txt
tests/sent_tokenize/__init__.py
tests/sent_tokenize/test_sent_tokenize.py
tests/sentiment/__init__.py
tests/sentiment/test_bank.py
tests/sentiment/test_general.py
tests/test_corpus/__init__.py
tests/test_corpus/test_corpus.py
tests/test_corpus/test_plaintext.py
tests/test_corpus/test_vietdict.py
tests/test_corpus/test_ws.py
tests/test_corpus/sample_saved_ws_corpus/sample_1.txt
tests/test_corpus/sample_saved_ws_corpus/sample_2.txt
tests/test_corpus/sample_text_corpus/21455847.txt
tests/test_corpus/sample_text_corpus/21457801.txt
tests/test_corpus/sample_text_corpus/21459344.txt
tests/test_corpus/sample_text_corpus/21461263.txt
tests/test_corpus/sample_ws_corpus/sample_1.txt
tests/test_corpus/sample_ws_corpus/sample_2.txt
tests/word_tokenize/__init__.py
tests/word_tokenize/test_config.py
tests/word_tokenize/test_tokenize.py
tests/word_tokenize/test_word_tokenize.py
underthesea/VERSION
underthesea/__init__.py
underthesea/cli.py
underthesea/data.py
underthesea/data_fetcher.py
underthesea/data_lf.py
underthesea/datasets_lf.py
underthesea/file_utils.py
underthesea/model_fetcher.py
underthesea/models.py
underthesea.egg-info/PKG-INFO
underthesea.egg-info/SOURCES.txt
underthesea.egg-info/dependency_links.txt
underthesea.egg-info/entry_points.txt
underthesea.egg-info/not-zip-safe
underthesea.egg-info/requires.txt
underthesea.egg-info/top_level.txt
underthesea/chunking/__init__.py
underthesea/chunking/chunk_crf_2017_10_12.bin
underthesea/chunking/model_crf.py
underthesea/chunking/tagged_feature.py
underthesea/classification/__init__.py
underthesea/classification/text_features.py
underthesea/classification/bank/__init__.py
underthesea/classification/vntc/__init__.py
underthesea/corpus/__init__.py
underthesea/corpus/corpus.py
underthesea/corpus/document.py
underthesea/corpus/plaintext.py
underthesea/corpus/ws.py
underthesea/corpus/data/Viet11K.txt
underthesea/corpus/data/Viet22K.txt
underthesea/corpus/data/Viet39K.txt
underthesea/corpus/data/Viet74K.txt
underthesea/corpus/readers/__init__.py
underthesea/corpus/readers/dictionary_loader.py
underthesea/corpus_lf/__init__.py
underthesea/corpus_lf/util.py
underthesea/corpus_lf/vlsp2016_sa_corpus.py
underthesea/dictionary/__init__.py
underthesea/dictionary/dictionary.data
underthesea/feature_engineering/__init__.py
underthesea/feature_engineering/feature.py
underthesea/feature_engineering/lowercase.py
underthesea/feature_engineering/text.py
underthesea/feature_engineering/unicode.py
underthesea/models_lf/__init__.py
underthesea/models_lf/text_classifier.py
underthesea/ner/__init__.py
underthesea/ner/model_crf.py
underthesea/ner/ner_crf_2017_10_12.bin
underthesea/ner/tagged_feature.py
underthesea/pos_tag/__init__.py
underthesea/pos_tag/model_crf.py
underthesea/pos_tag/pos_crf_2017_10_11.bin
underthesea/pos_tag/tagged_feature.py
underthesea/reader/__init__.py
underthesea/reader/dictionary_loader.py
underthesea/reader/tagged_corpus.py
underthesea/reader/tc_.py
underthesea/sent_tokenize/__init__.py
underthesea/sent_tokenize/st_kiss-strunk-2006_2019_01_13.pkl
underthesea/sentiment/__init__.py
underthesea/sentiment/bank/__init__.py
underthesea/sentiment/bank/text_features.py
underthesea/sentiment/general/__init__.py
underthesea/sentiment/general/text_features.py
underthesea/transformer/Viet74K.txt
underthesea/transformer/__init__.py
underthesea/transformer/count.py
underthesea/transformer/number.py
underthesea/transformer/punctuation.txt
underthesea/transformer/tagged.py
underthesea/transformer/tagged_feature.py
underthesea/transformer/text.py
underthesea/transformer/tfidf.py
underthesea/transformer/word_vector.py
underthesea/util/__init__.py
underthesea/util/data.py
underthesea/util/file_io.py
underthesea/util/singleton.py
underthesea/word_tokenize/__init__.py
underthesea/word_tokenize/model.py
underthesea/word_tokenize/regex_tokenize.py
underthesea/word_tokenize/wt_crf_2018_09_13.bin