Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &s, const wfst_tstate &state) |
Declare_TList (wfst_tstate) typedef EST_TList< wfst_tstate > wfst_tstate_list | |
int | transduce (const EST_WFST &wfst, const EST_StrList &in, EST_StrList &out) |
int | transduce (const EST_WFST &wfst, const EST_IList &in, EST_IList &out) |
int | recognize (const EST_WFST &wfst, const EST_StrList &in, int quiet) |
int | recognize (const EST_WFST &wfst, const EST_IList &in, const EST_IList &out, int quiet) |
int | recognize_for_perplexity (const EST_WFST &wfst, const EST_StrList &in, int quiet, float &count, float &sumlogp) |
int | recognize_for_perplexity (const EST_WFST &wfst, const EST_IList &in, const EST_IList &out, int quiet, float &count, float &sumlogp) |
ostream& operator<< | ( | ostream & | s, |
const wfst_tstate & | state | ||
) |
Definition at line 55 of file wfst_transduce.cc.
Declare_TList | ( | wfst_tstate | ) |
int transduce | ( | const EST_WFST & | wfst, |
const EST_StrList & | in, | ||
EST_StrList & | out | ||
) |
Definition at line 77 of file wfst_transduce.cc.
Definition at line 95 of file wfst_transduce.cc.
int recognize | ( | const EST_WFST & | wfst, |
const EST_StrList & | in, | ||
int | quiet | ||
) |
Definition at line 182 of file wfst_transduce.cc.
Definition at line 211 of file wfst_transduce.cc.
int recognize_for_perplexity | ( | const EST_WFST & | wfst, |
const EST_StrList & | in, | ||
int | quiet, | ||
float & | count, | ||
float & | sumlogp | ||
) |
Definition at line 246 of file wfst_transduce.cc.