Package it.uniroma1.lcl.babelnet.impl
Enum BabelNetIndexField
- java.lang.Object
-
- java.lang.Enum<BabelNetIndexField>
-
- it.uniroma1.lcl.babelnet.impl.BabelNetIndexField
-
- All Implemented Interfaces:
Serializable
,Comparable<BabelNetIndexField>
public enum BabelNetIndexField extends Enum<BabelNetIndexField>
Fields used to indexBabelSynset
s andBabelSense
s in the Lucene index.- Author:
- navigli, ponzetto, vannella
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CATEGORY
CategoriesDOMAIN
DomainsDOMAIN_WEIGHT
Domain weightEXAMPLE
ExamplesFREEBASE_ID
Freebase IDGLOSS
GlossesID
Id reference attribute typeID_SENSE
The sense identifierIMAGE
ImagesKEY_CONCEPT
Key concept of the BabelSynsetLANGUAGE_LEMMA
Concatenation of language+lemma for exact searchLANGUAGE_LEMMA_NORMALIZER
Concatenation of language+lemma normalized for exact search (Unicode text)LEMMA
All lemmas of the BabelSynset (cased)LEMMA_FREQUENCE
Sense frequency in WikipediaLEMMA_LANGUAGE
Language of lemmasLEMMA_NUMBER
Sense number in WordNetLEMMA_SENSEKEY
Sensekeys for lemmas mapping to WordNetLEMMA_SOURCE
Sense source: WordNet, Wikipedia, WordNet translation, Wikipedia translationLEMMA_TOLOWERCASE
All lemmas of the BabelSynset (normalized to lowercase)LEMMA_WEIGHT
Weights of translationsLICENSE_ID
License IDLOCALE_TAG
The locale tag identifierMAIN_SENSE
Main sense of a BabelSynsetOLD_LEMMA_NUMBER
Sense number in previous WordNetOLD_LEMMA_SENSEKEY
Old sensekeys for lemmas mapping to WordNetOLD_WORDNET_OFFSET
Connection to one or more old WordNet offsetsPOS
Part of speechPRONU_AUDIO
AudioPRONU_TRANSC
Pronunciation transcriptionQCODE_ID
The QCODE idRELATION
Relation with other synsetsSCORE
Confidence of mapping between different versions of WordNet.SENSE_ID
Sense idSOURCE
Synset source: WordNet, Wikipedia, WordNet+WikipediaSURFACE
All surface lemma of the BabelSynset (cased)SURFACE_LANGUAGE
Language of surfacesSYNSET_DEGREE
the synset degreeTRANSLATION_MAPPING
A one-to-many relation between a term and its translationsTYPE
Entities/conceptsVERBATLAS_FRAME_ID
The VerbAtlas frame idVERSION
BabelNet versionWORDNET_OFFSET
Connection to one or more WordNet offsetsYAGO_URL
YAGO URL
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
ID
public static final BabelNetIndexField ID
Id reference attribute type
-
SENSE_ID
public static final BabelNetIndexField SENSE_ID
Sense id
-
SOURCE
public static final BabelNetIndexField SOURCE
Synset source: WordNet, Wikipedia, WordNet+Wikipedia
-
WORDNET_OFFSET
public static final BabelNetIndexField WORDNET_OFFSET
Connection to one or more WordNet offsets
-
OLD_WORDNET_OFFSET
public static final BabelNetIndexField OLD_WORDNET_OFFSET
Connection to one or more old WordNet offsets
-
MAIN_SENSE
public static final BabelNetIndexField MAIN_SENSE
Main sense of a BabelSynset
-
POS
public static final BabelNetIndexField POS
Part of speech
-
LEMMA
public static final BabelNetIndexField LEMMA
All lemmas of the BabelSynset (cased)
-
LEMMA_TOLOWERCASE
public static final BabelNetIndexField LEMMA_TOLOWERCASE
All lemmas of the BabelSynset (normalized to lowercase)
-
LANGUAGE_LEMMA_NORMALIZER
public static final BabelNetIndexField LANGUAGE_LEMMA_NORMALIZER
Concatenation of language+lemma normalized for exact search (Unicode text)
-
LEMMA_SOURCE
public static final BabelNetIndexField LEMMA_SOURCE
Sense source: WordNet, Wikipedia, WordNet translation, Wikipedia translation
-
LEMMA_LANGUAGE
public static final BabelNetIndexField LEMMA_LANGUAGE
Language of lemmas
-
LEMMA_SENSEKEY
public static final BabelNetIndexField LEMMA_SENSEKEY
Sensekeys for lemmas mapping to WordNet
-
OLD_LEMMA_SENSEKEY
public static final BabelNetIndexField OLD_LEMMA_SENSEKEY
Old sensekeys for lemmas mapping to WordNet
-
LANGUAGE_LEMMA
public static final BabelNetIndexField LANGUAGE_LEMMA
Concatenation of language+lemma for exact search
-
LEMMA_WEIGHT
public static final BabelNetIndexField LEMMA_WEIGHT
Weights of translations
-
LEMMA_FREQUENCE
public static final BabelNetIndexField LEMMA_FREQUENCE
Sense frequency in Wikipedia
-
LEMMA_NUMBER
public static final BabelNetIndexField LEMMA_NUMBER
Sense number in WordNet
-
OLD_LEMMA_NUMBER
public static final BabelNetIndexField OLD_LEMMA_NUMBER
Sense number in previous WordNet
-
TRANSLATION_MAPPING
public static final BabelNetIndexField TRANSLATION_MAPPING
A one-to-many relation between a term and its translations
-
RELATION
public static final BabelNetIndexField RELATION
Relation with other synsets
-
TYPE
public static final BabelNetIndexField TYPE
Entities/concepts
-
IMAGE
public static final BabelNetIndexField IMAGE
Images
-
CATEGORY
public static final BabelNetIndexField CATEGORY
Categories
-
GLOSS
public static final BabelNetIndexField GLOSS
Glosses
-
EXAMPLE
public static final BabelNetIndexField EXAMPLE
Examples
-
DOMAIN
public static final BabelNetIndexField DOMAIN
Domains
-
DOMAIN_WEIGHT
public static final BabelNetIndexField DOMAIN_WEIGHT
Domain weight
-
SCORE
public static final BabelNetIndexField SCORE
Confidence of mapping between different versions of WordNet. Range 0-100.
-
PRONU_AUDIO
public static final BabelNetIndexField PRONU_AUDIO
Audio
-
PRONU_TRANSC
public static final BabelNetIndexField PRONU_TRANSC
Pronunciation transcription
-
FREEBASE_ID
public static final BabelNetIndexField FREEBASE_ID
Freebase ID
-
YAGO_URL
public static final BabelNetIndexField YAGO_URL
YAGO URL
-
SURFACE
public static final BabelNetIndexField SURFACE
All surface lemma of the BabelSynset (cased)
-
SURFACE_LANGUAGE
public static final BabelNetIndexField SURFACE_LANGUAGE
Language of surfaces
-
LICENSE_ID
public static final BabelNetIndexField LICENSE_ID
License ID
-
KEY_CONCEPT
public static final BabelNetIndexField KEY_CONCEPT
Key concept of the BabelSynset
-
VERSION
public static final BabelNetIndexField VERSION
BabelNet version
-
ID_SENSE
public static final BabelNetIndexField ID_SENSE
The sense identifier
-
LOCALE_TAG
public static final BabelNetIndexField LOCALE_TAG
The locale tag identifier
-
VERBATLAS_FRAME_ID
public static final BabelNetIndexField VERBATLAS_FRAME_ID
The VerbAtlas frame id
-
SYNSET_DEGREE
public static final BabelNetIndexField SYNSET_DEGREE
the synset degree
-
QCODE_ID
public static final BabelNetIndexField QCODE_ID
The QCODE id
-
-
Method Detail
-
values
public static BabelNetIndexField[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BabelNetIndexField c : BabelNetIndexField.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BabelNetIndexField valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-