Hi all, <br><br>Is there a way to rescore htk lattices using dynamic log-linear interpolation of more than one language models, using SRILM.<br><br>Ideally, the command should look like<br><br>lattice-tool -read-htk  -in-lattice $SRC_LATTICE     -lm $LM_FILE   -order $LM_ORDER  -bayes 0 -lambda $LAMBDA -mix-lm $LM2_FILE -loglinear-mix -write-htk -out-lattice $TMP_TRG_LATTIC    -unk -map-unk $UNK_WORD -keep-unk   <br>
<br>but there is no loglinear-mix option in lattice-tool, like in ngram. <br><br>Thanks in advance, <br><br>Zeeshan.<br>