Parsing Engine

Uses of Class
danbikel.util.AbstractMapToPrimitive

Packages that use AbstractMapToPrimitive
danbikel.parser Provides the core framework of this extensible statistical parsing engine. 
danbikel.util Provides some basic utility classes. 
 

Uses of AbstractMapToPrimitive in danbikel.parser
 

Subclasses of AbstractMapToPrimitive in danbikel.parser
 class BiCountsTable<K>
          Provides a mapping between objects and two floating-point (double) values that may be incremented or decremented.
 class CountsTableImpl<K>
          Provides a mapping between objects and floating-point (double) counts that may be incremented or decremented.
 class FileBackedTrainerEventMap
          Presents an immutable map of a type of TrainerEvent objects to observed counts, backed by a file of the form output by Trainer.writeStats(java.io.File).
 class ProbabilityCache<K>
          A cache for storing arbitrary objects with their probabilities.
 

Uses of AbstractMapToPrimitive in danbikel.util
 

Subclasses of AbstractMapToPrimitive in danbikel.util
 class HashMapDouble<K>
          A map from arbitrary keys to double values.
 class HashMapInt<K>
          A map from arbitrary keys to int values.
 class HashMapPrimitive<K>
          A home-grown hash map from objects to indexed sequences of primitives.
 class HashMapTwoDoubles<K>
          A map for storing arbitrary Object instances as keys with ordered pairs of doubles as values.
 class HashMapTwoInts<K>
          A map for storing arbitrary Object instances as keys with ordered pairs of ints as values.
 


Parsing Engine

Author: Dan Bikel.