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

Agglutinative #626

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

Agglutinative #626

wants to merge 14 commits into from

Conversation

sharoncorrell
Copy link
Contributor

Adds a new option called AGGLUTINATIVE and a group of methods that use an alternate recursive algorithm to handle longer strings of affixes. The option can take optional parameters indicating the maximum number of prefixes and suffixes (default is 5).

Code marked with the comment SJC (my initials) is related to these changes.

This addresses issue 497.

Currently does not handle morphological analysis, only spell-checking.

@sharoncorrell
Copy link
Contributor Author

All my tests are passing on Travis. The failures on AppVeyor are not in my new tests and also all the other pull requests are having similar problems on AppVeyor. So I think my changes are ready to be merged now.

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

1 participant