public enum BabelNetIndexField extends Enum<BabelNetIndexField>
BabelSynset
s and BabelSense
s in the
Lucene index.Enum Constant and Description |
---|
CATEGORY
Categories
|
DOMAIN
Domains
|
DOMAIN_WEIGHT
Domain weight
|
EXAMPLE
Examples
|
FREEBASE_ID
Freebase ID
|
GLOSS
Glosses
|
ID
Id reference attribute type
|
ID_SENSE
The sense identifier
|
IMAGE
Images
|
KEY_CONCEPT
Key concept of the BabelSynset
|
LANGUAGE_LEMMA
Concatenation of language+lemma for exact search
|
LANGUAGE_LEMMA_NORMALIZER
Concatenation of language+lemma normalized for exact search (Unicode text)
|
LEMMA
All lemmas of the BabelSynset (cased)
|
LEMMA_FREQUENCE
Sense frequency in Wikipedia
|
LEMMA_LANGUAGE
Language of lemmas
|
LEMMA_NUMBER
Sense number in WordNet
|
LEMMA_SENSEKEY
Sensekeys for lemmas mapping to WordNet
|
LEMMA_SOURCE
Sense source: WordNet, Wikipedia, WordNet translation, Wikipedia translation
|
LEMMA_TOLOWERCASE
All lemmas of the BabelSynset (normalized to lowercase)
|
LEMMA_WEIGHT
Weights of translations
|
LICENSE_ID
License ID
|
MAIN_SENSE
Main sense of a BabelSynset
|
OLD_LEMMA_NUMBER
Sense number in previous WordNet
|
OLD_LEMMA_SENSEKEY
Old sensekeys for lemmas mapping to WordNet
|
OLD_WORDNET_OFFSET
Connection to one or more old WordNet offsets
|
POS
Part of speech
|
PRONU_AUDIO
Audio
|
PRONU_TRANSC
Pronunciation transcription
|
RELATION
Relation with other synsets
|
SCORE
Confidence of mapping between different versions of WordNet.
|
SENSE_ID
Sense id
|
SOURCE
Synset source: WordNet, Wikipedia, WordNet+Wikipedia
|
SURFACE
All surface lemma of the BabelSynset (cased)
|
SURFACE_LANGUAGE
Language of surfaces
|
TRANSLATION_MAPPING
A one-to-many relation between a term and its translations
|
TYPE
Entities/concepts
|
VERSION
BabelNet version
|
WORDNET_OFFSET
Connection to one or more WordNet offsets
|
YAGO_URL
YAGO URL
|
Modifier and Type | Method and Description |
---|---|
static BabelNetIndexField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BabelNetIndexField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BabelNetIndexField ID
public static final BabelNetIndexField SENSE_ID
public static final BabelNetIndexField SOURCE
public static final BabelNetIndexField WORDNET_OFFSET
public static final BabelNetIndexField OLD_WORDNET_OFFSET
public static final BabelNetIndexField MAIN_SENSE
public static final BabelNetIndexField POS
public static final BabelNetIndexField LEMMA
public static final BabelNetIndexField LEMMA_TOLOWERCASE
public static final BabelNetIndexField LANGUAGE_LEMMA_NORMALIZER
public static final BabelNetIndexField LEMMA_SOURCE
public static final BabelNetIndexField LEMMA_LANGUAGE
public static final BabelNetIndexField LEMMA_SENSEKEY
public static final BabelNetIndexField OLD_LEMMA_SENSEKEY
public static final BabelNetIndexField LANGUAGE_LEMMA
public static final BabelNetIndexField LEMMA_WEIGHT
public static final BabelNetIndexField LEMMA_FREQUENCE
public static final BabelNetIndexField LEMMA_NUMBER
public static final BabelNetIndexField OLD_LEMMA_NUMBER
public static final BabelNetIndexField TRANSLATION_MAPPING
public static final BabelNetIndexField RELATION
public static final BabelNetIndexField TYPE
public static final BabelNetIndexField IMAGE
public static final BabelNetIndexField CATEGORY
public static final BabelNetIndexField GLOSS
public static final BabelNetIndexField EXAMPLE
public static final BabelNetIndexField DOMAIN
public static final BabelNetIndexField DOMAIN_WEIGHT
public static final BabelNetIndexField SCORE
public static final BabelNetIndexField PRONU_AUDIO
public static final BabelNetIndexField PRONU_TRANSC
public static final BabelNetIndexField FREEBASE_ID
public static final BabelNetIndexField YAGO_URL
public static final BabelNetIndexField SURFACE
public static final BabelNetIndexField SURFACE_LANGUAGE
public static final BabelNetIndexField LICENSE_ID
public static final BabelNetIndexField KEY_CONCEPT
public static final BabelNetIndexField VERSION
public static final BabelNetIndexField ID_SENSE
public static BabelNetIndexField[] values()
for (BabelNetIndexField c : BabelNetIndexField.values()) System.out.println(c);
public static BabelNetIndexField valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016–2018. All rights reserved.