public class CoreConfigNames extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CURATOR_FORCE_UPDATE |
static String |
CURATOR_HOST |
static String |
CURATOR_PORT |
static String |
DEBUG |
static String |
IS_FORCE_OVERWRITE
Force the Curator client to overwrite the generated output files
|
static String |
OUTPUT_TO_TEXT
Use this option to output the annotated
TextAnnotation as plain text (instead of
serialzed) |
static String |
REMOVE_REPEAT_PUNCTUATION |
static String |
REPLACE_ADHOC_MARKUP |
static String |
REPLACE_BAD_APOSTROPHE |
static String |
REPLACE_CONTROL_SEQUENCE |
static String |
REPLACE_UNDERSCORES |
static String |
RESPECT_TOKENIZATION
If set to
true , the input text will be assumed to be pre-tokenized |
static String |
VIEWS_TO_ADD
A comma-separated list of views to add (see
ViewNames for a complete list of views. |
Constructor and Description |
---|
CoreConfigNames() |
public static final String DEBUG
public static final String CURATOR_HOST
public static final String CURATOR_PORT
public static final String CURATOR_FORCE_UPDATE
public static final String RESPECT_TOKENIZATION
true
, the input text will be assumed to be pre-tokenizedpublic static final String VIEWS_TO_ADD
ViewNames
for a complete list of views.public static final String OUTPUT_TO_TEXT
TextAnnotation
as plain text (instead of
serialzed)public static final String IS_FORCE_OVERWRITE
public static final String REMOVE_REPEAT_PUNCTUATION
public static final String REPLACE_ADHOC_MARKUP
public static final String REPLACE_BAD_APOSTROPHE
public static final String REPLACE_CONTROL_SEQUENCE
public static final String REPLACE_UNDERSCORES
Copyright © 2017. All rights reserved.