se.lth.cs.nlp.nlputils.ml
Class MLConstants

java.lang.Object
  extended by se.lth.cs.nlp.nlputils.ml.MLConstants

public class MLConstants
extends Object

Declares some public constants.

Author:
Richard Johansson (richard@cs.lth.se)

Field Summary
(package private) static char ESCAPE_FEATURE_SEPARATOR
          This value is used to replace the feature separator in strings.
(package private) static int EXCLUDED_MAGIC_NUMBER
          This number signifies that a member of a feature set is excluded.
static char FEATURE_SEPARATOR
          This character is used to separate features in a feature string.
static String NULL
          This string signifies the empty set for a set-valued feature.
static char SET_SEPARATOR
          This character is used to separate members in a set-valued feature.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FEATURE_SEPARATOR

public static final char FEATURE_SEPARATOR
This character is used to separate features in a feature string.

See Also:
Constant Field Values

ESCAPE_FEATURE_SEPARATOR

static final char ESCAPE_FEATURE_SEPARATOR
This value is used to replace the feature separator in strings.

See Also:
Constant Field Values

SET_SEPARATOR

public static final char SET_SEPARATOR
This character is used to separate members in a set-valued feature.

See Also:
Constant Field Values

NULL

public static final String NULL
This string signifies the empty set for a set-valued feature.

See Also:
Constant Field Values

EXCLUDED_MAGIC_NUMBER

static final int EXCLUDED_MAGIC_NUMBER
This number signifies that a member of a feature set is excluded.

See Also:
Constant Field Values