RinKana commited on
Commit
db3045c
·
verified ·
1 Parent(s): 2613934

Final model upload - BLEU: 0.2440

Browse files
README.md CHANGED
@@ -11,31 +11,18 @@ tags:
11
 
12
  # English-Japanese Transformer
13
 
14
- A Transformer model trained for English to Japanese machine translation, built using Keras 3.
15
 
16
  ## Performance
17
- The model was trained for 24 epochs, stopping early to prevent overfitting.
 
18
 
19
- - **Validation Accuracy**: 0.9088
20
- - **Average Character BLEU Score**: 0.2490
21
-
22
- ## Usage (Loading Safely)
23
- This model is stored in the secure Keras v3 format (`.keras`) and should be loaded as follows:
24
 
25
  ```python
26
  import keras
27
- from keras import ops
28
-
29
- # Load the full model (including architecture and weights)
30
- model = keras.models.load_model("transformer_model.keras")
31
-
32
- # IMPORTANT: You must extract the individual layers/sub-models for step-by-step inference.
33
- # Example of manual inference call (similar to Cell 3):
34
- # 1. Get layers:
35
- # embedding_layer = model.get_layer('token_and_position_embedding')
36
- # transformer_encoder_layer = model.get_layer('transformer_encoder')
37
- # decoder_model = model.get_layer('decoder')
38
-
39
- # 2. Run inference loop with training=False
40
- # ...
41
  ```
 
11
 
12
  # English-Japanese Transformer
13
 
14
+ Model Transformer untuk terjemahan English Japanese, dilatih dengan Keras 3.
15
 
16
  ## Performance
17
+ - **Validation Accuracy**: 0.9129
18
+ - **Average Character BLEU Score**: 0.2440
19
 
20
+ ## Usage
21
+ Model ini dapat dimuat dan digunakan dengan tokenizers yang disediakan.
 
 
 
22
 
23
  ```python
24
  import keras
25
+ # Memuat model penuh
26
+ model = keras.models.load_model("model_upload/transformer_model.keras")
27
+ # Lanjutkan dengan proses decode_sequence yang sudah Anda sempurnakan
 
 
 
 
 
 
 
 
 
 
 
28
  ```
config.json CHANGED
@@ -3,7 +3,14 @@
3
  "task": "translation",
4
  "source_language": "en",
5
  "target_language": "ja",
6
- "avg_bleu_score_char": 0.24902996352656956,
7
- "final_val_accuracy": 0.9088082313537598,
8
- "best_val_loss": 0.5575645565986633
 
 
 
 
 
 
 
9
  }
 
3
  "task": "translation",
4
  "source_language": "en",
5
  "target_language": "ja",
6
+ "vocab_size_en": 15000,
7
+ "vocab_size_ja": 10000,
8
+ "embed_dim": 1024,
9
+ "num_heads": 8,
10
+ "intermediate_dim": 4096,
11
+ "max_sequence_length": 40,
12
+ "actual_epochs": 22,
13
+ "avg_bleu_score_char": 0.2439749224250301,
14
+ "final_val_accuracy": 0.9128994941711426,
15
+ "best_val_loss": 0.6396204233169556
16
  }
decoder_model.keras ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62886f4520d0582845aef5ef03792b20606079e06f425b52c12608b9defa728e
3
+ size 149391925
encoder_model.keras ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb62d37d62be42536bdcbc03ce5b4c47ef9c12767225b3f21ff99f931a56ad1f
3
+ size 112040355
eng_vocab.json CHANGED
@@ -25,6 +25,7 @@
25
  ":",
26
  ";",
27
  "?",
 
28
  "a",
29
  "b",
30
  "c",
@@ -55,6 +56,8 @@
55
  "¥",
56
  "°",
57
  "é",
 
 
58
  "—",
59
  "’",
60
  "“",
@@ -62,8 +65,8 @@
62
  "₂",
63
  "€",
64
  "the",
65
- "you",
66
  "to",
 
67
  "tom",
68
  "is",
69
  "it",
@@ -72,26 +75,26 @@
72
  "he",
73
  "of",
74
  "my",
75
- "this",
76
  "was",
77
- "do",
78
  "have",
 
79
  "me",
80
  "for",
81
  "are",
82
  "don",
83
  "can",
 
84
  "your",
85
  "what",
86
- "on",
87
  "we",
88
  "at",
89
  "like",
 
90
  "she",
91
  "be",
92
- "##s",
93
- "and",
94
  "there",
 
95
  "with",
96
  "his",
97
  "not",
@@ -100,3335 +103,3433 @@
100
  "mary",
101
  "how",
102
  "want",
103
- "please",
104
  "time",
 
 
105
  "up",
106
  "know",
107
  "has",
108
- "as",
109
- "did",
110
  "here",
 
111
  "think",
 
112
  "will",
113
- "ve",
114
  "all",
115
- "about",
116
- "if",
117
- "very",
118
  "get",
 
119
  "when",
120
- "good",
 
121
  "out",
122
  "by",
123
- "had",
124
  "from",
125
  "her",
126
- "no",
127
  "him",
128
- "were",
129
- "going",
130
  "an",
 
 
 
131
  "so",
132
  "re",
 
133
  "come",
 
134
  "didn",
135
  "let",
136
- "one",
137
- "would",
138
- "why",
139
- "now",
140
- "where",
141
- "french",
142
- "take",
143
  "been",
 
 
144
  "day",
 
 
145
  "they",
 
 
 
 
146
  "today",
147
- "than",
148
  "home",
149
- "isn",
150
  "got",
151
- "but",
152
- "just",
153
- "too",
154
- "who",
155
  "much",
156
  "see",
 
 
 
157
  "should",
158
  "could",
159
- "some",
160
  "##ed",
161
- "##ing",
162
  "car",
 
163
  "last",
164
- "more",
165
- "really",
166
- "school",
167
  "tomorrow",
168
- "eat",
 
169
  "lot",
170
- "tell",
171
  "work",
172
- "three",
173
- "never",
174
- "money",
175
- "off",
176
  "any",
 
 
177
  "many",
 
 
 
 
 
 
 
178
  "room",
179
  "went",
180
  "book",
181
- "need",
182
- "right",
183
- "back",
184
  "house",
185
- "help",
186
  "boston",
187
- "people",
188
- "still",
189
- "father",
190
- "doesn",
191
  "may",
192
- "two",
193
- "our",
194
  "make",
 
 
 
 
195
  "said",
196
- "every",
 
197
  "buy",
198
- "night",
199
- "give",
200
- "long",
201
  "does",
202
- "next",
203
- "new",
204
- "yesterday",
205
  "say",
206
- "##d",
207
- "anything",
208
- "speak",
209
  "old",
 
210
  "something",
211
- "before",
212
- "us",
213
- "thought",
214
  "always",
 
 
 
 
215
  "into",
 
216
  "years",
217
- "better",
218
- "again",
219
- "well",
220
  "way",
221
- "little",
222
- "down",
223
- "or",
224
- "put",
225
  "made",
 
 
226
  "after",
 
 
 
 
227
  "left",
228
  "over",
229
- "cold",
230
- "late",
231
- "mother",
232
- "am",
233
- "morning",
234
  "only",
 
 
235
  "look",
236
- "name",
 
237
  "soon",
238
- "read",
239
- "train",
240
- "call",
241
- "bought",
242
  "first",
243
- "must",
244
- "door",
245
- "man",
246
  "love",
247
- "away",
248
- "leave",
249
- "doing",
250
- "open",
251
  "told",
252
- "won",
253
- "##ly",
254
  "children",
255
- "stay",
 
 
256
  "year",
 
257
  "came",
258
- "##er",
259
  "live",
 
 
260
  "rain",
 
 
 
 
 
261
  "week",
262
- "dog",
263
- "play",
264
- "sure",
 
265
  "hard",
266
- "ever",
267
  "these",
268
- "looking",
269
- "other",
 
 
270
  "use",
 
271
  "already",
272
  "used",
 
 
 
 
273
  "turn",
 
 
274
  "wait",
 
 
275
  "sorry",
276
- "talk",
277
- "bad",
278
- "station",
279
- "days",
280
  "coffee",
 
 
281
  "feel",
282
- "keep",
283
- "walk",
284
- "bus",
285
- "ask",
286
- "nothing",
287
- "often",
288
- "english",
289
- "water",
290
- "bed",
291
- "drink",
292
- "because",
293
- "took",
294
  "wanted",
295
- "understand",
296
  "yet",
297
  "lost",
298
- "saw",
299
- "brother",
300
- "job",
301
- "around",
302
  "true",
303
- "couldn",
304
- "both",
305
- "try",
306
- "australia",
307
- "friends",
308
- "stop",
309
- "##y",
310
- "looks",
311
  "teacher",
312
- "while",
313
- "busy",
314
- "which",
315
- "kind",
316
- "able",
317
  "seen",
 
318
  "japan",
319
- "friend",
320
- "believe",
321
- "alone",
322
- "heard",
323
- "thank",
324
- "found",
325
- "asked",
326
- "food",
 
 
 
327
  "gave",
328
- "phone",
329
  "happy",
 
 
 
 
 
 
 
 
 
330
  "early",
331
  "hear",
332
- "things",
333
- "afraid",
334
- "life",
335
- "books",
336
- "watch",
337
  "ten",
338
- "person",
339
- "likes",
340
- "once",
341
  "their",
 
 
 
 
342
  "without",
 
 
 
 
 
 
 
 
343
  "party",
344
- "few",
345
  "everyone",
346
- "find",
347
- "tired",
348
- "same",
349
- "wasn",
350
  "everything",
351
- "best",
352
- "dinner",
353
- "wonder",
354
- "nice",
355
- "parents",
356
- "place",
357
- "mind",
358
- "remember",
359
- "enough",
360
- "haven",
361
- "married",
362
- "them",
363
- "meet",
364
- "thing",
365
- "getting",
366
- "study",
367
  "hot",
368
  "idea",
 
369
  "aren",
370
- "big",
371
- "lunch",
372
- "anyone",
373
- "problem",
 
 
 
374
  "wish",
375
- "since",
376
  "tv",
377
- "easy",
378
  "high",
 
 
 
 
379
  "beautiful",
380
- "ok",
 
 
 
 
 
 
 
 
 
 
 
 
381
  "someone",
382
  "such",
383
- "even",
384
- "plan",
385
- "bit",
386
  "matter",
387
- "minutes",
388
- "answer",
389
- "being",
390
- "difficult",
 
 
 
391
  "sleep",
 
 
 
392
  "yourself",
393
- "young",
394
- "boy",
395
- "doctor",
396
- "almost",
 
 
 
397
  "until",
398
- "usually",
399
  "waiting",
400
- "letter",
401
- "reading",
402
- "met",
403
- "weather",
404
- "hope",
405
- "knows",
406
- "show",
407
- "great",
408
- "care",
409
  "caught",
410
- "those",
411
- "write",
412
  "turned",
413
- "own",
414
- "##t",
415
- "five",
416
- "##n",
417
- "question",
418
- "swim",
419
- "##e",
420
- "ate",
421
  "finished",
 
 
422
  "accident",
423
- "decided",
424
- "family",
425
- "wrong",
426
- "tonight",
427
- "done",
428
  "hand",
429
- "playing",
 
 
 
 
430
  "sick",
431
  "ago",
432
- "happened",
433
- "month",
434
- "small",
435
- "world",
436
- "park",
437
- "summer",
438
  "cat",
439
- "fun",
440
- "coming",
441
- "far",
442
  "seems",
443
- "clock",
444
- "myself",
445
- "picture",
446
- "another",
447
- "working",
448
- "eating",
449
  "sister",
 
 
 
 
 
 
 
 
 
 
 
450
  "girl",
 
 
 
451
  "light",
452
- "started",
453
- "talking",
 
 
 
 
 
 
 
 
 
454
  "change",
455
- "fish",
456
- "might",
457
- "child",
458
  "smoking",
459
- "japanese",
460
- "breakfast",
461
  "drive",
462
- "looked",
463
- "##r",
464
- "arrived",
465
- "tried",
466
- "each",
467
- "window",
468
  "eyes",
469
- "homework",
470
- "snow",
471
- "broke",
472
- "called",
473
- "fell",
474
- "everybody",
475
- "movie",
476
- "tennis",
477
- "free",
478
  "living",
479
- "wife",
480
- "class",
481
- "interesting",
482
- "run",
483
- "gone",
484
  "near",
485
- "wine",
486
- "died",
487
- "times",
488
- "wearing",
489
- "angry",
490
- "hands",
491
- "meeting",
492
- "hours",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
493
  "older",
 
 
 
 
 
 
494
  "shoes",
495
- "##al",
496
- "table",
497
- "bicycle",
498
  "business",
499
- "hospital",
500
- "tea",
501
- "music",
502
- "lives",
503
- "raining",
504
- "students",
505
- "together",
506
- "30",
507
  "nobody",
508
- "ready",
509
- "close",
510
- "hotel",
511
- "most",
512
  "six",
513
- "asleep",
 
 
 
 
 
 
 
 
 
514
  "city",
515
- "start",
516
  "studying",
517
- "trip",
518
- "goes",
519
- "learn",
520
- "longer",
521
- "number",
522
- "game",
523
  "large",
524
- "later",
525
- "ran",
526
- "story",
527
- "afternoon",
528
- "baby",
529
- "hurry",
530
- "between",
531
- "important",
532
- "wants",
533
  "country",
534
- "hurt",
535
- "office",
536
- "outside",
537
- "thirty",
538
- "##a",
539
- "##es",
540
- "forget",
541
- "hungry",
542
- "umbrella",
543
- "beer",
544
- "fast",
545
- "fire",
546
- "pretty",
547
  "forgot",
548
- "born",
549
- "expensive",
 
 
 
 
 
 
550
  "knew",
551
- "pay",
 
 
552
  "police",
553
- "else",
 
 
 
 
554
  "river",
 
555
  "through",
556
- "birthday",
557
- "cut",
558
- "hair",
559
- "himself",
560
  "bring",
561
- "hate",
562
- "quite",
563
- "store",
564
- "thanks",
565
- "tokyo",
566
  "truth",
567
- "anybody",
568
- "box",
569
- "front",
570
- "mine",
 
 
571
  "shouldn",
572
- "then",
573
- "hour",
574
- "sit",
575
- "become",
576
- "closed",
577
- "news",
578
  "favorite",
579
- "red",
580
- "worry",
581
- "cost",
582
- "milk",
583
- "monday",
584
- "swimming",
585
- "whether",
586
- "word",
587
- "kept",
588
  "anymore",
589
- "glad",
590
- "wouldn",
591
- "along",
 
 
 
 
592
  "says",
 
 
 
 
 
 
 
 
 
 
 
 
593
  "under",
594
- "moment",
595
- "taking",
596
  "##able",
597
- "head",
 
 
 
 
 
 
 
 
 
598
  "behind",
 
 
 
 
 
599
  "catch",
600
- "having",
601
- "son",
602
- "dark",
603
- "student",
604
- "town",
605
- "full",
606
- "makes",
607
  "began",
608
- "short",
 
 
 
 
 
 
609
  "watching",
610
- "age",
611
- "christmas",
612
- "cup",
613
- "heavy",
614
- "lived",
615
- "comes",
616
  "pass",
617
- "felt",
618
- "library",
619
- "dollars",
620
- "eaten",
621
  "hit",
622
- "order",
623
- "pain",
624
- "yen",
625
- "flowers",
626
- "surprised",
627
- "##l",
628
- "rich",
629
- "trouble",
630
- "cake",
631
  "stayed",
632
- "street",
633
- "tree",
634
- "abroad",
635
- "camera",
636
- "win",
637
- "happen",
638
- "present",
639
- "test",
640
- "ticket",
641
- "##ic",
642
  "eggs",
643
- "fine",
644
- "girlfriend",
645
- "questions",
646
- "college",
647
- "dream",
648
- "quickly",
649
- "speaking",
650
  "stand",
651
- "dictionary",
652
- "dress",
653
- "medicine",
654
- "mistake",
655
- "possible",
656
- "strange",
657
- "became",
658
- "pen",
659
- "stopped",
660
- "##ion",
661
- "chance",
662
- "clothes",
663
  "making",
664
- "prefer",
665
- "wear",
666
- "##ation",
667
  "advice",
668
- "break",
669
- "listen",
670
- "minute",
671
- "rest",
672
- "visit",
673
- "bank",
674
- "daughter",
675
- "finally",
676
- "die",
677
- "hat",
678
- "telephone",
679
- "##ment",
680
- "interested",
681
- "whose",
682
- "winter",
683
  "face",
684
- "restaurant",
 
 
 
 
685
  "weight",
 
 
 
 
 
 
 
 
 
 
 
686
  "baseball",
 
 
 
 
 
687
  "bread",
688
- "probably",
689
- "careful",
690
- "company",
691
- "computer",
692
  "gets",
693
- "ice",
694
- "lie",
695
- "song",
696
- "agree",
697
- "air",
698
- "building",
699
- "planning",
700
- "quiet",
701
- "bag",
702
- "blue",
703
  "forward",
 
 
704
  "saying",
705
- "shut",
706
- "thinking",
707
- "white",
 
 
708
  "excuse",
709
- "key",
710
- "seat",
711
- "woman",
712
- "also",
713
- "paper",
714
- "road",
715
- "younger",
716
- "clean",
717
- "floor",
718
- "promise",
719
  "sat",
720
- "send",
721
- "shop",
722
- "wrote",
723
- "language",
724
- "lend",
725
  "quit",
726
- "rather",
727
- "sometimes",
 
 
 
 
 
 
 
728
  "trying",
729
- "black",
730
- "concert",
731
- "crying",
732
- "desk",
733
- "end",
734
- "others",
735
  "radio",
736
- "secret",
737
- "sunday",
738
- "uncle",
739
- "war",
740
- "seeing",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
741
  "spent",
742
- "##k",
743
- "dogs",
744
- "feeling",
745
- "finish",
746
- "men",
747
- "miss",
 
748
  "part",
749
- "side",
750
- "sun",
751
- "broken",
752
- "cats",
753
- "dead",
754
- "price",
755
- "glass",
756
- "guy",
757
- "mean",
758
- "plane",
759
- "smoke",
760
- "vacation",
761
- "walked",
762
- "##ate",
763
  "##in",
764
- "during",
 
 
 
 
 
 
 
 
 
 
 
 
765
  "mountain",
766
- "speaks",
767
- "##age",
768
- "point",
769
- "set",
770
- "case",
771
- "health",
772
- "real",
773
- "shopping",
774
- "across",
775
- "exam",
776
- "four",
777
- "shirt",
778
  "traffic",
779
- "##ity",
780
- "##th",
781
  "against",
782
- "check",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
783
  "cook",
784
- "drunk",
785
- "evening",
786
  "hold",
787
- "known",
 
 
788
  "piano",
789
- "seven",
790
- "taxi",
791
- "travel",
792
- "works",
793
- "##i",
794
- "##le",
795
- "000",
796
- "apples",
797
- "its",
798
- "rice",
799
- "taken",
800
- "delicious",
801
- "mistakes",
802
- "movies",
803
  "reason",
804
- "words",
805
- "worried",
806
- "##ies",
807
- "borrow",
808
- "coat",
809
- "driving",
810
- "passed",
811
  "pick",
812
- "touch",
813
- "whole",
814
- "driver",
815
- "kid",
816
- "pictures",
817
- "seem",
818
- "somebody",
 
 
819
  "tall",
820
- "apple",
821
- "exactly",
822
- "half",
823
- "novel",
 
824
  "sitting",
825
- "stupid",
826
- "##an",
827
- "changed",
828
- "garden",
829
- "husband",
830
- "kids",
831
- "newspaper",
832
- "walking",
833
- "wash",
834
- "wind",
835
- "least",
836
- "played",
837
- "sleepy",
838
- "##0",
839
- "##o",
840
- "absent",
841
- "empty",
842
- "hardly",
843
- "meat",
844
- "move",
845
- "pizza",
846
- "soccer",
847
- "sound",
848
  "spring",
849
- "trust",
850
- "worked",
851
- "##or",
852
- "bath",
853
  "blood",
854
- "death",
855
- "glasses",
856
- "horse",
857
  "shower",
858
- "suddenly",
859
- "weekend",
860
- "women",
861
- "##ist",
862
- "##nt",
 
 
863
  "drinking",
864
- "killed",
865
- "line",
866
- "mad",
867
- "sing",
868
- "##ful",
 
 
 
 
 
 
 
 
869
  "brought",
 
870
  "famous",
871
- "hasn",
872
- "lights",
873
  "lying",
874
- "noise",
875
- "rains",
876
- "slowly",
877
- "staying",
878
- "airport",
879
- "clear",
880
- "earlier",
881
- "enjoy",
 
 
 
882
  "explain",
883
- "grandfather",
884
- "leaving",
 
885
  "moon",
886
- "needs",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
887
  "running",
 
 
 
888
  "somewhere",
889
- "stolen",
890
- "strong",
 
 
 
 
 
 
 
891
  "television",
892
- "tie",
893
- "##ling",
894
- "carry",
895
- "chair",
896
- "cry",
897
- "difference",
898
- "opened",
899
- "second",
900
- "sleeping",
901
- "takes",
902
- "##ine",
903
- "##on",
904
- "address",
905
- "cream",
906
- "gift",
907
- "girls",
908
- "past",
909
- "serious",
910
- "success",
911
  "##ting",
912
- "cannot",
 
 
 
 
 
 
 
 
913
  "earth",
914
- "easily",
915
- "fishing",
916
- "loves",
917
- "machine",
918
- "poor",
919
- "though",
 
920
  "wake",
 
 
 
921
  "##h",
922
- "arrive",
923
- "hundred",
924
- "knife",
925
- "mom",
926
- "mouth",
927
- "recently",
928
- "sight",
929
- "warm",
930
- "yes",
931
- "##id",
932
- "apologize",
933
- "bike",
934
- "lose",
935
- "10",
936
- "cheese",
937
  "held",
938
- "lake",
939
- "scared",
940
- "spend",
941
  "translate",
942
- "wallet",
943
- "writing",
944
- "beach",
945
- "begin",
946
- "card",
947
- "either",
948
- "john",
949
- "ride",
950
- "sea",
951
- "sky",
952
- "talked",
953
- "cheap",
954
- "fault",
955
- "guys",
956
- "helped",
957
- "hurts",
958
- "kissed",
959
- "languages",
960
- "salt",
961
  "smell",
962
- "##ant",
 
 
 
 
 
 
 
 
 
 
 
963
  "boyfriend",
964
- "church",
965
- "completely",
966
- "foreign",
967
- "injured",
968
- "nervous",
969
- "opinion",
970
- "##it",
 
 
971
  "arm",
972
- "follow",
973
- "heart",
974
- "impossible",
975
- "less",
976
- "report",
977
- "safe",
978
- "till",
979
- "trees",
980
- "voice",
981
- "##ated",
982
- "actually",
983
- "boys",
984
- "guitar",
985
  "learned",
986
- "listening",
987
- "moved",
988
- "paid",
 
 
 
 
 
 
 
989
  "return",
990
- "sent",
991
- "team",
992
- "yours",
993
- "##est",
 
 
 
 
 
 
 
 
994
  "##ive",
995
- "##ow",
996
- "bottle",
997
- "cooking",
998
  "couple",
999
- "fruit",
1000
- "future",
1001
  "means",
1002
- "october",
1003
- "rang",
1004
- "sense",
1005
- "solve",
1006
- "sugar",
1007
- "tastes",
1008
- "wall",
1009
- "watched",
1010
- "weeks",
1011
- "##ers",
1012
- "##ned",
1013
- "afford",
1014
- "america",
1015
- "animals",
1016
  "different",
1017
  "expect",
1018
- "eye",
1019
- "foot",
1020
- "immediately",
1021
- "invited",
1022
- "kitchen",
1023
- "sad",
1024
- "spoke",
1025
- "storm",
1026
- "##ct",
1027
- "cool",
1028
- "covered",
1029
  "cute",
1030
- "dangerous",
1031
- "plans",
1032
- "thinks",
1033
- "waited",
 
 
1034
  "##ped",
1035
- "##se",
 
 
 
 
1036
  "ball",
1037
- "distance",
1038
- "drank",
1039
- "maybe",
1040
- "missed",
 
 
 
 
 
 
 
 
1041
  "pencil",
1042
- "sell",
1043
  "smart",
1044
- "succeed",
1045
- "university",
1046
- "windows",
1047
- "built",
1048
- "common",
1049
- "expected",
1050
- "leaves",
 
 
 
 
 
 
 
 
 
 
 
 
1051
  "map",
1052
- "mt",
1053
  "post",
1054
- "several",
1055
- "showed",
1056
- "sign",
1057
  "situation",
1058
- "soup",
1059
- "##ary",
1060
- "##ible",
1061
- "##less",
1062
- "button",
1063
- "cars",
 
 
 
 
 
 
 
 
 
 
 
1064
  "color",
 
1065
  "deal",
1066
- "grew",
1067
- "grow",
1068
- "math",
 
 
1069
  "nine",
1070
- "rained",
 
 
 
 
1071
  "sooner",
1072
- "supposed",
1073
- "village",
1074
- "worth",
1075
- "anywhere",
1076
- "date",
1077
- "drop",
1078
- "favor",
1079
- "hey",
1080
- "translated",
1081
- "##ry",
1082
- "eight",
1083
- "information",
1084
- "liked",
1085
- "lots",
1086
- "season",
1087
- "supper",
1088
- "teeth",
1089
- "00",
1090
- "alive",
 
 
 
 
 
 
 
 
1091
  "choose",
1092
- "correct",
1093
  "count",
 
 
1094
  "ill",
1095
- "inside",
1096
- "keys",
1097
  "received",
1098
- "telling",
1099
- "top",
1100
- "usual",
1101
- "visited",
1102
- "##ical",
1103
- "##ish",
1104
- "##ted",
1105
- "bill",
1106
- "bridge",
1107
- "carefully",
1108
- "classroom",
1109
- "fix",
1110
- "fuji",
1111
- "gas",
1112
- "kill",
1113
- "laughed",
1114
- "ought",
1115
- "seemed",
1116
- "shall",
1117
- "supermarket",
1118
- "sweater",
1119
- "tickets",
1120
- "wet",
1121
- "written",
1122
- "##ial",
1123
- "dance",
1124
- "learning",
1125
- "missing",
1126
- "perfect",
1127
- "rent",
1128
- "taste",
1129
- "teach",
1130
- "wedding",
1131
- "##at",
1132
- "##ous",
1133
- "bird",
1134
- "cards",
1135
- "guess",
1136
- "happens",
1137
- "history",
1138
- "joke",
1139
- "laugh",
1140
- "loved",
1141
- "mail",
1142
- "months",
1143
- "passport",
1144
- "refrigerator",
1145
  "sentence",
1146
- "sports",
1147
- "##ch",
1148
- "calm",
1149
- "disappointed",
1150
- "dishes",
1151
- "failed",
1152
- "fall",
1153
- "locked",
1154
- "lucky",
1155
- "mood",
1156
- "woke",
1157
- "##et",
1158
- "##ure",
1159
- "##ve",
1160
- "ahead",
1161
  "apartment",
1162
- "choice",
1163
- "credit",
1164
- "diet",
1165
- "enjoyed",
1166
- "feet",
1167
- "football",
1168
- "funny",
1169
  "golf",
1170
- "grandmother",
1171
- "green",
1172
  "harder",
1173
- "herself",
1174
- "match",
1175
- "sounds",
1176
- "suitcase",
 
 
1177
  "thousand",
1178
- "truck",
1179
  "waste",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1180
  "##ness",
1181
- "##us",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1182
  "add",
1183
- "area",
1184
- "canadian",
1185
- "club",
1186
- "fever",
1187
- "given",
1188
  "leg",
1189
- "piece",
1190
- "pond",
1191
- "popular",
1192
- "roof",
1193
- "rule",
1194
  "rumor",
1195
  "shot",
1196
- "singing",
 
1197
  "standing",
1198
- "terrible",
1199
- "throw",
1200
- "##ance",
1201
- "arrested",
1202
- "birds",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1203
  "contact",
1204
- "enter",
1205
- "fat",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1206
  "flower",
1207
- "headache",
 
1208
  "join",
1209
  "kiss",
1210
- "law",
 
 
 
 
 
 
 
 
 
1211
  "museum",
1212
- "none",
 
 
1213
  "seldom",
1214
- "single",
1215
- "skiing",
1216
- "studied",
1217
- "traveling",
1218
- "##man",
1219
- "##ter",
1220
- "##ts",
1221
- "danger",
1222
- "earthquake",
1223
- "faster",
1224
- "neither",
1225
- "returned",
1226
- "speech",
1227
- "suit",
1228
- "twenty",
1229
- "##ating",
1230
- "##ue",
1231
- "appreciate",
1232
- "brothers",
1233
- "cherry",
1234
  "chocolate",
1235
- "corner",
1236
- "drinks",
1237
- "eats",
1238
- "handed",
1239
- "honest",
1240
- "keeps",
1241
- "lawyer",
1242
- "license",
1243
- "list",
1244
- "london",
1245
- "necessary",
1246
- "oil",
1247
- "problems",
1248
- "promised",
1249
- "ship",
1250
- "sofa",
1251
- "tears",
1252
- "##ction",
1253
- "##ent",
1254
- "##les",
1255
- "##st",
1256
- "##ty",
1257
- "comfortable",
1258
  "dad",
1259
- "except",
 
 
1260
  "fresh",
1261
- "jacket",
1262
- "legs",
1263
- "lied",
1264
- "marry",
 
 
 
 
 
 
 
 
 
 
 
 
 
1265
  "page",
1266
- "reached",
1267
- "spoken",
1268
- "temperature",
1269
- "washing",
1270
- "##ce",
1271
- "agreed",
1272
- "asking",
1273
- "butter",
1274
- "cash",
1275
  "charge",
 
1276
  "course",
1277
- "decision",
1278
- "dirty",
1279
- "fixed",
1280
- "gotten",
 
 
1281
  "low",
1282
- "noon",
1283
- "rules",
1284
- "stole",
1285
- "##led",
1286
- "##p",
1287
- "advised",
1288
- "boss",
1289
- "cookies",
1290
- "due",
1291
- "europe",
1292
- "native",
1293
- "needed",
1294
- "public",
1295
- "raise",
1296
- "sisters",
1297
- "states",
1298
- "sweet",
1299
- "talks",
1300
- "vegetables",
1301
- "whenever",
1302
- "##ack",
1303
- "##am",
1304
  "##b",
1305
- "##ite",
1306
- "above",
 
 
 
1307
  "account",
 
 
1308
  "bite",
1309
- "deep",
1310
- "examination",
1311
- "experience",
1312
- "hates",
1313
- "letters",
1314
- "likely",
1315
- "ordered",
1316
- "runs",
1317
- "singer",
1318
- "taught",
1319
- "threw",
1320
- "##ar",
1321
- "##en",
1322
- "##g",
1323
- "##rs",
1324
- "attend",
1325
- "bear",
1326
- "boat",
1327
- "extremely",
1328
  "heat",
1329
- "lock",
1330
- "meal",
1331
- "pool",
1332
- "saturday",
1333
- "sold",
1334
- "stomach",
1335
- "strawberries",
1336
- "subject",
1337
- "united",
1338
- "washed",
1339
- "whatever",
1340
- "##ile",
1341
- "##ise",
1342
- "##re",
1343
  "accept",
1344
- "attention",
1345
- "climb",
1346
- "crowded",
1347
- "entered",
1348
- "healthy",
1349
- "instead",
1350
- "meaning",
1351
- "someday",
 
 
1352
  "stood",
1353
- "stuck",
1354
- "twice",
1355
- "within",
1356
- "york",
1357
- "##5",
1358
- "##ia",
1359
- "##ily",
1360
- "##red",
1361
  "20",
1362
- "american",
1363
- "bench",
1364
- "breath",
1365
- "burned",
1366
- "calling",
1367
- "depressed",
1368
- "dropped",
1369
- "holiday",
1370
- "laughing",
1371
- "lonely",
1372
- "notice",
1373
- "patient",
1374
- "peace",
1375
- "plays",
 
1376
  "population",
1377
- "save",
1378
  "schedule",
1379
- "seriously",
1380
- "silent",
1381
- "slept",
1382
- "snowing",
1383
- "tag",
1384
- "using",
1385
- "##il",
1386
- "##ut",
1387
- "admitted",
1388
- "aware",
1389
- "cause",
1390
- "chicken",
1391
- "decide",
1392
- "fail",
1393
- "games",
1394
- "hang",
1395
- "picnic",
1396
- "plenty",
1397
- "policeman",
1398
- "size",
1399
- "smile",
1400
- "thirteen",
1401
- "weren",
1402
- "##ip",
1403
- "##ping",
1404
  "bathroom",
1405
- "cheaper",
1406
- "crazy",
1407
- "dating",
1408
- "dreams",
1409
- "feelings",
1410
- "fly",
1411
- "gate",
1412
- "god",
1413
- "gun",
1414
- "lady",
1415
- "lately",
1416
- "luck",
1417
- "managed",
1418
- "nearby",
1419
- "nearest",
1420
- "nor",
1421
- "nose",
1422
- "oh",
1423
  "pair",
1424
- "pocket",
1425
- "sale",
1426
- "##aking",
1427
- "##m",
1428
- "##os",
1429
- "##ss",
1430
- "##tion",
1431
- "allowed",
1432
- "bored",
1433
- "clouds",
1434
- "diary",
1435
- "fact",
1436
- "factory",
1437
- "fired",
1438
- "flight",
1439
- "ghosts",
1440
- "graduated",
1441
- "ground",
1442
- "hobby",
1443
- "kilometers",
1444
- "lies",
1445
- "meant",
1446
- "picked",
1447
- "rarely",
1448
  "repaired",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1449
  "reply",
1450
- "result",
1451
- "ring",
1452
- "rope",
1453
- "satisfied",
1454
- "stars",
1455
- "wonderful",
1456
- "acted",
1457
- "basketball",
1458
- "body",
1459
- "burst",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1460
  "certain",
1461
- "doubt",
 
 
 
1462
  "feels",
1463
- "hole",
1464
- "hung",
 
 
1465
  "lay",
1466
- "noticed",
1467
- "remained",
1468
- "roses",
1469
- "sharp",
1470
- "smells",
1471
- "special",
 
 
 
1472
  "starting",
1473
- "sundays",
1474
- "thief",
1475
- "third",
1476
- "throat",
1477
- "tongue",
1478
  "warmer",
1479
- "##9",
1480
- "##as",
1481
- "##ble",
1482
- "##cted",
1483
- "##ged",
1484
- "##ide",
1485
- "##is",
1486
- "##op",
1487
- "##pt",
1488
- "##um",
1489
- "100",
1490
- "climbed",
1491
  "complaining",
1492
  "countries",
1493
- "crowd",
1494
- "easier",
1495
- "fifty",
1496
- "habit",
1497
- "island",
1498
- "kinds",
1499
- "meals",
1500
- "orange",
1501
- "pale",
1502
- "paris",
 
 
 
 
 
 
 
 
 
1503
  "prices",
1504
- "project",
1505
- "sore",
1506
- "stone",
1507
- "stops",
1508
  "taller",
1509
- "teaching",
1510
- "temple",
1511
- "zoo",
1512
- "##ade",
1513
- "##ge",
1514
- "##ging",
1515
- "##hip",
1516
- "##ition",
1517
- "##ks",
1518
- "##sed",
1519
- "##ving",
1520
  "accustomed",
 
1521
  "allow",
1522
- "art",
1523
- "beginning",
1524
- "bell",
1525
- "blame",
1526
- "chinese",
1527
- "cleaning",
1528
- "draw",
1529
- "dressed",
1530
- "ended",
1531
- "hadn",
1532
- "handle",
1533
- "lift",
1534
- "mathematics",
1535
- "painted",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1536
  "perhaps",
1537
- "player",
1538
  "pleased",
 
1539
  "prize",
1540
- "proposal",
1541
- "pulled",
1542
- "rainy",
1543
  "raised",
1544
- "results",
1545
- "seats",
1546
- "upset",
1547
- "view",
1548
- "worse",
1549
- "##2",
1550
- "##ian",
1551
- "##ied",
1552
- "##ons",
1553
- "##u",
1554
- "begins",
1555
- "caused",
 
 
 
 
 
 
1556
  "childhood",
1557
- "continued",
1558
- "enemy",
1559
- "escaped",
 
 
 
1560
  "familiar",
1561
- "fill",
1562
- "furniture",
1563
  "grass",
1564
- "helping",
1565
- "illness",
1566
- "king",
1567
- "loud",
1568
- "nearly",
1569
- "parking",
1570
- "practice",
1571
- "prevented",
1572
- "prison",
1573
- "proud",
1574
- "sort",
1575
- "surprise",
 
 
 
 
 
 
1576
  "toilet",
1577
- "twelve",
1578
  "typhoon",
1579
- "wore",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1580
  "##4",
1581
- "##dy",
1582
- "##ner",
1583
- "##rate",
1584
- "##tle",
1585
- "##ug",
1586
- "##ute",
1587
- "##w",
1588
- "2013",
1589
  "according",
1590
- "airplane",
1591
- "answered",
1592
- "cancer",
1593
- "cookie",
 
1594
  "cried",
 
1595
  "divorced",
1596
- "doors",
1597
- "eleven",
1598
- "email",
1599
- "exercise",
1600
- "fog",
1601
- "france",
1602
- "fridge",
1603
- "goodbye",
1604
  "handsome",
1605
- "hearing",
1606
  "hid",
1607
- "holidays",
1608
- "intelligent",
1609
- "larger",
1610
- "middle",
1611
  "motorcycle",
1612
- "nurse",
1613
- "offer",
1614
- "oranges",
1615
- "painting",
1616
- "passengers",
1617
- "president",
1618
- "push",
1619
- "race",
1620
- "rid",
1621
- "spare",
1622
- "stamps",
1623
- "totally",
1624
- "type",
1625
- "unfortunately",
1626
- "unless",
1627
- "##and",
1628
- "##are",
 
 
1629
  "##na",
1630
- "##ors",
1631
- "admit",
1632
- "appointment",
1633
- "april",
1634
- "blossoms",
1635
- "borrowed",
1636
- "build",
1637
- "center",
1638
- "chess",
1639
- "classes",
1640
- "discuss",
1641
- "ears",
1642
- "egg",
1643
- "elevator",
1644
- "feed",
1645
- "hide",
1646
- "hill",
1647
- "jam",
1648
- "juice",
1649
- "june",
1650
- "laundry",
1651
- "noisy",
1652
- "photo",
1653
- "purpose",
1654
- "reservation",
1655
- "rock",
1656
- "rude",
1657
- "salary",
1658
- "snakes",
1659
- "speaker",
1660
- "step",
1661
- "stranger",
1662
- "sudden",
1663
- "towel",
1664
- "woods",
1665
- "##ative",
1666
- "##by",
1667
- "##ire",
1668
- "##king",
1669
- "##one",
1670
- "##ore",
1671
- "##ries",
1672
- "##ved",
1673
- "apart",
1674
- "appeared",
1675
- "castle",
1676
- "dentist",
1677
- "depends",
1678
- "fallen",
1679
- "gold",
1680
- "hello",
1681
- "hiding",
1682
- "jump",
1683
- "magazine",
1684
- "mask",
1685
- "member",
1686
- "miles",
1687
- "mouse",
1688
- "neighbors",
1689
- "ocean",
1690
- "recommend",
1691
- "regret",
1692
- "relieved",
1693
- "respect",
1694
- "round",
1695
- "sandwich",
1696
- "similar",
1697
- "skirt",
1698
- "thirsty",
1699
- "useful",
1700
- "##3",
1701
- "##ay",
1702
- "##ched",
1703
- "##gy",
1704
- "##hy",
1705
- "##ier",
1706
- "##im",
1707
- "##ious",
1708
- "##ur",
1709
  "##way",
 
 
1710
  "accidents",
1711
- "average",
1712
- "buying",
1713
- "calls",
1714
- "capital",
1715
- "chicago",
1716
- "concerned",
1717
- "dying",
1718
- "engine",
1719
- "everywhere",
1720
- "exhausted",
1721
- "frankly",
1722
- "friendly",
1723
- "guilty",
1724
- "jackson",
1725
- "joking",
1726
- "kidding",
1727
- "lovely",
1728
- "mistaken",
1729
- "mondays",
1730
- "non",
1731
- "pants",
1732
- "raw",
1733
- "realized",
1734
- "repair",
1735
- "ringing",
1736
- "slow",
1737
- "socks",
1738
- "stairs",
1739
- "traveled",
1740
- "workers",
1741
- "##ain",
1742
- "##ap",
1743
- "##ber",
1744
- "##dle",
1745
- "##ities",
1746
- "##ns",
1747
- "##te",
1748
- "##zing",
1749
- "acquainted",
1750
  "aunt",
1751
- "avoid",
1752
- "belong",
1753
- "bigger",
1754
- "brown",
1755
- "carried",
1756
- "clearly",
1757
- "control",
1758
- "costs",
1759
- "cross",
1760
- "department",
1761
- "entrance",
1762
- "excellent",
1763
- "fool",
1764
- "gloves",
1765
- "human",
1766
- "jeans",
1767
- "ladder",
1768
- "lent",
1769
- "loss",
1770
- "names",
1771
- "natural",
1772
- "pie",
1773
- "places",
1774
- "quietly",
1775
- "reach",
1776
- "shoulders",
1777
- "video",
1778
- "wherever",
1779
- "writer",
1780
- "##6",
1781
- "##all",
1782
- "##ase",
1783
- "##ces",
1784
- "##cy",
1785
- "##ding",
1786
- "##ice",
1787
- "##ized",
1788
- "##ne",
1789
- "##ove",
1790
- "abandoned",
1791
- "absolutely",
1792
- "accused",
1793
- "awake",
1794
- "believed",
1795
- "believes",
1796
- "bookstore",
1797
  "bottom",
