Apply suggestions from code review

pull/3969/head
张春乔 8 months ago committed by GitHub
parent 51f4131545
commit 6afab6e583
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,7 +32,7 @@ def get_baker_data(root_dir):
alignment_fp, includeEmptyIntervals=True)
# only with baker's annotation
utt_id = alignment.tierNameList[0].split(".")[0]
intervals = alignment.getTier(alignment.tierNameList[0]).entryList
intervals = alignment.getTier(alignment.tierNameList[0]).entries
phones = []
for interval in intervals:
label = interval.label

Loading…
Cancel
Save