LogoDuyệtSr. Data Engineer
HomeAboutPhotosInsightsCV

Footer

Logo

Resources

  • Rust Tiếng Việt
  • /archives
  • /series
  • /tags
  • Status

me@duyet.net

  • About
  • LinkedIn
  • Resume
  • Projects

© 2026 duyet.net | Sr. Data Engineer

Japanese stopwords package for npm, bower and plaintext

Note: This post is over 10 years old. The information may be outdated.

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
Feb 27, 2016·10 years ago
|Machine Learning|
GithubMachine LearningNlpSide Project
|Edit|
On this page
  • Source
  • Using
  • Test
  • How to contribute
  • License
On this page
  • Source
  • Using
  • Test
  • How to contribute
  • License