| Class | Description |
|---|---|
| BinarizeTreeTransformer |
Binarizes trees.
|
| CollapseUnaries |
Collapse unaries such that the
tree is only made of preterminals and leaves.
|
| HeadWordFinder | |
| TreeFactory |
Static movingwindow class handling the conversion of
treebank nodes to Trees useful
for recursive neural tensor networks
|
| TreeIterator |
Tree iterator: iterate over sentences
returning trees with labels and everything already
preset
|
| TreeParser |
Tree parser for constituency parsing
|
| TreeVectorizer |
Tree vectorization pipeline.
|