Parsing Engine

Uses of Class
danbikel.parser.BiCountsTable

Packages that use BiCountsTable
danbikel.parser Provides the core framework of this extensible statistical parsing engine. 
 

Uses of BiCountsTable in danbikel.parser
 

Methods in danbikel.parser that return BiCountsTable
 BiCountsTable CountsTrio.history()
          Gets the CountsTable for histories counts and diversity statistics.
static BiCountsTable[] AnalyzeDisns.newJSCountsTables(Model model)
          Returns an array of BiCountsTable instances in which to store the JS divergence of every history at every back-off level, both to the previous back-off level and to the zeroeth back-off level.
 

Methods in danbikel.parser with parameters of type BiCountsTable
static void AnalyzeDisns.computeEntropyAndJSStats(Model model, CountsTable[] entropy, BiCountsTable[] js)
          A method invoked by Model when Settings.modelDoPruning is true: entropy values and JS divergence values are used in the parameter-pruning method.
 


Parsing Engine

Author: Dan Bikel.