| Modifier and Type | Method and Description |
|---|---|
Options |
Options.clone() |
static Options |
Options.processArgs(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<Options> |
Options.getAllPossibleOptions(Options option) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<Options> |
Options.getAllPossibleOptions(Options option) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Main.train(Options options) |
| Modifier and Type | Field and Description |
|---|---|
Options |
ParserModel.options |
| Constructor and Description |
|---|
ParserModel(AveragedPerceptron perceptron,
IndexMaps maps,
ArrayList<Integer> dependencyLabels,
Options options) |
ParserModel(HashMap<Object,Float>[] shiftFeatureAveragedWeights,
HashMap<Object,Float>[] reduceFeatureAveragedWeights,
HashMap<Object,CompactArray>[] leftArcFeatureAveragedWeights,
HashMap<Object,CompactArray>[] rightArcFeatureAveragedWeights,
IndexMaps maps,
ArrayList<Integer> dependencyLabels,
Options options,
int dependencySize) |
| Modifier and Type | Field and Description |
|---|---|
Options |
KBeamArcEagerParser.options |
| Constructor and Description |
|---|
KBeamArcEagerParser(AveragedPerceptron classifier,
ArrayList<Integer> dependencyRelations,
int featureLength,
IndexMaps maps,
int numOfThreads,
Options options) |
| Constructor and Description |
|---|
ArcEagerBeamTrainer(String updateMode,
AveragedPerceptron classifier,
Options options,
ArrayList<Integer> dependencyRelations,
int featureLength,
IndexMaps maps) |
Copyright © 2014–2021 码农场. All rights reserved.