liblevenshtein 4.0.0
A library for generating Finite State Transducers based on Levenshtein Automata.
|
#include <iostream>
#include <string>
#include "liblevenshtein/collection/dawg_node.h"
#include "liblevenshtein/transducer/state.h"
Go to the source code of this file.
Classes | |
class | liblevenshtein::Intersection |
Represents an Intersection between a dictionary automaton and Levenshtein automaton, guided by the query term. More... | |
Namespaces | |
namespace | liblevenshtein |
Various utilities regarding Levenshtein transducers. | |