Pocketsphinx how to determine from grammar words

I am currently using a pocketsphix demo (Android and Visual Studio 2010) and I configured jsgf grammer like this

 #JSGF V1.0;
 grammar Names;
 public <popular> = muhammad | ahmed | maria | john | kelley | peter | jacob | jason; 

Whenever I say the correct name, he finds it correctly in most cases, but when I say a name not on the list, it still matches something, and I don’t want it, or at least it could discover that something was said in the grammar (maybe through some point or api pocketsphinx)

I'm sure pocketsphinx has this somewhere that I don't know. Please inform.

Thanks Ahmed

+5
source share
1 answer

All Articles