sS switcheroo_iToIt(S s) { SS map = mapValues(mechMap("Switcheroo I -> he"), func(S s) -> S { replaceWords(s, "he", "it", "him", "it", "his", "its", "himself", "itself") }); ret translateUsingWordTree(s, mapToWordTree(map)); }