Re-exports§
pub use jaro_winkler::jaro_winkler;pub use levenshtein::levenshtein;pub use normalize::normalize;pub use token::token_set_ratio;pub use token::token_sort_ratio;pub use trigram::trigram_similarity;
Modules§
Functions§
- batch_
best_ match - Returns the best match for each query against the candidate list.
- best_
match - Returns the closest match from a list of candidates.
- combined_
score - Blends all three algorithms into one similarity score.
- rank_
matches - Returns all candidates ranked by similarity score, highest first.