edu.stanford.nlp.ling
Class CoreAnnotations.SRLIDAnnotation
java.lang.Object
edu.stanford.nlp.ling.CoreAnnotations.SRLIDAnnotation
- All Implemented Interfaces:
- CoreAnnotation<CoreAnnotations.SRL_ID>, TypesafeMap.Key<CoreMap,CoreAnnotations.SRL_ID>
- Enclosing class:
- CoreAnnotations
public static class CoreAnnotations.SRLIDAnnotation
- extends Object
- implements CoreAnnotation<CoreAnnotations.SRL_ID>
The key for semantic role labels (Note: please add to this description if
you use this key)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreAnnotations.SRLIDAnnotation
public CoreAnnotations.SRLIDAnnotation()
getType
public Class<CoreAnnotations.SRL_ID> 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<CoreAnnotations.SRL_ID>
Stanford NLP Group