|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gate.creole.coref.PronominalCoref.Quote
---
Field Summary | |
static int |
ANTEC_AFTER
--- |
static int |
ANTEC_BACK
--- |
static int |
ANTEC_BEFORE
--- |
private AnnotationSet |
antecedentsAfter
--- |
private AnnotationSet |
antecedentsBackInContext
--- |
private AnnotationSet |
antecedentsBefore
--- |
private Annotation |
quoteAnnotation
--- |
private int |
quoteIndex
--- |
Constructor Summary | |
PronominalCoref.Quote(Annotation quoteAnnotation,
int index)
--- |
Method Summary | |
private AnnotationSet |
generateAntecedentCandidates(int sentenceNumber,
int quoteNumber,
int mode)
--- |
AnnotationSet |
getAntecedentCandidates(int type)
--- |
Long |
getEndOffset()
--- |
Long |
getStartOffset()
--- |
private void |
init()
--- |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ANTEC_AFTER
public static final int ANTEC_BEFORE
public static final int ANTEC_BACK
private AnnotationSet antecedentsBefore
private AnnotationSet antecedentsAfter
private AnnotationSet antecedentsBackInContext
private Annotation quoteAnnotation
private int quoteIndex
Constructor Detail |
public PronominalCoref.Quote(Annotation quoteAnnotation, int index)
Method Detail |
private void init()
private AnnotationSet generateAntecedentCandidates(int sentenceNumber, int quoteNumber, int mode)
public Long getStartOffset()
public Long getEndOffset()
public AnnotationSet getAntecedentCandidates(int type)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |