| Package | Description |
|---|---|
| se.lth.cs.srl.features |
| Modifier and Type | Method and Description |
|---|---|
static TargetWord |
TargetWord.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetWord[] |
TargetWord.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static WordExtractor |
WordExtractor.getExtractor(TargetWord tw) |
| Constructor and Description |
|---|
ArgDependentAttrFeature(FeatureName name,
Word.WordData attr,
TargetWord tw,
String POSPrefix) |
ArgDependentBrown(FeatureName name,
TargetWord tw,
String POSPrefix,
BrownCluster bc,
BrownCluster.ClusterVal cv) |
ArgDependentFeatsFeature(FeatureName name,
TargetWord tw,
String POSPrefix) |
AttrFeature(FeatureName name,
Word.WordData attr,
TargetWord tw,
boolean includeArgs,
boolean usedForPredicateIdentification,
String POSPrefix) |
FeatsFeature(FeatureName name,
TargetWord tw,
boolean includeArgs,
boolean usedForPredicateIdentification,
String POSPrefix) |
PredDependentAttrFeature(FeatureName name,
Word.WordData attr,
TargetWord tw,
boolean usedForPredicateIdentification,
String POSPrefix) |
PredDependentBrown(FeatureName name,
TargetWord tw,
boolean includeAllWords,
String POSPrefix,
BrownCluster bc,
BrownCluster.ClusterVal cv) |
PredDependentFeatsFeature(FeatureName name,
TargetWord tw,
boolean usedForPredicateIdentification,
String POSPrefix) |
Copyright © 2016. All rights reserved.