spelling-suggest: Spelling suggestion tool with library and command-line interfaces.
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.
[Skip to Readme]
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
debug | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- spelling-suggest-0.5.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 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.2 && <0.3), parseargs (>=0.1.1 && <0.2), phonetic-code (>=0.1 && <0.2), sqlite (>=0.5.1 && <0.6) [details] |
License | BSD-3-Clause |
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 | https://github.com/gregwebs/haskell-spell-suggest |
Source repo | head: git clone git://github.com/gregwebs/haskell-spell-suggest.git this: git clone git://github.com/gregwebs/haskell-spell-suggest.git(tag v0.5.2.1) |
Uploaded | by BartonMassey at 2012-08-27T05:14:28Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | thimk-makedb, thimk |
Downloads | 4464 total (19 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |