@termdock/twlint 1.0.0

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 (61) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +185 -0
  3. package/TRADEMARK.md +39 -0
  4. package/bin/twlint +6 -0
  5. package/dist/cli.d.ts +10 -0
  6. package/dist/cli.d.ts.map +1 -0
  7. package/dist/cli.js +142 -0
  8. package/dist/cli.js.map +1 -0
  9. package/dist/core/config-loader.d.ts +3 -0
  10. package/dist/core/config-loader.d.ts.map +1 -0
  11. package/dist/core/config-loader.js +54 -0
  12. package/dist/core/config-loader.js.map +1 -0
  13. package/dist/core/config-schema.d.ts +12 -0
  14. package/dist/core/config-schema.d.ts.map +1 -0
  15. package/dist/core/config-schema.js +64 -0
  16. package/dist/core/config-schema.js.map +1 -0
  17. package/dist/core/dictionary-manager.d.ts +14 -0
  18. package/dist/core/dictionary-manager.d.ts.map +1 -0
  19. package/dist/core/dictionary-manager.js +94 -0
  20. package/dist/core/dictionary-manager.js.map +1 -0
  21. package/dist/core/linter.d.ts +31 -0
  22. package/dist/core/linter.d.ts.map +1 -0
  23. package/dist/core/linter.js +182 -0
  24. package/dist/core/linter.js.map +1 -0
  25. package/dist/core/matching/match-strategies.d.ts +26 -0
  26. package/dist/core/matching/match-strategies.d.ts.map +1 -0
  27. package/dist/core/matching/match-strategies.js +170 -0
  28. package/dist/core/matching/match-strategies.js.map +1 -0
  29. package/dist/core/position-mapper.d.ts +31 -0
  30. package/dist/core/position-mapper.d.ts.map +1 -0
  31. package/dist/core/position-mapper.js +101 -0
  32. package/dist/core/position-mapper.js.map +1 -0
  33. package/dist/core/rules/context-sensitive.d.ts +17 -0
  34. package/dist/core/rules/context-sensitive.d.ts.map +1 -0
  35. package/dist/core/rules/context-sensitive.js +154 -0
  36. package/dist/core/rules/context-sensitive.js.map +1 -0
  37. package/dist/core/rules/mainland-terms.d.ts +11 -0
  38. package/dist/core/rules/mainland-terms.d.ts.map +1 -0
  39. package/dist/core/rules/mainland-terms.js +45 -0
  40. package/dist/core/rules/mainland-terms.js.map +1 -0
  41. package/dist/core/rules/simplified-chars.d.ts +10 -0
  42. package/dist/core/rules/simplified-chars.d.ts.map +1 -0
  43. package/dist/core/rules/simplified-chars.js +51 -0
  44. package/dist/core/rules/simplified-chars.js.map +1 -0
  45. package/dist/dictionaries/academic.json +141 -0
  46. package/dist/dictionaries/core.json +1491 -0
  47. package/dist/dictionaries/extended.json +141 -0
  48. package/dist/dictionaries/index.json +21 -0
  49. package/dist/formatters/json.d.ts +5 -0
  50. package/dist/formatters/json.d.ts.map +1 -0
  51. package/dist/formatters/json.js +18 -0
  52. package/dist/formatters/json.js.map +1 -0
  53. package/dist/formatters/stylish.d.ts +5 -0
  54. package/dist/formatters/stylish.d.ts.map +1 -0
  55. package/dist/formatters/stylish.js +45 -0
  56. package/dist/formatters/stylish.js.map +1 -0
  57. package/dist/types.d.ts +73 -0
  58. package/dist/types.d.ts.map +1 -0
  59. package/dist/types.js +2 -0
  60. package/dist/types.js.map +1 -0
  61. package/package.json +77 -0
@@ -0,0 +1,1491 @@
1
+ {
2
+ "metadata": {
3
+ "name": "core",
4
+ "version": "1.0.0",
5
+ "entries": 148
6
+ },
7
+ "lookup": {
8
+ "访问": {
9
+ "taiwan": "存取",
10
+ "confidence": 0.95,
11
+ "category": "mainland-term",
12
+ "reason": "台灣技術標準用語"
13
+ },
14
+ "訪問": {
15
+ "taiwan": "存取",
16
+ "confidence": 0.95,
17
+ "category": "mainland-term",
18
+ "reason": "台灣技術標準用語"
19
+ },
20
+ "激活": {
21
+ "taiwan": "啟用",
22
+ "confidence": 0.9,
23
+ "category": "mainland-term",
24
+ "reason": "台灣系統操作標準"
25
+ },
26
+ "添加": {
27
+ "taiwan": "新增",
28
+ "confidence": 0.85,
29
+ "category": "mainland-term",
30
+ "reason": "台灣介面操作慣用語"
31
+ },
32
+ "算法": {
33
+ "taiwan": "演算法",
34
+ "confidence": 0.95,
35
+ "category": "mainland-term",
36
+ "reason": "台灣學術標準用語"
37
+ },
38
+ "应用程序": {
39
+ "taiwan": "應用程式",
40
+ "confidence": 0.9,
41
+ "category": "mainland-term",
42
+ "reason": "台灣軟體開發標準"
43
+ },
44
+ "應用程序": {
45
+ "taiwan": "應用程式",
46
+ "confidence": 0.9,
47
+ "category": "mainland-term",
48
+ "reason": "台灣軟體開發標準"
49
+ },
50
+ "数组": {
51
+ "taiwan": "陣列",
52
+ "confidence": 0.95,
53
+ "category": "mainland-term",
54
+ "reason": "台灣程式設計標準"
55
+ },
56
+ "數組": {
57
+ "taiwan": "陣列",
58
+ "confidence": 0.95,
59
+ "category": "mainland-term",
60
+ "reason": "台灣程式設計標準"
61
+ },
62
+ "异步": {
63
+ "taiwan": "非同步",
64
+ "confidence": 0.9,
65
+ "category": "mainland-term",
66
+ "reason": "台灣程式開發標準"
67
+ },
68
+ "異步": {
69
+ "taiwan": "非同步",
70
+ "confidence": 0.9,
71
+ "category": "mainland-term",
72
+ "reason": "台灣程式開發標準"
73
+ },
74
+ "属性": {
75
+ "taiwan": "屬性",
76
+ "confidence": 0.8,
77
+ "category": "mainland-term",
78
+ "reason": "台灣物件導向標準"
79
+ },
80
+ "屬性": {
81
+ "taiwan": "屬性",
82
+ "confidence": 0.8,
83
+ "category": "mainland-term",
84
+ "reason": "台灣物件導向標準"
85
+ },
86
+ "音频": {
87
+ "taiwan": "音訊",
88
+ "confidence": 0.85,
89
+ "category": "mainland-term",
90
+ "reason": "台灣多媒體標準"
91
+ },
92
+ "音頻": {
93
+ "taiwan": "音訊",
94
+ "confidence": 0.85,
95
+ "category": "mainland-term",
96
+ "reason": "台灣多媒體標準"
97
+ },
98
+ "认证": {
99
+ "taiwan": "驗證",
100
+ "confidence": 0.9,
101
+ "category": "mainland-term",
102
+ "reason": "台灣資安標準用語"
103
+ },
104
+ "認證": {
105
+ "taiwan": "驗證",
106
+ "confidence": 0.9,
107
+ "category": "mainland-term",
108
+ "reason": "台灣資安標準用語"
109
+ },
110
+ "授权": {
111
+ "taiwan": "授權",
112
+ "confidence": 0.85,
113
+ "category": "mainland-term",
114
+ "reason": "台灣權限管理標準"
115
+ },
116
+ "授權": {
117
+ "taiwan": "授權",
118
+ "confidence": 0.85,
119
+ "category": "mainland-term",
120
+ "reason": "台灣權限管理標準"
121
+ },
122
+ "带宽": {
123
+ "taiwan": "頻寬",
124
+ "confidence": 0.95,
125
+ "category": "mainland-term",
126
+ "reason": "台灣網路技術標準"
127
+ },
128
+ "帶寬": {
129
+ "taiwan": "頻寬",
130
+ "confidence": 0.95,
131
+ "category": "mainland-term",
132
+ "reason": "台灣網路技術標準"
133
+ },
134
+ "二进制": {
135
+ "taiwan": "二元",
136
+ "confidence": 0.9,
137
+ "category": "mainland-term",
138
+ "reason": "台灣計算機科學標準"
139
+ },
140
+ "二進制": {
141
+ "taiwan": "二元",
142
+ "confidence": 0.9,
143
+ "category": "mainland-term",
144
+ "reason": "台灣計算機科學標準"
145
+ },
146
+ "布尔": {
147
+ "taiwan": "布林",
148
+ "confidence": 0.95,
149
+ "category": "mainland-term",
150
+ "reason": "台灣程式語言標準"
151
+ },
152
+ "布爾": {
153
+ "taiwan": "布林",
154
+ "confidence": 0.95,
155
+ "category": "mainland-term",
156
+ "reason": "台灣程式語言標準"
157
+ },
158
+ "构建": {
159
+ "taiwan": "建構",
160
+ "confidence": 0.85,
161
+ "category": "mainland-term",
162
+ "reason": "台灣軟體開發標準"
163
+ },
164
+ "構建": {
165
+ "taiwan": "建構",
166
+ "confidence": 0.85,
167
+ "category": "mainland-term",
168
+ "reason": "台灣軟體開發標準"
169
+ },
170
+ "字节": {
171
+ "taiwan": "位元組",
172
+ "confidence": 0.95,
173
+ "category": "mainland-term",
174
+ "reason": "台灣計算機硬體標準"
175
+ },
176
+ "字節": {
177
+ "taiwan": "位元組",
178
+ "confidence": 0.95,
179
+ "category": "mainland-term",
180
+ "reason": "台灣計算機硬體標準"
181
+ },
182
+ "缓存": {
183
+ "taiwan": "快取",
184
+ "confidence": 0.9,
185
+ "category": "mainland-term",
186
+ "reason": "台灣系統效能標準"
187
+ },
188
+ "緩存": {
189
+ "taiwan": "快取",
190
+ "confidence": 0.9,
191
+ "category": "mainland-term",
192
+ "reason": "台灣系統效能標準"
193
+ },
194
+ "调用": {
195
+ "taiwan": "呼叫",
196
+ "confidence": 0.85,
197
+ "category": "mainland-term",
198
+ "reason": "台灣程式設計標準"
199
+ },
200
+ "調用": {
201
+ "taiwan": "呼叫",
202
+ "confidence": 0.85,
203
+ "category": "mainland-term",
204
+ "reason": "台灣程式設計標準"
205
+ },
206
+ "回调": {
207
+ "taiwan": "回呼",
208
+ "confidence": 0.85,
209
+ "category": "mainland-term",
210
+ "reason": "台灣非同步程式設計"
211
+ },
212
+ "回調": {
213
+ "taiwan": "回呼",
214
+ "confidence": 0.85,
215
+ "category": "mainland-term",
216
+ "reason": "台灣非同步程式設計"
217
+ },
218
+ "证书": {
219
+ "taiwan": "憑證",
220
+ "confidence": 0.9,
221
+ "category": "mainland-term",
222
+ "reason": "台灣資安認證標準"
223
+ },
224
+ "證書": {
225
+ "taiwan": "憑證",
226
+ "confidence": 0.9,
227
+ "category": "mainland-term",
228
+ "reason": "台灣資安認證標準"
229
+ },
230
+ "字符": {
231
+ "taiwan": "字元",
232
+ "confidence": 0.9,
233
+ "category": "mainland-term",
234
+ "reason": "台灣文字處理標準"
235
+ },
236
+ "类": {
237
+ "taiwan": "類別",
238
+ "confidence": 0.95,
239
+ "category": "mainland-term",
240
+ "reason": "台灣物件導向標準"
241
+ },
242
+ "類": {
243
+ "taiwan": "類別",
244
+ "confidence": 0.95,
245
+ "category": "mainland-term",
246
+ "reason": "台灣物件導向標準"
247
+ },
248
+ "客户端": {
249
+ "taiwan": "用戶端",
250
+ "confidence": 0.9,
251
+ "category": "mainland-term",
252
+ "reason": "台灣網路架構標準"
253
+ },
254
+ "客戶端": {
255
+ "taiwan": "用戶端",
256
+ "confidence": 0.9,
257
+ "category": "mainland-term",
258
+ "reason": "台灣網路架構標準"
259
+ },
260
+ "克隆": {
261
+ "taiwan": "複製",
262
+ "confidence": 0.85,
263
+ "category": "mainland-term",
264
+ "reason": "台灣版本控制標準"
265
+ },
266
+ "云": {
267
+ "taiwan": "雲端",
268
+ "confidence": 0.95,
269
+ "category": "mainland-term",
270
+ "reason": "台灣雲端運算標準"
271
+ },
272
+ "雲": {
273
+ "taiwan": "雲端",
274
+ "confidence": 0.95,
275
+ "category": "mainland-term",
276
+ "reason": "台灣雲端運算標準"
277
+ },
278
+ "代码": {
279
+ "taiwan": "程式碼",
280
+ "confidence": 0.95,
281
+ "category": "mainland-term",
282
+ "reason": "台灣軟體開發標準"
283
+ },
284
+ "代碼": {
285
+ "taiwan": "程式碼",
286
+ "confidence": 0.95,
287
+ "category": "mainland-term",
288
+ "reason": "台灣軟體開發標準"
289
+ },
290
+ "编译": {
291
+ "taiwan": "編譯",
292
+ "confidence": 0.95,
293
+ "category": "mainland-term",
294
+ "reason": "台灣程式語言標準"
295
+ },
296
+ "編譯": {
297
+ "taiwan": "編譯",
298
+ "confidence": 0.95,
299
+ "category": "mainland-term",
300
+ "reason": "台灣程式語言標準"
301
+ },
302
+ "编译器": {
303
+ "taiwan": "編譯器",
304
+ "confidence": 0.95,
305
+ "category": "mainland-term",
306
+ "reason": "台灣程式語言工具"
307
+ },
308
+ "編譯器": {
309
+ "taiwan": "編譯器",
310
+ "confidence": 0.95,
311
+ "category": "mainland-term",
312
+ "reason": "台灣程式語言工具"
313
+ },
314
+ "组件": {
315
+ "taiwan": "組件",
316
+ "confidence": 0.85,
317
+ "category": "mainland-term",
318
+ "reason": "台灣軟體架構標準"
319
+ },
320
+ "組件": {
321
+ "taiwan": "組件",
322
+ "confidence": 0.85,
323
+ "category": "mainland-term",
324
+ "reason": "台灣軟體架構標準"
325
+ },
326
+ "压缩": {
327
+ "taiwan": "壓縮",
328
+ "confidence": 0.9,
329
+ "category": "mainland-term",
330
+ "reason": "台灣資料處理標準"
331
+ },
332
+ "壓縮": {
333
+ "taiwan": "壓縮",
334
+ "confidence": 0.9,
335
+ "category": "mainland-term",
336
+ "reason": "台灣資料處理標準"
337
+ },
338
+ "并发性": {
339
+ "taiwan": "並行性",
340
+ "confidence": 0.85,
341
+ "category": "mainland-term",
342
+ "reason": "台灣平行處理標準"
343
+ },
344
+ "併發性": {
345
+ "taiwan": "並行性",
346
+ "confidence": 0.85,
347
+ "category": "mainland-term",
348
+ "reason": "台灣平行處理標準"
349
+ },
350
+ "配置": {
351
+ "taiwan": "配置",
352
+ "confidence": 0.9,
353
+ "category": "mainland-term",
354
+ "reason": "台灣系統設定標準"
355
+ },
356
+ "连接": {
357
+ "taiwan": "連線",
358
+ "confidence": 0.9,
359
+ "category": "mainland-term",
360
+ "reason": "台灣網路連接標準"
361
+ },
362
+ "連接": {
363
+ "taiwan": "連線",
364
+ "confidence": 0.9,
365
+ "category": "mainland-term",
366
+ "reason": "台灣網路連接標準"
367
+ },
368
+ "构造函数": {
369
+ "taiwan": "建構子",
370
+ "confidence": 0.9,
371
+ "category": "mainland-term",
372
+ "reason": "台灣物件導向標準"
373
+ },
374
+ "構造函數": {
375
+ "taiwan": "建構子",
376
+ "confidence": 0.9,
377
+ "category": "mainland-term",
378
+ "reason": "台灣物件導向標準"
379
+ },
380
+ "容器": {
381
+ "taiwan": "容器",
382
+ "confidence": 0.8,
383
+ "category": "mainland-term",
384
+ "reason": "台灣虛擬化技術"
385
+ },
386
+ "控件": {
387
+ "taiwan": "控制項",
388
+ "confidence": 0.9,
389
+ "category": "mainland-term",
390
+ "reason": "台灣介面元件標準"
391
+ },
392
+ "拷贝": {
393
+ "taiwan": "複製",
394
+ "confidence": 0.85,
395
+ "category": "mainland-term",
396
+ "reason": "台灣檔案操作標準"
397
+ },
398
+ "拷貝": {
399
+ "taiwan": "複製",
400
+ "confidence": 0.85,
401
+ "category": "mainland-term",
402
+ "reason": "台灣檔案操作標準"
403
+ },
404
+ "创建": {
405
+ "taiwan": "建立",
406
+ "confidence": 0.85,
407
+ "category": "mainland-term",
408
+ "reason": "台灣系統操作標準"
409
+ },
410
+ "創建": {
411
+ "taiwan": "建立",
412
+ "confidence": 0.85,
413
+ "category": "mainland-term",
414
+ "reason": "台灣系統操作標準"
415
+ },
416
+ "光标": {
417
+ "taiwan": "游標",
418
+ "confidence": 0.9,
419
+ "category": "mainland-term",
420
+ "reason": "台灣介面操作標準"
421
+ },
422
+ "光標": {
423
+ "taiwan": "游標",
424
+ "confidence": 0.9,
425
+ "category": "mainland-term",
426
+ "reason": "台灣介面操作標準"
427
+ },
428
+ "自定义": {
429
+ "taiwan": "自訂",
430
+ "confidence": 0.85,
431
+ "category": "mainland-term",
432
+ "reason": "台灣客製化標準"
433
+ },
434
+ "自定義": {
435
+ "taiwan": "自訂",
436
+ "confidence": 0.85,
437
+ "category": "mainland-term",
438
+ "reason": "台灣客製化標準"
439
+ },
440
+ "数据": {
441
+ "taiwan": "資料",
442
+ "confidence": 0.95,
443
+ "category": "mainland-term",
444
+ "reason": "台灣資訊處理標準"
445
+ },
446
+ "數據": {
447
+ "taiwan": "資料",
448
+ "confidence": 0.95,
449
+ "category": "mainland-term",
450
+ "reason": "台灣資訊處理標準"
451
+ },
452
+ "数据库": {
453
+ "taiwan": "資料庫",
454
+ "confidence": 0.95,
455
+ "category": "mainland-term",
456
+ "reason": "台灣資料管理標準"
457
+ },
458
+ "數據庫": {
459
+ "taiwan": "資料庫",
460
+ "confidence": 0.95,
461
+ "category": "mainland-term",
462
+ "reason": "台灣資料管理標準"
463
+ },
464
+ "调试": {
465
+ "taiwan": "除錯",
466
+ "confidence": 0.9,
467
+ "category": "mainland-term",
468
+ "reason": "台灣程式開發標準"
469
+ },
470
+ "調試": {
471
+ "taiwan": "除錯",
472
+ "confidence": 0.9,
473
+ "category": "mainland-term",
474
+ "reason": "台灣程式開發標準"
475
+ },
476
+ "默认": {
477
+ "taiwan": "預設",
478
+ "confidence": 0.9,
479
+ "category": "mainland-term",
480
+ "reason": "台灣系統設定標準"
481
+ },
482
+ "默認": {
483
+ "taiwan": "預設",
484
+ "confidence": 0.9,
485
+ "category": "mainland-term",
486
+ "reason": "台灣系統設定標準"
487
+ },
488
+ "定义": {
489
+ "taiwan": "定義",
490
+ "confidence": 0.8,
491
+ "category": "mainland-term",
492
+ "reason": "台灣程式語言標準"
493
+ },
494
+ "定義": {
495
+ "taiwan": "定義",
496
+ "confidence": 0.8,
497
+ "category": "mainland-term",
498
+ "reason": "台灣程式語言標準"
499
+ },
500
+ "目录": {
501
+ "taiwan": "目錄",
502
+ "confidence": 0.85,
503
+ "category": "mainland-term",
504
+ "reason": "台灣檔案系統標準"
505
+ },
506
+ "目錄": {
507
+ "taiwan": "目錄",
508
+ "confidence": 0.85,
509
+ "category": "mainland-term",
510
+ "reason": "台灣檔案系統標準"
511
+ },
512
+ "磁盘": {
513
+ "taiwan": "磁碟",
514
+ "confidence": 0.9,
515
+ "category": "mainland-term",
516
+ "reason": "台灣儲存裝置標準"
517
+ },
518
+ "磁盤": {
519
+ "taiwan": "磁碟",
520
+ "confidence": 0.9,
521
+ "category": "mainland-term",
522
+ "reason": "台灣儲存裝置標準"
523
+ },
524
+ "文档": {
525
+ "taiwan": "文件",
526
+ "confidence": 0.85,
527
+ "category": "mainland-term",
528
+ "reason": "台灣技術文件標準"
529
+ },
530
+ "文檔": {
531
+ "taiwan": "文件",
532
+ "confidence": 0.85,
533
+ "category": "mainland-term",
534
+ "reason": "台灣技術文件標準"
535
+ },
536
+ "域": {
537
+ "taiwan": "網域",
538
+ "confidence": 0.9,
539
+ "category": "mainland-term",
540
+ "reason": "台灣網路技術標準"
541
+ },
542
+ "下载": {
543
+ "taiwan": "下載",
544
+ "confidence": 0.8,
545
+ "category": "mainland-term",
546
+ "reason": "台灣網路傳輸標準"
547
+ },
548
+ "下載": {
549
+ "taiwan": "下載",
550
+ "confidence": 0.8,
551
+ "category": "mainland-term",
552
+ "reason": "台灣網路傳輸標準"
553
+ },
554
+ "驱动程序": {
555
+ "taiwan": "驅動程式",
556
+ "confidence": 0.9,
557
+ "category": "mainland-term",
558
+ "reason": "台灣硬體管理標準"
559
+ },
560
+ "驅動程序": {
561
+ "taiwan": "驅動程式",
562
+ "confidence": 0.9,
563
+ "category": "mainland-term",
564
+ "reason": "台灣硬體管理標準"
565
+ },
566
+ "元素": {
567
+ "taiwan": "元素",
568
+ "confidence": 0.75,
569
+ "category": "mainland-term",
570
+ "reason": "台灣介面設計標準"
571
+ },
572
+ "电子邮件": {
573
+ "taiwan": "電子郵件",
574
+ "confidence": 0.8,
575
+ "category": "mainland-term",
576
+ "reason": "台灣網路通訊標準"
577
+ },
578
+ "電子郵件": {
579
+ "taiwan": "電子郵件",
580
+ "confidence": 0.8,
581
+ "category": "mainland-term",
582
+ "reason": "台灣網路通訊標準"
583
+ },
584
+ "启用": {
585
+ "taiwan": "啟用",
586
+ "confidence": 0.85,
587
+ "category": "mainland-term",
588
+ "reason": "台灣系統操作標準"
589
+ },
590
+ "啟用": {
591
+ "taiwan": "啟用",
592
+ "confidence": 0.85,
593
+ "category": "mainland-term",
594
+ "reason": "台灣系統操作標準"
595
+ },
596
+ "事件": {
597
+ "taiwan": "事件",
598
+ "confidence": 0.8,
599
+ "category": "mainland-term",
600
+ "reason": "台灣程式設計標準"
601
+ },
602
+ "异常": {
603
+ "taiwan": "例外",
604
+ "confidence": 0.9,
605
+ "category": "mainland-term",
606
+ "reason": "台灣錯誤處理標準"
607
+ },
608
+ "異常": {
609
+ "taiwan": "例外",
610
+ "confidence": 0.9,
611
+ "category": "mainland-term",
612
+ "reason": "台灣錯誤處理標準"
613
+ },
614
+ "导出": {
615
+ "taiwan": "匯出",
616
+ "confidence": 0.9,
617
+ "category": "mainland-term",
618
+ "reason": "台灣資料處理標準"
619
+ },
620
+ "導出": {
621
+ "taiwan": "匯出",
622
+ "confidence": 0.9,
623
+ "category": "mainland-term",
624
+ "reason": "台灣資料處理標準"
625
+ },
626
+ "扩展": {
627
+ "taiwan": "擴充功能",
628
+ "confidence": 0.85,
629
+ "category": "mainland-term",
630
+ "reason": "台灣軟體功能標準"
631
+ },
632
+ "擴展": {
633
+ "taiwan": "擴充功能",
634
+ "confidence": 0.85,
635
+ "category": "mainland-term",
636
+ "reason": "台灣軟體功能標準"
637
+ },
638
+ "字段": {
639
+ "taiwan": "欄位",
640
+ "confidence": 0.9,
641
+ "category": "mainland-term",
642
+ "reason": "台灣資料庫標準"
643
+ },
644
+ "文件": {
645
+ "taiwan": "檔案",
646
+ "confidence": 0.9,
647
+ "category": "mainland-term",
648
+ "reason": "台灣檔案系統標準"
649
+ },
650
+ "过滤器": {
651
+ "taiwan": "過濾器",
652
+ "confidence": 0.85,
653
+ "category": "mainland-term",
654
+ "reason": "台灣資料處理標準"
655
+ },
656
+ "過濾器": {
657
+ "taiwan": "過濾器",
658
+ "confidence": 0.85,
659
+ "category": "mainland-term",
660
+ "reason": "台灣資料處理標準"
661
+ },
662
+ "固件": {
663
+ "taiwan": "韌體",
664
+ "confidence": 0.95,
665
+ "category": "mainland-term",
666
+ "reason": "台灣硬體技術標準"
667
+ },
668
+ "文件夹": {
669
+ "taiwan": "資料夾",
670
+ "confidence": 0.9,
671
+ "category": "mainland-term",
672
+ "reason": "台灣檔案管理標準"
673
+ },
674
+ "文件夾": {
675
+ "taiwan": "資料夾",
676
+ "confidence": 0.9,
677
+ "category": "mainland-term",
678
+ "reason": "台灣檔案管理標準"
679
+ },
680
+ "格式化": {
681
+ "taiwan": "格式化",
682
+ "confidence": 0.8,
683
+ "category": "mainland-term",
684
+ "reason": "台灣資料處理標準"
685
+ },
686
+ "框架": {
687
+ "taiwan": "框架",
688
+ "confidence": 0.75,
689
+ "category": "mainland-term",
690
+ "reason": "台灣軟體開發標準"
691
+ },
692
+ "函数": {
693
+ "taiwan": "函式",
694
+ "confidence": 0.95,
695
+ "category": "mainland-term",
696
+ "reason": "台灣程式設計標準"
697
+ },
698
+ "函數": {
699
+ "taiwan": "函式",
700
+ "confidence": 0.95,
701
+ "category": "mainland-term",
702
+ "reason": "台灣程式設計標準"
703
+ },
704
+ "生成": {
705
+ "taiwan": "產生",
706
+ "confidence": 0.85,
707
+ "category": "mainland-term",
708
+ "reason": "台灣程式開發標準"
709
+ },
710
+ "全局": {
711
+ "taiwan": "全域",
712
+ "confidence": 0.9,
713
+ "category": "mainland-term",
714
+ "reason": "台灣程式設計標準"
715
+ },
716
+ "处理器": {
717
+ "taiwan": "處理器",
718
+ "confidence": 0.85,
719
+ "category": "mainland-term",
720
+ "reason": "台灣程式設計標準"
721
+ },
722
+ "處理器": {
723
+ "taiwan": "處理器",
724
+ "confidence": 0.85,
725
+ "category": "mainland-term",
726
+ "reason": "台灣程式設計標準"
727
+ },
728
+ "硬件": {
729
+ "taiwan": "硬體",
730
+ "confidence": 0.95,
731
+ "category": "mainland-term",
732
+ "reason": "台灣計算機硬體標準"
733
+ },
734
+ "哈希": {
735
+ "taiwan": "雜湊",
736
+ "confidence": 0.9,
737
+ "category": "mainland-term",
738
+ "reason": "台灣密碼學標準"
739
+ },
740
+ "头部": {
741
+ "taiwan": "標頭",
742
+ "confidence": 0.85,
743
+ "category": "mainland-term",
744
+ "reason": "台灣網路協定標準"
745
+ },
746
+ "頭部": {
747
+ "taiwan": "標頭",
748
+ "confidence": 0.85,
749
+ "category": "mainland-term",
750
+ "reason": "台灣網路協定標準"
751
+ },
752
+ "堆": {
753
+ "taiwan": "堆積",
754
+ "confidence": 0.9,
755
+ "category": "mainland-term",
756
+ "reason": "台灣記憶體管理標準"
757
+ },
758
+ "图标": {
759
+ "taiwan": "圖示",
760
+ "confidence": 0.85,
761
+ "category": "mainland-term",
762
+ "reason": "台灣介面設計標準"
763
+ },
764
+ "圖標": {
765
+ "taiwan": "圖示",
766
+ "confidence": 0.85,
767
+ "category": "mainland-term",
768
+ "reason": "台灣介面設計標準"
769
+ },
770
+ "图像": {
771
+ "taiwan": "影像",
772
+ "confidence": 0.85,
773
+ "category": "mainland-term",
774
+ "reason": "台灣多媒體標準"
775
+ },
776
+ "圖像": {
777
+ "taiwan": "影像",
778
+ "confidence": 0.85,
779
+ "category": "mainland-term",
780
+ "reason": "台灣多媒體標準"
781
+ },
782
+ "实现": {
783
+ "taiwan": "實作",
784
+ "confidence": 0.9,
785
+ "category": "mainland-term",
786
+ "reason": "台灣軟體開發標準"
787
+ },
788
+ "實現": {
789
+ "taiwan": "實作",
790
+ "confidence": 0.9,
791
+ "category": "mainland-term",
792
+ "reason": "台灣軟體開發標準"
793
+ },
794
+ "导入": {
795
+ "taiwan": "匯入",
796
+ "confidence": 0.9,
797
+ "category": "mainland-term",
798
+ "reason": "台灣程式開發標準"
799
+ },
800
+ "導入": {
801
+ "taiwan": "匯入",
802
+ "confidence": 0.9,
803
+ "category": "mainland-term",
804
+ "reason": "台灣程式開發標準"
805
+ },
806
+ "信息": {
807
+ "taiwan": "資訊",
808
+ "confidence": 0.85,
809
+ "category": "mainland-term",
810
+ "reason": "台灣資訊處理標準"
811
+ },
812
+ "继承": {
813
+ "taiwan": "繼承",
814
+ "confidence": 0.85,
815
+ "category": "mainland-term",
816
+ "reason": "台灣物件導向標準"
817
+ },
818
+ "繼承": {
819
+ "taiwan": "繼承",
820
+ "confidence": 0.85,
821
+ "category": "mainland-term",
822
+ "reason": "台灣物件導向標準"
823
+ },
824
+ "实例": {
825
+ "taiwan": "實體",
826
+ "confidence": 0.9,
827
+ "category": "mainland-term",
828
+ "reason": "台灣物件導向標準"
829
+ },
830
+ "實例": {
831
+ "taiwan": "實體",
832
+ "confidence": 0.9,
833
+ "category": "mainland-term",
834
+ "reason": "台灣物件導向標準"
835
+ },
836
+ "集成": {
837
+ "taiwan": "整合",
838
+ "confidence": 0.85,
839
+ "category": "mainland-term",
840
+ "reason": "台灣系統整合標準"
841
+ },
842
+ "接口": {
843
+ "taiwan": "介面",
844
+ "confidence": 0.95,
845
+ "category": "mainland-term",
846
+ "reason": "台灣軟體設計標準"
847
+ },
848
+ "互联网": {
849
+ "taiwan": "網際網路",
850
+ "confidence": 0.9,
851
+ "category": "mainland-term",
852
+ "reason": "台灣網路技術標準"
853
+ },
854
+ "互聯網": {
855
+ "taiwan": "網際網路",
856
+ "confidence": 0.9,
857
+ "category": "mainland-term",
858
+ "reason": "台灣網路技術標準"
859
+ },
860
+ "迭代": {
861
+ "taiwan": "疊代",
862
+ "confidence": 0.9,
863
+ "category": "mainland-term",
864
+ "reason": "台灣程式設計標準"
865
+ },
866
+ "程序库": {
867
+ "taiwan": "程式庫",
868
+ "confidence": 0.95,
869
+ "category": "mainland-term",
870
+ "reason": "台灣軟體開發標準"
871
+ },
872
+ "程序庫": {
873
+ "taiwan": "程式庫",
874
+ "confidence": 0.95,
875
+ "category": "mainland-term",
876
+ "reason": "台灣軟體開發標準"
877
+ },
878
+ "链接": {
879
+ "taiwan": "連結",
880
+ "confidence": 0.85,
881
+ "category": "mainland-term",
882
+ "reason": "台灣網路技術標準"
883
+ },
884
+ "鏈接": {
885
+ "taiwan": "連結",
886
+ "confidence": 0.85,
887
+ "category": "mainland-term",
888
+ "reason": "台灣網路技術標準"
889
+ },
890
+ "加载": {
891
+ "taiwan": "載入",
892
+ "confidence": 0.9,
893
+ "category": "mainland-term",
894
+ "reason": "台灣系統操作標準"
895
+ },
896
+ "加載": {
897
+ "taiwan": "載入",
898
+ "confidence": 0.9,
899
+ "category": "mainland-term",
900
+ "reason": "台灣系統操作標準"
901
+ },
902
+ "本地": {
903
+ "taiwan": "本機",
904
+ "confidence": 0.85,
905
+ "category": "mainland-term",
906
+ "reason": "台灣系統術語標準"
907
+ },
908
+ "日志": {
909
+ "taiwan": "記錄",
910
+ "confidence": 0.85,
911
+ "category": "mainland-term",
912
+ "reason": "台灣系統監控標準"
913
+ },
914
+ "日誌": {
915
+ "taiwan": "記錄",
916
+ "confidence": 0.85,
917
+ "category": "mainland-term",
918
+ "reason": "台灣系統監控標準"
919
+ },
920
+ "循环": {
921
+ "taiwan": "迴圈",
922
+ "confidence": 0.9,
923
+ "category": "mainland-term",
924
+ "reason": "台灣程式設計標準"
925
+ },
926
+ "循環": {
927
+ "taiwan": "迴圈",
928
+ "confidence": 0.9,
929
+ "category": "mainland-term",
930
+ "reason": "台灣程式設計標準"
931
+ },
932
+ "内存": {
933
+ "taiwan": "記憶體",
934
+ "confidence": 0.95,
935
+ "category": "mainland-term",
936
+ "reason": "台灣計算機硬體標準"
937
+ },
938
+ "內存": {
939
+ "taiwan": "記憶體",
940
+ "confidence": 0.95,
941
+ "category": "mainland-term",
942
+ "reason": "台灣計算機硬體標準"
943
+ },
944
+ "菜单": {
945
+ "taiwan": "選單",
946
+ "confidence": 0.9,
947
+ "category": "mainland-term",
948
+ "reason": "台灣介面設計標準"
949
+ },
950
+ "菜單": {
951
+ "taiwan": "選單",
952
+ "confidence": 0.9,
953
+ "category": "mainland-term",
954
+ "reason": "台灣介面設計標準"
955
+ },
956
+ "消息": {
957
+ "taiwan": "訊息",
958
+ "confidence": 0.85,
959
+ "category": "mainland-term",
960
+ "reason": "台灣通訊協定標準"
961
+ },
962
+ "方法": {
963
+ "taiwan": "方法",
964
+ "confidence": 0.75,
965
+ "category": "mainland-term",
966
+ "reason": "台灣物件導向標準"
967
+ },
968
+ "移动": {
969
+ "taiwan": "行動",
970
+ "confidence": 0.9,
971
+ "category": "mainland-term",
972
+ "reason": "台灣行動裝置標準"
973
+ },
974
+ "移動": {
975
+ "taiwan": "行動",
976
+ "confidence": 0.9,
977
+ "category": "mainland-term",
978
+ "reason": "台灣行動裝置標準"
979
+ },
980
+ "模块": {
981
+ "taiwan": "模組",
982
+ "confidence": 0.9,
983
+ "category": "mainland-term",
984
+ "reason": "台灣軟體架構標準"
985
+ },
986
+ "模塊": {
987
+ "taiwan": "模組",
988
+ "confidence": 0.9,
989
+ "category": "mainland-term",
990
+ "reason": "台灣軟體架構標準"
991
+ },
992
+ "鼠标": {
993
+ "taiwan": "滑鼠",
994
+ "confidence": 0.9,
995
+ "category": "mainland-term",
996
+ "reason": "台灣週邊裝置標準"
997
+ },
998
+ "鼠標": {
999
+ "taiwan": "滑鼠",
1000
+ "confidence": 0.9,
1001
+ "category": "mainland-term",
1002
+ "reason": "台灣週邊裝置標準"
1003
+ },
1004
+ "网络": {
1005
+ "taiwan": "網路",
1006
+ "confidence": 0.95,
1007
+ "category": "mainland-term",
1008
+ "reason": "台灣網路技術標準"
1009
+ },
1010
+ "網絡": {
1011
+ "taiwan": "網路",
1012
+ "confidence": 0.95,
1013
+ "category": "mainland-term",
1014
+ "reason": "台灣網路技術標準"
1015
+ },
1016
+ "对象": {
1017
+ "taiwan": "物件",
1018
+ "confidence": 0.95,
1019
+ "category": "mainland-term",
1020
+ "reason": "台灣物件導向標準"
1021
+ },
1022
+ "對象": {
1023
+ "taiwan": "物件",
1024
+ "confidence": 0.95,
1025
+ "category": "mainland-term",
1026
+ "reason": "台灣物件導向標準"
1027
+ },
1028
+ "在线": {
1029
+ "taiwan": "線上",
1030
+ "confidence": 0.85,
1031
+ "category": "mainland-term",
1032
+ "reason": "台灣網路服務標準"
1033
+ },
1034
+ "在線": {
1035
+ "taiwan": "線上",
1036
+ "confidence": 0.85,
1037
+ "category": "mainland-term",
1038
+ "reason": "台灣網路服務標準"
1039
+ },
1040
+ "优化": {
1041
+ "taiwan": "最佳化",
1042
+ "confidence": 0.9,
1043
+ "category": "mainland-term",
1044
+ "reason": "台灣效能調校標準"
1045
+ },
1046
+ "優化": {
1047
+ "taiwan": "最佳化",
1048
+ "confidence": 0.9,
1049
+ "category": "mainland-term",
1050
+ "reason": "台灣效能調校標準"
1051
+ },
1052
+ "溢出": {
1053
+ "taiwan": "溢位",
1054
+ "confidence": 0.85,
1055
+ "category": "mainland-term",
1056
+ "reason": "台灣程式錯誤處理"
1057
+ },
1058
+ "包": {
1059
+ "taiwan": "套件",
1060
+ "confidence": 0.85,
1061
+ "category": "mainland-term",
1062
+ "reason": "台灣軟體發布標準"
1063
+ },
1064
+ "参数": {
1065
+ "taiwan": "參數",
1066
+ "confidence": 0.85,
1067
+ "category": "mainland-term",
1068
+ "reason": "台灣程式設計標準"
1069
+ },
1070
+ "參數": {
1071
+ "taiwan": "參數",
1072
+ "confidence": 0.85,
1073
+ "category": "mainland-term",
1074
+ "reason": "台灣程式設計標準"
1075
+ },
1076
+ "解析": {
1077
+ "taiwan": "剖析",
1078
+ "confidence": 0.85,
1079
+ "category": "mainland-term",
1080
+ "reason": "台灣資料處理標準"
1081
+ },
1082
+ "性能": {
1083
+ "taiwan": "效能",
1084
+ "confidence": 0.9,
1085
+ "category": "mainland-term",
1086
+ "reason": "台灣系統評測標準"
1087
+ },
1088
+ "插件": {
1089
+ "taiwan": "外掛程式",
1090
+ "confidence": 0.9,
1091
+ "category": "mainland-term",
1092
+ "reason": "台灣軟體擴充標準"
1093
+ },
1094
+ "指针": {
1095
+ "taiwan": "指標",
1096
+ "confidence": 0.9,
1097
+ "category": "mainland-term",
1098
+ "reason": "台灣程式設計標準"
1099
+ },
1100
+ "指針": {
1101
+ "taiwan": "指標",
1102
+ "confidence": 0.9,
1103
+ "category": "mainland-term",
1104
+ "reason": "台灣程式設計標準"
1105
+ },
1106
+ "打印": {
1107
+ "taiwan": "列印",
1108
+ "confidence": 0.9,
1109
+ "category": "mainland-term",
1110
+ "reason": "台灣週邊裝置標準"
1111
+ },
1112
+ "进程": {
1113
+ "taiwan": "行程",
1114
+ "confidence": 0.9,
1115
+ "category": "mainland-term",
1116
+ "reason": "台灣作業系統標準"
1117
+ },
1118
+ "進程": {
1119
+ "taiwan": "行程",
1120
+ "confidence": 0.9,
1121
+ "category": "mainland-term",
1122
+ "reason": "台灣作業系統標準"
1123
+ },
1124
+ "程序": {
1125
+ "taiwan": "程式",
1126
+ "confidence": 0.95,
1127
+ "category": "mainland-term",
1128
+ "reason": "台灣軟體開發標準"
1129
+ },
1130
+ "协议": {
1131
+ "taiwan": "協定",
1132
+ "confidence": 0.9,
1133
+ "category": "mainland-term",
1134
+ "reason": "台灣網路通訊標準"
1135
+ },
1136
+ "協議": {
1137
+ "taiwan": "協定",
1138
+ "confidence": 0.9,
1139
+ "category": "mainland-term",
1140
+ "reason": "台灣網路通訊標準"
1141
+ },
1142
+ "查询": {
1143
+ "taiwan": "查詢",
1144
+ "confidence": 0.8,
1145
+ "category": "mainland-term",
1146
+ "reason": "台灣資料庫標準"
1147
+ },
1148
+ "查詢": {
1149
+ "taiwan": "查詢",
1150
+ "confidence": 0.8,
1151
+ "category": "mainland-term",
1152
+ "reason": "台灣資料庫標準"
1153
+ },
1154
+ "队列": {
1155
+ "taiwan": "佇列",
1156
+ "confidence": 0.95,
1157
+ "category": "mainland-term",
1158
+ "reason": "台灣資料結構標準"
1159
+ },
1160
+ "隊列": {
1161
+ "taiwan": "佇列",
1162
+ "confidence": 0.95,
1163
+ "category": "mainland-term",
1164
+ "reason": "台灣資料結構標準"
1165
+ },
1166
+ "读取": {
1167
+ "taiwan": "讀取",
1168
+ "confidence": 0.8,
1169
+ "category": "mainland-term",
1170
+ "reason": "台灣檔案操作標準"
1171
+ },
1172
+ "讀取": {
1173
+ "taiwan": "讀取",
1174
+ "confidence": 0.8,
1175
+ "category": "mainland-term",
1176
+ "reason": "台灣檔案操作標準"
1177
+ },
1178
+ "寄存器": {
1179
+ "taiwan": "暫存器",
1180
+ "confidence": 0.9,
1181
+ "category": "mainland-term",
1182
+ "reason": "台灣計算機硬體標準"
1183
+ },
1184
+ "远程": {
1185
+ "taiwan": "遠端",
1186
+ "confidence": 0.9,
1187
+ "category": "mainland-term",
1188
+ "reason": "台灣網路連線標準"
1189
+ },
1190
+ "遠程": {
1191
+ "taiwan": "遠端",
1192
+ "confidence": 0.9,
1193
+ "category": "mainland-term",
1194
+ "reason": "台灣網路連線標準"
1195
+ },
1196
+ "渲染": {
1197
+ "taiwan": "算繪",
1198
+ "confidence": 0.85,
1199
+ "category": "mainland-term",
1200
+ "reason": "台灣圖形處理標準"
1201
+ },
1202
+ "响应": {
1203
+ "taiwan": "回應",
1204
+ "confidence": 0.85,
1205
+ "category": "mainland-term",
1206
+ "reason": "台灣網路通訊標準"
1207
+ },
1208
+ "響應": {
1209
+ "taiwan": "回應",
1210
+ "confidence": 0.85,
1211
+ "category": "mainland-term",
1212
+ "reason": "台灣網路通訊標準"
1213
+ },
1214
+ "运行": {
1215
+ "taiwan": "執行",
1216
+ "confidence": 0.85,
1217
+ "category": "mainland-term",
1218
+ "reason": "台灣系統操作標準"
1219
+ },
1220
+ "運行": {
1221
+ "taiwan": "執行",
1222
+ "confidence": 0.85,
1223
+ "category": "mainland-term",
1224
+ "reason": "台灣系統操作標準"
1225
+ },
1226
+ "运行时": {
1227
+ "taiwan": "執行時期",
1228
+ "confidence": 0.85,
1229
+ "category": "mainland-term",
1230
+ "reason": "台灣程式執行標準"
1231
+ },
1232
+ "運行時": {
1233
+ "taiwan": "執行時期",
1234
+ "confidence": 0.85,
1235
+ "category": "mainland-term",
1236
+ "reason": "台灣程式執行標準"
1237
+ },
1238
+ "保存": {
1239
+ "taiwan": "儲存",
1240
+ "confidence": 0.85,
1241
+ "category": "mainland-term",
1242
+ "reason": "台灣檔案操作標準"
1243
+ },
1244
+ "调度": {
1245
+ "taiwan": "排程",
1246
+ "confidence": 0.9,
1247
+ "category": "mainland-term",
1248
+ "reason": "台灣系統管理標準"
1249
+ },
1250
+ "調度": {
1251
+ "taiwan": "排程",
1252
+ "confidence": 0.9,
1253
+ "category": "mainland-term",
1254
+ "reason": "台灣系統管理標準"
1255
+ },
1256
+ "脚本": {
1257
+ "taiwan": "指令碼",
1258
+ "confidence": 0.85,
1259
+ "category": "mainland-term",
1260
+ "reason": "台灣自動化標準"
1261
+ },
1262
+ "腳本": {
1263
+ "taiwan": "指令碼",
1264
+ "confidence": 0.85,
1265
+ "category": "mainland-term",
1266
+ "reason": "台灣自動化標準"
1267
+ },
1268
+ "搜索": {
1269
+ "taiwan": "搜尋",
1270
+ "confidence": 0.85,
1271
+ "category": "mainland-term",
1272
+ "reason": "台灣資料查找標準"
1273
+ },
1274
+ "服务器": {
1275
+ "taiwan": "伺服器",
1276
+ "confidence": 0.95,
1277
+ "category": "mainland-term",
1278
+ "reason": "台灣網路服務標準"
1279
+ },
1280
+ "服務器": {
1281
+ "taiwan": "伺服器",
1282
+ "confidence": 0.95,
1283
+ "category": "mainland-term",
1284
+ "reason": "台灣網路服務標準"
1285
+ },
1286
+ "会话": {
1287
+ "taiwan": "工作階段",
1288
+ "confidence": 0.9,
1289
+ "category": "mainland-term",
1290
+ "reason": "台灣網路連線標準"
1291
+ },
1292
+ "會話": {
1293
+ "taiwan": "工作階段",
1294
+ "confidence": 0.9,
1295
+ "category": "mainland-term",
1296
+ "reason": "台灣網路連線標準"
1297
+ },
1298
+ "软件": {
1299
+ "taiwan": "軟體",
1300
+ "confidence": 0.95,
1301
+ "category": "mainland-term",
1302
+ "reason": "台灣技術標準用語"
1303
+ },
1304
+ "軟件": {
1305
+ "taiwan": "軟體",
1306
+ "confidence": 0.95,
1307
+ "category": "mainland-term",
1308
+ "reason": "台灣技術標準用語"
1309
+ },
1310
+ "栈": {
1311
+ "taiwan": "堆疊",
1312
+ "confidence": 0.9,
1313
+ "category": "mainland-term",
1314
+ "reason": "台灣資料結構標準"
1315
+ },
1316
+ "棧": {
1317
+ "taiwan": "堆疊",
1318
+ "confidence": 0.9,
1319
+ "category": "mainland-term",
1320
+ "reason": "台灣資料結構標準"
1321
+ },
1322
+ "存储": {
1323
+ "taiwan": "儲存體",
1324
+ "confidence": 0.9,
1325
+ "category": "mainland-term",
1326
+ "reason": "台灣儲存技術標準"
1327
+ },
1328
+ "存儲": {
1329
+ "taiwan": "儲存體",
1330
+ "confidence": 0.9,
1331
+ "category": "mainland-term",
1332
+ "reason": "台灣儲存技術標準"
1333
+ },
1334
+ "流": {
1335
+ "taiwan": "串流",
1336
+ "confidence": 0.85,
1337
+ "category": "mainland-term",
1338
+ "reason": "台灣資料傳輸標準"
1339
+ },
1340
+ "字符串": {
1341
+ "taiwan": "字串",
1342
+ "confidence": 0.95,
1343
+ "category": "mainland-term",
1344
+ "reason": "台灣程式設計標準"
1345
+ },
1346
+ "支持": {
1347
+ "taiwan": "支援",
1348
+ "confidence": 0.85,
1349
+ "category": "mainland-term",
1350
+ "reason": "台灣技術服務標準"
1351
+ },
1352
+ "同步": {
1353
+ "taiwan": "同步",
1354
+ "confidence": 0.8,
1355
+ "category": "mainland-term",
1356
+ "reason": "台灣程式設計標準"
1357
+ },
1358
+ "系统": {
1359
+ "taiwan": "系統",
1360
+ "confidence": 0.8,
1361
+ "category": "mainland-term",
1362
+ "reason": "台灣計算機技術標準"
1363
+ },
1364
+ "系統": {
1365
+ "taiwan": "系統",
1366
+ "confidence": 0.8,
1367
+ "category": "mainland-term",
1368
+ "reason": "台灣計算機技術標準"
1369
+ },
1370
+ "线程": {
1371
+ "taiwan": "執行緒",
1372
+ "confidence": 0.95,
1373
+ "category": "mainland-term",
1374
+ "reason": "台灣平行處理標準"
1375
+ },
1376
+ "線程": {
1377
+ "taiwan": "執行緒",
1378
+ "confidence": 0.95,
1379
+ "category": "mainland-term",
1380
+ "reason": "台灣平行處理標準"
1381
+ },
1382
+ "令牌": {
1383
+ "taiwan": "標記",
1384
+ "confidence": 0.85,
1385
+ "category": "mainland-term",
1386
+ "reason": "台灣資安認證標準"
1387
+ },
1388
+ "教程": {
1389
+ "taiwan": "教學",
1390
+ "confidence": 0.85,
1391
+ "category": "mainland-term",
1392
+ "reason": "台灣教育訓練標準"
1393
+ },
1394
+ "类型": {
1395
+ "taiwan": "型別",
1396
+ "confidence": 0.9,
1397
+ "category": "mainland-term",
1398
+ "reason": "台灣程式語言標準"
1399
+ },
1400
+ "類型": {
1401
+ "taiwan": "型別",
1402
+ "confidence": 0.9,
1403
+ "category": "mainland-term",
1404
+ "reason": "台灣程式語言標準"
1405
+ },
1406
+ "上传": {
1407
+ "taiwan": "上傳",
1408
+ "confidence": 0.8,
1409
+ "category": "mainland-term",
1410
+ "reason": "台灣網路傳輸標準"
1411
+ },
1412
+ "上傳": {
1413
+ "taiwan": "上傳",
1414
+ "confidence": 0.8,
1415
+ "category": "mainland-term",
1416
+ "reason": "台灣網路傳輸標準"
1417
+ },
1418
+ "用户": {
1419
+ "taiwan": "使用者",
1420
+ "confidence": 0.85,
1421
+ "category": "mainland-term",
1422
+ "reason": "台灣使用者介面標準"
1423
+ },
1424
+ "用戶": {
1425
+ "taiwan": "使用者",
1426
+ "confidence": 0.85,
1427
+ "category": "mainland-term",
1428
+ "reason": "台灣使用者介面標準"
1429
+ },
1430
+ "变量": {
1431
+ "taiwan": "變數",
1432
+ "confidence": 0.9,
1433
+ "category": "mainland-term",
1434
+ "reason": "台灣程式設計標準"
1435
+ },
1436
+ "變量": {
1437
+ "taiwan": "變數",
1438
+ "confidence": 0.9,
1439
+ "category": "mainland-term",
1440
+ "reason": "台灣程式設計標準"
1441
+ },
1442
+ "视频": {
1443
+ "taiwan": "影片",
1444
+ "confidence": 0.9,
1445
+ "category": "mainland-term",
1446
+ "reason": "台灣多媒體標準"
1447
+ },
1448
+ "視頻": {
1449
+ "taiwan": "影片",
1450
+ "confidence": 0.9,
1451
+ "category": "mainland-term",
1452
+ "reason": "台灣多媒體標準"
1453
+ },
1454
+ "视图": {
1455
+ "taiwan": "檢視",
1456
+ "confidence": 0.85,
1457
+ "category": "mainland-term",
1458
+ "reason": "台灣介面設計標準"
1459
+ },
1460
+ "視圖": {
1461
+ "taiwan": "檢視",
1462
+ "confidence": 0.85,
1463
+ "category": "mainland-term",
1464
+ "reason": "台灣介面設計標準"
1465
+ },
1466
+ "卷": {
1467
+ "taiwan": "磁碟區",
1468
+ "confidence": 0.85,
1469
+ "category": "mainland-term",
1470
+ "reason": "台灣儲存管理標準"
1471
+ },
1472
+ "窗口": {
1473
+ "taiwan": "視窗",
1474
+ "confidence": 0.9,
1475
+ "category": "mainland-term",
1476
+ "reason": "台灣介面設計標準"
1477
+ },
1478
+ "写入": {
1479
+ "taiwan": "寫入",
1480
+ "confidence": 0.8,
1481
+ "category": "mainland-term",
1482
+ "reason": "台灣檔案操作標準"
1483
+ },
1484
+ "寫入": {
1485
+ "taiwan": "寫入",
1486
+ "confidence": 0.8,
1487
+ "category": "mainland-term",
1488
+ "reason": "台灣檔案操作標準"
1489
+ }
1490
+ }
1491
+ }