Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 © 2015 The Apache Software Foundation. All rights reserved.