edu.stanford.nlp.pipeline
Class CoreMapAttributeAggregator.ConcatCoreMapListAggregator<T extends CoreMap>

java.lang.Object
  extended by edu.stanford.nlp.pipeline.CoreMapAttributeAggregator
      extended by edu.stanford.nlp.pipeline.CoreMapAttributeAggregator.ConcatCoreMapListAggregator<T>
Enclosing class:
CoreMapAttributeAggregator

public static final class CoreMapAttributeAggregator.ConcatCoreMapListAggregator<T extends CoreMap>
extends CoreMapAttributeAggregator


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator
CoreMapAttributeAggregator.ConcatAggregator, CoreMapAttributeAggregator.ConcatCoreMapListAggregator<T extends CoreMap>, CoreMapAttributeAggregator.ConcatListAggregator<T>, CoreMapAttributeAggregator.MostFreqAggregator
 
Field Summary
 
Fields inherited from class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator
CONCAT, CONCAT_COREMAP, CONCAT_TOKENS, COUNT, DEFAULT_AGGREGATORS, DEFAULT_NUMERIC_AGGREGATORS, DEFAULT_NUMERIC_TOKENS_AGGREGATORS, FIRST, FIRST_NON_NIL, LAST, LAST_NON_NIL, MAX, MIN, MOST_FREQ, SUM
 
Constructor Summary
CoreMapAttributeAggregator.ConcatCoreMapListAggregator()
           
CoreMapAttributeAggregator.ConcatCoreMapListAggregator(boolean concatSelf)
           
 
Method Summary
 Object aggregate(Class key, List<? extends CoreMap> in)
           
 
Methods inherited from class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator
getAggregator, getDefaultAggregators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreMapAttributeAggregator.ConcatCoreMapListAggregator

public CoreMapAttributeAggregator.ConcatCoreMapListAggregator()

CoreMapAttributeAggregator.ConcatCoreMapListAggregator

public CoreMapAttributeAggregator.ConcatCoreMapListAggregator(boolean concatSelf)
Method Detail

aggregate

public Object aggregate(Class key,
                        List<? extends CoreMap> in)
Specified by:
aggregate in class CoreMapAttributeAggregator


Stanford NLP Group