I am trying to implement a speech recognition system, that has a very limited set of keywords(around 350-500). I want to use the JSGF grammar.
But as far as my understanding goes, the jsgf grammar works best for a structured language.
My language is not very structured. Should I still use JSGF?
If yes, how do I specify all those 500 keywords in the jsgf file?
Thank you,
Srikar
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
500 keywords doesn't count as a small vocabulary, it's actually a medium vocabulary. JSGF is not a good idea for it, you should use statistical langauge models instead.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to implement a speech recognition system, that has a very limited set of keywords(around 350-500). I want to use the JSGF grammar.
But as far as my understanding goes, the jsgf grammar works best for a structured language.
My language is not very structured. Should I still use JSGF?
If yes, how do I specify all those 500 keywords in the jsgf file?
Thank you,
Srikar
500 keywords doesn't count as a small vocabulary, it's actually a medium vocabulary. JSGF is not a good idea for it, you should use statistical langauge models instead.