README.md
pyproject.toml
setup.py
nlp_profiler/__init__.py
nlp_profiler/alphanumeric.py
nlp_profiler/chars_and_spaces.py
nlp_profiler/constants.py
nlp_profiler/core.py
nlp_profiler/dates.py
nlp_profiler/duplicates.py
nlp_profiler/emojis.py
nlp_profiler/generate_features.py
nlp_profiler/grammar_quality_check.py
nlp_profiler/granular_features.py
nlp_profiler/high_level_features.py
nlp_profiler/non_alphanumeric.py
nlp_profiler/numbers.py
nlp_profiler/punctuations.py
nlp_profiler/sentences.py
nlp_profiler/sentiment_polarity.py
nlp_profiler/sentiment_subjectivity.py
nlp_profiler/spelling_quality_check.py
nlp_profiler/stop_words.py
nlp_profiler/words.py
nlp_profiler.egg-info/PKG-INFO
nlp_profiler.egg-info/SOURCES.txt
nlp_profiler.egg-info/dependency_links.txt
nlp_profiler.egg-info/requires.txt
nlp_profiler.egg-info/top_level.txt
slow-tests/__init__.py
slow-tests/acceptance_tests/__init__.py
slow-tests/acceptance_tests/test_apply_text_profiling.py
slow-tests/high_level/__init__.py
slow-tests/high_level/test_grammar_check.py
slow-tests/performance_tests/__init__.py
slow-tests/performance_tests/test_perf_spelling_check.py
tests/__init__.py
tests/acceptance_tests/__init__.py
tests/acceptance_tests/test_apply_text_profiling.py
tests/granular/__init__.py
tests/granular/test_alphanumeric.py
tests/granular/test_chars_and_spaces.py
tests/granular/test_dates.py
tests/granular/test_duplicates.py
tests/granular/test_emojis.py
tests/granular/test_non_alphanumeric.py
tests/granular/test_numbers.py
tests/granular/test_punctuations.py
tests/granular/test_sentences.py
tests/granular/test_stop_words.py
tests/granular/test_words.py
tests/high_level/__init__.py
tests/high_level/test_sentiment_polarity.py
tests/high_level/test_sentiment_subjectivity.py
tests/high_level/test_spelling_check.py