static Set ai_suffixesFromSharedWordStarts(BasicLogicRule r) { Cl wordParts = ai_sharedWordParts(r); ret concatMapToCISet(wordParts, p -> ai_wordStartToSuffixes(p, r.render())); }