| Package | Description |
|---|---|
| edu.washington.cs.knowitall.extractor.mapper |
| Modifier and Type | Method and Description |
|---|---|
static SentenceLengthFilter |
SentenceLengthFilter.maxFilter(int maxWords)
Constructs a new
SentenceLengthFilter object, with no minimum length. |
static SentenceLengthFilter |
SentenceLengthFilter.minFilter(int minWords)
Constructs a new
SentenceLengthFilter object, with no maximum length. |
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.