@termdock/twlint 1.0.0 → 1.0.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.
Files changed (53) hide show
  1. package/README.md +176 -63
  2. package/dist/cli.d.ts.map +1 -1
  3. package/dist/cli.js +49 -10
  4. package/dist/cli.js.map +1 -1
  5. package/dist/core/config-schema.d.ts +1 -0
  6. package/dist/core/config-schema.d.ts.map +1 -1
  7. package/dist/core/config-schema.js +33 -7
  8. package/dist/core/config-schema.js.map +1 -1
  9. package/dist/core/dictionary-loading-strategies.d.ts +45 -0
  10. package/dist/core/dictionary-loading-strategies.d.ts.map +1 -0
  11. package/dist/core/dictionary-loading-strategies.js +75 -0
  12. package/dist/core/dictionary-loading-strategies.js.map +1 -0
  13. package/dist/core/dictionary-manager.d.ts +2 -1
  14. package/dist/core/dictionary-manager.d.ts.map +1 -1
  15. package/dist/core/dictionary-manager.js +51 -16
  16. package/dist/core/dictionary-manager.js.map +1 -1
  17. package/dist/core/linter.d.ts +2 -6
  18. package/dist/core/linter.d.ts.map +1 -1
  19. package/dist/core/linter.js +82 -58
  20. package/dist/core/linter.js.map +1 -1
  21. package/dist/core/lru-cache.d.ts +18 -0
  22. package/dist/core/lru-cache.d.ts.map +1 -0
  23. package/dist/core/lru-cache.js +57 -0
  24. package/dist/core/lru-cache.js.map +1 -0
  25. package/dist/core/matching/match-strategies.d.ts +19 -11
  26. package/dist/core/matching/match-strategies.d.ts.map +1 -1
  27. package/dist/core/matching/match-strategies.js +44 -74
  28. package/dist/core/matching/match-strategies.js.map +1 -1
  29. package/dist/core/rules/mainland-terms.d.ts +3 -1
  30. package/dist/core/rules/mainland-terms.d.ts.map +1 -1
  31. package/dist/core/rules/mainland-terms.js +25 -4
  32. package/dist/core/rules/mainland-terms.js.map +1 -1
  33. package/dist/dictionaries/academic.json +242 -22
  34. package/dist/dictionaries/ai-emerging-tech.json +3209 -0
  35. package/dist/dictionaries/business-finance.json +3449 -0
  36. package/dist/dictionaries/core.json +2902 -248
  37. package/dist/dictionaries/hardware-3c.json +2649 -0
  38. package/dist/dictionaries/index.json +70 -8
  39. package/dist/dictionaries/network-cloud.json +2953 -0
  40. package/dist/dictionaries/operating-system.json +2889 -0
  41. package/dist/dictionaries/social-media.json +2833 -0
  42. package/dist/dictionaries/software-development.json +3809 -0
  43. package/dist/dictionaries/user-interface.json +3225 -0
  44. package/dist/formatters/stylish.d.ts.map +1 -1
  45. package/dist/formatters/stylish.js +5 -15
  46. package/dist/formatters/stylish.js.map +1 -1
  47. package/dist/types.d.ts +20 -8
  48. package/dist/types.d.ts.map +1 -1
  49. package/dist/utils/error-utils.d.ts +9 -0
  50. package/dist/utils/error-utils.d.ts.map +1 -0
  51. package/dist/utils/error-utils.js +15 -0
  52. package/dist/utils/error-utils.js.map +1 -0
  53. package/package.json +5 -5
@@ -2,1490 +2,4144 @@
2
2
  "metadata": {
3
3
  "name": "core",
4
4
  "version": "1.0.0",
5
- "entries": 148
5
+ "entries": 150
6
6
  },
7
7
  "lookup": {
8
8
  "访问": {
9
9
  "taiwan": "存取",
10
10
  "confidence": 0.95,
11
11
  "category": "mainland-term",
12
- "reason": "台灣技術標準用語"
12
+ "reason": "台灣技術標準用語",
13
+ "match_type": "exact",
14
+ "autofix_safe": true
15
+ },
16
+ "访问_access_visit": {
17
+ "taiwan": "存取",
18
+ "confidence": 0.95,
19
+ "category": "mainland-term",
20
+ "reason": "台灣技術標準用語",
21
+ "match_type": "exact",
22
+ "autofix_safe": true
13
23
  },
14
24
  "訪問": {
15
25
  "taiwan": "存取",
16
26
  "confidence": 0.95,
17
27
  "category": "mainland-term",
18
- "reason": "台灣技術標準用語"
28
+ "reason": "台灣技術標準用語",
29
+ "match_type": "exact",
30
+ "autofix_safe": true
31
+ },
32
+ "訪問_access_visit": {
33
+ "taiwan": "存取",
34
+ "confidence": 0.95,
35
+ "category": "mainland-term",
36
+ "reason": "台灣技術標準用語",
37
+ "match_type": "exact",
38
+ "autofix_safe": true
39
+ },
40
+ "质量": {
41
+ "taiwan": "質量",
42
+ "confidence": 0.95,
43
+ "category": "mainland-term",
44
+ "reason": "物理學質量單位",
45
+ "match_type": "context_sensitive",
46
+ "autofix_safe": false,
47
+ "context": {
48
+ "before": [
49
+ "密度",
50
+ "重量",
51
+ "公斤",
52
+ "kg",
53
+ "物理",
54
+ "物体",
55
+ "物體",
56
+ "物質",
57
+ "質點"
58
+ ],
59
+ "after": [
60
+ "守恆",
61
+ "轉換",
62
+ "定律",
63
+ "公式",
64
+ "m/s",
65
+ "單位"
66
+ ]
67
+ }
68
+ },
69
+ "质量_quality_physics": {
70
+ "taiwan": "質量",
71
+ "confidence": 0.95,
72
+ "category": "mainland-term",
73
+ "reason": "物理學質量單位",
74
+ "match_type": "context_sensitive",
75
+ "autofix_safe": false,
76
+ "context": {
77
+ "before": [
78
+ "密度",
79
+ "重量",
80
+ "公斤",
81
+ "kg",
82
+ "物理",
83
+ "物体",
84
+ "物體",
85
+ "物質",
86
+ "質點"
87
+ ],
88
+ "after": [
89
+ "守恆",
90
+ "轉換",
91
+ "定律",
92
+ "公式",
93
+ "m/s",
94
+ "單位"
95
+ ]
96
+ }
97
+ },
98
+ "質量": {
99
+ "taiwan": "質量",
100
+ "confidence": 0.95,
101
+ "category": "mainland-term",
102
+ "reason": "物理學質量單位",
103
+ "match_type": "context_sensitive",
104
+ "autofix_safe": false,
105
+ "context": {
106
+ "before": [
107
+ "密度",
108
+ "重量",
109
+ "公斤",
110
+ "kg",
111
+ "物理",
112
+ "物体",
113
+ "物體",
114
+ "物質",
115
+ "質點"
116
+ ],
117
+ "after": [
118
+ "守恆",
119
+ "轉換",
120
+ "定律",
121
+ "公式",
122
+ "m/s",
123
+ "單位"
124
+ ]
125
+ }
126
+ },
127
+ "質量_quality_physics": {
128
+ "taiwan": "質量",
129
+ "confidence": 0.95,
130
+ "category": "mainland-term",
131
+ "reason": "物理學質量單位",
132
+ "match_type": "context_sensitive",
133
+ "autofix_safe": false,
134
+ "context": {
135
+ "before": [
136
+ "密度",
137
+ "重量",
138
+ "公斤",
139
+ "kg",
140
+ "物理",
141
+ "物体",
142
+ "物體",
143
+ "物質",
144
+ "質點"
145
+ ],
146
+ "after": [
147
+ "守恆",
148
+ "轉換",
149
+ "定律",
150
+ "公式",
151
+ "m/s",
152
+ "單位"
153
+ ]
154
+ }
155
+ },
156
+ "质量_quality_business": {
157
+ "taiwan": "品質",
158
+ "confidence": 0.9,
159
+ "category": "mainland-term",
160
+ "reason": "商業品質管理",
161
+ "match_type": "context_sensitive",
162
+ "autofix_safe": false,
163
+ "context": {
164
+ "before": [
165
+ "產品",
166
+ "服務",
167
+ "商品",
168
+ "客戶"
169
+ ],
170
+ "after": [
171
+ "控制",
172
+ "管理",
173
+ "標準",
174
+ "檢驗",
175
+ "提升"
176
+ ],
177
+ "exclude": [
178
+ "物理"
179
+ ]
180
+ }
181
+ },
182
+ "質量_quality_business": {
183
+ "taiwan": "品質",
184
+ "confidence": 0.9,
185
+ "category": "mainland-term",
186
+ "reason": "商業品質管理",
187
+ "match_type": "context_sensitive",
188
+ "autofix_safe": false,
189
+ "context": {
190
+ "before": [
191
+ "產品",
192
+ "服務",
193
+ "商品",
194
+ "客戶"
195
+ ],
196
+ "after": [
197
+ "控制",
198
+ "管理",
199
+ "標準",
200
+ "檢驗",
201
+ "提升"
202
+ ],
203
+ "exclude": [
204
+ "物理"
205
+ ]
206
+ }
19
207
  },
20
208
  "激活": {
21
209
  "taiwan": "啟用",
22
210
  "confidence": 0.9,
23
211
  "category": "mainland-term",
24
- "reason": "台灣系統操作標準"
212
+ "reason": "台灣系統操作標準",
213
+ "match_type": "exact",
214
+ "autofix_safe": true
215
+ },
216
+ "激活_activate": {
217
+ "taiwan": "啟用",
218
+ "confidence": 0.9,
219
+ "category": "mainland-term",
220
+ "reason": "台灣系統操作標準",
221
+ "match_type": "exact",
222
+ "autofix_safe": true
25
223
  },
26
224
  "添加": {
27
225
  "taiwan": "新增",
28
226
  "confidence": 0.85,
29
227
  "category": "mainland-term",
30
- "reason": "台灣介面操作慣用語"
228
+ "reason": "台灣介面操作慣用語",
229
+ "match_type": "exact",
230
+ "autofix_safe": true
231
+ },
232
+ "添加_add": {
233
+ "taiwan": "新增",
234
+ "confidence": 0.85,
235
+ "category": "mainland-term",
236
+ "reason": "台灣介面操作慣用語",
237
+ "match_type": "exact",
238
+ "autofix_safe": true
31
239
  },
32
240
  "算法": {
33
241
  "taiwan": "演算法",
34
242
  "confidence": 0.95,
35
243
  "category": "mainland-term",
36
- "reason": "台灣學術標準用語"
244
+ "reason": "台灣學術標準用語",
245
+ "match_type": "exact",
246
+ "autofix_safe": true
247
+ },
248
+ "算法_algorithm": {
249
+ "taiwan": "演算法",
250
+ "confidence": 0.95,
251
+ "category": "mainland-term",
252
+ "reason": "台灣學術標準用語",
253
+ "match_type": "exact",
254
+ "autofix_safe": true
37
255
  },
38
256
  "应用程序": {
39
257
  "taiwan": "應用程式",
40
258
  "confidence": 0.9,
41
259
  "category": "mainland-term",
42
- "reason": "台灣軟體開發標準"
260
+ "reason": "台灣軟體開發標準",
261
+ "match_type": "exact",
262
+ "autofix_safe": true
263
+ },
264
+ "应用程序_application": {
265
+ "taiwan": "應用程式",
266
+ "confidence": 0.9,
267
+ "category": "mainland-term",
268
+ "reason": "台灣軟體開發標準",
269
+ "match_type": "exact",
270
+ "autofix_safe": true
43
271
  },
44
272
  "應用程序": {
45
273
  "taiwan": "應用程式",
46
274
  "confidence": 0.9,
47
275
  "category": "mainland-term",
48
- "reason": "台灣軟體開發標準"
276
+ "reason": "台灣軟體開發標準",
277
+ "match_type": "exact",
278
+ "autofix_safe": true
279
+ },
280
+ "應用程序_application": {
281
+ "taiwan": "應用程式",
282
+ "confidence": 0.9,
283
+ "category": "mainland-term",
284
+ "reason": "台灣軟體開發標準",
285
+ "match_type": "exact",
286
+ "autofix_safe": true
49
287
  },
50
288
  "数组": {
51
289
  "taiwan": "陣列",
52
290
  "confidence": 0.95,
53
291
  "category": "mainland-term",
54
- "reason": "台灣程式設計標準"
292
+ "reason": "台灣程式設計標準",
293
+ "match_type": "exact",
294
+ "autofix_safe": true
295
+ },
296
+ "数组_array": {
297
+ "taiwan": "陣列",
298
+ "confidence": 0.95,
299
+ "category": "mainland-term",
300
+ "reason": "台灣程式設計標準",
301
+ "match_type": "exact",
302
+ "autofix_safe": true
55
303
  },
56
304
  "數組": {
57
305
  "taiwan": "陣列",
58
306
  "confidence": 0.95,
59
307
  "category": "mainland-term",
60
- "reason": "台灣程式設計標準"
308
+ "reason": "台灣程式設計標準",
309
+ "match_type": "exact",
310
+ "autofix_safe": true
311
+ },
312
+ "數組_array": {
313
+ "taiwan": "陣列",
314
+ "confidence": 0.95,
315
+ "category": "mainland-term",
316
+ "reason": "台灣程式設計標準",
317
+ "match_type": "exact",
318
+ "autofix_safe": true
61
319
  },
62
320
  "异步": {
63
321
  "taiwan": "非同步",
64
322
  "confidence": 0.9,
65
323
  "category": "mainland-term",
66
- "reason": "台灣程式開發標準"
324
+ "reason": "台灣程式開發標準",
325
+ "match_type": "exact",
326
+ "autofix_safe": true
327
+ },
328
+ "异步_async": {
329
+ "taiwan": "非同步",
330
+ "confidence": 0.9,
331
+ "category": "mainland-term",
332
+ "reason": "台灣程式開發標準",
333
+ "match_type": "exact",
334
+ "autofix_safe": true
67
335
  },
68
336
  "異步": {
69
337
  "taiwan": "非同步",
70
338
  "confidence": 0.9,
71
339
  "category": "mainland-term",
72
- "reason": "台灣程式開發標準"
340
+ "reason": "台灣程式開發標準",
341
+ "match_type": "exact",
342
+ "autofix_safe": true
343
+ },
344
+ "異步_async": {
345
+ "taiwan": "非同步",
346
+ "confidence": 0.9,
347
+ "category": "mainland-term",
348
+ "reason": "台灣程式開發標準",
349
+ "match_type": "exact",
350
+ "autofix_safe": true
73
351
  },
74
352
  "属性": {
75
353
  "taiwan": "屬性",
76
354
  "confidence": 0.8,
77
355
  "category": "mainland-term",
78
- "reason": "台灣物件導向標準"
356
+ "reason": "台灣物件導向標準",
357
+ "match_type": "exact",
358
+ "autofix_safe": true
359
+ },
360
+ "属性_attribute": {
361
+ "taiwan": "屬性",
362
+ "confidence": 0.8,
363
+ "category": "mainland-term",
364
+ "reason": "台灣物件導向標準",
365
+ "match_type": "exact",
366
+ "autofix_safe": true
79
367
  },
80
368
  "屬性": {
81
369
  "taiwan": "屬性",
82
370
  "confidence": 0.8,
83
371
  "category": "mainland-term",
84
- "reason": "台灣物件導向標準"
372
+ "reason": "台灣物件導向標準",
373
+ "match_type": "exact",
374
+ "autofix_safe": true
375
+ },
376
+ "屬性_attribute": {
377
+ "taiwan": "屬性",
378
+ "confidence": 0.8,
379
+ "category": "mainland-term",
380
+ "reason": "台灣物件導向標準",
381
+ "match_type": "exact",
382
+ "autofix_safe": true
85
383
  },
86
384
  "音频": {
87
385
  "taiwan": "音訊",
88
386
  "confidence": 0.85,
89
387
  "category": "mainland-term",
90
- "reason": "台灣多媒體標準"
388
+ "reason": "台灣多媒體標準",
389
+ "match_type": "exact",
390
+ "autofix_safe": true
391
+ },
392
+ "音频_audio": {
393
+ "taiwan": "音訊",
394
+ "confidence": 0.85,
395
+ "category": "mainland-term",
396
+ "reason": "台灣多媒體標準",
397
+ "match_type": "exact",
398
+ "autofix_safe": true
91
399
  },
92
400
  "音頻": {
93
401
  "taiwan": "音訊",
94
402
  "confidence": 0.85,
95
403
  "category": "mainland-term",
96
- "reason": "台灣多媒體標準"
404
+ "reason": "台灣多媒體標準",
405
+ "match_type": "exact",
406
+ "autofix_safe": true
407
+ },
408
+ "音頻_audio": {
409
+ "taiwan": "音訊",
410
+ "confidence": 0.85,
411
+ "category": "mainland-term",
412
+ "reason": "台灣多媒體標準",
413
+ "match_type": "exact",
414
+ "autofix_safe": true
97
415
  },
98
416
  "认证": {
99
417
  "taiwan": "驗證",
100
418
  "confidence": 0.9,
101
419
  "category": "mainland-term",
102
- "reason": "台灣資安標準用語"
420
+ "reason": "台灣資安標準用語",
421
+ "match_type": "exact",
422
+ "autofix_safe": true
423
+ },
424
+ "认证_auth": {
425
+ "taiwan": "驗證",
426
+ "confidence": 0.9,
427
+ "category": "mainland-term",
428
+ "reason": "台灣資安標準用語",
429
+ "match_type": "exact",
430
+ "autofix_safe": true
103
431
  },
104
432
  "認證": {
105
433
  "taiwan": "驗證",
106
434
  "confidence": 0.9,
107
435
  "category": "mainland-term",
108
- "reason": "台灣資安標準用語"
436
+ "reason": "台灣資安標準用語",
437
+ "match_type": "exact",
438
+ "autofix_safe": true
439
+ },
440
+ "認證_auth": {
441
+ "taiwan": "驗證",
442
+ "confidence": 0.9,
443
+ "category": "mainland-term",
444
+ "reason": "台灣資安標準用語",
445
+ "match_type": "exact",
446
+ "autofix_safe": true
109
447
  },
110
448
  "授权": {
111
449
  "taiwan": "授權",
112
450
  "confidence": 0.85,
113
451
  "category": "mainland-term",
114
- "reason": "台灣權限管理標準"
452
+ "reason": "台灣權限管理標準",
453
+ "match_type": "exact",
454
+ "autofix_safe": true
455
+ },
456
+ "授权_authorization": {
457
+ "taiwan": "授權",
458
+ "confidence": 0.85,
459
+ "category": "mainland-term",
460
+ "reason": "台灣權限管理標準",
461
+ "match_type": "exact",
462
+ "autofix_safe": true
115
463
  },
116
464
  "授權": {
117
465
  "taiwan": "授權",
118
466
  "confidence": 0.85,
119
467
  "category": "mainland-term",
120
- "reason": "台灣權限管理標準"
468
+ "reason": "台灣權限管理標準",
469
+ "match_type": "exact",
470
+ "autofix_safe": true
471
+ },
472
+ "授權_authorization": {
473
+ "taiwan": "授權",
474
+ "confidence": 0.85,
475
+ "category": "mainland-term",
476
+ "reason": "台灣權限管理標準",
477
+ "match_type": "exact",
478
+ "autofix_safe": true
121
479
  },
122
480
  "带宽": {
123
481
  "taiwan": "頻寬",
124
482
  "confidence": 0.95,
125
483
  "category": "mainland-term",
126
- "reason": "台灣網路技術標準"
484
+ "reason": "台灣網路技術標準",
485
+ "match_type": "exact",
486
+ "autofix_safe": true
487
+ },
488
+ "带宽_bandwidth": {
489
+ "taiwan": "頻寬",
490
+ "confidence": 0.95,
491
+ "category": "mainland-term",
492
+ "reason": "台灣網路技術標準",
493
+ "match_type": "exact",
494
+ "autofix_safe": true
127
495
  },
128
496
  "帶寬": {
129
497
  "taiwan": "頻寬",
130
498
  "confidence": 0.95,
131
499
  "category": "mainland-term",
132
- "reason": "台灣網路技術標準"
500
+ "reason": "台灣網路技術標準",
501
+ "match_type": "exact",
502
+ "autofix_safe": true
503
+ },
504
+ "帶寬_bandwidth": {
505
+ "taiwan": "頻寬",
506
+ "confidence": 0.95,
507
+ "category": "mainland-term",
508
+ "reason": "台灣網路技術標準",
509
+ "match_type": "exact",
510
+ "autofix_safe": true
133
511
  },
134
512
  "二进制": {
135
513
  "taiwan": "二元",
136
514
  "confidence": 0.9,
137
515
  "category": "mainland-term",
138
- "reason": "台灣計算機科學標準"
516
+ "reason": "台灣計算機科學標準",
517
+ "match_type": "exact",
518
+ "autofix_safe": true
519
+ },
520
+ "二进制_binary": {
521
+ "taiwan": "二元",
522
+ "confidence": 0.9,
523
+ "category": "mainland-term",
524
+ "reason": "台灣計算機科學標準",
525
+ "match_type": "exact",
526
+ "autofix_safe": true
139
527
  },
140
528
  "二進制": {
141
529
  "taiwan": "二元",
142
530
  "confidence": 0.9,
143
531
  "category": "mainland-term",
144
- "reason": "台灣計算機科學標準"
532
+ "reason": "台灣計算機科學標準",
533
+ "match_type": "exact",
534
+ "autofix_safe": true
535
+ },
536
+ "二進制_binary": {
537
+ "taiwan": "二元",
538
+ "confidence": 0.9,
539
+ "category": "mainland-term",
540
+ "reason": "台灣計算機科學標準",
541
+ "match_type": "exact",
542
+ "autofix_safe": true
145
543
  },
146
544
  "布尔": {
147
545
  "taiwan": "布林",
148
546
  "confidence": 0.95,
149
547
  "category": "mainland-term",
150
- "reason": "台灣程式語言標準"
548
+ "reason": "台灣程式語言標準",
549
+ "match_type": "exact",
550
+ "autofix_safe": true
551
+ },
552
+ "布尔_boolean": {
553
+ "taiwan": "布林",
554
+ "confidence": 0.95,
555
+ "category": "mainland-term",
556
+ "reason": "台灣程式語言標準",
557
+ "match_type": "exact",
558
+ "autofix_safe": true
151
559
  },
152
560
  "布爾": {
153
561
  "taiwan": "布林",
154
562
  "confidence": 0.95,
155
563
  "category": "mainland-term",
156
- "reason": "台灣程式語言標準"
564
+ "reason": "台灣程式語言標準",
565
+ "match_type": "exact",
566
+ "autofix_safe": true
567
+ },
568
+ "布爾_boolean": {
569
+ "taiwan": "布林",
570
+ "confidence": 0.95,
571
+ "category": "mainland-term",
572
+ "reason": "台灣程式語言標準",
573
+ "match_type": "exact",
574
+ "autofix_safe": true
157
575
  },
158
576
  "构建": {
159
577
  "taiwan": "建構",
160
578
  "confidence": 0.85,
161
579
  "category": "mainland-term",
162
- "reason": "台灣軟體開發標準"
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
163
591
  },
164
592
  "構建": {
165
593
  "taiwan": "建構",
166
594
  "confidence": 0.85,
167
595
  "category": "mainland-term",
168
- "reason": "台灣軟體開發標準"
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
169
607
  },
170
608
  "字节": {
171
609
  "taiwan": "位元組",
172
610
  "confidence": 0.95,
173
611
  "category": "mainland-term",
174
- "reason": "台灣計算機硬體標準"
612
+ "reason": "台灣計算機硬體標準",
613
+ "match_type": "exact",
614
+ "autofix_safe": true
615
+ },
616
+ "字节_byte": {
617
+ "taiwan": "位元組",
618
+ "confidence": 0.95,
619
+ "category": "mainland-term",
620
+ "reason": "台灣計算機硬體標準",
621
+ "match_type": "exact",
622
+ "autofix_safe": true
175
623
  },
176
624
  "字節": {
177
625
  "taiwan": "位元組",
178
626
  "confidence": 0.95,
179
627
  "category": "mainland-term",
180
- "reason": "台灣計算機硬體標準"
628
+ "reason": "台灣計算機硬體標準",
629
+ "match_type": "exact",
630
+ "autofix_safe": true
631
+ },
632
+ "字節_byte": {
633
+ "taiwan": "位元組",
634
+ "confidence": 0.95,
635
+ "category": "mainland-term",
636
+ "reason": "台灣計算機硬體標準",
637
+ "match_type": "exact",
638
+ "autofix_safe": true
181
639
  },
182
640
  "缓存": {
183
641
  "taiwan": "快取",
184
642
  "confidence": 0.9,
185
643
  "category": "mainland-term",
186
- "reason": "台灣系統效能標準"
644
+ "reason": "台灣系統效能標準",
645
+ "match_type": "exact",
646
+ "autofix_safe": true
647
+ },
648
+ "缓存_cache": {
649
+ "taiwan": "快取",
650
+ "confidence": 0.9,
651
+ "category": "mainland-term",
652
+ "reason": "台灣系統效能標準",
653
+ "match_type": "exact",
654
+ "autofix_safe": true
187
655
  },
188
656
  "緩存": {
189
657
  "taiwan": "快取",
190
658
  "confidence": 0.9,
191
659
  "category": "mainland-term",
192
- "reason": "台灣系統效能標準"
660
+ "reason": "台灣系統效能標準",
661
+ "match_type": "exact",
662
+ "autofix_safe": true
663
+ },
664
+ "緩存_cache": {
665
+ "taiwan": "快取",
666
+ "confidence": 0.9,
667
+ "category": "mainland-term",
668
+ "reason": "台灣系統效能標準",
669
+ "match_type": "exact",
670
+ "autofix_safe": true
193
671
  },
194
672
  "调用": {
195
673
  "taiwan": "呼叫",
196
674
  "confidence": 0.85,
197
675
  "category": "mainland-term",
198
- "reason": "台灣程式設計標準"
676
+ "reason": "台灣程式設計標準",
677
+ "match_type": "exact",
678
+ "autofix_safe": true
679
+ },
680
+ "调用_call": {
681
+ "taiwan": "呼叫",
682
+ "confidence": 0.9,
683
+ "category": "mainland-term",
684
+ "reason": "台灣程式設計標準",
685
+ "match_type": "exact",
686
+ "autofix_safe": true
199
687
  },
200
688
  "調用": {
201
689
  "taiwan": "呼叫",
202
690
  "confidence": 0.85,
203
691
  "category": "mainland-term",
204
- "reason": "台灣程式設計標準"
692
+ "reason": "台灣程式設計標準",
693
+ "match_type": "exact",
694
+ "autofix_safe": true
695
+ },
696
+ "調用_call": {
697
+ "taiwan": "呼叫",
698
+ "confidence": 0.9,
699
+ "category": "mainland-term",
700
+ "reason": "台灣程式設計標準",
701
+ "match_type": "exact",
702
+ "autofix_safe": true
205
703
  },
206
704
  "回调": {
207
705
  "taiwan": "回呼",
208
706
  "confidence": 0.85,
209
707
  "category": "mainland-term",
210
- "reason": "台灣非同步程式設計"
708
+ "reason": "台灣非同步程式設計",
709
+ "match_type": "exact",
710
+ "autofix_safe": true
711
+ },
712
+ "回调_callback": {
713
+ "taiwan": "回呼",
714
+ "confidence": 0.85,
715
+ "category": "mainland-term",
716
+ "reason": "台灣非同步程式設計",
717
+ "match_type": "exact",
718
+ "autofix_safe": true
211
719
  },
212
720
  "回調": {
213
721
  "taiwan": "回呼",
214
722
  "confidence": 0.85,
215
723
  "category": "mainland-term",
216
- "reason": "台灣非同步程式設計"
724
+ "reason": "台灣非同步程式設計",
725
+ "match_type": "exact",
726
+ "autofix_safe": true
727
+ },
728
+ "回調_callback": {
729
+ "taiwan": "回呼",
730
+ "confidence": 0.85,
731
+ "category": "mainland-term",
732
+ "reason": "台灣非同步程式設計",
733
+ "match_type": "exact",
734
+ "autofix_safe": true
217
735
  },
218
736
  "证书": {
219
737
  "taiwan": "憑證",
220
738
  "confidence": 0.9,
221
739
  "category": "mainland-term",
222
- "reason": "台灣資安認證標準"
740
+ "reason": "台灣資安認證標準",
741
+ "match_type": "exact",
742
+ "autofix_safe": true
743
+ },
744
+ "证书_certificate": {
745
+ "taiwan": "憑證",
746
+ "confidence": 0.9,
747
+ "category": "mainland-term",
748
+ "reason": "台灣資安認證標準",
749
+ "match_type": "exact",
750
+ "autofix_safe": true
223
751
  },
224
752
  "證書": {
225
753
  "taiwan": "憑證",
226
754
  "confidence": 0.9,
227
755
  "category": "mainland-term",
228
- "reason": "台灣資安認證標準"
756
+ "reason": "台灣資安認證標準",
757
+ "match_type": "exact",
758
+ "autofix_safe": true
759
+ },
760
+ "證書_certificate": {
761
+ "taiwan": "憑證",
762
+ "confidence": 0.9,
763
+ "category": "mainland-term",
764
+ "reason": "台灣資安認證標準",
765
+ "match_type": "exact",
766
+ "autofix_safe": true
229
767
  },
230
768
  "字符": {
231
769
  "taiwan": "字元",
232
770
  "confidence": 0.9,
233
771
  "category": "mainland-term",
234
- "reason": "台灣文字處理標準"
772
+ "reason": "台灣文字處理標準",
773
+ "match_type": "exact",
774
+ "autofix_safe": true
775
+ },
776
+ "字符_character": {
777
+ "taiwan": "字元",
778
+ "confidence": 0.9,
779
+ "category": "mainland-term",
780
+ "reason": "台灣文字處理標準",
781
+ "match_type": "exact",
782
+ "autofix_safe": true
235
783
  },
236
784
  "类": {
237
785
  "taiwan": "類別",
238
786
  "confidence": 0.95,
239
787
  "category": "mainland-term",
240
- "reason": "台灣物件導向標準"
788
+ "reason": "台灣物件導向標準",
789
+ "match_type": "exact",
790
+ "autofix_safe": true
791
+ },
792
+ "类_class": {
793
+ "taiwan": "類別",
794
+ "confidence": 0.95,
795
+ "category": "mainland-term",
796
+ "reason": "台灣物件導向標準",
797
+ "match_type": "exact",
798
+ "autofix_safe": true
241
799
  },
242
800
  "類": {
243
801
  "taiwan": "類別",
244
802
  "confidence": 0.95,
245
803
  "category": "mainland-term",
246
- "reason": "台灣物件導向標準"
804
+ "reason": "台灣物件導向標準",
805
+ "match_type": "exact",
806
+ "autofix_safe": true
807
+ },
808
+ "類_class": {
809
+ "taiwan": "類別",
810
+ "confidence": 0.95,
811
+ "category": "mainland-term",
812
+ "reason": "台灣物件導向標準",
813
+ "match_type": "exact",
814
+ "autofix_safe": true
247
815
  },
248
816
  "客户端": {
249
817
  "taiwan": "用戶端",
250
818
  "confidence": 0.9,
251
819
  "category": "mainland-term",
252
- "reason": "台灣網路架構標準"
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
253
831
  },
254
832
  "客戶端": {
255
833
  "taiwan": "用戶端",
256
834
  "confidence": 0.9,
257
835
  "category": "mainland-term",
258
- "reason": "台灣網路架構標準"
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
259
847
  },
260
848
  "克隆": {
261
849
  "taiwan": "複製",
262
850
  "confidence": 0.85,
263
851
  "category": "mainland-term",
264
- "reason": "台灣版本控制標準"
852
+ "reason": "台灣版本控制標準",
853
+ "match_type": "exact",
854
+ "autofix_safe": true
855
+ },
856
+ "克隆_clone": {
857
+ "taiwan": "複製",
858
+ "confidence": 0.85,
859
+ "category": "mainland-term",
860
+ "reason": "台灣版本控制標準",
861
+ "match_type": "exact",
862
+ "autofix_safe": true
265
863
  },
266
864
  "云": {
267
865
  "taiwan": "雲端",
268
866
  "confidence": 0.95,
269
867
  "category": "mainland-term",
270
- "reason": "台灣雲端運算標準"
868
+ "reason": "台灣雲端運算標準",
869
+ "match_type": "exact",
870
+ "autofix_safe": true
871
+ },
872
+ "云_cloud": {
873
+ "taiwan": "雲端",
874
+ "confidence": 0.95,
875
+ "category": "mainland-term",
876
+ "reason": "台灣雲端運算標準",
877
+ "match_type": "exact",
878
+ "autofix_safe": true
271
879
  },
272
880
  "雲": {
273
881
  "taiwan": "雲端",
274
882
  "confidence": 0.95,
275
883
  "category": "mainland-term",
276
- "reason": "台灣雲端運算標準"
884
+ "reason": "台灣雲端運算標準",
885
+ "match_type": "exact",
886
+ "autofix_safe": true
887
+ },
888
+ "雲_cloud": {
889
+ "taiwan": "雲端",
890
+ "confidence": 0.95,
891
+ "category": "mainland-term",
892
+ "reason": "台灣雲端運算標準",
893
+ "match_type": "exact",
894
+ "autofix_safe": true
277
895
  },
278
896
  "代码": {
279
897
  "taiwan": "程式碼",
280
898
  "confidence": 0.95,
281
899
  "category": "mainland-term",
282
- "reason": "台灣軟體開發標準"
900
+ "reason": "台灣軟體開發標準",
901
+ "match_type": "exact",
902
+ "autofix_safe": true
903
+ },
904
+ "代码_code": {
905
+ "taiwan": "程式碼",
906
+ "confidence": 0.95,
907
+ "category": "mainland-term",
908
+ "reason": "台灣軟體開發標準",
909
+ "match_type": "exact",
910
+ "autofix_safe": true
283
911
  },
284
912
  "代碼": {
285
913
  "taiwan": "程式碼",
286
914
  "confidence": 0.95,
287
915
  "category": "mainland-term",
288
- "reason": "台灣軟體開發標準"
916
+ "reason": "台灣軟體開發標準",
917
+ "match_type": "exact",
918
+ "autofix_safe": true
919
+ },
920
+ "代碼_code": {
921
+ "taiwan": "程式碼",
922
+ "confidence": 0.95,
923
+ "category": "mainland-term",
924
+ "reason": "台灣軟體開發標準",
925
+ "match_type": "exact",
926
+ "autofix_safe": true
289
927
  },
290
928
  "编译": {
291
929
  "taiwan": "編譯",
292
930
  "confidence": 0.95,
293
931
  "category": "mainland-term",
294
- "reason": "台灣程式語言標準"
932
+ "reason": "台灣程式語言標準",
933
+ "match_type": "exact",
934
+ "autofix_safe": true
935
+ },
936
+ "编译_compile": {
937
+ "taiwan": "編譯",
938
+ "confidence": 0.95,
939
+ "category": "mainland-term",
940
+ "reason": "台灣程式語言標準",
941
+ "match_type": "exact",
942
+ "autofix_safe": true
295
943
  },
296
944
  "編譯": {
297
945
  "taiwan": "編譯",
298
946
  "confidence": 0.95,
299
947
  "category": "mainland-term",
300
- "reason": "台灣程式語言標準"
948
+ "reason": "台灣程式語言標準",
949
+ "match_type": "exact",
950
+ "autofix_safe": true
951
+ },
952
+ "編譯_compile": {
953
+ "taiwan": "編譯",
954
+ "confidence": 0.95,
955
+ "category": "mainland-term",
956
+ "reason": "台灣程式語言標準",
957
+ "match_type": "exact",
958
+ "autofix_safe": true
301
959
  },
302
960
  "编译器": {
303
961
  "taiwan": "編譯器",
304
962
  "confidence": 0.95,
305
963
  "category": "mainland-term",
306
- "reason": "台灣程式語言工具"
964
+ "reason": "台灣程式語言工具",
965
+ "match_type": "exact",
966
+ "autofix_safe": true
967
+ },
968
+ "编译器_compiler": {
969
+ "taiwan": "編譯器",
970
+ "confidence": 0.95,
971
+ "category": "mainland-term",
972
+ "reason": "台灣程式語言工具",
973
+ "match_type": "exact",
974
+ "autofix_safe": true
307
975
  },
308
976
  "編譯器": {
309
977
  "taiwan": "編譯器",
310
978
  "confidence": 0.95,
311
979
  "category": "mainland-term",
312
- "reason": "台灣程式語言工具"
980
+ "reason": "台灣程式語言工具",
981
+ "match_type": "exact",
982
+ "autofix_safe": true
983
+ },
984
+ "編譯器_compiler": {
985
+ "taiwan": "編譯器",
986
+ "confidence": 0.95,
987
+ "category": "mainland-term",
988
+ "reason": "台灣程式語言工具",
989
+ "match_type": "exact",
990
+ "autofix_safe": true
313
991
  },
314
992
  "组件": {
315
993
  "taiwan": "組件",
316
994
  "confidence": 0.85,
317
995
  "category": "mainland-term",
318
- "reason": "台灣軟體架構標準"
996
+ "reason": "台灣軟體架構標準",
997
+ "match_type": "exact",
998
+ "autofix_safe": true
999
+ },
1000
+ "组件_component": {
1001
+ "taiwan": "組件",
1002
+ "confidence": 0.85,
1003
+ "category": "mainland-term",
1004
+ "reason": "台灣軟體架構標準",
1005
+ "match_type": "exact",
1006
+ "autofix_safe": true
319
1007
  },
320
1008
  "組件": {
321
1009
  "taiwan": "組件",
322
1010
  "confidence": 0.85,
323
1011
  "category": "mainland-term",
324
- "reason": "台灣軟體架構標準"
1012
+ "reason": "台灣軟體架構標準",
1013
+ "match_type": "exact",
1014
+ "autofix_safe": true
1015
+ },
1016
+ "組件_component": {
1017
+ "taiwan": "組件",
1018
+ "confidence": 0.85,
1019
+ "category": "mainland-term",
1020
+ "reason": "台灣軟體架構標準",
1021
+ "match_type": "exact",
1022
+ "autofix_safe": true
325
1023
  },
326
1024
  "压缩": {
327
1025
  "taiwan": "壓縮",
328
1026
  "confidence": 0.9,
329
1027
  "category": "mainland-term",
330
- "reason": "台灣資料處理標準"
1028
+ "reason": "台灣資料處理標準",
1029
+ "match_type": "exact",
1030
+ "autofix_safe": true
1031
+ },
1032
+ "压缩_compress": {
1033
+ "taiwan": "壓縮",
1034
+ "confidence": 0.9,
1035
+ "category": "mainland-term",
1036
+ "reason": "台灣資料處理標準",
1037
+ "match_type": "exact",
1038
+ "autofix_safe": true
331
1039
  },
332
1040
  "壓縮": {
333
1041
  "taiwan": "壓縮",
334
1042
  "confidence": 0.9,
335
1043
  "category": "mainland-term",
336
- "reason": "台灣資料處理標準"
1044
+ "reason": "台灣資料處理標準",
1045
+ "match_type": "exact",
1046
+ "autofix_safe": true
1047
+ },
1048
+ "壓縮_compress": {
1049
+ "taiwan": "壓縮",
1050
+ "confidence": 0.9,
1051
+ "category": "mainland-term",
1052
+ "reason": "台灣資料處理標準",
1053
+ "match_type": "exact",
1054
+ "autofix_safe": true
337
1055
  },
338
1056
  "并发性": {
339
1057
  "taiwan": "並行性",
340
1058
  "confidence": 0.85,
341
1059
  "category": "mainland-term",
342
- "reason": "台灣平行處理標準"
1060
+ "reason": "台灣平行處理標準",
1061
+ "match_type": "exact",
1062
+ "autofix_safe": true
1063
+ },
1064
+ "并发性_concurrency": {
1065
+ "taiwan": "並行性",
1066
+ "confidence": 0.85,
1067
+ "category": "mainland-term",
1068
+ "reason": "台灣平行處理標準",
1069
+ "match_type": "exact",
1070
+ "autofix_safe": true
343
1071
  },
344
1072
  "併發性": {
345
1073
  "taiwan": "並行性",
346
1074
  "confidence": 0.85,
347
1075
  "category": "mainland-term",
348
- "reason": "台灣平行處理標準"
1076
+ "reason": "台灣平行處理標準",
1077
+ "match_type": "exact",
1078
+ "autofix_safe": true
1079
+ },
1080
+ "併發性_concurrency": {
1081
+ "taiwan": "並行性",
1082
+ "confidence": 0.85,
1083
+ "category": "mainland-term",
1084
+ "reason": "台灣平行處理標準",
1085
+ "match_type": "exact",
1086
+ "autofix_safe": true
349
1087
  },
350
1088
  "配置": {
351
1089
  "taiwan": "配置",
352
1090
  "confidence": 0.9,
353
1091
  "category": "mainland-term",
354
- "reason": "台灣系統設定標準"
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
355
1103
  },
356
1104
  "连接": {
357
1105
  "taiwan": "連線",
358
1106
  "confidence": 0.9,
359
1107
  "category": "mainland-term",
360
- "reason": "台灣網路連接標準"
1108
+ "reason": "台灣網路連接標準",
1109
+ "match_type": "exact",
1110
+ "autofix_safe": true
1111
+ },
1112
+ "连接_connect": {
1113
+ "taiwan": "連線",
1114
+ "confidence": 0.9,
1115
+ "category": "mainland-term",
1116
+ "reason": "台灣網路連接標準",
1117
+ "match_type": "exact",
1118
+ "autofix_safe": true
361
1119
  },
362
1120
  "連接": {
363
1121
  "taiwan": "連線",
364
1122
  "confidence": 0.9,
365
1123
  "category": "mainland-term",
366
- "reason": "台灣網路連接標準"
1124
+ "reason": "台灣網路連接標準",
1125
+ "match_type": "exact",
1126
+ "autofix_safe": true
1127
+ },
1128
+ "連接_connect": {
1129
+ "taiwan": "連線",
1130
+ "confidence": 0.9,
1131
+ "category": "mainland-term",
1132
+ "reason": "台灣網路連接標準",
1133
+ "match_type": "exact",
1134
+ "autofix_safe": true
367
1135
  },
368
1136
  "构造函数": {
369
1137
  "taiwan": "建構子",
370
1138
  "confidence": 0.9,
371
1139
  "category": "mainland-term",
372
- "reason": "台灣物件導向標準"
1140
+ "reason": "台灣物件導向標準",
1141
+ "match_type": "exact",
1142
+ "autofix_safe": true
1143
+ },
1144
+ "构造函数_constructor": {
1145
+ "taiwan": "建構子",
1146
+ "confidence": 0.9,
1147
+ "category": "mainland-term",
1148
+ "reason": "台灣物件導向標準",
1149
+ "match_type": "exact",
1150
+ "autofix_safe": true
373
1151
  },
374
1152
  "構造函數": {
375
1153
  "taiwan": "建構子",
376
1154
  "confidence": 0.9,
377
1155
  "category": "mainland-term",
378
- "reason": "台灣物件導向標準"
1156
+ "reason": "台灣物件導向標準",
1157
+ "match_type": "exact",
1158
+ "autofix_safe": true
1159
+ },
1160
+ "構造函數_constructor": {
1161
+ "taiwan": "建構子",
1162
+ "confidence": 0.9,
1163
+ "category": "mainland-term",
1164
+ "reason": "台灣物件導向標準",
1165
+ "match_type": "exact",
1166
+ "autofix_safe": true
379
1167
  },
380
1168
  "容器": {
381
1169
  "taiwan": "容器",
382
1170
  "confidence": 0.8,
383
1171
  "category": "mainland-term",
384
- "reason": "台灣虛擬化技術"
1172
+ "reason": "台灣虛擬化技術",
1173
+ "match_type": "exact",
1174
+ "autofix_safe": true
1175
+ },
1176
+ "容器_container": {
1177
+ "taiwan": "容器",
1178
+ "confidence": 0.8,
1179
+ "category": "mainland-term",
1180
+ "reason": "台灣虛擬化技術",
1181
+ "match_type": "exact",
1182
+ "autofix_safe": true
385
1183
  },
386
1184
  "控件": {
387
1185
  "taiwan": "控制項",
388
1186
  "confidence": 0.9,
389
1187
  "category": "mainland-term",
390
- "reason": "台灣介面元件標準"
1188
+ "reason": "台灣介面元件標準",
1189
+ "match_type": "exact",
1190
+ "autofix_safe": true
1191
+ },
1192
+ "控件_control": {
1193
+ "taiwan": "控制項",
1194
+ "confidence": 0.9,
1195
+ "category": "mainland-term",
1196
+ "reason": "台灣介面元件標準",
1197
+ "match_type": "exact",
1198
+ "autofix_safe": true
391
1199
  },
392
1200
  "拷贝": {
393
1201
  "taiwan": "複製",
394
1202
  "confidence": 0.85,
395
1203
  "category": "mainland-term",
396
- "reason": "台灣檔案操作標準"
1204
+ "reason": "台灣檔案操作標準",
1205
+ "match_type": "exact",
1206
+ "autofix_safe": true
1207
+ },
1208
+ "拷贝_copy": {
1209
+ "taiwan": "複製",
1210
+ "confidence": 0.85,
1211
+ "category": "mainland-term",
1212
+ "reason": "台灣檔案操作標準",
1213
+ "match_type": "exact",
1214
+ "autofix_safe": true
397
1215
  },
398
1216
  "拷貝": {
399
1217
  "taiwan": "複製",
400
1218
  "confidence": 0.85,
401
1219
  "category": "mainland-term",
402
- "reason": "台灣檔案操作標準"
1220
+ "reason": "台灣檔案操作標準",
1221
+ "match_type": "exact",
1222
+ "autofix_safe": true
1223
+ },
1224
+ "拷貝_copy": {
1225
+ "taiwan": "複製",
1226
+ "confidence": 0.85,
1227
+ "category": "mainland-term",
1228
+ "reason": "台灣檔案操作標準",
1229
+ "match_type": "exact",
1230
+ "autofix_safe": true
403
1231
  },
404
1232
  "创建": {
405
1233
  "taiwan": "建立",
406
1234
  "confidence": 0.85,
407
1235
  "category": "mainland-term",
408
- "reason": "台灣系統操作標準"
1236
+ "reason": "台灣系統操作標準",
1237
+ "match_type": "exact",
1238
+ "autofix_safe": true
1239
+ },
1240
+ "创建_create": {
1241
+ "taiwan": "建立",
1242
+ "confidence": 0.85,
1243
+ "category": "mainland-term",
1244
+ "reason": "台灣系統操作標準",
1245
+ "match_type": "exact",
1246
+ "autofix_safe": true
409
1247
  },
410
1248
  "創建": {
411
1249
  "taiwan": "建立",
412
1250
  "confidence": 0.85,
413
1251
  "category": "mainland-term",
414
- "reason": "台灣系統操作標準"
1252
+ "reason": "台灣系統操作標準",
1253
+ "match_type": "exact",
1254
+ "autofix_safe": true
1255
+ },
1256
+ "創建_create": {
1257
+ "taiwan": "建立",
1258
+ "confidence": 0.85,
1259
+ "category": "mainland-term",
1260
+ "reason": "台灣系統操作標準",
1261
+ "match_type": "exact",
1262
+ "autofix_safe": true
415
1263
  },
416
1264
  "光标": {
417
1265
  "taiwan": "游標",
418
1266
  "confidence": 0.9,
419
1267
  "category": "mainland-term",
420
- "reason": "台灣介面操作標準"
1268
+ "reason": "台灣介面操作標準",
1269
+ "match_type": "exact",
1270
+ "autofix_safe": true
1271
+ },
1272
+ "光标_cursor": {
1273
+ "taiwan": "游標",
1274
+ "confidence": 0.9,
1275
+ "category": "mainland-term",
1276
+ "reason": "台灣介面操作標準",
1277
+ "match_type": "exact",
1278
+ "autofix_safe": true
421
1279
  },
422
1280
  "光標": {
423
1281
  "taiwan": "游標",
424
1282
  "confidence": 0.9,
425
1283
  "category": "mainland-term",
426
- "reason": "台灣介面操作標準"
1284
+ "reason": "台灣介面操作標準",
1285
+ "match_type": "exact",
1286
+ "autofix_safe": true
1287
+ },
1288
+ "光標_cursor": {
1289
+ "taiwan": "游標",
1290
+ "confidence": 0.9,
1291
+ "category": "mainland-term",
1292
+ "reason": "台灣介面操作標準",
1293
+ "match_type": "exact",
1294
+ "autofix_safe": true
427
1295
  },
428
1296
  "自定义": {
429
1297
  "taiwan": "自訂",
430
1298
  "confidence": 0.85,
431
1299
  "category": "mainland-term",
432
- "reason": "台灣客製化標準"
1300
+ "reason": "台灣客製化標準",
1301
+ "match_type": "exact",
1302
+ "autofix_safe": true
1303
+ },
1304
+ "自定义_custom": {
1305
+ "taiwan": "自訂",
1306
+ "confidence": 0.85,
1307
+ "category": "mainland-term",
1308
+ "reason": "台灣客製化標準",
1309
+ "match_type": "exact",
1310
+ "autofix_safe": true
433
1311
  },
434
1312
  "自定義": {
435
1313
  "taiwan": "自訂",
436
1314
  "confidence": 0.85,
437
1315
  "category": "mainland-term",
438
- "reason": "台灣客製化標準"
1316
+ "reason": "台灣客製化標準",
1317
+ "match_type": "exact",
1318
+ "autofix_safe": true
1319
+ },
1320
+ "自定義_custom": {
1321
+ "taiwan": "自訂",
1322
+ "confidence": 0.85,
1323
+ "category": "mainland-term",
1324
+ "reason": "台灣客製化標準",
1325
+ "match_type": "exact",
1326
+ "autofix_safe": true
439
1327
  },
440
1328
  "数据": {
441
1329
  "taiwan": "資料",
442
1330
  "confidence": 0.95,
443
1331
  "category": "mainland-term",
444
- "reason": "台灣資訊處理標準"
1332
+ "reason": "台灣資訊處理標準",
1333
+ "match_type": "exact",
1334
+ "autofix_safe": true
1335
+ },
1336
+ "数据_data": {
1337
+ "taiwan": "資料",
1338
+ "confidence": 0.95,
1339
+ "category": "mainland-term",
1340
+ "reason": "台灣資訊處理標準",
1341
+ "match_type": "exact",
1342
+ "autofix_safe": true
445
1343
  },
446
1344
  "數據": {
447
1345
  "taiwan": "資料",
448
1346
  "confidence": 0.95,
449
1347
  "category": "mainland-term",
450
- "reason": "台灣資訊處理標準"
1348
+ "reason": "台灣資訊處理標準",
1349
+ "match_type": "exact",
1350
+ "autofix_safe": true
1351
+ },
1352
+ "數據_data": {
1353
+ "taiwan": "資料",
1354
+ "confidence": 0.95,
1355
+ "category": "mainland-term",
1356
+ "reason": "台灣資訊處理標準",
1357
+ "match_type": "exact",
1358
+ "autofix_safe": true
451
1359
  },
452
1360
  "数据库": {
453
1361
  "taiwan": "資料庫",
454
1362
  "confidence": 0.95,
455
1363
  "category": "mainland-term",
456
- "reason": "台灣資料管理標準"
1364
+ "reason": "台灣資料管理標準",
1365
+ "match_type": "exact",
1366
+ "autofix_safe": true
1367
+ },
1368
+ "数据库_database": {
1369
+ "taiwan": "資料庫",
1370
+ "confidence": 0.95,
1371
+ "category": "mainland-term",
1372
+ "reason": "台灣資料管理標準",
1373
+ "match_type": "exact",
1374
+ "autofix_safe": true
457
1375
  },
458
1376
  "數據庫": {
459
1377
  "taiwan": "資料庫",
460
1378
  "confidence": 0.95,
461
1379
  "category": "mainland-term",
462
- "reason": "台灣資料管理標準"
1380
+ "reason": "台灣資料管理標準",
1381
+ "match_type": "exact",
1382
+ "autofix_safe": true
1383
+ },
1384
+ "數據庫_database": {
1385
+ "taiwan": "資料庫",
1386
+ "confidence": 0.95,
1387
+ "category": "mainland-term",
1388
+ "reason": "台灣資料管理標準",
1389
+ "match_type": "exact",
1390
+ "autofix_safe": true
463
1391
  },
464
1392
  "调试": {
465
1393
  "taiwan": "除錯",
466
1394
  "confidence": 0.9,
467
1395
  "category": "mainland-term",
468
- "reason": "台灣程式開發標準"
1396
+ "reason": "台灣程式開發標準",
1397
+ "match_type": "exact",
1398
+ "autofix_safe": true
1399
+ },
1400
+ "调试_debug": {
1401
+ "taiwan": "除錯",
1402
+ "confidence": 0.9,
1403
+ "category": "mainland-term",
1404
+ "reason": "台灣程式開發標準",
1405
+ "match_type": "exact",
1406
+ "autofix_safe": true
469
1407
  },
470
1408
  "調試": {
471
1409
  "taiwan": "除錯",
472
1410
  "confidence": 0.9,
473
1411
  "category": "mainland-term",
474
- "reason": "台灣程式開發標準"
1412
+ "reason": "台灣程式開發標準",
1413
+ "match_type": "exact",
1414
+ "autofix_safe": true
1415
+ },
1416
+ "調試_debug": {
1417
+ "taiwan": "除錯",
1418
+ "confidence": 0.9,
1419
+ "category": "mainland-term",
1420
+ "reason": "台灣程式開發標準",
1421
+ "match_type": "exact",
1422
+ "autofix_safe": true
475
1423
  },
476
1424
  "默认": {
477
1425
  "taiwan": "預設",
478
1426
  "confidence": 0.9,
479
1427
  "category": "mainland-term",
480
- "reason": "台灣系統設定標準"
1428
+ "reason": "台灣系統設定標準",
1429
+ "match_type": "exact",
1430
+ "autofix_safe": true
1431
+ },
1432
+ "默认_default": {
1433
+ "taiwan": "預設",
1434
+ "confidence": 0.9,
1435
+ "category": "mainland-term",
1436
+ "reason": "台灣系統設定標準",
1437
+ "match_type": "exact",
1438
+ "autofix_safe": true
481
1439
  },
482
1440
  "默認": {
483
1441
  "taiwan": "預設",
484
1442
  "confidence": 0.9,
485
1443
  "category": "mainland-term",
486
- "reason": "台灣系統設定標準"
1444
+ "reason": "台灣系統設定標準",
1445
+ "match_type": "exact",
1446
+ "autofix_safe": true
1447
+ },
1448
+ "默認_default": {
1449
+ "taiwan": "預設",
1450
+ "confidence": 0.9,
1451
+ "category": "mainland-term",
1452
+ "reason": "台灣系統設定標準",
1453
+ "match_type": "exact",
1454
+ "autofix_safe": true
487
1455
  },
488
1456
  "定义": {
489
1457
  "taiwan": "定義",
490
1458
  "confidence": 0.8,
491
1459
  "category": "mainland-term",
492
- "reason": "台灣程式語言標準"
1460
+ "reason": "台灣程式語言標準",
1461
+ "match_type": "exact",
1462
+ "autofix_safe": true
1463
+ },
1464
+ "定义_definition": {
1465
+ "taiwan": "定義",
1466
+ "confidence": 0.8,
1467
+ "category": "mainland-term",
1468
+ "reason": "台灣程式語言標準",
1469
+ "match_type": "exact",
1470
+ "autofix_safe": true
493
1471
  },
494
1472
  "定義": {
495
1473
  "taiwan": "定義",
496
1474
  "confidence": 0.8,
497
1475
  "category": "mainland-term",
498
- "reason": "台灣程式語言標準"
1476
+ "reason": "台灣程式語言標準",
1477
+ "match_type": "exact",
1478
+ "autofix_safe": true
1479
+ },
1480
+ "定義_definition": {
1481
+ "taiwan": "定義",
1482
+ "confidence": 0.8,
1483
+ "category": "mainland-term",
1484
+ "reason": "台灣程式語言標準",
1485
+ "match_type": "exact",
1486
+ "autofix_safe": true
499
1487
  },
500
1488
  "目录": {
501
1489
  "taiwan": "目錄",
502
1490
  "confidence": 0.85,
503
1491
  "category": "mainland-term",
504
- "reason": "台灣檔案系統標準"
1492
+ "reason": "台灣檔案系統標準",
1493
+ "match_type": "exact",
1494
+ "autofix_safe": true
1495
+ },
1496
+ "目录_directory": {
1497
+ "taiwan": "目錄",
1498
+ "confidence": 0.85,
1499
+ "category": "mainland-term",
1500
+ "reason": "台灣檔案系統標準",
1501
+ "match_type": "exact",
1502
+ "autofix_safe": true
505
1503
  },
506
1504
  "目錄": {
507
1505
  "taiwan": "目錄",
508
1506
  "confidence": 0.85,
509
1507
  "category": "mainland-term",
510
- "reason": "台灣檔案系統標準"
1508
+ "reason": "台灣檔案系統標準",
1509
+ "match_type": "exact",
1510
+ "autofix_safe": true
1511
+ },
1512
+ "目錄_directory": {
1513
+ "taiwan": "目錄",
1514
+ "confidence": 0.85,
1515
+ "category": "mainland-term",
1516
+ "reason": "台灣檔案系統標準",
1517
+ "match_type": "exact",
1518
+ "autofix_safe": true
511
1519
  },
512
1520
  "磁盘": {
513
1521
  "taiwan": "磁碟",
514
1522
  "confidence": 0.9,
515
1523
  "category": "mainland-term",
516
- "reason": "台灣儲存裝置標準"
1524
+ "reason": "台灣儲存裝置標準",
1525
+ "match_type": "exact",
1526
+ "autofix_safe": true
1527
+ },
1528
+ "磁盘_disk": {
1529
+ "taiwan": "磁碟",
1530
+ "confidence": 0.9,
1531
+ "category": "mainland-term",
1532
+ "reason": "台灣儲存裝置標準",
1533
+ "match_type": "exact",
1534
+ "autofix_safe": true
517
1535
  },
518
1536
  "磁盤": {
519
1537
  "taiwan": "磁碟",
520
1538
  "confidence": 0.9,
521
1539
  "category": "mainland-term",
522
- "reason": "台灣儲存裝置標準"
1540
+ "reason": "台灣儲存裝置標準",
1541
+ "match_type": "exact",
1542
+ "autofix_safe": true
1543
+ },
1544
+ "磁盤_disk": {
1545
+ "taiwan": "磁碟",
1546
+ "confidence": 0.9,
1547
+ "category": "mainland-term",
1548
+ "reason": "台灣儲存裝置標準",
1549
+ "match_type": "exact",
1550
+ "autofix_safe": true
523
1551
  },
524
1552
  "文档": {
525
1553
  "taiwan": "文件",
526
1554
  "confidence": 0.85,
527
1555
  "category": "mainland-term",
528
- "reason": "台灣技術文件標準"
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
529
1567
  },
530
1568
  "文檔": {
531
1569
  "taiwan": "文件",
532
1570
  "confidence": 0.85,
533
1571
  "category": "mainland-term",
534
- "reason": "台灣技術文件標準"
1572
+ "reason": "台灣技術文件標準",
1573
+ "match_type": "exact",
1574
+ "autofix_safe": true
1575
+ },
1576
+ "文檔_document": {
1577
+ "taiwan": "文件",
1578
+ "confidence": 0.85,
1579
+ "category": "mainland-term",
1580
+ "reason": "台灣技術文件標準",
1581
+ "match_type": "exact",
1582
+ "autofix_safe": true
535
1583
  },
536
1584
  "域": {
537
1585
  "taiwan": "網域",
538
1586
  "confidence": 0.9,
539
1587
  "category": "mainland-term",
540
- "reason": "台灣網路技術標準"
1588
+ "reason": "台灣網路技術標準",
1589
+ "match_type": "exact",
1590
+ "autofix_safe": true
1591
+ },
1592
+ "域_domain": {
1593
+ "taiwan": "網域",
1594
+ "confidence": 0.9,
1595
+ "category": "mainland-term",
1596
+ "reason": "台灣網路技術標準",
1597
+ "match_type": "exact",
1598
+ "autofix_safe": true
541
1599
  },
542
1600
  "下载": {
543
1601
  "taiwan": "下載",
544
1602
  "confidence": 0.8,
545
1603
  "category": "mainland-term",
546
- "reason": "台灣網路傳輸標準"
1604
+ "reason": "台灣網路傳輸標準",
1605
+ "match_type": "exact",
1606
+ "autofix_safe": true
1607
+ },
1608
+ "下载_download": {
1609
+ "taiwan": "下載",
1610
+ "confidence": 0.8,
1611
+ "category": "mainland-term",
1612
+ "reason": "台灣網路傳輸標準",
1613
+ "match_type": "exact",
1614
+ "autofix_safe": true
547
1615
  },
548
1616
  "下載": {
549
1617
  "taiwan": "下載",
550
1618
  "confidence": 0.8,
551
1619
  "category": "mainland-term",
552
- "reason": "台灣網路傳輸標準"
1620
+ "reason": "台灣網路傳輸標準",
1621
+ "match_type": "exact",
1622
+ "autofix_safe": true
1623
+ },
1624
+ "下載_download": {
1625
+ "taiwan": "下載",
1626
+ "confidence": 0.8,
1627
+ "category": "mainland-term",
1628
+ "reason": "台灣網路傳輸標準",
1629
+ "match_type": "exact",
1630
+ "autofix_safe": true
553
1631
  },
554
1632
  "驱动程序": {
555
1633
  "taiwan": "驅動程式",
556
1634
  "confidence": 0.9,
557
1635
  "category": "mainland-term",
558
- "reason": "台灣硬體管理標準"
1636
+ "reason": "台灣硬體管理標準",
1637
+ "match_type": "exact",
1638
+ "autofix_safe": true
1639
+ },
1640
+ "驱动程序_driver": {
1641
+ "taiwan": "驅動程式",
1642
+ "confidence": 0.9,
1643
+ "category": "mainland-term",
1644
+ "reason": "台灣硬體管理標準",
1645
+ "match_type": "exact",
1646
+ "autofix_safe": true
559
1647
  },
560
1648
  "驅動程序": {
561
1649
  "taiwan": "驅動程式",
562
1650
  "confidence": 0.9,
563
1651
  "category": "mainland-term",
564
- "reason": "台灣硬體管理標準"
1652
+ "reason": "台灣硬體管理標準",
1653
+ "match_type": "exact",
1654
+ "autofix_safe": true
1655
+ },
1656
+ "驅動程序_driver": {
1657
+ "taiwan": "驅動程式",
1658
+ "confidence": 0.9,
1659
+ "category": "mainland-term",
1660
+ "reason": "台灣硬體管理標準",
1661
+ "match_type": "exact",
1662
+ "autofix_safe": true
565
1663
  },
566
1664
  "元素": {
567
1665
  "taiwan": "元素",
568
1666
  "confidence": 0.75,
569
1667
  "category": "mainland-term",
570
- "reason": "台灣介面設計標準"
1668
+ "reason": "台灣介面設計標準",
1669
+ "match_type": "exact",
1670
+ "autofix_safe": true
1671
+ },
1672
+ "元素_element": {
1673
+ "taiwan": "元素",
1674
+ "confidence": 0.75,
1675
+ "category": "mainland-term",
1676
+ "reason": "台灣介面設計標準",
1677
+ "match_type": "exact",
1678
+ "autofix_safe": true
571
1679
  },
572
1680
  "电子邮件": {
573
1681
  "taiwan": "電子郵件",
574
1682
  "confidence": 0.8,
575
1683
  "category": "mainland-term",
576
- "reason": "台灣網路通訊標準"
1684
+ "reason": "台灣網路通訊標準",
1685
+ "match_type": "exact",
1686
+ "autofix_safe": true
1687
+ },
1688
+ "电子邮件_email": {
1689
+ "taiwan": "電子郵件",
1690
+ "confidence": 0.8,
1691
+ "category": "mainland-term",
1692
+ "reason": "台灣網路通訊標準",
1693
+ "match_type": "exact",
1694
+ "autofix_safe": true
577
1695
  },
578
1696
  "電子郵件": {
579
1697
  "taiwan": "電子郵件",
580
1698
  "confidence": 0.8,
581
1699
  "category": "mainland-term",
582
- "reason": "台灣網路通訊標準"
1700
+ "reason": "台灣網路通訊標準",
1701
+ "match_type": "exact",
1702
+ "autofix_safe": true
1703
+ },
1704
+ "電子郵件_email": {
1705
+ "taiwan": "電子郵件",
1706
+ "confidence": 0.8,
1707
+ "category": "mainland-term",
1708
+ "reason": "台灣網路通訊標準",
1709
+ "match_type": "exact",
1710
+ "autofix_safe": true
583
1711
  },
584
1712
  "启用": {
585
1713
  "taiwan": "啟用",
586
1714
  "confidence": 0.85,
587
1715
  "category": "mainland-term",
588
- "reason": "台灣系統操作標準"
1716
+ "reason": "台灣系統操作標準",
1717
+ "match_type": "exact",
1718
+ "autofix_safe": true
1719
+ },
1720
+ "启用_enable": {
1721
+ "taiwan": "啟用",
1722
+ "confidence": 0.85,
1723
+ "category": "mainland-term",
1724
+ "reason": "台灣系統操作標準",
1725
+ "match_type": "exact",
1726
+ "autofix_safe": true
589
1727
  },
590
1728
  "啟用": {
591
1729
  "taiwan": "啟用",
592
1730
  "confidence": 0.85,
593
1731
  "category": "mainland-term",
594
- "reason": "台灣系統操作標準"
1732
+ "reason": "台灣系統操作標準",
1733
+ "match_type": "exact",
1734
+ "autofix_safe": true
1735
+ },
1736
+ "啟用_enable": {
1737
+ "taiwan": "啟用",
1738
+ "confidence": 0.85,
1739
+ "category": "mainland-term",
1740
+ "reason": "台灣系統操作標準",
1741
+ "match_type": "exact",
1742
+ "autofix_safe": true
595
1743
  },
596
1744
  "事件": {
597
1745
  "taiwan": "事件",
598
1746
  "confidence": 0.8,
599
1747
  "category": "mainland-term",
600
- "reason": "台灣程式設計標準"
1748
+ "reason": "台灣程式設計標準",
1749
+ "match_type": "exact",
1750
+ "autofix_safe": true
1751
+ },
1752
+ "事件_event": {
1753
+ "taiwan": "事件",
1754
+ "confidence": 0.8,
1755
+ "category": "mainland-term",
1756
+ "reason": "台灣程式設計標準",
1757
+ "match_type": "exact",
1758
+ "autofix_safe": true
601
1759
  },
602
1760
  "异常": {
603
1761
  "taiwan": "例外",
604
1762
  "confidence": 0.9,
605
1763
  "category": "mainland-term",
606
- "reason": "台灣錯誤處理標準"
1764
+ "reason": "台灣錯誤處理標準",
1765
+ "match_type": "exact",
1766
+ "autofix_safe": true
1767
+ },
1768
+ "异常_exception": {
1769
+ "taiwan": "例外",
1770
+ "confidence": 0.9,
1771
+ "category": "mainland-term",
1772
+ "reason": "台灣錯誤處理標準",
1773
+ "match_type": "exact",
1774
+ "autofix_safe": true
607
1775
  },
608
1776
  "異常": {
609
1777
  "taiwan": "例外",
610
1778
  "confidence": 0.9,
611
1779
  "category": "mainland-term",
612
- "reason": "台灣錯誤處理標準"
1780
+ "reason": "台灣錯誤處理標準",
1781
+ "match_type": "exact",
1782
+ "autofix_safe": true
1783
+ },
1784
+ "異常_exception": {
1785
+ "taiwan": "例外",
1786
+ "confidence": 0.9,
1787
+ "category": "mainland-term",
1788
+ "reason": "台灣錯誤處理標準",
1789
+ "match_type": "exact",
1790
+ "autofix_safe": true
613
1791
  },
614
1792
  "导出": {
615
1793
  "taiwan": "匯出",
616
1794
  "confidence": 0.9,
617
1795
  "category": "mainland-term",
618
- "reason": "台灣資料處理標準"
1796
+ "reason": "台灣資料處理標準",
1797
+ "match_type": "exact",
1798
+ "autofix_safe": true
1799
+ },
1800
+ "导出_export": {
1801
+ "taiwan": "匯出",
1802
+ "confidence": 0.9,
1803
+ "category": "mainland-term",
1804
+ "reason": "台灣資料處理標準",
1805
+ "match_type": "exact",
1806
+ "autofix_safe": true
619
1807
  },
620
1808
  "導出": {
621
1809
  "taiwan": "匯出",
622
1810
  "confidence": 0.9,
623
1811
  "category": "mainland-term",
624
- "reason": "台灣資料處理標準"
1812
+ "reason": "台灣資料處理標準",
1813
+ "match_type": "exact",
1814
+ "autofix_safe": true
1815
+ },
1816
+ "導出_export": {
1817
+ "taiwan": "匯出",
1818
+ "confidence": 0.9,
1819
+ "category": "mainland-term",
1820
+ "reason": "台灣資料處理標準",
1821
+ "match_type": "exact",
1822
+ "autofix_safe": true
625
1823
  },
626
1824
  "扩展": {
627
1825
  "taiwan": "擴充功能",
628
1826
  "confidence": 0.85,
629
1827
  "category": "mainland-term",
630
- "reason": "台灣軟體功能標準"
1828
+ "reason": "台灣軟體功能標準",
1829
+ "match_type": "exact",
1830
+ "autofix_safe": true
1831
+ },
1832
+ "扩展_extension": {
1833
+ "taiwan": "擴充功能",
1834
+ "confidence": 0.85,
1835
+ "category": "mainland-term",
1836
+ "reason": "台灣軟體功能標準",
1837
+ "match_type": "exact",
1838
+ "autofix_safe": true
631
1839
  },
632
1840
  "擴展": {
633
1841
  "taiwan": "擴充功能",
634
1842
  "confidence": 0.85,
635
1843
  "category": "mainland-term",
636
- "reason": "台灣軟體功能標準"
1844
+ "reason": "台灣軟體功能標準",
1845
+ "match_type": "exact",
1846
+ "autofix_safe": true
1847
+ },
1848
+ "擴展_extension": {
1849
+ "taiwan": "擴充功能",
1850
+ "confidence": 0.85,
1851
+ "category": "mainland-term",
1852
+ "reason": "台灣軟體功能標準",
1853
+ "match_type": "exact",
1854
+ "autofix_safe": true
637
1855
  },
638
1856
  "字段": {
639
1857
  "taiwan": "欄位",
640
1858
  "confidence": 0.9,
641
1859
  "category": "mainland-term",
642
- "reason": "台灣資料庫標準"
1860
+ "reason": "台灣資料庫標準",
1861
+ "match_type": "exact",
1862
+ "autofix_safe": true
1863
+ },
1864
+ "字段_field": {
1865
+ "taiwan": "欄位",
1866
+ "confidence": 0.9,
1867
+ "category": "mainland-term",
1868
+ "reason": "台灣資料庫標準",
1869
+ "match_type": "exact",
1870
+ "autofix_safe": true
643
1871
  },
644
1872
  "文件": {
645
1873
  "taiwan": "檔案",
646
1874
  "confidence": 0.9,
647
1875
  "category": "mainland-term",
648
- "reason": "台灣檔案系統標準"
1876
+ "reason": "台灣檔案系統標準",
1877
+ "match_type": "exact",
1878
+ "autofix_safe": true
1879
+ },
1880
+ "文件_file": {
1881
+ "taiwan": "檔案",
1882
+ "confidence": 0.9,
1883
+ "category": "mainland-term",
1884
+ "reason": "台灣檔案系統標準",
1885
+ "match_type": "exact",
1886
+ "autofix_safe": true
649
1887
  },
650
1888
  "过滤器": {
651
1889
  "taiwan": "過濾器",
652
1890
  "confidence": 0.85,
653
1891
  "category": "mainland-term",
654
- "reason": "台灣資料處理標準"
1892
+ "reason": "台灣資料處理標準",
1893
+ "match_type": "exact",
1894
+ "autofix_safe": true
1895
+ },
1896
+ "过滤器_filter": {
1897
+ "taiwan": "過濾器",
1898
+ "confidence": 0.85,
1899
+ "category": "mainland-term",
1900
+ "reason": "台灣資料處理標準",
1901
+ "match_type": "exact",
1902
+ "autofix_safe": true
655
1903
  },
656
1904
  "過濾器": {
657
1905
  "taiwan": "過濾器",
658
1906
  "confidence": 0.85,
659
1907
  "category": "mainland-term",
660
- "reason": "台灣資料處理標準"
1908
+ "reason": "台灣資料處理標準",
1909
+ "match_type": "exact",
1910
+ "autofix_safe": true
1911
+ },
1912
+ "過濾器_filter": {
1913
+ "taiwan": "過濾器",
1914
+ "confidence": 0.85,
1915
+ "category": "mainland-term",
1916
+ "reason": "台灣資料處理標準",
1917
+ "match_type": "exact",
1918
+ "autofix_safe": true
661
1919
  },
662
1920
  "固件": {
663
1921
  "taiwan": "韌體",
664
1922
  "confidence": 0.95,
665
1923
  "category": "mainland-term",
666
- "reason": "台灣硬體技術標準"
1924
+ "reason": "台灣硬體技術標準",
1925
+ "match_type": "exact",
1926
+ "autofix_safe": true
1927
+ },
1928
+ "固件_firmware": {
1929
+ "taiwan": "韌體",
1930
+ "confidence": 0.95,
1931
+ "category": "mainland-term",
1932
+ "reason": "台灣硬體技術標準",
1933
+ "match_type": "exact",
1934
+ "autofix_safe": true
667
1935
  },
668
1936
  "文件夹": {
669
1937
  "taiwan": "資料夾",
670
1938
  "confidence": 0.9,
671
1939
  "category": "mainland-term",
672
- "reason": "台灣檔案管理標準"
1940
+ "reason": "台灣檔案管理標準",
1941
+ "match_type": "exact",
1942
+ "autofix_safe": true
1943
+ },
1944
+ "文件夹_folder": {
1945
+ "taiwan": "資料夾",
1946
+ "confidence": 0.9,
1947
+ "category": "mainland-term",
1948
+ "reason": "台灣檔案管理標準",
1949
+ "match_type": "exact",
1950
+ "autofix_safe": true
673
1951
  },
674
1952
  "文件夾": {
675
1953
  "taiwan": "資料夾",
676
1954
  "confidence": 0.9,
677
1955
  "category": "mainland-term",
678
- "reason": "台灣檔案管理標準"
1956
+ "reason": "台灣檔案管理標準",
1957
+ "match_type": "exact",
1958
+ "autofix_safe": true
1959
+ },
1960
+ "文件夾_folder": {
1961
+ "taiwan": "資料夾",
1962
+ "confidence": 0.9,
1963
+ "category": "mainland-term",
1964
+ "reason": "台灣檔案管理標準",
1965
+ "match_type": "exact",
1966
+ "autofix_safe": true
679
1967
  },
680
1968
  "格式化": {
681
1969
  "taiwan": "格式化",
682
1970
  "confidence": 0.8,
683
1971
  "category": "mainland-term",
684
- "reason": "台灣資料處理標準"
1972
+ "reason": "台灣資料處理標準",
1973
+ "match_type": "exact",
1974
+ "autofix_safe": true
1975
+ },
1976
+ "格式化_format": {
1977
+ "taiwan": "格式化",
1978
+ "confidence": 0.8,
1979
+ "category": "mainland-term",
1980
+ "reason": "台灣資料處理標準",
1981
+ "match_type": "exact",
1982
+ "autofix_safe": true
685
1983
  },
686
1984
  "框架": {
687
1985
  "taiwan": "框架",
688
1986
  "confidence": 0.75,
689
1987
  "category": "mainland-term",
690
- "reason": "台灣軟體開發標準"
1988
+ "reason": "台灣軟體開發標準",
1989
+ "match_type": "exact",
1990
+ "autofix_safe": true
1991
+ },
1992
+ "框架_framework": {
1993
+ "taiwan": "框架",
1994
+ "confidence": 0.75,
1995
+ "category": "mainland-term",
1996
+ "reason": "台灣軟體開發標準",
1997
+ "match_type": "exact",
1998
+ "autofix_safe": true
691
1999
  },
692
2000
  "函数": {
693
2001
  "taiwan": "函式",
694
2002
  "confidence": 0.95,
695
2003
  "category": "mainland-term",
696
- "reason": "台灣程式設計標準"
2004
+ "reason": "台灣程式設計標準",
2005
+ "match_type": "exact",
2006
+ "autofix_safe": true
2007
+ },
2008
+ "函数_function": {
2009
+ "taiwan": "函式",
2010
+ "confidence": 0.95,
2011
+ "category": "mainland-term",
2012
+ "reason": "台灣程式設計標準",
2013
+ "match_type": "exact",
2014
+ "autofix_safe": true
697
2015
  },
698
2016
  "函數": {
699
2017
  "taiwan": "函式",
700
2018
  "confidence": 0.95,
701
2019
  "category": "mainland-term",
702
- "reason": "台灣程式設計標準"
2020
+ "reason": "台灣程式設計標準",
2021
+ "match_type": "exact",
2022
+ "autofix_safe": true
2023
+ },
2024
+ "函數_function": {
2025
+ "taiwan": "函式",
2026
+ "confidence": 0.95,
2027
+ "category": "mainland-term",
2028
+ "reason": "台灣程式設計標準",
2029
+ "match_type": "exact",
2030
+ "autofix_safe": true
703
2031
  },
704
2032
  "生成": {
705
2033
  "taiwan": "產生",
706
2034
  "confidence": 0.85,
707
2035
  "category": "mainland-term",
708
- "reason": "台灣程式開發標準"
2036
+ "reason": "台灣程式開發標準",
2037
+ "match_type": "exact",
2038
+ "autofix_safe": true
2039
+ },
2040
+ "生成_generate": {
2041
+ "taiwan": "產生",
2042
+ "confidence": 0.85,
2043
+ "category": "mainland-term",
2044
+ "reason": "台灣程式開發標準",
2045
+ "match_type": "exact",
2046
+ "autofix_safe": true
709
2047
  },
710
2048
  "全局": {
711
2049
  "taiwan": "全域",
712
2050
  "confidence": 0.9,
713
2051
  "category": "mainland-term",
714
- "reason": "台灣程式設計標準"
2052
+ "reason": "台灣程式設計標準",
2053
+ "match_type": "exact",
2054
+ "autofix_safe": true
2055
+ },
2056
+ "全局_global": {
2057
+ "taiwan": "全域",
2058
+ "confidence": 0.9,
2059
+ "category": "mainland-term",
2060
+ "reason": "台灣程式設計標準",
2061
+ "match_type": "exact",
2062
+ "autofix_safe": true
715
2063
  },
716
2064
  "处理器": {
717
2065
  "taiwan": "處理器",
718
2066
  "confidence": 0.85,
719
2067
  "category": "mainland-term",
720
- "reason": "台灣程式設計標準"
2068
+ "reason": "台灣程式設計標準",
2069
+ "match_type": "exact",
2070
+ "autofix_safe": true
2071
+ },
2072
+ "处理器_handler": {
2073
+ "taiwan": "處理器",
2074
+ "confidence": 0.85,
2075
+ "category": "mainland-term",
2076
+ "reason": "台灣程式設計標準",
2077
+ "match_type": "exact",
2078
+ "autofix_safe": true
721
2079
  },
722
2080
  "處理器": {
723
2081
  "taiwan": "處理器",
724
2082
  "confidence": 0.85,
725
2083
  "category": "mainland-term",
726
- "reason": "台灣程式設計標準"
2084
+ "reason": "台灣程式設計標準",
2085
+ "match_type": "exact",
2086
+ "autofix_safe": true
2087
+ },
2088
+ "處理器_handler": {
2089
+ "taiwan": "處理器",
2090
+ "confidence": 0.85,
2091
+ "category": "mainland-term",
2092
+ "reason": "台灣程式設計標準",
2093
+ "match_type": "exact",
2094
+ "autofix_safe": true
727
2095
  },
728
2096
  "硬件": {
729
2097
  "taiwan": "硬體",
730
2098
  "confidence": 0.95,
731
2099
  "category": "mainland-term",
732
- "reason": "台灣計算機硬體標準"
2100
+ "reason": "台灣計算機硬體標準",
2101
+ "match_type": "exact",
2102
+ "autofix_safe": true
2103
+ },
2104
+ "硬件_hardware": {
2105
+ "taiwan": "硬體",
2106
+ "confidence": 0.95,
2107
+ "category": "mainland-term",
2108
+ "reason": "台灣計算機硬體標準",
2109
+ "match_type": "exact",
2110
+ "autofix_safe": true
733
2111
  },
734
2112
  "哈希": {
735
2113
  "taiwan": "雜湊",
736
2114
  "confidence": 0.9,
737
2115
  "category": "mainland-term",
738
- "reason": "台灣密碼學標準"
2116
+ "reason": "台灣密碼學標準",
2117
+ "match_type": "exact",
2118
+ "autofix_safe": true
2119
+ },
2120
+ "哈希_hash": {
2121
+ "taiwan": "雜湊",
2122
+ "confidence": 0.9,
2123
+ "category": "mainland-term",
2124
+ "reason": "台灣密碼學標準",
2125
+ "match_type": "exact",
2126
+ "autofix_safe": true
739
2127
  },
740
2128
  "头部": {
741
2129
  "taiwan": "標頭",
742
2130
  "confidence": 0.85,
743
2131
  "category": "mainland-term",
744
- "reason": "台灣網路協定標準"
2132
+ "reason": "台灣網路協定標準",
2133
+ "match_type": "exact",
2134
+ "autofix_safe": true
2135
+ },
2136
+ "头部_header": {
2137
+ "taiwan": "標頭",
2138
+ "confidence": 0.85,
2139
+ "category": "mainland-term",
2140
+ "reason": "台灣網路協定標準",
2141
+ "match_type": "exact",
2142
+ "autofix_safe": true
745
2143
  },
746
2144
  "頭部": {
747
2145
  "taiwan": "標頭",
748
2146
  "confidence": 0.85,
749
2147
  "category": "mainland-term",
750
- "reason": "台灣網路協定標準"
2148
+ "reason": "台灣網路協定標準",
2149
+ "match_type": "exact",
2150
+ "autofix_safe": true
2151
+ },
2152
+ "頭部_header": {
2153
+ "taiwan": "標頭",
2154
+ "confidence": 0.85,
2155
+ "category": "mainland-term",
2156
+ "reason": "台灣網路協定標準",
2157
+ "match_type": "exact",
2158
+ "autofix_safe": true
751
2159
  },
752
2160
  "堆": {
753
2161
  "taiwan": "堆積",
754
2162
  "confidence": 0.9,
755
2163
  "category": "mainland-term",
756
- "reason": "台灣記憶體管理標準"
2164
+ "reason": "台灣記憶體管理標準",
2165
+ "match_type": "exact",
2166
+ "autofix_safe": true
2167
+ },
2168
+ "堆_heap": {
2169
+ "taiwan": "堆積",
2170
+ "confidence": 0.9,
2171
+ "category": "mainland-term",
2172
+ "reason": "台灣記憶體管理標準",
2173
+ "match_type": "exact",
2174
+ "autofix_safe": true
757
2175
  },
758
2176
  "图标": {
759
2177
  "taiwan": "圖示",
760
2178
  "confidence": 0.85,
761
2179
  "category": "mainland-term",
762
- "reason": "台灣介面設計標準"
2180
+ "reason": "台灣介面設計標準",
2181
+ "match_type": "exact",
2182
+ "autofix_safe": true
2183
+ },
2184
+ "图标_icon": {
2185
+ "taiwan": "圖示",
2186
+ "confidence": 0.85,
2187
+ "category": "mainland-term",
2188
+ "reason": "台灣介面設計標準",
2189
+ "match_type": "exact",
2190
+ "autofix_safe": true
763
2191
  },
764
2192
  "圖標": {
765
2193
  "taiwan": "圖示",
766
2194
  "confidence": 0.85,
767
2195
  "category": "mainland-term",
768
- "reason": "台灣介面設計標準"
2196
+ "reason": "台灣介面設計標準",
2197
+ "match_type": "exact",
2198
+ "autofix_safe": true
2199
+ },
2200
+ "圖標_icon": {
2201
+ "taiwan": "圖示",
2202
+ "confidence": 0.85,
2203
+ "category": "mainland-term",
2204
+ "reason": "台灣介面設計標準",
2205
+ "match_type": "exact",
2206
+ "autofix_safe": true
769
2207
  },
770
2208
  "图像": {
771
2209
  "taiwan": "影像",
772
2210
  "confidence": 0.85,
773
2211
  "category": "mainland-term",
774
- "reason": "台灣多媒體標準"
2212
+ "reason": "台灣多媒體標準",
2213
+ "match_type": "exact",
2214
+ "autofix_safe": true
2215
+ },
2216
+ "图像_image": {
2217
+ "taiwan": "影像",
2218
+ "confidence": 0.85,
2219
+ "category": "mainland-term",
2220
+ "reason": "台灣多媒體標準",
2221
+ "match_type": "exact",
2222
+ "autofix_safe": true
775
2223
  },
776
2224
  "圖像": {
777
2225
  "taiwan": "影像",
778
2226
  "confidence": 0.85,
779
2227
  "category": "mainland-term",
780
- "reason": "台灣多媒體標準"
2228
+ "reason": "台灣多媒體標準",
2229
+ "match_type": "exact",
2230
+ "autofix_safe": true
2231
+ },
2232
+ "圖像_image": {
2233
+ "taiwan": "影像",
2234
+ "confidence": 0.85,
2235
+ "category": "mainland-term",
2236
+ "reason": "台灣多媒體標準",
2237
+ "match_type": "exact",
2238
+ "autofix_safe": true
781
2239
  },
782
2240
  "实现": {
783
2241
  "taiwan": "實作",
784
2242
  "confidence": 0.9,
785
2243
  "category": "mainland-term",
786
- "reason": "台灣軟體開發標準"
2244
+ "reason": "台灣軟體開發標準",
2245
+ "match_type": "exact",
2246
+ "autofix_safe": true
2247
+ },
2248
+ "实现_implement": {
2249
+ "taiwan": "實作",
2250
+ "confidence": 0.9,
2251
+ "category": "mainland-term",
2252
+ "reason": "台灣軟體開發標準",
2253
+ "match_type": "exact",
2254
+ "autofix_safe": true
787
2255
  },
788
2256
  "實現": {
789
2257
  "taiwan": "實作",
790
2258
  "confidence": 0.9,
791
2259
  "category": "mainland-term",
792
- "reason": "台灣軟體開發標準"
2260
+ "reason": "台灣軟體開發標準",
2261
+ "match_type": "exact",
2262
+ "autofix_safe": true
2263
+ },
2264
+ "實現_implement": {
2265
+ "taiwan": "實作",
2266
+ "confidence": 0.9,
2267
+ "category": "mainland-term",
2268
+ "reason": "台灣軟體開發標準",
2269
+ "match_type": "exact",
2270
+ "autofix_safe": true
793
2271
  },
794
2272
  "导入": {
795
2273
  "taiwan": "匯入",
796
2274
  "confidence": 0.9,
797
2275
  "category": "mainland-term",
798
- "reason": "台灣程式開發標準"
2276
+ "reason": "台灣程式開發標準",
2277
+ "match_type": "exact",
2278
+ "autofix_safe": true
2279
+ },
2280
+ "导入_import": {
2281
+ "taiwan": "匯入",
2282
+ "confidence": 0.9,
2283
+ "category": "mainland-term",
2284
+ "reason": "台灣程式開發標準",
2285
+ "match_type": "exact",
2286
+ "autofix_safe": true
799
2287
  },
800
2288
  "導入": {
801
2289
  "taiwan": "匯入",
802
2290
  "confidence": 0.9,
803
2291
  "category": "mainland-term",
804
- "reason": "台灣程式開發標準"
2292
+ "reason": "台灣程式開發標準",
2293
+ "match_type": "exact",
2294
+ "autofix_safe": true
2295
+ },
2296
+ "導入_import": {
2297
+ "taiwan": "匯入",
2298
+ "confidence": 0.9,
2299
+ "category": "mainland-term",
2300
+ "reason": "台灣程式開發標準",
2301
+ "match_type": "exact",
2302
+ "autofix_safe": true
805
2303
  },
806
2304
  "信息": {
807
2305
  "taiwan": "資訊",
808
2306
  "confidence": 0.85,
809
2307
  "category": "mainland-term",
810
- "reason": "台灣資訊處理標準"
2308
+ "reason": "台灣資訊處理標準",
2309
+ "match_type": "exact",
2310
+ "autofix_safe": true
2311
+ },
2312
+ "信息_info": {
2313
+ "taiwan": "資訊",
2314
+ "confidence": 0.85,
2315
+ "category": "mainland-term",
2316
+ "reason": "台灣資訊處理標準",
2317
+ "match_type": "exact",
2318
+ "autofix_safe": true
811
2319
  },
812
2320
  "继承": {
813
2321
  "taiwan": "繼承",
814
2322
  "confidence": 0.85,
815
2323
  "category": "mainland-term",
816
- "reason": "台灣物件導向標準"
2324
+ "reason": "台灣物件導向標準",
2325
+ "match_type": "exact",
2326
+ "autofix_safe": true
2327
+ },
2328
+ "继承_inheritance": {
2329
+ "taiwan": "繼承",
2330
+ "confidence": 0.85,
2331
+ "category": "mainland-term",
2332
+ "reason": "台灣物件導向標準",
2333
+ "match_type": "exact",
2334
+ "autofix_safe": true
817
2335
  },
818
2336
  "繼承": {
819
2337
  "taiwan": "繼承",
820
2338
  "confidence": 0.85,
821
2339
  "category": "mainland-term",
822
- "reason": "台灣物件導向標準"
2340
+ "reason": "台灣物件導向標準",
2341
+ "match_type": "exact",
2342
+ "autofix_safe": true
2343
+ },
2344
+ "繼承_inheritance": {
2345
+ "taiwan": "繼承",
2346
+ "confidence": 0.85,
2347
+ "category": "mainland-term",
2348
+ "reason": "台灣物件導向標準",
2349
+ "match_type": "exact",
2350
+ "autofix_safe": true
823
2351
  },
824
2352
  "实例": {
825
2353
  "taiwan": "實體",
826
2354
  "confidence": 0.9,
827
2355
  "category": "mainland-term",
828
- "reason": "台灣物件導向標準"
2356
+ "reason": "台灣物件導向標準",
2357
+ "match_type": "exact",
2358
+ "autofix_safe": true
2359
+ },
2360
+ "实例_instance": {
2361
+ "taiwan": "實體",
2362
+ "confidence": 0.9,
2363
+ "category": "mainland-term",
2364
+ "reason": "台灣物件導向標準",
2365
+ "match_type": "exact",
2366
+ "autofix_safe": true
829
2367
  },
830
2368
  "實例": {
831
2369
  "taiwan": "實體",
832
2370
  "confidence": 0.9,
833
2371
  "category": "mainland-term",
834
- "reason": "台灣物件導向標準"
2372
+ "reason": "台灣物件導向標準",
2373
+ "match_type": "exact",
2374
+ "autofix_safe": true
2375
+ },
2376
+ "實例_instance": {
2377
+ "taiwan": "實體",
2378
+ "confidence": 0.9,
2379
+ "category": "mainland-term",
2380
+ "reason": "台灣物件導向標準",
2381
+ "match_type": "exact",
2382
+ "autofix_safe": true
835
2383
  },
836
2384
  "集成": {
837
2385
  "taiwan": "整合",
838
2386
  "confidence": 0.85,
839
2387
  "category": "mainland-term",
840
- "reason": "台灣系統整合標準"
2388
+ "reason": "台灣系統整合標準",
2389
+ "match_type": "exact",
2390
+ "autofix_safe": true
2391
+ },
2392
+ "集成_integrate": {
2393
+ "taiwan": "整合",
2394
+ "confidence": 0.85,
2395
+ "category": "mainland-term",
2396
+ "reason": "台灣系統整合標準",
2397
+ "match_type": "exact",
2398
+ "autofix_safe": true
841
2399
  },
842
2400
  "接口": {
843
2401
  "taiwan": "介面",
844
2402
  "confidence": 0.95,
845
2403
  "category": "mainland-term",
846
- "reason": "台灣軟體設計標準"
2404
+ "reason": "台灣軟體設計標準",
2405
+ "match_type": "exact",
2406
+ "autofix_safe": true
2407
+ },
2408
+ "接口_interface": {
2409
+ "taiwan": "介面",
2410
+ "confidence": 0.95,
2411
+ "category": "mainland-term",
2412
+ "reason": "台灣軟體設計標準",
2413
+ "match_type": "exact",
2414
+ "autofix_safe": true
847
2415
  },
848
2416
  "互联网": {
849
2417
  "taiwan": "網際網路",
850
2418
  "confidence": 0.9,
851
2419
  "category": "mainland-term",
852
- "reason": "台灣網路技術標準"
2420
+ "reason": "台灣網路技術標準",
2421
+ "match_type": "exact",
2422
+ "autofix_safe": true
2423
+ },
2424
+ "互联网_internet": {
2425
+ "taiwan": "網際網路",
2426
+ "confidence": 0.9,
2427
+ "category": "mainland-term",
2428
+ "reason": "台灣網路技術標準",
2429
+ "match_type": "exact",
2430
+ "autofix_safe": true
853
2431
  },
854
2432
  "互聯網": {
855
2433
  "taiwan": "網際網路",
856
2434
  "confidence": 0.9,
857
2435
  "category": "mainland-term",
858
- "reason": "台灣網路技術標準"
2436
+ "reason": "台灣網路技術標準",
2437
+ "match_type": "exact",
2438
+ "autofix_safe": true
2439
+ },
2440
+ "互聯網_internet": {
2441
+ "taiwan": "網際網路",
2442
+ "confidence": 0.9,
2443
+ "category": "mainland-term",
2444
+ "reason": "台灣網路技術標準",
2445
+ "match_type": "exact",
2446
+ "autofix_safe": true
2447
+ },
2448
+ "调用_invoke": {
2449
+ "taiwan": "呼叫",
2450
+ "confidence": 0.85,
2451
+ "category": "mainland-term",
2452
+ "reason": "台灣程式設計標準",
2453
+ "match_type": "exact",
2454
+ "autofix_safe": true
2455
+ },
2456
+ "調用_invoke": {
2457
+ "taiwan": "呼叫",
2458
+ "confidence": 0.85,
2459
+ "category": "mainland-term",
2460
+ "reason": "台灣程式設計標準",
2461
+ "match_type": "exact",
2462
+ "autofix_safe": true
859
2463
  },
860
2464
  "迭代": {
861
2465
  "taiwan": "疊代",
862
2466
  "confidence": 0.9,
863
2467
  "category": "mainland-term",
864
- "reason": "台灣程式設計標準"
2468
+ "reason": "台灣程式設計標準",
2469
+ "match_type": "exact",
2470
+ "autofix_safe": true
2471
+ },
2472
+ "迭代_iterate": {
2473
+ "taiwan": "疊代",
2474
+ "confidence": 0.9,
2475
+ "category": "mainland-term",
2476
+ "reason": "台灣程式設計標準",
2477
+ "match_type": "exact",
2478
+ "autofix_safe": true
865
2479
  },
866
2480
  "程序库": {
867
2481
  "taiwan": "程式庫",
868
2482
  "confidence": 0.95,
869
2483
  "category": "mainland-term",
870
- "reason": "台灣軟體開發標準"
2484
+ "reason": "台灣軟體開發標準",
2485
+ "match_type": "exact",
2486
+ "autofix_safe": true
2487
+ },
2488
+ "程序库_library": {
2489
+ "taiwan": "程式庫",
2490
+ "confidence": 0.95,
2491
+ "category": "mainland-term",
2492
+ "reason": "台灣軟體開發標準",
2493
+ "match_type": "exact",
2494
+ "autofix_safe": true
871
2495
  },
872
2496
  "程序庫": {
873
2497
  "taiwan": "程式庫",
874
2498
  "confidence": 0.95,
875
2499
  "category": "mainland-term",
876
- "reason": "台灣軟體開發標準"
2500
+ "reason": "台灣軟體開發標準",
2501
+ "match_type": "exact",
2502
+ "autofix_safe": true
2503
+ },
2504
+ "程序庫_library": {
2505
+ "taiwan": "程式庫",
2506
+ "confidence": 0.95,
2507
+ "category": "mainland-term",
2508
+ "reason": "台灣軟體開發標準",
2509
+ "match_type": "exact",
2510
+ "autofix_safe": true
877
2511
  },
878
2512
  "链接": {
879
2513
  "taiwan": "連結",
880
2514
  "confidence": 0.85,
881
2515
  "category": "mainland-term",
882
- "reason": "台灣網路技術標準"
2516
+ "reason": "台灣網路技術標準",
2517
+ "match_type": "exact",
2518
+ "autofix_safe": true
2519
+ },
2520
+ "链接_link": {
2521
+ "taiwan": "連結",
2522
+ "confidence": 0.85,
2523
+ "category": "mainland-term",
2524
+ "reason": "台灣網路技術標準",
2525
+ "match_type": "exact",
2526
+ "autofix_safe": true
883
2527
  },
884
2528
  "鏈接": {
885
2529
  "taiwan": "連結",
886
2530
  "confidence": 0.85,
887
2531
  "category": "mainland-term",
888
- "reason": "台灣網路技術標準"
2532
+ "reason": "台灣網路技術標準",
2533
+ "match_type": "exact",
2534
+ "autofix_safe": true
2535
+ },
2536
+ "鏈接_link": {
2537
+ "taiwan": "連結",
2538
+ "confidence": 0.85,
2539
+ "category": "mainland-term",
2540
+ "reason": "台灣網路技術標準",
2541
+ "match_type": "exact",
2542
+ "autofix_safe": true
889
2543
  },
890
2544
  "加载": {
891
2545
  "taiwan": "載入",
892
2546
  "confidence": 0.9,
893
2547
  "category": "mainland-term",
894
- "reason": "台灣系統操作標準"
2548
+ "reason": "台灣系統操作標準",
2549
+ "match_type": "exact",
2550
+ "autofix_safe": true
2551
+ },
2552
+ "加载_load": {
2553
+ "taiwan": "載入",
2554
+ "confidence": 0.9,
2555
+ "category": "mainland-term",
2556
+ "reason": "台灣系統操作標準",
2557
+ "match_type": "exact",
2558
+ "autofix_safe": true
895
2559
  },
896
2560
  "加載": {
897
2561
  "taiwan": "載入",
898
2562
  "confidence": 0.9,
899
2563
  "category": "mainland-term",
900
- "reason": "台灣系統操作標準"
2564
+ "reason": "台灣系統操作標準",
2565
+ "match_type": "exact",
2566
+ "autofix_safe": true
2567
+ },
2568
+ "加載_load": {
2569
+ "taiwan": "載入",
2570
+ "confidence": 0.9,
2571
+ "category": "mainland-term",
2572
+ "reason": "台灣系統操作標準",
2573
+ "match_type": "exact",
2574
+ "autofix_safe": true
901
2575
  },
902
2576
  "本地": {
903
2577
  "taiwan": "本機",
904
2578
  "confidence": 0.85,
905
2579
  "category": "mainland-term",
906
- "reason": "台灣系統術語標準"
2580
+ "reason": "台灣系統術語標準",
2581
+ "match_type": "exact",
2582
+ "autofix_safe": true
2583
+ },
2584
+ "本地_local": {
2585
+ "taiwan": "本機",
2586
+ "confidence": 0.85,
2587
+ "category": "mainland-term",
2588
+ "reason": "台灣系統術語標準",
2589
+ "match_type": "exact",
2590
+ "autofix_safe": true
907
2591
  },
908
2592
  "日志": {
909
2593
  "taiwan": "記錄",
910
2594
  "confidence": 0.85,
911
2595
  "category": "mainland-term",
912
- "reason": "台灣系統監控標準"
2596
+ "reason": "台灣系統監控標準",
2597
+ "match_type": "exact",
2598
+ "autofix_safe": true
2599
+ },
2600
+ "日志_log": {
2601
+ "taiwan": "記錄",
2602
+ "confidence": 0.85,
2603
+ "category": "mainland-term",
2604
+ "reason": "台灣系統監控標準",
2605
+ "match_type": "exact",
2606
+ "autofix_safe": true
913
2607
  },
914
2608
  "日誌": {
915
2609
  "taiwan": "記錄",
916
2610
  "confidence": 0.85,
917
2611
  "category": "mainland-term",
918
- "reason": "台灣系統監控標準"
2612
+ "reason": "台灣系統監控標準",
2613
+ "match_type": "exact",
2614
+ "autofix_safe": true
2615
+ },
2616
+ "日誌_log": {
2617
+ "taiwan": "記錄",
2618
+ "confidence": 0.85,
2619
+ "category": "mainland-term",
2620
+ "reason": "台灣系統監控標準",
2621
+ "match_type": "exact",
2622
+ "autofix_safe": true
919
2623
  },
920
2624
  "循环": {
921
2625
  "taiwan": "迴圈",
922
2626
  "confidence": 0.9,
923
2627
  "category": "mainland-term",
924
- "reason": "台灣程式設計標準"
2628
+ "reason": "台灣程式設計標準",
2629
+ "match_type": "exact",
2630
+ "autofix_safe": true
2631
+ },
2632
+ "循环_loop": {
2633
+ "taiwan": "迴圈",
2634
+ "confidence": 0.9,
2635
+ "category": "mainland-term",
2636
+ "reason": "台灣程式設計標準",
2637
+ "match_type": "exact",
2638
+ "autofix_safe": true
925
2639
  },
926
2640
  "循環": {
927
2641
  "taiwan": "迴圈",
928
2642
  "confidence": 0.9,
929
2643
  "category": "mainland-term",
930
- "reason": "台灣程式設計標準"
2644
+ "reason": "台灣程式設計標準",
2645
+ "match_type": "exact",
2646
+ "autofix_safe": true
2647
+ },
2648
+ "循環_loop": {
2649
+ "taiwan": "迴圈",
2650
+ "confidence": 0.9,
2651
+ "category": "mainland-term",
2652
+ "reason": "台灣程式設計標準",
2653
+ "match_type": "exact",
2654
+ "autofix_safe": true
931
2655
  },
932
2656
  "内存": {
933
2657
  "taiwan": "記憶體",
934
2658
  "confidence": 0.95,
935
2659
  "category": "mainland-term",
936
- "reason": "台灣計算機硬體標準"
2660
+ "reason": "台灣計算機硬體標準",
2661
+ "match_type": "exact",
2662
+ "autofix_safe": true
2663
+ },
2664
+ "内存_memory": {
2665
+ "taiwan": "記憶體",
2666
+ "confidence": 0.95,
2667
+ "category": "mainland-term",
2668
+ "reason": "台灣計算機硬體標準",
2669
+ "match_type": "exact",
2670
+ "autofix_safe": true
937
2671
  },
938
2672
  "內存": {
939
2673
  "taiwan": "記憶體",
940
2674
  "confidence": 0.95,
941
2675
  "category": "mainland-term",
942
- "reason": "台灣計算機硬體標準"
2676
+ "reason": "台灣計算機硬體標準",
2677
+ "match_type": "exact",
2678
+ "autofix_safe": true
2679
+ },
2680
+ "內存_memory": {
2681
+ "taiwan": "記憶體",
2682
+ "confidence": 0.95,
2683
+ "category": "mainland-term",
2684
+ "reason": "台灣計算機硬體標準",
2685
+ "match_type": "exact",
2686
+ "autofix_safe": true
943
2687
  },
944
2688
  "菜单": {
945
2689
  "taiwan": "選單",
946
2690
  "confidence": 0.9,
947
2691
  "category": "mainland-term",
948
- "reason": "台灣介面設計標準"
2692
+ "reason": "台灣介面設計標準",
2693
+ "match_type": "exact",
2694
+ "autofix_safe": true
2695
+ },
2696
+ "菜单_menu": {
2697
+ "taiwan": "選單",
2698
+ "confidence": 0.9,
2699
+ "category": "mainland-term",
2700
+ "reason": "台灣介面設計標準",
2701
+ "match_type": "exact",
2702
+ "autofix_safe": true
949
2703
  },
950
2704
  "菜單": {
951
2705
  "taiwan": "選單",
952
2706
  "confidence": 0.9,
953
2707
  "category": "mainland-term",
954
- "reason": "台灣介面設計標準"
2708
+ "reason": "台灣介面設計標準",
2709
+ "match_type": "exact",
2710
+ "autofix_safe": true
2711
+ },
2712
+ "菜單_menu": {
2713
+ "taiwan": "選單",
2714
+ "confidence": 0.9,
2715
+ "category": "mainland-term",
2716
+ "reason": "台灣介面設計標準",
2717
+ "match_type": "exact",
2718
+ "autofix_safe": true
955
2719
  },
956
2720
  "消息": {
957
2721
  "taiwan": "訊息",
958
2722
  "confidence": 0.85,
959
2723
  "category": "mainland-term",
960
- "reason": "台灣通訊協定標準"
2724
+ "reason": "台灣通訊協定標準",
2725
+ "match_type": "exact",
2726
+ "autofix_safe": true
2727
+ },
2728
+ "消息_message": {
2729
+ "taiwan": "訊息",
2730
+ "confidence": 0.85,
2731
+ "category": "mainland-term",
2732
+ "reason": "台灣通訊協定標準",
2733
+ "match_type": "exact",
2734
+ "autofix_safe": true
961
2735
  },
962
2736
  "方法": {
963
2737
  "taiwan": "方法",
964
2738
  "confidence": 0.75,
965
2739
  "category": "mainland-term",
966
- "reason": "台灣物件導向標準"
2740
+ "reason": "台灣物件導向標準",
2741
+ "match_type": "exact",
2742
+ "autofix_safe": true
2743
+ },
2744
+ "方法_method": {
2745
+ "taiwan": "方法",
2746
+ "confidence": 0.75,
2747
+ "category": "mainland-term",
2748
+ "reason": "台灣物件導向標準",
2749
+ "match_type": "exact",
2750
+ "autofix_safe": true
967
2751
  },
968
2752
  "移动": {
969
2753
  "taiwan": "行動",
970
2754
  "confidence": 0.9,
971
2755
  "category": "mainland-term",
972
- "reason": "台灣行動裝置標準"
2756
+ "reason": "台灣行動裝置標準",
2757
+ "match_type": "exact",
2758
+ "autofix_safe": true
2759
+ },
2760
+ "移动_mobile": {
2761
+ "taiwan": "行動",
2762
+ "confidence": 0.9,
2763
+ "category": "mainland-term",
2764
+ "reason": "台灣行動裝置標準",
2765
+ "match_type": "exact",
2766
+ "autofix_safe": true
973
2767
  },
974
2768
  "移動": {
975
2769
  "taiwan": "行動",
976
2770
  "confidence": 0.9,
977
2771
  "category": "mainland-term",
978
- "reason": "台灣行動裝置標準"
2772
+ "reason": "台灣行動裝置標準",
2773
+ "match_type": "exact",
2774
+ "autofix_safe": true
2775
+ },
2776
+ "移動_mobile": {
2777
+ "taiwan": "行動",
2778
+ "confidence": 0.9,
2779
+ "category": "mainland-term",
2780
+ "reason": "台灣行動裝置標準",
2781
+ "match_type": "exact",
2782
+ "autofix_safe": true
979
2783
  },
980
2784
  "模块": {
981
2785
  "taiwan": "模組",
982
2786
  "confidence": 0.9,
983
2787
  "category": "mainland-term",
984
- "reason": "台灣軟體架構標準"
2788
+ "reason": "台灣軟體架構標準",
2789
+ "match_type": "exact",
2790
+ "autofix_safe": true
2791
+ },
2792
+ "模块_module": {
2793
+ "taiwan": "模組",
2794
+ "confidence": 0.9,
2795
+ "category": "mainland-term",
2796
+ "reason": "台灣軟體架構標準",
2797
+ "match_type": "exact",
2798
+ "autofix_safe": true
985
2799
  },
986
2800
  "模塊": {
987
2801
  "taiwan": "模組",
988
2802
  "confidence": 0.9,
989
2803
  "category": "mainland-term",
990
- "reason": "台灣軟體架構標準"
2804
+ "reason": "台灣軟體架構標準",
2805
+ "match_type": "exact",
2806
+ "autofix_safe": true
2807
+ },
2808
+ "模塊_module": {
2809
+ "taiwan": "模組",
2810
+ "confidence": 0.9,
2811
+ "category": "mainland-term",
2812
+ "reason": "台灣軟體架構標準",
2813
+ "match_type": "exact",
2814
+ "autofix_safe": true
991
2815
  },
992
2816
  "鼠标": {
993
2817
  "taiwan": "滑鼠",
994
2818
  "confidence": 0.9,
995
2819
  "category": "mainland-term",
996
- "reason": "台灣週邊裝置標準"
2820
+ "reason": "台灣週邊裝置標準",
2821
+ "match_type": "exact",
2822
+ "autofix_safe": true
2823
+ },
2824
+ "鼠标_mouse": {
2825
+ "taiwan": "滑鼠",
2826
+ "confidence": 0.9,
2827
+ "category": "mainland-term",
2828
+ "reason": "台灣週邊裝置標準",
2829
+ "match_type": "exact",
2830
+ "autofix_safe": true
997
2831
  },
998
2832
  "鼠標": {
999
2833
  "taiwan": "滑鼠",
1000
2834
  "confidence": 0.9,
1001
2835
  "category": "mainland-term",
1002
- "reason": "台灣週邊裝置標準"
2836
+ "reason": "台灣週邊裝置標準",
2837
+ "match_type": "exact",
2838
+ "autofix_safe": true
2839
+ },
2840
+ "鼠標_mouse": {
2841
+ "taiwan": "滑鼠",
2842
+ "confidence": 0.9,
2843
+ "category": "mainland-term",
2844
+ "reason": "台灣週邊裝置標準",
2845
+ "match_type": "exact",
2846
+ "autofix_safe": true
1003
2847
  },
1004
2848
  "网络": {
1005
2849
  "taiwan": "網路",
1006
2850
  "confidence": 0.95,
1007
2851
  "category": "mainland-term",
1008
- "reason": "台灣網路技術標準"
2852
+ "reason": "台灣網路技術標準",
2853
+ "match_type": "exact",
2854
+ "autofix_safe": true
2855
+ },
2856
+ "网络_network": {
2857
+ "taiwan": "網路",
2858
+ "confidence": 0.95,
2859
+ "category": "mainland-term",
2860
+ "reason": "台灣網路技術標準",
2861
+ "match_type": "exact",
2862
+ "autofix_safe": true
1009
2863
  },
1010
2864
  "網絡": {
1011
2865
  "taiwan": "網路",
1012
2866
  "confidence": 0.95,
1013
2867
  "category": "mainland-term",
1014
- "reason": "台灣網路技術標準"
2868
+ "reason": "台灣網路技術標準",
2869
+ "match_type": "exact",
2870
+ "autofix_safe": true
2871
+ },
2872
+ "網絡_network": {
2873
+ "taiwan": "網路",
2874
+ "confidence": 0.95,
2875
+ "category": "mainland-term",
2876
+ "reason": "台灣網路技術標準",
2877
+ "match_type": "exact",
2878
+ "autofix_safe": true
1015
2879
  },
1016
2880
  "对象": {
1017
2881
  "taiwan": "物件",
1018
2882
  "confidence": 0.95,
1019
2883
  "category": "mainland-term",
1020
- "reason": "台灣物件導向標準"
2884
+ "reason": "台灣物件導向標準",
2885
+ "match_type": "exact",
2886
+ "autofix_safe": true
2887
+ },
2888
+ "对象_object": {
2889
+ "taiwan": "物件",
2890
+ "confidence": 0.95,
2891
+ "category": "mainland-term",
2892
+ "reason": "台灣物件導向標準",
2893
+ "match_type": "exact",
2894
+ "autofix_safe": true
1021
2895
  },
1022
2896
  "對象": {
1023
2897
  "taiwan": "物件",
1024
2898
  "confidence": 0.95,
1025
2899
  "category": "mainland-term",
1026
- "reason": "台灣物件導向標準"
2900
+ "reason": "台灣物件導向標準",
2901
+ "match_type": "exact",
2902
+ "autofix_safe": true
2903
+ },
2904
+ "對象_object": {
2905
+ "taiwan": "物件",
2906
+ "confidence": 0.95,
2907
+ "category": "mainland-term",
2908
+ "reason": "台灣物件導向標準",
2909
+ "match_type": "exact",
2910
+ "autofix_safe": true
1027
2911
  },
1028
2912
  "在线": {
1029
2913
  "taiwan": "線上",
1030
2914
  "confidence": 0.85,
1031
2915
  "category": "mainland-term",
1032
- "reason": "台灣網路服務標準"
2916
+ "reason": "台灣網路服務標準",
2917
+ "match_type": "exact",
2918
+ "autofix_safe": true
2919
+ },
2920
+ "在线_online": {
2921
+ "taiwan": "線上",
2922
+ "confidence": 0.85,
2923
+ "category": "mainland-term",
2924
+ "reason": "台灣網路服務標準",
2925
+ "match_type": "exact",
2926
+ "autofix_safe": true
1033
2927
  },
1034
2928
  "在線": {
1035
2929
  "taiwan": "線上",
1036
2930
  "confidence": 0.85,
1037
2931
  "category": "mainland-term",
1038
- "reason": "台灣網路服務標準"
2932
+ "reason": "台灣網路服務標準",
2933
+ "match_type": "exact",
2934
+ "autofix_safe": true
2935
+ },
2936
+ "在線_online": {
2937
+ "taiwan": "線上",
2938
+ "confidence": 0.85,
2939
+ "category": "mainland-term",
2940
+ "reason": "台灣網路服務標準",
2941
+ "match_type": "exact",
2942
+ "autofix_safe": true
1039
2943
  },
1040
2944
  "优化": {
1041
2945
  "taiwan": "最佳化",
1042
2946
  "confidence": 0.9,
1043
2947
  "category": "mainland-term",
1044
- "reason": "台灣效能調校標準"
2948
+ "reason": "台灣效能調校標準",
2949
+ "match_type": "exact",
2950
+ "autofix_safe": true
2951
+ },
2952
+ "优化_optimize": {
2953
+ "taiwan": "最佳化",
2954
+ "confidence": 0.9,
2955
+ "category": "mainland-term",
2956
+ "reason": "台灣效能調校標準",
2957
+ "match_type": "exact",
2958
+ "autofix_safe": true
1045
2959
  },
1046
2960
  "優化": {
1047
2961
  "taiwan": "最佳化",
1048
2962
  "confidence": 0.9,
1049
2963
  "category": "mainland-term",
1050
- "reason": "台灣效能調校標準"
2964
+ "reason": "台灣效能調校標準",
2965
+ "match_type": "exact",
2966
+ "autofix_safe": true
2967
+ },
2968
+ "優化_optimize": {
2969
+ "taiwan": "最佳化",
2970
+ "confidence": 0.9,
2971
+ "category": "mainland-term",
2972
+ "reason": "台灣效能調校標準",
2973
+ "match_type": "exact",
2974
+ "autofix_safe": true
1051
2975
  },
1052
2976
  "溢出": {
1053
2977
  "taiwan": "溢位",
1054
2978
  "confidence": 0.85,
1055
2979
  "category": "mainland-term",
1056
- "reason": "台灣程式錯誤處理"
2980
+ "reason": "台灣程式錯誤處理",
2981
+ "match_type": "exact",
2982
+ "autofix_safe": true
2983
+ },
2984
+ "溢出_overflow": {
2985
+ "taiwan": "溢位",
2986
+ "confidence": 0.85,
2987
+ "category": "mainland-term",
2988
+ "reason": "台灣程式錯誤處理",
2989
+ "match_type": "exact",
2990
+ "autofix_safe": true
1057
2991
  },
1058
2992
  "包": {
1059
2993
  "taiwan": "套件",
1060
2994
  "confidence": 0.85,
1061
2995
  "category": "mainland-term",
1062
- "reason": "台灣軟體發布標準"
2996
+ "reason": "台灣軟體發布標準",
2997
+ "match_type": "exact",
2998
+ "autofix_safe": true
2999
+ },
3000
+ "包_package": {
3001
+ "taiwan": "套件",
3002
+ "confidence": 0.85,
3003
+ "category": "mainland-term",
3004
+ "reason": "台灣軟體發布標準",
3005
+ "match_type": "exact",
3006
+ "autofix_safe": true
1063
3007
  },
1064
3008
  "参数": {
1065
3009
  "taiwan": "參數",
1066
3010
  "confidence": 0.85,
1067
3011
  "category": "mainland-term",
1068
- "reason": "台灣程式設計標準"
3012
+ "reason": "台灣程式設計標準",
3013
+ "match_type": "exact",
3014
+ "autofix_safe": true
3015
+ },
3016
+ "参数_parameter": {
3017
+ "taiwan": "參數",
3018
+ "confidence": 0.85,
3019
+ "category": "mainland-term",
3020
+ "reason": "台灣程式設計標準",
3021
+ "match_type": "exact",
3022
+ "autofix_safe": true
1069
3023
  },
1070
3024
  "參數": {
1071
3025
  "taiwan": "參數",
1072
3026
  "confidence": 0.85,
1073
3027
  "category": "mainland-term",
1074
- "reason": "台灣程式設計標準"
3028
+ "reason": "台灣程式設計標準",
3029
+ "match_type": "exact",
3030
+ "autofix_safe": true
3031
+ },
3032
+ "參數_parameter": {
3033
+ "taiwan": "參數",
3034
+ "confidence": 0.85,
3035
+ "category": "mainland-term",
3036
+ "reason": "台灣程式設計標準",
3037
+ "match_type": "exact",
3038
+ "autofix_safe": true
1075
3039
  },
1076
3040
  "解析": {
1077
3041
  "taiwan": "剖析",
1078
3042
  "confidence": 0.85,
1079
3043
  "category": "mainland-term",
1080
- "reason": "台灣資料處理標準"
3044
+ "reason": "台灣資料處理標準",
3045
+ "match_type": "exact",
3046
+ "autofix_safe": true
3047
+ },
3048
+ "解析_parse": {
3049
+ "taiwan": "剖析",
3050
+ "confidence": 0.85,
3051
+ "category": "mainland-term",
3052
+ "reason": "台灣資料處理標準",
3053
+ "match_type": "exact",
3054
+ "autofix_safe": true
1081
3055
  },
1082
3056
  "性能": {
1083
3057
  "taiwan": "效能",
1084
3058
  "confidence": 0.9,
1085
3059
  "category": "mainland-term",
1086
- "reason": "台灣系統評測標準"
3060
+ "reason": "台灣系統評測標準",
3061
+ "match_type": "exact",
3062
+ "autofix_safe": true
3063
+ },
3064
+ "性能_performance": {
3065
+ "taiwan": "效能",
3066
+ "confidence": 0.9,
3067
+ "category": "mainland-term",
3068
+ "reason": "台灣系統評測標準",
3069
+ "match_type": "exact",
3070
+ "autofix_safe": true
1087
3071
  },
1088
3072
  "插件": {
1089
3073
  "taiwan": "外掛程式",
1090
3074
  "confidence": 0.9,
1091
3075
  "category": "mainland-term",
1092
- "reason": "台灣軟體擴充標準"
3076
+ "reason": "台灣軟體擴充標準",
3077
+ "match_type": "exact",
3078
+ "autofix_safe": true
3079
+ },
3080
+ "插件_plugin": {
3081
+ "taiwan": "外掛程式",
3082
+ "confidence": 0.9,
3083
+ "category": "mainland-term",
3084
+ "reason": "台灣軟體擴充標準",
3085
+ "match_type": "exact",
3086
+ "autofix_safe": true
1093
3087
  },
1094
3088
  "指针": {
1095
3089
  "taiwan": "指標",
1096
3090
  "confidence": 0.9,
1097
3091
  "category": "mainland-term",
1098
- "reason": "台灣程式設計標準"
3092
+ "reason": "台灣程式設計標準",
3093
+ "match_type": "exact",
3094
+ "autofix_safe": true
3095
+ },
3096
+ "指针_pointer": {
3097
+ "taiwan": "指標",
3098
+ "confidence": 0.9,
3099
+ "category": "mainland-term",
3100
+ "reason": "台灣程式設計標準",
3101
+ "match_type": "exact",
3102
+ "autofix_safe": true
1099
3103
  },
1100
3104
  "指針": {
1101
3105
  "taiwan": "指標",
1102
3106
  "confidence": 0.9,
1103
3107
  "category": "mainland-term",
1104
- "reason": "台灣程式設計標準"
3108
+ "reason": "台灣程式設計標準",
3109
+ "match_type": "exact",
3110
+ "autofix_safe": true
3111
+ },
3112
+ "指針_pointer": {
3113
+ "taiwan": "指標",
3114
+ "confidence": 0.9,
3115
+ "category": "mainland-term",
3116
+ "reason": "台灣程式設計標準",
3117
+ "match_type": "exact",
3118
+ "autofix_safe": true
1105
3119
  },
1106
3120
  "打印": {
1107
3121
  "taiwan": "列印",
1108
3122
  "confidence": 0.9,
1109
3123
  "category": "mainland-term",
1110
- "reason": "台灣週邊裝置標準"
3124
+ "reason": "台灣週邊裝置標準",
3125
+ "match_type": "exact",
3126
+ "autofix_safe": true
3127
+ },
3128
+ "打印_print": {
3129
+ "taiwan": "列印",
3130
+ "confidence": 0.9,
3131
+ "category": "mainland-term",
3132
+ "reason": "台灣週邊裝置標準",
3133
+ "match_type": "exact",
3134
+ "autofix_safe": true
1111
3135
  },
1112
3136
  "进程": {
1113
3137
  "taiwan": "行程",
1114
3138
  "confidence": 0.9,
1115
3139
  "category": "mainland-term",
1116
- "reason": "台灣作業系統標準"
3140
+ "reason": "台灣作業系統標準",
3141
+ "match_type": "exact",
3142
+ "autofix_safe": true
3143
+ },
3144
+ "进程_process": {
3145
+ "taiwan": "行程",
3146
+ "confidence": 0.9,
3147
+ "category": "mainland-term",
3148
+ "reason": "台灣作業系統標準",
3149
+ "match_type": "exact",
3150
+ "autofix_safe": true
1117
3151
  },
1118
3152
  "進程": {
1119
3153
  "taiwan": "行程",
1120
3154
  "confidence": 0.9,
1121
3155
  "category": "mainland-term",
1122
- "reason": "台灣作業系統標準"
3156
+ "reason": "台灣作業系統標準",
3157
+ "match_type": "exact",
3158
+ "autofix_safe": true
3159
+ },
3160
+ "進程_process": {
3161
+ "taiwan": "行程",
3162
+ "confidence": 0.9,
3163
+ "category": "mainland-term",
3164
+ "reason": "台灣作業系統標準",
3165
+ "match_type": "exact",
3166
+ "autofix_safe": true
1123
3167
  },
1124
3168
  "程序": {
1125
3169
  "taiwan": "程式",
1126
3170
  "confidence": 0.95,
1127
3171
  "category": "mainland-term",
1128
- "reason": "台灣軟體開發標準"
3172
+ "reason": "台灣軟體開發標準",
3173
+ "match_type": "exact",
3174
+ "autofix_safe": true
3175
+ },
3176
+ "程序_program": {
3177
+ "taiwan": "程式",
3178
+ "confidence": 0.95,
3179
+ "category": "mainland-term",
3180
+ "reason": "台灣軟體開發標準",
3181
+ "match_type": "exact",
3182
+ "autofix_safe": true
1129
3183
  },
1130
3184
  "协议": {
1131
3185
  "taiwan": "協定",
1132
3186
  "confidence": 0.9,
1133
3187
  "category": "mainland-term",
1134
- "reason": "台灣網路通訊標準"
3188
+ "reason": "台灣網路通訊標準",
3189
+ "match_type": "exact",
3190
+ "autofix_safe": true
3191
+ },
3192
+ "协议_protocol": {
3193
+ "taiwan": "協定",
3194
+ "confidence": 0.9,
3195
+ "category": "mainland-term",
3196
+ "reason": "台灣網路通訊標準",
3197
+ "match_type": "exact",
3198
+ "autofix_safe": true
1135
3199
  },
1136
3200
  "協議": {
1137
3201
  "taiwan": "協定",
1138
3202
  "confidence": 0.9,
1139
3203
  "category": "mainland-term",
1140
- "reason": "台灣網路通訊標準"
3204
+ "reason": "台灣網路通訊標準",
3205
+ "match_type": "exact",
3206
+ "autofix_safe": true
3207
+ },
3208
+ "協議_protocol": {
3209
+ "taiwan": "協定",
3210
+ "confidence": 0.9,
3211
+ "category": "mainland-term",
3212
+ "reason": "台灣網路通訊標準",
3213
+ "match_type": "exact",
3214
+ "autofix_safe": true
1141
3215
  },
1142
3216
  "查询": {
1143
3217
  "taiwan": "查詢",
1144
3218
  "confidence": 0.8,
1145
3219
  "category": "mainland-term",
1146
- "reason": "台灣資料庫標準"
3220
+ "reason": "台灣資料庫標準",
3221
+ "match_type": "exact",
3222
+ "autofix_safe": true
3223
+ },
3224
+ "查询_query": {
3225
+ "taiwan": "查詢",
3226
+ "confidence": 0.8,
3227
+ "category": "mainland-term",
3228
+ "reason": "台灣資料庫標準",
3229
+ "match_type": "exact",
3230
+ "autofix_safe": true
1147
3231
  },
1148
3232
  "查詢": {
1149
3233
  "taiwan": "查詢",
1150
3234
  "confidence": 0.8,
1151
3235
  "category": "mainland-term",
1152
- "reason": "台灣資料庫標準"
3236
+ "reason": "台灣資料庫標準",
3237
+ "match_type": "exact",
3238
+ "autofix_safe": true
3239
+ },
3240
+ "查詢_query": {
3241
+ "taiwan": "查詢",
3242
+ "confidence": 0.8,
3243
+ "category": "mainland-term",
3244
+ "reason": "台灣資料庫標準",
3245
+ "match_type": "exact",
3246
+ "autofix_safe": true
1153
3247
  },
1154
3248
  "队列": {
1155
3249
  "taiwan": "佇列",
1156
3250
  "confidence": 0.95,
1157
3251
  "category": "mainland-term",
1158
- "reason": "台灣資料結構標準"
3252
+ "reason": "台灣資料結構標準",
3253
+ "match_type": "exact",
3254
+ "autofix_safe": true
3255
+ },
3256
+ "队列_queue": {
3257
+ "taiwan": "佇列",
3258
+ "confidence": 0.95,
3259
+ "category": "mainland-term",
3260
+ "reason": "台灣資料結構標準",
3261
+ "match_type": "exact",
3262
+ "autofix_safe": true
1159
3263
  },
1160
3264
  "隊列": {
1161
3265
  "taiwan": "佇列",
1162
3266
  "confidence": 0.95,
1163
3267
  "category": "mainland-term",
1164
- "reason": "台灣資料結構標準"
3268
+ "reason": "台灣資料結構標準",
3269
+ "match_type": "exact",
3270
+ "autofix_safe": true
3271
+ },
3272
+ "隊列_queue": {
3273
+ "taiwan": "佇列",
3274
+ "confidence": 0.95,
3275
+ "category": "mainland-term",
3276
+ "reason": "台灣資料結構標準",
3277
+ "match_type": "exact",
3278
+ "autofix_safe": true
1165
3279
  },
1166
3280
  "读取": {
1167
3281
  "taiwan": "讀取",
1168
3282
  "confidence": 0.8,
1169
3283
  "category": "mainland-term",
1170
- "reason": "台灣檔案操作標準"
3284
+ "reason": "台灣檔案操作標準",
3285
+ "match_type": "exact",
3286
+ "autofix_safe": true
3287
+ },
3288
+ "读取_read": {
3289
+ "taiwan": "讀取",
3290
+ "confidence": 0.8,
3291
+ "category": "mainland-term",
3292
+ "reason": "台灣檔案操作標準",
3293
+ "match_type": "exact",
3294
+ "autofix_safe": true
1171
3295
  },
1172
3296
  "讀取": {
1173
3297
  "taiwan": "讀取",
1174
3298
  "confidence": 0.8,
1175
3299
  "category": "mainland-term",
1176
- "reason": "台灣檔案操作標準"
3300
+ "reason": "台灣檔案操作標準",
3301
+ "match_type": "exact",
3302
+ "autofix_safe": true
3303
+ },
3304
+ "讀取_read": {
3305
+ "taiwan": "讀取",
3306
+ "confidence": 0.8,
3307
+ "category": "mainland-term",
3308
+ "reason": "台灣檔案操作標準",
3309
+ "match_type": "exact",
3310
+ "autofix_safe": true
1177
3311
  },
1178
3312
  "寄存器": {
1179
3313
  "taiwan": "暫存器",
1180
3314
  "confidence": 0.9,
1181
3315
  "category": "mainland-term",
1182
- "reason": "台灣計算機硬體標準"
3316
+ "reason": "台灣計算機硬體標準",
3317
+ "match_type": "exact",
3318
+ "autofix_safe": true
3319
+ },
3320
+ "寄存器_register": {
3321
+ "taiwan": "暫存器",
3322
+ "confidence": 0.9,
3323
+ "category": "mainland-term",
3324
+ "reason": "台灣計算機硬體標準",
3325
+ "match_type": "exact",
3326
+ "autofix_safe": true
1183
3327
  },
1184
3328
  "远程": {
1185
3329
  "taiwan": "遠端",
1186
3330
  "confidence": 0.9,
1187
3331
  "category": "mainland-term",
1188
- "reason": "台灣網路連線標準"
3332
+ "reason": "台灣網路連線標準",
3333
+ "match_type": "exact",
3334
+ "autofix_safe": true
3335
+ },
3336
+ "远程_remote": {
3337
+ "taiwan": "遠端",
3338
+ "confidence": 0.9,
3339
+ "category": "mainland-term",
3340
+ "reason": "台灣網路連線標準",
3341
+ "match_type": "exact",
3342
+ "autofix_safe": true
1189
3343
  },
1190
3344
  "遠程": {
1191
3345
  "taiwan": "遠端",
1192
3346
  "confidence": 0.9,
1193
3347
  "category": "mainland-term",
1194
- "reason": "台灣網路連線標準"
3348
+ "reason": "台灣網路連線標準",
3349
+ "match_type": "exact",
3350
+ "autofix_safe": true
3351
+ },
3352
+ "遠程_remote": {
3353
+ "taiwan": "遠端",
3354
+ "confidence": 0.9,
3355
+ "category": "mainland-term",
3356
+ "reason": "台灣網路連線標準",
3357
+ "match_type": "exact",
3358
+ "autofix_safe": true
1195
3359
  },
1196
3360
  "渲染": {
1197
3361
  "taiwan": "算繪",
1198
3362
  "confidence": 0.85,
1199
3363
  "category": "mainland-term",
1200
- "reason": "台灣圖形處理標準"
3364
+ "reason": "台灣圖形處理標準",
3365
+ "match_type": "exact",
3366
+ "autofix_safe": true
3367
+ },
3368
+ "渲染_render": {
3369
+ "taiwan": "算繪",
3370
+ "confidence": 0.85,
3371
+ "category": "mainland-term",
3372
+ "reason": "台灣圖形處理標準",
3373
+ "match_type": "exact",
3374
+ "autofix_safe": true
1201
3375
  },
1202
3376
  "响应": {
1203
3377
  "taiwan": "回應",
1204
3378
  "confidence": 0.85,
1205
3379
  "category": "mainland-term",
1206
- "reason": "台灣網路通訊標準"
3380
+ "reason": "台灣網路通訊標準",
3381
+ "match_type": "exact",
3382
+ "autofix_safe": true
3383
+ },
3384
+ "响应_response": {
3385
+ "taiwan": "回應",
3386
+ "confidence": 0.85,
3387
+ "category": "mainland-term",
3388
+ "reason": "台灣網路通訊標準",
3389
+ "match_type": "exact",
3390
+ "autofix_safe": true
1207
3391
  },
1208
3392
  "響應": {
1209
3393
  "taiwan": "回應",
1210
3394
  "confidence": 0.85,
1211
3395
  "category": "mainland-term",
1212
- "reason": "台灣網路通訊標準"
3396
+ "reason": "台灣網路通訊標準",
3397
+ "match_type": "exact",
3398
+ "autofix_safe": true
3399
+ },
3400
+ "響應_response": {
3401
+ "taiwan": "回應",
3402
+ "confidence": 0.85,
3403
+ "category": "mainland-term",
3404
+ "reason": "台灣網路通訊標準",
3405
+ "match_type": "exact",
3406
+ "autofix_safe": true
1213
3407
  },
1214
3408
  "运行": {
1215
3409
  "taiwan": "執行",
1216
3410
  "confidence": 0.85,
1217
3411
  "category": "mainland-term",
1218
- "reason": "台灣系統操作標準"
3412
+ "reason": "台灣系統操作標準",
3413
+ "match_type": "exact",
3414
+ "autofix_safe": true
3415
+ },
3416
+ "运行_run": {
3417
+ "taiwan": "執行",
3418
+ "confidence": 0.85,
3419
+ "category": "mainland-term",
3420
+ "reason": "台灣系統操作標準",
3421
+ "match_type": "exact",
3422
+ "autofix_safe": true
1219
3423
  },
1220
3424
  "運行": {
1221
3425
  "taiwan": "執行",
1222
3426
  "confidence": 0.85,
1223
3427
  "category": "mainland-term",
1224
- "reason": "台灣系統操作標準"
3428
+ "reason": "台灣系統操作標準",
3429
+ "match_type": "exact",
3430
+ "autofix_safe": true
3431
+ },
3432
+ "運行_run": {
3433
+ "taiwan": "執行",
3434
+ "confidence": 0.85,
3435
+ "category": "mainland-term",
3436
+ "reason": "台灣系統操作標準",
3437
+ "match_type": "exact",
3438
+ "autofix_safe": true
1225
3439
  },
1226
3440
  "运行时": {
1227
3441
  "taiwan": "執行時期",
1228
3442
  "confidence": 0.85,
1229
3443
  "category": "mainland-term",
1230
- "reason": "台灣程式執行標準"
3444
+ "reason": "台灣程式執行標準",
3445
+ "match_type": "exact",
3446
+ "autofix_safe": true
3447
+ },
3448
+ "运行时_runtime": {
3449
+ "taiwan": "執行時期",
3450
+ "confidence": 0.85,
3451
+ "category": "mainland-term",
3452
+ "reason": "台灣程式執行標準",
3453
+ "match_type": "exact",
3454
+ "autofix_safe": true
1231
3455
  },
1232
3456
  "運行時": {
1233
3457
  "taiwan": "執行時期",
1234
3458
  "confidence": 0.85,
1235
3459
  "category": "mainland-term",
1236
- "reason": "台灣程式執行標準"
3460
+ "reason": "台灣程式執行標準",
3461
+ "match_type": "exact",
3462
+ "autofix_safe": true
3463
+ },
3464
+ "運行時_runtime": {
3465
+ "taiwan": "執行時期",
3466
+ "confidence": 0.85,
3467
+ "category": "mainland-term",
3468
+ "reason": "台灣程式執行標準",
3469
+ "match_type": "exact",
3470
+ "autofix_safe": true
1237
3471
  },
1238
3472
  "保存": {
1239
3473
  "taiwan": "儲存",
1240
3474
  "confidence": 0.85,
1241
3475
  "category": "mainland-term",
1242
- "reason": "台灣檔案操作標準"
3476
+ "reason": "台灣檔案操作標準",
3477
+ "match_type": "exact",
3478
+ "autofix_safe": true
3479
+ },
3480
+ "保存_save": {
3481
+ "taiwan": "儲存",
3482
+ "confidence": 0.85,
3483
+ "category": "mainland-term",
3484
+ "reason": "台灣檔案操作標準",
3485
+ "match_type": "exact",
3486
+ "autofix_safe": true
1243
3487
  },
1244
3488
  "调度": {
1245
3489
  "taiwan": "排程",
1246
3490
  "confidence": 0.9,
1247
3491
  "category": "mainland-term",
1248
- "reason": "台灣系統管理標準"
3492
+ "reason": "台灣系統管理標準",
3493
+ "match_type": "exact",
3494
+ "autofix_safe": true
3495
+ },
3496
+ "调度_schedule": {
3497
+ "taiwan": "排程",
3498
+ "confidence": 0.9,
3499
+ "category": "mainland-term",
3500
+ "reason": "台灣系統管理標準",
3501
+ "match_type": "exact",
3502
+ "autofix_safe": true
1249
3503
  },
1250
3504
  "調度": {
1251
3505
  "taiwan": "排程",
1252
3506
  "confidence": 0.9,
1253
3507
  "category": "mainland-term",
1254
- "reason": "台灣系統管理標準"
3508
+ "reason": "台灣系統管理標準",
3509
+ "match_type": "exact",
3510
+ "autofix_safe": true
3511
+ },
3512
+ "調度_schedule": {
3513
+ "taiwan": "排程",
3514
+ "confidence": 0.9,
3515
+ "category": "mainland-term",
3516
+ "reason": "台灣系統管理標準",
3517
+ "match_type": "exact",
3518
+ "autofix_safe": true
1255
3519
  },
1256
3520
  "脚本": {
1257
3521
  "taiwan": "指令碼",
1258
3522
  "confidence": 0.85,
1259
3523
  "category": "mainland-term",
1260
- "reason": "台灣自動化標準"
3524
+ "reason": "台灣自動化標準",
3525
+ "match_type": "exact",
3526
+ "autofix_safe": true
3527
+ },
3528
+ "脚本_script": {
3529
+ "taiwan": "指令碼",
3530
+ "confidence": 0.85,
3531
+ "category": "mainland-term",
3532
+ "reason": "台灣自動化標準",
3533
+ "match_type": "exact",
3534
+ "autofix_safe": true
1261
3535
  },
1262
3536
  "腳本": {
1263
3537
  "taiwan": "指令碼",
1264
3538
  "confidence": 0.85,
1265
3539
  "category": "mainland-term",
1266
- "reason": "台灣自動化標準"
3540
+ "reason": "台灣自動化標準",
3541
+ "match_type": "exact",
3542
+ "autofix_safe": true
3543
+ },
3544
+ "腳本_script": {
3545
+ "taiwan": "指令碼",
3546
+ "confidence": 0.85,
3547
+ "category": "mainland-term",
3548
+ "reason": "台灣自動化標準",
3549
+ "match_type": "exact",
3550
+ "autofix_safe": true
1267
3551
  },
1268
3552
  "搜索": {
1269
3553
  "taiwan": "搜尋",
1270
3554
  "confidence": 0.85,
1271
3555
  "category": "mainland-term",
1272
- "reason": "台灣資料查找標準"
3556
+ "reason": "台灣資料查找標準",
3557
+ "match_type": "exact",
3558
+ "autofix_safe": true
3559
+ },
3560
+ "搜索_search": {
3561
+ "taiwan": "搜尋",
3562
+ "confidence": 0.85,
3563
+ "category": "mainland-term",
3564
+ "reason": "台灣資料查找標準",
3565
+ "match_type": "exact",
3566
+ "autofix_safe": true
1273
3567
  },
1274
3568
  "服务器": {
1275
3569
  "taiwan": "伺服器",
1276
3570
  "confidence": 0.95,
1277
3571
  "category": "mainland-term",
1278
- "reason": "台灣網路服務標準"
3572
+ "reason": "台灣網路服務標準",
3573
+ "match_type": "exact",
3574
+ "autofix_safe": true
3575
+ },
3576
+ "服务器_server": {
3577
+ "taiwan": "伺服器",
3578
+ "confidence": 0.95,
3579
+ "category": "mainland-term",
3580
+ "reason": "台灣網路服務標準",
3581
+ "match_type": "exact",
3582
+ "autofix_safe": true
1279
3583
  },
1280
3584
  "服務器": {
1281
3585
  "taiwan": "伺服器",
1282
3586
  "confidence": 0.95,
1283
3587
  "category": "mainland-term",
1284
- "reason": "台灣網路服務標準"
3588
+ "reason": "台灣網路服務標準",
3589
+ "match_type": "exact",
3590
+ "autofix_safe": true
3591
+ },
3592
+ "服務器_server": {
3593
+ "taiwan": "伺服器",
3594
+ "confidence": 0.95,
3595
+ "category": "mainland-term",
3596
+ "reason": "台灣網路服務標準",
3597
+ "match_type": "exact",
3598
+ "autofix_safe": true
1285
3599
  },
1286
3600
  "会话": {
1287
3601
  "taiwan": "工作階段",
1288
3602
  "confidence": 0.9,
1289
3603
  "category": "mainland-term",
1290
- "reason": "台灣網路連線標準"
3604
+ "reason": "台灣網路連線標準",
3605
+ "match_type": "exact",
3606
+ "autofix_safe": true
3607
+ },
3608
+ "会话_session": {
3609
+ "taiwan": "工作階段",
3610
+ "confidence": 0.9,
3611
+ "category": "mainland-term",
3612
+ "reason": "台灣網路連線標準",
3613
+ "match_type": "exact",
3614
+ "autofix_safe": true
1291
3615
  },
1292
3616
  "會話": {
1293
3617
  "taiwan": "工作階段",
1294
3618
  "confidence": 0.9,
1295
3619
  "category": "mainland-term",
1296
- "reason": "台灣網路連線標準"
3620
+ "reason": "台灣網路連線標準",
3621
+ "match_type": "exact",
3622
+ "autofix_safe": true
3623
+ },
3624
+ "會話_session": {
3625
+ "taiwan": "工作階段",
3626
+ "confidence": 0.9,
3627
+ "category": "mainland-term",
3628
+ "reason": "台灣網路連線標準",
3629
+ "match_type": "exact",
3630
+ "autofix_safe": true
1297
3631
  },
1298
3632
  "软件": {
1299
3633
  "taiwan": "軟體",
1300
3634
  "confidence": 0.95,
1301
3635
  "category": "mainland-term",
1302
- "reason": "台灣技術標準用語"
3636
+ "reason": "台灣技術標準用語",
3637
+ "match_type": "exact",
3638
+ "autofix_safe": true
3639
+ },
3640
+ "软件_software": {
3641
+ "taiwan": "軟體",
3642
+ "confidence": 0.95,
3643
+ "category": "mainland-term",
3644
+ "reason": "台灣技術標準用語",
3645
+ "match_type": "exact",
3646
+ "autofix_safe": true
1303
3647
  },
1304
3648
  "軟件": {
1305
3649
  "taiwan": "軟體",
1306
3650
  "confidence": 0.95,
1307
3651
  "category": "mainland-term",
1308
- "reason": "台灣技術標準用語"
3652
+ "reason": "台灣技術標準用語",
3653
+ "match_type": "exact",
3654
+ "autofix_safe": true
3655
+ },
3656
+ "軟件_software": {
3657
+ "taiwan": "軟體",
3658
+ "confidence": 0.95,
3659
+ "category": "mainland-term",
3660
+ "reason": "台灣技術標準用語",
3661
+ "match_type": "exact",
3662
+ "autofix_safe": true
1309
3663
  },
1310
3664
  "栈": {
1311
3665
  "taiwan": "堆疊",
1312
3666
  "confidence": 0.9,
1313
3667
  "category": "mainland-term",
1314
- "reason": "台灣資料結構標準"
3668
+ "reason": "台灣資料結構標準",
3669
+ "match_type": "exact",
3670
+ "autofix_safe": true
3671
+ },
3672
+ "栈_stack": {
3673
+ "taiwan": "堆疊",
3674
+ "confidence": 0.9,
3675
+ "category": "mainland-term",
3676
+ "reason": "台灣資料結構標準",
3677
+ "match_type": "exact",
3678
+ "autofix_safe": true
1315
3679
  },
1316
3680
  "棧": {
1317
3681
  "taiwan": "堆疊",
1318
3682
  "confidence": 0.9,
1319
3683
  "category": "mainland-term",
1320
- "reason": "台灣資料結構標準"
3684
+ "reason": "台灣資料結構標準",
3685
+ "match_type": "exact",
3686
+ "autofix_safe": true
3687
+ },
3688
+ "棧_stack": {
3689
+ "taiwan": "堆疊",
3690
+ "confidence": 0.9,
3691
+ "category": "mainland-term",
3692
+ "reason": "台灣資料結構標準",
3693
+ "match_type": "exact",
3694
+ "autofix_safe": true
1321
3695
  },
1322
3696
  "存储": {
1323
3697
  "taiwan": "儲存體",
1324
3698
  "confidence": 0.9,
1325
3699
  "category": "mainland-term",
1326
- "reason": "台灣儲存技術標準"
3700
+ "reason": "台灣儲存技術標準",
3701
+ "match_type": "exact",
3702
+ "autofix_safe": true
3703
+ },
3704
+ "存储_storage": {
3705
+ "taiwan": "儲存體",
3706
+ "confidence": 0.9,
3707
+ "category": "mainland-term",
3708
+ "reason": "台灣儲存技術標準",
3709
+ "match_type": "exact",
3710
+ "autofix_safe": true
1327
3711
  },
1328
3712
  "存儲": {
1329
3713
  "taiwan": "儲存體",
1330
3714
  "confidence": 0.9,
1331
3715
  "category": "mainland-term",
1332
- "reason": "台灣儲存技術標準"
3716
+ "reason": "台灣儲存技術標準",
3717
+ "match_type": "exact",
3718
+ "autofix_safe": true
3719
+ },
3720
+ "存儲_storage": {
3721
+ "taiwan": "儲存體",
3722
+ "confidence": 0.9,
3723
+ "category": "mainland-term",
3724
+ "reason": "台灣儲存技術標準",
3725
+ "match_type": "exact",
3726
+ "autofix_safe": true
1333
3727
  },
1334
3728
  "流": {
1335
3729
  "taiwan": "串流",
1336
3730
  "confidence": 0.85,
1337
3731
  "category": "mainland-term",
1338
- "reason": "台灣資料傳輸標準"
3732
+ "reason": "台灣資料傳輸標準",
3733
+ "match_type": "exact",
3734
+ "autofix_safe": true
3735
+ },
3736
+ "流_stream": {
3737
+ "taiwan": "串流",
3738
+ "confidence": 0.85,
3739
+ "category": "mainland-term",
3740
+ "reason": "台灣資料傳輸標準",
3741
+ "match_type": "exact",
3742
+ "autofix_safe": true
1339
3743
  },
1340
3744
  "字符串": {
1341
3745
  "taiwan": "字串",
1342
3746
  "confidence": 0.95,
1343
3747
  "category": "mainland-term",
1344
- "reason": "台灣程式設計標準"
3748
+ "reason": "台灣程式設計標準",
3749
+ "match_type": "exact",
3750
+ "autofix_safe": true
3751
+ },
3752
+ "字符串_string": {
3753
+ "taiwan": "字串",
3754
+ "confidence": 0.95,
3755
+ "category": "mainland-term",
3756
+ "reason": "台灣程式設計標準",
3757
+ "match_type": "exact",
3758
+ "autofix_safe": true
1345
3759
  },
1346
3760
  "支持": {
1347
3761
  "taiwan": "支援",
1348
3762
  "confidence": 0.85,
1349
3763
  "category": "mainland-term",
1350
- "reason": "台灣技術服務標準"
3764
+ "reason": "台灣技術服務標準",
3765
+ "match_type": "exact",
3766
+ "autofix_safe": true
3767
+ },
3768
+ "支持_support": {
3769
+ "taiwan": "支援",
3770
+ "confidence": 0.85,
3771
+ "category": "mainland-term",
3772
+ "reason": "台灣技術服務標準",
3773
+ "match_type": "exact",
3774
+ "autofix_safe": true
1351
3775
  },
1352
3776
  "同步": {
1353
3777
  "taiwan": "同步",
1354
3778
  "confidence": 0.8,
1355
3779
  "category": "mainland-term",
1356
- "reason": "台灣程式設計標準"
3780
+ "reason": "台灣程式設計標準",
3781
+ "match_type": "exact",
3782
+ "autofix_safe": true
3783
+ },
3784
+ "同步_sync": {
3785
+ "taiwan": "同步",
3786
+ "confidence": 0.8,
3787
+ "category": "mainland-term",
3788
+ "reason": "台灣程式設計標準",
3789
+ "match_type": "exact",
3790
+ "autofix_safe": true
1357
3791
  },
1358
3792
  "系统": {
1359
3793
  "taiwan": "系統",
1360
3794
  "confidence": 0.8,
1361
3795
  "category": "mainland-term",
1362
- "reason": "台灣計算機技術標準"
3796
+ "reason": "台灣計算機技術標準",
3797
+ "match_type": "exact",
3798
+ "autofix_safe": true
3799
+ },
3800
+ "系统_system": {
3801
+ "taiwan": "系統",
3802
+ "confidence": 0.8,
3803
+ "category": "mainland-term",
3804
+ "reason": "台灣計算機技術標準",
3805
+ "match_type": "exact",
3806
+ "autofix_safe": true
1363
3807
  },
1364
3808
  "系統": {
1365
3809
  "taiwan": "系統",
1366
3810
  "confidence": 0.8,
1367
3811
  "category": "mainland-term",
1368
- "reason": "台灣計算機技術標準"
3812
+ "reason": "台灣計算機技術標準",
3813
+ "match_type": "exact",
3814
+ "autofix_safe": true
3815
+ },
3816
+ "系統_system": {
3817
+ "taiwan": "系統",
3818
+ "confidence": 0.8,
3819
+ "category": "mainland-term",
3820
+ "reason": "台灣計算機技術標準",
3821
+ "match_type": "exact",
3822
+ "autofix_safe": true
1369
3823
  },
1370
3824
  "线程": {
1371
3825
  "taiwan": "執行緒",
1372
3826
  "confidence": 0.95,
1373
3827
  "category": "mainland-term",
1374
- "reason": "台灣平行處理標準"
3828
+ "reason": "台灣平行處理標準",
3829
+ "match_type": "exact",
3830
+ "autofix_safe": true
3831
+ },
3832
+ "线程_thread": {
3833
+ "taiwan": "執行緒",
3834
+ "confidence": 0.95,
3835
+ "category": "mainland-term",
3836
+ "reason": "台灣平行處理標準",
3837
+ "match_type": "exact",
3838
+ "autofix_safe": true
1375
3839
  },
1376
3840
  "線程": {
1377
3841
  "taiwan": "執行緒",
1378
3842
  "confidence": 0.95,
1379
3843
  "category": "mainland-term",
1380
- "reason": "台灣平行處理標準"
3844
+ "reason": "台灣平行處理標準",
3845
+ "match_type": "exact",
3846
+ "autofix_safe": true
3847
+ },
3848
+ "線程_thread": {
3849
+ "taiwan": "執行緒",
3850
+ "confidence": 0.95,
3851
+ "category": "mainland-term",
3852
+ "reason": "台灣平行處理標準",
3853
+ "match_type": "exact",
3854
+ "autofix_safe": true
1381
3855
  },
1382
3856
  "令牌": {
1383
3857
  "taiwan": "標記",
1384
3858
  "confidence": 0.85,
1385
3859
  "category": "mainland-term",
1386
- "reason": "台灣資安認證標準"
3860
+ "reason": "台灣資安認證標準",
3861
+ "match_type": "exact",
3862
+ "autofix_safe": true
3863
+ },
3864
+ "令牌_token": {
3865
+ "taiwan": "標記",
3866
+ "confidence": 0.85,
3867
+ "category": "mainland-term",
3868
+ "reason": "台灣資安認證標準",
3869
+ "match_type": "exact",
3870
+ "autofix_safe": true
1387
3871
  },
1388
3872
  "教程": {
1389
3873
  "taiwan": "教學",
1390
3874
  "confidence": 0.85,
1391
3875
  "category": "mainland-term",
1392
- "reason": "台灣教育訓練標準"
3876
+ "reason": "台灣教育訓練標準",
3877
+ "match_type": "exact",
3878
+ "autofix_safe": true
3879
+ },
3880
+ "教程_tutorial": {
3881
+ "taiwan": "教學",
3882
+ "confidence": 0.85,
3883
+ "category": "mainland-term",
3884
+ "reason": "台灣教育訓練標準",
3885
+ "match_type": "exact",
3886
+ "autofix_safe": true
1393
3887
  },
1394
3888
  "类型": {
1395
3889
  "taiwan": "型別",
1396
3890
  "confidence": 0.9,
1397
3891
  "category": "mainland-term",
1398
- "reason": "台灣程式語言標準"
3892
+ "reason": "台灣程式語言標準",
3893
+ "match_type": "exact",
3894
+ "autofix_safe": true
3895
+ },
3896
+ "类型_type": {
3897
+ "taiwan": "型別",
3898
+ "confidence": 0.9,
3899
+ "category": "mainland-term",
3900
+ "reason": "台灣程式語言標準",
3901
+ "match_type": "exact",
3902
+ "autofix_safe": true
1399
3903
  },
1400
3904
  "類型": {
1401
3905
  "taiwan": "型別",
1402
3906
  "confidence": 0.9,
1403
3907
  "category": "mainland-term",
1404
- "reason": "台灣程式語言標準"
3908
+ "reason": "台灣程式語言標準",
3909
+ "match_type": "exact",
3910
+ "autofix_safe": true
3911
+ },
3912
+ "類型_type": {
3913
+ "taiwan": "型別",
3914
+ "confidence": 0.9,
3915
+ "category": "mainland-term",
3916
+ "reason": "台灣程式語言標準",
3917
+ "match_type": "exact",
3918
+ "autofix_safe": true
1405
3919
  },
1406
3920
  "上传": {
1407
3921
  "taiwan": "上傳",
1408
3922
  "confidence": 0.8,
1409
3923
  "category": "mainland-term",
1410
- "reason": "台灣網路傳輸標準"
3924
+ "reason": "台灣網路傳輸標準",
3925
+ "match_type": "exact",
3926
+ "autofix_safe": true
3927
+ },
3928
+ "上传_upload": {
3929
+ "taiwan": "上傳",
3930
+ "confidence": 0.8,
3931
+ "category": "mainland-term",
3932
+ "reason": "台灣網路傳輸標準",
3933
+ "match_type": "exact",
3934
+ "autofix_safe": true
1411
3935
  },
1412
3936
  "上傳": {
1413
3937
  "taiwan": "上傳",
1414
3938
  "confidence": 0.8,
1415
3939
  "category": "mainland-term",
1416
- "reason": "台灣網路傳輸標準"
3940
+ "reason": "台灣網路傳輸標準",
3941
+ "match_type": "exact",
3942
+ "autofix_safe": true
3943
+ },
3944
+ "上傳_upload": {
3945
+ "taiwan": "上傳",
3946
+ "confidence": 0.8,
3947
+ "category": "mainland-term",
3948
+ "reason": "台灣網路傳輸標準",
3949
+ "match_type": "exact",
3950
+ "autofix_safe": true
1417
3951
  },
1418
3952
  "用户": {
1419
3953
  "taiwan": "使用者",
1420
3954
  "confidence": 0.85,
1421
3955
  "category": "mainland-term",
1422
- "reason": "台灣使用者介面標準"
3956
+ "reason": "台灣使用者介面標準",
3957
+ "match_type": "exact",
3958
+ "autofix_safe": true
3959
+ },
3960
+ "用户_user": {
3961
+ "taiwan": "使用者",
3962
+ "confidence": 0.85,
3963
+ "category": "mainland-term",
3964
+ "reason": "台灣使用者介面標準",
3965
+ "match_type": "exact",
3966
+ "autofix_safe": true
1423
3967
  },
1424
3968
  "用戶": {
1425
3969
  "taiwan": "使用者",
1426
3970
  "confidence": 0.85,
1427
3971
  "category": "mainland-term",
1428
- "reason": "台灣使用者介面標準"
3972
+ "reason": "台灣使用者介面標準",
3973
+ "match_type": "exact",
3974
+ "autofix_safe": true
3975
+ },
3976
+ "用戶_user": {
3977
+ "taiwan": "使用者",
3978
+ "confidence": 0.85,
3979
+ "category": "mainland-term",
3980
+ "reason": "台灣使用者介面標準",
3981
+ "match_type": "exact",
3982
+ "autofix_safe": true
1429
3983
  },
1430
3984
  "变量": {
1431
3985
  "taiwan": "變數",
1432
3986
  "confidence": 0.9,
1433
3987
  "category": "mainland-term",
1434
- "reason": "台灣程式設計標準"
3988
+ "reason": "台灣程式設計標準",
3989
+ "match_type": "exact",
3990
+ "autofix_safe": true
3991
+ },
3992
+ "变量_variable": {
3993
+ "taiwan": "變數",
3994
+ "confidence": 0.9,
3995
+ "category": "mainland-term",
3996
+ "reason": "台灣程式設計標準",
3997
+ "match_type": "exact",
3998
+ "autofix_safe": true
1435
3999
  },
1436
4000
  "變量": {
1437
4001
  "taiwan": "變數",
1438
4002
  "confidence": 0.9,
1439
4003
  "category": "mainland-term",
1440
- "reason": "台灣程式設計標準"
4004
+ "reason": "台灣程式設計標準",
4005
+ "match_type": "exact",
4006
+ "autofix_safe": true
4007
+ },
4008
+ "變量_variable": {
4009
+ "taiwan": "變數",
4010
+ "confidence": 0.9,
4011
+ "category": "mainland-term",
4012
+ "reason": "台灣程式設計標準",
4013
+ "match_type": "exact",
4014
+ "autofix_safe": true
1441
4015
  },
1442
4016
  "视频": {
1443
4017
  "taiwan": "影片",
1444
4018
  "confidence": 0.9,
1445
4019
  "category": "mainland-term",
1446
- "reason": "台灣多媒體標準"
4020
+ "reason": "台灣多媒體標準",
4021
+ "match_type": "exact",
4022
+ "autofix_safe": true
4023
+ },
4024
+ "视频_video": {
4025
+ "taiwan": "影片",
4026
+ "confidence": 0.9,
4027
+ "category": "mainland-term",
4028
+ "reason": "台灣多媒體標準",
4029
+ "match_type": "exact",
4030
+ "autofix_safe": true
1447
4031
  },
1448
4032
  "視頻": {
1449
4033
  "taiwan": "影片",
1450
4034
  "confidence": 0.9,
1451
4035
  "category": "mainland-term",
1452
- "reason": "台灣多媒體標準"
4036
+ "reason": "台灣多媒體標準",
4037
+ "match_type": "exact",
4038
+ "autofix_safe": true
4039
+ },
4040
+ "視頻_video": {
4041
+ "taiwan": "影片",
4042
+ "confidence": 0.9,
4043
+ "category": "mainland-term",
4044
+ "reason": "台灣多媒體標準",
4045
+ "match_type": "exact",
4046
+ "autofix_safe": true
1453
4047
  },
1454
4048
  "视图": {
1455
4049
  "taiwan": "檢視",
1456
4050
  "confidence": 0.85,
1457
4051
  "category": "mainland-term",
1458
- "reason": "台灣介面設計標準"
4052
+ "reason": "台灣介面設計標準",
4053
+ "match_type": "exact",
4054
+ "autofix_safe": true
4055
+ },
4056
+ "视图_view": {
4057
+ "taiwan": "檢視",
4058
+ "confidence": 0.85,
4059
+ "category": "mainland-term",
4060
+ "reason": "台灣介面設計標準",
4061
+ "match_type": "exact",
4062
+ "autofix_safe": true
1459
4063
  },
1460
4064
  "視圖": {
1461
4065
  "taiwan": "檢視",
1462
4066
  "confidence": 0.85,
1463
4067
  "category": "mainland-term",
1464
- "reason": "台灣介面設計標準"
4068
+ "reason": "台灣介面設計標準",
4069
+ "match_type": "exact",
4070
+ "autofix_safe": true
4071
+ },
4072
+ "視圖_view": {
4073
+ "taiwan": "檢視",
4074
+ "confidence": 0.85,
4075
+ "category": "mainland-term",
4076
+ "reason": "台灣介面設計標準",
4077
+ "match_type": "exact",
4078
+ "autofix_safe": true
1465
4079
  },
1466
4080
  "卷": {
1467
4081
  "taiwan": "磁碟區",
1468
4082
  "confidence": 0.85,
1469
4083
  "category": "mainland-term",
1470
- "reason": "台灣儲存管理標準"
4084
+ "reason": "台灣儲存管理標準",
4085
+ "match_type": "exact",
4086
+ "autofix_safe": true
4087
+ },
4088
+ "卷_volume": {
4089
+ "taiwan": "磁碟區",
4090
+ "confidence": 0.85,
4091
+ "category": "mainland-term",
4092
+ "reason": "台灣儲存管理標準",
4093
+ "match_type": "exact",
4094
+ "autofix_safe": true
1471
4095
  },
1472
4096
  "窗口": {
1473
4097
  "taiwan": "視窗",
1474
4098
  "confidence": 0.9,
1475
4099
  "category": "mainland-term",
1476
- "reason": "台灣介面設計標準"
4100
+ "reason": "台灣介面設計標準",
4101
+ "match_type": "exact",
4102
+ "autofix_safe": true
4103
+ },
4104
+ "窗口_window": {
4105
+ "taiwan": "視窗",
4106
+ "confidence": 0.9,
4107
+ "category": "mainland-term",
4108
+ "reason": "台灣介面設計標準",
4109
+ "match_type": "exact",
4110
+ "autofix_safe": true
1477
4111
  },
1478
4112
  "写入": {
1479
4113
  "taiwan": "寫入",
1480
4114
  "confidence": 0.8,
1481
4115
  "category": "mainland-term",
1482
- "reason": "台灣檔案操作標準"
4116
+ "reason": "台灣檔案操作標準",
4117
+ "match_type": "exact",
4118
+ "autofix_safe": true
4119
+ },
4120
+ "写入_write": {
4121
+ "taiwan": "寫入",
4122
+ "confidence": 0.8,
4123
+ "category": "mainland-term",
4124
+ "reason": "台灣檔案操作標準",
4125
+ "match_type": "exact",
4126
+ "autofix_safe": true
1483
4127
  },
1484
4128
  "寫入": {
1485
4129
  "taiwan": "寫入",
1486
4130
  "confidence": 0.8,
1487
4131
  "category": "mainland-term",
1488
- "reason": "台灣檔案操作標準"
4132
+ "reason": "台灣檔案操作標準",
4133
+ "match_type": "exact",
4134
+ "autofix_safe": true
4135
+ },
4136
+ "寫入_write": {
4137
+ "taiwan": "寫入",
4138
+ "confidence": 0.8,
4139
+ "category": "mainland-term",
4140
+ "reason": "台灣檔案操作標準",
4141
+ "match_type": "exact",
4142
+ "autofix_safe": true
1489
4143
  }
1490
4144
  }
1491
4145
  }