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

#include <RnnLMPy.h>

Public Member Functions

 UttResult ()
 

Public Attributes

double sent_prob
 
vector< double > word_probs
 
vector< string > words
 

Detailed Description

Definition at line 46 of file RnnLMPy.h.

Constructor & Destructor Documentation

UttResult::UttResult ( )
inline

Definition at line 47 of file RnnLMPy.h.

Member Data Documentation

double UttResult::sent_prob

Definition at line 48 of file RnnLMPy.h.

vector<double> UttResult::word_probs

Definition at line 49 of file RnnLMPy.h.

vector<string> UttResult::words

Definition at line 50 of file RnnLMPy.h.


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