Menu

Is there a way to disable the language model

Help
Yong Yang
2010-02-03
2012-09-22
  • Yong Yang

    Yong Yang - 2010-02-03

    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

     
  • Nickolay V. Shmyrev

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.