public Set<Match> matchWordEndOrNewLine(int from, int to) {
   return concreteTextMatcher.matchWordEndOrNewLine(from, to);
 }