From c12bded9e8f9f22ceafdeb0269f641fe5e01e85b Mon Sep 17 00:00:00 2001 From: Espen Klem Date: Thu, 4 Apr 2019 15:04:45 +0200 Subject: [PATCH] Fixed readme --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42d3e51..ddecdd1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index c175ea6..eb6b698 100644 --- a/package.json +++ b/package.json @@ -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"