Phonetisaurus
1.0
FST-based Grapheme-to-Phoneme conversion
|
#include <RnnLMDecoder.h>
Public Member Functions | |
Chunk (int word, double cost, double total) | |
template<class H > | |
vector< string > | Tokenize (char gpdelim, char gdelim, H &h, bool graphemes=false) const |
Public Attributes | |
int | w |
double | c |
double | t |
Definition at line 102 of file RnnLMDecoder.h.
|
inline |
Definition at line 104 of file RnnLMDecoder.h.
|
inline |
Definition at line 110 of file RnnLMDecoder.h.
double Chunk::c |
Definition at line 107 of file RnnLMDecoder.h.
double Chunk::t |
Definition at line 108 of file RnnLMDecoder.h.
int Chunk::w |
Definition at line 106 of file RnnLMDecoder.h.