CoEDL / elpis

🙊 software for creating speech recognition models.
https://elpis.readthedocs.io/en/latest/
Apache License 2.0
152 stars 33 forks source link

Elan file format is invalid #218

Closed benfoley closed 1 year ago

benfoley commented 3 years ago

The format of the downloaded ELAN file is invalid.

nicklambourne commented 3 years ago

That's new. Does it say why? Could it just be that ELAN the program has bumped the minimum supported version?

benfoley commented 3 years ago

ELAN now resolves files to a schema. This can be checked by using ELAN's File > Validate EAF File menu.

Checking the generated file shows an invalid byte error, a tier type error and tier annotation errors.

1) I'll look into the byte error soon. 2) The linguistic type error should be fixable by declaring one when the file is created rather than leaving it null. 3) Fixing 2 should resolve the third error.

Screen Shot 2021-06-02 at 9 19 33 pm
benfoley commented 1 year ago

Seems ok now