We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7077f5f commit 4cd16efCopy full SHA for 4cd16ef
1 file changed
README.md
@@ -17,6 +17,7 @@ Yet another spellchecker written in go.
17
- very compact database: ~1 MB for 30,000 unique words
18
- average time to fix a single word: ~35 µs
19
- achieves about 70–74% accuracy on Peter Norvig’s test sets (see [benchmarks](#benchmarks))
20
+- no built-in dictionary — you can provide any custom words, and the spellchecker will only know them
21
22
## Installation
23
0 commit comments