static Pair ai_bridgeTriples(LS tokA, LS tokB, IntRange wordsA, IntRange wordsB) { ret pair( ai_bridgeTriple(tokA, wordsA), ai_bridgeTriple(tokB, wordsB)); }