Expand description

A tiny stopwords library Stopwords are words frequent words like “the”, “it”, “then”, which would add too much noise to certain statistical methods

Functions

Load a set of stopwords Annoyingly, HashSets are not allowed as static variables in Rust (yet?)