This class is wrapper to calculate the phonetic distance between two words. More...
#include <phoneticDistance.h>
Public Member Functions | |
phoneticDistance (string) | |
Constructor with the path of the features file as argument. | |
~phoneticDistance () | |
Destructor. | |
int | getPhoneticDistance (string, string) |
Returns the phonetic distance between two words. | |
Private Attributes | |
aligner< int > * | al |
object that calculate the phonetic distance between toe words |
This class is wrapper to calculate the phonetic distance between two words.
phoneticDistance::phoneticDistance | ( | string | ) |
Constructor with the path of the features file as argument.
phoneticDistance::~phoneticDistance | ( | ) |
Destructor.
int phoneticDistance::getPhoneticDistance | ( | string | , | |
string | ||||
) |
Returns the phonetic distance between two words.
aligner<int>* phoneticDistance::al [private] |
object that calculate the phonetic distance between toe words