From andrea.maccis at gmail.com Mon Feb 28 18:09:22 2022 From: andrea.maccis at gmail.com (Andrea Maccis) Date: Mon, 28 Feb 2022 19:09:22 +0100 Subject: [Snowball-discuss] node-stemmer Message-ID: 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: