示例#1
0
 protected boolean doExtractFeatures(Word pred) {
   return pred.getPOS().startsWith(POSPrefix)
       || (usedForPredicateIdentification
           && !Learn.learnOptions.skipNonMatchingPredicates
           && pred instanceof Predicate);
 }