Class RelativePronounSieve


  • public class RelativePronounSieve
    extends Sieve
    Co-reference by relative pronoun spotting.
    • Constructor Detail

      • RelativePronounSieve

        public RelativePronounSieve()
    • 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)