@cspell/dict-en_us
English dictionary for cspell.
Last updated 4 years ago by jason-dent .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm 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 link add @cspell/dict-en-us

Uninstall from cspell

cspell link remove @cspell/dict-en-us

Manual Installation

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

{
    // …
    "import": ["@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

  • 2.1.4                                ...           latest (4 years ago)

17 Versions

  • 2.1.4                                ...           4 years ago
  • 2.1.3                                ...           4 years ago
  • 2.1.2                                ...           4 years ago
  • 2.1.1                                ...           5 years ago
  • 2.1.0                                ...           5 years ago
  • 2.0.2                                ...           5 years ago
  • 2.0.1                                ...           5 years ago
  • 2.0.0                                ...           5 years ago
  • 1.2.45                                ...           5 years ago
  • 1.2.44                                ...           5 years ago
  • 1.2.43                                ...           5 years ago
  • 1.2.42                                ...           5 years ago
  • 1.2.41                                ...           5 years ago
  • 1.2.40                                ...           5 years ago
  • 1.2.39                                ...           5 years ago
  • 1.2.38                                ...           5 years ago
  • 1.2.37                                ...           5 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)

Copyright 2013 - present © cnpmjs.org | Home |