@termdock/twlint 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/rules/mainland-terms.d.ts.map +1 -1
- package/dist/core/rules/mainland-terms.js +6 -2
- package/dist/core/rules/mainland-terms.js.map +1 -1
- package/dist/dictionaries/ai-emerging-tech.json +1 -33
- package/dist/dictionaries/business-finance.json +1 -193
- package/dist/dictionaries/core.json +29 -157
- package/dist/dictionaries/hardware-3c.json +1 -33
- package/dist/dictionaries/index.json +10 -10
- package/dist/dictionaries/network-cloud.json +1 -33
- package/dist/dictionaries/operating-system.json +1 -65
- package/dist/dictionaries/social-media.json +1 -137
- package/dist/dictionaries/software-development.json +1 -353
- package/dist/dictionaries/user-interface.json +1 -209
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mainland-terms.d.ts","sourceRoot":"","sources":["../../../src/core/rules/mainland-terms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAA;AACxE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAIjE,qBAAa,iBAAkB,YAAW,IAAI;IAC5C,QAAQ,CAAC,IAAI,oBAAmB;IAChC,OAAO,CAAC,WAAW,CAAmB;IACtC,OAAO,CAAC,SAAS,CAA8B;gBAEnC,WAAW,EAAE,iBAAiB;IAKpC,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,qBAAqB,CAAC;IAYxD,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"mainland-terms.d.ts","sourceRoot":"","sources":["../../../src/core/rules/mainland-terms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAA;AACxE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAIjE,qBAAa,iBAAkB,YAAW,IAAI;IAC5C,QAAQ,CAAC,IAAI,oBAAmB;IAChC,OAAO,CAAC,WAAW,CAAmB;IACtC,OAAO,CAAC,SAAS,CAA8B;gBAEnC,WAAW,EAAE,iBAAiB;IAKpC,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,qBAAqB,CAAC;IAYxD,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,EAAE,CAAC;IAgCrC,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAsBxC,OAAO,CAAC,WAAW;CAOpB"}
|
|
@@ -22,6 +22,10 @@ export class MainlandTermsRule {
|
|
|
22
22
|
const issues = [];
|
|
23
23
|
const matches = this.dictManager.findMatches(text);
|
|
24
24
|
for (const match of matches) {
|
|
25
|
+
// 過濾假陽性:如果建議詞和原詞相同,跳過
|
|
26
|
+
if (match.term === match.replacement) {
|
|
27
|
+
continue;
|
|
28
|
+
}
|
|
25
29
|
const lineInfo = this.getLineInfo(text, match.start);
|
|
26
30
|
// 根據 autofix_safe 決定訊息和可修復性
|
|
27
31
|
const isContextSensitive = match.rule.includes('context_sensitive');
|
|
@@ -43,8 +47,8 @@ export class MainlandTermsRule {
|
|
|
43
47
|
async fix(text) {
|
|
44
48
|
let fixedText = text;
|
|
45
49
|
const matches = this.dictManager.findMatches(text);
|
|
46
|
-
//
|
|
47
|
-
const safeMatches = matches.filter(match => match.autofix_safe);
|
|
50
|
+
// 只修正標記為安全的詞彙,並過濾假陽性(term === replacement)
|
|
51
|
+
const safeMatches = matches.filter(match => match.autofix_safe && match.term !== match.replacement);
|
|
48
52
|
// Sort by position (from end to start) to avoid offset issues
|
|
49
53
|
const sortedMatches = safeMatches.sort((a, b) => b.start - a.start);
|
|
50
54
|
for (const match of sortedMatches) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mainland-terms.js","sourceRoot":"","sources":["../../../src/core/rules/mainland-terms.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAA;AAErC,MAAM,OAAO,iBAAiB;IACnB,IAAI,GAAG,gBAAgB,CAAA;IACxB,WAAW,CAAmB;IAC9B,SAAS,CAA8B;IAE/C,YAAY,WAA8B;QACxC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAA;QAC9B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,CAAC,CAAA;IACtD,CAAC;IAED,KAAK,CAAC,UAAU,CAAC,IAAY;QAC3B,wDAAwD;QACxD,MAAM,aAAa,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAA;QAC1C,MAAM,cAAc,GAAG,IAAI,cAAc,CAAC,IAAI,EAAE,aAAa,CAAC,CAAA;QAE9D,OAAO;YACL,YAAY,EAAE,IAAI;YAClB,aAAa,EAAE,aAAa;YAC5B,cAAc;SACf,CAAA;IACH,CAAC;IAED,KAAK,CAAC,KAAK,CAAC,IAAY;QACtB,MAAM,MAAM,GAAY,EAAE,CAAA;QAC1B,MAAM,OAAO,GAAG,IAAI,CAAC,WAAW,CAAC,WAAW,CAAC,IAAI,CAAC,CAAA;QAElD,KAAK,MAAM,KAAK,IAAI,OAAO,EAAE,CAAC;YAC5B,MAAM,QAAQ,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,CAAA;YAEpD,4BAA4B;YAC5B,MAAM,kBAAkB,GAAG,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAA;YACnE,MAAM,OAAO,GAAG,kBAAkB;gBAChC,CAAC,CAAC,YAAY,KAAK,CAAC,IAAI,eAAe,KAAK,CAAC,WAAW,WAAW;gBACnE,CAAC,CAAC,SAAS,KAAK,CAAC,IAAI,eAAe,KAAK,CAAC,WAAW,GAAG,CAAA;YAE1D,MAAM,CAAC,IAAI,CAAC;gBACV,IAAI,EAAE,QAAQ,CAAC,IAAI;gBACnB,MAAM,EAAE,QAAQ,CAAC,MAAM;gBACvB,OAAO;gBACP,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM;gBACjD,IAAI,EAAE,IAAI,CAAC,IAAI;gBACf,WAAW,EAAE,CAAC,KAAK,CAAC,WAAW,CAAC;gBAChC,OAAO,EAAE,KAAK,CAAC,YAAY,IAAI,KAAK;aACrC,CAAC,CAAA;QACJ,CAAC;QAED,OAAO,MAAM,CAAA;IACf,CAAC;IAED,KAAK,CAAC,GAAG,CAAC,IAAY;QACpB,IAAI,SAAS,GAAG,IAAI,CAAA;QACpB,MAAM,OAAO,GAAG,IAAI,CAAC,WAAW,CAAC,WAAW,CAAC,IAAI,CAAC,CAAA;QAElD,
|
|
1
|
+
{"version":3,"file":"mainland-terms.js","sourceRoot":"","sources":["../../../src/core/rules/mainland-terms.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"metadata": {
|
|
3
3
|
"name": "ai-emerging-tech",
|
|
4
4
|
"version": "1.0.0",
|
|
5
|
-
"entries":
|
|
5
|
+
"entries": 106
|
|
6
6
|
},
|
|
7
7
|
"lookup": {
|
|
8
8
|
"人工智能": {
|
|
@@ -2725,22 +2725,6 @@
|
|
|
2725
2725
|
"match_type": "exact",
|
|
2726
2726
|
"autofix_safe": true
|
|
2727
2727
|
},
|
|
2728
|
-
"碳中和": {
|
|
2729
|
-
"taiwan": "碳中和",
|
|
2730
|
-
"confidence": 0.85,
|
|
2731
|
-
"category": "mainland-term",
|
|
2732
|
-
"reason": "台灣環保目標術語",
|
|
2733
|
-
"match_type": "exact",
|
|
2734
|
-
"autofix_safe": true
|
|
2735
|
-
},
|
|
2736
|
-
"碳中和_carbon_neutral": {
|
|
2737
|
-
"taiwan": "碳中和",
|
|
2738
|
-
"confidence": 0.85,
|
|
2739
|
-
"category": "mainland-term",
|
|
2740
|
-
"reason": "台灣環保目標術語",
|
|
2741
|
-
"match_type": "exact",
|
|
2742
|
-
"autofix_safe": true
|
|
2743
|
-
},
|
|
2744
2728
|
"净零": {
|
|
2745
2729
|
"taiwan": "淨零",
|
|
2746
2730
|
"confidence": 0.85,
|
|
@@ -2901,22 +2885,6 @@
|
|
|
2901
2885
|
"match_type": "exact",
|
|
2902
2886
|
"autofix_safe": true
|
|
2903
2887
|
},
|
|
2904
|
-
"智慧城市": {
|
|
2905
|
-
"taiwan": "智慧城市",
|
|
2906
|
-
"confidence": 0.85,
|
|
2907
|
-
"category": "mainland-term",
|
|
2908
|
-
"reason": "台灣都市發展概念",
|
|
2909
|
-
"match_type": "exact",
|
|
2910
|
-
"autofix_safe": true
|
|
2911
|
-
},
|
|
2912
|
-
"智慧城市_smart_city": {
|
|
2913
|
-
"taiwan": "智慧城市",
|
|
2914
|
-
"confidence": 0.85,
|
|
2915
|
-
"category": "mainland-term",
|
|
2916
|
-
"reason": "台灣都市發展概念",
|
|
2917
|
-
"match_type": "exact",
|
|
2918
|
-
"autofix_safe": true
|
|
2919
|
-
},
|
|
2920
2888
|
"数字孪生": {
|
|
2921
2889
|
"taiwan": "數位雙胞胎",
|
|
2922
2890
|
"confidence": 0.9,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"metadata": {
|
|
3
3
|
"name": "business-finance",
|
|
4
4
|
"version": "1.0.0",
|
|
5
|
-
"entries":
|
|
5
|
+
"entries": 111
|
|
6
6
|
},
|
|
7
7
|
"lookup": {
|
|
8
8
|
"项目经理": {
|
|
@@ -101,22 +101,6 @@
|
|
|
101
101
|
"match_type": "exact",
|
|
102
102
|
"autofix_safe": true
|
|
103
103
|
},
|
|
104
|
-
"里程碑": {
|
|
105
|
-
"taiwan": "里程碑",
|
|
106
|
-
"confidence": 0.85,
|
|
107
|
-
"category": "mainland-term",
|
|
108
|
-
"reason": "台灣專案管理術語",
|
|
109
|
-
"match_type": "exact",
|
|
110
|
-
"autofix_safe": true
|
|
111
|
-
},
|
|
112
|
-
"里程碑_milestone": {
|
|
113
|
-
"taiwan": "里程碑",
|
|
114
|
-
"confidence": 0.85,
|
|
115
|
-
"category": "mainland-term",
|
|
116
|
-
"reason": "台灣專案管理術語",
|
|
117
|
-
"match_type": "exact",
|
|
118
|
-
"autofix_safe": true
|
|
119
|
-
},
|
|
120
104
|
"可交付成果": {
|
|
121
105
|
"taiwan": "交付項目",
|
|
122
106
|
"confidence": 0.85,
|
|
@@ -357,22 +341,6 @@
|
|
|
357
341
|
"match_type": "exact",
|
|
358
342
|
"autofix_safe": true
|
|
359
343
|
},
|
|
360
|
-
"股票": {
|
|
361
|
-
"taiwan": "股票",
|
|
362
|
-
"confidence": 0.8,
|
|
363
|
-
"category": "mainland-term",
|
|
364
|
-
"reason": "台灣證券術語標準",
|
|
365
|
-
"match_type": "exact",
|
|
366
|
-
"autofix_safe": true
|
|
367
|
-
},
|
|
368
|
-
"股票_stock": {
|
|
369
|
-
"taiwan": "股票",
|
|
370
|
-
"confidence": 0.8,
|
|
371
|
-
"category": "mainland-term",
|
|
372
|
-
"reason": "台灣證券術語標準",
|
|
373
|
-
"match_type": "exact",
|
|
374
|
-
"autofix_safe": true
|
|
375
|
-
},
|
|
376
344
|
"债券": {
|
|
377
345
|
"taiwan": "債券",
|
|
378
346
|
"confidence": 0.85,
|
|
@@ -997,22 +965,6 @@
|
|
|
997
965
|
"match_type": "exact",
|
|
998
966
|
"autofix_safe": true
|
|
999
967
|
},
|
|
1000
|
-
"折扣": {
|
|
1001
|
-
"taiwan": "折扣",
|
|
1002
|
-
"confidence": 0.8,
|
|
1003
|
-
"category": "mainland-term",
|
|
1004
|
-
"reason": "台灣行銷術語標準",
|
|
1005
|
-
"match_type": "exact",
|
|
1006
|
-
"autofix_safe": true
|
|
1007
|
-
},
|
|
1008
|
-
"折扣_discount": {
|
|
1009
|
-
"taiwan": "折扣",
|
|
1010
|
-
"confidence": 0.8,
|
|
1011
|
-
"category": "mainland-term",
|
|
1012
|
-
"reason": "台灣行銷術語標準",
|
|
1013
|
-
"match_type": "exact",
|
|
1014
|
-
"autofix_safe": true
|
|
1015
|
-
},
|
|
1016
968
|
"促销": {
|
|
1017
969
|
"taiwan": "促銷",
|
|
1018
970
|
"confidence": 0.85,
|
|
@@ -1109,22 +1061,6 @@
|
|
|
1109
1061
|
"match_type": "exact",
|
|
1110
1062
|
"autofix_safe": true
|
|
1111
1063
|
},
|
|
1112
|
-
"品牌": {
|
|
1113
|
-
"taiwan": "品牌",
|
|
1114
|
-
"confidence": 0.8,
|
|
1115
|
-
"category": "mainland-term",
|
|
1116
|
-
"reason": "台灣行銷管理術語",
|
|
1117
|
-
"match_type": "exact",
|
|
1118
|
-
"autofix_safe": true
|
|
1119
|
-
},
|
|
1120
|
-
"品牌_brand": {
|
|
1121
|
-
"taiwan": "品牌",
|
|
1122
|
-
"confidence": 0.8,
|
|
1123
|
-
"category": "mainland-term",
|
|
1124
|
-
"reason": "台灣行銷管理術語",
|
|
1125
|
-
"match_type": "exact",
|
|
1126
|
-
"autofix_safe": true
|
|
1127
|
-
},
|
|
1128
1064
|
"客户": {
|
|
1129
1065
|
"taiwan": "客戶",
|
|
1130
1066
|
"confidence": 0.85,
|
|
@@ -1301,22 +1237,6 @@
|
|
|
1301
1237
|
"match_type": "exact",
|
|
1302
1238
|
"autofix_safe": true
|
|
1303
1239
|
},
|
|
1304
|
-
"物流": {
|
|
1305
|
-
"taiwan": "物流",
|
|
1306
|
-
"confidence": 0.8,
|
|
1307
|
-
"category": "mainland-term",
|
|
1308
|
-
"reason": "台灣供應鏈術語",
|
|
1309
|
-
"match_type": "exact",
|
|
1310
|
-
"autofix_safe": true
|
|
1311
|
-
},
|
|
1312
|
-
"物流_logistics": {
|
|
1313
|
-
"taiwan": "物流",
|
|
1314
|
-
"confidence": 0.8,
|
|
1315
|
-
"category": "mainland-term",
|
|
1316
|
-
"reason": "台灣供應鏈術語",
|
|
1317
|
-
"match_type": "exact",
|
|
1318
|
-
"autofix_safe": true
|
|
1319
|
-
},
|
|
1320
1240
|
"仓库": {
|
|
1321
1241
|
"taiwan": "倉庫",
|
|
1322
1242
|
"confidence": 0.85,
|
|
@@ -1381,22 +1301,6 @@
|
|
|
1381
1301
|
"match_type": "exact",
|
|
1382
1302
|
"autofix_safe": true
|
|
1383
1303
|
},
|
|
1384
|
-
"零售": {
|
|
1385
|
-
"taiwan": "零售",
|
|
1386
|
-
"confidence": 0.8,
|
|
1387
|
-
"category": "mainland-term",
|
|
1388
|
-
"reason": "台灣商業模式術語",
|
|
1389
|
-
"match_type": "exact",
|
|
1390
|
-
"autofix_safe": true
|
|
1391
|
-
},
|
|
1392
|
-
"零售_retail": {
|
|
1393
|
-
"taiwan": "零售",
|
|
1394
|
-
"confidence": 0.8,
|
|
1395
|
-
"category": "mainland-term",
|
|
1396
|
-
"reason": "台灣商業模式術語",
|
|
1397
|
-
"match_type": "exact",
|
|
1398
|
-
"autofix_safe": true
|
|
1399
|
-
},
|
|
1400
1304
|
"批发": {
|
|
1401
1305
|
"taiwan": "批發",
|
|
1402
1306
|
"confidence": 0.85,
|
|
@@ -1637,22 +1541,6 @@
|
|
|
1637
1541
|
"match_type": "exact",
|
|
1638
1542
|
"autofix_safe": true
|
|
1639
1543
|
},
|
|
1640
|
-
"上市": {
|
|
1641
|
-
"taiwan": "上市",
|
|
1642
|
-
"confidence": 0.8,
|
|
1643
|
-
"category": "mainland-term",
|
|
1644
|
-
"reason": "台灣證券市場術語",
|
|
1645
|
-
"match_type": "exact",
|
|
1646
|
-
"autofix_safe": true
|
|
1647
|
-
},
|
|
1648
|
-
"上市_listing": {
|
|
1649
|
-
"taiwan": "上市",
|
|
1650
|
-
"confidence": 0.8,
|
|
1651
|
-
"category": "mainland-term",
|
|
1652
|
-
"reason": "台灣證券市場術語",
|
|
1653
|
-
"match_type": "exact",
|
|
1654
|
-
"autofix_safe": true
|
|
1655
|
-
},
|
|
1656
1544
|
"退市": {
|
|
1657
1545
|
"taiwan": "下市",
|
|
1658
1546
|
"confidence": 0.9,
|
|
@@ -1973,38 +1861,6 @@
|
|
|
1973
1861
|
"match_type": "exact",
|
|
1974
1862
|
"autofix_safe": true
|
|
1975
1863
|
},
|
|
1976
|
-
"薪酬": {
|
|
1977
|
-
"taiwan": "薪酬",
|
|
1978
|
-
"confidence": 0.8,
|
|
1979
|
-
"category": "mainland-term",
|
|
1980
|
-
"reason": "台灣人資管理術語",
|
|
1981
|
-
"match_type": "exact",
|
|
1982
|
-
"autofix_safe": true
|
|
1983
|
-
},
|
|
1984
|
-
"薪酬_compensation": {
|
|
1985
|
-
"taiwan": "薪酬",
|
|
1986
|
-
"confidence": 0.8,
|
|
1987
|
-
"category": "mainland-term",
|
|
1988
|
-
"reason": "台灣人資管理術語",
|
|
1989
|
-
"match_type": "exact",
|
|
1990
|
-
"autofix_safe": true
|
|
1991
|
-
},
|
|
1992
|
-
"福利": {
|
|
1993
|
-
"taiwan": "福利",
|
|
1994
|
-
"confidence": 0.8,
|
|
1995
|
-
"category": "mainland-term",
|
|
1996
|
-
"reason": "台灣人資管理術語",
|
|
1997
|
-
"match_type": "exact",
|
|
1998
|
-
"autofix_safe": true
|
|
1999
|
-
},
|
|
2000
|
-
"福利_benefit": {
|
|
2001
|
-
"taiwan": "福利",
|
|
2002
|
-
"confidence": 0.8,
|
|
2003
|
-
"category": "mainland-term",
|
|
2004
|
-
"reason": "台灣人資管理術語",
|
|
2005
|
-
"match_type": "exact",
|
|
2006
|
-
"autofix_safe": true
|
|
2007
|
-
},
|
|
2008
1864
|
"奖金": {
|
|
2009
1865
|
"taiwan": "獎金",
|
|
2010
1866
|
"confidence": 0.85,
|
|
@@ -2069,22 +1925,6 @@
|
|
|
2069
1925
|
"match_type": "exact",
|
|
2070
1926
|
"autofix_safe": true
|
|
2071
1927
|
},
|
|
2072
|
-
"加班": {
|
|
2073
|
-
"taiwan": "加班",
|
|
2074
|
-
"confidence": 0.8,
|
|
2075
|
-
"category": "mainland-term",
|
|
2076
|
-
"reason": "台灣勞動條件術語",
|
|
2077
|
-
"match_type": "exact",
|
|
2078
|
-
"autofix_safe": true
|
|
2079
|
-
},
|
|
2080
|
-
"加班_overtime": {
|
|
2081
|
-
"taiwan": "加班",
|
|
2082
|
-
"confidence": 0.8,
|
|
2083
|
-
"category": "mainland-term",
|
|
2084
|
-
"reason": "台灣勞動條件術語",
|
|
2085
|
-
"match_type": "exact",
|
|
2086
|
-
"autofix_safe": true
|
|
2087
|
-
},
|
|
2088
1928
|
"请假": {
|
|
2089
1929
|
"taiwan": "請假",
|
|
2090
1930
|
"confidence": 0.85,
|
|
@@ -2165,22 +2005,6 @@
|
|
|
2165
2005
|
"match_type": "exact",
|
|
2166
2006
|
"autofix_safe": true
|
|
2167
2007
|
},
|
|
2168
|
-
"退休": {
|
|
2169
|
-
"taiwan": "退休",
|
|
2170
|
-
"confidence": 0.8,
|
|
2171
|
-
"category": "mainland-term",
|
|
2172
|
-
"reason": "台灣人事異動術語",
|
|
2173
|
-
"match_type": "exact",
|
|
2174
|
-
"autofix_safe": true
|
|
2175
|
-
},
|
|
2176
|
-
"退休_retirement": {
|
|
2177
|
-
"taiwan": "退休",
|
|
2178
|
-
"confidence": 0.8,
|
|
2179
|
-
"category": "mainland-term",
|
|
2180
|
-
"reason": "台灣人事異動術語",
|
|
2181
|
-
"match_type": "exact",
|
|
2182
|
-
"autofix_safe": true
|
|
2183
|
-
},
|
|
2184
2008
|
"养老金": {
|
|
2185
2009
|
"taiwan": "退休金",
|
|
2186
2010
|
"confidence": 0.9,
|
|
@@ -2501,22 +2325,6 @@
|
|
|
2501
2325
|
"match_type": "exact",
|
|
2502
2326
|
"autofix_safe": true
|
|
2503
2327
|
},
|
|
2504
|
-
"衰退": {
|
|
2505
|
-
"taiwan": "衰退",
|
|
2506
|
-
"confidence": 0.8,
|
|
2507
|
-
"category": "mainland-term",
|
|
2508
|
-
"reason": "台灣經濟週期術語",
|
|
2509
|
-
"match_type": "exact",
|
|
2510
|
-
"autofix_safe": true
|
|
2511
|
-
},
|
|
2512
|
-
"衰退_recession": {
|
|
2513
|
-
"taiwan": "衰退",
|
|
2514
|
-
"confidence": 0.8,
|
|
2515
|
-
"category": "mainland-term",
|
|
2516
|
-
"reason": "台灣經濟週期術語",
|
|
2517
|
-
"match_type": "exact",
|
|
2518
|
-
"autofix_safe": true
|
|
2519
|
-
},
|
|
2520
2328
|
"复苏": {
|
|
2521
2329
|
"taiwan": "復甦",
|
|
2522
2330
|
"confidence": 0.85,
|