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

#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
 

Detailed Description

Definition at line 123 of file RnnLMDecoder.h.

Constructor & Destructor Documentation

SimpleResult::SimpleResult ( string  word,
vector< double >  scores,
vector< string >  pronunciations 
)
inline

Definition at line 125 of file RnnLMDecoder.h.

SimpleResult::SimpleResult ( )
inline

Definition at line 129 of file RnnLMDecoder.h.

Member Data Documentation

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.


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