Is Pocketsphinx able to detect continuous word without a pause in between?
As an example if I say "OhhhhhhhhhhhhhhhhhhhhhYes" and i'd like to get the
following notification
1) A periodic notification of "Oh" (say every 0.1 seconds) as long as i'm
still shouting the remaining of the "Ohhh~~~"
2) Get notification on the "Yes" which is the last part of the continuos
speech of "Ohhh~~~Yes"
PS. If thats possible, does anyone know how do i build the language model for
it?
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's possible to get partial hypothesis from the decoder. Language model can
be arbitrary grammar or n-gram lm, there is no language model specific here.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is Pocketsphinx able to detect continuous word without a pause in between?
As an example if I say "OhhhhhhhhhhhhhhhhhhhhhYes" and i'd like to get the
following notification
1) A periodic notification of "Oh" (say every 0.1 seconds) as long as i'm
still shouting the remaining of the "Ohhh~~~"
2) Get notification on the "Yes" which is the last part of the continuos
speech of "Ohhh~~~Yes"
PS. If thats possible, does anyone know how do i build the language model for
it?
Thanks in advance.
Please use Help forum to ask for help
It's possible to get partial hypothesis from the decoder. Language model can
be arbitrary grammar or n-gram lm, there is no language model specific here.