sS switcheroo_iToThey(S s) { SS map = mapValues(mechMap("Switcheroo I -> he"), func(S s) -> S { replaceWords(s, "he", "they", "him", "them", "his", "their", "himself", "themselves") }); ret translateUsingWordTree(s, mapToWordTree(map)); }