static void ai_spec_possiblyToActually(Collection webs) { for (Web web : webs) ai_spec_possiblyToActually(web); } static void ai_spec_possiblyToActually(Web web) { T3 t = webToTriple(web); if (t == null) ret; new Matches m; if (swic(t.b, "possibly ", m)) ai_postTriple(t.a, m.rest(), t.c); }