Phonetisaurus
1.0
FST-based Grapheme-to-Phoneme conversion
|
#include <RnnLMDecoder.h>
Public Member Functions | |
SimpleResult (string word, vector< double > scores, vector< string > pronunciations) | |
SimpleResult () | |
Public Attributes | |
string | word |
vector< double > | scores |
vector< string > | pronunciations |
Definition at line 123 of file RnnLMDecoder.h.
|
inline |
Definition at line 125 of file RnnLMDecoder.h.
|
inline |
Definition at line 129 of file RnnLMDecoder.h.
vector<string> SimpleResult::pronunciations |
Definition at line 133 of file RnnLMDecoder.h.
vector<double> SimpleResult::scores |
Definition at line 132 of file RnnLMDecoder.h.
string SimpleResult::word |
Definition at line 131 of file RnnLMDecoder.h.