Japanese stopwords, available for npm, bower, plaintext. 日本のストップワード
Source
Github source: https://github.com/stopwords/japanese-stopwords
Using
- Nodejs package via npm
npm install --save japanese-stopwords
app.js
var stopwords = require('japanese-stopwords');
console.log(stopwords);
// ["これ","それ","あれ","この","その", ...]
- Browser via bower
bower install --save japanese-stopwords
- Via javascript