protected static class TrainMentionAnnotatorSeedList.ExecParams extends Object implements CommandLineParser.Options
| Modifier and Type | Field and Description |
|---|---|
protected String |
embeddingsFile |
protected int |
epochs |
protected int |
examples |
protected String |
inputFiles |
protected String |
language |
protected String |
outputPath |
protected String |
seedList |
protected boolean |
trainingUI |
| Modifier | Constructor and Description |
|---|---|
protected |
ExecParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
setParams(org.apache.commons.cli.CommandLine parse) |
org.apache.commons.cli.Options |
setUpCliOptions() |
protected String inputFiles
protected String seedList
protected String language
protected String outputPath
protected String embeddingsFile
protected boolean trainingUI
protected int epochs
protected int examples
public void setParams(org.apache.commons.cli.CommandLine parse)
setParams in interface CommandLineParser.Optionspublic org.apache.commons.cli.Options setUpCliOptions()
setUpCliOptions in interface CommandLineParser.OptionsCopyright © 2020. All rights reserved.