Re: [Haskell-cafe] Approximate String Matching

2011-07-27 Thread Henning Thielemann


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

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Approximate String Matching

2011-07-27 Thread dokondr
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.

Thanks,
Dmitri
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe