cefr-words 0.1.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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +0 -0
- data/LICENSE +21 -0
- data/README.md +48 -0
- data/lib/cefr-words.rb +7 -0
- data/lib/cefr_words/levels/a1.rb +900 -0
- data/lib/cefr_words/levels/a2.rb +794 -0
- data/lib/cefr_words/levels/b1.rb +694 -0
- data/lib/cefr_words/levels/b2.rb +1297 -0
- data/lib/cefr_words/levels/c1.rb +1282 -0
- data/lib/cefr_words/version.rb +3 -0
- data/lib/cefr_words/word_list.rb +28 -0
- metadata +58 -0
|
@@ -0,0 +1,694 @@
|
|
|
1
|
+
module CefrWords
|
|
2
|
+
B1 = %w[
|
|
3
|
+
absolutely
|
|
4
|
+
academic
|
|
5
|
+
access
|
|
6
|
+
accommodation
|
|
7
|
+
account
|
|
8
|
+
achievement
|
|
9
|
+
ad
|
|
10
|
+
addition
|
|
11
|
+
admire
|
|
12
|
+
admit
|
|
13
|
+
advanced
|
|
14
|
+
advise
|
|
15
|
+
afford
|
|
16
|
+
aged
|
|
17
|
+
agent
|
|
18
|
+
agreement
|
|
19
|
+
ahead
|
|
20
|
+
aim
|
|
21
|
+
alarm
|
|
22
|
+
album
|
|
23
|
+
alcohol
|
|
24
|
+
alcoholic
|
|
25
|
+
amazed
|
|
26
|
+
ambition
|
|
27
|
+
ambitious
|
|
28
|
+
analyse
|
|
29
|
+
analysis
|
|
30
|
+
announce
|
|
31
|
+
announcement
|
|
32
|
+
annoy
|
|
33
|
+
annoyed
|
|
34
|
+
annoying
|
|
35
|
+
apart
|
|
36
|
+
apologize
|
|
37
|
+
application
|
|
38
|
+
appointment
|
|
39
|
+
appreciate
|
|
40
|
+
approximately
|
|
41
|
+
arrest
|
|
42
|
+
arrival
|
|
43
|
+
assignment
|
|
44
|
+
assist
|
|
45
|
+
atmosphere
|
|
46
|
+
attach
|
|
47
|
+
attitude
|
|
48
|
+
attract
|
|
49
|
+
attraction
|
|
50
|
+
authority
|
|
51
|
+
aware
|
|
52
|
+
backwards
|
|
53
|
+
bake
|
|
54
|
+
balance
|
|
55
|
+
ban
|
|
56
|
+
base
|
|
57
|
+
basic
|
|
58
|
+
basis
|
|
59
|
+
battery
|
|
60
|
+
battle
|
|
61
|
+
beauty
|
|
62
|
+
bee
|
|
63
|
+
belief
|
|
64
|
+
bell
|
|
65
|
+
bend
|
|
66
|
+
bite
|
|
67
|
+
block
|
|
68
|
+
bomb
|
|
69
|
+
border
|
|
70
|
+
bother
|
|
71
|
+
branch
|
|
72
|
+
brand
|
|
73
|
+
brave
|
|
74
|
+
breath
|
|
75
|
+
breathe
|
|
76
|
+
breathing
|
|
77
|
+
bride
|
|
78
|
+
bubble
|
|
79
|
+
bury
|
|
80
|
+
calm
|
|
81
|
+
campaign
|
|
82
|
+
campus
|
|
83
|
+
candidate
|
|
84
|
+
cap
|
|
85
|
+
captain
|
|
86
|
+
careless
|
|
87
|
+
category
|
|
88
|
+
ceiling
|
|
89
|
+
celebration
|
|
90
|
+
central
|
|
91
|
+
ceremony
|
|
92
|
+
chain
|
|
93
|
+
challenge
|
|
94
|
+
champion
|
|
95
|
+
channel
|
|
96
|
+
chapter
|
|
97
|
+
charge
|
|
98
|
+
cheat
|
|
99
|
+
cheerful
|
|
100
|
+
chemical
|
|
101
|
+
chest
|
|
102
|
+
childhood
|
|
103
|
+
claim
|
|
104
|
+
clause
|
|
105
|
+
click
|
|
106
|
+
client
|
|
107
|
+
cloth
|
|
108
|
+
clue
|
|
109
|
+
coal
|
|
110
|
+
coin
|
|
111
|
+
collection
|
|
112
|
+
coloured
|
|
113
|
+
combine
|
|
114
|
+
commercial
|
|
115
|
+
commit
|
|
116
|
+
communication
|
|
117
|
+
comparison
|
|
118
|
+
competitive
|
|
119
|
+
competitor
|
|
120
|
+
complaint
|
|
121
|
+
complex
|
|
122
|
+
concentrate
|
|
123
|
+
conclude
|
|
124
|
+
conclusion
|
|
125
|
+
confident
|
|
126
|
+
confirm
|
|
127
|
+
confuse
|
|
128
|
+
confused
|
|
129
|
+
connection
|
|
130
|
+
consequence
|
|
131
|
+
consist
|
|
132
|
+
consume
|
|
133
|
+
consumer
|
|
134
|
+
contact
|
|
135
|
+
container
|
|
136
|
+
content
|
|
137
|
+
continuous
|
|
138
|
+
contrast
|
|
139
|
+
convenient
|
|
140
|
+
convince
|
|
141
|
+
costume
|
|
142
|
+
cottage
|
|
143
|
+
cotton
|
|
144
|
+
countryside
|
|
145
|
+
court
|
|
146
|
+
covered
|
|
147
|
+
cruel
|
|
148
|
+
cultural
|
|
149
|
+
currency
|
|
150
|
+
current
|
|
151
|
+
currently
|
|
152
|
+
curtain
|
|
153
|
+
custom
|
|
154
|
+
damage
|
|
155
|
+
decade
|
|
156
|
+
decorate
|
|
157
|
+
define
|
|
158
|
+
definite
|
|
159
|
+
definition
|
|
160
|
+
deliver
|
|
161
|
+
departure
|
|
162
|
+
despite
|
|
163
|
+
destination
|
|
164
|
+
determine
|
|
165
|
+
determined
|
|
166
|
+
development
|
|
167
|
+
diagram
|
|
168
|
+
diamond
|
|
169
|
+
difficulty
|
|
170
|
+
directly
|
|
171
|
+
dirt
|
|
172
|
+
disadvantage
|
|
173
|
+
disappointed
|
|
174
|
+
disappointing
|
|
175
|
+
discount
|
|
176
|
+
dislike
|
|
177
|
+
divide
|
|
178
|
+
documentary
|
|
179
|
+
donate
|
|
180
|
+
doubt
|
|
181
|
+
dressed
|
|
182
|
+
drum
|
|
183
|
+
drunk
|
|
184
|
+
due
|
|
185
|
+
dust
|
|
186
|
+
duty
|
|
187
|
+
earthquake
|
|
188
|
+
eastern
|
|
189
|
+
economic
|
|
190
|
+
economy
|
|
191
|
+
edge
|
|
192
|
+
editor
|
|
193
|
+
educate
|
|
194
|
+
educated
|
|
195
|
+
educational
|
|
196
|
+
effective
|
|
197
|
+
effectively
|
|
198
|
+
effort
|
|
199
|
+
election
|
|
200
|
+
element
|
|
201
|
+
embarrassed
|
|
202
|
+
embarrassing
|
|
203
|
+
emergency
|
|
204
|
+
emotion
|
|
205
|
+
employment
|
|
206
|
+
encourage
|
|
207
|
+
enemy
|
|
208
|
+
engaged
|
|
209
|
+
engineering
|
|
210
|
+
entertain
|
|
211
|
+
entertainment
|
|
212
|
+
entrance
|
|
213
|
+
entry
|
|
214
|
+
environmental
|
|
215
|
+
episode
|
|
216
|
+
equal
|
|
217
|
+
equally
|
|
218
|
+
escape
|
|
219
|
+
essential
|
|
220
|
+
eventually
|
|
221
|
+
examine
|
|
222
|
+
exchange
|
|
223
|
+
excitement
|
|
224
|
+
exhibition
|
|
225
|
+
expand
|
|
226
|
+
expected
|
|
227
|
+
expedition
|
|
228
|
+
experienced
|
|
229
|
+
explode
|
|
230
|
+
explore
|
|
231
|
+
explosion
|
|
232
|
+
export
|
|
233
|
+
fairly
|
|
234
|
+
familiar
|
|
235
|
+
fancy
|
|
236
|
+
fascinating
|
|
237
|
+
fashionable
|
|
238
|
+
fasten
|
|
239
|
+
favour
|
|
240
|
+
fence
|
|
241
|
+
fighting
|
|
242
|
+
file
|
|
243
|
+
financial
|
|
244
|
+
fitness
|
|
245
|
+
fixed
|
|
246
|
+
flag
|
|
247
|
+
flood
|
|
248
|
+
flour
|
|
249
|
+
flow
|
|
250
|
+
fold
|
|
251
|
+
folk
|
|
252
|
+
force
|
|
253
|
+
forever
|
|
254
|
+
frame
|
|
255
|
+
freeze
|
|
256
|
+
frequently
|
|
257
|
+
friendship
|
|
258
|
+
frighten
|
|
259
|
+
frightened
|
|
260
|
+
frightening
|
|
261
|
+
frozen
|
|
262
|
+
fry
|
|
263
|
+
fuel
|
|
264
|
+
function
|
|
265
|
+
fur
|
|
266
|
+
garage
|
|
267
|
+
gather
|
|
268
|
+
generally
|
|
269
|
+
generation
|
|
270
|
+
generous
|
|
271
|
+
gentle
|
|
272
|
+
gentleman
|
|
273
|
+
ghost
|
|
274
|
+
giant
|
|
275
|
+
glad
|
|
276
|
+
global
|
|
277
|
+
glove
|
|
278
|
+
goods
|
|
279
|
+
grade
|
|
280
|
+
graduate
|
|
281
|
+
grain
|
|
282
|
+
grateful
|
|
283
|
+
growth
|
|
284
|
+
guard
|
|
285
|
+
guilty
|
|
286
|
+
hang
|
|
287
|
+
happiness
|
|
288
|
+
hardly
|
|
289
|
+
headline
|
|
290
|
+
heating
|
|
291
|
+
heavily
|
|
292
|
+
helicopter
|
|
293
|
+
highlight
|
|
294
|
+
highly
|
|
295
|
+
hire
|
|
296
|
+
historic
|
|
297
|
+
historical
|
|
298
|
+
honest
|
|
299
|
+
horrible
|
|
300
|
+
horror
|
|
301
|
+
host
|
|
302
|
+
hunt
|
|
303
|
+
hurricane
|
|
304
|
+
hurry
|
|
305
|
+
identity
|
|
306
|
+
ignore
|
|
307
|
+
illegal
|
|
308
|
+
imaginary
|
|
309
|
+
immediate
|
|
310
|
+
immigrant
|
|
311
|
+
impact
|
|
312
|
+
import
|
|
313
|
+
importance
|
|
314
|
+
impression
|
|
315
|
+
impressive
|
|
316
|
+
improvement
|
|
317
|
+
incredibly
|
|
318
|
+
indeed
|
|
319
|
+
indicate
|
|
320
|
+
indirect
|
|
321
|
+
indoor
|
|
322
|
+
indoors
|
|
323
|
+
influence
|
|
324
|
+
ingredient
|
|
325
|
+
injure
|
|
326
|
+
injured
|
|
327
|
+
innocent
|
|
328
|
+
intelligence
|
|
329
|
+
intend
|
|
330
|
+
intention
|
|
331
|
+
invest
|
|
332
|
+
investigate
|
|
333
|
+
involved
|
|
334
|
+
iron
|
|
335
|
+
issue
|
|
336
|
+
IT
|
|
337
|
+
journal
|
|
338
|
+
judge
|
|
339
|
+
keen
|
|
340
|
+
keyboard
|
|
341
|
+
kick
|
|
342
|
+
killing
|
|
343
|
+
kiss
|
|
344
|
+
label
|
|
345
|
+
laboratory
|
|
346
|
+
lack
|
|
347
|
+
latest
|
|
348
|
+
lay
|
|
349
|
+
layer
|
|
350
|
+
leading
|
|
351
|
+
leaf
|
|
352
|
+
leather
|
|
353
|
+
legal
|
|
354
|
+
leisure
|
|
355
|
+
length
|
|
356
|
+
limit
|
|
357
|
+
lip
|
|
358
|
+
liquid
|
|
359
|
+
literature
|
|
360
|
+
living
|
|
361
|
+
locate
|
|
362
|
+
located
|
|
363
|
+
location
|
|
364
|
+
lonely
|
|
365
|
+
loss
|
|
366
|
+
luxury
|
|
367
|
+
mad
|
|
368
|
+
magic
|
|
369
|
+
mainly
|
|
370
|
+
mall
|
|
371
|
+
management
|
|
372
|
+
marketing
|
|
373
|
+
marriage
|
|
374
|
+
meanwhile
|
|
375
|
+
measure
|
|
376
|
+
medium
|
|
377
|
+
mental
|
|
378
|
+
mess
|
|
379
|
+
mild
|
|
380
|
+
mix
|
|
381
|
+
mixture
|
|
382
|
+
mood
|
|
383
|
+
mud
|
|
384
|
+
murder
|
|
385
|
+
muscle
|
|
386
|
+
mystery
|
|
387
|
+
nail
|
|
388
|
+
narrative
|
|
389
|
+
nation
|
|
390
|
+
native
|
|
391
|
+
naturally
|
|
392
|
+
necessarily
|
|
393
|
+
needle
|
|
394
|
+
neighbourhood
|
|
395
|
+
net
|
|
396
|
+
nor
|
|
397
|
+
northern
|
|
398
|
+
nuclear
|
|
399
|
+
obvious
|
|
400
|
+
obviously
|
|
401
|
+
occasion
|
|
402
|
+
occur
|
|
403
|
+
odd
|
|
404
|
+
official
|
|
405
|
+
old-fashioned
|
|
406
|
+
operation
|
|
407
|
+
organized
|
|
408
|
+
organizer
|
|
409
|
+
originally
|
|
410
|
+
ought
|
|
411
|
+
ours
|
|
412
|
+
outdoor
|
|
413
|
+
outdoors
|
|
414
|
+
package
|
|
415
|
+
painful
|
|
416
|
+
pale
|
|
417
|
+
pan
|
|
418
|
+
participate
|
|
419
|
+
particularly
|
|
420
|
+
passion
|
|
421
|
+
path
|
|
422
|
+
payment
|
|
423
|
+
peaceful
|
|
424
|
+
percentage
|
|
425
|
+
perfectly
|
|
426
|
+
performance
|
|
427
|
+
personally
|
|
428
|
+
persuade
|
|
429
|
+
photographer
|
|
430
|
+
photography
|
|
431
|
+
pin
|
|
432
|
+
pipe
|
|
433
|
+
planning
|
|
434
|
+
pleasant
|
|
435
|
+
pleasure
|
|
436
|
+
plenty
|
|
437
|
+
plot
|
|
438
|
+
plus
|
|
439
|
+
poem
|
|
440
|
+
poet
|
|
441
|
+
poetry
|
|
442
|
+
poison
|
|
443
|
+
poisonous
|
|
444
|
+
policy
|
|
445
|
+
political
|
|
446
|
+
politician
|
|
447
|
+
politics
|
|
448
|
+
port
|
|
449
|
+
portrait
|
|
450
|
+
possibly
|
|
451
|
+
pot
|
|
452
|
+
pour
|
|
453
|
+
poverty
|
|
454
|
+
powder
|
|
455
|
+
powerful
|
|
456
|
+
practical
|
|
457
|
+
pray
|
|
458
|
+
prayer
|
|
459
|
+
prediction
|
|
460
|
+
prepared
|
|
461
|
+
presentation
|
|
462
|
+
press
|
|
463
|
+
pressure
|
|
464
|
+
pretend
|
|
465
|
+
previous
|
|
466
|
+
previously
|
|
467
|
+
priest
|
|
468
|
+
primary
|
|
469
|
+
prince
|
|
470
|
+
princess
|
|
471
|
+
printing
|
|
472
|
+
prisoner
|
|
473
|
+
private
|
|
474
|
+
producer
|
|
475
|
+
production
|
|
476
|
+
profession
|
|
477
|
+
profit
|
|
478
|
+
promote
|
|
479
|
+
proper
|
|
480
|
+
properly
|
|
481
|
+
property
|
|
482
|
+
protest
|
|
483
|
+
proud
|
|
484
|
+
prove
|
|
485
|
+
punish
|
|
486
|
+
punishment
|
|
487
|
+
qualification
|
|
488
|
+
qualified
|
|
489
|
+
qualify
|
|
490
|
+
queue
|
|
491
|
+
quit
|
|
492
|
+
quotation
|
|
493
|
+
quote
|
|
494
|
+
racing
|
|
495
|
+
range
|
|
496
|
+
rare
|
|
497
|
+
rarely
|
|
498
|
+
reaction
|
|
499
|
+
reality
|
|
500
|
+
receipt
|
|
501
|
+
recommendation
|
|
502
|
+
reference
|
|
503
|
+
reflect
|
|
504
|
+
regularly
|
|
505
|
+
reject
|
|
506
|
+
relate
|
|
507
|
+
related
|
|
508
|
+
relation
|
|
509
|
+
relative
|
|
510
|
+
relaxed
|
|
511
|
+
relaxing
|
|
512
|
+
release
|
|
513
|
+
reliable
|
|
514
|
+
religion
|
|
515
|
+
religious
|
|
516
|
+
remain
|
|
517
|
+
remind
|
|
518
|
+
remote
|
|
519
|
+
rent
|
|
520
|
+
repeated
|
|
521
|
+
represent
|
|
522
|
+
require
|
|
523
|
+
reservation
|
|
524
|
+
resource
|
|
525
|
+
respect
|
|
526
|
+
responsibility
|
|
527
|
+
responsible
|
|
528
|
+
retire
|
|
529
|
+
retired
|
|
530
|
+
revise
|
|
531
|
+
risk
|
|
532
|
+
robot
|
|
533
|
+
roll
|
|
534
|
+
romantic
|
|
535
|
+
rope
|
|
536
|
+
rough
|
|
537
|
+
row
|
|
538
|
+
royal
|
|
539
|
+
rugby
|
|
540
|
+
safety
|
|
541
|
+
sailor
|
|
542
|
+
sample
|
|
543
|
+
sand
|
|
544
|
+
scan
|
|
545
|
+
scientific
|
|
546
|
+
script
|
|
547
|
+
sculpture
|
|
548
|
+
secondary
|
|
549
|
+
security
|
|
550
|
+
seed
|
|
551
|
+
sensible
|
|
552
|
+
seriously
|
|
553
|
+
servant
|
|
554
|
+
set
|
|
555
|
+
setting
|
|
556
|
+
sex
|
|
557
|
+
sexual
|
|
558
|
+
sharp
|
|
559
|
+
shelf
|
|
560
|
+
shell
|
|
561
|
+
shift
|
|
562
|
+
shine
|
|
563
|
+
shiny
|
|
564
|
+
shoot
|
|
565
|
+
shy
|
|
566
|
+
sight
|
|
567
|
+
signal
|
|
568
|
+
silent
|
|
569
|
+
silly
|
|
570
|
+
similarity
|
|
571
|
+
similarly
|
|
572
|
+
simply
|
|
573
|
+
sink
|
|
574
|
+
slice
|
|
575
|
+
slightly
|
|
576
|
+
smart
|
|
577
|
+
smooth
|
|
578
|
+
software
|
|
579
|
+
soil
|
|
580
|
+
solid
|
|
581
|
+
southern
|
|
582
|
+
specifically
|
|
583
|
+
spending
|
|
584
|
+
spicy
|
|
585
|
+
spirit
|
|
586
|
+
spoken
|
|
587
|
+
spot
|
|
588
|
+
spread
|
|
589
|
+
stadium
|
|
590
|
+
staff
|
|
591
|
+
standard
|
|
592
|
+
statistic
|
|
593
|
+
statue
|
|
594
|
+
stick
|
|
595
|
+
stranger
|
|
596
|
+
strength
|
|
597
|
+
string
|
|
598
|
+
strongly
|
|
599
|
+
studio
|
|
600
|
+
stuff
|
|
601
|
+
substance
|
|
602
|
+
successfully
|
|
603
|
+
sudden
|
|
604
|
+
suffer
|
|
605
|
+
suitable
|
|
606
|
+
summarize
|
|
607
|
+
summary
|
|
608
|
+
supply
|
|
609
|
+
supporter
|
|
610
|
+
surely
|
|
611
|
+
surface
|
|
612
|
+
survive
|
|
613
|
+
switch
|
|
614
|
+
symptom
|
|
615
|
+
tail
|
|
616
|
+
talent
|
|
617
|
+
talented
|
|
618
|
+
tape
|
|
619
|
+
tax
|
|
620
|
+
technical
|
|
621
|
+
technique
|
|
622
|
+
tend
|
|
623
|
+
tent
|
|
624
|
+
theirs
|
|
625
|
+
theme
|
|
626
|
+
theory
|
|
627
|
+
therefore
|
|
628
|
+
though
|
|
629
|
+
throat
|
|
630
|
+
throughout
|
|
631
|
+
tight
|
|
632
|
+
till
|
|
633
|
+
tin
|
|
634
|
+
tiny
|
|
635
|
+
toe
|
|
636
|
+
tongue
|
|
637
|
+
total
|
|
638
|
+
totally
|
|
639
|
+
trade
|
|
640
|
+
translate
|
|
641
|
+
translation
|
|
642
|
+
treat
|
|
643
|
+
treatment
|
|
644
|
+
trend
|
|
645
|
+
trick
|
|
646
|
+
truth
|
|
647
|
+
tube
|
|
648
|
+
typically
|
|
649
|
+
tyre
|
|
650
|
+
ugly
|
|
651
|
+
unable
|
|
652
|
+
uncomfortable
|
|
653
|
+
underwear
|
|
654
|
+
unemployed
|
|
655
|
+
unemployment
|
|
656
|
+
unfair
|
|
657
|
+
union
|
|
658
|
+
unless
|
|
659
|
+
unlike
|
|
660
|
+
unlikely
|
|
661
|
+
unnecessary
|
|
662
|
+
unpleasant
|
|
663
|
+
update
|
|
664
|
+
upon
|
|
665
|
+
upset
|
|
666
|
+
valuable
|
|
667
|
+
value
|
|
668
|
+
various
|
|
669
|
+
version
|
|
670
|
+
victim
|
|
671
|
+
viewer
|
|
672
|
+
violent
|
|
673
|
+
volunteer
|
|
674
|
+
vote
|
|
675
|
+
warn
|
|
676
|
+
warning
|
|
677
|
+
waste
|
|
678
|
+
weapon
|
|
679
|
+
weigh
|
|
680
|
+
western
|
|
681
|
+
whatever
|
|
682
|
+
whenever
|
|
683
|
+
whether
|
|
684
|
+
wing
|
|
685
|
+
within
|
|
686
|
+
wonder
|
|
687
|
+
wool
|
|
688
|
+
worldwide
|
|
689
|
+
worth
|
|
690
|
+
written
|
|
691
|
+
yard
|
|
692
|
+
youth
|
|
693
|
+
].freeze
|
|
694
|
+
end
|