/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
D | fr-FR_graphs.utf | 21 ! 'stoken' property, all are mutualy exclusive 35 :SYM "!" :PROP stoken = 5, punct = 2 36 :SYM '"' :PROP stoken = 5 37 :SYM "#" :PROP stoken = 4 38 :SYM "$" :PROP stoken = 4 39 :SYM "%" :PROP stoken = 4 40 :SYM "&" :PROP stoken = 4 41 :SYM "'" :PROP stoken = 4 42 :SYM "(" :PROP stoken = 5, punct = 1 43 :SYM ")" :PROP stoken = 5, punct = 1 [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_graphs.utf | 21 ! 'stoken' property, all are mutualy exclusive 35 :SYM "!" :PROP stoken = 5, punct = 2 36 :SYM '"' :PROP stoken = 5, punct = 1 37 :SYM "#" :PROP stoken = 4 38 :SYM "$" :PROP stoken = 4 39 :SYM "%" :PROP stoken = 4 40 :SYM "&" :PROP stoken = 4 41 :SYM "'" :PROP stoken = 4, punct = 1 42 :SYM "(" :PROP stoken = 5, punct = 1 43 :SYM ")" :PROP stoken = 5, punct = 1 [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
D | de-DE_graphs.utf | 21 ! 'stoken' property, all are mutualy exclusive 35 :SYM "!" :PROP stoken = 5, punct = 2 36 :SYM '"' :PROP stoken = 5, punct = 1 37 :SYM "#" :PROP stoken = 4 38 :SYM "$" :PROP stoken = 4 39 :SYM "%" :PROP stoken = 4 40 :SYM "&" :PROP stoken = 4 41 :SYM "'" :PROP stoken = 4 42 :SYM "(" :PROP stoken = 5, punct = 1 43 :SYM ")" :PROP stoken = 5, punct = 1 [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_graphs.utf | 21 ! 'stoken' property, all are mutualy exclusive 35 :SYM "!" :PROP stoken = 5, punct = 2 36 :SYM '"' :PROP stoken = 5, punct = 1 37 :SYM "#" :PROP stoken = 4 38 :SYM "$" :PROP stoken = 4 39 :SYM "%" :PROP stoken = 4 40 :SYM "&" :PROP stoken = 4 41 :SYM "'" :PROP stoken = 4 42 :SYM "(" :PROP stoken = 5, punct = 1 43 :SYM ")" :PROP stoken = 5, punct = 1 [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
D | es-ES_graphs.utf | 21 ! 'stoken' property, all are mutualy exclusive 35 :SYM "!" :PROP stoken = 5, punct = 2 36 :SYM '"' :PROP stoken = 5, punct = 1 37 :SYM "#" :PROP stoken = 4 38 :SYM "$" :PROP stoken = 4 39 :SYM "%" :PROP stoken = 4 40 :SYM "&" :PROP stoken = 4 41 :SYM "'" :PROP stoken = 4, punct = 1 42 :SYM "(" :PROP stoken = 5, punct = 1 43 :SYM ")" :PROP stoken = 5, punct = 1 [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_graphs.utf | 21 ! 'stoken' property, all are mutualy exclusive 35 :SYM "!" :PROP stoken = 5, punct = 2 36 :SYM '"' :PROP stoken = 5, punct = 1 37 :SYM "#" :PROP stoken = 4 38 :SYM "$" :PROP stoken = 4 39 :SYM "%" :PROP stoken = 4 40 :SYM "&" :PROP stoken = 4 41 :SYM "'" :PROP stoken = 4 42 :SYM "(" :PROP stoken = 5, punct = 1 43 :SYM ")" :PROP stoken = 5, punct = 1 [all …]
|
/external/srec/srec/crec/ |
D | srec_debug.c | 96 fsmarc_token* stoken = &rec->fsmarc_token_array[token_index]; in print_fsmarc_token() local 97 FSMarc* arc = &context->FSMarc_list[stoken->FSMarc_index]; in print_fsmarc_token() 98 costdata* costs = &stoken->cost[0]; in print_fsmarc_token() 99 wordID* wordids = &stoken->word[0]; in print_fsmarc_token() 100 frameID* duration = &stoken->duration[0]; in print_fsmarc_token() 101 wtokenID* word_backtrace = &stoken->word_backtrace[0]; in print_fsmarc_token() 106 stoken->FSMarc_index, arc->ilabel, arc->to_node); in print_fsmarc_token() 107 for (i = 0; i < stoken->num_hmm_states; i++) in print_fsmarc_token() 114 sprint_altwords(rec, stoken->aword_backtrace[i], buf), in print_fsmarc_token() 125 fsmarc_token* stoken = &rec->fsmarc_token_array[token_index]; in print_fsmarc_token_list() local [all …]
|
D | srec_tokens.c | 43 fsmarc_token* stoken = &rec->fsmarc_token_array[token_index]; in count_fsmarc_token_list() local 44 token_index = stoken->next_token_index; in count_fsmarc_token_list() 117 fsmarc_token* stoken; in free_fsmarc_token() local 119 stoken = &rec->fsmarc_token_array[old_token_index]; in free_fsmarc_token() 120 stoken->next_token_index = rec->fsmarc_token_freelist; in free_fsmarc_token() 123 for (i = 0; i < stoken->num_hmm_states; i++) in free_fsmarc_token() 124 if (stoken->aword_backtrace[i] != AWTNULL) in free_fsmarc_token() 125 free_altword_token_batch(rec, stoken->aword_backtrace[i]); in free_fsmarc_token()
|
D | word_lattice.c | 610 fsmarc_token* stoken; local 615 for (; stoken_index != MAXstokenID; stoken_index = stoken->next_token_index) 617 stoken = &rec->fsmarc_token_array[stoken_index]; 618 for (i = 0; i < stoken->num_hmm_states; i++) 620 if (stoken->word_backtrace[i] == old_token_index) 623 old_token_index, stoken_index, i, stoken->cost[i]); 685 fsmarc_token* stoken; local 714 for (; stoken_index != MAXstokenID; stoken_index = stoken->next_token_index) 716 stoken = &rec->fsmarc_token_array[ stoken_index]; 717 for (i = 0; i < stoken->num_hmm_states; i++) [all …]
|
D | srec.c | 140 fsmarc_token* stoken; in reprune_altword_tokens() local 146 for (i = rec->active_fsmarc_tokens; i != MAXstokenID; i = stoken->next_token_index) in reprune_altword_tokens() 148 stoken = &rec->fsmarc_token_array[i]; in reprune_altword_tokens() 149 for (j = 0; j < stoken->num_hmm_states; j++) in reprune_altword_tokens() 150 if ((awtoken = stoken->aword_backtrace[j]) != AWTNULL) in reprune_altword_tokens() 160 for (i = rec->active_fsmarc_tokens; i != MAXstokenID; i = stoken->next_token_index) in reprune_altword_tokens() 162 stoken = &rec->fsmarc_token_array[i]; in reprune_altword_tokens() 163 for (j = 0; j < stoken->num_hmm_states; j++) in reprune_altword_tokens() 164 if ((awtoken = stoken->aword_backtrace[j]) != AWTNULL) in reprune_altword_tokens() 165 if (awtoken->costbasis > stoken->cost[j]) in reprune_altword_tokens() [all …]
|
D | srec_stats.c | 85 fsmarc_token* stoken; in srec_stats_update() local 96 for (num = 0; st_index != MAXstokenID; st_index = stoken->next_token_index) in srec_stats_update() 98 stoken = &rec->fsmarc_token_array[st_index]; in srec_stats_update()
|
D | astar.c | 1079 fsmarc_token* stoken; in astar_stack_prepare_from_active_search() local 1114 for (; stoken_index != MAXstokenID; stoken_index = stoken->next_token_index) in astar_stack_prepare_from_active_search() 1116 stoken = &rec->fsmarc_token_array[ stoken_index]; in astar_stack_prepare_from_active_search() 1117 for (i = 0; i < stoken->num_hmm_states; i++) in astar_stack_prepare_from_active_search() 1119 wtoken_index = stoken->word_backtrace[i]; in astar_stack_prepare_from_active_search() 1122 parp_costsofar = stoken->cost[i]; in astar_stack_prepare_from_active_search()
|
/external/bison/ |
D | ChangeLog | 14503 `sunknown', `stoken and `snterm'.
|