liblevenshtein 4.0.0
A library for generating Finite State Transducers based on Levenshtein Automata.
|
#include <functional>
#include <map>
Go to the source code of this file.
Classes | |
class | liblevenshtein::DawgNode |
Represents a position within one or more terms of a DAWG dictionary. More... | |
struct | std::hash< liblevenshtein::DawgNode > |
Overloaded hash template struct that serves to generate hash codes for DAWG nodes. More... | |
Namespaces | |
namespace | liblevenshtein |
Various utilities regarding Levenshtein transducers. | |
namespace | std |
STL namespace. | |