Uses of Class
gov.llnl.ontology.util.StringCounter

Packages that use StringCounter
gov.llnl.ontology.mapreduce.stats   
 

Uses of StringCounter in gov.llnl.ontology.mapreduce.stats
 

Methods in gov.llnl.ontology.mapreduce.stats with parameters of type StringCounter
protected  void WordOccurrenceCountMR.WordOccurrenceCountMapper.addContextTerms(StringCounter counts, Queue<edu.stanford.nlp.pipeline.Annotation> words, int distance)
          Adds a count for each word feature in words to count.
 

Method parameters in gov.llnl.ontology.mapreduce.stats with type arguments of type StringCounter
static void WordCountSumReducer.emitCounts(Map<String,StringCounter> wocCounts, org.apache.hadoop.mapreduce.Mapper.Context context)
          Writes the co-occurrence counts as stored in a map of Counters to context.
 



Copyright © 2010-2011. All Rights Reserved.