pub fn root_verb_surface_forms(
position: &PositionInDocument,
date: &Date,
root: &str,
root_gloss: &str,
cols: &mut impl Iterator<Item = String>,
translation_count: usize,
has_numeric: bool,
has_comment: bool,
has_spacer: bool,
) -> Vec<AnnotatedForm>Expand description
Gather many verb surface forms from the given row.