Expand description
This module provides the raw algorithms used for string similarity. These can be used directly if raw weights are required between two strings, but most users should prefer the functionality in the crate root.
Structs§
- Levenshtein
- Levenshtein edit distance algorithm.
- Sorensen
Dice - Sorensen-Dice coefficient algorithm.
Traits§
- Similarity
Algorithm - Trait defining a single similarity algorithm.