Menu

Help in Phoneme Recognition

Help
2016-05-24
2016-05-24
  • Kaushik Ramachandran

    I'm trying to use my language model to recognize phonemes..The exact command to recognize phonemes is mentioned for windows platform..Can anyone tell me the command to do so in Linux?

     
  • Nickolay V. Shmyrev

    The command from tutorial http://cmusphinx.sourceforge.net/wiki/phonemerecognition

    pocketsphinx_continuous -infile test/data/goforward.raw -hmm model/en-us/en-us \
                            -allphone model/en-us/en-us-phone.lm.bin -backtrace yes \
                            -beam 1e-20 -pbeam 1e-20 -lw 2.0
    

    Works both on Windows and Linux

     

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.