Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
#include "levenshtein.hh"
#include "internal.hh"
#include <string_view>
#include <vector>
#include "testing.hh"
Go to the source code of this file.
Classes | |
struct | Ase::L2DMatrix< T > |
Namespaces | |
namespace | Ase |
The Anklang C++ API namespace. | |
Functions | |
float | Ase::damerau_levenshtein_restricted (const std::string &source, const std::string &target, const float ci, const float cd, const float cs, const float ct) |
float | Ase::damerau_levenshtein_distance (const std::string &source, const std::string &target, const float ci, const float cd, const float cs, const float ct) |