Package | Description |
---|---|
acp.manager |
Modifier and Type | Method and Description |
---|---|
ProcessedText |
NLPManager.processText(java.lang.String rawText,
java.lang.String sourceName,
java.lang.String url)
This method would take in raw HTML string and the sourceName as input and returns processedText back.
|
Modifier and Type | Method and Description |
---|---|
int |
DataManager.storeProcessedText(ProcessedText processedText)
Store processed information from an extracted source (Source, Paragraph, Sentence, Entities).
|