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

Go to the source code of this file.

Classes

class  liblevenshtein::distance::Distance
 Metric that measures the edit distance between two terms, denoted d(v,w). More...
 

Namespaces

namespace  liblevenshtein
 Various utilities regarding Levenshtein transducers.
 
namespace  liblevenshtein::distance
 Memoized, recursive distance metrics typically used to evaluate the correctness of Levenshtein automata.