liblevenshtein 4.0.0
A library for generating Finite State Transducers based on Levenshtein Automata.
Loading...
Searching...
No Matches
algorithm.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  liblevenshtein
 Various utilities regarding Levenshtein transducers.
 

Enumerations

enum class  liblevenshtein::Algorithm { liblevenshtein::STANDARD , liblevenshtein::TRANSPOSITION , liblevenshtein::MERGE_AND_SPLIT }
 Enumerates the available Levenshtein distance algorithms. More...