1798
- "continue",
1799
- "difficulty",
1800
- "duty",
1801
- "excited",
1802
- "farm",
1803
- "fear",
1804
- "fight",
1805
- "figure",
1806
- "finger",
1807
- "fit",
1808
- "fond",
1809
- "friday",
1810
- "german",
1811
- "hall",
1812
- "happiness",
1813
- "imagine",
1814
- "listened",
1815
- "major",
1816
- "message",
1817
- "nap",
1818
- "particular",
1819
- "personal",
1820
- "pressure",
1821
- "shelf",
1822
- "shorter",
1823
- "smiling",
1824
- "spread",
1825
- "suicide",
1826
- "sushi",
1827
- "temper",
1828
- "terms",
1829
- "theater",
1830
- "upstairs",
1831
- "weird",
1832
- "wood",
1833
- "##der",
1834
- "##imate",
1835
- "##ised",
1836
- "##land",
1837
- "##lies",
1838
- "##sy",
1839
- "##x",
1840
- "alcohol",
1841
- "americans",
1842
- "animal",
1843
- "beat",
1844
- "beauty",
1845
- "belongs",
1846
- "below",
1847
- "brush",
1848
- "canceled",
1849
- "cover",
1850
  "crime",
1851
- "diamond",
1852
- "document",
1853
- "dry",
1854
- "eighteen",
1855
- "exchange",
1856
- "explanation",
1857
- "filled",
1858
- "forest",
1859
- "forgive",
1860
- "further",
1861
- "goal",
1862
- "honey",
1863
- "interpreter",
1864
- "introduce",
1865
- "kicked",
1866
- "laptop",
1867
- "lower",
1868
- "metal",
1869
- "meters",
1870
- "million",
1871
- "mountains",
1872
- "neighbor",
1873
- "normal",
1874
- "pieces",
1875
- "poem",
1876
- "press",
1877
- "pretended",
1878
  "rabbit",
1879
- "salad",
1880
- "ski",
1881
- "skin",
1882
- "star",
1883
- "starts",
1884
- "teachers",
1885
- "tooth",
1886
- "unable",
1887
- "wears",
1888
- "youngest",
1889
- "##ach",
1890
- "##elf",
1891
- "##ising",
1892
- "##ited",
1893
- "##ning",
1894
- "##ose",
1895
- "##ound",
 
1896
  "act",
1897
- "advance",
1898
  "alarm",
1899
- "allergic",
1900
- "among",
1901
- "blew",
 
 
 
1902
  "board",
1903
- "canada",
1904
- "candy",
1905
- "cap",
1906
- "china",
1907
- "considered",
1908
- "copy",
1909
- "couch",
1910
- "curtain",
1911
- "customers",
1912
- "express",
1913
  "fashion",
 
 
 
 
 
1914
  "government",
1915
- "ideas",
1916
- "ink",
1917
- "intend",
1918
- "involved",
1919
  "kindness",
1920
- "lightning",
1921
- "main",
1922
- "mention",
1923
- "named",
1924
- "ones",
1925
- "pencils",
1926
- "pepper",
1927
- "refused",
1928
  "sandwiches",
1929
- "science",
1930
- "served",
1931
- "speed",
1932
- "straight",
1933
- "stronger",
1934
  "tallest",
1935
- "trains",
1936
- "welcome",
1937
- "wild",
1938
- "yellow",
1939
- "##cle",
1940
- "##f",
1941
- "##iable",
1942
- "##ir",
1943
- "##line",
1944
- "##me",
1945
- "##ology",
1946
- "##oon",
1947
  "##ort",
1948
- "##posed",
1949
- "##rated",
1950
- "##ring",
1951
- "##ture",
1952
- "300",
1953
- "available",
1954
- "boring",
1955
- "breaking",
1956
- "bright",
1957
- "cleaned",
1958
- "clever",
1959
- "confused",
1960
- "cooked",
1961
- "dessert",
1962
  "doll",
1963
  "drew",
1964
- "ear",
1965
  "education",
1966
- "engaged",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1967
  "fifteen",
1968
- "finding",
1969
- "following",
1970
  "form",
1971
- "forty",
1972
- "gentleman",
1973
  "gym",
1974
- "happening",
1975
- "houses",
1976
- "jumped",
1977
  "knowing",
1978
- "louder",
1979
- "marriage",
1980
- "midnight",
1981
- "mobile",
1982
- "neighborhood",
1983
- "obvious",
1984
- "overseas",
1985
  "paint",
1986
- "planned",
1987
- "relax",
1988
- "restaurants",
1989
- "safety",
1990
- "shy",
1991
- "simple",
1992
- "stubborn",
1993
- "succeeded",
1994
- "tax",
1995
- "thick",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1996
  "twin",
1997
- "understood",
1998
- "wise",
1999
  "yard",
2000
- "##ail",
2001
- "##ast",
2002
- "##cious",
2003
- "##ear",
2004
- "##iled",
2005
- "##ined",
2006
  "##ires",
2007
- "##itive",
2008
- "##ium",
2009
- "##ls",
2010
- "##nd",
2011
- "##ust",
2012
- "50",
2013
- "ability",
2014
- "absorbed",
2015
- "accepted",
2016
- "apologized",
2017
- "arms",
2018
- "bags",
2019
- "barely",
2020
- "beef",
2021
- "beside",
2022
  "bitten",
2023
- "blowing",
2024
- "bother",
2025
- "carpet",
2026
- "cd",
2027
- "computers",
2028
- "condition",
2029
  "definitely",
2030
- "degrees",
2031
- "equal",
2032
- "failure",
2033
- "falling",
2034
- "fence",
2035
- "fighting",
2036
- "film",
2037
- "followed",
2038
- "handwriting",
2039
- "hated",
2040
  "helps",
2041
- "holding",
2042
- "humid",
2043
- "interest",
2044
  "invitation",
2045
- "invite",
2046
- "judge",
2047
- "notebook",
2048
- "nowadays",
2049
- "occurred",
2050
- "promises",
2051
- "quick",
 
 
 
2052
  "rate",
2053
- "solution",
2054
- "sometime",
2055
- "songs",
2056
- "sport",
2057
- "stick",
2058
- "stuff",
 
 
 
 
2059
  "tail",
2060
- "toy",
2061
- "treat",
2062
- "web",
2063
- "winning",
2064
- "worst",
2065
- "wrap",
2066
- "##ag",
2067
- "##ale",
2068
- "##ered",
2069
- "##erve",
2070
- "##her",
2071
- "##ick",
2072
- "##ill",
2073
- "##ions",
2074
- "##ll",
2075
- "##ories",
2076
- "##orn",
2077
  "##ost",
 
 
2078
  "##ray",
2079
- "##time",
2080
- "##ugs",
2081
- "##up",
2082
- "##ware",
2083
- "##ze",
2084
- "anyway",
2085
- "attack",
2086
- "attended",
2087
- "audience",
2088
- "baked",
2089
- "becoming",
2090
- "cab",
2091
- "careless",
2092
- "cell",
2093
- "certainly",
2094
- "checked",
2095
- "consider",
2096
- "courage",
2097
- "cups",
2098
- "curry",
2099
- "dancing",
2100
  "disease",
2101
  "divorce",
2102
- "ends",
2103
- "escape",
2104
- "fox",
2105
- "generally",
2106
- "group",
2107
- "huge",
2108
- "increase",
2109
- "innocent",
2110
- "largest",
2111
- "lines",
 
 
 
 
 
 
2112
  "okay",
2113
- "opportunity",
2114
- "oven",
2115
- "pajamas",
2116
- "plants",
2117
- "professor",
2118
- "puppy",
2119
- "recognize",
2120
- "rely",
2121
- "rose",
2122
- "santa",
2123
- "scene",
2124
- "share",
2125
- "shoulder",
2126
- "slight",
2127
- "soldiers",
2128
- "sons",
2129
- "sour",
2130
- "space",
2131
- "suspect",
2132
- "treated",
2133
- "unlikely",
2134
- "visiting",
2135
- "worn",
2136
- "yourselves",
2137
- "##ard",
2138
- "##ars",
2139
- "##ations",
2140
- "##ats",
2141
- "##bed",
2142
- "##ches",
2143
- "##ck",
2144
- "##cts",
2145
- "##ds",
2146
- "##house",
2147
- "##ication",
2148
- "##ished",
2149
- "##men",
2150
  "##ney",
2151
- "##ory",
2152
- "##pted",
2153
- "##ution",
2154
- "ages",
2155
- "amount",
2156
- "badly",
 
 
 
 
 
2157
  "behavior",
2158
- "birth",
2159
- "bitter",
2160
- "captain",
2161
- "cigarettes",
2162
- "closer",
2163
- "convinced",
 
2164
  "crossed",
 
2165
  "destroyed",
2166
- "dollar",
2167
- "ease",
2168
  "envelope",
2169
- "exist",
2170
- "fair",
2171
- "fingers",
2172
- "flu",
2173
  "flying",
2174
- "frozen",
2175
- "gained",
2176
- "grade",
2177
- "insects",
2178
- "intended",
 
 
 
 
2179
  "invented",
2180
- "iron",
2181
  "jealous",
2182
  "knowledge",
2183
- "lion",
2184
- "matters",
2185
- "memory",
2186
- "mirror",
2187
  "moving",
2188
- "mud",
2189
- "nonsense",
2190
- "north",
2191
- "parked",
2192
- "plate",
2193
- "pockets",
2194
- "program",
2195
- "pull",
2196
- "rabbits",
2197
  "reminds",
2198
- "retired",
2199
- "rooms",
2200
  "sales",
2201
  "saved",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2202
  "search",
2203
  "service",
2204
  "sheep",
2205
- "skipped",
2206
- "smaller",
2207
- "smiled",
2208
- "snack",
2209
  "snowman",
2210
- "spends",
2211
  "split",
2212
- "studies",
2213
- "suffering",
2214
- "support",
2215
- "theory",
2216
- "thin",
2217
- "tied",
2218
- "tight",
2219
- "tire",
2220
- "tower",
2221
- "volume",
2222
- "writes",
2223
- "##7",
2224
- "##ages",
2225
- "##ake",
2226
  "##als",
2227
- "##amp",
2228
- "##ax",
2229
- "##board",
2230
- "##den",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2231
  "##eel",
2232
- "##ence",
2233
- "##ew",
 
2234
  "##gth",
2235
- "##ince",
2236
- "##ining",
2237
- "##ins",
2238
- "##ior",
2239
- "##lar",
2240
- "##ma",
 
2241
  "##ments",
2242
- "##oast",
2243
- "##om",
2244
- "##ong",
2245
  "##oo",
2246
- "##ot",
2247
- "##rn",
2248
- "##ror",
2249
- "##sume",
2250
- "##ual",
2251
- "##ually",
2252
- "##unch",
2253
- "##ung",
2254
- "##ury",
2255
  "##uts",
2256
- "##vided",
2257
  "##vy",
2258
- "18",
2259
- "500",
2260
- "active",
2261
- "ambulance",
2262
- "appears",
2263
- "ashamed",
2264
- "author",
2265
- "based",
2266
- "basket",
2267
  "begun",
2268
- "blind",
2269
- "buses",
2270
- "cafeteria",
2271
- "cancel",
 
2272
  "carrying",
2273
- "chairman",
2274
- "chairs",
2275
- "cheeks",
2276
  "closet",
2277
- "cloth",
2278
- "colder",
2279
  "complete",
2280
- "consult",
2281
- "contract",
2282
- "convenient",
2283
- "data",
2284
- "deaf",
2285
- "discussed",
2286
- "earns",
2287
- "earthquakes",
2288
- "economy",
2289
- "emergency",
2290
  "explained",
2291
- "forgotten",
2292
- "giving",
2293
  "grapes",
2294
- "however",
2295
  "improve",
 
 
2296
  "jokes",
2297
- "lasted",
2298
- "lazy",
2299
- "lecture",
2300
- "limit",
2301
- "obey",
2302
- "opening",
2303
- "paying",
 
 
 
 
2304
  "pleasure",
2305
- "polite",
2306
- "preparing",
2307
- "private",
2308
- "pushed",
2309
- "rare",
2310
- "record",
2311
- "request",
2312
  "riding",
2313
- "skating",
2314
- "smoked",
2315
- "snowed",
2316
- "stands",
2317
- "subway",
2318
- "suggestion",
2319
- "sunglasses",
2320
- "sunny",
2321
- "tough",
2322
- "turns",
2323
- "upon",
 
 
 
 
2324
  "volleyball",
2325
  "vote",
2326
- "ways",
2327
- "##8",
2328
- "##ally",
2329
- "##arm",
2330
- "##ased",
2331
- "##ashed",
2332
- "##bs",
2333
- "##eat",
2334
- "##fish",
2335
- "##gest",
2336
- "##icted",
2337
- "##ief",
2338
- "##ilt",
2339
- "##inal",
2340
- "##itude",
2341
- "##lish",
2342
- "##nce",
2343
- "##ode",
2344
- "##owed",
 
 
2345
  "##ra",
2346
- "##tain",
2347
- "##ters",
2348
- "##ves",
2349
- "11",
2350
- "action",
2351
- "although",
2352
- "anxious",
2353
- "apply",
2354
- "behave",
2355
- "beyond",
2356
- "buildings",
2357
- "burning",
2358
  "canadians",
2359
- "ceiling",
2360
- "cheer",
 
2361
  "chickens",
2362
- "cloudy",
2363
- "committed",
2364
- "committee",
2365
- "concern",
2366
- "confidence",
2367
- "counter",
2368
- "coward",
2369
  "curtains",
2370
- "damage",
2371
- "demand",
2372
- "detective",
2373
- "disappeared",
2374
- "discovered",
2375
- "dislike",
2376
- "dozen",
2377
- "dreamed",
2378
- "entering",
2379
- "expecting",
2380
- "eyesight",
2381
- "flat",
2382
- "flood",
2383
- "forever",
2384
- "germany",
2385
- "gives",
2386
- "graduate",
2387
- "hi",
2388
- "hidden",
2389
- "higher",
2390
- "interview",
2391
- "introduced",
2392
- "italy",
2393
- "knocked",
2394
- "land",
2395
- "lemon",
2396
- "manager",
2397
- "neck",
2398
- "newspapers",
2399
- "percent",
2400
- "perfectly",
2401
  "phoned",
2402
- "position",
2403
- "power",
2404
- "prepared",
2405
- "printer",
2406
  "profile",
2407
- "prohibited",
2408
- "published",
2409
- "realize",
2410
- "restroom",
2411
- "robbed",
2412
- "sang",
2413
- "saving",
2414
- "scissors",
2415
- "selling",
2416
- "slippery",
2417
- "snake",
2418
- "spite",
2419
- "stories",
2420
- "strict",
2421
- "thanksgiving",
2422
- "toys",
2423
- "trick",
2424
- "walks",
2425
- "weak",
2426
- "wow",
2427
- "##ad",
2428
- "##cakes",
 
 
 
2429
  "##cast",
2430
- "##cope",
2431
- "##day",
2432
- "##ell",
2433
- "##els",
2434
- "##icate",
 
 
 
2435
  "##iety",
2436
- "##ime",
2437
- "##ination",
2438
- "##ink",
2439
- "##ipe",
2440
- "##ius",
2441
- "##ived",
2442
- "##ives",
2443
- "##iving",
2444
- "##ization",
2445
- "##ize",
2446
- "##lapped",
2447
- "##lect",
2448
- "##light",
2449
  "##nel",
2450
- "##nk",
2451
- "##ny",
2452
- "##oot",
2453
- "##otion",
 
2454
  "##per",
2455
- "##ple",
2456
- "##reaming",
2457
- "##room",
2458
- "##row",
2459
- "##tic",
2460
- "##ub",
2461
- "40",
2462
- "achieved",
2463
- "actor",
2464
- "admire",
2465
- "admission",
2466
- "arriving",
2467
- "autumn",
2468
- "baggage",
 
2469
  "bar",
2470
- "bee",
2471
- "boots",
2472
- "brave",
2473
- "breathe",
2474
- "cellphone",
2475
- "classmates",
2476
- "claus",
2477
- "climbing",
2478
- "coin",
2479
- "collecting",
2480
- "compared",
 
 
2481
  "complicated",
 
 
 
2482
  "daily",
2483
- "delayed",
2484
- "departure",
2485
  "depend",
2486
- "detail",
2487
- "drawing",
2488
- "fed",
2489
- "flew",
2490
  "foreigners",
2491
- "frightened",
2492
- "garage",
2493
- "granted",
2494
- "grown",
2495
- "hawaii",
2496
- "height",
2497
- "hug",
2498
- "ignore",
2499
- "incident",
2500
- "india",
2501
- "located",
2502
- "losing",
2503
- "makeup",
2504
- "market",
2505
- "master",
2506
- "members",
2507
- "mess",
2508
- "method",
2509
- "modern",
2510
- "murder",
2511
- "nights",
2512
- "note",
2513
  "overweight",
2514
- "owner",
2515
- "pace",
2516
  "papers",
2517
- "per",
2518
- "pickpockets",
2519
- "pillow",
2520
- "plant",
2521
- "poet",
2522
- "politics",
2523
- "postponed",
2524
- "quality",
2525
- "recognized",
2526
- "remain",
2527
- "repeat",
2528
- "rough",
2529
- "sand",
2530
- "selfish",
2531
  "shape",
2532
- "slower",
2533
  "snows",
 
 
2534
  "spell",
2535
- "spot",
2536
- "squirrels",
2537
- "stage",
2538
  "steak",
2539
- "stores",
2540
- "successful",
2541
- "suppose",
2542
- "surprising",
2543
- "swam",
2544
- "system",
2545
- "terribly",
2546
- "text",
2547
- "trained",
2548
  "turning",
2549
- "ugly",
2550
- "vase",
 
2551
  "vegetarian",
2552
- "violin",
2553
- "wide",
2554
- "wolves",
 
2555
  "worker",
2556
- "##acy",
2557
- "##aire",
2558
- "##ak",
2559
- "##althy",
2560
- "##ame",
2561
- "##antly",
2562
- "##box",
2563
- "##cess",
2564
- "##cover",
2565
- "##dom",
2566
- "##el",
2567
  "##fuse",
2568
- "##gree",
2569
- "##ient",
2570
- "##iest",
2571
- "##ified",
2572
- "##ilies",
2573
- "##mark",
2574
- "##mber",
2575
- "##ming",
2576
- "##mit",
2577
- "##mon",
2578
- "##ntly",
2579
- "##ol",
2580
- "##ooth",
2581
- "##oy",
2582
- "##ps",
2583
- "##rel",
 
 
 
 
2584
  "##sh",
2585
  "##shed",
2586
  "##sist",
2587
- "##tent",
2588
- "##tled",
2589
- "##umb",
2590
- "##ured",
2591
- "##urious",
2592
- "##uted",
2593
- "##wn",
2594
- "##yard",
2595
- "13",
2596
- "15",
2597
  "200",
2598
- "20th",
2599
- "accompanied",
2600
- "alice",
2601
- "appearance",
2602
- "awfully",
2603
- "barking",
2604
- "battery",
2605
- "bedroom",
2606
  "boil",
2607
- "bothering",
2608
- "carrots",
2609
- "cave",
2610
- "century",
2611
- "ceremony",
2612
- "changes",
2613
- "changing",
2614
  "cigarette",
 
 
2615
  "communicate",
2616
- "completed",
2617
- "cows",
2618
- "deeply",
2619
- "direction",
2620
- "downstairs",
2621
- "dust",
2622
- "electricity",
2623
- "elephants",
2624
- "energy",
2625
- "examined",
2626
- "exceptions",
2627
- "exciting",
2628
  "experienced",
2629
- "facts",
2630
- "forced",
2631
- "forecast",
2632
- "garbage",
2633
- "genius",
2634
- "grades",
2635
- "grammar",
2636
  "growing",
2637
- "habits",
2638
  "handkerchief",
2639
- "harvard",
2640
- "heater",
2641
- "highest",
2642
- "importance",
2643
- "income",
2644
- "increased",
2645
- "interrupt",
2646
- "lack",
2647
  "lessons",
2648
- "liar",
2649
- "lips",
2650
- "lottery",
2651
- "mexico",
2652
- "model",
2653
- "moldy",
2654
- "musician",
2655
- "narrow",
2656
- "narrowly",
2657
- "novels",
2658
- "odd",
2659
- "opinions",
2660
- "owns",
2661
  "password",
2662
  "personally",
2663
- "pink",
2664
- "planted",
2665
- "prepare",
2666
  "pressed",
2667
- "progress",
2668
- "reads",
2669
- "refrain",
2670
- "religion",
2671
- "rented",
2672
- "responsibility",
2673
  "rome",
2674
- "sells",
2675
- "shake",
2676
- "simply",
2677
- "smarter",
2678
- "spending",
2679
- "spicy",
2680
- "spirits",
2681
- "suitcases",
2682
- "sweat",
2683
- "swimmer",
2684
- "teaches",
 
 
 
 
2685
  "term",
2686
  "themselves",
2687
- "trash",
2688
- "uncomfortable",
2689
- "upside",
2690
- "useless",
2691
- "uses",
2692
- "whichever",
2693
- "windy",
2694
- "##1",
2695
  "##ache",
2696
- "##ane",
2697
- "##aned",
2698
- "##ark",
 
2699
  "##ath",
2700
- "##ational",
2701
- "##aves",
2702
- "##aving",
2703
- "##bly",
2704
- "##c",
2705
- "##case",
2706
- "##cies",
2707
- "##couraged",
2708
- "##covery",
2709
- "##ctor",
2710
- "##de",
2711
- "##ected",
2712
- "##enses",
2713
- "##ey",
2714
- "##form",
2715
- "##ft",
2716
  "##hone",
2717
- "##iate",
2718
- "##ieve",
2719
- "##ig",
2720
- "##ight",
2721
- "##ison",
2722
- "##istic",
2723
- "##itical",
2724
- "##iver",
2725
- "##ked",
2726
  "##ky",
2727
- "##lown",
2728
- "##med",
2729
- "##my",
2730
- "##nate",
2731
- "##ng",
2732
- "##nts",
2733
- "##oke",
2734
- "##old",
2735
- "##ometer",
2736
- "##place",
2737
- "##son",
2738
- "##ssed",
2739
- "##tch",
2740
- "##teady",
2741
- "##teen",
2742
- "##ton",
2743
- "##tress",
2744
- "##uce",
2745
  "##uck",
2746
- "##ude",
2747
- "##umor",
2748
- "##wing",
2749
- "alcoholic",
2750
- "amazing",
 
 
 
2751
  "ankle",
2752
- "anytime",
2753
- "atm",
2754
- "barber",
2755
- "bet",
2756
- "blackboard",
2757
- "bone",
2758
- "bottles",
2759
- "brings",
2760
- "bucket",
 
 
 
2761
  "cheerful",
2762
  "chest",
2763
- "classical",
2764
- "cleared",
2765
- "contest",
2766
- "cousin",
2767
  "darker",
2768
- "details",
2769
- "drives",
2770
- "drove",
2771
- "east",
2772
- "efforts",
2773
- "england",
2774
- "enjoying",
2775
- "exams",
2776
- "extra",
2777
- "fairly",
2778
- "general",
2779
- "glanced",
2780
- "grab",
2781
  "grows",
2782
- "guests",
2783
- "haircut",
2784
- "hammer",
2785
- "headed",
2786
- "helpful",
2787
- "hesitate",
2788
- "horizon",
2789
- "hurried",
2790
- "idiot",
2791
- "illegal",
2792
- "inviting",
2793
  "issue",
2794
- "kyoto",
2795
  "laid",
2796
- "lesson",
2797
- "luggage",
2798
- "medical",
2799
- "mystery",
2800
- "optimistic",
2801
- "osaka",
 
 
 
 
2802
  "overslept",
2803
- "parallel",
2804
- "pardon",
2805
- "permission",
2806
- "personality",
2807
- "persuaded",
2808
- "pet",
2809
  "physics",
2810
  "pilot",
2811
- "players",
2812
- "policy",
2813
- "potatoes",
2814
- "pretend",
2815
- "purse",
2816
- "ramen",
2817
- "reasons",
2818
- "roads",
2819
- "safely",
 
 
 
 
 
2820
  "sake",
2821
- "scary",
2822
- "scolded",
2823
- "seafood",
2824
- "shave",
2825
- "shock",
2826
- "silence",
2827
- "sixty",
2828
- "soap",
2829
- "soft",
2830
- "spider",
2831
- "stamp",
2832
- "steal",
2833
- "struck",
2834
- "thoughts",
2835
- "tourist",
 
 
 
2836
  "track",
2837
- "travels",
2838
  "various",
2839
- "weekends",
2840
  "whoever",
2841
- "wooden",
2842
- "yeah",
2843
- "##ans",
2844
- "##art",
2845
- "##arter",
 
2846
  "##ash",
2847
- "##ates",
2848
- "##aws",
2849
- "##book",
2850
- "##bow",
2851
- "##co",
2852
- "##creasing",
2853
- "##cription",
2854
  "##dition",
2855
- "##eated",
2856
- "##em",
2857
- "##ering",
2858
- "##fer",
2859
- "##get",
2860
- "##ground",
2861
- "##hat",
2862
- "##ics",
2863
- "##ield",
2864
- "##ind",
2865
- "##inning",
2866
- "##irm",
2867
- "##ists",
2868
- "##lished",
2869
- "##ms",
2870
- "##nation",
 
 
 
 
 
 
 
2871
  "##ole",
2872
- "##omics",
2873
- "##oted",
2874
- "##overs",
2875
- "##ows",
2876
- "##point",
2877
- "##prints",
2878
- "##py",
2879
- "##rial",
2880
- "##rush",
2881
- "##ties",
2882
  "##ulated",
2883
- "##ument",
2884
- "##une",
2885
- "##unted",
2886
  "##ures",
2887
- "##urs",
2888
- "##usion",
2889
- "absence",
2890
  "accent",
2891
- "acting",
2892
- "actress",
2893
- "added",
2894
- "adult",
2895
- "adults",
2896
- "affairs",
2897
  "africa",
2898
- "alike",
2899
- "anger",
2900
- "answers",
2901
- "apparently",
2902
- "application",
2903
- "applied",
2904
- "army",
2905
- "article",
2906
- "belt",
2907
- "blanket",
2908
- "brain",
2909
- "burglar",
2910
- "camping",
2911
- "carries",
2912
- "cheek",
2913
- "commit",
2914
- "complained",
2915
- "complaints",
2916
- "cops",
2917
- "counting",
2918
- "crashed",
2919
- "dawn",
2920
- "design",
 
 
 
2921
  "determined",
2922
- "dizzy",
2923
- "drawer",
2924
- "eager",
2925
- "effort",
2926
- "events",
2927
- "ex",
2928
- "exact",
2929
- "example",
2930
- "expert",
2931
- "fifth",
2932
- "fluently",
2933
  "foolish",
2934
- "formed",
2935
- "fortune",
 
2936
  "gathered",
2937
- "grabbed",
2938
- "homesick",
2939
- "impression",
2940
- "insisted",
2941
- "instant",
2942
- "jogging",
2943
- "july",
2944
- "junior",
2945
- "junk",
2946
- "karaoke",
2947
- "keeping",
2948
- "knock",
2949
- "laughter",
2950
  "leather",
2951
- "local",
2952
- "loudly",
2953
- "manners",
2954
- "melted",
2955
- "menu",
2956
- "mushrooms",
2957
- "necklace",
 
 
 
 
2958
  "officer",
2959
- "onions",
2960
- "operation",
2961
- "ordinary",
2962
- "original",
2963
- "outdoors",
2964
  "overtime",
2965
- "owe",
2966
- "package",
2967
- "pages",
2968
- "patience",
2969
- "photograph",
2970
- "poems",
2971
- "possibility",
2972
- "possibly",
2973
- "postcard",
2974
- "pot",
2975
- "poured",
2976
- "preparations",
2977
- "putting",
2978
- "racket",
2979
- "receive",
 
 
 
2980
  "regards",
2981
- "resembles",
2982
- "responsible",
2983
- "ridiculous",
2984
- "rise",
2985
- "sauce",
2986
- "silver",
2987
- "smartphone",
2988
- "social",
2989
- "spanish",
2990
- "spilled",
2991
- "stealing",
2992
- "stock",
2993
- "stove",
2994
- "suggested",
2995
- "sum",
2996
- "swims",
2997
- "switch",
2998
- "translation",
2999
- "twins",
3000
- "ufo",
3001
- "understands",
3002
- "unhappy",
3003
- "urgent",
3004
- "watches",
3005
- "website",
3006
- "weighs",
3007
- "willing",
3008
- "wolf",
3009
- "zip",
3010
- "##60",
3011
- "##ably",
3012
- "##aches",
3013
- "##af",
3014
- "##aries",
3015
- "##astic",
3016
- "##asty",
3017
- "##asure",
3018
- "##aw",
3019
- "##cated",
3020
- "##cing",
3021
- "##cus",
3022
- "##ded",
3023
- "##ee",
3024
- "##ees",
3025
- "##ended",
3026
- "##ets",
 
 
 
 
 
 
 
 
 
 
 
 
3027
  "##fe",
3028
- "##ffer",
3029
- "##fit",
3030
- "##fully",
3031
- "##ger",
3032
- "##ically",
3033
- "##iece",
3034
  "##ience",
3035
- "##ify",
3036
- "##ike",
3037
- "##ional",
3038
- "##ique",
3039
- "##itten",
 
 
 
 
 
3040
  "##ke",
3041
- "##key",
3042
  "##lation",
3043
- "##lied",
3044
- "##lief",
 
3045
  "##lip",
 
 
3046
  "##lt",
3047
- "##mate",
3048
- "##ncy",
3049
- "##nted",
3050
- "##oad",
3051
- "##ogist",
3052
- "##olished",
3053
- "##omic",
3054
- "##orted",
3055
- "##ote",
3056
- "##ounced",
3057
- "##out",
3058
- "##ox",
3059
- "##quired",
3060
  "##rade",
3061
- "##rap",
3062
- "##ream",
3063
- "##rged",
3064
- "##ride",
3065
- "##ried",
3066
- "##rm",
3067
- "##roof",
3068
- "##roved",
3069
- "##ser",
3070
  "##sing",
3071
- "##sistance",
3072
- "##sive",
3073
- "##table",
3074
- "##tered",
3075
- "##umped",
3076
- "##unt",
3077
- "##val",
3078
- "ache",
 
 
 
 
 
3079
  "advantage",
3080
- "approaching",
3081
- "arguing",
3082
- "attractive",
3083
- "automatically",
3084
- "awoke",
 
 
 
3085
  "balcony",
3086
- "bare",
 
3087
  "beans",
3088
- "bears",
3089
- "blocked",
3090
- "bloom",
3091
- "boiled",
 
 
 
3092
  "calculator",
3093
- "cities",
3094
- "clothing",
3095
- "coach",
3096
- "coins",
3097
- "colds",
3098
- "complain",
3099
- "construction",
3100
- "delivered",
3101
- "denied",
3102
- "discount",
3103
- "discussion",
3104
- "disturb",
3105
- "doctors",
3106
- "doubts",
3107
- "dried",
 
3108
  "eater",
3109
  "edge",
3110
- "effect",
3111
- "elected",
3112
- "elephant",
3113
- "embarrassed",
3114
- "engagement",
3115
- "especially",
3116
  "expelled",
3117
- "fasten",
3118
- "february",
3119
- "fee",
3120
- "fluent",
3121
- "founded",
3122
- "fountain",
3123
- "glimpse",
3124
- "goods",
3125
- "greatest",
3126
- "greeted",
3127
- "guide",
3128
- "gum",
3129
- "handy",
3130
- "hanging",
3131
- "hats",
3132
- "horses",
3133
- "hunting",
3134
- "impatient",
3135
- "improved",
3136
- "irritated",
3137
- "italian",
3138
- "january",
3139
- "jog",
3140
- "knee",
3141
- "lacks",
3142
- "loan",
3143
  "longest",
3144
- "magic",
3145
- "mushroom",
3146
- "naked",
3147
- "necessarily",
3148
- "needle",
3149
- "pens",
3150
- "picking",
3151
- "planes",
3152
- "pointed",
3153
- "postcards",
3154
- "prefers",
3155
- "presence",
3156
- "pronounce",
3157
- "related",
3158
- "relaxed",
3159
- "released",
3160
- "rushed",
3161
- "sank",
3162
- "section",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3163
  "seeds",
3164
- "shine",
 
 
3165
  "shocked",
3166
- "shook",
3167
- "shout",
3168
- "sides",
3169
- "silly",
3170
  "sings",
3171
- "sixteen",
3172
- "solved",
 
3173
  "somehow",
3174
- "south",
3175
- "strangers",
3176
- "strawberry",
3177
- "subscribe",
3178
- "sunset",
3179
- "surface",
3180
- "surrounded",
3181
- "switzerland",
3182
- "thunder",
3183
- "toast",
3184
- "toward",
3185
- "towards",
3186
- "trousers",
3187
- "trunk",
3188
- "understanding",
3189
  "unmarried",
3190
- "unusual",
3191
- "usa",
3192
- "verge",
3193
- "weigh",
3194
- "whale",
3195
- "zero",
3196
- "##ague",
3197
- "##aint",
3198
- "##amin",
3199
- "##ank",
3200
- "##ano",
3201
  "##arch",
3202
- "##arks",
3203
- "##azed",
3204
- "##bi",
3205
- "##bled",
3206
- "##cent",
3207
- "##ching",
3208
- "##cked",
3209
- "##clined",
3210
- "##creen",
3211
- "##cue",
3212
- "##curity",
3213
- "##ead",
3214
- "##ened",
3215
- "##ern",
3216
- "##erous",
 
 
 
 
 
 
3217
  "##ewing",
3218
- "##ference",
3219
- "##fident",
3220
- "##fing",
3221
  "##formed",
3222
- "##gan",
3223
- "##gle",
3224
- "##hed",
3225
- "##idence",
 
 
3226
  "##ids",
3227
- "##ific",
3228
- "##ilk",
 
3229
  "##imed",
3230
- "##ims",
3231
- "##inated",
3232
- "##int",
3233
- "##io",
3234
  "##iped",
3235
- "##isa",
3236
- "##ji",
3237
- "##kate",
3238
- "##late",
3239
- "##lence",
3240
- "##let",
 
3241
  "##lings",
3242
- "##lock",
3243
- "##lon",
3244
  "##low",
3245
- "##mal",
3246
  "##mployed",
3247
- "##nant",
3248
- "##nsitive",
3249
- "##od",
3250
- "##oes",
3251
- "##og",
3252
- "##ola",
3253
- "##ome",
3254
  "##oms",
3255
- "##ood",
3256
- "##ook",
3257
- "##oose",
3258
- "##oped",
3259
- "##ores",
3260
  "##ought",
3261
- "##our",
3262
- "##over",
3263
- "##phere",
3264
- "##pressed",
 
 
3265
  "##ration",
3266
- "##rents",
3267
- "##ric",
 
3268
  "##rop",
3269
- "##sion",
3270
- "##ster",
3271
- "##tically",
3272
- "##ugged",
3273
- "##ulations",
3274
- "##ush",
3275
- "##using",
3276
- "##uzzle",
3277
- "##ward",
3278
- "##wise",
3279
- "##word",
3280
- "##zed",
3281
- "##zz",
3282
- "absurd",
3283
- "acknowledged",
3284
- "actions",
3285
- "addressed",
3286
- "appetite",
3287
- "appointed",
3288
- "asia",
3289
- "atomic",
3290
- "babies",
3291
- "backs",
3292
- "bake",
3293
- "band",
3294
- "beating",
3295
- "bomb",
3296
- "breathing",
3297
- "britain",
3298
- "bumped",
3299
- "burn",
3300
- "catches",
3301
- "cheating",
3302
- "chew",
3303
- "cloud",
3304
  "comments",
3305
- "composition",
3306
- "consideration",
3307
- "conversation",
3308
- "cough",
3309
- "court",
3310
- "cousins",
3311
- "cow",
3312
- "dated",
3313
- "daughters",
 
 
3314
  "deer",
3315
  "delete",
3316
- "demands",
3317
- "difficulties",
3318
- "double",
3319
- "election",
3320
- "elevators",
 
 
 
 
 
 
 
3321
  "environment",
 
 
 
 
3322
  "exit",
3323
  "false",
 
 
3324
  "festival",
3325
  "fiction",
3326
- "final",
3327
- "fits",
3328
- "forehead",
3329
- "fortunately",
3330
- "frog",
3331
- "froze",
3332
- "gambling",
3333
- "glance",
3334
- "grandpa",
 
 
 
 
3335
  "guard",
3336
- "hamburger",
3337
- "harvest",
 
 
3338
  "hero",
3339
- "hokkaido",
3340
- "hometown",
3341
- "hotter",
3342
- "image",
3343
- "incorrect",
3344
- "independent",
3345
- "intention",
3346
- "interfere",
3347
- "internet",
3348
- "itchy",
3349
- "jail",
3350
- "killing",
3351
- "kilograms",
3352
- "latest",
3353
- "lawn",
 
 
3354
  "log",
3355
- "magazines",
3356
- "march",
3357
- "meter",
3358
- "microwave",
 
 
3359
  "nature",
3360
- "notes",
3361
- "nuclear",
3362
- "numbers",
3363
- "nuts",
3364
- "object",
3365
- "observe",
3366
- "omelet",
3367
- "ourselves",
3368
- "pasta",
3369
  "permitted",
3370
- "photos",
3371
- "pianist",
3372
- "picky",
3373
- "pitch",
3374
- "platform",
3375
- "pleasant",
3376
- "points",
3377
- "pork",
3378
- "potato",
3379
- "pounds",
3380
- "prisoner",
3381
- "pronunciation",
3382
- "rapidly",
3383
- "rash",
3384
- "receipt",
3385
- "recent",
3386
- "regular",
3387
- "rejected",
3388
- "relationship",
3389
- "remembering",
3390
- "removed",
3391
- "reputation",
3392
- "retire",
3393
  "ripe",
3394
- "rode",
3395
- "roll",
3396
- "rolled",
3397
- "root",
3398
- "seconds",
3399
- "shining",
3400
- "shirts",
3401
- "shoe",
3402
- "site",
3403
- "skip",
3404
- "slightly",
3405
- "slipped",
3406
- "soaked",
3407
- "spiders",
3408
  "stain",
3409
- "stare",
3410
- "stew",
3411
- "stomachache",
3412
- "taxes",
3413
- "tells",
3414
- "tends",
3415
- "tent",
3416
- "textbook",
3417
- "tomato",
3418
- "topic",
3419
- "total",
3420
- "treatment",
3421
- "turkey",
3422
  "twentieth",
 
3423
  "unknown",
3424
- "unlucky",
3425
- "valuable",
3426
- "vending",
3427
  "veterinarian",
3428
- "wanting",
3429
- "wondered",
3430
- "wondering",
3431
- "wounded",
 
 
3432
  "##!",
3433
  "##\"",
3434
  "##$",
@@ -3441,6 +3542,7 @@
3441
  "##:",
3442
  "##;",
3443
  "##?",
 
3444
  "##j",
3445
  "##q",
3446
  "##v",
@@ -3449,6 +3551,8 @@
3449
  "##¥",
3450
  "##°",
3451
  "##é",
 
 
3452
  "##—",
3453
  "##’",
3454
  "##“",
 
25
  ":",
26
  ";",
27
  "?",
28
+ "@",
29
  "a",
30
  "b",
31
  "c",
 
56
  "¥",
57
  "°",
58
  "é",
59
+ "ñ",
60
+ "ō",
61
  "—",
62
  "’",
63
  "“",
 
65
  "₂",
66
  "€",
67
  "the",
 
68
  "to",
69
+ "you",
70
  "tom",
71
  "is",
72
  "it",
 
75
  "he",
76
  "of",
77
  "my",
 
78
  "was",
79
+ "this",
80
  "have",
81
+ "do",
82
  "me",
83
  "for",
84
  "are",
85
  "don",
86
  "can",
87
+ "on",
88
  "your",
89
  "what",
 
90
  "we",
91
  "at",
92
  "like",
93
+ "and",
94
  "she",
95
  "be",
 
 
96
  "there",
97
+ "##s",
98
  "with",
99
  "his",
100
  "not",
 
103
  "mary",
104
  "how",
105
  "want",
 
106
  "time",
107
+ "as",
108
+ "please",
109
  "up",
110
  "know",
111
  "has",
 
 
112
  "here",
113
+ "if",
114
  "think",
115
+ "did",
116
  "will",
 
117
  "all",
118
+ "ve",
 
 
119
  "get",
120
+ "about",
121
  "when",
122
+ "very",
123
+ "had",
124
  "out",
125
  "by",
126
+ "good",
127
  "from",
128
  "her",
 
129
  "him",
 
 
130
  "an",
131
+ "no",
132
+ "going",
133
+ "were",
134
  "so",
135
  "re",
136
+ "would",
137
  "come",
138
+ "one",
139
  "didn",
140
  "let",
 
 
 
 
 
 
 
141
  "been",
142
+ "but",
143
+ "than",
144
  "day",
145
+ "take",
146
+ "why",
147
  "they",
148
+ "french",
149
+ "isn",
150
+ "where",
151
+ "now",
152
  "today",
 
153
  "home",
 
154
  "got",
 
 
 
 
155
  "much",
156
  "see",
157
+ "too",
158
+ "who",
159
+ "just",
160
  "should",
161
  "could",
162
+ "more",
163
  "##ed",
164
+ "school",
165
  "car",
166
+ "some",
167
  "last",
 
 
 
168
  "tomorrow",
169
+ "really",
170
+ "##ing",
171
  "lot",
 
172
  "work",
173
+ "tell",
 
 
 
174
  "any",
175
+ "eat",
176
+ "money",
177
  "many",
178
+ "off",
179
+ "people",
180
+ "three",
181
+ "back",
182
+ "never",
183
+ "need",
184
+ "right",
185
  "room",
186
  "went",
187
  "book",
188
+ "doesn",
189
+ "two",
190
+ "still",
191
  "house",
 
192
  "boston",
193
+ "help",
 
 
 
194
  "may",
 
 
195
  "make",
196
+ "father",
197
+ "before",
198
+ "long",
199
+ "our",
200
  "said",
201
+ "yesterday",
202
+ "next",
203
  "buy",
204
+ "anything",
 
 
205
  "does",
 
 
 
206
  "say",
207
+ "every",
208
+ "new",
 
209
  "old",
210
+ "give",
211
  "something",
 
 
 
212
  "always",
