Class EntityLinkerRDFExtractor
- java.lang.Object
 - 
- com.complexible.stardog.docs.extraction.tika.TextProvidingRDFExtractor
 - 
- com.complexible.stardog.docs.nlp.impl.AbstractEntityRDFExtractor
 - 
- com.complexible.stardog.docs.nlp.impl.EntityLinkerRDFExtractor
 
 
 
 
- 
- All Implemented Interfaces:
 Extractor<StatementSource>,RDFExtractor
public class EntityLinkerRDFExtractor extends AbstractEntityRDFExtractor
Extracts named entities usingOpenNLPDocumentParser, linking them to existent entities based on the similarity of their label/ID.- Since:
 - 5.2
 - Version:
 - 5.2
 - Author:
 - Pedro Oliveira
 
 
- 
- 
Constructor Summary
Constructors Constructor Description EntityLinkerRDFExtractor() 
- 
Method Summary
- 
Methods inherited from class com.complexible.stardog.docs.nlp.impl.AbstractEntityRDFExtractor
addEntity, extractFromText 
- 
Methods inherited from class com.complexible.stardog.docs.extraction.tika.TextProvidingRDFExtractor
extract 
 - 
 
 -