[][src]Function stop_words::get_nltk

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

Ok, you might need this function too. It fetches stop words specifically for NLTK.

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