gate.creole.coref
Class PronominalCoref.Sentence

java.lang.Object
  extended bygate.creole.coref.PronominalCoref.Sentence
Enclosing class:
PronominalCoref

private class PronominalCoref.Sentence
extends Object

---


Field Summary
private  Long endOffset
          ---
private  AnnotationSet locations
          ---
private  AnnotationSet organizations
          ---
private  int paraNumber
          ---
private  AnnotationSet persons
          ---
private  int sentNumber
          ---
private  Long startOffset
          ---
 
Constructor Summary
PronominalCoref.Sentence(int sentNumber, int paraNumber, Long startOffset, Long endOffset, AnnotationSet persons, AnnotationSet organizations, AnnotationSet locations)
          ---
 
Method Summary
 Long getEndOffset()
          ---
 AnnotationSet getLocations()
          ---
 AnnotationSet getOrganizations()
          ---
 AnnotationSet getPersons()
          ---
 Long getStartOffset()
          ---
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sentNumber

private int sentNumber
---


paraNumber

private int paraNumber
---


startOffset

private Long startOffset
---


endOffset

private Long endOffset
---


persons

private AnnotationSet persons
---


organizations

private AnnotationSet organizations
---


locations

private AnnotationSet locations
---

Constructor Detail

PronominalCoref.Sentence

public PronominalCoref.Sentence(int sentNumber,
                                int paraNumber,
                                Long startOffset,
                                Long endOffset,
                                AnnotationSet persons,
                                AnnotationSet organizations,
                                AnnotationSet locations)
---

Method Detail

getStartOffset

public Long getStartOffset()
---


getEndOffset

public Long getEndOffset()
---


getPersons

public AnnotationSet getPersons()
---


getOrganizations

public AnnotationSet getOrganizations()
---


getLocations

public AnnotationSet getLocations()
---