You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For each key: value pair...
a. Look through the source text (same chapter) and find the first instance of the key (unbroken) that occurs after the previous annotation (annotations must be sequential)
b. If that key is found, take the JDSW annotation and insert it into the source text at that point
c. If that key isn't found, just skip since we'll already know about it from clean annotations of commentaries from jdsw #10
@GDRom has already done some work to do this manually; we want to see if we can automate it.
#10 is a prerequisite for getting the JDSW in shape to align.
#9 is a prerequisite for getting 正文 versions to align to.
this uses a modified version of the algorithm from #10:
a. Look through the source text (same chapter) and find the first instance of the key (unbroken) that occurs after the previous annotation (annotations must be sequential)
b. If that key is found, take the JDSW annotation and insert it into the source text at that point
c. If that key isn't found, just skip since we'll already know about it from clean annotations of commentaries from jdsw #10