edu.stanford.nlp.ling
Class CoreAnnotations.TextAnnotation
java.lang.Object
edu.stanford.nlp.ling.CoreAnnotations.TextAnnotation
- All Implemented Interfaces:
- CoreAnnotation<String>, TypesafeMap.Key<CoreMap,String>
- Enclosing class:
- CoreAnnotations
public static class CoreAnnotations.TextAnnotation
- extends Object
- implements CoreAnnotation<String>
The CoreMap key identifying the annotation's text.
Note that this key is intended to be used with many different kinds of
annotations - documents, sentences and tokens all have their own text.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreAnnotations.TextAnnotation
public CoreAnnotations.TextAnnotation()
getType
public Class<String> getType()
- Description copied from interface:
CoreAnnotation
- Returns the type associated with this annotation. This method must
return the same class type as its value type parameter. It feels like
one should be able to get away without this method, but because Java
erases the generic type signature, that info disappears at runtime.
- Specified by:
getType
in interface CoreAnnotation<String>
Stanford NLP Group