adict-0.1.0: Approximate dictionary searching

Safe HaskellNone

NLP.Adict.Nearest

Synopsis

Documentation

search :: Show a => CostDiv a -> Double -> Word a -> DAWGD a b -> Maybe ([a], b, Double)Source

We can check, if CostDiv satisfies basic properties. On the other hand, we do not do this for plain Cost function.