-
Notifications
You must be signed in to change notification settings - Fork 0
/
phrases.txt
31293 lines (31291 loc) · 581 KB
/
phrases.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
and
but neither a coward nor a
and one
but one
and one by one
and one of the
and one of them
but one false move
and one day
but one look at the
but one thing was certain
but one thing was clear
but one thing had been made plain
but one he could live with
and one was
but one was
and a
and all
and an
and some
and the
and these
and this
but all
but any
but neither
but no
but that
but the
but this
either that or the
either that or
either that or he was
but the one
but this one
and the one thing that
and every one was
but this one was
but this one felt different
and every one had to
and some of
but neither of
and all of the
and each of the
and some of the
and all of a sudden
and all about it
but all of them
but neither of them
and all about him the
but neither of them could
and all that he did
and some of them were
but all around him was a
but all of it gave way to
but both of them knew their
and neither of them wanted to
but all at once
and all at once the
and a few
and no central
and the only
and the same
but no further
and a powerful one at that
but the only one he
and the last of the
and a few other
but a good many did
and a sudden silence
and every single moment
but the first time
and the only reason that
but a small amount of
but the past couple of
and the mere fact that the
and a small part of him
but a small part of him
and the first time he
and the following afternoon he
but the first time he
but the next time he
but a little while later
and every few seconds
but the few people
and a sudden desire to
and the only way to
but the interesting thing was
but the real reason was that he
or any other
or some other
but no less
but the weirdest thing was he'd
and the last had a
and the same was true of
and that would
but that would
but neither could he be sure
but neither could he hope to
but that would hardly be a
and that would be
and this would be
but that could be
but that would be
but that would mean
but this would be
and that would be a
and this would be the
but that would do until
but that wouldn't work for
but that would change soon
and that would be very difficult
and that wouldn't be too hard
but that couldn't compare to
but this would have to do
and the entire
and the man
and this time
but no one
but no sooner
but that didn't
but that wasn't
but this time
and this time the
but each time a
but this time the
and a lot of
and any attempt at
and a sense of
and the fact that
and the idea of
and the stress of
and the thought of
but no sign of
but some sort of
but that evening as
but that kind of
but the arrival of
but the business about
but the fact that
but the idea of
but the idea that
but the kind that
but the lack of
but the majority of
but the success of
but the thought of
and the end of the
and the fact that the
and the possibility of a
and the promise that the
and the rest of the
but the majority of the
but the rest of the
but the idea that someone
or some sort of
and the idea of him
but the fact that it
and the fact that it was
but the fact that he was
and a couple of them had the
or the fact that he had no
but the fact that he had been
and no one would
but no one could
but no one would understand
but that didn't matter
and every time he
and the way he
and this time he
but every time he
but that afternoon he
but this time he
and this time he would not
and this time it was
but every instinct he had
but the scene itself was
but this time he didn't
but this time it didn't
but this time it was
but this time he had a
but no one he realized could
but no one he knew was
but the vision he knew was real
and a moment later
and a second later
but no one else
and a moment later the
and no one else could
and a moment later he
and a moment later he was
but this time there was a
but some days
but those occasions
but the chances of anything now
and the depths into which
or the ones
and the others knew
but the chances were
and any others who
but that didn't mean
but that didn't prevent
and no one had
and no one talked
and the effect was
and the rest were
and the sight was
but no one answered
but no one had
but no one was
and no one doubted that
and a chill went through him
and the way was clear
but that didn't mean he
but that didn't mean he necessarily
but that didn't mean he was
and no one had ever
and the rain was still
but no one had yet
but no one was there
but that hadn't happened so far
and the world began to
and the moment had come
but that didn't mean anything
but that didn't make sense either
but that didn't make him
but that didn't stop him
but no matter how
and another reason why he was
or a
or another
and this he
but all he could
but all he could think about was
but all he could think of saying
and all he could do was
and all he could see was
but all he could do was
but all he knew at the time
and the it was usually
but all he wanted to do was
but all he saw was
but all he meant was that
but all he saw when
and a very rough
but every so often
but this clearly wasn't
but no more so than
or the most
and the most he ever
but that just made
but those hardly counted
and another followed
and neither did
and that meant
and that was
and this was
but both were
but that seemed
but that was
but this was
and each had a
and that was a
and that was the
but neither did the
but that was a
but that was all
but that was the
but these were the
but this was no
but this was the
but that was all right
but this was no ordinary
and that was a good sign
and that was the only thing
but this was the first time
but this was the first time he
and this was a most
but that wasn't the case
and that was the end of
but that was a part of
but that was the limit of his
and that meant the others would
and that was a wholly different
but that was all gone
and that was that
but that was because
but that was before
but that was like
but that was of small
but that was about it
and this was new
but that seemed unlikely
but that was impossible
but this was different
but this was necessary in order to
and this was more
and both were difficult to
but this was something that even
but this was something special
and this was something he dreaded to
but this had nothing to do with
and that was all that mattered
and that was his
and this comforted him
and this was his
and this was it
but that was his
but that wasn't it
and that gave him an idea
and this was his first
but that made it hard to
but that wasn't his problem
and that bothered him far more than
but neither did he intend to
and all had eventually
and some had hardly
and that was enough
and this was soon
but some were not
but that was not
but that was too
but that left only one
but that was probably one of the
and that meant only one thing
and that was not a good
but that was not the only
but that was not the case
and that was just about
but that was only because
but that bothered very few people
but this was no more than the
but that was not his
and that was not his purpose here anyway
but that was long ago
but that was probably just from the
but this was more like a
but that was not going to happen
but that did not matter much now
and that seemed to
and both appeared to be
but that had to be
but these looked to be
but this seemed to be something of a different
but neither was being
but that wasn't going to work now
but that had been
but that had been an
but that had been before
and that was bound to be
and that was what
but that wasn't what
and that was what they had
but that was what made it
and that was how
and that was when
but that was where
but that was where any
but that was where the similarities stopped
and that was how he
and that was when it
but that was how it had to be
and some increased energy
and that is through
but this is not what he was
and that is what he would expect from
and that is what made him so
but those that were not were often
but all that came out was
and those whose
but some how he managed to
and there
but there might be
and there could be no
and there could be a certain
but there must be a way for
and there would come a time when
and there he
and there he found
and there he was
and there it was
but there really wasn't
but there wasn't enough
but there wasn't much he could do
but there really was no
and there hadn't been
and there was
and there were
but there had
but there was
but there were
but there was one of them who was
and there was a
and there was an
and there was no
and there was some
and there were no
but there was a
but there was no
but there was this
but there were no
and there was a real
and there was a slight
and there was a sudden
and there wasn't a single
but there was no other way to go
but there were no more
and there was no escape
and there was no way
but there was a catch
but there was a faint
but there was no doubt
but there was no guarantee
but there was no need
but there was no one
but there was no response
and there was no time for
but there was no point in
but there was no sense in
but there was no sign of
but there was a lot more than
but there was no way it could
but there was a chance it might be
but there was no doubt it was
and there was no place to
and there was no way to
but there was no reason to
but there was no way to
but there was no time to stop and
but there was no going back
and there was little
and there were other
but there were many
but there were other
but there were many eager
but there were many other
and there were several more
and there was little doubt of
and there were more
but there was more to it than that
and there was sure to be
and there was silence
and there was something
but there was nothing
but there was something
but there was room for
but there was something about
and there was something about those
but there was nothing that he could do about it
but there was nothing strange
but there was something strange about
but there was nothing he
but there was something he
and there was nothing he couldn't
but there was nothing he could do
but there was nothing he could do about that
but there was nothing he could think of as
and there was something else
but there was nothing there
but there was something else
but there were others
but there were others who
but there was nothing to
and there was nothing to do but
but there were none who
and there was also
and there was only
and there was scarcely
and there was still
but there was also
but there was always
but there was definitely
but there was only
but there were only
and there was only the
and there was still no
and there was still the
but there was also a
but there was only a
and there were even a few
and there was still no guarantee
but there was almost no one
but there was really no point
and there was still no news of
but there were too many
but there was not just
but there was too much at stake
but there were more important things
but there turned out to be
but there had been
but there had been no
but there had been no talk of
but there had been so many more
and there are a lot of
and after
and as
and at
and besides
and despite
and for
and if
and in
and of
and that
and while
and with
and without
but after
but as
but because
but before
but by
but despite
but for
but if
but in
but since
but while
but without
and whether or not this was really true
and within five minutes
and after a
and after all
and after an
and after the
and as the
and at a
and at the
and beneath that
and for a
and for the
and from the
and in a
and in the
and into a
and through another
and through this
and while the
and with that
and with the
but after a
but after all
but after that
but after the
but as an
but as the
but before the
but in a
but inside the
but in the
but like the
but near the
but since the
but that the
but unlike the
but with a
and in all that time
and for the first
and from a large
and with a little
but after a few
but with a complete
and as the last few
and for the next few
and after a short while
and at the same time
and for the first time
but at the same time
but by the same token
but on the other hand
and for the first time in
but for the total lack of
and at the same time he
and for the first time he
but at the same time he
and for a brief moment he saw
and for the second time he was
and after a few days
and within a few days
and in the next he was
and of no more use to
and after a time
and after a while
and at any moment
and at some point
and at the moment
and for a moment
and for an instant
and for some reason
and in any case
and in no way
and in the process
and in this case
and through the door
and with a jerk
but after a moment
but after a while
but at that moment
but at the moment
but at the time
but at this point
but by the time
but despite the fact
but for some reason
but for the moment
but in no way
but in the distance
but in the end
but in the meantime
but in the moment
but in this case
and after a moment or two
and for a moment or two
and for a moment the
and for a time the
and for some reason the
and in no time the
but in any case the
but by the time the thought
but at this moment all he could
and in the absence of
but after a lot of
but despite the fact that
and by the end of the
and into the back of a
and for a moment as he
but for the life of him he couldn't
or for that matter
but by the time all these
and after a moment he
and after a while he
and for a moment he
but after a while he
but for a moment he
but for a moment his
but with any luck he would
and by the time he was
and for a moment he forgot
and for a moment he was
and for a moment they were
and for this reason he was
and in a flash he was
and in a moment he was
and in this manner he was
and in a moment he got a
and for a minute he forgot that
but at the moment it was difficult to
but in the end it wouldn't matter
but in the time he had been
but for a time he had been wholly
and in some cases
but as the days passed
and at the time was
and that the rest was
and for the time being
or that the
and with all his might
and from all he had heard
but if this really was
but if that was
but if this was
but if this were a
and if that was true
and if that was not enough
but for those who
and that there could be no
and from there he could see
and if there was
but since there were
and if there was one thing
but if there was one thing he was certain of
and though there was no
but if there was such a thing
but since there were just
and that there were far more
or if there was even
and as if
and that although
but as if
and because of this
and in through the
and with that the
and out of the corner of his eye
but as if in
and that if by luck
but out of curiosity
and after that he
and after that they
and with that he
but after that he would
and that if he could just
and as if it had
and that if he believed in it
but beyond that it was difficult to
and with that he had to
but as usual
but before long
but until sufficient
and whether such as
but though aware of this
and in many other places
and in due course
and in many respects
and at last he
and at first he thought
and as more
but on closer inspection he
and by most
and like most
but at least
but unlike most
but at least this way
or at least no one
or at least an
or at least the
or at least didn't
or at least
but at least he
but at least he could
but at least he would
but at least it would
or at least its
but at least he had
but at least he seemed
but at least he was
but at least they didn't
but at least he had a chance now
but at least he had something
or at least he thought they were
but at least he had not
or at least enough of them to
or at least enough to be
or at least had
or at least allowed him to
but at least that was better than
or at least what
and at last found himself
and in fact
and of course
and without fail
but beyond doubt
but of course
either for effect or to
but of course the
but in case this were not another
and in time he
and of course his
but in case he
but of course he
but of course he would
but if anything he had
but in reality it was
but of course he couldn't
but of course he didn't
and of course he had not
and if he'd still
but of course most
and of course there was the
but if anyone was
but if anyone looked closely
but if anyone found out
or at
or that
and with such an
but of all the
and after he
and although he
and as he
and as they
and between them
and beyond them
and despite his
and if he
and if his
and since he
and that he
and though he
and while he
but as he
but as his
but as they
but because he
but before he
but behind his
but despite his
but if he
but unlike him
but while he
and before he could
and that he could
and while he could
and while he couldn't
but before he could
but before it could
but if he could
or that it would
or whether they could
and although he couldn't quite
and if they would just
but before he could even
or that he would still
and before he could answer
and before he could react
and if he could have
and that he would be
but before he could finish
but because he couldn't think of
and before he could stop himself
but before he could make it to
and while he should have been
but in his presence
and in his heart he
but in his mind he
but within his means
but at his failure to
and once it even
but since he never
and if he so much as
or if he just hadn't bothered
and if it really was
and since he still had
and while he still was
or if he even had one
but because he hadn't needed it
and after he had
and after he was
and although he didn't
and although he had
and although he was
and as they watched
and if he didn't
and if it were
and if they were
and since he doubted
and since he was
and though he didn't
and though he was
and whether they were
and while he contemplated
and while he had
and while he hated
and while he knew
and while he was
and while it wasn't
but as he became
but as he did
but as he moved
but as he was
but as it was
but because he was
but because it was
but before he had
but if he had
but if he tried
but if he was
but since it wasn't
but while he looked
but while he thought
and as they followed the
and while he showed no
but if it was a
but underneath he knew the truth
and if he discovered that
but while he knew that
but as he moved toward the
and if he looked at it long enough
but because he saw that he was
and while he was grateful that
and that he had sufficient reason for
and if it was possible even more
or because he didn't
or if he had
or that he was
but as he concentrated they
but as he made his way out through the
and as he did so
and as he walked away
and because he had already
and because they had not
and if he was right
and that he had not
and while he did not
but as he did so
but as he drew closer
and although he tried not to
and if he had to
and if he returned to
but as he moved to
but as he started to
and if he was going to
but if he was going to
but if he had known
but while they were gone
but if he didn't do anything at all
or that it had been
but because they are
and if they didn't like it
but while it is
and while he has never
and although still
and at once
and by then
and for once
and if so
but by now
but by then
but for now
but since then
but that very
and at once the
but by then the
but by now the other
and at once there was
and besides even if they were
and for too long
and by now he
but by then he
and for now he would
but by then he would be
but by then he would be there
and before long they were
but by then he was
but for now he was
but since then it seemed
or that maybe he had been able to
and that surely meant
but that hardly mattered
and if so what was he
but up to now
and without warning
and after taking a
but by leaving a
and in doing so
but in doing so he was
and from what he could see
and after what seemed like an eternity
and after what happened to
nor by how
and empty
and many
and other
and several
and whole
but necessary
but several
but different this time
and few of the
but much of the
but other than that
and odd as it was
but unsure of what
and several other
and many more
and several times he
and several times he found himself
and worse
and sure enough
but clear enough
but effective enough
and smart enough to
but more than one
and less like a
and worse in those
and more than a little
but worse than that was
and more than once he asked
or less
or worse
but most of
and worst of all
but most of all
but most of the
and most of the time he
but best that he should
and most of them were
but most of it had been
but most people
but most had the sense to
but most were not
and due to
but unwilling to
but unable to accept
and several had
but other remained
but several had
and would
but could
but would
and must at least
or would
or would he
nor could he imagine
nor would he forget
and might even
and would probably
and would scarcely
but could not
but would merely
but would only