@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,3809 @@
1
+ {
2
+ "metadata": {
3
+ "name": "software-development",
4
+ "version": "1.0.0",
5
+ "entries": 139
6
+ },
7
+ "lookup": {
8
+ "算法": {
9
+ "taiwan": "演算法",
10
+ "confidence": 0.95,
11
+ "category": "mainland-term",
12
+ "reason": "台灣學術標準用語",
13
+ "match_type": "exact",
14
+ "autofix_safe": true
15
+ },
16
+ "算法_algorithm": {
17
+ "taiwan": "演算法",
18
+ "confidence": 0.95,
19
+ "category": "mainland-term",
20
+ "reason": "台灣學術標準用語",
21
+ "match_type": "exact",
22
+ "autofix_safe": true
23
+ },
24
+ "应用程序": {
25
+ "taiwan": "應用程式",
26
+ "confidence": 0.9,
27
+ "category": "mainland-term",
28
+ "reason": "台灣軟體開發標準",
29
+ "match_type": "exact",
30
+ "autofix_safe": true
31
+ },
32
+ "应用程序_application": {
33
+ "taiwan": "應用程式",
34
+ "confidence": 0.9,
35
+ "category": "mainland-term",
36
+ "reason": "台灣軟體開發標準",
37
+ "match_type": "exact",
38
+ "autofix_safe": true
39
+ },
40
+ "應用程序": {
41
+ "taiwan": "應用程式",
42
+ "confidence": 0.9,
43
+ "category": "mainland-term",
44
+ "reason": "台灣軟體開發標準",
45
+ "match_type": "exact",
46
+ "autofix_safe": true
47
+ },
48
+ "應用程序_application": {
49
+ "taiwan": "應用程式",
50
+ "confidence": 0.9,
51
+ "category": "mainland-term",
52
+ "reason": "台灣軟體開發標準",
53
+ "match_type": "exact",
54
+ "autofix_safe": true
55
+ },
56
+ "数组": {
57
+ "taiwan": "陣列",
58
+ "confidence": 0.95,
59
+ "category": "mainland-term",
60
+ "reason": "台灣程式設計標準",
61
+ "match_type": "exact",
62
+ "autofix_safe": true
63
+ },
64
+ "数组_array": {
65
+ "taiwan": "陣列",
66
+ "confidence": 0.95,
67
+ "category": "mainland-term",
68
+ "reason": "台灣程式設計標準",
69
+ "match_type": "exact",
70
+ "autofix_safe": true
71
+ },
72
+ "數組": {
73
+ "taiwan": "陣列",
74
+ "confidence": 0.95,
75
+ "category": "mainland-term",
76
+ "reason": "台灣程式設計標準",
77
+ "match_type": "exact",
78
+ "autofix_safe": true
79
+ },
80
+ "數組_array": {
81
+ "taiwan": "陣列",
82
+ "confidence": 0.95,
83
+ "category": "mainland-term",
84
+ "reason": "台灣程式設計標準",
85
+ "match_type": "exact",
86
+ "autofix_safe": true
87
+ },
88
+ "异步": {
89
+ "taiwan": "非同步",
90
+ "confidence": 0.9,
91
+ "category": "mainland-term",
92
+ "reason": "台灣程式開發標準",
93
+ "match_type": "exact",
94
+ "autofix_safe": true
95
+ },
96
+ "异步_async": {
97
+ "taiwan": "非同步",
98
+ "confidence": 0.9,
99
+ "category": "mainland-term",
100
+ "reason": "台灣程式開發標準",
101
+ "match_type": "exact",
102
+ "autofix_safe": true
103
+ },
104
+ "異步": {
105
+ "taiwan": "非同步",
106
+ "confidence": 0.9,
107
+ "category": "mainland-term",
108
+ "reason": "台灣程式開發標準",
109
+ "match_type": "exact",
110
+ "autofix_safe": true
111
+ },
112
+ "異步_async": {
113
+ "taiwan": "非同步",
114
+ "confidence": 0.9,
115
+ "category": "mainland-term",
116
+ "reason": "台灣程式開發標準",
117
+ "match_type": "exact",
118
+ "autofix_safe": true
119
+ },
120
+ "属性": {
121
+ "taiwan": "屬性",
122
+ "confidence": 0.8,
123
+ "category": "mainland-term",
124
+ "reason": "台灣物件導向標準",
125
+ "match_type": "exact",
126
+ "autofix_safe": true
127
+ },
128
+ "属性_attribute": {
129
+ "taiwan": "屬性",
130
+ "confidence": 0.8,
131
+ "category": "mainland-term",
132
+ "reason": "台灣物件導向標準",
133
+ "match_type": "exact",
134
+ "autofix_safe": true
135
+ },
136
+ "屬性": {
137
+ "taiwan": "屬性",
138
+ "confidence": 0.8,
139
+ "category": "mainland-term",
140
+ "reason": "台灣物件導向標準",
141
+ "match_type": "exact",
142
+ "autofix_safe": true
143
+ },
144
+ "屬性_attribute": {
145
+ "taiwan": "屬性",
146
+ "confidence": 0.8,
147
+ "category": "mainland-term",
148
+ "reason": "台灣物件導向標準",
149
+ "match_type": "exact",
150
+ "autofix_safe": true
151
+ },
152
+ "认证": {
153
+ "taiwan": "驗證",
154
+ "confidence": 0.9,
155
+ "category": "mainland-term",
156
+ "reason": "台灣資安標準用語",
157
+ "match_type": "exact",
158
+ "autofix_safe": true
159
+ },
160
+ "认证_auth": {
161
+ "taiwan": "驗證",
162
+ "confidence": 0.9,
163
+ "category": "mainland-term",
164
+ "reason": "台灣資安標準用語",
165
+ "match_type": "exact",
166
+ "autofix_safe": true
167
+ },
168
+ "認證": {
169
+ "taiwan": "驗證",
170
+ "confidence": 0.9,
171
+ "category": "mainland-term",
172
+ "reason": "台灣資安標準用語",
173
+ "match_type": "exact",
174
+ "autofix_safe": true
175
+ },
176
+ "認證_auth": {
177
+ "taiwan": "驗證",
178
+ "confidence": 0.9,
179
+ "category": "mainland-term",
180
+ "reason": "台灣資安標準用語",
181
+ "match_type": "exact",
182
+ "autofix_safe": true
183
+ },
184
+ "授权": {
185
+ "taiwan": "授權",
186
+ "confidence": 0.85,
187
+ "category": "mainland-term",
188
+ "reason": "台灣權限管理標準",
189
+ "match_type": "exact",
190
+ "autofix_safe": true
191
+ },
192
+ "授权_authorization": {
193
+ "taiwan": "授權",
194
+ "confidence": 0.85,
195
+ "category": "mainland-term",
196
+ "reason": "台灣權限管理標準",
197
+ "match_type": "exact",
198
+ "autofix_safe": true
199
+ },
200
+ "授權": {
201
+ "taiwan": "授權",
202
+ "confidence": 0.85,
203
+ "category": "mainland-term",
204
+ "reason": "台灣權限管理標準",
205
+ "match_type": "exact",
206
+ "autofix_safe": true
207
+ },
208
+ "授權_authorization": {
209
+ "taiwan": "授權",
210
+ "confidence": 0.85,
211
+ "category": "mainland-term",
212
+ "reason": "台灣權限管理標準",
213
+ "match_type": "exact",
214
+ "autofix_safe": true
215
+ },
216
+ "二进制": {
217
+ "taiwan": "二元",
218
+ "confidence": 0.9,
219
+ "category": "mainland-term",
220
+ "reason": "台灣計算機科學標準",
221
+ "match_type": "exact",
222
+ "autofix_safe": true
223
+ },
224
+ "二进制_binary": {
225
+ "taiwan": "二元",
226
+ "confidence": 0.9,
227
+ "category": "mainland-term",
228
+ "reason": "台灣計算機科學標準",
229
+ "match_type": "exact",
230
+ "autofix_safe": true
231
+ },
232
+ "二進制": {
233
+ "taiwan": "二元",
234
+ "confidence": 0.9,
235
+ "category": "mainland-term",
236
+ "reason": "台灣計算機科學標準",
237
+ "match_type": "exact",
238
+ "autofix_safe": true
239
+ },
240
+ "二進制_binary": {
241
+ "taiwan": "二元",
242
+ "confidence": 0.9,
243
+ "category": "mainland-term",
244
+ "reason": "台灣計算機科學標準",
245
+ "match_type": "exact",
246
+ "autofix_safe": true
247
+ },
248
+ "布尔": {
249
+ "taiwan": "布林",
250
+ "confidence": 0.95,
251
+ "category": "mainland-term",
252
+ "reason": "台灣程式語言標準",
253
+ "match_type": "exact",
254
+ "autofix_safe": true
255
+ },
256
+ "布尔_boolean": {
257
+ "taiwan": "布林",
258
+ "confidence": 0.95,
259
+ "category": "mainland-term",
260
+ "reason": "台灣程式語言標準",
261
+ "match_type": "exact",
262
+ "autofix_safe": true
263
+ },
264
+ "布爾": {
265
+ "taiwan": "布林",
266
+ "confidence": 0.95,
267
+ "category": "mainland-term",
268
+ "reason": "台灣程式語言標準",
269
+ "match_type": "exact",
270
+ "autofix_safe": true
271
+ },
272
+ "布爾_boolean": {
273
+ "taiwan": "布林",
274
+ "confidence": 0.95,
275
+ "category": "mainland-term",
276
+ "reason": "台灣程式語言標準",
277
+ "match_type": "exact",
278
+ "autofix_safe": true
279
+ },
280
+ "构建": {
281
+ "taiwan": "建構",
282
+ "confidence": 0.85,
283
+ "category": "mainland-term",
284
+ "reason": "台灣軟體開發標準",
285
+ "match_type": "exact",
286
+ "autofix_safe": true
287
+ },
288
+ "构建_build": {
289
+ "taiwan": "建構",
290
+ "confidence": 0.85,
291
+ "category": "mainland-term",
292
+ "reason": "台灣軟體開發標準",
293
+ "match_type": "exact",
294
+ "autofix_safe": true
295
+ },
296
+ "構建": {
297
+ "taiwan": "建構",
298
+ "confidence": 0.85,
299
+ "category": "mainland-term",
300
+ "reason": "台灣軟體開發標準",
301
+ "match_type": "exact",
302
+ "autofix_safe": true
303
+ },
304
+ "構建_build": {
305
+ "taiwan": "建構",
306
+ "confidence": 0.85,
307
+ "category": "mainland-term",
308
+ "reason": "台灣軟體開發標準",
309
+ "match_type": "exact",
310
+ "autofix_safe": true
311
+ },
312
+ "字节": {
313
+ "taiwan": "位元組",
314
+ "confidence": 0.95,
315
+ "category": "mainland-term",
316
+ "reason": "台灣計算機硬體標準",
317
+ "match_type": "exact",
318
+ "autofix_safe": true
319
+ },
320
+ "字节_byte": {
321
+ "taiwan": "位元組",
322
+ "confidence": 0.95,
323
+ "category": "mainland-term",
324
+ "reason": "台灣計算機硬體標準",
325
+ "match_type": "exact",
326
+ "autofix_safe": true
327
+ },
328
+ "字節": {
329
+ "taiwan": "位元組",
330
+ "confidence": 0.95,
331
+ "category": "mainland-term",
332
+ "reason": "台灣計算機硬體標準",
333
+ "match_type": "exact",
334
+ "autofix_safe": true
335
+ },
336
+ "字節_byte": {
337
+ "taiwan": "位元組",
338
+ "confidence": 0.95,
339
+ "category": "mainland-term",
340
+ "reason": "台灣計算機硬體標準",
341
+ "match_type": "exact",
342
+ "autofix_safe": true
343
+ },
344
+ "缓存": {
345
+ "taiwan": "快取",
346
+ "confidence": 0.9,
347
+ "category": "mainland-term",
348
+ "reason": "台灣系統效能標準",
349
+ "match_type": "exact",
350
+ "autofix_safe": true
351
+ },
352
+ "缓存_cache": {
353
+ "taiwan": "快取",
354
+ "confidence": 0.9,
355
+ "category": "mainland-term",
356
+ "reason": "台灣系統效能標準",
357
+ "match_type": "exact",
358
+ "autofix_safe": true
359
+ },
360
+ "緩存": {
361
+ "taiwan": "快取",
362
+ "confidence": 0.9,
363
+ "category": "mainland-term",
364
+ "reason": "台灣系統效能標準",
365
+ "match_type": "exact",
366
+ "autofix_safe": true
367
+ },
368
+ "緩存_cache": {
369
+ "taiwan": "快取",
370
+ "confidence": 0.9,
371
+ "category": "mainland-term",
372
+ "reason": "台灣系統效能標準",
373
+ "match_type": "exact",
374
+ "autofix_safe": true
375
+ },
376
+ "调用": {
377
+ "taiwan": "呼叫",
378
+ "confidence": 0.85,
379
+ "category": "mainland-term",
380
+ "reason": "台灣程式設計標準",
381
+ "match_type": "exact",
382
+ "autofix_safe": true
383
+ },
384
+ "调用_call": {
385
+ "taiwan": "呼叫",
386
+ "confidence": 0.9,
387
+ "category": "mainland-term",
388
+ "reason": "台灣程式設計標準",
389
+ "match_type": "exact",
390
+ "autofix_safe": true
391
+ },
392
+ "調用": {
393
+ "taiwan": "呼叫",
394
+ "confidence": 0.85,
395
+ "category": "mainland-term",
396
+ "reason": "台灣程式設計標準",
397
+ "match_type": "exact",
398
+ "autofix_safe": true
399
+ },
400
+ "調用_call": {
401
+ "taiwan": "呼叫",
402
+ "confidence": 0.9,
403
+ "category": "mainland-term",
404
+ "reason": "台灣程式設計標準",
405
+ "match_type": "exact",
406
+ "autofix_safe": true
407
+ },
408
+ "回调": {
409
+ "taiwan": "回呼",
410
+ "confidence": 0.85,
411
+ "category": "mainland-term",
412
+ "reason": "台灣非同步程式設計",
413
+ "match_type": "exact",
414
+ "autofix_safe": true
415
+ },
416
+ "回调_callback": {
417
+ "taiwan": "回呼",
418
+ "confidence": 0.85,
419
+ "category": "mainland-term",
420
+ "reason": "台灣非同步程式設計",
421
+ "match_type": "exact",
422
+ "autofix_safe": true
423
+ },
424
+ "回調": {
425
+ "taiwan": "回呼",
426
+ "confidence": 0.85,
427
+ "category": "mainland-term",
428
+ "reason": "台灣非同步程式設計",
429
+ "match_type": "exact",
430
+ "autofix_safe": true
431
+ },
432
+ "回調_callback": {
433
+ "taiwan": "回呼",
434
+ "confidence": 0.85,
435
+ "category": "mainland-term",
436
+ "reason": "台灣非同步程式設計",
437
+ "match_type": "exact",
438
+ "autofix_safe": true
439
+ },
440
+ "字符": {
441
+ "taiwan": "字元",
442
+ "confidence": 0.9,
443
+ "category": "mainland-term",
444
+ "reason": "台灣文字處理標準",
445
+ "match_type": "exact",
446
+ "autofix_safe": true
447
+ },
448
+ "字符_character": {
449
+ "taiwan": "字元",
450
+ "confidence": 0.9,
451
+ "category": "mainland-term",
452
+ "reason": "台灣文字處理標準",
453
+ "match_type": "exact",
454
+ "autofix_safe": true
455
+ },
456
+ "类": {
457
+ "taiwan": "類別",
458
+ "confidence": 0.95,
459
+ "category": "mainland-term",
460
+ "reason": "台灣物件導向標準",
461
+ "match_type": "exact",
462
+ "autofix_safe": true
463
+ },
464
+ "类_class": {
465
+ "taiwan": "類別",
466
+ "confidence": 0.95,
467
+ "category": "mainland-term",
468
+ "reason": "台灣物件導向標準",
469
+ "match_type": "exact",
470
+ "autofix_safe": true
471
+ },
472
+ "類": {
473
+ "taiwan": "類別",
474
+ "confidence": 0.95,
475
+ "category": "mainland-term",
476
+ "reason": "台灣物件導向標準",
477
+ "match_type": "exact",
478
+ "autofix_safe": true
479
+ },
480
+ "類_class": {
481
+ "taiwan": "類別",
482
+ "confidence": 0.95,
483
+ "category": "mainland-term",
484
+ "reason": "台灣物件導向標準",
485
+ "match_type": "exact",
486
+ "autofix_safe": true
487
+ },
488
+ "代码": {
489
+ "taiwan": "程式碼",
490
+ "confidence": 0.95,
491
+ "category": "mainland-term",
492
+ "reason": "台灣軟體開發標準",
493
+ "match_type": "exact",
494
+ "autofix_safe": true
495
+ },
496
+ "代码_code": {
497
+ "taiwan": "程式碼",
498
+ "confidence": 0.95,
499
+ "category": "mainland-term",
500
+ "reason": "台灣軟體開發標準",
501
+ "match_type": "exact",
502
+ "autofix_safe": true
503
+ },
504
+ "代碼": {
505
+ "taiwan": "程式碼",
506
+ "confidence": 0.95,
507
+ "category": "mainland-term",
508
+ "reason": "台灣軟體開發標準",
509
+ "match_type": "exact",
510
+ "autofix_safe": true
511
+ },
512
+ "代碼_code": {
513
+ "taiwan": "程式碼",
514
+ "confidence": 0.95,
515
+ "category": "mainland-term",
516
+ "reason": "台灣軟體開發標準",
517
+ "match_type": "exact",
518
+ "autofix_safe": true
519
+ },
520
+ "编译": {
521
+ "taiwan": "編譯",
522
+ "confidence": 0.95,
523
+ "category": "mainland-term",
524
+ "reason": "台灣程式語言標準",
525
+ "match_type": "exact",
526
+ "autofix_safe": true
527
+ },
528
+ "编译_compile": {
529
+ "taiwan": "編譯",
530
+ "confidence": 0.95,
531
+ "category": "mainland-term",
532
+ "reason": "台灣程式語言標準",
533
+ "match_type": "exact",
534
+ "autofix_safe": true
535
+ },
536
+ "編譯": {
537
+ "taiwan": "編譯",
538
+ "confidence": 0.95,
539
+ "category": "mainland-term",
540
+ "reason": "台灣程式語言標準",
541
+ "match_type": "exact",
542
+ "autofix_safe": true
543
+ },
544
+ "編譯_compile": {
545
+ "taiwan": "編譯",
546
+ "confidence": 0.95,
547
+ "category": "mainland-term",
548
+ "reason": "台灣程式語言標準",
549
+ "match_type": "exact",
550
+ "autofix_safe": true
551
+ },
552
+ "编译器": {
553
+ "taiwan": "編譯器",
554
+ "confidence": 0.95,
555
+ "category": "mainland-term",
556
+ "reason": "台灣程式語言工具",
557
+ "match_type": "exact",
558
+ "autofix_safe": true
559
+ },
560
+ "编译器_compiler": {
561
+ "taiwan": "編譯器",
562
+ "confidence": 0.95,
563
+ "category": "mainland-term",
564
+ "reason": "台灣程式語言工具",
565
+ "match_type": "exact",
566
+ "autofix_safe": true
567
+ },
568
+ "編譯器": {
569
+ "taiwan": "編譯器",
570
+ "confidence": 0.95,
571
+ "category": "mainland-term",
572
+ "reason": "台灣程式語言工具",
573
+ "match_type": "exact",
574
+ "autofix_safe": true
575
+ },
576
+ "編譯器_compiler": {
577
+ "taiwan": "編譯器",
578
+ "confidence": 0.95,
579
+ "category": "mainland-term",
580
+ "reason": "台灣程式語言工具",
581
+ "match_type": "exact",
582
+ "autofix_safe": true
583
+ },
584
+ "组件": {
585
+ "taiwan": "組件",
586
+ "confidence": 0.85,
587
+ "category": "mainland-term",
588
+ "reason": "台灣軟體架構標準",
589
+ "match_type": "exact",
590
+ "autofix_safe": true
591
+ },
592
+ "组件_component": {
593
+ "taiwan": "組件",
594
+ "confidence": 0.85,
595
+ "category": "mainland-term",
596
+ "reason": "台灣軟體架構標準",
597
+ "match_type": "exact",
598
+ "autofix_safe": true
599
+ },
600
+ "組件": {
601
+ "taiwan": "組件",
602
+ "confidence": 0.85,
603
+ "category": "mainland-term",
604
+ "reason": "台灣軟體架構標準",
605
+ "match_type": "exact",
606
+ "autofix_safe": true
607
+ },
608
+ "組件_component": {
609
+ "taiwan": "組件",
610
+ "confidence": 0.85,
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
+ "构造函数_constructor": {
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
+ "構造函數_constructor": {
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
+ "调试_debug": {
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
+ "調試_debug": {
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.9,
683
+ "category": "mainland-term",
684
+ "reason": "台灣系統設定標準",
685
+ "match_type": "exact",
686
+ "autofix_safe": true
687
+ },
688
+ "默认_default": {
689
+ "taiwan": "預設",
690
+ "confidence": 0.9,
691
+ "category": "mainland-term",
692
+ "reason": "台灣系統設定標準",
693
+ "match_type": "exact",
694
+ "autofix_safe": true
695
+ },
696
+ "默認": {
697
+ "taiwan": "預設",
698
+ "confidence": 0.9,
699
+ "category": "mainland-term",
700
+ "reason": "台灣系統設定標準",
701
+ "match_type": "exact",
702
+ "autofix_safe": true
703
+ },
704
+ "默認_default": {
705
+ "taiwan": "預設",
706
+ "confidence": 0.9,
707
+ "category": "mainland-term",
708
+ "reason": "台灣系統設定標準",
709
+ "match_type": "exact",
710
+ "autofix_safe": true
711
+ },
712
+ "定义": {
713
+ "taiwan": "定義",
714
+ "confidence": 0.8,
715
+ "category": "mainland-term",
716
+ "reason": "台灣程式語言標準",
717
+ "match_type": "exact",
718
+ "autofix_safe": true
719
+ },
720
+ "定义_definition": {
721
+ "taiwan": "定義",
722
+ "confidence": 0.8,
723
+ "category": "mainland-term",
724
+ "reason": "台灣程式語言標準",
725
+ "match_type": "exact",
726
+ "autofix_safe": true
727
+ },
728
+ "定義": {
729
+ "taiwan": "定義",
730
+ "confidence": 0.8,
731
+ "category": "mainland-term",
732
+ "reason": "台灣程式語言標準",
733
+ "match_type": "exact",
734
+ "autofix_safe": true
735
+ },
736
+ "定義_definition": {
737
+ "taiwan": "定義",
738
+ "confidence": 0.8,
739
+ "category": "mainland-term",
740
+ "reason": "台灣程式語言標準",
741
+ "match_type": "exact",
742
+ "autofix_safe": true
743
+ },
744
+ "依赖注入": {
745
+ "taiwan": "依賴注入",
746
+ "confidence": 0.9,
747
+ "category": "mainland-term",
748
+ "reason": "台灣設計模式標準",
749
+ "match_type": "exact",
750
+ "autofix_safe": true
751
+ },
752
+ "依赖注入_dependency_injection": {
753
+ "taiwan": "依賴注入",
754
+ "confidence": 0.9,
755
+ "category": "mainland-term",
756
+ "reason": "台灣設計模式標準",
757
+ "match_type": "exact",
758
+ "autofix_safe": true
759
+ },
760
+ "依賴注入": {
761
+ "taiwan": "依賴注入",
762
+ "confidence": 0.9,
763
+ "category": "mainland-term",
764
+ "reason": "台灣設計模式標準",
765
+ "match_type": "exact",
766
+ "autofix_safe": true
767
+ },
768
+ "依賴注入_dependency_injection": {
769
+ "taiwan": "依賴注入",
770
+ "confidence": 0.9,
771
+ "category": "mainland-term",
772
+ "reason": "台灣設計模式標準",
773
+ "match_type": "exact",
774
+ "autofix_safe": true
775
+ },
776
+ "元素": {
777
+ "taiwan": "元素",
778
+ "confidence": 0.75,
779
+ "category": "mainland-term",
780
+ "reason": "台灣介面設計標準",
781
+ "match_type": "exact",
782
+ "autofix_safe": true
783
+ },
784
+ "元素_element": {
785
+ "taiwan": "元素",
786
+ "confidence": 0.75,
787
+ "category": "mainland-term",
788
+ "reason": "台灣介面設計標準",
789
+ "match_type": "exact",
790
+ "autofix_safe": true
791
+ },
792
+ "事件": {
793
+ "taiwan": "事件",
794
+ "confidence": 0.8,
795
+ "category": "mainland-term",
796
+ "reason": "台灣程式設計標準",
797
+ "match_type": "exact",
798
+ "autofix_safe": true
799
+ },
800
+ "事件_event": {
801
+ "taiwan": "事件",
802
+ "confidence": 0.8,
803
+ "category": "mainland-term",
804
+ "reason": "台灣程式設計標準",
805
+ "match_type": "exact",
806
+ "autofix_safe": true
807
+ },
808
+ "异常": {
809
+ "taiwan": "例外",
810
+ "confidence": 0.9,
811
+ "category": "mainland-term",
812
+ "reason": "台灣錯誤處理標準",
813
+ "match_type": "exact",
814
+ "autofix_safe": true
815
+ },
816
+ "异常_exception": {
817
+ "taiwan": "例外",
818
+ "confidence": 0.9,
819
+ "category": "mainland-term",
820
+ "reason": "台灣錯誤處理標準",
821
+ "match_type": "exact",
822
+ "autofix_safe": true
823
+ },
824
+ "異常": {
825
+ "taiwan": "例外",
826
+ "confidence": 0.9,
827
+ "category": "mainland-term",
828
+ "reason": "台灣錯誤處理標準",
829
+ "match_type": "exact",
830
+ "autofix_safe": true
831
+ },
832
+ "異常_exception": {
833
+ "taiwan": "例外",
834
+ "confidence": 0.9,
835
+ "category": "mainland-term",
836
+ "reason": "台灣錯誤處理標準",
837
+ "match_type": "exact",
838
+ "autofix_safe": true
839
+ },
840
+ "字段": {
841
+ "taiwan": "欄位",
842
+ "confidence": 0.9,
843
+ "category": "mainland-term",
844
+ "reason": "台灣資料庫標準",
845
+ "match_type": "exact",
846
+ "autofix_safe": true
847
+ },
848
+ "字段_field": {
849
+ "taiwan": "欄位",
850
+ "confidence": 0.9,
851
+ "category": "mainland-term",
852
+ "reason": "台灣資料庫標準",
853
+ "match_type": "exact",
854
+ "autofix_safe": true
855
+ },
856
+ "框架": {
857
+ "taiwan": "框架",
858
+ "confidence": 0.75,
859
+ "category": "mainland-term",
860
+ "reason": "台灣軟體開發標準",
861
+ "match_type": "exact",
862
+ "autofix_safe": true
863
+ },
864
+ "框架_framework": {
865
+ "taiwan": "框架",
866
+ "confidence": 0.75,
867
+ "category": "mainland-term",
868
+ "reason": "台灣軟體開發標準",
869
+ "match_type": "exact",
870
+ "autofix_safe": true
871
+ },
872
+ "函数": {
873
+ "taiwan": "函式",
874
+ "confidence": 0.95,
875
+ "category": "mainland-term",
876
+ "reason": "台灣程式設計標準",
877
+ "match_type": "exact",
878
+ "autofix_safe": true
879
+ },
880
+ "函数_function": {
881
+ "taiwan": "函式",
882
+ "confidence": 0.95,
883
+ "category": "mainland-term",
884
+ "reason": "台灣程式設計標準",
885
+ "match_type": "exact",
886
+ "autofix_safe": true
887
+ },
888
+ "函數": {
889
+ "taiwan": "函式",
890
+ "confidence": 0.95,
891
+ "category": "mainland-term",
892
+ "reason": "台灣程式設計標準",
893
+ "match_type": "exact",
894
+ "autofix_safe": true
895
+ },
896
+ "函數_function": {
897
+ "taiwan": "函式",
898
+ "confidence": 0.95,
899
+ "category": "mainland-term",
900
+ "reason": "台灣程式設計標準",
901
+ "match_type": "exact",
902
+ "autofix_safe": true
903
+ },
904
+ "生成": {
905
+ "taiwan": "產生",
906
+ "confidence": 0.85,
907
+ "category": "mainland-term",
908
+ "reason": "台灣程式開發標準",
909
+ "match_type": "exact",
910
+ "autofix_safe": true
911
+ },
912
+ "生成_generate": {
913
+ "taiwan": "產生",
914
+ "confidence": 0.85,
915
+ "category": "mainland-term",
916
+ "reason": "台灣程式開發標準",
917
+ "match_type": "exact",
918
+ "autofix_safe": true
919
+ },
920
+ "全局": {
921
+ "taiwan": "全域",
922
+ "confidence": 0.9,
923
+ "category": "mainland-term",
924
+ "reason": "台灣程式設計標準",
925
+ "match_type": "exact",
926
+ "autofix_safe": true
927
+ },
928
+ "全局_global": {
929
+ "taiwan": "全域",
930
+ "confidence": 0.9,
931
+ "category": "mainland-term",
932
+ "reason": "台灣程式設計標準",
933
+ "match_type": "exact",
934
+ "autofix_safe": true
935
+ },
936
+ "处理器": {
937
+ "taiwan": "處理器",
938
+ "confidence": 0.85,
939
+ "category": "mainland-term",
940
+ "reason": "台灣程式設計標準",
941
+ "match_type": "exact",
942
+ "autofix_safe": true
943
+ },
944
+ "处理器_handler": {
945
+ "taiwan": "處理器",
946
+ "confidence": 0.85,
947
+ "category": "mainland-term",
948
+ "reason": "台灣程式設計標準",
949
+ "match_type": "exact",
950
+ "autofix_safe": true
951
+ },
952
+ "處理器": {
953
+ "taiwan": "處理器",
954
+ "confidence": 0.85,
955
+ "category": "mainland-term",
956
+ "reason": "台灣程式設計標準",
957
+ "match_type": "exact",
958
+ "autofix_safe": true
959
+ },
960
+ "處理器_handler": {
961
+ "taiwan": "處理器",
962
+ "confidence": 0.85,
963
+ "category": "mainland-term",
964
+ "reason": "台灣程式設計標準",
965
+ "match_type": "exact",
966
+ "autofix_safe": true
967
+ },
968
+ "哈希": {
969
+ "taiwan": "雜湊",
970
+ "confidence": 0.9,
971
+ "category": "mainland-term",
972
+ "reason": "台灣密碼學標準",
973
+ "match_type": "exact",
974
+ "autofix_safe": true
975
+ },
976
+ "哈希_hash": {
977
+ "taiwan": "雜湊",
978
+ "confidence": 0.9,
979
+ "category": "mainland-term",
980
+ "reason": "台灣密碼學標準",
981
+ "match_type": "exact",
982
+ "autofix_safe": true
983
+ },
984
+ "堆": {
985
+ "taiwan": "堆積",
986
+ "confidence": 0.9,
987
+ "category": "mainland-term",
988
+ "reason": "台灣記憶體管理標準",
989
+ "match_type": "exact",
990
+ "autofix_safe": true
991
+ },
992
+ "堆_heap": {
993
+ "taiwan": "堆積",
994
+ "confidence": 0.9,
995
+ "category": "mainland-term",
996
+ "reason": "台灣記憶體管理標準",
997
+ "match_type": "exact",
998
+ "autofix_safe": true
999
+ },
1000
+ "实现": {
1001
+ "taiwan": "實作",
1002
+ "confidence": 0.9,
1003
+ "category": "mainland-term",
1004
+ "reason": "台灣軟體開發標準",
1005
+ "match_type": "exact",
1006
+ "autofix_safe": true
1007
+ },
1008
+ "实现_implement": {
1009
+ "taiwan": "實作",
1010
+ "confidence": 0.9,
1011
+ "category": "mainland-term",
1012
+ "reason": "台灣軟體開發標準",
1013
+ "match_type": "exact",
1014
+ "autofix_safe": true
1015
+ },
1016
+ "實現": {
1017
+ "taiwan": "實作",
1018
+ "confidence": 0.9,
1019
+ "category": "mainland-term",
1020
+ "reason": "台灣軟體開發標準",
1021
+ "match_type": "exact",
1022
+ "autofix_safe": true
1023
+ },
1024
+ "實現_implement": {
1025
+ "taiwan": "實作",
1026
+ "confidence": 0.9,
1027
+ "category": "mainland-term",
1028
+ "reason": "台灣軟體開發標準",
1029
+ "match_type": "exact",
1030
+ "autofix_safe": true
1031
+ },
1032
+ "导入": {
1033
+ "taiwan": "匯入",
1034
+ "confidence": 0.9,
1035
+ "category": "mainland-term",
1036
+ "reason": "台灣程式開發標準",
1037
+ "match_type": "exact",
1038
+ "autofix_safe": true
1039
+ },
1040
+ "导入_import": {
1041
+ "taiwan": "匯入",
1042
+ "confidence": 0.9,
1043
+ "category": "mainland-term",
1044
+ "reason": "台灣程式開發標準",
1045
+ "match_type": "exact",
1046
+ "autofix_safe": true
1047
+ },
1048
+ "導入": {
1049
+ "taiwan": "匯入",
1050
+ "confidence": 0.9,
1051
+ "category": "mainland-term",
1052
+ "reason": "台灣程式開發標準",
1053
+ "match_type": "exact",
1054
+ "autofix_safe": true
1055
+ },
1056
+ "導入_import": {
1057
+ "taiwan": "匯入",
1058
+ "confidence": 0.9,
1059
+ "category": "mainland-term",
1060
+ "reason": "台灣程式開發標準",
1061
+ "match_type": "exact",
1062
+ "autofix_safe": true
1063
+ },
1064
+ "继承": {
1065
+ "taiwan": "繼承",
1066
+ "confidence": 0.85,
1067
+ "category": "mainland-term",
1068
+ "reason": "台灣物件導向標準",
1069
+ "match_type": "exact",
1070
+ "autofix_safe": true
1071
+ },
1072
+ "继承_inheritance": {
1073
+ "taiwan": "繼承",
1074
+ "confidence": 0.85,
1075
+ "category": "mainland-term",
1076
+ "reason": "台灣物件導向標準",
1077
+ "match_type": "exact",
1078
+ "autofix_safe": true
1079
+ },
1080
+ "繼承": {
1081
+ "taiwan": "繼承",
1082
+ "confidence": 0.85,
1083
+ "category": "mainland-term",
1084
+ "reason": "台灣物件導向標準",
1085
+ "match_type": "exact",
1086
+ "autofix_safe": true
1087
+ },
1088
+ "繼承_inheritance": {
1089
+ "taiwan": "繼承",
1090
+ "confidence": 0.85,
1091
+ "category": "mainland-term",
1092
+ "reason": "台灣物件導向標準",
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
+ "实例_instance": {
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
+ "實例_instance": {
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.95,
1131
+ "category": "mainland-term",
1132
+ "reason": "台灣軟體設計標準",
1133
+ "match_type": "exact",
1134
+ "autofix_safe": true
1135
+ },
1136
+ "接口_interface": {
1137
+ "taiwan": "介面",
1138
+ "confidence": 0.95,
1139
+ "category": "mainland-term",
1140
+ "reason": "台灣軟體設計標準",
1141
+ "match_type": "exact",
1142
+ "autofix_safe": true
1143
+ },
1144
+ "调用_invoke": {
1145
+ "taiwan": "呼叫",
1146
+ "confidence": 0.85,
1147
+ "category": "mainland-term",
1148
+ "reason": "台灣程式設計標準",
1149
+ "match_type": "exact",
1150
+ "autofix_safe": true
1151
+ },
1152
+ "調用_invoke": {
1153
+ "taiwan": "呼叫",
1154
+ "confidence": 0.85,
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
+ "迭代_iterate": {
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.95,
1179
+ "category": "mainland-term",
1180
+ "reason": "台灣軟體開發標準",
1181
+ "match_type": "exact",
1182
+ "autofix_safe": true
1183
+ },
1184
+ "程序库_library": {
1185
+ "taiwan": "程式庫",
1186
+ "confidence": 0.95,
1187
+ "category": "mainland-term",
1188
+ "reason": "台灣軟體開發標準",
1189
+ "match_type": "exact",
1190
+ "autofix_safe": true
1191
+ },
1192
+ "程序庫": {
1193
+ "taiwan": "程式庫",
1194
+ "confidence": 0.95,
1195
+ "category": "mainland-term",
1196
+ "reason": "台灣軟體開發標準",
1197
+ "match_type": "exact",
1198
+ "autofix_safe": true
1199
+ },
1200
+ "程序庫_library": {
1201
+ "taiwan": "程式庫",
1202
+ "confidence": 0.95,
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
+ "循环_loop": {
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
+ "循環_loop": {
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.75,
1243
+ "category": "mainland-term",
1244
+ "reason": "台灣物件導向標準",
1245
+ "match_type": "exact",
1246
+ "autofix_safe": true
1247
+ },
1248
+ "方法_method": {
1249
+ "taiwan": "方法",
1250
+ "confidence": 0.75,
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
+ "模块_module": {
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
+ "模塊_module": {
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.95,
1291
+ "category": "mainland-term",
1292
+ "reason": "台灣物件導向標準",
1293
+ "match_type": "exact",
1294
+ "autofix_safe": true
1295
+ },
1296
+ "对象_object": {
1297
+ "taiwan": "物件",
1298
+ "confidence": 0.95,
1299
+ "category": "mainland-term",
1300
+ "reason": "台灣物件導向標準",
1301
+ "match_type": "exact",
1302
+ "autofix_safe": true
1303
+ },
1304
+ "對象": {
1305
+ "taiwan": "物件",
1306
+ "confidence": 0.95,
1307
+ "category": "mainland-term",
1308
+ "reason": "台灣物件導向標準",
1309
+ "match_type": "exact",
1310
+ "autofix_safe": true
1311
+ },
1312
+ "對象_object": {
1313
+ "taiwan": "物件",
1314
+ "confidence": 0.95,
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
+ "优化_optimize": {
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
+ "優化_optimize": {
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.85,
1355
+ "category": "mainland-term",
1356
+ "reason": "台灣程式錯誤處理",
1357
+ "match_type": "exact",
1358
+ "autofix_safe": true
1359
+ },
1360
+ "溢出_overflow": {
1361
+ "taiwan": "溢位",
1362
+ "confidence": 0.85,
1363
+ "category": "mainland-term",
1364
+ "reason": "台灣程式錯誤處理",
1365
+ "match_type": "exact",
1366
+ "autofix_safe": true
1367
+ },
1368
+ "包": {
1369
+ "taiwan": "套件",
1370
+ "confidence": 0.85,
1371
+ "category": "mainland-term",
1372
+ "reason": "台灣軟體發布標準",
1373
+ "match_type": "exact",
1374
+ "autofix_safe": true
1375
+ },
1376
+ "包_package": {
1377
+ "taiwan": "套件",
1378
+ "confidence": 0.85,
1379
+ "category": "mainland-term",
1380
+ "reason": "台灣軟體發布標準",
1381
+ "match_type": "exact",
1382
+ "autofix_safe": true
1383
+ },
1384
+ "参数": {
1385
+ "taiwan": "參數",
1386
+ "confidence": 0.85,
1387
+ "category": "mainland-term",
1388
+ "reason": "台灣程式設計標準",
1389
+ "match_type": "exact",
1390
+ "autofix_safe": true
1391
+ },
1392
+ "参数_parameter": {
1393
+ "taiwan": "參數",
1394
+ "confidence": 0.85,
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
+ "參數_parameter": {
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
+ "解析_parse": {
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.9,
1435
+ "category": "mainland-term",
1436
+ "reason": "台灣程式設計標準",
1437
+ "match_type": "exact",
1438
+ "autofix_safe": true
1439
+ },
1440
+ "指针_pointer": {
1441
+ "taiwan": "指標",
1442
+ "confidence": 0.9,
1443
+ "category": "mainland-term",
1444
+ "reason": "台灣程式設計標準",
1445
+ "match_type": "exact",
1446
+ "autofix_safe": true
1447
+ },
1448
+ "指針": {
1449
+ "taiwan": "指標",
1450
+ "confidence": 0.9,
1451
+ "category": "mainland-term",
1452
+ "reason": "台灣程式設計標準",
1453
+ "match_type": "exact",
1454
+ "autofix_safe": true
1455
+ },
1456
+ "指針_pointer": {
1457
+ "taiwan": "指標",
1458
+ "confidence": 0.9,
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
+ "多态_polymorphism": {
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
+ "多態_polymorphism": {
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.9,
1499
+ "category": "mainland-term",
1500
+ "reason": "台灣作業系統標準",
1501
+ "match_type": "exact",
1502
+ "autofix_safe": true
1503
+ },
1504
+ "进程_process": {
1505
+ "taiwan": "行程",
1506
+ "confidence": 0.9,
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
+ "進程_process": {
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.95,
1531
+ "category": "mainland-term",
1532
+ "reason": "台灣軟體開發標準",
1533
+ "match_type": "exact",
1534
+ "autofix_safe": true
1535
+ },
1536
+ "程序_program": {
1537
+ "taiwan": "程式",
1538
+ "confidence": 0.95,
1539
+ "category": "mainland-term",
1540
+ "reason": "台灣軟體開發標準",
1541
+ "match_type": "exact",
1542
+ "autofix_safe": true
1543
+ },
1544
+ "队列": {
1545
+ "taiwan": "佇列",
1546
+ "confidence": 0.95,
1547
+ "category": "mainland-term",
1548
+ "reason": "台灣資料結構標準",
1549
+ "match_type": "exact",
1550
+ "autofix_safe": true
1551
+ },
1552
+ "队列_queue": {
1553
+ "taiwan": "佇列",
1554
+ "confidence": 0.95,
1555
+ "category": "mainland-term",
1556
+ "reason": "台灣資料結構標準",
1557
+ "match_type": "exact",
1558
+ "autofix_safe": true
1559
+ },
1560
+ "隊列": {
1561
+ "taiwan": "佇列",
1562
+ "confidence": 0.95,
1563
+ "category": "mainland-term",
1564
+ "reason": "台灣資料結構標準",
1565
+ "match_type": "exact",
1566
+ "autofix_safe": true
1567
+ },
1568
+ "隊列_queue": {
1569
+ "taiwan": "佇列",
1570
+ "confidence": 0.95,
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
+ "递归_recursion": {
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
+ "遞歸_recursion": {
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
+ "重构_refactor": {
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
+ "重構_refactor": {
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.85,
1643
+ "category": "mainland-term",
1644
+ "reason": "台灣程式執行標準",
1645
+ "match_type": "exact",
1646
+ "autofix_safe": true
1647
+ },
1648
+ "运行时_runtime": {
1649
+ "taiwan": "執行時期",
1650
+ "confidence": 0.85,
1651
+ "category": "mainland-term",
1652
+ "reason": "台灣程式執行標準",
1653
+ "match_type": "exact",
1654
+ "autofix_safe": true
1655
+ },
1656
+ "運行時": {
1657
+ "taiwan": "執行時期",
1658
+ "confidence": 0.85,
1659
+ "category": "mainland-term",
1660
+ "reason": "台灣程式執行標準",
1661
+ "match_type": "exact",
1662
+ "autofix_safe": true
1663
+ },
1664
+ "運行時_runtime": {
1665
+ "taiwan": "執行時期",
1666
+ "confidence": 0.85,
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
+ "栈_stack": {
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
+ "棧_stack": {
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.95,
1707
+ "category": "mainland-term",
1708
+ "reason": "台灣程式設計標準",
1709
+ "match_type": "exact",
1710
+ "autofix_safe": true
1711
+ },
1712
+ "字符串_string": {
1713
+ "taiwan": "字串",
1714
+ "confidence": 0.95,
1715
+ "category": "mainland-term",
1716
+ "reason": "台灣程式設計標準",
1717
+ "match_type": "exact",
1718
+ "autofix_safe": true
1719
+ },
1720
+ "线程": {
1721
+ "taiwan": "執行緒",
1722
+ "confidence": 0.95,
1723
+ "category": "mainland-term",
1724
+ "reason": "台灣平行處理標準",
1725
+ "match_type": "exact",
1726
+ "autofix_safe": true
1727
+ },
1728
+ "线程_thread": {
1729
+ "taiwan": "執行緒",
1730
+ "confidence": 0.95,
1731
+ "category": "mainland-term",
1732
+ "reason": "台灣平行處理標準",
1733
+ "match_type": "exact",
1734
+ "autofix_safe": true
1735
+ },
1736
+ "線程": {
1737
+ "taiwan": "執行緒",
1738
+ "confidence": 0.95,
1739
+ "category": "mainland-term",
1740
+ "reason": "台灣平行處理標準",
1741
+ "match_type": "exact",
1742
+ "autofix_safe": true
1743
+ },
1744
+ "線程_thread": {
1745
+ "taiwan": "執行緒",
1746
+ "confidence": 0.95,
1747
+ "category": "mainland-term",
1748
+ "reason": "台灣平行處理標準",
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
+ "类型_type": {
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
+ "類型_type": {
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
+ "变量_variable": {
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
+ "變量_variable": {
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": "台灣DevOps標準",
1821
+ "match_type": "exact",
1822
+ "autofix_safe": true
1823
+ },
1824
+ "持续集成_continuous_integration": {
1825
+ "taiwan": "持續整合",
1826
+ "confidence": 0.9,
1827
+ "category": "mainland-term",
1828
+ "reason": "台灣DevOps標準",
1829
+ "match_type": "exact",
1830
+ "autofix_safe": true
1831
+ },
1832
+ "持續集成": {
1833
+ "taiwan": "持續整合",
1834
+ "confidence": 0.9,
1835
+ "category": "mainland-term",
1836
+ "reason": "台灣DevOps標準",
1837
+ "match_type": "exact",
1838
+ "autofix_safe": true
1839
+ },
1840
+ "持續集成_continuous_integration": {
1841
+ "taiwan": "持續整合",
1842
+ "confidence": 0.9,
1843
+ "category": "mainland-term",
1844
+ "reason": "台灣DevOps標準",
1845
+ "match_type": "exact",
1846
+ "autofix_safe": true
1847
+ },
1848
+ "持续交付": {
1849
+ "taiwan": "持續交付",
1850
+ "confidence": 0.9,
1851
+ "category": "mainland-term",
1852
+ "reason": "台灣DevOps標準",
1853
+ "match_type": "exact",
1854
+ "autofix_safe": true
1855
+ },
1856
+ "持续交付_continuous_delivery": {
1857
+ "taiwan": "持續交付",
1858
+ "confidence": 0.9,
1859
+ "category": "mainland-term",
1860
+ "reason": "台灣DevOps標準",
1861
+ "match_type": "exact",
1862
+ "autofix_safe": true
1863
+ },
1864
+ "持續交付": {
1865
+ "taiwan": "持續交付",
1866
+ "confidence": 0.9,
1867
+ "category": "mainland-term",
1868
+ "reason": "台灣DevOps標準",
1869
+ "match_type": "exact",
1870
+ "autofix_safe": true
1871
+ },
1872
+ "持續交付_continuous_delivery": {
1873
+ "taiwan": "持續交付",
1874
+ "confidence": 0.9,
1875
+ "category": "mainland-term",
1876
+ "reason": "台灣DevOps標準",
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
+ "仓库_repository": {
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
+ "倉庫_repository": {
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.8,
1915
+ "category": "mainland-term",
1916
+ "reason": "台灣版本控制標準",
1917
+ "match_type": "exact",
1918
+ "autofix_safe": true
1919
+ },
1920
+ "分支_branch": {
1921
+ "taiwan": "分支",
1922
+ "confidence": 0.8,
1923
+ "category": "mainland-term",
1924
+ "reason": "台灣版本控制標準",
1925
+ "match_type": "exact",
1926
+ "autofix_safe": true
1927
+ },
1928
+ "合并": {
1929
+ "taiwan": "合併",
1930
+ "confidence": 0.85,
1931
+ "category": "mainland-term",
1932
+ "reason": "台灣版本控制標準",
1933
+ "match_type": "exact",
1934
+ "autofix_safe": true
1935
+ },
1936
+ "合并_merge": {
1937
+ "taiwan": "合併",
1938
+ "confidence": 0.85,
1939
+ "category": "mainland-term",
1940
+ "reason": "台灣版本控制標準",
1941
+ "match_type": "exact",
1942
+ "autofix_safe": true
1943
+ },
1944
+ "合併": {
1945
+ "taiwan": "合併",
1946
+ "confidence": 0.85,
1947
+ "category": "mainland-term",
1948
+ "reason": "台灣版本控制標準",
1949
+ "match_type": "exact",
1950
+ "autofix_safe": true
1951
+ },
1952
+ "合併_merge": {
1953
+ "taiwan": "合併",
1954
+ "confidence": 0.85,
1955
+ "category": "mainland-term",
1956
+ "reason": "台灣版本控制標準",
1957
+ "match_type": "exact",
1958
+ "autofix_safe": true
1959
+ },
1960
+ "提交": {
1961
+ "taiwan": "提交",
1962
+ "confidence": 0.8,
1963
+ "category": "mainland-term",
1964
+ "reason": "台灣版本控制標準",
1965
+ "match_type": "exact",
1966
+ "autofix_safe": true
1967
+ },
1968
+ "提交_commit": {
1969
+ "taiwan": "提交",
1970
+ "confidence": 0.8,
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
+ "拉取请求_pull_request": {
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
+ "拉取請求_pull_request": {
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
+ "回滚_rollback": {
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
+ "回滾_rollback": {
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
+ "单元测试_unit_test": {
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
+ "單元測試_unit_test": {
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
+ "集成测试_integration_test": {
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
+ "集成測試_integration_test": {
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
+ "回归测试_regression_test": {
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
+ "回歸測試_regression_test": {
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.85,
2139
+ "category": "mainland-term",
2140
+ "reason": "台灣測試技術標準",
2141
+ "match_type": "exact",
2142
+ "autofix_safe": true
2143
+ },
2144
+ "模拟_mock": {
2145
+ "taiwan": "模擬",
2146
+ "confidence": 0.85,
2147
+ "category": "mainland-term",
2148
+ "reason": "台灣測試技術標準",
2149
+ "match_type": "exact",
2150
+ "autofix_safe": true
2151
+ },
2152
+ "模擬": {
2153
+ "taiwan": "模擬",
2154
+ "confidence": 0.85,
2155
+ "category": "mainland-term",
2156
+ "reason": "台灣測試技術標準",
2157
+ "match_type": "exact",
2158
+ "autofix_safe": true
2159
+ },
2160
+ "模擬_mock": {
2161
+ "taiwan": "模擬",
2162
+ "confidence": 0.85,
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
+ "桩_stub": {
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
+ "樁_stub": {
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.9,
2203
+ "category": "mainland-term",
2204
+ "reason": "台灣開發工具標準",
2205
+ "match_type": "exact",
2206
+ "autofix_safe": true
2207
+ },
2208
+ "调试器_debugger": {
2209
+ "taiwan": "除錯器",
2210
+ "confidence": 0.9,
2211
+ "category": "mainland-term",
2212
+ "reason": "台灣開發工具標準",
2213
+ "match_type": "exact",
2214
+ "autofix_safe": true
2215
+ },
2216
+ "調試器": {
2217
+ "taiwan": "除錯器",
2218
+ "confidence": 0.9,
2219
+ "category": "mainland-term",
2220
+ "reason": "台灣開發工具標準",
2221
+ "match_type": "exact",
2222
+ "autofix_safe": true
2223
+ },
2224
+ "調試器_debugger": {
2225
+ "taiwan": "除錯器",
2226
+ "confidence": 0.9,
2227
+ "category": "mainland-term",
2228
+ "reason": "台灣開發工具標準",
2229
+ "match_type": "exact",
2230
+ "autofix_safe": true
2231
+ },
2232
+ "分析器": {
2233
+ "taiwan": "分析器",
2234
+ "confidence": 0.8,
2235
+ "category": "mainland-term",
2236
+ "reason": "台灣效能分析標準",
2237
+ "match_type": "exact",
2238
+ "autofix_safe": true
2239
+ },
2240
+ "分析器_profiler": {
2241
+ "taiwan": "分析器",
2242
+ "confidence": 0.8,
2243
+ "category": "mainland-term",
2244
+ "reason": "台灣效能分析標準",
2245
+ "match_type": "exact",
2246
+ "autofix_safe": true
2247
+ },
2248
+ "基准测试": {
2249
+ "taiwan": "基準測試",
2250
+ "confidence": 0.9,
2251
+ "category": "mainland-term",
2252
+ "reason": "台灣效能評測標準",
2253
+ "match_type": "exact",
2254
+ "autofix_safe": true
2255
+ },
2256
+ "基准测试_benchmark": {
2257
+ "taiwan": "基準測試",
2258
+ "confidence": 0.9,
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
+ "基準測試_benchmark": {
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
+ "死锁_deadlock": {
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
+ "死鎖_deadlock": {
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
+ "竞争条件_race_condition": {
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
+ "競爭條件_race_condition": {
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
+ "互斥锁_mutex": {
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
+ "互斥鎖_mutex": {
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
+ "信号量_semaphore": {
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.9,
2395
+ "category": "mainland-term",
2396
+ "reason": "台灣同步機制標準",
2397
+ "match_type": "exact",
2398
+ "autofix_safe": true
2399
+ },
2400
+ "信號量_semaphore": {
2401
+ "taiwan": "號誌",
2402
+ "confidence": 0.9,
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
+ "垃圾回收_garbage_collection": {
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.9,
2427
+ "category": "mainland-term",
2428
+ "reason": "台灣程式錯誤類型",
2429
+ "match_type": "exact",
2430
+ "autofix_safe": true
2431
+ },
2432
+ "内存泄漏_memory_leak": {
2433
+ "taiwan": "記憶體洩漏",
2434
+ "confidence": 0.9,
2435
+ "category": "mainland-term",
2436
+ "reason": "台灣程式錯誤類型",
2437
+ "match_type": "exact",
2438
+ "autofix_safe": true
2439
+ },
2440
+ "內存泄漏": {
2441
+ "taiwan": "記憶體洩漏",
2442
+ "confidence": 0.9,
2443
+ "category": "mainland-term",
2444
+ "reason": "台灣程式錯誤類型",
2445
+ "match_type": "exact",
2446
+ "autofix_safe": true
2447
+ },
2448
+ "內存泄漏_memory_leak": {
2449
+ "taiwan": "記憶體洩漏",
2450
+ "confidence": 0.9,
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
+ "缓冲区溢出_buffer_overflow": {
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
+ "緩衝區溢出_buffer_overflow": {
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
+ "段错误_segmentation_fault": {
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.9,
2507
+ "category": "mainland-term",
2508
+ "reason": "台灣系統錯誤類型",
2509
+ "match_type": "exact",
2510
+ "autofix_safe": true
2511
+ },
2512
+ "段錯誤_segmentation_fault": {
2513
+ "taiwan": "區段錯誤",
2514
+ "confidence": 0.9,
2515
+ "category": "mainland-term",
2516
+ "reason": "台灣系統錯誤類型",
2517
+ "match_type": "exact",
2518
+ "autofix_safe": true
2519
+ },
2520
+ "空指针": {
2521
+ "taiwan": "空指標",
2522
+ "confidence": 0.9,
2523
+ "category": "mainland-term",
2524
+ "reason": "台灣程式錯誤類型",
2525
+ "match_type": "exact",
2526
+ "autofix_safe": true
2527
+ },
2528
+ "空指针_null_pointer": {
2529
+ "taiwan": "空指標",
2530
+ "confidence": 0.9,
2531
+ "category": "mainland-term",
2532
+ "reason": "台灣程式錯誤類型",
2533
+ "match_type": "exact",
2534
+ "autofix_safe": true
2535
+ },
2536
+ "空指針": {
2537
+ "taiwan": "空指標",
2538
+ "confidence": 0.9,
2539
+ "category": "mainland-term",
2540
+ "reason": "台灣程式錯誤類型",
2541
+ "match_type": "exact",
2542
+ "autofix_safe": true
2543
+ },
2544
+ "空指針_null_pointer": {
2545
+ "taiwan": "空指標",
2546
+ "confidence": 0.9,
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
+ "封装_encapsulation": {
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
+ "封裝_encapsulation": {
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
+ "抽象_abstraction": {
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.8,
2603
+ "category": "mainland-term",
2604
+ "reason": "台灣物件導向設計",
2605
+ "match_type": "exact",
2606
+ "autofix_safe": true
2607
+ },
2608
+ "组合_composition": {
2609
+ "taiwan": "組合",
2610
+ "confidence": 0.8,
2611
+ "category": "mainland-term",
2612
+ "reason": "台灣物件導向設計",
2613
+ "match_type": "exact",
2614
+ "autofix_safe": true
2615
+ },
2616
+ "組合": {
2617
+ "taiwan": "組合",
2618
+ "confidence": 0.8,
2619
+ "category": "mainland-term",
2620
+ "reason": "台灣物件導向設計",
2621
+ "match_type": "exact",
2622
+ "autofix_safe": true
2623
+ },
2624
+ "組合_composition": {
2625
+ "taiwan": "組合",
2626
+ "confidence": 0.8,
2627
+ "category": "mainland-term",
2628
+ "reason": "台灣物件導向設計",
2629
+ "match_type": "exact",
2630
+ "autofix_safe": true
2631
+ },
2632
+ "聚合": {
2633
+ "taiwan": "聚合",
2634
+ "confidence": 0.8,
2635
+ "category": "mainland-term",
2636
+ "reason": "台灣物件導向設計",
2637
+ "match_type": "exact",
2638
+ "autofix_safe": true
2639
+ },
2640
+ "聚合_aggregation": {
2641
+ "taiwan": "聚合",
2642
+ "confidence": 0.8,
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
+ "设计模式_design_pattern": {
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
+ "設計模式_design_pattern": {
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
+ "单例模式_singleton": {
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
+ "單例模式_singleton": {
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
+ "工厂模式_factory_pattern": {
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.9,
2731
+ "category": "mainland-term",
2732
+ "reason": "台灣設計模式類型",
2733
+ "match_type": "exact",
2734
+ "autofix_safe": true
2735
+ },
2736
+ "工廠模式_factory_pattern": {
2737
+ "taiwan": "工廠模式",
2738
+ "confidence": 0.9,
2739
+ "category": "mainland-term",
2740
+ "reason": "台灣設計模式類型",
2741
+ "match_type": "exact",
2742
+ "autofix_safe": true
2743
+ },
2744
+ "观察者模式": {
2745
+ "taiwan": "觀察者模式",
2746
+ "confidence": 0.9,
2747
+ "category": "mainland-term",
2748
+ "reason": "台灣設計模式類型",
2749
+ "match_type": "exact",
2750
+ "autofix_safe": true
2751
+ },
2752
+ "观察者模式_observer_pattern": {
2753
+ "taiwan": "觀察者模式",
2754
+ "confidence": 0.9,
2755
+ "category": "mainland-term",
2756
+ "reason": "台灣設計模式類型",
2757
+ "match_type": "exact",
2758
+ "autofix_safe": true
2759
+ },
2760
+ "觀察者模式": {
2761
+ "taiwan": "觀察者模式",
2762
+ "confidence": 0.9,
2763
+ "category": "mainland-term",
2764
+ "reason": "台灣設計模式類型",
2765
+ "match_type": "exact",
2766
+ "autofix_safe": true
2767
+ },
2768
+ "觀察者模式_observer_pattern": {
2769
+ "taiwan": "觀察者模式",
2770
+ "confidence": 0.9,
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
+ "策略模式_strategy_pattern": {
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.9,
2795
+ "category": "mainland-term",
2796
+ "reason": "台灣設計模式類型",
2797
+ "match_type": "exact",
2798
+ "autofix_safe": true
2799
+ },
2800
+ "装饰器模式_decorator_pattern": {
2801
+ "taiwan": "裝飾者模式",
2802
+ "confidence": 0.9,
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
+ "裝飾器模式_decorator_pattern": {
2817
+ "taiwan": "裝飾者模式",
2818
+ "confidence": 0.9,
2819
+ "category": "mainland-term",
2820
+ "reason": "台灣設計模式類型",
2821
+ "match_type": "exact",
2822
+ "autofix_safe": true
2823
+ },
2824
+ "MVC架构": {
2825
+ "taiwan": "MVC架構",
2826
+ "confidence": 0.85,
2827
+ "category": "mainland-term",
2828
+ "reason": "台灣軟體架構模式",
2829
+ "match_type": "exact",
2830
+ "autofix_safe": true
2831
+ },
2832
+ "MVC架构_mvc": {
2833
+ "taiwan": "MVC架構",
2834
+ "confidence": 0.85,
2835
+ "category": "mainland-term",
2836
+ "reason": "台灣軟體架構模式",
2837
+ "match_type": "exact",
2838
+ "autofix_safe": true
2839
+ },
2840
+ "MVC架構": {
2841
+ "taiwan": "MVC架構",
2842
+ "confidence": 0.85,
2843
+ "category": "mainland-term",
2844
+ "reason": "台灣軟體架構模式",
2845
+ "match_type": "exact",
2846
+ "autofix_safe": true
2847
+ },
2848
+ "MVC架構_mvc": {
2849
+ "taiwan": "MVC架構",
2850
+ "confidence": 0.85,
2851
+ "category": "mainland-term",
2852
+ "reason": "台灣軟體架構模式",
2853
+ "match_type": "exact",
2854
+ "autofix_safe": true
2855
+ },
2856
+ "MVVM架构": {
2857
+ "taiwan": "MVVM架構",
2858
+ "confidence": 0.85,
2859
+ "category": "mainland-term",
2860
+ "reason": "台灣軟體架構模式",
2861
+ "match_type": "exact",
2862
+ "autofix_safe": true
2863
+ },
2864
+ "MVVM架构_mvvm": {
2865
+ "taiwan": "MVVM架構",
2866
+ "confidence": 0.85,
2867
+ "category": "mainland-term",
2868
+ "reason": "台灣軟體架構模式",
2869
+ "match_type": "exact",
2870
+ "autofix_safe": true
2871
+ },
2872
+ "MVVM架構": {
2873
+ "taiwan": "MVVM架構",
2874
+ "confidence": 0.85,
2875
+ "category": "mainland-term",
2876
+ "reason": "台灣軟體架構模式",
2877
+ "match_type": "exact",
2878
+ "autofix_safe": true
2879
+ },
2880
+ "MVVM架構_mvvm": {
2881
+ "taiwan": "MVVM架構",
2882
+ "confidence": 0.85,
2883
+ "category": "mainland-term",
2884
+ "reason": "台灣軟體架構模式",
2885
+ "match_type": "exact",
2886
+ "autofix_safe": true
2887
+ },
2888
+ "MVP架构": {
2889
+ "taiwan": "MVP架構",
2890
+ "confidence": 0.85,
2891
+ "category": "mainland-term",
2892
+ "reason": "台灣軟體架構模式",
2893
+ "match_type": "exact",
2894
+ "autofix_safe": true
2895
+ },
2896
+ "MVP架构_mvp": {
2897
+ "taiwan": "MVP架構",
2898
+ "confidence": 0.85,
2899
+ "category": "mainland-term",
2900
+ "reason": "台灣軟體架構模式",
2901
+ "match_type": "exact",
2902
+ "autofix_safe": true
2903
+ },
2904
+ "MVP架構": {
2905
+ "taiwan": "MVP架構",
2906
+ "confidence": 0.85,
2907
+ "category": "mainland-term",
2908
+ "reason": "台灣軟體架構模式",
2909
+ "match_type": "exact",
2910
+ "autofix_safe": true
2911
+ },
2912
+ "MVP架構_mvp": {
2913
+ "taiwan": "MVP架構",
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
+ "响应式编程_reactive_programming": {
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
+ "響應式編程_reactive_programming": {
2945
+ "taiwan": "響應式程式設計",
2946
+ "confidence": 0.9,
2947
+ "category": "mainland-term",
2948
+ "reason": "台灣程式設計範式",
2949
+ "match_type": "exact",
2950
+ "autofix_safe": true
2951
+ },
2952
+ "函数式编程": {
2953
+ "taiwan": "函數式程式設計",
2954
+ "confidence": 0.9,
2955
+ "category": "mainland-term",
2956
+ "reason": "台灣程式設計範式",
2957
+ "match_type": "exact",
2958
+ "autofix_safe": true
2959
+ },
2960
+ "函数式编程_functional_programming": {
2961
+ "taiwan": "函數式程式設計",
2962
+ "confidence": 0.9,
2963
+ "category": "mainland-term",
2964
+ "reason": "台灣程式設計範式",
2965
+ "match_type": "exact",
2966
+ "autofix_safe": true
2967
+ },
2968
+ "函數式編程": {
2969
+ "taiwan": "函數式程式設計",
2970
+ "confidence": 0.9,
2971
+ "category": "mainland-term",
2972
+ "reason": "台灣程式設計範式",
2973
+ "match_type": "exact",
2974
+ "autofix_safe": true
2975
+ },
2976
+ "函數式編程_functional_programming": {
2977
+ "taiwan": "函數式程式設計",
2978
+ "confidence": 0.9,
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
+ "命令式编程_imperative_programming": {
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
+ "命令式編程_imperative_programming": {
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
+ "声明式编程_declarative_programming": {
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
+ "聲明式編程_declarative_programming": {
3041
+ "taiwan": "宣告式程式設計",
3042
+ "confidence": 0.9,
3043
+ "category": "mainland-term",
3044
+ "reason": "台灣程式設計範式",
3045
+ "match_type": "exact",
3046
+ "autofix_safe": true
3047
+ },
3048
+ "Lambda函数": {
3049
+ "taiwan": "Lambda函式",
3050
+ "confidence": 0.9,
3051
+ "category": "mainland-term",
3052
+ "reason": "台灣函數式程式設計",
3053
+ "match_type": "exact",
3054
+ "autofix_safe": true
3055
+ },
3056
+ "Lambda函数_lambda_function": {
3057
+ "taiwan": "Lambda函式",
3058
+ "confidence": 0.9,
3059
+ "category": "mainland-term",
3060
+ "reason": "台灣函數式程式設計",
3061
+ "match_type": "exact",
3062
+ "autofix_safe": true
3063
+ },
3064
+ "Lambda函數": {
3065
+ "taiwan": "Lambda函式",
3066
+ "confidence": 0.9,
3067
+ "category": "mainland-term",
3068
+ "reason": "台灣函數式程式設計",
3069
+ "match_type": "exact",
3070
+ "autofix_safe": true
3071
+ },
3072
+ "Lambda函數_lambda_function": {
3073
+ "taiwan": "Lambda函式",
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.85,
3083
+ "category": "mainland-term",
3084
+ "reason": "台灣程式語言特性",
3085
+ "match_type": "exact",
3086
+ "autofix_safe": true
3087
+ },
3088
+ "闭包_closure": {
3089
+ "taiwan": "閉包",
3090
+ "confidence": 0.85,
3091
+ "category": "mainland-term",
3092
+ "reason": "台灣程式語言特性",
3093
+ "match_type": "exact",
3094
+ "autofix_safe": true
3095
+ },
3096
+ "閉包": {
3097
+ "taiwan": "閉包",
3098
+ "confidence": 0.85,
3099
+ "category": "mainland-term",
3100
+ "reason": "台灣程式語言特性",
3101
+ "match_type": "exact",
3102
+ "autofix_safe": true
3103
+ },
3104
+ "閉包_closure": {
3105
+ "taiwan": "閉包",
3106
+ "confidence": 0.85,
3107
+ "category": "mainland-term",
3108
+ "reason": "台灣程式語言特性",
3109
+ "match_type": "exact",
3110
+ "autofix_safe": true
3111
+ },
3112
+ "提升": {
3113
+ "taiwan": "提升",
3114
+ "confidence": 0.8,
3115
+ "category": "mainland-term",
3116
+ "reason": "台灣JavaScript特性",
3117
+ "match_type": "exact",
3118
+ "autofix_safe": true
3119
+ },
3120
+ "提升_hoisting": {
3121
+ "taiwan": "提升",
3122
+ "confidence": 0.8,
3123
+ "category": "mainland-term",
3124
+ "reason": "台灣JavaScript特性",
3125
+ "match_type": "exact",
3126
+ "autofix_safe": true
3127
+ },
3128
+ "Promise对象": {
3129
+ "taiwan": "Promise物件",
3130
+ "confidence": 0.85,
3131
+ "category": "mainland-term",
3132
+ "reason": "台灣非同步程式設計",
3133
+ "match_type": "exact",
3134
+ "autofix_safe": true
3135
+ },
3136
+ "Promise对象_promise": {
3137
+ "taiwan": "Promise物件",
3138
+ "confidence": 0.85,
3139
+ "category": "mainland-term",
3140
+ "reason": "台灣非同步程式設計",
3141
+ "match_type": "exact",
3142
+ "autofix_safe": true
3143
+ },
3144
+ "Promise對象": {
3145
+ "taiwan": "Promise物件",
3146
+ "confidence": 0.85,
3147
+ "category": "mainland-term",
3148
+ "reason": "台灣非同步程式設計",
3149
+ "match_type": "exact",
3150
+ "autofix_safe": true
3151
+ },
3152
+ "Promise對象_promise": {
3153
+ "taiwan": "Promise物件",
3154
+ "confidence": 0.85,
3155
+ "category": "mainland-term",
3156
+ "reason": "台灣非同步程式設計",
3157
+ "match_type": "exact",
3158
+ "autofix_safe": true
3159
+ },
3160
+ "async/await": {
3161
+ "taiwan": "async/await",
3162
+ "confidence": 0.85,
3163
+ "category": "mainland-term",
3164
+ "reason": "台灣非同步語法",
3165
+ "match_type": "exact",
3166
+ "autofix_safe": true
3167
+ },
3168
+ "async/await_async_await": {
3169
+ "taiwan": "async/await",
3170
+ "confidence": 0.85,
3171
+ "category": "mainland-term",
3172
+ "reason": "台灣非同步語法",
3173
+ "match_type": "exact",
3174
+ "autofix_safe": true
3175
+ },
3176
+ "生成器": {
3177
+ "taiwan": "產生器",
3178
+ "confidence": 0.85,
3179
+ "category": "mainland-term",
3180
+ "reason": "台灣程式語言特性",
3181
+ "match_type": "exact",
3182
+ "autofix_safe": true
3183
+ },
3184
+ "生成器_generator": {
3185
+ "taiwan": "產生器",
3186
+ "confidence": 0.85,
3187
+ "category": "mainland-term",
3188
+ "reason": "台灣程式語言特性",
3189
+ "match_type": "exact",
3190
+ "autofix_safe": true
3191
+ },
3192
+ "迭代器": {
3193
+ "taiwan": "迭代器",
3194
+ "confidence": 0.85,
3195
+ "category": "mainland-term",
3196
+ "reason": "台灣程式設計模式",
3197
+ "match_type": "exact",
3198
+ "autofix_safe": true
3199
+ },
3200
+ "迭代器_iterator": {
3201
+ "taiwan": "迭代器",
3202
+ "confidence": 0.85,
3203
+ "category": "mainland-term",
3204
+ "reason": "台灣程式設計模式",
3205
+ "match_type": "exact",
3206
+ "autofix_safe": true
3207
+ },
3208
+ "序列化": {
3209
+ "taiwan": "序列化",
3210
+ "confidence": 0.85,
3211
+ "category": "mainland-term",
3212
+ "reason": "台灣資料處理技術",
3213
+ "match_type": "exact",
3214
+ "autofix_safe": true
3215
+ },
3216
+ "序列化_serialization": {
3217
+ "taiwan": "序列化",
3218
+ "confidence": 0.85,
3219
+ "category": "mainland-term",
3220
+ "reason": "台灣資料處理技術",
3221
+ "match_type": "exact",
3222
+ "autofix_safe": true
3223
+ },
3224
+ "反序列化": {
3225
+ "taiwan": "反序列化",
3226
+ "confidence": 0.85,
3227
+ "category": "mainland-term",
3228
+ "reason": "台灣資料處理技術",
3229
+ "match_type": "exact",
3230
+ "autofix_safe": true
3231
+ },
3232
+ "反序列化_deserialization": {
3233
+ "taiwan": "反序列化",
3234
+ "confidence": 0.85,
3235
+ "category": "mainland-term",
3236
+ "reason": "台灣資料處理技術",
3237
+ "match_type": "exact",
3238
+ "autofix_safe": true
3239
+ },
3240
+ "JSON": {
3241
+ "taiwan": "JSON",
3242
+ "confidence": 0.8,
3243
+ "category": "mainland-term",
3244
+ "reason": "台灣資料交換格式",
3245
+ "match_type": "exact",
3246
+ "autofix_safe": true
3247
+ },
3248
+ "JSON_json": {
3249
+ "taiwan": "JSON",
3250
+ "confidence": 0.8,
3251
+ "category": "mainland-term",
3252
+ "reason": "台灣資料交換格式",
3253
+ "match_type": "exact",
3254
+ "autofix_safe": true
3255
+ },
3256
+ "XML": {
3257
+ "taiwan": "XML",
3258
+ "confidence": 0.8,
3259
+ "category": "mainland-term",
3260
+ "reason": "台灣標記語言標準",
3261
+ "match_type": "exact",
3262
+ "autofix_safe": true
3263
+ },
3264
+ "XML_xml": {
3265
+ "taiwan": "XML",
3266
+ "confidence": 0.8,
3267
+ "category": "mainland-term",
3268
+ "reason": "台灣標記語言標準",
3269
+ "match_type": "exact",
3270
+ "autofix_safe": true
3271
+ },
3272
+ "YAML": {
3273
+ "taiwan": "YAML",
3274
+ "confidence": 0.8,
3275
+ "category": "mainland-term",
3276
+ "reason": "台灣資料序列格式",
3277
+ "match_type": "exact",
3278
+ "autofix_safe": true
3279
+ },
3280
+ "YAML_yaml": {
3281
+ "taiwan": "YAML",
3282
+ "confidence": 0.8,
3283
+ "category": "mainland-term",
3284
+ "reason": "台灣資料序列格式",
3285
+ "match_type": "exact",
3286
+ "autofix_safe": true
3287
+ },
3288
+ "正则表达式": {
3289
+ "taiwan": "正規表示式",
3290
+ "confidence": 0.9,
3291
+ "category": "mainland-term",
3292
+ "reason": "台灣文字處理標準",
3293
+ "match_type": "exact",
3294
+ "autofix_safe": true
3295
+ },
3296
+ "正则表达式_regex": {
3297
+ "taiwan": "正規表示式",
3298
+ "confidence": 0.9,
3299
+ "category": "mainland-term",
3300
+ "reason": "台灣文字處理標準",
3301
+ "match_type": "exact",
3302
+ "autofix_safe": true
3303
+ },
3304
+ "正則表達式": {
3305
+ "taiwan": "正規表示式",
3306
+ "confidence": 0.9,
3307
+ "category": "mainland-term",
3308
+ "reason": "台灣文字處理標準",
3309
+ "match_type": "exact",
3310
+ "autofix_safe": true
3311
+ },
3312
+ "正則表達式_regex": {
3313
+ "taiwan": "正規表示式",
3314
+ "confidence": 0.9,
3315
+ "category": "mainland-term",
3316
+ "reason": "台灣文字處理標準",
3317
+ "match_type": "exact",
3318
+ "autofix_safe": true
3319
+ },
3320
+ "解析_parsing": {
3321
+ "taiwan": "剖析",
3322
+ "confidence": 0.85,
3323
+ "category": "mainland-term",
3324
+ "reason": "台灣語法分析標準",
3325
+ "match_type": "exact",
3326
+ "autofix_safe": true
3327
+ },
3328
+ "词法分析": {
3329
+ "taiwan": "詞法分析",
3330
+ "confidence": 0.9,
3331
+ "category": "mainland-term",
3332
+ "reason": "台灣編譯器技術",
3333
+ "match_type": "exact",
3334
+ "autofix_safe": true
3335
+ },
3336
+ "词法分析_lexical_analysis": {
3337
+ "taiwan": "詞法分析",
3338
+ "confidence": 0.9,
3339
+ "category": "mainland-term",
3340
+ "reason": "台灣編譯器技術",
3341
+ "match_type": "exact",
3342
+ "autofix_safe": true
3343
+ },
3344
+ "詞法分析": {
3345
+ "taiwan": "詞法分析",
3346
+ "confidence": 0.9,
3347
+ "category": "mainland-term",
3348
+ "reason": "台灣編譯器技術",
3349
+ "match_type": "exact",
3350
+ "autofix_safe": true
3351
+ },
3352
+ "詞法分析_lexical_analysis": {
3353
+ "taiwan": "詞法分析",
3354
+ "confidence": 0.9,
3355
+ "category": "mainland-term",
3356
+ "reason": "台灣編譯器技術",
3357
+ "match_type": "exact",
3358
+ "autofix_safe": true
3359
+ },
3360
+ "语法分析": {
3361
+ "taiwan": "語法分析",
3362
+ "confidence": 0.9,
3363
+ "category": "mainland-term",
3364
+ "reason": "台灣編譯器技術",
3365
+ "match_type": "exact",
3366
+ "autofix_safe": true
3367
+ },
3368
+ "语法分析_syntax_analysis": {
3369
+ "taiwan": "語法分析",
3370
+ "confidence": 0.9,
3371
+ "category": "mainland-term",
3372
+ "reason": "台灣編譯器技術",
3373
+ "match_type": "exact",
3374
+ "autofix_safe": true
3375
+ },
3376
+ "語法分析": {
3377
+ "taiwan": "語法分析",
3378
+ "confidence": 0.9,
3379
+ "category": "mainland-term",
3380
+ "reason": "台灣編譯器技術",
3381
+ "match_type": "exact",
3382
+ "autofix_safe": true
3383
+ },
3384
+ "語法分析_syntax_analysis": {
3385
+ "taiwan": "語法分析",
3386
+ "confidence": 0.9,
3387
+ "category": "mainland-term",
3388
+ "reason": "台灣編譯器技術",
3389
+ "match_type": "exact",
3390
+ "autofix_safe": true
3391
+ },
3392
+ "语义分析": {
3393
+ "taiwan": "語意分析",
3394
+ "confidence": 0.9,
3395
+ "category": "mainland-term",
3396
+ "reason": "台灣編譯器技術",
3397
+ "match_type": "exact",
3398
+ "autofix_safe": true
3399
+ },
3400
+ "语义分析_semantic_analysis": {
3401
+ "taiwan": "語意分析",
3402
+ "confidence": 0.9,
3403
+ "category": "mainland-term",
3404
+ "reason": "台灣編譯器技術",
3405
+ "match_type": "exact",
3406
+ "autofix_safe": true
3407
+ },
3408
+ "語義分析": {
3409
+ "taiwan": "語意分析",
3410
+ "confidence": 0.9,
3411
+ "category": "mainland-term",
3412
+ "reason": "台灣編譯器技術",
3413
+ "match_type": "exact",
3414
+ "autofix_safe": true
3415
+ },
3416
+ "語義分析_semantic_analysis": {
3417
+ "taiwan": "語意分析",
3418
+ "confidence": 0.9,
3419
+ "category": "mainland-term",
3420
+ "reason": "台灣編譯器技術",
3421
+ "match_type": "exact",
3422
+ "autofix_safe": true
3423
+ },
3424
+ "敏捷开发": {
3425
+ "taiwan": "敏捷開發",
3426
+ "confidence": 0.9,
3427
+ "category": "mainland-term",
3428
+ "reason": "台灣軟體開發方法",
3429
+ "match_type": "exact",
3430
+ "autofix_safe": true
3431
+ },
3432
+ "敏捷开发_agile": {
3433
+ "taiwan": "敏捷開發",
3434
+ "confidence": 0.9,
3435
+ "category": "mainland-term",
3436
+ "reason": "台灣軟體開發方法",
3437
+ "match_type": "exact",
3438
+ "autofix_safe": true
3439
+ },
3440
+ "敏捷開發": {
3441
+ "taiwan": "敏捷開發",
3442
+ "confidence": 0.9,
3443
+ "category": "mainland-term",
3444
+ "reason": "台灣軟體開發方法",
3445
+ "match_type": "exact",
3446
+ "autofix_safe": true
3447
+ },
3448
+ "敏捷開發_agile": {
3449
+ "taiwan": "敏捷開發",
3450
+ "confidence": 0.9,
3451
+ "category": "mainland-term",
3452
+ "reason": "台灣軟體開發方法",
3453
+ "match_type": "exact",
3454
+ "autofix_safe": true
3455
+ },
3456
+ "Scrum": {
3457
+ "taiwan": "Scrum",
3458
+ "confidence": 0.8,
3459
+ "category": "mainland-term",
3460
+ "reason": "台灣敏捷框架",
3461
+ "match_type": "exact",
3462
+ "autofix_safe": true
3463
+ },
3464
+ "Scrum_scrum": {
3465
+ "taiwan": "Scrum",
3466
+ "confidence": 0.8,
3467
+ "category": "mainland-term",
3468
+ "reason": "台灣敏捷框架",
3469
+ "match_type": "exact",
3470
+ "autofix_safe": true
3471
+ },
3472
+ "看板": {
3473
+ "taiwan": "看板",
3474
+ "confidence": 0.85,
3475
+ "category": "mainland-term",
3476
+ "reason": "台灣專案管理方法",
3477
+ "match_type": "exact",
3478
+ "autofix_safe": true
3479
+ },
3480
+ "看板_kanban": {
3481
+ "taiwan": "看板",
3482
+ "confidence": 0.85,
3483
+ "category": "mainland-term",
3484
+ "reason": "台灣專案管理方法",
3485
+ "match_type": "exact",
3486
+ "autofix_safe": true
3487
+ },
3488
+ "瀑布式开发": {
3489
+ "taiwan": "瀑布式開發",
3490
+ "confidence": 0.85,
3491
+ "category": "mainland-term",
3492
+ "reason": "台灣傳統開發模式",
3493
+ "match_type": "exact",
3494
+ "autofix_safe": true
3495
+ },
3496
+ "瀑布式开发_waterfall": {
3497
+ "taiwan": "瀑布式開發",
3498
+ "confidence": 0.85,
3499
+ "category": "mainland-term",
3500
+ "reason": "台灣傳統開發模式",
3501
+ "match_type": "exact",
3502
+ "autofix_safe": true
3503
+ },
3504
+ "瀑布式開發": {
3505
+ "taiwan": "瀑布式開發",
3506
+ "confidence": 0.85,
3507
+ "category": "mainland-term",
3508
+ "reason": "台灣傳統開發模式",
3509
+ "match_type": "exact",
3510
+ "autofix_safe": true
3511
+ },
3512
+ "瀑布式開發_waterfall": {
3513
+ "taiwan": "瀑布式開發",
3514
+ "confidence": 0.85,
3515
+ "category": "mainland-term",
3516
+ "reason": "台灣傳統開發模式",
3517
+ "match_type": "exact",
3518
+ "autofix_safe": true
3519
+ },
3520
+ "DevOps": {
3521
+ "taiwan": "DevOps",
3522
+ "confidence": 0.8,
3523
+ "category": "mainland-term",
3524
+ "reason": "台灣開發維運文化",
3525
+ "match_type": "exact",
3526
+ "autofix_safe": true
3527
+ },
3528
+ "DevOps_devops": {
3529
+ "taiwan": "DevOps",
3530
+ "confidence": 0.8,
3531
+ "category": "mainland-term",
3532
+ "reason": "台灣開發維運文化",
3533
+ "match_type": "exact",
3534
+ "autofix_safe": true
3535
+ },
3536
+ "测试驱动开发": {
3537
+ "taiwan": "測試驅動開發",
3538
+ "confidence": 0.9,
3539
+ "category": "mainland-term",
3540
+ "reason": "台灣開發方法論",
3541
+ "match_type": "exact",
3542
+ "autofix_safe": true
3543
+ },
3544
+ "测试驱动开发_tdd": {
3545
+ "taiwan": "測試驅動開發",
3546
+ "confidence": 0.9,
3547
+ "category": "mainland-term",
3548
+ "reason": "台灣開發方法論",
3549
+ "match_type": "exact",
3550
+ "autofix_safe": true
3551
+ },
3552
+ "測試驅動開發": {
3553
+ "taiwan": "測試驅動開發",
3554
+ "confidence": 0.9,
3555
+ "category": "mainland-term",
3556
+ "reason": "台灣開發方法論",
3557
+ "match_type": "exact",
3558
+ "autofix_safe": true
3559
+ },
3560
+ "測試驅動開發_tdd": {
3561
+ "taiwan": "測試驅動開發",
3562
+ "confidence": 0.9,
3563
+ "category": "mainland-term",
3564
+ "reason": "台灣開發方法論",
3565
+ "match_type": "exact",
3566
+ "autofix_safe": true
3567
+ },
3568
+ "行为驱动开发": {
3569
+ "taiwan": "行為驅動開發",
3570
+ "confidence": 0.9,
3571
+ "category": "mainland-term",
3572
+ "reason": "台灣開發方法論",
3573
+ "match_type": "exact",
3574
+ "autofix_safe": true
3575
+ },
3576
+ "行为驱动开发_bdd": {
3577
+ "taiwan": "行為驅動開發",
3578
+ "confidence": 0.9,
3579
+ "category": "mainland-term",
3580
+ "reason": "台灣開發方法論",
3581
+ "match_type": "exact",
3582
+ "autofix_safe": true
3583
+ },
3584
+ "行為驅動開發": {
3585
+ "taiwan": "行為驅動開發",
3586
+ "confidence": 0.9,
3587
+ "category": "mainland-term",
3588
+ "reason": "台灣開發方法論",
3589
+ "match_type": "exact",
3590
+ "autofix_safe": true
3591
+ },
3592
+ "行為驅動開發_bdd": {
3593
+ "taiwan": "行為驅動開發",
3594
+ "confidence": 0.9,
3595
+ "category": "mainland-term",
3596
+ "reason": "台灣開發方法論",
3597
+ "match_type": "exact",
3598
+ "autofix_safe": true
3599
+ },
3600
+ "领域驱动设计": {
3601
+ "taiwan": "領域驅動設計",
3602
+ "confidence": 0.9,
3603
+ "category": "mainland-term",
3604
+ "reason": "台灣軟體設計方法",
3605
+ "match_type": "exact",
3606
+ "autofix_safe": true
3607
+ },
3608
+ "领域驱动设计_ddd": {
3609
+ "taiwan": "領域驅動設計",
3610
+ "confidence": 0.9,
3611
+ "category": "mainland-term",
3612
+ "reason": "台灣軟體設計方法",
3613
+ "match_type": "exact",
3614
+ "autofix_safe": true
3615
+ },
3616
+ "領域驅動設計": {
3617
+ "taiwan": "領域驅動設計",
3618
+ "confidence": 0.9,
3619
+ "category": "mainland-term",
3620
+ "reason": "台灣軟體設計方法",
3621
+ "match_type": "exact",
3622
+ "autofix_safe": true
3623
+ },
3624
+ "領域驅動設計_ddd": {
3625
+ "taiwan": "領域驅動設計",
3626
+ "confidence": 0.9,
3627
+ "category": "mainland-term",
3628
+ "reason": "台灣軟體設計方法",
3629
+ "match_type": "exact",
3630
+ "autofix_safe": true
3631
+ },
3632
+ "SOLID原则": {
3633
+ "taiwan": "SOLID原則",
3634
+ "confidence": 0.85,
3635
+ "category": "mainland-term",
3636
+ "reason": "台灣物件導向設計原則",
3637
+ "match_type": "exact",
3638
+ "autofix_safe": true
3639
+ },
3640
+ "SOLID原则_solid": {
3641
+ "taiwan": "SOLID原則",
3642
+ "confidence": 0.85,
3643
+ "category": "mainland-term",
3644
+ "reason": "台灣物件導向設計原則",
3645
+ "match_type": "exact",
3646
+ "autofix_safe": true
3647
+ },
3648
+ "SOLID原則": {
3649
+ "taiwan": "SOLID原則",
3650
+ "confidence": 0.85,
3651
+ "category": "mainland-term",
3652
+ "reason": "台灣物件導向設計原則",
3653
+ "match_type": "exact",
3654
+ "autofix_safe": true
3655
+ },
3656
+ "SOLID原則_solid": {
3657
+ "taiwan": "SOLID原則",
3658
+ "confidence": 0.85,
3659
+ "category": "mainland-term",
3660
+ "reason": "台灣物件導向設計原則",
3661
+ "match_type": "exact",
3662
+ "autofix_safe": true
3663
+ },
3664
+ "DRY原则": {
3665
+ "taiwan": "DRY原則",
3666
+ "confidence": 0.85,
3667
+ "category": "mainland-term",
3668
+ "reason": "台灣程式設計原則",
3669
+ "match_type": "exact",
3670
+ "autofix_safe": true
3671
+ },
3672
+ "DRY原则_dry": {
3673
+ "taiwan": "DRY原則",
3674
+ "confidence": 0.85,
3675
+ "category": "mainland-term",
3676
+ "reason": "台灣程式設計原則",
3677
+ "match_type": "exact",
3678
+ "autofix_safe": true
3679
+ },
3680
+ "DRY原則": {
3681
+ "taiwan": "DRY原則",
3682
+ "confidence": 0.85,
3683
+ "category": "mainland-term",
3684
+ "reason": "台灣程式設計原則",
3685
+ "match_type": "exact",
3686
+ "autofix_safe": true
3687
+ },
3688
+ "DRY原則_dry": {
3689
+ "taiwan": "DRY原則",
3690
+ "confidence": 0.85,
3691
+ "category": "mainland-term",
3692
+ "reason": "台灣程式設計原則",
3693
+ "match_type": "exact",
3694
+ "autofix_safe": true
3695
+ },
3696
+ "KISS原则": {
3697
+ "taiwan": "KISS原則",
3698
+ "confidence": 0.85,
3699
+ "category": "mainland-term",
3700
+ "reason": "台灣設計簡化原則",
3701
+ "match_type": "exact",
3702
+ "autofix_safe": true
3703
+ },
3704
+ "KISS原则_kiss": {
3705
+ "taiwan": "KISS原則",
3706
+ "confidence": 0.85,
3707
+ "category": "mainland-term",
3708
+ "reason": "台灣設計簡化原則",
3709
+ "match_type": "exact",
3710
+ "autofix_safe": true
3711
+ },
3712
+ "KISS原則": {
3713
+ "taiwan": "KISS原則",
3714
+ "confidence": 0.85,
3715
+ "category": "mainland-term",
3716
+ "reason": "台灣設計簡化原則",
3717
+ "match_type": "exact",
3718
+ "autofix_safe": true
3719
+ },
3720
+ "KISS原則_kiss": {
3721
+ "taiwan": "KISS原則",
3722
+ "confidence": 0.85,
3723
+ "category": "mainland-term",
3724
+ "reason": "台灣設計簡化原則",
3725
+ "match_type": "exact",
3726
+ "autofix_safe": true
3727
+ },
3728
+ "YAGNI原则": {
3729
+ "taiwan": "YAGNI原則",
3730
+ "confidence": 0.85,
3731
+ "category": "mainland-term",
3732
+ "reason": "台灣極限程式設計原則",
3733
+ "match_type": "exact",
3734
+ "autofix_safe": true
3735
+ },
3736
+ "YAGNI原则_yagni": {
3737
+ "taiwan": "YAGNI原則",
3738
+ "confidence": 0.85,
3739
+ "category": "mainland-term",
3740
+ "reason": "台灣極限程式設計原則",
3741
+ "match_type": "exact",
3742
+ "autofix_safe": true
3743
+ },
3744
+ "YAGNI原則": {
3745
+ "taiwan": "YAGNI原則",
3746
+ "confidence": 0.85,
3747
+ "category": "mainland-term",
3748
+ "reason": "台灣極限程式設計原則",
3749
+ "match_type": "exact",
3750
+ "autofix_safe": true
3751
+ },
3752
+ "YAGNI原則_yagni": {
3753
+ "taiwan": "YAGNI原則",
3754
+ "confidence": 0.85,
3755
+ "category": "mainland-term",
3756
+ "reason": "台灣極限程式設計原則",
3757
+ "match_type": "exact",
3758
+ "autofix_safe": true
3759
+ },
3760
+ "CRUD操作": {
3761
+ "taiwan": "CRUD操作",
3762
+ "confidence": 0.85,
3763
+ "category": "mainland-term",
3764
+ "reason": "台灣資料庫操作基礎",
3765
+ "match_type": "exact",
3766
+ "autofix_safe": true
3767
+ },
3768
+ "CRUD操作_crud": {
3769
+ "taiwan": "CRUD操作",
3770
+ "confidence": 0.85,
3771
+ "category": "mainland-term",
3772
+ "reason": "台灣資料庫操作基礎",
3773
+ "match_type": "exact",
3774
+ "autofix_safe": true
3775
+ },
3776
+ "对象关系映射": {
3777
+ "taiwan": "物件關聯對映",
3778
+ "confidence": 0.9,
3779
+ "category": "mainland-term",
3780
+ "reason": "台灣資料庫抽象層",
3781
+ "match_type": "exact",
3782
+ "autofix_safe": true
3783
+ },
3784
+ "对象关系映射_orm": {
3785
+ "taiwan": "物件關聯對映",
3786
+ "confidence": 0.9,
3787
+ "category": "mainland-term",
3788
+ "reason": "台灣資料庫抽象層",
3789
+ "match_type": "exact",
3790
+ "autofix_safe": true
3791
+ },
3792
+ "對象關係映射": {
3793
+ "taiwan": "物件關聯對映",
3794
+ "confidence": 0.9,
3795
+ "category": "mainland-term",
3796
+ "reason": "台灣資料庫抽象層",
3797
+ "match_type": "exact",
3798
+ "autofix_safe": true
3799
+ },
3800
+ "對象關係映射_orm": {
3801
+ "taiwan": "物件關聯對映",
3802
+ "confidence": 0.9,
3803
+ "category": "mainland-term",
3804
+ "reason": "台灣資料庫抽象層",
3805
+ "match_type": "exact",
3806
+ "autofix_safe": true
3807
+ }
3808
+ }
3809
+ }