Uses of Class
it.uniroma1.lcl.kb.ResourceID
-
Packages that use ResourceID Package Description it.uniroma1.lcl.babelnet The root package of the BabelNet API.it.uniroma1.lcl.babelnet.resources Package including all classes related toResourceID
s for BabelNet.it.uniroma1.lcl.kb The package which contains the general interfaces and classes for all Lexical Knowledge Bases. -
-
Uses of ResourceID in it.uniroma1.lcl.babelnet
Subclasses of ResourceID in it.uniroma1.lcl.babelnet Modifier and Type Class Description class
BabelSynsetID
Constructs a resource identifier with the specifiedBabelSynset
ID.class
WordNetSynsetID
Constructs a resource identifier with the specified WordNet synset id.Fields in it.uniroma1.lcl.babelnet with type parameters of type ResourceID Modifier and Type Field Description protected Set<ResourceID>
BabelNetQuery. resourceIDs
Resource IDs for restricting resultsMethods in it.uniroma1.lcl.babelnet with parameters of type ResourceID Modifier and Type Method Description BabelSynset
BabelNet. getSynset(ResourceID resourceID)
BabelSynset
BabelNet. getSynset(Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs, ResourceID resourceID)
Deprecated.List<BabelSynset>
BabelNet. getSynsets(ResourceID... resourceIds)
List<BabelSynset>
BabelNet. getSynsets(Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs, ResourceID... resourceIds)
Deprecated.Constructors in it.uniroma1.lcl.babelnet with parameters of type ResourceID Constructor Description Builder(ResourceID resourceID)
Adds the resource ID for searchBuilder(ResourceID... resourceIDs)
Adds the resource IDs for searchConstructor parameters in it.uniroma1.lcl.babelnet with type arguments of type ResourceID Constructor Description Builder(Collection<? extends ResourceID> resourceIDs)
Adds the resource IDs for search -
Uses of ResourceID in it.uniroma1.lcl.babelnet.resources
Subclasses of ResourceID in it.uniroma1.lcl.babelnet.resources Modifier and Type Class Description class
FrameNetID
A resource identifier with the specified FrameNet resource id.class
GeoNamesID
A resource identifier with the specified GeoNames resource id.class
MSTermID
A resource identifier with the specified Microsoft Terminology resource id.class
OmegaWikiID
A resource identifier with the specified OmegaWiki resource id.class
VerbNetID
A resource identifier with the specified VerbNet resource id.class
WikidataID
A resource identifier with the specified Wikidata resource id.class
WikipediaID
A resource identifier with the specified Wikipedia page title, language and POS.class
WikiquoteID
A resource identifier with the specified Wikiquote page title, language and POS.class
WiktionaryID
A resource identifier with the specified Wiktionary id. -
Uses of ResourceID in it.uniroma1.lcl.kb
Subclasses of ResourceID in it.uniroma1.lcl.kb Modifier and Type Class Description class
ResourceWithLemmaID
A resource identifier with multiple parameters.class
SynsetID
A unique identifier for aSynset
.Methods in it.uniroma1.lcl.kb with parameters of type ResourceID Modifier and Type Method Description T
LKB. getSynset(ResourceID resourceID)
Given aResourceID
, returns the synset identified by the ResourceID in input.List<T>
LKB. getSynsets(ResourceID... resourceIds)
Given a list ofResourceID
s, returns the synsets identified by the ResourceIDs in input.default List<? extends T>
LKB. toSynsets(ResourceID id)
Converts fromResourceID
to the correspondingSynset
s.List<T>
LKB. toSynsets(ResourceID id, Collection<it.uniroma1.lcl.jlt.util.Language> targetLanguages)
Converts fromResourceID
to the correspondingSynset
s.
-