Phonetisaurus  1.0
FST-based Grapheme-to-Phoneme conversion
Public Member Functions | Public Attributes | List of all members
LegacyRnnLMDecodable< T, H > Class Template Reference

#include <LegacyRnnLMDecodable.h>

Public Member Functions

 LegacyRnnLMDecodable (H &hash, int i, int h, int o, int d, int m)
 
double ComputeNet (const T &p, T *t)
 

Public Attributes

H & h
 
int isize
 
int hsize
 
int osize
 
int order
 
int max_order
 
vector< double > syn0
 
vector< double > syn1
 
vector< double > synd
 

Detailed Description

template<class T, class H>
class LegacyRnnLMDecodable< T, H >

Definition at line 41 of file LegacyRnnLMDecodable.h.

Constructor & Destructor Documentation

template<class T , class H >
LegacyRnnLMDecodable< T, H >::LegacyRnnLMDecodable ( H &  hash,
int  i,
int  h,
int  o,
int  d,
int  m 
)
inline

Definition at line 43 of file LegacyRnnLMDecodable.h.

Member Function Documentation

template<class T , class H >
double LegacyRnnLMDecodable< T, H >::ComputeNet ( const T &  p,
T *  t 
)
inline

Definition at line 46 of file LegacyRnnLMDecodable.h.

Member Data Documentation

template<class T , class H >
H& LegacyRnnLMDecodable< T, H >::h

Definition at line 179 of file LegacyRnnLMDecodable.h.

template<class T , class H >
int LegacyRnnLMDecodable< T, H >::hsize

Definition at line 181 of file LegacyRnnLMDecodable.h.

template<class T , class H >
int LegacyRnnLMDecodable< T, H >::isize

Definition at line 180 of file LegacyRnnLMDecodable.h.

template<class T , class H >
int LegacyRnnLMDecodable< T, H >::max_order

Definition at line 184 of file LegacyRnnLMDecodable.h.

template<class T , class H >
int LegacyRnnLMDecodable< T, H >::order

Definition at line 183 of file LegacyRnnLMDecodable.h.

template<class T , class H >
int LegacyRnnLMDecodable< T, H >::osize

Definition at line 182 of file LegacyRnnLMDecodable.h.

template<class T , class H >
vector<double> LegacyRnnLMDecodable< T, H >::syn0

Definition at line 185 of file LegacyRnnLMDecodable.h.

template<class T , class H >
vector<double> LegacyRnnLMDecodable< T, H >::syn1

Definition at line 186 of file LegacyRnnLMDecodable.h.

template<class T , class H >
vector<double> LegacyRnnLMDecodable< T, H >::synd

Definition at line 187 of file LegacyRnnLMDecodable.h.


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