dictionary-de
German spelling dictionary.Contents
* [`Dictionary`](#dictionary)
What is this?
This is a German dictionary, generated bywooorm/dictionaries
github-dictionaries from
j3e.de
source,
normalized and packaged so that it can be installed and used like other
dictionaries.When should I use this?
You can use this package when integrating with tools that perform spell checking (such asnodehun
github-nodehun or nspell
github-nspell) or when
making such tools.Install
This package is ESM onlygithub-gist-esm. In Node.js (version 16+), install with npmnpm-install:npm install dictionary-de
Use
import de from 'dictionary-de'
console.log(de)
// To do: use `de` somehow
Yields:
{aff: <Buffer>, dic: <Buffer>}
API
This package exports no identifiers. The default export is aDictionary
api-dictionary.It exports the TypeScript type
Dictionary
api-dictionary.Dictionary
Hunspell dictionary.Fields
aff
(Buffer
node-buffer)
— data for the affix file (defines the language, keyboard, flags, and more)
dic
(Buffer
node-buffer)
— data for the dictionary file (contains words and flags applying to those
words)
Examples
See the monorepo readmegithub-dictionaries for examples.Compatibility
This projects is compatible with maintained versions of Node.js.When we cut a new major release, we drop support for unmaintained versions of Node. This means we try to keep the current release line, compatible with Node.js 12.
Security
This package is safe.Contribute
See the monorepo readmegithub-dictionaries for how to contribute.👉 Note: dictionaries are not maintained here.
Report spelling problems upstream
(j3e.de
source).