From fb7a00abe9cc1a7dd9227611bd3126efad52c228 Mon Sep 17 00:00:00 2001 From: Kenneth Enevoldsen Date: Thu, 19 Mar 2026 21:10:41 +0100 Subject: [PATCH 1/2] docs: Added note to kincaid fixes #377 --- docs/readability.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readability.rst b/docs/readability.rst index 6bfab1a..b356c1c 100644 --- a/docs/readability.rst +++ b/docs/readability.rst @@ -35,7 +35,7 @@ The *readability* component adds the following readabiltiy metrics under the :co *Flesch-Kincaid Grade = 0.39 × (ASL) + 11.8 × (ASW) - 15.59* - Note: requires hyphenation. + Note: requires hyphenation. Also note that other tools include punctuations in the Flesch-Kincaid grade calculation which lead to different scores. We believe this is not the intended behavior and only include tokens that are not punctuation in the calculation. * `Automated readability index `__, is a readability test that calculates an approximate U.S. grade level needed to understand a text. It is based on the average number of characters per word and the average sentence length. The formula is: From f5a6aae86ed56d71548115e3b02c1cbec9fb548c Mon Sep 17 00:00:00 2001 From: Lasse Hansen Date: Fri, 20 Mar 2026 09:07:49 +0100 Subject: [PATCH 2/2] Update docs/readability.rst --- docs/readability.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readability.rst b/docs/readability.rst index b356c1c..e73ffa7 100644 --- a/docs/readability.rst +++ b/docs/readability.rst @@ -35,7 +35,7 @@ The *readability* component adds the following readabiltiy metrics under the :co *Flesch-Kincaid Grade = 0.39 × (ASL) + 11.8 × (ASW) - 15.59* - Note: requires hyphenation. Also note that other tools include punctuations in the Flesch-Kincaid grade calculation which lead to different scores. We believe this is not the intended behavior and only include tokens that are not punctuation in the calculation. + Note: requires hyphenation. Also note that some other tools include punctuations as a word in the Flesch-Kincaid grade calculation which leads to different scores. We believe this is not the intended behavior and only include tokens that are not punctuation in the calculation. Be sure to use the same tool if comparing scores. * `Automated readability index `__, is a readability test that calculates an approximate U.S. grade level needed to understand a text. It is based on the average number of characters per word and the average sentence length. The formula is: