You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: Those characters, as well as a few others, are not represented in the sample set used to build the model. Hense the model does really poorly with them. So even if the code let you write those characters they aren't actually going to product legible results:
If the sentence contains any of the letter: Q, X or Z, hand.write() will fail.
I've checked the code, seems that these letters are not in alphabet in operations.py, but why?
The text was updated successfully, but these errors were encountered: