liblevenshtein 4.0.0
A library for generating Finite State Transducers based on Levenshtein Automata.
|
#include <functional>
#include <initializer_list>
#include <vector>
#include "liblevenshtein/transducer/position.h"
Go to the source code of this file.
Classes | |
class | liblevenshtein::State |
Consists of a closure of Position nodes within the Levenshtein automaton. More... | |
Namespaces | |
namespace | liblevenshtein |
Various utilities regarding Levenshtein transducers. | |
Typedefs | |
using | liblevenshtein::Comparator = std::function<int(Position *, Position *)> |