edu.stanford.nlp.ling.tokensregex
Class CoreMapSequenceMatchAction.AnnotateAction<T extends CoreMap>

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

public static final class CoreMapSequenceMatchAction.AnnotateAction<T extends CoreMap>
extends CoreMapSequenceMatchAction<T>


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.AnnotateAction(java.util.Map<java.lang.String,java.lang.String> attributes)
           
 
Method Summary
 SequenceMatchResult<T> apply(SequenceMatchResult<T> matchResult, int... groups)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreMapSequenceMatchAction.AnnotateAction

public CoreMapSequenceMatchAction.AnnotateAction(java.util.Map<java.lang.String,java.lang.String> attributes)
Method Detail

apply

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


Stanford NLP Group