|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefDestAnnotation
public static class CorefCoreAnnotations.CorefDestAnnotation
Destination of the coreference link for this word (if any): it contains the index of the sentence and the index of the word that are the end of this coref link Both indices start at 1 The sentence index is IntTuple.get(0); the token index in the sentence is IntTuple.get(1)
| Constructor Summary | |
|---|---|
CorefCoreAnnotations.CorefDestAnnotation()
|
|
| Method Summary | |
|---|---|
java.lang.Class<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.CorefDestAnnotation()
| Method Detail |
|---|
public java.lang.Class<IntTuple> getType()
CoreAnnotation
getType in interface CoreAnnotation<IntTuple>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||