tlx
|
Standard parameters to levenshtein distance function. More...
#include <levenshtein.hpp>
Static Public Member Functions | |
static bool | char_equal (const char &a, const char &b) |
Static Public Attributes | |
static const unsigned int | cost_insert_delete |
static const unsigned int | cost_replace |
Standard parameters to levenshtein distance function.
Costs are all 1 and characters are compared directly.
Definition at line 32 of file levenshtein.hpp.
|
inlinestatic |
Definition at line 36 of file levenshtein.hpp.
|
static |
Definition at line 33 of file levenshtein.hpp.
|
static |
Definition at line 34 of file levenshtein.hpp.