Package | Description |
---|---|
acp.beans | |
acp.manager | |
acp.store |
Modifier and Type | Method and Description |
---|---|
Source |
ProcessedText.getMetadata()
Get source object of the source document.
|
Source |
Suggestion.getSource()
Get source object of the Suggestion object.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessedText.setMetadata(Source metadata) |
void |
Suggestion.setSource(Source source)
Set source object of the Suggestion 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 |
---|---|
Source |
DataManager.retrieveSource(int id,
int type)
Retrieve a source information by sentence/entity/paragraph ID.
|
Source |
DataManager.retrieveSource(java.lang.String url)
Retrieve a source information by source url.
|
Modifier and Type | Method and Description |
---|---|
Source |
DataStore.getSource(java.lang.Class classType,
int id)
Retrieve a source information by paragraph/entity ID and the class type.
|
Source |
DataStore.getSource(int id)
Retrieve a source information by source ID.
|
Source |
DataStore.getSource(java.lang.String url)
Retrieve a source information by source name.
|
Modifier and Type | Method and Description |
---|---|
int |
DataStore.storeMetadata(Source metadata)
Insert a source object
|