java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.external.SemanticWordRelationDictionary
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.external.webIsAlod.classic.WebIsAlodClassicKnowledgeSource
All Implemented Interfaces:
ExternalResource, ExternalResourceWithHypernymCapability, ExternalResourceWithSynonymCapability, HypernymCapability, SynonymCapability

public class WebIsAlodClassicKnowledgeSource extends SemanticWordRelationDictionary
WebIsAlod Knowledge source. All requests are made through the WebIsAlodSPARQLservice.
  • Field Details

    • linker

      The linker that links input strings to terms.
    • sparqlService

      WebIsAlodSPARQLservice sparqlService
      SPARQL service instance required for requests.
    • minimumConfidence

      public double minimumConfidence
      minimum confidence for synonymy queries.
    • DEFAULT_MINIMUM_CONFIDENCE

      public static final double DEFAULT_MINIMUM_CONFIDENCE
      See Also:
  • Constructor Details

    • WebIsAlodClassicKnowledgeSource

      public WebIsAlodClassicKnowledgeSource(double minimumConfidence)
      Web Default Constructor
      Parameters:
      minimumConfidence - The minimum required confidence for synonymy.
    • WebIsAlodClassicKnowledgeSource

      public WebIsAlodClassicKnowledgeSource()
      Constructor
    • WebIsAlodClassicKnowledgeSource

      public WebIsAlodClassicKnowledgeSource(String tdbDirectory, double minimumConfidence)
      TDB Default Constructor
      Parameters:
      tdbDirectory - TDB 1 directory.
      minimumConfidence - Minimum confidence
    • WebIsAlodClassicKnowledgeSource

      public WebIsAlodClassicKnowledgeSource(String tdbDirectory)
      Convenience constructor.
      Parameters:
      tdbDirectory - TDB 1 directory.
  • Method Details