dopefishh / pympi

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

Adding the possibility to reuse already existing timeslots #21

Closed thomaskisler closed 5 years ago

thomaskisler commented 5 years ago

I have a proposal on how to solve feature request #20 .

I am using the exception handling during access to the already existing timeslots. This means the list has only be iterated once.

dopefishh commented 5 years ago

Thanks, closes #20