MANIFEST.in
README.md
pyproject.toml
requirements.txt
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/lime.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/ml/__init__.py
pynlple/ml/classifiers.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/emojis.py
pynlple/processing/mention.py
pynlple/processing/preprocessor.py
pynlple/processing/stopwords.py
pynlple/processing/text.py
pynlple/processing/token.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/emoji/emoji_components.txt
pynlple/processing/data/emoji/emojis.txt
pynlple/processing/data/emoji/emojis_clustered.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
tests/test_utils.py