babbler 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5047 @@
1
+ # Simple Ruby script for taking a list of words and building a list of adjectives
2
+ # and nouns from it. You might run this by calling:
3
+ # ruby make_lists.rb > list.rb
4
+
5
+ WORDS = %w(
6
+ the
7
+ be
8
+ and
9
+ of
10
+ a
11
+ in
12
+ to
13
+ have
14
+ to
15
+ it
16
+ I
17
+ that
18
+ for
19
+ you
20
+ he
21
+ with
22
+ on
23
+ do
24
+ say
25
+ this
26
+ they
27
+ at
28
+ but
29
+ we
30
+ his
31
+ from
32
+ that
33
+ not
34
+ n't
35
+ n't
36
+ by
37
+ she
38
+ or
39
+ as
40
+ what
41
+ go
42
+ their
43
+ can
44
+ who
45
+ get
46
+ if
47
+ would
48
+ her
49
+ all
50
+ my
51
+ make
52
+ about
53
+ know
54
+ will
55
+ as
56
+ up
57
+ one
58
+ time
59
+ there
60
+ year
61
+ so
62
+ think
63
+ when
64
+ which
65
+ them
66
+ some
67
+ me
68
+ people
69
+ take
70
+ out
71
+ into
72
+ just
73
+ see
74
+ him
75
+ your
76
+ come
77
+ could
78
+ now
79
+ than
80
+ like
81
+ other
82
+ how
83
+ then
84
+ its
85
+ our
86
+ two
87
+ more
88
+ these
89
+ want
90
+ way
91
+ look
92
+ first
93
+ also
94
+ new
95
+ because
96
+ day
97
+ more
98
+ use
99
+ no
100
+ man
101
+ find
102
+ here
103
+ thing
104
+ give
105
+ many
106
+ well
107
+ only
108
+ those
109
+ tell
110
+ one
111
+ very
112
+ her
113
+ even
114
+ back
115
+ any
116
+ good
117
+ woman
118
+ through
119
+ us
120
+ life
121
+ child
122
+ there
123
+ work
124
+ down
125
+ may
126
+ after
127
+ should
128
+ call
129
+ world
130
+ over
131
+ school
132
+ still
133
+ try
134
+ in
135
+ as
136
+ last
137
+ ask
138
+ need
139
+ too
140
+ feel
141
+ three
142
+ when
143
+ state
144
+ never
145
+ become
146
+ between
147
+ high
148
+ really
149
+ something
150
+ most
151
+ another
152
+ much
153
+ family
154
+ own
155
+ out
156
+ leave
157
+ put
158
+ old
159
+ while
160
+ mean
161
+ on
162
+ keep
163
+ student
164
+ why
165
+ let
166
+ great
167
+ same
168
+ big
169
+ group
170
+ begin
171
+ seem
172
+ country
173
+ help
174
+ talk
175
+ where
176
+ turn
177
+ problem
178
+ every
179
+ start
180
+ hand
181
+ might
182
+ American
183
+ show
184
+ part
185
+ about
186
+ against
187
+ place
188
+ over
189
+ such
190
+ again
191
+ few
192
+ case
193
+ most
194
+ week
195
+ company
196
+ where
197
+ system
198
+ each
199
+ right
200
+ program
201
+ hear
202
+ so
203
+ question
204
+ during
205
+ work
206
+ play
207
+ government
208
+ run
209
+ small
210
+ number
211
+ off
212
+ always
213
+ move
214
+ like
215
+ night
216
+ live
217
+ Mr
218
+ point
219
+ believe
220
+ hold
221
+ today
222
+ bring
223
+ happen
224
+ next
225
+ without
226
+ before
227
+ large
228
+ all
229
+ million
230
+ must
231
+ home
232
+ under
233
+ water
234
+ room
235
+ write
236
+ mother
237
+ area
238
+ national
239
+ money
240
+ story
241
+ young
242
+ fact
243
+ month
244
+ different
245
+ lot
246
+ right
247
+ study
248
+ book
249
+ eye
250
+ job
251
+ word
252
+ though
253
+ business
254
+ issue
255
+ side
256
+ kind
257
+ four
258
+ head
259
+ far
260
+ black
261
+ long
262
+ both
263
+ little
264
+ house
265
+ yes
266
+ after
267
+ since
268
+ long
269
+ provide
270
+ service
271
+ around
272
+ friend
273
+ important
274
+ father
275
+ sit
276
+ away
277
+ until
278
+ power
279
+ hour
280
+ game
281
+ often
282
+ yet
283
+ line
284
+ political
285
+ end
286
+ among
287
+ ever
288
+ stand
289
+ bad
290
+ lose
291
+ however
292
+ member
293
+ pay
294
+ law
295
+ meet
296
+ car
297
+ city
298
+ almost
299
+ include
300
+ continue
301
+ set
302
+ later
303
+ community
304
+ much
305
+ name
306
+ five
307
+ once
308
+ white
309
+ least
310
+ president
311
+ learn
312
+ real
313
+ change
314
+ team
315
+ minute
316
+ best
317
+ several
318
+ idea
319
+ kid
320
+ body
321
+ information
322
+ nothing
323
+ ago
324
+ right
325
+ lead
326
+ social
327
+ understand
328
+ whether
329
+ back
330
+ watch
331
+ together
332
+ follow
333
+ around
334
+ parent
335
+ only
336
+ stop
337
+ face
338
+ anything
339
+ create
340
+ public
341
+ already
342
+ speak
343
+ others
344
+ read
345
+ level
346
+ allow
347
+ add
348
+ office
349
+ spend
350
+ door
351
+ health
352
+ person
353
+ art
354
+ sure
355
+ such
356
+ war
357
+ history
358
+ party
359
+ within
360
+ grow
361
+ result
362
+ open
363
+ change
364
+ morning
365
+ walk
366
+ reason
367
+ low
368
+ win
369
+ research
370
+ girl
371
+ guy
372
+ early
373
+ food
374
+ before
375
+ moment
376
+ himself
377
+ air
378
+ teacher
379
+ force
380
+ offer
381
+ enough
382
+ both
383
+ education
384
+ across
385
+ although
386
+ remember
387
+ foot
388
+ second
389
+ boy
390
+ maybe
391
+ toward
392
+ able
393
+ age
394
+ off
395
+ policy
396
+ everything
397
+ love
398
+ process
399
+ music
400
+ including
401
+ consider
402
+ appear
403
+ actually
404
+ buy
405
+ probably
406
+ human
407
+ wait
408
+ serve
409
+ market
410
+ die
411
+ send
412
+ expect
413
+ home
414
+ sense
415
+ build
416
+ stay
417
+ fall
418
+ oh
419
+ nation
420
+ plan
421
+ cut
422
+ college
423
+ interest
424
+ death
425
+ course
426
+ someone
427
+ experience
428
+ behind
429
+ reach
430
+ local
431
+ kill
432
+ six
433
+ remain
434
+ effect
435
+ use
436
+ yeah
437
+ suggest
438
+ class
439
+ control
440
+ raise
441
+ care
442
+ perhaps
443
+ little
444
+ late
445
+ hard
446
+ field
447
+ else
448
+ pass
449
+ former
450
+ sell
451
+ major
452
+ sometimes
453
+ require
454
+ along
455
+ development
456
+ themselves
457
+ report
458
+ role
459
+ better
460
+ economic
461
+ effort
462
+ up
463
+ decide
464
+ rate
465
+ strong
466
+ possible
467
+ heart
468
+ drug
469
+ show
470
+ leader
471
+ light
472
+ voice
473
+ wife
474
+ whole
475
+ police
476
+ mind
477
+ finally
478
+ pull
479
+ return
480
+ free
481
+ military
482
+ price
483
+ report
484
+ less
485
+ according
486
+ decision
487
+ explain
488
+ son
489
+ hope
490
+ even
491
+ develop
492
+ view
493
+ relationship
494
+ carry
495
+ town
496
+ road
497
+ drive
498
+ arm
499
+ true
500
+ federal
501
+ break
502
+ better
503
+ difference
504
+ thank
505
+ receive
506
+ value
507
+ international
508
+ building
509
+ action
510
+ full
511
+ model
512
+ join
513
+ season
514
+ society
515
+ because
516
+ tax
517
+ director
518
+ early
519
+ position
520
+ player
521
+ agree
522
+ especially
523
+ record
524
+ pick
525
+ wear
526
+ paper
527
+ special
528
+ space
529
+ ground
530
+ form
531
+ support
532
+ event
533
+ official
534
+ whose
535
+ matter
536
+ everyone
537
+ center
538
+ couple
539
+ site
540
+ end
541
+ project
542
+ hit
543
+ base
544
+ activity
545
+ star
546
+ table
547
+ need
548
+ court
549
+ produce
550
+ eat
551
+ American
552
+ teach
553
+ oil
554
+ half
555
+ situation
556
+ easy
557
+ cost
558
+ industry
559
+ figure
560
+ face
561
+ street
562
+ image
563
+ itself
564
+ phone
565
+ either
566
+ data
567
+ cover
568
+ quite
569
+ picture
570
+ clear
571
+ practice
572
+ piece
573
+ land
574
+ recent
575
+ describe
576
+ product
577
+ doctor
578
+ wall
579
+ patient
580
+ worker
581
+ news
582
+ test
583
+ movie
584
+ certain
585
+ north
586
+ love
587
+ personal
588
+ open
589
+ support
590
+ simply
591
+ third
592
+ technology
593
+ catch
594
+ step
595
+ baby
596
+ computer
597
+ type
598
+ attention
599
+ draw
600
+ film
601
+ Republican
602
+ tree
603
+ source
604
+ red
605
+ nearly
606
+ organization
607
+ choose
608
+ cause
609
+ hair
610
+ look
611
+ point
612
+ century
613
+ evidence
614
+ window
615
+ difficult
616
+ listen
617
+ soon
618
+ culture
619
+ billion
620
+ chance
621
+ brother
622
+ energy
623
+ period
624
+ course
625
+ summer
626
+ less
627
+ realize
628
+ hundred
629
+ available
630
+ plant
631
+ likely
632
+ opportunity
633
+ term
634
+ short
635
+ letter
636
+ condition
637
+ choice
638
+ place
639
+ single
640
+ rule
641
+ daughter
642
+ administration
643
+ south
644
+ husband
645
+ Congress
646
+ floor
647
+ campaign
648
+ material
649
+ population
650
+ well
651
+ call
652
+ economy
653
+ medical
654
+ hospital
655
+ church
656
+ close
657
+ thousand
658
+ risk
659
+ current
660
+ fire
661
+ future
662
+ wrong
663
+ involve
664
+ defense
665
+ anyone
666
+ increase
667
+ security
668
+ bank
669
+ myself
670
+ certainly
671
+ west
672
+ sport
673
+ board
674
+ seek
675
+ per
676
+ subject
677
+ officer
678
+ private
679
+ rest
680
+ behavior
681
+ deal
682
+ performance
683
+ fight
684
+ throw
685
+ top
686
+ quickly
687
+ past
688
+ goal
689
+ second
690
+ bed
691
+ order
692
+ author
693
+ fill
694
+ represent
695
+ focus
696
+ foreign
697
+ drop
698
+ plan
699
+ blood
700
+ upon
701
+ agency
702
+ push
703
+ nature
704
+ color
705
+ no
706
+ recently
707
+ store
708
+ reduce
709
+ sound
710
+ note
711
+ fine
712
+ before
713
+ near
714
+ movement
715
+ page
716
+ enter
717
+ share
718
+ than
719
+ common
720
+ poor
721
+ other
722
+ natural
723
+ race
724
+ concern
725
+ series
726
+ significant
727
+ similar
728
+ hot
729
+ language
730
+ each
731
+ usually
732
+ response
733
+ dead
734
+ rise
735
+ animal
736
+ factor
737
+ decade
738
+ article
739
+ shoot
740
+ east
741
+ save
742
+ seven
743
+ artist
744
+ away
745
+ scene
746
+ stock
747
+ career
748
+ despite
749
+ central
750
+ eight
751
+ thus
752
+ treatment
753
+ beyond
754
+ happy
755
+ exactly
756
+ protect
757
+ approach
758
+ lie
759
+ size
760
+ dog
761
+ fund
762
+ serious
763
+ occur
764
+ media
765
+ ready
766
+ sign
767
+ thought
768
+ list
769
+ individual
770
+ simple
771
+ quality
772
+ pressure
773
+ accept
774
+ answer
775
+ hard
776
+ resource
777
+ identify
778
+ left
779
+ meeting
780
+ determine
781
+ prepare
782
+ disease
783
+ whatever
784
+ success
785
+ argue
786
+ cup
787
+ particularly
788
+ amount
789
+ ability
790
+ staff
791
+ recognize
792
+ indicate
793
+ character
794
+ growth
795
+ loss
796
+ degree
797
+ wonder
798
+ attack
799
+ herself
800
+ region
801
+ television
802
+ box
803
+ TV
804
+ training
805
+ pretty
806
+ trade
807
+ deal
808
+ election
809
+ everybody
810
+ physical
811
+ lay
812
+ general
813
+ feeling
814
+ standard
815
+ bill
816
+ message
817
+ fail
818
+ outside
819
+ arrive
820
+ analysis
821
+ benefit
822
+ name
823
+ sex
824
+ forward
825
+ lawyer
826
+ present
827
+ section
828
+ environmental
829
+ glass
830
+ answer
831
+ skill
832
+ sister
833
+ PM
834
+ professor
835
+ operation
836
+ financial
837
+ crime
838
+ stage
839
+ ok
840
+ compare
841
+ authority
842
+ miss
843
+ design
844
+ sort
845
+ one
846
+ act
847
+ ten
848
+ knowledge
849
+ gun
850
+ station
851
+ blue
852
+ state
853
+ strategy
854
+ little
855
+ clearly
856
+ discuss
857
+ indeed
858
+ force
859
+ truth
860
+ song
861
+ example
862
+ democratic
863
+ check
864
+ environment
865
+ leg
866
+ dark
867
+ public
868
+ various
869
+ rather
870
+ laugh
871
+ guess
872
+ executive
873
+ set
874
+ study
875
+ prove
876
+ hang
877
+ entire
878
+ rock
879
+ design
880
+ enough
881
+ forget
882
+ since
883
+ claim
884
+ note
885
+ remove
886
+ manager
887
+ help
888
+ close
889
+ sound
890
+ enjoy
891
+ network
892
+ legal
893
+ religious
894
+ cold
895
+ form
896
+ final
897
+ main
898
+ science
899
+ green
900
+ memory
901
+ card
902
+ above
903
+ seat
904
+ cell
905
+ establish
906
+ nice
907
+ trial
908
+ expert
909
+ that
910
+ spring
911
+ firm
912
+ Democrat
913
+ radio
914
+ visit
915
+ management
916
+ care
917
+ avoid
918
+ imagine
919
+ tonight
920
+ huge
921
+ ball
922
+ no
923
+ close
924
+ finish
925
+ yourself
926
+ talk
927
+ theory
928
+ impact
929
+ respond
930
+ statement
931
+ maintain
932
+ charge
933
+ popular
934
+ traditional
935
+ onto
936
+ reveal
937
+ direction
938
+ weapon
939
+ employee
940
+ cultural
941
+ contain
942
+ peace
943
+ head
944
+ control
945
+ base
946
+ pain
947
+ apply
948
+ play
949
+ measure
950
+ wide
951
+ shake
952
+ fly
953
+ interview
954
+ manage
955
+ chair
956
+ fish
957
+ particular
958
+ camera
959
+ structure
960
+ politics
961
+ perform
962
+ bit
963
+ weight
964
+ suddenly
965
+ discover
966
+ candidate
967
+ top
968
+ production
969
+ treat
970
+ trip
971
+ evening
972
+ affect
973
+ inside
974
+ conference
975
+ unit
976
+ best
977
+ style
978
+ adult
979
+ worry
980
+ range
981
+ mention
982
+ rather
983
+ far
984
+ deep
985
+ past
986
+ edge
987
+ individual
988
+ specific
989
+ writer
990
+ trouble
991
+ necessary
992
+ throughout
993
+ challenge
994
+ fear
995
+ shoulder
996
+ institution
997
+ middle
998
+ sea
999
+ dream
1000
+ bar
1001
+ beautiful
1002
+ property
1003
+ instead
1004
+ improve
1005
+ stuff
1006
+ detail
1007
+ method
1008
+ sign
1009
+ somebody
1010
+ magazine
1011
+ hotel
1012
+ soldier
1013
+ reflect
1014
+ heavy
1015
+ sexual
1016
+ cause
1017
+ bag
1018
+ heat
1019
+ fall
1020
+ marriage
1021
+ tough
1022
+ sing
1023
+ surface
1024
+ purpose
1025
+ exist
1026
+ pattern
1027
+ whom
1028
+ skin
1029
+ agent
1030
+ owner
1031
+ machine
1032
+ gas
1033
+ down
1034
+ ahead
1035
+ generation
1036
+ commercial
1037
+ address
1038
+ cancer
1039
+ test
1040
+ item
1041
+ reality
1042
+ coach
1043
+ step
1044
+ Mrs
1045
+ yard
1046
+ beat
1047
+ violence
1048
+ total
1049
+ tend
1050
+ investment
1051
+ discussion
1052
+ finger
1053
+ garden
1054
+ notice
1055
+ collection
1056
+ modern
1057
+ task
1058
+ partner
1059
+ positive
1060
+ civil
1061
+ kitchen
1062
+ consumer
1063
+ shot
1064
+ budget
1065
+ wish
1066
+ painting
1067
+ scientist
1068
+ safe
1069
+ agreement
1070
+ capital
1071
+ mouth
1072
+ nor
1073
+ victim
1074
+ newspaper
1075
+ instead
1076
+ threat
1077
+ responsibility
1078
+ smile
1079
+ attorney
1080
+ score
1081
+ account
1082
+ interesting
1083
+ break
1084
+ audience
1085
+ rich
1086
+ dinner
1087
+ figure
1088
+ vote
1089
+ western
1090
+ relate
1091
+ travel
1092
+ debate
1093
+ prevent
1094
+ citizen
1095
+ majority
1096
+ none
1097
+ front
1098
+ born
1099
+ admit
1100
+ senior
1101
+ assume
1102
+ wind
1103
+ key
1104
+ professional
1105
+ mission
1106
+ fast
1107
+ alone
1108
+ customer
1109
+ suffer
1110
+ speech
1111
+ successful
1112
+ option
1113
+ participant
1114
+ southern
1115
+ fresh
1116
+ eventually
1117
+ no
1118
+ forest
1119
+ video
1120
+ global
1121
+ Senate
1122
+ reform
1123
+ access
1124
+ restaurant
1125
+ judge
1126
+ publish
1127
+ cost
1128
+ relation
1129
+ like
1130
+ release
1131
+ own
1132
+ bird
1133
+ opinion
1134
+ credit
1135
+ critical
1136
+ corner
1137
+ concerned
1138
+ recall
1139
+ version
1140
+ stare
1141
+ safety
1142
+ effective
1143
+ neighborhood
1144
+ original
1145
+ act
1146
+ troop
1147
+ income
1148
+ directly
1149
+ hurt
1150
+ species
1151
+ immediately
1152
+ track
1153
+ basic
1154
+ strike
1155
+ hope
1156
+ sky
1157
+ freedom
1158
+ absolutely
1159
+ plane
1160
+ nobody
1161
+ achieve
1162
+ object
1163
+ attitude
1164
+ labor
1165
+ refer
1166
+ concept
1167
+ client
1168
+ powerful
1169
+ perfect
1170
+ nine
1171
+ therefore
1172
+ conduct
1173
+ announce
1174
+ conversation
1175
+ examine
1176
+ touch
1177
+ please
1178
+ attend
1179
+ completely
1180
+ vote
1181
+ variety
1182
+ sleep
1183
+ turn
1184
+ involved
1185
+ investigation
1186
+ nuclear
1187
+ researcher
1188
+ press
1189
+ conflict
1190
+ spirit
1191
+ experience
1192
+ replace
1193
+ British
1194
+ encourage
1195
+ lot
1196
+ lot
1197
+ lot
1198
+ lot
1199
+ argument
1200
+ by
1201
+ once
1202
+ camp
1203
+ brain
1204
+ feature
1205
+ afternoon
1206
+ AM
1207
+ weekend
1208
+ dozen
1209
+ possibility
1210
+ along
1211
+ insurance
1212
+ department
1213
+ battle
1214
+ beginning
1215
+ date
1216
+ generally
1217
+ African
1218
+ very
1219
+ sorry
1220
+ crisis
1221
+ complete
1222
+ fan
1223
+ stick
1224
+ define
1225
+ easily
1226
+ through
1227
+ hole
1228
+ element
1229
+ vision
1230
+ status
1231
+ normal
1232
+ Chinese
1233
+ ship
1234
+ solution
1235
+ stone
1236
+ slowly
1237
+ scale
1238
+ bit
1239
+ university
1240
+ introduce
1241
+ driver
1242
+ attempt
1243
+ park
1244
+ spot
1245
+ lack
1246
+ ice
1247
+ boat
1248
+ drink
1249
+ sun
1250
+ front
1251
+ distance
1252
+ wood
1253
+ handle
1254
+ truck
1255
+ return
1256
+ mountain
1257
+ survey
1258
+ supposed
1259
+ tradition
1260
+ winter
1261
+ village
1262
+ Soviet
1263
+ refuse
1264
+ sales
1265
+ roll
1266
+ communication
1267
+ run
1268
+ screen
1269
+ gain
1270
+ resident
1271
+ hide
1272
+ gold
1273
+ club
1274
+ future
1275
+ farm
1276
+ potential
1277
+ increase
1278
+ middle
1279
+ European
1280
+ presence
1281
+ independent
1282
+ district
1283
+ shape
1284
+ reader
1285
+ Ms
1286
+ contract
1287
+ crowd
1288
+ Christian
1289
+ express
1290
+ apartment
1291
+ willing
1292
+ strength
1293
+ previous
1294
+ band
1295
+ obviously
1296
+ horse
1297
+ interested
1298
+ target
1299
+ prison
1300
+ ride
1301
+ guard
1302
+ terms
1303
+ demand
1304
+ reporter
1305
+ deliver
1306
+ text
1307
+ share
1308
+ tool
1309
+ wild
1310
+ vehicle
1311
+ observe
1312
+ flight
1313
+ inside
1314
+ facility
1315
+ understanding
1316
+ average
1317
+ emerge
1318
+ advantage
1319
+ quick
1320
+ light
1321
+ leadership
1322
+ earn
1323
+ pound
1324
+ basis
1325
+ bright
1326
+ operate
1327
+ guest
1328
+ sample
1329
+ contribute
1330
+ tiny
1331
+ block
1332
+ protection
1333
+ settle
1334
+ feed
1335
+ collect
1336
+ additional
1337
+ while
1338
+ highly
1339
+ identity
1340
+ title
1341
+ mostly
1342
+ lesson
1343
+ faith
1344
+ river
1345
+ promote
1346
+ living
1347
+ present
1348
+ count
1349
+ unless
1350
+ marry
1351
+ tomorrow
1352
+ technique
1353
+ path
1354
+ ear
1355
+ shop
1356
+ folk
1357
+ order
1358
+ principle
1359
+ survive
1360
+ lift
1361
+ border
1362
+ competition
1363
+ jump
1364
+ gather
1365
+ limit
1366
+ fit
1367
+ claim
1368
+ cry
1369
+ equipment
1370
+ worth
1371
+ associate
1372
+ critic
1373
+ warm
1374
+ aspect
1375
+ result
1376
+ insist
1377
+ failure
1378
+ annual
1379
+ French
1380
+ Christmas
1381
+ comment
1382
+ responsible
1383
+ affair
1384
+ approach
1385
+ until
1386
+ procedure
1387
+ regular
1388
+ spread
1389
+ chairman
1390
+ baseball
1391
+ soft
1392
+ ignore
1393
+ egg
1394
+ measure
1395
+ belief
1396
+ demonstrate
1397
+ anybody
1398
+ murder
1399
+ gift
1400
+ religion
1401
+ review
1402
+ editor
1403
+ past
1404
+ engage
1405
+ coffee
1406
+ document
1407
+ speed
1408
+ cross
1409
+ influence
1410
+ anyway
1411
+ threaten
1412
+ commit
1413
+ female
1414
+ youth
1415
+ wave
1416
+ move
1417
+ afraid
1418
+ quarter
1419
+ background
1420
+ native
1421
+ broad
1422
+ wonderful
1423
+ deny
1424
+ apparently
1425
+ slightly
1426
+ reaction
1427
+ twice
1428
+ suit
1429
+ perspective
1430
+ growing
1431
+ blow
1432
+ construction
1433
+ kind
1434
+ intelligence
1435
+ destroy
1436
+ cook
1437
+ connection
1438
+ charge
1439
+ burn
1440
+ shoe
1441
+ view
1442
+ grade
1443
+ context
1444
+ committee
1445
+ hey
1446
+ mistake
1447
+ focus
1448
+ smile
1449
+ location
1450
+ clothes
1451
+ Indian
1452
+ quiet
1453
+ dress
1454
+ promise
1455
+ aware
1456
+ neighbor
1457
+ complete
1458
+ drive
1459
+ function
1460
+ bone
1461
+ active
1462
+ extend
1463
+ chief
1464
+ average
1465
+ combine
1466
+ wine
1467
+ below
1468
+ cool
1469
+ voter
1470
+ mean
1471
+ demand
1472
+ learning
1473
+ bus
1474
+ hell
1475
+ dangerous
1476
+ remind
1477
+ moral
1478
+ United
1479
+ category
1480
+ relatively
1481
+ victory
1482
+ key
1483
+ academic
1484
+ visit
1485
+ Internet
1486
+ healthy
1487
+ fire
1488
+ negative
1489
+ following
1490
+ historical
1491
+ medicine
1492
+ tour
1493
+ depend
1494
+ photo
1495
+ finding
1496
+ grab
1497
+ direct
1498
+ classroom
1499
+ contact
1500
+ justice
1501
+ participate
1502
+ daily
1503
+ fair
1504
+ pair
1505
+ famous
1506
+ exercise
1507
+ knee
1508
+ flower
1509
+ tape
1510
+ hire
1511
+ familiar
1512
+ appropriate
1513
+ supply
1514
+ fully
1515
+ cut
1516
+ will
1517
+ actor
1518
+ birth
1519
+ search
1520
+ tie
1521
+ democracy
1522
+ eastern
1523
+ primary
1524
+ yesterday
1525
+ circle
1526
+ device
1527
+ progress
1528
+ next
1529
+ front
1530
+ bottom
1531
+ island
1532
+ exchange
1533
+ clean
1534
+ studio
1535
+ train
1536
+ lady
1537
+ colleague
1538
+ application
1539
+ neck
1540
+ lean
1541
+ damage
1542
+ plastic
1543
+ tall
1544
+ plate
1545
+ hate
1546
+ otherwise
1547
+ writing
1548
+ press
1549
+ male
1550
+ start
1551
+ alive
1552
+ expression
1553
+ football
1554
+ intend
1555
+ attack
1556
+ chicken
1557
+ army
1558
+ abuse
1559
+ theater
1560
+ shut
1561
+ map
1562
+ extra
1563
+ session
1564
+ danger
1565
+ welcome
1566
+ domestic
1567
+ lots
1568
+ literature
1569
+ rain
1570
+ desire
1571
+ assessment
1572
+ injury
1573
+ respect
1574
+ northern
1575
+ nod
1576
+ paint
1577
+ fuel
1578
+ leaf
1579
+ direct
1580
+ dry
1581
+ Russian
1582
+ instruction
1583
+ fight
1584
+ pool
1585
+ climb
1586
+ sweet
1587
+ lead
1588
+ engine
1589
+ fourth
1590
+ salt
1591
+ expand
1592
+ importance
1593
+ metal
1594
+ fat
1595
+ ticket
1596
+ software
1597
+ disappear
1598
+ corporate
1599
+ strange
1600
+ lip
1601
+ reading
1602
+ urban
1603
+ mental
1604
+ increasingly
1605
+ lunch
1606
+ educational
1607
+ somewhere
1608
+ farmer
1609
+ above
1610
+ sugar
1611
+ planet
1612
+ favorite
1613
+ explore
1614
+ obtain
1615
+ enemy
1616
+ greatest
1617
+ complex
1618
+ surround
1619
+ athlete
1620
+ invite
1621
+ repeat
1622
+ carefully
1623
+ soul
1624
+ scientific
1625
+ impossible
1626
+ panel
1627
+ meaning
1628
+ mom
1629
+ married
1630
+ alone
1631
+ instrument
1632
+ predict
1633
+ weather
1634
+ presidential
1635
+ emotional
1636
+ commitment
1637
+ Supreme
1638
+ bear
1639
+ pocket
1640
+ thin
1641
+ temperature
1642
+ surprise
1643
+ poll
1644
+ proposal
1645
+ consequence
1646
+ half
1647
+ breath
1648
+ sight
1649
+ cover
1650
+ balance
1651
+ adopt
1652
+ minority
1653
+ straight
1654
+ attempt
1655
+ connect
1656
+ works
1657
+ teaching
1658
+ belong
1659
+ aid
1660
+ advice
1661
+ okay
1662
+ photograph
1663
+ empty
1664
+ regional
1665
+ trail
1666
+ novel
1667
+ code
1668
+ somehow
1669
+ organize
1670
+ jury
1671
+ breast
1672
+ Iraqi
1673
+ human
1674
+ acknowledge
1675
+ theme
1676
+ storm
1677
+ union
1678
+ record
1679
+ desk
1680
+ fear
1681
+ thanks
1682
+ fruit
1683
+ under
1684
+ expensive
1685
+ yellow
1686
+ conclusion
1687
+ prime
1688
+ shadow
1689
+ struggle
1690
+ conclude
1691
+ analyst
1692
+ dance
1693
+ limit
1694
+ like
1695
+ regulation
1696
+ being
1697
+ last
1698
+ ring
1699
+ largely
1700
+ shift
1701
+ revenue
1702
+ mark
1703
+ locate
1704
+ county
1705
+ appearance
1706
+ package
1707
+ difficulty
1708
+ bridge
1709
+ recommend
1710
+ obvious
1711
+ train
1712
+ basically
1713
+ e-mail
1714
+ generate
1715
+ anymore
1716
+ propose
1717
+ thinking
1718
+ possibly
1719
+ trend
1720
+ visitor
1721
+ loan
1722
+ currently
1723
+ comfortable
1724
+ investor
1725
+ but
1726
+ profit
1727
+ angry
1728
+ crew
1729
+ deep
1730
+ accident
1731
+ male
1732
+ meal
1733
+ hearing
1734
+ traffic
1735
+ muscle
1736
+ notion
1737
+ capture
1738
+ prefer
1739
+ truly
1740
+ earth
1741
+ Japanese
1742
+ chest
1743
+ search
1744
+ thick
1745
+ cash
1746
+ museum
1747
+ beauty
1748
+ emergency
1749
+ unique
1750
+ feature
1751
+ internal
1752
+ ethnic
1753
+ link
1754
+ stress
1755
+ content
1756
+ select
1757
+ root
1758
+ nose
1759
+ declare
1760
+ outside
1761
+ appreciate
1762
+ actual
1763
+ bottle
1764
+ hardly
1765
+ setting
1766
+ launch
1767
+ dress
1768
+ file
1769
+ sick
1770
+ outcome
1771
+ ad
1772
+ defend
1773
+ matter
1774
+ judge
1775
+ duty
1776
+ sheet
1777
+ ought
1778
+ ensure
1779
+ Catholic
1780
+ extremely
1781
+ extent
1782
+ component
1783
+ mix
1784
+ long-term
1785
+ slow
1786
+ contrast
1787
+ zone
1788
+ wake
1789
+ challenge
1790
+ airport
1791
+ chief
1792
+ brown
1793
+ standard
1794
+ shirt
1795
+ pilot
1796
+ warn
1797
+ ultimately
1798
+ cat
1799
+ contribution
1800
+ capacity
1801
+ ourselves
1802
+ estate
1803
+ guide
1804
+ circumstance
1805
+ snow
1806
+ English
1807
+ politician
1808
+ steal
1809
+ pursue
1810
+ slip
1811
+ percentage
1812
+ meat
1813
+ funny
1814
+ neither
1815
+ soil
1816
+ influence
1817
+ surgery
1818
+ correct
1819
+ Jewish
1820
+ blame
1821
+ estimate
1822
+ due
1823
+ basketball
1824
+ late
1825
+ golf
1826
+ investigate
1827
+ crazy
1828
+ significantly
1829
+ chain
1830
+ address
1831
+ branch
1832
+ combination
1833
+ just
1834
+ frequently
1835
+ governor
1836
+ relief
1837
+ user
1838
+ dad
1839
+ kick
1840
+ part
1841
+ manner
1842
+ ancient
1843
+ silence
1844
+ rating
1845
+ golden
1846
+ motion
1847
+ German
1848
+ gender
1849
+ solve
1850
+ fee
1851
+ landscape
1852
+ used
1853
+ bowl
1854
+ equal
1855
+ long
1856
+ official
1857
+ forth
1858
+ frame
1859
+ typical
1860
+ except
1861
+ conservative
1862
+ eliminate
1863
+ host
1864
+ hall
1865
+ trust
1866
+ ocean
1867
+ score
1868
+ row
1869
+ producer
1870
+ afford
1871
+ meanwhile
1872
+ regime
1873
+ division
1874
+ confirm
1875
+ fix
1876
+ appeal
1877
+ mirror
1878
+ tooth
1879
+ smart
1880
+ length
1881
+ entirely
1882
+ rely
1883
+ topic
1884
+ complain
1885
+ issue
1886
+ variable
1887
+ back
1888
+ range
1889
+ telephone
1890
+ perception
1891
+ attract
1892
+ confidence
1893
+ bedroom
1894
+ secret
1895
+ debt
1896
+ rare
1897
+ his
1898
+ tank
1899
+ nurse
1900
+ coverage
1901
+ opposition
1902
+ aside
1903
+ anywhere
1904
+ bond
1905
+ file
1906
+ pleasure
1907
+ master
1908
+ era
1909
+ requirement
1910
+ check
1911
+ stand
1912
+ fun
1913
+ expectation
1914
+ wing
1915
+ separate
1916
+ now
1917
+ clear
1918
+ struggle
1919
+ mean
1920
+ somewhat
1921
+ pour
1922
+ stir
1923
+ judgment
1924
+ clean
1925
+ except
1926
+ beer
1927
+ English
1928
+ reference
1929
+ tear
1930
+ doubt
1931
+ grant
1932
+ seriously
1933
+ account
1934
+ minister
1935
+ totally
1936
+ hero
1937
+ industrial
1938
+ cloud
1939
+ stretch
1940
+ winner
1941
+ volume
1942
+ travel
1943
+ seed
1944
+ surprised
1945
+ rest
1946
+ fashion
1947
+ pepper
1948
+ separate
1949
+ busy
1950
+ intervention
1951
+ copy
1952
+ tip
1953
+ below
1954
+ cheap
1955
+ aim
1956
+ cite
1957
+ welfare
1958
+ vegetable
1959
+ gray
1960
+ dish
1961
+ beach
1962
+ improvement
1963
+ everywhere
1964
+ opening
1965
+ overall
1966
+ divide
1967
+ initial
1968
+ terrible
1969
+ oppose
1970
+ contemporary
1971
+ route
1972
+ multiple
1973
+ essential
1974
+ question
1975
+ league
1976
+ criminal
1977
+ careful
1978
+ core
1979
+ upper
1980
+ rush
1981
+ necessarily
1982
+ specifically
1983
+ tired
1984
+ rise
1985
+ tie
1986
+ employ
1987
+ holiday
1988
+ dance
1989
+ vast
1990
+ resolution
1991
+ household
1992
+ fewer
1993
+ abortion
1994
+ apart
1995
+ witness
1996
+ match
1997
+ barely
1998
+ sector
1999
+ representative
2000
+ lack
2001
+ beneath
2002
+ beside
2003
+ black
2004
+ incident
2005
+ limited
2006
+ proud
2007
+ flow
2008
+ faculty
2009
+ increased
2010
+ waste
2011
+ merely
2012
+ mass
2013
+ emphasize
2014
+ experiment
2015
+ definitely
2016
+ bomb
2017
+ enormous
2018
+ tone
2019
+ liberal
2020
+ massive
2021
+ engineer
2022
+ wheel
2023
+ female
2024
+ decline
2025
+ invest
2026
+ promise
2027
+ cable
2028
+ towards
2029
+ expose
2030
+ rural
2031
+ AIDS
2032
+ Jew
2033
+ narrow
2034
+ cream
2035
+ secretary
2036
+ gate
2037
+ solid
2038
+ hill
2039
+ typically
2040
+ noise
2041
+ grass
2042
+ unfortunately
2043
+ hat
2044
+ legislation
2045
+ succeed
2046
+ either
2047
+ celebrate
2048
+ achievement
2049
+ fishing
2050
+ drink
2051
+ accuse
2052
+ hand
2053
+ useful
2054
+ land
2055
+ secret
2056
+ reject
2057
+ talent
2058
+ taste
2059
+ characteristic
2060
+ milk
2061
+ escape
2062
+ cast
2063
+ sentence
2064
+ unusual
2065
+ closely
2066
+ convince
2067
+ height
2068
+ physician
2069
+ assess
2070
+ sleep
2071
+ plenty
2072
+ ride
2073
+ virtually
2074
+ first
2075
+ addition
2076
+ sharp
2077
+ creative
2078
+ lower
2079
+ behind
2080
+ approve
2081
+ explanation
2082
+ outside
2083
+ gay
2084
+ campus
2085
+ proper
2086
+ live
2087
+ guilty
2088
+ living
2089
+ acquire
2090
+ compete
2091
+ technical
2092
+ plus
2093
+ mind
2094
+ potential
2095
+ immigrant
2096
+ weak
2097
+ illegal
2098
+ hi
2099
+ alternative
2100
+ interaction
2101
+ column
2102
+ personality
2103
+ signal
2104
+ curriculum
2105
+ list
2106
+ honor
2107
+ passenger
2108
+ assistance
2109
+ forever
2110
+ fun
2111
+ regard
2112
+ Israeli
2113
+ association
2114
+ twenty
2115
+ knock
2116
+ review
2117
+ wrap
2118
+ lab
2119
+ offer
2120
+ display
2121
+ criticism
2122
+ asset
2123
+ depression
2124
+ spiritual
2125
+ musical
2126
+ journalist
2127
+ prayer
2128
+ suspect
2129
+ scholar
2130
+ warning
2131
+ climate
2132
+ cheese
2133
+ observation
2134
+ childhood
2135
+ payment
2136
+ sir
2137
+ permit
2138
+ cigarette
2139
+ definition
2140
+ priority
2141
+ bread
2142
+ creation
2143
+ graduate
2144
+ request
2145
+ emotion
2146
+ scream
2147
+ dramatic
2148
+ universe
2149
+ gap
2150
+ excellent
2151
+ deeply
2152
+ prosecutor
2153
+ mark
2154
+ green
2155
+ lucky
2156
+ drag
2157
+ airline
2158
+ library
2159
+ agenda
2160
+ recover
2161
+ factory
2162
+ selection
2163
+ primarily
2164
+ roof
2165
+ unable
2166
+ expense
2167
+ initiative
2168
+ diet
2169
+ arrest
2170
+ funding
2171
+ therapy
2172
+ wash
2173
+ schedule
2174
+ sad
2175
+ brief
2176
+ housing
2177
+ post
2178
+ purchase
2179
+ existing
2180
+ dark
2181
+ steel
2182
+ regarding
2183
+ shout
2184
+ remaining
2185
+ visual
2186
+ fairly
2187
+ chip
2188
+ violent
2189
+ silent
2190
+ suppose
2191
+ self
2192
+ bike
2193
+ tea
2194
+ perceive
2195
+ comparison
2196
+ settlement
2197
+ layer
2198
+ planning
2199
+ far
2200
+ description
2201
+ later
2202
+ slow
2203
+ slide
2204
+ widely
2205
+ wedding
2206
+ inform
2207
+ portion
2208
+ territory
2209
+ immediate
2210
+ opponent
2211
+ abandon
2212
+ link
2213
+ mass
2214
+ lake
2215
+ transform
2216
+ tension
2217
+ display
2218
+ leading
2219
+ bother
2220
+ consist
2221
+ alcohol
2222
+ enable
2223
+ bend
2224
+ saving
2225
+ gain
2226
+ desert
2227
+ shall
2228
+ error
2229
+ release
2230
+ cop
2231
+ Arab
2232
+ double
2233
+ walk
2234
+ sand
2235
+ Spanish
2236
+ rule
2237
+ hit
2238
+ print
2239
+ preserve
2240
+ passage
2241
+ formal
2242
+ transition
2243
+ existence
2244
+ album
2245
+ participation
2246
+ arrange
2247
+ atmosphere
2248
+ joint
2249
+ reply
2250
+ cycle
2251
+ opposite
2252
+ lock
2253
+ whole
2254
+ deserve
2255
+ consistent
2256
+ resistance
2257
+ discovery
2258
+ tear
2259
+ exposure
2260
+ pose
2261
+ stream
2262
+ sale
2263
+ trust
2264
+ benefit
2265
+ pot
2266
+ grand
2267
+ mine
2268
+ hello
2269
+ coalition
2270
+ tale
2271
+ knife
2272
+ resolve
2273
+ racial
2274
+ phase
2275
+ present
2276
+ joke
2277
+ coat
2278
+ Mexican
2279
+ symptom
2280
+ contact
2281
+ manufacturer
2282
+ philosophy
2283
+ potato
2284
+ interview
2285
+ foundation
2286
+ quote
2287
+ online
2288
+ pass
2289
+ negotiation
2290
+ good
2291
+ urge
2292
+ occasion
2293
+ dust
2294
+ breathe
2295
+ elect
2296
+ investigator
2297
+ jacket
2298
+ glad
2299
+ ordinary
2300
+ reduction
2301
+ rarely
2302
+ shift
2303
+ pack
2304
+ suicide
2305
+ numerous
2306
+ touch
2307
+ substance
2308
+ discipline
2309
+ elsewhere
2310
+ iron
2311
+ practical
2312
+ moreover
2313
+ passion
2314
+ volunteer
2315
+ implement
2316
+ essentially
2317
+ gene
2318
+ enforcement
2319
+ vs
2320
+ sauce
2321
+ independence
2322
+ marketing
2323
+ priest
2324
+ amazing
2325
+ intense
2326
+ advance
2327
+ employer
2328
+ shock
2329
+ inspire
2330
+ adjust
2331
+ retire
2332
+ sure
2333
+ visible
2334
+ kiss
2335
+ illness
2336
+ cap
2337
+ habit
2338
+ competitive
2339
+ juice
2340
+ congressional
2341
+ involvement
2342
+ dominate
2343
+ previously
2344
+ whenever
2345
+ transfer
2346
+ analyze
2347
+ another
2348
+ attach
2349
+ for
2350
+ Indian
2351
+ disaster
2352
+ parking
2353
+ prospect
2354
+ boss
2355
+ complaint
2356
+ championship
2357
+ coach
2358
+ exercise
2359
+ fundamental
2360
+ severe
2361
+ enhance
2362
+ mystery
2363
+ impose
2364
+ poverty
2365
+ other
2366
+ entry
2367
+ fat
2368
+ spending
2369
+ king
2370
+ evaluate
2371
+ symbol
2372
+ still
2373
+ trade
2374
+ maker
2375
+ mood
2376
+ accomplish
2377
+ emphasis
2378
+ illustrate
2379
+ boot
2380
+ monitor
2381
+ Asian
2382
+ entertainment
2383
+ bean
2384
+ evaluation
2385
+ creature
2386
+ commander
2387
+ digital
2388
+ arrangement
2389
+ concentrate
2390
+ total
2391
+ usual
2392
+ anger
2393
+ psychological
2394
+ heavily
2395
+ peak
2396
+ approximately
2397
+ increasing
2398
+ disorder
2399
+ missile
2400
+ equally
2401
+ vary
2402
+ wire
2403
+ round
2404
+ distribution
2405
+ transportation
2406
+ holy
2407
+ ring
2408
+ twin
2409
+ command
2410
+ commission
2411
+ interpretation
2412
+ breakfast
2413
+ stop
2414
+ strongly
2415
+ engineering
2416
+ luck
2417
+ so-called
2418
+ constant
2419
+ race
2420
+ clinic
2421
+ veteran
2422
+ smell
2423
+ tablespoon
2424
+ capable
2425
+ nervous
2426
+ tourist
2427
+ light
2428
+ toss
2429
+ crucial
2430
+ bury
2431
+ pray
2432
+ tomato
2433
+ exception
2434
+ butter
2435
+ deficit
2436
+ bathroom
2437
+ objective
2438
+ block
2439
+ electronic
2440
+ ally
2441
+ journey
2442
+ reputation
2443
+ mixture
2444
+ surely
2445
+ tower
2446
+ smoke
2447
+ confront
2448
+ pure
2449
+ glance
2450
+ dimension
2451
+ toy
2452
+ prisoner
2453
+ fellow
2454
+ smooth
2455
+ nearby
2456
+ peer
2457
+ designer
2458
+ personnel
2459
+ shape
2460
+ educator
2461
+ relative
2462
+ immigration
2463
+ belt
2464
+ teaspoon
2465
+ birthday
2466
+ implication
2467
+ perfectly
2468
+ coast
2469
+ supporter
2470
+ accompany
2471
+ silver
2472
+ teenager
2473
+ recognition
2474
+ retirement
2475
+ flag
2476
+ recovery
2477
+ whisper
2478
+ watch
2479
+ gentleman
2480
+ corn
2481
+ moon
2482
+ inner
2483
+ junior
2484
+ rather
2485
+ throat
2486
+ salary
2487
+ swing
2488
+ observer
2489
+ due
2490
+ straight
2491
+ publication
2492
+ pretty
2493
+ crop
2494
+ dig
2495
+ strike
2496
+ permanent
2497
+ plant
2498
+ phenomenon
2499
+ anxiety
2500
+ unlike
2501
+ wet
2502
+ literally
2503
+ resist
2504
+ convention
2505
+ embrace
2506
+ supply
2507
+ assist
2508
+ exhibition
2509
+ construct
2510
+ viewer
2511
+ pan
2512
+ consultant
2513
+ soon
2514
+ line
2515
+ administrator
2516
+ date
2517
+ occasionally
2518
+ mayor
2519
+ consideration
2520
+ CEO
2521
+ secure
2522
+ pink
2523
+ smoke
2524
+ estimate
2525
+ buck
2526
+ historic
2527
+ poem
2528
+ grandmother
2529
+ bind
2530
+ fifth
2531
+ constantly
2532
+ enterprise
2533
+ favor
2534
+ testing
2535
+ stomach
2536
+ apparent
2537
+ weigh
2538
+ install
2539
+ sensitive
2540
+ suggestion
2541
+ mail
2542
+ recipe
2543
+ reasonable
2544
+ preparation
2545
+ wooden
2546
+ elementary
2547
+ concert
2548
+ aggressive
2549
+ false
2550
+ intention
2551
+ channel
2552
+ extreme
2553
+ tube
2554
+ drawing
2555
+ protein
2556
+ quit
2557
+ absence
2558
+ roll
2559
+ Latin
2560
+ rapidly
2561
+ jail
2562
+ comment
2563
+ diversity
2564
+ honest
2565
+ Palestinian
2566
+ pace
2567
+ employment
2568
+ speaker
2569
+ impression
2570
+ essay
2571
+ respondent
2572
+ giant
2573
+ cake
2574
+ historian
2575
+ negotiate
2576
+ restore
2577
+ substantial
2578
+ pop
2579
+ particular
2580
+ specialist
2581
+ origin
2582
+ approval
2583
+ mine
2584
+ quietly
2585
+ advise
2586
+ conventional
2587
+ drop
2588
+ count
2589
+ depth
2590
+ wealth
2591
+ disability
2592
+ shell
2593
+ general
2594
+ criticize
2595
+ fast
2596
+ professional
2597
+ effectively
2598
+ biological
2599
+ pack
2600
+ onion
2601
+ deputy
2602
+ flat
2603
+ brand
2604
+ assure
2605
+ mad
2606
+ award
2607
+ criteria
2608
+ dealer
2609
+ via
2610
+ alternative
2611
+ utility
2612
+ precisely
2613
+ arise
2614
+ armed
2615
+ nevertheless
2616
+ highway
2617
+ clinical
2618
+ routine
2619
+ schedule
2620
+ wage
2621
+ normally
2622
+ phrase
2623
+ ingredient
2624
+ stake
2625
+ Muslim
2626
+ dream
2627
+ fiber
2628
+ activist
2629
+ Islamic
2630
+ snap
2631
+ terrorism
2632
+ refugee
2633
+ incorporate
2634
+ hip
2635
+ ultimate
2636
+ switch
2637
+ corporation
2638
+ valuable
2639
+ assumption
2640
+ gear
2641
+ graduate
2642
+ barrier
2643
+ minor
2644
+ provision
2645
+ killer
2646
+ assign
2647
+ gang
2648
+ developing
2649
+ classic
2650
+ chemical
2651
+ wave
2652
+ label
2653
+ teen
2654
+ index
2655
+ vacation
2656
+ advocate
2657
+ draft
2658
+ extraordinary
2659
+ heaven
2660
+ rough
2661
+ yell
2662
+ pregnant
2663
+ distant
2664
+ drama
2665
+ satellite
2666
+ personally
2667
+ wonder
2668
+ clock
2669
+ chocolate
2670
+ Italian
2671
+ Canadian
2672
+ ceiling
2673
+ sweep
2674
+ advertising
2675
+ universal
2676
+ spin
2677
+ house
2678
+ button
2679
+ bell
2680
+ rank
2681
+ darkness
2682
+ ahead
2683
+ clothing
2684
+ super
2685
+ yield
2686
+ fence
2687
+ portrait
2688
+ paint
2689
+ survival
2690
+ roughly
2691
+ lawsuit
2692
+ bottom
2693
+ testimony
2694
+ bunch
2695
+ beat
2696
+ wind
2697
+ found
2698
+ burden
2699
+ react
2700
+ chamber
2701
+ furniture
2702
+ cooperation
2703
+ string
2704
+ ceremony
2705
+ communicate
2706
+ taste
2707
+ cheek
2708
+ lost
2709
+ profile
2710
+ mechanism
2711
+ disagree
2712
+ like
2713
+ penalty
2714
+ match
2715
+ ie
2716
+ advance
2717
+ resort
2718
+ destruction
2719
+ bear
2720
+ unlikely
2721
+ tissue
2722
+ constitutional
2723
+ pant
2724
+ stranger
2725
+ infection
2726
+ cabinet
2727
+ broken
2728
+ apple
2729
+ electric
2730
+ proceed
2731
+ track
2732
+ bet
2733
+ literary
2734
+ virus
2735
+ stupid
2736
+ dispute
2737
+ fortune
2738
+ strategic
2739
+ assistant
2740
+ overcome
2741
+ remarkable
2742
+ occupy
2743
+ statistics
2744
+ shopping
2745
+ cousin
2746
+ encounter
2747
+ wipe
2748
+ initially
2749
+ blind
2750
+ white
2751
+ port
2752
+ honor
2753
+ electricity
2754
+ genetic
2755
+ adviser
2756
+ pay
2757
+ spokesman
2758
+ retain
2759
+ latter
2760
+ incentive
2761
+ slave
2762
+ chemical
2763
+ translate
2764
+ accurate
2765
+ whereas
2766
+ terror
2767
+ though
2768
+ expansion
2769
+ elite
2770
+ Olympic
2771
+ dirt
2772
+ odd
2773
+ rice
2774
+ bullet
2775
+ tight
2776
+ Bible
2777
+ chart
2778
+ solar
2779
+ decline
2780
+ conservative
2781
+ process
2782
+ square
2783
+ stick
2784
+ concentration
2785
+ complicated
2786
+ gently
2787
+ champion
2788
+ scenario
2789
+ telescope
2790
+ reflection
2791
+ revolution
2792
+ strip
2793
+ interpret
2794
+ friendly
2795
+ tournament
2796
+ fiction
2797
+ detect
2798
+ balance
2799
+ likely
2800
+ tremendous
2801
+ lifetime
2802
+ recommendation
2803
+ flow
2804
+ senator
2805
+ market
2806
+ hunting
2807
+ salad
2808
+ guarantee
2809
+ innocent
2810
+ boundary
2811
+ pause
2812
+ remote
2813
+ satisfaction
2814
+ journal
2815
+ bench
2816
+ lover
2817
+ raw
2818
+ awareness
2819
+ surprising
2820
+ withdraw
2821
+ general
2822
+ deck
2823
+ similarly
2824
+ newly
2825
+ pole
2826
+ testify
2827
+ mode
2828
+ dialogue
2829
+ imply
2830
+ naturally
2831
+ mutual
2832
+ founder
2833
+ top
2834
+ advanced
2835
+ pride
2836
+ dismiss
2837
+ aircraft
2838
+ delivery
2839
+ mainly
2840
+ bake
2841
+ freeze
2842
+ platform
2843
+ finance
2844
+ sink
2845
+ attractive
2846
+ respect
2847
+ diverse
2848
+ relevant
2849
+ ideal
2850
+ joy
2851
+ worth
2852
+ regularly
2853
+ working
2854
+ singer
2855
+ evolve
2856
+ shooting
2857
+ partly
2858
+ unknown
2859
+ assistant
2860
+ offense
2861
+ counter
2862
+ DNA
2863
+ smell
2864
+ potentially
2865
+ transfer
2866
+ thirty
2867
+ justify
2868
+ protest
2869
+ crash
2870
+ craft
2871
+ treaty
2872
+ terrorist
2873
+ insight
2874
+ possess
2875
+ politically
2876
+ tap
2877
+ lie
2878
+ extensive
2879
+ episode
2880
+ double
2881
+ swim
2882
+ tire
2883
+ fault
2884
+ loose
2885
+ free
2886
+ shortly
2887
+ originally
2888
+ considerable
2889
+ prior
2890
+ intellectual
2891
+ mix
2892
+ assault
2893
+ relax
2894
+ stair
2895
+ adventure
2896
+ external
2897
+ proof
2898
+ confident
2899
+ headquarters
2900
+ sudden
2901
+ dirty
2902
+ violation
2903
+ tongue
2904
+ license
2905
+ hold
2906
+ shelter
2907
+ rub
2908
+ controversy
2909
+ entrance
2910
+ favorite
2911
+ practice
2912
+ properly
2913
+ fade
2914
+ defensive
2915
+ tragedy
2916
+ net
2917
+ characterize
2918
+ funeral
2919
+ profession
2920
+ alter
2921
+ spot
2922
+ constitute
2923
+ establishment
2924
+ squeeze
2925
+ imagination
2926
+ target
2927
+ mask
2928
+ convert
2929
+ comprehensive
2930
+ prominent
2931
+ presentation
2932
+ regardless
2933
+ easy
2934
+ load
2935
+ stable
2936
+ introduction
2937
+ appeal
2938
+ pretend
2939
+ not
2940
+ elderly
2941
+ representation
2942
+ deer
2943
+ split
2944
+ violate
2945
+ partnership
2946
+ pollution
2947
+ emission
2948
+ steady
2949
+ vital
2950
+ neither
2951
+ fate
2952
+ earnings
2953
+ oven
2954
+ distinction
2955
+ segment
2956
+ nowhere
2957
+ poet
2958
+ mere
2959
+ exciting
2960
+ variation
2961
+ comfort
2962
+ radical
2963
+ stress
2964
+ adapt
2965
+ Irish
2966
+ honey
2967
+ correspondent
2968
+ pale
2969
+ musician
2970
+ significance
2971
+ load
2972
+ round
2973
+ vessel
2974
+ storage
2975
+ flee
2976
+ mm-hmm
2977
+ leather
2978
+ distribute
2979
+ evolution
2980
+ ill
2981
+ tribe
2982
+ shelf
2983
+ can
2984
+ grandfather
2985
+ lawn
2986
+ buyer
2987
+ dining
2988
+ wisdom
2989
+ council
2990
+ vulnerable
2991
+ instance
2992
+ garlic
2993
+ capability
2994
+ poetry
2995
+ celebrity
2996
+ gradually
2997
+ stability
2998
+ doubt
2999
+ fantasy
3000
+ scared
3001
+ guide
3002
+ plot
3003
+ framework
3004
+ gesture
3005
+ depending
3006
+ ongoing
3007
+ psychology
3008
+ since
3009
+ counselor
3010
+ witness
3011
+ chapter
3012
+ fellow
3013
+ divorce
3014
+ owe
3015
+ pipe
3016
+ athletic
3017
+ slight
3018
+ math
3019
+ shade
3020
+ tail
3021
+ sustain
3022
+ mount
3023
+ obligation
3024
+ angle
3025
+ palm
3026
+ differ
3027
+ custom
3028
+ store
3029
+ economist
3030
+ fifteen
3031
+ soup
3032
+ celebration
3033
+ efficient
3034
+ damage
3035
+ composition
3036
+ satisfy
3037
+ pile
3038
+ briefly
3039
+ carbon
3040
+ closer
3041
+ consume
3042
+ scheme
3043
+ crack
3044
+ frequency
3045
+ tobacco
3046
+ survivor
3047
+ besides
3048
+ in
3049
+ psychologist
3050
+ wealthy
3051
+ galaxy
3052
+ given
3053
+ fund
3054
+ ski
3055
+ limitation
3056
+ OK
3057
+ trace
3058
+ appointment
3059
+ preference
3060
+ meter
3061
+ explosion
3062
+ arrest
3063
+ publicly
3064
+ incredible
3065
+ fighter
3066
+ rapid
3067
+ admission
3068
+ hunter
3069
+ educate
3070
+ painful
3071
+ friendship
3072
+ aide
3073
+ infant
3074
+ calculate
3075
+ fifty
3076
+ rid
3077
+ porch
3078
+ tendency
3079
+ uniform
3080
+ formation
3081
+ scholarship
3082
+ reservation
3083
+ efficiency
3084
+ waste
3085
+ qualify
3086
+ mall
3087
+ derive
3088
+ scandal
3089
+ PC
3090
+ helpful
3091
+ impress
3092
+ heel
3093
+ resemble
3094
+ privacy
3095
+ fabric
3096
+ surprise
3097
+ contest
3098
+ proportion
3099
+ guideline
3100
+ rifle
3101
+ maintenance
3102
+ conviction
3103
+ trick
3104
+ organic
3105
+ tent
3106
+ examination
3107
+ publisher
3108
+ strengthen
3109
+ French
3110
+ proposed
3111
+ myth
3112
+ sophisticated
3113
+ cow
3114
+ etc
3115
+ standing
3116
+ asleep
3117
+ tennis
3118
+ nerve
3119
+ barrel
3120
+ bombing
3121
+ membership
3122
+ ratio
3123
+ menu
3124
+ purchase
3125
+ controversial
3126
+ desperate
3127
+ rate
3128
+ lifestyle
3129
+ humor
3130
+ loud
3131
+ glove
3132
+ suspect
3133
+ sufficient
3134
+ narrative
3135
+ photographer
3136
+ helicopter
3137
+ Catholic
3138
+ modest
3139
+ provider
3140
+ delay
3141
+ agricultural
3142
+ explode
3143
+ stroke
3144
+ scope
3145
+ punishment
3146
+ handful
3147
+ badly
3148
+ horizon
3149
+ curious
3150
+ downtown
3151
+ girlfriend
3152
+ prompt
3153
+ request
3154
+ cholesterol
3155
+ absorb
3156
+ adjustment
3157
+ taxpayer
3158
+ eager
3159
+ principal
3160
+ detailed
3161
+ motivation
3162
+ assignment
3163
+ restriction
3164
+ across
3165
+ Palestinian
3166
+ laboratory
3167
+ workshop
3168
+ differently
3169
+ auto
3170
+ romantic
3171
+ cotton
3172
+ motor
3173
+ sue
3174
+ flavor
3175
+ overlook
3176
+ float
3177
+ undergo
3178
+ sequence
3179
+ demonstration
3180
+ jet
3181
+ orange
3182
+ consumption
3183
+ assert
3184
+ blade
3185
+ temporary
3186
+ medication
3187
+ print
3188
+ cabin
3189
+ bite
3190
+ relative
3191
+ edition
3192
+ valley
3193
+ yours
3194
+ pitch
3195
+ pine
3196
+ brilliant
3197
+ versus
3198
+ manufacturing
3199
+ risk
3200
+ Christian
3201
+ complex
3202
+ absolute
3203
+ chef
3204
+ discrimination
3205
+ offensive
3206
+ German
3207
+ suit
3208
+ boom
3209
+ register
3210
+ appoint
3211
+ heritage
3212
+ God
3213
+ terrorist
3214
+ dominant
3215
+ successfully
3216
+ shit
3217
+ lemon
3218
+ hungry
3219
+ sense
3220
+ dry
3221
+ wander
3222
+ submit
3223
+ economics
3224
+ naked
3225
+ anticipate
3226
+ nut
3227
+ legacy
3228
+ extension
3229
+ shrug
3230
+ fly
3231
+ battery
3232
+ arrival
3233
+ legitimate
3234
+ orientation
3235
+ inflation
3236
+ cope
3237
+ flame
3238
+ cluster
3239
+ host
3240
+ wound
3241
+ dependent
3242
+ shower
3243
+ institutional
3244
+ depict
3245
+ operating
3246
+ flesh
3247
+ garage
3248
+ operator
3249
+ instructor
3250
+ collapse
3251
+ borrow
3252
+ furthermore
3253
+ comedy
3254
+ mortgage
3255
+ sanction
3256
+ civilian
3257
+ twelve
3258
+ weekly
3259
+ habitat
3260
+ grain
3261
+ brush
3262
+ consciousness
3263
+ devote
3264
+ crack
3265
+ measurement
3266
+ province
3267
+ ease
3268
+ seize
3269
+ ethics
3270
+ nomination
3271
+ permission
3272
+ wise
3273
+ actress
3274
+ summit
3275
+ acid
3276
+ odds
3277
+ gifted
3278
+ frustration
3279
+ medium
3280
+ function
3281
+ physically
3282
+ grant
3283
+ distinguish
3284
+ shore
3285
+ repeatedly
3286
+ lung
3287
+ firm
3288
+ running
3289
+ correct
3290
+ distinct
3291
+ artistic
3292
+ discourse
3293
+ basket
3294
+ ah
3295
+ fighting
3296
+ impressive
3297
+ competitor
3298
+ ugly
3299
+ worried
3300
+ portray
3301
+ powder
3302
+ ghost
3303
+ persuade
3304
+ moderate
3305
+ subsequent
3306
+ continued
3307
+ cookie
3308
+ carrier
3309
+ cooking
3310
+ frequent
3311
+ ban
3312
+ swing
3313
+ orange
3314
+ awful
3315
+ admire
3316
+ pet
3317
+ miracle
3318
+ exceed
3319
+ rhythm
3320
+ widespread
3321
+ killing
3322
+ lovely
3323
+ sin
3324
+ charity
3325
+ script
3326
+ tactic
3327
+ identification
3328
+ transformation
3329
+ everyday
3330
+ headline
3331
+ crash
3332
+ venture
3333
+ invasion
3334
+ military
3335
+ nonetheless
3336
+ adequate
3337
+ piano
3338
+ grocery
3339
+ intensity
3340
+ exhibit
3341
+ high
3342
+ blanket
3343
+ margin
3344
+ principal
3345
+ quarterback
3346
+ mouse
3347
+ rope
3348
+ concrete
3349
+ prescription
3350
+ African-American
3351
+ chase
3352
+ document
3353
+ brick
3354
+ recruit
3355
+ patch
3356
+ consensus
3357
+ horror
3358
+ recording
3359
+ changing
3360
+ painter
3361
+ colonial
3362
+ pie
3363
+ sake
3364
+ gaze
3365
+ courage
3366
+ pregnancy
3367
+ swear
3368
+ defeat
3369
+ clue
3370
+ reinforce
3371
+ win
3372
+ confusion
3373
+ slice
3374
+ occupation
3375
+ dear
3376
+ coal
3377
+ sacred
3378
+ criminal
3379
+ formula
3380
+ cognitive
3381
+ collective
3382
+ exact
3383
+ uncle
3384
+ square
3385
+ captain
3386
+ sigh
3387
+ attribute
3388
+ dare
3389
+ okay
3390
+ homeless
3391
+ cool
3392
+ gallery
3393
+ soccer
3394
+ defendant
3395
+ tunnel
3396
+ fitness
3397
+ lap
3398
+ grave
3399
+ toe
3400
+ container
3401
+ virtue
3402
+ abroad
3403
+ architect
3404
+ dramatically
3405
+ makeup
3406
+ inquiry
3407
+ rose
3408
+ surprisingly
3409
+ highlight
3410
+ decrease
3411
+ indication
3412
+ rail
3413
+ anniversary
3414
+ couch
3415
+ alliance
3416
+ hypothesis
3417
+ boyfriend
3418
+ compose
3419
+ peer
3420
+ mess
3421
+ rank
3422
+ legend
3423
+ regulate
3424
+ adolescent
3425
+ shine
3426
+ norm
3427
+ upset
3428
+ remark
3429
+ resign
3430
+ reward
3431
+ gentle
3432
+ related
3433
+ organ
3434
+ lightly
3435
+ concerning
3436
+ invent
3437
+ laughter
3438
+ fit
3439
+ northwest
3440
+ counseling
3441
+ tight
3442
+ receiver
3443
+ ritual
3444
+ insect
3445
+ interrupt
3446
+ salmon
3447
+ favor
3448
+ trading
3449
+ concern
3450
+ magic
3451
+ superior
3452
+ combat
3453
+ stem
3454
+ surgeon
3455
+ acceptable
3456
+ physics
3457
+ rape
3458
+ counsel
3459
+ brush
3460
+ jeans
3461
+ hunt
3462
+ continuous
3463
+ log
3464
+ echo
3465
+ pill
3466
+ excited
3467
+ sculpture
3468
+ compound
3469
+ integrate
3470
+ flour
3471
+ bitter
3472
+ bare
3473
+ slope
3474
+ rent
3475
+ presidency
3476
+ serving
3477
+ subtle
3478
+ greatly
3479
+ bishop
3480
+ drinking
3481
+ delay
3482
+ cry
3483
+ acceptance
3484
+ collapse
3485
+ shop
3486
+ pump
3487
+ candy
3488
+ evil
3489
+ final
3490
+ finance
3491
+ pleased
3492
+ medal
3493
+ beg
3494
+ sponsor
3495
+ ethical
3496
+ secondary
3497
+ slam
3498
+ export
3499
+ experimental
3500
+ melt
3501
+ midnight
3502
+ net
3503
+ curve
3504
+ integrity
3505
+ entitle
3506
+ evident
3507
+ logic
3508
+ essence
3509
+ park
3510
+ exclude
3511
+ harsh
3512
+ closet
3513
+ suburban
3514
+ greet
3515
+ favor
3516
+ interior
3517
+ corridor
3518
+ murder
3519
+ retail
3520
+ pitcher
3521
+ march
3522
+ snake
3523
+ pitch
3524
+ excuse
3525
+ cross
3526
+ weakness
3527
+ pig
3528
+ cold
3529
+ classical
3530
+ estimated
3531
+ T-shirt
3532
+ online
3533
+ unemployment
3534
+ civilization
3535
+ fold
3536
+ patient
3537
+ pop
3538
+ daily
3539
+ reverse
3540
+ missing
3541
+ correlation
3542
+ humanity
3543
+ flash
3544
+ developer
3545
+ reliable
3546
+ excitement
3547
+ beef
3548
+ Islam
3549
+ Roman
3550
+ stretch
3551
+ architecture
3552
+ occasional
3553
+ administrative
3554
+ elbow
3555
+ deadly
3556
+ Muslim
3557
+ Hispanic
3558
+ allegation
3559
+ tip
3560
+ confuse
3561
+ airplane
3562
+ monthly
3563
+ duck
3564
+ dose
3565
+ Korean
3566
+ plead
3567
+ initiate
3568
+ lecture
3569
+ van
3570
+ sixth
3571
+ bay
3572
+ mainstream
3573
+ suburb
3574
+ sandwich
3575
+ unlike
3576
+ trunk
3577
+ rumor
3578
+ implementation
3579
+ swallow
3580
+ motivate
3581
+ render
3582
+ longtime
3583
+ trap
3584
+ restrict
3585
+ cloth
3586
+ seemingly
3587
+ legislative
3588
+ effectiveness
3589
+ enforce
3590
+ lens
3591
+ reach
3592
+ inspector
3593
+ lend
3594
+ plain
3595
+ fraud
3596
+ companion
3597
+ contend
3598
+ nail
3599
+ array
3600
+ strict
3601
+ assemble
3602
+ frankly
3603
+ rat
3604
+ burst
3605
+ hallway
3606
+ cave
3607
+ inevitable
3608
+ southwest
3609
+ monster
3610
+ speed
3611
+ protest
3612
+ unexpected
3613
+ obstacle
3614
+ facilitate
3615
+ encounter
3616
+ rip
3617
+ herb
3618
+ overwhelming
3619
+ integration
3620
+ crystal
3621
+ recession
3622
+ wish
3623
+ top
3624
+ written
3625
+ motive
3626
+ label
3627
+ flood
3628
+ pen
3629
+ ownership
3630
+ nightmare
3631
+ notice
3632
+ inspection
3633
+ supervisor
3634
+ consult
3635
+ arena
3636
+ laugh
3637
+ diagnosis
3638
+ possession
3639
+ forgive
3640
+ warm
3641
+ consistently
3642
+ basement
3643
+ project
3644
+ drift
3645
+ drain
3646
+ last
3647
+ prosecution
3648
+ maximum
3649
+ announcement
3650
+ warrior
3651
+ prediction
3652
+ bacteria
3653
+ questionnaire
3654
+ mud
3655
+ infrastructure
3656
+ hurry
3657
+ privilege
3658
+ temple
3659
+ medium
3660
+ outdoor
3661
+ suck
3662
+ and/or
3663
+ broadcast
3664
+ re
3665
+ leap
3666
+ random
3667
+ past
3668
+ wrist
3669
+ curtain
3670
+ monitor
3671
+ pond
3672
+ domain
3673
+ guilt
3674
+ cattle
3675
+ subject
3676
+ walking
3677
+ playoff
3678
+ minimum
3679
+ fiscal
3680
+ skirt
3681
+ dump
3682
+ hence
3683
+ database
3684
+ uncomfortable
3685
+ aim
3686
+ execute
3687
+ limb
3688
+ ideology
3689
+ average
3690
+ welcome
3691
+ tune
3692
+ continuing
3693
+ harm
3694
+ railroad
3695
+ endure
3696
+ radiation
3697
+ horn
3698
+ chronic
3699
+ peaceful
3700
+ innovation
3701
+ strain
3702
+ guitar
3703
+ replacement
3704
+ behave
3705
+ administer
3706
+ simultaneously
3707
+ dancer
3708
+ amendment
3709
+ guard
3710
+ pad
3711
+ transmission
3712
+ await
3713
+ retired
3714
+ trigger
3715
+ spill
3716
+ grateful
3717
+ grace
3718
+ virtual
3719
+ response
3720
+ colony
3721
+ adoption
3722
+ slide
3723
+ indigenous
3724
+ closed
3725
+ convict
3726
+ civilian
3727
+ towel
3728
+ modify
3729
+ particle
3730
+ award
3731
+ glance
3732
+ prize
3733
+ landing
3734
+ conduct
3735
+ blue
3736
+ boost
3737
+ bat
3738
+ alarm
3739
+ festival
3740
+ grip
3741
+ weird
3742
+ undermine
3743
+ freshman
3744
+ sweat
3745
+ outer
3746
+ European
3747
+ drunk
3748
+ survey
3749
+ research
3750
+ separation
3751
+ traditionally
3752
+ stuff
3753
+ govern
3754
+ southeast
3755
+ intelligent
3756
+ wherever
3757
+ ballot
3758
+ rhetoric
3759
+ convinced
3760
+ driving
3761
+ vitamin
3762
+ enthusiasm
3763
+ accommodate
3764
+ praise
3765
+ injure
3766
+ wilderness
3767
+ nearby
3768
+ endless
3769
+ mandate
3770
+ pause
3771
+ excuse
3772
+ respectively
3773
+ uncertainty
3774
+ chaos
3775
+ short
3776
+ mechanical
3777
+ canvas
3778
+ forty
3779
+ matter
3780
+ lobby
3781
+ profound
3782
+ format
3783
+ trait
3784
+ currency
3785
+ turkey
3786
+ reserve
3787
+ beam
3788
+ abuse
3789
+ astronomer
3790
+ corruption
3791
+ contractor
3792
+ apologize
3793
+ doctrine
3794
+ genuine
3795
+ thumb
3796
+ unity
3797
+ compromise
3798
+ horrible
3799
+ behavioral
3800
+ exclusive
3801
+ scatter
3802
+ commonly
3803
+ convey
3804
+ rush
3805
+ twist
3806
+ complexity
3807
+ fork
3808
+ disk
3809
+ relieve
3810
+ suspicion
3811
+ lock
3812
+ finish
3813
+ health-care
3814
+ health-care
3815
+ health-care
3816
+ health-care
3817
+ residence
3818
+ shame
3819
+ meaningful
3820
+ sidewalk
3821
+ Olympics
3822
+ technological
3823
+ signature
3824
+ pleasant
3825
+ wow
3826
+ suspend
3827
+ rebel
3828
+ frozen
3829
+ desire
3830
+ spouse
3831
+ fluid
3832
+ pension
3833
+ resume
3834
+ theoretical
3835
+ sodium
3836
+ blow
3837
+ promotion
3838
+ delicate
3839
+ forehead
3840
+ rebuild
3841
+ bounce
3842
+ electrical
3843
+ hook
3844
+ detective
3845
+ traveler
3846
+ click
3847
+ compensation
3848
+ signal
3849
+ exit
3850
+ attraction
3851
+ dedicate
3852
+ altogether
3853
+ pickup
3854
+ carve
3855
+ needle
3856
+ belly
3857
+ ship
3858
+ scare
3859
+ portfolio
3860
+ shuttle
3861
+ invisible
3862
+ timing
3863
+ engagement
3864
+ ankle
3865
+ transaction
3866
+ rescue
3867
+ counterpart
3868
+ historically
3869
+ firmly
3870
+ mild
3871
+ rider
3872
+ doll
3873
+ noon
3874
+ exhibit
3875
+ amid
3876
+ identical
3877
+ precise
3878
+ anxious
3879
+ structural
3880
+ residential
3881
+ loud
3882
+ diagnose
3883
+ carbohydrate
3884
+ liberty
3885
+ poster
3886
+ theology
3887
+ nonprofit
3888
+ crawl
3889
+ oxygen
3890
+ handsome
3891
+ magic
3892
+ sum
3893
+ providedli>
3894
+ businessman
3895
+ promising
3896
+ conscious
3897
+ determination
3898
+ donor
3899
+ hers
3900
+ pastor
3901
+ jazz
3902
+ opera
3903
+ Japanese
3904
+ bite
3905
+ frame
3906
+ evil
3907
+ acquisition
3908
+ pit
3909
+ hug
3910
+ wildlife
3911
+ punish
3912
+ giant
3913
+ primary
3914
+ equity
3915
+ wrong
3916
+ doorway
3917
+ departure
3918
+ elevator
3919
+ teenage
3920
+ guidance
3921
+ happiness
3922
+ statue
3923
+ pursuit
3924
+ repair
3925
+ decent
3926
+ gym
3927
+ oral
3928
+ clerk
3929
+ Israeli
3930
+ envelope
3931
+ reporting
3932
+ destination
3933
+ fist
3934
+ endorse
3935
+ exploration
3936
+ generous
3937
+ bath
3938
+ rescue
3939
+ thereby
3940
+ overall
3941
+ indicator
3942
+ sunlight
3943
+ feedback
3944
+ spectrum
3945
+ purple
3946
+ laser
3947
+ bold
3948
+ reluctant
3949
+ starting
3950
+ expertise
3951
+ practically
3952
+ program
3953
+ picture
3954
+ tune
3955
+ eating
3956
+ age
3957
+ volunteer
3958
+ hint
3959
+ sharply
3960
+ parade
3961
+ advocate
3962
+ realm
3963
+ ban
3964
+ strip
3965
+ cancel
3966
+ blend
3967
+ therapist
3968
+ slice
3969
+ peel
3970
+ pizza
3971
+ recipient
3972
+ hesitate
3973
+ flip
3974
+ accounting
3975
+ debate
3976
+ bias
3977
+ huh
3978
+ metaphor
3979
+ candle
3980
+ handle
3981
+ worry
3982
+ judicial
3983
+ entity
3984
+ suffering
3985
+ full-time
3986
+ feel
3987
+ lamp
3988
+ garbage
3989
+ servant
3990
+ addition
3991
+ regulatory
3992
+ diplomatic
3993
+ elegant
3994
+ inside
3995
+ reception
3996
+ vanish
3997
+ automatically
3998
+ chin
3999
+ trail
4000
+ necessity
4001
+ confess
4002
+ racism
4003
+ starter
4004
+ interior
4005
+ banking
4006
+ casual
4007
+ gravity
4008
+ enroll
4009
+ diminish
4010
+ prevention
4011
+ Arab
4012
+ value
4013
+ minimize
4014
+ chop
4015
+ performer
4016
+ intent
4017
+ isolate
4018
+ pump
4019
+ inventory
4020
+ productive
4021
+ assembly
4022
+ civic
4023
+ silk
4024
+ magnitude
4025
+ steep
4026
+ hostage
4027
+ collector
4028
+ popularity
4029
+ kiss
4030
+ alien
4031
+ dynamic
4032
+ scary
4033
+ equation
4034
+ angel
4035
+ switch
4036
+ offering
4037
+ rage
4038
+ photography
4039
+ repair
4040
+ toilet
4041
+ disappointed
4042
+ precious
4043
+ prohibit
4044
+ representative
4045
+ content
4046
+ realistic
4047
+ Russian
4048
+ hidden
4049
+ command
4050
+ tender
4051
+ wake
4052
+ gathering
4053
+ outstanding
4054
+ stumble
4055
+ lonely
4056
+ automobile
4057
+ artificial
4058
+ dawn
4059
+ abstract
4060
+ descend
4061
+ silly
4062
+ hook
4063
+ tide
4064
+ shared
4065
+ hopefully
4066
+ readily
4067
+ cooperate
4068
+ revolutionary
4069
+ romance
4070
+ hardware
4071
+ pillow
4072
+ kit
4073
+ cook
4074
+ spread
4075
+ continent
4076
+ seal
4077
+ circuit
4078
+ sink
4079
+ ruling
4080
+ shortage
4081
+ annually
4082
+ lately
4083
+ trap
4084
+ scan
4085
+ fool
4086
+ deadline
4087
+ rear
4088
+ processing
4089
+ ranch
4090
+ coastal
4091
+ undertake
4092
+ softly
4093
+ reserve
4094
+ burning
4095
+ verbal
4096
+ tribal
4097
+ ridiculous
4098
+ automatic
4099
+ diamond
4100
+ credibility
4101
+ import
4102
+ sexually
4103
+ spring
4104
+ way
4105
+ divine
4106
+ sentiment
4107
+ cart
4108
+ oversee
4109
+ stem
4110
+ o'clock
4111
+ elder
4112
+ o'clock
4113
+ o'clock
4114
+ o'clock
4115
+ pro
4116
+ inspiration
4117
+ Dutch
4118
+ quantity
4119
+ trailer
4120
+ mate
4121
+ o'clock
4122
+ Greek
4123
+ genius
4124
+ monument
4125
+ bid
4126
+ quest
4127
+ sacrifice
4128
+ invitation
4129
+ accuracy
4130
+ juror
4131
+ officially
4132
+ broker
4133
+ treasure
4134
+ loyalty
4135
+ credit
4136
+ shock
4137
+ talented
4138
+ gasoline
4139
+ stiff
4140
+ output
4141
+ nominee
4142
+ extended
4143
+ please
4144
+ diabetes
4145
+ slap
4146
+ toxic
4147
+ alleged
4148
+ jaw
4149
+ grief
4150
+ mysterious
4151
+ rocket
4152
+ donate
4153
+ inmate
4154
+ tackle
4155
+ dynamics
4156
+ bow
4157
+ ours
4158
+ senior
4159
+ dignity
4160
+ carpet
4161
+ parental
4162
+ bubble
4163
+ heat
4164
+ buddy
4165
+ barn
4166
+ sword
4167
+ flash
4168
+ seventh
4169
+ glory
4170
+ tightly
4171
+ protective
4172
+ tuck
4173
+ drum
4174
+ faint
4175
+ post
4176
+ queen
4177
+ dilemma
4178
+ input
4179
+ specialize
4180
+ northeast
4181
+ shallow
4182
+ liability
4183
+ sail
4184
+ merchant
4185
+ stadium
4186
+ improved
4187
+ bloody
4188
+ defeat
4189
+ associated
4190
+ withdrawal
4191
+ refrigerator
4192
+ nest
4193
+ near
4194
+ thoroughly
4195
+ lane
4196
+ ancestor
4197
+ condemn
4198
+ steam
4199
+ accent
4200
+ escape
4201
+ optimistic
4202
+ unite
4203
+ cage
4204
+ equip
4205
+ shrimp
4206
+ homeland
4207
+ exchange
4208
+ rack
4209
+ costume
4210
+ wolf
4211
+ courtroom
4212
+ statute
4213
+ cartoon
4214
+ besides
4215
+ productivity
4216
+ grin
4217
+ symbolic
4218
+ seal
4219
+ bug
4220
+ bless
4221
+ aunt
4222
+ agriculture
4223
+ rock
4224
+ hostile
4225
+ root
4226
+ conceive
4227
+ combined
4228
+ instantly
4229
+ hay
4230
+ vaccine
4231
+ bonus
4232
+ collaboration
4233
+ mixed
4234
+ opposed
4235
+ orbit
4236
+ grasp
4237
+ patience
4238
+ spite
4239
+ tropical
4240
+ voting
4241
+ patrol
4242
+ willingness
4243
+ position
4244
+ revelation
4245
+ rent
4246
+ calm
4247
+ jewelry
4248
+ Cuban
4249
+ haul
4250
+ concede
4251
+ trace
4252
+ wagon
4253
+ afterward
4254
+ spectacular
4255
+ ruin
4256
+ sheer
4257
+ prior
4258
+ immune
4259
+ reliability
4260
+ ass
4261
+ alongside
4262
+ bush
4263
+ exotic
4264
+ fascinating
4265
+ secure
4266
+ clip
4267
+ thigh
4268
+ bull
4269
+ drawer
4270
+ regard
4271
+ sheep
4272
+ discourage
4273
+ coordinator
4274
+ ideological
4275
+ runner
4276
+ secular
4277
+ intimate
4278
+ empire
4279
+ cab
4280
+ divorce
4281
+ exam
4282
+ documentary
4283
+ neutral
4284
+ biology
4285
+ flexible
4286
+ progressive
4287
+ web
4288
+ conspiracy
4289
+ catch
4290
+ casualty
4291
+ republic
4292
+ execution
4293
+ terrific
4294
+ whale
4295
+ functional
4296
+ star
4297
+ draft
4298
+ instinct
4299
+ teammate
4300
+ aluminum
4301
+ whoever
4302
+ ministry
4303
+ verdict
4304
+ instruct
4305
+ skull
4306
+ self-esteem
4307
+ ease
4308
+ cooperative
4309
+ manipulate
4310
+ bee
4311
+ practitioner
4312
+ loop
4313
+ edit
4314
+ whip
4315
+ puzzle
4316
+ mushroom
4317
+ subsidy
4318
+ boil
4319
+ tragic
4320
+ mathematics
4321
+ mechanic
4322
+ jar
4323
+ respect
4324
+ earthquake
4325
+ pork
4326
+ creativity
4327
+ safely
4328
+ underlying
4329
+ dessert
4330
+ sympathy
4331
+ fisherman
4332
+ incredibly
4333
+ isolation
4334
+ sock
4335
+ near
4336
+ jump
4337
+ eleven
4338
+ sexy
4339
+ entrepreneur
4340
+ syndrome
4341
+ bureau
4342
+ seat
4343
+ workplace
4344
+ ambition
4345
+ touchdown
4346
+ utilize
4347
+ breeze
4348
+ costly
4349
+ ambitious
4350
+ Christianity
4351
+ presumably
4352
+ influential
4353
+ translation
4354
+ uncertain
4355
+ dissolve
4356
+ object
4357
+ statistical
4358
+ gut
4359
+ metropolitan
4360
+ rolling
4361
+ aesthetic
4362
+ spell
4363
+ insert
4364
+ booth
4365
+ helmet
4366
+ waist
4367
+ expected
4368
+ lion
4369
+ accomplishment
4370
+ royal
4371
+ panic
4372
+ cast
4373
+ crush
4374
+ actively
4375
+ cliff
4376
+ minimal
4377
+ cord
4378
+ fortunately
4379
+ cocaine
4380
+ illusion
4381
+ anonymous
4382
+ tolerate
4383
+ appreciation
4384
+ commissioner
4385
+ harm
4386
+ flexibility
4387
+ instructional
4388
+ scramble
4389
+ casino
4390
+ tumor
4391
+ decorate
4392
+ sort
4393
+ charge
4394
+ pulse
4395
+ equivalent
4396
+ fixed
4397
+ experienced
4398
+ donation
4399
+ diary
4400
+ sibling
4401
+ irony
4402
+ spoon
4403
+ midst
4404
+ alley
4405
+ upset
4406
+ interact
4407
+ soap
4408
+ cute
4409
+ rival
4410
+ short-term
4411
+ punch
4412
+ pin
4413
+ hockey
4414
+ passing
4415
+ persist
4416
+ supplier
4417
+ known
4418
+ momentum
4419
+ purse
4420
+ shed
4421
+ liquid
4422
+ icon
4423
+ elephant
4424
+ consequently
4425
+ legislature
4426
+ associate
4427
+ franchise
4428
+ correctly
4429
+ mentally
4430
+ foster
4431
+ bicycle
4432
+ encouraging
4433
+ cheat
4434
+ access
4435
+ heal
4436
+ fever
4437
+ filter
4438
+ rabbit
4439
+ coin
4440
+ exploit
4441
+ accessible
4442
+ organism
4443
+ sensation
4444
+ partially
4445
+ stay
4446
+ upstairs
4447
+ dried
4448
+ minimum
4449
+ pro
4450
+ conservation
4451
+ shove
4452
+ backyard
4453
+ charter
4454
+ stove
4455
+ consent
4456
+ comprise
4457
+ reminder
4458
+ alike
4459
+ placement
4460
+ dough
4461
+ grandchild
4462
+ dam
4463
+ reportedly
4464
+ well-known
4465
+ surrounding
4466
+ ecological
4467
+ outfit
4468
+ unprecedented
4469
+ columnist
4470
+ workout
4471
+ preliminary
4472
+ patent
4473
+ shy
4474
+ quote
4475
+ trash
4476
+ disabled
4477
+ gross
4478
+ damn
4479
+ hormone
4480
+ texture
4481
+ counter
4482
+ pencil
4483
+ associate
4484
+ frontier
4485
+ spray
4486
+ bet
4487
+ disclose
4488
+ custody
4489
+ banker
4490
+ beast
4491
+ interfere
4492
+ oak
4493
+ case
4494
+ eighth
4495
+ notebook
4496
+ outline
4497
+ gaze
4498
+ attendance
4499
+ speculation
4500
+ uncover
4501
+ behalf
4502
+ innovative
4503
+ shark
4504
+ reward
4505
+ mill
4506
+ installation
4507
+ stimulate
4508
+ tag
4509
+ vertical
4510
+ swimming
4511
+ fleet
4512
+ catalog
4513
+ outsider
4514
+ sacrifice
4515
+ desperately
4516
+ stance
4517
+ compel
4518
+ sensitivity
4519
+ someday
4520
+ instant
4521
+ debut
4522
+ proclaim
4523
+ worldwide
4524
+ hike
4525
+ required
4526
+ confrontation
4527
+ colorful
4528
+ ideal
4529
+ constitution
4530
+ trainer
4531
+ Thanksgiving
4532
+ scent
4533
+ stack
4534
+ eyebrow
4535
+ sack
4536
+ cease
4537
+ inherit
4538
+ tray
4539
+ pioneer
4540
+ organizational
4541
+ textbook
4542
+ uh
4543
+ nasty
4544
+ shrink
4545
+ model
4546
+ emerging
4547
+ dot
4548
+ wheat
4549
+ fierce
4550
+ envision
4551
+ rational
4552
+ kingdom
4553
+ aisle
4554
+ weaken
4555
+ protocol
4556
+ exclusively
4557
+ vocal
4558
+ marketplace
4559
+ openly
4560
+ unfair
4561
+ terrain
4562
+ deploy
4563
+ risky
4564
+ pasta
4565
+ genre
4566
+ distract
4567
+ merit
4568
+ planner
4569
+ depressed
4570
+ chunk
4571
+ closest
4572
+ discount
4573
+ no
4574
+ ladder
4575
+ jungle
4576
+ migration
4577
+ breathing
4578
+ invade
4579
+ hurricane
4580
+ retailer
4581
+ classify
4582
+ wound
4583
+ coup
4584
+ aid
4585
+ ambassador
4586
+ density
4587
+ supportive
4588
+ curiosity
4589
+ skip
4590
+ aggression
4591
+ stimulus
4592
+ journalism
4593
+ robot
4594
+ flood
4595
+ dip
4596
+ likewise
4597
+ informal
4598
+ Persian
4599
+ feather
4600
+ sphere
4601
+ tighten
4602
+ boast
4603
+ pat
4604
+ perceived
4605
+ sole
4606
+ publicity
4607
+ major
4608
+ unfold
4609
+ joke
4610
+ well-being
4611
+ validity
4612
+ ecosystem
4613
+ strictly
4614
+ partial
4615
+ collar
4616
+ weed
4617
+ compliance
4618
+ streak
4619
+ supposedly
4620
+ added
4621
+ builder
4622
+ glimpse
4623
+ premise
4624
+ specialty
4625
+ deem
4626
+ artifact
4627
+ sneak
4628
+ monkey
4629
+ mentor
4630
+ two-thirds
4631
+ listener
4632
+ lightning
4633
+ legally
4634
+ sleeve
4635
+ disappointment
4636
+ disturb
4637
+ rib
4638
+ excessive
4639
+ high-tech
4640
+ debris
4641
+ pile
4642
+ rod
4643
+ logical
4644
+ liberal
4645
+ ash
4646
+ socially
4647
+ parish
4648
+ slavery
4649
+ blank
4650
+ commodity
4651
+ cure
4652
+ mineral
4653
+ hunger
4654
+ dying
4655
+ developmental
4656
+ faster
4657
+ spare
4658
+ halfway
4659
+ cure
4660
+ equality
4661
+ cemetery
4662
+ harassment
4663
+ deliberately
4664
+ fame
4665
+ regret
4666
+ striking
4667
+ likelihood
4668
+ carrot
4669
+ atop
4670
+ toll
4671
+ rim
4672
+ embarrassed
4673
+ fucking
4674
+ cling
4675
+ isolated
4676
+ blink
4677
+ suspicious
4678
+ wheelchair
4679
+ squad
4680
+ eligible
4681
+ processor
4682
+ plunge
4683
+ this
4684
+ sponsor
4685
+ grin
4686
+ color
4687
+ demographic
4688
+ rain
4689
+ chill
4690
+ refuge
4691
+ steer
4692
+ legislator
4693
+ rally
4694
+ programming
4695
+ cheer
4696
+ outlet
4697
+ intact
4698
+ vendor
4699
+ thrive
4700
+ peanut
4701
+ chew
4702
+ elaborate
4703
+ intellectual
4704
+ conception
4705
+ auction
4706
+ steak
4707
+ comply
4708
+ triumph
4709
+ shareholder
4710
+ comparable
4711
+ transport
4712
+ conscience
4713
+ calculation
4714
+ considerably
4715
+ interval
4716
+ scratch
4717
+ awake
4718
+ jurisdiction
4719
+ inevitably
4720
+ feminist
4721
+ constraint
4722
+ emotionally
4723
+ expedition
4724
+ allegedly
4725
+ compromise
4726
+ strain
4727
+ similarity
4728
+ butt
4729
+ lid
4730
+ dumb
4731
+ bulk
4732
+ sprinkle
4733
+ mortality
4734
+ philosophical
4735
+ conversion
4736
+ patron
4737
+ municipal
4738
+ any
4739
+ liver
4740
+ harmony
4741
+ solely
4742
+ tolerance
4743
+ instant
4744
+ goat
4745
+ arm
4746
+ blessing
4747
+ banana
4748
+ running
4749
+ palace
4750
+ formerly
4751
+ peasant
4752
+ neat
4753
+ grandparent
4754
+ lawmaker
4755
+ supermarket
4756
+ cruise
4757
+ mobile
4758
+ plain
4759
+ part
4760
+ calendar
4761
+ widow
4762
+ deposit
4763
+ beard
4764
+ brake
4765
+ downtown
4766
+ screening
4767
+ impulse
4768
+ forbid
4769
+ fur
4770
+ brutal
4771
+ predator
4772
+ poke
4773
+ opt
4774
+ voluntary
4775
+ trouble
4776
+ valid
4777
+ forum
4778
+ dancing
4779
+ happily
4780
+ soar
4781
+ removal
4782
+ autonomy
4783
+ enact
4784
+ round
4785
+ thread
4786
+ light
4787
+ landmark
4788
+ unhappy
4789
+ offender
4790
+ coming
4791
+ privately
4792
+ fraction
4793
+ distinctive
4794
+ tourism
4795
+ threshold
4796
+ calm
4797
+ routinely
4798
+ suite
4799
+ remark
4800
+ regulator
4801
+ straw
4802
+ theological
4803
+ apart
4804
+ exhaust
4805
+ globe
4806
+ fragile
4807
+ objection
4808
+ chemistry
4809
+ old-fashioned
4810
+ crowded
4811
+ circle
4812
+ blast
4813
+ prevail
4814
+ overnight
4815
+ denial
4816
+ rental
4817
+ fantastic
4818
+ fragment
4819
+ level
4820
+ screw
4821
+ warmth
4822
+ undergraduate
4823
+ liquid
4824
+ headache
4825
+ policeman
4826
+ yield
4827
+ projection
4828
+ battle
4829
+ suitable
4830
+ mention
4831
+ graduation
4832
+ drill
4833
+ cruel
4834
+ mansion
4835
+ regard
4836
+ grape
4837
+ authorize
4838
+ cottage
4839
+ driveway
4840
+ charm
4841
+ sexuality
4842
+ loyal
4843
+ clay
4844
+ pound
4845
+ balloon
4846
+ invention
4847
+ ego
4848
+ fare
4849
+ homework
4850
+ disc
4851
+ sofa
4852
+ guarantee
4853
+ availability
4854
+ radar
4855
+ frown
4856
+ regain
4857
+ leave
4858
+ permit
4859
+ sweater
4860
+ rehabilitation
4861
+ rubber
4862
+ retreat
4863
+ molecule
4864
+ freely
4865
+ favorable
4866
+ steadily
4867
+ veteran
4868
+ integrated
4869
+ ha
4870
+ youngster
4871
+ broadcast
4872
+ premium
4873
+ accountability
4874
+ overwhelm
4875
+ one-third
4876
+ contemplate
4877
+ update
4878
+ spark
4879
+ ironically
4880
+ fatigue
4881
+ beyond
4882
+ speculate
4883
+ marker
4884
+ low
4885
+ preach
4886
+ bucket
4887
+ bomb
4888
+ blond
4889
+ confession
4890
+ provoke
4891
+ marble
4892
+ substantially
4893
+ twist
4894
+ defender
4895
+ fish
4896
+ explicit
4897
+ transport
4898
+ disturbing
4899
+ surveillance
4900
+ magnetic
4901
+ technician
4902
+ mutter
4903
+ devastating
4904
+ depart
4905
+ arrow
4906
+ trauma
4907
+ neighboring
4908
+ soak
4909
+ ribbon
4910
+ meantime
4911
+ transmit
4912
+ screen
4913
+ harvest
4914
+ consecutive
4915
+ republican
4916
+ coordinate
4917
+ worldwide
4918
+ within
4919
+ spy
4920
+ slot
4921
+ riot
4922
+ nutrient
4923
+ citizenship
4924
+ severely
4925
+ sovereignty
4926
+ ridge
4927
+ brave
4928
+ lighting
4929
+ specify
4930
+ contributor
4931
+ frustrate
4932
+ crowd
4933
+ articulate
4934
+ importantly
4935
+ transit
4936
+ dense
4937
+ seminar
4938
+ electronics
4939
+ sunny
4940
+ shorts
4941
+ swell
4942
+ accusation
4943
+ soften
4944
+ photograph
4945
+ straighten
4946
+ terribly
4947
+ cue
4948
+ sudden
4949
+ bride
4950
+ biography
4951
+ hazard
4952
+ compelling
4953
+ seldom
4954
+ tile
4955
+ economically
4956
+ honestly
4957
+ troubled
4958
+ bow
4959
+ twentieth
4960
+ balanced
4961
+ foreigner
4962
+ launch
4963
+ convenience
4964
+ delight
4965
+ weave
4966
+ timber
4967
+ till
4968
+ accurately
4969
+ plea
4970
+ bulb
4971
+ copy
4972
+ flying
4973
+ sustainable
4974
+ devil
4975
+ bolt
4976
+ cargo
4977
+ spine
4978
+ seller
4979
+ skilled
4980
+ managing
4981
+ public
4982
+ marine
4983
+ dock
4984
+ organized
4985
+ fog
4986
+ diplomat
4987
+ boring
4988
+ sometime
4989
+ summary
4990
+ missionary
4991
+ epidemic
4992
+ fatal
4993
+ trim
4994
+ warehouse
4995
+ accelerate
4996
+ butterfly
4997
+ bronze
4998
+ drown
4999
+ inherent
5000
+ praise
5001
+ nationwide
5002
+ spit
5003
+ harvest
5004
+ kneel
5005
+ vacuum
5006
+ selected
5007
+ dictate
5008
+ stereotype
5009
+ sensor
5010
+ laundry
5011
+ manual
5012
+ pistol
5013
+ naval
5014
+ plaintiff
5015
+ immigrant
5016
+ kid
5017
+ middle-class
5018
+ apology
5019
+ )
5020
+
5021
+ pos_db = File.open('pos/part-of-speech.txt')
5022
+
5023
+ word_pos = {}
5024
+
5025
+ pos_db.each_line do |line|
5026
+ # The file is formatted as:
5027
+ #<word><tab><POS tag(s)><unix newline>
5028
+
5029
+ /^(?<word>[\w ]+)\t(?<pos>(.*))/ =~ line
5030
+ word_pos[word] = pos
5031
+ end
5032
+
5033
+ adjectives = []
5034
+ nouns = []
5035
+
5036
+ WORDS.each do |word|
5037
+ next if word.length <= 2
5038
+ pos = word_pos[word]
5039
+ next if pos.nil? || pos == ""
5040
+
5041
+ adjectives.push(word) if pos.include?("A") && !adjectives.include?(word)
5042
+ nouns.push(word) if pos.include?("N") && !nouns.include?(word)
5043
+ end
5044
+
5045
+ puts "ADJECTIVES = %w(\n #{adjectives.join("\n ")}\n)"
5046
+ puts "\n"
5047
+ puts "NOUNS = %w(\n #{nouns.join("\n ")}\n)"