Enums§
- Edit
- Represents an Edit applied on a source sequence.
- Levenshtein
Error - Represents an error specific to working with the Levenshtein distance, or the generated distance matrix
Functions§
- apply_
edits - Applies a sequence of edits on the source sequence, and returns a vector representing the target sequence.
- generate_
edits - Generate a vector of edits that, when applied to the source sequence, transform it into the target sequence.