#include <boss_g2p.h>
Inheritance diagram for BOSS_g2p:
Public Member Functions | |
BOSS_g2p (BOSS::Config &__cl) | |
BOSS_g2p (BOSS::Config &__cl, const LabelFormat &F) | |
BOSS_g2p (const BOSS_g2p &c) | |
virtual BOSS_g2p & | operator= (const BOSS_g2p &c) |
virtual | ~BOSS_g2p () |
string | transcribe (const string &s) const |
string | g2p (const string &s) const |
string | assign_stress (const string &s) const |
string | syllabify (const string &s) const |
Protected Member Functions | |
void | iniPointers () |
void | delPointers () |
BOSS::t_SVector | read_phoneset (const string &phonfile) |
vector< BOSS::t_SVector > | generateG2PFeatures (BOSS::t_SVector g, BOSS::t_SVector p) const |
BOSS::t_SVector | string2SyllFeature (const BOSS::t_SVector &t, const unsigned &j) const |
BOSS::t_SVector | string2StressFeature (const BOSS::t_SVector &t, const unsigned &j) const |
virtual string | postProcPhon (const string &s) const |
virtual string | postProcSyll (const string &s) const |
virtual string | postProcStress (const string &s) const |
virtual string | postProcTrans (const string &s) const |
Protected Attributes | |
BOSS::Config & | cl |
BOSS::FSA * | g2ppfsa |
BOSS::FSA * | syllpfsa |
BOSS::FSA * | stresspfsa |
BOSS::t_SVector | pv |
BOSS::Phimbl | phimbl |
BOSS::Phimbl::t_Data | g2pData |
BOSS::Phimbl::t_Data | syllData |
BOSS::Phimbl::t_Data | stressData |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in BOSS_g2p_DE. |
|
Reimplemented in BOSS_g2p_DE. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in Traing2p. |
|
|
|
|
|
|
|
|
|
|