static cached SS verbToBaseFormMap() { new HashMap map; for (L l : englishVerbQuintuples()) map.put(get(l, 3), get(l, 0)); ret map; }