| Package | Description |
|---|---|
| org.cleartk.timeml.event |
| Modifier and Type | Field and Description |
|---|---|
protected List<CleartkExtractor<Event,Token>> |
EventAttributeAnnotator.contextExtractors
The list of feature extractors that will be applied to the Event annotation, with a Sentence
window.
|
protected List<FeatureExtractor1<Event>> |
EventAttributeAnnotator.eventFeatureExtractors
The list of feature extractors that will be applied directly to the Event annotation.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
EventTenseAnnotator.getAttribute(Event event) |
protected String |
EventPolarityAnnotator.getAttribute(Event event) |
protected String |
EventModalityAnnotator.getAttribute(Event event) |
protected String |
EventClassAnnotator.getAttribute(Event event) |
protected abstract OUTCOME_TYPE |
EventAttributeAnnotator.getAttribute(Event event)
Get the attribute value from the Event annotation.
|
protected String |
EventAspectAnnotator.getAttribute(Event event) |
protected abstract void |
EventAttributeAnnotator.setAttribute(Event event,
OUTCOME_TYPE value)
Set the attribute value on the Event annotation.
|
protected void |
EventTenseAnnotator.setAttribute(Event event,
String value) |
protected void |
EventPolarityAnnotator.setAttribute(Event event,
String value) |
protected void |
EventModalityAnnotator.setAttribute(Event event,
String value) |
protected void |
EventClassAnnotator.setAttribute(Event event,
String value) |
protected void |
EventAspectAnnotator.setAttribute(Event event,
String value) |
Copyright © 2014. All rights reserved.