crowsetta icon indicating copy to clipboard operation
crowsetta copied to clipboard

A tool to work with any format for annotating vocalizations

Results 35 crowsetta issues
Sort by recently updated
recently updated
newest added

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...

ENH: enhancement

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

annotation format

**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...

ENH: enhancement

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...

annotation format

- [ ] 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...

DOC: documentation

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...

ENH: enhancement
annotation format

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

ENH: enhancement
DEV: development

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...