phoneticDistance Class Reference

This class is wrapper to calculate the phonetic distance between two words. More...

#include <phoneticDistance.h>

Collaboration diagram for phoneticDistance:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

This class is wrapper to calculate the phonetic distance between two words.


Constructor & Destructor Documentation

phoneticDistance::phoneticDistance ( string   ) 

Constructor with the path of the features file as argument.

phoneticDistance::~phoneticDistance (  ) 

Destructor.


Member Function Documentation

int phoneticDistance::getPhoneticDistance ( string  ,
string   
)

Returns the phonetic distance between two words.


Member Data Documentation

aligner<int>* phoneticDistance::al [private]

object that calculate the phonetic distance between toe words


The documentation for this class was generated from the following file:
Generated on Tue Jul 27 16:29:33 2010 for FreeLing by  doxygen 1.6.3