cspell-dict-en_us
English dictionary for cspell.
Last updated 3 years ago by jason-dent .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install cspell-dict-en_us 
SYNC missed versions from official npm registry.

Cspell English Dictionary

English dictionary for cspell.

This is a pre-built dictionary for use with cspell.

Note

This dictionary comes pre-installed with cspell. It should not be necessary to add it.

Installation

Global Install and add to cspell global settings.

npm install -g cspell-dict-en-us
cspell-dict-en-us-link

Uninstall from cspell

cspell-dict-en-us-unlink

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["<path to node_modules>/cspell-dict-en-us/cspell-ext.json"],
    // …
}

Building

Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.

npm run build

Adding Words

Please add any words to src/additional_words.txt by making a pull request.

Resources

The Hunspell source for this dictionary can be found:

http://wordlist.aspell.net/hunspell-readme/

License

MIT

Some packages may have other licenses included.

Current Tags

  • 1.3.7                                ...           latest (3 years ago)

43 Versions

  • 1.3.7                                ...           3 years ago
  • 1.3.6                                ...           3 years ago
  • 1.3.5                                ...           4 years ago
  • 1.3.4                                ...           4 years ago
  • 1.3.3                                ...           4 years ago
  • 1.3.2                                ...           4 years ago
  • 1.3.1                                ...           4 years ago
  • 1.3.0                                ...           4 years ago
  • 1.2.37                                ...           4 years ago
  • 1.2.34                                ...           4 years ago
  • 1.2.30                                ...           4 years ago
  • 1.2.29                                ...           4 years ago
  • 1.2.28                                ...           4 years ago
  • 1.2.27                                ...           4 years ago
  • 1.2.26                                ...           5 years ago
  • 1.2.25                                ...           5 years ago
  • 1.2.24                                ...           5 years ago
  • 1.2.23                                ...           5 years ago
  • 1.2.21                                ...           5 years ago
  • 1.2.20                                ...           5 years ago
  • 1.2.19                                ...           5 years ago
  • 1.2.18                                ...           5 years ago
  • 1.2.17                                ...           5 years ago
  • 1.2.16                                ...           6 years ago
  • 1.2.15                                ...           6 years ago
  • 1.2.14                                ...           6 years ago
  • 1.2.13                                ...           6 years ago
  • 1.2.12                                ...           6 years ago
  • 1.2.11                                ...           6 years ago
  • 1.2.10                                ...           6 years ago
  • 1.2.9                                ...           6 years ago
  • 1.2.8                                ...           6 years ago
  • 1.2.5                                ...           7 years ago
  • 1.2.4                                ...           7 years ago
  • 1.2.3                                ...           7 years ago
  • 1.2.2                                ...           7 years ago
  • 1.2.1                                ...           7 years ago
  • 1.2.0                                ...           7 years ago
  • 1.1.4                                ...           7 years ago
  • 1.1.3                                ...           7 years ago
  • 1.1.2                                ...           7 years ago
  • 1.1.1                                ...           7 years ago
  • 1.1.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (0)
None
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |