Package edu.stanford.nlp.stats

Interface Summary
GenericCounter<E> Interface to a generic (type-independent) Counter.
 

Class Summary
Counter<E> A specialized kind of hash table (or map) for storing numeric counts for objects.
Counters<E> Static methods for operating on Counters.
Distribution<E> Immutable class for representing normalized, smoothed discrete distributions from Counters.
GeneralizedCounter A class for keeping double counts of Lists of a prespecified length.
IntCounter<E> A specialized kind of hash table (or map) for storing numeric counts for objects.
 



Stanford NLP Group