3.1.0 • Published 6 months ago

@cspell/dict-et-ee v3.1.0

Weekly downloads
-
License
LGPL-3.0+
Repository
github
Last release
6 months ago

CSpell Estonian Dictionary

This is a CSpell repackaging of the wordlist created by Jaak Pruulmann.

The following description has been taken from the webpage of the original author:

Wordlists

The wordlists are based on work by the Institute of the Estonian Language, subsequently improved by Jaak Pruulmann who also created the affix file.

Encoding issues

All dictionaries are encoded in the UTF-8 character-set, which is absolutely necessary to accommodate the plethora of foreign words featuring S- and Z-caron that see daily usage in the Estonian language.

Dictionaries to accommodate the ISO-8859-1 legacy encoding still used on some operating systems are also included for completion, but obviously won't successfully proofread words that use S and Z with a caron accent.

Wordlist improvement

Corrections to existing words and suggestions for new words are welcome. Please send them to the author for inclusion in the next revision.

Contact Information

Jaak Pruulmann jjpp@meso.ee

Installation

Global Install and add to cspell global settings.

npm install -g @cspell/dict-et-ee
cspell link add @cspell/dict-et-ee

Uninstall from cspell

cspell link remove @cspell/dict-et-ee

Manual Installation

Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process.

npm i @cspell/dict-et-ee

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

{
    // …
    "import": ["@cspell/dict-et-ee/cspell-ext.json"],
    // …
}

Dictionary Development

See: How to Create a New Dictionary

License

LGPL 3.0

Some packages may have other licenses included.

3.1.0

6 months ago

3.0.0

7 months ago

2.0.9

10 months ago

2.0.8

1 year ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

1.1.0

3 years ago