|
liblevenshtein 4.0.0
A library for generating Finite State Transducers based on Levenshtein Automata.
|
#include <iostream>#include <string>#include <unordered_set>#include "liblevenshtein/collection/dawg_iterator.h"#include "liblevenshtein/collection/dawg_node.h"Go to the source code of this file.
Classes | |
| class | liblevenshtein::Dawg |
| A Directed Acyclic Word Graph (DAWG) maps sequences of characters to form words; the collection of words is known as a dictionary. More... | |
| struct | std::hash< liblevenshtein::Dawg > |
| Generates a hash code for the given DAWG. More... | |
Namespaces | |
| namespace | liblevenshtein |
| Various utilities regarding Levenshtein transducers. | |
| namespace | std |
| STL namespace. | |