MANIFEST.in
README.md
setup.cfg
setup.py
toxicity/__init__.py
toxicity/final_model.py
toxicity/navec_vectorizer_layer.py
toxicity.egg-info/PKG-INFO
toxicity.egg-info/SOURCES.txt
toxicity.egg-info/dependency_links.txt
toxicity.egg-info/not-zip-safe
toxicity.egg-info/requires.txt
toxicity.egg-info/top_level.txt
toxicity/dev/__init__.py
toxicity/dev/constants/__init__.py
toxicity/dev/constants/aliases.py
toxicity/dev/constants/default_hyperparameters.py
toxicity/dev/constants/graphs_style_params.py
toxicity/dev/constants/repo_paths.py
toxicity/dev/utils/__init__.py
toxicity/dev/utils/evaluate_model.py
toxicity/dev/utils/get_3d_quartile_words_count.py
toxicity/dev/utils/imbalanced_data_utils.py
toxicity/dev/utils/load_cleaned_russian_text_data.py
toxicity/dev/utils/pad_words_arr.py
toxicity/dev/utils/save_tf_model.py
toxicity/dev/utils/show_tf_model_summary.py
toxicity/dev/utils/tf_early_stopping.py
toxicity/dev/utils/translate_texts.py
toxicity/dev/utils/vectorize_sentence.py
toxicity/textPreprocessing/__init__.py
toxicity/textPreprocessing/preprocess_text.py
toxicity/textPreprocessing/text_utils/__init__.py
toxicity/textPreprocessing/text_utils/lemmatize.py
toxicity/textPreprocessing/text_utils/remove_numbers.py
toxicity/textPreprocessing/text_utils/remove_punctuation.py
toxicity/textPreprocessing/text_utils/remove_redundant_whitespace_chars.py