Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Better handle Praat TextGrids #241

Closed
5 tasks done
NickleDave opened this issue Mar 21, 2023 · 0 comments
Closed
5 tasks done

ENH: Better handle Praat TextGrids #241

NickleDave opened this issue Mar 21, 2023 · 0 comments
Assignees
Labels
ENH: enhancement New feature or request
Projects

Comments

@NickleDave
Copy link
Collaborator

NickleDave commented Mar 21, 2023

as discussed here (will update this issue more): pyOpenSci/software-submission#68 (comment)

@NickleDave NickleDave added the ENH: enhancement New feature or request label Mar 21, 2023
@NickleDave NickleDave self-assigned this Mar 21, 2023
@NickleDave NickleDave added this to To do in ENH Mar 21, 2023
NickleDave added a commit that referenced this issue Mar 28, 2023
* Be able to parse both "normal" and short format TextGrid files,
  in both UTF-8 and UTF-16 encoding
* Remove empty intervals by default,
  provide option to not remove them
* Be able to load a TextGrid with multiple IntervalTiers
  and then convert to an Annotation with multiple sequences
* Use reprlib with the vendored TextGrid so it is readable

Squash commits:
- Remove _vendor/textgrid
- Move textgrid module into sub-package
- Move test_textgrid into its own subpackage
- Change example TextGrid to a file with more than one tier, for demo purposes
- Add textgrid sub-package in formats/seq/
- Add tests/data_for_tests/textgrid/
- Add test fixtures:
  - a_parse_textgrid_path to fixtures/textgrid.py
  - add textgrid with empty interval fixtures
- Add test_textgrid sub-package in test_formats/test_seq
- Rewrite doc/formats/seq/textgrid.md
@NickleDave NickleDave moved this from To do to In progress in ENH Mar 28, 2023
@NickleDave NickleDave moved this from In progress to Done in ENH Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ENH: enhancement New feature or request
Projects
ENH
Done
Development

No branches or pull requests

1 participant