#include <kaldi-rnnlm.h>
Public Member Functions | |
KaldiRnnlmWrapperOpts () | |
void | Register (OptionsItf *opts) |
Public Attributes | |
std::string | unk_symbol |
std::string | eos_symbol |
Definition at line 33 of file kaldi-rnnlm.h.
|
inline |
Definition at line 37 of file kaldi-rnnlm.h.
|
inline |
Definition at line 39 of file kaldi-rnnlm.h.
References OptionsItf::Register().
Referenced by main().
std::string eos_symbol |
Definition at line 35 of file kaldi-rnnlm.h.
Referenced by KaldiRnnlmWrapper::KaldiRnnlmWrapper().
std::string unk_symbol |
Definition at line 34 of file kaldi-rnnlm.h.
Referenced by KaldiRnnlmWrapper::KaldiRnnlmWrapper().