edu.umass.cs.mallet.projects.seg_plus_coref.anaphora
Class ProperNounFilter

java.lang.Object
  extended byedu.umass.cs.mallet.projects.seg_plus_coref.anaphora.Filter
      extended byedu.umass.cs.mallet.projects.seg_plus_coref.anaphora.ProperNounFilter

public class ProperNounFilter
extends Filter


Constructor Summary
ProperNounFilter()
           
 
Method Summary
 boolean filters(java.lang.Object pair)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProperNounFilter

public ProperNounFilter()
Method Detail

filters

public boolean filters(java.lang.Object pair)
Specified by:
filters in class Filter