Uses of Class
net.nutch.analysis.lang.NGramProfile

Packages that use NGramProfile
net.nutch.analysis.lang Text document language identifier. 
 

Uses of NGramProfile in net.nutch.analysis.lang
 

Methods in net.nutch.analysis.lang that return NGramProfile
static NGramProfile NGramProfile.createNgramProfile(String name, InputStream is)
          Creates a new Language profile from (preferably quite large) text file
 

Methods in net.nutch.analysis.lang with parameters of type NGramProfile
 float NGramProfile.getSimilarity(NGramProfile another)
          Calculates a score how well models do compare This is just an experimental implementation, feel free to enhance
 



Copyright © 2004 The Nutch Organization.