sS switcheroo_iToShe(S s) { SS map = mapValues(mechMap("Switcheroo I -> he"), func(S s) -> S { replaceWords(s, "he", "she", "him", "her", "his", "her", "himself", "herself") }); ret translateUsingWordTree(s, mapToWordTree(map)); }