| Class | Description |
|---|---|
| SemanticGraph |
Represents a semantic graph of a sentence or document, with IndexedWord
objects for nodes.
|
| SemanticGraphCoreAnnotations |
This class collects CoreAnnotations that are used in working with a
SemanticGraph.
|
| SemanticGraphCoreAnnotations.BasicDependenciesAnnotation |
The CoreMap key for getting the syntactic dependencies of a sentence.
|
| SemanticGraphCoreAnnotations.CollapsedCCProcessedDependenciesAnnotation |
The CoreMap key for getting the syntactic dependencies of a sentence.
|
| SemanticGraphCoreAnnotations.CollapsedDependenciesAnnotation |
The CoreMap key for getting the syntactic dependencies of a sentence.
|
| SemanticGraphEdge |
Represents an edge in the dependency graph.
|
| SemanticGraphFactory |
Refactoring of static makers of SemanticGraphs in order to simplify
the SemanticGraph class.
|
| SemanticGraphFormatter |
Defines a class for pretty-printing SemanticGraphs.
|
| Enum | Description |
|---|---|
| SemanticGraph.OutputFormat | |
| SemanticGraphFactory.Mode |