Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

combine speech-to-text (recognise) with literal strings (record but don't recognise) #126

Open
niallmca opened this issue Feb 14, 2019 · 1 comment
Labels

Comments

@niallmca
Copy link

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.

@syl22-00
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants