2#ifndef __ASE_LEVENSHTEIN_HH__
3#define __ASE_LEVENSHTEIN_HH__
The Anklang C++ API namespace.
float damerau_levenshtein_distance(const std::string &source, const std::string &target, const float ci, const float cd, const float cs, const float ct)
float damerau_levenshtein_restricted(const std::string &source, const std::string &target, const float ci, const float cd, const float cs, const float ct)