AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
tests/__init__.py
tests/benchmark/benchmark_word_tokenize.py
tests/benchmark/benchmark_word_tokenize_compare.py
tests/cli/__init__.py
tests/cli/test_cli_corpus.py
tests/cli/test_cli_data.py
tests/cli/test_cli_model.py
tests/corpus/__init__.py
tests/corpus/test_corpus.py
tests/corpus/test_plaintext.py
tests/corpus/test_uvd.py
tests/corpus/test_vietdict.py
tests/corpus/test_ws.py
tests/corpus/sample_saved_ws_corpus/sample_1.txt
tests/corpus/sample_saved_ws_corpus/sample_2.txt
tests/corpus/sample_text_corpus/21455847.txt
tests/corpus/sample_text_corpus/21457801.txt
tests/corpus/sample_text_corpus/21459344.txt
tests/corpus/sample_text_corpus/21461263.txt
tests/corpus/sample_ws_corpus/sample_1.txt
tests/corpus/sample_ws_corpus/sample_2.txt
tests/corpus_wip/__init__.py
tests/corpus_wip/test_revise_corpus.py
tests/corpus_wip/test_validate_corpus.py
tests/datasets/test_stopwords.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/featurizers/benchmark_featurizers.py
tests/featurizers/test_featurizers.py
tests/lab/__init__.py
tests/lab/dp_predict.py
tests/lab/dp_train_sample.py
tests/pipeline/__init__.py
tests/pipeline/chunking/__init__.py
tests/pipeline/chunking/test_chunk.py
tests/pipeline/classification/__init__.py
tests/pipeline/classification/test_bank.py
tests/pipeline/classification/test_vntc.py
tests/pipeline/dependency_parse/__init__.py
tests/pipeline/dependency_parse/test_dependency_parse.py
tests/pipeline/ipa/__init__.py
tests/pipeline/ipa/test_ipa.py
tests/pipeline/ipa/tests.txt
tests/pipeline/ner/__init__.py
tests/pipeline/ner/test_ner.py
tests/pipeline/ner/test_ner_deep.py
tests/pipeline/pos_tag/__init__.py
tests/pipeline/pos_tag/test_pos_tag.py
tests/pipeline/pos_tag/samples/2.txt
tests/pipeline/pos_tag/samples/4.txt
tests/pipeline/pos_tag/samples/5.txt
tests/pipeline/sent_tokenize/__init__.py
tests/pipeline/sent_tokenize/test_sent_tokenize.py
tests/pipeline/sentiment/__init__.py
tests/pipeline/sentiment/test_bank.py
tests/pipeline/sentiment/test_general.py
tests/pipeline/text_normalize/__init__.py
tests/pipeline/text_normalize/test_text_normalize.py
tests/pipeline/word_tokenize/__init__.py
tests/pipeline/word_tokenize/test_config.py
tests/pipeline/word_tokenize/test_tokenize.py
tests/pipeline/word_tokenize/test_word_tokenize.py
tests/top_level/test_top_level.py
tests/utils/__init__.py
tests/utils/test_generate_table.py
tests/utils/test_vietnamese_ipa.py
tests/utils/test_data/edge.in
tests/utils/test_data/edge_n-c-p.out
tests/utils/test_data/onsets-vphon.in
tests/utils/test_data/onsets.in
tests/utils/test_data/onsets_n-c-p.out
tests/utils/test_data/rimes.in
tests/utils/test_data/rimes_n-c-p.out
tests/utils/test_data/rimes_s-c-p.out
tests/utils/test_data/tones.in
tests/utils/test_data/tones_n-c-p.out
tests/utils/test_data/vowels.in
tests/utils/test_data/vowels_n-c-p.out
underthesea/VERSION
underthesea/__init__.py
underthesea/cli.py
underthesea/data_fetcher.py
underthesea/datasets.yaml
underthesea/file_utils.py
underthesea/model_fetcher.py
underthesea/models.yaml
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/corpus/README.md
underthesea/corpus/__init__.py
underthesea/corpus/categorized_corpus.py
underthesea/corpus/conll_corpus.py
underthesea/corpus/corpus.py
underthesea/corpus/data.py
underthesea/corpus/dictionary.data
underthesea/corpus/plaintext_corpus.py
underthesea/corpus/tagged_corpus.py
underthesea/corpus/util.py
underthesea/corpus/uvd.py
underthesea/corpus/validate_corpus.py
underthesea/corpus/word_tokenize_corpus.py
underthesea/corpus/ws_corpus.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/datasets/__init__.py
underthesea/datasets/stopwords/README.md
underthesea/datasets/stopwords/__init__.py
underthesea/datasets/stopwords/stopwords.txt
underthesea/datasets/stopwords/stopwords_dev.txt
underthesea/datasets/uit_absa_hotel/uit_absa_hotel.py
underthesea/datasets/uit_absa_restaurant/uit_absa_restaurant.py
underthesea/datasets/vlsp2013_wtk/__init__.py
underthesea/datasets/vlsp2013_wtk/revise_1.py
underthesea/datasets/vlsp2013_wtk/revise_2.py
underthesea/datasets/vlsp2013_wtk/revise_2_data.yml
underthesea/datasets/vlsp2013_wtk/revise_corpus.py
underthesea/datasets/vlsp2013_wtk/validate.py
underthesea/datasets/vlsp2013_wtk/vlsp2013_wtk_r2.py
underthesea/datasets/vlsp2016_sa/__init__.py
underthesea/datasets/vlsp2016_sa/vlsp2016_sa_corpus.py
underthesea/datasets/vlsp2020_dp/__init__.py
underthesea/datasets/vlsp2020_dp/import_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/feature_engineering/data/.gitignore
underthesea/models/__init__.py
underthesea/models/crf_sequence_tagger.py
underthesea/models/dependency_parser.py
underthesea/models/model.py
underthesea/models/text_classifier.py
underthesea/modules/__init__.py
underthesea/modules/base.py
underthesea/modules/bert.py
underthesea/modules/embeddings.py
underthesea/modules/nn.py
underthesea/modules/scalar_mix.py
underthesea/pipeline/__init__.py
underthesea/pipeline/chunking/__init__.py
underthesea/pipeline/chunking/chunk_crf_2017_10_12.bin
underthesea/pipeline/chunking/model_crf.py
underthesea/pipeline/chunking/tagged_feature.py
underthesea/pipeline/classification/__init__.py
underthesea/pipeline/classification/text_features.py
underthesea/pipeline/classification/bank/__init__.py
underthesea/pipeline/classification/vntc/__init__.py
underthesea/pipeline/dependency_parse/__init__.py
underthesea/pipeline/ipa/__init__.py
underthesea/pipeline/ner/__init__.py
underthesea/pipeline/ner/model_crf.py
underthesea/pipeline/ner/model_transformers.py
underthesea/pipeline/ner/ner_crf_2017_10_12.bin
underthesea/pipeline/ner/tagged_feature.py
underthesea/pipeline/pos_tag/__init__.py
underthesea/pipeline/pos_tag/model_crf.py
underthesea/pipeline/pos_tag/pos_crf_2017_10_11.bin
underthesea/pipeline/pos_tag/tagged_feature.py
underthesea/pipeline/sent_tokenize/__init__.py
underthesea/pipeline/sent_tokenize/st_kiss-strunk-2006_2019_01_13.pkl
underthesea/pipeline/sentiment/__init__.py
underthesea/pipeline/sentiment/bank/__init__.py
underthesea/pipeline/sentiment/bank/text_features.py
underthesea/pipeline/sentiment/general/__init__.py
underthesea/pipeline/sentiment/general/text_features.py
underthesea/pipeline/text_normalize/__init__.py
underthesea/pipeline/text_normalize/character_normalize.py
underthesea/pipeline/text_normalize/text_normalizer.py
underthesea/pipeline/text_normalize/tn_rules_2022_08_11.bin
underthesea/pipeline/text_normalize/token_normalize.py
underthesea/pipeline/word_tokenize/__init__.py
underthesea/pipeline/word_tokenize/model.py
underthesea/pipeline/word_tokenize/nightly.py
underthesea/pipeline/word_tokenize/regex_tokenize.py
underthesea/pipeline/word_tokenize/wt_crf_2018_09_13.bin
underthesea/reader/__init__.py
underthesea/reader/dictionary_loader.py
underthesea/trainers/__init__.py
underthesea/trainers/classifier_trainer.py
underthesea/trainers/dependency_parser_trainer.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/transforms/__init__.py
underthesea/transforms/conll.py
underthesea/util/__init__.py
underthesea/util/data.py
underthesea/util/file_io.py
underthesea/util/singleton.py
underthesea/utils/__init__.py
underthesea/utils/col_analyzer.py
underthesea/utils/col_dictionary.py
underthesea/utils/col_dictionary_entry_generator.py
underthesea/utils/col_dictionary_entry_import.py
underthesea/utils/col_dictionary_import.py
underthesea/utils/col_external_dictionary.py
underthesea/utils/col_lyrics.py
underthesea/utils/col_script.py
underthesea/utils/col_sketchengine.py
underthesea/utils/col_stopwords.py
underthesea/utils/col_wiki_clean.py
underthesea/utils/col_wiki_ud.py
underthesea/utils/datasets_util.py
underthesea/utils/sp_alg.py
underthesea/utils/sp_common.py
underthesea/utils/sp_config.py
underthesea/utils/sp_data.py
underthesea/utils/sp_embedding.py
underthesea/utils/sp_field.py
underthesea/utils/sp_fn.py
underthesea/utils/sp_init.py
underthesea/utils/sp_metric.py
underthesea/utils/sp_parallel.py
underthesea/utils/sp_vocab.py
underthesea/utils/util_deep_learning.py
underthesea/utils/vietnamese_features.py
underthesea/utils/vietnamese_ipa.py
underthesea/utils/vietnamese_ipa_rules.py