Типичная ошибка при повторной упаковке архива проекта WebAnno - включение папки верхнего уровня в ZIP-архив.
Собственный Архив проекта WebAnno имеет структуру в следующем виде:
+- <project ID>.json - project metadata file
+- annotation
| +- <source document name>
| +- <user ID>.XXX - file representing the annotations for this user in the selected format.
+- annotation_ser
| +- <source document name>
| +- <user ID>.ser - serialized CAS file representing the annotations for this user
+- curation
| +- <source document name>
| +- CURATION_USER.XXX - file representing the state of curation in the selected format.
| +- CORRECTION_USER.XXX - correction project: original document state, automation project automatically generated suggestions
curation_ser
+- <source document name>
| +- CURATION_USER.ser - serialized UIMA CAS representing the state of curation
| +- CORRECTION_USER.ser - correction project: original document state, automation project automatically generated suggestions
+- log
| +- <project ID>.log - project log file
+- source - folder containing the original source files
Типичная ошибка заключается в том, что люди извлекают такой архив, а инструмент извлечения создает папку для размещения всего содержимого. При переупаковке пользователи склонны включать эту папку в переупакованный архив. Это приводит к такой структуре, как:
+- SOME FOLDER NAME
+- <project ID>.json
+- annotation
. +- ...
.
WebAnno не будет импортировать такие архивы. Убедитесь, что в переупакованном архиве нет и имеется дополнительная папка верхнего уровня.
Раскрытие информации: я поддерживаю WebAnno