Package | Description |
---|---|
acp.beans | |
acp.store |
Modifier and Type | Method and Description |
---|---|
java.util.List<Paragraph> |
ProcessedText.getParagraphs()
Get all the Paragraph object of the source document that are processed.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessedText.setParagraphs(java.util.List<Paragraph> paragraphs)
Set the list of processed Paragraph 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 |
---|---|
Paragraph |
DataStore.getParagraph(int paragraphID)
Retrieve a paragraph by paragraph ID.
|
Paragraph |
DataStore.getParagraph(int sourceID,
int parentOrder)
Retrieve a paragraph by source ID and the order of the paragraph on the source.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Paragraph> |
DataStore.getParagraphs(int sourceID)
Retrieve paragraphs of a source document by source ID.
|
Modifier and Type | Method and Description |
---|---|
int |
DataStore.storeParagraph(Paragraph paragraph)
Insert a paragraph object
|