public class SemanticGraphCoreAnnotations
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SemanticGraphCoreAnnotations.AlternativeDependenciesAnnotation
The CoreMap key for storing a semantic graph that was converted using a non-default converter.
|
static class |
SemanticGraphCoreAnnotations.BasicDependenciesAnnotation
The CoreMap key for getting the syntactic dependencies of a sentence.
|
static class |
SemanticGraphCoreAnnotations.CollapsedCCProcessedDependenciesAnnotation
Deprecated.
In the future, we will only provide basic, enhanced, and
enhanced++ dependencies.
|
static class |
SemanticGraphCoreAnnotations.CollapsedDependenciesAnnotation
Deprecated.
In the future, we will only provide basic, enhanced, and
enhanced++ dependencies.
|
static class |
SemanticGraphCoreAnnotations.DependenciesType
An enum to represent the three types of dependencies generally supported
|
static class |
SemanticGraphCoreAnnotations.EnhancedDependenciesAnnotation
The CoreMap key for getting the syntactic dependencies of a sentence.
|
static class |
SemanticGraphCoreAnnotations.EnhancedPlusPlusDependenciesAnnotation
The CoreMap key for getting the syntactic dependencies of a sentence.
|
Constructor and Description |
---|
SemanticGraphCoreAnnotations() |