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

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.