pub fn get_lemma_from_string(
    word_list: Vec<String>,
    dict_name: &str,
    return_type: &str,
    string_to_analyze: &str
)