bot_twitter_ebooks 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,38 @@
1
+ # -*- encoding: utf-8 -*-
2
+ require File.expand_path('../lib/bot_twitter_ebooks/version', __FILE__)
3
+
4
+ Gem::Specification.new do |gem|
5
+ gem.required_ruby_version = '>= 2.1'
6
+
7
+ gem.authors = ["astrolince"]
8
+ gem.email = ["astro@astrolince.com"]
9
+ gem.description = "A framework for building interactive twitterbots which generate tweets based on pseudo-Markov texts models and respond to mentions/DMs/favs/rts."
10
+ gem.summary = "Better twitterbots for all your friends~"
11
+ gem.homepage = "https://github.com/astrolince/bot_twitter_ebooks"
12
+
13
+ gem.files = `git ls-files`.split($\)
14
+ gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
15
+ gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
16
+ gem.name = "bot_twitter_ebooks"
17
+ gem.require_paths = ["lib"]
18
+ gem.version = Ebooks::VERSION
19
+ gem.licenses = ["MIT"]
20
+
21
+ gem.add_development_dependency 'rspec', '~> 3.6'
22
+ gem.add_development_dependency 'rspec-mocks', '~> 3.6'
23
+ gem.add_development_dependency 'memory_profiler', '~> 0.9'
24
+ gem.add_development_dependency 'timecop', '~> 0.9'
25
+ gem.add_development_dependency 'pry-byebug', '~> 3.5'
26
+ gem.add_development_dependency 'yard', '~> 0.9'
27
+
28
+ gem.add_runtime_dependency 'twitter', '~> 6.1'
29
+ gem.add_runtime_dependency 'rufus-scheduler', '~> 3.4'
30
+ gem.add_runtime_dependency 'gingerice', '~> 1.2'
31
+ gem.add_runtime_dependency 'htmlentities', '~> 4.3'
32
+ gem.add_runtime_dependency 'engtagger', '~> 0'
33
+ gem.add_runtime_dependency 'fast-stemmer', '~> 1.0'
34
+ gem.add_runtime_dependency 'highscore', '~> 1.2'
35
+ gem.add_runtime_dependency 'pry', '~> 0'
36
+ gem.add_runtime_dependency 'oauth', '~> 0.5'
37
+ gem.add_runtime_dependency 'mini_magick', '~> 4.8'
38
+ end
@@ -0,0 +1,1466 @@
1
+ average
2
+ big
3
+ colossal
4
+ fat
5
+ giant
6
+ gigantic
7
+ great
8
+ huge
9
+ immense
10
+ large
11
+ little
12
+ long
13
+ mammoth
14
+ massive
15
+ miniature
16
+ petite
17
+ puny
18
+ short
19
+ small
20
+ tall
21
+ tiny
22
+ boiling
23
+ breezy
24
+ broken
25
+ bumpy
26
+ chilly
27
+ cold
28
+ cool
29
+ creepy
30
+ crooked
31
+ cuddly
32
+ curly
33
+ damaged
34
+ damp
35
+ dirty
36
+ dry
37
+ dusty
38
+ filthy
39
+ flaky
40
+ fluffy
41
+ wet
42
+ broad
43
+ chubby
44
+ crooked
45
+ curved
46
+ deep
47
+ flat
48
+ high
49
+ hollow
50
+ low
51
+ narrow
52
+ round
53
+ shallow
54
+ skinny
55
+ square
56
+ steep
57
+ straight
58
+ wide
59
+ ancient
60
+ brief
61
+ early
62
+ fast
63
+ late
64
+ long
65
+ modern
66
+ old
67
+ old-fashioned
68
+ quick
69
+ rapid
70
+ short
71
+ slow
72
+ swift
73
+ young
74
+ abundant
75
+ empty
76
+ few
77
+ heavy
78
+ light
79
+ many
80
+ numerous
81
+ Sound
82
+ cooing
83
+ deafening
84
+ faint
85
+ harsh
86
+ high-pitched
87
+ hissing
88
+ hushed
89
+ husky
90
+ loud
91
+ melodic
92
+ moaning
93
+ mute
94
+ noisy
95
+ purring
96
+ quiet
97
+ raspy
98
+ resonant
99
+ screeching
100
+ shrill
101
+ silent
102
+ soft
103
+ squealing
104
+ thundering
105
+ voiceless
106
+ whispering
107
+ bitter
108
+ delicious
109
+ fresh
110
+ juicy
111
+ ripe
112
+ rotten
113
+ salty
114
+ sour
115
+ spicy
116
+ stale
117
+ sticky
118
+ strong
119
+ sweet
120
+ tasteless
121
+ tasty
122
+ thirsty
123
+ fluttering
124
+ fuzzy
125
+ greasy
126
+ grubby
127
+ hard
128
+ hot
129
+ icy
130
+ loose
131
+ melted
132
+ plastic
133
+ prickly
134
+ rainy
135
+ rough
136
+ scattered
137
+ shaggy
138
+ shaky
139
+ sharp
140
+ shivering
141
+ silky
142
+ slimy
143
+ slippery
144
+ smooth
145
+ soft
146
+ solid
147
+ steady
148
+ sticky
149
+ tender
150
+ tight
151
+ uneven
152
+ weak
153
+ wet
154
+ wooden
155
+ afraid
156
+ angry
157
+ annoyed
158
+ anxious
159
+ arrogant
160
+ ashamed
161
+ awful
162
+ bad
163
+ bewildered
164
+ bored
165
+ combative
166
+ condemned
167
+ confused
168
+ creepy
169
+ cruel
170
+ dangerous
171
+ defeated
172
+ defiant
173
+ depressed
174
+ disgusted
175
+ disturbed
176
+ eerie
177
+ embarrassed
178
+ envious
179
+ evil
180
+ fierce
181
+ foolish
182
+ frantic
183
+ frightened
184
+ grieving
185
+ helpless
186
+ homeless
187
+ hungry
188
+ hurt
189
+ ill
190
+ jealous
191
+ lonely
192
+ mysterious
193
+ naughty
194
+ nervous
195
+ obnoxious
196
+ outrageous
197
+ panicky
198
+ repulsive
199
+ scary
200
+ scornful
201
+ selfish
202
+ sore
203
+ tense
204
+ terrible
205
+ thoughtless
206
+ tired
207
+ troubled
208
+ upset
209
+ uptight
210
+ weary
211
+ wicked
212
+ worried
213
+ agreeable
214
+ amused
215
+ brave
216
+ calm
217
+ charming
218
+ cheerful
219
+ comfortable
220
+ cooperative
221
+ courageous
222
+ delightful
223
+ determined
224
+ eager
225
+ elated
226
+ enchanting
227
+ encouraging
228
+ energetic
229
+ enthusiastic
230
+ excited
231
+ exuberant
232
+ fair
233
+ faithful
234
+ fantastic
235
+ fine
236
+ friendly
237
+ funny
238
+ gentle
239
+ glorious
240
+ good
241
+ happy
242
+ healthy
243
+ helpful
244
+ hilarious
245
+ jolly
246
+ joyous
247
+ kind
248
+ lively
249
+ lovely
250
+ lucky
251
+ obedient
252
+ perfect
253
+ pleasant
254
+ proud
255
+ relieved
256
+ silly
257
+ smiling
258
+ splendid
259
+ successful
260
+ thoughtful
261
+ victorious
262
+ vivacious
263
+ witty
264
+ wonderful
265
+ zealous
266
+ zany
267
+ other
268
+ good
269
+ new
270
+ old
271
+ great
272
+ high
273
+ small
274
+ different
275
+ large
276
+ local
277
+ social
278
+ important
279
+ long
280
+ young
281
+ national
282
+ british
283
+ right
284
+ early
285
+ possible
286
+ big
287
+ little
288
+ political
289
+ able
290
+ late
291
+ general
292
+ full
293
+ far
294
+ low
295
+ public
296
+ available
297
+ bad
298
+ main
299
+ sure
300
+ clear
301
+ major
302
+ economic
303
+ only
304
+ likely
305
+ real
306
+ black
307
+ particular
308
+ international
309
+ special
310
+ difficult
311
+ certain
312
+ open
313
+ whole
314
+ white
315
+ free
316
+ short
317
+ easy
318
+ strong
319
+ european
320
+ central
321
+ similar
322
+ human
323
+ common
324
+ necessary
325
+ single
326
+ personal
327
+ hard
328
+ private
329
+ poor
330
+ financial
331
+ wide
332
+ foreign
333
+ simple
334
+ recent
335
+ concerned
336
+ american
337
+ various
338
+ close
339
+ fine
340
+ english
341
+ wrong
342
+ present
343
+ royal
344
+ natural
345
+ individual
346
+ nice
347
+ french
348
+ following
349
+ current
350
+ modern
351
+ labour
352
+ legal
353
+ happy
354
+ final
355
+ red
356
+ normal
357
+ serious
358
+ previous
359
+ total
360
+ prime
361
+ significant
362
+ industrial
363
+ sorry
364
+ dead
365
+ specific
366
+ appropriate
367
+ top
368
+ soviet
369
+ basic
370
+ military
371
+ original
372
+ successful
373
+ aware
374
+ hon
375
+ popular
376
+ heavy
377
+ professional
378
+ direct
379
+ dark
380
+ cold
381
+ ready
382
+ green
383
+ useful
384
+ effective
385
+ western
386
+ traditional
387
+ scottish
388
+ german
389
+ independent
390
+ deep
391
+ interesting
392
+ considerable
393
+ involved
394
+ physical
395
+ left
396
+ hot
397
+ existing
398
+ responsible
399
+ complete
400
+ medical
401
+ blue
402
+ extra
403
+ past
404
+ male
405
+ interested
406
+ fair
407
+ essential
408
+ beautiful
409
+ civil
410
+ primary
411
+ obvious
412
+ future
413
+ environmental
414
+ positive
415
+ senior
416
+ nuclear
417
+ annual
418
+ relevant
419
+ huge
420
+ rich
421
+ commercial
422
+ safe
423
+ regional
424
+ practical
425
+ official
426
+ separate
427
+ key
428
+ chief
429
+ regular
430
+ due
431
+ additional
432
+ active
433
+ powerful
434
+ complex
435
+ standard
436
+ impossible
437
+ light
438
+ warm
439
+ middle
440
+ fresh
441
+ sexual
442
+ front
443
+ domestic
444
+ actual
445
+ united
446
+ technical
447
+ ordinary
448
+ cheap
449
+ strange
450
+ internal
451
+ excellent
452
+ quiet
453
+ soft
454
+ potential
455
+ northern
456
+ religious
457
+ quick
458
+ very
459
+ famous
460
+ cultural
461
+ proper
462
+ broad
463
+ joint
464
+ formal
465
+ limited
466
+ conservative
467
+ lovely
468
+ usual
469
+ ltd
470
+ unable
471
+ rural
472
+ initial
473
+ substantial
474
+ christian
475
+ bright
476
+ average
477
+ leading
478
+ reasonable
479
+ immediate
480
+ suitable
481
+ equal
482
+ detailed
483
+ working
484
+ overall
485
+ female
486
+ afraid
487
+ democratic
488
+ growing
489
+ sufficient
490
+ scientific
491
+ eastern
492
+ correct
493
+ inc
494
+ irish
495
+ expensive
496
+ educational
497
+ mental
498
+ dangerous
499
+ critical
500
+ increased
501
+ familiar
502
+ unlikely
503
+ double
504
+ perfect
505
+ slow
506
+ tiny
507
+ dry
508
+ historical
509
+ thin
510
+ daily
511
+ southern
512
+ increasing
513
+ wild
514
+ alone
515
+ urban
516
+ empty
517
+ married
518
+ narrow
519
+ liberal
520
+ supposed
521
+ upper
522
+ apparent
523
+ tall
524
+ busy
525
+ bloody
526
+ prepared
527
+ russian
528
+ moral
529
+ careful
530
+ clean
531
+ attractive
532
+ japanese
533
+ vital
534
+ thick
535
+ alternative
536
+ fast
537
+ ancient
538
+ elderly
539
+ rare
540
+ external
541
+ capable
542
+ brief
543
+ wonderful
544
+ grand
545
+ typical
546
+ entire
547
+ grey
548
+ constant
549
+ vast
550
+ surprised
551
+ ideal
552
+ terrible
553
+ academic
554
+ funny
555
+ minor
556
+ pleased
557
+ severe
558
+ ill
559
+ corporate
560
+ negative
561
+ permanent
562
+ weak
563
+ brown
564
+ fundamental
565
+ odd
566
+ crucial
567
+ inner
568
+ used
569
+ criminal
570
+ contemporary
571
+ sharp
572
+ sick
573
+ near
574
+ roman
575
+ massive
576
+ unique
577
+ secondary
578
+ parliamentary
579
+ african
580
+ unknown
581
+ subsequent
582
+ angry
583
+ alive
584
+ guilty
585
+ lucky
586
+ enormous
587
+ well
588
+ communist
589
+ yellow
590
+ unusual
591
+ net
592
+ long-term
593
+ tough
594
+ dear
595
+ extensive
596
+ glad
597
+ remaining
598
+ agricultural
599
+ alright
600
+ healthy
601
+ italian
602
+ principal
603
+ tired
604
+ efficient
605
+ comfortable
606
+ chinese
607
+ relative
608
+ friendly
609
+ conventional
610
+ willing
611
+ sudden
612
+ proposed
613
+ voluntary
614
+ slight
615
+ valuable
616
+ dramatic
617
+ golden
618
+ temporary
619
+ federal
620
+ keen
621
+ flat
622
+ silent
623
+ indian
624
+ video-taped
625
+ worried
626
+ pale
627
+ statutory
628
+ welsh
629
+ dependent
630
+ firm
631
+ wet
632
+ competitive
633
+ armed
634
+ radical
635
+ outside
636
+ acceptable
637
+ sensitive
638
+ living
639
+ pure
640
+ global
641
+ emotional
642
+ sad
643
+ secret
644
+ rapid
645
+ adequate
646
+ fixed
647
+ sweet
648
+ administrative
649
+ wooden
650
+ remarkable
651
+ comprehensive
652
+ surprising
653
+ solid
654
+ rough
655
+ mere
656
+ mass
657
+ brilliant
658
+ maximum
659
+ absolute
660
+ tory
661
+ electronic
662
+ visual
663
+ electric
664
+ cool
665
+ spanish
666
+ literary
667
+ continuing
668
+ supreme
669
+ chemical
670
+ genuine
671
+ exciting
672
+ written
673
+ stupid
674
+ advanced
675
+ extreme
676
+ classical
677
+ fit
678
+ favourite
679
+ socialist
680
+ widespread
681
+ confident
682
+ straight
683
+ catholic
684
+ proud
685
+ numerous
686
+ opposite
687
+ distinct
688
+ mad
689
+ helpful
690
+ given
691
+ disabled
692
+ consistent
693
+ anxious
694
+ nervous
695
+ awful
696
+ stable
697
+ constitutional
698
+ satisfied
699
+ conscious
700
+ developing
701
+ strategic
702
+ holy
703
+ smooth
704
+ dominant
705
+ remote
706
+ theoretical
707
+ outstanding
708
+ pink
709
+ pretty
710
+ clinical
711
+ minimum
712
+ honest
713
+ impressive
714
+ related
715
+ residential
716
+ extraordinary
717
+ plain
718
+ visible
719
+ accurate
720
+ distant
721
+ still
722
+ greek
723
+ complicated
724
+ musical
725
+ precise
726
+ gentle
727
+ broken
728
+ live
729
+ silly
730
+ fat
731
+ tight
732
+ monetary
733
+ round
734
+ psychological
735
+ violent
736
+ unemployed
737
+ inevitable
738
+ junior
739
+ sensible
740
+ grateful
741
+ pleasant
742
+ dirty
743
+ structural
744
+ welcome
745
+ so-called
746
+ deaf
747
+ above
748
+ continuous
749
+ blind
750
+ overseas
751
+ mean
752
+ entitled
753
+ delighted
754
+ loose
755
+ occasional
756
+ evident
757
+ desperate
758
+ fellow
759
+ universal
760
+ square
761
+ steady
762
+ classic
763
+ equivalent
764
+ intellectual
765
+ victorian
766
+ level
767
+ ultimate
768
+ creative
769
+ lost
770
+ medieval
771
+ clever
772
+ linguistic
773
+ convinced
774
+ judicial
775
+ raw
776
+ sophisticated
777
+ asleep
778
+ vulnerable
779
+ illegal
780
+ outer
781
+ revolutionary
782
+ bitter
783
+ changing
784
+ australian
785
+ native
786
+ imperial
787
+ strict
788
+ wise
789
+ informal
790
+ flexible
791
+ collective
792
+ frequent
793
+ experimental
794
+ spiritual
795
+ intense
796
+ rational
797
+ ethnic
798
+ generous
799
+ inadequate
800
+ prominent
801
+ logical
802
+ bare
803
+ historic
804
+ modest
805
+ dutch
806
+ acute
807
+ electrical
808
+ valid
809
+ weekly
810
+ gross
811
+ automatic
812
+ loud
813
+ reliable
814
+ mutual
815
+ liable
816
+ multiple
817
+ ruling
818
+ curious
819
+ arab
820
+ sole
821
+ jewish
822
+ managing
823
+ pregnant
824
+ latin
825
+ nearby
826
+ exact
827
+ underlying
828
+ identical
829
+ satisfactory
830
+ marginal
831
+ distinctive
832
+ electoral
833
+ urgent
834
+ presidential
835
+ controversial
836
+ oral
837
+ everyday
838
+ encouraging
839
+ organic
840
+ continued
841
+ expected
842
+ statistical
843
+ desirable
844
+ innocent
845
+ improved
846
+ exclusive
847
+ marked
848
+ experienced
849
+ unexpected
850
+ superb
851
+ sheer
852
+ disappointed
853
+ frightened
854
+ full-time
855
+ gastric
856
+ capitalist
857
+ romantic
858
+ naked
859
+ reluctant
860
+ magnificent
861
+ convenient
862
+ established
863
+ closed
864
+ uncertain
865
+ artificial
866
+ diplomatic
867
+ tremendous
868
+ marine
869
+ mechanical
870
+ retail
871
+ institutional
872
+ mixed
873
+ required
874
+ biological
875
+ known
876
+ functional
877
+ straightforward
878
+ superior
879
+ digital
880
+ part-time
881
+ spectacular
882
+ unhappy
883
+ confused
884
+ unfair
885
+ aggressive
886
+ spare
887
+ painful
888
+ abstract
889
+ asian
890
+ associated
891
+ legislative
892
+ monthly
893
+ intelligent
894
+ hungry
895
+ explicit
896
+ nasty
897
+ just
898
+ faint
899
+ coloured
900
+ ridiculous
901
+ amazing
902
+ comparable
903
+ successive
904
+ working-class
905
+ realistic
906
+ back
907
+ decent
908
+ unnecessary
909
+ flying
910
+ fucking
911
+ random
912
+ influential
913
+ dull
914
+ genetic
915
+ neat
916
+ marvellous
917
+ crazy
918
+ damp
919
+ giant
920
+ secure
921
+ bottom
922
+ skilled
923
+ subtle
924
+ elegant
925
+ brave
926
+ lesser
927
+ parallel
928
+ steep
929
+ intensive
930
+ casual
931
+ tropical
932
+ lonely
933
+ partial
934
+ preliminary
935
+ concrete
936
+ alleged
937
+ assistant
938
+ vertical
939
+ upset
940
+ delicate
941
+ mild
942
+ occupational
943
+ excessive
944
+ progressive
945
+ iraqi
946
+ exceptional
947
+ integrated
948
+ striking
949
+ continental
950
+ okay
951
+ harsh
952
+ combined
953
+ fierce
954
+ handsome
955
+ characteristic
956
+ chronic
957
+ compulsory
958
+ interim
959
+ objective
960
+ splendid
961
+ magic
962
+ short-term
963
+ systematic
964
+ obliged
965
+ payable
966
+ fun
967
+ horrible
968
+ primitive
969
+ fascinating
970
+ ideological
971
+ metropolitan
972
+ surrounding
973
+ estimated
974
+ peaceful
975
+ premier
976
+ operational
977
+ technological
978
+ kind
979
+ advisory
980
+ hostile
981
+ precious
982
+ gay
983
+ accessible
984
+ determined
985
+ excited
986
+ impressed
987
+ provincial
988
+ smart
989
+ endless
990
+ isolated
991
+ post-war
992
+ drunk
993
+ geographical
994
+ like
995
+ dynamic
996
+ boring
997
+ forthcoming
998
+ unfortunate
999
+ definite
1000
+ super
1001
+ notable
1002
+ indirect
1003
+ stiff
1004
+ wealthy
1005
+ awkward
1006
+ lively
1007
+ neutral
1008
+ artistic
1009
+ content
1010
+ mature
1011
+ colonial
1012
+ ambitious
1013
+ evil
1014
+ magnetic
1015
+ verbal
1016
+ legitimate
1017
+ sympathetic
1018
+ well-known
1019
+ empirical
1020
+ head
1021
+ shallow
1022
+ vague
1023
+ naval
1024
+ depressed
1025
+ shared
1026
+ added
1027
+ shocked
1028
+ mid
1029
+ worthwhile
1030
+ qualified
1031
+ missing
1032
+ blank
1033
+ absent
1034
+ favourable
1035
+ polish
1036
+ israeli
1037
+ developed
1038
+ profound
1039
+ representative
1040
+ enthusiastic
1041
+ dreadful
1042
+ rigid
1043
+ reduced
1044
+ cruel
1045
+ coastal
1046
+ peculiar
1047
+ racial
1048
+ ugly
1049
+ swiss
1050
+ crude
1051
+ extended
1052
+ selected
1053
+ eager
1054
+ feminist
1055
+ canadian
1056
+ bold
1057
+ relaxed
1058
+ corresponding
1059
+ running
1060
+ planned
1061
+ applicable
1062
+ immense
1063
+ allied
1064
+ comparative
1065
+ uncomfortable
1066
+ conservation
1067
+ productive
1068
+ beneficial
1069
+ bored
1070
+ charming
1071
+ minimal
1072
+ mobile
1073
+ turkish
1074
+ orange
1075
+ rear
1076
+ passive
1077
+ suspicious
1078
+ overwhelming
1079
+ fatal
1080
+ resulting
1081
+ symbolic
1082
+ registered
1083
+ neighbouring
1084
+ calm
1085
+ irrelevant
1086
+ patient
1087
+ compact
1088
+ profitable
1089
+ rival
1090
+ loyal
1091
+ moderate
1092
+ distinguished
1093
+ interior
1094
+ noble
1095
+ insufficient
1096
+ eligible
1097
+ mysterious
1098
+ varying
1099
+ middle-class
1100
+ managerial
1101
+ molecular
1102
+ olympic
1103
+ linear
1104
+ prospective
1105
+ printed
1106
+ parental
1107
+ diverse
1108
+ elaborate
1109
+ furious
1110
+ fiscal
1111
+ burning
1112
+ useless
1113
+ semantic
1114
+ embarrassed
1115
+ inherent
1116
+ philosophical
1117
+ deliberate
1118
+ awake
1119
+ variable
1120
+ promising
1121
+ unpleasant
1122
+ varied
1123
+ sacred
1124
+ selective
1125
+ inclined
1126
+ tender
1127
+ hidden
1128
+ worthy
1129
+ intermediate
1130
+ sound
1131
+ protective
1132
+ fortunate
1133
+ slim
1134
+ islamic
1135
+ defensive
1136
+ divine
1137
+ stuck
1138
+ driving
1139
+ invisible
1140
+ misleading
1141
+ circular
1142
+ mathematical
1143
+ inappropriate
1144
+ liquid
1145
+ persistent
1146
+ solar
1147
+ doubtful
1148
+ manual
1149
+ architectural
1150
+ intact
1151
+ incredible
1152
+ devoted
1153
+ prior
1154
+ tragic
1155
+ respectable
1156
+ optimistic
1157
+ convincing
1158
+ unacceptable
1159
+ decisive
1160
+ competent
1161
+ spatial
1162
+ respective
1163
+ binding
1164
+ relieved
1165
+ nursing
1166
+ toxic
1167
+ select
1168
+ redundant
1169
+ integral
1170
+ then
1171
+ probable
1172
+ amateur
1173
+ fond
1174
+ passing
1175
+ specified
1176
+ territorial
1177
+ horizontal
1178
+ old-fashioned
1179
+ inland
1180
+ cognitive
1181
+ regulatory
1182
+ miserable
1183
+ resident
1184
+ polite
1185
+ scared
1186
+ marxist
1187
+ gothic
1188
+ civilian
1189
+ instant
1190
+ lengthy
1191
+ adverse
1192
+ korean
1193
+ unconscious
1194
+ anonymous
1195
+ aesthetic
1196
+ orthodox
1197
+ static
1198
+ unaware
1199
+ costly
1200
+ fantastic
1201
+ foolish
1202
+ fashionable
1203
+ causal
1204
+ compatible
1205
+ wee
1206
+ implicit
1207
+ dual
1208
+ ok
1209
+ cheerful
1210
+ subjective
1211
+ forward
1212
+ surviving
1213
+ exotic
1214
+ purple
1215
+ cautious
1216
+ visiting
1217
+ aggregate
1218
+ ethical
1219
+ protestant
1220
+ teenage
1221
+ large-scale
1222
+ dying
1223
+ disastrous
1224
+ delicious
1225
+ confidential
1226
+ underground
1227
+ thorough
1228
+ grim
1229
+ autonomous
1230
+ atomic
1231
+ frozen
1232
+ colourful
1233
+ injured
1234
+ uniform
1235
+ ashamed
1236
+ glorious
1237
+ wicked
1238
+ coherent
1239
+ rising
1240
+ shy
1241
+ novel
1242
+ balanced
1243
+ delightful
1244
+ arbitrary
1245
+ adjacent
1246
+ psychiatric
1247
+ worrying
1248
+ weird
1249
+ unchanged
1250
+ rolling
1251
+ evolutionary
1252
+ intimate
1253
+ sporting
1254
+ disciplinary
1255
+ formidable
1256
+ lexical
1257
+ noisy
1258
+ gradual
1259
+ accused
1260
+ homeless
1261
+ supporting
1262
+ coming
1263
+ renewed
1264
+ excess
1265
+ retired
1266
+ rubber
1267
+ chosen
1268
+ outdoor
1269
+ embarrassing
1270
+ preferred
1271
+ bizarre
1272
+ appalling
1273
+ agreed
1274
+ imaginative
1275
+ governing
1276
+ accepted
1277
+ vocational
1278
+ palestinian
1279
+ mighty
1280
+ puzzled
1281
+ worldwide
1282
+ handicapped
1283
+ organisational
1284
+ sunny
1285
+ eldest
1286
+ eventual
1287
+ spontaneous
1288
+ vivid
1289
+ rude
1290
+ nineteenth-century
1291
+ faithful
1292
+ ministerial
1293
+ innovative
1294
+ controlled
1295
+ conceptual
1296
+ unwilling
1297
+ civic
1298
+ meaningful
1299
+ disturbing
1300
+ alive
1301
+ brainy
1302
+ breakable
1303
+ busy
1304
+ careful
1305
+ cautious
1306
+ clever
1307
+ concerned
1308
+ crazy
1309
+ curious
1310
+ dead
1311
+ different
1312
+ difficult
1313
+ doubtful
1314
+ easy
1315
+ famous
1316
+ fragile
1317
+ helpful
1318
+ helpless
1319
+ important
1320
+ impossible
1321
+ innocent
1322
+ inquisitive
1323
+ modern
1324
+ open
1325
+ outstanding
1326
+ poor
1327
+ powerful
1328
+ puzzled
1329
+ real
1330
+ rich
1331
+ shy
1332
+ sleepy
1333
+ stupid
1334
+ super
1335
+ tame
1336
+ uninterested
1337
+ wandering
1338
+ wild
1339
+ wrong
1340
+ adorable
1341
+ alert
1342
+ average
1343
+ beautiful
1344
+ blonde
1345
+ bloody
1346
+ blushing
1347
+ bright
1348
+ clean
1349
+ clear
1350
+ cloudy
1351
+ colorful
1352
+ crowded
1353
+ cute
1354
+ dark
1355
+ drab
1356
+ distinct
1357
+ dull
1358
+ elegant
1359
+ fancy
1360
+ filthy
1361
+ glamorous
1362
+ gleaming
1363
+ graceful
1364
+ grotesque
1365
+ homely
1366
+ light
1367
+ misty
1368
+ motionless
1369
+ muddy
1370
+ plain
1371
+ poised
1372
+ quaint
1373
+ shiny
1374
+ smoggy
1375
+ sparkling
1376
+ spotless
1377
+ stormy
1378
+ strange
1379
+ ugly
1380
+ unsightly
1381
+ unusual
1382
+ bad
1383
+ better
1384
+ beautiful
1385
+ big
1386
+ black
1387
+ blue
1388
+ bright
1389
+ clumsy
1390
+ crazy
1391
+ dizzy
1392
+ dull
1393
+ fat
1394
+ frail
1395
+ friendly
1396
+ funny
1397
+ great
1398
+ green
1399
+ gigantic
1400
+ gorgeous
1401
+ grumpy
1402
+ handsome
1403
+ happy
1404
+ horrible
1405
+ itchy
1406
+ jittery
1407
+ jolly
1408
+ kind
1409
+ long
1410
+ lazy
1411
+ magnificent
1412
+ magenta
1413
+ many
1414
+ mighty
1415
+ mushy
1416
+ nasty
1417
+ new
1418
+ nice
1419
+ nosy
1420
+ nutty
1421
+ nutritious
1422
+ odd
1423
+ orange
1424
+ ordinary
1425
+ pretty
1426
+ precious
1427
+ prickly
1428
+ purple
1429
+ quaint
1430
+ quiet
1431
+ quick
1432
+ quickest
1433
+ rainy
1434
+ rare
1435
+ ratty
1436
+ red
1437
+ roasted
1438
+ robust
1439
+ round
1440
+ sad
1441
+ scary
1442
+ scrawny
1443
+ short
1444
+ silly
1445
+ stingy
1446
+ strange
1447
+ striped
1448
+ spotty
1449
+ tart
1450
+ tall
1451
+ tame
1452
+ tan
1453
+ tender
1454
+ testy
1455
+ tricky
1456
+ tough
1457
+ ugly
1458
+ ugliest
1459
+ vast
1460
+ watery
1461
+ wasteful
1462
+ wide-eyed
1463
+ wonderful
1464
+ yellow
1465
+ yummy
1466
+ zany