edu.stanford.nlp.dcoref.sievepasses
Class CorefDictionaryMatch

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

public class CorefDictionaryMatch
extends DeterministicCorefSieve

Sieve that uses the coreference dictionary for the technical domain developed by Recasens, Can and Jurafsky (NAACL 2013).

Author:
recasens

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

CorefDictionaryMatch

public CorefDictionaryMatch()


Stanford NLP Group