public static class SequenceMatchResult.GroupToIntervalFunc<MR extends MatchResult> extends Object implements Function<MR,Interval<Integer>>
GroupToIntervalFunc(int group)
Interval<Integer>
apply(MR in)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public GroupToIntervalFunc(int group)
public Interval<Integer> apply(MR in)
apply
Function<MR extends MatchResult,Interval<Integer>>
Stanford NLP Group