Skip to content

Commit 8a09fbf

Browse files
committed
Add explanation of automatic speller classification
Document the automatic classification criteria at the top of the SpellerOverview page to provide transparency about how spellers are categorized into maturity levels.
1 parent 9bbc448 commit 8a09fbf

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

proof/spelling/SpellerOverview.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ The **[maturity levels](../../MaturityClassification.md)** are _production, beta
1515

1616
Being in the **Production** group means the speller has been tested and is considered stable enough for production use.
1717

18+
**Automatic classification:** Spellers are automatically classified based on version number and lexicon size (lemma count):
19+
- **Production**: version ≥ 1.0.0
20+
- **Beta**: version < 1.0.0 and lemma count ≥ 10,000
21+
- **Alpha**: version < 1.0.0 and lemma count 1,000–10,000
22+
- **Experimental**: version < 1.0.0 and lemma count < 1,000
23+
- **Undefined**: missing version or lemma count data
24+
25+
This objective classification ensures transparency and gives language teams clear upgrade criteria.
26+
1827
## [![Maturity: Production](https://img.shields.io/badge/Maturity-Production-brightgreen.svg)](../../MaturityClassification.html) Production
1928

2029
<div id="prod_spellers" ></div>

0 commit comments

Comments
 (0)