Parsing Engine

Uses of Class
danbikel.util.HashMapDouble

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

Uses of HashMapDouble in danbikel.parser
 

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

Fields in danbikel.parser declared as HashMapDouble
protected  HashMapDouble[] Model.precomputedLambdas
          Precomputed lambdas for each back-off level of this model.
protected  HashMapDouble[] Model.precomputedProbs
          Precomputed probabilities for each back-off level of this model.
 

Uses of HashMapDouble in danbikel.util
 

Subclasses of HashMapDouble in danbikel.util
 class HashMapTwoDoubles<K>
          A map for storing arbitrary Object instances as keys with ordered pairs of doubles as values.
 


Parsing Engine

Author: Dan Bikel.