Class DictionaryConstants

java.lang.Object
org.apache.lucene.analysis.ko.dict.DictionaryConstants

final class DictionaryConstants extends Object
Dictionary constants
  • Field Details

    • DICT_HEADER

      public static final String DICT_HEADER
      Codec header of the dictionary file.
      See Also:
    • TARGETMAP_HEADER

      public static final String TARGETMAP_HEADER
      Codec header of the dictionary mapping file.
      See Also:
    • POSDICT_HEADER

      public static final String POSDICT_HEADER
      Codec header of the POS dictionary file.
      See Also:
    • CONN_COSTS_HEADER

      public static final String CONN_COSTS_HEADER
      Codec header of the connection costs file.
      See Also:
    • CHARDEF_HEADER

      public static final String CHARDEF_HEADER
      Codec header of the character definition file
      See Also:
    • VERSION

      public static final int VERSION
      Codec version of the binary dictionary
      See Also:
  • Constructor Details

    • DictionaryConstants

      DictionaryConstants()