3.0.0 • Published 5 months ago

dictionary-de-at v3.0.0

Weekly downloads
82
License
(GPL-2.0 OR GPL-3...
Repository
github
Last release
5 months ago

dictionary-de-at

German (Austria) spelling dictionary.

Contents

What is this?

This is a German (Austria) dictionary, generated by wooorm/dictionaries from j3e.de, 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 as nodehun or nspell) or when making such tools.

Install

This package is ESM only. In Node.js (version 16+), install with npm:

npm install dictionary-de-at

Use

import deAt from 'dictionary-de-at'

console.log(deAt)
// To do: use `deAt` somehow

Yields:

{aff: <Buffer>, dic: <Buffer>}

API

This package exports no identifiers. The default export is a Dictionary.

It exports the TypeScript type Dictionary.

Dictionary

Hunspell dictionary.

Fields
  • aff (Buffer) — data for the affix file (defines the language, keyboard, flags, and more)
  • dic (Buffer) — data for the dictionary file (contains words and flags applying to those words)

Examples

See the monorepo readme 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 readme for how to contribute.

👉 Note: dictionaries are not maintained here. Report spelling problems upstream (j3e.de).

License

Dictionary and affix file: (GPL-2.0 OR GPL-3.0). Rest: MIT © Titus Wormer.

3.0.0

5 months ago

2.1.0

2 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

5 years ago

2.0.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago