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

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.