New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dictionary-bg-ivanchov

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dictionary-bg-ivanchov

Bulgarian (Ivanchov 1899 orthography) spelling dictionary

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-57.14%
Maintainers
1
Weekly downloads
 
Created
Source

dictionary-bg-ivanchov

Bulgarian spelling dictionary according to the orthography introduced by Todor Ivanchov in 1899.

What is this?

This is a spelling dictionary of the Bulgarian language in the Ivanchov 1899 orthography. It is based on the extracted Firefox extension provided by Иванчевски Правописъ, 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, nspell) or when making such tools.

Install

In Node.js (version 14.14+, 16+ or 18+), install with npm:

npm install dictionary-bg-ivanchov

Use

import dictionaryBg from 'dictionary-bg-ivanchov'

dictionaryBg(function (error, bg1899) {
  if (error) throw error
  console.log(bg1899)
  // To do: use `bg1899` somehow
})

Yields:

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

Where dic and aff are Buffers for index.dic and index.aff respectively.

Examples

See the monorepo readme for examples.

Types

This package is typed with TypeScript.

Contribute

Please open an issue on GitHub.

License

Dictionary and affix file: GPL-3.0. Rest: MIT © Titus Wormer.

Keywords

FAQs

Package last updated on 28 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc