Uses of Class
kylm.model.ClassMap

Packages that use ClassMap
kylm.model   
kylm.reader   
kylm.writer   
 

Uses of ClassMap in kylm.model
 

Methods in kylm.model that return ClassMap
 ClassMap LanguageModel.getClassMap()
           
 

Methods in kylm.model with parameters of type ClassMap
 void LanguageModel.setClassMap(ClassMap cm)
           
 

Uses of ClassMap in kylm.reader
 

Methods in kylm.reader that return ClassMap
 ClassMap TextStreamClassMapReader.readClassMap(SymbolSet ss, int fixed, boolean readNames)
           
 ClassMap ClassMapReader.readClassMap(SymbolSet vocab, int fixed, boolean hasNames)
           
 ClassMap TextFileClassMapReader.readClassMap(SymbolSet ss, int fixed, boolean hasNames)
           
 

Uses of ClassMap in kylm.writer
 

Methods in kylm.writer with parameters of type ClassMap
 void TextStreamClassMapWriter.writeClassMap(ClassMap cm)
           
 void ClassMapWriter.writeClassMap(ClassMap ss)