Giter Site home page Giter Site logo

node-stopwords's Introduction

Stopwords for node.js

main repo: https://github.com/huned/node-stopwords

Overview

Stopwords in multiple languages that you can easily use with your node.js programs. Currently provides stopwords for the following languages:

  • Dutch
  • English
  • French
  • German
  • Spanish
  • Italian

Stopwords in other languages are welcome as pull requests to https://github.com/huned/node-stopwords

Install

npm install stopwords

Usage

    // get an array of dutch stopwords
    require('stopwords').dutch;

    // get an array of english stopwords
    require('stopwords').english;

    // get an array of french stopwords
    require('stopwords').french;

    // get an array of german stopwords
    require('stopwords').german;

    // get an array of spanish stopwords
    require('stopwords').spanish;

    // get an array of italian stopwords
    require('stopwords').italian;

Contributors

  • Marcel Radischat (contributed German stopwords)
  • Leonardo Giovanetti (contributed Spanish stopwords)
  • Jean-Elie Barjonet (contributed French stopwords)
  • Rocco Musolino (contributed Italian stopwords)
  • Wietse de Vries (contributed Dutch stopwords)
  • Huned Botee (original author)

License

MIT

node-stopwords's People

Contributors

huned avatar jebarjonet avatar leog avatar quiqua avatar roccomuso avatar wietsedevries avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

node-stopwords's Issues

English: Apostrophed stopwords

Hi,

I noticed that all stopwords which normally have apostrophes are present in the stopwords list without the apostrophes.

For instance, hasnt is there, but hasn't is not.
Is this standard practice?

Because this leads to some artifacts, for example hell is a stopword instead of he'll. So hell would incorrectly be identified as a stopword. Similarly shell is also incorrectly identified as a stopword...

Just wanted to know the reason behind this design choice

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.