| Package | Description |
|---|---|
| se.lth.cs.srl.features |
| Modifier and Type | Field and Description |
|---|---|
protected FeatureName |
Feature.name |
| Modifier and Type | Method and Description |
|---|---|
static FeatureName |
FeatureName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureName[] |
FeatureName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
FeatureGenerator.getCanonicalName(FeatureName fn1,
FeatureName fn2) |
Feature |
FeatureGenerator.getFeature(FeatureName fn,
boolean includeAllWords,
String POSPrefix,
BrownCluster bc) |
Feature |
FeatureGenerator.getQFeature(FeatureName fn1,
FeatureName fn2,
boolean includeAllWords,
String POSPrefix,
BrownCluster bc) |
| 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) |
ChildSetFeature(FeatureName name,
Word.WordData attr,
boolean usedForPredicateIdentification,
String POSPrefix) |
FeatsFeature(FeatureName name,
TargetWord tw,
boolean includeArgs,
boolean usedForPredicateIdentification,
String POSPrefix) |
Feature(FeatureName name,
boolean includeArgs,
boolean usedForPredicateIdentification,
String POSPrefix) |
PathFeature(FeatureName name,
Word.WordData attr,
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) |
SetFeature(FeatureName name,
boolean includeArgs,
boolean usedForPredicateIdentification,
String POSPrefix) |
SingleFeature(FeatureName name,
boolean includeArgs,
boolean usedForPredicateIdentification,
String POSPrefix) |
Copyright © 2016. All rights reserved.