Implements the Editing (Levenstein) distance between two words. More...
#include <SimilarityMeasures.h>
Public Member Functions | |
EditingDistance () | |
double | measure (const Word &w1, const Word &w2) const |
Returns the editing distance. |
Implements the Editing (Levenstein) distance between two words.
Definition at line 162 of file SimilarityMeasures.h.
EditingDistance::EditingDistance | ( | ) | [inline] |
Definition at line 165 of file SimilarityMeasures.h.
Returns the editing distance.
w1 | - the first word | |
w2 | - the second word |
Implements StringSimilarityMeasure.