static void ai_expandCluster(Set cluster) { for (S s : cloneList(cluster)) { cluster.addAll(ai_texts(s, "is identical to", "$X")); cluster.addAll(ai_texts("$X", "is identical to", s)); } }