public class SimConfigurator extends Configurator
Modifier and Type | Field and Description |
---|---|
static Property |
CUSTOMIZED |
static Property |
CUSTOMIZED_EMBEDDING_DIM |
static Property |
EMBEDDING_DIM |
static Property |
GLOVE |
static Property |
LLM_ENTAILMENT_THRESHOLD |
static Property |
MEMORYBASEDESA |
static Property |
PAGE_ID_MAPPING |
static Property |
PARAGRAM |
static Property |
PARAGRAM_DIM |
static Property |
PHRASE_DICT |
static Property |
PHRASE2VEC |
static Property |
STOPWORD_FILE |
static Property |
USE_NE_COMPARISON |
static Property |
USE_PHRASE_COMPARISON |
static Property |
USE_SIMPLE_SCORE |
static Property |
WORD_ENTAILMENT_THRESHOLD |
static Property |
WORD_METRIC |
static Property |
WORD2VEC |
FALSE, TRUE
Constructor and Description |
---|
SimConfigurator() |
Modifier and Type | Method and Description |
---|---|
ResourceManager |
getDefaultConfig()
get a ResourceManager object with the default key/value pairs for this configurator
|
ResourceManager |
metricsConfig(String metrics,
String file) |
generateProperties, getConfig, getConfig, mergeProperties, mergeProperties
public static final Property PHRASE_DICT
public static final Property USE_NE_COMPARISON
public static final Property USE_PHRASE_COMPARISON
public static final Property USE_SIMPLE_SCORE
public static final Property STOPWORD_FILE
public static final Property WORD_METRIC
public static final Property WORD_ENTAILMENT_THRESHOLD
public static final Property LLM_ENTAILMENT_THRESHOLD
public static final Property WORD2VEC
public static final Property PARAGRAM
public static final Property GLOVE
public static final Property PHRASE2VEC
public static final Property MEMORYBASEDESA
public static final Property PARAGRAM_DIM
public static final Property PAGE_ID_MAPPING
public static final Property EMBEDDING_DIM
public static final Property CUSTOMIZED
public static final Property CUSTOMIZED_EMBEDDING_DIM
public ResourceManager getDefaultConfig()
Configurator
getDefaultConfig
in class Configurator
public ResourceManager metricsConfig(String metrics, String file) throws Exception
Exception
Copyright © 2017. All rights reserved.