Skip to content

Commit ccf219e

Browse files
committed
Further clarifications and formatting improvements
1 parent 2648f3b commit ccf219e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

proof/spelling/SpellerOverview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ This objective classification ensures transparency and gives language teams clea
2828

2929
- **First%**: Percentage of typos where the correct word is the first suggestion
3030
- **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)
3232

3333
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
3838

3939
## [![Maturity: Production](https://img.shields.io/badge/Maturity-Production-brightgreen.svg)](../../MaturityClassification.html) Production
4040

0 commit comments

Comments
 (0)