You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I used pocketsphinx.js to recognise something like this:
[action] [custom-command] [literal]
for example:
add server "Dell5724-a"
add panel "Panel06"
NB: I want to use 'speech-to-text' to recognise the action and the custom-command.
But I want to capture the literal as a string without trying to recognise it or convert it or understand it.
Thanks.
Best regards,
Niall.
The text was updated successfully, but these errors were encountered:
@niallmca Pocketsphinx is a speech recognizer, it outputs the hypothesis (a string), and does not do NLU (language understanding).
It will only recognize things that are in the language model (grammar or SLM), so your "literals" must be in the language model to be able to recognize them.
Hi Sylvian,
Can I used pocketsphinx.js to recognise something like this:
[action] [custom-command] [literal]
for example:
add server "Dell5724-a"
add panel "Panel06"
NB: I want to use 'speech-to-text' to recognise the action and the custom-command.
But I want to capture the literal as a string without trying to recognise it or convert it or understand it.
Thanks.
Best regards,
Niall.
The text was updated successfully, but these errors were encountered: