OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:voc
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/include/
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);
simapi.h
203
vocab_info
voc
;
member in struct:__anon11177
[
all
...]
/external/srec/srec/clib/
voc_read.c
68
* Read word models and their phoneme transcriptions from .ok or .
voc
files.
71
int read_word_transcription(const LCHAR* basename, vocab_info*
voc
, ESR_Locale* locale)
79
ASSERT(
voc
);
86
if (mmap_zip(basename, (void**)&
voc
->ok_file_data, (size_t*)&
voc
->ok_file_data_length)) {
92
if (!cr_or_nl(
voc
->ok_file_data[
voc
->ok_file_data_length - 1])) {
98
ok =
voc
->ok_file_data;
124
voc
->first_entry = strchr(
voc
->ok_file_data, '\n') + 1
[
all
...]
/external/srec/srec/ca/
voc_basi.c
75
// hVocab->
voc
.pht_table= read_phoneme_table (phtname);
77
if (0 <= read_word_transcription(vocname, &hVocab->
voc
, locale)) {
100
delete_word_transcription(&hVocab->
voc
);
117
pronCount = get_prons(&hVocab->
voc
, label, prons, sizeof(prons));
128
pronCount = get_prons(&hVocab->
voc
, lower, prons, sizeof(prons));
160
pronCount = get_prons(&hVocab->
voc
, label, pron, pronMaxSize);
171
pronCount = get_prons(&hVocab->
voc
, lower, pron, pronMaxSize);
Completed in 126 milliseconds