A package to remove common stopwords from an array, it covers most languages and is optimized primarily for WorldBrain
The most comprehensive collection of stopwords for multiple languages.
Core
Core
Core
Core
The most comprehensive collection of stopwords for the english language.
The most comprehensive collection of stopwords for the german language.
Stop-words for Orama
require('stopwords').english // or dutch, french, german, italian, spanish
TypeScript definitions for stopword
The most comprehensive collection of stopwords for the spanish language.
The most comprehensive collection of stopwords for the italian language.
The most comprehensive collection of stopwords for the portuguese language.
The most comprehensive collection of stopwords for the french language.
A module for node.js and the browser that takes in text and returns text that is stripped of stopwords. Has pre-defined stopword lists for 62 languages and also takes lists with custom stopwords as input.
Disables scroll outside of `children` node.
Highlight a search-query in a HTML document
Removes body scroll without content _shake_
A node module exposing nltk stopwords corpora and provide utility functions for removing stopwords
Generate an acronym for a given string.
unist utility to remove positions from a tree
Remove JSX empty expression
The most comprehensive collection of stopwords for the thai language.
Clarifier is a stopwords library for removing common words from text
list of stopwords handy to remove words <a href='http://www.pledgie.com/campaigns/17816'><img alt='Click here to lend your support to: Stopwords Fund raising and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/17816.png?skin_name=chrome' border='0' /></a>
This gem removes punctuation and digits(optional), filters stopwords for the chosen language ('tr', 'en' or 'fr'), does stemming on the words and outputs an array of words with their frequencies.