public class HeidelTimeAnnotator extends Object implements edu.stanford.nlp.pipeline.Annotator
DEFAULT_REQUIREMENTS, STANFORD_CLEAN_XML, STANFORD_COLUMN_DATA_CLASSIFIER, STANFORD_COREF, STANFORD_DEPENDENCIES, STANFORD_DETERMINISTIC_COREF, STANFORD_ENTITY_MENTIONS, STANFORD_GENDER, STANFORD_KBP, STANFORD_LEMMA, STANFORD_LINK, STANFORD_MENTION, STANFORD_NATLOG, STANFORD_NER, STANFORD_OPENIE, STANFORD_PARSE, STANFORD_POS, STANFORD_QUOTE, STANFORD_QUOTE_ATTRIBUTION, STANFORD_REGEXNER, STANFORD_RELATION, STANFORD_SENTIMENT, STANFORD_SSPLIT, STANFORD_TOKENIZE, STANFORD_TOKENSREGEX, STANFORD_TRUECASE, STANFORD_UD_FEATURES| Constructor and Description |
|---|
HeidelTimeAnnotator(String annotatorName,
Properties props) |
| Modifier and Type | Method and Description |
|---|---|
void |
annotate(edu.stanford.nlp.pipeline.Annotation annotation)
Given an Annotation, perform a task on this Annotation.
|
Set<Class<? extends edu.stanford.nlp.ling.CoreAnnotation>> |
requirementsSatisfied()
Returns a set of requirements for which tasks this annotator can
provide.
|
Set<Class<? extends edu.stanford.nlp.ling.CoreAnnotation>> |
requires()
Returns the set of tasks which this annotator requires in order
to perform.
|
public HeidelTimeAnnotator(String annotatorName, Properties props)
public void annotate(edu.stanford.nlp.pipeline.Annotation annotation)
annotate in interface edu.stanford.nlp.pipeline.Annotatorannotation - public Set<Class<? extends edu.stanford.nlp.ling.CoreAnnotation>> requirementsSatisfied()
requirementsSatisfied in interface edu.stanford.nlp.pipeline.AnnotatorCopyright © 2016–2018 FBK. All rights reserved.