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