public class Options extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
beamWidth |
String |
clusterFile |
String |
devPath |
boolean |
evaluate |
String |
goldFile |
String |
inputFile |
boolean |
labeled |
boolean |
lowercase |
String |
modelFile |
int |
numOfThreads |
String |
outputFile |
boolean |
parseConllFile |
boolean |
parsePartialConll |
boolean |
parseTaggedFile |
int |
partialTrainingStartingIteration |
String |
predFile |
HashSet<String> |
punctuations |
boolean |
rootFirst |
String |
scorePath |
String |
separator |
boolean |
showHelp |
boolean |
train |
int |
trainingIter |
boolean |
useDynamicOracle |
boolean |
useExtendedFeatures |
boolean |
useExtendedWithBrownClusterFeatures |
boolean |
useMaxViol |
boolean |
useRandomOracleSelection |
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
void |
changePunc(String puncPath) |
Options |
clone() |
static ArrayList<Options> |
getAllPossibleOptions(Options option) |
static Options |
processArgs(String[] args) |
static void |
showHelp() |
String |
toString() |
public boolean train
public boolean parseTaggedFile
public boolean parseConllFile
public int beamWidth
public boolean rootFirst
public boolean showHelp
public boolean labeled
public String inputFile
public String outputFile
public String devPath
public int trainingIter
public boolean evaluate
public boolean parsePartialConll
public String scorePath
public String clusterFile
public String modelFile
public boolean lowercase
public boolean useExtendedFeatures
public boolean useExtendedWithBrownClusterFeatures
public boolean useMaxViol
public boolean useDynamicOracle
public boolean useRandomOracleSelection
public String separator
public int numOfThreads
public String goldFile
public String predFile
public int partialTrainingStartingIteration
Copyright © 2014–2021 码农场. All rights reserved.