edu.stanford.nlp.dcoref.sievepasses
Class PreciseConstructs

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

public class PreciseConstructs
extends DeterministicCorefSieve


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

PreciseConstructs

public PreciseConstructs()


Stanford NLP Group