-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add indic number enable switch, enable input wordbreak keys #11
base: main
Are you sure you want to change the base?
Conversation
laerning function need to refine with this change. * numbers should not be wordToLearn. * other wordBreak keys also should not be wordToLearn. added ```if (isWordBreakKey) { // Remove the word break character for learning wordToLearn = wordToLearn.substr(0, wordToLearn.size() - 1); }``` but not working i think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @khumnath, few comments are not addressed I believe, can you check once. Thanks!
I have commented on previous requests as I made changes, but I’m not sure where you are expecting my comment to address your request. |
discussed here varnamproject#11 (comment)
learning function need to refine with this change.
added
if (isWordBreakKey) { // Remove the word break character for learning wordToLearn = wordToLearn.substr(0, wordToLearn.size() - 1); }
but not working i think.