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

Variables

filler2phnMap fillpause []
 

Macro Definition Documentation

◆ DP_HASH_SIZE

#define DP_HASH_SIZE   100000

◆ MAX_HYP_LEN

#define MAX_HYP_LEN   600

Typedef Documentation

◆ node_t

typedef struct node_s node_t

Variable Documentation

◆ fillpause

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