Package org.aksw.qa.commons.nlp.nerd
Class Spotlight
java.lang.Object
org.aksw.qa.commons.nlp.nerd.Spotlight
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringgetEntities(String question)private Stringprotected StringrequestPOST(String input, String requestURL)voidsetConfidence(double i)voidsetSupport(String support)toString()
-
Field Details
-
log
private static final org.slf4j.Logger log -
requestURL
-
confidence
-
support
-
-
Constructor Details
-
Spotlight
public Spotlight()
-
-
Method Details
-
requestPOST
-
post
private String post(String urlParameters, String requestURL) throws MalformedURLException, IOException, ProtocolException -
toString
-
doTASK
private String doTASK(String inputText) throws MalformedURLException, IOException, ProtocolException -
getEntities
-
getConfidence
-
setConfidence
public void setConfidence(double i) -
getSupport
-
setSupport
-