README.md
pyproject.toml
setup.py
nlp_profiler/__init__.py
nlp_profiler/constants.py
nlp_profiler/core.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
nlp_profiler/generate_features/__init__.py
nlp_profiler/generate_features/parallelisation_methods/__init__.py
nlp_profiler/granular_features/__init__.py
nlp_profiler/granular_features/alphanumeric.py
nlp_profiler/granular_features/chars_and_spaces.py
nlp_profiler/granular_features/dates.py
nlp_profiler/granular_features/duplicates.py
nlp_profiler/granular_features/emojis.py
nlp_profiler/granular_features/non_alphanumeric.py
nlp_profiler/granular_features/noun_phase_count.py
nlp_profiler/granular_features/numbers.py
nlp_profiler/granular_features/punctuations.py
nlp_profiler/granular_features/sentences.py
nlp_profiler/granular_features/stop_words.py
nlp_profiler/granular_features/words.py
nlp_profiler/high_level_features/__init__.py
nlp_profiler/high_level_features/grammar_quality_check.py
nlp_profiler/high_level_features/sentiment_polarity.py
nlp_profiler/high_level_features/sentiment_subjectivity.py
nlp_profiler/high_level_features/spelling_quality_check.py
slow-tests/__init__.py
slow-tests/acceptance_tests/__init__.py
slow-tests/acceptance_tests/test_apply_text_profiling.py
slow-tests/performance_tests/__init__.py
slow-tests/performance_tests/common_functions.py
slow-tests/performance_tests/test_perf_grammar_check.py
slow-tests/performance_tests/test_perf_noun_phase.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_nounphase.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_grammar_check.py
tests/high_level/test_sentiment_polarity.py
tests/high_level/test_sentiment_subjectivity.py
tests/high_level/test_spelling_check.py