Parsing Engine

Uses of Class
danbikel.util.HashMapPrimitive

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

Uses of HashMapPrimitive in danbikel.parser
 

Subclasses of HashMapPrimitive 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 ProbabilityCache<K>
          A cache for storing arbitrary objects with their probabilities.
 

Uses of HashMapPrimitive in danbikel.util
 

Subclasses of HashMapPrimitive 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 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.