OpenPecha / toolkit-v2

OpenPecha toolkit version 2
MIT License
0 stars 0 forks source link

OPT20008: Fix base update #29

Closed tenzin3 closed 2 months ago

tenzin3 commented 2 months ago

Description

Base update is one of our most important tool feature for data and annotations. It makes an annotation valid even if its base text is being modified/updated. But an issue happened in trying to updating an base file for an chapter annotation in the completing the card.

Expected Output

changes in base update script such that existing issues doesnt occur again.

tenzin3 commented 2 months ago

Pecha with chapter ann

IF42897C4.zip

Pecha with Pecha ann

IAAE1192A.zip

10zinten commented 2 months ago

Current blupdate won't able to transfer chapter annotations from IF42897C4 to IAAE1192A. Because, IAAE1192A text is much shorter (by character length) then IF42897C4 by 50%.

Current implementation of blupdate with dmp+CCTV, requires at least 80% text similarity and the length of target text to greater then length of source text to successfully transfer all annotations from source text to target text.