disable the language model for sphinx 3 or pocket sphinx for my own
interest.
You can use unigram model with equal probabilities, that will be essentially
the same as like you have model disabled. But please understand that it's not
a reasonable step because you decrease your recognition accuracy without any
increase of speed. Unigram model with word probabilities will perform better.
can anyone explain more about -outlatdir option
This option points the folder where result of the recognition in form of
lattices will be stored. Lattice is a special structure that contains all
possible recognition variants, not just the best one.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to disable the language model for sphinx 3 or pocket sphinx for
my own interest.
Any command or flag for this function?
BTW, can anyone explain more about -outlatdir option ? I guess this option has
something with Language Model.
Do correct me if I am wrong.....Thanks
You can use unigram model with equal probabilities, that will be essentially
the same as like you have model disabled. But please understand that it's not
a reasonable step because you decrease your recognition accuracy without any
increase of speed. Unigram model with word probabilities will perform better.
This option points the folder where result of the recognition in form of
lattices will be stored. Lattice is a special structure that contains all
possible recognition variants, not just the best one.