update punctuation mark (; `037E`)

This commit is contained in:
Andley Chang 2023-09-01 09:04:39 +08:00
parent de7e206df6
commit 7b7fdcb596
8 changed files with 2602 additions and 2602 deletions

View File

@ -26,12 +26,12 @@ abridged to the following tab-separated columns:
- `⸂`/`⸃` mark the beginning/ending of additional CUV text that are not aligned to the Lemma
For example :
| OGNTsort | Referemce | Greek | Lemma | Code | IT/TC |
| -------- | --------- | ----------------------------- | ------- | ------- | ------------- |
| 000001 | Mat 1:1 | Βίβλος | βίβλος | N-NSF | [The] book |
| 000172 | 太 1:11 | Βαβυλῶνος <strong></strong> | Βαβυλών | N-GSF-L | 巴比倫⸂的時候 |
| 000382 | Mat 1:23 | ¬Ἰδοὺ | ἰδού | INJ | look! |
| 029617 | Mar 16:20 | <strong></strong> πάντα | πᾶς | A-APN | all |
| OGNTsort | Referemce | Greek | Lemma | Code | IT/TC |
| -------- | --------- | ----------- | ------- | ------- | ------------- |
| 000001 | Mat 1:1 | Βίβλος | βίβλος | N-NSF | [The] book |
| 000172 | 太 1:11 | Βαβυλῶνος.¶ | Βαβυλών | N-GSF-L | 巴比倫⸂的時候 |
| 000382 | Mat 1:23 | ¬Ἰδοὺ | ἰδού | INJ | look! |
| 029617 | Mar 16:20 | ⟦πάντα | πᾶς | A-APN | all |
## §2 Content Changes

View File

@ -16,7 +16,7 @@ f1 = open(outputFile1,'w',encoding="utf_8_sig")
for line in Lines:
x = re.split("\t", line)
x[2] = re.sub(r'([\.,;·])',r' <mark class="pm">\1</mark>',x[2])
x[2] = re.sub(r'([\.,;·])',r' <mark class="pm">\1</mark>',x[2])
# print (x[2])
# add emphasis for Verbs

View File

@ -136,7 +136,7 @@ for ol in Lines:
f.write("<RUBY><ruby><ruby>"+x[2]+"<rt>"+x[3]+"</rt></ruby><rt>"+x[5]+"</rt></ruby><rt>"+x[4]+"</rt></RUBY>")
# ----------
f.write("\n\n\nlang=grc\nnotags=1\nshort.title=OGNTa-Ruby\nversion.date="+str(todays_date)+"\ndescription=OGNTa-TC-Ruby (https://github.com/Andley/OGNTa)")
f.write("\n\n\nlang=grc\nnotags=1\nshort.title=OGNTa-TC-RUBY\nversion.date="+str(todays_date)+"\ndescription=OGNTa-TC-Ruby (https://github.com/Andley/OGNTa)")
f.close()
@ -203,6 +203,6 @@ for ol in Lines:
f.write("<RUBY><ruby><ruby>"+x[2]+"<rt>"+x[3]+"</rt></ruby><rt>"+x[5]+"</rt></ruby><rt>"+x[4]+"</rt></RUBY> ")
# ----------
f.write("\n\n\nlang=grc\nnotags=1\nshort.title=OGNTa-Ruby\nversion.date="+str(todays_date)+"\ndescription=OGNTa-WordEQ (https://github.com/Andley/OGNTa)")
f.write("\n\n\nlang=grc\nnotags=1\nshort.title=OGNTa-WordEQ\nversion.date="+str(todays_date)+"\ndescription=OGNTa-WordEQ (https://github.com/Andley/OGNTa)")
f.close()

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7959,6 +7959,6 @@
lang=grc
notags=1
short.title=OGNTa-Ruby
version.date=2023-08-07
short.title=OGNTa-TC-RUBY
version.date=2023-09-01
description=OGNTa-TC-Ruby (https://github.com/Andley/OGNTa)

View File

@ -7959,6 +7959,6 @@
lang=grc
notags=1
short.title=OGNTa-Ruby
version.date=2023-08-07
short.title=OGNTa-WordEQ
version.date=2023-09-01
description=OGNTa-WordEQ (https://github.com/Andley/OGNTa)

File diff suppressed because it is too large Load Diff