suggest_similar
Function
This function is defined in the parse_utils module.Find the most similar string from candidates using Levenshtein distance. This function is ONLY called on error paths, never on happy paths.
Signature
Parameters
No description available.
No description available.
No description available.
Returns
The result of the operation.
Uses
to_lowercaselevenshtein_distance
Source
View on GitHub
praisonai/src/parity/parse_utils.rs at line 156
