[Snowball-discuss] node-stemmer

Andrea Maccis andrea.maccis at gmail.com
Mon Feb 28 18:09:22 GMT 2022


Hi all!

I wrote in TypeScript (using ffi-napi) a Node.js interface to the stemming
algorithms, largely inspired by Richard Boulton's PyStemmer.

It is available via npm: https://www.npmjs.com/package/node-stemmer
I wrote a Dockerfile too, in order to create a Docker image with the env
set-up needed by my library (Node.js 17, node-gyp, libstemmer compiled like
a shared library) and this image is available via DockerHub:
https://hub.docker.com/r/amaccis/node-libstemmer

It's my first TypeScript library and it's ugly, so feel free to point out
all the crap I made.
These are my repos:
- https://github.com/amaccis/node-stemmer
- https://github.com/amaccis/docker-node-libstemmer
I hope it can be useful.

Kind Regards,
Andrea Maccis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.tartarus.org/pipermail/snowball-discuss/attachments/20220228/7b64a7b3/attachment.htm>


More information about the Snowball-discuss mailing list