static int indexOfFirstVerbOrPastParticiple(L tok, int i) { ret indexOfAny(tok, i, combinedCollection(knownVerbs(), mechSetCI("Past Participles"))); } static int indexOfFirstVerbOrPastParticiple(L tok) { ret indexOfFirstVerbOrPastParticiple(tok, 0); }