Uses of Interface
net.sf.classifier4J.IStopWordProvider

Packages that use IStopWordProvider
net.sf.classifier4J   
net.sf.classifier4J.bayesian   
 

Uses of IStopWordProvider in net.sf.classifier4J
 

Classes in net.sf.classifier4J that implement IStopWordProvider
 class CustomizableStopWordProvider
           
 class DefaultStopWordsProvider
           
 

Methods in net.sf.classifier4J with parameters of type IStopWordProvider
static java.util.Map Utilities.getWordFrequency(java.lang.String input, boolean caseSensitive, ITokenizer tokenizer, IStopWordProvider stopWordsProvider)
          Get a Map of words and Integer representing the number of each word
 

Uses of IStopWordProvider in net.sf.classifier4J.bayesian
 

Methods in net.sf.classifier4J.bayesian that return IStopWordProvider
 IStopWordProvider BayesianClassifier.getStopWordProvider()
           
 

Constructors in net.sf.classifier4J.bayesian with parameters of type IStopWordProvider
BayesianClassifier(IWordsDataSource wd, ITokenizer tokenizer, IStopWordProvider swp)
          Constructor for BayesianClassifier that specifies a datasource, tokenizer and stop words provider
 



Copyright © 2003-2005 Nick Lothian. All Rights Reserved.