public class ExtractionParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ALL_VNCLS |
static boolean |
ARG1_IS_PROPER |
static boolean |
DISCARD_PRONOUNS |
static int |
MAX_DIST |
static int |
MAX_NP_POSITION |
static int |
MAX_REL_WORDS |
static int |
MAX_SENTENCE_LENGTH |
static boolean |
NEG_TRAINING |
static boolean |
PRINT_POS |
static boolean |
REQUIRE_SBJ |
static boolean |
USE_CONJUNCTIVE_FEATURES |
static boolean |
USE_CONTEXTUAL_FEATURES |
static boolean |
USE_ENTITY_FEATURES |
static boolean |
USE_LEX_FEATURES |
static boolean |
USE_PARSER_FEATURES |
static boolean |
USE_PATTERN_FEATURES |
static boolean |
USE_VLCN_FEATURES |
static int |
WINDOW |
| Constructor and Description |
|---|
ExtractionParameters() |
public static final boolean NEG_TRAINING
public static final boolean ALL_VNCLS
public static boolean USE_VLCN_FEATURES
public static boolean USE_ENTITY_FEATURES
public static boolean USE_PATTERN_FEATURES
public static boolean USE_CONJUNCTIVE_FEATURES
public static boolean USE_LEX_FEATURES
public static boolean USE_CONTEXTUAL_FEATURES
public static boolean USE_PARSER_FEATURES
public static boolean REQUIRE_SBJ
public static int MAX_REL_WORDS
public static int MAX_DIST
public static int MAX_SENTENCE_LENGTH
public static int WINDOW
public static boolean ARG1_IS_PROPER
public static boolean DISCARD_PRONOUNS
public static int MAX_NP_POSITION
public static boolean PRINT_POS
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.