public class NERCombinerAnnotator extends Object implements Annotator
Annotator.RequirementBINARIZED_TREES_REQUIREMENT, CLEAN_XML_REQUIREMENT, DETERMINISTIC_COREF_REQUIREMENT, GENDER_REQUIREMENT, GUTIME_REQUIREMENT, HEIDELTIME_REQUIREMENT, LEMMA_REQUIREMENT, NER_REQUIREMENT, NUMBER_REQUIREMENT, PARSE_AND_TAG, PARSE_REQUIREMENT, PARSE_TAG_BINARIZED_TREES, POS_REQUIREMENT, QUANTIFIABLE_ENTITY_NORMALIZATION_REQUIREMENT, RELATION_EXTRACTOR_REQUIREMENT, SSPLIT_REQUIREMENT, STANFORD_CLEAN_XML, STANFORD_DETERMINISTIC_COREF, STANFORD_GENDER, STANFORD_LEMMA, STANFORD_NER, STANFORD_PARSE, STANFORD_POS, STANFORD_REGEXNER, STANFORD_RELATION, STANFORD_SENTIMENT, STANFORD_SSPLIT, STANFORD_TOKENIZE, STANFORD_TRUECASE, STEM_REQUIREMENT, SUTIME_REQUIREMENT, TIME_WORDS_REQUIREMENT, TOKENIZE_AND_SSPLIT, TOKENIZE_REQUIREMENT, TOKENIZE_SSPLIT_NER, TOKENIZE_SSPLIT_PARSE, TOKENIZE_SSPLIT_PARSE_NER, TOKENIZE_SSPLIT_POS, TOKENIZE_SSPLIT_POS_LEMMA, TRUECASE_REQUIREMENT| Constructor and Description |
|---|
NERCombinerAnnotator() |
NERCombinerAnnotator(boolean verbose) |
NERCombinerAnnotator(boolean verbose,
String... classifiers) |
NERCombinerAnnotator(NERClassifierCombiner ner,
boolean verbose) |
NERCombinerAnnotator(String name,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
annotate(Annotation annotation)
Given an Annotation, perform a task on this Annotation.
|
CoreMap |
doOneSentence(Annotation annotation,
CoreMap sentence) |
Set<Annotator.Requirement> |
requirementsSatisfied()
Returns a set of requirements for which tasks this annotator can
provide.
|
Set<Annotator.Requirement> |
requires()
Returns the set of tasks which this annotator requires in order
to perform.
|
public NERCombinerAnnotator()
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic NERCombinerAnnotator(boolean verbose)
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic NERCombinerAnnotator(boolean verbose,
String... classifiers)
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic NERCombinerAnnotator(NERClassifierCombiner ner, boolean verbose)
public NERCombinerAnnotator(String name, Properties properties)
public void annotate(Annotation annotation)
Annotatorpublic CoreMap doOneSentence(Annotation annotation, CoreMap sentence)
public Set<Annotator.Requirement> requires()
Annotatorpublic Set<Annotator.Requirement> requirementsSatisfied()
AnnotatorrequirementsSatisfied in interface Annotator