public class ChunkedBinaryExtractionWordCountFilter extends FilterMapper<ChunkedBinaryExtraction>
| Constructor and Description |
|---|
ChunkedBinaryExtractionWordCountFilter(int minArgWords,
int maxArgWords,
int minPredicateWords,
int maxPredicateWords)
Constructs a new
ChunkedBinaryExtractionLengthFilter object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doFilter(ChunkedBinaryExtraction extraction) |
doMappublic ChunkedBinaryExtractionWordCountFilter(int minArgWords,
int maxArgWords,
int minPredicateWords,
int maxPredicateWords)
ChunkedBinaryExtractionLengthFilter object.minWords - the minimum number of words in the predicate.maxWords - the maximum number of words in the predicate.public boolean doFilter(ChunkedBinaryExtraction extraction)
doFilter in class FilterMapper<ChunkedBinaryExtraction>Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.