Uses of Class
net.sf.textkit4j.matching.NGrams

Packages that use NGrams
net.sf.textkit4j.classify.ngram   
net.sf.textkit4j.matching   
 

Uses of NGrams in net.sf.textkit4j.classify.ngram
 

Fields in net.sf.textkit4j.classify.ngram with type parameters of type NGrams
protected  java.util.Map<java.lang.String,NGrams> NgramClassifier.trainingNgrams
           
 

Methods in net.sf.textkit4j.classify.ngram that return types with arguments of type NGrams
 java.util.Map<java.lang.String,NGrams> NgramClassifier.getTrainingData()
           
 

Method parameters in net.sf.textkit4j.classify.ngram with type arguments of type NGrams
 void NgramClassifier.setTrainingData(java.util.Map<java.lang.String,NGrams> map)
           
 

Uses of NGrams in net.sf.textkit4j.matching
 

Methods in net.sf.textkit4j.matching that return NGrams
 NGrams NGramFactory.bigrams(java.lang.String text)
           
 NGrams NGramFactory.trigrams(java.lang.String text)
           
 NGrams NGramFactory.unigrams(java.lang.String text)
           
 

Methods in net.sf.textkit4j.matching with parameters of type NGrams
 java.lang.Double NGrams.similiarity(NGrams other)
          Calculates the similarity of this NGrams with the other NGrams as the cosine of the angle between the two NGrams vector representation.
 



Copyright © 2009 All Eight, LLC. All Rights Reserved.