!7 sS data = [[ How long is the string "abc"? The string "abc" -> is -> how long? How many characters does the string "abcd" contain? The string "abcd" -> contains -> how many characters? Can you eat a goat? You -> can eat? -> a goat | You -> can? -> eat a goat The string "bla" contains 3 characters. The string "bla" -> contains -> 3 characters ]]; p { autoRestart(5); new Scorer scorer; for (Pair p : listToPairs(tlft_j(data))) { L options = splitAtJavaToken(p.b, "|"); L> expected = map ai_parseTriple(options); T3 have = ai_tripelize(p.a); assertTripleEqicVerbose_multi(scorer, expected, have); } scorer.print(); setConsoleTitle(str(scorer) + " - Check Triple Parser"); }