|
FreeLing
3.0
|
#include <phd.h>

Public Member Functions | |
| phd (const std::wstring &fname) | |
| void | show (std::wostream &o) |
| T | getCskip () |
| T | dSkip (int c) |
| T | dSub (int const a, int const b) |
| T | dExp (int const a, int const b, int const c) |
Private Member Functions | |
| T | V (wchar_t a) |
Private Attributes | |
| T | csub |
| T | cexp |
| T | cvowel |
| T | cskip |
| T | cspace |
| T | distance [ALPHSIZE][ALPHSIZE] |
| std::set< wchar_t > | svowels |
| std::set< wchar_t > | sconsonants |
| int | debug |
Referenced by phd< int >::dExp(), and phd< int >::dSub().
Referenced by phd< int >::dExp(), phd< int >::phd(), and phd< int >::show().
Referenced by phd< int >::dSkip(), phd< int >::getCskip(), phd< int >::phd(), and phd< int >::show().
Referenced by phd< int >::dSkip(), phd< int >::dSub(), and phd< int >::phd().
Referenced by phd< int >::dSub(), phd< int >::phd(), and phd< int >::show().
Referenced by phd< int >::phd(), phd< int >::show(), and phd< int >::V().
Referenced by phd< int >::phd().
Referenced by phd< int >::dExp(), phd< int >::dSub(), phd< int >::phd(), and phd< int >::show().
std::set<wchar_t> phd< T >::sconsonants [private] |
Referenced by phd< int >::phd(), and phd< int >::show().
Referenced by phd< int >::phd(), phd< int >::show(), and phd< int >::V().
1.7.6.1