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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
It is not quite clear what do you mean by "vertex map", we do not use such term.
This does not work in speech recognition, you need to read about HMM algorithms first
This part works only in grammar mode, I'm not sure if you are using it.