pub fn process_data(
    word_list: Vec<String>,
    lemma_map: HashMap<String, String>,
    file_output: &str,
    original_text: Vec<String>
)