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