OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cphon
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/clib/
srec_arb.c
39
int question_check(srec_question* quest, phonemeID lphon, phonemeID
cphon
, phonemeID rphon)
66
int get_modelid_for_pic(srec_arbdata* allotree, phonemeID lphon, phonemeID
cphon
, phonemeID rphon)
69
tree_node* tnode = allotree->pdata[
cphon
].model_nodes;
73
lphon,
cphon
, rphon);
124
phonemeID lphon,
cphon
, rphon;
local
136
cphon
= (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[0]];
139
cphon
= (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[0]];
141
if(
cphon
== MAXphonemeID)
156
modelid = (modelID) get_modelid_for_pic(allotree, lphon,
cphon
, rphon);
160
allotree->pdata[
cphon
].code, allotree->pdata[rphon].code
[
all
...]
/external/srec/tools/grxmlcompile/
vocab.cpp
189
char
cphon
;
local
197
cphon
= pron.at(0);
213
cphon
= pron.at(picIndex);
214
pic = lphon +
cphon
+ rphon;
224
char
cphon
;
local
237
cphon
= pron.at(0);
245
cphon
= pron.at(1);
247
int id = CA_ArbdataGetModelIdsForPIC( acoustic.getCAModelHandle(), lphon,
cphon
, rphon );
249
std::cout <<"DEBUG model id: " << lphon <<
cphon
<< rphon << " "<< id << std::endl;
/external/srec/tools/make_cfst/
make_cfst.cpp
67
unsigned char
cphon
;
local
148
cphon
= allotree->pdata[cphonId].code;
149
printf("processing phoneme %d of %d %d %c\n", cphonId, allotree->num_phonemes,
cphon
,
cphon
);
155
if( 1||
cphon
=='a') { //22222
165
if(do_show_text) printf("%c %c %c hmm%03d_%c %d %d %d\n", lphon,
cphon
, rphon, modelId,
cphon
, lphonId, cphonId, rphonId);
168
minifst[ modelId].phonemeCode =
cphon
;
180
cphon
= minifst[modelId].phonemeCode;
183
myCfst.AddArc( stateN, fst::StdArc(
cphon
,modelId,0.0,stateNp1))
[
all
...]
Completed in 480 milliseconds