pub fn align<'store>(
store: &'store mut AnnotationStore,
query: Query<'store>,
queries2: Vec<Query<'store>>,
use_var: Option<&str>,
use_var2: Option<&str>,
config: &AlignmentConfig,
) -> Result<Vec<AnnotationHandle>, StamError>Expand description
Aligns the texts of two queries and adds transposition annotations for each possible combination of the two Returns the transpositions added