Class BlackList

java.lang.Object
net.ontopia.topicmaps.classify.BlackList
All Implemented Interfaces:
TermAnalyzerIF

public class BlackList extends Object implements TermAnalyzerIF
INTERNAL:
  • Field Details

    • stopList

      protected Collection<String> stopList
    • stopFactor

      protected double stopFactor
    • file

      protected File file
    • added

      protected Collection<String> added
    • lastModified

      protected long lastModified
  • Method Details