@termdock/twlint 1.2.2 → 1.3.1
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/linter.d.ts.map +1 -1
- package/dist/core/linter.js +14 -5
- package/dist/core/linter.js.map +1 -1
- package/dist/core/rules/simplified-chars.d.ts +3 -0
- package/dist/core/rules/simplified-chars.d.ts.map +1 -1
- package/dist/core/rules/simplified-chars.js +22 -2
- package/dist/core/rules/simplified-chars.js.map +1 -1
- package/dist/dictionaries/academic.json +1 -1
- package/dist/dictionaries/ai-emerging-tech.json +18 -2
- package/dist/dictionaries/business-finance.json +1 -1
- package/dist/dictionaries/core.json +1583 -411
- package/dist/dictionaries/hardware-3c.json +98 -2
- package/dist/dictionaries/index.json +10 -10
- package/dist/dictionaries/network-cloud.json +66 -50
- package/dist/dictionaries/operating-system.json +34 -2
- package/dist/dictionaries/social-media.json +2 -18
- package/dist/dictionaries/software-development.json +2346 -158
- package/dist/dictionaries/user-interface.json +570 -318
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"name": "core",
|
|
4
|
-
"version": "1.
|
|
5
|
-
"entries":
|
|
4
|
+
"version": "1.3.0",
|
|
5
|
+
"entries": 147
|
|
6
6
|
},
|
|
7
7
|
"lookup": {
|
|
8
8
|
"访问": {
|
|
@@ -226,16 +226,60 @@
|
|
|
226
226
|
"confidence": 0.85,
|
|
227
227
|
"category": "mainland-term",
|
|
228
228
|
"reason": "台灣介面操作慣用語",
|
|
229
|
-
"match_type": "
|
|
230
|
-
"autofix_safe":
|
|
229
|
+
"match_type": "context_sensitive",
|
|
230
|
+
"autofix_safe": false,
|
|
231
|
+
"context": {
|
|
232
|
+
"before": [
|
|
233
|
+
"按鈕",
|
|
234
|
+
"選項",
|
|
235
|
+
"欄位",
|
|
236
|
+
"使用者",
|
|
237
|
+
"帳號",
|
|
238
|
+
"介面",
|
|
239
|
+
"列表",
|
|
240
|
+
"元件",
|
|
241
|
+
"點擊"
|
|
242
|
+
],
|
|
243
|
+
"exclude": [
|
|
244
|
+
"調味",
|
|
245
|
+
"食物",
|
|
246
|
+
"材料",
|
|
247
|
+
"成分",
|
|
248
|
+
"添加物",
|
|
249
|
+
"添加劑",
|
|
250
|
+
"無添加"
|
|
251
|
+
]
|
|
252
|
+
}
|
|
231
253
|
},
|
|
232
254
|
"添加_add": {
|
|
233
255
|
"taiwan": "新增",
|
|
234
256
|
"confidence": 0.85,
|
|
235
257
|
"category": "mainland-term",
|
|
236
258
|
"reason": "台灣介面操作慣用語",
|
|
237
|
-
"match_type": "
|
|
238
|
-
"autofix_safe":
|
|
259
|
+
"match_type": "context_sensitive",
|
|
260
|
+
"autofix_safe": false,
|
|
261
|
+
"context": {
|
|
262
|
+
"before": [
|
|
263
|
+
"按鈕",
|
|
264
|
+
"選項",
|
|
265
|
+
"欄位",
|
|
266
|
+
"使用者",
|
|
267
|
+
"帳號",
|
|
268
|
+
"介面",
|
|
269
|
+
"列表",
|
|
270
|
+
"元件",
|
|
271
|
+
"點擊"
|
|
272
|
+
],
|
|
273
|
+
"exclude": [
|
|
274
|
+
"調味",
|
|
275
|
+
"食物",
|
|
276
|
+
"材料",
|
|
277
|
+
"成分",
|
|
278
|
+
"添加物",
|
|
279
|
+
"添加劑",
|
|
280
|
+
"無添加"
|
|
281
|
+
]
|
|
282
|
+
}
|
|
239
283
|
},
|
|
240
284
|
"算法": {
|
|
241
285
|
"taiwan": "演算法",
|
|
@@ -573,38 +617,6 @@
|
|
|
573
617
|
"match_type": "exact",
|
|
574
618
|
"autofix_safe": true
|
|
575
619
|
},
|
|
576
|
-
"构建": {
|
|
577
|
-
"taiwan": "建構",
|
|
578
|
-
"confidence": 0.85,
|
|
579
|
-
"category": "mainland-term",
|
|
580
|
-
"reason": "台灣軟體開發標準",
|
|
581
|
-
"match_type": "exact",
|
|
582
|
-
"autofix_safe": true
|
|
583
|
-
},
|
|
584
|
-
"构建_build": {
|
|
585
|
-
"taiwan": "建構",
|
|
586
|
-
"confidence": 0.85,
|
|
587
|
-
"category": "mainland-term",
|
|
588
|
-
"reason": "台灣軟體開發標準",
|
|
589
|
-
"match_type": "exact",
|
|
590
|
-
"autofix_safe": true
|
|
591
|
-
},
|
|
592
|
-
"構建": {
|
|
593
|
-
"taiwan": "建構",
|
|
594
|
-
"confidence": 0.85,
|
|
595
|
-
"category": "mainland-term",
|
|
596
|
-
"reason": "台灣軟體開發標準",
|
|
597
|
-
"match_type": "exact",
|
|
598
|
-
"autofix_safe": true
|
|
599
|
-
},
|
|
600
|
-
"構建_build": {
|
|
601
|
-
"taiwan": "建構",
|
|
602
|
-
"confidence": 0.85,
|
|
603
|
-
"category": "mainland-term",
|
|
604
|
-
"reason": "台灣軟體開發標準",
|
|
605
|
-
"match_type": "exact",
|
|
606
|
-
"autofix_safe": true
|
|
607
|
-
},
|
|
608
620
|
"字节": {
|
|
609
621
|
"taiwan": "位元組",
|
|
610
622
|
"confidence": 0.95,
|
|
@@ -813,38 +825,6 @@
|
|
|
813
825
|
"match_type": "exact",
|
|
814
826
|
"autofix_safe": true
|
|
815
827
|
},
|
|
816
|
-
"客户端": {
|
|
817
|
-
"taiwan": "用戶端",
|
|
818
|
-
"confidence": 0.9,
|
|
819
|
-
"category": "mainland-term",
|
|
820
|
-
"reason": "台灣網路架構標準",
|
|
821
|
-
"match_type": "exact",
|
|
822
|
-
"autofix_safe": true
|
|
823
|
-
},
|
|
824
|
-
"客户端_client": {
|
|
825
|
-
"taiwan": "用戶端",
|
|
826
|
-
"confidence": 0.9,
|
|
827
|
-
"category": "mainland-term",
|
|
828
|
-
"reason": "台灣網路架構標準",
|
|
829
|
-
"match_type": "exact",
|
|
830
|
-
"autofix_safe": true
|
|
831
|
-
},
|
|
832
|
-
"客戶端": {
|
|
833
|
-
"taiwan": "用戶端",
|
|
834
|
-
"confidence": 0.9,
|
|
835
|
-
"category": "mainland-term",
|
|
836
|
-
"reason": "台灣網路架構標準",
|
|
837
|
-
"match_type": "exact",
|
|
838
|
-
"autofix_safe": true
|
|
839
|
-
},
|
|
840
|
-
"客戶端_client": {
|
|
841
|
-
"taiwan": "用戶端",
|
|
842
|
-
"confidence": 0.9,
|
|
843
|
-
"category": "mainland-term",
|
|
844
|
-
"reason": "台灣網路架構標準",
|
|
845
|
-
"match_type": "exact",
|
|
846
|
-
"autofix_safe": true
|
|
847
|
-
},
|
|
848
828
|
"克隆": {
|
|
849
829
|
"taiwan": "複製",
|
|
850
830
|
"confidence": 0.85,
|
|
@@ -1085,53 +1065,121 @@
|
|
|
1085
1065
|
"match_type": "exact",
|
|
1086
1066
|
"autofix_safe": true
|
|
1087
1067
|
},
|
|
1088
|
-
"配置": {
|
|
1089
|
-
"taiwan": "設定",
|
|
1090
|
-
"confidence": 0.9,
|
|
1091
|
-
"category": "mainland-term",
|
|
1092
|
-
"reason": "台灣系統設定標準",
|
|
1093
|
-
"match_type": "exact",
|
|
1094
|
-
"autofix_safe": true
|
|
1095
|
-
},
|
|
1096
|
-
"配置_config": {
|
|
1097
|
-
"taiwan": "設定",
|
|
1098
|
-
"confidence": 0.9,
|
|
1099
|
-
"category": "mainland-term",
|
|
1100
|
-
"reason": "台灣系統設定標準",
|
|
1101
|
-
"match_type": "exact",
|
|
1102
|
-
"autofix_safe": true
|
|
1103
|
-
},
|
|
1104
1068
|
"连接": {
|
|
1105
1069
|
"taiwan": "連線",
|
|
1106
1070
|
"confidence": 0.9,
|
|
1107
1071
|
"category": "mainland-term",
|
|
1108
1072
|
"reason": "台灣網路連接標準",
|
|
1109
|
-
"match_type": "
|
|
1110
|
-
"autofix_safe":
|
|
1073
|
+
"match_type": "context_sensitive",
|
|
1074
|
+
"autofix_safe": false,
|
|
1075
|
+
"context": {
|
|
1076
|
+
"before": [
|
|
1077
|
+
"網路",
|
|
1078
|
+
"伺服器",
|
|
1079
|
+
"資料庫",
|
|
1080
|
+
"WiFi",
|
|
1081
|
+
"藍牙",
|
|
1082
|
+
"USB",
|
|
1083
|
+
"VPN",
|
|
1084
|
+
"SSH",
|
|
1085
|
+
"遠端",
|
|
1086
|
+
"TCP",
|
|
1087
|
+
"socket"
|
|
1088
|
+
],
|
|
1089
|
+
"exclude": [
|
|
1090
|
+
"管",
|
|
1091
|
+
"道路",
|
|
1092
|
+
"橋",
|
|
1093
|
+
"零件"
|
|
1094
|
+
]
|
|
1095
|
+
}
|
|
1111
1096
|
},
|
|
1112
1097
|
"连接_connect": {
|
|
1113
1098
|
"taiwan": "連線",
|
|
1114
1099
|
"confidence": 0.9,
|
|
1115
1100
|
"category": "mainland-term",
|
|
1116
1101
|
"reason": "台灣網路連接標準",
|
|
1117
|
-
"match_type": "
|
|
1118
|
-
"autofix_safe":
|
|
1102
|
+
"match_type": "context_sensitive",
|
|
1103
|
+
"autofix_safe": false,
|
|
1104
|
+
"context": {
|
|
1105
|
+
"before": [
|
|
1106
|
+
"網路",
|
|
1107
|
+
"伺服器",
|
|
1108
|
+
"資料庫",
|
|
1109
|
+
"WiFi",
|
|
1110
|
+
"藍牙",
|
|
1111
|
+
"USB",
|
|
1112
|
+
"VPN",
|
|
1113
|
+
"SSH",
|
|
1114
|
+
"遠端",
|
|
1115
|
+
"TCP",
|
|
1116
|
+
"socket"
|
|
1117
|
+
],
|
|
1118
|
+
"exclude": [
|
|
1119
|
+
"管",
|
|
1120
|
+
"道路",
|
|
1121
|
+
"橋",
|
|
1122
|
+
"零件"
|
|
1123
|
+
]
|
|
1124
|
+
}
|
|
1119
1125
|
},
|
|
1120
1126
|
"連接": {
|
|
1121
1127
|
"taiwan": "連線",
|
|
1122
1128
|
"confidence": 0.9,
|
|
1123
1129
|
"category": "mainland-term",
|
|
1124
1130
|
"reason": "台灣網路連接標準",
|
|
1125
|
-
"match_type": "
|
|
1126
|
-
"autofix_safe":
|
|
1131
|
+
"match_type": "context_sensitive",
|
|
1132
|
+
"autofix_safe": false,
|
|
1133
|
+
"context": {
|
|
1134
|
+
"before": [
|
|
1135
|
+
"網路",
|
|
1136
|
+
"伺服器",
|
|
1137
|
+
"資料庫",
|
|
1138
|
+
"WiFi",
|
|
1139
|
+
"藍牙",
|
|
1140
|
+
"USB",
|
|
1141
|
+
"VPN",
|
|
1142
|
+
"SSH",
|
|
1143
|
+
"遠端",
|
|
1144
|
+
"TCP",
|
|
1145
|
+
"socket"
|
|
1146
|
+
],
|
|
1147
|
+
"exclude": [
|
|
1148
|
+
"管",
|
|
1149
|
+
"道路",
|
|
1150
|
+
"橋",
|
|
1151
|
+
"零件"
|
|
1152
|
+
]
|
|
1153
|
+
}
|
|
1127
1154
|
},
|
|
1128
1155
|
"連接_connect": {
|
|
1129
1156
|
"taiwan": "連線",
|
|
1130
1157
|
"confidence": 0.9,
|
|
1131
1158
|
"category": "mainland-term",
|
|
1132
1159
|
"reason": "台灣網路連接標準",
|
|
1133
|
-
"match_type": "
|
|
1134
|
-
"autofix_safe":
|
|
1160
|
+
"match_type": "context_sensitive",
|
|
1161
|
+
"autofix_safe": false,
|
|
1162
|
+
"context": {
|
|
1163
|
+
"before": [
|
|
1164
|
+
"網路",
|
|
1165
|
+
"伺服器",
|
|
1166
|
+
"資料庫",
|
|
1167
|
+
"WiFi",
|
|
1168
|
+
"藍牙",
|
|
1169
|
+
"USB",
|
|
1170
|
+
"VPN",
|
|
1171
|
+
"SSH",
|
|
1172
|
+
"遠端",
|
|
1173
|
+
"TCP",
|
|
1174
|
+
"socket"
|
|
1175
|
+
],
|
|
1176
|
+
"exclude": [
|
|
1177
|
+
"管",
|
|
1178
|
+
"道路",
|
|
1179
|
+
"橋",
|
|
1180
|
+
"零件"
|
|
1181
|
+
]
|
|
1182
|
+
}
|
|
1135
1183
|
},
|
|
1136
1184
|
"构造函数": {
|
|
1137
1185
|
"taiwan": "建構子",
|
|
@@ -1218,32 +1266,112 @@
|
|
|
1218
1266
|
"confidence": 0.85,
|
|
1219
1267
|
"category": "mainland-term",
|
|
1220
1268
|
"reason": "台灣系統操作標準",
|
|
1221
|
-
"match_type": "
|
|
1222
|
-
"autofix_safe":
|
|
1269
|
+
"match_type": "context_sensitive",
|
|
1270
|
+
"autofix_safe": false,
|
|
1271
|
+
"context": {
|
|
1272
|
+
"before": [
|
|
1273
|
+
"檔案",
|
|
1274
|
+
"資料夾",
|
|
1275
|
+
"帳號",
|
|
1276
|
+
"專案",
|
|
1277
|
+
"伺服器",
|
|
1278
|
+
"資料庫",
|
|
1279
|
+
"分支",
|
|
1280
|
+
"容器",
|
|
1281
|
+
"環境",
|
|
1282
|
+
"實體"
|
|
1283
|
+
],
|
|
1284
|
+
"exclude": [
|
|
1285
|
+
"公司",
|
|
1286
|
+
"品牌",
|
|
1287
|
+
"企業",
|
|
1288
|
+
"王朝"
|
|
1289
|
+
]
|
|
1290
|
+
}
|
|
1223
1291
|
},
|
|
1224
1292
|
"创建_create": {
|
|
1225
1293
|
"taiwan": "建立",
|
|
1226
1294
|
"confidence": 0.85,
|
|
1227
1295
|
"category": "mainland-term",
|
|
1228
1296
|
"reason": "台灣系統操作標準",
|
|
1229
|
-
"match_type": "
|
|
1230
|
-
"autofix_safe":
|
|
1297
|
+
"match_type": "context_sensitive",
|
|
1298
|
+
"autofix_safe": false,
|
|
1299
|
+
"context": {
|
|
1300
|
+
"before": [
|
|
1301
|
+
"檔案",
|
|
1302
|
+
"資料夾",
|
|
1303
|
+
"帳號",
|
|
1304
|
+
"專案",
|
|
1305
|
+
"伺服器",
|
|
1306
|
+
"資料庫",
|
|
1307
|
+
"分支",
|
|
1308
|
+
"容器",
|
|
1309
|
+
"環境",
|
|
1310
|
+
"實體"
|
|
1311
|
+
],
|
|
1312
|
+
"exclude": [
|
|
1313
|
+
"公司",
|
|
1314
|
+
"品牌",
|
|
1315
|
+
"企業",
|
|
1316
|
+
"王朝"
|
|
1317
|
+
]
|
|
1318
|
+
}
|
|
1231
1319
|
},
|
|
1232
1320
|
"創建": {
|
|
1233
1321
|
"taiwan": "建立",
|
|
1234
1322
|
"confidence": 0.85,
|
|
1235
1323
|
"category": "mainland-term",
|
|
1236
1324
|
"reason": "台灣系統操作標準",
|
|
1237
|
-
"match_type": "
|
|
1238
|
-
"autofix_safe":
|
|
1325
|
+
"match_type": "context_sensitive",
|
|
1326
|
+
"autofix_safe": false,
|
|
1327
|
+
"context": {
|
|
1328
|
+
"before": [
|
|
1329
|
+
"檔案",
|
|
1330
|
+
"資料夾",
|
|
1331
|
+
"帳號",
|
|
1332
|
+
"專案",
|
|
1333
|
+
"伺服器",
|
|
1334
|
+
"資料庫",
|
|
1335
|
+
"分支",
|
|
1336
|
+
"容器",
|
|
1337
|
+
"環境",
|
|
1338
|
+
"實體"
|
|
1339
|
+
],
|
|
1340
|
+
"exclude": [
|
|
1341
|
+
"公司",
|
|
1342
|
+
"品牌",
|
|
1343
|
+
"企業",
|
|
1344
|
+
"王朝"
|
|
1345
|
+
]
|
|
1346
|
+
}
|
|
1239
1347
|
},
|
|
1240
1348
|
"創建_create": {
|
|
1241
1349
|
"taiwan": "建立",
|
|
1242
1350
|
"confidence": 0.85,
|
|
1243
1351
|
"category": "mainland-term",
|
|
1244
1352
|
"reason": "台灣系統操作標準",
|
|
1245
|
-
"match_type": "
|
|
1246
|
-
"autofix_safe":
|
|
1353
|
+
"match_type": "context_sensitive",
|
|
1354
|
+
"autofix_safe": false,
|
|
1355
|
+
"context": {
|
|
1356
|
+
"before": [
|
|
1357
|
+
"檔案",
|
|
1358
|
+
"資料夾",
|
|
1359
|
+
"帳號",
|
|
1360
|
+
"專案",
|
|
1361
|
+
"伺服器",
|
|
1362
|
+
"資料庫",
|
|
1363
|
+
"分支",
|
|
1364
|
+
"容器",
|
|
1365
|
+
"環境",
|
|
1366
|
+
"實體"
|
|
1367
|
+
],
|
|
1368
|
+
"exclude": [
|
|
1369
|
+
"公司",
|
|
1370
|
+
"品牌",
|
|
1371
|
+
"企業",
|
|
1372
|
+
"王朝"
|
|
1373
|
+
]
|
|
1374
|
+
}
|
|
1247
1375
|
},
|
|
1248
1376
|
"光标": {
|
|
1249
1377
|
"taiwan": "游標",
|
|
@@ -1533,38 +1661,6 @@
|
|
|
1533
1661
|
"match_type": "exact",
|
|
1534
1662
|
"autofix_safe": true
|
|
1535
1663
|
},
|
|
1536
|
-
"文档": {
|
|
1537
|
-
"taiwan": "文件",
|
|
1538
|
-
"confidence": 0.85,
|
|
1539
|
-
"category": "mainland-term",
|
|
1540
|
-
"reason": "台灣技術文件標準",
|
|
1541
|
-
"match_type": "exact",
|
|
1542
|
-
"autofix_safe": true
|
|
1543
|
-
},
|
|
1544
|
-
"文档_document": {
|
|
1545
|
-
"taiwan": "文件",
|
|
1546
|
-
"confidence": 0.85,
|
|
1547
|
-
"category": "mainland-term",
|
|
1548
|
-
"reason": "台灣技術文件標準",
|
|
1549
|
-
"match_type": "exact",
|
|
1550
|
-
"autofix_safe": true
|
|
1551
|
-
},
|
|
1552
|
-
"文檔": {
|
|
1553
|
-
"taiwan": "文件",
|
|
1554
|
-
"confidence": 0.85,
|
|
1555
|
-
"category": "mainland-term",
|
|
1556
|
-
"reason": "台灣技術文件標準",
|
|
1557
|
-
"match_type": "exact",
|
|
1558
|
-
"autofix_safe": true
|
|
1559
|
-
},
|
|
1560
|
-
"文檔_document": {
|
|
1561
|
-
"taiwan": "文件",
|
|
1562
|
-
"confidence": 0.85,
|
|
1563
|
-
"category": "mainland-term",
|
|
1564
|
-
"reason": "台灣技術文件標準",
|
|
1565
|
-
"match_type": "exact",
|
|
1566
|
-
"autofix_safe": true
|
|
1567
|
-
},
|
|
1568
1664
|
"域": {
|
|
1569
1665
|
"taiwan": "網域",
|
|
1570
1666
|
"confidence": 0.9,
|
|
@@ -1714,32 +1810,124 @@
|
|
|
1714
1810
|
"confidence": 0.9,
|
|
1715
1811
|
"category": "mainland-term",
|
|
1716
1812
|
"reason": "台灣錯誤處理標準",
|
|
1717
|
-
"match_type": "
|
|
1718
|
-
"autofix_safe":
|
|
1813
|
+
"match_type": "context_sensitive",
|
|
1814
|
+
"autofix_safe": false,
|
|
1815
|
+
"context": {
|
|
1816
|
+
"before": [
|
|
1817
|
+
"程式",
|
|
1818
|
+
"錯誤",
|
|
1819
|
+
"拋出",
|
|
1820
|
+
"try",
|
|
1821
|
+
"catch",
|
|
1822
|
+
"throw",
|
|
1823
|
+
"例外",
|
|
1824
|
+
"處理",
|
|
1825
|
+
"系統",
|
|
1826
|
+
"日誌"
|
|
1827
|
+
],
|
|
1828
|
+
"exclude": [
|
|
1829
|
+
"出血",
|
|
1830
|
+
"反應",
|
|
1831
|
+
"症狀",
|
|
1832
|
+
"細胞",
|
|
1833
|
+
"檢查",
|
|
1834
|
+
"體溫",
|
|
1835
|
+
"醫學"
|
|
1836
|
+
]
|
|
1837
|
+
}
|
|
1719
1838
|
},
|
|
1720
1839
|
"异常_exception": {
|
|
1721
1840
|
"taiwan": "例外",
|
|
1722
1841
|
"confidence": 0.9,
|
|
1723
1842
|
"category": "mainland-term",
|
|
1724
1843
|
"reason": "台灣錯誤處理標準",
|
|
1725
|
-
"match_type": "
|
|
1726
|
-
"autofix_safe":
|
|
1844
|
+
"match_type": "context_sensitive",
|
|
1845
|
+
"autofix_safe": false,
|
|
1846
|
+
"context": {
|
|
1847
|
+
"before": [
|
|
1848
|
+
"程式",
|
|
1849
|
+
"錯誤",
|
|
1850
|
+
"拋出",
|
|
1851
|
+
"try",
|
|
1852
|
+
"catch",
|
|
1853
|
+
"throw",
|
|
1854
|
+
"例外",
|
|
1855
|
+
"處理",
|
|
1856
|
+
"系統",
|
|
1857
|
+
"日誌"
|
|
1858
|
+
],
|
|
1859
|
+
"exclude": [
|
|
1860
|
+
"出血",
|
|
1861
|
+
"反應",
|
|
1862
|
+
"症狀",
|
|
1863
|
+
"細胞",
|
|
1864
|
+
"檢查",
|
|
1865
|
+
"體溫",
|
|
1866
|
+
"醫學"
|
|
1867
|
+
]
|
|
1868
|
+
}
|
|
1727
1869
|
},
|
|
1728
1870
|
"異常": {
|
|
1729
1871
|
"taiwan": "例外",
|
|
1730
1872
|
"confidence": 0.9,
|
|
1731
1873
|
"category": "mainland-term",
|
|
1732
1874
|
"reason": "台灣錯誤處理標準",
|
|
1733
|
-
"match_type": "
|
|
1734
|
-
"autofix_safe":
|
|
1875
|
+
"match_type": "context_sensitive",
|
|
1876
|
+
"autofix_safe": false,
|
|
1877
|
+
"context": {
|
|
1878
|
+
"before": [
|
|
1879
|
+
"程式",
|
|
1880
|
+
"錯誤",
|
|
1881
|
+
"拋出",
|
|
1882
|
+
"try",
|
|
1883
|
+
"catch",
|
|
1884
|
+
"throw",
|
|
1885
|
+
"例外",
|
|
1886
|
+
"處理",
|
|
1887
|
+
"系統",
|
|
1888
|
+
"日誌"
|
|
1889
|
+
],
|
|
1890
|
+
"exclude": [
|
|
1891
|
+
"出血",
|
|
1892
|
+
"反應",
|
|
1893
|
+
"症狀",
|
|
1894
|
+
"細胞",
|
|
1895
|
+
"檢查",
|
|
1896
|
+
"體溫",
|
|
1897
|
+
"醫學"
|
|
1898
|
+
]
|
|
1899
|
+
}
|
|
1735
1900
|
},
|
|
1736
1901
|
"異常_exception": {
|
|
1737
1902
|
"taiwan": "例外",
|
|
1738
1903
|
"confidence": 0.9,
|
|
1739
1904
|
"category": "mainland-term",
|
|
1740
1905
|
"reason": "台灣錯誤處理標準",
|
|
1741
|
-
"match_type": "
|
|
1742
|
-
"autofix_safe":
|
|
1906
|
+
"match_type": "context_sensitive",
|
|
1907
|
+
"autofix_safe": false,
|
|
1908
|
+
"context": {
|
|
1909
|
+
"before": [
|
|
1910
|
+
"程式",
|
|
1911
|
+
"錯誤",
|
|
1912
|
+
"拋出",
|
|
1913
|
+
"try",
|
|
1914
|
+
"catch",
|
|
1915
|
+
"throw",
|
|
1916
|
+
"例外",
|
|
1917
|
+
"處理",
|
|
1918
|
+
"系統",
|
|
1919
|
+
"日誌"
|
|
1920
|
+
],
|
|
1921
|
+
"exclude": [
|
|
1922
|
+
"出血",
|
|
1923
|
+
"反應",
|
|
1924
|
+
"症狀",
|
|
1925
|
+
"細胞",
|
|
1926
|
+
"檢查",
|
|
1927
|
+
"體溫",
|
|
1928
|
+
"醫學"
|
|
1929
|
+
]
|
|
1930
|
+
}
|
|
1743
1931
|
},
|
|
1744
1932
|
"导出": {
|
|
1745
1933
|
"taiwan": "匯出",
|
|
@@ -1826,16 +2014,62 @@
|
|
|
1826
2014
|
"confidence": 0.9,
|
|
1827
2015
|
"category": "mainland-term",
|
|
1828
2016
|
"reason": "台灣檔案系統標準",
|
|
1829
|
-
"match_type": "
|
|
1830
|
-
"autofix_safe":
|
|
2017
|
+
"match_type": "context_sensitive",
|
|
2018
|
+
"autofix_safe": false,
|
|
2019
|
+
"context": {
|
|
2020
|
+
"before": [
|
|
2021
|
+
"系統",
|
|
2022
|
+
"程式",
|
|
2023
|
+
"軟體",
|
|
2024
|
+
"下載",
|
|
2025
|
+
"上傳",
|
|
2026
|
+
"刪除",
|
|
2027
|
+
"複製",
|
|
2028
|
+
"路徑",
|
|
2029
|
+
"資料夾",
|
|
2030
|
+
"副檔名",
|
|
2031
|
+
".json",
|
|
2032
|
+
".txt",
|
|
2033
|
+
".md",
|
|
2034
|
+
"config",
|
|
2035
|
+
"README"
|
|
2036
|
+
],
|
|
2037
|
+
"exclude": [
|
|
2038
|
+
"公文",
|
|
2039
|
+
"正式"
|
|
2040
|
+
]
|
|
2041
|
+
}
|
|
1831
2042
|
},
|
|
1832
2043
|
"文件_file": {
|
|
1833
2044
|
"taiwan": "檔案",
|
|
1834
2045
|
"confidence": 0.9,
|
|
1835
2046
|
"category": "mainland-term",
|
|
1836
2047
|
"reason": "台灣檔案系統標準",
|
|
1837
|
-
"match_type": "
|
|
1838
|
-
"autofix_safe":
|
|
2048
|
+
"match_type": "context_sensitive",
|
|
2049
|
+
"autofix_safe": false,
|
|
2050
|
+
"context": {
|
|
2051
|
+
"before": [
|
|
2052
|
+
"系統",
|
|
2053
|
+
"程式",
|
|
2054
|
+
"軟體",
|
|
2055
|
+
"下載",
|
|
2056
|
+
"上傳",
|
|
2057
|
+
"刪除",
|
|
2058
|
+
"複製",
|
|
2059
|
+
"路徑",
|
|
2060
|
+
"資料夾",
|
|
2061
|
+
"副檔名",
|
|
2062
|
+
".json",
|
|
2063
|
+
".txt",
|
|
2064
|
+
".md",
|
|
2065
|
+
"config",
|
|
2066
|
+
"README"
|
|
2067
|
+
],
|
|
2068
|
+
"exclude": [
|
|
2069
|
+
"公文",
|
|
2070
|
+
"正式"
|
|
2071
|
+
]
|
|
2072
|
+
}
|
|
1839
2073
|
},
|
|
1840
2074
|
"过滤器": {
|
|
1841
2075
|
"taiwan": "過濾器",
|
|
@@ -1949,63 +2183,31 @@
|
|
|
1949
2183
|
"match_type": "exact",
|
|
1950
2184
|
"autofix_safe": true
|
|
1951
2185
|
},
|
|
1952
|
-
"
|
|
1953
|
-
"taiwan": "
|
|
2186
|
+
"处理器": {
|
|
2187
|
+
"taiwan": "處理器",
|
|
1954
2188
|
"confidence": 0.85,
|
|
1955
2189
|
"category": "mainland-term",
|
|
1956
|
-
"reason": "
|
|
2190
|
+
"reason": "台灣程式設計標準",
|
|
1957
2191
|
"match_type": "exact",
|
|
1958
2192
|
"autofix_safe": true
|
|
1959
2193
|
},
|
|
1960
|
-
"
|
|
1961
|
-
"taiwan": "
|
|
2194
|
+
"处理器_handler": {
|
|
2195
|
+
"taiwan": "處理器",
|
|
1962
2196
|
"confidence": 0.85,
|
|
1963
2197
|
"category": "mainland-term",
|
|
1964
|
-
"reason": "台灣程式開發標準",
|
|
1965
|
-
"match_type": "exact",
|
|
1966
|
-
"autofix_safe": true
|
|
1967
|
-
},
|
|
1968
|
-
"全局": {
|
|
1969
|
-
"taiwan": "全域",
|
|
1970
|
-
"confidence": 0.9,
|
|
1971
|
-
"category": "mainland-term",
|
|
1972
2198
|
"reason": "台灣程式設計標準",
|
|
1973
2199
|
"match_type": "exact",
|
|
1974
2200
|
"autofix_safe": true
|
|
1975
2201
|
},
|
|
1976
|
-
"
|
|
1977
|
-
"taiwan": "
|
|
1978
|
-
"confidence": 0.
|
|
2202
|
+
"處理器": {
|
|
2203
|
+
"taiwan": "處理器",
|
|
2204
|
+
"confidence": 0.85,
|
|
1979
2205
|
"category": "mainland-term",
|
|
1980
2206
|
"reason": "台灣程式設計標準",
|
|
1981
2207
|
"match_type": "exact",
|
|
1982
2208
|
"autofix_safe": true
|
|
1983
2209
|
},
|
|
1984
|
-
"
|
|
1985
|
-
"taiwan": "處理器",
|
|
1986
|
-
"confidence": 0.85,
|
|
1987
|
-
"category": "mainland-term",
|
|
1988
|
-
"reason": "台灣程式設計標準",
|
|
1989
|
-
"match_type": "exact",
|
|
1990
|
-
"autofix_safe": true
|
|
1991
|
-
},
|
|
1992
|
-
"处理器_handler": {
|
|
1993
|
-
"taiwan": "處理器",
|
|
1994
|
-
"confidence": 0.85,
|
|
1995
|
-
"category": "mainland-term",
|
|
1996
|
-
"reason": "台灣程式設計標準",
|
|
1997
|
-
"match_type": "exact",
|
|
1998
|
-
"autofix_safe": true
|
|
1999
|
-
},
|
|
2000
|
-
"處理器": {
|
|
2001
|
-
"taiwan": "處理器",
|
|
2002
|
-
"confidence": 0.85,
|
|
2003
|
-
"category": "mainland-term",
|
|
2004
|
-
"reason": "台灣程式設計標準",
|
|
2005
|
-
"match_type": "exact",
|
|
2006
|
-
"autofix_safe": true
|
|
2007
|
-
},
|
|
2008
|
-
"處理器_handler": {
|
|
2210
|
+
"處理器_handler": {
|
|
2009
2211
|
"taiwan": "處理器",
|
|
2010
2212
|
"confidence": 0.85,
|
|
2011
2213
|
"category": "mainland-term",
|
|
@@ -2050,32 +2252,80 @@
|
|
|
2050
2252
|
"confidence": 0.85,
|
|
2051
2253
|
"category": "mainland-term",
|
|
2052
2254
|
"reason": "台灣網路協定標準",
|
|
2053
|
-
"match_type": "
|
|
2054
|
-
"autofix_safe":
|
|
2255
|
+
"match_type": "context_sensitive",
|
|
2256
|
+
"autofix_safe": false,
|
|
2257
|
+
"context": {
|
|
2258
|
+
"before": [
|
|
2259
|
+
"HTTP",
|
|
2260
|
+
"請求",
|
|
2261
|
+
"回應",
|
|
2262
|
+
"封包",
|
|
2263
|
+
"Content",
|
|
2264
|
+
"Accept",
|
|
2265
|
+
"Authorization",
|
|
2266
|
+
"header"
|
|
2267
|
+
]
|
|
2268
|
+
}
|
|
2055
2269
|
},
|
|
2056
2270
|
"头部_header": {
|
|
2057
2271
|
"taiwan": "標頭",
|
|
2058
2272
|
"confidence": 0.85,
|
|
2059
2273
|
"category": "mainland-term",
|
|
2060
2274
|
"reason": "台灣網路協定標準",
|
|
2061
|
-
"match_type": "
|
|
2062
|
-
"autofix_safe":
|
|
2275
|
+
"match_type": "context_sensitive",
|
|
2276
|
+
"autofix_safe": false,
|
|
2277
|
+
"context": {
|
|
2278
|
+
"before": [
|
|
2279
|
+
"HTTP",
|
|
2280
|
+
"請求",
|
|
2281
|
+
"回應",
|
|
2282
|
+
"封包",
|
|
2283
|
+
"Content",
|
|
2284
|
+
"Accept",
|
|
2285
|
+
"Authorization",
|
|
2286
|
+
"header"
|
|
2287
|
+
]
|
|
2288
|
+
}
|
|
2063
2289
|
},
|
|
2064
2290
|
"頭部": {
|
|
2065
2291
|
"taiwan": "標頭",
|
|
2066
2292
|
"confidence": 0.85,
|
|
2067
2293
|
"category": "mainland-term",
|
|
2068
2294
|
"reason": "台灣網路協定標準",
|
|
2069
|
-
"match_type": "
|
|
2070
|
-
"autofix_safe":
|
|
2295
|
+
"match_type": "context_sensitive",
|
|
2296
|
+
"autofix_safe": false,
|
|
2297
|
+
"context": {
|
|
2298
|
+
"before": [
|
|
2299
|
+
"HTTP",
|
|
2300
|
+
"請求",
|
|
2301
|
+
"回應",
|
|
2302
|
+
"封包",
|
|
2303
|
+
"Content",
|
|
2304
|
+
"Accept",
|
|
2305
|
+
"Authorization",
|
|
2306
|
+
"header"
|
|
2307
|
+
]
|
|
2308
|
+
}
|
|
2071
2309
|
},
|
|
2072
2310
|
"頭部_header": {
|
|
2073
2311
|
"taiwan": "標頭",
|
|
2074
2312
|
"confidence": 0.85,
|
|
2075
2313
|
"category": "mainland-term",
|
|
2076
2314
|
"reason": "台灣網路協定標準",
|
|
2077
|
-
"match_type": "
|
|
2078
|
-
"autofix_safe":
|
|
2315
|
+
"match_type": "context_sensitive",
|
|
2316
|
+
"autofix_safe": false,
|
|
2317
|
+
"context": {
|
|
2318
|
+
"before": [
|
|
2319
|
+
"HTTP",
|
|
2320
|
+
"請求",
|
|
2321
|
+
"回應",
|
|
2322
|
+
"封包",
|
|
2323
|
+
"Content",
|
|
2324
|
+
"Accept",
|
|
2325
|
+
"Authorization",
|
|
2326
|
+
"header"
|
|
2327
|
+
]
|
|
2328
|
+
}
|
|
2079
2329
|
},
|
|
2080
2330
|
"堆": {
|
|
2081
2331
|
"taiwan": "堆積",
|
|
@@ -2162,64 +2412,232 @@
|
|
|
2162
2412
|
"confidence": 0.9,
|
|
2163
2413
|
"category": "mainland-term",
|
|
2164
2414
|
"reason": "台灣軟體開發標準",
|
|
2165
|
-
"match_type": "
|
|
2166
|
-
"autofix_safe":
|
|
2415
|
+
"match_type": "context_sensitive",
|
|
2416
|
+
"autofix_safe": false,
|
|
2417
|
+
"context": {
|
|
2418
|
+
"before": [
|
|
2419
|
+
"功能",
|
|
2420
|
+
"介面",
|
|
2421
|
+
"API",
|
|
2422
|
+
"程式",
|
|
2423
|
+
"模組",
|
|
2424
|
+
"函式",
|
|
2425
|
+
"方法",
|
|
2426
|
+
"class",
|
|
2427
|
+
"元件",
|
|
2428
|
+
"架構"
|
|
2429
|
+
],
|
|
2430
|
+
"exclude": [
|
|
2431
|
+
"夢想",
|
|
2432
|
+
"目標",
|
|
2433
|
+
"願景",
|
|
2434
|
+
"理想"
|
|
2435
|
+
]
|
|
2436
|
+
}
|
|
2167
2437
|
},
|
|
2168
2438
|
"实现_implement": {
|
|
2169
2439
|
"taiwan": "實作",
|
|
2170
2440
|
"confidence": 0.9,
|
|
2171
2441
|
"category": "mainland-term",
|
|
2172
2442
|
"reason": "台灣軟體開發標準",
|
|
2173
|
-
"match_type": "
|
|
2174
|
-
"autofix_safe":
|
|
2443
|
+
"match_type": "context_sensitive",
|
|
2444
|
+
"autofix_safe": false,
|
|
2445
|
+
"context": {
|
|
2446
|
+
"before": [
|
|
2447
|
+
"功能",
|
|
2448
|
+
"介面",
|
|
2449
|
+
"API",
|
|
2450
|
+
"程式",
|
|
2451
|
+
"模組",
|
|
2452
|
+
"函式",
|
|
2453
|
+
"方法",
|
|
2454
|
+
"class",
|
|
2455
|
+
"元件",
|
|
2456
|
+
"架構"
|
|
2457
|
+
],
|
|
2458
|
+
"exclude": [
|
|
2459
|
+
"夢想",
|
|
2460
|
+
"目標",
|
|
2461
|
+
"願景",
|
|
2462
|
+
"理想"
|
|
2463
|
+
]
|
|
2464
|
+
}
|
|
2175
2465
|
},
|
|
2176
2466
|
"實現": {
|
|
2177
2467
|
"taiwan": "實作",
|
|
2178
2468
|
"confidence": 0.9,
|
|
2179
2469
|
"category": "mainland-term",
|
|
2180
2470
|
"reason": "台灣軟體開發標準",
|
|
2181
|
-
"match_type": "
|
|
2182
|
-
"autofix_safe":
|
|
2471
|
+
"match_type": "context_sensitive",
|
|
2472
|
+
"autofix_safe": false,
|
|
2473
|
+
"context": {
|
|
2474
|
+
"before": [
|
|
2475
|
+
"功能",
|
|
2476
|
+
"介面",
|
|
2477
|
+
"API",
|
|
2478
|
+
"程式",
|
|
2479
|
+
"模組",
|
|
2480
|
+
"函式",
|
|
2481
|
+
"方法",
|
|
2482
|
+
"class",
|
|
2483
|
+
"元件",
|
|
2484
|
+
"架構"
|
|
2485
|
+
],
|
|
2486
|
+
"exclude": [
|
|
2487
|
+
"夢想",
|
|
2488
|
+
"目標",
|
|
2489
|
+
"願景",
|
|
2490
|
+
"理想"
|
|
2491
|
+
]
|
|
2492
|
+
}
|
|
2183
2493
|
},
|
|
2184
2494
|
"實現_implement": {
|
|
2185
2495
|
"taiwan": "實作",
|
|
2186
2496
|
"confidence": 0.9,
|
|
2187
2497
|
"category": "mainland-term",
|
|
2188
2498
|
"reason": "台灣軟體開發標準",
|
|
2189
|
-
"match_type": "
|
|
2190
|
-
"autofix_safe":
|
|
2499
|
+
"match_type": "context_sensitive",
|
|
2500
|
+
"autofix_safe": false,
|
|
2501
|
+
"context": {
|
|
2502
|
+
"before": [
|
|
2503
|
+
"功能",
|
|
2504
|
+
"介面",
|
|
2505
|
+
"API",
|
|
2506
|
+
"程式",
|
|
2507
|
+
"模組",
|
|
2508
|
+
"函式",
|
|
2509
|
+
"方法",
|
|
2510
|
+
"class",
|
|
2511
|
+
"元件",
|
|
2512
|
+
"架構"
|
|
2513
|
+
],
|
|
2514
|
+
"exclude": [
|
|
2515
|
+
"夢想",
|
|
2516
|
+
"目標",
|
|
2517
|
+
"願景",
|
|
2518
|
+
"理想"
|
|
2519
|
+
]
|
|
2520
|
+
}
|
|
2191
2521
|
},
|
|
2192
2522
|
"导入": {
|
|
2193
2523
|
"taiwan": "匯入",
|
|
2194
2524
|
"confidence": 0.9,
|
|
2195
2525
|
"category": "mainland-term",
|
|
2196
2526
|
"reason": "台灣程式開發標準",
|
|
2197
|
-
"match_type": "
|
|
2198
|
-
"autofix_safe":
|
|
2527
|
+
"match_type": "context_sensitive",
|
|
2528
|
+
"autofix_safe": false,
|
|
2529
|
+
"context": {
|
|
2530
|
+
"before": [
|
|
2531
|
+
"程式",
|
|
2532
|
+
"模組",
|
|
2533
|
+
"套件",
|
|
2534
|
+
"資料",
|
|
2535
|
+
"檔案",
|
|
2536
|
+
"函式",
|
|
2537
|
+
"CSV",
|
|
2538
|
+
"JSON",
|
|
2539
|
+
"匯入",
|
|
2540
|
+
"Excel"
|
|
2541
|
+
],
|
|
2542
|
+
"exclude": [
|
|
2543
|
+
"精華",
|
|
2544
|
+
"離子",
|
|
2545
|
+
"皮膚",
|
|
2546
|
+
"導入儀",
|
|
2547
|
+
"美容",
|
|
2548
|
+
"保養"
|
|
2549
|
+
]
|
|
2550
|
+
}
|
|
2199
2551
|
},
|
|
2200
2552
|
"导入_import": {
|
|
2201
2553
|
"taiwan": "匯入",
|
|
2202
2554
|
"confidence": 0.9,
|
|
2203
2555
|
"category": "mainland-term",
|
|
2204
2556
|
"reason": "台灣程式開發標準",
|
|
2205
|
-
"match_type": "
|
|
2206
|
-
"autofix_safe":
|
|
2557
|
+
"match_type": "context_sensitive",
|
|
2558
|
+
"autofix_safe": false,
|
|
2559
|
+
"context": {
|
|
2560
|
+
"before": [
|
|
2561
|
+
"程式",
|
|
2562
|
+
"模組",
|
|
2563
|
+
"套件",
|
|
2564
|
+
"資料",
|
|
2565
|
+
"檔案",
|
|
2566
|
+
"函式",
|
|
2567
|
+
"CSV",
|
|
2568
|
+
"JSON",
|
|
2569
|
+
"匯入",
|
|
2570
|
+
"Excel"
|
|
2571
|
+
],
|
|
2572
|
+
"exclude": [
|
|
2573
|
+
"精華",
|
|
2574
|
+
"離子",
|
|
2575
|
+
"皮膚",
|
|
2576
|
+
"導入儀",
|
|
2577
|
+
"美容",
|
|
2578
|
+
"保養"
|
|
2579
|
+
]
|
|
2580
|
+
}
|
|
2207
2581
|
},
|
|
2208
2582
|
"導入": {
|
|
2209
2583
|
"taiwan": "匯入",
|
|
2210
2584
|
"confidence": 0.9,
|
|
2211
2585
|
"category": "mainland-term",
|
|
2212
2586
|
"reason": "台灣程式開發標準",
|
|
2213
|
-
"match_type": "
|
|
2214
|
-
"autofix_safe":
|
|
2587
|
+
"match_type": "context_sensitive",
|
|
2588
|
+
"autofix_safe": false,
|
|
2589
|
+
"context": {
|
|
2590
|
+
"before": [
|
|
2591
|
+
"程式",
|
|
2592
|
+
"模組",
|
|
2593
|
+
"套件",
|
|
2594
|
+
"資料",
|
|
2595
|
+
"檔案",
|
|
2596
|
+
"函式",
|
|
2597
|
+
"CSV",
|
|
2598
|
+
"JSON",
|
|
2599
|
+
"匯入",
|
|
2600
|
+
"Excel"
|
|
2601
|
+
],
|
|
2602
|
+
"exclude": [
|
|
2603
|
+
"精華",
|
|
2604
|
+
"離子",
|
|
2605
|
+
"皮膚",
|
|
2606
|
+
"導入儀",
|
|
2607
|
+
"美容",
|
|
2608
|
+
"保養"
|
|
2609
|
+
]
|
|
2610
|
+
}
|
|
2215
2611
|
},
|
|
2216
2612
|
"導入_import": {
|
|
2217
2613
|
"taiwan": "匯入",
|
|
2218
2614
|
"confidence": 0.9,
|
|
2219
2615
|
"category": "mainland-term",
|
|
2220
2616
|
"reason": "台灣程式開發標準",
|
|
2221
|
-
"match_type": "
|
|
2222
|
-
"autofix_safe":
|
|
2617
|
+
"match_type": "context_sensitive",
|
|
2618
|
+
"autofix_safe": false,
|
|
2619
|
+
"context": {
|
|
2620
|
+
"before": [
|
|
2621
|
+
"程式",
|
|
2622
|
+
"模組",
|
|
2623
|
+
"套件",
|
|
2624
|
+
"資料",
|
|
2625
|
+
"檔案",
|
|
2626
|
+
"函式",
|
|
2627
|
+
"CSV",
|
|
2628
|
+
"JSON",
|
|
2629
|
+
"匯入",
|
|
2630
|
+
"Excel"
|
|
2631
|
+
],
|
|
2632
|
+
"exclude": [
|
|
2633
|
+
"精華",
|
|
2634
|
+
"離子",
|
|
2635
|
+
"皮膚",
|
|
2636
|
+
"導入儀",
|
|
2637
|
+
"美容",
|
|
2638
|
+
"保養"
|
|
2639
|
+
]
|
|
2640
|
+
}
|
|
2223
2641
|
},
|
|
2224
2642
|
"信息": {
|
|
2225
2643
|
"taiwan": "資訊",
|
|
@@ -2493,22 +2911,6 @@
|
|
|
2493
2911
|
"match_type": "exact",
|
|
2494
2912
|
"autofix_safe": true
|
|
2495
2913
|
},
|
|
2496
|
-
"本地": {
|
|
2497
|
-
"taiwan": "本機",
|
|
2498
|
-
"confidence": 0.85,
|
|
2499
|
-
"category": "mainland-term",
|
|
2500
|
-
"reason": "台灣系統術語標準",
|
|
2501
|
-
"match_type": "exact",
|
|
2502
|
-
"autofix_safe": true
|
|
2503
|
-
},
|
|
2504
|
-
"本地_local": {
|
|
2505
|
-
"taiwan": "本機",
|
|
2506
|
-
"confidence": 0.85,
|
|
2507
|
-
"category": "mainland-term",
|
|
2508
|
-
"reason": "台灣系統術語標準",
|
|
2509
|
-
"match_type": "exact",
|
|
2510
|
-
"autofix_safe": true
|
|
2511
|
-
},
|
|
2512
2914
|
"日志": {
|
|
2513
2915
|
"taiwan": "日誌",
|
|
2514
2916
|
"confidence": 0.85,
|
|
@@ -2546,32 +2948,116 @@
|
|
|
2546
2948
|
"confidence": 0.9,
|
|
2547
2949
|
"category": "mainland-term",
|
|
2548
2950
|
"reason": "台灣程式設計標準",
|
|
2549
|
-
"match_type": "
|
|
2550
|
-
"autofix_safe":
|
|
2951
|
+
"match_type": "context_sensitive",
|
|
2952
|
+
"autofix_safe": false,
|
|
2953
|
+
"context": {
|
|
2954
|
+
"before": [
|
|
2955
|
+
"for",
|
|
2956
|
+
"while",
|
|
2957
|
+
"break",
|
|
2958
|
+
"函式",
|
|
2959
|
+
"變數",
|
|
2960
|
+
"陣列",
|
|
2961
|
+
"遞迴",
|
|
2962
|
+
"程式碼",
|
|
2963
|
+
"迭代",
|
|
2964
|
+
"條件"
|
|
2965
|
+
],
|
|
2966
|
+
"exclude": [
|
|
2967
|
+
"血液",
|
|
2968
|
+
"經濟",
|
|
2969
|
+
"生態",
|
|
2970
|
+
"利用",
|
|
2971
|
+
"往復"
|
|
2972
|
+
]
|
|
2973
|
+
}
|
|
2551
2974
|
},
|
|
2552
2975
|
"循环_loop": {
|
|
2553
2976
|
"taiwan": "迴圈",
|
|
2554
2977
|
"confidence": 0.9,
|
|
2555
2978
|
"category": "mainland-term",
|
|
2556
2979
|
"reason": "台灣程式設計標準",
|
|
2557
|
-
"match_type": "
|
|
2558
|
-
"autofix_safe":
|
|
2980
|
+
"match_type": "context_sensitive",
|
|
2981
|
+
"autofix_safe": false,
|
|
2982
|
+
"context": {
|
|
2983
|
+
"before": [
|
|
2984
|
+
"for",
|
|
2985
|
+
"while",
|
|
2986
|
+
"break",
|
|
2987
|
+
"函式",
|
|
2988
|
+
"變數",
|
|
2989
|
+
"陣列",
|
|
2990
|
+
"遞迴",
|
|
2991
|
+
"程式碼",
|
|
2992
|
+
"迭代",
|
|
2993
|
+
"條件"
|
|
2994
|
+
],
|
|
2995
|
+
"exclude": [
|
|
2996
|
+
"血液",
|
|
2997
|
+
"經濟",
|
|
2998
|
+
"生態",
|
|
2999
|
+
"利用",
|
|
3000
|
+
"往復"
|
|
3001
|
+
]
|
|
3002
|
+
}
|
|
2559
3003
|
},
|
|
2560
3004
|
"循環": {
|
|
2561
3005
|
"taiwan": "迴圈",
|
|
2562
3006
|
"confidence": 0.9,
|
|
2563
3007
|
"category": "mainland-term",
|
|
2564
3008
|
"reason": "台灣程式設計標準",
|
|
2565
|
-
"match_type": "
|
|
2566
|
-
"autofix_safe":
|
|
3009
|
+
"match_type": "context_sensitive",
|
|
3010
|
+
"autofix_safe": false,
|
|
3011
|
+
"context": {
|
|
3012
|
+
"before": [
|
|
3013
|
+
"for",
|
|
3014
|
+
"while",
|
|
3015
|
+
"break",
|
|
3016
|
+
"函式",
|
|
3017
|
+
"變數",
|
|
3018
|
+
"陣列",
|
|
3019
|
+
"遞迴",
|
|
3020
|
+
"程式碼",
|
|
3021
|
+
"迭代",
|
|
3022
|
+
"條件"
|
|
3023
|
+
],
|
|
3024
|
+
"exclude": [
|
|
3025
|
+
"血液",
|
|
3026
|
+
"經濟",
|
|
3027
|
+
"生態",
|
|
3028
|
+
"利用",
|
|
3029
|
+
"往復"
|
|
3030
|
+
]
|
|
3031
|
+
}
|
|
2567
3032
|
},
|
|
2568
3033
|
"循環_loop": {
|
|
2569
3034
|
"taiwan": "迴圈",
|
|
2570
3035
|
"confidence": 0.9,
|
|
2571
3036
|
"category": "mainland-term",
|
|
2572
3037
|
"reason": "台灣程式設計標準",
|
|
2573
|
-
"match_type": "
|
|
2574
|
-
"autofix_safe":
|
|
3038
|
+
"match_type": "context_sensitive",
|
|
3039
|
+
"autofix_safe": false,
|
|
3040
|
+
"context": {
|
|
3041
|
+
"before": [
|
|
3042
|
+
"for",
|
|
3043
|
+
"while",
|
|
3044
|
+
"break",
|
|
3045
|
+
"函式",
|
|
3046
|
+
"變數",
|
|
3047
|
+
"陣列",
|
|
3048
|
+
"遞迴",
|
|
3049
|
+
"程式碼",
|
|
3050
|
+
"迭代",
|
|
3051
|
+
"條件"
|
|
3052
|
+
],
|
|
3053
|
+
"exclude": [
|
|
3054
|
+
"血液",
|
|
3055
|
+
"經濟",
|
|
3056
|
+
"生態",
|
|
3057
|
+
"利用",
|
|
3058
|
+
"往復"
|
|
3059
|
+
]
|
|
3060
|
+
}
|
|
2575
3061
|
},
|
|
2576
3062
|
"内存": {
|
|
2577
3063
|
"taiwan": "記憶體",
|
|
@@ -2610,80 +3096,208 @@
|
|
|
2610
3096
|
"confidence": 0.9,
|
|
2611
3097
|
"category": "mainland-term",
|
|
2612
3098
|
"reason": "台灣介面設計標準",
|
|
2613
|
-
"match_type": "
|
|
2614
|
-
"autofix_safe":
|
|
3099
|
+
"match_type": "context_sensitive",
|
|
3100
|
+
"autofix_safe": false,
|
|
3101
|
+
"context": {
|
|
3102
|
+
"before": [
|
|
3103
|
+
"下拉",
|
|
3104
|
+
"右鍵",
|
|
3105
|
+
"導航",
|
|
3106
|
+
"功能",
|
|
3107
|
+
"系統",
|
|
3108
|
+
"介面",
|
|
3109
|
+
"工具列",
|
|
3110
|
+
"點擊",
|
|
3111
|
+
"彈出"
|
|
3112
|
+
],
|
|
3113
|
+
"exclude": [
|
|
3114
|
+
"餐廳",
|
|
3115
|
+
"料理",
|
|
3116
|
+
"美食",
|
|
3117
|
+
"點菜"
|
|
3118
|
+
]
|
|
3119
|
+
}
|
|
2615
3120
|
},
|
|
2616
3121
|
"菜单_menu": {
|
|
2617
3122
|
"taiwan": "選單",
|
|
2618
3123
|
"confidence": 0.9,
|
|
2619
3124
|
"category": "mainland-term",
|
|
2620
3125
|
"reason": "台灣介面設計標準",
|
|
2621
|
-
"match_type": "
|
|
2622
|
-
"autofix_safe":
|
|
3126
|
+
"match_type": "context_sensitive",
|
|
3127
|
+
"autofix_safe": false,
|
|
3128
|
+
"context": {
|
|
3129
|
+
"before": [
|
|
3130
|
+
"下拉",
|
|
3131
|
+
"右鍵",
|
|
3132
|
+
"導航",
|
|
3133
|
+
"功能",
|
|
3134
|
+
"系統",
|
|
3135
|
+
"介面",
|
|
3136
|
+
"工具列",
|
|
3137
|
+
"點擊",
|
|
3138
|
+
"彈出"
|
|
3139
|
+
],
|
|
3140
|
+
"exclude": [
|
|
3141
|
+
"餐廳",
|
|
3142
|
+
"料理",
|
|
3143
|
+
"美食",
|
|
3144
|
+
"點菜"
|
|
3145
|
+
]
|
|
3146
|
+
}
|
|
2623
3147
|
},
|
|
2624
3148
|
"菜單": {
|
|
2625
3149
|
"taiwan": "選單",
|
|
2626
3150
|
"confidence": 0.9,
|
|
2627
3151
|
"category": "mainland-term",
|
|
2628
3152
|
"reason": "台灣介面設計標準",
|
|
2629
|
-
"match_type": "
|
|
2630
|
-
"autofix_safe":
|
|
3153
|
+
"match_type": "context_sensitive",
|
|
3154
|
+
"autofix_safe": false,
|
|
3155
|
+
"context": {
|
|
3156
|
+
"before": [
|
|
3157
|
+
"下拉",
|
|
3158
|
+
"右鍵",
|
|
3159
|
+
"導航",
|
|
3160
|
+
"功能",
|
|
3161
|
+
"系統",
|
|
3162
|
+
"介面",
|
|
3163
|
+
"工具列",
|
|
3164
|
+
"點擊",
|
|
3165
|
+
"彈出"
|
|
3166
|
+
],
|
|
3167
|
+
"exclude": [
|
|
3168
|
+
"餐廳",
|
|
3169
|
+
"料理",
|
|
3170
|
+
"美食",
|
|
3171
|
+
"點菜"
|
|
3172
|
+
]
|
|
3173
|
+
}
|
|
2631
3174
|
},
|
|
2632
3175
|
"菜單_menu": {
|
|
2633
3176
|
"taiwan": "選單",
|
|
2634
3177
|
"confidence": 0.9,
|
|
2635
3178
|
"category": "mainland-term",
|
|
2636
3179
|
"reason": "台灣介面設計標準",
|
|
2637
|
-
"match_type": "
|
|
2638
|
-
"autofix_safe":
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
3180
|
+
"match_type": "context_sensitive",
|
|
3181
|
+
"autofix_safe": false,
|
|
3182
|
+
"context": {
|
|
3183
|
+
"before": [
|
|
3184
|
+
"下拉",
|
|
3185
|
+
"右鍵",
|
|
3186
|
+
"導航",
|
|
3187
|
+
"功能",
|
|
3188
|
+
"系統",
|
|
3189
|
+
"介面",
|
|
3190
|
+
"工具列",
|
|
3191
|
+
"點擊",
|
|
3192
|
+
"彈出"
|
|
3193
|
+
],
|
|
3194
|
+
"exclude": [
|
|
3195
|
+
"餐廳",
|
|
3196
|
+
"料理",
|
|
3197
|
+
"美食",
|
|
3198
|
+
"點菜"
|
|
3199
|
+
]
|
|
3200
|
+
}
|
|
2655
3201
|
},
|
|
2656
3202
|
"移动": {
|
|
2657
3203
|
"taiwan": "行動",
|
|
2658
3204
|
"confidence": 0.9,
|
|
2659
3205
|
"category": "mainland-term",
|
|
2660
3206
|
"reason": "台灣行動裝置標準",
|
|
2661
|
-
"match_type": "
|
|
2662
|
-
"autofix_safe":
|
|
3207
|
+
"match_type": "context_sensitive",
|
|
3208
|
+
"autofix_safe": false,
|
|
3209
|
+
"context": {
|
|
3210
|
+
"after": [
|
|
3211
|
+
"設備",
|
|
3212
|
+
"裝置",
|
|
3213
|
+
"端",
|
|
3214
|
+
"應用",
|
|
3215
|
+
"通訊",
|
|
3216
|
+
"平台",
|
|
3217
|
+
"手機",
|
|
3218
|
+
"終端"
|
|
3219
|
+
],
|
|
3220
|
+
"exclude": [
|
|
3221
|
+
"位置",
|
|
3222
|
+
"搬",
|
|
3223
|
+
"搬運"
|
|
3224
|
+
]
|
|
3225
|
+
}
|
|
2663
3226
|
},
|
|
2664
3227
|
"移动_mobile": {
|
|
2665
3228
|
"taiwan": "行動",
|
|
2666
3229
|
"confidence": 0.9,
|
|
2667
3230
|
"category": "mainland-term",
|
|
2668
3231
|
"reason": "台灣行動裝置標準",
|
|
2669
|
-
"match_type": "
|
|
2670
|
-
"autofix_safe":
|
|
3232
|
+
"match_type": "context_sensitive",
|
|
3233
|
+
"autofix_safe": false,
|
|
3234
|
+
"context": {
|
|
3235
|
+
"after": [
|
|
3236
|
+
"設備",
|
|
3237
|
+
"裝置",
|
|
3238
|
+
"端",
|
|
3239
|
+
"應用",
|
|
3240
|
+
"通訊",
|
|
3241
|
+
"平台",
|
|
3242
|
+
"手機",
|
|
3243
|
+
"終端"
|
|
3244
|
+
],
|
|
3245
|
+
"exclude": [
|
|
3246
|
+
"位置",
|
|
3247
|
+
"搬",
|
|
3248
|
+
"搬運"
|
|
3249
|
+
]
|
|
3250
|
+
}
|
|
2671
3251
|
},
|
|
2672
3252
|
"移動": {
|
|
2673
3253
|
"taiwan": "行動",
|
|
2674
3254
|
"confidence": 0.9,
|
|
2675
3255
|
"category": "mainland-term",
|
|
2676
3256
|
"reason": "台灣行動裝置標準",
|
|
2677
|
-
"match_type": "
|
|
2678
|
-
"autofix_safe":
|
|
3257
|
+
"match_type": "context_sensitive",
|
|
3258
|
+
"autofix_safe": false,
|
|
3259
|
+
"context": {
|
|
3260
|
+
"after": [
|
|
3261
|
+
"設備",
|
|
3262
|
+
"裝置",
|
|
3263
|
+
"端",
|
|
3264
|
+
"應用",
|
|
3265
|
+
"通訊",
|
|
3266
|
+
"平台",
|
|
3267
|
+
"手機",
|
|
3268
|
+
"終端"
|
|
3269
|
+
],
|
|
3270
|
+
"exclude": [
|
|
3271
|
+
"位置",
|
|
3272
|
+
"搬",
|
|
3273
|
+
"搬運"
|
|
3274
|
+
]
|
|
3275
|
+
}
|
|
2679
3276
|
},
|
|
2680
3277
|
"移動_mobile": {
|
|
2681
3278
|
"taiwan": "行動",
|
|
2682
3279
|
"confidence": 0.9,
|
|
2683
3280
|
"category": "mainland-term",
|
|
2684
3281
|
"reason": "台灣行動裝置標準",
|
|
2685
|
-
"match_type": "
|
|
2686
|
-
"autofix_safe":
|
|
3282
|
+
"match_type": "context_sensitive",
|
|
3283
|
+
"autofix_safe": false,
|
|
3284
|
+
"context": {
|
|
3285
|
+
"after": [
|
|
3286
|
+
"設備",
|
|
3287
|
+
"裝置",
|
|
3288
|
+
"端",
|
|
3289
|
+
"應用",
|
|
3290
|
+
"通訊",
|
|
3291
|
+
"平台",
|
|
3292
|
+
"手機",
|
|
3293
|
+
"終端"
|
|
3294
|
+
],
|
|
3295
|
+
"exclude": [
|
|
3296
|
+
"位置",
|
|
3297
|
+
"搬",
|
|
3298
|
+
"搬運"
|
|
3299
|
+
]
|
|
3300
|
+
}
|
|
2687
3301
|
},
|
|
2688
3302
|
"模块": {
|
|
2689
3303
|
"taiwan": "模組",
|
|
@@ -2781,38 +3395,6 @@
|
|
|
2781
3395
|
"match_type": "exact",
|
|
2782
3396
|
"autofix_safe": true
|
|
2783
3397
|
},
|
|
2784
|
-
"对象": {
|
|
2785
|
-
"taiwan": "物件",
|
|
2786
|
-
"confidence": 0.95,
|
|
2787
|
-
"category": "mainland-term",
|
|
2788
|
-
"reason": "台灣物件導向標準",
|
|
2789
|
-
"match_type": "exact",
|
|
2790
|
-
"autofix_safe": true
|
|
2791
|
-
},
|
|
2792
|
-
"对象_object": {
|
|
2793
|
-
"taiwan": "物件",
|
|
2794
|
-
"confidence": 0.95,
|
|
2795
|
-
"category": "mainland-term",
|
|
2796
|
-
"reason": "台灣物件導向標準",
|
|
2797
|
-
"match_type": "exact",
|
|
2798
|
-
"autofix_safe": true
|
|
2799
|
-
},
|
|
2800
|
-
"對象": {
|
|
2801
|
-
"taiwan": "物件",
|
|
2802
|
-
"confidence": 0.95,
|
|
2803
|
-
"category": "mainland-term",
|
|
2804
|
-
"reason": "台灣物件導向標準",
|
|
2805
|
-
"match_type": "exact",
|
|
2806
|
-
"autofix_safe": true
|
|
2807
|
-
},
|
|
2808
|
-
"對象_object": {
|
|
2809
|
-
"taiwan": "物件",
|
|
2810
|
-
"confidence": 0.95,
|
|
2811
|
-
"category": "mainland-term",
|
|
2812
|
-
"reason": "台灣物件導向標準",
|
|
2813
|
-
"match_type": "exact",
|
|
2814
|
-
"autofix_safe": true
|
|
2815
|
-
},
|
|
2816
3398
|
"在线": {
|
|
2817
3399
|
"taiwan": "線上",
|
|
2818
3400
|
"confidence": 0.85,
|
|
@@ -2850,32 +3432,120 @@
|
|
|
2850
3432
|
"confidence": 0.9,
|
|
2851
3433
|
"category": "mainland-term",
|
|
2852
3434
|
"reason": "台灣效能調校標準",
|
|
2853
|
-
"match_type": "
|
|
2854
|
-
"autofix_safe":
|
|
3435
|
+
"match_type": "context_sensitive",
|
|
3436
|
+
"autofix_safe": false,
|
|
3437
|
+
"context": {
|
|
3438
|
+
"before": [
|
|
3439
|
+
"效能",
|
|
3440
|
+
"演算法",
|
|
3441
|
+
"查詢",
|
|
3442
|
+
"編譯",
|
|
3443
|
+
"記憶體",
|
|
3444
|
+
"CPU",
|
|
3445
|
+
"資料庫",
|
|
3446
|
+
"回應時間",
|
|
3447
|
+
"程式",
|
|
3448
|
+
"系統"
|
|
3449
|
+
],
|
|
3450
|
+
"exclude": [
|
|
3451
|
+
"保養",
|
|
3452
|
+
"膚質",
|
|
3453
|
+
"身體",
|
|
3454
|
+
"飲食",
|
|
3455
|
+
"生活",
|
|
3456
|
+
"流程"
|
|
3457
|
+
]
|
|
3458
|
+
}
|
|
2855
3459
|
},
|
|
2856
3460
|
"优化_optimize": {
|
|
2857
3461
|
"taiwan": "最佳化",
|
|
2858
3462
|
"confidence": 0.9,
|
|
2859
3463
|
"category": "mainland-term",
|
|
2860
3464
|
"reason": "台灣效能調校標準",
|
|
2861
|
-
"match_type": "
|
|
2862
|
-
"autofix_safe":
|
|
3465
|
+
"match_type": "context_sensitive",
|
|
3466
|
+
"autofix_safe": false,
|
|
3467
|
+
"context": {
|
|
3468
|
+
"before": [
|
|
3469
|
+
"效能",
|
|
3470
|
+
"演算法",
|
|
3471
|
+
"查詢",
|
|
3472
|
+
"編譯",
|
|
3473
|
+
"記憶體",
|
|
3474
|
+
"CPU",
|
|
3475
|
+
"資料庫",
|
|
3476
|
+
"回應時間",
|
|
3477
|
+
"程式",
|
|
3478
|
+
"系統"
|
|
3479
|
+
],
|
|
3480
|
+
"exclude": [
|
|
3481
|
+
"保養",
|
|
3482
|
+
"膚質",
|
|
3483
|
+
"身體",
|
|
3484
|
+
"飲食",
|
|
3485
|
+
"生活",
|
|
3486
|
+
"流程"
|
|
3487
|
+
]
|
|
3488
|
+
}
|
|
2863
3489
|
},
|
|
2864
3490
|
"優化": {
|
|
2865
3491
|
"taiwan": "最佳化",
|
|
2866
3492
|
"confidence": 0.9,
|
|
2867
3493
|
"category": "mainland-term",
|
|
2868
3494
|
"reason": "台灣效能調校標準",
|
|
2869
|
-
"match_type": "
|
|
2870
|
-
"autofix_safe":
|
|
3495
|
+
"match_type": "context_sensitive",
|
|
3496
|
+
"autofix_safe": false,
|
|
3497
|
+
"context": {
|
|
3498
|
+
"before": [
|
|
3499
|
+
"效能",
|
|
3500
|
+
"演算法",
|
|
3501
|
+
"查詢",
|
|
3502
|
+
"編譯",
|
|
3503
|
+
"記憶體",
|
|
3504
|
+
"CPU",
|
|
3505
|
+
"資料庫",
|
|
3506
|
+
"回應時間",
|
|
3507
|
+
"程式",
|
|
3508
|
+
"系統"
|
|
3509
|
+
],
|
|
3510
|
+
"exclude": [
|
|
3511
|
+
"保養",
|
|
3512
|
+
"膚質",
|
|
3513
|
+
"身體",
|
|
3514
|
+
"飲食",
|
|
3515
|
+
"生活",
|
|
3516
|
+
"流程"
|
|
3517
|
+
]
|
|
3518
|
+
}
|
|
2871
3519
|
},
|
|
2872
3520
|
"優化_optimize": {
|
|
2873
3521
|
"taiwan": "最佳化",
|
|
2874
3522
|
"confidence": 0.9,
|
|
2875
3523
|
"category": "mainland-term",
|
|
2876
3524
|
"reason": "台灣效能調校標準",
|
|
2877
|
-
"match_type": "
|
|
2878
|
-
"autofix_safe":
|
|
3525
|
+
"match_type": "context_sensitive",
|
|
3526
|
+
"autofix_safe": false,
|
|
3527
|
+
"context": {
|
|
3528
|
+
"before": [
|
|
3529
|
+
"效能",
|
|
3530
|
+
"演算法",
|
|
3531
|
+
"查詢",
|
|
3532
|
+
"編譯",
|
|
3533
|
+
"記憶體",
|
|
3534
|
+
"CPU",
|
|
3535
|
+
"資料庫",
|
|
3536
|
+
"回應時間",
|
|
3537
|
+
"程式",
|
|
3538
|
+
"系統"
|
|
3539
|
+
],
|
|
3540
|
+
"exclude": [
|
|
3541
|
+
"保養",
|
|
3542
|
+
"膚質",
|
|
3543
|
+
"身體",
|
|
3544
|
+
"飲食",
|
|
3545
|
+
"生活",
|
|
3546
|
+
"流程"
|
|
3547
|
+
]
|
|
3548
|
+
}
|
|
2879
3549
|
},
|
|
2880
3550
|
"溢出": {
|
|
2881
3551
|
"taiwan": "溢位",
|
|
@@ -2941,37 +3611,61 @@
|
|
|
2941
3611
|
"match_type": "exact",
|
|
2942
3612
|
"autofix_safe": true
|
|
2943
3613
|
},
|
|
2944
|
-
"解析": {
|
|
2945
|
-
"taiwan": "剖析",
|
|
2946
|
-
"confidence": 0.85,
|
|
2947
|
-
"category": "mainland-term",
|
|
2948
|
-
"reason": "台灣資料處理標準",
|
|
2949
|
-
"match_type": "exact",
|
|
2950
|
-
"autofix_safe": true
|
|
2951
|
-
},
|
|
2952
|
-
"解析_parse": {
|
|
2953
|
-
"taiwan": "剖析",
|
|
2954
|
-
"confidence": 0.85,
|
|
2955
|
-
"category": "mainland-term",
|
|
2956
|
-
"reason": "台灣資料處理標準",
|
|
2957
|
-
"match_type": "exact",
|
|
2958
|
-
"autofix_safe": true
|
|
2959
|
-
},
|
|
2960
3614
|
"性能": {
|
|
2961
3615
|
"taiwan": "效能",
|
|
2962
3616
|
"confidence": 0.9,
|
|
2963
3617
|
"category": "mainland-term",
|
|
2964
3618
|
"reason": "台灣系統評測標準",
|
|
2965
|
-
"match_type": "
|
|
2966
|
-
"autofix_safe":
|
|
3619
|
+
"match_type": "context_sensitive",
|
|
3620
|
+
"autofix_safe": false,
|
|
3621
|
+
"context": {
|
|
3622
|
+
"before": [
|
|
3623
|
+
"效能",
|
|
3624
|
+
"系統",
|
|
3625
|
+
"CPU",
|
|
3626
|
+
"記憶體",
|
|
3627
|
+
"瓶頸",
|
|
3628
|
+
"基準測試",
|
|
3629
|
+
"負載",
|
|
3630
|
+
"延遲",
|
|
3631
|
+
"吞吐"
|
|
3632
|
+
],
|
|
3633
|
+
"exclude": [
|
|
3634
|
+
"汽車",
|
|
3635
|
+
"引擎",
|
|
3636
|
+
"馬力",
|
|
3637
|
+
"車輛",
|
|
3638
|
+
"產品"
|
|
3639
|
+
]
|
|
3640
|
+
}
|
|
2967
3641
|
},
|
|
2968
3642
|
"性能_performance": {
|
|
2969
3643
|
"taiwan": "效能",
|
|
2970
3644
|
"confidence": 0.9,
|
|
2971
3645
|
"category": "mainland-term",
|
|
2972
3646
|
"reason": "台灣系統評測標準",
|
|
2973
|
-
"match_type": "
|
|
2974
|
-
"autofix_safe":
|
|
3647
|
+
"match_type": "context_sensitive",
|
|
3648
|
+
"autofix_safe": false,
|
|
3649
|
+
"context": {
|
|
3650
|
+
"before": [
|
|
3651
|
+
"效能",
|
|
3652
|
+
"系統",
|
|
3653
|
+
"CPU",
|
|
3654
|
+
"記憶體",
|
|
3655
|
+
"瓶頸",
|
|
3656
|
+
"基準測試",
|
|
3657
|
+
"負載",
|
|
3658
|
+
"延遲",
|
|
3659
|
+
"吞吐"
|
|
3660
|
+
],
|
|
3661
|
+
"exclude": [
|
|
3662
|
+
"汽車",
|
|
3663
|
+
"引擎",
|
|
3664
|
+
"馬力",
|
|
3665
|
+
"車輛",
|
|
3666
|
+
"產品"
|
|
3667
|
+
]
|
|
3668
|
+
}
|
|
2975
3669
|
},
|
|
2976
3670
|
"插件": {
|
|
2977
3671
|
"taiwan": "外掛程式",
|
|
@@ -3074,48 +3768,186 @@
|
|
|
3074
3768
|
"confidence": 0.95,
|
|
3075
3769
|
"category": "mainland-term",
|
|
3076
3770
|
"reason": "台灣軟體開發標準",
|
|
3077
|
-
"match_type": "
|
|
3078
|
-
"autofix_safe":
|
|
3771
|
+
"match_type": "context_sensitive",
|
|
3772
|
+
"autofix_safe": false,
|
|
3773
|
+
"context": {
|
|
3774
|
+
"before": [
|
|
3775
|
+
"軟體",
|
|
3776
|
+
"代碼",
|
|
3777
|
+
"程式碼",
|
|
3778
|
+
"編寫",
|
|
3779
|
+
"應用程式",
|
|
3780
|
+
"電腦",
|
|
3781
|
+
"開發",
|
|
3782
|
+
"bug",
|
|
3783
|
+
"安裝"
|
|
3784
|
+
],
|
|
3785
|
+
"exclude": [
|
|
3786
|
+
"法律",
|
|
3787
|
+
"作業",
|
|
3788
|
+
"標準",
|
|
3789
|
+
"流程",
|
|
3790
|
+
"手續",
|
|
3791
|
+
"司法"
|
|
3792
|
+
]
|
|
3793
|
+
}
|
|
3079
3794
|
},
|
|
3080
3795
|
"程序_program": {
|
|
3081
3796
|
"taiwan": "程式",
|
|
3082
3797
|
"confidence": 0.95,
|
|
3083
3798
|
"category": "mainland-term",
|
|
3084
3799
|
"reason": "台灣軟體開發標準",
|
|
3085
|
-
"match_type": "
|
|
3086
|
-
"autofix_safe":
|
|
3800
|
+
"match_type": "context_sensitive",
|
|
3801
|
+
"autofix_safe": false,
|
|
3802
|
+
"context": {
|
|
3803
|
+
"before": [
|
|
3804
|
+
"軟體",
|
|
3805
|
+
"代碼",
|
|
3806
|
+
"程式碼",
|
|
3807
|
+
"編寫",
|
|
3808
|
+
"應用程式",
|
|
3809
|
+
"電腦",
|
|
3810
|
+
"開發",
|
|
3811
|
+
"bug",
|
|
3812
|
+
"安裝"
|
|
3813
|
+
],
|
|
3814
|
+
"exclude": [
|
|
3815
|
+
"法律",
|
|
3816
|
+
"作業",
|
|
3817
|
+
"標準",
|
|
3818
|
+
"流程",
|
|
3819
|
+
"手續",
|
|
3820
|
+
"司法"
|
|
3821
|
+
]
|
|
3822
|
+
}
|
|
3087
3823
|
},
|
|
3088
3824
|
"协议": {
|
|
3089
3825
|
"taiwan": "協定",
|
|
3090
3826
|
"confidence": 0.9,
|
|
3091
3827
|
"category": "mainland-term",
|
|
3092
3828
|
"reason": "台灣網路通訊標準",
|
|
3093
|
-
"match_type": "
|
|
3094
|
-
"autofix_safe":
|
|
3829
|
+
"match_type": "context_sensitive",
|
|
3830
|
+
"autofix_safe": false,
|
|
3831
|
+
"context": {
|
|
3832
|
+
"before": [
|
|
3833
|
+
"HTTP",
|
|
3834
|
+
"HTTPS",
|
|
3835
|
+
"TCP",
|
|
3836
|
+
"UDP",
|
|
3837
|
+
"IP",
|
|
3838
|
+
"file://",
|
|
3839
|
+
"javascript:",
|
|
3840
|
+
"URL",
|
|
3841
|
+
"URI",
|
|
3842
|
+
"MCP",
|
|
3843
|
+
"DevTools",
|
|
3844
|
+
"Chrome",
|
|
3845
|
+
"通訊",
|
|
3846
|
+
"網路",
|
|
3847
|
+
"傳輸",
|
|
3848
|
+
"主機",
|
|
3849
|
+
"設定"
|
|
3850
|
+
],
|
|
3851
|
+
"exclude": [
|
|
3852
|
+
"條款"
|
|
3853
|
+
]
|
|
3854
|
+
}
|
|
3095
3855
|
},
|
|
3096
3856
|
"协议_protocol": {
|
|
3097
3857
|
"taiwan": "協定",
|
|
3098
3858
|
"confidence": 0.9,
|
|
3099
3859
|
"category": "mainland-term",
|
|
3100
3860
|
"reason": "台灣網路通訊標準",
|
|
3101
|
-
"match_type": "
|
|
3102
|
-
"autofix_safe":
|
|
3861
|
+
"match_type": "context_sensitive",
|
|
3862
|
+
"autofix_safe": false,
|
|
3863
|
+
"context": {
|
|
3864
|
+
"before": [
|
|
3865
|
+
"HTTP",
|
|
3866
|
+
"HTTPS",
|
|
3867
|
+
"TCP",
|
|
3868
|
+
"UDP",
|
|
3869
|
+
"IP",
|
|
3870
|
+
"file://",
|
|
3871
|
+
"javascript:",
|
|
3872
|
+
"URL",
|
|
3873
|
+
"URI",
|
|
3874
|
+
"MCP",
|
|
3875
|
+
"DevTools",
|
|
3876
|
+
"Chrome",
|
|
3877
|
+
"通訊",
|
|
3878
|
+
"網路",
|
|
3879
|
+
"傳輸",
|
|
3880
|
+
"主機",
|
|
3881
|
+
"設定"
|
|
3882
|
+
],
|
|
3883
|
+
"exclude": [
|
|
3884
|
+
"條款"
|
|
3885
|
+
]
|
|
3886
|
+
}
|
|
3103
3887
|
},
|
|
3104
3888
|
"協議": {
|
|
3105
3889
|
"taiwan": "協定",
|
|
3106
3890
|
"confidence": 0.9,
|
|
3107
3891
|
"category": "mainland-term",
|
|
3108
3892
|
"reason": "台灣網路通訊標準",
|
|
3109
|
-
"match_type": "
|
|
3110
|
-
"autofix_safe":
|
|
3893
|
+
"match_type": "context_sensitive",
|
|
3894
|
+
"autofix_safe": false,
|
|
3895
|
+
"context": {
|
|
3896
|
+
"before": [
|
|
3897
|
+
"HTTP",
|
|
3898
|
+
"HTTPS",
|
|
3899
|
+
"TCP",
|
|
3900
|
+
"UDP",
|
|
3901
|
+
"IP",
|
|
3902
|
+
"file://",
|
|
3903
|
+
"javascript:",
|
|
3904
|
+
"URL",
|
|
3905
|
+
"URI",
|
|
3906
|
+
"MCP",
|
|
3907
|
+
"DevTools",
|
|
3908
|
+
"Chrome",
|
|
3909
|
+
"通訊",
|
|
3910
|
+
"網路",
|
|
3911
|
+
"傳輸",
|
|
3912
|
+
"主機",
|
|
3913
|
+
"設定"
|
|
3914
|
+
],
|
|
3915
|
+
"exclude": [
|
|
3916
|
+
"條款"
|
|
3917
|
+
]
|
|
3918
|
+
}
|
|
3111
3919
|
},
|
|
3112
3920
|
"協議_protocol": {
|
|
3113
3921
|
"taiwan": "協定",
|
|
3114
3922
|
"confidence": 0.9,
|
|
3115
3923
|
"category": "mainland-term",
|
|
3116
3924
|
"reason": "台灣網路通訊標準",
|
|
3117
|
-
"match_type": "
|
|
3118
|
-
"autofix_safe":
|
|
3925
|
+
"match_type": "context_sensitive",
|
|
3926
|
+
"autofix_safe": false,
|
|
3927
|
+
"context": {
|
|
3928
|
+
"before": [
|
|
3929
|
+
"HTTP",
|
|
3930
|
+
"HTTPS",
|
|
3931
|
+
"TCP",
|
|
3932
|
+
"UDP",
|
|
3933
|
+
"IP",
|
|
3934
|
+
"file://",
|
|
3935
|
+
"javascript:",
|
|
3936
|
+
"URL",
|
|
3937
|
+
"URI",
|
|
3938
|
+
"MCP",
|
|
3939
|
+
"DevTools",
|
|
3940
|
+
"Chrome",
|
|
3941
|
+
"通訊",
|
|
3942
|
+
"網路",
|
|
3943
|
+
"傳輸",
|
|
3944
|
+
"主機",
|
|
3945
|
+
"設定"
|
|
3946
|
+
],
|
|
3947
|
+
"exclude": [
|
|
3948
|
+
"條款"
|
|
3949
|
+
]
|
|
3950
|
+
}
|
|
3119
3951
|
},
|
|
3120
3952
|
"查询": {
|
|
3121
3953
|
"taiwan": "查詢",
|
|
@@ -3154,32 +3986,116 @@
|
|
|
3154
3986
|
"confidence": 0.95,
|
|
3155
3987
|
"category": "mainland-term",
|
|
3156
3988
|
"reason": "台灣資料結構標準",
|
|
3157
|
-
"match_type": "
|
|
3158
|
-
"autofix_safe":
|
|
3989
|
+
"match_type": "context_sensitive",
|
|
3990
|
+
"autofix_safe": false,
|
|
3991
|
+
"context": {
|
|
3992
|
+
"before": [
|
|
3993
|
+
"程式",
|
|
3994
|
+
"資料",
|
|
3995
|
+
"任務",
|
|
3996
|
+
"訊息",
|
|
3997
|
+
"排程",
|
|
3998
|
+
"FIFO",
|
|
3999
|
+
"消費者",
|
|
4000
|
+
"生產者",
|
|
4001
|
+
"處理"
|
|
4002
|
+
],
|
|
4003
|
+
"exclude": [
|
|
4004
|
+
"研究",
|
|
4005
|
+
"醫學",
|
|
4006
|
+
"流行病",
|
|
4007
|
+
"臨床",
|
|
4008
|
+
"族群",
|
|
4009
|
+
"受試者"
|
|
4010
|
+
]
|
|
4011
|
+
}
|
|
3159
4012
|
},
|
|
3160
4013
|
"队列_queue": {
|
|
3161
4014
|
"taiwan": "佇列",
|
|
3162
4015
|
"confidence": 0.95,
|
|
3163
4016
|
"category": "mainland-term",
|
|
3164
4017
|
"reason": "台灣資料結構標準",
|
|
3165
|
-
"match_type": "
|
|
3166
|
-
"autofix_safe":
|
|
4018
|
+
"match_type": "context_sensitive",
|
|
4019
|
+
"autofix_safe": false,
|
|
4020
|
+
"context": {
|
|
4021
|
+
"before": [
|
|
4022
|
+
"程式",
|
|
4023
|
+
"資料",
|
|
4024
|
+
"任務",
|
|
4025
|
+
"訊息",
|
|
4026
|
+
"排程",
|
|
4027
|
+
"FIFO",
|
|
4028
|
+
"消費者",
|
|
4029
|
+
"生產者",
|
|
4030
|
+
"處理"
|
|
4031
|
+
],
|
|
4032
|
+
"exclude": [
|
|
4033
|
+
"研究",
|
|
4034
|
+
"醫學",
|
|
4035
|
+
"流行病",
|
|
4036
|
+
"臨床",
|
|
4037
|
+
"族群",
|
|
4038
|
+
"受試者"
|
|
4039
|
+
]
|
|
4040
|
+
}
|
|
3167
4041
|
},
|
|
3168
4042
|
"隊列": {
|
|
3169
4043
|
"taiwan": "佇列",
|
|
3170
4044
|
"confidence": 0.95,
|
|
3171
4045
|
"category": "mainland-term",
|
|
3172
4046
|
"reason": "台灣資料結構標準",
|
|
3173
|
-
"match_type": "
|
|
3174
|
-
"autofix_safe":
|
|
4047
|
+
"match_type": "context_sensitive",
|
|
4048
|
+
"autofix_safe": false,
|
|
4049
|
+
"context": {
|
|
4050
|
+
"before": [
|
|
4051
|
+
"程式",
|
|
4052
|
+
"資料",
|
|
4053
|
+
"任務",
|
|
4054
|
+
"訊息",
|
|
4055
|
+
"排程",
|
|
4056
|
+
"FIFO",
|
|
4057
|
+
"消費者",
|
|
4058
|
+
"生產者",
|
|
4059
|
+
"處理"
|
|
4060
|
+
],
|
|
4061
|
+
"exclude": [
|
|
4062
|
+
"研究",
|
|
4063
|
+
"醫學",
|
|
4064
|
+
"流行病",
|
|
4065
|
+
"臨床",
|
|
4066
|
+
"族群",
|
|
4067
|
+
"受試者"
|
|
4068
|
+
]
|
|
4069
|
+
}
|
|
3175
4070
|
},
|
|
3176
4071
|
"隊列_queue": {
|
|
3177
4072
|
"taiwan": "佇列",
|
|
3178
4073
|
"confidence": 0.95,
|
|
3179
4074
|
"category": "mainland-term",
|
|
3180
4075
|
"reason": "台灣資料結構標準",
|
|
3181
|
-
"match_type": "
|
|
3182
|
-
"autofix_safe":
|
|
4076
|
+
"match_type": "context_sensitive",
|
|
4077
|
+
"autofix_safe": false,
|
|
4078
|
+
"context": {
|
|
4079
|
+
"before": [
|
|
4080
|
+
"程式",
|
|
4081
|
+
"資料",
|
|
4082
|
+
"任務",
|
|
4083
|
+
"訊息",
|
|
4084
|
+
"排程",
|
|
4085
|
+
"FIFO",
|
|
4086
|
+
"消費者",
|
|
4087
|
+
"生產者",
|
|
4088
|
+
"處理"
|
|
4089
|
+
],
|
|
4090
|
+
"exclude": [
|
|
4091
|
+
"研究",
|
|
4092
|
+
"醫學",
|
|
4093
|
+
"流行病",
|
|
4094
|
+
"臨床",
|
|
4095
|
+
"族群",
|
|
4096
|
+
"受試者"
|
|
4097
|
+
]
|
|
4098
|
+
}
|
|
3183
4099
|
},
|
|
3184
4100
|
"读取": {
|
|
3185
4101
|
"taiwan": "讀取",
|
|
@@ -3261,85 +4177,217 @@
|
|
|
3261
4177
|
"match_type": "exact",
|
|
3262
4178
|
"autofix_safe": true
|
|
3263
4179
|
},
|
|
3264
|
-
"渲染": {
|
|
3265
|
-
"taiwan": "算繪",
|
|
3266
|
-
"confidence": 0.85,
|
|
3267
|
-
"category": "mainland-term",
|
|
3268
|
-
"reason": "台灣圖形處理標準 (工程師也常用 render)",
|
|
3269
|
-
"match_type": "exact",
|
|
3270
|
-
"autofix_safe": true
|
|
3271
|
-
},
|
|
3272
|
-
"渲染_render": {
|
|
3273
|
-
"taiwan": "算繪",
|
|
3274
|
-
"confidence": 0.85,
|
|
3275
|
-
"category": "mainland-term",
|
|
3276
|
-
"reason": "台灣圖形處理標準 (工程師也常用 render)",
|
|
3277
|
-
"match_type": "exact",
|
|
3278
|
-
"autofix_safe": true
|
|
3279
|
-
},
|
|
3280
4180
|
"响应": {
|
|
3281
4181
|
"taiwan": "回應",
|
|
3282
4182
|
"confidence": 0.85,
|
|
3283
4183
|
"category": "mainland-term",
|
|
3284
4184
|
"reason": "台灣網路通訊標準",
|
|
3285
|
-
"match_type": "
|
|
3286
|
-
"autofix_safe":
|
|
4185
|
+
"match_type": "context_sensitive",
|
|
4186
|
+
"autofix_safe": false,
|
|
4187
|
+
"context": {
|
|
4188
|
+
"before": [
|
|
4189
|
+
"伺服器",
|
|
4190
|
+
"HTTP",
|
|
4191
|
+
"API",
|
|
4192
|
+
"請求",
|
|
4193
|
+
"狀態碼",
|
|
4194
|
+
"端點",
|
|
4195
|
+
"服務端"
|
|
4196
|
+
],
|
|
4197
|
+
"exclude": [
|
|
4198
|
+
"號召",
|
|
4199
|
+
"積極"
|
|
4200
|
+
]
|
|
4201
|
+
}
|
|
3287
4202
|
},
|
|
3288
4203
|
"响应_response": {
|
|
3289
4204
|
"taiwan": "回應",
|
|
3290
4205
|
"confidence": 0.85,
|
|
3291
4206
|
"category": "mainland-term",
|
|
3292
4207
|
"reason": "台灣網路通訊標準",
|
|
3293
|
-
"match_type": "
|
|
3294
|
-
"autofix_safe":
|
|
4208
|
+
"match_type": "context_sensitive",
|
|
4209
|
+
"autofix_safe": false,
|
|
4210
|
+
"context": {
|
|
4211
|
+
"before": [
|
|
4212
|
+
"伺服器",
|
|
4213
|
+
"HTTP",
|
|
4214
|
+
"API",
|
|
4215
|
+
"請求",
|
|
4216
|
+
"狀態碼",
|
|
4217
|
+
"端點",
|
|
4218
|
+
"服務端"
|
|
4219
|
+
],
|
|
4220
|
+
"exclude": [
|
|
4221
|
+
"號召",
|
|
4222
|
+
"積極"
|
|
4223
|
+
]
|
|
4224
|
+
}
|
|
3295
4225
|
},
|
|
3296
4226
|
"響應": {
|
|
3297
4227
|
"taiwan": "回應",
|
|
3298
4228
|
"confidence": 0.85,
|
|
3299
4229
|
"category": "mainland-term",
|
|
3300
4230
|
"reason": "台灣網路通訊標準",
|
|
3301
|
-
"match_type": "
|
|
3302
|
-
"autofix_safe":
|
|
4231
|
+
"match_type": "context_sensitive",
|
|
4232
|
+
"autofix_safe": false,
|
|
4233
|
+
"context": {
|
|
4234
|
+
"before": [
|
|
4235
|
+
"伺服器",
|
|
4236
|
+
"HTTP",
|
|
4237
|
+
"API",
|
|
4238
|
+
"請求",
|
|
4239
|
+
"狀態碼",
|
|
4240
|
+
"端點",
|
|
4241
|
+
"服務端"
|
|
4242
|
+
],
|
|
4243
|
+
"exclude": [
|
|
4244
|
+
"號召",
|
|
4245
|
+
"積極"
|
|
4246
|
+
]
|
|
4247
|
+
}
|
|
3303
4248
|
},
|
|
3304
4249
|
"響應_response": {
|
|
3305
4250
|
"taiwan": "回應",
|
|
3306
4251
|
"confidence": 0.85,
|
|
3307
4252
|
"category": "mainland-term",
|
|
3308
4253
|
"reason": "台灣網路通訊標準",
|
|
3309
|
-
"match_type": "
|
|
3310
|
-
"autofix_safe":
|
|
4254
|
+
"match_type": "context_sensitive",
|
|
4255
|
+
"autofix_safe": false,
|
|
4256
|
+
"context": {
|
|
4257
|
+
"before": [
|
|
4258
|
+
"伺服器",
|
|
4259
|
+
"HTTP",
|
|
4260
|
+
"API",
|
|
4261
|
+
"請求",
|
|
4262
|
+
"狀態碼",
|
|
4263
|
+
"端點",
|
|
4264
|
+
"服務端"
|
|
4265
|
+
],
|
|
4266
|
+
"exclude": [
|
|
4267
|
+
"號召",
|
|
4268
|
+
"積極"
|
|
4269
|
+
]
|
|
4270
|
+
}
|
|
3311
4271
|
},
|
|
3312
4272
|
"运行": {
|
|
3313
4273
|
"taiwan": "執行",
|
|
3314
4274
|
"confidence": 0.85,
|
|
3315
4275
|
"category": "mainland-term",
|
|
3316
4276
|
"reason": "台灣系統操作標準",
|
|
3317
|
-
"match_type": "
|
|
3318
|
-
"autofix_safe":
|
|
4277
|
+
"match_type": "context_sensitive",
|
|
4278
|
+
"autofix_safe": false,
|
|
4279
|
+
"context": {
|
|
4280
|
+
"before": [
|
|
4281
|
+
"程式",
|
|
4282
|
+
"軟體",
|
|
4283
|
+
"系統",
|
|
4284
|
+
"服務",
|
|
4285
|
+
"腳本",
|
|
4286
|
+
"指令",
|
|
4287
|
+
"容器",
|
|
4288
|
+
"docker",
|
|
4289
|
+
"環境",
|
|
4290
|
+
"伺服器"
|
|
4291
|
+
],
|
|
4292
|
+
"exclude": [
|
|
4293
|
+
"火車",
|
|
4294
|
+
"列車",
|
|
4295
|
+
"機器",
|
|
4296
|
+
"設備",
|
|
4297
|
+
"營運",
|
|
4298
|
+
"軌道"
|
|
4299
|
+
]
|
|
4300
|
+
}
|
|
3319
4301
|
},
|
|
3320
4302
|
"运行_run": {
|
|
3321
4303
|
"taiwan": "執行",
|
|
3322
4304
|
"confidence": 0.85,
|
|
3323
4305
|
"category": "mainland-term",
|
|
3324
4306
|
"reason": "台灣系統操作標準",
|
|
3325
|
-
"match_type": "
|
|
3326
|
-
"autofix_safe":
|
|
4307
|
+
"match_type": "context_sensitive",
|
|
4308
|
+
"autofix_safe": false,
|
|
4309
|
+
"context": {
|
|
4310
|
+
"before": [
|
|
4311
|
+
"程式",
|
|
4312
|
+
"軟體",
|
|
4313
|
+
"系統",
|
|
4314
|
+
"服務",
|
|
4315
|
+
"腳本",
|
|
4316
|
+
"指令",
|
|
4317
|
+
"容器",
|
|
4318
|
+
"docker",
|
|
4319
|
+
"環境",
|
|
4320
|
+
"伺服器"
|
|
4321
|
+
],
|
|
4322
|
+
"exclude": [
|
|
4323
|
+
"火車",
|
|
4324
|
+
"列車",
|
|
4325
|
+
"機器",
|
|
4326
|
+
"設備",
|
|
4327
|
+
"營運",
|
|
4328
|
+
"軌道"
|
|
4329
|
+
]
|
|
4330
|
+
}
|
|
3327
4331
|
},
|
|
3328
4332
|
"運行": {
|
|
3329
4333
|
"taiwan": "執行",
|
|
3330
4334
|
"confidence": 0.85,
|
|
3331
4335
|
"category": "mainland-term",
|
|
3332
4336
|
"reason": "台灣系統操作標準",
|
|
3333
|
-
"match_type": "
|
|
3334
|
-
"autofix_safe":
|
|
4337
|
+
"match_type": "context_sensitive",
|
|
4338
|
+
"autofix_safe": false,
|
|
4339
|
+
"context": {
|
|
4340
|
+
"before": [
|
|
4341
|
+
"程式",
|
|
4342
|
+
"軟體",
|
|
4343
|
+
"系統",
|
|
4344
|
+
"服務",
|
|
4345
|
+
"腳本",
|
|
4346
|
+
"指令",
|
|
4347
|
+
"容器",
|
|
4348
|
+
"docker",
|
|
4349
|
+
"環境",
|
|
4350
|
+
"伺服器"
|
|
4351
|
+
],
|
|
4352
|
+
"exclude": [
|
|
4353
|
+
"火車",
|
|
4354
|
+
"列車",
|
|
4355
|
+
"機器",
|
|
4356
|
+
"設備",
|
|
4357
|
+
"營運",
|
|
4358
|
+
"軌道"
|
|
4359
|
+
]
|
|
4360
|
+
}
|
|
3335
4361
|
},
|
|
3336
4362
|
"運行_run": {
|
|
3337
4363
|
"taiwan": "執行",
|
|
3338
4364
|
"confidence": 0.85,
|
|
3339
4365
|
"category": "mainland-term",
|
|
3340
4366
|
"reason": "台灣系統操作標準",
|
|
3341
|
-
"match_type": "
|
|
3342
|
-
"autofix_safe":
|
|
4367
|
+
"match_type": "context_sensitive",
|
|
4368
|
+
"autofix_safe": false,
|
|
4369
|
+
"context": {
|
|
4370
|
+
"before": [
|
|
4371
|
+
"程式",
|
|
4372
|
+
"軟體",
|
|
4373
|
+
"系統",
|
|
4374
|
+
"服務",
|
|
4375
|
+
"腳本",
|
|
4376
|
+
"指令",
|
|
4377
|
+
"容器",
|
|
4378
|
+
"docker",
|
|
4379
|
+
"環境",
|
|
4380
|
+
"伺服器"
|
|
4381
|
+
],
|
|
4382
|
+
"exclude": [
|
|
4383
|
+
"火車",
|
|
4384
|
+
"列車",
|
|
4385
|
+
"機器",
|
|
4386
|
+
"設備",
|
|
4387
|
+
"營運",
|
|
4388
|
+
"軌道"
|
|
4389
|
+
]
|
|
4390
|
+
}
|
|
3343
4391
|
},
|
|
3344
4392
|
"运行时": {
|
|
3345
4393
|
"taiwan": "執行時期",
|
|
@@ -3378,16 +4426,58 @@
|
|
|
3378
4426
|
"confidence": 0.85,
|
|
3379
4427
|
"category": "mainland-term",
|
|
3380
4428
|
"reason": "台灣檔案操作標準",
|
|
3381
|
-
"match_type": "
|
|
3382
|
-
"autofix_safe":
|
|
4429
|
+
"match_type": "context_sensitive",
|
|
4430
|
+
"autofix_safe": false,
|
|
4431
|
+
"context": {
|
|
4432
|
+
"before": [
|
|
4433
|
+
"檔案",
|
|
4434
|
+
"資料",
|
|
4435
|
+
"設定",
|
|
4436
|
+
"修改",
|
|
4437
|
+
"變更",
|
|
4438
|
+
"按鈕",
|
|
4439
|
+
"Ctrl",
|
|
4440
|
+
"對話方塊",
|
|
4441
|
+
"自動"
|
|
4442
|
+
],
|
|
4443
|
+
"exclude": [
|
|
4444
|
+
"食物",
|
|
4445
|
+
"紀念",
|
|
4446
|
+
"實力",
|
|
4447
|
+
"體力",
|
|
4448
|
+
"期限",
|
|
4449
|
+
"保存期"
|
|
4450
|
+
]
|
|
4451
|
+
}
|
|
3383
4452
|
},
|
|
3384
4453
|
"保存_save": {
|
|
3385
4454
|
"taiwan": "儲存",
|
|
3386
4455
|
"confidence": 0.85,
|
|
3387
4456
|
"category": "mainland-term",
|
|
3388
4457
|
"reason": "台灣檔案操作標準",
|
|
3389
|
-
"match_type": "
|
|
3390
|
-
"autofix_safe":
|
|
4458
|
+
"match_type": "context_sensitive",
|
|
4459
|
+
"autofix_safe": false,
|
|
4460
|
+
"context": {
|
|
4461
|
+
"before": [
|
|
4462
|
+
"檔案",
|
|
4463
|
+
"資料",
|
|
4464
|
+
"設定",
|
|
4465
|
+
"修改",
|
|
4466
|
+
"變更",
|
|
4467
|
+
"按鈕",
|
|
4468
|
+
"Ctrl",
|
|
4469
|
+
"對話方塊",
|
|
4470
|
+
"自動"
|
|
4471
|
+
],
|
|
4472
|
+
"exclude": [
|
|
4473
|
+
"食物",
|
|
4474
|
+
"紀念",
|
|
4475
|
+
"實力",
|
|
4476
|
+
"體力",
|
|
4477
|
+
"期限",
|
|
4478
|
+
"保存期"
|
|
4479
|
+
]
|
|
4480
|
+
}
|
|
3391
4481
|
},
|
|
3392
4482
|
"调度": {
|
|
3393
4483
|
"taiwan": "排程",
|
|
@@ -3661,22 +4751,6 @@
|
|
|
3661
4751
|
"match_type": "exact",
|
|
3662
4752
|
"autofix_safe": true
|
|
3663
4753
|
},
|
|
3664
|
-
"支持": {
|
|
3665
|
-
"taiwan": "支援",
|
|
3666
|
-
"confidence": 0.85,
|
|
3667
|
-
"category": "mainland-term",
|
|
3668
|
-
"reason": "台灣技術服務標準",
|
|
3669
|
-
"match_type": "exact",
|
|
3670
|
-
"autofix_safe": true
|
|
3671
|
-
},
|
|
3672
|
-
"支持_support": {
|
|
3673
|
-
"taiwan": "支援",
|
|
3674
|
-
"confidence": 0.85,
|
|
3675
|
-
"category": "mainland-term",
|
|
3676
|
-
"reason": "台灣技術服務標準",
|
|
3677
|
-
"match_type": "exact",
|
|
3678
|
-
"autofix_safe": true
|
|
3679
|
-
},
|
|
3680
4754
|
"系统": {
|
|
3681
4755
|
"taiwan": "系統",
|
|
3682
4756
|
"confidence": 0.8,
|
|
@@ -3762,32 +4836,96 @@
|
|
|
3762
4836
|
"confidence": 0.9,
|
|
3763
4837
|
"category": "mainland-term",
|
|
3764
4838
|
"reason": "台灣程式語言標準",
|
|
3765
|
-
"match_type": "
|
|
3766
|
-
"autofix_safe": true
|
|
4839
|
+
"match_type": "context_sensitive",
|
|
4840
|
+
"autofix_safe": true,
|
|
4841
|
+
"context": {
|
|
4842
|
+
"before": [
|
|
4843
|
+
"函式",
|
|
4844
|
+
"参数",
|
|
4845
|
+
"參數",
|
|
4846
|
+
"變數",
|
|
4847
|
+
"字面量",
|
|
4848
|
+
"泛型",
|
|
4849
|
+
"MIME",
|
|
4850
|
+
"enum",
|
|
4851
|
+
"列舉",
|
|
4852
|
+
"回傳",
|
|
4853
|
+
"返回",
|
|
4854
|
+
"型別"
|
|
4855
|
+
]
|
|
4856
|
+
}
|
|
3767
4857
|
},
|
|
3768
4858
|
"类型_type": {
|
|
3769
4859
|
"taiwan": "型別",
|
|
3770
4860
|
"confidence": 0.9,
|
|
3771
4861
|
"category": "mainland-term",
|
|
3772
4862
|
"reason": "台灣程式語言標準",
|
|
3773
|
-
"match_type": "
|
|
3774
|
-
"autofix_safe": true
|
|
4863
|
+
"match_type": "context_sensitive",
|
|
4864
|
+
"autofix_safe": true,
|
|
4865
|
+
"context": {
|
|
4866
|
+
"before": [
|
|
4867
|
+
"函式",
|
|
4868
|
+
"参数",
|
|
4869
|
+
"參數",
|
|
4870
|
+
"變數",
|
|
4871
|
+
"字面量",
|
|
4872
|
+
"泛型",
|
|
4873
|
+
"MIME",
|
|
4874
|
+
"enum",
|
|
4875
|
+
"列舉",
|
|
4876
|
+
"回傳",
|
|
4877
|
+
"返回",
|
|
4878
|
+
"型別"
|
|
4879
|
+
]
|
|
4880
|
+
}
|
|
3775
4881
|
},
|
|
3776
4882
|
"類型": {
|
|
3777
4883
|
"taiwan": "型別",
|
|
3778
4884
|
"confidence": 0.9,
|
|
3779
4885
|
"category": "mainland-term",
|
|
3780
4886
|
"reason": "台灣程式語言標準",
|
|
3781
|
-
"match_type": "
|
|
3782
|
-
"autofix_safe": true
|
|
4887
|
+
"match_type": "context_sensitive",
|
|
4888
|
+
"autofix_safe": true,
|
|
4889
|
+
"context": {
|
|
4890
|
+
"before": [
|
|
4891
|
+
"函式",
|
|
4892
|
+
"参数",
|
|
4893
|
+
"參數",
|
|
4894
|
+
"變數",
|
|
4895
|
+
"字面量",
|
|
4896
|
+
"泛型",
|
|
4897
|
+
"MIME",
|
|
4898
|
+
"enum",
|
|
4899
|
+
"列舉",
|
|
4900
|
+
"回傳",
|
|
4901
|
+
"返回",
|
|
4902
|
+
"型別"
|
|
4903
|
+
]
|
|
4904
|
+
}
|
|
3783
4905
|
},
|
|
3784
4906
|
"類型_type": {
|
|
3785
4907
|
"taiwan": "型別",
|
|
3786
4908
|
"confidence": 0.9,
|
|
3787
4909
|
"category": "mainland-term",
|
|
3788
4910
|
"reason": "台灣程式語言標準",
|
|
3789
|
-
"match_type": "
|
|
3790
|
-
"autofix_safe": true
|
|
4911
|
+
"match_type": "context_sensitive",
|
|
4912
|
+
"autofix_safe": true,
|
|
4913
|
+
"context": {
|
|
4914
|
+
"before": [
|
|
4915
|
+
"函式",
|
|
4916
|
+
"参数",
|
|
4917
|
+
"參數",
|
|
4918
|
+
"變數",
|
|
4919
|
+
"字面量",
|
|
4920
|
+
"泛型",
|
|
4921
|
+
"MIME",
|
|
4922
|
+
"enum",
|
|
4923
|
+
"列舉",
|
|
4924
|
+
"回傳",
|
|
4925
|
+
"返回",
|
|
4926
|
+
"型別"
|
|
4927
|
+
]
|
|
4928
|
+
}
|
|
3791
4929
|
},
|
|
3792
4930
|
"上传": {
|
|
3793
4931
|
"taiwan": "上傳",
|
|
@@ -3970,16 +5108,50 @@
|
|
|
3970
5108
|
"confidence": 0.9,
|
|
3971
5109
|
"category": "mainland-term",
|
|
3972
5110
|
"reason": "台灣介面設計標準",
|
|
3973
|
-
"match_type": "
|
|
3974
|
-
"autofix_safe":
|
|
5111
|
+
"match_type": "context_sensitive",
|
|
5112
|
+
"autofix_safe": false,
|
|
5113
|
+
"context": {
|
|
5114
|
+
"before": [
|
|
5115
|
+
"彈出",
|
|
5116
|
+
"對話",
|
|
5117
|
+
"應用",
|
|
5118
|
+
"瀏覽器",
|
|
5119
|
+
"作業系統",
|
|
5120
|
+
"最小化",
|
|
5121
|
+
"最大化",
|
|
5122
|
+
"視窗"
|
|
5123
|
+
],
|
|
5124
|
+
"exclude": [
|
|
5125
|
+
"服務",
|
|
5126
|
+
"售票",
|
|
5127
|
+
"掛號"
|
|
5128
|
+
]
|
|
5129
|
+
}
|
|
3975
5130
|
},
|
|
3976
5131
|
"窗口_window": {
|
|
3977
5132
|
"taiwan": "視窗",
|
|
3978
5133
|
"confidence": 0.9,
|
|
3979
5134
|
"category": "mainland-term",
|
|
3980
5135
|
"reason": "台灣介面設計標準",
|
|
3981
|
-
"match_type": "
|
|
3982
|
-
"autofix_safe":
|
|
5136
|
+
"match_type": "context_sensitive",
|
|
5137
|
+
"autofix_safe": false,
|
|
5138
|
+
"context": {
|
|
5139
|
+
"before": [
|
|
5140
|
+
"彈出",
|
|
5141
|
+
"對話",
|
|
5142
|
+
"應用",
|
|
5143
|
+
"瀏覽器",
|
|
5144
|
+
"作業系統",
|
|
5145
|
+
"最小化",
|
|
5146
|
+
"最大化",
|
|
5147
|
+
"視窗"
|
|
5148
|
+
],
|
|
5149
|
+
"exclude": [
|
|
5150
|
+
"服務",
|
|
5151
|
+
"售票",
|
|
5152
|
+
"掛號"
|
|
5153
|
+
]
|
|
5154
|
+
}
|
|
3983
5155
|
},
|
|
3984
5156
|
"写入": {
|
|
3985
5157
|
"taiwan": "寫入",
|