liblevenshtein 4.0.0
A library for generating Finite State Transducers based on Levenshtein Automata.
Loading...
Searching...
No Matches
dawg_iterator.h File Reference
#include <queue>
#include <vector>
#include "liblevenshtein/collection/dawg_node.h"
#include "liblevenshtein/collection/prefix.h"
Include dependency graph for dawg_iterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  liblevenshtein::DawgIterator
 Iterates over all the terms in a DAWG dictionary. More...
 

Namespaces

namespace  liblevenshtein
 Various utilities regarding Levenshtein transducers.