update OGNTA-TC-marked.txt & OGNTa-TC-Ruby.nt

This commit is contained in:
Andley Chang 2023-09-04 06:48:16 +08:00
parent 789eaabfe5
commit e0e3d7af02
5 changed files with 387564 additions and 214912 deletions

File diff suppressed because it is too large Load Diff

245195
OGNTa-TC.txt

File diff suppressed because one or more lines are too long

View File

@ -50,8 +50,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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long