From 21e097936018a5598a805c2df1d194cb8eefbbaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harold=20Th=C3=A9tiot?= Date: Wed, 25 Oct 2023 15:36:41 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e696e01..66f39e3 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,16 @@ Examples: > "argued", "argues", "arguing", and "argus" reduce to the stem "argu" (illustrating the case where the stem > is not itself a word or root) but "argument" and "arguments" reduce to the stem "argument". -This library is using bindings to the [libstemmer](http://snowball.tartarus.org/download.html) C library. +This library is using bindings to the [libstemmer](https://snowballstem.org/download.html) C library. It's support More about Stemming: - [Stemming wikipedia](http://en.wikipedia.org/wiki/Stemming) - [Racinisation wikipedia](http://fr.wikipedia.org/wiki/Racinisation) +More about Snowball libstemmer library: +- [https://snowballstem.org](https://snowballstem.org) + ## Install ``` npm install node-snowball