public class POSConfigurator extends Configurator
Modifier and Type | Field and Description |
---|---|
static Property |
BASELINE_LEX_PATH |
static Property |
BASELINE_MODEL_PATH |
static Property |
BASELINE_NAME |
static Property |
CORPUS_PREFIX
A configurable prefix.
|
static Property |
DEV_DATA
The file containing the development set.
|
static Property |
KNOWN_LEX_PATH |
static Property |
KNOWN_MODEL_PATH |
static Property |
KNOWN_NAME |
static Property |
MIKHEEV_LEX_PATH |
static Property |
MIKHEEV_MODEL_PATH |
static Property |
MIKHEEV_NAME |
static Property |
MODEL_PATH |
static Property |
TEST_DATA
The file containing the test set.
|
static Property |
TRAINING_AND_DEV_DATA
The file containing the training and development sets.
|
static Property |
TRAINING_DATA
The file containing the training set.
|
static Property |
UNKNOWN_LEX_PATH |
static Property |
UNKNOWN_MODEL_PATH |
static Property |
UNKNOWN_NAME |
FALSE, TRUE
Constructor and Description |
---|
POSConfigurator() |
Modifier and Type | Method and Description |
---|---|
ResourceManager |
getDefaultConfig()
get a ResourceManager object with the default key/value pairs for this configurator
|
generateProperties, getConfig, getConfig, mergeProperties, mergeProperties
public static final Property CORPUS_PREFIX
public static final Property TRAINING_DATA
public static final Property DEV_DATA
public static final Property TEST_DATA
public static final Property TRAINING_AND_DEV_DATA
public static final Property BASELINE_NAME
public static final Property MIKHEEV_NAME
public static final Property KNOWN_NAME
public static final Property UNKNOWN_NAME
public static final Property MODEL_PATH
public static final Property BASELINE_MODEL_PATH
public static final Property BASELINE_LEX_PATH
public static final Property MIKHEEV_MODEL_PATH
public static final Property MIKHEEV_LEX_PATH
public static final Property KNOWN_MODEL_PATH
public static final Property KNOWN_LEX_PATH
public static final Property UNKNOWN_MODEL_PATH
public static final Property UNKNOWN_LEX_PATH
public ResourceManager getDefaultConfig()
Configurator
getDefaultConfig
in class Configurator
Copyright © 2017. All rights reserved.