-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Better handle Praat TextGrids, fix #241
* 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
- Loading branch information
1 parent
d17737f
commit 54ee3c9
Showing
46 changed files
with
3,237 additions
and
1,771 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.