Skip to content

Releases: fergiemcdowall/stopword

Swahili stopwords added

07 Mar 14:33
Compare
Choose a tag to compare
v0.1.15

Adding Swahili stopword list

Hebrew stopwords added

07 Mar 11:11
96b1d8f
Compare
Choose a tag to compare

Making Punjabi Gurmukhi work

02 Oct 09:35
Compare
Choose a tag to compare

Forgot to reference stopwords_pa_in.js from stopword.js and have corrected test.

Adding Punjabi Gurmukhi + test

02 Oct 09:22
Compare
Choose a tag to compare

Half of Punjabi language. This is a frequency sorted list that will make it possible to slice the list from the bottom and be less agressive in removing stopwords.

Downgrading for ES5 compatability

28 Sep 07:50
Compare
Choose a tag to compare

Changend one const to var

Updates on which versions of Node.js it's tested on

23 Feb 11:47
Compare
Choose a tag to compare

Updating which versions of Node.js the library is tested on. Went from 4,5 and 6 to 4,6,8 and 9.

Improved Brazilian Portuguese stopword list

22 Oct 10:35
Compare
Choose a tag to compare

Removing duplicate words and adding new words (numbers, common verbs) in Brazilian Portuguese stopword list.

Updating documentation on custom stopword lists

11 Sep 08:47
Compare
Choose a tag to compare

It is possible to create lists/arrays of custom stopwords. Now it's also in the documentation. Test in place from before.

Brazilian Portuguese stopword list added

08 Sep 07:45
Compare
Choose a tag to compare

Thanks to @micalevisk, we now have a Brazilian Portuguese stopword list.

ES5 compatible

28 Jun 08:31
Compare
Choose a tag to compare

Making syntax ES5 compatible again. Rolling back some ES6 specific code since this created problems for a user.