Classes | Macros | 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
 

Macros

#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 []
 

Macro Definition 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.

Variable Documentation

filler2phnMap fillpause[]
Initial value:
= { {"++UH++", "UH"},
{"++AH++", "AH"},
{"++UM++", "UM"},
{"++EH++", "EH"},
{NULL, NULL}
}