pub fn get_word_count(text: &str) -> u32
Count the number of words in a given text
See get_words
get_words