public static class SequenceMatchRules.SequenceMatchedExpressionExtractor extends Object implements java.util.function.Function<SequenceMatchResult<CoreMap>,MatchedExpression>
| Constructor and Description |
|---|
SequenceMatchedExpressionExtractor(MatchedExpression.SingleAnnotationExtractor extractor,
int group) |
| Modifier and Type | Method and Description |
|---|---|
MatchedExpression |
apply(SequenceMatchResult<CoreMap> matched) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic SequenceMatchedExpressionExtractor(MatchedExpression.SingleAnnotationExtractor extractor, int group)
public MatchedExpression apply(SequenceMatchResult<CoreMap> matched)
apply in interface java.util.function.Function<SequenceMatchResult<CoreMap>,MatchedExpression>