Package org.aksw.qa.commons.nlp.nerd
Class AGDISTIS
java.lang.Object
org.aksw.qa.commons.nlp.nerd.AGDISTIS
URI Disambiguation using AGDISTIS https://github.com/AKSW/AGDISTIS
- Author:
- r.usbeck
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AGDISTIS
public AGDISTIS()
-
-
Method Details
-
runDisambiguation
public HashMap<String,String> runDisambiguation(String inputText) throws org.json.simple.parser.ParseException, IOException- Parameters:
inputText- with encoded entities,e.g., "Barack meetsAngela "- Returns:
- map of string to disambiguated URL
- Throws:
org.json.simple.parser.ParseExceptionIOException
-