#include <string>#include <cassert>#include <iomanip>#include <algorithm>#include "ug_stringdist.h"Go to the source code of this file.
Namespaces | |
| namespace | stringdist |
Defines | |
| #define | DEBUGME 0 |
Functions | |
| UErrorCode | stringdist::strip_accents (UnicodeString &trg) |
| float | stringdist::fillAlignmentMatrix (UChar const *a, size_t const lenA, UChar const *b, size_t const lenB, vector< vector< float > > &M) |
| float | stringdist::levenshtein (UChar const *a, size_t const lenA, UChar const *b, size_t const lenB) |
| #define DEBUGME 0 |
1.5.9