Menu

Where does the phoneme transitions begin for PocketSphinx?

Help
2017-11-28
2017-12-10
  • Nimay Venkatesh

    Nimay Venkatesh - 2017-11-28

    I am looking for the place where the pocketsphinx phoneme begins. If a word like "cat", where in the code should I look if I want to find the vertex map where the phoneme 'c' in the word cat starts? fsg_lextree.c's psubtree_add_trans function seems is my most likely guess but when I attempt to understand the code by making breakpoints, no breakpoints show up when I compile the code. Am I looking at the wrong place or is there something in this command that I missed?

     
    • Nickolay V. Shmyrev

      where in the code should I look if I want to find the vertex map where the phoneme 'c' in the word cat starts?

      It is not quite clear what do you mean by "vertex map", we do not use such term.

      but when I attempt to understand the code by making breakpoints, no breakpoints show up when I compile the code

      This does not work in speech recognition, you need to read about HMM algorithms first

      Am I looking at the wrong place or is there something in this command that I missed?

      This part works only in grammar mode, I'm not sure if you are using it.

       

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.