@derekhut/alvy 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 (45) hide show
  1. package/README.md +96 -0
  2. package/dist/app.d.ts +6 -0
  3. package/dist/app.js +17 -0
  4. package/dist/components/celebration.d.ts +7 -0
  5. package/dist/components/celebration.js +8 -0
  6. package/dist/components/cjk-test.d.ts +1 -0
  7. package/dist/components/cjk-test.js +57 -0
  8. package/dist/components/daily-session.d.ts +1 -0
  9. package/dist/components/daily-session.js +128 -0
  10. package/dist/components/dashboard.d.ts +7 -0
  11. package/dist/components/dashboard.js +13 -0
  12. package/dist/components/doctor.d.ts +1 -0
  13. package/dist/components/doctor.js +120 -0
  14. package/dist/components/explore.d.ts +1 -0
  15. package/dist/components/explore.js +5 -0
  16. package/dist/components/result.d.ts +7 -0
  17. package/dist/components/result.js +5 -0
  18. package/dist/components/review-session.d.ts +1 -0
  19. package/dist/components/review-session.js +108 -0
  20. package/dist/components/root-lesson.d.ts +9 -0
  21. package/dist/components/root-lesson.js +8 -0
  22. package/dist/components/session-summary.d.ts +8 -0
  23. package/dist/components/session-summary.js +5 -0
  24. package/dist/components/stats.d.ts +1 -0
  25. package/dist/components/stats.js +17 -0
  26. package/dist/components/streak-header.d.ts +7 -0
  27. package/dist/components/streak-header.js +7 -0
  28. package/dist/components/word-detail.d.ts +9 -0
  29. package/dist/components/word-detail.js +17 -0
  30. package/dist/components/word-drill.d.ts +20 -0
  31. package/dist/components/word-drill.js +54 -0
  32. package/dist/data/roots.json +1802 -0
  33. package/dist/index.d.ts +2 -0
  34. package/dist/index.js +29 -0
  35. package/dist/lib/ai.d.ts +1 -0
  36. package/dist/lib/ai.js +5 -0
  37. package/dist/lib/progress.d.ts +17 -0
  38. package/dist/lib/progress.js +103 -0
  39. package/dist/lib/roots-db.d.ts +9 -0
  40. package/dist/lib/roots-db.js +25 -0
  41. package/dist/lib/store.d.ts +6 -0
  42. package/dist/lib/store.js +75 -0
  43. package/dist/lib/types.d.ts +39 -0
  44. package/dist/lib/types.js +1 -0
  45. package/package.json +33 -0
