See: Description
| Class | Description |
|---|---|
| ActiveEdge |
the representation of an active edge (incompletely matched production)
as used by the top-down active chart parser.
|
| AddSyntacticRelations |
takes a Penn Tree Bank tree and adds links corresponding to
various syntactic relations used by coreference.
|
| DependencyAnalyzer |
Dependency Analyzer using syntax tree.
|
| DepParser |
interface to a dependency parser (currently the Tratz-Hovy parser).
|
| DepTransformer |
a series of regularizing transformations for a dependency parser (currently the Tratz-Hovy parser).
|
| Edge |
an abstract class for both inactive edges (complete parse tree nodes) and
active edges (partially matched productions).
|
| Grammar |
a context-free grammar.
|
| HeadRule |
Head rule.
|
| HeadRule.HeadRuleEntry |
Entry of head rule.
|
| Parsers |
contains static methods for various types of recognizers
and parsers.
|
| ParseTreeModel |
provides an implementation of the Java TreeModel for parse trees.
|
| ParseTreeNode |
a node of a parse tree.
|
| ParseTreeView |
a display of a parse tree using the Java tree drawing facility.
|
| ParseView |
a graphical display of a parse tree.
|
| Production |
a production of the context-free grammar.
|
| Reduce |
a reduce goal for top-down parsing.
|
| Sparkle |
procedures for generating a set of syntactic dependency relations from a
document and comparing the generated set with a reference set of triples.
|
| StatParser |
an interface to Dan Bikel's implementation of Collins' parser
|
| SynFun |
syntactic functions which retrieve information from parse trees.
|
| SyntacticRelation |
a syntactic relation between two elements of a sentence, such as a
subject or object relation.
|
| SyntacticRelationSet |
the set of syntactic relations associated with a document.
|
| Enum | Description |
|---|---|
| HeadRule.ScanDirection |
Copyright © 2016 New York University. All rights reserved.