示例#1
0
 private boolean anyFocused(Sentence s, Interval i) {
   return (i != null) && any(s.tokensIn(i), is_(Features.NEW));
 }