Update README.md

parent c4aa31dd
Showing with 1 additions and 1 deletions
...@@ -63,7 +63,7 @@ In this section, we introduce the different metrics offered in this Python libra ...@@ -63,7 +63,7 @@ In this section, we introduce the different metrics offered in this Python libra
- **Emotions:** Emotions score of a text - **Emotions:** Emotions score of a text
# Requeriments # Dependencies
- **ComplexityAnalyzer.py, POSAnalyzer, LemmaAnalyzer:** In these classes, spacy is used to calculate the different metrics of the analyzers. If do you want to use other package, you should implements the methods nlp, sents, pos_, lemma_ and text. - **ComplexityAnalyzer.py, POSAnalyzer, LemmaAnalyzer:** In these classes, spacy is used to calculate the different metrics of the analyzers. If do you want to use other package, you should implements the methods nlp, sents, pos_, lemma_ and text.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment