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, String encoding)
          Create 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)
          Calculate a score how well NGramProfiles match each other
 



Copyright © 2005 The Nutch Organization.