[][src]Crate stop_words

This module contains stop words for a number of languages, using data from this resource

use stop_words;
let x = stop_words::get("english");

Constants

LANGUAGES

Constant containing an array of available language names

Functions

get

The only function you'll ever need! Given a language code it returns common stop words

language_available

This function checks if a language is available