LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tests/__init__.py
tests/test_text_complexity_computer.py
tests/calculation_functions/__init__.py
tests/calculation_functions/test_lexical_diversity.py
tests/calculation_functions/test_metrics_utils.py
tests/calculation_functions/test_readability.py
tests/calculation_functions/test_syntactic_complexity.py
tests/calculation_functions/test_vocabulary_complexity.py
text_complexity_computer/__init__.py
text_complexity_computer/text_complexity_computer.py
text_complexity_computer/tools.py
text_complexity_computer/version.py
text_complexity_computer.egg-info/PKG-INFO
text_complexity_computer.egg-info/SOURCES.txt
text_complexity_computer.egg-info/dependency_links.txt
text_complexity_computer.egg-info/requires.txt
text_complexity_computer.egg-info/top_level.txt
text_complexity_computer/calculation_functions/__init__.py
text_complexity_computer/calculation_functions/biberpy.py
text_complexity_computer/calculation_functions/lexical_diversity.py
text_complexity_computer/calculation_functions/metrics_utils.py
text_complexity_computer/calculation_functions/readability.py
text_complexity_computer/calculation_functions/syntactic_complexity.py
text_complexity_computer/calculation_functions/vocabulary_complexity.py
text_complexity_computer/resources/en/easy_words.txt
text_complexity_computer/resources/en/en.properties
text_complexity_computer/resources/en/en.tag.num
text_complexity_computer/resources/en/en_MinMaxScaler.pickle
text_complexity_computer/resources/en/en_StandardScaler.pickle
text_complexity_computer/resources/en/en_model.pickle
text_complexity_computer/resources/en/word_frequencies.json
text_complexity_computer/resources/fr/easy_words.txt
text_complexity_computer/resources/fr/fr.properties
text_complexity_computer/resources/fr/fr.tag.num
text_complexity_computer/resources/fr/fr_MinMaxScaler.pickle
text_complexity_computer/resources/fr/fr_StandardScaler.pickle
text_complexity_computer/resources/fr/fr_model.pickle
text_complexity_computer/resources/fr/word_frequencies.json