public abstract class AceMention extends Object implements Comparable
| Modifier and Type | Field and Description |
|---|---|
Span |
extent
the extent of the mention, with start and end positions based on
ACE offsets (excluding XML tags).
|
String |
id |
Span |
jetExtent
the extent of the mention, with start and end positions based on
Jet offsets (including all following whitespace).
|
String |
text
the text of the extent.
|
| Constructor and Description |
|---|
AceMention() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o)
returns a positive, zero, or negative integer depending on whether the
start of the head of 'o' follows, is the same as, or precedes the head
of this AceMention.
|
String |
getHeadText() |
Span |
getJetHead() |
abstract AceEventArgumentValue |
getParent()
the parent (the entity, value, or timex containing this mention)
|
abstract String |
getType()
the type (of the parent entity, value, or timex).
|
public String id
public Span extent
public Span jetExtent
public String text
public abstract AceEventArgumentValue getParent()
public abstract String getType()
public Span getJetHead()
public String getHeadText()
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2016 New York University. All rights reserved.