Jacson

Uses of Interface
de.spieleck.app.ngramj.IterableProfile

Packages that use IterableProfile
de.spieleck.app.ngramj Implementation of byte based ngrams. 
de.spieleck.app.ngramj.lm   
de.spieleck.app.ngramj.phoner   
 

Uses of IterableProfile in de.spieleck.app.ngramj
 

Methods in de.spieleck.app.ngramj with parameters of type IterableProfile
 void Categorizer.addProfile(IterableProfile prof)
           
 

Uses of IterableProfile in de.spieleck.app.ngramj.lm
 

Classes in de.spieleck.app.ngramj.lm that implement IterableProfile
 class LMDataProfile
          Profile implementation which reads itself from a text_cat generated resource.
 

Methods in de.spieleck.app.ngramj.lm with parameters of type IterableProfile
 void CategorizerImpl.addProfile(IterableProfile prof)
          add an Categorization alternative to the profiles.
 double CategorizerImpl.deltaRank(IterableProfile prof1, Profile prof2)
          Calculate "the distance" between two profiles
 

Uses of IterableProfile in de.spieleck.app.ngramj.phoner
 

Methods in de.spieleck.app.ngramj.phoner with parameters of type IterableProfile
 double Phoner.deltaRank(IterableProfile prof1, Profile prof2)
           
 

Constructors in de.spieleck.app.ngramj.phoner with parameters of type IterableProfile
Phoner(IterableProfile prof, java.lang.String pnumber)
           
 


spieleck.de