Skip to content

Commit

Permalink
Merge pull request #39 from mdoulaty/patch-1
Browse files Browse the repository at this point in the history
FST reader update to support new Kaldi versions
  • Loading branch information
realill committed Jul 24, 2018
2 parents b23f779 + 609db22 commit d551d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nnet3LatgenFasterDecoder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ bool Nnet3LatgenFasterDecoder::Initialize(kaldi::OptionsItf &po) {
decodable_info_ = new kaldi::nnet3::DecodableNnetSimpleLoopedInfo(
decodable_opts_, nnet_);

decode_fst_ = fst::ReadFstKaldi(fst_rxfilename_);
decode_fst_ = fst::ReadFstKaldiGeneric(fst_rxfilename_);

fst::SymbolTable *word_syms = NULL;
if (word_syms_rxfilename_ != "")
Expand Down

0 comments on commit d551d7a

Please sign in to comment.