edu.stanford.nlp.ling.tokensregex
Class SequenceMatchRules.CoreMapToListExtractRule<O>

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

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


Constructor Summary
SequenceMatchRules.CoreMapToListExtractRule(SequenceMatchRules.ExtractRule<java.util.List<? extends CoreMap>,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.CoreMapToListExtractRule

public SequenceMatchRules.CoreMapToListExtractRule(SequenceMatchRules.ExtractRule<java.util.List<? extends CoreMap>,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