nzilbb / labbcat-server

Server components for LaBB-CAT
GNU Affero General Public License v3.0
2 stars 0 forks source link

Docker does support Doccano JSONL file exporting #44

Closed fishfree closed 1 month ago

fishfree commented 1 month ago

My latest docker deployment does not support the Doccano JSONL file exporting functionality. How to manually install this? Many thanks!

robertfromont commented 1 month ago
  1. Download the format conversion module here: https://github.com/nzilbb/ag/blob/main/bin/nzilbb.formatter.doccano.jar
  2. In LaBB-CAT, select the converters menu option
  3. Press Choose File at the bottom, and select the nzilbb.formatter.doccano.jar file you downloaded in 1.
  4. Press Upload
  5. Press Install

Doccano JSONL Dataset should now be an option for selection on the transcripts page.

Note that support for Doccano is new, and there are still some performance issues that need ironing out under some circumstances.

fishfree commented 1 month ago

Thank you!