public final class ParserOptions extends Object
Created: Sat Nov 10 15:25:10 2001
DependencyReader| Modifier and Type | Field and Description |
|---|---|
boolean |
createForest |
String |
decodeType |
boolean |
discourseMode |
boolean |
eval |
String |
format |
String |
goldfile |
String |
lossType |
String |
modelName |
int |
numIters |
String |
outfile |
boolean |
secondOrder |
boolean |
test |
String |
testfile |
File |
testforest |
int |
testK |
boolean |
train |
String |
trainfile |
File |
trainforest |
int |
trainK |
boolean |
useRelationalFeatures |
| Constructor and Description |
|---|
ParserOptions(String[] args) |
ParserOptions(String modelName,
String inputFile,
String outputFile,
String format) |
public String trainfile
public String testfile
public File trainforest
public File testforest
public boolean train
public boolean eval
public boolean test
public String modelName
public String lossType
public boolean createForest
public String decodeType
public String format
public int numIters
public String outfile
public String goldfile
public int trainK
public int testK
public boolean secondOrder
public boolean useRelationalFeatures
public boolean discourseMode
Copyright © 2018 JULIE Lab Jena, Germany. All rights reserved.