Module algorithms

Source
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.
SorensenDice
Sorensen-Dice coefficient algorithm.

Traits§

SimilarityAlgorithm
Trait defining a single similarity algorithm.