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;
= 1 ;
public = +;
How to solve this error? What can I do?
please help me,thanks!
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;
= 1 ;
public = +;
How to solve this error? What can I do?
please help me,thanks!