Package | Description |
---|---|
org.nuxeo.ecm.platform.semanticentities | |
org.nuxeo.ecm.platform.semanticentities.adapter | |
org.nuxeo.ecm.platform.semanticentities.service |
Modifier and Type | Method and Description |
---|---|
List<OccurrenceGroup> |
SemanticAnalysisService.analyze(CoreSession session,
DocumentModel doc)
Synchronous analysis of a document (without linking).
|
List<OccurrenceGroup> |
SemanticAnalysisService.analyze(CoreSession session,
String textContent)
Synchronous analysis of pre-extracted text content (without linking).
|
List<OccurrenceGroup> |
SerializationTask.getOccurrenceGroups() |
Modifier and Type | Method and Description |
---|---|
List<EntitySuggestion> |
LocalEntityService.suggestEntity(CoreSession session,
OccurrenceGroup group,
int maxSuggestions)
Helper method to suggest entities by keyword match on names.
|
Modifier and Type | Method and Description |
---|---|
void |
SemanticAnalysisService.createLinks(DocumentModel document,
CoreSession session,
List<OccurrenceGroup> occurrenceGroups)
Save semantic links in the repository to materialize the occurrence
relationships between documents and entities
|
Constructor and Description |
---|
SerializationTask(String repositoryName,
DocumentRef docRef,
List<OccurrenceGroup> occurrenceGroups,
SemanticAnalysisService service) |
Modifier and Type | Method and Description |
---|---|
int |
OccurrenceGroup.compareTo(OccurrenceGroup o) |
Modifier and Type | Method and Description |
---|---|
List<OccurrenceGroup> |
SemanticAnalysisServiceImpl.analyze(CoreSession session,
DocumentModel doc) |
List<OccurrenceGroup> |
SemanticAnalysisServiceImpl.analyze(CoreSession session,
String textContent) |
List<OccurrenceGroup> |
SemanticAnalysisServiceImpl.findStanbolEntityOccurrences(CoreSession session,
com.hp.hpl.jena.rdf.model.Model model) |
Modifier and Type | Method and Description |
---|---|
List<EntitySuggestion> |
LocalEntityServiceImpl.suggestEntity(CoreSession session,
OccurrenceGroup group,
int maxSuggestions) |
Modifier and Type | Method and Description |
---|---|
void |
SemanticAnalysisServiceImpl.createLinks(DocumentModel doc,
CoreSession session,
List<OccurrenceGroup> groups) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.