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