mirror of
https://github.com/wassname/pysle.git
synced 2026-06-27 16:10:05 +08:00
FEATURE: Index to stressed vowel; marking of stressed vowels on textgrids
- the index to the stressed syllable was provided in the past. Now the library also includes the index to the stressed vowel. This is provided with relation to the phones in the syllable and all phones in the word. - the code that marks the stressed syllables in the textgrids also now marks the stressed vowels - several variables renamed to be more informative
This commit is contained in:
@@ -29,7 +29,8 @@ isleDict = isletool.LexicalTool(islevPath)
|
||||
syllableTG = praattools.syllabifyTextgrid(isleDict, tg, "word", "phone",
|
||||
skipLabelList=["",])
|
||||
tg.addTier(syllableTG.tierDict["syllable"])
|
||||
tg.addTier(syllableTG.tierDict["tonic"])
|
||||
tg.addTier(syllableTG.tierDict["tonicSyllable"])
|
||||
tg.addTier(syllableTG.tierDict["tonicPhone"])
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user