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

word breakers + inscript learning hack #102

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

kevinmartinjos
Copy link
Contributor

changelog:

  1. word breakers can be specified in the scheme file. Ibus commits the word being typed when the user presses one of the word breaker (eg:- "." or ",")
  2. Added a workaround to make inscript learn the chills.

@kevinmartinjos kevinmartinjos changed the title word breakers word breakers + inscript learning hack Apr 15, 2015
@kevinmartinjos kevinmartinjos changed the title word breakers + inscript learning hack word masking + inscript learning hack Apr 15, 2015
@kevinmartinjos kevinmartinjos changed the title word masking + inscript learning hack word breakers + inscript learning hack Apr 15, 2015
specified in the scheme file. For example, see ml-inscript
*/
int
varnam_word_breakers(varnam *handle, char *list, int max_count);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd make this method return varray instead of char*. varray should contain all the word breakers configured in the scheme file.

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.

None yet

2 participants