edu.stanford.nlp.ling.tokensregex
Class SequenceMatchRules.CoreMapExtractRule<T,O>

java.lang.Object
  extended by edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.CoreMapExtractRule<T,O>
All Implemented Interfaces:
SequenceMatchRules.ExtractRule<CoreMap,O>
Enclosing class:
SequenceMatchRules

public static class SequenceMatchRules.CoreMapExtractRule<T,O>
extends java.lang.Object
implements SequenceMatchRules.ExtractRule<CoreMap,O>


Constructor Summary
SequenceMatchRules.CoreMapExtractRule(java.lang.Class annotationField, SequenceMatchRules.ExtractRule<T,O> extractRule)
           
 
Method Summary
 boolean extract(CoreMap cm, java.util.List<O> out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceMatchRules.CoreMapExtractRule

public SequenceMatchRules.CoreMapExtractRule(java.lang.Class annotationField,
                                             SequenceMatchRules.ExtractRule<T,O> extractRule)
Method Detail

extract

public boolean extract(CoreMap cm,
                       java.util.List<O> out)
Specified by:
extract in interface SequenceMatchRules.ExtractRule<CoreMap,O>


Stanford NLP Group