Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eklem committed Apr 4, 2019
1 parent eed3200 commit c12bded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ const newString = sw.removeStopwords(oldString, [ 'even', 'a', 'custom', 'stopwo
### <language code>
Arrays of stopwords for the following 30 languages are supplied:
Arrays of stopwords for the following 31 languages are supplied:
* `af` - Afrikaans
* `ar` - Modern Standard Arabic
* `bn` - Bengali
* `br` - Brazilian Portuguese
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stopword",
"version": "0.2.3",
"description": "A module for node.js that takes in text and returns text that is stripped of stopwords. Has pre-defined stopword lists for 29 languages and also takes lists with custom stopwords as input.",
"description": "A module for node.js that takes in text and returns text that is stripped of stopwords. Has pre-defined stopword lists for 31 languages and also takes lists with custom stopwords as input.",
"main": "lib/stopword.js",
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit c12bded

Please sign in to comment.