[][src]Crate generic_levenshtein

A generic and fast implementation of the Levenshtein distance.

Structs

Levenshtein

Holds custom weights for substitutions and insertion/deletion

Functions

distance

Compute the Levenshtein distance between two sequences using identical weights for insertions/deletions and for substitutions.