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.
|
Modifier and Type | Class and Description |
---|---|
class |
BabelExternalResource
External resources linked from BabelNet.
|
Modifier and Type | Method and Description |
---|---|
Optional<String> |
BabelSense.toURI(ExternalResource resource) |
Modifier and Type | Method and Description |
---|---|
default Optional<String> |
Sense.toURI(ExternalResource resource)
Returns the URI of the sense for a given
ExternalResource |
default List<String> |
Synset.toURIs(ExternalResource resource)
Returns the URIs of the various senses in the synset for a given
ExternalResource |
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 given
ExternalResource |
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 given
ExternalResource |
Copyright © 2016–2021. All rights reserved.