edu.stanford.nlp.ling.tokensregex
Class CoreMapSequenceMatchAction.MergeAction

java.lang.Object
  extended by edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchAction<CoreMap>
      extended by edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchAction.MergeAction
All Implemented Interfaces:
SequenceMatchAction<CoreMap>
Enclosing class:
CoreMapSequenceMatchAction<T extends CoreMap>

public static final class CoreMapSequenceMatchAction.MergeAction
extends CoreMapSequenceMatchAction<CoreMap>


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchAction
CoreMapSequenceMatchAction.AnnotateAction<T extends CoreMap>, CoreMapSequenceMatchAction.MergeAction
 
Nested classes/interfaces inherited from interface edu.stanford.nlp.ling.tokensregex.SequenceMatchAction
SequenceMatchAction.BoundAction<T>, SequenceMatchAction.BranchAction<T>, SequenceMatchAction.NextMatchAction<T>, SequenceMatchAction.SeriesAction<T>, SequenceMatchAction.StartMatchAction<T>
 
Field Summary
 
Fields inherited from class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchAction
DEFAULT_MERGE_ACTION
 
Constructor Summary
CoreMapSequenceMatchAction.MergeAction()
           
CoreMapSequenceMatchAction.MergeAction(CoreMapAggregator aggregator)
           
 
Method Summary
 SequenceMatchResult<CoreMap> apply(SequenceMatchResult<CoreMap> matchResult, int... groups)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreMapSequenceMatchAction.MergeAction

public CoreMapSequenceMatchAction.MergeAction()

CoreMapSequenceMatchAction.MergeAction

public CoreMapSequenceMatchAction.MergeAction(CoreMapAggregator aggregator)
Method Detail

apply

public SequenceMatchResult<CoreMap> apply(SequenceMatchResult<CoreMap> matchResult,
                                          int... groups)


Stanford NLP Group