#include <s3types.h>
#include "dict.h"
#include "lm.h"
Go to the source code of this file.
Functions | |
| s3lmwid32_t * | wid_dict_lm_map (dict_t *dict, lm_t *lm, int32 lw) |
| int32 | wid_wordprob2alt (dict_t *dict, wordprob_t *wp, int32 n) |
|
||||||||||||||||
|
Create mappings between dictionary and LM word-IDs. In short:
|
|
||||||||||||||||
|
Augment the given wordprob array with alternative pronunciations from the dictionary. Return value: #entries in the augmented wordprob array (including the original ones).
|
1.3.9.1