#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <assert.h>
#include "info.h"
#include "unlimit.h"
#include "lm.h"
#include "fillpen.h"
#include "dict.h"
#include "logs3.h"
#include <cmdln_macro.h>
#include "corpus.h"
#include "srch_output.h"
#include "confidence.h"
#include "glist.h"
Functions | |
int | dump_line (FILE *fp_output, seg_hyp_line_t *seg_hyp_line, dict_t *dict) |
int | main (int argc, char *argv[]) |
int dump_line | ( | FILE * | fp_output, | |
seg_hyp_line_t * | seg_hyp_line, | |||
dict_t * | dict | |||
) |
References BAD_S3WID, CONFIDENCE_SUCCESS, and dict_filler_word().
int main | ( | int | argc, | |
char * | argv[] | |||
) |
References ctl_process(), and logs3_init().