REFACTOR: Gave the tonic vowel tier a more representative name

This commit is contained in:
Tim Mahrt
2016-03-16 12:00:19 +01:00
parent 65ac652dea
commit a36d7c8d17
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ syllableTG = praattools.syllabifyTextgrid(isleDict, tg, "word", "phone",
skipLabelList=["",])
tg.addTier(syllableTG.tierDict["syllable"])
tg.addTier(syllableTG.tierDict["tonicSyllable"])
tg.addTier(syllableTG.tierDict["tonicPhone"])
tg.addTier(syllableTG.tierDict["tonicVowel"])