View on GitHub

check-spelling-docs

Documentation for check-spelling

Autodetect valid word lengths

With Heuristic exclude suggestions, I've started reviewing what's worth checking.

For one, a significant portion of the two letter space is already in the dictionary.

For another, programmers often develop two letter sequences, either as abbreviations or identifiers.

In a recent pull request of mine, every single 2 letter pair that was flagged was valid.

I know of one repository with a run of as that exceeds 32766 characters.

The checker (while reading the dictionary) will find the shortest and longest word lengths.

There are now two flags to configure the length of "words":


FAQ | Showcase | Event descriptions | Configuration information | Known Issues | Possible features | Deprecations | Release notes | Helpful scripts