edu.washington.cs.knowitall.extractor.mapper
Class ConjunctionCommaArgumentFilter

java.lang.Object
  extended by edu.washington.cs.knowitall.extractor.mapper.Mapper<T>
      extended by edu.washington.cs.knowitall.extractor.mapper.FilterMapper<ChunkedArgumentExtraction>
          extended by edu.washington.cs.knowitall.extractor.mapper.ConjunctionCommaArgumentFilter

public class ConjunctionCommaArgumentFilter
extends FilterMapper<ChunkedArgumentExtraction>

An argument filter that filters out any arguments matching the following patterns:

Author:
afader

Constructor Summary
ConjunctionCommaArgumentFilter()
           
 
Method Summary
 boolean doFilter(ChunkedArgumentExtraction arg)
           
 
Methods inherited from class edu.washington.cs.knowitall.extractor.mapper.FilterMapper
doMap
 
Methods inherited from class edu.washington.cs.knowitall.extractor.mapper.Mapper
disable, enable, isEnabled, map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConjunctionCommaArgumentFilter

public ConjunctionCommaArgumentFilter()
Method Detail

doFilter

public boolean doFilter(ChunkedArgumentExtraction arg)
Specified by:
doFilter in class FilterMapper<ChunkedArgumentExtraction>