LICENSE
README.md
pyproject.toml
tests/test_data_fetcher.py
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/requires.txt
underthesea.egg-info/top_level.txt
underthesea/corpus/__init__.py
underthesea/corpus/categorized_corpus.py
underthesea/corpus/conll_corpus.py
underthesea/corpus/corpus.py
underthesea/corpus/data.py
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/__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_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/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/tools/module/VietnameseTextNormalizer.py
underthesea/models/__init__.py
underthesea/models/crf_sequence_tagger.py
underthesea/models/dependency_parser.py
underthesea/models/fast_crf_sequence_tagger.py
underthesea/models/model.py
underthesea/models/prompt_model.py
underthesea/models/py_crf_sequence_tagger.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/classification_prompt.py
underthesea/pipeline/classification/text_features.py
underthesea/pipeline/classification/bank/__init__.py
underthesea/pipeline/classification/sonar_core_1/__init__.py
underthesea/pipeline/classification/vntc/__init__.py
underthesea/pipeline/dependency_parse/__init__.py
underthesea/pipeline/ipa/__init__.py
underthesea/pipeline/lang_detect/__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/pos_tag/models/pos_crf_vlsp2013_20230303/dictionary.bin
underthesea/pipeline/pos_tag/models/pos_crf_vlsp2013_20230303/features.bin
underthesea/pipeline/pos_tag/models/pos_crf_vlsp2013_20230303/models.bin
underthesea/pipeline/pos_tag/models/pos_crf_vlsp2013_20230303/test_output.txt
underthesea/pipeline/say/__init__.py
underthesea/pipeline/say/lab.py
underthesea/pipeline/say/lab_merge.py
underthesea/pipeline/say/viettts_/__init__.py
underthesea/pipeline/say/viettts_/synthesizer.py
underthesea/pipeline/say/viettts_/assets/transcript.txt
underthesea/pipeline/say/viettts_/assets/infore/lexicon.txt
underthesea/pipeline/say/viettts_/hifigan/__init__.py
underthesea/pipeline/say/viettts_/hifigan/config.py
underthesea/pipeline/say/viettts_/hifigan/convert_torch_model_to_haiku.py
underthesea/pipeline/say/viettts_/hifigan/create_mel.py
underthesea/pipeline/say/viettts_/hifigan/mel2wave.py
underthesea/pipeline/say/viettts_/hifigan/model.py
underthesea/pipeline/say/viettts_/hifigan/torch_model.py
underthesea/pipeline/say/viettts_/nat/__init__.py
underthesea/pipeline/say/viettts_/nat/acoustic_tpu_trainer.py
underthesea/pipeline/say/viettts_/nat/acoustic_trainer.py
underthesea/pipeline/say/viettts_/nat/config.py
underthesea/pipeline/say/viettts_/nat/data_loader.py
underthesea/pipeline/say/viettts_/nat/dsp.py
underthesea/pipeline/say/viettts_/nat/duration_trainer.py
underthesea/pipeline/say/viettts_/nat/gta.py
underthesea/pipeline/say/viettts_/nat/model.py
underthesea/pipeline/say/viettts_/nat/text2mel.py
underthesea/pipeline/say/viettts_/nat/utils.py
underthesea/pipeline/say/viettts_/nat/zero_silence_segments.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_2023_07_14.bin
underthesea/pipeline/text_normalize/token_normalize.py
underthesea/pipeline/word_tokenize/__init__.py
underthesea/pipeline/word_tokenize/regex_tokenize.py
underthesea/pipeline/word_tokenize/models/ws_crf_vlsp2013_20230727/dictionary.bin
underthesea/pipeline/word_tokenize/models/ws_crf_vlsp2013_20230727/features.bin
underthesea/pipeline/word_tokenize/models/ws_crf_vlsp2013_20230727/models.bin
underthesea/reader/__init__.py
underthesea/reader/dictionary_loader.py
underthesea/trainers/__init__.py
underthesea/trainers/classifier_trainer.py
underthesea/trainers/crf_trainer.py
underthesea/trainers/crf_trainer_.py
underthesea/trainers/dependency_parser_trainer.py
underthesea/trainers/model_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/preprocess_dataset.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