public interface EntityMiner
Modifier and Type | Method and Description |
---|---|
void |
findEntities()
Starts the procedure of entity mining.
|
ArrayList<Entity> |
getEntities()
Returns a list with the detected entities.
|
void |
rankEntities()
Ranks the detected entities.
|
void |
setAcceptedCategories(Set<String> acceptedCategories)
Sets the categories of entities for which we want to detect entities.
|
void setAcceptedCategories(Set<String> acceptedCategories)
acceptedCategories
- void findEntities()
void rankEntities()
Copyright © 2014. All rights reserved.