[Haskell-cafe] Approximate String Matching
Henning Thielemann
lemming at henning-thielemann.de
Wed Jul 27 18:53:46 BST 2011
On Wed, 27 Jul 2011, dokondr wrote:
> Hi,
> I am looking for Haskell libraries to do approximate string matching:
> http://en.wikipedia.org/wiki/Approximate_string_matching
> I need this to reduce a set of English word variants with spelling errors to a single canonical dictionary entry.
> Any libraries to work with spelling will also help.
In a quick investigation I found:
http://hackage.haskell.org/package/edit-distance
More information about the NLP
mailing list