pocketsphinx-android-demo
pocketsphinx-android-demo copied to clipboard
How to use Mandarin Language Model?
When I copy the Mandarin language model to this project and use my custom grammer file,there is a error in the IDE's Logcat.
error:
" FATAL: "fsg_lextree.c", line 718: #phones > 128; increase FSG_PNODE_CTXT_BVSZ and recompile"
the content of my grammer file:
#JSGF V1.0;
grammar digits;
public
How to solve this error? What can I do? please help me,thanks!