Skip to content

Commit cf24798

Browse files
committed
Update Quote Mark
Increase the diversity of symbols
1 parent 4a175ad commit cf24798

3 files changed

Lines changed: 64 additions & 7 deletions

File tree

src/javascript/mapping_next.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@
329329
"Sentences": {
330330
"Begin": [
331331
"1D/非/N/ye",
332-
"1B/N/曰",
332+
"1B/N/曰/R",
333333
"1B/若夫/N",
334334
"1C/anti/MV/V/ye/P",
335-
"2B/A/N/曰",
335+
"2B/A/N/曰/R",
336336
"2B/N/以/A",
337337
"2C/N/anti/在/A",
338338
"2C/N/make/N/zhi",
@@ -576,6 +576,7 @@
576576

577577
//P 句号
578578
//Q 问号
579+
//R 冒号和引号
579580
//依需要添加在句式末尾,代替原有逗号。
580581

581582
// by... -> 虚词

src/javascript/mapping_next.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ function Check(Map2) {
184184
if (
185185
PayloadLetter.indexOf(Sentence[d]) != -1 &&
186186
Sentence[d] != "Q" &&
187-
Sentence[d] != "P"
187+
Sentence[d] != "P" &&
188+
Sentence[d] != "R"
188189
) {
189190
ErrorOccur = true;
190191
console.warn(

0 commit comments

Comments
 (0)