Deprecated API


Contents
Deprecated Methods
edu.stanford.nlp.util.Counter.average(Counter)
          Use Counters#average(Counter, Counter) instead. 
edu.stanford.nlp.util.IntCounter.average(Counter)
          Use Counters#average(Counter, Counter) instead. 
edu.stanford.nlp.util.Counter.entropy()
          Use Counters#entropy(Counter) instead. 
edu.stanford.nlp.util.IntCounter.entropy()
          Use Counters#entropy(Counter) instead. 
edu.stanford.nlp.trees.tregex.SimpleCharStream.getColumn()
            
edu.stanford.nlp.trees.tregex.SimpleCharStream.getLine()
            
edu.stanford.nlp.util.Counter.informationRadius(Counter)
          Use Counters#informationRadius(Counter, Counter) instead. 
edu.stanford.nlp.util.IntCounter.informationRadius(Counter)
          Use Counters#informationRadius(Counter, Counter) instead. 
edu.stanford.nlp.util.Counter.klDivergence(Counter)
          Use Counters#klDivergence(Counter, Counter) instead. 
edu.stanford.nlp.util.IntCounter.klDivergence(Counter)
          Use Counters#klDivergence(Counter, Counter) instead.