Hello Everyone,
I have created an application which detect not only a single word but complete english phrase like "how are you" or anything else which user can set in runtime.
I am able to create .gram file with single phrase/keyword. and update assets.lst with proper gram file and md5 key.
Problem I am facing is whatever keyword/phrase I am adding in the .gram file is sometime detecting and sometime not detecting.
I have tried to set threshold with .setKeywordThreshold(1e-45f) but problem not resolve.
Infact I am started facing other problem, apart from my set phrase/keyword system started recognising other random words from the normal conversation.
please guide me how can I resolve this problem.
I am checking application on Nexus 5x with Orio(8.0)
Thansk in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Everyone,
I have created an application which detect not only a single word but complete english phrase like "how are you" or anything else which user can set in runtime.
I am able to create .gram file with single phrase/keyword. and update assets.lst with proper gram file and md5 key.
Problem I am facing is whatever keyword/phrase I am adding in the .gram file is sometime detecting and sometime not detecting.
I have tried to set threshold with .setKeywordThreshold(1e-45f) but problem not resolve.
Infact I am started facing other problem, apart from my set phrase/keyword system started recognising other random words from the normal conversation.
please guide me how can I resolve this problem.
I am checking application on Nexus 5x with Orio(8.0)
Thansk in advance.
You can dump the recodings in raw log dir and analyze them offline on desktop to see if threshold is properly configured.