All Known Subinterfaces:
ExternalResourceWithHypernymCapability, ExternalResourceWithSynonymCapability
All Known Implementing Classes:
BabelNetKnowledgeSource, DBpediaKnowledgeSource, GensimEmbeddingModel, SemanticWordRelationDictionary, WebIsAlodClassicKnowledgeSource, WebIsAlodXLKnowledgeSource, WikidataKnowledgeSource, WiktionaryKnowledgeSource, WordNetKnowledgeSource

public interface ExternalResource
An external resource carries a name, has a linker, and can be asked whether it holds a representation for a specified word.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the linker instance for this particular resource.
    Obtain the name of the resource.
  • Method Details

    • getLinker

      Returns the linker instance for this particular resource.
      Returns:
      The specific linker used to link words to concepts.
    • getName

      String getName()
      Obtain the name of the resource.
      Returns:
      Name of the resource.