Class AGDISTIS

java.lang.Object
org.aksw.qa.commons.nlp.nerd.AGDISTIS

public class AGDISTIS extends Object
URI Disambiguation using AGDISTIS https://github.com/AKSW/AGDISTIS
Author:
r.usbeck
  • 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 meets Angela"
      Returns:
      map of string to disambiguated URL
      Throws:
      org.json.simple.parser.ParseException
      IOException