Package com.gengoai.hermes.en
Class ENEntityAnnotator
- java.lang.Object
-
- com.gengoai.hermes.annotator.Annotator
-
- com.gengoai.hermes.annotator.SubTypeAnnotator
-
- com.gengoai.hermes.en.ENEntityAnnotator
-
- All Implemented Interfaces:
Serializable
public class ENEntityAnnotator extends SubTypeAnnotator implements Serializable
Default Entity annotator for English- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ENEntityAnnotator()
Instantiates a new ENEntityAnnotator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<AnnotatableType>
satisfies()
The set of annotation types that this annotator satisfies by this annotator-
Methods inherited from class com.gengoai.hermes.annotator.SubTypeAnnotator
annotateImpl, compare, getAnnotations
-
Methods inherited from class com.gengoai.hermes.annotator.Annotator
annotate, getProvider, requires
-
-
-
-
Method Detail
-
satisfies
public Set<AnnotatableType> satisfies()
Description copied from class:Annotator
The set of annotation types that this annotator satisfies by this annotator- Overrides:
satisfies
in classSubTypeAnnotator
- Returns:
- the set of satisfied annotation types
-
-