edu.stanford.nlp.dcoref.sievepasses
Class StrictHeadMatch4

java.lang.Object
  extended by edu.stanford.nlp.dcoref.sievepasses.DeterministicCorefSieve
      extended by edu.stanford.nlp.dcoref.sievepasses.StrictHeadMatch4

public class StrictHeadMatch4
extends DeterministicCorefSieve


Field Summary
 
Fields inherited from class edu.stanford.nlp.dcoref.sievepasses.DeterministicCorefSieve
flags
 
Constructor Summary
StrictHeadMatch4()
           
 
Method Summary
 
Methods inherited from class edu.stanford.nlp.dcoref.sievepasses.DeterministicCorefSieve
checkEntityMatch, coreferent, flagsToString, getOrderedAntecedents, init, skipThisMention, useRoleSkip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrictHeadMatch4

public StrictHeadMatch4()


Stanford NLP Group