Socket
Socket
Sign inDemoInstall

spellerjs

Package Overview
Dependencies
53
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

spellerjs

This is a spell checker implemented with hash tables(super fast)


Version published
Maintainers
1
Weekly downloads
12

Weekly downloads

Readme

Source

spellerjs

This is a package that performs spell checking on a given chunk of text in the provided language. The python equivalent is here.

Why would I use this particular package?

Well, because it uses hash tables as its core data structure, which mean once loading everything in, the speed of looking up any word would be nearly constant, O(1).

Installation

npm i spellerjs

Usage

Keywords

FAQs

Last updated on 11 Apr 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc