Package de.julielab.genemapper.index
Class WikipediaIndexFields
- java.lang.Object
-
- de.julielab.genemapper.index.WikipediaIndexFields
-
public class WikipediaIndexFields extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringENTITIESstatic StringENTITYCHUNKSstatic StringHASUNSPECTITLEstatic StringMENTIONED_PAGE_TITLESTitles of other Wikipedia pages found in an entity chunk of the current page.static StringMOLECULAR_BIOLOGY_PATHstatic StringMOLECULAR_BIOLOGY_PATH_LENGTHstatic StringPAGE_IDstatic StringTITLEstatic StringTITLEISINPLURAL
-
Constructor Summary
Constructors Constructor Description WikipediaIndexFields()
-
-
-
Field Detail
-
PAGE_ID
public static final String PAGE_ID
- See Also:
- Constant Field Values
-
TITLE
public static final String TITLE
- See Also:
- Constant Field Values
-
HASUNSPECTITLE
public static final String HASUNSPECTITLE
- See Also:
- Constant Field Values
-
TITLEISINPLURAL
public static final String TITLEISINPLURAL
- See Also:
- Constant Field Values
-
ENTITYCHUNKS
public static final String ENTITYCHUNKS
- See Also:
- Constant Field Values
-
ENTITIES
public static final String ENTITIES
- See Also:
- Constant Field Values
-
MOLECULAR_BIOLOGY_PATH
public static final String MOLECULAR_BIOLOGY_PATH
- See Also:
- Constant Field Values
-
MOLECULAR_BIOLOGY_PATH_LENGTH
public static final String MOLECULAR_BIOLOGY_PATH_LENGTH
- See Also:
- Constant Field Values
-
MENTIONED_PAGE_TITLES
public static final String MENTIONED_PAGE_TITLES
Titles of other Wikipedia pages found in an entity chunk of the current page.- See Also:
- Constant Field Values
-
-