Crate generic_levenshtein

Source
Expand description

A generic and fast implementation of the Levenshtein distance.

Structs§

  • Holds custom weights for substitutions and insertion/deletion

Functions§

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