Class DictionaryLinkerRDFExtractor
- java.lang.Object
-
- com.complexible.stardog.docs.extraction.tika.TextProvidingRDFExtractor
-
- com.complexible.stardog.docs.nlp.impl.AbstractEntityRDFExtractor
-
- com.complexible.stardog.docs.nlp.impl.DictionaryLinkerRDFExtractor
-
- All Implemented Interfaces:
Extractor<StatementSource>
,RDFExtractor
public class DictionaryLinkerRDFExtractor extends AbstractEntityRDFExtractor
Extracts named entities usingOpenNLPDocumentParser
, linking them to existent entities on a set of pre-givenString -> IRI
mappings- Since:
- 5.2.2
- Author:
- Pedro Oliveira
-
-
Constructor Summary
Constructors Constructor Description DictionaryLinkerRDFExtractor()
-
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
-
-