This class provides methods for the calculation of different complexity metrics on text. It consists in a Python library for calculating different complexity metrics for several languages from plain texts.
# Files
-[INSTALL.md](INSTALL.md): A guide to make this project work on your local environment.
-[CREA_total.txt](CREA_total.txt): A dataset of 737799 spanish words ordered by its absolute frequency.
-[TextComplexitySpacy.py](TextComplexitySpacy.py): This class provides methods for the calculation of different complexity metrics on text.