Dear Alan,
an answer was done by email.
Without any context, it is difficult for our solution to make the difference in between "/" or "," we are working to improve this beahvior, but at present, we have no short term solution.
One way to proceed is that you check the result, and if you happen to have one character (e.g. "," in your case), you replace it as a post-treatment.
Best regards,
Olivier
Alan Liu
Dear MyScript core engine developers:
I found some issues in my recognize process on android platform sdk :
Main language is zh_CN,and zh_CN.conf is:
and my recognization codes from github in the official offscreen recognization examples:
https://github.com/MyScript/interactive-ink-additional-examples-android/blob/master/java/samples/batch-mode/src/main/java/com/myscript/iink/samples/batchmode/MainActivity.java
I use the batchmode to make the recognize working.
in my result the problem is, the English char "/" is not recognized when I use the "text" as my part. You can see the "/" is recognized as chars ".," or "," and other chars
the result is as below:
So any suggestion for me to resolve the issues? Thank you guys.