spelling-suggest

Version 0.5.2.1 revision 0 uploaded by BartonMassey.

Package meta

Synopsis
Spelling suggestion tool with library and command-line interfaces.
Description

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.

Author
Bart Massey and Greg Weber
Bug reports
n/a
Category
Console, Text
Copyright
Copyright © 2010 Bart Massey and Greg Weber
Homepage
https://github.com/gregwebs/haskell-spell-suggest
Maintainer
bart@cs.pdx.edu, greg@gregweber.info
Package URL
n/a
Stability
n/a

Components