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

#include <LegacyRnnLMReader.h>

Public Types

typedef D Decodable
 
typedef H Hasher
 

Public Member Functions

 LegacyRnnLMReader (const string &rnnlm_file)
 
Decodable CopyLegacyRnnLM (Hasher &h, int max_order=5)
 
Hasher CopyVocabHash (const string g_delim, const string gp_delim)
 
Hasher CopyVocabHash ()
 

Detailed Description

template<class D, class H>
class LegacyRnnLMReader< D, H >

Definition at line 8 of file LegacyRnnLMReader.h.

Member Typedef Documentation

template<class D, class H>
typedef D LegacyRnnLMReader< D, H >::Decodable

Definition at line 10 of file LegacyRnnLMReader.h.

template<class D, class H>
typedef H LegacyRnnLMReader< D, H >::Hasher

Definition at line 11 of file LegacyRnnLMReader.h.

Constructor & Destructor Documentation

template<class D, class H>
LegacyRnnLMReader< D, H >::LegacyRnnLMReader ( const string &  rnnlm_file)
inline

Definition at line 13 of file LegacyRnnLMReader.h.

Member Function Documentation

template<class D, class H>
Decodable LegacyRnnLMReader< D, H >::CopyLegacyRnnLM ( Hasher h,
int  max_order = 5 
)
inline

Definition at line 27 of file LegacyRnnLMReader.h.

template<class D, class H>
Hasher LegacyRnnLMReader< D, H >::CopyVocabHash ( const string  g_delim,
const string  gp_delim 
)
inline

Definition at line 44 of file LegacyRnnLMReader.h.

template<class D, class H>
Hasher LegacyRnnLMReader< D, H >::CopyVocabHash ( )
inline

Definition at line 58 of file LegacyRnnLMReader.h.


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