Interface ExternalResource
- 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 TypeMethodDescriptionReturns the linker instance for this particular resource.getName()
Obtain the name of the resource.
-
Method Details
-
getLinker
LabelToConceptLinker 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.
-