Parsing Engine

Uses of Class
danbikel.util.ObjectPool

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

Uses of ObjectPool in danbikel.parser
 

Fields in danbikel.parser declared as ObjectPool
protected  ObjectPool Chart.itemPool
          The pool of chart items, to be used by the decoder instead of constructing new chart items while decoding.
 

Uses of ObjectPool in danbikel.util
 

Methods in danbikel.util with parameters of type ObjectPool
 void ObjectPool.putBackPool(ObjectPool other)
           
 


Parsing Engine

Author: Dan Bikel.