pocketsphinx-android-demo icon indicating copy to clipboard operation
pocketsphinx-android-demo copied to clipboard

How to use Mandarin Language Model?

Open Shawn-Qian opened this issue 4 years ago • 0 comments

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!

Shawn-Qian avatar Aug 28 '21 09:08 Shawn-Qian