|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.ling.CoreAnnotations.WordAnnotation
public static class CoreAnnotations.WordAnnotation
The CoreMap key identifying the text of a token. This should be identical to TextAnnotation for tokens, and absent for other kinds of annotations. It's typically used to implement HasWord.
Constructor Summary | |
---|---|
CoreAnnotations.WordAnnotation()
|
Method Summary | |
---|---|
java.lang.Class<java.lang.String> |
getType()
Returns the type associated with this annotation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoreAnnotations.WordAnnotation()
Method Detail |
---|
public java.lang.Class<java.lang.String> getType()
CoreAnnotation
getType
in interface CoreAnnotation<java.lang.String>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |