|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefGraphAnnotation
public static class CorefCoreAnnotations.CorefGraphAnnotation
This stores the entire set of coreference links for one document. Each link is stored as a pair of pointers (source and destination), where each pointer stores a sentence offset and a token offset. All offsets start at 0.
| Constructor Summary | |
|---|---|
CorefCoreAnnotations.CorefGraphAnnotation()
|
|
| Method Summary | |
|---|---|
java.lang.Class<java.util.List<Pair<IntTuple,IntTuple>>> |
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 CorefCoreAnnotations.CorefGraphAnnotation()
| Method Detail |
|---|
public java.lang.Class<java.util.List<Pair<IntTuple,IntTuple>>> getType()
CoreAnnotation
getType in interface CoreAnnotation<java.util.List<Pair<IntTuple,IntTuple>>>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||