JSPM

stopwords-ja

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q45068F
  • License MIT

The most comprehensive collection of stopwords for the japanese language.

Package Exports

  • stopwords-ja

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stopwords-ja) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Stopwords Japanese (JA)

Build Status

The most comprehensive collection of stopwords for the japanese language.

A multiple language collection is also available.

Usage

The collection comes in a JSON format and a text format. You are free to use this collection any way you like. It is only currently published on npm and bower.

$ npm install stopwords-ja
$ bower install stopwords-ja
// Node
const stopwords = require('stopwords-ja'); // array of stopwords

Contributing

If you wish to remove or update some of the stopwords, please file an issue first before sending a PR on the repo of the specific language.

If you would like to add a stopword or a new set of stopwords, please add them as a new text file insie the raw directory then send a PR.

Please send a separate PR on the main repo to credit the source of the added stopwords.

Credits

All stopwords sources are listed on the main repo.