Reply To: Limit hypothesis to phrases defined in model

Home Forums OpenEars Limit hypothesis to phrases defined in model Reply To: Limit hypothesis to phrases defined in model

#8104
Halle Winkler
Politepix

Would changing the grammar to JSGF help avoid this at all?

If you have some kind of logical pattern that lets you set a rule, and the rule will only allow “eight” instead of “eighty” when it’s [preceded by x || followed by y || whatevered by whatever], it will help. If you don’t have the opportunity to use logic to rule out similar-sounding sentence parts it will help less, but it will still probably be helpful to restrict recognition to a subset of phrases you expect.

I don’t really understand this question fully, can you give an example:

Also, it is my understanding that a JSGF grammar would allow multiple language model phrases in a single hypothesis, which would be necessary for my project.

BTW, if you search around there is some alpha code for dynamic switching between JSGF grammars posted in another discussion here but I don’t know offhand what the link is.