Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hthetiot committed Oct 25, 2023
1 parent 21e0979 commit 7e06edf
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,32 +60,35 @@ snowball.stemword(
### Supported language second argument:

* arabic
* armenian
* basque
* catalan
* catalan
* danish
* dutch
* dutch
* english
* finnish
* french
* french
* german
* greek
* hindi
* indonesian
* hungarian
* indonesian
* irish
* italian
* lithuanian
* nepali
* norwegian
* portuguese
* spanish
* swedish
* romanian
* russian
* serbian
* spanish
* swedish
* tamil
* turkish
* armenian
* serbian
* yiddish
* porter (not a language)

Expand All @@ -97,10 +100,12 @@ snowball.stemword(

## To compile, run

Supported NodeJS versions: 10.x, 11.x, 12.x
Supported NodeJS versions: 14.x, 16.x, 18.x

```
npm build .
npm npm run clean
npm npm run configure
npm npm run build
npm test
```

Expand Down

0 comments on commit 7e06edf

Please sign in to comment.