dictionary-sr-latn
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

dictionary-sr-latn

Serbian (Latin script) spelling dictionary.

Contents

What is this?

This is a Serbian (Latin script) dictionary, generated by wooorm/dictionaries from grakic/hunspell-sr, 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-sr-latn

Use

import srLatn from 'dictionary-sr-latn'

console.log(srLatn)
// To do: use `srLatn` 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 (grakic/hunspell-sr).

License

Dictionary and affix file: (GPL-2.0 OR LGPL-2.1 OR MPL-1.1 OR CC-BY-SA-3.0). Rest: MIT © Titus Wormer.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i dictionary-sr-latn

      Weekly Downloads

      23

      Version

      4.0.0

      License

      (GPL-2.0 OR LGPL-2.1 OR MPL-1.1 OR CC-BY-SA-3.0)

      Unpacked Size

      2.5 MB

      Total Files

      7

      Last publish

      Collaborators

      • wooorm