dopefishh / pympi

A python module for processing ELAN and Praat annotation files
MIT License
93 stars 39 forks source link

Nested references are not parsed #14

Closed mimrock closed 5 years ago

mimrock commented 5 years ago

Might be related to https://github.com/dopefishh/pympi/issues/11

When parsing an eaf file, obj.get_annotation_data_for_tier (and probably other methods too) will fail if the selected tier is a reference tier that references an other reference tier instead of an alignment tier.

Made a PR that addresses the issue: https://github.com/dopefishh/pympi/pull/13

mimrock commented 5 years ago

PR is merged, so I am closing this one.