@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
@@ -0,0 +1,3209 @@
1
+ {
2
+ "metadata": {
3
+ "name": "ai-emerging-tech",
4
+ "version": "1.0.0",
5
+ "entries": 108
6
+ },
7
+ "lookup": {
8
+ "人工智能": {
9
+ "taiwan": "人工智慧",
10
+ "confidence": 0.95,
11
+ "category": "mainland-term",
12
+ "reason": "台灣AI技術標準",
13
+ "match_type": "exact",
14
+ "autofix_safe": true
15
+ },
16
+ "人工智能_artificial_intelligence": {
17
+ "taiwan": "人工智慧",
18
+ "confidence": 0.95,
19
+ "category": "mainland-term",
20
+ "reason": "台灣AI技術標準",
21
+ "match_type": "exact",
22
+ "autofix_safe": true
23
+ },
24
+ "机器学习": {
25
+ "taiwan": "機器學習",
26
+ "confidence": 0.9,
27
+ "category": "mainland-term",
28
+ "reason": "台灣AI技術標準",
29
+ "match_type": "exact",
30
+ "autofix_safe": true
31
+ },
32
+ "机器学习_machine_learning": {
33
+ "taiwan": "機器學習",
34
+ "confidence": 0.9,
35
+ "category": "mainland-term",
36
+ "reason": "台灣AI技術標準",
37
+ "match_type": "exact",
38
+ "autofix_safe": true
39
+ },
40
+ "機器學習": {
41
+ "taiwan": "機器學習",
42
+ "confidence": 0.9,
43
+ "category": "mainland-term",
44
+ "reason": "台灣AI技術標準",
45
+ "match_type": "exact",
46
+ "autofix_safe": true
47
+ },
48
+ "機器學習_machine_learning": {
49
+ "taiwan": "機器學習",
50
+ "confidence": 0.9,
51
+ "category": "mainland-term",
52
+ "reason": "台灣AI技術標準",
53
+ "match_type": "exact",
54
+ "autofix_safe": true
55
+ },
56
+ "深度学习": {
57
+ "taiwan": "深度學習",
58
+ "confidence": 0.9,
59
+ "category": "mainland-term",
60
+ "reason": "台灣AI技術標準",
61
+ "match_type": "exact",
62
+ "autofix_safe": true
63
+ },
64
+ "深度学习_deep_learning": {
65
+ "taiwan": "深度學習",
66
+ "confidence": 0.9,
67
+ "category": "mainland-term",
68
+ "reason": "台灣AI技術標準",
69
+ "match_type": "exact",
70
+ "autofix_safe": true
71
+ },
72
+ "深度學習": {
73
+ "taiwan": "深度學習",
74
+ "confidence": 0.9,
75
+ "category": "mainland-term",
76
+ "reason": "台灣AI技術標準",
77
+ "match_type": "exact",
78
+ "autofix_safe": true
79
+ },
80
+ "深度學習_deep_learning": {
81
+ "taiwan": "深度學習",
82
+ "confidence": 0.9,
83
+ "category": "mainland-term",
84
+ "reason": "台灣AI技術標準",
85
+ "match_type": "exact",
86
+ "autofix_safe": true
87
+ },
88
+ "神经网络": {
89
+ "taiwan": "神經網路",
90
+ "confidence": 0.9,
91
+ "category": "mainland-term",
92
+ "reason": "台灣AI架構標準",
93
+ "match_type": "exact",
94
+ "autofix_safe": true
95
+ },
96
+ "神经网络_neural_network": {
97
+ "taiwan": "神經網路",
98
+ "confidence": 0.9,
99
+ "category": "mainland-term",
100
+ "reason": "台灣AI架構標準",
101
+ "match_type": "exact",
102
+ "autofix_safe": true
103
+ },
104
+ "神經網絡": {
105
+ "taiwan": "神經網路",
106
+ "confidence": 0.9,
107
+ "category": "mainland-term",
108
+ "reason": "台灣AI架構標準",
109
+ "match_type": "exact",
110
+ "autofix_safe": true
111
+ },
112
+ "神經網絡_neural_network": {
113
+ "taiwan": "神經網路",
114
+ "confidence": 0.9,
115
+ "category": "mainland-term",
116
+ "reason": "台灣AI架構標準",
117
+ "match_type": "exact",
118
+ "autofix_safe": true
119
+ },
120
+ "自然语言处理": {
121
+ "taiwan": "自然語言處理",
122
+ "confidence": 0.9,
123
+ "category": "mainland-term",
124
+ "reason": "台灣AI應用標準",
125
+ "match_type": "exact",
126
+ "autofix_safe": true
127
+ },
128
+ "自然语言处理_natural_language_processing": {
129
+ "taiwan": "自然語言處理",
130
+ "confidence": 0.9,
131
+ "category": "mainland-term",
132
+ "reason": "台灣AI應用標準",
133
+ "match_type": "exact",
134
+ "autofix_safe": true
135
+ },
136
+ "自然語言處理": {
137
+ "taiwan": "自然語言處理",
138
+ "confidence": 0.9,
139
+ "category": "mainland-term",
140
+ "reason": "台灣AI應用標準",
141
+ "match_type": "exact",
142
+ "autofix_safe": true
143
+ },
144
+ "自然語言處理_natural_language_processing": {
145
+ "taiwan": "自然語言處理",
146
+ "confidence": 0.9,
147
+ "category": "mainland-term",
148
+ "reason": "台灣AI應用標準",
149
+ "match_type": "exact",
150
+ "autofix_safe": true
151
+ },
152
+ "计算机视觉": {
153
+ "taiwan": "電腦視覺",
154
+ "confidence": 0.9,
155
+ "category": "mainland-term",
156
+ "reason": "台灣AI應用標準",
157
+ "match_type": "exact",
158
+ "autofix_safe": true
159
+ },
160
+ "计算机视觉_computer_vision": {
161
+ "taiwan": "電腦視覺",
162
+ "confidence": 0.9,
163
+ "category": "mainland-term",
164
+ "reason": "台灣AI應用標準",
165
+ "match_type": "exact",
166
+ "autofix_safe": true
167
+ },
168
+ "計算機視覺": {
169
+ "taiwan": "電腦視覺",
170
+ "confidence": 0.9,
171
+ "category": "mainland-term",
172
+ "reason": "台灣AI應用標準",
173
+ "match_type": "exact",
174
+ "autofix_safe": true
175
+ },
176
+ "計算機視覺_computer_vision": {
177
+ "taiwan": "電腦視覺",
178
+ "confidence": 0.9,
179
+ "category": "mainland-term",
180
+ "reason": "台灣AI應用標準",
181
+ "match_type": "exact",
182
+ "autofix_safe": true
183
+ },
184
+ "强化学习": {
185
+ "taiwan": "強化學習",
186
+ "confidence": 0.9,
187
+ "category": "mainland-term",
188
+ "reason": "台灣AI學習方法",
189
+ "match_type": "exact",
190
+ "autofix_safe": true
191
+ },
192
+ "强化学习_reinforcement_learning": {
193
+ "taiwan": "強化學習",
194
+ "confidence": 0.9,
195
+ "category": "mainland-term",
196
+ "reason": "台灣AI學習方法",
197
+ "match_type": "exact",
198
+ "autofix_safe": true
199
+ },
200
+ "強化學習": {
201
+ "taiwan": "強化學習",
202
+ "confidence": 0.9,
203
+ "category": "mainland-term",
204
+ "reason": "台灣AI學習方法",
205
+ "match_type": "exact",
206
+ "autofix_safe": true
207
+ },
208
+ "強化學習_reinforcement_learning": {
209
+ "taiwan": "強化學習",
210
+ "confidence": 0.9,
211
+ "category": "mainland-term",
212
+ "reason": "台灣AI學習方法",
213
+ "match_type": "exact",
214
+ "autofix_safe": true
215
+ },
216
+ "监督学习": {
217
+ "taiwan": "監督式學習",
218
+ "confidence": 0.9,
219
+ "category": "mainland-term",
220
+ "reason": "台灣AI學習方法",
221
+ "match_type": "exact",
222
+ "autofix_safe": true
223
+ },
224
+ "监督学习_supervised_learning": {
225
+ "taiwan": "監督式學習",
226
+ "confidence": 0.9,
227
+ "category": "mainland-term",
228
+ "reason": "台灣AI學習方法",
229
+ "match_type": "exact",
230
+ "autofix_safe": true
231
+ },
232
+ "監督學習": {
233
+ "taiwan": "監督式學習",
234
+ "confidence": 0.9,
235
+ "category": "mainland-term",
236
+ "reason": "台灣AI學習方法",
237
+ "match_type": "exact",
238
+ "autofix_safe": true
239
+ },
240
+ "監督學習_supervised_learning": {
241
+ "taiwan": "監督式學習",
242
+ "confidence": 0.9,
243
+ "category": "mainland-term",
244
+ "reason": "台灣AI學習方法",
245
+ "match_type": "exact",
246
+ "autofix_safe": true
247
+ },
248
+ "无监督学习": {
249
+ "taiwan": "非監督式學習",
250
+ "confidence": 0.9,
251
+ "category": "mainland-term",
252
+ "reason": "台灣AI學習方法",
253
+ "match_type": "exact",
254
+ "autofix_safe": true
255
+ },
256
+ "无监督学习_unsupervised_learning": {
257
+ "taiwan": "非監督式學習",
258
+ "confidence": 0.9,
259
+ "category": "mainland-term",
260
+ "reason": "台灣AI學習方法",
261
+ "match_type": "exact",
262
+ "autofix_safe": true
263
+ },
264
+ "無監督學習": {
265
+ "taiwan": "非監督式學習",
266
+ "confidence": 0.9,
267
+ "category": "mainland-term",
268
+ "reason": "台灣AI學習方法",
269
+ "match_type": "exact",
270
+ "autofix_safe": true
271
+ },
272
+ "無監督學習_unsupervised_learning": {
273
+ "taiwan": "非監督式學習",
274
+ "confidence": 0.9,
275
+ "category": "mainland-term",
276
+ "reason": "台灣AI學習方法",
277
+ "match_type": "exact",
278
+ "autofix_safe": true
279
+ },
280
+ "半监督": {
281
+ "taiwan": "半監督式",
282
+ "confidence": 0.9,
283
+ "category": "mainland-term",
284
+ "reason": "台灣AI學習方法",
285
+ "match_type": "exact",
286
+ "autofix_safe": true
287
+ },
288
+ "半监督_semi_supervised": {
289
+ "taiwan": "半監督式",
290
+ "confidence": 0.9,
291
+ "category": "mainland-term",
292
+ "reason": "台灣AI學習方法",
293
+ "match_type": "exact",
294
+ "autofix_safe": true
295
+ },
296
+ "半監督": {
297
+ "taiwan": "半監督式",
298
+ "confidence": 0.9,
299
+ "category": "mainland-term",
300
+ "reason": "台灣AI學習方法",
301
+ "match_type": "exact",
302
+ "autofix_safe": true
303
+ },
304
+ "半監督_semi_supervised": {
305
+ "taiwan": "半監督式",
306
+ "confidence": 0.9,
307
+ "category": "mainland-term",
308
+ "reason": "台灣AI學習方法",
309
+ "match_type": "exact",
310
+ "autofix_safe": true
311
+ },
312
+ "迁移学习": {
313
+ "taiwan": "遷移學習",
314
+ "confidence": 0.9,
315
+ "category": "mainland-term",
316
+ "reason": "台灣AI技術方法",
317
+ "match_type": "exact",
318
+ "autofix_safe": true
319
+ },
320
+ "迁移学习_transfer_learning": {
321
+ "taiwan": "遷移學習",
322
+ "confidence": 0.9,
323
+ "category": "mainland-term",
324
+ "reason": "台灣AI技術方法",
325
+ "match_type": "exact",
326
+ "autofix_safe": true
327
+ },
328
+ "遷移學習": {
329
+ "taiwan": "遷移學習",
330
+ "confidence": 0.9,
331
+ "category": "mainland-term",
332
+ "reason": "台灣AI技術方法",
333
+ "match_type": "exact",
334
+ "autofix_safe": true
335
+ },
336
+ "遷移學習_transfer_learning": {
337
+ "taiwan": "遷移學習",
338
+ "confidence": 0.9,
339
+ "category": "mainland-term",
340
+ "reason": "台灣AI技術方法",
341
+ "match_type": "exact",
342
+ "autofix_safe": true
343
+ },
344
+ "数据集": {
345
+ "taiwan": "資料集",
346
+ "confidence": 0.9,
347
+ "category": "mainland-term",
348
+ "reason": "台灣AI資料標準",
349
+ "match_type": "exact",
350
+ "autofix_safe": true
351
+ },
352
+ "数据集_dataset": {
353
+ "taiwan": "資料集",
354
+ "confidence": 0.9,
355
+ "category": "mainland-term",
356
+ "reason": "台灣AI資料標準",
357
+ "match_type": "exact",
358
+ "autofix_safe": true
359
+ },
360
+ "數據集": {
361
+ "taiwan": "資料集",
362
+ "confidence": 0.9,
363
+ "category": "mainland-term",
364
+ "reason": "台灣AI資料標準",
365
+ "match_type": "exact",
366
+ "autofix_safe": true
367
+ },
368
+ "數據集_dataset": {
369
+ "taiwan": "資料集",
370
+ "confidence": 0.9,
371
+ "category": "mainland-term",
372
+ "reason": "台灣AI資料標準",
373
+ "match_type": "exact",
374
+ "autofix_safe": true
375
+ },
376
+ "训练数据": {
377
+ "taiwan": "訓練資料",
378
+ "confidence": 0.9,
379
+ "category": "mainland-term",
380
+ "reason": "台灣AI資料類型",
381
+ "match_type": "exact",
382
+ "autofix_safe": true
383
+ },
384
+ "训练数据_training_data": {
385
+ "taiwan": "訓練資料",
386
+ "confidence": 0.9,
387
+ "category": "mainland-term",
388
+ "reason": "台灣AI資料類型",
389
+ "match_type": "exact",
390
+ "autofix_safe": true
391
+ },
392
+ "訓練數據": {
393
+ "taiwan": "訓練資料",
394
+ "confidence": 0.9,
395
+ "category": "mainland-term",
396
+ "reason": "台灣AI資料類型",
397
+ "match_type": "exact",
398
+ "autofix_safe": true
399
+ },
400
+ "訓練數據_training_data": {
401
+ "taiwan": "訓練資料",
402
+ "confidence": 0.9,
403
+ "category": "mainland-term",
404
+ "reason": "台灣AI資料類型",
405
+ "match_type": "exact",
406
+ "autofix_safe": true
407
+ },
408
+ "验证数据": {
409
+ "taiwan": "驗證資料",
410
+ "confidence": 0.9,
411
+ "category": "mainland-term",
412
+ "reason": "台灣AI資料類型",
413
+ "match_type": "exact",
414
+ "autofix_safe": true
415
+ },
416
+ "验证数据_validation_data": {
417
+ "taiwan": "驗證資料",
418
+ "confidence": 0.9,
419
+ "category": "mainland-term",
420
+ "reason": "台灣AI資料類型",
421
+ "match_type": "exact",
422
+ "autofix_safe": true
423
+ },
424
+ "驗證數據": {
425
+ "taiwan": "驗證資料",
426
+ "confidence": 0.9,
427
+ "category": "mainland-term",
428
+ "reason": "台灣AI資料類型",
429
+ "match_type": "exact",
430
+ "autofix_safe": true
431
+ },
432
+ "驗證數據_validation_data": {
433
+ "taiwan": "驗證資料",
434
+ "confidence": 0.9,
435
+ "category": "mainland-term",
436
+ "reason": "台灣AI資料類型",
437
+ "match_type": "exact",
438
+ "autofix_safe": true
439
+ },
440
+ "测试数据": {
441
+ "taiwan": "測試資料",
442
+ "confidence": 0.9,
443
+ "category": "mainland-term",
444
+ "reason": "台灣AI資料類型",
445
+ "match_type": "exact",
446
+ "autofix_safe": true
447
+ },
448
+ "测试数据_test_data": {
449
+ "taiwan": "測試資料",
450
+ "confidence": 0.9,
451
+ "category": "mainland-term",
452
+ "reason": "台灣AI資料類型",
453
+ "match_type": "exact",
454
+ "autofix_safe": true
455
+ },
456
+ "測試數據": {
457
+ "taiwan": "測試資料",
458
+ "confidence": 0.9,
459
+ "category": "mainland-term",
460
+ "reason": "台灣AI資料類型",
461
+ "match_type": "exact",
462
+ "autofix_safe": true
463
+ },
464
+ "測試數據_test_data": {
465
+ "taiwan": "測試資料",
466
+ "confidence": 0.9,
467
+ "category": "mainland-term",
468
+ "reason": "台灣AI資料類型",
469
+ "match_type": "exact",
470
+ "autofix_safe": true
471
+ },
472
+ "过拟合": {
473
+ "taiwan": "過度擬合",
474
+ "confidence": 0.9,
475
+ "category": "mainland-term",
476
+ "reason": "台灣AI模型問題",
477
+ "match_type": "exact",
478
+ "autofix_safe": true
479
+ },
480
+ "过拟合_overfitting": {
481
+ "taiwan": "過度擬合",
482
+ "confidence": 0.9,
483
+ "category": "mainland-term",
484
+ "reason": "台灣AI模型問題",
485
+ "match_type": "exact",
486
+ "autofix_safe": true
487
+ },
488
+ "過擬合": {
489
+ "taiwan": "過度擬合",
490
+ "confidence": 0.9,
491
+ "category": "mainland-term",
492
+ "reason": "台灣AI模型問題",
493
+ "match_type": "exact",
494
+ "autofix_safe": true
495
+ },
496
+ "過擬合_overfitting": {
497
+ "taiwan": "過度擬合",
498
+ "confidence": 0.9,
499
+ "category": "mainland-term",
500
+ "reason": "台灣AI模型問題",
501
+ "match_type": "exact",
502
+ "autofix_safe": true
503
+ },
504
+ "欠拟合": {
505
+ "taiwan": "欠擬合",
506
+ "confidence": 0.9,
507
+ "category": "mainland-term",
508
+ "reason": "台灣AI模型問題",
509
+ "match_type": "exact",
510
+ "autofix_safe": true
511
+ },
512
+ "欠拟合_underfitting": {
513
+ "taiwan": "欠擬合",
514
+ "confidence": 0.9,
515
+ "category": "mainland-term",
516
+ "reason": "台灣AI模型問題",
517
+ "match_type": "exact",
518
+ "autofix_safe": true
519
+ },
520
+ "欠擬合": {
521
+ "taiwan": "欠擬合",
522
+ "confidence": 0.9,
523
+ "category": "mainland-term",
524
+ "reason": "台灣AI模型問題",
525
+ "match_type": "exact",
526
+ "autofix_safe": true
527
+ },
528
+ "欠擬合_underfitting": {
529
+ "taiwan": "欠擬合",
530
+ "confidence": 0.9,
531
+ "category": "mainland-term",
532
+ "reason": "台灣AI模型問題",
533
+ "match_type": "exact",
534
+ "autofix_safe": true
535
+ },
536
+ "梯度下降": {
537
+ "taiwan": "梯度下降",
538
+ "confidence": 0.85,
539
+ "category": "mainland-term",
540
+ "reason": "台灣AI優化方法",
541
+ "match_type": "exact",
542
+ "autofix_safe": true
543
+ },
544
+ "梯度下降_gradient_descent": {
545
+ "taiwan": "梯度下降",
546
+ "confidence": 0.85,
547
+ "category": "mainland-term",
548
+ "reason": "台灣AI優化方法",
549
+ "match_type": "exact",
550
+ "autofix_safe": true
551
+ },
552
+ "反向传播": {
553
+ "taiwan": "反向傳播",
554
+ "confidence": 0.9,
555
+ "category": "mainland-term",
556
+ "reason": "台灣AI訓練方法",
557
+ "match_type": "exact",
558
+ "autofix_safe": true
559
+ },
560
+ "反向传播_backpropagation": {
561
+ "taiwan": "反向傳播",
562
+ "confidence": 0.9,
563
+ "category": "mainland-term",
564
+ "reason": "台灣AI訓練方法",
565
+ "match_type": "exact",
566
+ "autofix_safe": true
567
+ },
568
+ "反向傳播": {
569
+ "taiwan": "反向傳播",
570
+ "confidence": 0.9,
571
+ "category": "mainland-term",
572
+ "reason": "台灣AI訓練方法",
573
+ "match_type": "exact",
574
+ "autofix_safe": true
575
+ },
576
+ "反向傳播_backpropagation": {
577
+ "taiwan": "反向傳播",
578
+ "confidence": 0.9,
579
+ "category": "mainland-term",
580
+ "reason": "台灣AI訓練方法",
581
+ "match_type": "exact",
582
+ "autofix_safe": true
583
+ },
584
+ "激活函数": {
585
+ "taiwan": "激活函數",
586
+ "confidence": 0.9,
587
+ "category": "mainland-term",
588
+ "reason": "台灣神經網路元件",
589
+ "match_type": "exact",
590
+ "autofix_safe": true
591
+ },
592
+ "激活函数_activation_function": {
593
+ "taiwan": "激活函數",
594
+ "confidence": 0.9,
595
+ "category": "mainland-term",
596
+ "reason": "台灣神經網路元件",
597
+ "match_type": "exact",
598
+ "autofix_safe": true
599
+ },
600
+ "激活函數": {
601
+ "taiwan": "激活函數",
602
+ "confidence": 0.9,
603
+ "category": "mainland-term",
604
+ "reason": "台灣神經網路元件",
605
+ "match_type": "exact",
606
+ "autofix_safe": true
607
+ },
608
+ "激活函數_activation_function": {
609
+ "taiwan": "激活函數",
610
+ "confidence": 0.9,
611
+ "category": "mainland-term",
612
+ "reason": "台灣神經網路元件",
613
+ "match_type": "exact",
614
+ "autofix_safe": true
615
+ },
616
+ "卷积神经网络": {
617
+ "taiwan": "卷積神經網路",
618
+ "confidence": 0.9,
619
+ "category": "mainland-term",
620
+ "reason": "台灣深度學習架構",
621
+ "match_type": "exact",
622
+ "autofix_safe": true
623
+ },
624
+ "卷积神经网络_convolutional_neural_network": {
625
+ "taiwan": "卷積神經網路",
626
+ "confidence": 0.9,
627
+ "category": "mainland-term",
628
+ "reason": "台灣深度學習架構",
629
+ "match_type": "exact",
630
+ "autofix_safe": true
631
+ },
632
+ "卷積神經網絡": {
633
+ "taiwan": "卷積神經網路",
634
+ "confidence": 0.9,
635
+ "category": "mainland-term",
636
+ "reason": "台灣深度學習架構",
637
+ "match_type": "exact",
638
+ "autofix_safe": true
639
+ },
640
+ "卷積神經網絡_convolutional_neural_network": {
641
+ "taiwan": "卷積神經網路",
642
+ "confidence": 0.9,
643
+ "category": "mainland-term",
644
+ "reason": "台灣深度學習架構",
645
+ "match_type": "exact",
646
+ "autofix_safe": true
647
+ },
648
+ "循环神经网络": {
649
+ "taiwan": "遞迴神經網路",
650
+ "confidence": 0.9,
651
+ "category": "mainland-term",
652
+ "reason": "台灣深度學習架構",
653
+ "match_type": "exact",
654
+ "autofix_safe": true
655
+ },
656
+ "循环神经网络_recurrent_neural_network": {
657
+ "taiwan": "遞迴神經網路",
658
+ "confidence": 0.9,
659
+ "category": "mainland-term",
660
+ "reason": "台灣深度學習架構",
661
+ "match_type": "exact",
662
+ "autofix_safe": true
663
+ },
664
+ "循環神經網絡": {
665
+ "taiwan": "遞迴神經網路",
666
+ "confidence": 0.9,
667
+ "category": "mainland-term",
668
+ "reason": "台灣深度學習架構",
669
+ "match_type": "exact",
670
+ "autofix_safe": true
671
+ },
672
+ "循環神經網絡_recurrent_neural_network": {
673
+ "taiwan": "遞迴神經網路",
674
+ "confidence": 0.9,
675
+ "category": "mainland-term",
676
+ "reason": "台灣深度學習架構",
677
+ "match_type": "exact",
678
+ "autofix_safe": true
679
+ },
680
+ "变换器": {
681
+ "taiwan": "轉換器",
682
+ "confidence": 0.85,
683
+ "category": "mainland-term",
684
+ "reason": "台灣深度學習架構",
685
+ "match_type": "exact",
686
+ "autofix_safe": true
687
+ },
688
+ "变换器_transformer": {
689
+ "taiwan": "轉換器",
690
+ "confidence": 0.85,
691
+ "category": "mainland-term",
692
+ "reason": "台灣深度學習架構",
693
+ "match_type": "exact",
694
+ "autofix_safe": true
695
+ },
696
+ "變換器": {
697
+ "taiwan": "轉換器",
698
+ "confidence": 0.85,
699
+ "category": "mainland-term",
700
+ "reason": "台灣深度學習架構",
701
+ "match_type": "exact",
702
+ "autofix_safe": true
703
+ },
704
+ "變換器_transformer": {
705
+ "taiwan": "轉換器",
706
+ "confidence": 0.85,
707
+ "category": "mainland-term",
708
+ "reason": "台灣深度學習架構",
709
+ "match_type": "exact",
710
+ "autofix_safe": true
711
+ },
712
+ "注意力机制": {
713
+ "taiwan": "注意力機制",
714
+ "confidence": 0.9,
715
+ "category": "mainland-term",
716
+ "reason": "台灣深度學習技術",
717
+ "match_type": "exact",
718
+ "autofix_safe": true
719
+ },
720
+ "注意力机制_attention_mechanism": {
721
+ "taiwan": "注意力機制",
722
+ "confidence": 0.9,
723
+ "category": "mainland-term",
724
+ "reason": "台灣深度學習技術",
725
+ "match_type": "exact",
726
+ "autofix_safe": true
727
+ },
728
+ "注意力機制": {
729
+ "taiwan": "注意力機制",
730
+ "confidence": 0.9,
731
+ "category": "mainland-term",
732
+ "reason": "台灣深度學習技術",
733
+ "match_type": "exact",
734
+ "autofix_safe": true
735
+ },
736
+ "注意力機制_attention_mechanism": {
737
+ "taiwan": "注意力機制",
738
+ "confidence": 0.9,
739
+ "category": "mainland-term",
740
+ "reason": "台灣深度學習技術",
741
+ "match_type": "exact",
742
+ "autofix_safe": true
743
+ },
744
+ "生成式AI": {
745
+ "taiwan": "生成式AI",
746
+ "confidence": 0.85,
747
+ "category": "mainland-term",
748
+ "reason": "台灣AI應用類型",
749
+ "match_type": "exact",
750
+ "autofix_safe": true
751
+ },
752
+ "生成式AI_generative_ai": {
753
+ "taiwan": "生成式AI",
754
+ "confidence": 0.85,
755
+ "category": "mainland-term",
756
+ "reason": "台灣AI應用類型",
757
+ "match_type": "exact",
758
+ "autofix_safe": true
759
+ },
760
+ "大语言模型": {
761
+ "taiwan": "大型語言模型",
762
+ "confidence": 0.9,
763
+ "category": "mainland-term",
764
+ "reason": "台灣AI模型類型",
765
+ "match_type": "exact",
766
+ "autofix_safe": true
767
+ },
768
+ "大语言模型_large_language_model": {
769
+ "taiwan": "大型語言模型",
770
+ "confidence": 0.9,
771
+ "category": "mainland-term",
772
+ "reason": "台灣AI模型類型",
773
+ "match_type": "exact",
774
+ "autofix_safe": true
775
+ },
776
+ "大語言模型": {
777
+ "taiwan": "大型語言模型",
778
+ "confidence": 0.9,
779
+ "category": "mainland-term",
780
+ "reason": "台灣AI模型類型",
781
+ "match_type": "exact",
782
+ "autofix_safe": true
783
+ },
784
+ "大語言模型_large_language_model": {
785
+ "taiwan": "大型語言模型",
786
+ "confidence": 0.9,
787
+ "category": "mainland-term",
788
+ "reason": "台灣AI模型類型",
789
+ "match_type": "exact",
790
+ "autofix_safe": true
791
+ },
792
+ "提示工程": {
793
+ "taiwan": "提示工程",
794
+ "confidence": 0.85,
795
+ "category": "mainland-term",
796
+ "reason": "台灣AI互動技術",
797
+ "match_type": "exact",
798
+ "autofix_safe": true
799
+ },
800
+ "提示工程_prompt_engineering": {
801
+ "taiwan": "提示工程",
802
+ "confidence": 0.85,
803
+ "category": "mainland-term",
804
+ "reason": "台灣AI互動技術",
805
+ "match_type": "exact",
806
+ "autofix_safe": true
807
+ },
808
+ "微调": {
809
+ "taiwan": "微調",
810
+ "confidence": 0.85,
811
+ "category": "mainland-term",
812
+ "reason": "台灣AI模型優化",
813
+ "match_type": "exact",
814
+ "autofix_safe": true
815
+ },
816
+ "微调_fine_tuning": {
817
+ "taiwan": "微調",
818
+ "confidence": 0.85,
819
+ "category": "mainland-term",
820
+ "reason": "台灣AI模型優化",
821
+ "match_type": "exact",
822
+ "autofix_safe": true
823
+ },
824
+ "微調": {
825
+ "taiwan": "微調",
826
+ "confidence": 0.85,
827
+ "category": "mainland-term",
828
+ "reason": "台灣AI模型優化",
829
+ "match_type": "exact",
830
+ "autofix_safe": true
831
+ },
832
+ "微調_fine_tuning": {
833
+ "taiwan": "微調",
834
+ "confidence": 0.85,
835
+ "category": "mainland-term",
836
+ "reason": "台灣AI模型優化",
837
+ "match_type": "exact",
838
+ "autofix_safe": true
839
+ },
840
+ "嵌入": {
841
+ "taiwan": "嵌入",
842
+ "confidence": 0.85,
843
+ "category": "mainland-term",
844
+ "reason": "台灣AI表示方法",
845
+ "match_type": "exact",
846
+ "autofix_safe": true
847
+ },
848
+ "嵌入_embedding": {
849
+ "taiwan": "嵌入",
850
+ "confidence": 0.85,
851
+ "category": "mainland-term",
852
+ "reason": "台灣AI表示方法",
853
+ "match_type": "exact",
854
+ "autofix_safe": true
855
+ },
856
+ "分词": {
857
+ "taiwan": "分詞",
858
+ "confidence": 0.9,
859
+ "category": "mainland-term",
860
+ "reason": "台灣NLP處理技術",
861
+ "match_type": "exact",
862
+ "autofix_safe": true
863
+ },
864
+ "分词_tokenization": {
865
+ "taiwan": "分詞",
866
+ "confidence": 0.9,
867
+ "category": "mainland-term",
868
+ "reason": "台灣NLP處理技術",
869
+ "match_type": "exact",
870
+ "autofix_safe": true
871
+ },
872
+ "分詞": {
873
+ "taiwan": "分詞",
874
+ "confidence": 0.9,
875
+ "category": "mainland-term",
876
+ "reason": "台灣NLP處理技術",
877
+ "match_type": "exact",
878
+ "autofix_safe": true
879
+ },
880
+ "分詞_tokenization": {
881
+ "taiwan": "分詞",
882
+ "confidence": 0.9,
883
+ "category": "mainland-term",
884
+ "reason": "台灣NLP處理技術",
885
+ "match_type": "exact",
886
+ "autofix_safe": true
887
+ },
888
+ "ChatGPT": {
889
+ "taiwan": "ChatGPT",
890
+ "confidence": 0.8,
891
+ "category": "mainland-term",
892
+ "reason": "台灣AI應用產品",
893
+ "match_type": "exact",
894
+ "autofix_safe": true
895
+ },
896
+ "ChatGPT_chatgpt": {
897
+ "taiwan": "ChatGPT",
898
+ "confidence": 0.8,
899
+ "category": "mainland-term",
900
+ "reason": "台灣AI應用產品",
901
+ "match_type": "exact",
902
+ "autofix_safe": true
903
+ },
904
+ "GPT": {
905
+ "taiwan": "GPT",
906
+ "confidence": 0.8,
907
+ "category": "mainland-term",
908
+ "reason": "台灣AI模型名稱",
909
+ "match_type": "exact",
910
+ "autofix_safe": true
911
+ },
912
+ "GPT_gpt": {
913
+ "taiwan": "GPT",
914
+ "confidence": 0.8,
915
+ "category": "mainland-term",
916
+ "reason": "台灣AI模型名稱",
917
+ "match_type": "exact",
918
+ "autofix_safe": true
919
+ },
920
+ "BERT": {
921
+ "taiwan": "BERT",
922
+ "confidence": 0.8,
923
+ "category": "mainland-term",
924
+ "reason": "台灣AI模型名稱",
925
+ "match_type": "exact",
926
+ "autofix_safe": true
927
+ },
928
+ "BERT_bert": {
929
+ "taiwan": "BERT",
930
+ "confidence": 0.8,
931
+ "category": "mainland-term",
932
+ "reason": "台灣AI模型名稱",
933
+ "match_type": "exact",
934
+ "autofix_safe": true
935
+ },
936
+ "生成对抗网络": {
937
+ "taiwan": "生成對抗網路",
938
+ "confidence": 0.9,
939
+ "category": "mainland-term",
940
+ "reason": "台灣生成式AI技術",
941
+ "match_type": "exact",
942
+ "autofix_safe": true
943
+ },
944
+ "生成对抗网络_gan": {
945
+ "taiwan": "生成對抗網路",
946
+ "confidence": 0.9,
947
+ "category": "mainland-term",
948
+ "reason": "台灣生成式AI技術",
949
+ "match_type": "exact",
950
+ "autofix_safe": true
951
+ },
952
+ "生成對抗網絡": {
953
+ "taiwan": "生成對抗網路",
954
+ "confidence": 0.9,
955
+ "category": "mainland-term",
956
+ "reason": "台灣生成式AI技術",
957
+ "match_type": "exact",
958
+ "autofix_safe": true
959
+ },
960
+ "生成對抗網絡_gan": {
961
+ "taiwan": "生成對抗網路",
962
+ "confidence": 0.9,
963
+ "category": "mainland-term",
964
+ "reason": "台灣生成式AI技術",
965
+ "match_type": "exact",
966
+ "autofix_safe": true
967
+ },
968
+ "扩散模型": {
969
+ "taiwan": "擴散模型",
970
+ "confidence": 0.9,
971
+ "category": "mainland-term",
972
+ "reason": "台灣生成式AI技術",
973
+ "match_type": "exact",
974
+ "autofix_safe": true
975
+ },
976
+ "扩散模型_diffusion_model": {
977
+ "taiwan": "擴散模型",
978
+ "confidence": 0.9,
979
+ "category": "mainland-term",
980
+ "reason": "台灣生成式AI技術",
981
+ "match_type": "exact",
982
+ "autofix_safe": true
983
+ },
984
+ "擴散模型": {
985
+ "taiwan": "擴散模型",
986
+ "confidence": 0.9,
987
+ "category": "mainland-term",
988
+ "reason": "台灣生成式AI技術",
989
+ "match_type": "exact",
990
+ "autofix_safe": true
991
+ },
992
+ "擴散模型_diffusion_model": {
993
+ "taiwan": "擴散模型",
994
+ "confidence": 0.9,
995
+ "category": "mainland-term",
996
+ "reason": "台灣生成式AI技術",
997
+ "match_type": "exact",
998
+ "autofix_safe": true
999
+ },
1000
+ "AI伦理": {
1001
+ "taiwan": "AI倫理",
1002
+ "confidence": 0.85,
1003
+ "category": "mainland-term",
1004
+ "reason": "台灣AI治理標準",
1005
+ "match_type": "exact",
1006
+ "autofix_safe": true
1007
+ },
1008
+ "AI伦理_ai_ethics": {
1009
+ "taiwan": "AI倫理",
1010
+ "confidence": 0.85,
1011
+ "category": "mainland-term",
1012
+ "reason": "台灣AI治理標準",
1013
+ "match_type": "exact",
1014
+ "autofix_safe": true
1015
+ },
1016
+ "AI倫理": {
1017
+ "taiwan": "AI倫理",
1018
+ "confidence": 0.85,
1019
+ "category": "mainland-term",
1020
+ "reason": "台灣AI治理標準",
1021
+ "match_type": "exact",
1022
+ "autofix_safe": true
1023
+ },
1024
+ "AI倫理_ai_ethics": {
1025
+ "taiwan": "AI倫理",
1026
+ "confidence": 0.85,
1027
+ "category": "mainland-term",
1028
+ "reason": "台灣AI治理標準",
1029
+ "match_type": "exact",
1030
+ "autofix_safe": true
1031
+ },
1032
+ "偏见": {
1033
+ "taiwan": "偏見",
1034
+ "confidence": 0.85,
1035
+ "category": "mainland-term",
1036
+ "reason": "台灣AI公平性議題",
1037
+ "match_type": "exact",
1038
+ "autofix_safe": true
1039
+ },
1040
+ "偏见_bias_ai": {
1041
+ "taiwan": "偏見",
1042
+ "confidence": 0.85,
1043
+ "category": "mainland-term",
1044
+ "reason": "台灣AI公平性議題",
1045
+ "match_type": "exact",
1046
+ "autofix_safe": true
1047
+ },
1048
+ "偏見": {
1049
+ "taiwan": "偏見",
1050
+ "confidence": 0.85,
1051
+ "category": "mainland-term",
1052
+ "reason": "台灣AI公平性議題",
1053
+ "match_type": "exact",
1054
+ "autofix_safe": true
1055
+ },
1056
+ "偏見_bias_ai": {
1057
+ "taiwan": "偏見",
1058
+ "confidence": 0.85,
1059
+ "category": "mainland-term",
1060
+ "reason": "台灣AI公平性議題",
1061
+ "match_type": "exact",
1062
+ "autofix_safe": true
1063
+ },
1064
+ "可解释AI": {
1065
+ "taiwan": "可解釋AI",
1066
+ "confidence": 0.9,
1067
+ "category": "mainland-term",
1068
+ "reason": "台灣AI透明度標準",
1069
+ "match_type": "exact",
1070
+ "autofix_safe": true
1071
+ },
1072
+ "可解释AI_explainable_ai": {
1073
+ "taiwan": "可解釋AI",
1074
+ "confidence": 0.9,
1075
+ "category": "mainland-term",
1076
+ "reason": "台灣AI透明度標準",
1077
+ "match_type": "exact",
1078
+ "autofix_safe": true
1079
+ },
1080
+ "可解釋AI": {
1081
+ "taiwan": "可解釋AI",
1082
+ "confidence": 0.9,
1083
+ "category": "mainland-term",
1084
+ "reason": "台灣AI透明度標準",
1085
+ "match_type": "exact",
1086
+ "autofix_safe": true
1087
+ },
1088
+ "可解釋AI_explainable_ai": {
1089
+ "taiwan": "可解釋AI",
1090
+ "confidence": 0.9,
1091
+ "category": "mainland-term",
1092
+ "reason": "台灣AI透明度標準",
1093
+ "match_type": "exact",
1094
+ "autofix_safe": true
1095
+ },
1096
+ "区块链": {
1097
+ "taiwan": "區塊鏈",
1098
+ "confidence": 0.9,
1099
+ "category": "mainland-term",
1100
+ "reason": "台灣分散式技術",
1101
+ "match_type": "exact",
1102
+ "autofix_safe": true
1103
+ },
1104
+ "区块链_blockchain": {
1105
+ "taiwan": "區塊鏈",
1106
+ "confidence": 0.9,
1107
+ "category": "mainland-term",
1108
+ "reason": "台灣分散式技術",
1109
+ "match_type": "exact",
1110
+ "autofix_safe": true
1111
+ },
1112
+ "區塊鏈": {
1113
+ "taiwan": "區塊鏈",
1114
+ "confidence": 0.9,
1115
+ "category": "mainland-term",
1116
+ "reason": "台灣分散式技術",
1117
+ "match_type": "exact",
1118
+ "autofix_safe": true
1119
+ },
1120
+ "區塊鏈_blockchain": {
1121
+ "taiwan": "區塊鏈",
1122
+ "confidence": 0.9,
1123
+ "category": "mainland-term",
1124
+ "reason": "台灣分散式技術",
1125
+ "match_type": "exact",
1126
+ "autofix_safe": true
1127
+ },
1128
+ "加密货币": {
1129
+ "taiwan": "加密貨幣",
1130
+ "confidence": 0.9,
1131
+ "category": "mainland-term",
1132
+ "reason": "台灣數位資產標準",
1133
+ "match_type": "exact",
1134
+ "autofix_safe": true
1135
+ },
1136
+ "加密货币_cryptocurrency": {
1137
+ "taiwan": "加密貨幣",
1138
+ "confidence": 0.9,
1139
+ "category": "mainland-term",
1140
+ "reason": "台灣數位資產標準",
1141
+ "match_type": "exact",
1142
+ "autofix_safe": true
1143
+ },
1144
+ "加密貨幣": {
1145
+ "taiwan": "加密貨幣",
1146
+ "confidence": 0.9,
1147
+ "category": "mainland-term",
1148
+ "reason": "台灣數位資產標準",
1149
+ "match_type": "exact",
1150
+ "autofix_safe": true
1151
+ },
1152
+ "加密貨幣_cryptocurrency": {
1153
+ "taiwan": "加密貨幣",
1154
+ "confidence": 0.9,
1155
+ "category": "mainland-term",
1156
+ "reason": "台灣數位資產標準",
1157
+ "match_type": "exact",
1158
+ "autofix_safe": true
1159
+ },
1160
+ "比特币": {
1161
+ "taiwan": "比特幣",
1162
+ "confidence": 0.9,
1163
+ "category": "mainland-term",
1164
+ "reason": "台灣加密貨幣名稱",
1165
+ "match_type": "exact",
1166
+ "autofix_safe": true
1167
+ },
1168
+ "比特币_bitcoin": {
1169
+ "taiwan": "比特幣",
1170
+ "confidence": 0.9,
1171
+ "category": "mainland-term",
1172
+ "reason": "台灣加密貨幣名稱",
1173
+ "match_type": "exact",
1174
+ "autofix_safe": true
1175
+ },
1176
+ "比特幣": {
1177
+ "taiwan": "比特幣",
1178
+ "confidence": 0.9,
1179
+ "category": "mainland-term",
1180
+ "reason": "台灣加密貨幣名稱",
1181
+ "match_type": "exact",
1182
+ "autofix_safe": true
1183
+ },
1184
+ "比特幣_bitcoin": {
1185
+ "taiwan": "比特幣",
1186
+ "confidence": 0.9,
1187
+ "category": "mainland-term",
1188
+ "reason": "台灣加密貨幣名稱",
1189
+ "match_type": "exact",
1190
+ "autofix_safe": true
1191
+ },
1192
+ "以太坊": {
1193
+ "taiwan": "以太坊",
1194
+ "confidence": 0.85,
1195
+ "category": "mainland-term",
1196
+ "reason": "台灣區塊鏈平台",
1197
+ "match_type": "exact",
1198
+ "autofix_safe": true
1199
+ },
1200
+ "以太坊_ethereum": {
1201
+ "taiwan": "以太坊",
1202
+ "confidence": 0.85,
1203
+ "category": "mainland-term",
1204
+ "reason": "台灣區塊鏈平台",
1205
+ "match_type": "exact",
1206
+ "autofix_safe": true
1207
+ },
1208
+ "智能合约": {
1209
+ "taiwan": "智慧合約",
1210
+ "confidence": 0.9,
1211
+ "category": "mainland-term",
1212
+ "reason": "台灣區塊鏈應用",
1213
+ "match_type": "exact",
1214
+ "autofix_safe": true
1215
+ },
1216
+ "智能合约_smart_contract": {
1217
+ "taiwan": "智慧合約",
1218
+ "confidence": 0.9,
1219
+ "category": "mainland-term",
1220
+ "reason": "台灣區塊鏈應用",
1221
+ "match_type": "exact",
1222
+ "autofix_safe": true
1223
+ },
1224
+ "智能合約": {
1225
+ "taiwan": "智慧合約",
1226
+ "confidence": 0.9,
1227
+ "category": "mainland-term",
1228
+ "reason": "台灣區塊鏈應用",
1229
+ "match_type": "exact",
1230
+ "autofix_safe": true
1231
+ },
1232
+ "智能合約_smart_contract": {
1233
+ "taiwan": "智慧合約",
1234
+ "confidence": 0.9,
1235
+ "category": "mainland-term",
1236
+ "reason": "台灣區塊鏈應用",
1237
+ "match_type": "exact",
1238
+ "autofix_safe": true
1239
+ },
1240
+ "共识算法": {
1241
+ "taiwan": "共識演算法",
1242
+ "confidence": 0.9,
1243
+ "category": "mainland-term",
1244
+ "reason": "台灣區塊鏈技術",
1245
+ "match_type": "exact",
1246
+ "autofix_safe": true
1247
+ },
1248
+ "共识算法_consensus_algorithm": {
1249
+ "taiwan": "共識演算法",
1250
+ "confidence": 0.9,
1251
+ "category": "mainland-term",
1252
+ "reason": "台灣區塊鏈技術",
1253
+ "match_type": "exact",
1254
+ "autofix_safe": true
1255
+ },
1256
+ "共識算法": {
1257
+ "taiwan": "共識演算法",
1258
+ "confidence": 0.9,
1259
+ "category": "mainland-term",
1260
+ "reason": "台灣區塊鏈技術",
1261
+ "match_type": "exact",
1262
+ "autofix_safe": true
1263
+ },
1264
+ "共識算法_consensus_algorithm": {
1265
+ "taiwan": "共識演算法",
1266
+ "confidence": 0.9,
1267
+ "category": "mainland-term",
1268
+ "reason": "台灣區塊鏈技術",
1269
+ "match_type": "exact",
1270
+ "autofix_safe": true
1271
+ },
1272
+ "工作量证明": {
1273
+ "taiwan": "工作量證明",
1274
+ "confidence": 0.9,
1275
+ "category": "mainland-term",
1276
+ "reason": "台灣共識機制類型",
1277
+ "match_type": "exact",
1278
+ "autofix_safe": true
1279
+ },
1280
+ "工作量证明_proof_of_work": {
1281
+ "taiwan": "工作量證明",
1282
+ "confidence": 0.9,
1283
+ "category": "mainland-term",
1284
+ "reason": "台灣共識機制類型",
1285
+ "match_type": "exact",
1286
+ "autofix_safe": true
1287
+ },
1288
+ "工作量證明": {
1289
+ "taiwan": "工作量證明",
1290
+ "confidence": 0.9,
1291
+ "category": "mainland-term",
1292
+ "reason": "台灣共識機制類型",
1293
+ "match_type": "exact",
1294
+ "autofix_safe": true
1295
+ },
1296
+ "工作量證明_proof_of_work": {
1297
+ "taiwan": "工作量證明",
1298
+ "confidence": 0.9,
1299
+ "category": "mainland-term",
1300
+ "reason": "台灣共識機制類型",
1301
+ "match_type": "exact",
1302
+ "autofix_safe": true
1303
+ },
1304
+ "权益证明": {
1305
+ "taiwan": "權益證明",
1306
+ "confidence": 0.9,
1307
+ "category": "mainland-term",
1308
+ "reason": "台灣共識機制類型",
1309
+ "match_type": "exact",
1310
+ "autofix_safe": true
1311
+ },
1312
+ "权益证明_proof_of_stake": {
1313
+ "taiwan": "權益證明",
1314
+ "confidence": 0.9,
1315
+ "category": "mainland-term",
1316
+ "reason": "台灣共識機制類型",
1317
+ "match_type": "exact",
1318
+ "autofix_safe": true
1319
+ },
1320
+ "權益證明": {
1321
+ "taiwan": "權益證明",
1322
+ "confidence": 0.9,
1323
+ "category": "mainland-term",
1324
+ "reason": "台灣共識機制類型",
1325
+ "match_type": "exact",
1326
+ "autofix_safe": true
1327
+ },
1328
+ "權益證明_proof_of_stake": {
1329
+ "taiwan": "權益證明",
1330
+ "confidence": 0.9,
1331
+ "category": "mainland-term",
1332
+ "reason": "台灣共識機制類型",
1333
+ "match_type": "exact",
1334
+ "autofix_safe": true
1335
+ },
1336
+ "分布式账本": {
1337
+ "taiwan": "分散式帳本",
1338
+ "confidence": 0.9,
1339
+ "category": "mainland-term",
1340
+ "reason": "台灣區塊鏈架構",
1341
+ "match_type": "exact",
1342
+ "autofix_safe": true
1343
+ },
1344
+ "分布式账本_distributed_ledger": {
1345
+ "taiwan": "分散式帳本",
1346
+ "confidence": 0.9,
1347
+ "category": "mainland-term",
1348
+ "reason": "台灣區塊鏈架構",
1349
+ "match_type": "exact",
1350
+ "autofix_safe": true
1351
+ },
1352
+ "分布式賬本": {
1353
+ "taiwan": "分散式帳本",
1354
+ "confidence": 0.9,
1355
+ "category": "mainland-term",
1356
+ "reason": "台灣區塊鏈架構",
1357
+ "match_type": "exact",
1358
+ "autofix_safe": true
1359
+ },
1360
+ "分布式賬本_distributed_ledger": {
1361
+ "taiwan": "分散式帳本",
1362
+ "confidence": 0.9,
1363
+ "category": "mainland-term",
1364
+ "reason": "台灣區塊鏈架構",
1365
+ "match_type": "exact",
1366
+ "autofix_safe": true
1367
+ },
1368
+ "哈希函数": {
1369
+ "taiwan": "雜湊函數",
1370
+ "confidence": 0.9,
1371
+ "category": "mainland-term",
1372
+ "reason": "台灣密碼學技術",
1373
+ "match_type": "exact",
1374
+ "autofix_safe": true
1375
+ },
1376
+ "哈希函数_hash_function": {
1377
+ "taiwan": "雜湊函數",
1378
+ "confidence": 0.9,
1379
+ "category": "mainland-term",
1380
+ "reason": "台灣密碼學技術",
1381
+ "match_type": "exact",
1382
+ "autofix_safe": true
1383
+ },
1384
+ "哈希函數": {
1385
+ "taiwan": "雜湊函數",
1386
+ "confidence": 0.9,
1387
+ "category": "mainland-term",
1388
+ "reason": "台灣密碼學技術",
1389
+ "match_type": "exact",
1390
+ "autofix_safe": true
1391
+ },
1392
+ "哈希函數_hash_function": {
1393
+ "taiwan": "雜湊函數",
1394
+ "confidence": 0.9,
1395
+ "category": "mainland-term",
1396
+ "reason": "台灣密碼學技術",
1397
+ "match_type": "exact",
1398
+ "autofix_safe": true
1399
+ },
1400
+ "挖矿": {
1401
+ "taiwan": "挖礦",
1402
+ "confidence": 0.85,
1403
+ "category": "mainland-term",
1404
+ "reason": "台灣區塊鏈運作",
1405
+ "match_type": "exact",
1406
+ "autofix_safe": true
1407
+ },
1408
+ "挖矿_mining": {
1409
+ "taiwan": "挖礦",
1410
+ "confidence": 0.85,
1411
+ "category": "mainland-term",
1412
+ "reason": "台灣區塊鏈運作",
1413
+ "match_type": "exact",
1414
+ "autofix_safe": true
1415
+ },
1416
+ "挖礦": {
1417
+ "taiwan": "挖礦",
1418
+ "confidence": 0.85,
1419
+ "category": "mainland-term",
1420
+ "reason": "台灣區塊鏈運作",
1421
+ "match_type": "exact",
1422
+ "autofix_safe": true
1423
+ },
1424
+ "挖礦_mining": {
1425
+ "taiwan": "挖礦",
1426
+ "confidence": 0.85,
1427
+ "category": "mainland-term",
1428
+ "reason": "台灣區塊鏈運作",
1429
+ "match_type": "exact",
1430
+ "autofix_safe": true
1431
+ },
1432
+ "钱包": {
1433
+ "taiwan": "錢包",
1434
+ "confidence": 0.85,
1435
+ "category": "mainland-term",
1436
+ "reason": "台灣數位資產管理",
1437
+ "match_type": "exact",
1438
+ "autofix_safe": true
1439
+ },
1440
+ "钱包_wallet": {
1441
+ "taiwan": "錢包",
1442
+ "confidence": 0.85,
1443
+ "category": "mainland-term",
1444
+ "reason": "台灣數位資產管理",
1445
+ "match_type": "exact",
1446
+ "autofix_safe": true
1447
+ },
1448
+ "錢包": {
1449
+ "taiwan": "錢包",
1450
+ "confidence": 0.85,
1451
+ "category": "mainland-term",
1452
+ "reason": "台灣數位資產管理",
1453
+ "match_type": "exact",
1454
+ "autofix_safe": true
1455
+ },
1456
+ "錢包_wallet": {
1457
+ "taiwan": "錢包",
1458
+ "confidence": 0.85,
1459
+ "category": "mainland-term",
1460
+ "reason": "台灣數位資產管理",
1461
+ "match_type": "exact",
1462
+ "autofix_safe": true
1463
+ },
1464
+ "非同质化代币": {
1465
+ "taiwan": "非同質化代幣",
1466
+ "confidence": 0.9,
1467
+ "category": "mainland-term",
1468
+ "reason": "台灣數位資產類型",
1469
+ "match_type": "exact",
1470
+ "autofix_safe": true
1471
+ },
1472
+ "非同质化代币_nft": {
1473
+ "taiwan": "非同質化代幣",
1474
+ "confidence": 0.9,
1475
+ "category": "mainland-term",
1476
+ "reason": "台灣數位資產類型",
1477
+ "match_type": "exact",
1478
+ "autofix_safe": true
1479
+ },
1480
+ "非同質化代幣": {
1481
+ "taiwan": "非同質化代幣",
1482
+ "confidence": 0.9,
1483
+ "category": "mainland-term",
1484
+ "reason": "台灣數位資產類型",
1485
+ "match_type": "exact",
1486
+ "autofix_safe": true
1487
+ },
1488
+ "非同質化代幣_nft": {
1489
+ "taiwan": "非同質化代幣",
1490
+ "confidence": 0.9,
1491
+ "category": "mainland-term",
1492
+ "reason": "台灣數位資產類型",
1493
+ "match_type": "exact",
1494
+ "autofix_safe": true
1495
+ },
1496
+ "去中心化金融": {
1497
+ "taiwan": "去中心化金融",
1498
+ "confidence": 0.85,
1499
+ "category": "mainland-term",
1500
+ "reason": "台灣區塊鏈金融",
1501
+ "match_type": "exact",
1502
+ "autofix_safe": true
1503
+ },
1504
+ "去中心化金融_defi": {
1505
+ "taiwan": "去中心化金融",
1506
+ "confidence": 0.85,
1507
+ "category": "mainland-term",
1508
+ "reason": "台灣區塊鏈金融",
1509
+ "match_type": "exact",
1510
+ "autofix_safe": true
1511
+ },
1512
+ "去中心化自治组织": {
1513
+ "taiwan": "去中心化自治組織",
1514
+ "confidence": 0.9,
1515
+ "category": "mainland-term",
1516
+ "reason": "台灣區塊鏈組織",
1517
+ "match_type": "exact",
1518
+ "autofix_safe": true
1519
+ },
1520
+ "去中心化自治组织_dao": {
1521
+ "taiwan": "去中心化自治組織",
1522
+ "confidence": 0.9,
1523
+ "category": "mainland-term",
1524
+ "reason": "台灣區塊鏈組織",
1525
+ "match_type": "exact",
1526
+ "autofix_safe": true
1527
+ },
1528
+ "去中心化自治組織": {
1529
+ "taiwan": "去中心化自治組織",
1530
+ "confidence": 0.9,
1531
+ "category": "mainland-term",
1532
+ "reason": "台灣區塊鏈組織",
1533
+ "match_type": "exact",
1534
+ "autofix_safe": true
1535
+ },
1536
+ "去中心化自治組織_dao": {
1537
+ "taiwan": "去中心化自治組織",
1538
+ "confidence": 0.9,
1539
+ "category": "mainland-term",
1540
+ "reason": "台灣區塊鏈組織",
1541
+ "match_type": "exact",
1542
+ "autofix_safe": true
1543
+ },
1544
+ "元宇宙": {
1545
+ "taiwan": "元宇宙",
1546
+ "confidence": 0.85,
1547
+ "category": "mainland-term",
1548
+ "reason": "台灣虛擬世界概念",
1549
+ "match_type": "exact",
1550
+ "autofix_safe": true
1551
+ },
1552
+ "元宇宙_metaverse": {
1553
+ "taiwan": "元宇宙",
1554
+ "confidence": 0.85,
1555
+ "category": "mainland-term",
1556
+ "reason": "台灣虛擬世界概念",
1557
+ "match_type": "exact",
1558
+ "autofix_safe": true
1559
+ },
1560
+ "虚拟现实": {
1561
+ "taiwan": "虛擬實境",
1562
+ "confidence": 0.9,
1563
+ "category": "mainland-term",
1564
+ "reason": "台灣沉浸式技術",
1565
+ "match_type": "exact",
1566
+ "autofix_safe": true
1567
+ },
1568
+ "虚拟现实_virtual_reality": {
1569
+ "taiwan": "虛擬實境",
1570
+ "confidence": 0.9,
1571
+ "category": "mainland-term",
1572
+ "reason": "台灣沉浸式技術",
1573
+ "match_type": "exact",
1574
+ "autofix_safe": true
1575
+ },
1576
+ "虛擬現實": {
1577
+ "taiwan": "虛擬實境",
1578
+ "confidence": 0.9,
1579
+ "category": "mainland-term",
1580
+ "reason": "台灣沉浸式技術",
1581
+ "match_type": "exact",
1582
+ "autofix_safe": true
1583
+ },
1584
+ "虛擬現實_virtual_reality": {
1585
+ "taiwan": "虛擬實境",
1586
+ "confidence": 0.9,
1587
+ "category": "mainland-term",
1588
+ "reason": "台灣沉浸式技術",
1589
+ "match_type": "exact",
1590
+ "autofix_safe": true
1591
+ },
1592
+ "增强现实": {
1593
+ "taiwan": "擴增實境",
1594
+ "confidence": 0.9,
1595
+ "category": "mainland-term",
1596
+ "reason": "台灣混合實境技術",
1597
+ "match_type": "exact",
1598
+ "autofix_safe": true
1599
+ },
1600
+ "增强现实_augmented_reality": {
1601
+ "taiwan": "擴增實境",
1602
+ "confidence": 0.9,
1603
+ "category": "mainland-term",
1604
+ "reason": "台灣混合實境技術",
1605
+ "match_type": "exact",
1606
+ "autofix_safe": true
1607
+ },
1608
+ "增強現實": {
1609
+ "taiwan": "擴增實境",
1610
+ "confidence": 0.9,
1611
+ "category": "mainland-term",
1612
+ "reason": "台灣混合實境技術",
1613
+ "match_type": "exact",
1614
+ "autofix_safe": true
1615
+ },
1616
+ "增強現實_augmented_reality": {
1617
+ "taiwan": "擴增實境",
1618
+ "confidence": 0.9,
1619
+ "category": "mainland-term",
1620
+ "reason": "台灣混合實境技術",
1621
+ "match_type": "exact",
1622
+ "autofix_safe": true
1623
+ },
1624
+ "混合现实": {
1625
+ "taiwan": "混合實境",
1626
+ "confidence": 0.9,
1627
+ "category": "mainland-term",
1628
+ "reason": "台灣實境技術標準",
1629
+ "match_type": "exact",
1630
+ "autofix_safe": true
1631
+ },
1632
+ "混合现实_mixed_reality": {
1633
+ "taiwan": "混合實境",
1634
+ "confidence": 0.9,
1635
+ "category": "mainland-term",
1636
+ "reason": "台灣實境技術標準",
1637
+ "match_type": "exact",
1638
+ "autofix_safe": true
1639
+ },
1640
+ "混合現實": {
1641
+ "taiwan": "混合實境",
1642
+ "confidence": 0.9,
1643
+ "category": "mainland-term",
1644
+ "reason": "台灣實境技術標準",
1645
+ "match_type": "exact",
1646
+ "autofix_safe": true
1647
+ },
1648
+ "混合現實_mixed_reality": {
1649
+ "taiwan": "混合實境",
1650
+ "confidence": 0.9,
1651
+ "category": "mainland-term",
1652
+ "reason": "台灣實境技術標準",
1653
+ "match_type": "exact",
1654
+ "autofix_safe": true
1655
+ },
1656
+ "扩展现实": {
1657
+ "taiwan": "延展實境",
1658
+ "confidence": 0.9,
1659
+ "category": "mainland-term",
1660
+ "reason": "台灣實境技術總稱",
1661
+ "match_type": "exact",
1662
+ "autofix_safe": true
1663
+ },
1664
+ "扩展现实_extended_reality": {
1665
+ "taiwan": "延展實境",
1666
+ "confidence": 0.9,
1667
+ "category": "mainland-term",
1668
+ "reason": "台灣實境技術總稱",
1669
+ "match_type": "exact",
1670
+ "autofix_safe": true
1671
+ },
1672
+ "擴展現實": {
1673
+ "taiwan": "延展實境",
1674
+ "confidence": 0.9,
1675
+ "category": "mainland-term",
1676
+ "reason": "台灣實境技術總稱",
1677
+ "match_type": "exact",
1678
+ "autofix_safe": true
1679
+ },
1680
+ "擴展現實_extended_reality": {
1681
+ "taiwan": "延展實境",
1682
+ "confidence": 0.9,
1683
+ "category": "mainland-term",
1684
+ "reason": "台灣實境技術總稱",
1685
+ "match_type": "exact",
1686
+ "autofix_safe": true
1687
+ },
1688
+ "物联网": {
1689
+ "taiwan": "物聯網",
1690
+ "confidence": 0.9,
1691
+ "category": "mainland-term",
1692
+ "reason": "台灣連網裝置技術",
1693
+ "match_type": "exact",
1694
+ "autofix_safe": true
1695
+ },
1696
+ "物联网_iot": {
1697
+ "taiwan": "物聯網",
1698
+ "confidence": 0.9,
1699
+ "category": "mainland-term",
1700
+ "reason": "台灣連網裝置技術",
1701
+ "match_type": "exact",
1702
+ "autofix_safe": true
1703
+ },
1704
+ "物聯網": {
1705
+ "taiwan": "物聯網",
1706
+ "confidence": 0.9,
1707
+ "category": "mainland-term",
1708
+ "reason": "台灣連網裝置技術",
1709
+ "match_type": "exact",
1710
+ "autofix_safe": true
1711
+ },
1712
+ "物聯網_iot": {
1713
+ "taiwan": "物聯網",
1714
+ "confidence": 0.9,
1715
+ "category": "mainland-term",
1716
+ "reason": "台灣連網裝置技術",
1717
+ "match_type": "exact",
1718
+ "autofix_safe": true
1719
+ },
1720
+ "工业物联网": {
1721
+ "taiwan": "工業物聯網",
1722
+ "confidence": 0.9,
1723
+ "category": "mainland-term",
1724
+ "reason": "台灣工業4.0技術",
1725
+ "match_type": "exact",
1726
+ "autofix_safe": true
1727
+ },
1728
+ "工业物联网_industrial_iot": {
1729
+ "taiwan": "工業物聯網",
1730
+ "confidence": 0.9,
1731
+ "category": "mainland-term",
1732
+ "reason": "台灣工業4.0技術",
1733
+ "match_type": "exact",
1734
+ "autofix_safe": true
1735
+ },
1736
+ "工業物聯網": {
1737
+ "taiwan": "工業物聯網",
1738
+ "confidence": 0.9,
1739
+ "category": "mainland-term",
1740
+ "reason": "台灣工業4.0技術",
1741
+ "match_type": "exact",
1742
+ "autofix_safe": true
1743
+ },
1744
+ "工業物聯網_industrial_iot": {
1745
+ "taiwan": "工業物聯網",
1746
+ "confidence": 0.9,
1747
+ "category": "mainland-term",
1748
+ "reason": "台灣工業4.0技術",
1749
+ "match_type": "exact",
1750
+ "autofix_safe": true
1751
+ },
1752
+ "边缘计算": {
1753
+ "taiwan": "邊緣運算",
1754
+ "confidence": 0.9,
1755
+ "category": "mainland-term",
1756
+ "reason": "台灣分散式運算",
1757
+ "match_type": "exact",
1758
+ "autofix_safe": true
1759
+ },
1760
+ "边缘计算_edge_computing": {
1761
+ "taiwan": "邊緣運算",
1762
+ "confidence": 0.9,
1763
+ "category": "mainland-term",
1764
+ "reason": "台灣分散式運算",
1765
+ "match_type": "exact",
1766
+ "autofix_safe": true
1767
+ },
1768
+ "邊緣計算": {
1769
+ "taiwan": "邊緣運算",
1770
+ "confidence": 0.9,
1771
+ "category": "mainland-term",
1772
+ "reason": "台灣分散式運算",
1773
+ "match_type": "exact",
1774
+ "autofix_safe": true
1775
+ },
1776
+ "邊緣計算_edge_computing": {
1777
+ "taiwan": "邊緣運算",
1778
+ "confidence": 0.9,
1779
+ "category": "mainland-term",
1780
+ "reason": "台灣分散式運算",
1781
+ "match_type": "exact",
1782
+ "autofix_safe": true
1783
+ },
1784
+ "雾计算": {
1785
+ "taiwan": "霧運算",
1786
+ "confidence": 0.9,
1787
+ "category": "mainland-term",
1788
+ "reason": "台灣分散式運算",
1789
+ "match_type": "exact",
1790
+ "autofix_safe": true
1791
+ },
1792
+ "雾计算_fog_computing": {
1793
+ "taiwan": "霧運算",
1794
+ "confidence": 0.9,
1795
+ "category": "mainland-term",
1796
+ "reason": "台灣分散式運算",
1797
+ "match_type": "exact",
1798
+ "autofix_safe": true
1799
+ },
1800
+ "霧計算": {
1801
+ "taiwan": "霧運算",
1802
+ "confidence": 0.9,
1803
+ "category": "mainland-term",
1804
+ "reason": "台灣分散式運算",
1805
+ "match_type": "exact",
1806
+ "autofix_safe": true
1807
+ },
1808
+ "霧計算_fog_computing": {
1809
+ "taiwan": "霧運算",
1810
+ "confidence": 0.9,
1811
+ "category": "mainland-term",
1812
+ "reason": "台灣分散式運算",
1813
+ "match_type": "exact",
1814
+ "autofix_safe": true
1815
+ },
1816
+ "量子计算": {
1817
+ "taiwan": "量子運算",
1818
+ "confidence": 0.9,
1819
+ "category": "mainland-term",
1820
+ "reason": "台灣前瞻運算技術",
1821
+ "match_type": "exact",
1822
+ "autofix_safe": true
1823
+ },
1824
+ "量子计算_quantum_computing": {
1825
+ "taiwan": "量子運算",
1826
+ "confidence": 0.9,
1827
+ "category": "mainland-term",
1828
+ "reason": "台灣前瞻運算技術",
1829
+ "match_type": "exact",
1830
+ "autofix_safe": true
1831
+ },
1832
+ "量子計算": {
1833
+ "taiwan": "量子運算",
1834
+ "confidence": 0.9,
1835
+ "category": "mainland-term",
1836
+ "reason": "台灣前瞻運算技術",
1837
+ "match_type": "exact",
1838
+ "autofix_safe": true
1839
+ },
1840
+ "量子計算_quantum_computing": {
1841
+ "taiwan": "量子運算",
1842
+ "confidence": 0.9,
1843
+ "category": "mainland-term",
1844
+ "reason": "台灣前瞻運算技術",
1845
+ "match_type": "exact",
1846
+ "autofix_safe": true
1847
+ },
1848
+ "量子比特": {
1849
+ "taiwan": "量子位元",
1850
+ "confidence": 0.9,
1851
+ "category": "mainland-term",
1852
+ "reason": "台灣量子運算單位",
1853
+ "match_type": "exact",
1854
+ "autofix_safe": true
1855
+ },
1856
+ "量子比特_qubit": {
1857
+ "taiwan": "量子位元",
1858
+ "confidence": 0.9,
1859
+ "category": "mainland-term",
1860
+ "reason": "台灣量子運算單位",
1861
+ "match_type": "exact",
1862
+ "autofix_safe": true
1863
+ },
1864
+ "量子纠缠": {
1865
+ "taiwan": "量子糾纏",
1866
+ "confidence": 0.9,
1867
+ "category": "mainland-term",
1868
+ "reason": "台灣量子物理現象",
1869
+ "match_type": "exact",
1870
+ "autofix_safe": true
1871
+ },
1872
+ "量子纠缠_quantum_entanglement": {
1873
+ "taiwan": "量子糾纏",
1874
+ "confidence": 0.9,
1875
+ "category": "mainland-term",
1876
+ "reason": "台灣量子物理現象",
1877
+ "match_type": "exact",
1878
+ "autofix_safe": true
1879
+ },
1880
+ "量子糾纏": {
1881
+ "taiwan": "量子糾纏",
1882
+ "confidence": 0.9,
1883
+ "category": "mainland-term",
1884
+ "reason": "台灣量子物理現象",
1885
+ "match_type": "exact",
1886
+ "autofix_safe": true
1887
+ },
1888
+ "量子糾纏_quantum_entanglement": {
1889
+ "taiwan": "量子糾纏",
1890
+ "confidence": 0.9,
1891
+ "category": "mainland-term",
1892
+ "reason": "台灣量子物理現象",
1893
+ "match_type": "exact",
1894
+ "autofix_safe": true
1895
+ },
1896
+ "量子优越性": {
1897
+ "taiwan": "量子優越性",
1898
+ "confidence": 0.9,
1899
+ "category": "mainland-term",
1900
+ "reason": "台灣量子運算里程碑",
1901
+ "match_type": "exact",
1902
+ "autofix_safe": true
1903
+ },
1904
+ "量子优越性_quantum_supremacy": {
1905
+ "taiwan": "量子優越性",
1906
+ "confidence": 0.9,
1907
+ "category": "mainland-term",
1908
+ "reason": "台灣量子運算里程碑",
1909
+ "match_type": "exact",
1910
+ "autofix_safe": true
1911
+ },
1912
+ "量子優越性": {
1913
+ "taiwan": "量子優越性",
1914
+ "confidence": 0.9,
1915
+ "category": "mainland-term",
1916
+ "reason": "台灣量子運算里程碑",
1917
+ "match_type": "exact",
1918
+ "autofix_safe": true
1919
+ },
1920
+ "量子優越性_quantum_supremacy": {
1921
+ "taiwan": "量子優越性",
1922
+ "confidence": 0.9,
1923
+ "category": "mainland-term",
1924
+ "reason": "台灣量子運算里程碑",
1925
+ "match_type": "exact",
1926
+ "autofix_safe": true
1927
+ },
1928
+ "生物技术": {
1929
+ "taiwan": "生物科技",
1930
+ "confidence": 0.9,
1931
+ "category": "mainland-term",
1932
+ "reason": "台灣生命科學技術",
1933
+ "match_type": "exact",
1934
+ "autofix_safe": true
1935
+ },
1936
+ "生物技术_biotechnology": {
1937
+ "taiwan": "生物科技",
1938
+ "confidence": 0.9,
1939
+ "category": "mainland-term",
1940
+ "reason": "台灣生命科學技術",
1941
+ "match_type": "exact",
1942
+ "autofix_safe": true
1943
+ },
1944
+ "生物技術": {
1945
+ "taiwan": "生物科技",
1946
+ "confidence": 0.9,
1947
+ "category": "mainland-term",
1948
+ "reason": "台灣生命科學技術",
1949
+ "match_type": "exact",
1950
+ "autofix_safe": true
1951
+ },
1952
+ "生物技術_biotechnology": {
1953
+ "taiwan": "生物科技",
1954
+ "confidence": 0.9,
1955
+ "category": "mainland-term",
1956
+ "reason": "台灣生命科學技術",
1957
+ "match_type": "exact",
1958
+ "autofix_safe": true
1959
+ },
1960
+ "生物信息学": {
1961
+ "taiwan": "生物資訊",
1962
+ "confidence": 0.9,
1963
+ "category": "mainland-term",
1964
+ "reason": "台灣跨領域科學",
1965
+ "match_type": "exact",
1966
+ "autofix_safe": true
1967
+ },
1968
+ "生物信息学_bioinformatics": {
1969
+ "taiwan": "生物資訊",
1970
+ "confidence": 0.9,
1971
+ "category": "mainland-term",
1972
+ "reason": "台灣跨領域科學",
1973
+ "match_type": "exact",
1974
+ "autofix_safe": true
1975
+ },
1976
+ "生物信息學": {
1977
+ "taiwan": "生物資訊",
1978
+ "confidence": 0.9,
1979
+ "category": "mainland-term",
1980
+ "reason": "台灣跨領域科學",
1981
+ "match_type": "exact",
1982
+ "autofix_safe": true
1983
+ },
1984
+ "生物信息學_bioinformatics": {
1985
+ "taiwan": "生物資訊",
1986
+ "confidence": 0.9,
1987
+ "category": "mainland-term",
1988
+ "reason": "台灣跨領域科學",
1989
+ "match_type": "exact",
1990
+ "autofix_safe": true
1991
+ },
1992
+ "基因测序": {
1993
+ "taiwan": "基因定序",
1994
+ "confidence": 0.9,
1995
+ "category": "mainland-term",
1996
+ "reason": "台灣基因體技術",
1997
+ "match_type": "exact",
1998
+ "autofix_safe": true
1999
+ },
2000
+ "基因测序_genome_sequencing": {
2001
+ "taiwan": "基因定序",
2002
+ "confidence": 0.9,
2003
+ "category": "mainland-term",
2004
+ "reason": "台灣基因體技術",
2005
+ "match_type": "exact",
2006
+ "autofix_safe": true
2007
+ },
2008
+ "基因測序": {
2009
+ "taiwan": "基因定序",
2010
+ "confidence": 0.9,
2011
+ "category": "mainland-term",
2012
+ "reason": "台灣基因體技術",
2013
+ "match_type": "exact",
2014
+ "autofix_safe": true
2015
+ },
2016
+ "基因測序_genome_sequencing": {
2017
+ "taiwan": "基因定序",
2018
+ "confidence": 0.9,
2019
+ "category": "mainland-term",
2020
+ "reason": "台灣基因體技術",
2021
+ "match_type": "exact",
2022
+ "autofix_safe": true
2023
+ },
2024
+ "基因编辑": {
2025
+ "taiwan": "基因編輯",
2026
+ "confidence": 0.9,
2027
+ "category": "mainland-term",
2028
+ "reason": "台灣基因工程技術",
2029
+ "match_type": "exact",
2030
+ "autofix_safe": true
2031
+ },
2032
+ "基因编辑_crispr": {
2033
+ "taiwan": "基因編輯",
2034
+ "confidence": 0.9,
2035
+ "category": "mainland-term",
2036
+ "reason": "台灣基因工程技術",
2037
+ "match_type": "exact",
2038
+ "autofix_safe": true
2039
+ },
2040
+ "基因編輯": {
2041
+ "taiwan": "基因編輯",
2042
+ "confidence": 0.9,
2043
+ "category": "mainland-term",
2044
+ "reason": "台灣基因工程技術",
2045
+ "match_type": "exact",
2046
+ "autofix_safe": true
2047
+ },
2048
+ "基因編輯_crispr": {
2049
+ "taiwan": "基因編輯",
2050
+ "confidence": 0.9,
2051
+ "category": "mainland-term",
2052
+ "reason": "台灣基因工程技術",
2053
+ "match_type": "exact",
2054
+ "autofix_safe": true
2055
+ },
2056
+ "合成生物学": {
2057
+ "taiwan": "合成生物學",
2058
+ "confidence": 0.9,
2059
+ "category": "mainland-term",
2060
+ "reason": "台灣生物工程領域",
2061
+ "match_type": "exact",
2062
+ "autofix_safe": true
2063
+ },
2064
+ "合成生物学_synthetic_biology": {
2065
+ "taiwan": "合成生物學",
2066
+ "confidence": 0.9,
2067
+ "category": "mainland-term",
2068
+ "reason": "台灣生物工程領域",
2069
+ "match_type": "exact",
2070
+ "autofix_safe": true
2071
+ },
2072
+ "合成生物學": {
2073
+ "taiwan": "合成生物學",
2074
+ "confidence": 0.9,
2075
+ "category": "mainland-term",
2076
+ "reason": "台灣生物工程領域",
2077
+ "match_type": "exact",
2078
+ "autofix_safe": true
2079
+ },
2080
+ "合成生物學_synthetic_biology": {
2081
+ "taiwan": "合成生物學",
2082
+ "confidence": 0.9,
2083
+ "category": "mainland-term",
2084
+ "reason": "台灣生物工程領域",
2085
+ "match_type": "exact",
2086
+ "autofix_safe": true
2087
+ },
2088
+ "纳米技术": {
2089
+ "taiwan": "奈米科技",
2090
+ "confidence": 0.9,
2091
+ "category": "mainland-term",
2092
+ "reason": "台灣微型技術標準",
2093
+ "match_type": "exact",
2094
+ "autofix_safe": true
2095
+ },
2096
+ "纳米技术_nanotechnology": {
2097
+ "taiwan": "奈米科技",
2098
+ "confidence": 0.9,
2099
+ "category": "mainland-term",
2100
+ "reason": "台灣微型技術標準",
2101
+ "match_type": "exact",
2102
+ "autofix_safe": true
2103
+ },
2104
+ "納米技術": {
2105
+ "taiwan": "奈米科技",
2106
+ "confidence": 0.9,
2107
+ "category": "mainland-term",
2108
+ "reason": "台灣微型技術標準",
2109
+ "match_type": "exact",
2110
+ "autofix_safe": true
2111
+ },
2112
+ "納米技術_nanotechnology": {
2113
+ "taiwan": "奈米科技",
2114
+ "confidence": 0.9,
2115
+ "category": "mainland-term",
2116
+ "reason": "台灣微型技術標準",
2117
+ "match_type": "exact",
2118
+ "autofix_safe": true
2119
+ },
2120
+ "纳米材料": {
2121
+ "taiwan": "奈米材料",
2122
+ "confidence": 0.9,
2123
+ "category": "mainland-term",
2124
+ "reason": "台灣先進材料技術",
2125
+ "match_type": "exact",
2126
+ "autofix_safe": true
2127
+ },
2128
+ "纳米材料_nanomaterial": {
2129
+ "taiwan": "奈米材料",
2130
+ "confidence": 0.9,
2131
+ "category": "mainland-term",
2132
+ "reason": "台灣先進材料技術",
2133
+ "match_type": "exact",
2134
+ "autofix_safe": true
2135
+ },
2136
+ "納米材料": {
2137
+ "taiwan": "奈米材料",
2138
+ "confidence": 0.9,
2139
+ "category": "mainland-term",
2140
+ "reason": "台灣先進材料技術",
2141
+ "match_type": "exact",
2142
+ "autofix_safe": true
2143
+ },
2144
+ "納米材料_nanomaterial": {
2145
+ "taiwan": "奈米材料",
2146
+ "confidence": 0.9,
2147
+ "category": "mainland-term",
2148
+ "reason": "台灣先進材料技術",
2149
+ "match_type": "exact",
2150
+ "autofix_safe": true
2151
+ },
2152
+ "3D打印": {
2153
+ "taiwan": "3D列印",
2154
+ "confidence": 0.9,
2155
+ "category": "mainland-term",
2156
+ "reason": "台灣積層製造技術",
2157
+ "match_type": "exact",
2158
+ "autofix_safe": true
2159
+ },
2160
+ "3D打印_3d_printing": {
2161
+ "taiwan": "3D列印",
2162
+ "confidence": 0.9,
2163
+ "category": "mainland-term",
2164
+ "reason": "台灣積層製造技術",
2165
+ "match_type": "exact",
2166
+ "autofix_safe": true
2167
+ },
2168
+ "增材制造": {
2169
+ "taiwan": "積層製造",
2170
+ "confidence": 0.9,
2171
+ "category": "mainland-term",
2172
+ "reason": "台灣先進製造技術",
2173
+ "match_type": "exact",
2174
+ "autofix_safe": true
2175
+ },
2176
+ "增材制造_additive_manufacturing": {
2177
+ "taiwan": "積層製造",
2178
+ "confidence": 0.9,
2179
+ "category": "mainland-term",
2180
+ "reason": "台灣先進製造技術",
2181
+ "match_type": "exact",
2182
+ "autofix_safe": true
2183
+ },
2184
+ "增材製造": {
2185
+ "taiwan": "積層製造",
2186
+ "confidence": 0.9,
2187
+ "category": "mainland-term",
2188
+ "reason": "台灣先進製造技術",
2189
+ "match_type": "exact",
2190
+ "autofix_safe": true
2191
+ },
2192
+ "增材製造_additive_manufacturing": {
2193
+ "taiwan": "積層製造",
2194
+ "confidence": 0.9,
2195
+ "category": "mainland-term",
2196
+ "reason": "台灣先進製造技術",
2197
+ "match_type": "exact",
2198
+ "autofix_safe": true
2199
+ },
2200
+ "机器人学": {
2201
+ "taiwan": "機器人學",
2202
+ "confidence": 0.85,
2203
+ "category": "mainland-term",
2204
+ "reason": "台灣自動化技術",
2205
+ "match_type": "exact",
2206
+ "autofix_safe": true
2207
+ },
2208
+ "机器人学_robotics": {
2209
+ "taiwan": "機器人學",
2210
+ "confidence": 0.85,
2211
+ "category": "mainland-term",
2212
+ "reason": "台灣自動化技術",
2213
+ "match_type": "exact",
2214
+ "autofix_safe": true
2215
+ },
2216
+ "機器人學": {
2217
+ "taiwan": "機器人學",
2218
+ "confidence": 0.85,
2219
+ "category": "mainland-term",
2220
+ "reason": "台灣自動化技術",
2221
+ "match_type": "exact",
2222
+ "autofix_safe": true
2223
+ },
2224
+ "機器人學_robotics": {
2225
+ "taiwan": "機器人學",
2226
+ "confidence": 0.85,
2227
+ "category": "mainland-term",
2228
+ "reason": "台灣自動化技術",
2229
+ "match_type": "exact",
2230
+ "autofix_safe": true
2231
+ },
2232
+ "机器人": {
2233
+ "taiwan": "機器人",
2234
+ "confidence": 0.85,
2235
+ "category": "mainland-term",
2236
+ "reason": "台灣自動化設備",
2237
+ "match_type": "exact",
2238
+ "autofix_safe": true
2239
+ },
2240
+ "机器人_robot": {
2241
+ "taiwan": "機器人",
2242
+ "confidence": 0.85,
2243
+ "category": "mainland-term",
2244
+ "reason": "台灣自動化設備",
2245
+ "match_type": "exact",
2246
+ "autofix_safe": true
2247
+ },
2248
+ "機器人": {
2249
+ "taiwan": "機器人",
2250
+ "confidence": 0.85,
2251
+ "category": "mainland-term",
2252
+ "reason": "台灣自動化設備",
2253
+ "match_type": "exact",
2254
+ "autofix_safe": true
2255
+ },
2256
+ "機器人_robot": {
2257
+ "taiwan": "機器人",
2258
+ "confidence": 0.85,
2259
+ "category": "mainland-term",
2260
+ "reason": "台灣自動化設備",
2261
+ "match_type": "exact",
2262
+ "autofix_safe": true
2263
+ },
2264
+ "自动驾驶车": {
2265
+ "taiwan": "自動駕駛車",
2266
+ "confidence": 0.9,
2267
+ "category": "mainland-term",
2268
+ "reason": "台灣智慧運輸技術",
2269
+ "match_type": "exact",
2270
+ "autofix_safe": true
2271
+ },
2272
+ "自动驾驶车_autonomous_vehicle": {
2273
+ "taiwan": "自動駕駛車",
2274
+ "confidence": 0.9,
2275
+ "category": "mainland-term",
2276
+ "reason": "台灣智慧運輸技術",
2277
+ "match_type": "exact",
2278
+ "autofix_safe": true
2279
+ },
2280
+ "自動駕駛車": {
2281
+ "taiwan": "自動駕駛車",
2282
+ "confidence": 0.9,
2283
+ "category": "mainland-term",
2284
+ "reason": "台灣智慧運輸技術",
2285
+ "match_type": "exact",
2286
+ "autofix_safe": true
2287
+ },
2288
+ "自動駕駛車_autonomous_vehicle": {
2289
+ "taiwan": "自動駕駛車",
2290
+ "confidence": 0.9,
2291
+ "category": "mainland-term",
2292
+ "reason": "台灣智慧運輸技術",
2293
+ "match_type": "exact",
2294
+ "autofix_safe": true
2295
+ },
2296
+ "自动驾驶": {
2297
+ "taiwan": "自動駕駛",
2298
+ "confidence": 0.9,
2299
+ "category": "mainland-term",
2300
+ "reason": "台灣智慧運輸技術",
2301
+ "match_type": "exact",
2302
+ "autofix_safe": true
2303
+ },
2304
+ "自动驾驶_self_driving": {
2305
+ "taiwan": "自動駕駛",
2306
+ "confidence": 0.9,
2307
+ "category": "mainland-term",
2308
+ "reason": "台灣智慧運輸技術",
2309
+ "match_type": "exact",
2310
+ "autofix_safe": true
2311
+ },
2312
+ "自動駕駛": {
2313
+ "taiwan": "自動駕駛",
2314
+ "confidence": 0.9,
2315
+ "category": "mainland-term",
2316
+ "reason": "台灣智慧運輸技術",
2317
+ "match_type": "exact",
2318
+ "autofix_safe": true
2319
+ },
2320
+ "自動駕駛_self_driving": {
2321
+ "taiwan": "自動駕駛",
2322
+ "confidence": 0.9,
2323
+ "category": "mainland-term",
2324
+ "reason": "台灣智慧運輸技術",
2325
+ "match_type": "exact",
2326
+ "autofix_safe": true
2327
+ },
2328
+ "无人机": {
2329
+ "taiwan": "無人機",
2330
+ "confidence": 0.9,
2331
+ "category": "mainland-term",
2332
+ "reason": "台灣無人載具技術",
2333
+ "match_type": "exact",
2334
+ "autofix_safe": true
2335
+ },
2336
+ "无人机_drone": {
2337
+ "taiwan": "無人機",
2338
+ "confidence": 0.9,
2339
+ "category": "mainland-term",
2340
+ "reason": "台灣無人載具技術",
2341
+ "match_type": "exact",
2342
+ "autofix_safe": true
2343
+ },
2344
+ "無人機": {
2345
+ "taiwan": "無人機",
2346
+ "confidence": 0.9,
2347
+ "category": "mainland-term",
2348
+ "reason": "台灣無人載具技術",
2349
+ "match_type": "exact",
2350
+ "autofix_safe": true
2351
+ },
2352
+ "無人機_drone": {
2353
+ "taiwan": "無人機",
2354
+ "confidence": 0.9,
2355
+ "category": "mainland-term",
2356
+ "reason": "台灣無人載具技術",
2357
+ "match_type": "exact",
2358
+ "autofix_safe": true
2359
+ },
2360
+ "无人飞行器": {
2361
+ "taiwan": "無人飛行載具",
2362
+ "confidence": 0.9,
2363
+ "category": "mainland-term",
2364
+ "reason": "台灣航空科技術語",
2365
+ "match_type": "exact",
2366
+ "autofix_safe": true
2367
+ },
2368
+ "无人飞行器_uav": {
2369
+ "taiwan": "無人飛行載具",
2370
+ "confidence": 0.9,
2371
+ "category": "mainland-term",
2372
+ "reason": "台灣航空科技術語",
2373
+ "match_type": "exact",
2374
+ "autofix_safe": true
2375
+ },
2376
+ "無人飛行器": {
2377
+ "taiwan": "無人飛行載具",
2378
+ "confidence": 0.9,
2379
+ "category": "mainland-term",
2380
+ "reason": "台灣航空科技術語",
2381
+ "match_type": "exact",
2382
+ "autofix_safe": true
2383
+ },
2384
+ "無人飛行器_uav": {
2385
+ "taiwan": "無人飛行載具",
2386
+ "confidence": 0.9,
2387
+ "category": "mainland-term",
2388
+ "reason": "台灣航空科技術語",
2389
+ "match_type": "exact",
2390
+ "autofix_safe": true
2391
+ },
2392
+ "激光雷达": {
2393
+ "taiwan": "光達",
2394
+ "confidence": 0.85,
2395
+ "category": "mainland-term",
2396
+ "reason": "台灣感測技術標準",
2397
+ "match_type": "exact",
2398
+ "autofix_safe": true
2399
+ },
2400
+ "激光雷达_lidar": {
2401
+ "taiwan": "光達",
2402
+ "confidence": 0.85,
2403
+ "category": "mainland-term",
2404
+ "reason": "台灣感測技術標準",
2405
+ "match_type": "exact",
2406
+ "autofix_safe": true
2407
+ },
2408
+ "激光雷達": {
2409
+ "taiwan": "光達",
2410
+ "confidence": 0.85,
2411
+ "category": "mainland-term",
2412
+ "reason": "台灣感測技術標準",
2413
+ "match_type": "exact",
2414
+ "autofix_safe": true
2415
+ },
2416
+ "激光雷達_lidar": {
2417
+ "taiwan": "光達",
2418
+ "confidence": 0.85,
2419
+ "category": "mainland-term",
2420
+ "reason": "台灣感測技術標準",
2421
+ "match_type": "exact",
2422
+ "autofix_safe": true
2423
+ },
2424
+ "雷达": {
2425
+ "taiwan": "雷達",
2426
+ "confidence": 0.8,
2427
+ "category": "mainland-term",
2428
+ "reason": "台灣感測技術標準",
2429
+ "match_type": "exact",
2430
+ "autofix_safe": true
2431
+ },
2432
+ "雷达_radar_tech": {
2433
+ "taiwan": "雷達",
2434
+ "confidence": 0.8,
2435
+ "category": "mainland-term",
2436
+ "reason": "台灣感測技術標準",
2437
+ "match_type": "exact",
2438
+ "autofix_safe": true
2439
+ },
2440
+ "雷達": {
2441
+ "taiwan": "雷達",
2442
+ "confidence": 0.8,
2443
+ "category": "mainland-term",
2444
+ "reason": "台灣感測技術標準",
2445
+ "match_type": "exact",
2446
+ "autofix_safe": true
2447
+ },
2448
+ "雷達_radar_tech": {
2449
+ "taiwan": "雷達",
2450
+ "confidence": 0.8,
2451
+ "category": "mainland-term",
2452
+ "reason": "台灣感測技術標準",
2453
+ "match_type": "exact",
2454
+ "autofix_safe": true
2455
+ },
2456
+ "传感器融合": {
2457
+ "taiwan": "感測器融合",
2458
+ "confidence": 0.9,
2459
+ "category": "mainland-term",
2460
+ "reason": "台灣感測整合技術",
2461
+ "match_type": "exact",
2462
+ "autofix_safe": true
2463
+ },
2464
+ "传感器融合_sensor_fusion": {
2465
+ "taiwan": "感測器融合",
2466
+ "confidence": 0.9,
2467
+ "category": "mainland-term",
2468
+ "reason": "台灣感測整合技術",
2469
+ "match_type": "exact",
2470
+ "autofix_safe": true
2471
+ },
2472
+ "傳感器融合": {
2473
+ "taiwan": "感測器融合",
2474
+ "confidence": 0.9,
2475
+ "category": "mainland-term",
2476
+ "reason": "台灣感測整合技術",
2477
+ "match_type": "exact",
2478
+ "autofix_safe": true
2479
+ },
2480
+ "傳感器融合_sensor_fusion": {
2481
+ "taiwan": "感測器融合",
2482
+ "confidence": 0.9,
2483
+ "category": "mainland-term",
2484
+ "reason": "台灣感測整合技術",
2485
+ "match_type": "exact",
2486
+ "autofix_safe": true
2487
+ },
2488
+ "可再生能源": {
2489
+ "taiwan": "再生能源",
2490
+ "confidence": 0.9,
2491
+ "category": "mainland-term",
2492
+ "reason": "台灣綠能技術標準",
2493
+ "match_type": "exact",
2494
+ "autofix_safe": true
2495
+ },
2496
+ "可再生能源_renewable_energy": {
2497
+ "taiwan": "再生能源",
2498
+ "confidence": 0.9,
2499
+ "category": "mainland-term",
2500
+ "reason": "台灣綠能技術標準",
2501
+ "match_type": "exact",
2502
+ "autofix_safe": true
2503
+ },
2504
+ "太阳能": {
2505
+ "taiwan": "太陽能",
2506
+ "confidence": 0.85,
2507
+ "category": "mainland-term",
2508
+ "reason": "台灣綠能技術類型",
2509
+ "match_type": "exact",
2510
+ "autofix_safe": true
2511
+ },
2512
+ "太阳能_solar_energy": {
2513
+ "taiwan": "太陽能",
2514
+ "confidence": 0.85,
2515
+ "category": "mainland-term",
2516
+ "reason": "台灣綠能技術類型",
2517
+ "match_type": "exact",
2518
+ "autofix_safe": true
2519
+ },
2520
+ "太陽能": {
2521
+ "taiwan": "太陽能",
2522
+ "confidence": 0.85,
2523
+ "category": "mainland-term",
2524
+ "reason": "台灣綠能技術類型",
2525
+ "match_type": "exact",
2526
+ "autofix_safe": true
2527
+ },
2528
+ "太陽能_solar_energy": {
2529
+ "taiwan": "太陽能",
2530
+ "confidence": 0.85,
2531
+ "category": "mainland-term",
2532
+ "reason": "台灣綠能技術類型",
2533
+ "match_type": "exact",
2534
+ "autofix_safe": true
2535
+ },
2536
+ "风能": {
2537
+ "taiwan": "風能",
2538
+ "confidence": 0.85,
2539
+ "category": "mainland-term",
2540
+ "reason": "台灣綠能技術類型",
2541
+ "match_type": "exact",
2542
+ "autofix_safe": true
2543
+ },
2544
+ "风能_wind_energy": {
2545
+ "taiwan": "風能",
2546
+ "confidence": 0.85,
2547
+ "category": "mainland-term",
2548
+ "reason": "台灣綠能技術類型",
2549
+ "match_type": "exact",
2550
+ "autofix_safe": true
2551
+ },
2552
+ "風能": {
2553
+ "taiwan": "風能",
2554
+ "confidence": 0.85,
2555
+ "category": "mainland-term",
2556
+ "reason": "台灣綠能技術類型",
2557
+ "match_type": "exact",
2558
+ "autofix_safe": true
2559
+ },
2560
+ "風能_wind_energy": {
2561
+ "taiwan": "風能",
2562
+ "confidence": 0.85,
2563
+ "category": "mainland-term",
2564
+ "reason": "台灣綠能技術類型",
2565
+ "match_type": "exact",
2566
+ "autofix_safe": true
2567
+ },
2568
+ "电池技术": {
2569
+ "taiwan": "電池技術",
2570
+ "confidence": 0.85,
2571
+ "category": "mainland-term",
2572
+ "reason": "台灣能源儲存技術",
2573
+ "match_type": "exact",
2574
+ "autofix_safe": true
2575
+ },
2576
+ "电池技术_battery_tech": {
2577
+ "taiwan": "電池技術",
2578
+ "confidence": 0.85,
2579
+ "category": "mainland-term",
2580
+ "reason": "台灣能源儲存技術",
2581
+ "match_type": "exact",
2582
+ "autofix_safe": true
2583
+ },
2584
+ "電池技術": {
2585
+ "taiwan": "電池技術",
2586
+ "confidence": 0.85,
2587
+ "category": "mainland-term",
2588
+ "reason": "台灣能源儲存技術",
2589
+ "match_type": "exact",
2590
+ "autofix_safe": true
2591
+ },
2592
+ "電池技術_battery_tech": {
2593
+ "taiwan": "電池技術",
2594
+ "confidence": 0.85,
2595
+ "category": "mainland-term",
2596
+ "reason": "台灣能源儲存技術",
2597
+ "match_type": "exact",
2598
+ "autofix_safe": true
2599
+ },
2600
+ "燃料电池": {
2601
+ "taiwan": "燃料電池",
2602
+ "confidence": 0.85,
2603
+ "category": "mainland-term",
2604
+ "reason": "台灣清潔能源技術",
2605
+ "match_type": "exact",
2606
+ "autofix_safe": true
2607
+ },
2608
+ "燃料电池_fuel_cell": {
2609
+ "taiwan": "燃料電池",
2610
+ "confidence": 0.85,
2611
+ "category": "mainland-term",
2612
+ "reason": "台灣清潔能源技術",
2613
+ "match_type": "exact",
2614
+ "autofix_safe": true
2615
+ },
2616
+ "燃料電池": {
2617
+ "taiwan": "燃料電池",
2618
+ "confidence": 0.85,
2619
+ "category": "mainland-term",
2620
+ "reason": "台灣清潔能源技術",
2621
+ "match_type": "exact",
2622
+ "autofix_safe": true
2623
+ },
2624
+ "燃料電池_fuel_cell": {
2625
+ "taiwan": "燃料電池",
2626
+ "confidence": 0.85,
2627
+ "category": "mainland-term",
2628
+ "reason": "台灣清潔能源技術",
2629
+ "match_type": "exact",
2630
+ "autofix_safe": true
2631
+ },
2632
+ "智能电网": {
2633
+ "taiwan": "智慧電網",
2634
+ "confidence": 0.9,
2635
+ "category": "mainland-term",
2636
+ "reason": "台灣電力系統技術",
2637
+ "match_type": "exact",
2638
+ "autofix_safe": true
2639
+ },
2640
+ "智能电网_smart_grid": {
2641
+ "taiwan": "智慧電網",
2642
+ "confidence": 0.9,
2643
+ "category": "mainland-term",
2644
+ "reason": "台灣電力系統技術",
2645
+ "match_type": "exact",
2646
+ "autofix_safe": true
2647
+ },
2648
+ "智能電網": {
2649
+ "taiwan": "智慧電網",
2650
+ "confidence": 0.9,
2651
+ "category": "mainland-term",
2652
+ "reason": "台灣電力系統技術",
2653
+ "match_type": "exact",
2654
+ "autofix_safe": true
2655
+ },
2656
+ "智能電網_smart_grid": {
2657
+ "taiwan": "智慧電網",
2658
+ "confidence": 0.9,
2659
+ "category": "mainland-term",
2660
+ "reason": "台灣電力系統技術",
2661
+ "match_type": "exact",
2662
+ "autofix_safe": true
2663
+ },
2664
+ "能源存储": {
2665
+ "taiwan": "能源儲存",
2666
+ "confidence": 0.9,
2667
+ "category": "mainland-term",
2668
+ "reason": "台灣能源管理技術",
2669
+ "match_type": "exact",
2670
+ "autofix_safe": true
2671
+ },
2672
+ "能源存储_energy_storage": {
2673
+ "taiwan": "能源儲存",
2674
+ "confidence": 0.9,
2675
+ "category": "mainland-term",
2676
+ "reason": "台灣能源管理技術",
2677
+ "match_type": "exact",
2678
+ "autofix_safe": true
2679
+ },
2680
+ "能源存儲": {
2681
+ "taiwan": "能源儲存",
2682
+ "confidence": 0.9,
2683
+ "category": "mainland-term",
2684
+ "reason": "台灣能源管理技術",
2685
+ "match_type": "exact",
2686
+ "autofix_safe": true
2687
+ },
2688
+ "能源存儲_energy_storage": {
2689
+ "taiwan": "能源儲存",
2690
+ "confidence": 0.9,
2691
+ "category": "mainland-term",
2692
+ "reason": "台灣能源管理技術",
2693
+ "match_type": "exact",
2694
+ "autofix_safe": true
2695
+ },
2696
+ "碳足迹": {
2697
+ "taiwan": "碳足跡",
2698
+ "confidence": 0.9,
2699
+ "category": "mainland-term",
2700
+ "reason": "台灣環保指標術語",
2701
+ "match_type": "exact",
2702
+ "autofix_safe": true
2703
+ },
2704
+ "碳足迹_carbon_footprint": {
2705
+ "taiwan": "碳足跡",
2706
+ "confidence": 0.9,
2707
+ "category": "mainland-term",
2708
+ "reason": "台灣環保指標術語",
2709
+ "match_type": "exact",
2710
+ "autofix_safe": true
2711
+ },
2712
+ "碳足跡": {
2713
+ "taiwan": "碳足跡",
2714
+ "confidence": 0.9,
2715
+ "category": "mainland-term",
2716
+ "reason": "台灣環保指標術語",
2717
+ "match_type": "exact",
2718
+ "autofix_safe": true
2719
+ },
2720
+ "碳足跡_carbon_footprint": {
2721
+ "taiwan": "碳足跡",
2722
+ "confidence": 0.9,
2723
+ "category": "mainland-term",
2724
+ "reason": "台灣環保指標術語",
2725
+ "match_type": "exact",
2726
+ "autofix_safe": true
2727
+ },
2728
+ "碳中和": {
2729
+ "taiwan": "碳中和",
2730
+ "confidence": 0.85,
2731
+ "category": "mainland-term",
2732
+ "reason": "台灣環保目標術語",
2733
+ "match_type": "exact",
2734
+ "autofix_safe": true
2735
+ },
2736
+ "碳中和_carbon_neutral": {
2737
+ "taiwan": "碳中和",
2738
+ "confidence": 0.85,
2739
+ "category": "mainland-term",
2740
+ "reason": "台灣環保目標術語",
2741
+ "match_type": "exact",
2742
+ "autofix_safe": true
2743
+ },
2744
+ "净零": {
2745
+ "taiwan": "淨零",
2746
+ "confidence": 0.85,
2747
+ "category": "mainland-term",
2748
+ "reason": "台灣環保目標術語",
2749
+ "match_type": "exact",
2750
+ "autofix_safe": true
2751
+ },
2752
+ "净零_net_zero": {
2753
+ "taiwan": "淨零",
2754
+ "confidence": 0.85,
2755
+ "category": "mainland-term",
2756
+ "reason": "台灣環保目標術語",
2757
+ "match_type": "exact",
2758
+ "autofix_safe": true
2759
+ },
2760
+ "淨零": {
2761
+ "taiwan": "淨零",
2762
+ "confidence": 0.85,
2763
+ "category": "mainland-term",
2764
+ "reason": "台灣環保目標術語",
2765
+ "match_type": "exact",
2766
+ "autofix_safe": true
2767
+ },
2768
+ "淨零_net_zero": {
2769
+ "taiwan": "淨零",
2770
+ "confidence": 0.85,
2771
+ "category": "mainland-term",
2772
+ "reason": "台灣環保目標術語",
2773
+ "match_type": "exact",
2774
+ "autofix_safe": true
2775
+ },
2776
+ "可持续发展": {
2777
+ "taiwan": "永續發展",
2778
+ "confidence": 0.85,
2779
+ "category": "mainland-term",
2780
+ "reason": "台灣永續目標標準",
2781
+ "match_type": "exact",
2782
+ "autofix_safe": true
2783
+ },
2784
+ "可持续发展_sustainable_development": {
2785
+ "taiwan": "永續發展",
2786
+ "confidence": 0.85,
2787
+ "category": "mainland-term",
2788
+ "reason": "台灣永續目標標準",
2789
+ "match_type": "exact",
2790
+ "autofix_safe": true
2791
+ },
2792
+ "可持續發展": {
2793
+ "taiwan": "永續發展",
2794
+ "confidence": 0.85,
2795
+ "category": "mainland-term",
2796
+ "reason": "台灣永續目標標準",
2797
+ "match_type": "exact",
2798
+ "autofix_safe": true
2799
+ },
2800
+ "可持續發展_sustainable_development": {
2801
+ "taiwan": "永續發展",
2802
+ "confidence": 0.85,
2803
+ "category": "mainland-term",
2804
+ "reason": "台灣永續目標標準",
2805
+ "match_type": "exact",
2806
+ "autofix_safe": true
2807
+ },
2808
+ "循环经济": {
2809
+ "taiwan": "循環經濟",
2810
+ "confidence": 0.9,
2811
+ "category": "mainland-term",
2812
+ "reason": "台灣永續經濟模式",
2813
+ "match_type": "exact",
2814
+ "autofix_safe": true
2815
+ },
2816
+ "循环经济_circular_economy": {
2817
+ "taiwan": "循環經濟",
2818
+ "confidence": 0.9,
2819
+ "category": "mainland-term",
2820
+ "reason": "台灣永續經濟模式",
2821
+ "match_type": "exact",
2822
+ "autofix_safe": true
2823
+ },
2824
+ "循環經濟": {
2825
+ "taiwan": "循環經濟",
2826
+ "confidence": 0.9,
2827
+ "category": "mainland-term",
2828
+ "reason": "台灣永續經濟模式",
2829
+ "match_type": "exact",
2830
+ "autofix_safe": true
2831
+ },
2832
+ "循環經濟_circular_economy": {
2833
+ "taiwan": "循環經濟",
2834
+ "confidence": 0.9,
2835
+ "category": "mainland-term",
2836
+ "reason": "台灣永續經濟模式",
2837
+ "match_type": "exact",
2838
+ "autofix_safe": true
2839
+ },
2840
+ "绿色科技": {
2841
+ "taiwan": "綠色科技",
2842
+ "confidence": 0.85,
2843
+ "category": "mainland-term",
2844
+ "reason": "台灣環保技術總稱",
2845
+ "match_type": "exact",
2846
+ "autofix_safe": true
2847
+ },
2848
+ "绿色科技_green_technology": {
2849
+ "taiwan": "綠色科技",
2850
+ "confidence": 0.85,
2851
+ "category": "mainland-term",
2852
+ "reason": "台灣環保技術總稱",
2853
+ "match_type": "exact",
2854
+ "autofix_safe": true
2855
+ },
2856
+ "綠色科技": {
2857
+ "taiwan": "綠色科技",
2858
+ "confidence": 0.85,
2859
+ "category": "mainland-term",
2860
+ "reason": "台灣環保技術總稱",
2861
+ "match_type": "exact",
2862
+ "autofix_safe": true
2863
+ },
2864
+ "綠色科技_green_technology": {
2865
+ "taiwan": "綠色科技",
2866
+ "confidence": 0.85,
2867
+ "category": "mainland-term",
2868
+ "reason": "台灣環保技術總稱",
2869
+ "match_type": "exact",
2870
+ "autofix_safe": true
2871
+ },
2872
+ "清洁技术": {
2873
+ "taiwan": "潔淨科技",
2874
+ "confidence": 0.9,
2875
+ "category": "mainland-term",
2876
+ "reason": "台灣環保技術標準",
2877
+ "match_type": "exact",
2878
+ "autofix_safe": true
2879
+ },
2880
+ "清洁技术_clean_tech": {
2881
+ "taiwan": "潔淨科技",
2882
+ "confidence": 0.9,
2883
+ "category": "mainland-term",
2884
+ "reason": "台灣環保技術標準",
2885
+ "match_type": "exact",
2886
+ "autofix_safe": true
2887
+ },
2888
+ "清潔技術": {
2889
+ "taiwan": "潔淨科技",
2890
+ "confidence": 0.9,
2891
+ "category": "mainland-term",
2892
+ "reason": "台灣環保技術標準",
2893
+ "match_type": "exact",
2894
+ "autofix_safe": true
2895
+ },
2896
+ "清潔技術_clean_tech": {
2897
+ "taiwan": "潔淨科技",
2898
+ "confidence": 0.9,
2899
+ "category": "mainland-term",
2900
+ "reason": "台灣環保技術標準",
2901
+ "match_type": "exact",
2902
+ "autofix_safe": true
2903
+ },
2904
+ "智慧城市": {
2905
+ "taiwan": "智慧城市",
2906
+ "confidence": 0.85,
2907
+ "category": "mainland-term",
2908
+ "reason": "台灣都市發展概念",
2909
+ "match_type": "exact",
2910
+ "autofix_safe": true
2911
+ },
2912
+ "智慧城市_smart_city": {
2913
+ "taiwan": "智慧城市",
2914
+ "confidence": 0.85,
2915
+ "category": "mainland-term",
2916
+ "reason": "台灣都市發展概念",
2917
+ "match_type": "exact",
2918
+ "autofix_safe": true
2919
+ },
2920
+ "数字孪生": {
2921
+ "taiwan": "數位雙胞胎",
2922
+ "confidence": 0.9,
2923
+ "category": "mainland-term",
2924
+ "reason": "台灣虛實整合技術",
2925
+ "match_type": "exact",
2926
+ "autofix_safe": true
2927
+ },
2928
+ "数字孪生_digital_twin": {
2929
+ "taiwan": "數位雙胞胎",
2930
+ "confidence": 0.9,
2931
+ "category": "mainland-term",
2932
+ "reason": "台灣虛實整合技術",
2933
+ "match_type": "exact",
2934
+ "autofix_safe": true
2935
+ },
2936
+ "數字孿生": {
2937
+ "taiwan": "數位雙胞胎",
2938
+ "confidence": 0.9,
2939
+ "category": "mainland-term",
2940
+ "reason": "台灣虛實整合技術",
2941
+ "match_type": "exact",
2942
+ "autofix_safe": true
2943
+ },
2944
+ "數字孿生_digital_twin": {
2945
+ "taiwan": "數位雙胞胎",
2946
+ "confidence": 0.9,
2947
+ "category": "mainland-term",
2948
+ "reason": "台灣虛實整合技術",
2949
+ "match_type": "exact",
2950
+ "autofix_safe": true
2951
+ },
2952
+ "工业4.0": {
2953
+ "taiwan": "工業4.0",
2954
+ "confidence": 0.85,
2955
+ "category": "mainland-term",
2956
+ "reason": "台灣製造業革新",
2957
+ "match_type": "exact",
2958
+ "autofix_safe": true
2959
+ },
2960
+ "工业4.0_industry_4": {
2961
+ "taiwan": "工業4.0",
2962
+ "confidence": 0.85,
2963
+ "category": "mainland-term",
2964
+ "reason": "台灣製造業革新",
2965
+ "match_type": "exact",
2966
+ "autofix_safe": true
2967
+ },
2968
+ "工業4.0": {
2969
+ "taiwan": "工業4.0",
2970
+ "confidence": 0.85,
2971
+ "category": "mainland-term",
2972
+ "reason": "台灣製造業革新",
2973
+ "match_type": "exact",
2974
+ "autofix_safe": true
2975
+ },
2976
+ "工業4.0_industry_4": {
2977
+ "taiwan": "工業4.0",
2978
+ "confidence": 0.85,
2979
+ "category": "mainland-term",
2980
+ "reason": "台灣製造業革新",
2981
+ "match_type": "exact",
2982
+ "autofix_safe": true
2983
+ },
2984
+ "信息物理系统": {
2985
+ "taiwan": "虛實整合系統",
2986
+ "confidence": 0.9,
2987
+ "category": "mainland-term",
2988
+ "reason": "台灣工業自動化",
2989
+ "match_type": "exact",
2990
+ "autofix_safe": true
2991
+ },
2992
+ "信息物理系统_cyber_physical_system": {
2993
+ "taiwan": "虛實整合系統",
2994
+ "confidence": 0.9,
2995
+ "category": "mainland-term",
2996
+ "reason": "台灣工業自動化",
2997
+ "match_type": "exact",
2998
+ "autofix_safe": true
2999
+ },
3000
+ "信息物理系統": {
3001
+ "taiwan": "虛實整合系統",
3002
+ "confidence": 0.9,
3003
+ "category": "mainland-term",
3004
+ "reason": "台灣工業自動化",
3005
+ "match_type": "exact",
3006
+ "autofix_safe": true
3007
+ },
3008
+ "信息物理系統_cyber_physical_system": {
3009
+ "taiwan": "虛實整合系統",
3010
+ "confidence": 0.9,
3011
+ "category": "mainland-term",
3012
+ "reason": "台灣工業自動化",
3013
+ "match_type": "exact",
3014
+ "autofix_safe": true
3015
+ },
3016
+ "数字化转型": {
3017
+ "taiwan": "數位轉型",
3018
+ "confidence": 0.9,
3019
+ "category": "mainland-term",
3020
+ "reason": "台灣企業革新術語",
3021
+ "match_type": "exact",
3022
+ "autofix_safe": true
3023
+ },
3024
+ "数字化转型_digital_transformation": {
3025
+ "taiwan": "數位轉型",
3026
+ "confidence": 0.9,
3027
+ "category": "mainland-term",
3028
+ "reason": "台灣企業革新術語",
3029
+ "match_type": "exact",
3030
+ "autofix_safe": true
3031
+ },
3032
+ "數字化轉型": {
3033
+ "taiwan": "數位轉型",
3034
+ "confidence": 0.9,
3035
+ "category": "mainland-term",
3036
+ "reason": "台灣企業革新術語",
3037
+ "match_type": "exact",
3038
+ "autofix_safe": true
3039
+ },
3040
+ "數字化轉型_digital_transformation": {
3041
+ "taiwan": "數位轉型",
3042
+ "confidence": 0.9,
3043
+ "category": "mainland-term",
3044
+ "reason": "台灣企業革新術語",
3045
+ "match_type": "exact",
3046
+ "autofix_safe": true
3047
+ },
3048
+ "大数据": {
3049
+ "taiwan": "巨量資料",
3050
+ "confidence": 0.9,
3051
+ "category": "mainland-term",
3052
+ "reason": "台灣資料技術術語",
3053
+ "match_type": "exact",
3054
+ "autofix_safe": true
3055
+ },
3056
+ "大数据_big_data": {
3057
+ "taiwan": "巨量資料",
3058
+ "confidence": 0.9,
3059
+ "category": "mainland-term",
3060
+ "reason": "台灣資料技術術語",
3061
+ "match_type": "exact",
3062
+ "autofix_safe": true
3063
+ },
3064
+ "大數據": {
3065
+ "taiwan": "巨量資料",
3066
+ "confidence": 0.9,
3067
+ "category": "mainland-term",
3068
+ "reason": "台灣資料技術術語",
3069
+ "match_type": "exact",
3070
+ "autofix_safe": true
3071
+ },
3072
+ "大數據_big_data": {
3073
+ "taiwan": "巨量資料",
3074
+ "confidence": 0.9,
3075
+ "category": "mainland-term",
3076
+ "reason": "台灣資料技術術語",
3077
+ "match_type": "exact",
3078
+ "autofix_safe": true
3079
+ },
3080
+ "数据分析": {
3081
+ "taiwan": "資料分析",
3082
+ "confidence": 0.9,
3083
+ "category": "mainland-term",
3084
+ "reason": "台灣資料處理術語",
3085
+ "match_type": "exact",
3086
+ "autofix_safe": true
3087
+ },
3088
+ "数据分析_data_analytics": {
3089
+ "taiwan": "資料分析",
3090
+ "confidence": 0.9,
3091
+ "category": "mainland-term",
3092
+ "reason": "台灣資料處理術語",
3093
+ "match_type": "exact",
3094
+ "autofix_safe": true
3095
+ },
3096
+ "數據分析": {
3097
+ "taiwan": "資料分析",
3098
+ "confidence": 0.9,
3099
+ "category": "mainland-term",
3100
+ "reason": "台灣資料處理術語",
3101
+ "match_type": "exact",
3102
+ "autofix_safe": true
3103
+ },
3104
+ "數據分析_data_analytics": {
3105
+ "taiwan": "資料分析",
3106
+ "confidence": 0.9,
3107
+ "category": "mainland-term",
3108
+ "reason": "台灣資料處理術語",
3109
+ "match_type": "exact",
3110
+ "autofix_safe": true
3111
+ },
3112
+ "数据科学": {
3113
+ "taiwan": "資料科學",
3114
+ "confidence": 0.9,
3115
+ "category": "mainland-term",
3116
+ "reason": "台灣跨領域學科",
3117
+ "match_type": "exact",
3118
+ "autofix_safe": true
3119
+ },
3120
+ "数据科学_data_science": {
3121
+ "taiwan": "資料科學",
3122
+ "confidence": 0.9,
3123
+ "category": "mainland-term",
3124
+ "reason": "台灣跨領域學科",
3125
+ "match_type": "exact",
3126
+ "autofix_safe": true
3127
+ },
3128
+ "數據科學": {
3129
+ "taiwan": "資料科學",
3130
+ "confidence": 0.9,
3131
+ "category": "mainland-term",
3132
+ "reason": "台灣跨領域學科",
3133
+ "match_type": "exact",
3134
+ "autofix_safe": true
3135
+ },
3136
+ "數據科學_data_science": {
3137
+ "taiwan": "資料科學",
3138
+ "confidence": 0.9,
3139
+ "category": "mainland-term",
3140
+ "reason": "台灣跨領域學科",
3141
+ "match_type": "exact",
3142
+ "autofix_safe": true
3143
+ },
3144
+ "数据挖掘": {
3145
+ "taiwan": "資料探勘",
3146
+ "confidence": 0.9,
3147
+ "category": "mainland-term",
3148
+ "reason": "台灣資料處理技術",
3149
+ "match_type": "exact",
3150
+ "autofix_safe": true
3151
+ },
3152
+ "数据挖掘_data_mining": {
3153
+ "taiwan": "資料探勘",
3154
+ "confidence": 0.9,
3155
+ "category": "mainland-term",
3156
+ "reason": "台灣資料處理技術",
3157
+ "match_type": "exact",
3158
+ "autofix_safe": true
3159
+ },
3160
+ "數據挖掘": {
3161
+ "taiwan": "資料探勘",
3162
+ "confidence": 0.9,
3163
+ "category": "mainland-term",
3164
+ "reason": "台灣資料處理技術",
3165
+ "match_type": "exact",
3166
+ "autofix_safe": true
3167
+ },
3168
+ "數據挖掘_data_mining": {
3169
+ "taiwan": "資料探勘",
3170
+ "confidence": 0.9,
3171
+ "category": "mainland-term",
3172
+ "reason": "台灣資料處理技術",
3173
+ "match_type": "exact",
3174
+ "autofix_safe": true
3175
+ },
3176
+ "预测分析": {
3177
+ "taiwan": "預測分析",
3178
+ "confidence": 0.9,
3179
+ "category": "mainland-term",
3180
+ "reason": "台灣資料應用技術",
3181
+ "match_type": "exact",
3182
+ "autofix_safe": true
3183
+ },
3184
+ "预测分析_predictive_analytics": {
3185
+ "taiwan": "預測分析",
3186
+ "confidence": 0.9,
3187
+ "category": "mainland-term",
3188
+ "reason": "台灣資料應用技術",
3189
+ "match_type": "exact",
3190
+ "autofix_safe": true
3191
+ },
3192
+ "預測分析": {
3193
+ "taiwan": "預測分析",
3194
+ "confidence": 0.9,
3195
+ "category": "mainland-term",
3196
+ "reason": "台灣資料應用技術",
3197
+ "match_type": "exact",
3198
+ "autofix_safe": true
3199
+ },
3200
+ "預測分析_predictive_analytics": {
3201
+ "taiwan": "預測分析",
3202
+ "confidence": 0.9,
3203
+ "category": "mainland-term",
3204
+ "reason": "台灣資料應用技術",
3205
+ "match_type": "exact",
3206
+ "autofix_safe": true
3207
+ }
3208
+ }
3209
+ }