npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

stopwords-json

v1.2.0

Published

Stopwords for various languages in JSON format.

Downloads

635

Readme

stopwords-json Build Status npm Bower

Stopwords for various languages in JSON format. Per Wikipedia:

Stop words are words which are filtered out prior to, or after, processing of natural language data [...] these are some of the most common, short function words, such as the, is, at, which, and on.

You can use all stopwords with stopwords-all.json (keyed by language ISO 639-1 code), or see the below table for individual language stopword files.

Languages

There are a total of 50 supported languages:

Language | Stopword count | Filename --- | --- | --- Afrikaans | 51 | af.json Arabic | 162 | ar.json Armenian | 45 | hy.json Basque | 98 | eu.json Bengali | 116 | bn.json Breton | 126 | br.json Bulgarian | 259 | bg.json Catalan | 218 | ca.json Chinese | 542 | zh.json Croatian | 179 | hr.json Czech | 346 | cs.json Danish | 101 | da.json Dutch | 275 | nl.json English | 570 | en.json Esperanto | 173 | eo.json Estonian | 35 | et.json Finnish | 772 | fi.json French | 606 | fr.json Galician | 160 | gl.json German | 596 | de.json Greek | 75 | el.json Hausa | 39 | ha.json Hebrew | 194 | he.json Hindi | 225 | hi.json Hungarian | 781 | hu.json Indonesian | 355 | id.json Irish | 109 | ga.json Italian | 619 | it.json Japanese | 109 | ja.json Korean | 679 | ko.json Latin | 49 | la.json Latvian | 161 | lv.json Marathi | 99 | mr.json Norwegian | 172 | no.json Persian | 332 | fa.json Polish | 260 | pl.json Portuguese | 408 | pt.json Romanian | 282 | ro.json Russian | 539 | ru.json Slovak | 110 | sk.json Slovenian | 446 | sl.json Somalia | 30 | so.json Southern Sotho | 31 | st.json Spanish | 577 | es.json Swahili | 74 | sw.json Swedish | 401 | sv.json Thai | 115 | th.json Turkish | 279 | tr.json Yoruba | 60 | yo.json Zulu | 29 | zu.json

Sources

License and Copyright

Copyright (c) 2017 Peter Graham, contributors. Released under the Apache-2.0 license.