Crate stop_words[][src]

About

Stop words are words that don’t carry much meaning, and are typically removed as a preprocessing step before text analysis or natural language processing. This crate contains common stop words for a variety of languages. This crate uses stop word lists from Stopwords ISO and also from NLTK.

Enums

LANGUAGE

Enum containing available language names for ISO stopwords, spelled out

Constants

ISO_LANGUAGES

Constant containing an array of available 2-letter language names for ISO Stopwords

Functions

get

This function fetches stop words for a language using an enum.

get_iso

This function fetches stop words for a language using a 2-letter ISO code