| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
ALL_VNCLS |
false |
public static final boolean |
NEG_TRAINING |
false |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PREP |
"RB_pos? [IN_pos TO_pos RP_pos] RB_pos?" |
public static final String |
VERB |
"RB_pos? [MD_pos VB_pos VBD_pos VBP_pos VBZ_pos VBG_pos VBN_pos] RP_pos? RB_pos?" |
public static final String |
WORD |
"[$_pos PRP$_pos CD_pos DT_pos JJ_pos JJS_pos JJR_pos NN_pos NNS_pos NNP_pos NNPS_pos POS_pos PRP_pos RB_pos RBR_pos RBS_pos VBN_pos VBG_pos]" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
NEG |
0 |
public static final int |
POS |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
defaultMinFreq |
20 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NP_LAYER |
"np" |
public static final String |
POS_LAYER |
"pos" |
public static final String |
TOKEN_LAYER |
"tok" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
IN_CHUNK |
"I-" |
public static final String |
IN_NP |
"I-NP" |
public static final String |
OUT |
"O" |
public static final String |
POS |
"POS" |
public static final String |
START_CHUNK |
"B-" |
public static final String |
START_NP |
"B-NP" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ARG1 |
"ARG1" |
public static final String |
ARG2 |
"ARG2" |
public static final String |
REL |
"REL" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
POS_LAYER |
"pos" |
public static final String |
TOKEN_LAYER |
"tok" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_SIZE |
65535 |
public static final String |
UNK |
"<UNK>" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OUT_TAG |
"O" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
chunkerModelFile |
"en-chunker.bin" |
public static final String |
confFunctionModelFile |
"reverb-conf-maxent.gz" |
public static final String |
sentDetectorModelFile |
"en-sent.bin" |
public static final String |
taggerModelFile |
"en-pos-maxent.bin" |
public static final String |
tokenizerModelFile |
"en-token.bin" |
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.