public class VerbSenseConfigurator extends Configurator
Modifier and Type | Field and Description |
---|---|
static Property |
CACHE_DIRECTORY |
static Property |
CURATOR_HOST |
static Property |
CURATOR_PORT |
static Property |
LOAD_MODELS_FROM_DATASTORE |
static Property |
MODELS_DIRECTORY |
static Property |
PENN_TREEBANK_HOME |
static Property |
PROPBANK_HOME |
static Property |
USE_CHUNKER |
static Property |
USE_CURATOR |
static Property |
USE_LEMMATIZER |
static Property |
USE_NER |
static Property |
USE_POS |
FALSE, TRUE
Constructor and Description |
---|
VerbSenseConfigurator() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getAllSections() |
static String[] |
getAllTrainSections() |
ResourceManager |
getDefaultConfig()
get a ResourceManager object with the default key/value pairs for this configurator
|
static String[] |
getDevSections() |
static String |
getFeatureCacheFile(String featureSet,
Dataset dataset,
ResourceManager rm) |
static String |
getPrunedFeatureCacheFile(String featureSet,
ResourceManager rm) |
static String |
getSentenceDBFile(ResourceManager rm) |
static String |
getTestSections() |
static String[] |
getTrainDevSections() |
generateProperties, getConfig, getConfig, mergeProperties, mergeProperties
public static final Property USE_POS
public static final Property USE_CHUNKER
public static final Property USE_LEMMATIZER
public static final Property USE_NER
public static final Property LOAD_MODELS_FROM_DATASTORE
public static final Property USE_CURATOR
public static final Property CURATOR_HOST
public static final Property CURATOR_PORT
public static final Property PENN_TREEBANK_HOME
public static final Property PROPBANK_HOME
public static final Property CACHE_DIRECTORY
public static final Property MODELS_DIRECTORY
public ResourceManager getDefaultConfig()
Configurator
getDefaultConfig
in class Configurator
public static String getSentenceDBFile(ResourceManager rm)
public static String getFeatureCacheFile(String featureSet, Dataset dataset, ResourceManager rm)
public static String getPrunedFeatureCacheFile(String featureSet, ResourceManager rm)
public static String[] getDevSections()
public static String[] getAllTrainSections()
public static String getTestSections()
public static String[] getAllSections()
public static String[] getTrainDevSections()
Copyright © 2017. All rights reserved.