Function graphannis_core::annostorage::match_group_with_symbol_ids

source ยท
pub fn match_group_with_symbol_ids(
    match_group: &MatchGroup,
    anno_key_symbols: &mut SymbolTable<AnnoKey>
) -> Result<Vec<(NodeID, usize)>>
Expand description

Convert a MatchGroup to a vector of node and annotation key symbol IDs.