CMU Sphinx comes with a large vocabulary of English words. that is fine however I want to emphasize certain words which I will be using as commands. some of these words are not English words. how can I make sure that Sphinx can understand both my special command keywords and the rest of the English dictionary words? how can I make sure that my special command keywords take precedence over the rest of the English vocabulary?
Using sphinx, there is a call that I have attempted to use for this purpose:
ps_add_word(ps, "OKAY", "OW K EY", 1);
However all of the words that I add this way appear to not be recognized any more frequently and any other word.