Class DictionaryConstants
java.lang.Object
org.apache.lucene.analysis.ko.dict.DictionaryConstants
Dictionary constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Codec header of the character definition filestatic final String
Codec header of the connection costs file.static final String
Codec header of the dictionary file.static final String
Codec header of the POS dictionary file.static final String
Codec header of the dictionary mapping file.static final int
Codec version of the binary dictionary -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DICT_HEADER
Codec header of the dictionary file.- See Also:
-
TARGETMAP_HEADER
Codec header of the dictionary mapping file.- See Also:
-
POSDICT_HEADER
Codec header of the POS dictionary file.- See Also:
-
CONN_COSTS_HEADER
Codec header of the connection costs file.- See Also:
-
CHARDEF_HEADER
Codec header of the character definition file- See Also:
-
VERSION
public static final int VERSIONCodec version of the binary dictionary- See Also:
-
-
Constructor Details
-
DictionaryConstants
DictionaryConstants()
-