Skip to content

Commit

Permalink
addressing comments for mikolov-rnnlm-lib.{h,cc}, also fixing various…
Browse files Browse the repository at this point in the history
… style issues in those two files
  • Loading branch information
chenguoguo committed Oct 2, 2015
1 parent c531678 commit 5ffe7cc
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 329 deletions.
2 changes: 1 addition & 1 deletion src/lm/kaldi-rnnlm.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class KaldiRnnlmWrapper {
std::vector<BaseFloat> *context_out);

private:
CRnnLM rnnlm_;
rnnlm::CRnnLM rnnlm_;
std::vector<std::string> label_to_word_;
int32 eos_;

Expand Down
Loading

0 comments on commit 5ffe7cc

Please sign in to comment.