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

Unused flags for suggestions #62

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

Unused flags for suggestions #62

dimztimz opened this issue Apr 4, 2020 · 0 comments

Comments

@dimztimz
Copy link
Contributor

dimztimz commented Apr 4, 2020

Two flags that exist in Hunspell's code but are unused in any dictionaries are:

  • NONGRAMSUGGEST: undocumented, excludes root words in the process of ngram suggestions. It's a changes of two lines in the code, but why add it when it isn't used.
  • SUGSWITHDOTS: it's documented but it isn't used and it is a questionable feature because it greatly depends on the segmentation of a text into words which we currently don't control.

Adding NONGRAMSUGGEST as a bool to Aff_Data changes ABI, which means the major version number has to be increased.

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