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:
The wordlists are based on work by the Institute of the Estonian Language, subsequently improved by Jaak Pruulmann who also created the affix file.
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.
Corrections to existing words and suggestions for new words are welcome. Please send them to the author for inclusion in the next revision.
Jaak Pruulmann jjpp@meso.ee
Global Install and add to cspell global settings.
npm install -g @cspell/dict-et-ee
cspell link add @cspell/dict-et-ee
cspell link remove @cspell/dict-et-ee
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"],
// …
}
See: How to Create a New Dictionary
LGPL 3.0
Some packages may have other licenses included.