diff --git a/README.md b/README.md index 5244a3db42fdeb9ac45a476a4ea1b0b0509e64ab..f8ee078233b3817e242a8e9a84af284f5c1e54ed 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