| int insert_ph = 0; | int insert_ph = 0; | ||||
| PHONEME_LIST *phlist; | PHONEME_LIST *phlist; | ||||
| PHONEME_TAB *ph = NULL; | PHONEME_TAB *ph = NULL; | ||||
| PHONEME_TAB *next, *next2; | |||||
| PHONEME_TAB *next; | |||||
| int unstress_count = 0; | int unstress_count = 0; | ||||
| int word_stress = 0; | int word_stress = 0; | ||||
| int current_phoneme_tab; | int current_phoneme_tab; | ||||
| } | } | ||||
| } | } | ||||
| next2 = phoneme_tab[plist3[2].phcode]; | |||||
| plist3[2].ph = next2; | |||||
| plist3[2].ph = phoneme_tab[plist3[2].phcode]; | |||||
| if ((insert_ph == 0) && (phdata.pd_param[pd_APPENDPHONEME] != 0)) | if ((insert_ph == 0) && (phdata.pd_param[pd_APPENDPHONEME] != 0)) | ||||
| insert_ph = phdata.pd_param[pd_APPENDPHONEME]; | insert_ph = phdata.pd_param[pd_APPENDPHONEME]; |