Update README.md

parent 0fac8c42
Showing with 7 additions and 7 deletions
...@@ -13,15 +13,15 @@ This class provides methods for the calculation of different metrics on text. It ...@@ -13,15 +13,15 @@ This class provides methods for the calculation of different metrics on text. It
In this section, we introduce the different metrics offered in this Python library for different languages (Spanish, English). In this section, we introduce the different metrics offered in this Python library for different languages (Spanish, English).
* **Volumetry**: here it calculates the number of words, number of unique words, number of characters and average word length for text. Then it is calculated volumetrics for each category. * **Volumetry**: here it calculates the number of words, number of unique words, number of characters and average word length for text. Then it is calculated volumetrics for each category.
*
* **Lemmas**: Number and length of different lemmas per text. Average and variance of different lemmas and length by category. Most frequent lemmas by category. * **Lemmas**: Number and length of different lemmas per text. Average and variance of different lemmas and length by category. Most frequent lemmas by category.
*
* **Part-of-speech (POS) **:POS analysis for each text. POS analysis for each category. Most frequent words by POS. * **Part-of-speech(POS)**:POS analysis for each text. POS analysis for each category. Most frequent words by POS.
*
* **Lexical_diversity**: Lexical diversity for each text (simple_TTR, root_TTR, log_TTR, maas_TTR, MSTTR, MATTR, HDD, MTLD). Lexical diversity for each category. * **Lexical_diversity**: Lexical diversity for each text (simple_TTR, root_TTR, log_TTR, maas_TTR, MSTTR, MATTR, HDD, MTLD). Lexical diversity for each category.
*
* **Complexity**:Complexity diversity for each category. Complexity diversity for each category. * **Complexity**:Complexity diversity for each category. Complexity diversity for each category.
*
* **FeatureSelection**: Remove features with low variance and SelectFromModel (Selection of functions based on L1) * **FeatureSelection**: Remove features with low variance and SelectFromModel (Selection of functions based on L1)
*
* **kBest**: Selection of the k best features * **kBest**: Selection of the k best features
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