@@ -0,0 +1,1802 @@
1
+ [
2
+ {
3
+ "root": "bene-",
4
+ "type": "root",
5
+ "meaning_en": "good, well",
6
+ "meaning_zh": "好的,善良的",
7
+ "origin": "Latin",
8
+ "related": ["mal-"],
9
+ "words": [
10
+ {
11
+ "word": "benefit",
12
+ "breakdown": "bene-(好的) + fit-(做)",
13
+ "meaning_en": "an advantage or profit gained from something",
14
+ "meaning_zh": "益处,好处",
15
+ "derivation": "bene(好的) + fit(做) → 做好事 → 益处",
16
+ "example": "Exercise has many health benefits.",
17
+ "example_zh": "运动有很多健康方面的益处。",
18
+ "toefl_frequency": "high"
19
+ },
20
+ {
21
+ "word": "beneficial",
22
+ "breakdown": "bene-(好的) + fic-(做) + -ial(形容词后缀)",
23
+ "meaning_en": "favorable or advantageous; resulting in good",
24
+ "meaning_zh": "有益的,有利的",
25
+ "derivation": "bene(好的) + fic(做) + ial(…的) → 做好事的 → 有益的",
26
+ "example": "A good diet is beneficial to health.",
27
+ "example_zh": "良好的饮食对健康有益。",
28
+ "toefl_frequency": "high"
29
+ },
30
+ {
31
+ "word": "benevolent",
32
+ "breakdown": "bene-(好的) + vol-(意愿) + -ent(形容词后缀)",
33
+ "meaning_en": "well-meaning and kindly",
34
+ "meaning_zh": "仁慈的,慈善的",
35
+ "derivation": "bene(好的) + vol(意愿) + ent(…的) → 有好意愿的 → 仁慈的",
36
+ "example": "The benevolent organization provided food for the homeless.",
37
+ "example_zh": "这个慈善组织为无家可归者提供食物。",
38
+ "toefl_frequency": "medium"
39
+ },
40
+ {
41
+ "word": "benefactor",
42
+ "breakdown": "bene-(好的) + fact-(做) + -or(人)",
43
+ "meaning_en": "a person who gives money or other help to a person or cause",
44
+ "meaning_zh": "恩人,捐助者",
45
+ "derivation": "bene(好的) + fact(做) + or(人) → 做好事的人 → 恩人",
46
+ "example": "The museum was built thanks to a generous benefactor.",
47
+ "example_zh": "这座博物馆的建成多亏了一位慷慨的捐助者。",
48
+ "toefl_frequency": "medium"
49
+ },
50
+ {
51
+ "word": "benediction",
52
+ "breakdown": "bene-(好的) + dict-(说) + -ion(名词后缀)",
53
+ "meaning_en": "the utterance or bestowing of a blessing",
54
+ "meaning_zh": "祝福,祈祷",
55
+ "derivation": "bene(好的) + dict(说) + ion(行为) → 说好话 → 祝福",
56
+ "example": "The priest offered a benediction at the end of the ceremony.",
57
+ "example_zh": "牧师在仪式结束时献上了祝福。",
58
+ "toefl_frequency": "low"
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "root": "mal-",
64
+ "type": "root",
65
+ "meaning_en": "bad, evil",
66
+ "meaning_zh": "坏的,恶的",
67
+ "origin": "Latin",
68
+ "related": ["bene-"],
69
+ "words": [
70
+ {
71
+ "word": "malfunction",
72
+ "breakdown": "mal-(坏的) + function(功能)",
73
+ "meaning_en": "a failure to function in a normal or satisfactory manner",
74
+ "meaning_zh": "故障,失灵",
75
+ "derivation": "mal(坏的) + function(功能) → 功能变坏 → 故障",
76
+ "example": "A malfunction in the engine caused the plane to land early.",
77
+ "example_zh": "发动机故障导致飞机提前降落。",
78
+ "toefl_frequency": "medium"
79
+ },
80
+ {
81
+ "word": "malicious",
82
+ "breakdown": "mal-(坏的) + -icious(充满…的)",
83
+ "meaning_en": "intending or intended to do harm",
84
+ "meaning_zh": "恶意的,恶毒的",
85
+ "derivation": "mal(坏的) + icious(充满…的) → 充满坏心的 → 恶意的",
86
+ "example": "The malicious software damaged thousands of computers.",
87
+ "example_zh": "这个恶意软件损坏了数千台电脑。",
88
+ "toefl_frequency": "medium"
89
+ },
90
+ {
91
+ "word": "malnutrition",
92
+ "breakdown": "mal-(坏的) + nutrition(营养)",
93
+ "meaning_en": "lack of proper nutrition",
94
+ "meaning_zh": "营养不良",
95
+ "derivation": "mal(坏的) + nutrition(营养) → 营养状况不好 → 营养不良",
96
+ "example": "Malnutrition is a serious problem in developing countries.",
97
+ "example_zh": "营养不良是发展中国家的一个严重问题。",
98
+ "toefl_frequency": "high"
99
+ },
100
+ {
101
+ "word": "malignant",
102
+ "breakdown": "mal-(坏的) + -ignant(具有…性质的)",
103
+ "meaning_en": "very virulent or infectious; tending to produce death",
104
+ "meaning_zh": "恶性的,有害的",
105
+ "derivation": "mal(坏的) + ignant(具有…性质的) → 具有恶性的 → 恶性的",
106
+ "example": "The doctor discovered a malignant tumor in the patient.",
107
+ "example_zh": "医生在患者体内发现了一个恶性肿瘤。",
108
+ "toefl_frequency": "medium"
109
+ },
110
+ {
111
+ "word": "malpractice",
112
+ "breakdown": "mal-(坏的) + practice(实践)",
113
+ "meaning_en": "improper, illegal, or negligent professional activity",
114
+ "meaning_zh": "渎职,玩忽职守",
115
+ "derivation": "mal(坏的) + practice(实践) → 不良的执业行为 → 渎职",
116
+ "example": "The doctor was sued for medical malpractice.",
117
+ "example_zh": "这位医生因医疗事故被起诉。",
118
+ "toefl_frequency": "low"
119
+ }
120
+ ]
121
+ },
122
+ {
123
+ "root": "dict-",
124
+ "type": "root",
125
+ "meaning_en": "say, speak",
126
+ "meaning_zh": "说,言",
127
+ "origin": "Latin",
128
+ "related": ["voc-/vok-", "log-/logy"],
129
+ "words": [
130
+ {
131
+ "word": "predict",
132
+ "breakdown": "pre-(在…之前) + dict-(说)",
133
+ "meaning_en": "to say or estimate that something will happen in the future",
134
+ "meaning_zh": "预测,预言",
135
+ "derivation": "pre(提前) + dict(说) → 提前说出 → 预测",
136
+ "example": "Scientists predict that sea levels will continue to rise.",
137
+ "example_zh": "科学家预测海平面将继续上升。",
138
+ "toefl_frequency": "high"
139
+ },
140
+ {
141
+ "word": "contradict",
142
+ "breakdown": "contra-(相反) + dict-(说)",
143
+ "meaning_en": "to deny the truth of a statement by asserting the opposite",
144
+ "meaning_zh": "反驳,与…矛盾",
145
+ "derivation": "contra(相反) + dict(说) → 反着说 → 反驳",
146
+ "example": "The new evidence contradicts the previous theory.",
147
+ "example_zh": "新证据与之前的理论相矛盾。",
148
+ "toefl_frequency": "high"
149
+ },
150
+ {
151
+ "word": "dictate",
152
+ "breakdown": "dict-(说) + -ate(动词后缀)",
153
+ "meaning_en": "to state or order authoritatively; to control or influence",
154
+ "meaning_zh": "口述;命令;支配",
155
+ "derivation": "dict(说) + ate(做) → 说了就要做 → 命令",
156
+ "example": "The teacher dictated the notes to the students.",
157
+ "example_zh": "老师向学生口述了笔记。",
158
+ "toefl_frequency": "medium"
159
+ },
160
+ {
161
+ "word": "indication",
162
+ "breakdown": "in-(朝向) + dict-(说) + -ation(名词后缀)",
163
+ "meaning_en": "a sign or piece of information that indicates something",
164
+ "meaning_zh": "指示,迹象",
165
+ "derivation": "in(朝向) + dict(说) + ation(行为) → 朝着你说的东西 → 指示",
166
+ "example": "There is no indication that the economy will improve soon.",
167
+ "example_zh": "没有迹象表明经济将很快好转。",
168
+ "toefl_frequency": "high"
169
+ },
170
+ {
171
+ "word": "verdict",
172
+ "breakdown": "ver-(真实) + dict-(说)",
173
+ "meaning_en": "a decision on a disputed issue in a civil or criminal case",
174
+ "meaning_zh": "裁决,判决",
175
+ "derivation": "ver(真实) + dict(说) → 说出真相 → 裁决",
176
+ "example": "The jury reached a verdict of not guilty.",
177
+ "example_zh": "陪审团做出了无罪裁决。",
178
+ "toefl_frequency": "medium"
179
+ }
180
+ ]
181
+ },
182
+ {
183
+ "root": "scrib-/script-",
184
+ "type": "root",
185
+ "meaning_en": "write",
186
+ "meaning_zh": "写",
187
+ "origin": "Latin",
188
+ "related": ["graph-/gram-"],
189
+ "words": [
190
+ {
191
+ "word": "describe",
192
+ "breakdown": "de-(向下,完全) + scrib-(写) + -e",
193
+ "meaning_en": "to give an account in words of someone or something",
194
+ "meaning_zh": "描述,形容",
195
+ "derivation": "de(完全) + scrib(写) → 完全写下来 → 描述",
196
+ "example": "Can you describe the painting you saw at the museum?",
197
+ "example_zh": "你能描述一下你在博物馆看到的那幅画吗?",
198
+ "toefl_frequency": "high"
199
+ },
200
+ {
201
+ "word": "prescribe",
202
+ "breakdown": "pre-(在…之前) + scrib-(写) + -e",
203
+ "meaning_en": "to advise and authorize the use of a medicine or treatment",
204
+ "meaning_zh": "开处方;规定",
205
+ "derivation": "pre(提前) + scrib(写) → 提前写好 → 开处方",
206
+ "example": "The doctor prescribed antibiotics for the infection.",
207
+ "example_zh": "医生为感染开了抗生素处方。",
208
+ "toefl_frequency": "medium"
209
+ },
210
+ {
211
+ "word": "subscribe",
212
+ "breakdown": "sub-(在…之下) + scrib-(写) + -e",
213
+ "meaning_en": "to arrange to receive something regularly; to express agreement",
214
+ "meaning_zh": "订阅;赞同",
215
+ "derivation": "sub(在下方) + scrib(写) → 在下方签名 → 订阅",
216
+ "example": "Many students subscribe to academic journals online.",
217
+ "example_zh": "许多学生在线订阅学术期刊。",
218
+ "toefl_frequency": "medium"
219
+ },
220
+ {
221
+ "word": "manuscript",
222
+ "breakdown": "manu-(手) + script-(写)",
223
+ "meaning_en": "a book, document, or piece of music written by hand",
224
+ "meaning_zh": "手稿,原稿",
225
+ "derivation": "manu(手) + script(写) → 用手写的 → 手稿",
226
+ "example": "The ancient manuscript was discovered in a cave.",
227
+ "example_zh": "这份古代手稿是在一个洞穴中发现的。",
228
+ "toefl_frequency": "high"
229
+ },
230
+ {
231
+ "word": "inscription",
232
+ "breakdown": "in-(在…上) + script-(写) + -ion(名词后缀)",
233
+ "meaning_en": "words inscribed, as on a monument or in a book",
234
+ "meaning_zh": "铭文,题词",
235
+ "derivation": "in(在…上) + script(写) + ion(行为) → 刻写在上面 → 铭文",
236
+ "example": "The inscription on the tomb dates back to 300 BC.",
237
+ "example_zh": "墓碑上的铭文可以追溯到公元前300年。",
238
+ "toefl_frequency": "medium"
239
+ }
240
+ ]
241
+ },
242
+ {
243
+ "root": "port-",
244
+ "type": "root",
245
+ "meaning_en": "carry",
246
+ "meaning_zh": "携带,运送",
247
+ "origin": "Latin",
248
+ "related": ["mit-/mis-", "duct-/duc-"],
249
+ "words": [
250
+ {
251
+ "word": "transport",
252
+ "breakdown": "trans-(跨越) + port-(运送)",
253
+ "meaning_en": "to carry or convey from one place to another",
254
+ "meaning_zh": "运输,运送",
255
+ "derivation": "trans(跨越) + port(搬运) → 跨越搬运 → 运输",
256
+ "example": "Trucks transport goods across the country.",
257
+ "example_zh": "卡车在全国各地运输货物。",
258
+ "toefl_frequency": "high"
259
+ },
260
+ {
261
+ "word": "export",
262
+ "breakdown": "ex-(向外) + port-(运送)",
263
+ "meaning_en": "to send goods or services to another country for sale",
264
+ "meaning_zh": "出口,输出",
265
+ "derivation": "ex(向外) + port(运送) → 向外运送 → 出口",
266
+ "example": "The country exports large quantities of oil.",
267
+ "example_zh": "该国出口大量石油。",
268
+ "toefl_frequency": "high"
269
+ },
270
+ {
271
+ "word": "import",
272
+ "breakdown": "im-(向内) + port-(运送)",
273
+ "meaning_en": "to bring goods or services into a country from abroad",
274
+ "meaning_zh": "进口,输入",
275
+ "derivation": "im(向内) + port(运送) → 向内运送 → 进口",
276
+ "example": "Many countries import raw materials for manufacturing.",
277
+ "example_zh": "许多国家进口原材料用于制造业。",
278
+ "toefl_frequency": "high"
279
+ },
280
+ {
281
+ "word": "portable",
282
+ "breakdown": "port-(携带) + -able(能够…的)",
283
+ "meaning_en": "able to be easily carried or moved",
284
+ "meaning_zh": "便携式的,手提的",
285
+ "derivation": "port(携带) + able(能…的) → 能携带的 → 便携式的",
286
+ "example": "She bought a portable computer for traveling.",
287
+ "example_zh": "她买了一台便携式电脑用于旅行。",
288
+ "toefl_frequency": "medium"
289
+ },
290
+ {
291
+ "word": "report",
292
+ "breakdown": "re-(回) + port-(携带)",
293
+ "meaning_en": "to give a spoken or written account of something",
294
+ "meaning_zh": "报告,汇报",
295
+ "derivation": "re(回) + port(携带) → 带回消息 → 报告",
296
+ "example": "The journalist will report on the latest developments.",
297
+ "example_zh": "记者将报道最新进展。",
298
+ "toefl_frequency": "high"
299
+ }
300
+ ]
301
+ },
302
+ {
303
+ "root": "duct-/duc-",
304
+ "type": "root",
305
+ "meaning_en": "lead",
306
+ "meaning_zh": "引导,带领",
307
+ "origin": "Latin",
308
+ "related": ["port-"],
309
+ "words": [
310
+ {
311
+ "word": "conduct",
312
+ "breakdown": "con-(共同) + duct-(引导)",
313
+ "meaning_en": "to organize and carry out; to lead or guide",
314
+ "meaning_zh": "实施,进行;指挥",
315
+ "derivation": "con(共同) + duct(引导) → 一起引导 → 实施",
316
+ "example": "The professor will conduct a series of experiments.",
317
+ "example_zh": "教授将进行一系列实验。",
318
+ "toefl_frequency": "high"
319
+ },
320
+ {
321
+ "word": "introduce",
322
+ "breakdown": "intro-(向内) + duc-(引导) + -e",
323
+ "meaning_en": "to bring something into use or operation for the first time",
324
+ "meaning_zh": "介绍;引进",
325
+ "derivation": "intro(向内) + duc(引导) → 引导进来 → 介绍",
326
+ "example": "The company introduced a new product line last year.",
327
+ "example_zh": "该公司去年推出了新的产品线。",
328
+ "toefl_frequency": "high"
329
+ },
330
+ {
331
+ "word": "produce",
332
+ "breakdown": "pro-(向前) + duc-(引导) + -e",
333
+ "meaning_en": "to make or manufacture from components or raw materials",
334
+ "meaning_zh": "生产,制造;产生",
335
+ "derivation": "pro(向前) + duc(引导) → 向前引出 → 生产",
336
+ "example": "This factory produces electronic components.",
337
+ "example_zh": "这家工厂生产电子元件。",
338
+ "toefl_frequency": "high"
339
+ },
340
+ {
341
+ "word": "reduce",
342
+ "breakdown": "re-(回) + duc-(引导) + -e",
343
+ "meaning_en": "to make smaller or less in amount, degree, or size",
344
+ "meaning_zh": "减少,缩小",
345
+ "derivation": "re(回) + duc(引导) → 引导回去 → 减少",
346
+ "example": "We need to reduce our carbon emissions.",
347
+ "example_zh": "我们需要减少碳排放。",
348
+ "toefl_frequency": "high"
349
+ },
350
+ {
351
+ "word": "induce",
352
+ "breakdown": "in-(向内) + duc-(引导) + -e",
353
+ "meaning_en": "to succeed in persuading or influencing someone to do something",
354
+ "meaning_zh": "引起,导致;诱导",
355
+ "derivation": "in(向内) + duc(引导) → 引导进入某种状态 → 诱导",
356
+ "example": "Stress can induce a variety of health problems.",
357
+ "example_zh": "压力可以引发各种健康问题。",
358
+ "toefl_frequency": "medium"
359
+ }
360
+ ]
361
+ },
362
+ {
363
+ "root": "spec-/spect-",
364
+ "type": "root",
365
+ "meaning_en": "look, see",
366
+ "meaning_zh": "看,观察",
367
+ "origin": "Latin",
368
+ "related": [],
369
+ "words": [
370
+ {
371
+ "word": "inspect",
372
+ "breakdown": "in-(向内) + spect-(看)",
373
+ "meaning_en": "to look at something closely in order to assess its condition",
374
+ "meaning_zh": "检查,视察",
375
+ "derivation": "in(向内) + spect(看) → 往里面看 → 检查",
376
+ "example": "Officials will inspect the building for safety violations.",
377
+ "example_zh": "官员将检查建筑物是否存在安全违规。",
378
+ "toefl_frequency": "medium"
379
+ },
380
+ {
381
+ "word": "perspective",
382
+ "breakdown": "per-(通过) + spect-(看) + -ive(名词/形容词后缀)",
383
+ "meaning_en": "a particular attitude toward or way of regarding something",
384
+ "meaning_zh": "观点,视角",
385
+ "derivation": "per(通过) + spect(看) + ive(…的) → 通过某种方式去看 → 视角",
386
+ "example": "Try to see the issue from a different perspective.",
387
+ "example_zh": "试着从不同的角度来看待这个问题。",
388
+ "toefl_frequency": "high"
389
+ },
390
+ {
391
+ "word": "spectrum",
392
+ "breakdown": "spect-(看) + -rum(名词后缀)",
393
+ "meaning_en": "a band of colors or a range of related values or qualities",
394
+ "meaning_zh": "光谱;范围",
395
+ "derivation": "spect(看) + rum(名词后缀) → 所看到的色带 → 光谱",
396
+ "example": "The political spectrum ranges from left to right.",
397
+ "example_zh": "政治光谱从左到右分布。",
398
+ "toefl_frequency": "high"
399
+ },
400
+ {
401
+ "word": "specimen",
402
+ "breakdown": "spec-(看) + -imen(名词后缀)",
403
+ "meaning_en": "an individual animal, plant, or piece of a mineral used as an example",
404
+ "meaning_zh": "样本,标本",
405
+ "derivation": "spec(看) + imen(名词后缀) → 拿来看的东西 → 标本",
406
+ "example": "The biologist collected a rare specimen in the forest.",
407
+ "example_zh": "生物学家在森林里采集了一个稀有标本。",
408
+ "toefl_frequency": "high"
409
+ },
410
+ {
411
+ "word": "spectator",
412
+ "breakdown": "spect-(看) + -ator(做…的人)",
413
+ "meaning_en": "a person who watches an event, especially a sports event",
414
+ "meaning_zh": "观众,旁观者",
415
+ "derivation": "spect(看) + ator(…的人) → 看的人 → 观众",
416
+ "example": "Thousands of spectators gathered to watch the game.",
417
+ "example_zh": "数千名观众聚集在一起观看比赛。",
418
+ "toefl_frequency": "medium"
419
+ }
420
+ ]
421
+ },
422
+ {
423
+ "root": "vert-/vers-",
424
+ "type": "root",
425
+ "meaning_en": "turn",
426
+ "meaning_zh": "转,转向",
427
+ "origin": "Latin",
428
+ "related": [],
429
+ "words": [
430
+ {
431
+ "word": "convert",
432
+ "breakdown": "con-(共同,完全) + vert-(转)",
433
+ "meaning_en": "to change the form, character, or function of something",
434
+ "meaning_zh": "转变,转换",
435
+ "derivation": "con(完全) + vert(转) → 完全转变 → 转换",
436
+ "example": "The factory was converted into a museum.",
437
+ "example_zh": "这家工厂被改建成了博物馆。",
438
+ "toefl_frequency": "high"
439
+ },
440
+ {
441
+ "word": "diverse",
442
+ "breakdown": "di-(分开) + vers-(转) + -e",
443
+ "meaning_en": "showing a great deal of variety; very different",
444
+ "meaning_zh": "多样的,不同的",
445
+ "derivation": "di(分开) + vers(转) → 向不同方向转 → 多样的",
446
+ "example": "New York City has a diverse population.",
447
+ "example_zh": "纽约市拥有多元化的人口。",
448
+ "toefl_frequency": "high"
449
+ },
450
+ {
451
+ "word": "reverse",
452
+ "breakdown": "re-(回) + vers-(转) + -e",
453
+ "meaning_en": "to move backward; to change to the opposite direction",
454
+ "meaning_zh": "反转,颠倒",
455
+ "derivation": "re(回) + vers(转) → 转回去 → 反转",
456
+ "example": "The court decided to reverse the previous ruling.",
457
+ "example_zh": "法院决定推翻先前的裁决。",
458
+ "toefl_frequency": "high"
459
+ },
460
+ {
461
+ "word": "controversial",
462
+ "breakdown": "contra-(相反) + vers-(转) + -ial(形容词后缀)",
463
+ "meaning_en": "giving rise or likely to give rise to public disagreement",
464
+ "meaning_zh": "有争议的",
465
+ "derivation": "contra(相反) + vers(转) + ial(…的) → 转向相反方向的 → 有争议的",
466
+ "example": "The new policy is highly controversial among citizens.",
467
+ "example_zh": "新政策在市民中极具争议。",
468
+ "toefl_frequency": "high"
469
+ },
470
+ {
471
+ "word": "versatile",
472
+ "breakdown": "vers-(转) + -atile(能够…的)",
473
+ "meaning_en": "able to adapt or be adapted to many different functions",
474
+ "meaning_zh": "多才多艺的;多功能的",
475
+ "derivation": "vers(转) + atile(能…的) → 能灵活转变的 → 多才多艺的",
476
+ "example": "She is a versatile musician who plays several instruments.",
477
+ "example_zh": "她是一位多才多艺的音乐家,会演奏多种乐器。",
478
+ "toefl_frequency": "medium"
479
+ }
480
+ ]
481
+ },
482
+ {
483
+ "root": "gen-",
484
+ "type": "root",
485
+ "meaning_en": "birth, origin, produce",
486
+ "meaning_zh": "出生,起源,产生",
487
+ "origin": "Greek/Latin",
488
+ "related": ["bio-"],
489
+ "words": [
490
+ {
491
+ "word": "generate",
492
+ "breakdown": "gen-(产生) + -er- + -ate(动词后缀)",
493
+ "meaning_en": "to cause something to arise or come about",
494
+ "meaning_zh": "产生,生成",
495
+ "derivation": "gen(产生) + er + ate(使) → 使之产生 → 生成",
496
+ "example": "Wind turbines generate electricity from wind.",
497
+ "example_zh": "风力涡轮机利用风力发电。",
498
+ "toefl_frequency": "high"
499
+ },
500
+ {
501
+ "word": "generation",
502
+ "breakdown": "gen-(出生) + -er- + -ation(名词后缀)",
503
+ "meaning_en": "all of the people born and living at about the same time",
504
+ "meaning_zh": "一代人;产生",
505
+ "derivation": "gen(出生) + er + ation(行为) → 一起出生的 → 一代人",
506
+ "example": "The younger generation is more comfortable with technology.",
507
+ "example_zh": "年轻一代对科技更加适应。",
508
+ "toefl_frequency": "high"
509
+ },
510
+ {
511
+ "word": "gene",
512
+ "breakdown": "gen-(起源,产生)",
513
+ "meaning_en": "a unit of heredity transferred from a parent to offspring",
514
+ "meaning_zh": "基因",
515
+ "derivation": "gen(产生) → 产生生命特征的单位 → 基因",
516
+ "example": "Scientists have identified the gene responsible for this disease.",
517
+ "example_zh": "科学家已经确定了导致这种疾病的基因。",
518
+ "toefl_frequency": "high"
519
+ },
520
+ {
521
+ "word": "genetic",
522
+ "breakdown": "gen-(起源) + -etic(形容词后缀)",
523
+ "meaning_en": "relating to genes or heredity",
524
+ "meaning_zh": "遗传的,基因的",
525
+ "derivation": "gen(起源) + etic(…的) → 与起源相关的 → 遗传的",
526
+ "example": "Genetic research has advanced significantly in recent years.",
527
+ "example_zh": "近年来基因研究取得了重大进展。",
528
+ "toefl_frequency": "high"
529
+ },
530
+ {
531
+ "word": "indigenous",
532
+ "breakdown": "indi-(在…之内) + gen-(出生) + -ous(形容词后缀)",
533
+ "meaning_en": "originating or occurring naturally in a particular place; native",
534
+ "meaning_zh": "本土的,土著的",
535
+ "derivation": "indi(在…之内) + gen(出生) + ous(…的) → 在当地出生的 → 本土的",
536
+ "example": "These plants are indigenous to South America.",
537
+ "example_zh": "这些植物原产于南美洲。",
538
+ "toefl_frequency": "high"
539
+ }
540
+ ]
541
+ },
542
+ {
543
+ "root": "path-",
544
+ "type": "root",
545
+ "meaning_en": "feeling, suffering",
546
+ "meaning_zh": "感情,痛苦",
547
+ "origin": "Greek",
548
+ "related": [],
549
+ "words": [
550
+ {
551
+ "word": "sympathy",
552
+ "breakdown": "sym-(共同) + path-(感情) + -y(名词后缀)",
553
+ "meaning_en": "feelings of pity and sorrow for someone else's misfortune",
554
+ "meaning_zh": "同情,同情心",
555
+ "derivation": "sym(共同) + path(感情) + y(名词后缀) → 共同的感情 → 同情",
556
+ "example": "She expressed sympathy for the victims of the disaster.",
557
+ "example_zh": "她对灾难受害者表示了同情。",
558
+ "toefl_frequency": "medium"
559
+ },
560
+ {
561
+ "word": "empathy",
562
+ "breakdown": "em-(在…之中) + path-(感情) + -y(名词后缀)",
563
+ "meaning_en": "the ability to understand and share the feelings of another",
564
+ "meaning_zh": "共情,同理心",
565
+ "derivation": "em(进入) + path(感情) + y(名词后缀) → 进入他人的感情 → 共情",
566
+ "example": "A good leader must have empathy for their team members.",
567
+ "example_zh": "一个好的领导者必须对团队成员有同理心。",
568
+ "toefl_frequency": "medium"
569
+ },
570
+ {
571
+ "word": "apathy",
572
+ "breakdown": "a-(没有) + path-(感情) + -y(名词后缀)",
573
+ "meaning_en": "lack of interest, enthusiasm, or concern",
574
+ "meaning_zh": "冷漠,无动于衷",
575
+ "derivation": "a(没有) + path(感情) + y(名词后缀) → 没有感情 → 冷漠",
576
+ "example": "Voter apathy is a growing concern in many democracies.",
577
+ "example_zh": "选民的冷漠是许多民主国家日益关注的问题。",
578
+ "toefl_frequency": "medium"
579
+ },
580
+ {
581
+ "word": "pathology",
582
+ "breakdown": "path-(痛苦,疾病) + -logy(学科)",
583
+ "meaning_en": "the science of the causes and effects of diseases",
584
+ "meaning_zh": "病理学",
585
+ "derivation": "path(疾病) + logy(学科) → 研究疾病的学科 → 病理学",
586
+ "example": "She studied pathology in medical school.",
587
+ "example_zh": "她在医学院学习了病理学。",
588
+ "toefl_frequency": "medium"
589
+ },
590
+ {
591
+ "word": "pathetic",
592
+ "breakdown": "path-(感情) + -etic(形容词后缀)",
593
+ "meaning_en": "arousing pity, especially through vulnerability or sadness",
594
+ "meaning_zh": "可怜的,令人同情的",
595
+ "derivation": "path(感情) + etic(…的) → 引发感情的 → 令人同情的",
596
+ "example": "The stray dog presented a pathetic sight in the rain.",
597
+ "example_zh": "流浪狗在雨中的样子令人心生怜悯。",
598
+ "toefl_frequency": "low"
599
+ }
600
+ ]
601
+ },
602
+ {
603
+ "root": "phon-",
604
+ "type": "root",
605
+ "meaning_en": "sound, voice",
606
+ "meaning_zh": "声音",
607
+ "origin": "Greek",
608
+ "related": ["voc-/vok-"],
609
+ "words": [
610
+ {
611
+ "word": "telephone",
612
+ "breakdown": "tele-(远) + phon-(声音) + -e",
613
+ "meaning_en": "a system for transmitting voices over a distance using wire or radio",
614
+ "meaning_zh": "电话",
615
+ "derivation": "tele(远) + phon(声音) → 传到远处的声音 → 电话",
616
+ "example": "Alexander Graham Bell invented the telephone.",
617
+ "example_zh": "亚历山大·格雷厄姆·贝尔发明了电话。",
618
+ "toefl_frequency": "medium"
619
+ },
620
+ {
621
+ "word": "microphone",
622
+ "breakdown": "micro-(小) + phon-(声音) + -e",
623
+ "meaning_en": "an instrument for converting sound waves into electrical signals",
624
+ "meaning_zh": "麦克风,话筒",
625
+ "derivation": "micro(微小) + phon(声音) → 捕捉微小声音的装置 → 麦克风",
626
+ "example": "The speaker adjusted the microphone before the presentation.",
627
+ "example_zh": "演讲者在演讲前调整了麦克风。",
628
+ "toefl_frequency": "medium"
629
+ },
630
+ {
631
+ "word": "phonetic",
632
+ "breakdown": "phon-(声音) + -etic(形容词后缀)",
633
+ "meaning_en": "relating to the sounds of speech",
634
+ "meaning_zh": "语音的,语音学的",
635
+ "derivation": "phon(声音) + etic(…的) → 与声音有关的 → 语音的",
636
+ "example": "The dictionary includes phonetic transcriptions of each word.",
637
+ "example_zh": "这本词典包含每个单词的音标。",
638
+ "toefl_frequency": "medium"
639
+ },
640
+ {
641
+ "word": "symphony",
642
+ "breakdown": "sym-(共同) + phon-(声音) + -y(名词后缀)",
643
+ "meaning_en": "an elaborate musical composition for a full orchestra",
644
+ "meaning_zh": "交响乐",
645
+ "derivation": "sym(共同) + phon(声音) + y(名词后缀) → 声音和谐共鸣 → 交响乐",
646
+ "example": "Beethoven composed nine symphonies during his lifetime.",
647
+ "example_zh": "贝多芬一生创作了九部交响乐。",
648
+ "toefl_frequency": "medium"
649
+ },
650
+ {
651
+ "word": "euphony",
652
+ "breakdown": "eu-(好) + phon-(声音) + -y(名词后缀)",
653
+ "meaning_en": "the quality of being pleasing to the ear",
654
+ "meaning_zh": "悦耳,和谐的声音",
655
+ "derivation": "eu(好) + phon(声音) + y(名词后缀) → 好听的声音 → 悦耳",
656
+ "example": "The poet chose words for their euphony as well as their meaning.",
657
+ "example_zh": "诗人选词既注重含义也注重声音的悦耳。",
658
+ "toefl_frequency": "low"
659
+ }
660
+ ]
661
+ },
662
+ {
663
+ "root": "graph-/gram-",
664
+ "type": "root",
665
+ "meaning_en": "write, record",
666
+ "meaning_zh": "写,记录",
667
+ "origin": "Greek",
668
+ "related": ["scrib-/script-"],
669
+ "words": [
670
+ {
671
+ "word": "photograph",
672
+ "breakdown": "photo-(光) + graph-(记录)",
673
+ "meaning_en": "a picture made using a camera",
674
+ "meaning_zh": "照片",
675
+ "derivation": "photo(光) + graph(记录) → 用光记录 → 照片",
676
+ "example": "The photograph captured a beautiful sunset over the ocean.",
677
+ "example_zh": "这张照片捕捉到了海面上美丽的日落。",
678
+ "toefl_frequency": "high"
679
+ },
680
+ {
681
+ "word": "biography",
682
+ "breakdown": "bio-(生命) + graph-(写) + -y(名词后缀)",
683
+ "meaning_en": "an account of someone's life written by someone else",
684
+ "meaning_zh": "传记",
685
+ "derivation": "bio(生命) + graph(写) + y(名词后缀) → 写下一生 → 传记",
686
+ "example": "She wrote a biography of the famous scientist.",
687
+ "example_zh": "她写了一部关于这位著名科学家的传记。",
688
+ "toefl_frequency": "high"
689
+ },
690
+ {
691
+ "word": "geography",
692
+ "breakdown": "geo-(地球) + graph-(写,描述) + -y(名词后缀)",
693
+ "meaning_en": "the study of the physical features of the earth and its atmosphere",
694
+ "meaning_zh": "地理学",
695
+ "derivation": "geo(地球) + graph(描述) + y(名词后缀) → 描述地球的学科 → 地理学",
696
+ "example": "The geography of the region includes mountains and rivers.",
697
+ "example_zh": "该地区的地理特征包括山脉和河流。",
698
+ "toefl_frequency": "high"
699
+ },
700
+ {
701
+ "word": "diagram",
702
+ "breakdown": "dia-(通过) + gram-(写,画)",
703
+ "meaning_en": "a simplified drawing showing the structure of something",
704
+ "meaning_zh": "图表,示意图",
705
+ "derivation": "dia(通过) + gram(画) → 通过画来表达 → 图表",
706
+ "example": "The professor drew a diagram to explain the process.",
707
+ "example_zh": "教授画了一张图表来解释这个过程。",
708
+ "toefl_frequency": "high"
709
+ },
710
+ {
711
+ "word": "telegraph",
712
+ "breakdown": "tele-(远) + graph-(写,记录)",
713
+ "meaning_en": "a system for transmitting messages along a wire",
714
+ "meaning_zh": "电报",
715
+ "derivation": "tele(远) + graph(写) → 写到远方 → 电报",
716
+ "example": "The telegraph revolutionized long-distance communication.",
717
+ "example_zh": "电报彻底改变了远距离通信方式。",
718
+ "toefl_frequency": "medium"
719
+ }
720
+ ]
721
+ },
722
+ {
723
+ "root": "log-/logy",
724
+ "type": "root",
725
+ "meaning_en": "word, study, reason",
726
+ "meaning_zh": "语言,学科,理性",
727
+ "origin": "Greek",
728
+ "related": ["dict-"],
729
+ "words": [
730
+ {
731
+ "word": "biology",
732
+ "breakdown": "bio-(生命) + logy(学科)",
733
+ "meaning_en": "the scientific study of living organisms",
734
+ "meaning_zh": "生物学",
735
+ "derivation": "bio(生命) + logy(学科) → 研究生命的学科 → 生物学",
736
+ "example": "She is majoring in biology at the university.",
737
+ "example_zh": "她在大学主修生物学。",
738
+ "toefl_frequency": "high"
739
+ },
740
+ {
741
+ "word": "ecology",
742
+ "breakdown": "eco-(家,环境) + logy(学科)",
743
+ "meaning_en": "the branch of biology dealing with organisms and their environment",
744
+ "meaning_zh": "生态学",
745
+ "derivation": "eco(环境) + logy(学科) → 研究环境的学科 → 生态学",
746
+ "example": "The professor teaches a course on marine ecology.",
747
+ "example_zh": "这位教授教授一门关于海洋生态学的课程。",
748
+ "toefl_frequency": "high"
749
+ },
750
+ {
751
+ "word": "technology",
752
+ "breakdown": "techno-(技术) + logy(学科)",
753
+ "meaning_en": "the application of scientific knowledge for practical purposes",
754
+ "meaning_zh": "技术,科技",
755
+ "derivation": "techno(技术) + logy(学科) → 关于技术的学科 → 科技",
756
+ "example": "Technology has transformed the way we communicate.",
757
+ "example_zh": "科技改变了我们的交流方式。",
758
+ "toefl_frequency": "high"
759
+ },
760
+ {
761
+ "word": "analogy",
762
+ "breakdown": "ana-(按照) + logy(理性,推理)",
763
+ "meaning_en": "a comparison between things that have similar features",
764
+ "meaning_zh": "类比,类似",
765
+ "derivation": "ana(按照) + logy(推理) → 按照推理进行比较 → 类比",
766
+ "example": "The teacher used an analogy to explain the complex concept.",
767
+ "example_zh": "老师用了一个类比来解释这个复杂的概念。",
768
+ "toefl_frequency": "high"
769
+ },
770
+ {
771
+ "word": "dialogue",
772
+ "breakdown": "dia-(通过,之间) + log-(语言) + -ue",
773
+ "meaning_en": "a conversation between two or more people",
774
+ "meaning_zh": "对话,交流",
775
+ "derivation": "dia(之间) + log(语言) → 人与人之间的语言交流 → 对话",
776
+ "example": "The novel contains realistic dialogue between its characters.",
777
+ "example_zh": "这部小说包含角色之间逼真的对话。",
778
+ "toefl_frequency": "high"
779
+ }
780
+ ]
781
+ },
782
+ {
783
+ "root": "bio-",
784
+ "type": "root",
785
+ "meaning_en": "life",
786
+ "meaning_zh": "生命,生物",
787
+ "origin": "Greek",
788
+ "related": ["gen-"],
789
+ "words": [
790
+ {
791
+ "word": "biodiversity",
792
+ "breakdown": "bio-(生物) + diversity(多样性)",
793
+ "meaning_en": "the variety of plant and animal life in the world or in a particular habitat",
794
+ "meaning_zh": "生物多样性",
795
+ "derivation": "bio(生物) + diversity(多样性) → 生物的多样性 → 生物多样性",
796
+ "example": "The rainforest is known for its incredible biodiversity.",
797
+ "example_zh": "热带雨林以其惊人的生物多样性而闻名。",
798
+ "toefl_frequency": "high"
799
+ },
800
+ {
801
+ "word": "biography",
802
+ "breakdown": "bio-(生命) + graph-(写) + -y(名词后缀)",
803
+ "meaning_en": "an account of someone's life written by someone else",
804
+ "meaning_zh": "传记",
805
+ "derivation": "bio(生命) + graph(写) + y(名词后缀) → 写下一个人的一生 → 传记",
806
+ "example": "He published a biography of Abraham Lincoln.",
807
+ "example_zh": "他出版了一部亚伯拉罕·林肯的传记。",
808
+ "toefl_frequency": "high"
809
+ },
810
+ {
811
+ "word": "biology",
812
+ "breakdown": "bio-(生命) + logy(学科)",
813
+ "meaning_en": "the scientific study of living organisms",
814
+ "meaning_zh": "生物学",
815
+ "derivation": "bio(生命) + logy(学科) → 研究生命的学科 → 生物学",
816
+ "example": "Marine biology focuses on ocean life.",
817
+ "example_zh": "海洋生物学专注于海洋生命。",
818
+ "toefl_frequency": "high"
819
+ },
820
+ {
821
+ "word": "biochemistry",
822
+ "breakdown": "bio-(生命) + chemistry(化学)",
823
+ "meaning_en": "the branch of science concerned with chemical processes in living organisms",
824
+ "meaning_zh": "生物化学",
825
+ "derivation": "bio(生命) + chemistry(化学) → 生命体中的化学 → 生物化学",
826
+ "example": "She earned her degree in biochemistry.",
827
+ "example_zh": "她获得了生物化学学位。",
828
+ "toefl_frequency": "medium"
829
+ },
830
+ {
831
+ "word": "antibiotic",
832
+ "breakdown": "anti-(反对) + bio-(生命) + -tic(形容词后缀)",
833
+ "meaning_en": "a medicine that inhibits the growth of or destroys microorganisms",
834
+ "meaning_zh": "抗生素",
835
+ "derivation": "anti(反对) + bio(生命) + tic(…的) → 反对微生物生命的 → 抗生素",
836
+ "example": "The doctor prescribed an antibiotic for the bacterial infection.",
837
+ "example_zh": "医生为细菌感染开了抗生素。",
838
+ "toefl_frequency": "high"
839
+ }
840
+ ]
841
+ },
842
+ {
843
+ "root": "chron-",
844
+ "type": "root",
845
+ "meaning_en": "time",
846
+ "meaning_zh": "时间",
847
+ "origin": "Greek",
848
+ "related": [],
849
+ "words": [
850
+ {
851
+ "word": "chronic",
852
+ "breakdown": "chron-(时间) + -ic(形容词后缀)",
853
+ "meaning_en": "persisting for a long time or constantly recurring",
854
+ "meaning_zh": "慢性的,长期的",
855
+ "derivation": "chron(时间) + ic(…的) → 持续很长时间的 → 慢性的",
856
+ "example": "He suffers from chronic back pain.",
857
+ "example_zh": "他患有慢性背痛。",
858
+ "toefl_frequency": "high"
859
+ },
860
+ {
861
+ "word": "chronicle",
862
+ "breakdown": "chron-(时间) + -icle(名词后缀)",
863
+ "meaning_en": "a factual written account of important events in the order of their occurrence",
864
+ "meaning_zh": "编年史,年代记",
865
+ "derivation": "chron(时间) + icle(名词后缀) → 按时间记录的文献 → 编年史",
866
+ "example": "The book is a chronicle of the nation's history.",
867
+ "example_zh": "这本书是一部国家历史的编年史。",
868
+ "toefl_frequency": "medium"
869
+ },
870
+ {
871
+ "word": "chronological",
872
+ "breakdown": "chron-(时间) + -o- + log-(学科) + -ical(形容词后缀)",
873
+ "meaning_en": "arranged in the order of time",
874
+ "meaning_zh": "按时间顺序排列的",
875
+ "derivation": "chron(时间) + o + log(学科) + ical(…的) → 按时间逻辑排列的 → 按时间顺序的",
876
+ "example": "Please list the events in chronological order.",
877
+ "example_zh": "请按时间顺序列出这些事件。",
878
+ "toefl_frequency": "high"
879
+ },
880
+ {
881
+ "word": "synchronize",
882
+ "breakdown": "syn-(共同) + chron-(时间) + -ize(动词后缀)",
883
+ "meaning_en": "to cause to occur or operate at the same time or rate",
884
+ "meaning_zh": "使同步",
885
+ "derivation": "syn(共同) + chron(时间) + ize(使) → 使时间一致 → 使同步",
886
+ "example": "The dancers synchronized their movements perfectly.",
887
+ "example_zh": "舞者们完美地同步了他们的动作。",
888
+ "toefl_frequency": "medium"
889
+ },
890
+ {
891
+ "word": "anachronism",
892
+ "breakdown": "ana-(向后) + chron-(时间) + -ism(名词后缀)",
893
+ "meaning_en": "a thing belonging to a period other than that in which it exists",
894
+ "meaning_zh": "时代错误",
895
+ "derivation": "ana(向后) + chron(时间) + ism(现象) → 时间倒错的现象 → 时代错误",
896
+ "example": "Using a typewriter in the digital age seems like an anachronism.",
897
+ "example_zh": "在数字时代使用打字机似乎是一种时代错误。",
898
+ "toefl_frequency": "low"
899
+ }
900
+ ]
901
+ },
902
+ {
903
+ "root": "rupt-",
904
+ "type": "root",
905
+ "meaning_en": "break",
906
+ "meaning_zh": "断,破",
907
+ "origin": "Latin",
908
+ "related": [],
909
+ "words": [
910
+ {
911
+ "word": "disrupt",
912
+ "breakdown": "dis-(分开) + rupt-(断)",
913
+ "meaning_en": "to interrupt the normal course or unity of something",
914
+ "meaning_zh": "扰乱,中断",
915
+ "derivation": "dis(分开) + rupt(断) → 打断使分开 → 扰乱",
916
+ "example": "The protest disrupted traffic in the city center.",
917
+ "example_zh": "抗议活动扰乱了市中心的交通。",
918
+ "toefl_frequency": "high"
919
+ },
920
+ {
921
+ "word": "erupt",
922
+ "breakdown": "e-(向外) + rupt-(破)",
923
+ "meaning_en": "to burst out suddenly and violently",
924
+ "meaning_zh": "爆发,喷发",
925
+ "derivation": "e(向外) + rupt(破) → 向外破裂 → 喷发",
926
+ "example": "The volcano erupted without warning.",
927
+ "example_zh": "火山毫无预警地喷发了。",
928
+ "toefl_frequency": "high"
929
+ },
930
+ {
931
+ "word": "interrupt",
932
+ "breakdown": "inter-(在…之间) + rupt-(断)",
933
+ "meaning_en": "to stop the continuous progress of an activity or process",
934
+ "meaning_zh": "打断,中断",
935
+ "derivation": "inter(在…之间) + rupt(断) → 在中间打断 → 中断",
936
+ "example": "Please don't interrupt the speaker during the presentation.",
937
+ "example_zh": "请不要在演讲期间打断演讲者。",
938
+ "toefl_frequency": "high"
939
+ },
940
+ {
941
+ "word": "corrupt",
942
+ "breakdown": "cor-(完全) + rupt-(破)",
943
+ "meaning_en": "having or showing a willingness to act dishonestly for personal gain",
944
+ "meaning_zh": "腐败的,贪污的",
945
+ "derivation": "cor(完全) + rupt(破) → 完全破坏(道德) → 腐败的",
946
+ "example": "The corrupt officials were eventually brought to justice.",
947
+ "example_zh": "腐败官员最终被绳之以法。",
948
+ "toefl_frequency": "medium"
949
+ },
950
+ {
951
+ "word": "abrupt",
952
+ "breakdown": "ab-(离开) + rupt-(断)",
953
+ "meaning_en": "sudden and unexpected",
954
+ "meaning_zh": "突然的,意外的",
955
+ "derivation": "ab(离开) + rupt(断) → 突然断开 → 突然的",
956
+ "example": "The meeting came to an abrupt end.",
957
+ "example_zh": "会议突然结束了。",
958
+ "toefl_frequency": "medium"
959
+ }
960
+ ]
961
+ },
962
+ {
963
+ "root": "cred-",
964
+ "type": "root",
965
+ "meaning_en": "believe, trust",
966
+ "meaning_zh": "相信,信任",
967
+ "origin": "Latin",
968
+ "related": [],
969
+ "words": [
970
+ {
971
+ "word": "credible",
972
+ "breakdown": "cred-(相信) + -ible(能够…的)",
973
+ "meaning_en": "able to be believed; convincing",
974
+ "meaning_zh": "可信的,可靠的",
975
+ "derivation": "cred(相信) + ible(能…的) → 能被相信的 → 可信的",
976
+ "example": "The witness provided a credible account of the events.",
977
+ "example_zh": "证人对事件提供了可信的描述。",
978
+ "toefl_frequency": "high"
979
+ },
980
+ {
981
+ "word": "incredible",
982
+ "breakdown": "in-(不) + cred-(相信) + -ible(能够…的)",
983
+ "meaning_en": "impossible to believe; extraordinary",
984
+ "meaning_zh": "难以置信的,惊人的",
985
+ "derivation": "in(不) + cred(相信) + ible(能…的) → 不能相信的 → 难以置信的",
986
+ "example": "The speed of technological change is incredible.",
987
+ "example_zh": "技术变革的速度令人难以置信。",
988
+ "toefl_frequency": "high"
989
+ },
990
+ {
991
+ "word": "credential",
992
+ "breakdown": "cred-(信任) + -ential(名词后缀)",
993
+ "meaning_en": "a qualification or achievement that proves capability",
994
+ "meaning_zh": "证书,资格证明",
995
+ "derivation": "cred(信任) + ential(名词后缀) → 让人信任的凭证 → 资格证明",
996
+ "example": "She presented her credentials to the hiring committee.",
997
+ "example_zh": "她向招聘委员会出示了自己的资格证明。",
998
+ "toefl_frequency": "medium"
999
+ },
1000
+ {
1001
+ "word": "credit",
1002
+ "breakdown": "cred-(相信) + -it",
1003
+ "meaning_en": "the ability to obtain goods before payment based on trust; recognition",
1004
+ "meaning_zh": "信用;学分;功劳",
1005
+ "derivation": "cred(相信) + it → 基于相信给予的 → 信用",
1006
+ "example": "Students need 120 credits to graduate.",
1007
+ "example_zh": "学生需要修满120个学分才能毕业。",
1008
+ "toefl_frequency": "high"
1009
+ },
1010
+ {
1011
+ "word": "discredit",
1012
+ "breakdown": "dis-(否定) + cred-(相信) + -it",
1013
+ "meaning_en": "to harm the good reputation of someone",
1014
+ "meaning_zh": "使不可信,使丢脸",
1015
+ "derivation": "dis(否定) + cred(相信) + it → 使人不再相信 → 使不可信",
1016
+ "example": "New evidence discredited the old theory.",
1017
+ "example_zh": "新证据推翻了旧理论的可信度。",
1018
+ "toefl_frequency": "medium"
1019
+ }
1020
+ ]
1021
+ },
1022
+ {
1023
+ "root": "voc-/vok-",
1024
+ "type": "root",
1025
+ "meaning_en": "call, voice",
1026
+ "meaning_zh": "叫,声音",
1027
+ "origin": "Latin",
1028
+ "related": ["dict-", "phon-"],
1029
+ "words": [
1030
+ {
1031
+ "word": "vocabulary",
1032
+ "breakdown": "voc-(叫,语言) + -abul- + -ary(名词后缀)",
1033
+ "meaning_en": "the body of words used in a particular language",
1034
+ "meaning_zh": "词汇,词汇量",
1035
+ "derivation": "voc(语言) + abul + ary(名词后缀) → 语言中可以叫出的词 → 词汇",
1036
+ "example": "Reading widely helps expand your vocabulary.",
1037
+ "example_zh": "广泛阅读有助于扩大词汇量。",
1038
+ "toefl_frequency": "high"
1039
+ },
1040
+ {
1041
+ "word": "advocate",
1042
+ "breakdown": "ad-(朝向) + voc-(叫) + -ate(动词/名词后缀)",
1043
+ "meaning_en": "to publicly recommend or support; a person who supports a cause",
1044
+ "meaning_zh": "提倡,拥护;倡导者",
1045
+ "derivation": "ad(朝向) + voc(叫) + ate(做) → 朝着某方向呼喊 → 提倡",
1046
+ "example": "She advocates for environmental protection.",
1047
+ "example_zh": "她倡导环境保护。",
1048
+ "toefl_frequency": "high"
1049
+ },
1050
+ {
1051
+ "word": "provoke",
1052
+ "breakdown": "pro-(向前) + vok-(叫)",
1053
+ "meaning_en": "to stimulate or give rise to a reaction or emotion",
1054
+ "meaning_zh": "激怒,挑衅;引起",
1055
+ "derivation": "pro(向前) + vok(叫) → 向前叫喊挑衅 → 激怒",
1056
+ "example": "The controversial speech provoked widespread debate.",
1057
+ "example_zh": "这篇有争议的演讲引发了广泛的辩论。",
1058
+ "toefl_frequency": "medium"
1059
+ },
1060
+ {
1061
+ "word": "evoke",
1062
+ "breakdown": "e-(向外) + vok-(叫)",
1063
+ "meaning_en": "to bring or recall to the conscious mind",
1064
+ "meaning_zh": "唤起,引起",
1065
+ "derivation": "e(向外) + vok(叫) → 把记忆叫出来 → 唤起",
1066
+ "example": "The music evoked memories of her childhood.",
1067
+ "example_zh": "这首音乐唤起了她童年的回忆。",
1068
+ "toefl_frequency": "medium"
1069
+ },
1070
+ {
1071
+ "word": "vocal",
1072
+ "breakdown": "voc-(声音) + -al(形容词后缀)",
1073
+ "meaning_en": "relating to the human voice; expressing opinions freely",
1074
+ "meaning_zh": "声音的;直言不讳的",
1075
+ "derivation": "voc(声音) + al(…的) → 与声音有关的 → 直言不讳的",
1076
+ "example": "She has been vocal about the need for educational reform.",
1077
+ "example_zh": "她一直在公开呼吁教育改革的必要性。",
1078
+ "toefl_frequency": "medium"
1079
+ }
1080
+ ]
1081
+ },
1082
+ {
1083
+ "root": "mit-/mis-",
1084
+ "type": "root",
1085
+ "meaning_en": "send",
1086
+ "meaning_zh": "发送,派遣",
1087
+ "origin": "Latin",
1088
+ "related": ["port-"],
1089
+ "words": [
1090
+ {
1091
+ "word": "transmit",
1092
+ "breakdown": "trans-(跨越) + mit-(发送)",
1093
+ "meaning_en": "to cause something to pass on from one place or person to another",
1094
+ "meaning_zh": "传输,传送;传播",
1095
+ "derivation": "trans(跨越) + mit(发送) → 跨越距离发送 → 传输",
1096
+ "example": "Radio waves transmit signals across long distances.",
1097
+ "example_zh": "无线电波跨越远距离传输信号。",
1098
+ "toefl_frequency": "high"
1099
+ },
1100
+ {
1101
+ "word": "submit",
1102
+ "breakdown": "sub-(在…之下) + mit-(送)",
1103
+ "meaning_en": "to present for consideration; to yield to authority",
1104
+ "meaning_zh": "提交;屈服",
1105
+ "derivation": "sub(在下方) + mit(送) → 从下方送上去 → 提交",
1106
+ "example": "Please submit your essay by Friday.",
1107
+ "example_zh": "请在周五之前提交你的论文。",
1108
+ "toefl_frequency": "high"
1109
+ },
1110
+ {
1111
+ "word": "emission",
1112
+ "breakdown": "e-(向外) + mis-(送) + -sion(名词后缀)",
1113
+ "meaning_en": "the production and discharge of something, especially gas or radiation",
1114
+ "meaning_zh": "排放,散发",
1115
+ "derivation": "e(向外) + mis(送) + sion(行为) → 向外送出 → 排放",
1116
+ "example": "Carbon emissions contribute to global warming.",
1117
+ "example_zh": "碳排放导致全球变暖。",
1118
+ "toefl_frequency": "high"
1119
+ },
1120
+ {
1121
+ "word": "permit",
1122
+ "breakdown": "per-(通过) + mit-(送)",
1123
+ "meaning_en": "to give authorization or consent to; an official document granting authorization",
1124
+ "meaning_zh": "允许;许可证",
1125
+ "derivation": "per(通过) + mit(送) → 让通过放行 → 允许",
1126
+ "example": "The city does not permit construction in this area.",
1127
+ "example_zh": "该市不允许在这个区域进行施工。",
1128
+ "toefl_frequency": "high"
1129
+ },
1130
+ {
1131
+ "word": "missile",
1132
+ "breakdown": "mis-(发送) + -sile(能够…的)",
1133
+ "meaning_en": "an object forcibly propelled at a target",
1134
+ "meaning_zh": "导弹,发射物",
1135
+ "derivation": "mis(发送) + sile(能…的) → 能被发射出去的 → 导弹",
1136
+ "example": "The military tested a new missile defense system.",
1137
+ "example_zh": "军方测试了一种新型导弹防御系统。",
1138
+ "toefl_frequency": "medium"
1139
+ }
1140
+ ]
1141
+ },
1142
+ {
1143
+ "root": "fac-/fact-",
1144
+ "type": "root",
1145
+ "meaning_en": "make, do",
1146
+ "meaning_zh": "做,制造",
1147
+ "origin": "Latin",
1148
+ "related": [],
1149
+ "words": [
1150
+ {
1151
+ "word": "factor",
1152
+ "breakdown": "fact-(做) + -or(名词后缀)",
1153
+ "meaning_en": "a circumstance, fact, or influence that contributes to a result",
1154
+ "meaning_zh": "因素,要素",
1155
+ "derivation": "fact(做) + or(…者) → 起作用的东西 → 因素",
1156
+ "example": "Cost is a major factor in the decision.",
1157
+ "example_zh": "成本是决策中的一个重要因素。",
1158
+ "toefl_frequency": "high"
1159
+ },
1160
+ {
1161
+ "word": "manufacture",
1162
+ "breakdown": "manu-(手) + fact-(制造) + -ure(名词/动词后缀)",
1163
+ "meaning_en": "to make something on a large scale using machinery",
1164
+ "meaning_zh": "制造,生产",
1165
+ "derivation": "manu(手) + fact(制造) + ure(行为) → 用手制造 → 生产",
1166
+ "example": "The company manufactures electronic devices.",
1167
+ "example_zh": "这家公司制造电子设备。",
1168
+ "toefl_frequency": "high"
1169
+ },
1170
+ {
1171
+ "word": "facility",
1172
+ "breakdown": "fac-(做) + -ility(名词后缀)",
1173
+ "meaning_en": "a place provided for a particular purpose; ease of doing something",
1174
+ "meaning_zh": "设施;便利",
1175
+ "derivation": "fac(做) + ility(名词后缀) → 方便做事的地方 → 设施",
1176
+ "example": "The university has excellent research facilities.",
1177
+ "example_zh": "这所大学拥有出色的研究设施。",
1178
+ "toefl_frequency": "high"
1179
+ },
1180
+ {
1181
+ "word": "artifact",
1182
+ "breakdown": "arti-(技术,技艺) + fact-(制造)",
1183
+ "meaning_en": "an object made by a human being, typically of historical interest",
1184
+ "meaning_zh": "人工制品,文物",
1185
+ "derivation": "arti(技艺) + fact(制造) → 用技艺制造的东西 → 人工制品",
1186
+ "example": "The museum displays artifacts from ancient Egypt.",
1187
+ "example_zh": "博物馆展出了来自古埃及的文物。",
1188
+ "toefl_frequency": "high"
1189
+ },
1190
+ {
1191
+ "word": "faculty",
1192
+ "breakdown": "fac-(做) + -ulty(名词后缀)",
1193
+ "meaning_en": "an inherent mental or physical power; the teaching staff of a university",
1194
+ "meaning_zh": "能力;全体教员",
1195
+ "derivation": "fac(做) + ulty(名词后缀) → 有做事能力的人 → 全体教员",
1196
+ "example": "The faculty voted to change the curriculum.",
1197
+ "example_zh": "全体教员投票决定修改课程。",
1198
+ "toefl_frequency": "high"
1199
+ }
1200
+ ]
1201
+ },
1202
+ {
1203
+ "root": "un-",
1204
+ "type": "prefix",
1205
+ "meaning_en": "not, opposite of",
1206
+ "meaning_zh": "不,相反",
1207
+ "origin": "Old English",
1208
+ "related": ["dis-"],
1209
+ "words": [
1210
+ {
1211
+ "word": "unprecedented",
1212
+ "breakdown": "un-(不) + precedent-(先例) + -ed(形容词后缀)",
1213
+ "meaning_en": "never done or known before",
1214
+ "meaning_zh": "史无前例的,空前的",
1215
+ "derivation": "un(不) + precedent(先例) + ed(…的) → 没有先例的 → 史无前例的",
1216
+ "example": "The country experienced unprecedented economic growth.",
1217
+ "example_zh": "这个国家经历了史无前例的经济增长。",
1218
+ "toefl_frequency": "high"
1219
+ },
1220
+ {
1221
+ "word": "underestimate",
1222
+ "breakdown": "under-(低于) + estimate(估计)",
1223
+ "meaning_en": "to estimate something to be smaller or less important than it actually is",
1224
+ "meaning_zh": "低估",
1225
+ "derivation": "under(低于) + estimate(估计) → 估计得过低 → 低估",
1226
+ "example": "Do not underestimate the difficulty of the exam.",
1227
+ "example_zh": "不要低估这次考试的难度。",
1228
+ "toefl_frequency": "high"
1229
+ },
1230
+ {
1231
+ "word": "universal",
1232
+ "breakdown": "uni-(一) + vers-(转) + -al(形容词后缀)",
1233
+ "meaning_en": "relating to or affecting all people in the world",
1234
+ "meaning_zh": "普遍的,全球的",
1235
+ "derivation": "uni(一) + vers(转) + al(…的) → 合为一体旋转的 → 普遍的",
1236
+ "example": "Access to clean water is a universal need.",
1237
+ "example_zh": "获得清洁水源是全人类的普遍需求。",
1238
+ "toefl_frequency": "high"
1239
+ },
1240
+ {
1241
+ "word": "unlikely",
1242
+ "breakdown": "un-(不) + likely(可能的)",
1243
+ "meaning_en": "not likely to happen, be done, or be true",
1244
+ "meaning_zh": "不太可能的",
1245
+ "derivation": "un(不) + likely(可能的) → 不可能的 → 不太可能的",
1246
+ "example": "It is unlikely that the project will finish on time.",
1247
+ "example_zh": "这个项目不太可能按时完成。",
1248
+ "toefl_frequency": "high"
1249
+ },
1250
+ {
1251
+ "word": "uncover",
1252
+ "breakdown": "un-(去除) + cover(覆盖)",
1253
+ "meaning_en": "to remove a cover from; to discover something hidden",
1254
+ "meaning_zh": "揭露,发现",
1255
+ "derivation": "un(去除) + cover(覆盖) → 去除覆盖 → 揭露",
1256
+ "example": "Archaeologists uncovered the remains of an ancient city.",
1257
+ "example_zh": "考古学家发现了一座古城的遗迹。",
1258
+ "toefl_frequency": "medium"
1259
+ }
1260
+ ]
1261
+ },
1262
+ {
1263
+ "root": "re-",
1264
+ "type": "prefix",
1265
+ "meaning_en": "again, back",
1266
+ "meaning_zh": "再,回",
1267
+ "origin": "Latin",
1268
+ "related": [],
1269
+ "words": [
1270
+ {
1271
+ "word": "restore",
1272
+ "breakdown": "re-(回) + store(存放,建立)",
1273
+ "meaning_en": "to bring back to a former condition or position",
1274
+ "meaning_zh": "恢复,修复",
1275
+ "derivation": "re(回) + store(存放) → 放回原来的状态 → 恢复",
1276
+ "example": "The team worked to restore the damaged painting.",
1277
+ "example_zh": "团队努力修复受损的画作。",
1278
+ "toefl_frequency": "high"
1279
+ },
1280
+ {
1281
+ "word": "reveal",
1282
+ "breakdown": "re-(回) + veal(面纱,遮盖)",
1283
+ "meaning_en": "to make previously unknown information known to others",
1284
+ "meaning_zh": "揭示,透露",
1285
+ "derivation": "re(回) + veal(面纱) → 揭开面纱 → 揭示",
1286
+ "example": "The study revealed a link between diet and disease.",
1287
+ "example_zh": "这项研究揭示了饮食与疾病之间的关联。",
1288
+ "toefl_frequency": "high"
1289
+ },
1290
+ {
1291
+ "word": "revise",
1292
+ "breakdown": "re-(再) + vis-(看) + -e",
1293
+ "meaning_en": "to reexamine and make alterations to written or printed matter",
1294
+ "meaning_zh": "修订,修改",
1295
+ "derivation": "re(再) + vis(看) → 再看一遍 → 修订",
1296
+ "example": "The author revised the manuscript several times.",
1297
+ "example_zh": "作者多次修改了手稿。",
1298
+ "toefl_frequency": "high"
1299
+ },
1300
+ {
1301
+ "word": "renewable",
1302
+ "breakdown": "re-(再) + new(新的) + -able(能够…的)",
1303
+ "meaning_en": "capable of being renewed; not depleted when used",
1304
+ "meaning_zh": "可再生的,可更新的",
1305
+ "derivation": "re(再) + new(新的) + able(能…的) → 能再次变新的 → 可再生的",
1306
+ "example": "Solar power is a renewable energy source.",
1307
+ "example_zh": "太阳能是一种可再生能源。",
1308
+ "toefl_frequency": "high"
1309
+ },
1310
+ {
1311
+ "word": "reconstruct",
1312
+ "breakdown": "re-(再) + construct(建造)",
1313
+ "meaning_en": "to build or form something again after it has been damaged or destroyed",
1314
+ "meaning_zh": "重建,重构",
1315
+ "derivation": "re(再) + construct(建造) → 再次建造 → 重建",
1316
+ "example": "Scientists are trying to reconstruct the ancient climate.",
1317
+ "example_zh": "科学家正试图重建古代气候模型。",
1318
+ "toefl_frequency": "medium"
1319
+ }
1320
+ ]
1321
+ },
1322
+ {
1323
+ "root": "pre-",
1324
+ "type": "prefix",
1325
+ "meaning_en": "before",
1326
+ "meaning_zh": "在…之前",
1327
+ "origin": "Latin",
1328
+ "related": [],
1329
+ "words": [
1330
+ {
1331
+ "word": "predominant",
1332
+ "breakdown": "pre-(在…之前) + dominant(占优势的)",
1333
+ "meaning_en": "present as the strongest or main element",
1334
+ "meaning_zh": "占主导地位的,显著的",
1335
+ "derivation": "pre(在前) + dominant(支配的) → 在前面支配的 → 占主导地位的",
1336
+ "example": "English is the predominant language in international business.",
1337
+ "example_zh": "英语是国际商务中的主导语言。",
1338
+ "toefl_frequency": "high"
1339
+ },
1340
+ {
1341
+ "word": "preserve",
1342
+ "breakdown": "pre-(在…之前) + serve(保持)",
1343
+ "meaning_en": "to maintain something in its original or existing state",
1344
+ "meaning_zh": "保存,保护",
1345
+ "derivation": "pre(提前) + serve(保持) → 提前保持好 → 保存",
1346
+ "example": "We must preserve the natural environment for future generations.",
1347
+ "example_zh": "我们必须为后代保护自然环境。",
1348
+ "toefl_frequency": "high"
1349
+ },
1350
+ {
1351
+ "word": "preliminary",
1352
+ "breakdown": "pre-(在…之前) + limin-(门槛) + -ary(形容词后缀)",
1353
+ "meaning_en": "denoting an action or event preceding or done in preparation for something",
1354
+ "meaning_zh": "初步的,预备的",
1355
+ "derivation": "pre(在…之前) + limin(门槛) + ary(…的) → 在门槛之前的 → 初步的",
1356
+ "example": "Preliminary results suggest the treatment is effective.",
1357
+ "example_zh": "初步结果表明这种治疗方法是有效的。",
1358
+ "toefl_frequency": "high"
1359
+ },
1360
+ {
1361
+ "word": "previous",
1362
+ "breakdown": "pre-(在…之前) + vi-(路) + -ous(形容词后缀)",
1363
+ "meaning_en": "existing or occurring before in time or order",
1364
+ "meaning_zh": "先前的,以往的",
1365
+ "derivation": "pre(在…之前) + vi(路) + ous(…的) → 走在前面的 → 先前的",
1366
+ "example": "She had no previous experience in this field.",
1367
+ "example_zh": "她在这个领域没有以往的经验。",
1368
+ "toefl_frequency": "high"
1369
+ },
1370
+ {
1371
+ "word": "precede",
1372
+ "breakdown": "pre-(在…之前) + ced-(走)",
1373
+ "meaning_en": "to come before something in time, order, or position",
1374
+ "meaning_zh": "在…之前,先于",
1375
+ "derivation": "pre(在…之前) + ced(走) → 走在前面 → 先于",
1376
+ "example": "A brief introduction will precede the main lecture.",
1377
+ "example_zh": "正式讲座之前会有一个简短的介绍。",
1378
+ "toefl_frequency": "high"
1379
+ }
1380
+ ]
1381
+ },
1382
+ {
1383
+ "root": "dis-",
1384
+ "type": "prefix",
1385
+ "meaning_en": "apart, away, not",
1386
+ "meaning_zh": "分开,离开,不",
1387
+ "origin": "Latin",
1388
+ "related": ["un-"],
1389
+ "words": [
1390
+ {
1391
+ "word": "distinguish",
1392
+ "breakdown": "dis-(分开) + stingu-(刺,标记) + -ish(动词后缀)",
1393
+ "meaning_en": "to recognize or treat someone or something as different",
1394
+ "meaning_zh": "区分,辨别",
1395
+ "derivation": "dis(分开) + stingu(标记) + ish(做) → 用标记分开 → 区分",
1396
+ "example": "It is important to distinguish between fact and opinion.",
1397
+ "example_zh": "区分事实和观点是很重要的。",
1398
+ "toefl_frequency": "high"
1399
+ },
1400
+ {
1401
+ "word": "distribute",
1402
+ "breakdown": "dis-(分开) + tribut-(给予) + -e",
1403
+ "meaning_en": "to give shares of something; to spread over an area",
1404
+ "meaning_zh": "分配,分发;分布",
1405
+ "derivation": "dis(分开) + tribut(给予) → 分开给予 → 分配",
1406
+ "example": "The organization distributes food to those in need.",
1407
+ "example_zh": "该组织向有需要的人分发食物。",
1408
+ "toefl_frequency": "high"
1409
+ },
1410
+ {
1411
+ "word": "dispose",
1412
+ "breakdown": "dis-(分开) + pos-(放置) + -e",
1413
+ "meaning_en": "to get rid of; to arrange in a particular position",
1414
+ "meaning_zh": "处理,处置",
1415
+ "derivation": "dis(离开) + pos(放置) + e → 放到一边去 → 处置",
1416
+ "example": "You should dispose of hazardous waste properly.",
1417
+ "example_zh": "你应该妥善处理危险废物。",
1418
+ "toefl_frequency": "medium"
1419
+ },
1420
+ {
1421
+ "word": "display",
1422
+ "breakdown": "dis-(展开) + play-(折叠)",
1423
+ "meaning_en": "to make visible by putting in a noticeable position",
1424
+ "meaning_zh": "展示,陈列",
1425
+ "derivation": "dis(展开) + play(折叠) → 展开折叠的东西 → 展示",
1426
+ "example": "The museum displays artifacts from the colonial period.",
1427
+ "example_zh": "博物馆展出了殖民时期的文物。",
1428
+ "toefl_frequency": "high"
1429
+ },
1430
+ {
1431
+ "word": "diminish",
1432
+ "breakdown": "di-(分开) + min-(小) + -ish(动词后缀)",
1433
+ "meaning_en": "to make or become less",
1434
+ "meaning_zh": "减少,缩小",
1435
+ "derivation": "di(分开) + min(小) + ish(使) → 使变得更小 → 减少",
1436
+ "example": "The supply of fresh water is diminishing rapidly.",
1437
+ "example_zh": "淡水供应正在迅速减少。",
1438
+ "toefl_frequency": "high"
1439
+ }
1440
+ ]
1441
+ },
1442
+ {
1443
+ "root": "trans-",
1444
+ "type": "prefix",
1445
+ "meaning_en": "across, beyond, through",
1446
+ "meaning_zh": "跨越,超越,通过",
1447
+ "origin": "Latin",
1448
+ "related": ["port-", "mit-/mis-"],
1449
+ "words": [
1450
+ {
1451
+ "word": "transform",
1452
+ "breakdown": "trans-(跨越) + form(形式)",
1453
+ "meaning_en": "to make a thorough or dramatic change in form or appearance",
1454
+ "meaning_zh": "转变,改造",
1455
+ "derivation": "trans(跨越) + form(形式) → 跨越原有形式 → 转变",
1456
+ "example": "Technology has transformed modern education.",
1457
+ "example_zh": "科技改变了现代教育。",
1458
+ "toefl_frequency": "high"
1459
+ },
1460
+ {
1461
+ "word": "transition",
1462
+ "breakdown": "trans-(跨越) + it-(走) + -ion(名词后缀)",
1463
+ "meaning_en": "the process of changing from one state or condition to another",
1464
+ "meaning_zh": "过渡,转变",
1465
+ "derivation": "trans(跨越) + it(走) + ion(行为) → 走过去到另一边 → 过渡",
1466
+ "example": "The transition from high school to college can be challenging.",
1467
+ "example_zh": "从高中到大学的过渡可能充满挑战。",
1468
+ "toefl_frequency": "high"
1469
+ },
1470
+ {
1471
+ "word": "transparent",
1472
+ "breakdown": "trans-(通过) + par-(出现) + -ent(形容词后缀)",
1473
+ "meaning_en": "allowing light to pass through; easy to perceive or detect",
1474
+ "meaning_zh": "透明的;显而易见的",
1475
+ "derivation": "trans(通过) + par(出现) + ent(…的) → 能透过去看到的 → 透明的",
1476
+ "example": "The government should be transparent about its spending.",
1477
+ "example_zh": "政府应该对其支出保持透明。",
1478
+ "toefl_frequency": "high"
1479
+ },
1480
+ {
1481
+ "word": "transplant",
1482
+ "breakdown": "trans-(跨越) + plant(种植)",
1483
+ "meaning_en": "to move or transfer something to another place or situation",
1484
+ "meaning_zh": "移植,迁移",
1485
+ "derivation": "trans(跨越) + plant(种植) → 跨越位置重新种植 → 移植",
1486
+ "example": "The surgeon performed a heart transplant.",
1487
+ "example_zh": "外科医生进行了心脏移植手术。",
1488
+ "toefl_frequency": "medium"
1489
+ },
1490
+ {
1491
+ "word": "transcend",
1492
+ "breakdown": "trans-(超越) + scend-(攀登)",
1493
+ "meaning_en": "to go beyond the range or limits of something",
1494
+ "meaning_zh": "超越,超出",
1495
+ "derivation": "trans(超越) + scend(攀登) → 攀登并超越 → 超越",
1496
+ "example": "Great art can transcend cultural boundaries.",
1497
+ "example_zh": "伟大的艺术可以超越文化的界限。",
1498
+ "toefl_frequency": "medium"
1499
+ }
1500
+ ]
1501
+ },
1502
+ {
1503
+ "root": "-tion/-sion",
1504
+ "type": "suffix",
1505
+ "meaning_en": "noun: act, state, or result of",
1506
+ "meaning_zh": "名词后缀:表示行为、状态或结果",
1507
+ "origin": "Latin",
1508
+ "related": ["-ment"],
1509
+ "words": [
1510
+ {
1511
+ "word": "civilization",
1512
+ "breakdown": "civil-(公民) + -ize(使成为) + -ation(名词后缀:行为/状态)",
1513
+ "meaning_en": "the stage of human social and cultural development considered most advanced",
1514
+ "meaning_zh": "文明",
1515
+ "derivation": "civil(公民) + ize(使成为) + ation(状态) → 使成为公民社会的状态 → 文明",
1516
+ "example": "Ancient Greek civilization made lasting contributions to philosophy.",
1517
+ "example_zh": "古希腊文明对哲学做出了持久的贡献。",
1518
+ "toefl_frequency": "high"
1519
+ },
1520
+ {
1521
+ "word": "conservation",
1522
+ "breakdown": "con-(共同) + serv-(保持) + -ation(名词后缀:行为/状态)",
1523
+ "meaning_en": "the action of conserving something, especially the natural environment",
1524
+ "meaning_zh": "保护,保存",
1525
+ "derivation": "con(共同) + serv(保持) + ation(行为) → 共同保持的行为 → 保护",
1526
+ "example": "Conservation of natural resources is essential for sustainability.",
1527
+ "example_zh": "自然资源的保护对于可持续发展至关重要。",
1528
+ "toefl_frequency": "high"
1529
+ },
1530
+ {
1531
+ "word": "migration",
1532
+ "breakdown": "migr-(迁移) + -ation(名词后缀:行为/状态)",
1533
+ "meaning_en": "the movement from one region or habitat to another",
1534
+ "meaning_zh": "迁移,移居",
1535
+ "derivation": "migr(迁移) + ation(行为) → 迁移的行为 → 迁移",
1536
+ "example": "Bird migration patterns are affected by climate change.",
1537
+ "example_zh": "鸟类的迁徙模式受到气候变化的影响。",
1538
+ "toefl_frequency": "high"
1539
+ },
1540
+ {
1541
+ "word": "expansion",
1542
+ "breakdown": "ex-(向外) + pans-(展开) + -ion(名词后缀:行为/状态)",
1543
+ "meaning_en": "the action of becoming larger or more extensive",
1544
+ "meaning_zh": "扩张,膨胀",
1545
+ "derivation": "ex(向外) + pans(展开) + ion(行为) → 向外展开 → 扩张",
1546
+ "example": "The rapid expansion of the city caused environmental concerns.",
1547
+ "example_zh": "城市的快速扩张引发了环境问题。",
1548
+ "toefl_frequency": "high"
1549
+ },
1550
+ {
1551
+ "word": "erosion",
1552
+ "breakdown": "e-(向外) + ros-(啃,侵蚀) + -ion(名词后缀:行为/状态)",
1553
+ "meaning_en": "the gradual destruction or diminution of something",
1554
+ "meaning_zh": "侵蚀,腐蚀",
1555
+ "derivation": "e(向外) + ros(侵蚀) + ion(行为) → 向外啃蚀 → 侵蚀",
1556
+ "example": "Soil erosion is a major problem in deforested areas.",
1557
+ "example_zh": "土壤侵蚀是森林被砍伐地区的一个主要问题。",
1558
+ "toefl_frequency": "high"
1559
+ }
1560
+ ]
1561
+ },
1562
+ {
1563
+ "root": "-ous/-ious",
1564
+ "type": "suffix",
1565
+ "meaning_en": "adjective: full of, having the quality of",
1566
+ "meaning_zh": "形容词后缀:充满…的,具有…性质的",
1567
+ "origin": "Latin",
1568
+ "related": ["-able/-ible"],
1569
+ "words": [
1570
+ {
1571
+ "word": "indigenous",
1572
+ "breakdown": "indi-(在…之内) + gen-(出生) + -ous(形容词后缀:具有…的)",
1573
+ "meaning_en": "originating or occurring naturally in a particular place",
1574
+ "meaning_zh": "本土的,土著的",
1575
+ "derivation": "indi(在…之内) + gen(出生) + ous(…的) → 在当地出生的 → 本土的",
1576
+ "example": "The indigenous population has lived here for thousands of years.",
1577
+ "example_zh": "原住民在这里生活了数千年。",
1578
+ "toefl_frequency": "high"
1579
+ },
1580
+ {
1581
+ "word": "enormous",
1582
+ "breakdown": "e-(超出) + norm-(标准) + -ous(形容词后缀:充满…的)",
1583
+ "meaning_en": "very large in size, quantity, or extent",
1584
+ "meaning_zh": "巨大的,庞大的",
1585
+ "derivation": "e(超出) + norm(标准) + ous(…的) → 超出正常标准的 → 巨大的",
1586
+ "example": "The project requires an enormous amount of funding.",
1587
+ "example_zh": "这个项目需要巨额资金。",
1588
+ "toefl_frequency": "high"
1589
+ },
1590
+ {
1591
+ "word": "hazardous",
1592
+ "breakdown": "hazard(危险) + -ous(形容词后缀:充满…的)",
1593
+ "meaning_en": "risky; dangerous",
1594
+ "meaning_zh": "有危险的,有害的",
1595
+ "derivation": "hazard(危险) + ous(充满…的) → 充满危险的 → 有危险的",
1596
+ "example": "Hazardous chemicals must be stored carefully.",
1597
+ "example_zh": "危险化学品必须小心存放。",
1598
+ "toefl_frequency": "high"
1599
+ },
1600
+ {
1601
+ "word": "prosperous",
1602
+ "breakdown": "prosper(繁荣) + -ous(形容词后缀:充满…的)",
1603
+ "meaning_en": "successful in material terms; flourishing financially",
1604
+ "meaning_zh": "繁荣的,兴旺的",
1605
+ "derivation": "prosper(繁荣) + ous(充满…的) → 充满繁荣的 → 繁荣的",
1606
+ "example": "The region became prosperous through trade.",
1607
+ "example_zh": "该地区通过贸易变得繁荣昌盛。",
1608
+ "toefl_frequency": "medium"
1609
+ },
1610
+ {
1611
+ "word": "ambiguous",
1612
+ "breakdown": "ambi-(两边) + gu-(驱动) + -ous(形容词后缀:具有…的)",
1613
+ "meaning_en": "open to more than one interpretation; unclear",
1614
+ "meaning_zh": "模糊的,含糊不清的",
1615
+ "derivation": "ambi(两边) + gu(驱动) + ous(…的) → 被驱向两边的 → 模糊的",
1616
+ "example": "The instructions were ambiguous and confused the students.",
1617
+ "example_zh": "说明含糊不清,让学生们感到困惑。",
1618
+ "toefl_frequency": "high"
1619
+ }
1620
+ ]
1621
+ },
1622
+ {
1623
+ "root": "-able/-ible",
1624
+ "type": "suffix",
1625
+ "meaning_en": "adjective: capable of, worthy of",
1626
+ "meaning_zh": "形容词后缀:能够…的,值得…的",
1627
+ "origin": "Latin",
1628
+ "related": ["-ous/-ious"],
1629
+ "words": [
1630
+ {
1631
+ "word": "sustainable",
1632
+ "breakdown": "sustain(维持) + -able(能够…的)",
1633
+ "meaning_en": "able to be maintained at a certain rate or level",
1634
+ "meaning_zh": "可持续的",
1635
+ "derivation": "sustain(维持) + able(能…的) → 能够持续维持的 → 可持续的",
1636
+ "example": "We need to find sustainable sources of energy.",
1637
+ "example_zh": "我们需要找到可持续的能源。",
1638
+ "toefl_frequency": "high"
1639
+ },
1640
+ {
1641
+ "word": "accessible",
1642
+ "breakdown": "access(接近) + -ible(能够…的)",
1643
+ "meaning_en": "able to be reached or entered; easy to understand",
1644
+ "meaning_zh": "可接近的,可获得的",
1645
+ "derivation": "access(接近) + ible(能…的) → 能够接近的 → 可接近的",
1646
+ "example": "The building is accessible to people with disabilities.",
1647
+ "example_zh": "这座建筑对残障人士是无障碍的。",
1648
+ "toefl_frequency": "high"
1649
+ },
1650
+ {
1651
+ "word": "considerable",
1652
+ "breakdown": "consider(考虑) + -able(值得…的)",
1653
+ "meaning_en": "notably large in size, amount, or extent",
1654
+ "meaning_zh": "相当大的,重要的",
1655
+ "derivation": "consider(考虑) + able(值得…的) → 值得考虑的(规模) → 相当大的",
1656
+ "example": "The research required a considerable amount of time.",
1657
+ "example_zh": "这项研究需要相当多的时间。",
1658
+ "toefl_frequency": "high"
1659
+ },
1660
+ {
1661
+ "word": "inevitable",
1662
+ "breakdown": "in-(不) + evit-(避免) + -able(能够…的)",
1663
+ "meaning_en": "certain to happen; unavoidable",
1664
+ "meaning_zh": "不可避免的,必然的",
1665
+ "derivation": "in(不) + evit(避免) + able(能…的) → 不能避免的 → 不可避免的",
1666
+ "example": "Change is inevitable in any growing organization.",
1667
+ "example_zh": "在任何成长中的组织里,变化是不可避免的。",
1668
+ "toefl_frequency": "high"
1669
+ },
1670
+ {
1671
+ "word": "compatible",
1672
+ "breakdown": "com-(共同) + pat-(感受) + -ible(能够…的)",
1673
+ "meaning_en": "able to exist or occur together without conflict",
1674
+ "meaning_zh": "兼容的,相容的",
1675
+ "derivation": "com(共同) + pat(感受) + ible(能…的) → 能共同感受的 → 兼容的",
1676
+ "example": "The software is compatible with most operating systems.",
1677
+ "example_zh": "这款软件与大多数操作系统兼容。",
1678
+ "toefl_frequency": "medium"
1679
+ }
1680
+ ]
1681
+ },
1682
+ {
1683
+ "root": "-ment",
1684
+ "type": "suffix",
1685
+ "meaning_en": "noun: result, action, or process",
1686
+ "meaning_zh": "名词后缀:表示结果、行为或过程",
1687
+ "origin": "Latin",
1688
+ "related": ["-tion/-sion"],
1689
+ "words": [
1690
+ {
1691
+ "word": "environment",
1692
+ "breakdown": "environ(围绕) + -ment(名词后缀:状态/结果)",
1693
+ "meaning_en": "the surroundings or conditions in which a person, animal, or plant lives",
1694
+ "meaning_zh": "环境",
1695
+ "derivation": "environ(围绕) + ment(状态) → 围绕在周围的状态 → 环境",
1696
+ "example": "Pollution is causing serious damage to the environment.",
1697
+ "example_zh": "污染正在对环境造成严重损害。",
1698
+ "toefl_frequency": "high"
1699
+ },
1700
+ {
1701
+ "word": "achievement",
1702
+ "breakdown": "achieve(实现) + -ment(名词后缀:结果)",
1703
+ "meaning_en": "a thing done successfully with effort, skill, or courage",
1704
+ "meaning_zh": "成就,成绩",
1705
+ "derivation": "achieve(实现) + ment(结果) → 实现的结果 → 成就",
1706
+ "example": "Landing on the moon was a remarkable achievement.",
1707
+ "example_zh": "登上月球是一项非凡的成就。",
1708
+ "toefl_frequency": "high"
1709
+ },
1710
+ {
1711
+ "word": "development",
1712
+ "breakdown": "develop(发展) + -ment(名词后缀:过程/结果)",
1713
+ "meaning_en": "the process of developing or being developed",
1714
+ "meaning_zh": "发展,开发",
1715
+ "derivation": "develop(发展) + ment(过程) → 发展的过程 → 发展",
1716
+ "example": "Economic development has improved living standards.",
1717
+ "example_zh": "经济发展提高了生活水平。",
1718
+ "toefl_frequency": "high"
1719
+ },
1720
+ {
1721
+ "word": "establishment",
1722
+ "breakdown": "establish(建立) + -ment(名词后缀:结果/行为)",
1723
+ "meaning_en": "the action of establishing something; a business or organization",
1724
+ "meaning_zh": "建立;机构",
1725
+ "derivation": "establish(建立) + ment(结果) → 建立的结果 → 机构",
1726
+ "example": "The establishment of the university dates back to 1850.",
1727
+ "example_zh": "这所大学的建立可以追溯到1850年。",
1728
+ "toefl_frequency": "high"
1729
+ },
1730
+ {
1731
+ "word": "assessment",
1732
+ "breakdown": "assess(评估) + -ment(名词后缀:行为/结果)",
1733
+ "meaning_en": "the evaluation or estimation of the nature, quality, or ability of something",
1734
+ "meaning_zh": "评估,评价",
1735
+ "derivation": "assess(评估) + ment(行为) → 评估的行为 → 评估",
1736
+ "example": "The teacher conducted a formal assessment of student progress.",
1737
+ "example_zh": "老师对学生的进步进行了正式评估。",
1738
+ "toefl_frequency": "high"
1739
+ }
1740
+ ]
1741
+ },
1742
+ {
1743
+ "root": "-ize/-ise",
1744
+ "type": "suffix",
1745
+ "meaning_en": "verb: to make, to become, to treat as",
1746
+ "meaning_zh": "动词后缀:使成为,使…化",
1747
+ "origin": "Greek",
1748
+ "related": [],
1749
+ "words": [
1750
+ {
1751
+ "word": "colonize",
1752
+ "breakdown": "colon-(殖民地) + -ize(使成为)",
1753
+ "meaning_en": "to send a group of settlers to establish political control over a place",
1754
+ "meaning_zh": "殖民,开拓",
1755
+ "derivation": "colon(殖民地) + ize(使成为) → 使成为殖民地 → 殖民",
1756
+ "example": "European powers colonized many parts of the world.",
1757
+ "example_zh": "欧洲列强殖民了世界许多地方。",
1758
+ "toefl_frequency": "high"
1759
+ },
1760
+ {
1761
+ "word": "specialize",
1762
+ "breakdown": "special(特别的) + -ize(使成为)",
1763
+ "meaning_en": "to concentrate on and become expert in a particular area",
1764
+ "meaning_zh": "专门从事,专攻",
1765
+ "derivation": "special(特别的) + ize(使成为) → 使自己变得特别 → 专攻",
1766
+ "example": "She decided to specialize in environmental law.",
1767
+ "example_zh": "她决定专攻环境法。",
1768
+ "toefl_frequency": "high"
1769
+ },
1770
+ {
1771
+ "word": "minimize",
1772
+ "breakdown": "minim-(最小) + -ize(使成为)",
1773
+ "meaning_en": "to reduce something to the smallest possible amount or degree",
1774
+ "meaning_zh": "使最小化,最小化",
1775
+ "derivation": "minim(最小) + ize(使成为) → 使成为最小 → 最小化",
1776
+ "example": "We should minimize waste to protect the environment.",
1777
+ "example_zh": "我们应该减少浪费来保护环境。",
1778
+ "toefl_frequency": "high"
1779
+ },
1780
+ {
1781
+ "word": "emphasize",
1782
+ "breakdown": "em-(在…中) + phas-(显示) + -ize(使成为)",
1783
+ "meaning_en": "to give special importance or prominence to something",
1784
+ "meaning_zh": "强调,着重",
1785
+ "derivation": "em(在…中) + phas(显示) + ize(使) → 使之显现出来 → 强调",
1786
+ "example": "The professor emphasized the importance of critical thinking.",
1787
+ "example_zh": "教授强调了批判性思维的重要性。",
1788
+ "toefl_frequency": "high"
1789
+ },
1790
+ {
1791
+ "word": "characterize",
1792
+ "breakdown": "character(特征) + -ize(使成为)",
1793
+ "meaning_en": "to describe the distinctive nature or features of something",
1794
+ "meaning_zh": "以…为特征;描述…的特征",
1795
+ "derivation": "character(特征) + ize(使成为) → 使具有特征 → 以…为特征",
1796
+ "example": "Dry summers and mild winters characterize the Mediterranean climate.",
1797
+ "example_zh": "干燥的夏季和温和的冬季是地中海气候的特征。",
1798
+ "toefl_frequency": "high"
1799
+ }
1800
+ ]
1801
+ }
1802
+ ]