edu.stanford.nlp.dcoref.sievepasses
Class StrictHeadMatch2

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

public class StrictHeadMatch2
extends DeterministicCorefSieve


Field Summary
 
Fields inherited from class edu.stanford.nlp.dcoref.sievepasses.DeterministicCorefSieve
flags
 
Constructor Summary
StrictHeadMatch2()
           
 
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

StrictHeadMatch2

public StrictHeadMatch2()


Stanford NLP Group