[][src]Function stop_words::get

pub fn get(language: &str) -> Vec<String>

The only function you'll ever need! Given a language code or name it returns common stop words as a Vec<String>

let vec = stop_words::get("spanish");