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 toResourceIDs 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 classBabelSynsetIDConstructs a resource identifier with the specifiedBabelSynsetID.classWordNetSynsetIDConstructs 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. resourceIDsResource IDs for restricting resultsMethods in it.uniroma1.lcl.babelnet with parameters of type ResourceID Modifier and Type Method Description BabelSynsetBabelNet. getSynset(ResourceID resourceID)BabelSynsetBabelNet. 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 classFrameNetIDA resource identifier with the specified FrameNet resource id.classGeoNamesIDA resource identifier with the specified GeoNames resource id.classMSTermIDA resource identifier with the specified Microsoft Terminology resource id.classOmegaWikiIDA resource identifier with the specified OmegaWiki resource id.classVerbNetIDA resource identifier with the specified VerbNet resource id.classWikidataIDA resource identifier with the specified Wikidata resource id.classWikipediaIDA resource identifier with the specified Wikipedia page title, language and POS.classWikiquoteIDA resource identifier with the specified Wikiquote page title, language and POS.classWiktionaryIDA 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 classResourceWithLemmaIDA resource identifier with multiple parameters.classSynsetIDA unique identifier for aSynset.Methods in it.uniroma1.lcl.kb with parameters of type ResourceID Modifier and Type Method Description TLKB. getSynset(ResourceID resourceID)Given aResourceID, returns the synset identified by the ResourceID in input.List<T>LKB. getSynsets(ResourceID... resourceIds)Given a list ofResourceIDs, returns the synsets identified by the ResourceIDs in input.default List<? extends T>LKB. toSynsets(ResourceID id)Converts fromResourceIDto the correspondingSynsets.List<T>LKB. toSynsets(ResourceID id, Collection<it.uniroma1.lcl.jlt.util.Language> targetLanguages)Converts fromResourceIDto the correspondingSynsets.
-