Uses of Class
de.aitools.ie.stopwords.StopWordList

Packages that use StopWordList
de.aitools.dm.clusterlabeling.common   
de.aitools.ir.retrievalmodels.representer   
 

Uses of StopWordList in de.aitools.dm.clusterlabeling.common
 

Constructors in de.aitools.dm.clusterlabeling.common with parameters of type StopWordList
SimpleTokenizer(Decomposition decomposer, StopWordList stopwords, Stemmer stemmer)
           
 

Uses of StopWordList in de.aitools.ir.retrievalmodels.representer
 

Methods in de.aitools.ir.retrievalmodels.representer that return StopWordList
 StopWordList TermFrequency.getStopwords()
           
 

Methods in de.aitools.ir.retrievalmodels.representer with parameters of type StopWordList
 void TermFrequency.setStopwords(StopWordList stopwords)
           
 

Constructors in de.aitools.ir.retrievalmodels.representer with parameters of type StopWordList
TermFrequency(VectorSpace space, boolean spaceGrowable, Decomposition decomposer, StopWordList stopwords, Stemmer stemmer)