You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proof/spelling/SpellerOverview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ Being in the **Production** group means the speller has been tested and is consi
24
24
25
25
This objective classification ensures transparency and gives language teams clear upgrade criteria.
26
26
27
-
**Suggestion Quality (S):** The tables below include a "Suggestion Quality" column showing how well each spellchecker provides correct spelling suggestions. The badge displays three values: **First% \| Top5% \| Tests**
27
+
**Suggestion Quality (S):** The tables below include a "Suggestion Quality" column showing how well each spellchecker provides correct spelling suggestions. The test data is taken from `tools/spellcheckers/test/typos.tsv` in each repository. The badge displays three values:
28
28
29
29
-**First%**: Percentage of typos where the correct word is the first suggestion
30
30
-**Top5%**: Percentage of typos where the correct word is in the top 5 suggestions
31
-
-**Tests**: Number of typo test cases evaluated (formatted as "k" for thousands)
31
+
-**Tests**: Number of typo test cases evaluated (formatted as "k" for thousands) (true positives in the file mentioned above, other entries are ignored in the calculation)
32
32
33
33
Badge colors indicate overall quality based on [these thresholds](https://github.com/giellalt/giella-core/blob/main/scripts/make-spellerbadge-json.sh#L84-L97):
34
34
- 🟢 **Green** (good): First ≥ 80% AND Top5 ≥ 90% AND Tests ≥ 1000
0 commit comments