| Class | Description |
|---|---|
| CollinsHeadDependencyParser |
Uses the Collins' head percolation table to get a dependency tree using a parse tree
|
| CollinsHeadFinder |
An instantiation of
HeadFinderBase with Collins's
rules (Collins, 1999) |
| HeadFinderBase |
This is mainly an abstract class for the Collins' head finder.
|
| ParseTreeProperties |
This class consists of a set of functions of the form "is a label X?", where the label is a node
in the parse tree and X could be different linguistic classes, parts of speech, etc.
|
| ParseUtils |
This class contains utility functions for manipulating parse trees.
|
| POSFromParse |
Generates a part-of-speech view using the pre-terminals from a parse tree.
|
| POSUtils |
This class represents a collection of utility functions related to POS tags.
|
| PrintUtils |
tries to provide some methods to standardize certain kinds of logging or other human-readable
output generation Created by mssammon on 9/19/15.
|
| SentenceUtils |
WARNING: These modifications change character offsets.
|
| StringCleanup |
StringCleanup maps characters in "broader" encodings to comparable characters in "narrower"
encodings -- e.g.
|
| TextAnnotationPrintHelper |
plaintext display for TextAnnotation-related data structures.
|
| Enum | Description |
|---|---|
| HeadFinderBase.HeadSearchDirection |
Copyright © 2017. All rights reserved.