Uses of Interface
it.uniroma1.lcl.babelnet.data.Tag
-
Packages that use Tag Package Description it.uniroma1.lcl.babelnet The root package of the BabelNet API.it.uniroma1.lcl.babelnet.data The data 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 Tag in it.uniroma1.lcl.babelnet
Methods in it.uniroma1.lcl.babelnet with type parameters of type Tag Modifier and Type Method Description <T extends Tag>
Collection<T>BabelSense. getTags(Class<T> classTag)
Methods in it.uniroma1.lcl.babelnet that return types with arguments of type Tag Modifier and Type Method Description Collection<Tag>
BabelSense. getTags()
Methods in it.uniroma1.lcl.babelnet with parameters of type Tag Modifier and Type Method Description boolean
BabelSense. isTaggedAs(Tag tag)
boolean
BabelSense. isTaggedAs(Tag... tags)
BabelNetQuery.Builder
BabelNetQuery.Builder. tag(Tag... tags)
Sets theTag
s for the synset searchBabelSense.Builder
BabelSense.Builder. tag(Tag... tags)
Sets the sense tags from given tags.Method parameters in it.uniroma1.lcl.babelnet with type arguments of type Tag Modifier and Type Method Description boolean
BabelSense. isTaggedAs(Collection<Tag> tags)
BabelNetQuery.Builder
BabelNetQuery.Builder. tag(Collection<Tag> tags)
Sets the collection ofTag
s for the synset searchBabelSense.Builder
BabelSense.Builder. tag(Collection<? extends Tag> tags)
Sets the sense tags from a given collection of tags. -
Uses of Tag in it.uniroma1.lcl.babelnet.data
Classes in it.uniroma1.lcl.babelnet.data that implement Tag Modifier and Type Class Description class
Alphabet
Enumeration describing alphabet informationclass
BabelCategory
A Wikipedia category associated with aBabelSynset
.class
BabelDomain
The domain of aBabelSynset
.class
EntityType
Enumeration describing entity type informationclass
LabelTag
A label tag associated to aBabelSynset
.class
Locale
Enumeration describing lexical and orthographic variationsclass
StringTag
A string tag associated to aBabelSynset
.class
Usage
Enumeration describing usage informationMethods in it.uniroma1.lcl.babelnet.data with type parameters of type Tag Modifier and Type Method Description <T extends Tag>
Collection<T>Taggable. getTags(Class<T> classTag)
Returns the collection of the given class of thisTaggable
.Methods in it.uniroma1.lcl.babelnet.data that return types with arguments of type Tag Modifier and Type Method Description Collection<Tag>
Taggable. getTags()
Methods in it.uniroma1.lcl.babelnet.data with parameters of type Tag Modifier and Type Method Description boolean
Taggable. isTaggedAs(Tag tag)
Checks if the given tag are contained in thisTaggable
.boolean
Taggable. isTaggedAs(Tag... tags)
Checks if all the given tags are contained in thisTaggable
.Method parameters in it.uniroma1.lcl.babelnet.data with type arguments of type Tag Modifier and Type Method Description boolean
Taggable. isTaggedAs(Collection<Tag> tags)
Checks if all the given tags are contained in thisTaggable
. -
Uses of Tag in it.uniroma1.lcl.kb
Subinterfaces of Tag in it.uniroma1.lcl.kb Modifier and Type Interface Description interface
Domain
A general interface for the domain of aSynset
.Classes in it.uniroma1.lcl.kb that implement Tag Modifier and Type Class Description class
SynsetType
A kind ofSynset
-- namely, named entity, concept or unknown.
-