gooofy / zamia-speech

Open tools and data for cloudless automatic speech recognition
GNU Lesser General Public License v3.0
443 stars 86 forks source link

where to find the lattices? #95

Open besimali opened 4 years ago

besimali commented 4 years ago

Hi,

I want to do rescoring with lmrescore_const_arpa.sh. However, for this I need to point to the path where the lattices are (lat.1.gz for example). Where can I find these?

Thanks

gooofy commented 4 years ago

take a look at:

data/dst/asr-models/kaldi//exp/nnet3_chain//decode_test/lat.1.gz

for example

besimali commented 4 years ago

Thanks for the response!

There aren´t any lattices in my model under data/dst/asr-models/kaldi/. Can I somewhere specify the folder in which these are placed?

besimali commented 4 years ago

From what I understood these are the lattices generated during online decoding? Is it possible that these get deleted immediately after the decoding is finished?

I have some ideas of doing on the fly rescoring to give higher scores based on output of vision system (i.e. give higher scores to items you currently see). Do you think this is possible?

Anyway, thanks for the great work on the Zamia project!!