Skip to content

Commit

Permalink
Removing noise
Browse files Browse the repository at this point in the history
  • Loading branch information
eklem committed Mar 17, 2019
1 parent e352e22 commit 159e40b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ const newString = sw.removeStopwords(oldString, [ 'even', 'a', 'custom', 'stopwo
### <language code>
Arrays of stopwords for the following languages are supplied:
Arrays of stopwords for the following 23 languages are supplied:
* `ar` - Modern Standard Arabic
* `bn` - Bengali
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "stopword",
"version": "0.1.16",
"version": "0.1.17",
"description": "A module for node.js that takes in text and returns text that is stripped of stopwords. Has pre-defined stopword lists for 23 languages and also takes lists with custom stopwords as input.",
"main": "lib/stopword.js",
"scripts": {
Expand Down

0 comments on commit 159e40b

Please sign in to comment.