edu.stanford.nlp.dcoref.sievepasses
Class MarkRole

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

public class MarkRole
extends DeterministicCorefSieve


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

MarkRole

public MarkRole()


Stanford NLP Group