77 #ifndef _S3_FILLPEN_H_ 78 #define _S3_FILLPEN_H_ int32 s3wid_t
Definition: s3types.h:136
Operations on dictionary.
S3DECODER_EXPORT fillpen_t * fillpen_init(dict_t *dict, const char *file, float64 silprob, float64 fillprob, float64 lw, float64 wip, logmath_t *logmath)
float64 wip
Definition: fillpen.h:103
S3DECODER_EXPORT void fillpen_free(fillpen_t *f)
Size definition of semantically units. Common for both s3 and s3.X decoder.
float64 silprob
Definition: fillpen.h:105
#define S3DECODER_EXPORT
Definition: sphinx3_export.h:15
a structure for a dictionary.
Definition: dict.h:146
float64 fillerprob
Definition: fillpen.h:106
int32 fillpen(fillpen_t *f, s3wid_t w)
int32 * prob
Definition: fillpen.h:100
float64 lw
Definition: fillpen.h:102
void fillpen_report(fillpen_t *f)
dict_t * dict
Definition: fillpen.h:98