static L ai_matrixUnpack(L rels) { new L out; new Matches m; for (S rel : unnull(rels)) { S a = ai_matrix_verbToAnswer(rel); if (nempty(a)) out.add(a); } ret out; }