From 5bb09a03230981c80f27a6258836e1d66123f29a Mon Sep 17 00:00:00 2001 From: Tatiana BLADIER <tatiana.bladier@lis-lab.fr> Date: Mon, 28 Apr 2025 10:58:40 +0200 Subject: [PATCH] Edit README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5244a3d..f8ee078 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab