|
Phonetisaurus
1.0
FST-based Grapheme-to-Phoneme conversion
|
#include <RnnLMDecoder.h>
Public Member Functions | |
| Token (int hsize, int max_order) | |
| Token (Token *tok, int w, int s) | |
| void | HashHistory () |
Public Attributes | |
| int | word |
| double | weight |
| double | total |
| double | g |
| Token * | prev |
| int | state |
| int | key |
| vector< double > | hlayer |
| vector< int > | history |
| size_t | hhash |
Definition at line 20 of file RnnLMDecoder.h.
|
inline |
Definition at line 22 of file RnnLMDecoder.h.
|
inline |
Definition at line 31 of file RnnLMDecoder.h.
|
inline |
Definition at line 48 of file RnnLMDecoder.h.
|
mutable |
Definition at line 57 of file RnnLMDecoder.h.
| size_t Token::hhash |
Definition at line 63 of file RnnLMDecoder.h.
|
mutable |
Definition at line 62 of file RnnLMDecoder.h.
|
mutable |
Definition at line 61 of file RnnLMDecoder.h.
|
mutable |
Definition at line 60 of file RnnLMDecoder.h.
|
mutable |
Definition at line 58 of file RnnLMDecoder.h.
| int Token::state |
Definition at line 59 of file RnnLMDecoder.h.
|
mutable |
Definition at line 56 of file RnnLMDecoder.h.
|
mutable |
Definition at line 55 of file RnnLMDecoder.h.
| int Token::word |
Definition at line 54 of file RnnLMDecoder.h.
1.8.11