[][src]Function lib_wordpass::get_word_list

pub fn get_word_list(file: File, filter: bool) -> Vec<String>

Get a Vec of words from a file. If filter is true, words which are not lowercase ascii are filtered. This is helpful to filter out words with apostrophes, proper nouns or names beginning with capital letters.