Deprecated API

Deprecated Methods
edu.stanford.nlp.util.Counter.add(Object, double)
          use incrementCount instead. 
edu.stanford.nlp.util.Counter.addCounter(Counter)
          use addAll instead. 
edu.stanford.nlp.util.Counter.countOf(Object)
          use getCount instead. 
edu.stanford.nlp.util.Counter.hasSeen(Object)
          use the standard containsKey function of Map. 
edu.stanford.nlp.util.Counter.increment(Object)
          use incrementCount instead. 
edu.stanford.nlp.util.Counter.seenSet()
          use the standard keySet() function of Map. 
edu.stanford.nlp.util.Counter.total()
          use totalCount instead. 
 



Stanford NLP Group