Hi All,<br>I'm new to srilm and I have some questions about finding nbest result by using srilm.<br>I try Srilm by the command "./lattice-tool -read-htk -in-lattice test.lat -nbest-decode 10   -out-nbest-dir my_nbest_dir". I indeed get 10 results. But are the result placed in order?  I read from manual page said that they are placed in order by default, I think they should placed according to the score (combine the acoustic and lm score) in front of it. But from what i have get, it's not. Am I misunderstanding something? <br>
<br>I also notice that there are another command callled "nbest-lattice". I try to use it as well but it seems it does not accept HTK lattice. So could it be used to find nbest result. And what's the different bettwen lattice-tool and nbest-lattice? How to decide which one should be used?<br>
<br>Another question is that I read from manual page there is one option called <b>-nbest-backtrace </b>which could preserve word-level timemarks and scores. Is there similar option for lattice tool? What if I want to keep those information while using lattice-tool?<br>
<br>Thanks!<br><br>Liz<br><br><br><br><br>