.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
CREDITS_AND_SUPPORTERS.md
LICENSE.md
README.md
developer-guide.md
pyproject.toml
release-to-github.sh
release-to-pypi.sh
requirements-dev.txt
requirements-nix-dev.txt
requirements.txt
setup.py
test-coverage.sh
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question_or_discussion.md
.github/workflows/codeql-analysis.yml
.github/workflows/end-to-end-flow.yml
.github/workflows/pre-commit.yml
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/ease_of_reading_check.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
notebooks/README.md
notebooks/nlp_profiler-granular.ipynb
notebooks/nlp_profiler-large-dataset.ipynb
notebooks/nlp_profiler.ipynb
presentations/01-nlp-zurich-2020/NLP_Profiler_Profiling_textual_datasets.pdf
presentations/01-nlp-zurich-2020/README.md
slow-tests/__init__.py
slow-tests/acceptance_tests/__init__.py
slow-tests/acceptance_tests/test_apply_text_profiling.py
slow-tests/acceptance_tests/data/expected_profiled_dataframe_ease_of_reading_check.csv
slow-tests/acceptance_tests/data/expected_profiled_dataframe_grammar_check.csv
slow-tests/performance_tests/__init__.py
slow-tests/performance_tests/common_functions.py
slow-tests/performance_tests/test_perf_ease_of_reading_check.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/acceptance_tests/data/expected_profiled_dataframe.csv
tests/acceptance_tests/data/expected_profiled_dataframe_no_granular.csv
tests/acceptance_tests/data/expected_profiled_dataframe_no_high_level.csv
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_ease_of_reading_check.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
tests/smoke-tests/run-jupyter-in-docker.sh
tests/smoke-tests/run-python-in-docker.sh