public class NERDAnnotator extends AbstractAnnotator implements A2KBAnnotator
NERD class.granter, name| Constructor and Description |
|---|
NERDAnnotator() |
NERDAnnotator(String host) |
NERDAnnotator(String host,
String key) |
| Modifier and Type | Method and Description |
|---|---|
org.aksw.gerbil.transfer.nif.Document |
getNERDAnnotations(org.aksw.gerbil.transfer.nif.Document document)
Send request to NERD and parse the response as a set of scored
annotations.
|
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
close, getName, performClose, setClosePermitionGranter, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, setClosePermitionGranter, setNamepublic NERDAnnotator()
throws GerbilException
GerbilExceptionpublic NERDAnnotator(String host) throws GerbilException
GerbilExceptionpublic List<org.aksw.gerbil.transfer.nif.Meaning> performC2KB(org.aksw.gerbil.transfer.nif.Document document) throws GerbilException
performC2KB in interface C2KBAnnotatorGerbilExceptionpublic List<org.aksw.gerbil.transfer.nif.MeaningSpan> performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) throws GerbilException
performD2KBTask in interface D2KBAnnotatorGerbilExceptionpublic List<org.aksw.gerbil.transfer.nif.Span> performRecognition(org.aksw.gerbil.transfer.nif.Document document) throws GerbilException
performRecognition in interface EntityRecognizerGerbilExceptionpublic List<org.aksw.gerbil.transfer.nif.MeaningSpan> performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) throws GerbilException
performA2KBTask in interface A2KBAnnotatorGerbilExceptionpublic org.aksw.gerbil.transfer.nif.Document getNERDAnnotations(org.aksw.gerbil.transfer.nif.Document document)
throws GerbilException
document - the document to sendGerbilExceptionCopyright © 2014–2017. All rights reserved.