dopefishh / pympi

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

Fix nested references #13

Closed mimrock closed 5 years ago

mimrock commented 5 years ago

Fixes an issue when parsing nested references. Original implementation assumed that all reference annotations directly references an alignment annotation. With this fix, pympi now able follow the chain of reference annotations.

dopefishh commented 5 years ago

Thanks