In a recent thread I read that -nbestdir option is only for pocketsphinx_batch
and not for pocketsphinx_continuous. Does it also means that nBest is
implemented for only pocketsphinx_batch and not for pocketsphinx_continous.
Pankaj
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
In a recent thread I read that -nbestdir option is only for pocketsphinx_batch
and not for pocketsphinx_continuous. Does it also means that nBest is
implemented for only pocketsphinx_batch and not for pocketsphinx_continous.
Pankaj
This is just an nbestdir option which dump data to the folder. I.e. the code
which takes n-best and creates text file.
You can still access n-best iterators after utterance is finished decoding in
all cases in batch decoding and continuous decoding.