public class TreeCoreAnnotations
extends java.lang.Object
CoreMaps
that require classes from the trees package. See
CoreAnnotations for more information.
This class exists so that
CoreAnnotations need not depend on
trees classes, making distributions easier.| Modifier and Type | Class and Description |
|---|---|
static class |
TreeCoreAnnotations.HeadTagAnnotation
The standard key for storing a head tag in the map as a pointer to
another node.
|
static class |
TreeCoreAnnotations.HeadWordAnnotation
The standard key for storing a head word in the map as a pointer to
another node.
|
static class |
TreeCoreAnnotations.TreeAnnotation
The CoreMap key for getting the syntactic parse tree of a sentence.
|