213
+ "speak",
214
+ "better",
215
+ "night",
216
+ "us",
217
  "into",
218
+ "thought",
219
  "years",
 
 
 
220
  "way",
 
 
 
 
221
  "made",
222
+ "little",
223
+ "well",
224
  "after",
225
+ "put",
226
+ "or",
227
+ "down",
228
+ "again",
229
  "left",
230
  "over",
 
 
 
 
 
231
  "only",
232
+ "train",
233
+ "am",
234
  "look",
235
+ "##d",
236
+ "late",
237
  "soon",
238
+ "cold",
239
+ "mother",
 
 
240
  "first",
241
+ "morning",
 
 
242
  "love",
243
+ "call",
244
+ "name",
245
+ "man",
246
+ "must",
247
  "told",
 
 
248
  "children",
249
+ "read",
250
+ "other",
251
+ "play",
252
  "year",
253
+ "bought",
254
  "came",
 
255
  "live",
256
+ "leave",
257
+ "stay",
258
  "rain",
259
+ "door",
260
+ "away",
261
+ "won",
262
+ "looking",
263
+ "##er",
264
  "week",
265
+ "open",
266
+ "##ly",
267
+ "doing",
268
+ "station",
269
  "hard",
270
+ "sure",
271
  "these",
272
+ "because",
273
+ "dog",
274
+ "nothing",
275
+ "ask",
276
  "use",
277
+ "water",
278
  "already",
279
  "used",
280
+ "bad",
281
+ "ever",
282
+ "couldn",
283
+ "around",
284
  "turn",
285
+ "bus",
286
+ "days",
287
  "wait",
288
+ "english",
289
+ "keep",
290
  "sorry",
291
+ "drink",
292
+ "understand",
293
+ "walk",
 
294
  "coffee",
295
+ "try",
296
+ "job",
297
  "feel",
298
+ "talk",
299
+ "saw",
 
 
 
 
 
 
 
 
 
 
300
  "wanted",
301
+ "bed",
302
  "yet",
303
  "lost",
304
+ "things",
305
+ "took",
 
 
306
  "true",
307
+ "often",
 
 
 
 
 
 
 
308
  "teacher",
 
 
 
 
 
309
  "seen",
310
+ "able",
311
  "japan",
312
+ "friends",
313
+ "same",
314
+ "australia",
315
+ "life",
316
+ "since",
317
+ "stop",
318
+ "##y",
319
+ "brother",
320
+ "afraid",
321
+ "both",
322
+ "looks",
323
  "gave",
324
+ "asked",
325
  "happy",
326
+ "while",
327
+ "busy",
328
+ "heard",
329
+ "thank",
330
+ "believe",
331
+ "alone",
332
+ "find",
333
+ "kind",
334
+ "books",
335
  "early",
336
  "hear",
337
+ "wasn",
338
+ "wonder",
 
 
 
339
  "ten",
340
+ "them",
 
 
341
  "their",
342
+ "watch",
343
+ "friend",
344
+ "person",
345
+ "food",
346
  "without",
347
+ "once",
348
+ "parents",
349
+ "which",
350
+ "best",
351
+ "phone",
352
+ "found",
353
+ "married",
354
+ "problem",
355
  "party",
356
+ "dinner",
357
  "everyone",
 
 
 
 
358
  "everything",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
359
  "hot",
360
  "idea",
361
+ "mind",
362
  "aren",
363
+ "few",
364
+ "likes",
365
+ "tired",
366
+ "getting",
367
+ "haven",
368
+ "enough",
369
+ "nice",
370
  "wish",
371
+ "even",
372
  "tv",
373
+ "difficult",
374
  "high",
375
+ "meet",
376
+ "easy",
377
+ "remember",
378
+ "thing",
379
  "beautiful",
380
+ "lunch",
381
+ "reading",
382
+ "young",
383
+ "almost",
384
+ "weather",
385
+ "being",
386
+ "bit",
387
+ "plan",
388
+ "minutes",
389
+ "place",
390
+ "met",
391
+ "study",
392
+ "anyone",
393
  "someone",
394
  "such",
 
 
 
395
  "matter",
396
+ "usually",
397
+ "ok",
398
+ "##e",
399
+ "big",
400
+ "show",
401
+ "done",
402
+ "boy",
403
  "sleep",
404
+ "wrong",
405
+ "another",
406
+ "month",
407
  "yourself",
408
+ "knows",
409
+ "five",
410
+ "those",
411
+ "answer",
412
+ "ate",
413
+ "clock",
414
+ "playing",
415
  "until",
 
416
  "waiting",
 
 
 
 
 
 
 
 
 
417
  "caught",
418
+ "letter",
 
419
  "turned",
420
+ "hope",
421
+ "doctor",
 
 
 
 
 
 
422
  "finished",
423
+ "talking",
424
+ "world",
425
  "accident",
426
+ "great",
427
+ "write",
428
+ "picture",
 
 
429
  "hand",
430
+ "care",
431
+ "myself",
432
+ "own",
433
+ "coming",
434
+ "summer",
435
  "sick",
436
  "ago",
437
+ "eating",
438
+ "started",
439
+ "family",
440
+ "child",
441
+ "snow",
 
442
  "cat",
 
 
 
443
  "seems",
 
 
 
 
 
 
444
  "sister",
445
+ "breakfast",
446
+ "decided",
447
+ "happened",
448
+ "swim",
449
+ "movie",
450
+ "small",
451
+ "far",
452
+ "park",
453
+ "question",
454
+ "##t",
455
+ "broke",
456
  "girl",
457
+ "window",
458
+ "tonight",
459
+ "might",
460
  "light",
461
+ "wife",
462
+ "each",
463
+ "fun",
464
+ "students",
465
+ "free",
466
+ "fell",
467
+ "interesting",
468
+ "tennis",
469
+ "japanese",
470
+ "meeting",
471
+ "arrived",
472
  "change",
473
+ "homework",
 
 
474
  "smoking",
475
+ "working",
476
+ "angry",
477
  "drive",
 
 
 
 
 
 
478
  "eyes",
 
 
 
 
 
 
 
 
 
479
  "living",
 
 
 
 
 
480
  "near",
481
+ "tried",
482
+ "game",
483
+ "tea",
484
+ "##n",
485
+ "ran",
486
+ "fish",
487
+ "learn",
488
+ "died",
489
+ "most",
490
+ "outside",
491
+ "##a",
492
+ "between",
493
+ "everybody",
494
+ "wine",
495
+ "run",
496
+ "together",
497
+ "wearing",
498
+ "quite",
499
+ "looked",
500
+ "times",
501
+ "class",
502
+ "hospital",
503
+ "hotel",
504
  "older",
505
+ "pretty",
506
+ "afternoon",
507
+ "important",
508
+ "lives",
509
+ "hours",
510
+ "longer",
511
  "shoes",
512
+ "baby",
 
 
513
  "business",
514
+ "later",
 
 
 
 
 
 
 
515
  "nobody",
 
 
 
 
516
  "six",
517
+ "fire",
518
+ "hands",
519
+ "called",
520
+ "close",
521
+ "hurt",
522
+ "##r",
523
+ "ready",
524
+ "number",
525
+ "office",
526
+ "birthday",
527
  "city",
 
528
  "studying",
529
+ "table",
 
 
 
 
 
530
  "large",
531
+ "start",
 
 
 
 
 
 
 
 
532
  "country",
533
+ "gone",
534
+ "red",
 
 
 
 
 
 
 
 
 
 
 
535
  "forgot",
536
+ "music",
537
+ "store",
538
+ "asleep",
539
+ "bicycle",
540
+ "forget",
541
+ "raining",
542
+ "story",
543
+ "whether",
544
  "knew",
545
+ "cut",
546
+ "swimming",
547
+ "hurry",
548
  "police",
549
+ "then",
550
+ "expensive",
551
+ "himself",
552
+ "mine",
553
+ "monday",
554
  "river",
555
+ "tokyo",
556
  "through",
557
+ "30",
 
 
 
558
  "bring",
 
 
 
 
 
559
  "truth",
560
+ "wants",
561
+ "##es",
562
+ "born",
563
+ "cost",
564
+ "else",
565
+ "fast",
566
  "shouldn",
567
+ "umbrella",
568
+ "##al",
 
 
 
 
569
  "favorite",
570
+ "front",
571
+ "hate",
572
+ "eaten",
573
+ "hungry",
574
+ "sit",
 
 
 
 
575
  "anymore",
576
+ "box",
577
+ "having",
578
+ "trouble",
579
+ "word",
580
+ "thirty",
581
+ "age",
582
+ "makes",
583
  "says",
584
+ "stopped",
585
+ "beer",
586
+ "hair",
587
+ "hour",
588
+ "pay",
589
+ "student",
590
+ "cup",
591
+ "speaking",
592
+ "trip",
593
+ "wouldn",
594
+ "short",
595
+ "son",
596
  "under",
 
 
597
  "##able",
598
+ "kept",
599
+ "dark",
600
+ "become",
601
+ "christmas",
602
+ "felt",
603
+ "goes",
604
+ "present",
605
+ "thanks",
606
+ "worry",
607
+ "along",
608
  "behind",
609
+ "taking",
610
+ "anybody",
611
+ "milk",
612
+ "questions",
613
+ "ticket",
614
  "catch",
 
 
 
 
 
 
 
615
  "began",
616
+ "break",
617
+ "news",
618
+ "##ion",
619
+ "language",
620
+ "moment",
621
+ "pain",
622
+ "town",
623
  "watching",
624
+ "##o",
625
+ "flowers",
626
+ "head",
627
+ "mistake",
 
 
628
  "pass",
629
+ "street",
630
+ "clothes",
631
+ "glad",
 
632
  "hit",
633
+ "possible",
 
 
 
 
 
 
 
 
634
  "stayed",
635
+ "visit",
 
 
 
 
 
 
 
 
 
636
  "eggs",
 
 
 
 
 
 
 
637
  "stand",
638
+ "thinking",
639
+ "tree",
640
+ "younger",
641
+ "heavy",
642
+ "library",
 
 
 
 
 
 
 
643
  "making",
644
+ "order",
645
+ "white",
 
646
  "advice",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
647
  "face",
648
+ "side",
649
+ "##ation",
650
+ "blue",
651
+ "fine",
652
+ "girlfriend",
653
  "weight",
654
+ "##ment",
655
+ "comes",
656
+ "desk",
657
+ "probably",
658
+ "camera",
659
+ "closed",
660
+ "college",
661
+ "full",
662
+ "win",
663
+ "winter",
664
+ "##ic",
665
  "baseball",
666
+ "die",
667
+ "happen",
668
+ "prefer",
669
+ "rich",
670
+ "abroad",
671
  "bread",
672
+ "cake",
 
 
 
673
  "gets",
674
+ "vacation",
675
+ "yen",
676
+ "finish",
 
 
 
 
 
 
 
677
  "forward",
678
+ "four",
679
+ "paper",
680
  "saying",
681
+ "sometimes",
682
+ "test",
683
+ "whose",
684
+ "dogs",
685
+ "end",
686
  "excuse",
687
+ "quickly",
 
 
 
 
 
 
 
 
 
688
  "sat",
689
+ "became",
690
+ "daughter",
 
 
 
691
  "quit",
692
+ "wear",
693
+ "##ies",
694
+ "agree",
695
+ "dress",
696
+ "lived",
697
+ "restaurant",
698
+ "woman",
699
+ "during",
700
+ "lie",
701
  "trying",
702
+ "mean",
703
+ "men",
704
+ "pen",
 
 
 
705
  "radio",
706
+ "surprised",
707
+ "chance",
708
+ "half",
709
+ "shirt",
710
+ "shopping",
711
+ "telephone",
712
+ "bag",
713
+ "building",
714
+ "its",
715
+ "listen",
716
+ "medicine",
717
+ "shut",
718
+ "##ate",
719
+ "##l",
720
+ "careful",
721
+ "interested",
722
+ "others",
723
+ "road",
724
+ "send",
725
  "spent",
726
+ "hat",
727
+ "promise",
728
+ "song",
729
+ "also",
730
+ "minute",
731
+ "dollars",
732
+ "finally",
733
  "part",
734
+ "planning",
 
 
 
 
 
 
 
 
 
 
 
 
 
735
  "##in",
736
+ "bank",
737
+ "clean",
738
+ "strange",
739
+ "touch",
740
+ "##th",
741
+ "dream",
742
+ "quiet",
743
+ "company",
744
+ "crying",
745
+ "dead",
746
+ "evening",
747
+ "hasn",
748
+ "known",
749
  "mountain",
 
 
 
 
 
 
 
 
 
 
 
 
750
  "traffic",
751
+ "floor",
752
+ "travel",
753
  "against",
754
+ "computer",
755
+ "key",
756
+ "plane",
757
+ "secret",
758
+ "broken",
759
+ "driver",
760
+ "kid",
761
+ "mistakes",
762
+ "shop",
763
+ "spend",
764
+ "sun",
765
+ "taxi",
766
+ "##le",
767
+ "wrote",
768
+ "##ity",
769
  "cook",
770
+ "feeling",
771
+ "guy",
772
  "hold",
773
+ "ice",
774
+ "rest",
775
+ "dictionary",
776
  "piano",
777
+ "seem",
778
+ "uncle",
779
+ "drunk",
780
+ "glass",
781
+ "lend",
 
 
 
 
 
 
 
 
 
782
  "reason",
783
+ "walked",
784
+ "war",
785
+ "##or",
786
+ "lose",
 
 
 
787
  "pick",
788
+ "rather",
789
+ "real",
790
+ "set",
791
+ "cats",
792
+ "check",
793
+ "walking",
794
+ "address",
795
+ "seven",
796
+ "sunday",
797
  "tall",
798
+ "across",
799
+ "air",
800
+ "black",
801
+ "miss",
802
+ "price",
803
  "sitting",
804
+ "women",
805
+ "##i",
806
+ "##on",
807
+ "clear",
808
+ "cooking",
809
+ "movies",
810
+ "second",
811
+ "staying",
812
+ "worried",
813
+ "death",
814
+ "health",
815
+ "passed",
816
+ "sing",
 
 
 
 
 
 
 
 
 
 
817
  "spring",
818
+ "takes",
819
+ "##ers",
 
 
820
  "blood",
821
+ "girls",
822
+ "hardly",
 
823
  "shower",
824
+ "sound",
825
+ "speaks",
826
+ "whole",
827
+ "wind",
828
+ "000",
829
+ "changed",
830
+ "concert",
831
  "drinking",
832
+ "kids",
833
+ "seat",
834
+ "sky",
835
+ "words",
836
+ "cry",
837
+ "delicious",
838
+ "poor",
839
+ "slowly",
840
+ "smoke",
841
+ "taken",
842
+ "apple",
843
+ "apples",
844
+ "borrow",
845
  "brought",
846
+ "easily",
847
  "famous",
848
+ "less",
 
849
  "lying",
850
+ "stolen",
851
+ "driving",
852
+ "hundred",
853
+ "past",
854
+ "recently",
855
+ "##k",
856
+ "##ling",
857
+ "exactly",
858
+ "somebody",
859
+ "##0",
860
+ "difference",
861
  "explain",
862
+ "husband",
863
+ "mad",
864
+ "mom",
865
  "moon",
866
+ "noise",
867
+ "pictures",
868
+ "rice",
869
+ "seeing",
870
+ "though",
871
+ "worked",
872
+ "##age",
873
+ "##ist",
874
+ "coat",
875
+ "either",
876
+ "leaving",
877
+ "loves",
878
+ "newspaper",
879
+ "point",
880
+ "sleepy",
881
+ "stupid",
882
+ "weeks",
883
+ "airport",
884
+ "case",
885
+ "chair",
886
+ "exam",
887
+ "move",
888
  "running",
889
+ "safe",
890
+ "salt",
891
+ "sleeping",
892
  "somewhere",
893
+ "trust",
894
+ "wash",
895
+ "works",
896
+ "##nt",
897
+ "absent",
898
+ "bottle",
899
+ "helped",
900
+ "killed",
901
+ "played",
902
  "television",
903
+ "##ful",
904
+ "##p",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
905
  "##ting",
906
+ "horse",
907
+ "john",
908
+ "needs",
909
+ "yes",
910
+ "##it",
911
+ "##ure",
912
+ "10",
913
+ "card",
914
+ "dangerous",
915
  "earth",
916
+ "enjoy",
917
+ "fault",
918
+ "garden",
919
+ "glasses",
920
+ "grandfather",
921
+ "opened",
922
+ "talked",
923
  "wake",
924
+ "yours",
925
+ "##an",
926
+ "##ated",
927
  "##h",
928
+ "foreign",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
929
  "held",
930
+ "injured",
931
+ "knife",
 
932
  "translate",
933
+ "apologize",
934
+ "bath",
935
+ "cream",
936
+ "empty",
937
+ "native",
938
+ "pizza",
939
+ "sense",
940
+ "sight",
941
+ "soccer",
942
+ "strong",
943
+ "sugar",
944
+ "cheap",
945
+ "earlier",
946
+ "mouth",
 
 
 
 
 
947
  "smell",
948
+ "success",
949
+ "top",
950
+ "wall",
951
+ "wallet",
952
+ "weekend",
953
+ "boys",
954
+ "line",
955
+ "serious",
956
+ "spoke",
957
+ "storm",
958
+ "thinks",
959
+ "##ter",
960
  "boyfriend",
961
+ "carry",
962
+ "correct",
963
+ "guys",
964
+ "machine",
965
+ "novel",
966
+ "sign",
967
+ "solve",
968
+ "watched",
969
+ "animals",
970
  "arm",
971
+ "begin",
972
+ "cannot",
973
+ "completely",
974
+ "kitchen",
 
 
 
 
 
 
 
 
 
975
  "learned",
976
+ "least",
977
+ "maybe",
978
+ "months",
979
+ "october",
980
+ "several",
981
+ "tie",
982
+ "writing",
983
+ "actually",
984
+ "eight",
985
+ "languages",
986
  "return",
987
+ "sea",
988
+ "suddenly",
989
+ "##ical",
990
+ "##ry",
991
+ "impossible",
992
+ "lake",
993
+ "lights",
994
+ "missing",
995
+ "mt",
996
+ "rains",
997
+ "supposed",
998
+ "university",
999
  "##ive",
1000
+ "beach",
1001
+ "built",
 
1002
  "couple",
1003
+ "gift",
1004
+ "listening",
1005
  "means",
1006
+ "paid",
1007
+ "team",
1008
+ "##us",
 
 
 
 
 
 
 
 
 
 
 
1009
  "different",
1010
  "expect",
1011
+ "fishing",
1012
+ "fruit",
1013
+ "moved",
1014
+ "sounds",
1015
+ "soup",
1016
+ "tickets",
1017
+ "twenty",
1018
+ "voice",
1019
+ "##les",
 
 
1020
  "cute",
1021
+ "inside",
1022
+ "meat",
1023
+ "missed",
1024
+ "ride",
1025
+ "showed",
1026
+ "warm",
1027
  "##ped",
1028
+ "calm",
1029
+ "future",
1030
+ "nervous",
1031
+ "visited",
1032
+ "anywhere",
1033
  "ball",
1034
+ "kissed",
1035
+ "lots",
1036
+ "rent",
1037
+ "##ant",
1038
+ "##id",
1039
+ "bird",
1040
+ "church",
1041
+ "cool",
1042
+ "expected",
1043
+ "follow",
1044
+ "green",
1045
+ "mail",
1046
  "pencil",
 
1047
  "smart",
1048
+ "sports",
1049
+ "tastes",
1050
+ "bike",
1051
+ "cars",
1052
+ "drop",
1053
+ "fat",
1054
+ "gas",
1055
+ "guitar",
1056
+ "singing",
1057
+ "telling",
1058
+ "##ia",
1059
+ "##ted",
1060
+ "cheese",
1061
+ "favor",
1062
+ "fix",
1063
+ "fuji",
1064
+ "grew",
1065
+ "immediately",
1066
+ "keys",
1067
  "map",
 
1068
  "post",
1069
+ "scared",
 
 
1070
  "situation",
1071
+ "teeth",
1072
+ "trees",
1073
+ "##st",
1074
+ "america",
1075
+ "arrive",
1076
+ "bridge",
1077
+ "fever",
1078
+ "heart",
1079
+ "necessary",
1080
+ "piece",
1081
+ "rained",
1082
+ "waited",
1083
+ "wedding",
1084
+ "##ance",
1085
+ "##et",
1086
+ "00",
1087
+ "canadian",
1088
  "color",
1089
+ "date",
1090
  "deal",
1091
+ "eye",
1092
+ "joke",
1093
+ "laughed",
1094
+ "leaves",
1095
+ "mood",
1096
  "nine",
1097
+ "none",
1098
+ "opinion",
1099
+ "ought",
1100
+ "perfect",
1101
+ "rang",
1102
  "sooner",
1103
+ "throw",
1104
+ "till",
1105
+ "##en",
1106
+ "##se",
1107
+ "afford",
1108
+ "carefully",
1109
+ "covered",
1110
+ "dance",
1111
+ "disappointed",
1112
+ "kill",
1113
+ "neither",
1114
+ "passport",
1115
+ "ahead",
1116
+ "common",
1117
+ "failed",
1118
+ "license",
1119
+ "loved",
1120
+ "report",
1121
+ "sad",
1122
+ "season",
1123
+ "states",
1124
+ "united",
1125
+ "village",
1126
+ "##ch",
1127
+ "##ous",
1128
+ "##ow",
1129
+ "bill",
1130
  "choose",
 
