1.2.0 • Published 3 years ago

spellerjs v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

1.2.0

3 years ago

1.1.1

3 years ago

1.0.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.9

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago