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

Improvements in the function expand_root_word_for_ngram() #63

Open
dimztimz opened this issue Apr 4, 2020 · 0 comments
Open

Improvements in the function expand_root_word_for_ngram() #63

dimztimz opened this issue Apr 4, 2020 · 0 comments

Comments

@dimztimz
Copy link
Contributor

dimztimz commented Apr 4, 2020

This function now behaves same as in Hunspell bit it can be improved to allow certain combinations of prefix and suffix related to the flags CIRCUMFIX and NEEDAFFIX.

The second improvement is getting better performance by adding some indexing over the stripping affixes, or over the flag of the affixes. This will speed up the searching of matching affix entries. This improvement requires changes in the data structures, thus changing ABI, which requires bump of the major version.

@dimztimz dimztimz changed the title Improvements in the function funexpand_root_word_for_ngram() Improvements in the function expand_root_word_for_ngram() Apr 4, 2020
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

No branches or pull requests

1 participant