Package eu.clarin.weblicht.wlfxb.utils
Class CommonAttributes
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.utils.CommonAttributes
-
public abstract class CommonAttributes extends Object
- Author:
- Yana Panchenko
-
-
Field Summary
Fields Modifier and Type Field Description static StringALPHABETstatic StringCATEGORYstatic StringCHAR_OFFSETSstatic StringEND_CHAR_OFFSETstatic StringEND_TOKENstatic StringENTRY_REFERENCEstatic StringEXTREFstatic StringFUNCTIONstatic StringIDstatic StringLEMMA_REFERENCEstatic StringNAMEstatic StringNONCONSECUTIVE_LEMMAS_REFERENCEstatic StringPARTSstatic StringPIDstatic StringSCOREstatic StringSOURCEstatic StringSTART_CHAR_OFFSETstatic StringSTART_TOKENstatic StringSURFACE_FORMstatic StringTAGSETstatic StringTOKEN_REFERENCEstatic StringTOKEN_SEQUENCE_REFERENCEstatic StringTYPEstatic StringVALUE
-
Constructor Summary
Constructors Constructor Description CommonAttributes()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
TOKEN_SEQUENCE_REFERENCE
public static final String TOKEN_SEQUENCE_REFERENCE
- See Also:
- Constant Field Values
-
TOKEN_REFERENCE
public static final String TOKEN_REFERENCE
- See Also:
- Constant Field Values
-
LEMMA_REFERENCE
public static final String LEMMA_REFERENCE
- See Also:
- Constant Field Values
-
ENTRY_REFERENCE
public static final String ENTRY_REFERENCE
- See Also:
- Constant Field Values
-
NONCONSECUTIVE_LEMMAS_REFERENCE
public static final String NONCONSECUTIVE_LEMMAS_REFERENCE
- See Also:
- Constant Field Values
-
CHAR_OFFSETS
public static final String CHAR_OFFSETS
- See Also:
- Constant Field Values
-
START_CHAR_OFFSET
public static final String START_CHAR_OFFSET
- See Also:
- Constant Field Values
-
END_CHAR_OFFSET
public static final String END_CHAR_OFFSET
- See Also:
- Constant Field Values
-
START_TOKEN
public static final String START_TOKEN
- See Also:
- Constant Field Values
-
END_TOKEN
public static final String END_TOKEN
- See Also:
- Constant Field Values
-
TAGSET
public static final String TAGSET
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
PID
public static final String PID
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
FUNCTION
public static final String FUNCTION
- See Also:
- Constant Field Values
-
CATEGORY
public static final String CATEGORY
- See Also:
- Constant Field Values
-
SOURCE
public static final String SOURCE
- See Also:
- Constant Field Values
-
ALPHABET
public static final String ALPHABET
- See Also:
- Constant Field Values
-
EXTREF
public static final String EXTREF
- See Also:
- Constant Field Values
-
SCORE
public static final String SCORE
- See Also:
- Constant Field Values
-
SURFACE_FORM
public static final String SURFACE_FORM
- See Also:
- Constant Field Values
-
PARTS
public static final String PARTS
- See Also:
- Constant Field Values
-
-