net.ontopia.topicmaps.classify
Class BlackList
java.lang.Object
net.ontopia.topicmaps.classify.BlackList
- All Implemented Interfaces:
- TermAnalyzerIF
public class BlackList
- extends Object
- implements TermAnalyzerIF
INTERNAL:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stopList
protected Collection<String> stopList
stopFactor
protected double stopFactor
file
protected File file
added
protected Collection<String> added
lastModified
protected long lastModified
addStopWord
public void addStopWord(String term)
save
public void save()
setStopFactor
public void setStopFactor(double stopFactor)
isStopWord
public boolean isStopWord(String word)
analyzeTerm
public void analyzeTerm(Term term)
- Specified by:
analyzeTerm
in interface TermAnalyzerIF
startAnalysis
public void startAnalysis(TermDatabase tdb)
- Specified by:
startAnalysis
in interface TermAnalyzerIF
endAnalysis
public void endAnalysis()
- Specified by:
endAnalysis
in interface TermAnalyzerIF
Copyright © 2000-2012 Ontopia.