spelling-suggest-0.5.2.1: Spelling suggestion tool with library and command-line interfaces.

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

Versions0.5.0, 0.5.0.1, 0.5.1, 0.5.1.0, 0.5.2.0, 0.5.2.1
Dependenciesbase (≥4.2 & <5), edit-distance (0.2.*), parseargs (≥0.1.1 & <0.2), phonetic-code (0.1.*), sqlite (≥0.5.1 & <0.6)
LicenseBSD3
CopyrightCopyright © 2010 Bart Massey and Greg Weber
AuthorBart Massey and Greg Weber
Maintainerbart@cs.pdx.edu, greg@gregweber.info
CategoryConsole, Text
Home pagehttps://github.com/gregwebs/haskell-spell-suggest
Source repositorygit clone git://github.com/gregwebs/haskell-spell-suggest.git
Executablesthimk-makedb, thimk
Upload dateMon Aug 27 05:14:28 UTC 2012
Uploaded byBartonMassey
Built onghc-7.4

Modules

Downloads