Skip to content
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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

khumnath
Copy link

@khumnath khumnath commented Jul 29, 2024

learning 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.

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.
src/varnam_state.cpp Outdated Show resolved Hide resolved
src/varnam_state.cpp Show resolved Hide resolved
src/varnam_state.cpp Outdated Show resolved Hide resolved
.gitignore Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
.gitignore Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
src/varnam_config.h Outdated Show resolved Hide resolved
src/varnam_state.cpp Outdated Show resolved Hide resolved
src/varnam_state.cpp Show resolved Hide resolved
Copy link
Member

@anoopmsivadas anoopmsivadas left a 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!

@khumnath
Copy link
Author

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.

src/varnam_state.cpp Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants