public class EntityTypeParser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static EntityTypeParser |
NULL_PARSER |
| Constructor and Description |
|---|
EntityTypeParser(edu.stanford.nlp.pipeline.Annotation document) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsToEntityType(java.lang.String entity,
EntityType type) |
java.util.Collection<EntityType> |
getEntityTypes(java.lang.String entity) |
public static final EntityTypeParser NULL_PARSER
public EntityTypeParser(edu.stanford.nlp.pipeline.Annotation document)
public java.util.Collection<EntityType> getEntityTypes(java.lang.String entity)
public boolean equalsToEntityType(java.lang.String entity,
EntityType type)