class documentation

class BabelNetIndexField(AutoNumberEnum):

View In Hierarchy

Fields used to index BabelSynset's and BabelSense's in the Lucene index.

Constant CATEGORY Categories.
Constant DOMAIN Domains.
Constant DOMAIN_WEIGHT Domain weight.
Constant EXAMPLE Examples.
Constant FREEBASE_ID Freebase ID.
Constant GLOSS Glosses.
Constant ID Id reference attribute type.
Constant ID_SENSE The sense identifier.
Constant IMAGE Images.
Constant KEY_CONCEPT Key concept of the BabelSynset.
Constant LANGUAGE_LEMMA Concatenation of language + lemma for exact search.
Constant LANGUAGE_LEMMA_NORMALIZER Concatenation of language + lemma normalized for exact search(Unicode text).
Constant LEMMA All lemmas of the BabelSynset(cased).
Constant LEMMA_FREQUENCE Sense frequency in Wikipedia.
Constant LEMMA_LANGUAGE Language of lemmas.
Constant LEMMA_NUMBER Sense number in WordNet.
Constant LEMMA_SENSEKEY Sensekeys for lemmas mapping to WordNet.
Constant LEMMA_SOURCE Sense source: WordNet, Wikipedia, WordNet translation, Wikipedia translation.
Constant LEMMA_TOLOWERCASE All lemmas of the BabelSynset(normalized to lowercase).
Constant LEMMA_WEIGHT Weights of translations.
Constant LICENSE_ID License ID.
Constant LOCALE_TAG The locale tag identifier
Constant MAIN_SENSE Main sense of a BabelSynset.
Constant OLD_LEMMA_NUMBER Sense number in previous WordNet.
Constant OLD_LEMMA_SENSEKEY Old sensekeys for lemmas mapping to WordNet.
Constant OLD_WORDNET_OFFSET Connection to one or more old WordNet offsets.
Constant POS Part of speech.
Constant PRONU_AUDIO Audio.
Constant PRONU_TRANSC Pronunciation transcription.
Constant QCODE_ID The Qcode id
Constant RELATION Relation with other synsets.
Constant SCORE Confidence of mapping between different versions of WordNet.Range 0 - 100..
Constant SENSE_ID Sense id.
Constant SOURCE Synset source: WordNet, Wikipedia, WordNet + Wikipedia.
Constant SURFACE All surface lemma of the BabelSynset(cased).
Constant SURFACE_LANGUAGE Language of surfaces.
Constant SYNSET_DEGREE The synset degree
Constant TRANSLATION_MAPPING A one - to - many relation between a term and its translations.
Constant TYPE Entities / concepts.
Constant VERBATLAS_FRAME_ID The VerbAtlas frame id
Constant VERSION BabelNet version.
Constant WORDNET_OFFSET Connectionto one or more WordNet offsets.
Constant YAGO_URL YAGO URL.
Method __repr__ Undocumented
Method __str__ Undocumented
CATEGORY: tuple =

Categories.

Value
()
DOMAIN: tuple =

Domains.

Value
()
DOMAIN_WEIGHT: tuple =

Domain weight.

Value
()
EXAMPLE: tuple =

Examples.

Value
()
FREEBASE_ID: tuple =

Freebase ID.

Value
()
GLOSS: tuple =

Glosses.

Value
()
ID: tuple =

Id reference attribute type.

Value
()
ID_SENSE: tuple =

The sense identifier.

Value
()
IMAGE: tuple =

Images.

Value
()
KEY_CONCEPT: tuple =

Key concept of the BabelSynset.

Value
()
LANGUAGE_LEMMA: tuple =

Concatenation of language + lemma for exact search.

Value
()
LANGUAGE_LEMMA_NORMALIZER: tuple =

Concatenation of language + lemma normalized for exact search(Unicode text).

Value
()
LEMMA: tuple =

All lemmas of the BabelSynset(cased).

Value
()
LEMMA_FREQUENCE: tuple =

Sense frequency in Wikipedia.

Value
()
LEMMA_LANGUAGE: tuple =

Language of lemmas.

Value
()
LEMMA_NUMBER: tuple =

Sense number in WordNet.

Value
()
LEMMA_SENSEKEY: tuple =

Sensekeys for lemmas mapping to WordNet.

Value
()
LEMMA_SOURCE: tuple =

Sense source: WordNet, Wikipedia, WordNet translation, Wikipedia translation.

Value
()
LEMMA_TOLOWERCASE: tuple =

All lemmas of the BabelSynset(normalized to lowercase).

Value
()
LEMMA_WEIGHT: tuple =

Weights of translations.

Value
()
LICENSE_ID: tuple =

License ID.

Value
()
LOCALE_TAG: tuple =

The locale tag identifier

Value
()
MAIN_SENSE: tuple =

Main sense of a BabelSynset.

Value
()
OLD_LEMMA_NUMBER: tuple =

Sense number in previous WordNet.

Value
()
OLD_LEMMA_SENSEKEY: tuple =

Old sensekeys for lemmas mapping to WordNet.

Value
()
OLD_WORDNET_OFFSET: tuple =

Connection to one or more old WordNet offsets.

Value
()
POS: tuple =

Part of speech.

Value
()
PRONU_AUDIO: tuple =

Audio.

Value
()
PRONU_TRANSC: tuple =

Pronunciation transcription.

Value
()
QCODE_ID: tuple =

The Qcode id

Value
()
RELATION: tuple =

Relation with other synsets.

Value
()
SCORE: tuple =

Confidence of mapping between different versions of WordNet.Range 0 - 100..

Value
()
SENSE_ID: tuple =

Sense id.

Value
()
SOURCE: tuple =

Synset source: WordNet, Wikipedia, WordNet + Wikipedia.

Value
()
SURFACE: tuple =

All surface lemma of the BabelSynset(cased).

Value
()
SURFACE_LANGUAGE: tuple =

Language of surfaces.

Value
()
SYNSET_DEGREE: tuple =

The synset degree

Value
()
TRANSLATION_MAPPING: tuple =

A one - to - many relation between a term and its translations.

Value
()
TYPE: tuple =

Entities / concepts.

Value
()
VERBATLAS_FRAME_ID: tuple =

The VerbAtlas frame id

Value
()
VERSION: tuple =

BabelNet version.

Value
()
WORDNET_OFFSET: tuple =

Connectionto one or more WordNet offsets.

Value
()
YAGO_URL: tuple =

YAGO URL.

Value
()
def __repr__(self):

Undocumented

def __str__(self):

Undocumented