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

Go to the source code of this file.

Classes

class  liblevenshtein::Intersection
 Represents an Intersection between a dictionary automaton and Levenshtein automaton, guided by the query term. More...
 

Namespaces

namespace  liblevenshtein
 Various utilities regarding Levenshtein transducers.