Skip to content
Snippets Groups Projects
Commit 5bb09a03 authored by Tatiana BLADIER's avatar Tatiana BLADIER
Browse files

Edit README.md

parent 85467447
No related branches found
No related tags found
No related merge requests found
......@@ -11,17 +11,17 @@ These are possible metrics for evaluation of a generated text:
- Distribution of lexemes
- Type / token ratio, Corrected TTR (CTTR), Measure of Textual Lexical Diversity (MTLD), D-value (Voc-D)
> **CTTR formula**:
> \[
> \text{CTTR} = \frac{\text{Number of Types}}{\sqrt{2 \times \text{Number of Tokens}}}
> \]
**CTTR formula**:
$$
\text{CTTR} = \frac{\text{Number of Types}}{\sqrt{2 \times \text{Number of Tokens}}}
$$
- Lexical redundancy
> **Lexical Redundancy formula**:
> \[
>$$
> \text{Lexical Redundancy} = 1 - \frac{\text{Number of Types}}{\text{Number of Tokens}}
> \]
>$$
- Frequency of passive voice
- Frequency of adverbs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment