The spelling-suggest package
Given a possibly-misspelled word, this tool spits out one or more properly-spelled words in order of likelihood of similarity.
This functionality is exported as a library via Text.SpellingSuggest (suggest) and as a command-line program thimk (an old joke)
Running the program thimk-makedb is an optional (but highly recommended) step to speed up lookups, permitting reasonable performance on enormous dictionaries by creating a precompiled SQlite database of phonetic codes for a dictionary.
Properties
| Versions | 0.5.0, 0.5.0.1, 0.5.1, 0.5.1.0, 0.5.2.0, 0.5.2.1 |
|---|---|
| Dependencies | base (≥4.2 & <5), edit-distance (0.1.*), parseargs (≥0.1.1 & <0.2), phonetic-code (0.1.*), sqlite (≥0.5.1 & <0.6) |
| License | BSD3 |
| Copyright | Copyright © 2010 Bart Massey and Greg Weber |
| Author | Bart Massey and Greg Weber |
| Maintainer | bart@cs.pdx.edu, greg@gregweber.info |
| Category | Console, Text |
| Home page | http://wiki.cs.pdx.edu/bartforge/thimk |
| Executables | thimk-makedb, thimk |
| Upload date | Sun Feb 6 06:06:40 UTC 2011 |
| Uploaded by | GregWeber |
| Built on | ghc-7.0 |
Modules
Downloads
- spelling-suggest-0.5.0.tar.gz (Cabal source package)
- package description (included in the package)