nzilbb / labbcat-server

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

Specified utterance could not be shown: (nzilbb.ag.TransformationException: Annotation es_1_116 (segment) "n" would be backwards after validation #41

Open fishfree opened 4 months ago

fishfree commented 4 months ago

When I Edit transcript as below: image It shows errors as below: image

Why and How? Many thanks!

robertfromont commented 4 months ago

This is most likely because you're trying to insert two words in an utterance that's already has manually aligned words and segments - as the start/end times of the words are already manually fixed, there's no room on the time-line of the utterance to insert the new words.

The edit transcript function is intended for a different way of working - i.e. uploading transcripts that are only aligned to the utterance granularity, making small corrections to alignments, and then running automated forced alignment afterwards to determining word/segment start/end times.

fishfree commented 4 months ago

@robertfromont Thank you! Now I do:

  1. Open TextGrid in Praat;
  2. Only insert a letter s;
  3. Click on "Import changes";
  4. The throbber is always spinning but no changing;
  5. Press F12, there are JS errors as the screenshot below: image

What's wrong?