| Interface | Description |
|---|---|
| BabelPOS | Deprecated
Use
com.babelscape.utils.UniversalPOS instead. |
| Tag<T> |
A general interface for a tag.
|
| Taggable |
A general interface for a taggable.
|
| Class | Description |
|---|---|
| BabelAudio |
Au audio item in BabelNet.
|
| BabelCategory |
A Wikipedia category associated with a
BabelSynset. |
| BabelExample |
An example sentence in
BabelNet. |
| BabelExampleComparator |
Comparator for BabelExamples which sorts by sources. |
| BabelGloss |
A gloss in
BabelNet. |
| BabelGlossComparator |
Comparator for BabelGlosses which sorts by source. |
| BabelImage |
An image in BabelNet.
|
| BabelImageComparator |
Comparator for BabelImages which sorts by source. |
| BabelLemma |
A class representing the lemma in
BabelSynset. |
| BabelPointer |
Default, hard-coded, implementation of
IPointer for BabelNet. |
| BabelSensePhonetics |
A class modeling audio and transcription of a sense
BabelSense. |
| BabelSenseTranslationInfo | Deprecated
For removal.
|
| BabelSynsetGlossComparator |
Comparator for BabelSynsets that
(a) sorts Babel synsets using their glosses number;
(b) sorts using InternalBabelSynsetComparator; |
| BabelSynsetIDRelationComparator |
Comparator for BabelSynsetRelations that (a) puts manual relations
first; (b) sorts relations using their relation type (HYPERNYM, HYPONYM and MERONYM);
(c) sorts lexicographically using their relation name;
(d) sorts lexicographically using their id target; |
| BabelSynsetRelationComparator |
Comparator for BabelSynsets that
(a) sorts Babel synsets using theirs relations number
(b) sorts using InternalBabelSynsetComparator |
| BabelTokenId |
Represents the association between the word that appears in a
Babel gloss and the
BabelSynsetID that identifies the lemma in BabelNet. |
| BabelTokenWord |
Represents the token unit which can be used to build sentences.
|
| BabelWordSenseComparator |
BabelSenseComparator for BabelSenses with precedence given to a certain word |
| LabelTag |
A label tag associated to a
BabelSynset. |
| StringTag |
A string tag associated to a
BabelSynset. |
| Enum | Description |
|---|---|
| Alphabet |
Enumeration describing alphabet information
|
| BabelDomain |
The domain of a
BabelSynset. |
| BabelImageSource |
Sources for BabelNet images, sorted by priority.
|
| BabelLemmaType |
Types of lemmas in BabelNet.
|
| BabelLicense |
License information for a BabelNet item.
|
| BabelPointer.RelationGroup |
Group of relations (used to bring together relations belonging to the same group)
|
| BabelSenseSource |
Enumeration of the different sources for the BabelNet senses.
|
| EntityType |
Enumeration describing entity type information
|
| Locale |
Enumeration describing lexical and orthographic variations
|
| Usage |
Enumeration describing usage information
|
| Exception | Description |
|---|---|
| BabelPointer.BabelPointerNotPresentException |
Exception thrown when a BabelPointer cannot be found
|
Copyright © 2016–2022. All rights reserved.