Package it.uniroma1.lcl.babelnet
The root package of the BabelNet API. For more information start by looking
at the main access point to BabelNet, i.e., the
BabelNet
class.-
Interface Summary Interface Description BabelSynset The basic BabelNet synset interface. -
Class Summary Class Description BabelNet A class to programmatically access BabelNet.BabelNetConfiguration ThePropertiesConfiguration
hub for the BabelNet API.BabelNetQuery The class for a query to get synsets and senses from theBabelNet
class.BabelNetQuery.Builder Builder ofBabelNetQuery
objects.BabelNetUtils A BabelNet utility class.BabelSense A sense inBabelNet
, contained in aBabelSynset
.BabelSense.Builder The Builder of aBabelSense
.BabelSenseComparator Comparator
forBabelSense
s that (a) puts WordNet senses first; (b) sorts WordNet senses based on their sense number; (c) sorts Wikipedia senses based on their degree and lexicographicallyBabelSynsetComparator Comparator
forBabelSynset
s that (a) puts not Normalized and not from Automatic Translation first; then the Normalized; and at the end the Synsets from Automatic Translation.BabelSynsetID Constructs a resource identifier with the specifiedBabelSynset
ID.BabelSynsetIDRelation Deprecated. UseBabelSynsetRelation
instead.BabelSynsetRelation Class that models a relation to a synset ID in the BabelNet network.InternalBabelSynsetComparator Comparator
forBabelSynset
s that (a) puts WordNet synsets first; (b) sorts WordNet synsets based on the sense number of a specific input word (see the constructor); (c) sorts Wikipedia synsets based on their degree and lexicographically based on their main senseQcodeID Constructs a Qcode identifier with the specified ID.VerbAtlasFrameID Constructs a frame identifier with the specified ID.WordNetSense A WordNet sense.WordNetSynsetID Constructs a resource identifier with the specified WordNet synset id. -
Enum Summary Enum Description BabelExternalResource External resources linked from BabelNet.BabelSynsetType Deprecated. UseSynsetType
BabelVersion BabelNet version enumeration. -
Exception Summary Exception Description InvalidSynsetIDException Exception for an invalid synset ID.