pub fn get_lemma(
    word_list: Vec<String>,
    dict_name: &str,
    file_output: &str,
    original_text: Vec<String>
)