1131
  "count",
1132
+ "enter",
1133
+ "grow",
1134
  "ill",
1135
+ "math",
1136
+ "plans",
1137
  "received",
1138
+ "returned",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1139
  "sentence",
1140
+ "studied",
1141
+ "##ned",
 
 
 
 
 
 
 
 
 
 
 
 
 
1142
  "apartment",
 
 
 
 
 
 
 
1143
  "golf",
 
 
1144
  "harder",
1145
+ "history",
1146
+ "hurts",
1147
+ "invited",
1148
+ "learning",
1149
+ "sell",
1150
+ "succeed",
1151
  "thousand",
 
1152
  "waste",
1153
+ "worth",
1154
+ "##ine",
1155
+ "##man",
1156
+ "alive",
1157
+ "bear",
1158
+ "birds",
1159
+ "foot",
1160
+ "grandmother",
1161
+ "happens",
1162
+ "headache",
1163
+ "healthy",
1164
+ "herself",
1165
+ "hey",
1166
+ "london",
1167
+ "pond",
1168
+ "rule",
1169
+ "seemed",
1170
+ "woke",
1171
+ "##ged",
1172
+ "##m",
1173
  "##ness",
1174
+ "brothers",
1175
+ "button",
1176
+ "corner",
1177
+ "credit",
1178
+ "distance",
1179
+ "fact",
1180
+ "laugh",
1181
+ "liked",
1182
+ "lucky",
1183
+ "popular",
1184
+ "sent",
1185
+ "supermarket",
1186
+ "sweater",
1187
+ "whatever",
1188
+ "##ar",
1189
+ "##ce",
1190
  "add",
1191
+ "american",
1192
+ "cookies",
1193
+ "drank",
1194
+ "football",
1195
+ "instead",
1196
  "leg",
1197
+ "likely",
1198
+ "list",
 
 
 
1199
  "rumor",
1200
  "shot",
1201
+ "single",
1202
+ "speech",
1203
  "standing",
1204
+ "supper",
1205
+ "truck",
1206
+ "washing",
1207
+ "windows",
1208
+ "written",
1209
+ "##at",
1210
+ "allowed",
1211
+ "area",
1212
+ "asking",
1213
+ "drinks",
1214
+ "fall",
1215
+ "information",
1216
+ "tears",
1217
+ "usual",
1218
+ "##ty",
1219
+ "classroom",
1220
+ "club",
1221
+ "decision",
1222
+ "enjoyed",
1223
+ "keeps",
1224
+ "law",
1225
+ "promised",
1226
+ "public",
1227
+ "rules",
1228
+ "taste",
1229
+ "above",
1230
+ "attend",
1231
+ "cards",
1232
  "contact",
1233
+ "earthquake",
1234
+ "eats",
1235
+ "europe",
1236
+ "faster",
1237
+ "funny",
1238
+ "locked",
1239
+ "problems",
1240
+ "reached",
1241
+ "suitcase",
1242
+ "talks",
1243
+ "temperature",
1244
+ "vegetables",
1245
+ "##led",
1246
+ "##less",
1247
+ "diet",
1248
+ "dreams",
1249
+ "fixed",
1250
  "flower",
1251
+ "given",
1252
+ "guess",
1253
  "join",
1254
  "kiss",
1255
+ "lied",
1256
+ "ship",
1257
+ "sofa",
1258
+ "translated",
1259
+ "##est",
1260
+ "##ts",
1261
+ "crowded",
1262
+ "dropped",
1263
+ "fly",
1264
+ "legs",
1265
  "museum",
1266
+ "oil",
1267
+ "plays",
1268
+ "refrigerator",
1269
  "seldom",
1270
+ "stole",
1271
+ "terrible",
1272
+ "using",
1273
+ "within",
1274
+ "worse",
1275
+ "##ied",
1276
+ "##ping",
 
 
 
 
 
 
 
 
 
 
 
 
 
1277
  "chocolate",
1278
+ "climb",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1279
  "dad",
1280
+ "danger",
1281
+ "dishes",
1282
+ "experience",
1283
  "fresh",
1284
+ "hang",
1285
+ "letters",
1286
+ "pool",
1287
+ "roof",
1288
+ "shall",
1289
+ "someday",
1290
+ "speaker",
1291
+ "type",
1292
+ "##ating",
1293
+ "##hip",
1294
+ "##ial",
1295
+ "appreciate",
1296
+ "boss",
1297
+ "gotten",
1298
+ "habit",
1299
+ "oh",
1300
+ "ordered",
1301
  "page",
1302
+ "suit",
1303
+ "taught",
1304
+ "teach",
1305
+ "thirteen",
1306
+ "threw",
1307
+ "wet",
1308
+ "york",
1309
+ "advised",
 
1310
  "charge",
1311
+ "choice",
1312
  "course",
1313
+ "dating",
1314
+ "dressed",
1315
+ "examination",
1316
+ "hates",
1317
+ "island",
1318
+ "laughing",
1319
  "low",
1320
+ "match",
1321
+ "meal",
1322
+ "seriously",
1323
+ "skiing",
1324
+ "washed",
1325
+ "##ations",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1326
  "##b",
1327
+ "##ent",
1328
+ "##g",
1329
+ "##is",
1330
+ "##u",
1331
+ "##ue",
1332
  "account",
1333
+ "begins",
1334
+ "bench",
1335
  "bite",
1336
+ "burned",
1337
+ "feet",
1338
+ "games",
1339
+ "handed",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1340
  "heat",
1341
+ "honest",
1342
+ "jacket",
1343
+ "lawyer",
1344
+ "luck",
1345
+ "player",
1346
+ "president",
1347
+ "runs",
1348
+ "sisters",
1349
+ "tag",
1350
+ "##aking",
1351
+ "##ary",
1352
+ "##ish",
 
 
1353
  "accept",
1354
+ "arrested",
1355
+ "aware",
1356
+ "cause",
1357
+ "comfortable",
1358
+ "crowd",
1359
+ "escaped",
1360
+ "extremely",
1361
+ "marry",
1362
+ "offer",
1363
+ "singer",
1364
  "stood",
1365
+ "traveling",
1366
+ "whenever",
1367
+ "wonderful",
1368
+ "##9",
1369
+ "##ct",
1370
+ "##ks",
1371
+ "100",
 
1372
  "20",
1373
+ "agreed",
1374
+ "basketball",
1375
+ "boat",
1376
+ "due",
1377
+ "gun",
1378
+ "meaning",
1379
+ "nearby",
1380
+ "needed",
1381
+ "noon",
1382
+ "nor",
1383
+ "painted",
1384
+ "painting",
1385
+ "photo",
1386
+ "picked",
1387
+ "pocket",
1388
  "population",
1389
+ "ring",
1390
  "schedule",
1391
+ "special",
1392
+ "spoken",
1393
+ "view",
1394
+ "##as",
1395
+ "##ched",
1396
+ "##f",
1397
+ "##il",
1398
+ "##w",
1399
+ "accused",
1400
+ "april",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1401
  "bathroom",
1402
+ "butter",
1403
+ "calling",
1404
+ "deep",
1405
+ "draw",
1406
+ "ended",
1407
+ "entered",
1408
+ "except",
1409
+ "france",
1410
+ "lonely",
1411
+ "noticed",
1412
+ "orange",
 
 
 
 
 
 
 
1413
  "pair",
1414
+ "patient",
1415
+ "policeman",
1416
+ "proud",
1417
+ "raise",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1418
  "repaired",
1419
+ "saturday",
1420
+ "save",
1421
+ "similar",
1422
+ "subject",
1423
+ "##ge",
1424
+ "##ite",
1425
+ "##ities",
1426
+ "##ition",
1427
+ "##op",
1428
+ "##um",
1429
+ "##ve",
1430
+ "ears",
1431
+ "eleven",
1432
+ "exercise",
1433
+ "fifty",
1434
+ "handle",
1435
+ "hearing",
1436
+ "holiday",
1437
+ "notice",
1438
+ "oranges",
1439
+ "project",
1440
+ "reach",
1441
  "reply",
1442
+ "roses",
1443
+ "size",
1444
+ "sold",
1445
+ "tongue",
1446
+ "traveled",
1447
+ "##2",
1448
+ "##ian",
1449
+ "##ible",
1450
+ "attention",
1451
+ "blame",
1452
+ "breath",
1453
+ "cash",
1454
+ "chicken",
1455
+ "fight",
1456
+ "fridge",
1457
+ "king",
1458
+ "lift",
1459
+ "lock",
1460
+ "nearest",
1461
+ "pale",
1462
+ "passengers",
1463
+ "picnic",
1464
+ "slow",
1465
+ "snowing",
1466
+ "stuck",
1467
+ "sweet",
1468
+ "unfortunately",
1469
+ "##ain",
1470
+ "##all",
1471
+ "##itive",
1472
+ "##ns",
1473
+ "##ore",
1474
+ "##ut",
1475
+ "admitted",
1476
+ "bell",
1477
+ "cancer",
1478
  "certain",
1479
+ "chess",
1480
+ "chinese",
1481
+ "climbed",
1482
+ "decide",
1483
  "feels",
1484
+ "illness",
1485
+ "june",
1486
+ "lady",
1487
+ "larger",
1488
  "lay",
1489
+ "miles",
1490
+ "non",
1491
+ "proposal",
1492
+ "pulled",
1493
+ "rock",
1494
+ "rope",
1495
+ "satisfied",
1496
+ "silent",
1497
+ "skin",
1498
  "starting",
1499
+ "stomach",
1500
+ "stone",
1501
+ "stranger",
 
 
1502
  "warmer",
1503
+ "##5",
1504
+ "##rs",
1505
+ "cheaper",
1506
+ "clouds",
 
 
 
 
 
 
 
 
1507
  "complaining",
1508
  "countries",
1509
+ "crazy",
1510
+ "depressed",
1511
+ "dirty",
1512
+ "enemy",
1513
+ "fired",
1514
+ "fog",
1515
+ "god",
1516
+ "hadn",
1517
+ "hide",
1518
+ "imagine",
1519
+ "lies",
1520
+ "managed",
1521
+ "million",
1522
+ "noisy",
1523
+ "ocean",
1524
+ "peace",
1525
+ "plenty",
1526
+ "practice",
1527
+ "prevented",
1528
  "prices",
1529
+ "rainy",
1530
+ "sharp",
1531
+ "slept",
1532
+ "surprise",
1533
  "taller",
1534
+ "thirsty",
1535
+ "towel",
1536
+ "twice",
1537
+ "##ized",
1538
+ "2013",
 
 
 
 
 
 
1539
  "accustomed",
1540
+ "airplane",
1541
  "allow",
1542
+ "beauty",
1543
+ "borrowed",
1544
+ "caused",
1545
+ "classes",
1546
+ "difficulty",
1547
+ "elevator",
1548
+ "explanation",
1549
+ "fail",
1550
+ "filled",
1551
+ "furniture",
1552
+ "gate",
1553
+ "ghosts",
1554
+ "hello",
1555
+ "hobby",
1556
+ "hole",
1557
+ "lately",
1558
+ "loss",
1559
+ "mountains",
1560
+ "pants",
1561
+ "parking",
1562
+ "particular",
1563
+ "race",
1564
+ "results",
1565
+ "rid",
1566
+ "succeeded",
1567
+ "support",
1568
+ "thief",
1569
+ "unless",
1570
+ "unlikely",
1571
+ "upset",
1572
+ "wore",
1573
+ "workers",
1574
+ "##ip",
1575
+ "##re",
1576
+ "beginning",
1577
+ "body",
1578
+ "buying",
1579
+ "considered",
1580
+ "dry",
1581
+ "duty",
1582
+ "egg",
1583
+ "factory",
1584
+ "flight",
1585
+ "graduated",
1586
+ "ground",
1587
+ "houses",
1588
+ "meals",
1589
+ "names",
1590
  "perhaps",
 
1591
  "pleased",
1592
+ "pressure",
1593
  "prize",
 
 
 
1594
  "raised",
1595
+ "smile",
1596
+ "third",
1597
+ "throat",
1598
+ "useful",
1599
+ "wears",
1600
+ "weren",
1601
+ "##6",
1602
+ "##ble",
1603
+ "##ile",
1604
+ "##ions",
1605
+ "##ious",
1606
+ "##zing",
1607
+ "answered",
1608
+ "burst",
1609
+ "capital",
1610
+ "castle",
1611
+ "center",
1612
+ "cherry",
1613
  "childhood",
1614
+ "clearly",
1615
+ "concerned",
1616
+ "cross",
1617
+ "document",
1618
+ "email",
1619
+ "excited",
1620
  "familiar",
 
 
1621
  "grass",
1622
+ "hall",
1623
+ "kilometers",
1624
+ "mathematics",
1625
+ "meant",
1626
+ "middle",
1627
+ "pretended",
1628
+ "remained",
1629
+ "repair",
1630
+ "reservation",
1631
+ "result",
1632
+ "salary",
1633
+ "sale",
1634
+ "seats",
1635
+ "smells",
1636
+ "spare",
1637
+ "sudden",
1638
+ "sundays",
1639
+ "teaching",
1640
  "toilet",
 
1641
  "typhoon",
1642
+ "understood",
1643
+ "##3",
1644
+ "##ade",
1645
+ "##ally",
1646
+ "##ice",
1647
+ "##im",
1648
+ "##os",
1649
+ "##time",
1650
+ "admit",
1651
+ "average",
1652
+ "awake",
1653
+ "easier",
1654
+ "feelings",
1655
+ "forgive",
1656
+ "generally",
1657
+ "hill",
1658
+ "holidays",
1659
+ "human",
1660
+ "juice",
1661
+ "loud",
1662
+ "magazine",
1663
+ "message",
1664
+ "mistaken",
1665
+ "natural",
1666
+ "nurse",
1667
+ "purpose",
1668
+ "quietly",
1669
+ "rarely",
1670
+ "relieved",
1671
+ "shorter",
1672
+ "simple",
1673
+ "stars",
1674
+ "zoo",
1675
  "##4",
1676
+ "##ach",
1677
+ "##ack",
1678
+ "##am",
1679
+ "##ear",
1680
+ "##ide",
1681
+ "##ose",
 
 
1682
  "according",
1683
+ "allergic",
1684
+ "apart",
1685
+ "believed",
1686
+ "cleaning",
1687
+ "continued",
1688
  "cried",
1689
+ "discuss",
1690
  "divorced",
1691
+ "dying",
1692
+ "fool",
1693
+ "german",
1694
+ "gold",
 
 
 
 
1695
  "handsome",
 
1696
  "hid",
1697
+ "hung",
1698
+ "involved",
1699
+ "lent",
1700
+ "marriage",
1701
  "motorcycle",
1702
+ "prison",
1703
+ "regret",
1704
+ "sandwich",
1705
+ "stairs",
1706
+ "star",
1707
+ "starts",
1708
+ "stops",
1709
+ "trains",
1710
+ "twelve",
1711
+ "weird",
1712
+ "wild",
1713
+ "##ad",
1714
+ "##ail",
1715
+ "##ard",
1716
+ "##ative",
1717
+ "##ction",
1718
+ "##cy",
1719
+ "##el",
1720
+ "##ll",
1721
  "##na",
1722
+ "##orn",
1723
+ "##tle",
1724
+ "##ug",
1725
+ "##ute",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1726
  "##way",
1727
+ "50",
1728
+ "absolutely",
1729
  "accidents",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1730
  "aunt",
1731
+ "bored",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1732
  "bottom",
1733
+ "carried",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1734
  "crime",
1735
+ "depends",
1736
+ "doubt",
1737
+ "exhausted",
1738
+ "goodbye",
1739
+ "ideas",
1740
+ "intend",
1741
+ "listened",
1742
+ "neighbors",
1743
+ "parked",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1744
  "rabbit",
1745
+ "raw",
1746
+ "recommend",
1747
+ "rude",
1748
+ "shy",
1749
+ "sort",
1750
+ "spread",
1751
+ "stamps",
1752
+ "straight",
1753
+ "temple",
1754
+ "terms",
1755
+ "wood",
1756
+ "##ast",
1757
+ "##ces",
1758
+ "##ding",
1759
+ "##ire",
1760
+ "##ls",
1761
+ "##ss",
1762
+ "acquainted",
1763
  "act",
1764
+ "acted",
1765
  "alarm",
1766
+ "americans",
1767
+ "appointment",
1768
+ "art",
1769
+ "avoid",
1770
+ "bags",
1771
+ "belong",
1772
  "board",
1773
+ "build",
1774
+ "canceled",
1775
+ "chicago",
1776
+ "cookie",
1777
+ "diary",
1778
+ "doors",
1779
+ "eighteen",
1780
+ "everywhere",
 
 
1781
  "fashion",
1782
+ "feed",
1783
+ "figure",
1784
+ "fond",
1785
+ "forest",
1786
+ "frankly",
1787
  "government",
1788
+ "helping",
1789
+ "however",
1790
+ "jam",
 
1791
  "kindness",
1792
+ "kinds",
1793
+ "laundry",
1794
+ "nearly",
1795
+ "neighborhood",
1796
+ "nose",
1797
+ "paris",
1798
+ "pie",
1799
+ "program",
1800
  "sandwiches",
1801
+ "skirt",
1802
+ "sore",
1803
+ "step",
 
 
1804
  "tallest",
1805
+ "totally",
1806
+ "unable",
1807
+ "wherever",
1808
+ "wise",
1809
+ "##are",
1810
+ "##ased",
1811
+ "##ered",
1812
+ "##ick",
1813
+ "##ics",
1814
+ "##ins",
1815
+ "##mit",
1816
+ "##ors",
1817
  "##ort",
1818
+ "##pt",
1819
+ "beat",
1820
+ "becoming",
1821
+ "below",
1822
+ "bigger",
1823
+ "brown",
1824
+ "calls",
1825
+ "control",
1826
+ "dentist",
 
 
 
 
 
1827
  "doll",
1828
  "drew",
 
1829
  "education",
1830
+ "excellent",
1831
+ "fill",
1832
+ "film",
1833
+ "finger",
1834
+ "fit",
1835
+ "happiness",
1836
+ "iron",
1837
+ "jeans",
1838
+ "jump",
1839
+ "jumped",
1840
+ "lightning",
1841
+ "meters",
1842
+ "midnight",
1843
+ "nap",
1844
+ "obvious",
1845
+ "push",
1846
+ "realized",
1847
+ "shelf",
1848
+ "smiling",
1849
+ "snakes",
1850
+ "socks",
1851
+ "theater",
1852
+ "##den",
1853
+ "##hy",
1854
+ "##ives",
1855
+ "##me",
1856
+ "##nce",
1857
+ "##one",
1858
+ "##ps",
1859
+ "##red",
1860
+ "##sed",
1861
+ "##x",
1862
+ "among",
1863
+ "baked",
1864
+ "boring",
1865
+ "clever",
1866
+ "cover",
1867
+ "economy",
1868
+ "efforts",
1869
+ "engine",
1870
+ "failure",
1871
+ "fallen",
1872
+ "fed",
1873
+ "fence",
1874
  "fifteen",
1875
+ "fighting",
1876
+ "forced",
1877
  "form",
 
 
1878
  "gym",
1879
+ "intended",
1880
+ "kidding",
 
1881
  "knowing",
1882
+ "lower",
1883
+ "mirror",
1884
+ "mouse",
1885
+ "neighbor",
1886
+ "normal",
1887
+ "ones",
 
1888
  "paint",
1889
+ "pieces",
1890
+ "progress",
1891
+ "ringing",
1892
+ "scene",
1893
+ "science",
1894
+ "subway",
1895
+ "suicide",
1896
+ "tire",
1897
+ "tower",
1898
+ "upstairs",
1899
+ "welcome",
1900
+ "woods",
1901
+ "##8",
1902
+ "##bed",
1903
+ "##ected",
1904
+ "##ier",
1905
+ "##ified",
1906
+ "##ily",
1907
+ "##ited",
1908
+ "##ning",
1909
+ "##ugs",
1910
+ "##ur",
1911
+ "##ware",
1912
+ "abandoned",
1913
+ "accepted",
1914
+ "alcohol",
1915
+ "anyway",
1916
+ "badly",
1917
+ "blossoms",
1918
+ "brush",
1919
+ "climbing",
1920
+ "costs",
1921
+ "department",
1922
+ "exchange",
1923
+ "farm",
1924
+ "fear",
1925
+ "finding",
1926
+ "followed",
1927
+ "further",
1928
+ "hi",
1929
+ "hiding",
1930
+ "joking",
1931
+ "ladder",
1932
+ "notebook",
1933
+ "overseas",
1934
+ "personal",
1935
+ "power",
1936
+ "salad",
1937
+ "strawberries",
1938
+ "stuff",
1939
+ "teachers",
1940
+ "toys",
1941
+ "treated",
1942
  "twin",
1943
+ "worst",
 
1944
  "yard",
 
 
 
 
 
 
1945
  "##ires",
