LICENSE
README.md
setup.cfg
setup.py
textgen/__init__.py
textgen.egg-info/PKG-INFO
textgen.egg-info/SOURCES.txt
textgen.egg-info/dependency_links.txt
textgen.egg-info/requires.txt
textgen.egg-info/top_level.txt
textgen/augment/__init__.py
textgen/augment/sentence_level_augment.py
textgen/augment/text_augment.py
textgen/augment/tokenizer.py
textgen/augment/translate_api.py
textgen/augment/word_level_augment.py
textgen/augment/word_vocab.py
textgen/config/__init__.py
textgen/config/global_args.py
textgen/config/model_args.py
textgen/custom_models/__init__.py
textgen/custom_models/models.py
textgen/data/HowNetPOSWord.txt
textgen/data/idf.txt
textgen/data/stopwords.txt
textgen/language_generation/__init__.py
textgen/language_generation/language_generation_model.py
textgen/language_generation/language_generation_utils.py
textgen/language_modeling/__init__.py
textgen/language_modeling/language_modeling_model.py
textgen/language_modeling/language_modeling_utils.py
textgen/language_modeling/songnet_model.py
textgen/language_modeling/songnet_utils.py
textgen/question_answering/__init__.py
textgen/question_answering/question_answering_model.py
textgen/question_answering/question_answering_utils.py
textgen/seq2seq/__init__.py
textgen/seq2seq/bart_seq2seq_model.py
textgen/seq2seq/bart_seq2seq_utils.py
textgen/seq2seq/conv_seq2seq_model.py
textgen/seq2seq/data_reader.py
textgen/seq2seq/seq2seq_model.py
textgen/seq2seq/seq2seq_trainer.py
textgen/t5/__init__.py
textgen/t5/copyt5_model.py
textgen/t5/copyt5_utils.py
textgen/t5/t5_model.py
textgen/t5/t5_utils.py
textgen/unsup_generation/__init__.py
textgen/unsup_generation/tgls_model.py
textgen/unsup_generation/tgls_util.py