Jacson

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

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

Uses of Profile in de.spieleck.app.ngramj
 

Subinterfaces of Profile in de.spieleck.app.ngramj
 interface IterableProfile
          Fairly abstract interface to model an ranking of NGrams.
 

Classes in de.spieleck.app.ngramj that implement Profile
 class EntryProfile
          A profile to be created from a file.
 

Methods in de.spieleck.app.ngramj that return Profile
 Profile Categorizer.match(Profile prof)
           
 

Methods in de.spieleck.app.ngramj with parameters of type Profile
 Profile Categorizer.match(Profile prof)
           
 

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

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

Methods in de.spieleck.app.ngramj.lm that return Profile
 Profile CategorizerImpl.match(Profile prof)
          Match a given profile against the Categorizer
 

Methods in de.spieleck.app.ngramj.lm with parameters of type Profile
 double CategorizerImpl.deltaRank(IterableProfile prof1, Profile prof2)
          Calculate "the distance" between two profiles
 Profile CategorizerImpl.match(Profile prof)
          Match a given profile against the Categorizer
 

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

Fields in de.spieleck.app.ngramj.phoner declared as Profile
protected  Profile PhonerProfileEnum.returnProf
           
 

Methods in de.spieleck.app.ngramj.phoner that return Profile
 Profile PhonerProfileEnum.next()
           
 

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


spieleck.de