1946
+ "##king",
1947
+ "##men",
1948
+ "##ne",
1949
+ "##te",
1950
+ "500",
1951
+ "advance",
1952
+ "appeared",
1953
+ "attended",
1954
+ "author",
1955
+ "belongs",
1956
+ "birth",
 
 
 
 
1957
  "bitten",
1958
+ "blew",
1959
+ "breaking",
1960
+ "bright",
1961
+ "cap",
1962
+ "checked",
1963
+ "copy",
1964
  "definitely",
1965
+ "ear",
1966
+ "flat",
1967
+ "fluently",
1968
+ "fox",
1969
+ "happening",
 
 
 
 
 
1970
  "helps",
1971
+ "introduce",
 
 
1972
  "invitation",
1973
+ "jackson",
1974
+ "kicked",
1975
+ "land",
1976
+ "lips",
1977
+ "manager",
1978
+ "mask",
1979
+ "mondays",
1980
+ "preparing",
1981
+ "press",
1982
+ "puppy",
1983
  "rate",
1984
+ "record",
1985
+ "round",
1986
+ "served",
1987
+ "shake",
1988
+ "shoulders",
1989
+ "slight",
1990
+ "snowed",
1991
+ "soldiers",
1992
+ "stronger",
1993
+ "sushi",
1994
  "tail",
1995
+ "tooth",
1996
+ "video",
1997
+ "visiting",
1998
+ "##board",
1999
+ "##cle",
2000
+ "##dle",
2001
+ "##dy",
2002
+ "##fish",
2003
+ "##ink",
2004
+ "##ise",
2005
+ "##land",
2006
+ "##light",
2007
+ "##ma",
2008
+ "##med",
 
 
 
2009
  "##ost",
2010
+ "##out",
2011
+ "##posed",
2012
  "##ray",
2013
+ "##ual",
2014
+ "##ude",
2015
+ "##ume",
2016
+ "##ving",
2017
+ "ages",
2018
+ "appears",
2019
+ "arms",
2020
+ "believes",
2021
+ "compared",
2022
+ "continue",
2023
+ "contract",
2024
+ "couch",
2025
+ "curtain",
2026
+ "customers",
2027
+ "degrees",
2028
+ "delayed",
 
 
 
 
 
2029
  "disease",
2030
  "divorce",
2031
+ "dollar",
2032
+ "drawing",
2033
+ "express",
2034
+ "fingers",
2035
+ "forty",
2036
+ "friendly",
2037
+ "grown",
2038
+ "guilty",
2039
+ "handwriting",
2040
+ "hated",
2041
+ "invite",
2042
+ "main",
2043
+ "market",
2044
+ "member",
2045
+ "members",
2046
+ "modern",
2047
  "okay",
2048
+ "percent",
2049
+ "perfectly",
2050
+ "promises",
2051
+ "realize",
2052
+ "relax",
2053
+ "respect",
2054
+ "restaurants",
2055
+ "restroom",
2056
+ "simply",
2057
+ "smaller",
2058
+ "speed",
2059
+ "spite",
2060
+ "temper",
2061
+ "upon",
2062
+ "wide",
2063
+ "writes",
2064
+ "##7",
2065
+ "##ap",
2066
+ "##ee",
2067
+ "##erve",
2068
+ "##iate",
2069
+ "##ically",
2070
+ "##ining",
2071
+ "##ize",
2072
+ "##key",
2073
+ "##lar",
2074
+ "##lies",
 
 
 
 
 
 
 
 
 
 
2075
  "##ney",
2076
+ "##nk",
2077
+ "##ode",
2078
+ "##ot",
2079
+ "##rated",
2080
+ "##ssed",
2081
+ "##ze",
2082
+ "300",
2083
+ "ability",
2084
+ "alike",
2085
+ "animal",
2086
+ "attack",
2087
  "behavior",
2088
+ "beside",
2089
+ "beyond",
2090
+ "careless",
2091
+ "carpet",
2092
+ "committed",
2093
+ "condition",
2094
+ "convenient",
2095
  "crossed",
2096
+ "dancing",
2097
  "destroyed",
2098
+ "earns",
 
2099
  "envelope",
2100
+ "ex",
 
 
 
2101
  "flying",
2102
+ "following",
2103
+ "fortune",
2104
+ "germany",
2105
+ "gloves",
2106
+ "group",
2107
+ "hidden",
2108
+ "horses",
2109
+ "intelligent",
2110
+ "interest",
2111
  "invented",
 
2112
  "jealous",
2113
  "knowledge",
2114
+ "laptop",
2115
+ "lazy",
2116
+ "lovely",
 
2117
  "moving",
2118
+ "named",
2119
+ "nowadays",
2120
+ "pajamas",
2121
+ "pepper",
2122
+ "polite",
2123
+ "prepared",
2124
+ "refused",
 
 
2125
  "reminds",
2126
+ "rise",
2127
+ "rose",
2128
  "sales",
2129
  "saved",
2130
+ "ski",
2131
+ "sons",
2132
+ "spending",
2133
+ "suspect",
2134
+ "tax",
2135
+ "thick",
2136
+ "thin",
2137
+ "ugly",
2138
+ "ways",
2139
+ "youngest",
2140
+ "##ale",
2141
+ "##ase",
2142
+ "##ates",
2143
+ "##ck",
2144
+ "##cus",
2145
+ "##her",
2146
+ "##ms",
2147
+ "##nts",
2148
+ "##ome",
2149
+ "##sday",
2150
+ "##ured",
2151
+ "absorbed",
2152
+ "amount",
2153
+ "autumn",
2154
+ "barely",
2155
+ "bedroom",
2156
+ "blind",
2157
+ "blowing",
2158
+ "bookstore",
2159
+ "bother",
2160
+ "buildings",
2161
+ "canada",
2162
+ "century",
2163
+ "certainly",
2164
+ "cheeks",
2165
+ "cleaned",
2166
+ "closer",
2167
+ "cloudy",
2168
+ "colds",
2169
+ "complained",
2170
+ "counter",
2171
+ "data",
2172
+ "entering",
2173
+ "entrance",
2174
+ "escape",
2175
+ "falling",
2176
+ "genius",
2177
+ "gives",
2178
+ "haircut",
2179
+ "huge",
2180
+ "humid",
2181
+ "hurried",
2182
+ "ink",
2183
+ "italy",
2184
+ "knocked",
2185
+ "largest",
2186
+ "lines",
2187
+ "lion",
2188
+ "major",
2189
+ "mess",
2190
+ "north",
2191
+ "opportunity",
2192
+ "places",
2193
+ "professional",
2194
+ "rabbits",
2195
+ "rely",
2196
  "search",
2197
  "service",
2198
  "sheep",
2199
+ "skating",
2200
+ "snake",
 
 
2201
  "snowman",
2202
+ "space",
2203
  "split",
2204
+ "strike",
2205
+ "stubborn",
2206
+ "suggestion",
2207
+ "sunglasses",
2208
+ "system",
2209
+ "terribly",
2210
+ "treat",
2211
+ "walks",
2212
+ "weak",
2213
+ "wealthy",
2214
+ "wow",
2215
+ "writer",
2216
+ "yeah",
2217
+ "yourselves",
2218
  "##als",
2219
+ "##ars",
2220
+ "##ay",
2221
+ "##eat",
2222
+ "##elf",
2223
+ "##ger",
2224
+ "##gle",
2225
+ "##icted",
2226
+ "##inal",
2227
+ "##ination",
2228
+ "##ipt",
2229
+ "##ir",
2230
+ "##ization",
2231
+ "##old",
2232
+ "##rate",
2233
+ "##ries",
2234
+ "##ship",
2235
+ "##stic",
2236
+ "##ung",
2237
+ "##up",
2238
+ "11",
2239
+ "apologized",
2240
+ "brave",
2241
+ "china",
2242
+ "cigarettes",
2243
+ "cooked",
2244
+ "cups",
2245
+ "dessert",
2246
+ "direction",
2247
+ "emergency",
2248
+ "ends",
2249
+ "engaged",
2250
+ "equal",
2251
+ "exciting",
2252
+ "expecting",
2253
+ "facts",
2254
+ "flu",
2255
+ "forever",
2256
+ "forgotten",
2257
+ "gentleman",
2258
+ "giving",
2259
+ "higher",
2260
+ "highest",
2261
+ "honey",
2262
+ "interpreter",
2263
+ "judge",
2264
+ "lasted",
2265
+ "lending",
2266
+ "liar",
2267
+ "master",
2268
+ "mention",
2269
+ "mud",
2270
+ "neck",
2271
+ "novels",
2272
+ "owner",
2273
+ "paying",
2274
+ "pink",
2275
+ "pockets",
2276
+ "private",
2277
+ "quick",
2278
+ "rare",
2279
+ "remain",
2280
+ "safety",
2281
+ "santa",
2282
+ "sells",
2283
+ "share",
2284
+ "soap",
2285
+ "sport",
2286
+ "stage",
2287
+ "stands",
2288
+ "strict",
2289
+ "successful",
2290
+ "suppose",
2291
+ "tight",
2292
+ "uses",
2293
+ "yellow",
2294
+ "##1",
2295
+ "##ages",
2296
+ "##asant",
2297
+ "##cess",
2298
+ "##cial",
2299
+ "##cing",
2300
+ "##creen",
2301
+ "##cted",
2302
+ "##dom",
2303
  "##eel",
2304
+ "##enses",
2305
+ "##ets",
2306
+ "##ging",
2307
  "##gth",
2308
+ "##hips",
2309
+ "##house",
2310
+ "##ield",
2311
+ "##ight",
2312
+ "##iled",
2313
+ "##ipe",
2314
+ "##ived",
2315
  "##ments",
2316
+ "##nate",
2317
+ "##ner",
 
2318
  "##oo",
2319
+ "##ood",
2320
+ "##oon",
2321
+ "##oot",
2322
+ "##ory",
2323
+ "##ox",
2324
+ "##ring",
2325
+ "##sy",
2326
+ "##urt",
2327
+ "##ution",
2328
  "##uts",
 
2329
  "##vy",
2330
+ "15",
2331
+ "actor",
2332
+ "although",
2333
+ "available",
2334
+ "bee",
2335
+ "beef",
 
 
 
2336
  "begun",
2337
+ "bet",
2338
+ "bloom",
2339
+ "boots",
2340
+ "burning",
2341
+ "candy",
2342
  "carrying",
2343
+ "cell",
2344
+ "classmates",
 
2345
  "closet",
 
 
2346
  "complete",
2347
+ "computers",
2348
+ "consider",
2349
+ "cows",
2350
+ "deeply",
2351
+ "diamond",
2352
+ "disappeared",
2353
+ "dreamed",
2354
+ "electricity",
2355
+ "example",
 
2356
  "explained",
2357
+ "fifth",
2358
+ "goal",
2359
  "grapes",
2360
+ "height",
2361
  "improve",
2362
+ "innocent",
2363
+ "jobs",
2364
  "jokes",
2365
+ "lack",
2366
+ "matters",
2367
+ "memory",
2368
+ "murder",
2369
+ "opinions",
2370
+ "oven",
2371
+ "pencils",
2372
+ "per",
2373
+ "personality",
2374
+ "pickpockets",
2375
+ "planted",
2376
  "pleasure",
2377
+ "politics",
2378
+ "professor",
2379
+ "prohibited",
2380
+ "pull",
2381
+ "putting",
2382
+ "ramen",
 
2383
  "riding",
2384
+ "rooms",
2385
+ "sank",
2386
+ "shoulder",
2387
+ "spends",
2388
+ "spirits",
2389
+ "stores",
2390
+ "studies",
2391
+ "suffering",
2392
+ "theory",
2393
+ "translation",
2394
+ "twins",
2395
+ "useless",
2396
+ "vase",
2397
+ "violin",
2398
+ "visa",
2399
  "volleyball",
2400
  "vote",
2401
+ "weekends",
2402
+ "wondered",
2403
+ "##act",
2404
+ "##ature",
2405
+ "##cies",
2406
+ "##ew",
2407
+ "##ey",
2408
+ "##ft",
2409
+ "##gs",
2410
+ "##hew",
2411
+ "##icate",
2412
+ "##ict",
2413
+ "##ient",
2414
+ "##its",
2415
+ "##lapped",
2416
+ "##mark",
2417
+ "##my",
2418
+ "##ock",
2419
+ "##oes",
2420
+ "##ook",
2421
+ "##oy",
2422
  "##ra",
2423
+ "##ton",
2424
+ "##ub",
2425
+ "##unch",
2426
+ "##ury",
2427
+ "##zed",
2428
+ "40",
2429
+ "arguing",
2430
+ "article",
2431
+ "based",
2432
+ "basket",
2433
+ "camping",
 
2434
  "canadians",
2435
+ "cancel",
2436
+ "captain",
2437
+ "cd",
2438
  "chickens",
2439
+ "coin",
2440
+ "coins",
2441
+ "confused",
2442
+ "cousin",
 
 
 
2443
  "curtains",
2444
+ "details",
2445
+ "discovered",
2446
+ "drove",
2447
+ "dust",
2448
+ "energy",
2449
+ "enjoying",
2450
+ "exact",
2451
+ "examined",
2452
+ "exceptions",
2453
+ "exist",
2454
+ "flew",
2455
+ "frozen",
2456
+ "gained",
2457
+ "hesitate",
2458
+ "india",
2459
+ "intention",
2460
+ "interrupt",
2461
+ "july",
2462
+ "junior",
2463
+ "metal",
2464
+ "mobile",
2465
+ "model",
2466
+ "narrowly",
2467
+ "note",
2468
+ "occurred",
2469
+ "opening",
2470
+ "operation",
2471
+ "pens",
 
 
 
2472
  "phoned",
2473
+ "planned",
2474
+ "plate",
2475
+ "poem",
2476
+ "pointed",
2477
  "profile",
2478
+ "relaxed",
2479
+ "repeat",
2480
+ "scary",
2481
+ "searched",
2482
+ "shook",
2483
+ "skipped",
2484
+ "smoked",
2485
+ "spicy",
2486
+ "squirrels",
2487
+ "swam",
2488
+ "sweat",
2489
+ "toy",
2490
+ "travels",
2491
+ "unusual",
2492
+ "windy",
2493
+ "worn",
2494
+ "wrap",
2495
+ "##acy",
2496
+ "##aded",
2497
+ "##ake",
2498
+ "##aked",
2499
+ "##amp",
2500
+ "##asty",
2501
+ "##ber",
2502
+ "##by",
2503
  "##cast",
2504
+ "##cription",
2505
+ "##ense",
2506
+ "##ensive",
2507
+ "##ern",
2508
+ "##gree",
2509
+ "##here",
2510
+ "##iable",
2511
+ "##ief",
2512
  "##iety",
2513
+ "##imistic",
2514
+ "##ised",
2515
+ "##itch",
2516
+ "##iver",
2517
+ "##lted",
2518
+ "##mate",
2519
+ "##mon",
 
 
 
 
 
 
2520
  "##nel",
2521
+ "##oke",
2522
+ "##omics",
2523
+ "##ops",
2524
+ "##ores",
2525
+ "##owed",
2526
  "##per",
2527
+ "##point",
2528
+ "##rain",
2529
+ "##ream",
2530
+ "##rial",
2531
+ "##ssion",
2532
+ "##ust",
2533
+ "18",
2534
+ "acquired",
2535
+ "alice",
2536
+ "ambulance",
2537
+ "applied",
2538
+ "army",
2539
+ "atm",
2540
+ "babies",
2541
+ "band",
2542
  "bar",
2543
+ "belt",
2544
+ "bitter",
2545
+ "blanket",
2546
+ "bottles",
2547
+ "buses",
2548
+ "cab",
2549
+ "cafeteria",
2550
+ "cave",
2551
+ "changes",
2552
+ "changing",
2553
+ "cheer",
2554
+ "colder",
2555
+ "complain",
2556
  "complicated",
2557
+ "consult",
2558
+ "courage",
2559
+ "crash",
2560
  "daily",
2561
+ "demand",
 
2562
  "depend",
2563
+ "everest",
2564
+ "fluent",
 
 
2565
  "foreigners",
2566
+ "friday",
2567
+ "general",
2568
+ "grabbed",
2569
+ "grade",
2570
+ "guests",
2571
+ "heater",
2572
+ "holding",
2573
+ "horizon",
2574
+ "hunting",
2575
+ "income",
2576
+ "instant",
2577
+ "internet",
2578
+ "interview",
2579
+ "kilograms",
2580
+ "lecture",
2581
+ "local",
2582
+ "lottery",
2583
+ "medical",
2584
+ "newspapers",
 
 
 
2585
  "overweight",
2586
+ "pages",
 
2587
  "papers",
2588
+ "pardon",
2589
+ "patience",
2590
+ "plants",
2591
+ "players",
2592
+ "position",
2593
+ "presence",
2594
+ "printer",
2595
+ "published",
2596
+ "reasons",
2597
+ "responsibility",
2598
+ "rode",
2599
+ "safely",
2600
+ "sang",
 
2601
  "shape",
2602
+ "smarter",
2603
  "snows",
2604
+ "sometime",
2605
+ "south",
2606
  "spell",
2607
+ "spider",
 
 
2608
  "steak",
2609
+ "stick",
2610
+ "stock",
2611
+ "stories",
2612
+ "tells",
2613
+ "thanksgiving",
2614
+ "thoughts",
2615
+ "trunk",
 
 
2616
  "turning",
2617
+ "turns",
2618
+ "unhappy",
2619
+ "upside",
2620
  "vegetarian",
2621
+ "web",
2622
+ "whichever",
2623
+ "willing",
2624
+ "winning",
2625
  "worker",
2626
+ "##ace",
2627
+ "##air",
2628
+ "##ans",
2629
+ "##arm",
2630
+ "##c",
2631
+ "##cakes",
2632
+ "##cious",
2633
+ "##clined",
2634
+ "##form",
 
 
2635
  "##fuse",
2636
+ "##gan",
2637
+ "##ground",
2638
+ "##gy",
2639
+ "##ided",
2640
+ "##ific",
2641
+ "##iles",
2642
+ "##imate",
2643
+ "##ior",
2644
+ "##ished",
2645
+ "##la",
2646
+ "##lown",
2647
+ "##ong",
2648
+ "##orm",
2649
+ "##ounds",
2650
+ "##place",
2651
+ "##py",
2652
+ "##ride",
2653
+ "##ror",
2654
+ "##row",
2655
+ "##rush",
2656
  "##sh",
2657
  "##shed",
2658
  "##sist",
2659
+ "##ument",
2660
+ "##ved",
 
 
 
 
 
 
 
 
2661
  "200",
2662
+ "acting",
2663
+ "affairs",
2664
+ "anger",
2665
+ "answers",
2666
+ "ashamed",
2667
+ "audience",
2668
+ "awoke",
2669
+ "beating",
2670
  "boil",
2671
+ "boiled",
2672
+ "burglar",
 
 
 
 
 
2673
  "cigarette",
2674
+ "claus",
2675
+ "committee",
2676
  "communicate",
2677
+ "conference",
2678
+ "convinced",
2679
+ "crossing",
2680
+ "curry",
2681
+ "detail",
2682
+ "detective",
2683
+ "dislike",
2684
+ "drawer",
2685
+ "earthquakes",
2686
+ "ease",
2687
+ "effect",
2688
+ "exams",
2689
  "experienced",
2690
+ "expert",
2691
+ "february",
2692
+ "flood",
2693
+ "grab",
2694
+ "graduate",
 
 
2695
  "growing",
2696
+ "hammer",
2697
  "handkerchief",
2698
+ "homesick",
2699
+ "idiot",
2700
+ "increase",
2701
+ "inviting",
2702
+ "january",
2703
+ "jazz",
2704
+ "kyoto",
 
2705
  "lessons",
2706
+ "louder",
2707
+ "mailbox",
2708
+ "makeup",
2709
+ "manners",
2710
+ "method",
2711
+ "necklace",
2712
+ "obey",
2713
+ "ourselves",
2714
+ "owe",
 
 
 
 
2715
  "password",
2716
  "personally",
2717
+ "pity",
2718
+ "poet",
2719
+ "prefers",
2720
  "pressed",
2721
+ "pretend",
2722
+ "regular",
2723
+ "roads",
2724
+ "robbed",
 
 
2725
  "rome",
2726
+ "scolded",
2727
+ "selling",
2728
+ "shirts",
2729
+ "silence",
2730
+ "sixteen",
2731
+ "slippery",
2732
+ "solution",
2733
+ "songs",
2734
+ "spiders",
2735
+ "stamp",
2736
+ "stove",
2737
+ "suggested",
2738
+ "sum",
2739
+ "surprising",
2740
+ "surrounded",
2741
  "term",
2742
  "themselves",
2743
+ "understanding",
2744
+ "understands",
2745
+ "urgent",
2746
+ "website",
2747
+ "whale",
2748
+ "wooden",
 
 
2749
  "##ache",
2750
+ "##ak",
2751
+ "##aled",
2752
+ "##anic",
2753
+ "##art",
2754
  "##ath",
2755
+ "##ats",
2756
+ "##bing",
2757
+ "##ced",
2758
+ "##els",
2759
+ "##gging",
2760
+ "##gue",
2761
+ "##hat",
 
 
 
 
 
 
 
 
 
2762
  "##hone",
2763
+ "##idence",
2764
+ "##iff",
2765
+ "##inated",
2766
+ "##ind",
 
 
 
 
 
