πŸ“… You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP β†’
Socket
Sign inDemoInstall
Socket

stopwords-iso

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stopwords-iso

The most comprehensive collection of stopwords for multiple languages.

1.1.0
latest
Source
npm
Version published
Weekly downloads
132K
9.4%
Maintainers
1
Weekly downloads
Β 
Created
Source

stopwords-iso

Build Status devDependencies Status

The most comprehensive collection of stopwords for multiple languages.

The collection follows the ISO 639-1 language code.

If you only need stopwords for a specific language, there is a separate collection for each.

Usage

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

Node/JavaScript

$ npm install stopwords-iso
$ bower install stopwords-iso
// Node
const stopwords = require('stopwords-iso');  // object of stopwords for multiple languages
const english = stopwords.en;  // English 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 on the repo of the corresponding language.

Credits

All stopwords sources are listed here.

List of Included Languages

This table lists the entire set of ISO 639-1:2002 codes, with a check mark indicating those language codes that are found in stopwords-iso.json.

The list of codes itself is from www.loc.gov, which is the official "language codes list" and is linked to from www.iso.org.

ISO 639-1 CodeLanguageIncluded Here
aaAfar
abAbkhazian
afAfrikaansβœ“
akAkan
sqAlbanian
amAmharic
arArabicβœ“
anAragonese
hyArmenianβœ“
asAssamese
avAvaric
aeAvestan
ayAymara
azAzerbaijani
baBashkir
bmBambara
euBasqueβœ“
beBelarusian
bnBengaliβœ“
bhBihari languages
biBislama
boTibetan
bsBosnian
brBretonβœ“
bgBulgarianβœ“
myBurmese
caCatalan; Valencianβœ“
csCzechβœ“
chChamorro
ceChechen
zhChineseβœ“
cuChurch Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic
cvChuvash
kwCornish
coCorsican
crCree
cyWelsh
daDanishβœ“
deGermanβœ“
dvDivehi; Dhivehi; Maldivian
nlDutch; Flemishβœ“
dzDzongkha
elGreek, Modern (1453-)βœ“
enEnglishβœ“
eoEsperantoβœ“
etEstonianβœ“
eeEwe
foFaroese
faPersianβœ“
fjFijian
fiFinnishβœ“
frFrenchβœ“
fyWestern Frisian
ffFulah
kaGeorgian
gdGaelic; Scottish Gaelic
gaIrishβœ“
glGalicianβœ“
gvManx
gnGuarani
guGujarati
htHaitian; Haitian Creole
haHausaβœ“
heHebrewβœ“
hzHerero
hiHindiβœ“
hoHiri Motu
hrCroatianβœ“
huHungarianβœ“
igIgbo
isIcelandic
ioIdo
iiSichuan Yi; Nuosu
iuInuktitut
ieInterlingue; Occidental
iaInterlingua (International Auxiliary Language Association)
idIndonesianβœ“
ikInupiaq
itItalianβœ“
jvJavanese
jaJapaneseβœ“
klKalaallisut; Greenlandic
knKannada
ksKashmiri
krKanuri
kkKazakh
kmCentral Khmer
kiKikuyu; Gikuyu
rwKinyarwanda
kyKirghiz; Kyrgyz
kvKomi
kgKongo
koKoreanβœ“
kjKuanyama; Kwanyama
kuKurdishβœ“
loLao
laLatinβœ“
lvLatvianβœ“
liLimburgan; Limburger; Limburgish
lnLingala
ltLithuanianβœ“
lbLuxembourgish; Letzeburgesch
luLuba-Katanga
lgGanda
mkMacedonian
mhMarshallese
mlMalayalam
miMaori
mrMarathiβœ“
msMalayβœ“
mgMalagasy
mtMaltese
mnMongolian
naNauru
nvNavajo; Navaho
nrNdebele, South; South Ndebele
ndNdebele, North; North Ndebele
ngNdonga
neNepali
nnNorwegian Nynorsk; Nynorsk, Norwegian
nbBokmΓ₯l, Norwegian; Norwegian BokmΓ₯l
noNorwegianβœ“
nyChichewa; Chewa; Nyanja
ocOccitan (post 1500)
ojOjibwa
orOriya
omOromo
osOssetian; Ossetic
paPanjabi; Punjabi
piPali
plPolishβœ“
ptPortugueseβœ“
psPushto; Pashto
quQuechua
rmRomansh
roRomanian; Moldavian; Moldovanβœ“
rnRundi
ruRussianβœ“
sgSango
saSanskrit
siSinhala; Sinhalese
skSlovakβœ“
slSlovenianβœ“
seNorthern Sami
smSamoan
snShona
sdSindhi
soSomaliβœ“
stSotho, Southernβœ“
esSpanish; Castilianβœ“
scSardinian
srSerbian
ssSwati
suSundanese
swSwahiliβœ“
svSwedishβœ“
tyTahitian
taTamil
ttTatar
teTelugu
tgTajik
tlTagalogβœ“
thThaiβœ“
tiTigrinya
toTonga (Tonga Islands)
tnTswana
tsTsonga
tkTurkmen
trTurkishβœ“
twTwi
ugUighur; Uyghur
ukUkrainianβœ“
urUrduβœ“
uzUzbek
veVenda
viVietnameseβœ“
voVolapΓΌk
waWalloon
woWolof
xhXhosa
yiYiddish
yoYorubaβœ“
zaZhuang; Chuang
zuZuluβœ“

Keywords

stopwords

FAQs

Package last updated on 05 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts