public interface EntityRecognizer
Sentence
s.Modifier and Type | Field and Description |
---|---|
static EntityRecognizer |
DUMMY_ENTITY_RECOGNIZER
A dummy implementation of an
EntityRecognizer that doesn't
recognize any entity (its output is always the same as its input). |
Modifier and Type | Method and Description |
---|---|
Sentence |
recognizeEntities(Sentence sentence)
Recognizes entities in a
Sentence . |
static final EntityRecognizer DUMMY_ENTITY_RECOGNIZER
EntityRecognizer
that doesn't
recognize any entity (its output is always the same as its input).