liblevenshtein 4.0.0
A library for generating Finite State Transducers based on Levenshtein Automata.
|
#include "liblevenshtein/collection/dawg_node.h"
Go to the source code of this file.
Classes | |
class | liblevenshtein::Transition |
Represents an edge from one DawgNode to another, annotated with a character label from the current position of the dictionary term. More... | |
Namespaces | |
namespace | liblevenshtein |
Various utilities regarding Levenshtein transducers. | |