Class PronounSieve
- java.lang.Object
-
- edu.upf.taln.dri.module.coref.sieve.Sieve
-
- edu.upf.taln.dri.module.coref.sieve.PronounSieve
-
public class PronounSieve extends Sieve
Co-reference by pronoun spotting.
-
-
Constructor Summary
Constructors Constructor Description PronounSieve()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkCorefMatch(CorefChainBuilder corefBuilder, gate.Annotation coreMentionAnn, gate.Annotation antecedentCandidateAnn, int distance)
List<gate.Annotation>
getOrderedAntecedentList(CorefChainBuilder corefBuilder, gate.Annotation coreMentionAnn, int currentSentID, int antecedentSentID)
-
Methods inherited from class edu.upf.taln.dri.module.coref.sieve.Sieve
applySieve, getSt
-
-
-
-
Method Detail
-
getOrderedAntecedentList
public List<gate.Annotation> getOrderedAntecedentList(CorefChainBuilder corefBuilder, gate.Annotation coreMentionAnn, int currentSentID, int antecedentSentID)
-
checkCorefMatch
public boolean checkCorefMatch(CorefChainBuilder corefBuilder, gate.Annotation coreMentionAnn, gate.Annotation antecedentCandidateAnn, int distance)
-
-