static LS switcheroo_iToSpeakersName(LS sentences) { S name = firstMatchesX_rest("My name is ...", sentences); if (empty(name)) fail("Can't find out speaker's name:\n" + lines(sentences)); ret map_curry switcheroo_iToName(curly(name), sentences); }