forked from rime/rime-pinyin-simp
-
Notifications
You must be signed in to change notification settings - Fork 11
/
melt_eng.dict.yaml
6384 lines (6383 loc) · 120 KB
/
melt_eng.dict.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Rime dictionary
# encoding: utf-8
#
# Easy English Nano使用的英文主词典,主要构成为2016考研词汇大纲和六级单词,数据量6K条。
# 原作version 2017.03.31 by tanzi
# 修订version by tumuyan
# 2019.10 把原省略字符的字典,改为全文字典,并进行了一些扩展
# 2020.08 添加大写单词(放置在词典顶部),并对词条排序
---
name: melt_eng
version: "2024.04.04"
#sort: by_weight
use_preset_vocabulary: true
import_tables:
# 英文及中英混输词库
- melt_mult_language
# 用户自定义词库
- melt_eng_custom
...
SoC SoC 100
AA AA 100
aptX aptX 100
LDAC LDAC 100
AAC AAC 100
SBC SBC 100
COVID-19 COVID 100
Trojan Trojan 100
AVAST! AVAST 100
Bitdefender Bitdefender 100
ClamAV ClamAV 100
Comodo Comodo 100
McAfee McAfee 100
OK OK 100
NG NG 100
TRUE TRUE 100
FALSE FALSE 100
TV TV 100
VTuber VTuber 100
CPU CPU 100
MCU MCU 100
RAM RAM 100
ROM ROM 100
SSD SSD 100
OLED OLED 100
NVMe NVMe 100
M.2 M2 100
NGFF NGFF 100
PCIe PCIe 100
SATA SATA 100
eSATA eSATA 100
mSATA mSATA 100
USB USB 100
Type-C Type-C 100
GPIB GPIB 100
GPIO GPIO 100
Mac Mac 100
LCD LCD 100
DVD DVD 100
CD CD 100
WiFi WiFi 100
Bluetooth Bluetooth 100
eSIM eSIM 100
UTF UTF 100
ASCII ASCII 100
ANSI ANSI 100
IEEE IEEE 100
DjVu DjVu 100
LaTeX LaTeX 100
PS PS 100
Wire Wire 100
Guard Guard 100
GND GND 100
VCC VCC 100
API API 100
Alt+ Alt+ 100
Ctrl+ Ctrl+ 100
Shift+ Shift+ 100
Win+ Win+ 100
Ethernet Ethernet 100
SOCKS SOCKS 100
PrintScreen PrintScreen 100
Backspace Backspace 100
DIY DIY 100
DNA DNA 100
RNA RNA 100
mRNA mRNA 100
NDA NDA 100
C++ cpp 100
Python Python 100
Perl Perl 100
Javascript Javascript 100
Swift Swift 100
nginx nginx 100
MIT MIT 100
LGPL LGPL 100
Mozilla Mozilla 100
Apache Apache 100
Steam Steam 100
App App 100
Android Android 100
Arch Arch 100
iOS iOS 100
Linux Linux 100
Ubuntu Ubuntu 100
Windows Windows 100
Microsoft Microsoft 100
Nintendo Nintendo 100
Google Google 100
Nexus Nexus 100
Pixel Pixel 100
Wii U WiiU 100
Wii Wii 100
Oracle Oracle 100
Chrome Chrome 100
Chromium Chromium 100
iPhone iPhone 100
iPad iPad 100
iPod iPod 100
MacBook MacBook 100
UI UI 100
DirectX DirectX 100
Kinect Kinect 100
GUNDAM GUNDAM 100
Azure Azure 100
Cloudflare Cloudflare 100
April April 100
August August 100
Bible Bible 100
Buddhism Buddhism 100
Catholic Catholic 100
Christ Christ 100
Christian Christian 100
Christmas Christmas 100
December December 100
Easter Easter 100
Egyptian Egyptian 100
February February 100
Friday Friday 100
I I 100
Islam Islam 100
January January 100
Jesus Jesus 100
July July 100
June June 100
Jupiter Jupiter 100
Latin Latin 100
March March 100
Mars Mars 100
Marxist Marxist 100
May May 100
Monday Monday 100
Moslem Moslem 100
Negro Negro 100
November November 100
October October 100
Roman Roman 100
Saturday Saturday 100
Saturn Saturn 100
September September 100
Sunday Sunday 100
Thanksgiving Thanksgiving 100
Thursday Thursday 100
Tuesday Tuesday 100
Venus Venus 100
Wednesday Wednesday 100
X-ray X-ray 100
America America 100
American American 100
Arab Arab 100
Arabic Arabic 100
Australia Australia 100
Australian Australian 100
Brazil Brazil 100
Brazilian Brazilian 100
Britain Britain 100
Canada Canada 100
Canadian Canadian 100
China China 100
Chinese Chinese 100
Danish Danish 100
Denmark Denmark 100
Dutch Dutch 100
Egypt Egypt 100
Egyptian Egyptian 100
England England 100
English English 100
Filipino Filipino 100
Finland Finland 100
Finn Finn 100
Finnish Finnish 100
France France 100
French French 100
German German 100
Germany Germany 100
Greece Greece 100
Greek Greek 100
Hebrew Hebrew 100
Hindi Hindi 100
Hip-Hop HipHop 100
Iceland Iceland 100
Icelander Icelander 100
Icelandic Icelandic 100
India India 100
Indian Indian 100
Iran Iran 100
Iranian Iranian 100
Ireland Ireland 100
Irish Irish 100
Irishman Irishman 100
Israel Israel 100
Israeli Israeli 100
Italian Italian 100
Italilian Italilian 100
Italy Italy 100
Japan Japan 100
Japanese Japanese 100
Korea Korea 100
Korean Korean 100
native American nativeAmerican 100
Netherlands Netherlands 100
New Zealand NewZealand 100
New Zealander NewZealander 100
Philppines Philppines 100
Poland Poland 100
Pole Pole 100
Polish Polish 100
Portugal Portugal 100
Portuguese Portuguese 100
Russia Russia 100
Russian Russian 100
Scotland Scotland 100
Scots Scots 100
Scottish Scottish 100
Simplified Chinese SimplifiedChinese 100
Singapore Singapore 100
Spain Spain 100
Spanish Spanish 100
Swede Swede 100
Sweden Sweden 100
Swedish Swedish 100
Swiss Swiss 100
Thai Thai 100
Thailand Thailand 100
Traditional Chinese TraditionalChinese 100
United Kingdom UnitedKingdom 100
United States UnitedStates 100
Wales Wales 100
Welsh Welsh 100
a a 100
abandon abandon 100
abbreviation abbreviation 100
abdomen abdomen 100
abide abide 100
ability ability 100
able able 100
abnormal abnormal 100
aboard aboard 100
abolish abolish 100
abound abound 100
about about 100
above above 100
abroad abroad 100
abrupt abrupt 100
absence absence 100
absent absent 100
absolute absolute 100
absorb absorb 100
absorption absorption 100
abstract abstract 100
absurd absurd 100
abundance abundance 100
abundant abundant 100
abuse abuse 100
academic academic 100
academy academy 100
accelerate accelerate 100
accent accent 100
accept accept 100
acceptance acceptance 100
access access 100
accessory accessory 100
accident accident 100
accidental accidental 100
acclaim acclaim 100
accommodate accommodate 100
accommodation accommodation 100
accompany accompany 100
accomplish accomplish 100
accord accord 100
accordance accordance 100
according according 100
accordingly accordingly 100
account account 100
accountant accountant 100
accumulate accumulate 100
accuracy accuracy 100
accurate accurate 100
accuse accuse 100
accustomed accustomed 100
ache ache 100
achieve achieve 100
acid acid 100
acknowledge acknowledge 100
acquaint acquaint 100
acquaintance acquaintance 100
acquire acquire 100
acquisition acquisition 100
acre acre 100
acrobat acrobat 100
across across 100
act act 100
action action 100
activate activate 100
active active 100
activity activity 100
actor actor 100
actress actress 100
actual actual 100
acute acute 100
adapt adapt 100
add add 100
addict addict 100
addition addition 100
additional additional 100
address address 100
adequate adequate 100
adhere adhere 100
adjacent adjacent 100
adjective adjective 100
adjoin adjoin 100
adjust adjust 100
adjustable adjustable 100
administer administer 100
administration administration 100
admiration admiration 100
admire admire 100
admission admission 100
admit admit 100
adolescent adolescent 100
adopt adopt 100
adoption adoption 100
adore adore 100
adult adult 100
advance advance 100
advanced advanced 100
advantage advantage 100
advantageous advantageous 100
advent advent 100
adventure adventure 100
adverb adverb 100
adverse adverse 100
advertise advertise 100
advice advice 100
advisable advisable 100
advise advise 100
advocate advocate 100
aerial aerial 100
aeroplane aeroplane 100
aerospace aerospace 100
aesthetic aesthetic 100
affair affair 100
affect affect 100
affection affection 100
affiliate affiliate 100
affirm affirm 100
affluent affluent 100
afford afford 100
afraid afraid 100
after after 100
afternoon afternoon 100
afterward afterward 100
again again 100
against against 100
age age 100
agency agency 100
agenda agenda 100
agent agent 100
aggravate aggravate 100
aggressive aggressive 100
agitate agitate 100
agitation agitation 100
ago ago 100
agony agony 100
agree agree 100
agreeable agreeable 100
agreement agreement 100
agriculture agriculture 100
ahead ahead 100
aid aid 100
aim aim 100
air air 100
air-conditioning air-conditioning 100
aircraft aircraft 100
airline airline 100
airport airport 100
aisle aisle 100
alarm alarm 100
alas alas 100
album album 100
alcohol alcohol 100
alert alert 100
algebra algebra 100
alien alien 100
alignment alignment 100
alike alike 100
alive alive 100
all all 100
allege allege 100
alleviate alleviate 100
alliance alliance 100
allied allied 100
allocate allocate 100
allow allow 100
allowance allowance 100
alloy alloy 100
ally ally 100
almost almost 100
alone alone 100
along along 100
alongside alongside 100
aloud aloud 100
alphabet alphabet 100
already already 100
also also 100
alter alter 100
alteration alteration 100
alternate alternate 100
alternative alternative 100
although although 100
altitude altitude 100
altogether altogether 100
aluminum aluminum 100
always always 100
amateur amateur 100
amaze amaze 100
ambassador ambassador 100
ambient ambient 100
ambiguous ambiguous 100
ambition ambition 100
ambitious ambitious 100
ambulance ambulance 100
amend amend 100
amiable amiable 100
amid amid 100
among among 100
amount amount 100
ample ample 100
amplifier amplifier 100
amplify amplify 100
amplitude amplitude 100
amuse amuse 100
amusement amusement 100
analogue analogue 100
analogy analogy 100
analyse analyse 100
analysis analysis 100
analytic analytic 100
analytical analytical 100
ancestor ancestor 100
anchor anchor 100
ancient ancient 100
and and 100
anecdote anecdote 100
angel angel 100
anger anger 100
angle angle 100
angry angry 100
anguish anguish 100
animal animal 100
animation animation 100
ankle ankle 100
anniversary anniversary 100
announce announce 100
annoy annoy 100
annual annual 100
annually annually 100
anode anode 100
anonymous anonymous 100
another another 100
answer answer 100
ant ant 100
antarctic antarctic 100
antenna antenna 100
anticipate anticipate 100
antique antique 100
anxiety anxiety 100
anxious anxious 100
any any 100
anybody anybody 100
anyhow anyhow 100
anyone anyone 100
anything anything 100
anyway anyway 100
anywhere anywhere 100
apart apart 100
apartment apartment 100
apologise apologise 100
apology apology 100
appal appal 100
apparatus apparatus 100
apparent apparent 100
appeal appeal 100
appear appear 100
appearance appearance 100
appendix appendix 100
appetite appetite 100
applaud applaud 100
applause applause 100
apple apple 100
appliance appliance 100
applicable applicable 100
application application 100
apply apply 100
appoint appoint 100
appointment appointment 100
appraisal appraisal 100
appreciable appreciable 100
appreciate appreciate 100
appreciation appreciation 100
approach approach 100
appropriate appropriate 100
approval approval 100
approve approve 100
approximate approximate 100
apt apt 100
arbitrary arbitrary 100
arc arc 100
arch arch 100
architect architect 100
architecture architecture 100
arctic arctic 100
area area 100
argue argue 100
argument argument 100
arise arise 100
arithmetic arithmetic 100
arm arm 100
army army 100
around around 100
arouse arouse 100
arrange arrange 100
array array 100
arrest arrest 100
arrival arrival 100
arrive arrive 100
arrogant arrogant 100
arrow arrow 100
art art 100
artery artery 100
article article 100
articulate articulate 100
artificial artificial 100
artist artist 100
artistic artistic 100
as as 100
ascend ascend 100
ascertain ascertain 100
ascribe ascribe 100
ash ash 100
ashamed ashamed 100
ashore ashore 100
aside aside 100
ask ask 100
asleep asleep 100
aspect aspect 100
aspire aspire 100
ass ass 100
assassinate assassinate 100
assault assault 100
assemble assemble 100
assembly assembly 100
assert assert 100
assess assess 100
assessment assessment 100
asset asset 100
assign assign 100
assignment assignment 100
assimilate assimilate 100
assist assist 100
assistance assistance 100
assistant assistant 100
associate associate 100
association association 100
assume assume 100
assumption assumption 100
assurance assurance 100
assure assure 100
astonish astonish 100
astonishment astonishment 100
astronaut astronaut 100
astronomy astronomy 100
at at 100
athlete athlete 100
atmosphere atmosphere 100
atom atom 100
attach attach 100
attachment attachment 100
attack attack 100
attain attain 100
attempt attempt 100
attend attend 100
attendance attendance 100
attendant attendant 100
attention attention 100
attitude attitude 100
attorney attorney 100
attract attract 100
attractive attractive 100
attribute attribute 100
auction auction 100
audience audience 100
audio audio 100
audit audit 100
auditorium auditorium 100
augment augment 100
aunt aunt 100
aural aural 100
authentic authentic 100
author author 100
authority authority 100
auto auto 100
automate automate 100
automatic automatic 100
automation automation 100
autonomy autonomy 100
autumn autumn 100
auxiliary auxiliary 100
avail avail 100
availability availability 100
available available 100
avenue avenue 100
average average 100
avert avert 100
aviation aviation 100
avoid avoid 100
await await 100
awake awake 100
award award 100
aware aware 100
away away 100
awe awe 100
awesome awesome 100
awful awful 100
awkward awkward 100
axe axe 100
axial axial 100
axis axis 100
baby baby 100
bachelor bachelor 100
back back 100
background background 100
backward backward 100
bacon bacon 100
bacterium bacterium 100
bad bad 100
badge badge 100
badly badly 100
badminton badminton 100
baffle baffle 100
bag bag 100
baggage baggage 100
bait bait 100
bake bake 100
balance balance 100
balcony balcony 100
bald bald 100
ball ball 100
ballet ballet 100
balloon balloon 100
ballot ballot 100
bamboo bamboo 100
ban ban 100
banana banana 100
band band 100
bandage bandage 100
bandit bandit 100
bang bang 100
bank bank 100
banker banker 100
bankrupt bankrupt 100
banner banner 100
banquet banquet 100
bar bar 100
barbecue barbecue 100
barber barber 100
bare bare 100
barely barely 100
bargain bargain 100
barge barge 100
bark bark 100
barley barley 100
barn barn 100
barometer barometer 100
baron baron 100
barrel barrel 100
barren barren 100
barrier barrier 100
base base 100
baseball baseball 100
basement basement 100
basic basic 100
basin basin 100
basis basis 100
basket basket 100
basketball basketball 100
bass bass 100
bat bat 100
batch batch 100
bath bath 100
bathe bathe 100
bathroom bathroom 100
battery battery 100
battle battle 100
bay bay 100
bazaar bazaar 100
be be 100
beach beach 100
bead bead 100
beam beam 100
bean bean 100
bear bear 100
beard beard 100
bearing bearing 100
beast beast 100
beat beat 100
beautiful beautiful 100
beauty beauty 100
because because 100
become become 100
bed bed 100
bee bee 100
beef beef 100
beer beer 100
beetle beetle 100
before before 100
beforehand beforehand 100
beg beg 100
begin begin 100
beginning beginning 100
behalf behalf 100
behave behave 100
behavior behavior 100
behind behind 100
being being 100
belief belief 100
believe believe 100
bell bell 100
belly belly 100
belong belong 100
beloved beloved 100
below below 100
belt belt 100
bench bench 100
bend bend 100
beneath beneath 100
beneficial beneficial 100
benefit benefit 100
benign benign 100
beside beside 100
besides besides 100
best best 100
bestow bestow 100
bet bet 100
betray betray 100
better better 100
between between 100
beverage beverage 100
beware beware 100
bewilder bewilder 100
beyond beyond 100
bias bias 100
bibliography bibliography 100
bicycle bicycle 100
bid bid 100
big big 100
bill bill 100
billion billion 100
bin bin 100
bind bind 100
biography biography 100
biology biology 100
bird bird 100
birth birth 100
birthday birthday 100
biscuit biscuit 100
bishop bishop 100
bite bite 100
bitter bitter 100
bitterness bitterness 100
bizarre bizarre 100
black black 100
blackboard blackboard 100
blackmail blackmail 100
blacksmith blacksmith 100
blade blade 100
blame blame 100
blank blank 100
blanket blanket 100
blast blast 100
blaze blaze 100
bleach bleach 100
bleak bleak 100
bleed bleed 100
blend blend 100
bless bless 100
blind blind 100
block block 100
blond blond 100
blood blood 100
bloody bloody 100
bloom bloom 100
blossom blossom 100
blouse blouse 100
blow blow 100
blue blue 100
blueprint blueprint 100
blunder blunder 100
blunt blunt 100
blur blur 100
blush blush 100
board board 100
boast boast 100
boat boat 100
body body 100
boil boil 100
boiler boiler 100
bold bold 100
bolt bolt 100
bomb bomb 100
bond bond 100
bone bone 100
bonus bonus 100
book book 100
bookmark bookmark 100
boom boom 100
boost boost 100
boot boot 100
booth booth 100
border border 100
bore bore 100
born born 100
borrow borrow 100
bosom bosom 100
boss boss 100
both both 100
bother bother 100
bottle bottle 100
bottom bottom 100
bounce bounce 100
bound bound 100
boundary boundary 100
bourgeois bourgeois 100
bow bow 100
bowel bowel 100
bowl bowl 100
bowling bowling 100
box box 100
boy boy 100
boycott boycott 100
brace brace 100
bracket bracket 100
brain brain 100
brake brake 100
branch branch 100
brand brand 100
brandy brandy 100
brass brass 100
brave brave 100
breach breach 100
bread bread 100
breadth breadth 100
break break 100
breakdown breakdown 100
breakfast breakfast 100
breast breast 100
breath breath 100
breathe breathe 100
breed breed 100
breeze breeze 100
bribe bribe 100
brick brick 100
bride bride 100
bridegroom bridegroom 100
bridge bridge 100
bridle bridle 100
brief brief 100
briefcase briefcase 100
bright bright 100
brightness brightness 100
brilliant brilliant 100
brim brim 100
bring bring 100
brisk brisk 100
brittle brittle 100
broad broad 100
broadcast broadcast 100
broaden broaden 100
brochure brochure 100
bronze bronze 100
brood brood 100
brook brook 100
broom broom 100
brother brother 100
brow brow 100
brown brown 100
browse browse 100
bruise bruise 100
brush brush 100
brutal brutal 100
bubble bubble 100
bucket bucket 100
bud bud 100
budget budget 100
buffalo buffalo 100
buffet buffet 100
bug bug 100
bugle bugle 100
build build 100
building building 100
bulb bulb 100
bulk bulk 100
bull bull 100
bullet bullet 100
bulletin bulletin 100
bully bully 100
bump bump 100
bunch bunch 100
bundle bundle 100
burden burden 100
bureau bureau 100
bureaucracy bureaucracy 100
burglar burglar 100
burial burial 100
burn burn 100
burner burner 100
burst burst 100
bury bury 100
bus bus 100
bush bush 100
bushel bushel 100
business business 100
busy busy 100
butcher butcher 100
butt butt 100
butter butter 100
butterfly butterfly 100
button button 100
buy buy 100
buzz buzz 100
by by 100
bypass bypass 100
by-product by-product 100
cab cab 100
cabbage cabbage 100
cabin cabin 100
cabinet cabinet 100
cable cable 100
cafe cafe 100
cafeteria cafeteria 100
cage cage 100
cake cake 100
calcium calcium 100
calculate calculate 100
calculator calculator 100
calculus calculus 100
calendar calendar 100
calibration calibration 100
call call 100
calm calm 100
calorie calorie 100
camel camel 100
camera camera 100
camp camp 100
campaign campaign 100
campus campus 100
can can 100
canal canal 100
cancel cancel 100
cancer cancer 100
candidate candidate 100
candle candle 100
candy candy 100
cane cane 100
cannon cannon 100
canoe canoe 100
canteen canteen 100
canvas canvas 100
cap cap 100
capability capability 100
capable capable 100
capacitance capacitance 100
capacitor capacitor 100
capacity capacity 100
cape cape 100
capital capital 100
capitalism capitalism 100
capsule capsule 100
captain captain 100
captive captive 100