CLI tool to perform spell checking.
Rust implementation of Peter Norvig's Spell Checker.
```bash USAGE: stava [FILES]...
ARGS: Word to correct ... Files to learn words from [default: src/assets/words.txt] ```
The default file contains ~30k unique words. If needed you can pass in one or many of your own files.