The Wayback Machine - https://web.archive.org/web/20200712010230/https://github.com/topics/spelling-checker
Skip to content
#

spelling-checker

Here are 42 public repositories matching this topic...

dimztimz
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 int

Improve this page

Add a description, image, and links to the spelling-checker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spelling-checker topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.