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

#include <LegacyRnnLMHash.h>

Public Member Functions

 VocabWord ()
 
 VocabWord (std::string word_)
 
 VocabWord (std::string word_, int cn_)
 

Public Attributes

int cn
 
std::string word
 
real prob
 
int class_index
 

Detailed Description

Definition at line 14 of file LegacyRnnLMHash.h.

Constructor & Destructor Documentation

VocabWord::VocabWord ( )
inline

Definition at line 16 of file LegacyRnnLMHash.h.

VocabWord::VocabWord ( std::string  word_)
inline

Definition at line 17 of file LegacyRnnLMHash.h.

VocabWord::VocabWord ( std::string  word_,
int  cn_ 
)
inline

Definition at line 18 of file LegacyRnnLMHash.h.

Member Data Documentation

int VocabWord::class_index

Definition at line 22 of file LegacyRnnLMHash.h.

int VocabWord::cn

Definition at line 19 of file LegacyRnnLMHash.h.

real VocabWord::prob

Definition at line 21 of file LegacyRnnLMHash.h.

std::string VocabWord::word

Definition at line 20 of file LegacyRnnLMHash.h.


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