-
Notifications
You must be signed in to change notification settings - Fork 497
Add words from misspell's dictionary (A-1) #2748
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
Add words from misspell's dictionary (A-1) #2748
Conversation
92aeb65
to
77c085b
Compare
77c085b
to
e220fd0
Compare
codespell_lib/data/dictionary.txt
Outdated
abbriviate->abbreviate | ||
abbriviation->abbreviation | ||
abbriviations->abbreviations | ||
abdominable->abdominal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps abdominable->abdominal, abominable,
although the second is certainly less probable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few suggestions, mainly:
- singular-plural
- all verbal forms
04573d6
to
29ea3bf
Compare
@skangas I'm afraid I messed up trying to add my own fixes. I pushed to the wrong repository. |
I can fix that for you, or let you handle it, at your convenience. I am terribly sorry about that. |
492859b
to
cb0b104
Compare
This adds corrections from misspell's wordlist: https://github.com/client9/misspell/blob/master/words.go misspell is distributed under the MIT license: https://github.com/client9/misspell/blob/master/LICENSE
218bc6f
to
9e8b25f
Compare
9e8b25f
to
a9245f0
Compare
This adds corrections from misspell's wordlist:
https://github.com/client9/misspell/blob/master/words.go
misspell is distributed under the MIT license:
https://github.com/client9/misspell/blob/master/LICENSE
These are the first 500 words from that dictionary, merged into ours and with corrections and additions by me.