4.0.0 • Published 5 months ago

@cspell/dict-he v4.0.0

Weekly downloads
1
License
AGPLv3
Repository
github
Last release
5 months ago

CSpell he Dictionary

Dictionary for Hebrew language

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

About the Dictionary

The Hebrew Dictionary has been compiled from the Hunspell Hebrew Dictionary:

By the Hspell project (http://hspell.ivrix.org.il/). Hspell version 1.4 was used. Copyright 2004-2017, Nadav Har'El and Dan Kenigsberg The dictionary (this file and the corresponding word list) is licensed under the GNU Affero General Public License

But, due to the complexity of the Hebrew language, a significant portion of the dictionary was not able to be included in this extension.

Installation

Global Install and add to cspell global settings.

npm install -g @cspell/dict-he
cspell link add @cspell/dict-he

Uninstall from cspell

cspell link remove @cspell/dict-he

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-he/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

License

AGPLv3

Some packages may have other licenses included.