adict-0.2.0: Approximate dictionary searching

Safe HaskellNone

NLP.Adict.Basic

Synopsis

Documentation

search :: Cost a -> Double -> Word a -> TrieD a b -> [([a], b, Double)]Source

Find all words within a trie with restricted generalized edit distance lower or equall to k.