Class DocumentSentenceIdentifierC
- java.lang.Object
-
- edu.upf.taln.dri.module.rhetclassifier.feats.generator.DocumentSentenceIdentifierC
-
- All Implemented Interfaces:
edu.upf.taln.ml.feat.base.FeatCalculator<String,gate.Annotation,DocumentCtx>
public class DocumentSentenceIdentifierC extends Object implements edu.upf.taln.ml.feat.base.FeatCalculator<String,gate.Annotation,DocumentCtx>
Get the order number of the sentence inside the document (the number 1 is assigned to the first sentence of the abstract).
-
-
Constructor Summary
Constructors Constructor Description DocumentSentenceIdentifierC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.upf.taln.ml.feat.base.MyString
calculateFeature(gate.Annotation obj, DocumentCtx doc, String featName)
-
-
-
Method Detail
-
calculateFeature
public edu.upf.taln.ml.feat.base.MyString calculateFeature(gate.Annotation obj, DocumentCtx doc, String featName)
- Specified by:
calculateFeature
in interfaceedu.upf.taln.ml.feat.base.FeatCalculator<String,gate.Annotation,DocumentCtx>
-
-