|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gate.creole.nerc.EntityDescriptor
Represents a single named entity
Field Summary | |
(package private) String |
category
|
(package private) int[] |
offsets
|
(package private) String |
string
|
Constructor Summary | |
EntityDescriptor(Document document,
Annotation annotation)
Constructs a new entity descriptor starting from a Gate annotation |
|
EntityDescriptor(String string,
String category,
int start,
int end)
Constructs a new entity descriptor |
Method Summary | |
String |
getCategory()
Returns the category of the entity |
int[] |
getOffsets()
Returns a pair of integers specifying the character offsets in the original file where the entity occured |
String |
getString()
Returns a normalised string for the entity. |
protected String |
normaliseString(String text)
Normalises a string. |
String |
toString()
Returns a string giving the category, offsets and normalised string for the entity, with no newlines. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
String string
String category
int[] offsets
Constructor Detail |
public EntityDescriptor(String string, String category, int start, int end)
public EntityDescriptor(Document document, Annotation annotation)
Method Detail |
public String getString()
public String getCategory()
public int[] getOffsets()
public String toString()
toString
in class Object
protected String normaliseString(String text)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |