Classes | Defines | Typedefs | Functions | Variables

main_dp.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <cmd_ln.h>
#include <info.h>
#include <hash_table.h>
#include <case.h>
#include <s3types.h>

Classes

struct  node_s
struct  filler2phnMap

Defines

#define MAX_HYP_LEN   600
#define DP_HASH_SIZE   100000

Typedefs

typedef struct node_s node_t

Functions

int main (int32 argc, char *argv[])

Variables

filler2phnMap fillpause []
static int32 n_err
static int32 n_sub
static int32 n_ins
static int32 n_del

Define Documentation

#define DP_HASH_SIZE   100000
#define MAX_HYP_LEN   600

Referenced by main().


Typedef Documentation

typedef struct node_s node_t

Function Documentation

int main ( int32  argc,
char *  argv[] 
)

References MAX_HYP_LEN, n_del, n_ins, and n_sub.


Variable Documentation

Initial value:
 { {"++UH++", "UH"},
{"++AH++", "AH"},
{"++UM++", "UM"},
{"++EH++", "EH"},
{NULL, NULL}
}
int32 n_del

Referenced by main().

int32 n_err
int32 n_ins

Referenced by main().

int32 n_sub

Referenced by main().