static T3 ai_dropAdverbsFromTriple(T3 t) { ret t == null ? null : t3(t.a, ai_verbWithoutAdverbsFromTriple(t), t.c); }