An open API service indexing awesome lists of open source software.

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

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 ’
```