Go to the documentation of this file.
65 #ifndef _S3_LMCLASS_H_
66 #define _S3_LMCLASS_H_
178 #define lmclass_getname(class) ((class)->name)
179 #define lmclass_firstword(class) ((class)->wordlist)
180 #define lmclass_nextword(class,w) ((w)->next)
181 #define lmclass_getwid(w) ((w)->dictwid)
182 #define lmclass_getword(w) ((w)->word)
183 #define lmclass_getprob(w) ((w)->LOGprob)
184 #define lmclass_isclass(cl) ((cl) != NULL)
185 #define lmclass_isword(w) ((w) != NULL)
186 #define lmclass_firstclass(set) ((set)->lmclass_list)
187 #define lmclass_nextclass(set,cl) ((cl)->next)