feat: Prepare TrieMetadata and new stemmer data integration

This commit is contained in:
2026-04-23 20:21:46 +02:00
parent a9d15fa3ae
commit 4d939f5b6e
77 changed files with 3024 additions and 179778 deletions

View File

@@ -25,11 +25,11 @@ Each stage has a different purpose.
The textual dictionary groups known word forms under a canonical stem:
```text
run running runs ran
connect connected connecting connection
run running runs ran
connect connected connecting connection
```
The first token is the canonical stem. The following tokens are known variants.
The first column is the canonical stem. The following tab-separated columns are known variants.
### Patch-command generation