LAAC-LSCP / ChildProject

Python package for the management of day-long recordings of children.
https://childproject.readthedocs.io
MIT License
13 stars 5 forks source link

Import any type of EAF tier #343

Closed William-N-Havard closed 2 years ago

William-N-Havard commented 2 years ago

Is your feature request related to a problem? Please describe. For future annotation campaigns, we might want to create new types of EAF tiers (such as we did to annotate morpho-syntactic complexity). We would like to be able to import the annotations of these new tiers into ChildProject

Describe the solution you'd like Allow the user to specify which tiers should be imported when importing the annotations from an EAF file

lucasgautheron commented 2 years ago

The package supports custom converters (cf. https://childproject.readthedocs.io/en/latest/api-annotations.html#custom-converter)

Would this work for you?

EDIT: though I agree it might be better to implement support for any tier in the built-in importer.

William-N-Havard commented 2 years ago

The package supports custom converters (cf. https://childproject.readthedocs.io/en/latest/api-annotations.html#custom-converter)

Would this work for you?

EDIT: though I agree it might be better to implement support for any tier in the built-in importer.

@marianne-m already did it for me. But this enhancement would certainly be useful for users who do not have any coding abilities!