I'm using Sphinx-4 to convert voice to text, but I need that the application recognizes a grammar and then a sequence of words dictated.
For example, having the following grammar:
public <greet> = (Good morning | Hello);
If I say "Hello" and then Joan (or any other name) I intend to return the text "Hello Joan"
I saw the topic Dictation Application using Sphinx4 but if I change the settings will always return <unk>
. This is the right step? If yes, what am I doing wrong?