Stopwords filter for Nodejs, Javascript
The most comprehensive collection of stopwords for multiple languages.
Core
Core
Core
Core
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 english language.
The most comprehensive collection of stopwords for the german 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.
Highlight a search-query in a HTML document
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 french language.
The most comprehensive collection of stopwords for the portuguese language.
Generate an acronym for a given string.
Module for creating a keyword array from a string and excluding stop words.
Filter object keys and values into a new object
Stopwords for various languages in JSON format.
Filter out reverted commits parsed by conventional-commits-parser.
Common utilities
The most comprehensive collection of stopwords for the thai language.
Small library that allows you to create a simple stopwords filter or use some based on Snowball stopwords lists
Small library that allows you to create a simple stopwords filter or use some based on Snowball stopwords lists
Small library that allows you to create a simple stopwords filter or use some based on Snowball stopwords lists
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.