- All Implemented Interfaces:
- CoreAnnotation<java.util.List<CoreMap>>, TypesafeMap.Key<java.util.List<CoreMap>>
- Enclosing class:
- CoreAnnotations
public static class CoreAnnotations.SentencesAnnotation
extends java.lang.Object
implements CoreAnnotation<java.util.List<CoreMap>>
The CoreMap key for getting the sentences contained in an annotation.
The sentences are represented as a List<CoreMap>.
Each sentence might typically have annotations such as TextAnnotation,
TokensAnnotation, SentenceIndexAnnotation, and BasicDependenciesAnnotation.
This key is typically set only on document annotations.