2767
  "##ky",
2768
+ "##lid",
2769
+ "##lief",
2770
+ "##lish",
2771
+ "##logy",
2772
+ "##mber",
2773
+ "##ometer",
2774
+ "##ooth",
2775
+ "##ote",
2776
+ "##oted",
2777
+ "##pear",
2778
+ "##rove",
2779
+ "##tain",
2780
+ "##tent",
 
 
 
 
 
2781
  "##uck",
2782
+ "##umb",
2783
+ "##unt",
2784
+ "##xt",
2785
+ "13",
2786
+ "absence",
2787
+ "accompanied",
2788
+ "action",
2789
+ "added",
2790
  "ankle",
2791
+ "anxious",
2792
+ "arriving",
2793
+ "attractive",
2794
+ "awfully",
2795
+ "battery",
2796
+ "bears",
2797
+ "behave",
2798
+ "carries",
2799
+ "carrots",
2800
+ "ceiling",
2801
+ "cellphone",
2802
+ "chairs",
2803
  "cheerful",
2804
  "chest",
2805
+ "chosen",
2806
+ "completed",
2807
+ "conversation",
2808
+ "crack",
2809
  "darker",
2810
+ "daughters",
2811
+ "discussed",
2812
+ "dried",
2813
+ "drowned",
2814
+ "entire",
2815
+ "fair",
2816
+ "forecast",
2817
+ "forehead",
2818
+ "foxes",
2819
+ "garlic",
2820
+ "grammar",
2821
+ "greatest",
 
2822
  "grows",
2823
+ "habits",
2824
+ "hanging",
2825
+ "heavily",
2826
+ "hokkaido",
2827
+ "hug",
2828
+ "hunger",
2829
+ "importance",
2830
+ "incident",
2831
+ "insisted",
2832
+ "introduced",
 
2833
  "issue",
2834
+ "jogging",
2835
  "laid",
2836
+ "limit",
2837
+ "located",
2838
+ "losing",
2839
+ "loudly",
2840
+ "magic",
2841
+ "moldy",
2842
+ "mushrooms",
2843
+ "narrow",
2844
+ "nonsense",
2845
+ "nuclear",
2846
  "overslept",
 
 
 
 
 
 
2847
  "physics",
2848
  "pilot",
2849
+ "pitch",
2850
+ "plant",
2851
+ "platform",
2852
+ "poems",
2853
+ "pot",
2854
+ "poured",
2855
+ "prepare",
2856
+ "prisoner",
2857
+ "properly",
2858
+ "reads",
2859
+ "recognize",
2860
+ "refrain",
2861
+ "request",
2862
+ "rolled",
2863
  "sake",
2864
+ "sand",
2865
+ "sauce",
2866
+ "scissors",
2867
+ "seek",
2868
+ "settled",
2869
+ "shine",
2870
+ "slower",
2871
+ "smartphone",
2872
+ "smiled",
2873
+ "soaked",
2874
+ "sour",
2875
+ "spanish",
2876
+ "spot",
2877
+ "suitcases",
2878
+ "teaches",
2879
+ "tied",
2880
+ "tough",
2881
+ "toward",
2882
  "track",
2883
+ "trash",
2884
  "various",
2885
+ "volume",
2886
  "whoever",
2887
+ "wolf",
2888
+ "wolves",
2889
+ "##ald",
2890
+ "##ancy",
2891
+ "##ane",
2892
+ "##arts",
2893
  "##ash",
2894
+ "##asure",
2895
+ "##bs",
2896
+ "##chy",
2897
+ "##coat",
2898
+ "##de",
2899
+ "##ded",
 
2900
  "##dition",
2901
+ "##ds",
2902
+ "##gers",
2903
+ "##hand",
2904
+ "##hining",
2905
+ "##ication",
2906
+ "##icient",
2907
+ "##iest",
2908
+ "##ify",
2909
+ "##ilies",
2910
+ "##ilt",
2911
+ "##ims",
2912
+ "##ison",
2913
+ "##itious",
2914
+ "##itten",
2915
+ "##ium",
2916
+ "##kate",
2917
+ "##lite",
2918
+ "##lon",
2919
+ "##lves",
2920
+ "##mbled",
2921
+ "##nced",
2922
+ "##nding",
2923
+ "##oe",
2924
  "##ole",
2925
+ "##orted",
2926
+ "##osition",
2927
+ "##over",
2928
+ "##ried",
2929
+ "##table",
2930
+ "##tered",
2931
+ "##titude",
2932
+ "##tress",
2933
+ "##ually",
 
2934
  "##ulated",
 
 
 
2935
  "##ures",
2936
+ "##ush",
2937
+ "20th",
 
2938
  "accent",
2939
+ "accomplish",
2940
+ "achieved",
2941
+ "active",
2942
+ "admission",
 
 
2943
  "africa",
2944
+ "amazed",
2945
+ "amazing",
2946
+ "ancient",
2947
+ "appetite",
2948
+ "apply",
2949
+ "assistance",
2950
+ "assume",
2951
+ "atomic",
2952
+ "attacked",
2953
+ "baggage",
2954
+ "bake",
2955
+ "beard",
2956
+ "beginner",
2957
+ "bound",
2958
+ "briefcase",
2959
+ "catches",
2960
+ "ceremony",
2961
+ "cheating",
2962
+ "closely",
2963
+ "cloth",
2964
+ "cloud",
2965
+ "colors",
2966
+ "concentrate",
2967
+ "confidence",
2968
+ "damage",
2969
+ "deaf",
2970
  "determined",
2971
+ "discount",
2972
+ "doctors",
2973
+ "drives",
2974
+ "embarrassed",
2975
+ "engagement",
2976
+ "evil",
2977
+ "extra",
2978
+ "eyesight",
2979
+ "fellow",
 
 
2980
  "foolish",
2981
+ "fountain",
2982
+ "garage",
2983
+ "garbage",
2984
  "gathered",
2985
+ "glanced",
2986
+ "hawaii",
2987
+ "hobbies",
2988
+ "hometown",
2989
+ "illegal",
2990
+ "interfere",
2991
+ "international",
2992
+ "itself",
2993
+ "jog",
2994
+ "lead",
 
 
 
2995
  "leather",
2996
+ "leftovers",
2997
+ "lemon",
2998
+ "luggage",
2999
+ "magazines",
3000
+ "meter",
3001
+ "mild",
3002
+ "mileage",
3003
+ "musician",
3004
+ "nights",
3005
+ "numbers",
3006
+ "object",
3007
  "officer",
3008
+ "online",
 
 
 
 
3009
  "overtime",
3010
+ "owns",
3011
+ "pace",
3012
+ "persuaded",
3013
+ "pet",
3014
+ "pets",
3015
+ "picky",
3016
+ "pig",
3017
+ "planes",
3018
+ "points",
3019
+ "political",
3020
+ "potatoes",
3021
+ "prime",
3022
+ "purchase",
3023
+ "purse",
3024
+ "pushed",
3025
+ "recent",
3026
+ "recognized",
3027
+ "reduce",
3028
  "regards",
3029
+ "religion",
3030
+ "removed",
3031
+ "retired",
3032
+ "rising",
3033
+ "roll",
3034
+ "rushed",
3035
+ "saving",
3036
+ "seafood",
3037
+ "section",
3038
+ "selfish",
3039
+ "sending",
3040
+ "serve",
3041
+ "silly",
3042
+ "slipped",
3043
+ "snack",
3044
+ "solved",
3045
+ "state",
3046
+ "steal",
3047
+ "strawberry",
3048
+ "struck",
3049
+ "suggest",
3050
+ "sunny",
3051
+ "sunset",
3052
+ "switzerland",
3053
+ "tent",
3054
+ "textbook",
3055
+ "thunder",
3056
+ "towards",
3057
+ "trick",
3058
+ "unlocked",
3059
+ "unlucky",
3060
+ "ups",
3061
+ "valid",
3062
+ "valuable",
3063
+ "verge",
3064
+ "weapons",
3065
+ "west",
3066
+ "whales",
3067
+ "wishes",
3068
+ "wondering",
3069
+ "wounded",
3070
+ "##aged",
3071
+ "##ama",
3072
+ "##and",
3073
+ "##ants",
3074
+ "##ave",
3075
+ "##bby",
3076
+ "##bly",
3077
+ "##ching",
3078
+ "##ciation",
3079
+ "##cles",
3080
+ "##cluded",
3081
+ "##creasing",
3082
+ "##dge",
3083
+ "##ect",
3084
+ "##ence",
3085
+ "##end",
3086
+ "##erves",
3087
  "##fe",
3088
+ "##gh",
3089
+ "##gled",
3090
+ "##go",
3091
+ "##ibility",
3092
+ "##icking",
 
3093
  "##ience",
3094
+ "##ighted",
3095
+ "##ign",
3096
+ "##ilities",
3097
+ "##ilk",
3098
+ "##ill",
3099
+ "##illed",
3100
+ "##int",
3101
+ "##io",
3102
+ "##ired",
3103
+ "##ists",
3104
  "##ke",
3105
+ "##ked",
3106
  "##lation",
3107
+ "##lected",
3108
+ "##let",
3109
+ "##line",
3110
  "##lip",
3111
+ "##lished",
3112
+ "##logist",
3113
  "##lt",
3114
+ "##ming",
3115
+ "##nic",
3116
+ "##oast",
3117
+ "##og",
3118
+ "##om",
3119
+ "##oping",
3120
+ "##ord",
3121
+ "##ored",
3122
+ "##ough",
3123
+ "##pers",
3124
+ "##ple",
3125
+ "##ports",
3126
+ "##que",
3127
  "##rade",
3128
+ "##rb",
3129
+ "##rill",
3130
+ "##rise",
 
 
 
 
 
 
3131
  "##sing",
3132
+ "##sion",
3133
+ "##ters",
3134
+ "##ulations",
3135
+ "##ward",
3136
+ "##wing",
3137
+ "##ya",
3138
+ "acknowledged",
3139
+ "actions",
3140
+ "actress",
3141
+ "admire",
3142
+ "admired",
3143
+ "adult",
3144
+ "adults",
3145
  "advantage",
3146
+ "airplanes",
3147
+ "alcoholic",
3148
+ "allergies",
3149
+ "apparently",
3150
+ "appearance",
3151
+ "application",
3152
+ "august",
3153
+ "backyard",
3154
  "balcony",
3155
+ "bananas",
3156
+ "barber",
3157
  "beans",
3158
+ "bomb",
3159
+ "bone",
3160
+ "booked",
3161
+ "bumped",
3162
+ "burn",
3163
+ "burnt",
3164
+ "cakes",
3165
  "calculator",
3166
+ "celsius",
3167
+ "cheek",
3168
+ "cleared",
3169
+ "climate",
3170
+ "composition",
3171
+ "counting",
3172
+ "coward",
3173
+ "cracked",
3174
+ "dated",
3175
+ "dawn",
3176
+ "debt",
3177
+ "december",
3178
+ "difficulties",
3179
+ "documents",
3180
+ "eager",
3181
+ "earn",
3182
  "eater",
3183
  "edge",
3184
+ "election",
3185
+ "elephants",
3186
+ "england",
3187
+ "event",
3188
+ "eventually",
 
3189
  "expelled",
3190
+ "explosion",
3191
+ "fare",
3192
+ "feeds",
3193
+ "fits",
3194
+ "flag",
3195
+ "footprints",
3196
+ "fortunately",
3197
+ "frightened",
3198
+ "frog",
3199
+ "froze",
3200
+ "gambling",
3201
+ "goods",
3202
+ "grades",
3203
+ "guide",
3204
+ "highly",
3205
+ "hired",
3206
+ "hiring",
3207
+ "holds",
3208
+ "humor",
3209
+ "ignore",
3210
+ "impressed",
3211
+ "incorrect",
3212
+ "junk",
3213
+ "keeping",
3214
+ "korean",
3215
+ "lesson",
3216
  "longest",
3217
+ "loose",
3218
+ "memories",
3219
+ "mexico",
3220
+ "mystery",
3221
+ "nail",
3222
+ "nuts",
3223
+ "obviously",
3224
+ "oldest",
3225
+ "omelet",
3226
+ "onions",
3227
+ "original",
3228
+ "osaka",
3229
+ "pack",
3230
+ "package",
3231
+ "patients",
3232
+ "permission",
3233
+ "photograph",
3234
+ "piggy",
3235
+ "politician",
3236
+ "postponed",
3237
+ "potato",
3238
+ "puzzle",
3239
+ "quality",
3240
+ "quarter",
3241
+ "receive",
3242
+ "rejected",
3243
+ "remove",
3244
+ "reports",
3245
+ "rescue",
3246
+ "resembles",
3247
+ "root",
3248
+ "rough",
3249
+ "scientist",
3250
+ "secretary",
3251
  "seeds",
3252
+ "seventeen",
3253
+ "shame",
3254
+ "shock",
3255
  "shocked",
3256
+ "shouted",
3257
+ "silver",
 
 
3258
  "sings",
3259
+ "sixty",
3260
+ "slightly",
3261
+ "soft",
3262
  "somehow",
3263
+ "spaghetti",
3264
+ "stealing",
3265
+ "stomachache",
3266
+ "surgery",
3267
+ "swimmer",
3268
+ "technology",
3269
+ "tends",
3270
+ "thankful",
3271
+ "thousands",
3272
+ "tourist",
3273
+ "trained",
3274
+ "trap",
3275
+ "tune",
3276
+ "uncomfortable",
 
3277
  "unmarried",
3278
+ "violence",
3279
+ "warned",
3280
+ "wealth",
3281
+ "zip",
3282
+ "##60",
3283
+ "##ably",
3284
+ "##adium",
3285
+ "##ai",
3286
+ "##aire",
 
 
3287
  "##arch",
3288
+ "##arily",
3289
+ "##ass",
3290
+ "##ator",
3291
+ "##aven",
3292
+ "##aves",
3293
+ "##aving",
3294
+ "##aw",
3295
+ "##ax",
3296
+ "##back",
3297
+ "##bag",
3298
+ "##book",
3299
+ "##burger",
3300
+ "##cated",
3301
+ "##ceiving",
3302
+ "##che",
3303
+ "##ches",
3304
+ "##ctions",
3305
+ "##cts",
3306
+ "##eding",
3307
+ "##ell",
3308
+ "##em",
3309
  "##ewing",
3310
+ "##fer",
 
 
3311
  "##formed",
3312
+ "##gest",
3313
+ "##hile",
3314
+ "##hine",
3315
+ "##iated",
3316
+ "##icated",
3317
+ "##icy",
3318
  "##ids",
3319
+ "##iece",
3320
+ "##ieve",
3321
+ "##ills",
3322
  "##imed",
3323
+ "##iment",
3324
+ "##inning",
 
 
3325
  "##iped",
3326
+ "##ipped",
3327
+ "##irt",
3328
+ "##ising",
3329
+ "##ism",
3330
+ "##iter",
3331
+ "##lashed",
3332
+ "##lied",
3333
  "##lings",
3334
+ "##lls",
 
3335
  "##low",
 
3336
  "##mployed",
3337
+ "##ncy",
3338
+ "##nd",
3339
+ "##nion",
3340
+ "##nished",
3341
+ "##ny",
3342
+ "##omic",
 
3343
  "##oms",
3344
+ "##onfident",
3345
+ "##oscope",
3346
+ "##oth",
 
 
3347
  "##ought",
3348
+ "##ound",
3349
+ "##oving",
3350
+ "##ployment",
3351
+ "##quire",
3352
+ "##rand",
3353
+ "##rating",
3354
  "##ration",
3355
+ "##rent",
3356
+ "##roach",
3357
+ "##room",
3358
  "##rop",
3359
+ "##served",
3360
+ "##sity",
3361
+ "##sue",
3362
+ "##tains",
3363
+ "##tic",
3364
+ "##tracted",
3365
+ "##tributed",
3366
+ "##uation",
3367
+ "##uct",
3368
+ "##ulate",
3369
+ "##ulture",
3370
+ "##umped",
3371
+ "##ums",
3372
+ "##unted",
3373
+ "##ural",
3374
+ "##urious",
3375
+ "##usion",
3376
+ "##val",
3377
+ "##vise",
3378
+ "##work",
3379
+ "25",
3380
+ "aches",
3381
+ "album",
3382
+ "apology",
3383
+ "barking",
3384
+ "blackboard",
3385
+ "bothering",
3386
+ "branch",
3387
+ "breathe",
3388
+ "british",
3389
+ "bucket",
3390
+ "catching",
3391
+ "chairman",
3392
+ "closing",
 
3393
  "comments",
3394
+ "concern",
3395
+ "considering",
3396
+ "constantly",
3397
+ "construction",
3398
+ "contest",
3399
+ "convince",
3400
+ "crashed",
3401
+ "criminal",
3402
+ "curious",
3403
+ "custom",
3404
+ "dam",
3405
  "deer",
3406
  "delete",
3407
+ "disaster",
3408
+ "disneyland",
3409
+ "dizzy",
3410
+ "doubts",
3411
+ "downstairs",
3412
+ "durian",
3413
+ "east",
3414
+ "effort",
3415
+ "eighth",
3416
+ "elbow",
3417
+ "electric",
3418
+ "elephant",
3419
  "environment",
3420
+ "especially",
3421
+ "essay",
3422
+ "eve",
3423
+ "events",
3424
  "exit",
3425
  "false",
3426
+ "faucet",
3427
+ "fax",
3428
  "festival",
3429
  "fiction",
3430
+ "figured",
3431
+ "firm",
3432
+ "floors",
3433
+ "flour",
3434
+ "foods",
3435
+ "foreigner",
3436
+ "formed",
3437
+ "founded",
3438
+ "gain",
3439
+ "gasoline",
3440
+ "grammatically",
3441
+ "granted",
3442
+ "greeted",
3443
  "guard",
3444
+ "hamburgers",
3445
+ "harvard",
3446
+ "headed",
3447
+ "heavier",
3448
  "hero",
3449
+ "homeless",
3450
+ "horrible",
3451
+ "hugged",
3452
+ "id",
3453
+ "impression",
3454
+ "increased",
3455
+ "indoors",
3456
+ "insect",
3457
+ "intersection",
3458
+ "irritated",
3459
+ "judging",
3460
+ "karaoke",
3461
+ "kissing",
3462
+ "knee",
3463
+ "lacks",
3464
+ "lean",
3465
+ "level",
3466
  "log",
3467
+ "mark",
3468
+ "mayor",
3469
+ "muggy",
3470
+ "mushroom",
3471
+ "nails",
3472
+ "national",
3473
  "nature",
3474
+ "normally",
3475
+ "notebooks",
3476
+ "odd",
3477
+ "offered",
3478
+ "opens",
3479
+ "otherwise",
3480
+ "outdoors",
3481
+ "packed",
 
3482
  "permitted",
3483
+ "pillow",
3484
+ "possibly",
3485
+ "postcards",
3486
+ "principal",
3487
+ "pronounce",
3488
+ "provide",
3489
+ "recover",
3490
+ "related",
3491
+ "remembered",
3492
+ "rented",
3493
+ "research",
3494
+ "richer",
3495
+ "ridiculous",
 
 
 
 
 
 
 
 
 
 
3496
  "ripe",
3497
+ "runner",
3498
+ "searching",
3499
+ "sentences",
3500
+ "shampoo",
3501
+ "shave",
3502
+ "shaved",
3503
+ "shout",
3504
+ "showing",
3505
+ "smokes",
3506
+ "sounded",
3507
+ "source",
3508
+ "squirrel",
 
 
3509
  "stain",
3510
+ "stared",
3511
+ "strangers",
3512
+ "strictly",
3513
+ "subscribe",
3514
+ "task",
3515
+ "tasted",
3516
+ "tend",
3517
+ "throwing",
3518
+ "torn",
3519
+ "tour",
3520
+ "trusted",
 
 
3521
  "twentieth",
3522
+ "unconscious",
3523
  "unknown",
3524
+ "usa",
3525
+ "valentine",
 
3526
  "veterinarian",
3527
+ "vitamin",
3528
+ "waiter",
3529
+ "watches",
3530
+ "weigh",
3531
+ "weighs",
3532
+ "zealand",
3533
  "##!",
3534
  "##\"",
3535
  "##$",
 
3542
  "##:",
3543
  "##;",
3544
  "##?",
3545
+ "##@",
3546
  "##j",
3547
  "##q",
3548
  "##v",
 
3551
  "##¥",
3552
  "##°",
3553
  "##é",
3554
+ "##ñ",
3555
+ "##ō",
3556
  "##—",
3557
  "##’",
3558
  "##“",
jpn_spm.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50953c062d51564fdb2a3c02dde5a05c3107c99ff11f3b88f290fca3bf404c36
3
- size 439687
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b1f6d19b93c40873eb9ac0024f849fcd345c4d6eb9ae14dfc671c729ae5224
3
+ size 437670
jpn_spm.vocab CHANGED
The diff for this file is too large to render. See raw diff
 
transformer_model.keras CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa8625619232535a81db1089ce457052ec28dc4b38c8fafa5b69f39806dbbc58
3
- size 95224033
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9aad4460980a325f285203a519a73c25acbd8c5326969d076bca1ecb71781a35
3
+ size 522748168