| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
POS_INDEX |
1 |
public static final int |
WORD_INDEX |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
TRAIN_FILE_TAG_COL |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ENT_QUESTION_TYPE |
"ent_question_type" |
public static final String |
POS |
"pos" |
public static final String |
REL_ORIGINAL_WORD |
"rel_original_word" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
END |
"<END>" |
protected static final String |
START |
"<START>" |
public static final int |
WORD_INDEX |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final double |
EMPIRICAL_P_VALUE |
0.05 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
extra |
"/Users/Maochen/Desktop/extra/treebank_extra_data/" |
public static final String |
outputModelPath |
"/Users/Maochen/Desktop/english-left3words-distsim.tagger" |
public static final String |
tempLocation |
"/Users/Maochen/Desktop/tmp.txt" |
public static final String |
wsj |
"/Users/Maochen/Desktop/treebank_3/parsed/mrg/wsj/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
STANFORD_DEFAULT_NER_3CLASS_EN_MODEL |
"edu/stanford/nlp/models/ner/english.all.3class.distsim.crf.ser.gz" |
public static final String |
STANFORD_DEFAULT_NER_7CLASS_EN_MODEL |
"edu/stanford/nlp/models/ner/english.muc.7class.distsim.crf.ser.gz" |
public static final String |
STANFORD_DEFAULT_PCFG_EN_MODEL |
"edu/stanford/nlp/models/lexparser/englishPCFG.ser.gz" |
public static final String |
STANFORD_DEFAULT_POS_EN_MODEL |
"edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger" |
Copyright © 2017. All rights reserved.