allow for user-defined tiers
for a Segment, like Praat?
#14
Labels
ENH: enhancement
New feature or request
tiers
for a Segment, like Praat?
#14
Praat allows for multiple user-defined tiers per segment, e.g. "phoneme", "syllable", "word", "sentence".
http://www.fon.hum.uva.nl/praat/manual/Intro_7__Annotation.html
Not sure if that would be easy to add for
Crowsetta
.I was thinking it would require the ability to dynamically add attributes to the
Segment
class, but I guess there could be an optionaltiers
attribute that's adict
mapping an annotation to each tier for any instance of aSegment
.But even then
seq2csv
would have to be able to handle mapping these extra tiers. I guess that's not too painful though if we're iterating overSegment
s anyway. Just would have to make sure allSegment
s have the sametier
s.The text was updated successfully, but these errors were encountered: