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

Go to the source code of this file.

Namespaces

namespace  liblevenshtein
 Various utilities regarding Levenshtein transducers.
 

Functions

void liblevenshtein::insert_after (State *state, Position *curr, Position *next)
 Inserts one Position after another.
 
template<Algorithm Type>
void liblevenshtein::merge (State *state, const std::vector< Position * > &positions)
 Merges a list of Positions into the Levenshtein state.