dopefishh / pympi

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

feat: Add to_string for Eaf object #51

Closed vanlummelhuizen closed 1 year ago

vanlummelhuizen commented 1 year ago

I thought a to_string function would be nice to have, especially in contexts where reading and writing to the file system is not necessary, not obvious (e.g. PyScript) or not possible.

I have created two functions, similar to to_eaf. I can also imagine it being class methods of Eaf. Please let me know. I look forward to your feedback.

dopefishh commented 1 year ago

thank you