Description
Calculates string metrics efficiently in Haskell. These metrics measure how similar or different pieces of text are, which helps with fuzzy matching and text comparison.
It is useful for search, deduplication, typo detection, ranking suggestions, and data cleanup tools. A metric is only a signal, so applications should choose thresholds carefully and avoid treating approximate matches as certain.