Searched refs:vocab_info (Results 1 – 4 of 4) sorted by relevance
/external/srec/srec/include/ |
D | hmmlib.h | 32 int read_word_transcription(const LCHAR* basename, vocab_info* voc, ESR_Locale* locale); 33 void delete_word_transcription(vocab_info* voc); 34 int get_prons(const vocab_info* voc, const char* label, char* prons, int prons_len);
|
D | hmm_desc.h | 150 vocab_info; typedef
|
D | simapi.h | 203 vocab_info voc;
|
/external/srec/srec/clib/ |
D | voc_read.c | 71 int read_word_transcription(const LCHAR* basename, vocab_info* voc, ESR_Locale* locale) in read_word_transcription() 165 int get_prons(const vocab_info* voc, const char* label, char* prons, int prons_len) { in get_prons() 246 void delete_word_transcription(vocab_info* voc) in delete_word_transcription()
|