dialogflow / asr-server

FastCGI support for Kaldi ASR
Apache License 2.0
184 stars 86 forks source link

Change Nnet3LatgenFasterDecoder.cc to support new kaldi fst of type const #33

Closed YunzhaoLu closed 6 years ago

YunzhaoLu commented 6 years ago

change line 99 of Nnet3LatgenFasterDecoder.cc from decodefst = fst::ReadFstKaldi(fstrxfilename); to decodefst = fst::ReadFstKaldiGeneric(fstrxfilename);