Jacson

Uses of Interface
de.spieleck.app.cngram.NGramProfiles.RankResult

Packages that use NGramProfiles.RankResult
de.spieleck.app.cngram Implementation of character based ngrams. 
 

Uses of NGramProfiles.RankResult in de.spieleck.app.cngram
 

Methods in de.spieleck.app.cngram that return NGramProfiles.RankResult
 NGramProfiles.RankResult NGramProfiles.Ranker.getRankResult()
           
 NGramProfiles.RankResult NGramProfiles.rank(NGramMetric metric, NGramProfile profile)
          Note this class returns a complete match result, for the sake of thread safety!
 

Methods in de.spieleck.app.cngram with parameters of type NGramProfiles.RankResult
static void RunNGram.printRankResult(java.lang.String msg, NGramProfiles.RankResult res, long dt)
           
 


spieleck.de