@hackage thimk0.3.1
Command-line spelling word suggestion tool
Categories
License
BSD-3-Clause
Maintainer
bart@cs.pdx.edu
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Deprecated
Dependencies (0)
- base >=4.2 && <5
- edit-distance >=0.1
- parseargs >=0.1.1
- phonetic-code >=0.1
- sqlite >=0.5.1 Show all…
Dependents (1)
@hackage/acme-everything
"thimk" (an old joke) is a command-line spelling word suggestion tool. You give it a possibly-misspelled word, and it spits out one or more properly-spelled words in order of likelihood of similarity.
The latest change to the implementation is an addition of an optional precompiled SQlite database of phonetic codes for the entire dictionary, created with "thimk-makedb". This greatly speeds lookup, permitting reasonable performance on enormous dictionaries.