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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,13 @@ This objective classification ensures transparency and gives language teams clea
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) (true positives in the file mentioned above, other entries are ignored in the calculation)
31
+
-**Tests**: Number of typo test cases evaluated (formatted as "k" for thousands) (only 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
-
- 🟢 **Green** (good): First ≥ 80% AND Top5 ≥ 90% AND Tests ≥ 1000
35
-
- 🟡 **Yellow** (medium): First ≥ 60% AND Top5 ≥ 70% AND Tests ≥ 500
36
-
- 🔴 **Red** (poor): First ≥ 40% AND Top5 ≥ 50% AND Tests ≥ 100
37
-
- ⚫ **Black** (very poor): Below red thresholds
34
+
- 🟢 **Green** (Good/production ready): **First** ≥ 80% AND **Top5** ≥ 90% AND **Tests** ≥ 1000
35
+
- 🟡 **Yellow** (Beta): **First** ≥ 60% AND **Top5** ≥ 70% AND **Tests** ≥ 500
36
+
- 🔴 **Red** (Alpha): **First** ≥ 40% AND **Top5** ≥ 50% AND **Tests** ≥ 100
37
+
- ⚫ **Black** (Experimental): Below red thresholds
38
38
39
39
## [](../../MaturityClassification.html) Production
0 commit comments