1.0.0 • Published 1 year ago

node-stemmer v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

node-stemmer

CI

What is Node Stemmer?

Node Stemmer is a Node.js interface to the stemming algorithms from the Snowball project, largely inspired by Richard Boulton's PyStemmer. It uses ffi-napi and expects to find the file libstemmer.so (a version of Libstemmer compiled as shared library) in LD_LIBRARY_PATH.
In order to set-up this kind of environment you can take a look at docker-node-libstemmer Dockerfile or you can use the corresponding docker image: amaccis/node-libstemmer

Installation

You can install Node Stemmer using npm.

npm i node-stemmer
1.0.0

1 year ago

0.0.3

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago