gate.creole.annic
Class Constants

java.lang.Object
  extended by gate.creole.annic.Constants

public class Constants
extends Object

Constants used by annic classes.

Author:
niraj

Field Summary
static String ALL_SETS
          Contains the merged annotation set.
static String ANNIC_TOKEN
          Annic token which is created when no tokens are provided
static String ANNOTATION_SET_ID
          Name of the annotation set id parameter
static String ANNOTATION_SETS_NAMES_TO_EXCLUDE
          Name of the annotation_sets_names_to_exclude parameter.
static String ANNOTATION_SETS_NAMES_TO_INCLUDE
          Name of the annotation_sets_names_to_include parameter.
static String BASE_TOKEN_ANNOTATION_TYPE
          Name of the base_token_annotation_type parameter.
static String COMBINED_SET
          Contains the merged annotation set in combined sets.
static String CONTEXT_WINDOW
          Name of the context_window parameter.
static String CORPUS_ID
          Name of the corpus_id parameter.
static String CORPUS_INDEX_FEATURE
          Name of the corpus_index_feature parameter.
static String CORPUS_INDEX_FEATURE_VALUE
          default value for the corpus_index_feature
static String CORPUS_SIZE
          Name of the corpus_size parameter.
static String CREATE_TOKENS_AUTOMATICALLY
          create tokens automatically parameter name
static String DEFAULT_ANNOTATION_SET_NAME
          Default annotation set name
static String DOCUMENT_ID
          Name of the document_id_field that is stored in index.
static String DOCUMENT_ID_FOR_SERIALIZED_FILE
          Name of the document_id_field that is stored in index.
static String ENTIRE_DATASTORE
          Contains the entire datastore.
static String FEATURES_TO_EXCLUDE
          Name of the features_to_exclude parameter.
static String FEATURES_TO_INCLUDE
          Name of the features_to_include parameter.
static String INDEX_LOCATION_URL
          name of the index_location_url parameter.
static String INDEX_LOCATIONS
          Name of the index_locations parameter.
static String INDEX_UNIT_ANNOTATION_TYPE
          Name of the index_unit_annotation_type parameter.
static String INDEXED_FEATURES
          Indexed features
static String SERIALIZED_FOLDER_NAME
          folder name used for creating a folder which is then used for serializing the files
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOCUMENT_ID

public static final String DOCUMENT_ID
Name of the document_id_field that is stored in index.

See Also:
Constant Field Values

DOCUMENT_ID_FOR_SERIALIZED_FILE

public static final String DOCUMENT_ID_FOR_SERIALIZED_FILE
Name of the document_id_field that is stored in index.

See Also:
Constant Field Values

INDEXED_FEATURES

public static final String INDEXED_FEATURES
Indexed features

See Also:
Constant Field Values

DEFAULT_ANNOTATION_SET_NAME

public static final String DEFAULT_ANNOTATION_SET_NAME
Default annotation set name

See Also:
Constant Field Values

CREATE_TOKENS_AUTOMATICALLY

public static final String CREATE_TOKENS_AUTOMATICALLY
create tokens automatically parameter name

See Also:
Constant Field Values

ANNIC_TOKEN

public static final String ANNIC_TOKEN
Annic token which is created when no tokens are provided

See Also:
Constant Field Values

INDEX_LOCATION_URL

public static final String INDEX_LOCATION_URL
name of the index_location_url parameter.

See Also:
Constant Field Values

ANNOTATION_SETS_NAMES_TO_INCLUDE

public static final String ANNOTATION_SETS_NAMES_TO_INCLUDE
Name of the annotation_sets_names_to_include parameter.

See Also:
Constant Field Values

ANNOTATION_SETS_NAMES_TO_EXCLUDE

public static final String ANNOTATION_SETS_NAMES_TO_EXCLUDE
Name of the annotation_sets_names_to_exclude parameter.

See Also:
Constant Field Values

FEATURES_TO_EXCLUDE

public static final String FEATURES_TO_EXCLUDE
Name of the features_to_exclude parameter.

See Also:
Constant Field Values

FEATURES_TO_INCLUDE

public static final String FEATURES_TO_INCLUDE
Name of the features_to_include parameter.

See Also:
Constant Field Values

BASE_TOKEN_ANNOTATION_TYPE

public static final String BASE_TOKEN_ANNOTATION_TYPE
Name of the base_token_annotation_type parameter.

See Also:
Constant Field Values

INDEX_UNIT_ANNOTATION_TYPE

public static final String INDEX_UNIT_ANNOTATION_TYPE
Name of the index_unit_annotation_type parameter.

See Also:
Constant Field Values

CORPUS_INDEX_FEATURE

public static final String CORPUS_INDEX_FEATURE
Name of the corpus_index_feature parameter.

See Also:
Constant Field Values

CORPUS_INDEX_FEATURE_VALUE

public static final String CORPUS_INDEX_FEATURE_VALUE
default value for the corpus_index_feature

See Also:
Constant Field Values

CORPUS_SIZE

public static final String CORPUS_SIZE
Name of the corpus_size parameter.

See Also:
Constant Field Values

CONTEXT_WINDOW

public static final String CONTEXT_WINDOW
Name of the context_window parameter.

See Also:
Constant Field Values

INDEX_LOCATIONS

public static final String INDEX_LOCATIONS
Name of the index_locations parameter.

See Also:
Constant Field Values

SERIALIZED_FOLDER_NAME

public static final String SERIALIZED_FOLDER_NAME
folder name used for creating a folder which is then used for serializing the files

See Also:
Constant Field Values

CORPUS_ID

public static final String CORPUS_ID
Name of the corpus_id parameter.

See Also:
Constant Field Values

ANNOTATION_SET_ID

public static final String ANNOTATION_SET_ID
Name of the annotation set id parameter

See Also:
Constant Field Values

COMBINED_SET

public static final String COMBINED_SET
Contains the merged annotation set in combined sets.

See Also:
Constant Field Values

ALL_SETS

public static final String ALL_SETS
Contains the merged annotation set.

See Also:
Constant Field Values

ENTIRE_DATASTORE

public static final String ENTIRE_DATASTORE
Contains the entire datastore.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()