update puncuation marks

This commit is contained in:
Andley Chang 2023-07-25 17:14:57 +08:00
parent 0de45d98e8
commit 1df731bd3f
6 changed files with 57708 additions and 57708 deletions

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"<strong>\1</strong>",x[2])
x[2] = re.sub(r'([\.,;·])',r' <mark class="pm">\1</mark>',x[2])
# print (x[2])
# add emphasis for Verbs
@ -51,7 +51,7 @@ for line in Lines:
x = re.split("\t", line)
x[2] = re.sub(r"([\.,;·])",r"<strong>\1</strong>",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 it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff