syllabify
syllabify
Functions
Name | Description |
---|---|
make_syllable_constituents | Make syllable constituents for a word interval |
syllabify_tg | Syllabify an entire AlignedTextGrid |
syllabify_word | Syllabify a single word |
make_syllable_constituents
syllabify.make_syllable_constituents(word)
Make syllable constituents for a word interval
Parameters
Name | Type | Description | Default |
---|---|---|---|
word |
aligned_textgrid.SequenceInterval | A SequenceInterval for a word. | required |
syllabify_tg
syllabify.syllabify_tg(tg)
Syllabify an entire AlignedTextGrid
Parameters
Name | Type | Description | Default |
---|---|---|---|
tg |
aligned_textgrid.AlignedTextGrid | The textgrid to syllabify | required |
syllabify_word
syllabify.syllabify_word(word)
Syllabify a single word
Parameters
Name | Type | Description | Default |
---|---|---|---|
word |
aligned_textgrid.SequenceInterval | The word Sequence Interval to syllabify | required |
Reuse
GPLv3