edu.illinois.cs.cogcomp.lbj.coref.filters
Class MFilter

java.lang.Object
  extended by edu.illinois.cs.cogcomp.lbj.coref.filters.Filter<Mention>
      extended by edu.illinois.cs.cogcomp.lbj.coref.filters.MFilter
Direct Known Subclasses:
TypeMFilter

public abstract class MFilter
extends Filter<Mention>

Filters EntityMentions.


Constructor Summary
MFilter()
           
 
Method Summary
abstract  boolean accept(Mention m)
          Determines whether a mention should be accepted by the filter.
 
Methods inherited from class edu.illinois.cs.cogcomp.lbj.coref.filters.Filter
getFiltered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MFilter

public MFilter()
Method Detail

accept

public abstract boolean accept(Mention m)
Determines whether a mention should be accepted by the filter.

Specified by:
accept in class Filter<Mention>
Parameters:
m - The mention in question.
Returns:
Whether the mention should be accepted by the filter.