class documentation
class BabelNetIndexField(AutoNumberEnum):
Fields used to index BabelSynset's and BabelSense's in the Lucene index.
| Constant | CATEGORY |
Categories. |
| Constant | DOMAIN |
Domains. |
| Constant | DOMAIN |
Domain weight. |
| Constant | EXAMPLE |
Examples. |
| Constant | FREEBASE |
Freebase ID. |
| Constant | GLOSS |
Glosses. |
| Constant | ID |
Id reference attribute type. |
| Constant | ID |
The sense identifier. |
| Constant | IMAGE |
Images. |
| Constant | KEY |
Key concept of the BabelSynset. |
| Constant | LANGUAGE |
Concatenation of language + lemma for exact search. |
| Constant | LANGUAGE |
Concatenation of language + lemma normalized for exact search(Unicode text). |
| Constant | LEMMA |
All lemmas of the BabelSynset(cased). |
| Constant | LEMMA |
Sense frequency in Wikipedia. |
| Constant | LEMMA |
Language of lemmas. |
| Constant | LEMMA |
Sense number in WordNet. |
| Constant | LEMMA |
Sensekeys for lemmas mapping to WordNet. |
| Constant | LEMMA |
Sense source: WordNet, Wikipedia, WordNet translation, Wikipedia translation. |
| Constant | LEMMA |
All lemmas of the BabelSynset(normalized to lowercase). |
| Constant | LEMMA |
Weights of translations. |
| Constant | LICENSE |
License ID. |
| Constant | LOCALE |
The locale tag identifier |
| Constant | MAIN |
Main sense of a BabelSynset. |
| Constant | OLD |
Sense number in previous WordNet. |
| Constant | OLD |
Old sensekeys for lemmas mapping to WordNet. |
| Constant | OLD |
Connection to one or more old WordNet offsets. |
| Constant | POS |
Part of speech. |
| Constant | PRONU |
Audio. |
| Constant | PRONU |
Pronunciation transcription. |
| Constant | QCODE |
The Qcode id |
| Constant | RELATION |
Relation with other synsets. |
| Constant | SCORE |
Confidence of mapping between different versions of WordNet.Range 0 - 100.. |
| Constant | SENSE |
Sense id. |
| Constant | SOURCE |
Synset source: WordNet, Wikipedia, WordNet + Wikipedia. |
| Constant | SURFACE |
All surface lemma of the BabelSynset(cased). |
| Constant | SURFACE |
Language of surfaces. |
| Constant | SYNSET |
The synset degree |
| Constant | TRANSLATION |
A one - to - many relation between a term and its translations. |
| Constant | TYPE |
Entities / concepts. |
| Constant | VERBATLAS |
The VerbAtlas frame id |
| Constant | VERSION |
BabelNet version. |
| Constant | WORDNET |
Connectionto one or more WordNet offsets. |
| Constant | YAGO |
YAGO URL. |
| Method | __repr__ |
Undocumented |
| Method | __str__ |
Undocumented |
LANGUAGE_LEMMA_NORMALIZER:
tuple =
Concatenation of language + lemma normalized for exact search(Unicode text).
| Value |
|
LEMMA_SOURCE:
tuple =
Sense source: WordNet, Wikipedia, WordNet translation, Wikipedia translation.
| Value |
|
TRANSLATION_MAPPING:
tuple =
A one - to - many relation between a term and its translations.
| Value |
|