Uses of Interface
opennlp.tools.util.Heap

Packages that use Heap
opennlp.tools.parser Package containing common code for performing full syntactic parsing. 
opennlp.tools.util Package containing utility data structures and algorithms used by multiple other packages. 
 

Uses of Heap in opennlp.tools.parser
 

Fields in opennlp.tools.parser declared as Heap
protected  Heap<Parse> AbstractBottomUpParser.completeParses
          Completed parses.
protected  Heap<Parse> AbstractBottomUpParser.ndh
          Incomplete parses which have been advanced.
protected  Heap<Parse> AbstractBottomUpParser.odh
          Incomplete parses which will be advanced.
 

Uses of Heap in opennlp.tools.util
 

Classes in opennlp.tools.util that implement Heap
 class ListHeap<E extends Comparable<E>>
          This class implements the heap interface using a List as the underlying data structure.
 class TreeHeap<E>
          Deprecated. not used anymore, when there is need for a heap use ListHeap instead
 



Copyright © 2010. All Rights Reserved.