|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Illustrative example for Damerau-Levenshtein distance. More...
Go to the source code of this file.
Functions | |
| int | main () |
| Example program demonstrating computation of the Damerau–Levenshtein distance. | |
Illustrative example for Damerau-Levenshtein distance.
Definition in file damerau_levenshtein_example.cc.
| int main | ( | ) |
Example program demonstrating computation of the Damerau–Levenshtein distance.
Prints two example strings ("ca" and "ac"), computes their Damerau–Levenshtein distance using damerau_levenshtein_distance, and writes the results to standard output.
Definition at line 52 of file damerau_levenshtein_example.cc.
References Aleph::damerau_levenshtein_distance().