| 
    liblevenshtein 4.0.0
    
   A library for generating Finite State Transducers based on Levenshtein Automata. 
   | 
 
#include <array>#include <iostream>#include "MurmurHash2.h"#include "liblevenshtein/collection/dawg_node.h"Go to the source code of this file.
Namespaces | |
| namespace | liblevenshtein | 
| Various utilities regarding Levenshtein transducers.  | |
Functions | |
| auto | liblevenshtein::operator<< (std::ostream &out, const DawgNode &node) -> std::ostream & |