#include <cstddef>
#include <functional>
#include <queue>
#include <string>
#include <utility>
#include <vector>
#include "liblevenshtein/collection/dawg_node.h"
#include "liblevenshtein/transducer/intersection.h"
#include "liblevenshtein/transducer/state.h"
Go to the source code of this file.
|
class | liblevenshtein::LazyQuery< Result > |
| Lazily traverses the intersection between the dictionary automaton and Levenshtein automaton, guided by the query term, and yields each spelling candidate as it is matched. More...
|
|
class | liblevenshtein::LazyIterator< Result > |
| Lazily traverses the intersection between the dictionary automaton and Levenshtein automaton, guided by the query term, and yields each spelling candidate as it is matched. More...
|
|
|
namespace | liblevenshtein |
| Various utilities regarding Levenshtein transducers.
|
|