#include <Levenstein.h>
Public Member Functions | |
| Levenstein () | |
| int | compute (const Word &w1, const Word &w2) |
| Computes the Levenstein distance between two words. | |
Private Member Functions | |
| char * | wordToString (const Word &) |
Converts words to strings (char*) and then calls a known string algorithm.
Definition at line 30 of file Levenstein.h.
|
|
Definition at line 40 of file Levenstein.h. |
|
||||||||||||
|
Computes the Levenstein distance between two words.
|
|
|
|
1.4.6