gate.creole.coref
Class PronominalCoref.Quote

java.lang.Object
  |
  +--gate.creole.coref.PronominalCoref.Quote
Enclosing class:
PronominalCoref

private class PronominalCoref.Quote
extends Object

---


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

ANTEC_AFTER

public static final int ANTEC_AFTER
---

See Also:
Constant Field Values

ANTEC_BEFORE

public static final int ANTEC_BEFORE
---

See Also:
Constant Field Values

ANTEC_BACK

public static final int ANTEC_BACK
---

See Also:
Constant Field Values

antecedentsBefore

private AnnotationSet antecedentsBefore
---


antecedentsAfter

private AnnotationSet antecedentsAfter
---


antecedentsBackInContext

private AnnotationSet antecedentsBackInContext
---


quoteAnnotation

private Annotation quoteAnnotation
---


quoteIndex

private int quoteIndex
---

Constructor Detail

PronominalCoref.Quote

public PronominalCoref.Quote(Annotation quoteAnnotation,
                             int index)
---

Method Detail

init

private void init()
---


generateAntecedentCandidates

private AnnotationSet generateAntecedentCandidates(int sentenceNumber,
                                                   int quoteNumber,
                                                   int mode)
---


getStartOffset

public Long getStartOffset()
---


getEndOffset

public Long getEndOffset()
---


getAntecedentCandidates

public AnnotationSet getAntecedentCandidates(int type)
---