cmu_lex_entries.c 1.2 KB
Newer Older
pixhawk's avatar
pixhawk committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
/*******************************************************/
/**  generated lexicon entry file from cmu    */
/*******************************************************/

#include "cst_string.h"
#include "cst_lexicon.h"

const int cmu_lex_num_bytes = 
#include "cmu_lex_num_bytes.c"
;

const int cmu_lex_num_entries = 36963;

const char * const cmu_lex_phone_table[57] = 
{
    "_epsilon_",
    "ax0",
    "ey1",
    "l",
    "p",
    "ih1",
    "r",
    "t",
    "g",
    "er0",
    "b",
    "aa1",
    "n",
    "k",
    "th",
    "eh0",
    "s",
    "m",
    "ao1",
    "eh1",
    "d",
    "aa0",
    "ae1",
    "ow1",
    "ih0",
    "iy0",
    "ow0",
    "ey0",
    "uw1",
    "v",
    "iy1",
    "z",
    "uw0",
    "ng",
    "sh",
    "ae0",
    "ah1",
    "ao0",
    "f",
    "hh",
    "ay1",
    "jh",
    "aw1",
    "aw0",
    "ch",
    "zh",
    "y",
    "uh1",
    "dh",
    "w",
    "er1",
    "oy1",
    "ay0",
    "oy0",
    "uh0",
    "ah0",
    NULL
};

const char * const cmu_lex_phones_huff_table[257] = 
{
    NULL, /* reserved */
#include "cmu_lex_phones_huff_table.c"
    NULL
};

const char * const cmu_lex_entries_huff_table[257] = 
{
    NULL, /* reserved */
#include "cmu_lex_entries_huff_table.c"
    NULL
};