Uses of Interface
it.uniroma1.lcl.kb.ExternalResource
-
Packages that use ExternalResource Package Description it.uniroma1.lcl.babelnet The root package of the BabelNet API.it.uniroma1.lcl.kb The package which contains the general interfaces and classes for all Lexical Knowledge Bases. -
-
Uses of ExternalResource in it.uniroma1.lcl.babelnet
Classes in it.uniroma1.lcl.babelnet that implement ExternalResource Modifier and Type Class Description class
BabelExternalResource
External resources linked from BabelNet.Methods in it.uniroma1.lcl.babelnet with parameters of type ExternalResource Modifier and Type Method Description Optional<String>
BabelSense. toURI(ExternalResource resource)
-
Uses of ExternalResource in it.uniroma1.lcl.kb
Methods in it.uniroma1.lcl.kb with parameters of type ExternalResource Modifier and Type Method Description default Optional<String>
Sense. toURI(ExternalResource resource)
Returns the URI of the sense for a givenExternalResource
default List<String>
Synset. toURIs(ExternalResource resource)
Returns the URIs of the various senses in the synset for a givenExternalResource
default List<String>
Synset. toURIs(ExternalResource resource, it.uniroma1.lcl.jlt.util.Language... languages)
Returns the URIs of the various senses in the given languages in the synset for a givenExternalResource
default List<String>
Synset. toURIs(ExternalResource resource, Collection<it.uniroma1.lcl.jlt.util.Language> languages)
Returns the URIs of the various senses in the given languages in the synset for a givenExternalResource
-