Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hthetiot authored Oct 25, 2023
1 parent de41bf7 commit 21e0979
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21e0979

Please sign in to comment.