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

#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
 

Detailed Description

Definition at line 102 of file RnnLMDecoder.h.

Constructor & Destructor Documentation

Chunk::Chunk ( int  word,
double  cost,
double  total 
)
inline

Definition at line 104 of file RnnLMDecoder.h.

Member Function Documentation

template<class H >
vector<string> Chunk::Tokenize ( char  gpdelim,
char  gdelim,
H &  h,
bool  graphemes = false 
) const
inline

Definition at line 110 of file RnnLMDecoder.h.

Member Data Documentation

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.


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