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

java.lang.Object
  extended by edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchAction<T>
All Implemented Interfaces:
SequenceMatchAction<T>
Direct Known Subclasses:
CoreMapSequenceMatchAction.AnnotateAction, CoreMapSequenceMatchAction.MergeAction

public abstract class CoreMapSequenceMatchAction<T extends CoreMap>
extends java.lang.Object
implements SequenceMatchAction<T>

Performs a action on a matched sequence

Author:
Angel Chang

Nested Class Summary
static class CoreMapSequenceMatchAction.AnnotateAction<T extends CoreMap>
           
static class 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
static CoreMapSequenceMatchAction.MergeAction DEFAULT_MERGE_ACTION
           
 
Constructor Summary
CoreMapSequenceMatchAction()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.stanford.nlp.ling.tokensregex.SequenceMatchAction
apply
 

Field Detail

DEFAULT_MERGE_ACTION

public static final CoreMapSequenceMatchAction.MergeAction DEFAULT_MERGE_ACTION
Constructor Detail

CoreMapSequenceMatchAction

public CoreMapSequenceMatchAction()


Stanford NLP Group