static Set<S> wordSet(S text) {
  ret asCISet(words(text));
}