Phonetisaurus  1.0
FST-based Grapheme-to-Phoneme conversion
Public Member Functions | Public Attributes | List of all members
ARPA2WFST Class Reference

#include <ARPA2WFST.h>

Public Member Functions

 ARPA2WFST (string lm, string eps, string sb, string se, string split, string skip, string tie)
 
void arpa_to_wfst ()
 

Public Attributes

ifstream arpa_lm_fp
 
string arpa_lm_file
 
string line
 
size_t max_order
 
size_t current_order
 
string eps
 
string sb
 
string se
 
string split
 
string skip
 
string tie
 
VectorFst< StdArc > arpafst
 
SymbolTable * ssyms
 
SymbolTable * isyms
 
SymbolTable * osyms
 

Detailed Description

Definition at line 39 of file ARPA2WFST.h.

Constructor & Destructor Documentation

ARPA2WFST::ARPA2WFST ( string  lm,
string  eps,
string  sb,
string  se,
string  split,
string  skip,
string  tie 
)
inline

Definition at line 79 of file ARPA2WFST.h.

Member Function Documentation

void ARPA2WFST::arpa_to_wfst ( )
inline

Definition at line 106 of file ARPA2WFST.h.

Member Data Documentation

string ARPA2WFST::arpa_lm_file

Definition at line 60 of file ARPA2WFST.h.

ifstream ARPA2WFST::arpa_lm_fp

Definition at line 59 of file ARPA2WFST.h.

VectorFst<StdArc> ARPA2WFST::arpafst

Definition at line 74 of file ARPA2WFST.h.

size_t ARPA2WFST::current_order

Definition at line 63 of file ARPA2WFST.h.

string ARPA2WFST::eps

Definition at line 66 of file ARPA2WFST.h.

SymbolTable* ARPA2WFST::isyms

Definition at line 76 of file ARPA2WFST.h.

string ARPA2WFST::line

Definition at line 61 of file ARPA2WFST.h.

size_t ARPA2WFST::max_order

Definition at line 62 of file ARPA2WFST.h.

SymbolTable* ARPA2WFST::osyms

Definition at line 77 of file ARPA2WFST.h.

string ARPA2WFST::sb

Definition at line 67 of file ARPA2WFST.h.

string ARPA2WFST::se

Definition at line 68 of file ARPA2WFST.h.

string ARPA2WFST::skip

Definition at line 70 of file ARPA2WFST.h.

string ARPA2WFST::split

Definition at line 69 of file ARPA2WFST.h.

SymbolTable* ARPA2WFST::ssyms

Definition at line 75 of file ARPA2WFST.h.

string ARPA2WFST::tie

Definition at line 71 of file ARPA2WFST.h.


The documentation for this class was generated from the following file: