HomeSort by relevance Sort by last modified time
    Searched full:pron_string (Results 1 - 1 of 1) sorted by null

  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 732 string pron_string = pron; local
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] ;
    [all...]

Completed in 924 milliseconds