edu.upenn.cis.pdtb
Interface PDTBExplicitRelationFeatures
- All Superinterfaces:
- PDTBFeatures
- All Known Implementing Classes:
- PDTBExplicitRelationFeaturesImpl
- public interface PDTBExplicitRelationFeatures
- extends PDTBFeatures
Features associated with an ExplicitRelation.
- Author:
- nikhild
|
Field Summary |
static java.lang.String |
ConnHeadAttributeQName
The QName of the attribute whose value is the head of the
connective. |
| Fields inherited from interface edu.upenn.cis.pdtb.PDTBFeatures |
Factual, FactualityAttributeQName, FactualVal, NegativePolarityVal, NonFactual, NonFactualVal, NullFactual, NullFactualVal, PolarityAttributeQName, PolarityNegative, PolarityPositive, PositivePolarityVal, SourceAttributeQName, SourceInherited, SourceInheritedVal, SourceOther, SourceOtherVal, SourceWriter, SourceWriterVal |
|
Method Summary |
java.lang.String |
getConnHead()
Get the head of the connective. |
ConnHeadAttributeQName
public static final java.lang.String ConnHeadAttributeQName
- The QName of the attribute whose value is the head of the
connective.
- See Also:
- Constant Field Values
getConnHead
public java.lang.String getConnHead()
- Get the head of the connective.