|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iglu.ir.DropLittleWords
Drops any words of length maximumSize or below (default is three).
Field Summary | |
(package private) int |
size
|
Constructor Summary | |
DropLittleWords()
|
|
DropLittleWords(int maximumSize)
|
Method Summary | |
void |
applyFilter(Document d)
Apply the transformation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int size
Constructor Detail |
public DropLittleWords()
public DropLittleWords(int maximumSize)
Method Detail |
public void applyFilter(Document d)
DocumentFilter
applyFilter
in interface DocumentFilter
d
- a Document
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |