public class EntityTypeParser extends 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(String entity,
EntityType type) |
Collection<EntityType> |
getEntityTypes(String entity) |
public static final EntityTypeParser NULL_PARSER
public EntityTypeParser(edu.stanford.nlp.pipeline.Annotation document)
public Collection<EntityType> getEntityTypes(String entity)
public boolean equalsToEntityType(String entity, EntityType type)
Copyright © 2015. All rights reserved.