Module distance

Module distance 

Source
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