public class OccurrenceExtractionOperation extends Object
Constructor and Description |
---|
OccurrenceExtractionOperation() |
OccurrenceExtractionOperation(CoreSession session) |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
run(DocumentModel doc) |
DocumentModelList |
run(DocumentModelList docs)
Find the list of all textual occurrences of entities in the output of the Apache Stanbol engine.
|
DocumentRef |
run(DocumentRef docRef) |
DocumentModelList |
run(DocumentRefList docRefs) |
public static final String ID
public OccurrenceExtractionOperation()
public OccurrenceExtractionOperation(CoreSession session)
public DocumentRef run(DocumentRef docRef) throws Exception
Exception
public DocumentModel run(DocumentModel doc) throws Exception
Exception
public DocumentModelList run(DocumentModelList docs) throws Exception
Exception
public DocumentModelList run(DocumentRefList docRefs) throws Exception
Exception
Copyright © 2011 Nuxeo SA. All Rights Reserved.