TextGridTools
TextGridTools copied to clipboard
Read, write, and manipulate Praat TextGrid files with Python
The following TextGrid does not load: [DEL.TextGrid.txt](https://github.com/hbuschme/TextGridTools/files/8514956/DEL.TextGrid.txt) If either the `DEL` (ASCII `7f`) character or the newline is removed from the annotation, the file loads fine, but if both are...
It would be helpful if TextGridTools would provide more information when it encounters an error when loading TextGrid/ELAN files, e.g., the type of error and the line number on which...
The project relies on numpy, ins't it? `import tgt` fails without having numpy installed.
When concatenating TextGrids it appears that tiers are re-sorted in alphabetical order. Is there any way to disable this?
Annotations should be immutable objects as changing start and end times may currently result in inconsistent representations of tiers (see Issue #7).
Currently TextGridTools does not support overlapping annotations on a single Tier. In my opinion this behaviour is reasonable. Overlapping annotations do not make sense and cannot be represented in the...
If I run [this script](https://gist.github.com/georgid/9c71aa0d82216e883957458a664fd581) with last line commented I dont get an error. The error seems to be raised on ` tgt.write_to_file`. which is confusing. I guess it should...
Hello, An interesting feature of the library is the possibility to extract parts from an existing textgrid file. But the feature does not seem to work. I systematically get an...
I opened a TextGrid file a.TextGrid, changed something, then I wanted to write back to a.TextGrid. I got an error that permission denied. I think maybe because a.TextGrid was still...