LICENSE
MANIFEST.in
README.md
complete-requirements.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
nlp_primitives/__init__.py
nlp_primitives/conftest.py
nlp_primitives/diversity_score.py
nlp_primitives/lsa.py
nlp_primitives/mean_characters_per_word.py
nlp_primitives/part_of_speech_count.py
nlp_primitives/polarity_score.py
nlp_primitives/punctuation_count.py
nlp_primitives/stopword_count.py
nlp_primitives/title_word_count.py
nlp_primitives/universal_sentence_encoder.py
nlp_primitives/upper_case_count.py
nlp_primitives/utilities.py
nlp_primitives/utils.py
nlp_primitives.egg-info/PKG-INFO
nlp_primitives.egg-info/SOURCES.txt
nlp_primitives.egg-info/dependency_links.txt
nlp_primitives.egg-info/entry_points.txt
nlp_primitives.egg-info/requires.txt
nlp_primitives.egg-info/top_level.txt
nlp_primitives/tests/__init__.py
nlp_primitives/tests/test_diversity_score.py
nlp_primitives/tests/test_lsa.py
nlp_primitives/tests/test_mean_characters_per_word.py
nlp_primitives/tests/test_part_of_speech_count.py
nlp_primitives/tests/test_polarity_score.py
nlp_primitives/tests/test_punctuation_count.py
nlp_primitives/tests/test_stopword_count.py
nlp_primitives/tests/test_title_word_count.py
nlp_primitives/tests/test_universal_sentence_encoder.py
nlp_primitives/tests/test_upper_case_count.py