Closed drewgrant closed 8 months ago
Hello, I have been trying to rummage through the source code to get a better understanding of the phones labeling in the outputted json files. As an example, I have the following alignment information for the word "manage":
['manage', [{'duration': 0.01, 'phone': 'm_B'}, {'duration': 0.01, 'phone': 'ae_I'}, {'duration': 0.01, 'phone': 'n_I'}, {'duration': 0.11, 'phone': 'ih_I'}, {'duration': 0.13, 'phone': 'jh_E'}]],
For the dict keys 'phone', what do the letters that come after the underscores mean? Can someone please advise?
this was addressed in the following closed issue: List of phones Gentle uses and what they map to #302
Hello, I have been trying to rummage through the source code to get a better understanding of the phones labeling in the outputted json files. As an example, I have the following alignment information for the word "manage":
For the dict keys 'phone', what do the letters that come after the underscores mean? Can someone please advise?