|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.client.KeywordDocCountFilter
public class KeywordDocCountFilter
Filters MIFSTerm based on document count or whether or not the term is a keyword.
Field Summary | |
---|---|
private Keywords |
keywords
|
private int |
minFreq
|
Constructor Summary | |
---|---|
KeywordDocCountFilter(int minFreq,
Keywords keywords)
Creates a filter that filters based on keywords and minimum frequency. |
Method Summary | |
---|---|
boolean |
evaluate(anl.aida.core.MIFSTerm item)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int minFreq
private Keywords keywords
Constructor Detail |
---|
public KeywordDocCountFilter(int minFreq, Keywords keywords)
minFreq
- the minimum frequencykeywords
- the keyword collectionMethod Detail |
---|
public boolean evaluate(anl.aida.core.MIFSTerm item)
evaluate
in interface anl.aida.util.Filter<anl.aida.core.MIFSTerm>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |