Japanese stopwords package for npm, bower and plaintext

Japanese stopwords, available for npm, bower, plaintext. 日本のストップワード

Source

Github source: https://github.com/stopwords/japanese-stopwords

Using

  1. Nodejs package via npm
npm install --save japanese-stopwords

app.js

var stopwords = require('japanese-stopwords');

console.log(stopwords);
// ["これ","それ","あれ","この","その", ...]
  1. Browser via bower
bower install --save japanese-stopwords
  1. Via javascript