pub fn load<'a>() -> HashSet<&'a str>
Expand description

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