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 indexBabelSynsets andBabelSenses in the Lucene index.- Author:
- navigli, ponzetto, vannella
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CATEGORYCategoriesDOMAINDomainsDOMAIN_WEIGHTDomain weightEXAMPLEExamplesFREEBASE_IDFreebase IDGLOSSGlossesIDId reference attribute typeID_SENSEThe sense identifierIMAGEImagesKEY_CONCEPTKey concept of the BabelSynsetLANGUAGE_LEMMAConcatenation of language+lemma for exact searchLANGUAGE_LEMMA_NORMALIZERConcatenation of language+lemma normalized for exact search (Unicode text)LEMMAAll lemmas of the BabelSynset (cased)LEMMA_FREQUENCESense frequency in WikipediaLEMMA_LANGUAGELanguage of lemmasLEMMA_NUMBERSense number in WordNetLEMMA_SENSEKEYSensekeys for lemmas mapping to WordNetLEMMA_SOURCESense source: WordNet, Wikipedia, WordNet translation, Wikipedia translationLEMMA_TOLOWERCASEAll lemmas of the BabelSynset (normalized to lowercase)LEMMA_WEIGHTWeights of translationsLICENSE_IDLicense IDLOCALE_TAGThe locale tag identifierMAIN_SENSEMain sense of a BabelSynsetOLD_LEMMA_NUMBERSense number in previous WordNetOLD_LEMMA_SENSEKEYOld sensekeys for lemmas mapping to WordNetOLD_WORDNET_OFFSETConnection to one or more old WordNet offsetsPOSPart of speechPRONU_AUDIOAudioPRONU_TRANSCPronunciation transcriptionQCODE_IDThe QCODE idRELATIONRelation with other synsetsSCOREConfidence of mapping between different versions of WordNet.SENSE_IDSense idSOURCESynset source: WordNet, Wikipedia, WordNet+WikipediaSURFACEAll surface lemma of the BabelSynset (cased)SURFACE_LANGUAGELanguage of surfacesSYNSET_DEGREEthe synset degreeTRANSLATION_MAPPINGA one-to-many relation between a term and its translationsTYPEEntities/conceptsVERBATLAS_FRAME_IDThe VerbAtlas frame idVERSIONBabelNet versionWORDNET_OFFSETConnection to one or more WordNet offsetsYAGO_URLYAGO URL
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BabelNetIndexFieldvalueOf(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
-
-