Expand description
String distance/similarity calculation utilities
This module provides wrappers around strsim algorithms for fuzzy matching.
Structs§
- Match
- Match result with similarity score
Enums§
- Algorithm
- Algorithm for similarity calculation
Functions§
- find_
all_ matches - Find all matches above the minimum similarity threshold
- find_
closest - Find the closest match from a list of candidates
- similarity
- Calculate similarity between two strings