| Package | Description |
|---|---|
| se.lth.cs.srl.features | |
| se.lth.cs.srl.options | |
| se.lth.cs.srl.pipeline |
| Modifier and Type | Method and Description |
|---|---|
Map<Step,FeatureSet> |
FeatureGenerator.readFeatureFiles(Map<Step,File> files,
BrownCluster bc) |
| Modifier and Type | Method and Description |
|---|---|
Map<Step,FeatureSet> |
FeatureGenerator.readFeatureFiles(Map<Step,File> files,
BrownCluster bc) |
| Modifier and Type | Field and Description |
|---|---|
Step |
FeatureSelectionOptions.step |
| Modifier and Type | Field and Description |
|---|---|
static Map<Step,String> |
LearnOptions.featureFileNames |
| Modifier and Type | Method and Description |
|---|---|
Map<Step,File> |
LearnOptions.getFeatureFiles() |
| Modifier and Type | Method and Description |
|---|---|
static Step |
Step.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Step[] |
Step.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Pipeline |
Pipeline.fromZipFile(ZipFile zipFile,
Step[] steps) |
| Modifier and Type | Method and Description |
|---|---|
static Pipeline |
Pipeline.trainNewPipeline(Iterable<Sentence> sentences,
FeatureGenerator fg,
ZipOutputStream zos,
Map<Step,FeatureSet> featureSets) |
static Pipeline |
Pipeline.trainNewPipeline(Iterable<Sentence> sentences,
Map<Step,File> featureFiles,
ZipOutputStream zos,
BrownCluster bc) |
Copyright © 2016. All rights reserved.