Approximate String Matching

27 Jul
2011
27 Jul
'11
10:54 a.m.
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

27 Jul
27 Jul
1:53 p.m.
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
5048
Age (days ago)
5048
Last active (days ago)
1 comments
2 participants
participants (2)
-
dokondr
-
Henning Thielemann