Oliver before in an older post you built a database for me to remove all special characters and emojis. The problem was after this the recognition stopped working at all. Can you help. Please?
Best Answer
O
Olivier @MyScript
said
about 2 years ago
Dear Mark,
Thank you for your post.
Based on this, it seems your configuration was probably not correct. In your case, you should indeed ensure you have the ak, text and SK resources attached , such as follows. This will normally prevent of recognizing the characters that are not in the subset knowledge resource.
Based on this, it seems your configuration was probably not correct. In your case, you should indeed ensure you have the ak, text and SK resources attached , such as follows. This will normally prevent of recognizing the characters that are not in the subset knowledge resource.
markjhill@mail.com
Oliver before in an older post you built a database for me to remove all special characters and emojis. The problem was after this the recognition stopped working at all. Can you help. Please?
Dear Mark,
Thank you for your post.
Based on this, it seems your configuration was probably not correct. In your case, you should indeed ensure you have the ak, text and SK resources attached , such as follows. This will normally prevent of recognizing the characters that are not in the subset knowledge resource.
# Configuration item #1
Name: text
Type: Text
Configuration-Script:
AddResource en_US/en_US-ak-cur.res
AddResource en_US/en_US-lk-text.res
AddResource en_US/customSK.res
SetTextListSize 1
SetWordListSize 5
SetCharListSize 1
Let us know if this helps.
Best regards,
Olivier
Olivier @MyScript
Dear Mark,
Thank you for your post.
Based on this, it seems your configuration was probably not correct. In your case, you should indeed ensure you have the ak, text and SK resources attached , such as follows. This will normally prevent of recognizing the characters that are not in the subset knowledge resource.
# Configuration item #1
Name: text
Type: Text
Configuration-Script:
AddResource en_US/en_US-ak-cur.res
AddResource en_US/en_US-lk-text.res
AddResource en_US/customSK.res
SetTextListSize 1
SetWordListSize 5
SetCharListSize 1
Let us know if this helps.
Best regards,
Olivier