cspell-dict-en_us

English dictionary for cspell.

MIT 43 个版本
安装
npm install cspell-dict-en_us
yarn add cspell-dict-en_us
pnpm add cspell-dict-en_us
bun add cspell-dict-en_us
README

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.

版本列表
1.3.7 2021-07-13
1.3.6 2021-06-14
1.3.5 2021-06-01
1.3.4 2021-05-26
1.3.3 2021-05-20
1.3.2 2021-03-16
1.3.1 2021-01-06
1.3.0 2020-12-24
1.2.37 2020-11-28
1.2.34 2020-11-08
1.2.30 2020-10-21
1.2.29 2020-10-17
1.2.28 2020-10-17
1.2.27 2020-08-08
1.2.26 2020-05-13
1.2.25 2020-02-19
1.2.24 2019-12-24
1.2.23 2019-12-06
1.2.21 2019-12-04
1.2.20 2019-11-02
1.2.19 2019-11-02
1.2.18 2019-08-14
1.2.17 2019-08-10
1.2.16 2019-06-01
1.2.15 2019-05-21
1.2.14 2019-05-20
1.2.13 2019-05-15
1.2.12 2019-05-05
1.2.11 2019-04-20
1.2.10 2019-01-13
1.2.9 2019-01-13
1.2.8 2018-09-09
1.2.5 2018-04-28
1.2.4 2018-04-28
1.2.3 2018-04-07
1.2.2 2018-04-02
1.2.1 2018-04-01
1.2.0 2017-10-21
1.1.4 2017-09-17
1.1.3 2017-08-06
1.1.2 2017-07-23
1.1.1 2017-07-13
1.1.0 2017-07-09