pub fn output_lemmatized_csv(
    original_text: Vec<String>,
    lemma_string: Vec<String>
) -> Result<(), Box<dyn Error>>