https://github.com/facelessuser/hunspell-en-us
English US Hunspell dictionary
https://github.com/facelessuser/hunspell-en-us
Last synced: 3 months ago
JSON representation
English US Hunspell dictionary
- Host: GitHub
- URL: https://github.com/facelessuser/hunspell-en-us
- Owner: facelessuser
- Created: 2018-10-15T01:56:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T01:56:15.000Z (over 7 years ago)
- Last Synced: 2025-01-30T02:14:08.462Z (over 1 year ago)
- Size: 188 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hunspell-en-us
This is the English US dictionary for Hunspell from http://wordlist.aspell.net/. Small changes have been made for more reliability in personal projects.
1. Removed numbers as word characters.
2. Added support for apostrophes.
```
# WORDCHARS 0123456789
WORDCHARS ’
```