crowsetta
crowsetta copied to clipboard
A tool to work with any format for annotating vocalizations
Right now crowsetta does not have any logic for handle annotation files that have no annotations, i.e. that are empty. This is kind of an edge case, since it's very...
as suggested by @sthaar https://archive.mpi.nl/tla/elan Looks like the format very specialized for linguistics, with specific classes of tiers https://www.mpi.nl/tools/elan/docs/manual/index.html#Sec_Basic_Information_Annotations_tiers_and_linguistic_types.html
**Is your feature request related to a problem? Please describe.** I find it confusing that the base class for all annotations (`Annotation`) stores data in different ways for "sequence" and...
docs say it exports both .mat and .xlsx files https://documentation.help/DeepSqueak/documentation.pdf I think the .xlsx only has onset / offset -- not clear if the bounding box is in the .mat...
- [ ] Rewrite to just be an example of an end-to-end analysis - [ ] Add the TextGrid files from the dataset that parse without error to repo, instead...
We can parse TextGrid files saved in text but not binary format. I do find some implementations that handle binary but looks like it might require some careful thinking about...
pros: on PyPI, citable (possible) cons: Python 3? Maintained? Some issues -- does it work with as many diff't versions? https://github.com/hbuschme/TextGridTools https://pub.uni-bielefeld.de/download/2561620/2563287
as suggested by @shaupert
The current `__repr__` of `GenericSeq` (default we get from `attrs`) is very verbose but not in a way that would be super helpful, especially when there its `annot` attribute has...