1#ifndef LIBLEVENSHTEIN_TRANSDUCER_ALGORITHM_H
2#define LIBLEVENSHTEIN_TRANSDUCER_ALGORITHM_H
Various utilities regarding Levenshtein transducers.
Algorithm
Enumerates the available Levenshtein distance algorithms.
@ MERGE_AND_SPLIT
Standard Levenshtein distance extended with the elementary operations of merge and split.
@ STANDARD
Standard Levenshtein distance, including the elementary operations of insertion, deletion,...
@ TRANSPOSITION
Standard Levenshtein distance extended with the elementary operation of transposition.