| Interface | Description |
|---|---|
| BabelSynset |
The basic BabelNet synset interface.
|
| Class | Description |
|---|---|
| BabelNet |
A class to programmatically access BabelNet.
|
| BabelNetConfiguration |
The
PropertiesConfiguration hub for the BabelNet API. |
| BabelNetQuery |
The class for a query to get synsets and senses from the
BabelNet class. |
| BabelNetQuery.Builder |
Builder of
BabelNetQuery objects. |
| BabelNetUtils |
A BabelNet utility class.
|
| BabelSense |
A sense in
BabelNet, contained in a BabelSynset. |
| BabelSense.Builder |
The Builder of a
BabelSense. |
| BabelSenseComparator |
Comparator for BabelSenses that (a) puts WordNet senses
first; (b) sorts WordNet senses based on their sense number;
(c) sorts Wikipedia senses based on their degree and lexicographically |
| BabelSynsetComparator |
Comparator for BabelSynsets 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 specified
BabelSynset ID. |
| BabelSynsetIDRelation | Deprecated
Use
BabelSynsetRelation instead. |
| BabelSynsetRelation |
Class that models a relation to a synset ID in the BabelNet network.
|
| InternalBabelSynsetComparator |
Comparator for BabelSynsets 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 sense |
| QcodeID |
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 | Description |
|---|---|
| BabelExternalResource |
External resources linked from BabelNet.
|
| BabelSynsetType | Deprecated
Use
SynsetType |
| BabelVersion |
BabelNet version enumeration.
|
| Exception | Description |
|---|---|
| InvalidSynsetIDException |
Exception for an invalid synset ID.
|
BabelNet class.Copyright © 2016–2022. All rights reserved.