Uses of Interface
net.sf.classifier4J.ITokenizer

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

Uses of ITokenizer in net.sf.classifier4J
 

Classes in net.sf.classifier4J that implement ITokenizer
 class DefaultTokenizer
           
 class SimpleHTMLTokenizer
          Simple HTML Tokenizer.
 

Methods in net.sf.classifier4J with parameters of type ITokenizer
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 ITokenizer in net.sf.classifier4J.bayesian
 

Methods in net.sf.classifier4J.bayesian that return ITokenizer
 ITokenizer BayesianClassifier.getTokenizer()
           
 

Constructors in net.sf.classifier4J.bayesian with parameters of type ITokenizer
BayesianClassifier(IWordsDataSource wd, ITokenizer tokenizer)
          Constructor for BayesianClassifier that specifies a datasource & tokenizer
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.