Skip to content

Commit

Permalink
Alphabetically sorted the list
Browse files Browse the repository at this point in the history
  • Loading branch information
eklem authored Mar 7, 2019
1 parent e66e145 commit 96b1d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stopword.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ exports.en = require('./stopwords_en.js').words
exports.es = require('./stopwords_es.js').words
exports.fa = require('./stopwords_fa.js').words
exports.fr = require('./stopwords_fr.js').words
exports.he = require('./stopwords_he.js').words
exports.hi = require('./stopwords_hi.js').words
exports.it = require('./stopwords_it.js').words
exports.ja = require('./stopwords_ja.js').words
Expand All @@ -31,4 +32,3 @@ exports.pt = require('./stopwords_pt.js').words
exports.ru = require('./stopwords_ru.js').words
exports.sv = require('./stopwords_sv.js').words
exports.zh = require('./stopwords_zh.js').words
exports.he = require('./stopwords_he.js').words

0 comments on commit 96b1d8f

Please sign in to comment.