Home | History | Annotate | Download | only in grxmlcompile

Lines Matching full:pron_string

732 	string pron_string = pron;
733 hash_map<string,int>::const_iterator it = homonym_count.find( pron_string);
735 homonym_count[ pron_string] = 0;
737 homonym_count[ pron_string] = homonym_count[ pron_string]+1;
739 int extra_epsilons_needed = homonym_count[ pron_string] ;