edu.stanford.nlp.ling.tokensregex
Interface SequenceMatchAction<T>

All Known Implementing Classes:
CoreMapSequenceMatchAction, CoreMapSequenceMatchAction.AnnotateAction, CoreMapSequenceMatchAction.MergeAction, SequenceMatchAction.BranchAction, SequenceMatchAction.NextMatchAction, SequenceMatchAction.SeriesAction, SequenceMatchAction.StartMatchAction

public interface SequenceMatchAction<T>

Performs action on a sequence

Author:
Angel Chang

Nested Class Summary
static class SequenceMatchAction.BoundAction<T>
           
static class SequenceMatchAction.BranchAction<T>
           
static class SequenceMatchAction.NextMatchAction<T>
           
static class SequenceMatchAction.SeriesAction<T>
           
static class SequenceMatchAction.StartMatchAction<T>
           
 
Method Summary
 SequenceMatchResult<T> apply(SequenceMatchResult<T> matchResult, int... groups)
           
 

Method Detail

apply

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


Stanford NLP Group