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

#include <RnnLMPy.h>

Public Member Functions

 RnnLMPy (string rnnlm_file)
 
vector< int > GetJointVocab (string &token)
 
string GetString (int id)
 
UttResult EvaluateSentence (vector< string > words)
 

Detailed Description

Definition at line 53 of file RnnLMPy.h.

Constructor & Destructor Documentation

RnnLMPy::RnnLMPy ( string  rnnlm_file)
inline

Definition at line 55 of file RnnLMPy.h.

Member Function Documentation

UttResult RnnLMPy::EvaluateSentence ( vector< string >  words)
inline

Definition at line 75 of file RnnLMPy.h.

vector<int> RnnLMPy::GetJointVocab ( string &  token)
inline

Definition at line 67 of file RnnLMPy.h.

string RnnLMPy::GetString ( int  id)
inline

Definition at line 71 of file RnnLMPy.h.


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