| Package | Description |
|---|---|
| se.lth.cs.srl.corpus | |
| se.lth.cs.srl.features |
| Modifier and Type | Method and Description |
|---|---|
static Word.WordData |
Word.WordData.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Word.WordData[] |
Word.WordData.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Word.getAttr(Word.WordData attr) |
String |
Predicate.getAttr(Word.WordData attr) |
| Modifier and Type | Field and Description |
|---|---|
protected Word.WordData |
AttrFeature.attr |
| Constructor and Description |
|---|
ArgDependentAttrFeature(FeatureName name,
Word.WordData attr,
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) |
PathFeature(FeatureName name,
Word.WordData attr,
String POSPrefix) |
PredDependentAttrFeature(FeatureName name,
Word.WordData attr,
TargetWord tw,
boolean usedForPredicateIdentification,
String POSPrefix) |
Copyright © 2016. All rights reserved.