MANIFEST.in
setup.cfg
setup.py
pyNlple.egg-info/PKG-INFO
pyNlple.egg-info/SOURCES.txt
pyNlple.egg-info/dependency_links.txt
pyNlple.egg-info/requires.txt
pyNlple.egg-info/top_level.txt
pynlple/__init__.py
pynlple/exceptions.py
pynlple/module.py
pynlple/utils.py
pynlple/data/__init__.py
pynlple/data/corpus.py
pynlple/data/datasource.py
pynlple/data/filesource.py
pynlple/data/jsonsource.py
pynlple/data/source.py
pynlple/data/upload.py
pynlple/ml/__init__.py
pynlple/ml/transformers.py
pynlple/ml/vectorizers.py
pynlple/ml/supervised/__init__.py
pynlple/ml/supervised/feature_exploration.py
pynlple/ml/supervised/training.py
pynlple/processing/__init__.py
pynlple/processing/dictionary.py
pynlple/processing/preprocessor.py
pynlple/processing/stopwords.py
pynlple/processing/text.py
pynlple/processing/data/currency.txt
pynlple/processing/data/punctuation.txt
pynlple/processing/data/special_symbols.txt
pynlple/processing/data/special_tags.txt
pynlple/processing/data/rus/pos/conjunctions.txt
pynlple/processing/data/rus/pos/particles.txt
pynlple/processing/data/rus/pos/prepositions.txt
pynlple/processing/data/rus/pos/pronouns.txt
pynlple/processing/data/ukr/stopwords.txt
pynlple/tests/__init__.py
pynlple/tests/corpus_test.py
pynlple/tests/dictionary_test.py
pynlple/tests/filesource_test.py
pynlple/tests/preprocessor_tests.py
pynlple/tests/stopwords_test.py
pynlple/tests/test_utils.py
pynlple/tests/text_test.py
pynlple/tests/data/dictionary/file1.txt
pynlple/tests/data/dictionary/sub1data/sub1file1.txt
pynlple/tests/data/dictionary/sub1data/sub1file2.txt
pynlple/tests/data/dictionary/sub1data/sub1sub1data/sub1sub1file1.txt
pynlple/tests/data/dictionary/sub2data/sub2file1.txt
pynlple/tests/data/dictionary/sub2data/sub2file2.txt
pynlple/tests/data/filesource/file1.txt
pynlple/tests/data/filesource/file2.txt
pynlple/tests/data/stopwords/punctuation.txt
scripts/__init__.py
scripts/dump_all_themes_to_json.py
scripts/markDuplicates.py
scripts/preprocessTSV.py
scripts/readCorpora.py
scripts/read_write.py
scripts/test.py
scripts/trainDoc2Vec-ml.py
scripts/trainDoc2Vec.py
scripts/trainNLTKSent.py
scripts/trainPhrases.py
scripts/trainWord2Vec.py
scripts/word2vec-lm.py