Package | Description |
---|---|
acp.beans | |
acp.store |
Modifier and Type | Method and Description |
---|---|
java.util.List<Entity> |
ProcessedText.getEntities()
Get all the Entity object of the source document that are processed.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessedText.setEntities(java.util.List<Entity> entities)
Set the list of processed Entity object.
|
Constructor and Description |
---|
ProcessedText(Source metadata,
java.util.List<Paragraph> paragraphs,
java.util.List<Entity> entities)
Constructor to initialize object for processing of text
|
Modifier and Type | Method and Description |
---|---|
Entity |
DataStore.getEntity(int entityID)
Retrieve a entity by entity ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Entity> |
DataStore.getEntities(int sourceID)
Retrieve entities of a source document by source ID.
|
Modifier and Type | Method and Description |
---|---|
int |
DataStore.storeEntity(Entity entity)
Insert an entity object
|
Modifier and Type | Method and Description |
---|---|
void |
DataStore.removeEntitiesAndIndexes(java.util.List<Entity> entities)
Remove entities and the lucene index from the database.
|