Upload folder using huggingface_hub
Browse files- config.json +75 -0
- merges.txt +3836 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +15 -0
- tokenizer.json +0 -0
- tokenizer_config.json +23 -0
- vocab.json +1 -0
config.json
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bart-base",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
+
"activation_function": "gelu",
|
5 |
+
"add_bias_logits": false,
|
6 |
+
"add_final_layer_norm": false,
|
7 |
+
"architectures": [
|
8 |
+
"BartForConditionalGeneration"
|
9 |
+
],
|
10 |
+
"attention_dropout": 0.1,
|
11 |
+
"bos_token_id": 0,
|
12 |
+
"classif_dropout": 0.1,
|
13 |
+
"classifier_dropout": 0.0,
|
14 |
+
"d_model": 64,
|
15 |
+
"decoder_attention_heads": 1,
|
16 |
+
"decoder_ffn_dim": 256,
|
17 |
+
"decoder_layerdrop": 0.0,
|
18 |
+
"decoder_layers": 6,
|
19 |
+
"decoder_start_token_id": 2,
|
20 |
+
"dropout": 0.1,
|
21 |
+
"early_stopping": true,
|
22 |
+
"encoder_attention_heads": 1,
|
23 |
+
"encoder_ffn_dim": 256,
|
24 |
+
"encoder_layerdrop": 0.0,
|
25 |
+
"encoder_layers": 6,
|
26 |
+
"eos_token_id": 2,
|
27 |
+
"forced_bos_token_id": 0,
|
28 |
+
"forced_eos_token_id": 2,
|
29 |
+
"gradient_checkpointing": false,
|
30 |
+
"id2label": {
|
31 |
+
"0": "LABEL_0",
|
32 |
+
"1": "LABEL_1",
|
33 |
+
"2": "LABEL_2"
|
34 |
+
},
|
35 |
+
"init_std": 0.02,
|
36 |
+
"is_encoder_decoder": true,
|
37 |
+
"label2id": {
|
38 |
+
"LABEL_0": 0,
|
39 |
+
"LABEL_1": 1,
|
40 |
+
"LABEL_2": 2
|
41 |
+
},
|
42 |
+
"max_position_embeddings": 256,
|
43 |
+
"model_type": "bart",
|
44 |
+
"no_repeat_ngram_size": 3,
|
45 |
+
"normalize_before": false,
|
46 |
+
"normalize_embedding": true,
|
47 |
+
"num_beams": 4,
|
48 |
+
"num_hidden_layers": 6,
|
49 |
+
"pad_token_id": 1,
|
50 |
+
"scale_embedding": false,
|
51 |
+
"task_specific_params": {
|
52 |
+
"summarization": {
|
53 |
+
"length_penalty": 1.0,
|
54 |
+
"max_length": 128,
|
55 |
+
"min_length": 12,
|
56 |
+
"num_beams": 4
|
57 |
+
},
|
58 |
+
"summarization_cnn": {
|
59 |
+
"length_penalty": 2.0,
|
60 |
+
"max_length": 142,
|
61 |
+
"min_length": 56,
|
62 |
+
"num_beams": 4
|
63 |
+
},
|
64 |
+
"summarization_xsum": {
|
65 |
+
"length_penalty": 1.0,
|
66 |
+
"max_length": 62,
|
67 |
+
"min_length": 11,
|
68 |
+
"num_beams": 6
|
69 |
+
}
|
70 |
+
},
|
71 |
+
"torch_dtype": "float32",
|
72 |
+
"transformers_version": "4.22.0.dev0",
|
73 |
+
"use_cache": true,
|
74 |
+
"vocab_size": 4096
|
75 |
+
}
|
merges.txt
ADDED
@@ -0,0 +1,3836 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#version: 0.2 - Trained by `huggingface/tokenizers`
|
2 |
+
Ġ t
|
3 |
+
h e
|
4 |
+
Ġ a
|
5 |
+
i n
|
6 |
+
Ġ s
|
7 |
+
Ġt he
|
8 |
+
Ġ w
|
9 |
+
r e
|
10 |
+
Ġ o
|
11 |
+
e d
|
12 |
+
n d
|
13 |
+
Ġ b
|
14 |
+
Ġ h
|
15 |
+
e r
|
16 |
+
o u
|
17 |
+
in g
|
18 |
+
a t
|
19 |
+
Ġ f
|
20 |
+
Ġ c
|
21 |
+
Ġ m
|
22 |
+
Ġt o
|
23 |
+
i s
|
24 |
+
i t
|
25 |
+
o n
|
26 |
+
e n
|
27 |
+
Ġ d
|
28 |
+
Ġa nd
|
29 |
+
o r
|
30 |
+
Ġ p
|
31 |
+
a s
|
32 |
+
a n
|
33 |
+
Ġ he
|
34 |
+
e s
|
35 |
+
l l
|
36 |
+
Ġ l
|
37 |
+
Ġo f
|
38 |
+
a r
|
39 |
+
Ġt h
|
40 |
+
Ġ in
|
41 |
+
o m
|
42 |
+
Ġ n
|
43 |
+
Ġ g
|
44 |
+
a d
|
45 |
+
l e
|
46 |
+
Ġb e
|
47 |
+
Ġ e
|
48 |
+
o w
|
49 |
+
u t
|
50 |
+
i d
|
51 |
+
i c
|
52 |
+
o t
|
53 |
+
Ġw as
|
54 |
+
a c
|
55 |
+
a l
|
56 |
+
l d
|
57 |
+
v e
|
58 |
+
i m
|
59 |
+
s t
|
60 |
+
Ġo n
|
61 |
+
l y
|
62 |
+
Ġ re
|
63 |
+
g h
|
64 |
+
e t
|
65 |
+
Ġs t
|
66 |
+
Ġ I
|
67 |
+
Ġ y
|
68 |
+
a y
|
69 |
+
Ġth at
|
70 |
+
i on
|
71 |
+
Ġ u
|
72 |
+
en t
|
73 |
+
Ġhe r
|
74 |
+
s e
|
75 |
+
Ġ it
|
76 |
+
Ġh is
|
77 |
+
v er
|
78 |
+
i r
|
79 |
+
r o
|
80 |
+
Ġa s
|
81 |
+
u r
|
82 |
+
it h
|
83 |
+
T he
|
84 |
+
Ġy ou
|
85 |
+
Ġf or
|
86 |
+
Ġw e
|
87 |
+
o o
|
88 |
+
Ġw ith
|
89 |
+
Ġw h
|
90 |
+
Ġh a
|
91 |
+
' s
|
92 |
+
gh t
|
93 |
+
a m
|
94 |
+
r i
|
95 |
+
ou ld
|
96 |
+
k e
|
97 |
+
Ġa n
|
98 |
+
Ġh ad
|
99 |
+
Ġa t
|
100 |
+
he r
|
101 |
+
a ll
|
102 |
+
Ġ is
|
103 |
+
Ġs he
|
104 |
+
e c
|
105 |
+
Ġl i
|
106 |
+
' t
|
107 |
+
Ġm e
|
108 |
+
c e
|
109 |
+
H e
|
110 |
+
Ġs h
|
111 |
+
i l
|
112 |
+
Ġ k
|
113 |
+
Ġm y
|
114 |
+
Ġf r
|
115 |
+
re d
|
116 |
+
i ll
|
117 |
+
r a
|
118 |
+
p p
|
119 |
+
Ġn ot
|
120 |
+
t er
|
121 |
+
c h
|
122 |
+
e l
|
123 |
+
k ed
|
124 |
+
Ġh im
|
125 |
+
o re
|
126 |
+
Ġs e
|
127 |
+
i f
|
128 |
+
r ou
|
129 |
+
a in
|
130 |
+
Ġs a
|
131 |
+
ac k
|
132 |
+
u s
|
133 |
+
Ġb ut
|
134 |
+
Ġfr om
|
135 |
+
t ed
|
136 |
+
Ġd o
|
137 |
+
Ġn e
|
138 |
+
om e
|
139 |
+
Ġo ut
|
140 |
+
Ġu p
|
141 |
+
es s
|
142 |
+
t h
|
143 |
+
g e
|
144 |
+
u n
|
145 |
+
ar d
|
146 |
+
u st
|
147 |
+
Ġs o
|
148 |
+
at ion
|
149 |
+
Ġc on
|
150 |
+
, "
|
151 |
+
Ġ S
|
152 |
+
Ġ j
|
153 |
+
Ġha ve
|
154 |
+
u l
|
155 |
+
Ġ M
|
156 |
+
Ġthe y
|
157 |
+
t o
|
158 |
+
Ġk n
|
159 |
+
Ġa b
|
160 |
+
Ġ C
|
161 |
+
an t
|
162 |
+
Ġwe re
|
163 |
+
er s
|
164 |
+
in d
|
165 |
+
o d
|
166 |
+
Ġa ll
|
167 |
+
S he
|
168 |
+
Ġa l
|
169 |
+
Ġe x
|
170 |
+
u m
|
171 |
+
e m
|
172 |
+
Ġl e
|
173 |
+
Ġc h
|
174 |
+
k ing
|
175 |
+
ou t
|
176 |
+
o p
|
177 |
+
q u
|
178 |
+
i ght
|
179 |
+
Ġ A
|
180 |
+
Ġ r
|
181 |
+
Ġth is
|
182 |
+
o s
|
183 |
+
on e
|
184 |
+
a b
|
185 |
+
a nd
|
186 |
+
Ġw he
|
187 |
+
Ġw ould
|
188 |
+
Ġs p
|
189 |
+
Ġsa id
|
190 |
+
Ġs u
|
191 |
+
Ġ v
|
192 |
+
Ġo r
|
193 |
+
id e
|
194 |
+
at e
|
195 |
+
i e
|
196 |
+
Ġw or
|
197 |
+
o l
|
198 |
+
he d
|
199 |
+
Ġf e
|
200 |
+
is t
|
201 |
+
es t
|
202 |
+
ow n
|
203 |
+
i g
|
204 |
+
Ġa re
|
205 |
+
Ġc ould
|
206 |
+
re s
|
207 |
+
oo d
|
208 |
+
Ġl oo
|
209 |
+
I t
|
210 |
+
Ġthe m
|
211 |
+
Ġon e
|
212 |
+
Ġb ack
|
213 |
+
Ġin to
|
214 |
+
as t
|
215 |
+
all y
|
216 |
+
Ġd e
|
217 |
+
Ġc om
|
218 |
+
c t
|
219 |
+
Ġb y
|
220 |
+
ac e
|
221 |
+
Ġd id
|
222 |
+
ar t
|
223 |
+
T h
|
224 |
+
Ġc l
|
225 |
+
Ġthe ir
|
226 |
+
v en
|
227 |
+
Ġu n
|
228 |
+
on g
|
229 |
+
r y
|
230 |
+
Ġp l
|
231 |
+
ver y
|
232 |
+
i ve
|
233 |
+
Ġg o
|
234 |
+
. .
|
235 |
+
ou s
|
236 |
+
Ġ G
|
237 |
+
Ġli ke
|
238 |
+
e ll
|
239 |
+
Ġ B
|
240 |
+
a u
|
241 |
+
h ing
|
242 |
+
Ġt im
|
243 |
+
am e
|
244 |
+
Ġa g
|
245 |
+
Ġab out
|
246 |
+
Ġm an
|
247 |
+
Ġwh at
|
248 |
+
e p
|
249 |
+
a p
|
250 |
+
Ġ J
|
251 |
+
Ġp ro
|
252 |
+
Ġ ro
|
253 |
+
w ay
|
254 |
+
a ke
|
255 |
+
t her
|
256 |
+
Ġc an
|
257 |
+
Ġo ver
|
258 |
+
it y
|
259 |
+
Ġn o
|
260 |
+
f e
|
261 |
+
a g
|
262 |
+
Ġwh o
|
263 |
+
o c
|
264 |
+
Ġ D
|
265 |
+
rou nd
|
266 |
+
ou r
|
267 |
+
Ġb l
|
268 |
+
Ġbe en
|
269 |
+
Ġthe re
|
270 |
+
Ġs m
|
271 |
+
ic e
|
272 |
+
or t
|
273 |
+
ec t
|
274 |
+
Ġha nd
|
275 |
+
Ġan y
|
276 |
+
ur n
|
277 |
+
Ġ L
|
278 |
+
Ġtim e
|
279 |
+
Ġ P
|
280 |
+
Ġs ome
|
281 |
+
Ġu s
|
282 |
+
o st
|
283 |
+
Ġd own
|
284 |
+
Ġj ust
|
285 |
+
se l
|
286 |
+
Ġwhe n
|
287 |
+
re n
|
288 |
+
Ġ if
|
289 |
+
Ġkn ow
|
290 |
+
Ġyou r
|
291 |
+
Ġ R
|
292 |
+
in e
|
293 |
+
Ġ qu
|
294 |
+
Ġm ore
|
295 |
+
a k
|
296 |
+
Ġw ill
|
297 |
+
i es
|
298 |
+
Ġto o
|
299 |
+
t e
|
300 |
+
Ġ en
|
301 |
+
v ed
|
302 |
+
Ġo ther
|
303 |
+
re at
|
304 |
+
r u
|
305 |
+
Ġe y
|
306 |
+
u re
|
307 |
+
o nd
|
308 |
+
Ġof f
|
309 |
+
Ġf l
|
310 |
+
Ġa r
|
311 |
+
Ġ T
|
312 |
+
ic h
|
313 |
+
Ġg et
|
314 |
+
i le
|
315 |
+
m ent
|
316 |
+
Ġthe n
|
317 |
+
p l
|
318 |
+
p t
|
319 |
+
u ll
|
320 |
+
Ġ "
|
321 |
+
Ġth ou
|
322 |
+
as s
|
323 |
+
ic k
|
324 |
+
Ġ H
|
325 |
+
e ar
|
326 |
+
Ġag ain
|
327 |
+
o se
|
328 |
+
ot her
|
329 |
+
v ing
|
330 |
+
f ore
|
331 |
+
o ve
|
332 |
+
Ġ E
|
333 |
+
ou nd
|
334 |
+
Ġs c
|
335 |
+
Ġt w
|
336 |
+
sel f
|
337 |
+
k s
|
338 |
+
i p
|
339 |
+
u d
|
340 |
+
Ġse e
|
341 |
+
rou gh
|
342 |
+
a re
|
343 |
+
t ing
|
344 |
+
l ed
|
345 |
+
f f
|
346 |
+
Ġp e
|
347 |
+
Ġhe ad
|
348 |
+
Ġ im
|
349 |
+
â Ģ
|
350 |
+
Ġs l
|
351 |
+
Ġw ay
|
352 |
+
at ed
|
353 |
+
pp ed
|
354 |
+
Ġbe c
|
355 |
+
Y ou
|
356 |
+
ri ght
|
357 |
+
' d
|
358 |
+
f ter
|
359 |
+
i z
|
360 |
+
i re
|
361 |
+
Ġp r
|
362 |
+
Ġa c
|
363 |
+
ad e
|
364 |
+
ac h
|
365 |
+
Ġon ly
|
366 |
+
Ġth rough
|
367 |
+
ac t
|
368 |
+
ab le
|
369 |
+
Ġey es
|
370 |
+
it e
|
371 |
+
res s
|
372 |
+
W e
|
373 |
+
Ġdid n
|
374 |
+
Ġd is
|
375 |
+
Ġbe fore
|
376 |
+
Ġth an
|
377 |
+
b le
|
378 |
+
ing s
|
379 |
+
Ġo ur
|
380 |
+
an ce
|
381 |
+
Ġa round
|
382 |
+
The y
|
383 |
+
in k
|
384 |
+
w ard
|
385 |
+
Ġn ow
|
386 |
+
W h
|
387 |
+
Ġcon t
|
388 |
+
f t
|
389 |
+
nd er
|
390 |
+
e red
|
391 |
+
u c
|
392 |
+
Ġe ven
|
393 |
+
Ġ F
|
394 |
+
Ġwh ich
|
395 |
+
a ge
|
396 |
+
Ġe very
|
397 |
+
Ġloo ked
|
398 |
+
i ous
|
399 |
+
an s
|
400 |
+
an g
|
401 |
+
en ce
|
402 |
+
Ġc o
|
403 |
+
Ġt urn
|
404 |
+
Ġh ow
|
405 |
+
re e
|
406 |
+
v es
|
407 |
+
e w
|
408 |
+
t le
|
409 |
+
Ġt r
|
410 |
+
p er
|
411 |
+
Ġg r
|
412 |
+
w n
|
413 |
+
op le
|
414 |
+
ou n
|
415 |
+
om et
|
416 |
+
B ut
|
417 |
+
Ġ N
|
418 |
+
Ġ (
|
419 |
+
Ġs ay
|
420 |
+
ion s
|
421 |
+
Ġ K
|
422 |
+
Ġa d
|
423 |
+
Ġd ay
|
424 |
+
e nd
|
425 |
+
Ġthou ght
|
426 |
+
Ġne ed
|
427 |
+
au se
|
428 |
+
' m
|
429 |
+
Ġh as
|
430 |
+
b er
|
431 |
+
Ġw at
|
432 |
+
Ġpe ople
|
433 |
+
a ve
|
434 |
+
Ġg l
|
435 |
+
Ġtw o
|
436 |
+
at h
|
437 |
+
Ġdo or
|
438 |
+
Ġ right
|
439 |
+
Ġcom p
|
440 |
+
A nd
|
441 |
+
Ġa pp
|
442 |
+
Ġre s
|
443 |
+
ar k
|
444 |
+
he n
|
445 |
+
Ġl ong
|
446 |
+
ir st
|
447 |
+
Ġb r
|
448 |
+
u e
|
449 |
+
Ġa way
|
450 |
+
a red
|
451 |
+
i ld
|
452 |
+
Ġu nder
|
453 |
+
Ġsh ould
|
454 |
+
or d
|
455 |
+
Ġre m
|
456 |
+
i ed
|
457 |
+
i a
|
458 |
+
Ġst ill
|
459 |
+
o g
|
460 |
+
.. .
|
461 |
+
Ġd on
|
462 |
+
n ing
|
463 |
+
u ch
|
464 |
+
is s
|
465 |
+
Ġa m
|
466 |
+
p en
|
467 |
+
Ġ W
|
468 |
+
o y
|
469 |
+
Ġm ade
|
470 |
+
Ġf ace
|
471 |
+
at her
|
472 |
+
I n
|
473 |
+
Ġa fter
|
474 |
+
Ġs omet
|
475 |
+
Ġs w
|
476 |
+
Ġl it
|
477 |
+
Ġ ke
|
478 |
+
Ġwhe re
|
479 |
+
Ġbe t
|
480 |
+
th ing
|
481 |
+
o in
|
482 |
+
Ġp re
|
483 |
+
Ġf irst
|
484 |
+
s ide
|
485 |
+
Ġas ked
|
486 |
+
n e
|
487 |
+
Ġg u
|
488 |
+
Ġgo ing
|
489 |
+
or m
|
490 |
+
Ġ 1
|
491 |
+
a king
|
492 |
+
Ġw ant
|
493 |
+
as e
|
494 |
+
Ġm uch
|
495 |
+
Ġfe el
|
496 |
+
Ġg ood
|
497 |
+
Ġp er
|
498 |
+
Ġli fe
|
499 |
+
Ġro om
|
500 |
+
ou gh
|
501 |
+
Ġd es
|
502 |
+
The re
|
503 |
+
i ly
|
504 |
+
ig n
|
505 |
+
Ġf o
|
506 |
+
a ir
|
507 |
+
c hed
|
508 |
+
Th is
|
509 |
+
ar y
|
510 |
+
is h
|
511 |
+
Ġne ver
|
512 |
+
i al
|
513 |
+
ren t
|
514 |
+
g g
|
515 |
+
Ġhe re
|
516 |
+
Ġp art
|
517 |
+
Ġo pen
|
518 |
+
Ġw al
|
519 |
+
Ġc ar
|
520 |
+
Ġsomet hing
|
521 |
+
a v
|
522 |
+
âĢ Ķ
|
523 |
+
ri ed
|
524 |
+
od y
|
525 |
+
s s
|
526 |
+
Ġg ot
|
527 |
+
i v
|
528 |
+
a h
|
529 |
+
ot h
|
530 |
+
Ġe m
|
531 |
+
el t
|
532 |
+
ĠC h
|
533 |
+
Ġ _
|
534 |
+
Ġc he
|
535 |
+
Ġt e
|
536 |
+
Ġm ake
|
537 |
+
ad y
|
538 |
+
oo k
|
539 |
+
Ġar m
|
540 |
+
Ġtoo k
|
541 |
+
Ġw a
|
542 |
+
Ġbec ause
|
543 |
+
is e
|
544 |
+
s o
|
545 |
+
Ġit s
|
546 |
+
ear s
|
547 |
+
Ġ ra
|
548 |
+
Ġlit tle
|
549 |
+
' re
|
550 |
+
Ġth ink
|
551 |
+
Ġm o
|
552 |
+
t y
|
553 |
+
Th at
|
554 |
+
Ġbe l
|
555 |
+
Ġkn ew
|
556 |
+
an c
|
557 |
+
f ul
|
558 |
+
Ġat t
|
559 |
+
Ġc all
|
560 |
+
Ġs ur
|
561 |
+
n g
|
562 |
+
en s
|
563 |
+
Ġl et
|
564 |
+
Ġc r
|
565 |
+
Ġ very
|
566 |
+
n ess
|
567 |
+
Ġha pp
|
568 |
+
Ġse em
|
569 |
+
Ġre al
|
570 |
+
Ġbe ing
|
571 |
+
Ġne w
|
572 |
+
u b
|
573 |
+
or y
|
574 |
+
Ġf elt
|
575 |
+
Ġo wn
|
576 |
+
Ġloo k
|
577 |
+
t ain
|
578 |
+
ĠG od
|
579 |
+
o b
|
580 |
+
Ġturn ed
|
581 |
+
Ġa ct
|
582 |
+
Ġhe l
|
583 |
+
ic al
|
584 |
+
A s
|
585 |
+
Ġd ec
|
586 |
+
Ġbe g
|
587 |
+
ow ed
|
588 |
+
Ġc ame
|
589 |
+
x t
|
590 |
+
Ġle ft
|
591 |
+
on s
|
592 |
+
Ġs ec
|
593 |
+
Ġfe w
|
594 |
+
Ġt ake
|
595 |
+
o ld
|
596 |
+
he s
|
597 |
+
l es
|
598 |
+
Ġ O
|
599 |
+
Ġ ent
|
600 |
+
Ġre l
|
601 |
+
Ġwh ile
|
602 |
+
Ġst ar
|
603 |
+
ation s
|
604 |
+
Ġm om
|
605 |
+
os s
|
606 |
+
Ġim p
|
607 |
+
Ġwe ll
|
608 |
+
Ġe ar
|
609 |
+
ul t
|
610 |
+
on t
|
611 |
+
a il
|
612 |
+
Ġbe h
|
613 |
+
Ġre c
|
614 |
+
i gh
|
615 |
+
I f
|
616 |
+
Ġw r
|
617 |
+
Ġc ome
|
618 |
+
b e
|
619 |
+
i an
|
620 |
+
H is
|
621 |
+
Ġan other
|
622 |
+
l ing
|
623 |
+
' ll
|
624 |
+
Ġw om
|
625 |
+
Ġwas n
|
626 |
+
oc k
|
627 |
+
N o
|
628 |
+
Ġe nd
|
629 |
+
Ġhel p
|
630 |
+
o ice
|
631 |
+
Ġal so
|
632 |
+
ro ss
|
633 |
+
an ted
|
634 |
+
Ġs ide
|
635 |
+
Ġto ward
|
636 |
+
Ġf ind
|
637 |
+
Ġw ent
|
638 |
+
Ġp ut
|
639 |
+
g et
|
640 |
+
Ġm ost
|
641 |
+
w e
|
642 |
+
W hen
|
643 |
+
Ġth ose
|
644 |
+
Ġli ght
|
645 |
+
Ġex p
|
646 |
+
' ve
|
647 |
+
en ed
|
648 |
+
ow er
|
649 |
+
Ġf in
|
650 |
+
Ġwor k
|
651 |
+
ou se
|
652 |
+
ve l
|
653 |
+
ent s
|
654 |
+
ar m
|
655 |
+
Ġp h
|
656 |
+
Ġwor d
|
657 |
+
Ġp ull
|
658 |
+
Ġt ell
|
659 |
+
Ġhand s
|
660 |
+
Ġin c
|
661 |
+
ri end
|
662 |
+
or s
|
663 |
+
Ġn ight
|
664 |
+
Ġm ay
|
665 |
+
p s
|
666 |
+
Ġm ind
|
667 |
+
Wh at
|
668 |
+
Ġt ry
|
669 |
+
Ġth ings
|
670 |
+
at ing
|
671 |
+
Ġp ers
|
672 |
+
Ġs k
|
673 |
+
Ġt ra
|
674 |
+
Ġf ound
|
675 |
+
Ġst r
|
676 |
+
i ble
|
677 |
+
Ġo ld
|
678 |
+
Ġt al
|
679 |
+
Ġwor ld
|
680 |
+
* *
|
681 |
+
Ġagain st
|
682 |
+
oo l
|
683 |
+
p le
|
684 |
+
way s
|
685 |
+
Ġb ody
|
686 |
+
Ġ 2
|
687 |
+
u al
|
688 |
+
Ġman y
|
689 |
+
a z
|
690 |
+
Ġto ld
|
691 |
+
Ġthe se
|
692 |
+
Ġl ast
|
693 |
+
Ġe ach
|
694 |
+
Ġsa w
|
695 |
+
Ġc le
|
696 |
+
an k
|
697 |
+
Ġre t
|
698 |
+
a w
|
699 |
+
u ally
|
700 |
+
it ion
|
701 |
+
Ġd if
|
702 |
+
ic t
|
703 |
+
Ġ V
|
704 |
+
Ġw anted
|
705 |
+
Ġs ame
|
706 |
+
Ġs et
|
707 |
+
Ġpl ace
|
708 |
+
Ġm at
|
709 |
+
Ġbeh ind
|
710 |
+
i b
|
711 |
+
Ġb u
|
712 |
+
Ġe v
|
713 |
+
n er
|
714 |
+
n ed
|
715 |
+
Ġas s
|
716 |
+
Ġre ally
|
717 |
+
Ġ '
|
718 |
+
ver s
|
719 |
+
Ġg ra
|
720 |
+
Ġy ears
|
721 |
+
re am
|
722 |
+
M y
|
723 |
+
Ġsm all
|
724 |
+
in ce
|
725 |
+
Ġcom m
|
726 |
+
d ed
|
727 |
+
an ge
|
728 |
+
t il
|
729 |
+
Ġs er
|
730 |
+
Ġne xt
|
731 |
+
Ġo b
|
732 |
+
Ġp oin
|
733 |
+
Ġm in
|
734 |
+
Ġre p
|
735 |
+
Ġf riend
|
736 |
+
Ġh ard
|
737 |
+
Ġp ass
|
738 |
+
Ġb oth
|
739 |
+
uc k
|
740 |
+
Ġfo ll
|
741 |
+
Ġv oice
|
742 |
+
Ġs it
|
743 |
+
Ġsu re
|
744 |
+
t en
|
745 |
+
Ġwa it
|
746 |
+
ow ing
|
747 |
+
Ġcould n
|
748 |
+
ir l
|
749 |
+
Ġh um
|
750 |
+
Ġbel ie
|
751 |
+
c k
|
752 |
+
Ġen ough
|
753 |
+
âĢ ĵ
|
754 |
+
Ġs at
|
755 |
+
is ed
|
756 |
+
Ġm ight
|
757 |
+
Ġac c
|
758 |
+
S o
|
759 |
+
Ġhim self
|
760 |
+
Ġh ome
|
761 |
+
Ġe l
|
762 |
+
Ġmom ent
|
763 |
+
Ġdo es
|
764 |
+
Ġm en
|
765 |
+
Ġm ust
|
766 |
+
Ġl ove
|
767 |
+
Ġpers on
|
768 |
+
b ed
|
769 |
+
Ġun til
|
770 |
+
re w
|
771 |
+
Ġf am
|
772 |
+
Ġal ways
|
773 |
+
t s
|
774 |
+
Ġcl os
|
775 |
+
Ġb o
|
776 |
+
Ġke ep
|
777 |
+
H er
|
778 |
+
d en
|
779 |
+
Ġth ing
|
780 |
+
Ġfr ont
|
781 |
+
Ġre st
|
782 |
+
Ġg i
|
783 |
+
l ess
|
784 |
+
Ġthou gh
|
785 |
+
Ġb ed
|
786 |
+
Ġwith out
|
787 |
+
au ght
|
788 |
+
Ġd ark
|
789 |
+
The n
|
790 |
+
Ġsu ch
|
791 |
+
o or
|
792 |
+
ct ion
|
793 |
+
Ġsm il
|
794 |
+
Ġst e
|
795 |
+
Ġh ouse
|
796 |
+
i et
|
797 |
+
Ġg reat
|
798 |
+
u p
|
799 |
+
ch ing
|
800 |
+
Ġin st
|
801 |
+
f orm
|
802 |
+
y s
|
803 |
+
Ġs ound
|
804 |
+
we en
|
805 |
+
Ġch ild
|
806 |
+
e ver
|
807 |
+
ow s
|
808 |
+
Ġnot hing
|
809 |
+
Ġin d
|
810 |
+
Ġp a
|
811 |
+
Ġloo king
|
812 |
+
Ġd ri
|
813 |
+
Ġst and
|
814 |
+
m ed
|
815 |
+
p h
|
816 |
+
Ġany thing
|
817 |
+
Ġcont in
|
818 |
+
Ġ âĢĵ
|
819 |
+
Ġc or
|
820 |
+
Ġm et
|
821 |
+
at er
|
822 |
+
Ġs n
|
823 |
+
i er
|
824 |
+
s h
|
825 |
+
Ġbet ween
|
826 |
+
un g
|
827 |
+
Ġg irl
|
828 |
+
Ġhe art
|
829 |
+
Ġth ree
|
830 |
+
Ġseem ed
|
831 |
+
s w
|
832 |
+
Ġqu ick
|
833 |
+
er ing
|
834 |
+
Ġin ter
|
835 |
+
à ®
|
836 |
+
Ġ U
|
837 |
+
Ġres p
|
838 |
+
Ġr un
|
839 |
+
us ed
|
840 |
+
he re
|
841 |
+
Ġst ood
|
842 |
+
Ġcon s
|
843 |
+
Ġb reat
|
844 |
+
Ġw ind
|
845 |
+
Ġc ur
|
846 |
+
Ġn od
|
847 |
+
Ġin v
|
848 |
+
Ġwom an
|
849 |
+
ou th
|
850 |
+
Ġstar ted
|
851 |
+
Ġin t
|
852 |
+
n y
|
853 |
+
Ġe ver
|
854 |
+
i x
|
855 |
+
Ġc oun
|
856 |
+
Ġunder st
|
857 |
+
Ġwal ked
|
858 |
+
ce pt
|
859 |
+
Ġsp e
|
860 |
+
iz ed
|
861 |
+
ac hed
|
862 |
+
Ġl au
|
863 |
+
Ġb re
|
864 |
+
Ġcon f
|
865 |
+
Ġs il
|
866 |
+
o ke
|
867 |
+
Ġbeg an
|
868 |
+
ĠS t
|
869 |
+
Ġex pl
|
870 |
+
Ġc are
|
871 |
+
Ġan sw
|
872 |
+
Ġh op
|
873 |
+
ut h
|
874 |
+
Ġc our
|
875 |
+
Ġwat er
|
876 |
+
H ow
|
877 |
+
Ġsu pp
|
878 |
+
Ġhe ard
|
879 |
+
m ost
|
880 |
+
Ġd ra
|
881 |
+
Ġdis c
|
882 |
+
Ġh u
|
883 |
+
c c
|
884 |
+
Ġd ist
|
885 |
+
is hed
|
886 |
+
Ġdif fe
|
887 |
+
re t
|
888 |
+
Ġ He
|
889 |
+
Ġsec ond
|
890 |
+
ull y
|
891 |
+
ent ly
|
892 |
+
p ed
|
893 |
+
c ed
|
894 |
+
r ist
|
895 |
+
Ġon ce
|
896 |
+
Ġt ru
|
897 |
+
0 0
|
898 |
+
as on
|
899 |
+
O n
|
900 |
+
ent ion
|
901 |
+
Ġac ross
|
902 |
+
Ġwh y
|
903 |
+
ec ted
|
904 |
+
in ed
|
905 |
+
Ġin side
|
906 |
+
Ġh old
|
907 |
+
Ġqu est
|
908 |
+
as h
|
909 |
+
Ġa ir
|
910 |
+
h n
|
911 |
+
m er
|
912 |
+
N ot
|
913 |
+
Ġg ave
|
914 |
+
Ġs im
|
915 |
+
Ġpl ay
|
916 |
+
ar ge
|
917 |
+
Ġw all
|
918 |
+
Ġha ir
|
919 |
+
Ġret urn
|
920 |
+
ab ly
|
921 |
+
Ġf ar
|
922 |
+
d er
|
923 |
+
a le
|
924 |
+
Ġde ep
|
925 |
+
re ady
|
926 |
+
Ġpull ed
|
927 |
+
Ġd r
|
928 |
+
id ed
|
929 |
+
Ġp ain
|
930 |
+
Ġne ar
|
931 |
+
Ġpl an
|
932 |
+
Ġb it
|
933 |
+
Ġbet ter
|
934 |
+
Ġ Ð
|
935 |
+
ate ly
|
936 |
+
Ġl o
|
937 |
+
pp ing
|
938 |
+
Ġm other
|
939 |
+
Ġf ather
|
940 |
+
Ġtry ing
|
941 |
+
in s
|
942 |
+
d ay
|
943 |
+
at es
|
944 |
+
Ġre ad
|
945 |
+
c er
|
946 |
+
Ġm on
|
947 |
+
Ġhe ar
|
948 |
+
Ġal ready
|
949 |
+
p r
|
950 |
+
Ġt ried
|
951 |
+
Ġst art
|
952 |
+
Ġp oss
|
953 |
+
en e
|
954 |
+
um b
|
955 |
+
Ġw ond
|
956 |
+
i ke
|
957 |
+
Ġd ro
|
958 |
+
Ġword s
|
959 |
+
g er
|
960 |
+
Ġg ive
|
961 |
+
Ġb us
|
962 |
+
as ed
|
963 |
+
Ġre g
|
964 |
+
ac ed
|
965 |
+
Ġal most
|
966 |
+
Ġst o
|
967 |
+
Ġs ince
|
968 |
+
Ġus ed
|
969 |
+
Ġcall ed
|
970 |
+
get her
|
971 |
+
Ġd ire
|
972 |
+
Ġh igh
|
973 |
+
Ġbl ack
|
974 |
+
Ġm or
|
975 |
+
Ġs le
|
976 |
+
i red
|
977 |
+
A fter
|
978 |
+
a x
|
979 |
+
Ġfe et
|
980 |
+
Ġm ar
|
981 |
+
Ġp ower
|
982 |
+
Ġp res
|
983 |
+
Ġal ong
|
984 |
+
Ġb ig
|
985 |
+
Ġsm ile
|
986 |
+
id ent
|
987 |
+
) .
|
988 |
+
it ed
|
989 |
+
Ġse en
|
990 |
+
Ġcomp le
|
991 |
+
Ġs y
|
992 |
+
Ġsmil ed
|
993 |
+
Ġevery thing
|
994 |
+
u ed
|
995 |
+
Ġth in
|
996 |
+
Ġre pl
|
997 |
+
re st
|
998 |
+
al s
|
999 |
+
en se
|
1000 |
+
it her
|
1001 |
+
Ġyou ng
|
1002 |
+
Ġf ore
|
1003 |
+
ill ed
|
1004 |
+
e k
|
1005 |
+
ak es
|
1006 |
+
j ect
|
1007 |
+
Ġf ing
|
1008 |
+
F or
|
1009 |
+
A ll
|
1010 |
+
Ġmin ut
|
1011 |
+
Ġsu b
|
1012 |
+
u red
|
1013 |
+
W ith
|
1014 |
+
Ġto gether
|
1015 |
+
Ġh al
|
1016 |
+
Ġ -
|
1017 |
+
Ġt able
|
1018 |
+
Ġhe ld
|
1019 |
+
Ġv is
|
1020 |
+
Ġsome one
|
1021 |
+
Ġre d
|
1022 |
+
Ġk ind
|
1023 |
+
Ġcl ose
|
1024 |
+
Ġh our
|
1025 |
+
Ġ ide
|
1026 |
+
Ġw ar
|
1027 |
+
Ġd one
|
1028 |
+
Ġunderst and
|
1029 |
+
am p
|
1030 |
+
Ġrem em
|
1031 |
+
Ġf act
|
1032 |
+
Ġfl oor
|
1033 |
+
g ed
|
1034 |
+
ul ar
|
1035 |
+
u res
|
1036 |
+
ain ed
|
1037 |
+
A t
|
1038 |
+
Ġp ast
|
1039 |
+
Ġm ove
|
1040 |
+
n a
|
1041 |
+
ic ally
|
1042 |
+
Ġl ot
|
1043 |
+
t he
|
1044 |
+
Ġarm s
|
1045 |
+
ur ing
|
1046 |
+
Ġre f
|
1047 |
+
Ġs ign
|
1048 |
+
er m
|
1049 |
+
Ġbl ood
|
1050 |
+
ter s
|
1051 |
+
Ġu se
|
1052 |
+
Ġp at
|
1053 |
+
Ġsl ow
|
1054 |
+
Ġb est
|
1055 |
+
Ġa w
|
1056 |
+
Ġdiffe rent
|
1057 |
+
Ġst ud
|
1058 |
+
Ġd et
|
1059 |
+
c l
|
1060 |
+
r ow
|
1061 |
+
Ġnod ded
|
1062 |
+
y ing
|
1063 |
+
e e
|
1064 |
+
Ġp ol
|
1065 |
+
Ġel se
|
1066 |
+
in ess
|
1067 |
+
Ġc ou
|
1068 |
+
Ġg round
|
1069 |
+
Ġb oy
|
1070 |
+
Ġp ur
|
1071 |
+
Ġfam ily
|
1072 |
+
Ġm outh
|
1073 |
+
it s
|
1074 |
+
i ent
|
1075 |
+
r ic
|
1076 |
+
ic ked
|
1077 |
+
Ġle g
|
1078 |
+
us hed
|
1079 |
+
Ġmy self
|
1080 |
+
ress ed
|
1081 |
+
Ġg en
|
1082 |
+
i ence
|
1083 |
+
Ġday s
|
1084 |
+
Ġp le
|
1085 |
+
Ġcle ar
|
1086 |
+
Ġn ame
|
1087 |
+
Ġher self
|
1088 |
+
en c
|
1089 |
+
Ġother s
|
1090 |
+
Ġneed ed
|
1091 |
+
Ġhum an
|
1092 |
+
et s
|
1093 |
+
Ġb ar
|
1094 |
+
Ġ es
|
1095 |
+
Ġle ad
|
1096 |
+
Ġst ay
|
1097 |
+
Y es
|
1098 |
+
Ġn ec
|
1099 |
+
Ġfor m
|
1100 |
+
it ies
|
1101 |
+
Ġme m
|
1102 |
+
Ġy et
|
1103 |
+
Ġe ff
|
1104 |
+
Ġin s
|
1105 |
+
Ġ ri
|
1106 |
+
Ġc a
|
1107 |
+
Ġquick ly
|
1108 |
+
Ġl arge
|
1109 |
+
Ġtoward s
|
1110 |
+
Ġl ater
|
1111 |
+
ap s
|
1112 |
+
Ġme an
|
1113 |
+
Ð °
|
1114 |
+
Ġdo ing
|
1115 |
+
Ġc reat
|
1116 |
+
p e
|
1117 |
+
Ġt ri
|
1118 |
+
Ġin te
|
1119 |
+
Ġe as
|
1120 |
+
ol og
|
1121 |
+
if e
|
1122 |
+
et h
|
1123 |
+
Ġl oc
|
1124 |
+
Ġso on
|
1125 |
+
il ity
|
1126 |
+
Ġsay s
|
1127 |
+
Ġab le
|
1128 |
+
Ġcour se
|
1129 |
+
u ff
|
1130 |
+
Ġex per
|
1131 |
+
Ġf all
|
1132 |
+
Ġs ch
|
1133 |
+
Ġb ro
|
1134 |
+
iz e
|
1135 |
+
Ġst op
|
1136 |
+
Ġco ll
|
1137 |
+
Ġst ra
|
1138 |
+
f ully
|
1139 |
+
Ġp ar
|
1140 |
+
Ġbelie ve
|
1141 |
+
N ow
|
1142 |
+
re en
|
1143 |
+
Ġle ast
|
1144 |
+
Ġhal f
|
1145 |
+
S t
|
1146 |
+
ĠCh rist
|
1147 |
+
Ġl and
|
1148 |
+
ak en
|
1149 |
+
A l
|
1150 |
+
Ġto p
|
1151 |
+
Ġsto pped
|
1152 |
+
Ġbreat h
|
1153 |
+
Ġget ting
|
1154 |
+
ĠM ar
|
1155 |
+
ie w
|
1156 |
+
ir t
|
1157 |
+
Ġpr ot
|
1158 |
+
if ic
|
1159 |
+
er tain
|
1160 |
+
Ġopen ed
|
1161 |
+
Ġpoin t
|
1162 |
+
ter n
|
1163 |
+
e ad
|
1164 |
+
or n
|
1165 |
+
Ġf ull
|
1166 |
+
Ġl ist
|
1167 |
+
b r
|
1168 |
+
Ġapp ro
|
1169 |
+
Ġtr ans
|
1170 |
+
a pp
|
1171 |
+
ious ly
|
1172 |
+
A n
|
1173 |
+
Ġd em
|
1174 |
+
Ġm iss
|
1175 |
+
at ive
|
1176 |
+
Ġt re
|
1177 |
+
Ġbu ild
|
1178 |
+
W ell
|
1179 |
+
Ġmo ved
|
1180 |
+
ou d
|
1181 |
+
Ġcom ing
|
1182 |
+
ĠJ o
|
1183 |
+
Ġe le
|
1184 |
+
gg ed
|
1185 |
+
Ġst ep
|
1186 |
+
Ġr an
|
1187 |
+
one y
|
1188 |
+
Ġtim es
|
1189 |
+
b y
|
1190 |
+
Ġha ving
|
1191 |
+
Ġre ached
|
1192 |
+
Ġey e
|
1193 |
+
Ġs qu
|
1194 |
+
Ġle ave
|
1195 |
+
Ġ Y
|
1196 |
+
Ġf ire
|
1197 |
+
Ġmor ning
|
1198 |
+
ie ld
|
1199 |
+
t on
|
1200 |
+
Ġm aking
|
1201 |
+
Ġ ed
|
1202 |
+
Ġsp ec
|
1203 |
+
in es
|
1204 |
+
an y
|
1205 |
+
ar ing
|
1206 |
+
O h
|
1207 |
+
Ġme et
|
1208 |
+
he ad
|
1209 |
+
o ll
|
1210 |
+
an e
|
1211 |
+
te red
|
1212 |
+
Ġsh ort
|
1213 |
+
Ġh ur
|
1214 |
+
us h
|
1215 |
+
Ġb ad
|
1216 |
+
Ġgra b
|
1217 |
+
Ġde ad
|
1218 |
+
im e
|
1219 |
+
Ġwh ite
|
1220 |
+
Ġon to
|
1221 |
+
am es
|
1222 |
+
Ġfe ll
|
1223 |
+
Ġ The
|
1224 |
+
ir d
|
1225 |
+
f ort
|
1226 |
+
i o
|
1227 |
+
m an
|
1228 |
+
ant s
|
1229 |
+
ment s
|
1230 |
+
Ġg one
|
1231 |
+
Ġup on
|
1232 |
+
Ġwould n
|
1233 |
+
Ġt ou
|
1234 |
+
Ġsch ool
|
1235 |
+
Ġre ason
|
1236 |
+
Ġfeel ing
|
1237 |
+
a ut
|
1238 |
+
Ġle ar
|
1239 |
+
Ġb ook
|
1240 |
+
Ġc ap
|
1241 |
+
Ġf our
|
1242 |
+
ro l
|
1243 |
+
Ð ¾
|
1244 |
+
, '
|
1245 |
+
Ġd el
|
1246 |
+
Ġc ell
|
1247 |
+
Ġhad n
|
1248 |
+
Ġ1 9
|
1249 |
+
Ġsh ook
|
1250 |
+
e ared
|
1251 |
+
Ġquest ion
|
1252 |
+
Ġde f
|
1253 |
+
Ġde p
|
1254 |
+
Ġfor ward
|
1255 |
+
ir it
|
1256 |
+
Ġsur pr
|
1257 |
+
Ð µ
|
1258 |
+
Ġke pt
|
1259 |
+
b ably
|
1260 |
+
Ġl ess
|
1261 |
+
Ġa p
|
1262 |
+
re et
|
1263 |
+
Ġs un
|
1264 |
+
Ġg rou
|
1265 |
+
Ġk iss
|
1266 |
+
Ġout side
|
1267 |
+
Ġsle ep
|
1268 |
+
sel ves
|
1269 |
+
Ġcontin ued
|
1270 |
+
Ġide a
|
1271 |
+
ro om
|
1272 |
+
Ġf ree
|
1273 |
+
Ġde ath
|
1274 |
+
Ġf ur
|
1275 |
+
Ġwith in
|
1276 |
+
d den
|
1277 |
+
ĠA l
|
1278 |
+
Ġh or
|
1279 |
+
en ing
|
1280 |
+
O ne
|
1281 |
+
ard s
|
1282 |
+
Ġwho le
|
1283 |
+
Ġwat ched
|
1284 |
+
Ġsu dden
|
1285 |
+
Ġc at
|
1286 |
+
Ġb ra
|
1287 |
+
Ġbec ome
|
1288 |
+
ble m
|
1289 |
+
Ġcomple te
|
1290 |
+
Ġc ol
|
1291 |
+
Ġfe ar
|
1292 |
+
al m
|
1293 |
+
Ġ .
|
1294 |
+
Ġrepl ied
|
1295 |
+
Ġfin ally
|
1296 |
+
Ġst ru
|
1297 |
+
Ġc ent
|
1298 |
+
ri e
|
1299 |
+
Ġminut es
|
1300 |
+
Ġtal k
|
1301 |
+
Ġf ight
|
1302 |
+
Ġan g
|
1303 |
+
Ġevery one
|
1304 |
+
Ġph one
|
1305 |
+
s he
|
1306 |
+
air s
|
1307 |
+
Ġslow ly
|
1308 |
+
rou ght
|
1309 |
+
Ġchild ren
|
1310 |
+
g y
|
1311 |
+
id es
|
1312 |
+
Ġad d
|
1313 |
+
ress ion
|
1314 |
+
ect ion
|
1315 |
+
Ġhapp ened
|
1316 |
+
es us
|
1317 |
+
Ġt aking
|
1318 |
+
Ġse ver
|
1319 |
+
Ġle a
|
1320 |
+
Ġc ertain
|
1321 |
+
i ver
|
1322 |
+
ove red
|
1323 |
+
is m
|
1324 |
+
Ġmat ter
|
1325 |
+
ac es
|
1326 |
+
Ġpr om
|
1327 |
+
on y
|
1328 |
+
Ġp os
|
1329 |
+
Ġo pp
|
1330 |
+
Ġin f
|
1331 |
+
Ġpro blem
|
1332 |
+
Ġm id
|
1333 |
+
ist s
|
1334 |
+
c ess
|
1335 |
+
i ally
|
1336 |
+
u g
|
1337 |
+
el s
|
1338 |
+
B e
|
1339 |
+
m y
|
1340 |
+
Ġad v
|
1341 |
+
C h
|
1342 |
+
Ġli ving
|
1343 |
+
ot ion
|
1344 |
+
Ġsever al
|
1345 |
+
ĠM r
|
1346 |
+
anc ed
|
1347 |
+
ut e
|
1348 |
+
ic ed
|
1349 |
+
Ġpro bably
|
1350 |
+
Ġqu iet
|
1351 |
+
an ed
|
1352 |
+
Ġso ft
|
1353 |
+
Ġas k
|
1354 |
+
Ġany one
|
1355 |
+
is ter
|
1356 |
+
Ġy ear
|
1357 |
+
i k
|
1358 |
+
Ġex t
|
1359 |
+
i pped
|
1360 |
+
Ġt aken
|
1361 |
+
w here
|
1362 |
+
Ġfoll owed
|
1363 |
+
it c
|
1364 |
+
Ġl ost
|
1365 |
+
Ġp ri
|
1366 |
+
ar l
|
1367 |
+
us s
|
1368 |
+
Ġfriend s
|
1369 |
+
Ġcoun t
|
1370 |
+
Ġwh is
|
1371 |
+
Ġb rought
|
1372 |
+
Ġm oney
|
1373 |
+
in a
|
1374 |
+
Ġim ag
|
1375 |
+
Ġli ps
|
1376 |
+
Ġal one
|
1377 |
+
Ġch ang
|
1378 |
+
Ġsh o
|
1379 |
+
g hed
|
1380 |
+
Ġf un
|
1381 |
+
as ter
|
1382 |
+
Ġk ill
|
1383 |
+
h ip
|
1384 |
+
ir c
|
1385 |
+
Ġf ood
|
1386 |
+
Ġin form
|
1387 |
+
in ing
|
1388 |
+
Ġgi ven
|
1389 |
+
Ġremem ber
|
1390 |
+
Ġ 3
|
1391 |
+
Ġf ig
|
1392 |
+
Ġn at
|
1393 |
+
Wh y
|
1394 |
+
Ġb ot
|
1395 |
+
g r
|
1396 |
+
Ġimp ort
|
1397 |
+
ĠA n
|
1398 |
+
Ġdoes n
|
1399 |
+
Ġthin king
|
1400 |
+
Ġbe aut
|
1401 |
+
er r
|
1402 |
+
Ġs ent
|
1403 |
+
Ġk id
|
1404 |
+
um p
|
1405 |
+
l and
|
1406 |
+
Ġche st
|
1407 |
+
Ġinte rest
|
1408 |
+
Ġar ri
|
1409 |
+
k en
|
1410 |
+
Ġwr it
|
1411 |
+
e y
|
1412 |
+
n ot
|
1413 |
+
el f
|
1414 |
+
Ġm us
|
1415 |
+
M ay
|
1416 |
+
Ġclos ed
|
1417 |
+
os ed
|
1418 |
+
Ġh it
|
1419 |
+
S ome
|
1420 |
+
Ġsw e
|
1421 |
+
e v
|
1422 |
+
Ġ Z
|
1423 |
+
Ġshould er
|
1424 |
+
Ġe ither
|
1425 |
+
l ic
|
1426 |
+
E very
|
1427 |
+
Ġqu ite
|
1428 |
+
em ent
|
1429 |
+
Ġbre ak
|
1430 |
+
ou l
|
1431 |
+
Ġbr other
|
1432 |
+
Ġm ed
|
1433 |
+
J ust
|
1434 |
+
st em
|
1435 |
+
Ġm ag
|
1436 |
+
e x
|
1437 |
+
T o
|
1438 |
+
Ġstr ong
|
1439 |
+
Ġsh ow
|
1440 |
+
Ġch ange
|
1441 |
+
ic es
|
1442 |
+
u es
|
1443 |
+
er v
|
1444 |
+
c om
|
1445 |
+
Ġab ove
|
1446 |
+
ut ion
|
1447 |
+
Ġro ll
|
1448 |
+
Ġtru e
|
1449 |
+
ĠS h
|
1450 |
+
Ġd ream
|
1451 |
+
Ġdec ided
|
1452 |
+
Ġo cc
|
1453 |
+
Ġre ady
|
1454 |
+
is on
|
1455 |
+
Ġs ense
|
1456 |
+
ot s
|
1457 |
+
ic s
|
1458 |
+
Ġc ra
|
1459 |
+
ap e
|
1460 |
+
Ġs ing
|
1461 |
+
à ¯
|
1462 |
+
Ġli ve
|
1463 |
+
Ġl ow
|
1464 |
+
ant ly
|
1465 |
+
Ġwind ow
|
1466 |
+
Ġl ay
|
1467 |
+
Ġd ou
|
1468 |
+
Ġm ess
|
1469 |
+
Ġwal k
|
1470 |
+
m b
|
1471 |
+
Ġact ually
|
1472 |
+
Ġn um
|
1473 |
+
Ġstand ing
|
1474 |
+
Ġcont rol
|
1475 |
+
Ġgl ass
|
1476 |
+
Ġfo ot
|
1477 |
+
vel op
|
1478 |
+
Ġc re
|
1479 |
+
ar r
|
1480 |
+
Ġc ut
|
1481 |
+
a id
|
1482 |
+
Ġb at
|
1483 |
+
id ing
|
1484 |
+
Ġj ob
|
1485 |
+
Ġbr ing
|
1486 |
+
Ġlau ghed
|
1487 |
+
ĠA r
|
1488 |
+
Ġm ain
|
1489 |
+
o ver
|
1490 |
+
Ġro ad
|
1491 |
+
Ġh ot
|
1492 |
+
Ġ ve
|
1493 |
+
Ġf a
|
1494 |
+
Ġspe ak
|
1495 |
+
te nd
|
1496 |
+
Ġbec ame
|
1497 |
+
re ed
|
1498 |
+
Ġmon th
|
1499 |
+
Ġco ld
|
1500 |
+
Ġper f
|
1501 |
+
Ġsk in
|
1502 |
+
Ġw arm
|
1503 |
+
Ġgen er
|
1504 |
+
Ġwr ong
|
1505 |
+
Ġatt ention
|
1506 |
+
d le
|
1507 |
+
m it
|
1508 |
+
Ġa v
|
1509 |
+
Ġwom en
|
1510 |
+
ag ed
|
1511 |
+
Ġtr uth
|
1512 |
+
Ġgrou p
|
1513 |
+
Ġl ine
|
1514 |
+
u nd
|
1515 |
+
Ġinc l
|
1516 |
+
Ġc irc
|
1517 |
+
Ġfing ers
|
1518 |
+
Ġbeg in
|
1519 |
+
Ġhop e
|
1520 |
+
k ay
|
1521 |
+
ac ked
|
1522 |
+
Ġent ire
|
1523 |
+
Ġansw er
|
1524 |
+
Ġst ory
|
1525 |
+
Ġdis app
|
1526 |
+
ĠI s
|
1527 |
+
Ġlau gh
|
1528 |
+
Ġwait ing
|
1529 |
+
Ġse at
|
1530 |
+
Ġch ar
|
1531 |
+
is ing
|
1532 |
+
e ah
|
1533 |
+
Ġag o
|
1534 |
+
D on
|
1535 |
+
g an
|
1536 |
+
Ġst ared
|
1537 |
+
ĠB r
|
1538 |
+
o le
|
1539 |
+
Ġhour s
|
1540 |
+
d u
|
1541 |
+
Ġsy stem
|
1542 |
+
Ġ Th
|
1543 |
+
Ġw on
|
1544 |
+
Ġlong er
|
1545 |
+
h aps
|
1546 |
+
re ad
|
1547 |
+
Ġli f
|
1548 |
+
i ec
|
1549 |
+
Ġb ur
|
1550 |
+
im es
|
1551 |
+
c ri
|
1552 |
+
Ġt ight
|
1553 |
+
Ġc aught
|
1554 |
+
Ġbl ue
|
1555 |
+
Ġc ase
|
1556 |
+
Ġw ood
|
1557 |
+
er y
|
1558 |
+
E ven
|
1559 |
+
Ġnec k
|
1560 |
+
Ġd uring
|
1561 |
+
Ġtal king
|
1562 |
+
Ġpa rent
|
1563 |
+
Ġha ll
|
1564 |
+
z e
|
1565 |
+
med i
|
1566 |
+
Ġm od
|
1567 |
+
ie f
|
1568 |
+
Ġpro v
|
1569 |
+
or ry
|
1570 |
+
ĠJ esus
|
1571 |
+
Ġex c
|
1572 |
+
Ð ½
|
1573 |
+
May be
|
1574 |
+
Ġd est
|
1575 |
+
Ġsit ting
|
1576 |
+
c ent
|
1577 |
+
Ġch air
|
1578 |
+
S h
|
1579 |
+
ent y
|
1580 |
+
Ġsp oke
|
1581 |
+
Ð ¸
|
1582 |
+
Ġdire ct
|
1583 |
+
) ,
|
1584 |
+
Ġc ity
|
1585 |
+
a im
|
1586 |
+
Ġso c
|
1587 |
+
ĠU n
|
1588 |
+
Ġbus iness
|
1589 |
+
Ġpass ed
|
1590 |
+
ĠL ord
|
1591 |
+
Ñ Ĥ
|
1592 |
+
aught er
|
1593 |
+
Ġc ross
|
1594 |
+
Ġs ens
|
1595 |
+
g ing
|
1596 |
+
Ġposs ible
|
1597 |
+
Ġth r
|
1598 |
+
Ġf ive
|
1599 |
+
Ġste pped
|
1600 |
+
Ġcou ple
|
1601 |
+
or ies
|
1602 |
+
ect ive
|
1603 |
+
oun t
|
1604 |
+
Ġg az
|
1605 |
+
Ġsc ream
|
1606 |
+
Ġor der
|
1607 |
+
i ans
|
1608 |
+
ĠI n
|
1609 |
+
Ġto wn
|
1610 |
+
ar s
|
1611 |
+
Ġre qu
|
1612 |
+
ang er
|
1613 |
+
if ul
|
1614 |
+
a j
|
1615 |
+
er n
|
1616 |
+
d e
|
1617 |
+
th ough
|
1618 |
+
Ġv iew
|
1619 |
+
ag es
|
1620 |
+
Ġkn own
|
1621 |
+
is ion
|
1622 |
+
Ġt em
|
1623 |
+
Ġcl ot
|
1624 |
+
Ġa ff
|
1625 |
+
o red
|
1626 |
+
ation al
|
1627 |
+
r om
|
1628 |
+
j oy
|
1629 |
+
is ted
|
1630 |
+
ar a
|
1631 |
+
o f
|
1632 |
+
Ġstra ight
|
1633 |
+
ud e
|
1634 |
+
Ġsh ip
|
1635 |
+
Ġex am
|
1636 |
+
i or
|
1637 |
+
ur al
|
1638 |
+
c ious
|
1639 |
+
Ġoff ice
|
1640 |
+
m e
|
1641 |
+
Ġto day
|
1642 |
+
p ted
|
1643 |
+
Ġsl ight
|
1644 |
+
it al
|
1645 |
+
Ġmay be
|
1646 |
+
ĠS p
|
1647 |
+
id er
|
1648 |
+
Ġpart ic
|
1649 |
+
Ġrun ning
|
1650 |
+
b ing
|
1651 |
+
Ġsudden ly
|
1652 |
+
Ġcl ass
|
1653 |
+
al th
|
1654 |
+
e ks
|
1655 |
+
or k
|
1656 |
+
Ġs elf
|
1657 |
+
Ġy ell
|
1658 |
+
Ġde v
|
1659 |
+
Ġreturn ed
|
1660 |
+
Ġc ond
|
1661 |
+
Ġwor king
|
1662 |
+
Ġhe av
|
1663 |
+
ate ver
|
1664 |
+
Ġm il
|
1665 |
+
Ġbuild ing
|
1666 |
+
Ġj oin
|
1667 |
+
Ġp ay
|
1668 |
+
in ation
|
1669 |
+
Ġb es
|
1670 |
+
Ġnum ber
|
1671 |
+
Ġgrab bed
|
1672 |
+
f ic
|
1673 |
+
Ġsh all
|
1674 |
+
Ġg un
|
1675 |
+
Ġes c
|
1676 |
+
Ġb ag
|
1677 |
+
p ly
|
1678 |
+
m a
|
1679 |
+
Ġs on
|
1680 |
+
os p
|
1681 |
+
ĠJo hn
|
1682 |
+
Ġ2 0
|
1683 |
+
Ġof ten
|
1684 |
+
Ġthought s
|
1685 |
+
ur ch
|
1686 |
+
Ġimport ant
|
1687 |
+
Ġr ather
|
1688 |
+
Ġthem selves
|
1689 |
+
le x
|
1690 |
+
Ġare a
|
1691 |
+
Ġser v
|
1692 |
+
b s
|
1693 |
+
Ġen joy
|
1694 |
+
al ed
|
1695 |
+
Ġde al
|
1696 |
+
Ġgr in
|
1697 |
+
g th
|
1698 |
+
Ġcon cer
|
1699 |
+
Ġloo ks
|
1700 |
+
o on
|
1701 |
+
a ul
|
1702 |
+
ac hing
|
1703 |
+
Ġc ry
|
1704 |
+
Ġc e
|
1705 |
+
Ġp ub
|
1706 |
+
Ġsay ing
|
1707 |
+
Ġp ap
|
1708 |
+
Ġhapp y
|
1709 |
+
Ġrem ain
|
1710 |
+
Ġb ene
|
1711 |
+
Ġperf ect
|
1712 |
+
Ġim medi
|
1713 |
+
Ġt y
|
1714 |
+
Ġl aw
|
1715 |
+
at or
|
1716 |
+
Ġb urn
|
1717 |
+
Ġsp irit
|
1718 |
+
Ġre ce
|
1719 |
+
at t
|
1720 |
+
Ġp ath
|
1721 |
+
Ġb as
|
1722 |
+
Ġnot iced
|
1723 |
+
e b
|
1724 |
+
Ġhold ing
|
1725 |
+
D o
|
1726 |
+
Ġen g
|
1727 |
+
Ġt en
|
1728 |
+
Ġpre t
|
1729 |
+
Ġs ix
|
1730 |
+
Ġme ant
|
1731 |
+
itc hen
|
1732 |
+
Ġparent s
|
1733 |
+
Ġp iec
|
1734 |
+
l er
|
1735 |
+
Ġw in
|
1736 |
+
oc ked
|
1737 |
+
ren ce
|
1738 |
+
Ġgr ow
|
1739 |
+
Ġapp eared
|
1740 |
+
anc es
|
1741 |
+
Ġl im
|
1742 |
+
Ġcon st
|
1743 |
+
Ġso l
|
1744 |
+
Ġ **
|
1745 |
+
Ġleg s
|
1746 |
+
Ġp o
|
1747 |
+
Ġ Q
|
1748 |
+
Ġk itchen
|
1749 |
+
Ġpr ay
|
1750 |
+
Ġwat ching
|
1751 |
+
on es
|
1752 |
+
Ġclos er
|
1753 |
+
c es
|
1754 |
+
f fe
|
1755 |
+
Ġs oul
|
1756 |
+
Ġ ign
|
1757 |
+
Ġpre v
|
1758 |
+
Ġf oc
|
1759 |
+
in y
|
1760 |
+
Ġl ed
|
1761 |
+
ar ch
|
1762 |
+
Ġap art
|
1763 |
+
Ġle vel
|
1764 |
+
Ġear th
|
1765 |
+
Ġinform ation
|
1766 |
+
a ven
|
1767 |
+
Ġsh ot
|
1768 |
+
w h
|
1769 |
+
Ġw ife
|
1770 |
+
Ġf illed
|
1771 |
+
l ight
|
1772 |
+
t ic
|
1773 |
+
ĠA ll
|
1774 |
+
r act
|
1775 |
+
il t
|
1776 |
+
ĠF r
|
1777 |
+
Ġd am
|
1778 |
+
Ġwat ch
|
1779 |
+
Ġb are
|
1780 |
+
er t
|
1781 |
+
Ġor d
|
1782 |
+
Ġsit u
|
1783 |
+
i am
|
1784 |
+
mer ic
|
1785 |
+
Ġbeaut iful
|
1786 |
+
Ġde velop
|
1787 |
+
ac ing
|
1788 |
+
Ġgu y
|
1789 |
+
Ġhu nd
|
1790 |
+
Ġreal ized
|
1791 |
+
Ġpres ent
|
1792 |
+
Ġf ast
|
1793 |
+
Ġex act
|
1794 |
+
an n
|
1795 |
+
he l
|
1796 |
+
ir m
|
1797 |
+
i ved
|
1798 |
+
Ġhund red
|
1799 |
+
ĠH is
|
1800 |
+
Ġcomm un
|
1801 |
+
Ġ 4
|
1802 |
+
d d
|
1803 |
+
if t
|
1804 |
+
ri g
|
1805 |
+
Ġpret ty
|
1806 |
+
Ġn or
|
1807 |
+
Ġpr act
|
1808 |
+
um ped
|
1809 |
+
ec h
|
1810 |
+
Ġra ised
|
1811 |
+
_ .
|
1812 |
+
il i
|
1813 |
+
Ġsp ace
|
1814 |
+
Ġnew s
|
1815 |
+
Ġth ro
|
1816 |
+
b ody
|
1817 |
+
Ġgu ess
|
1818 |
+
un ch
|
1819 |
+
Ġp ushed
|
1820 |
+
c ted
|
1821 |
+
Ġab s
|
1822 |
+
ou ght
|
1823 |
+
Ñ ģ
|
1824 |
+
Ġdou b
|
1825 |
+
Ġwe ek
|
1826 |
+
a pped
|
1827 |
+
z y
|
1828 |
+
Ġen er
|
1829 |
+
oo ks
|
1830 |
+
s on
|
1831 |
+
Ġh ung
|
1832 |
+
p ec
|
1833 |
+
er c
|
1834 |
+
in c
|
1835 |
+
or ted
|
1836 |
+
ver n
|
1837 |
+
L et
|
1838 |
+
Ġme ans
|
1839 |
+
u se
|
1840 |
+
Ġcomplete ly
|
1841 |
+
ĠC l
|
1842 |
+
Ġwond er
|
1843 |
+
h a
|
1844 |
+
Ñ Ģ
|
1845 |
+
un t
|
1846 |
+
Ġem pt
|
1847 |
+
og n
|
1848 |
+
Ġam ong
|
1849 |
+
Ġch ance
|
1850 |
+
Ġpro cess
|
1851 |
+
Ġpre p
|
1852 |
+
Ġlea ving
|
1853 |
+
Ġs ight
|
1854 |
+
Ġoff ic
|
1855 |
+
led ge
|
1856 |
+
Ġpro f
|
1857 |
+
Ġcon vers
|
1858 |
+
e g
|
1859 |
+
Ġcor ner
|
1860 |
+
Ġsh ut
|
1861 |
+
Ġfur ther
|
1862 |
+
Ġmo ving
|
1863 |
+
Ġexp ression
|
1864 |
+
Ġcr ow
|
1865 |
+
Ġwal king
|
1866 |
+
st er
|
1867 |
+
How ever
|
1868 |
+
Ġli ves
|
1869 |
+
n ight
|
1870 |
+
Ġ 5
|
1871 |
+
Ġfor g
|
1872 |
+
Ġwhis p
|
1873 |
+
Ġob s
|
1874 |
+
Ġpro p
|
1875 |
+
Ġl oud
|
1876 |
+
Ġso ld
|
1877 |
+
c hes
|
1878 |
+
Ġp icked
|
1879 |
+
Ġcan not
|
1880 |
+
Ġst at
|
1881 |
+
à ¢
|
1882 |
+
Ġ [
|
1883 |
+
i ves
|
1884 |
+
Ġl ate
|
1885 |
+
ot e
|
1886 |
+
as hed
|
1887 |
+
in t
|
1888 |
+
Ġw ide
|
1889 |
+
Ġan n
|
1890 |
+
Ġear ly
|
1891 |
+
i vers
|
1892 |
+
Ġv ar
|
1893 |
+
a el
|
1894 |
+
Ġf ut
|
1895 |
+
Ġe qu
|
1896 |
+
Ġfoll ow
|
1897 |
+
Ġs ort
|
1898 |
+
Ġse x
|
1899 |
+
Ġatt ack
|
1900 |
+
Ġ ir
|
1901 |
+
if f
|
1902 |
+
Ġsim ply
|
1903 |
+
Ġansw ered
|
1904 |
+
Ġg reen
|
1905 |
+
Ġ ill
|
1906 |
+
Ġcl im
|
1907 |
+
Ġt rou
|
1908 |
+
Ġwor ked
|
1909 |
+
ĠA nd
|
1910 |
+
U n
|
1911 |
+
ĠE l
|
1912 |
+
Ġus ing
|
1913 |
+
Ġb right
|
1914 |
+
Ġb ab
|
1915 |
+
ri es
|
1916 |
+
Ġit self
|
1917 |
+
Ð »
|
1918 |
+
Ġp ict
|
1919 |
+
an a
|
1920 |
+
Y eah
|
1921 |
+
Ġsa fe
|
1922 |
+
id ence
|
1923 |
+
Ġinst ead
|
1924 |
+
ig hed
|
1925 |
+
r ay
|
1926 |
+
Ġgl anced
|
1927 |
+
Ġs al
|
1928 |
+
Ġph ys
|
1929 |
+
c le
|
1930 |
+
ro ll
|
1931 |
+
r on
|
1932 |
+
ĠA meric
|
1933 |
+
Ġst ate
|
1934 |
+
Ġf ine
|
1935 |
+
Ġst reet
|
1936 |
+
Ġdro pped
|
1937 |
+
if ied
|
1938 |
+
Ġimmedi ately
|
1939 |
+
Ġp op
|
1940 |
+
ad ed
|
1941 |
+
am ed
|
1942 |
+
Ġle aned
|
1943 |
+
p ect
|
1944 |
+
o id
|
1945 |
+
Ġh on
|
1946 |
+
Ġn orm
|
1947 |
+
Ġsk y
|
1948 |
+
O f
|
1949 |
+
Ġincl ud
|
1950 |
+
Ġbes ide
|
1951 |
+
Ġto r
|
1952 |
+
Ġan im
|
1953 |
+
ip s
|
1954 |
+
Ġtr ust
|
1955 |
+
Ġm akes
|
1956 |
+
Ġrec ogn
|
1957 |
+
Ġbo x
|
1958 |
+
ct or
|
1959 |
+
Ġm ur
|
1960 |
+
Ġpl aced
|
1961 |
+
i en
|
1962 |
+
Ġexp ect
|
1963 |
+
Ġt reat
|
1964 |
+
Ġte am
|
1965 |
+
Ġhur t
|
1966 |
+
Ġ est
|
1967 |
+
Ġob v
|
1968 |
+
Ġre le
|
1969 |
+
Ġsil ence
|
1970 |
+
Ġsp ot
|
1971 |
+
Ġpos ition
|
1972 |
+
Ġs orry
|
1973 |
+
Ġsu gg
|
1974 |
+
Ġen c
|
1975 |
+
Ġv al
|
1976 |
+
Ġhe ll
|
1977 |
+
Ġsm ell
|
1978 |
+
Ġ z
|
1979 |
+
o v
|
1980 |
+
Ġpoin ted
|
1981 |
+
Ġsing le
|
1982 |
+
Ġre ve
|
1983 |
+
Ġg as
|
1984 |
+
Ġt ears
|
1985 |
+
em pt
|
1986 |
+
Ġstr ange
|
1987 |
+
rie f
|
1988 |
+
e an
|
1989 |
+
ne y
|
1990 |
+
Ġwait ed
|
1991 |
+
ri b
|
1992 |
+
Ġco ver
|
1993 |
+
Ġlo ved
|
1994 |
+
Ġdire ction
|
1995 |
+
Ġwond ered
|
1996 |
+
Ġ ,
|
1997 |
+
Ġcom fort
|
1998 |
+
Ġf ail
|
1999 |
+
ĠA d
|
2000 |
+
Ġe at
|
2001 |
+
al ity
|
2002 |
+
il ing
|
2003 |
+
e es
|
2004 |
+
Ġs us
|
2005 |
+
B y
|
2006 |
+
d om
|
2007 |
+
O r
|
2008 |
+
Ġexper ience
|
2009 |
+
Ġener gy
|
2010 |
+
om m
|
2011 |
+
y ond
|
2012 |
+
un k
|
2013 |
+
Ġsh ru
|
2014 |
+
Ġcomm and
|
2015 |
+
ĠN ew
|
2016 |
+
Ġp ot
|
2017 |
+
Ġyour self
|
2018 |
+
c o
|
2019 |
+
Ġres ult
|
2020 |
+
Ġthro at
|
2021 |
+
Ġis n
|
2022 |
+
it ive
|
2023 |
+
i res
|
2024 |
+
Ġdes k
|
2025 |
+
Ġed ge
|
2026 |
+
Ġmid dle
|
2027 |
+
b o
|
2028 |
+
Ġsee ing
|
2029 |
+
On ce
|
2030 |
+
The se
|
2031 |
+
d ing
|
2032 |
+
Ġmonth s
|
2033 |
+
Ġdra w
|
2034 |
+
a ked
|
2035 |
+
Ġhapp en
|
2036 |
+
Ġgi ving
|
2037 |
+
Ġrel ations
|
2038 |
+
an i
|
2039 |
+
ar th
|
2040 |
+
Ġwe ap
|
2041 |
+
Ġev ent
|
2042 |
+
Ġsu cc
|
2043 |
+
J o
|
2044 |
+
Ġcom es
|
2045 |
+
Ġt ree
|
2046 |
+
Ġdif fic
|
2047 |
+
le y
|
2048 |
+
Ġfor ce
|
2049 |
+
Ġst om
|
2050 |
+
Ġ round
|
2051 |
+
Ġarri ved
|
2052 |
+
Ġcon v
|
2053 |
+
Ġst ri
|
2054 |
+
oun tain
|
2055 |
+
iet y
|
2056 |
+
l ike
|
2057 |
+
Ġeas y
|
2058 |
+
Ġd ie
|
2059 |
+
Ġwhisp ered
|
2060 |
+
es ted
|
2061 |
+
Ġa uth
|
2062 |
+
Ġshould ers
|
2063 |
+
it ch
|
2064 |
+
pec ially
|
2065 |
+
Ġchang ed
|
2066 |
+
Ġa ge
|
2067 |
+
Ġc op
|
2068 |
+
qu e
|
2069 |
+
Ġinc re
|
2070 |
+
I s
|
2071 |
+
Ġwh atever
|
2072 |
+
Ġp ress
|
2073 |
+
Ġdo g
|
2074 |
+
Ġr ub
|
2075 |
+
b ers
|
2076 |
+
Ġs ighed
|
2077 |
+
Ġgra nd
|
2078 |
+
r is
|
2079 |
+
Ġex cept
|
2080 |
+
Ġapp ear
|
2081 |
+
Ġclot hes
|
2082 |
+
Ġgu ard
|
2083 |
+
Ġw ra
|
2084 |
+
Ġempt y
|
2085 |
+
Ġd ress
|
2086 |
+
ous ly
|
2087 |
+
Ġex ist
|
2088 |
+
Ġfut ure
|
2089 |
+
Ġfin ished
|
2090 |
+
as ure
|
2091 |
+
Ġn ice
|
2092 |
+
y l
|
2093 |
+
Ġgo ld
|
2094 |
+
y n
|
2095 |
+
it ing
|
2096 |
+
b and
|
2097 |
+
Ġy es
|
2098 |
+
Ġsp ent
|
2099 |
+
Ġexact ly
|
2100 |
+
Ġtre es
|
2101 |
+
ĠB l
|
2102 |
+
Ġg od
|
2103 |
+
Ġsh ad
|
2104 |
+
Ġt er
|
2105 |
+
à ©
|
2106 |
+
Ġm ut
|
2107 |
+
Ġa head
|
2108 |
+
er al
|
2109 |
+
Ġs ad
|
2110 |
+
Ġc overed
|
2111 |
+
at s
|
2112 |
+
Ġpro per
|
2113 |
+
Ġgaz e
|
2114 |
+
Ġm ass
|
2115 |
+
Ġse nd
|
2116 |
+
Ġcon n
|
2117 |
+
Ġcle an
|
2118 |
+
Ġsitu ation
|
2119 |
+
Ġinv ol
|
2120 |
+
Ġf ield
|
2121 |
+
Ġtou ch
|
2122 |
+
Ġknow ing
|
2123 |
+
e ed
|
2124 |
+
r ac
|
2125 |
+
Ġfa ith
|
2126 |
+
Ġsw ord
|
2127 |
+
Ġgirl s
|
2128 |
+
Ġwor ry
|
2129 |
+
ĠS am
|
2130 |
+
ec hn
|
2131 |
+
Ġbe yond
|
2132 |
+
Ġcount ry
|
2133 |
+
Ġhis t
|
2134 |
+
Ġk ing
|
2135 |
+
et er
|
2136 |
+
Ġnear ly
|
2137 |
+
a i
|
2138 |
+
o ly
|
2139 |
+
al ing
|
2140 |
+
Ġm ir
|
2141 |
+
Ġd ied
|
2142 |
+
Ġon es
|
2143 |
+
z z
|
2144 |
+
Ġsur round
|
2145 |
+
ill s
|
2146 |
+
Ġsur v
|
2147 |
+
olog y
|
2148 |
+
he red
|
2149 |
+
ous and
|
2150 |
+
Ġdri ve
|
2151 |
+
k n
|
2152 |
+
ir ty
|
2153 |
+
Ġfig ure
|
2154 |
+
Ġhow ever
|
2155 |
+
c on
|
2156 |
+
Ġpartic ular
|
2157 |
+
Ġs ister
|
2158 |
+
Ġpap er
|
2159 |
+
Ġm ine
|
2160 |
+
S omet
|
2161 |
+
Ġg ri
|
2162 |
+
Ġh ang
|
2163 |
+
Ġresp ond
|
2164 |
+
Ġpro du
|
2165 |
+
d uc
|
2166 |
+
in al
|
2167 |
+
g es
|
2168 |
+
Ġim m
|
2169 |
+
Ġsu per
|
2170 |
+
Ġt est
|
2171 |
+
Ġheav y
|
2172 |
+
Ġc ast
|
2173 |
+
Ġfr own
|
2174 |
+
Ġquest ions
|
2175 |
+
ro p
|
2176 |
+
Ġgo vern
|
2177 |
+
Ġp ock
|
2178 |
+
Ġfoll owing
|
2179 |
+
h ow
|
2180 |
+
Ġd anger
|
2181 |
+
o k
|
2182 |
+
Ġst uff
|
2183 |
+
Ġf av
|
2184 |
+
Ġco ffe
|
2185 |
+
á »
|
2186 |
+
us ion
|
2187 |
+
Ġt all
|
2188 |
+
a rent
|
2189 |
+
iv id
|
2190 |
+
Ġb all
|
2191 |
+
Ġstep s
|
2192 |
+
Ġs um
|
2193 |
+
enc y
|
2194 |
+
Ġd in
|
2195 |
+
Ġcrow d
|
2196 |
+
ud d
|
2197 |
+
p ar
|
2198 |
+
Ġconvers ation
|
2199 |
+
Ġk illed
|
2200 |
+
Ġexpl ain
|
2201 |
+
Ġent ered
|
2202 |
+
Ġknow s
|
2203 |
+
Ġdist ance
|
2204 |
+
Ġof fe
|
2205 |
+
Ġwhe ther
|
2206 |
+
ort s
|
2207 |
+
Ġrelations hip
|
2208 |
+
Ġm is
|
2209 |
+
Ġeff ect
|
2210 |
+
is hing
|
2211 |
+
Ġs in
|
2212 |
+
Ġu nd
|
2213 |
+
us hing
|
2214 |
+
Ġact iv
|
2215 |
+
Ġm ist
|
2216 |
+
Ġc alm
|
2217 |
+
le ct
|
2218 |
+
Wh o
|
2219 |
+
Ġa f
|
2220 |
+
Y our
|
2221 |
+
Ġsucc ess
|
2222 |
+
Ġtw enty
|
2223 |
+
Ġstar ing
|
2224 |
+
Ġcoffe e
|
2225 |
+
Ġro ck
|
2226 |
+
Ġstru gg
|
2227 |
+
ing ly
|
2228 |
+
Ġcar ry
|
2229 |
+
Ġauth or
|
2230 |
+
Ġm ention
|
2231 |
+
Ġsurpr ised
|
2232 |
+
Ġh us
|
2233 |
+
a ur
|
2234 |
+
Ġhead ed
|
2235 |
+
av id
|
2236 |
+
m ore
|
2237 |
+
Ġc as
|
2238 |
+
r ation
|
2239 |
+
Ġpe ace
|
2240 |
+
le t
|
2241 |
+
il ed
|
2242 |
+
a ff
|
2243 |
+
pt ion
|
2244 |
+
Ġth ick
|
2245 |
+
Ġg ame
|
2246 |
+
Ġlear n
|
2247 |
+
Ġth ousand
|
2248 |
+
Ġknow ledge
|
2249 |
+
Ġst one
|
2250 |
+
is es
|
2251 |
+
Ġsh owed
|
2252 |
+
Ġj ud
|
2253 |
+
ĠE m
|
2254 |
+
ĠJ ack
|
2255 |
+
Ġhu ge
|
2256 |
+
Ġad ded
|
2257 |
+
Ġslight ly
|
2258 |
+
Ġm ark
|
2259 |
+
Ġbot t
|
2260 |
+
ĠK ing
|
2261 |
+
Ġ ident
|
2262 |
+
Ġrem ind
|
2263 |
+
Ġpol ice
|
2264 |
+
umb led
|
2265 |
+
Ġf ly
|
2266 |
+
Ġch urch
|
2267 |
+
ĠP h
|
2268 |
+
w o
|
2269 |
+
or ing
|
2270 |
+
b ered
|
2271 |
+
Ġfing er
|
2272 |
+
Ä ±
|
2273 |
+
Ġst ren
|
2274 |
+
Ġsu ff
|
2275 |
+
c ked
|
2276 |
+
en n
|
2277 |
+
us ing
|
2278 |
+
Ġp an
|
2279 |
+
Ġseem s
|
2280 |
+
Ġac cept
|
2281 |
+
a wn
|
2282 |
+
ĠS c
|
2283 |
+
Ġar t
|
2284 |
+
Ġp ick
|
2285 |
+
Ġ20 1
|
2286 |
+
Ġr ad
|
2287 |
+
or row
|
2288 |
+
Ġpur p
|
2289 |
+
Ġturn ing
|
2290 |
+
ic king
|
2291 |
+
p ite
|
2292 |
+
Ġstom ach
|
2293 |
+
il ar
|
2294 |
+
Ġperson al
|
2295 |
+
Ġdiffic ult
|
2296 |
+
Ġf le
|
2297 |
+
Ġeven ing
|
2298 |
+
l o
|
2299 |
+
at ic
|
2300 |
+
Ġre ach
|
2301 |
+
Ġroll ed
|
2302 |
+
Ġb ooks
|
2303 |
+
Ġdr ink
|
2304 |
+
ri f
|
2305 |
+
act ion
|
2306 |
+
Ġdark ness
|
2307 |
+
Ġth reat
|
2308 |
+
Wh ile
|
2309 |
+
Ġto t
|
2310 |
+
as k
|
2311 |
+
Ġwall s
|
2312 |
+
௠į
|
2313 |
+
res h
|
2314 |
+
pl es
|
2315 |
+
Ġspec ial
|
2316 |
+
Ġt erm
|
2317 |
+
r or
|
2318 |
+
Ġsec ret
|
2319 |
+
Ġli ved
|
2320 |
+
Ġes pecially
|
2321 |
+
Ġ ver
|
2322 |
+
re y
|
2323 |
+
Ġcom pl
|
2324 |
+
Ġrel ig
|
2325 |
+
Ġp ack
|
2326 |
+
Ġwe eks
|
2327 |
+
Ġv i
|
2328 |
+
on se
|
2329 |
+
ur ity
|
2330 |
+
Ġsupp ort
|
2331 |
+
aj or
|
2332 |
+
Ġdoor s
|
2333 |
+
Ġc amp
|
2334 |
+
Ġd aughter
|
2335 |
+
Ġbec om
|
2336 |
+
Ġlif ted
|
2337 |
+
Ġn on
|
2338 |
+
Ġor gan
|
2339 |
+
ra nd
|
2340 |
+
B ec
|
2341 |
+
ac her
|
2342 |
+
ich ael
|
2343 |
+
Ġt echn
|
2344 |
+
ail s
|
2345 |
+
Ġmeet ing
|
2346 |
+
Ġbel ow
|
2347 |
+
ort un
|
2348 |
+
r in
|
2349 |
+
id ge
|
2350 |
+
Ġbra in
|
2351 |
+
Ġdisc uss
|
2352 |
+
Ġpub lic
|
2353 |
+
Ġhus band
|
2354 |
+
Ġman aged
|
2355 |
+
r al
|
2356 |
+
Ġatt empt
|
2357 |
+
Ġnec ess
|
2358 |
+
R e
|
2359 |
+
Ġno se
|
2360 |
+
g o
|
2361 |
+
ra id
|
2362 |
+
ur y
|
2363 |
+
enc es
|
2364 |
+
Ġvis it
|
2365 |
+
Ġear l
|
2366 |
+
Ġcomp ut
|
2367 |
+
s y
|
2368 |
+
Ġper haps
|
2369 |
+
Ġkid s
|
2370 |
+
Ġtell ing
|
2371 |
+
Ġd iv
|
2372 |
+
- -
|
2373 |
+
Ġcomp any
|
2374 |
+
Ġbab y
|
2375 |
+
ib ly
|
2376 |
+
ill y
|
2377 |
+
Ġbare ly
|
2378 |
+
Ġche ck
|
2379 |
+
ess ion
|
2380 |
+
Ġb rief
|
2381 |
+
Ġdes cri
|
2382 |
+
Ġsh irt
|
2383 |
+
Ġm ill
|
2384 |
+
Ġf air
|
2385 |
+
re g
|
2386 |
+
Ġl ab
|
2387 |
+
om p
|
2388 |
+
Ġre se
|
2389 |
+
Ġsh ar
|
2390 |
+
Ġp ost
|
2391 |
+
m ing
|
2392 |
+
Ġar g
|
2393 |
+
Ġdoub t
|
2394 |
+
Ġdet erm
|
2395 |
+
Ġpri v
|
2396 |
+
Ġro se
|
2397 |
+
r ing
|
2398 |
+
es h
|
2399 |
+
ĠR e
|
2400 |
+
Ġmus ic
|
2401 |
+
Ġsp end
|
2402 |
+
Ġsur f
|
2403 |
+
Ġwe ak
|
2404 |
+
Ġsim ple
|
2405 |
+
ro y
|
2406 |
+
Ġbegin ning
|
2407 |
+
Ġnat ure
|
2408 |
+
Ġb ath
|
2409 |
+
F rom
|
2410 |
+
Ġre v
|
2411 |
+
Ġis s
|
2412 |
+
Ġ 6
|
2413 |
+
Ġev il
|
2414 |
+
c ome
|
2415 |
+
Ġexp ected
|
2416 |
+
Ġg ro
|
2417 |
+
ĠH im
|
2418 |
+
k y
|
2419 |
+
Ġcl aim
|
2420 |
+
Ġinv est
|
2421 |
+
l en
|
2422 |
+
Ġall owed
|
2423 |
+
ĠA m
|
2424 |
+
v al
|
2425 |
+
Ġbro ken
|
2426 |
+
Ġrem ained
|
2427 |
+
Ġremem bered
|
2428 |
+
Ġrec ord
|
2429 |
+
ili ar
|
2430 |
+
Ġsupp osed
|
2431 |
+
Ġte eth
|
2432 |
+
Ġminut e
|
2433 |
+
O ur
|
2434 |
+
Th ank
|
2435 |
+
nd ed
|
2436 |
+
Ġway s
|
2437 |
+
Ġpiec e
|
2438 |
+
in ite
|
2439 |
+
Ġu r
|
2440 |
+
Ġt akes
|
2441 |
+
op e
|
2442 |
+
Ġsp read
|
2443 |
+
ag er
|
2444 |
+
Ġp un
|
2445 |
+
ĠW ill
|
2446 |
+
gr am
|
2447 |
+
Ġaf raid
|
2448 |
+
Ġexpl ained
|
2449 |
+
Ġd ad
|
2450 |
+
f er
|
2451 |
+
Ġf il
|
2452 |
+
о Ð
|
2453 |
+
Ġwe aring
|
2454 |
+
Ġind ivid
|
2455 |
+
c i
|
2456 |
+
Ġb le
|
2457 |
+
Ġper form
|
2458 |
+
P er
|
2459 |
+
ent al
|
2460 |
+
u le
|
2461 |
+
Ġw ound
|
2462 |
+
M ar
|
2463 |
+
ot t
|
2464 |
+
l ish
|
2465 |
+
Ġst ret
|
2466 |
+
Ġsp l
|
2467 |
+
Ġnorm al
|
2468 |
+
G ood
|
2469 |
+
Ġsa nd
|
2470 |
+
as hing
|
2471 |
+
r am
|
2472 |
+
Ġj our
|
2473 |
+
The ir
|
2474 |
+
Ġal ive
|
2475 |
+
re l
|
2476 |
+
Ġb ir
|
2477 |
+
Ġr is
|
2478 |
+
" .
|
2479 |
+
Ġshru gged
|
2480 |
+
Ġbat tle
|
2481 |
+
Ġm ountain
|
2482 |
+
Ġf it
|
2483 |
+
Ġneed s
|
2484 |
+
u it
|
2485 |
+
ul ation
|
2486 |
+
un e
|
2487 |
+
Ġwor th
|
2488 |
+
Ġst airs
|
2489 |
+
Ġob ject
|
2490 |
+
Ġth rew
|
2491 |
+
Ġb al
|
2492 |
+
Ġsurpr ise
|
2493 |
+
pp er
|
2494 |
+
Ġresp onse
|
2495 |
+
Ġchar ac
|
2496 |
+
an ks
|
2497 |
+
Ġen em
|
2498 |
+
p or
|
2499 |
+
Ġf if
|
2500 |
+
s c
|
2501 |
+
G od
|
2502 |
+
Ġw ild
|
2503 |
+
Ġh ig
|
2504 |
+
ow ers
|
2505 |
+
Ġcons ider
|
2506 |
+
Ġan ger
|
2507 |
+
m iss
|
2508 |
+
ent ial
|
2509 |
+
Ġeas ily
|
2510 |
+
i ers
|
2511 |
+
Ġsil ent
|
2512 |
+
Ġhelp ed
|
2513 |
+
y le
|
2514 |
+
u ke
|
2515 |
+
Ġbr own
|
2516 |
+
ou ted
|
2517 |
+
Ġto w
|
2518 |
+
Ġswe et
|
2519 |
+
Ġo per
|
2520 |
+
oo king
|
2521 |
+
Ġsomet imes
|
2522 |
+
Ġstren gth
|
2523 |
+
Ġread ing
|
2524 |
+
Ġke y
|
2525 |
+
Ġag reed
|
2526 |
+
l ine
|
2527 |
+
Ġresp ons
|
2528 |
+
Ġoffe red
|
2529 |
+
Ġele ct
|
2530 |
+
Ġv ill
|
2531 |
+
Ġto ne
|
2532 |
+
Ġad mit
|
2533 |
+
Ġdes ign
|
2534 |
+
Ġh id
|
2535 |
+
Ġdem and
|
2536 |
+
Ġc ab
|
2537 |
+
Ġearl ier
|
2538 |
+
Be fore
|
2539 |
+
iz ation
|
2540 |
+
o ved
|
2541 |
+
Ġan t
|
2542 |
+
Ġal though
|
2543 |
+
iz ing
|
2544 |
+
Ġnot ice
|
2545 |
+
Ġclear ly
|
2546 |
+
s ed
|
2547 |
+
Ġg rew
|
2548 |
+
Ġsm o
|
2549 |
+
Ġt ar
|
2550 |
+
Ġhor se
|
2551 |
+
Ġc am
|
2552 |
+
ĠE arth
|
2553 |
+
side red
|
2554 |
+
Ġbro ke
|
2555 |
+
Ġm ot
|
2556 |
+
Ġc ause
|
2557 |
+
um e
|
2558 |
+
Ġbed room
|
2559 |
+
sh ip
|
2560 |
+
Ġp ort
|
2561 |
+
Ġrep e
|
2562 |
+
Ġwant s
|
2563 |
+
ĠE ng
|
2564 |
+
ac y
|
2565 |
+
Ġpart y
|
2566 |
+
e or
|
2567 |
+
Ġindivid ual
|
2568 |
+
A ny
|
2569 |
+
Ġfor ced
|
2570 |
+
Ġs ick
|
2571 |
+
ward s
|
2572 |
+
ĠB e
|
2573 |
+
Ġcreat ed
|
2574 |
+
O kay
|
2575 |
+
it ions
|
2576 |
+
Ġsecond s
|
2577 |
+
h am
|
2578 |
+
Ġe ight
|
2579 |
+
Ġch oice
|
2580 |
+
Ġbene ath
|
2581 |
+
Ġg ently
|
2582 |
+
Ġh y
|
2583 |
+
Ġo rig
|
2584 |
+
Ġth ird
|
2585 |
+
Ġpock et
|
2586 |
+
Ġcom b
|
2587 |
+
Ġp oor
|
2588 |
+
Ġj umped
|
2589 |
+
Ġem b
|
2590 |
+
ber t
|
2591 |
+
ack s
|
2592 |
+
Ġcur rent
|
2593 |
+
ib ility
|
2594 |
+
Ġpres ence
|
2595 |
+
Ġh ar
|
2596 |
+
pl oy
|
2597 |
+
ig g
|
2598 |
+
b all
|
2599 |
+
Ġprot ect
|
2600 |
+
Ġcon sidered
|
2601 |
+
Ġgu ys
|
2602 |
+
Ġvi ol
|
2603 |
+
Ġsub ject
|
2604 |
+
Ġcl oud
|
2605 |
+
op h
|
2606 |
+
osp ital
|
2607 |
+
Ġo kay
|
2608 |
+
Ġdin ner
|
2609 |
+
ĠP aul
|
2610 |
+
Ġcell s
|
2611 |
+
Ġj e
|
2612 |
+
Ġany way
|
2613 |
+
ĠR o
|
2614 |
+
Ġreal ity
|
2615 |
+
Ġm otion
|
2616 |
+
L ike
|
2617 |
+
f or
|
2618 |
+
M r
|
2619 |
+
Ġr ing
|
2620 |
+
Ġfore st
|
2621 |
+
ent ed
|
2622 |
+
Ñ ĭ
|
2623 |
+
Ġli ked
|
2624 |
+
Ġser ious
|
2625 |
+
Ġsound ed
|
2626 |
+
Ġc ool
|
2627 |
+
Ġst ore
|
2628 |
+
Ġem otion
|
2629 |
+
s et
|
2630 |
+
Ġloc al
|
2631 |
+
Ġ2 00
|
2632 |
+
Bec ause
|
2633 |
+
Ġsus p
|
2634 |
+
e en
|
2635 |
+
Ġpa used
|
2636 |
+
Ġcontin ue
|
2637 |
+
.. ..
|
2638 |
+
Ġb od
|
2639 |
+
ce ed
|
2640 |
+
Ġn erv
|
2641 |
+
er ved
|
2642 |
+
Ġspe ed
|
2643 |
+
C l
|
2644 |
+
Ġcomm on
|
2645 |
+
Ġd en
|
2646 |
+
at ure
|
2647 |
+
Ġcar ried
|
2648 |
+
e re
|
2649 |
+
Ġin n
|
2650 |
+
ain t
|
2651 |
+
Ġus ually
|
2652 |
+
Ġhist ory
|
2653 |
+
Ġgovern ment
|
2654 |
+
Ġlike ly
|
2655 |
+
Ġplay ing
|
2656 |
+
Ġbott om
|
2657 |
+
ad es
|
2658 |
+
r it
|
2659 |
+
Ġwere n
|
2660 |
+
Ġcan cer
|
2661 |
+
Ġf em
|
2662 |
+
Ġlear ned
|
2663 |
+
Ġmag ic
|
2664 |
+
Ġpurp ose
|
2665 |
+
Ġkiss ed
|
2666 |
+
p ort
|
2667 |
+
Ġv an
|
2668 |
+
Ġw ish
|
2669 |
+
Ġpol it
|
2670 |
+
Ġboy s
|
2671 |
+
Ġt iny
|
2672 |
+
Ġwor se
|
2673 |
+
Ġopp os
|
2674 |
+
Ġang ry
|
2675 |
+
ap ed
|
2676 |
+
Ġquiet ly
|
2677 |
+
ĠA b
|
2678 |
+
at a
|
2679 |
+
Ġl uck
|
2680 |
+
Ġhe alth
|
2681 |
+
Ġto ng
|
2682 |
+
Ġbl ank
|
2683 |
+
on n
|
2684 |
+
ang u
|
2685 |
+
in ally
|
2686 |
+
d y
|
2687 |
+
Ġtrou ble
|
2688 |
+
Ġsc reen
|
2689 |
+
Ġem er
|
2690 |
+
Ġcat ch
|
2691 |
+
w ell
|
2692 |
+
Ġse par
|
2693 |
+
Ġdem on
|
2694 |
+
ĠL e
|
2695 |
+
Ġwe ight
|
2696 |
+
Ġp ressed
|
2697 |
+
Ġf re
|
2698 |
+
Ġch uck
|
2699 |
+
Ġmet al
|
2700 |
+
Ġhop ed
|
2701 |
+
Ġhand ed
|
2702 |
+
Ġs our
|
2703 |
+
ar ry
|
2704 |
+
in ct
|
2705 |
+
he t
|
2706 |
+
ol f
|
2707 |
+
Ġph ot
|
2708 |
+
Ġb ow
|
2709 |
+
ust ed
|
2710 |
+
Ġche ek
|
2711 |
+
Ġple ase
|
2712 |
+
Ġt ired
|
2713 |
+
Ġsh are
|
2714 |
+
ive ly
|
2715 |
+
Ġkn ees
|
2716 |
+
Ġin h
|
2717 |
+
Ġfam iliar
|
2718 |
+
Ġm ajor
|
2719 |
+
z ed
|
2720 |
+
Ġpl aces
|
2721 |
+
Ġfin al
|
2722 |
+
s it
|
2723 |
+
Ġl a
|
2724 |
+
Ġcent er
|
2725 |
+
M ost
|
2726 |
+
Ġgo es
|
2727 |
+
Ġhe aven
|
2728 |
+
Ġcertain ly
|
2729 |
+
i ving
|
2730 |
+
r at
|
2731 |
+
te en
|
2732 |
+
Ġad m
|
2733 |
+
i um
|
2734 |
+
Ġ 7
|
2735 |
+
a f
|
2736 |
+
Ġlight s
|
2737 |
+
Ñ ĥ
|
2738 |
+
Ġun c
|
2739 |
+
Ġa ut
|
2740 |
+
Ġmem bers
|
2741 |
+
as ion
|
2742 |
+
Ġsound s
|
2743 |
+
er ial
|
2744 |
+
Ġopp ortun
|
2745 |
+
est s
|
2746 |
+
Ġbe ll
|
2747 |
+
Ġold er
|
2748 |
+
Ġinclud ing
|
2749 |
+
Ġcare fully
|
2750 |
+
ĠA lex
|
2751 |
+
Ġcont act
|
2752 |
+
Ġsim ilar
|
2753 |
+
Ġ ut
|
2754 |
+
Ġsome where
|
2755 |
+
Ġf irm
|
2756 |
+
z en
|
2757 |
+
Ġf resh
|
2758 |
+
Ġde fe
|
2759 |
+
Ġmess age
|
2760 |
+
Ġpict ure
|
2761 |
+
as ing
|
2762 |
+
Ġent r
|
2763 |
+
Ġreg ard
|
2764 |
+
Ġn one
|
2765 |
+
Ġall ow
|
2766 |
+
Ġset t
|
2767 |
+
w ork
|
2768 |
+
Ġt err
|
2769 |
+
Ġb orn
|
2770 |
+
anc ing
|
2771 |
+
re ly
|
2772 |
+
Ġmem ory
|
2773 |
+
ol ution
|
2774 |
+
Ġra in
|
2775 |
+
is f
|
2776 |
+
Ġdra g
|
2777 |
+
On ly
|
2778 |
+
Ġpro gram
|
2779 |
+
Ġp air
|
2780 |
+
all en
|
2781 |
+
Ġsa ve
|
2782 |
+
h ood
|
2783 |
+
at ter
|
2784 |
+
In st
|
2785 |
+
Ġe t
|
2786 |
+
Ġaw are
|
2787 |
+
Ġcomput er
|
2788 |
+
ĠT om
|
2789 |
+
Ġphys ical
|
2790 |
+
Ġind ic
|
2791 |
+
Ġ er
|
2792 |
+
in king
|
2793 |
+
r ated
|
2794 |
+
Ġsu it
|
2795 |
+
Ġse ar
|
2796 |
+
Ġear s
|
2797 |
+
ep t
|
2798 |
+
Ġpull ing
|
2799 |
+
Ġbe at
|
2800 |
+
up id
|
2801 |
+
as ked
|
2802 |
+
r id
|
2803 |
+
ru g
|
2804 |
+
Ġcoun ter
|
2805 |
+
ri an
|
2806 |
+
u ct
|
2807 |
+
Ġt um
|
2808 |
+
Ġfor th
|
2809 |
+
on ed
|
2810 |
+
Ġv ict
|
2811 |
+
ra ge
|
2812 |
+
to p
|
2813 |
+
n oon
|
2814 |
+
Ġh ide
|
2815 |
+
Ġd ressed
|
2816 |
+
Ġf ro
|
2817 |
+
Ġstud y
|
2818 |
+
if y
|
2819 |
+
Ġm ach
|
2820 |
+
Ġfl o
|
2821 |
+
Ġhe sit
|
2822 |
+
os h
|
2823 |
+
Ġl ying
|
2824 |
+
Ġact ion
|
2825 |
+
Ġte le
|
2826 |
+
ĠC ar
|
2827 |
+
re me
|
2828 |
+
Ġ We
|
2829 |
+
' .
|
2830 |
+
b el
|
2831 |
+
m m
|
2832 |
+
Ġst ation
|
2833 |
+
Ġrel ax
|
2834 |
+
ĠI nd
|
2835 |
+
D id
|
2836 |
+
Ġfoc us
|
2837 |
+
Ġsoc ial
|
2838 |
+
Ġany more
|
2839 |
+
Ġexam ple
|
2840 |
+
Ġsh outed
|
2841 |
+
Ġforg ot
|
2842 |
+
ri ble
|
2843 |
+
l s
|
2844 |
+
Ġesc ape
|
2845 |
+
Ġgl ad
|
2846 |
+
ay s
|
2847 |
+
Ġoff er
|
2848 |
+
Ġr id
|
2849 |
+
Ġnat ural
|
2850 |
+
Ġfor get
|
2851 |
+
Ġ 9
|
2852 |
+
Ġmat erial
|
2853 |
+
Ġan al
|
2854 |
+
Ġse a
|
2855 |
+
ĠA s
|
2856 |
+
Ġdirect ly
|
2857 |
+
Ġ1 0
|
2858 |
+
c ks
|
2859 |
+
Ġwor ried
|
2860 |
+
ĠP r
|
2861 |
+
Ġwrit ten
|
2862 |
+
Ġbir th
|
2863 |
+
ivers ity
|
2864 |
+
Ġd im
|
2865 |
+
Ġdro ve
|
2866 |
+
Ġb ull
|
2867 |
+
E x
|
2868 |
+
Ġw ip
|
2869 |
+
l u
|
2870 |
+
Ġpower ful
|
2871 |
+
Ġtou ched
|
2872 |
+
W here
|
2873 |
+
a it
|
2874 |
+
Ġam az
|
2875 |
+
Ġsl id
|
2876 |
+
Ġhe at
|
2877 |
+
Ġl angu
|
2878 |
+
um ed
|
2879 |
+
i us
|
2880 |
+
Ġdes ire
|
2881 |
+
Ġne g
|
2882 |
+
ĠA ng
|
2883 |
+
Ġp en
|
2884 |
+
Ġr ul
|
2885 |
+
Ġv ol
|
2886 |
+
ast ic
|
2887 |
+
ist ic
|
2888 |
+
Ġmom ents
|
2889 |
+
Ġc ost
|
2890 |
+
Ġto m
|
2891 |
+
ict ion
|
2892 |
+
Ġto night
|
2893 |
+
Ġwra pped
|
2894 |
+
Ġ ...
|
2895 |
+
ru ct
|
2896 |
+
Ġsurf ace
|
2897 |
+
ess ed
|
2898 |
+
Ġl ower
|
2899 |
+
Ġsh if
|
2900 |
+
Ġdest roy
|
2901 |
+
Ġc up
|
2902 |
+
ord ing
|
2903 |
+
Ġ à®
|
2904 |
+
it ude
|
2905 |
+
Ġc ru
|
2906 |
+
Ġafter noon
|
2907 |
+
Ġapart ment
|
2908 |
+
Ġh ospital
|
2909 |
+
Ġd ue
|
2910 |
+
Ġresp ect
|
2911 |
+
ur s
|
2912 |
+
Ġh at
|
2913 |
+
igh b
|
2914 |
+
T wo
|
2915 |
+
oc i
|
2916 |
+
ĠD avid
|
2917 |
+
ust om
|
2918 |
+
od e
|
2919 |
+
Ġtru ly
|
2920 |
+
Per haps
|
2921 |
+
Ġen v
|
2922 |
+
A r
|
2923 |
+
Ġli e
|
2924 |
+
ad ing
|
2925 |
+
re ct
|
2926 |
+
oin t
|
2927 |
+
os ing
|
2928 |
+
ru pt
|
2929 |
+
Ġsome how
|
2930 |
+
g ress
|
2931 |
+
Ġg ent
|
2932 |
+
Ġtar get
|
2933 |
+
Jo hn
|
2934 |
+
Ġf arm
|
2935 |
+
Ġb and
|
2936 |
+
Ġfav or
|
2937 |
+
le ep
|
2938 |
+
Ġl og
|
2939 |
+
Ġsec urity
|
2940 |
+
Ġwor ks
|
2941 |
+
Ġfl esh
|
2942 |
+
Ġtru ck
|
2943 |
+
o x
|
2944 |
+
Ġd ry
|
2945 |
+
Ġw it
|
2946 |
+
ĠAll ah
|
2947 |
+
Ġbod ies
|
2948 |
+
Ġkeep ing
|
2949 |
+
Ġplan et
|
2950 |
+
Ġstay ed
|
2951 |
+
ol ute
|
2952 |
+
Ġpro ject
|
2953 |
+
Ġappro ached
|
2954 |
+
Ġint ell
|
2955 |
+
it ary
|
2956 |
+
Ġend ed
|
2957 |
+
Ġo dd
|
2958 |
+
Ġtal ked
|
2959 |
+
Ġh arm
|
2960 |
+
Ġsmil ing
|
2961 |
+
Ġst re
|
2962 |
+
а Ð
|
2963 |
+
Ġdes per
|
2964 |
+
Not hing
|
2965 |
+
Ġb ase
|
2966 |
+
m en
|
2967 |
+
b l
|
2968 |
+
er ve
|
2969 |
+
Ġthan k
|
2970 |
+
ch ie
|
2971 |
+
am a
|
2972 |
+
al k
|
2973 |
+
P le
|
2974 |
+
Ġunderstand ing
|
2975 |
+
Ġc ult
|
2976 |
+
i que
|
2977 |
+
Ġne ighb
|
2978 |
+
and er
|
2979 |
+
He re
|
2980 |
+
or th
|
2981 |
+
Ġ 8
|
2982 |
+
Ġdo ctor
|
2983 |
+
à ¼
|
2984 |
+
Ġhop ing
|
2985 |
+
b it
|
2986 |
+
Ġtong ue
|
2987 |
+
ra p
|
2988 |
+
ri ll
|
2989 |
+
Ġw ore
|
2990 |
+
Ġev ents
|
2991 |
+
ar ily
|
2992 |
+
N A
|
2993 |
+
Ġha ven
|
2994 |
+
u el
|
2995 |
+
Ġsh op
|
2996 |
+
w ise
|
2997 |
+
Ġri ver
|
2998 |
+
oo se
|
2999 |
+
W as
|
3000 |
+
Ġ rou
|
3001 |
+
Ġim age
|
3002 |
+
Ġf ix
|
3003 |
+
Ġst upid
|
3004 |
+
uc ked
|
3005 |
+
Ġsh aking
|
3006 |
+
Ġst ro
|
3007 |
+
Ġwrit ing
|
3008 |
+
Ġget s
|
3009 |
+
Ġreal ize
|
3010 |
+
il ities
|
3011 |
+
Ġcons cious
|
3012 |
+
Ġunderst ood
|
3013 |
+
Ġfl at
|
3014 |
+
Ġfo ld
|
3015 |
+
b led
|
3016 |
+
Ġt un
|
3017 |
+
Ġlist en
|
3018 |
+
Ġgr owing
|
3019 |
+
Ġvar ious
|
3020 |
+
ani el
|
3021 |
+
Ġwe l
|
3022 |
+
ou red
|
3023 |
+
Ġus ual
|
3024 |
+
Ġstart ing
|
3025 |
+
Ġbelie ved
|
3026 |
+
Ġst ick
|
3027 |
+
Ġproblem s
|
3028 |
+
Ġapp re
|
3029 |
+
iver se
|
3030 |
+
Ġsl ipped
|
3031 |
+
Ġas king
|
3032 |
+
em ber
|
3033 |
+
Ġf ully
|
3034 |
+
P e
|
3035 |
+
Ġd rew
|
3036 |
+
B l
|
3037 |
+
ab les
|
3038 |
+
i pping
|
3039 |
+
n ers
|
3040 |
+
gg ing
|
3041 |
+
i ents
|
3042 |
+
ĠD e
|
3043 |
+
Ġspe aking
|
3044 |
+
Ġmean ing
|
3045 |
+
Ġvis ion
|
3046 |
+
ri age
|
3047 |
+
ĠSp irit
|
3048 |
+
g round
|
3049 |
+
Ġar r
|
3050 |
+
Ġhum ans
|
3051 |
+
Ġinvol ved
|
3052 |
+
Ġca used
|
3053 |
+
an ny
|
3054 |
+
ab ility
|
3055 |
+
Ġd rug
|
3056 |
+
Ġan c
|
3057 |
+
Ġbre ast
|
3058 |
+
Ġg ar
|
3059 |
+
Ġm ult
|
3060 |
+
Ġwho se
|
3061 |
+
g n
|
3062 |
+
Ġturn s
|
3063 |
+
i od
|
3064 |
+
Ġeff ort
|
3065 |
+
oc king
|
3066 |
+
C ome
|
3067 |
+
Ġsh it
|
3068 |
+
Ġbel ong
|
3069 |
+
Ġnecess ary
|
3070 |
+
Ġdisapp eared
|
3071 |
+
Ġc al
|
3072 |
+
Ġm ad
|
3073 |
+
Ġsl am
|
3074 |
+
ĠS he
|
3075 |
+
Ġgr ass
|
3076 |
+
Ġimp oss
|
3077 |
+
Ġrece ived
|
3078 |
+
Ġentr ance
|
3079 |
+
N e
|
3080 |
+
ic a
|
3081 |
+
ĠL uc
|
3082 |
+
Ġb ird
|
3083 |
+
Ġcross ed
|
3084 |
+
Ġopen ing
|
3085 |
+
Ġpr ison
|
3086 |
+
b ut
|
3087 |
+
Ġl ose
|
3088 |
+
Ġw is
|
3089 |
+
Ġinter n
|
3090 |
+
Ple ase
|
3091 |
+
Ġwh om
|
3092 |
+
Ġl aid
|
3093 |
+
om b
|
3094 |
+
Ġsqu ee
|
3095 |
+
Ġdec ision
|
3096 |
+
Ġplay ed
|
3097 |
+
Ġcap t
|
3098 |
+
Ġtri p
|
3099 |
+
ĠJ ames
|
3100 |
+
Ġac ce
|
3101 |
+
Ġgrin ned
|
3102 |
+
ĠT r
|
3103 |
+
Ġfeel ings
|
3104 |
+
Th ose
|
3105 |
+
Ġloc ked
|
3106 |
+
Ġbus y
|
3107 |
+
Ġf ill
|
3108 |
+
ch o
|
3109 |
+
ra ph
|
3110 |
+
Ġconcer n
|
3111 |
+
Ġh ol
|
3112 |
+
Ġserv ice
|
3113 |
+
Ġcreat ure
|
3114 |
+
tend ed
|
3115 |
+
Ġsold iers
|
3116 |
+
uc king
|
3117 |
+
" ,
|
3118 |
+
Ġch allen
|
3119 |
+
c ing
|
3120 |
+
Ġtra vel
|
3121 |
+
Ġcharac ter
|
3122 |
+
O R
|
3123 |
+
inite ly
|
3124 |
+
o ff
|
3125 |
+
et y
|
3126 |
+
Al though
|
3127 |
+
Ġbu ilt
|
3128 |
+
Ġty pe
|
3129 |
+
ar ah
|
3130 |
+
Ġdis pl
|
3131 |
+
Ġun f
|
3132 |
+
ĠS te
|
3133 |
+
Ġcol or
|
3134 |
+
Ġte acher
|
3135 |
+
Ġsn ow
|
3136 |
+
Ġj oy
|
3137 |
+
Ġg est
|
3138 |
+
Ġd ust
|
3139 |
+
00 0
|
3140 |
+
ĠChrist ian
|
3141 |
+
E R
|
3142 |
+
Ġevent ually
|
3143 |
+
as p
|
3144 |
+
ra el
|
3145 |
+
ĠC ol
|
3146 |
+
Ġbath room
|
3147 |
+
Ġem ploy
|
3148 |
+
l am
|
3149 |
+
Ġsat isf
|
3150 |
+
Ġfall ing
|
3151 |
+
ĠS e
|
3152 |
+
Ġp red
|
3153 |
+
oun ced
|
3154 |
+
in n
|
3155 |
+
Ġp ound
|
3156 |
+
Ġl ad
|
3157 |
+
ĠB en
|
3158 |
+
um ent
|
3159 |
+
ĠD ad
|
3160 |
+
Ġext ra
|
3161 |
+
ĠG r
|
3162 |
+
Ġfrown ed
|
3163 |
+
duc ed
|
3164 |
+
it or
|
3165 |
+
Ġst ories
|
3166 |
+
Ġd a
|
3167 |
+
ard en
|
3168 |
+
Ġse ven
|
3169 |
+
ĠF ather
|
3170 |
+
ĠE d
|
3171 |
+
Ġl ady
|
3172 |
+
Ġhig her
|
3173 |
+
iv al
|
3174 |
+
Ġbur st
|
3175 |
+
S ure
|
3176 |
+
Ġ âĢĶ
|
3177 |
+
Inst ead
|
3178 |
+
m p
|
3179 |
+
Ġsw all
|
3180 |
+
ens ion
|
3181 |
+
Ġc ried
|
3182 |
+
Ġlaugh ing
|
3183 |
+
ast e
|
3184 |
+
Ġgent le
|
3185 |
+
at hered
|
3186 |
+
Ġobv ious
|
3187 |
+
Ġto ss
|
3188 |
+
Ġbo ard
|
3189 |
+
Ġs ize
|
3190 |
+
ĠP ro
|
3191 |
+
Ġcomm it
|
3192 |
+
or ld
|
3193 |
+
. ,
|
3194 |
+
Ġ vers
|
3195 |
+
Ġint ro
|
3196 |
+
Ġcont ain
|
3197 |
+
and a
|
3198 |
+
Ġl ack
|
3199 |
+
Ġl ines
|
3200 |
+
Ġl ap
|
3201 |
+
Ġst uck
|
3202 |
+
om in
|
3203 |
+
Ġrep res
|
3204 |
+
Ġshar p
|
3205 |
+
Ġav ail
|
3206 |
+
h ic
|
3207 |
+
Ġl ar
|
3208 |
+
Ġbl ind
|
3209 |
+
Ġn umb
|
3210 |
+
Ġty p
|
3211 |
+
Ġno ise
|
3212 |
+
ĠD r
|
3213 |
+
Ġs igh
|
3214 |
+
il es
|
3215 |
+
Ġw et
|
3216 |
+
v ent
|
3217 |
+
Ġimag ine
|
3218 |
+
A b
|
3219 |
+
Ġtra ve
|
3220 |
+
as es
|
3221 |
+
Ġle an
|
3222 |
+
Ġmar ried
|
3223 |
+
er a
|
3224 |
+
Ġd ig
|
3225 |
+
Ġhand le
|
3226 |
+
Ġfore ver
|
3227 |
+
Ġpa id
|
3228 |
+
Ġmo on
|
3229 |
+
Ġeng ine
|
3230 |
+
Ġs ong
|
3231 |
+
Ġav oid
|
3232 |
+
Ġsoft ly
|
3233 |
+
Ġhid den
|
3234 |
+
ap t
|
3235 |
+
Ġput ting
|
3236 |
+
Ġf aces
|
3237 |
+
il s
|
3238 |
+
Ġas ide
|
3239 |
+
Ġspirit ual
|
3240 |
+
Ġun to
|
3241 |
+
Ġtom orrow
|
3242 |
+
Ġin j
|
3243 |
+
Ġcoll e
|
3244 |
+
Ġdri ver
|
3245 |
+
Ġ You
|
3246 |
+
Ġfight ing
|
3247 |
+
Ġoppos ite
|
3248 |
+
ĠM ichael
|
3249 |
+
o ices
|
3250 |
+
ang ed
|
3251 |
+
at tered
|
3252 |
+
arent ly
|
3253 |
+
as m
|
3254 |
+
Ġfind ing
|
3255 |
+
Ġd i
|
3256 |
+
Ġsh ock
|
3257 |
+
ĠAmeric an
|
3258 |
+
An other
|
3259 |
+
Ġwind ows
|
3260 |
+
Ġab ility
|
3261 |
+
Ġocc ur
|
3262 |
+
Ġev idence
|
3263 |
+
l in
|
3264 |
+
Ġgu ards
|
3265 |
+
Ġh om
|
3266 |
+
Ġbu y
|
3267 |
+
Ġm ale
|
3268 |
+
Ġa ud
|
3269 |
+
Ġmo v
|
3270 |
+
ap tain
|
3271 |
+
Ġbot tle
|
3272 |
+
Ġkn ife
|
3273 |
+
ĠMr s
|
3274 |
+
ul f
|
3275 |
+
Ġsm oke
|
3276 |
+
Every one
|
3277 |
+
Ġnot e
|
3278 |
+
Ġsc ene
|
3279 |
+
fe rence
|
3280 |
+
Ġsign ific
|
3281 |
+
Ġhon est
|
3282 |
+
2 0
|
3283 |
+
u ro
|
3284 |
+
Ġg ate
|
3285 |
+
Ġf ac
|
3286 |
+
Ġjoin ed
|
3287 |
+
St ill
|
3288 |
+
f ast
|
3289 |
+
ĠG u
|
3290 |
+
c her
|
3291 |
+
á º
|
3292 |
+
Ġstud ents
|
3293 |
+
el ess
|
3294 |
+
ru ction
|
3295 |
+
Ġcomp an
|
3296 |
+
Somet hing
|
3297 |
+
Ġcommun ic
|
3298 |
+
Ġper iod
|
3299 |
+
Ġprep ared
|
3300 |
+
F inally
|
3301 |
+
Ġgener al
|
3302 |
+
Ġbreat hing
|
3303 |
+
A m
|
3304 |
+
Ġse arch
|
3305 |
+
Ġopportun ity
|
3306 |
+
Ġas leep
|
3307 |
+
Ġpr im
|
3308 |
+
Ġp alm
|
3309 |
+
Ġimposs ible
|
3310 |
+
Ġc ard
|
3311 |
+
Ġve hic
|
3312 |
+
ĠM an
|
3313 |
+
Ġconf used
|
3314 |
+
Ġs ac
|
3315 |
+
all ed
|
3316 |
+
Ġj ump
|
3317 |
+
M ore
|
3318 |
+
Ġst orm
|
3319 |
+
Ġfore head
|
3320 |
+
ir on
|
3321 |
+
Ġent er
|
3322 |
+
Ġmiss ion
|
3323 |
+
Ġl unch
|
3324 |
+
Ġher s
|
3325 |
+
a ren
|
3326 |
+
ĠC al
|
3327 |
+
in ary
|
3328 |
+
Ġh un
|
3329 |
+
l t
|
3330 |
+
Ġst age
|
3331 |
+
Ġmove ment
|
3332 |
+
Ġst aff
|
3333 |
+
f riend
|
3334 |
+
Ġcra zy
|
3335 |
+
l or
|
3336 |
+
Ġtra in
|
3337 |
+
Ġyell ed
|
3338 |
+
Ġsett led
|
3339 |
+
Ġf ool
|
3340 |
+
Ġw ave
|
3341 |
+
Ġwood en
|
3342 |
+
Ġdes pite
|
3343 |
+
Ġwr ite
|
3344 |
+
er ry
|
3345 |
+
Ġc and
|
3346 |
+
Ġmiss ing
|
3347 |
+
t t
|
3348 |
+
Ġwill ing
|
3349 |
+
Ġrel ief
|
3350 |
+
Ġwit ness
|
3351 |
+
Ġas ks
|
3352 |
+
Ġdro p
|
3353 |
+
Ġlangu age
|
3354 |
+
os es
|
3355 |
+
Ġsugg est
|
3356 |
+
r ate
|
3357 |
+
Ġscream ed
|
3358 |
+
Ġsil ver
|
3359 |
+
Ġsho ot
|
3360 |
+
ĠC or
|
3361 |
+
Ġc rew
|
3362 |
+
Ġord ered
|
3363 |
+
Ġlet ter
|
3364 |
+
Y et
|
3365 |
+
Ġenem y
|
3366 |
+
Ġobv iously
|
3367 |
+
Ġwa ved
|
3368 |
+
Ġfe ed
|
3369 |
+
S ince
|
3370 |
+
Ġsn apped
|
3371 |
+
W ill
|
3372 |
+
Ġdo ll
|
3373 |
+
Ġrep ort
|
3374 |
+
He y
|
3375 |
+
Ġjour ney
|
3376 |
+
Ġweap on
|
3377 |
+
Ġhead s
|
3378 |
+
Ġh ost
|
3379 |
+
Ġre n
|
3380 |
+
Ġb ased
|
3381 |
+
Ġlead ing
|
3382 |
+
Ġhapp ening
|
3383 |
+
Ġh ole
|
3384 |
+
l an
|
3385 |
+
s ing
|
3386 |
+
Ġne ither
|
3387 |
+
Ġst ream
|
3388 |
+
us es
|
3389 |
+
Ġ ice
|
3390 |
+
Ġ i
|
3391 |
+
S am
|
3392 |
+
ĠS at
|
3393 |
+
Ġl en
|
3394 |
+
Ġj ack
|
3395 |
+
o ot
|
3396 |
+
t ime
|
3397 |
+
Ġple asure
|
3398 |
+
Ġun s
|
3399 |
+
Ġstru ct
|
3400 |
+
l im
|
3401 |
+
Ġhall way
|
3402 |
+
Ġgot ten
|
3403 |
+
Ġmir ror
|
3404 |
+
ition al
|
3405 |
+
bo ard
|
3406 |
+
ĠIs rael
|
3407 |
+
Ġp sy
|
3408 |
+
l a
|
3409 |
+
T om
|
3410 |
+
con om
|
3411 |
+
p id
|
3412 |
+
Ġsoc iety
|
3413 |
+
Ġ ess
|
3414 |
+
Ġam ount
|
3415 |
+
Ġmet h
|
3416 |
+
Ġfem ale
|
3417 |
+
ĠM ark
|
3418 |
+
ac hes
|
3419 |
+
ff ic
|
3420 |
+
Ġad j
|
3421 |
+
Ġinvest ig
|
3422 |
+
o ken
|
3423 |
+
ĠM y
|
3424 |
+
Ġl oss
|
3425 |
+
Ġrem oved
|
3426 |
+
Ġcall ing
|
3427 |
+
Ġest ab
|
3428 |
+
Ġabs olute
|
3429 |
+
Ġb ound
|
3430 |
+
Ġp u
|
3431 |
+
Ġweap ons
|
3432 |
+
oll y
|
3433 |
+
Ġcre ate
|
3434 |
+
u ing
|
3435 |
+
Q u
|
3436 |
+
Ġfor t
|
3437 |
+
ĠM ary
|
3438 |
+
Ġsc ient
|
3439 |
+
Ġv amp
|
3440 |
+
Ġconcer ned
|
3441 |
+
iv il
|
3442 |
+
Ġt end
|
3443 |
+
anc y
|
3444 |
+
ot ions
|
3445 |
+
Ġshe l
|
3446 |
+
ĠO r
|
3447 |
+
Ġmiss ed
|
3448 |
+
Ġro b
|
3449 |
+
Ġbo at
|
3450 |
+
Ġhang ing
|
3451 |
+
Ġswe at
|
3452 |
+
i pp
|
3453 |
+
Ġvill age
|
3454 |
+
Ġgl ance
|
3455 |
+
as ted
|
3456 |
+
ĠC omm
|
3457 |
+
Ġd ut
|
3458 |
+
Ġtra ining
|
3459 |
+
Ġbe ast
|
3460 |
+
eor ge
|
3461 |
+
Ġex cl
|
3462 |
+
Ġd ata
|
3463 |
+
A d
|
3464 |
+
wh at
|
3465 |
+
Ġind eed
|
3466 |
+
Ġc ustom
|
3467 |
+
Ġanim al
|
3468 |
+
Ġ id
|
3469 |
+
Ġcon cent
|
3470 |
+
Ġr ide
|
3471 |
+
Ġs ides
|
3472 |
+
Ġnerv ous
|
3473 |
+
Ġl ock
|
3474 |
+
Ġgi ves
|
3475 |
+
i ven
|
3476 |
+
ĠJ ul
|
3477 |
+
Ġf at
|
3478 |
+
L ook
|
3479 |
+
n el
|
3480 |
+
a ving
|
3481 |
+
Ġbeh av
|
3482 |
+
f it
|
3483 |
+
Ġin it
|
3484 |
+
Ġ1 8
|
3485 |
+
1 0
|
3486 |
+
Ġhear ing
|
3487 |
+
Ġpriv ate
|
3488 |
+
Ġocc asion
|
3489 |
+
Ġa im
|
3490 |
+
A re
|
3491 |
+
Ġris k
|
3492 |
+
Ġw ine
|
3493 |
+
rou d
|
3494 |
+
Ġm aster
|
3495 |
+
it es
|
3496 |
+
Ġass oci
|
3497 |
+
Ġext reme
|
3498 |
+
iz z
|
3499 |
+
Ġmil es
|
3500 |
+
Ġg reet
|
3501 |
+
Ġ Î
|
3502 |
+
Ġo p
|
3503 |
+
k es
|
3504 |
+
Ġres ist
|
3505 |
+
Ġlea ves
|
3506 |
+
en ny
|
3507 |
+
Ġdep end
|
3508 |
+
Ġappro ach
|
3509 |
+
Ġche cked
|
3510 |
+
ia h
|
3511 |
+
ons cious
|
3512 |
+
st airs
|
3513 |
+
y a
|
3514 |
+
Ġp ush
|
3515 |
+
Ġour selves
|
3516 |
+
ĠB ible
|
3517 |
+
c he
|
3518 |
+
Ġh ate
|
3519 |
+
Ġb i
|
3520 |
+
Ġtr ack
|
3521 |
+
ĠJ ew
|
3522 |
+
Ġa chie
|
3523 |
+
A g
|
3524 |
+
Ġwond ering
|
3525 |
+
Ġfall en
|
3526 |
+
Ġexist ence
|
3527 |
+
Ġanim als
|
3528 |
+
Ġwa ist
|
3529 |
+
ĠC on
|
3530 |
+
Ġli p
|
3531 |
+
Ġbecom ing
|
3532 |
+
ag ue
|
3533 |
+
Ġcom ment
|
3534 |
+
Ð ´
|
3535 |
+
M any
|
3536 |
+
Ġmus c
|
3537 |
+
Ġt ax
|
3538 |
+
im ate
|
3539 |
+
Ġmil itary
|
3540 |
+
ir ing
|
3541 |
+
Ġcor rect
|
3542 |
+
p ri
|
3543 |
+
Ġlet ting
|
3544 |
+
om as
|
3545 |
+
Ġthrough out
|
3546 |
+
Ġpract ice
|
3547 |
+
Ġclim bed
|
3548 |
+
Ġcab in
|
3549 |
+
Ġde b
|
3550 |
+
Ġappre ci
|
3551 |
+
Ġsh out
|
3552 |
+
Ġdispl ay
|
3553 |
+
Ġimp ro
|
3554 |
+
Pe ople
|
3555 |
+
Ġ X
|
3556 |
+
Ġprom ise
|
3557 |
+
Ġst are
|
3558 |
+
Ġse ll
|
3559 |
+
Ġlist ening
|
3560 |
+
ap ter
|
3561 |
+
Ġn ar
|
3562 |
+
or a
|
3563 |
+
c king
|
3564 |
+
Ġth irty
|
3565 |
+
Ġb ank
|
3566 |
+
Ġacc ess
|
3567 |
+
Ġrepe ated
|
3568 |
+
Ġnear by
|
3569 |
+
Ġch in
|
3570 |
+
c a
|
3571 |
+
Ġavail able
|
3572 |
+
Ġtr ad
|
3573 |
+
Ġan x
|
3574 |
+
Ġlen gth
|
3575 |
+
Ġdef initely
|
3576 |
+
Ġg athered
|
3577 |
+
Ġcour t
|
3578 |
+
c y
|
3579 |
+
ĠG en
|
3580 |
+
ĠEng lish
|
3581 |
+
Ġche eks
|
3582 |
+
in ked
|
3583 |
+
Ġprodu ct
|
3584 |
+
en ch
|
3585 |
+
olog ical
|
3586 |
+
Ġpiec es
|
3587 |
+
Ġfle w
|
3588 |
+
al es
|
3589 |
+
g u
|
3590 |
+
ar i
|
3591 |
+
E ach
|
3592 |
+
id s
|
3593 |
+
Ġe ating
|
3594 |
+
Ġdanger ous
|
3595 |
+
ar n
|
3596 |
+
h ost
|
3597 |
+
ul ated
|
3598 |
+
Ġcon cl
|
3599 |
+
L e
|
3600 |
+
Ġun able
|
3601 |
+
ĠJ im
|
3602 |
+
Ġenc ou
|
3603 |
+
Ġinf lu
|
3604 |
+
Ġyell ow
|
3605 |
+
Ġsleep ing
|
3606 |
+
Ġd ate
|
3607 |
+
1 9
|
3608 |
+
Ġsc an
|
3609 |
+
Ġem otions
|
3610 |
+
Ġp ill
|
3611 |
+
B oth
|
3612 |
+
Ġro of
|
3613 |
+
Ġbro ad
|
3614 |
+
Ġte xt
|
3615 |
+
c il
|
3616 |
+
Ġbe ar
|
3617 |
+
as ons
|
3618 |
+
ar on
|
3619 |
+
Ġl ung
|
3620 |
+
Ġcont r
|
3621 |
+
Ġoffic er
|
3622 |
+
Ġdream s
|
3623 |
+
Ġexc ited
|
3624 |
+
C an
|
3625 |
+
Ġfl ash
|
3626 |
+
Ġt ent
|
3627 |
+
Ġcr ack
|
3628 |
+
as c
|
3629 |
+
Ġmark et
|
3630 |
+
Ġf reed
|
3631 |
+
Ġcomfort able
|
3632 |
+
Ġro le
|
3633 |
+
im ent
|
3634 |
+
em s
|
3635 |
+
Ġfr ust
|
3636 |
+
Ġcou ch
|
3637 |
+
Ġcr it
|
3638 |
+
Ġle ather
|
3639 |
+
Ġs ne
|
3640 |
+
ke y
|
3641 |
+
Ġfl ight
|
3642 |
+
v a
|
3643 |
+
J ack
|
3644 |
+
Ġmention ed
|
3645 |
+
oc ks
|
3646 |
+
Ġdisc overed
|
3647 |
+
se qu
|
3648 |
+
Ġsc ared
|
3649 |
+
Ġmost ly
|
3650 |
+
Ġf ish
|
3651 |
+
Ġfly ing
|
3652 |
+
r an
|
3653 |
+
s es
|
3654 |
+
as y
|
3655 |
+
Ġp in
|
3656 |
+
ic y
|
3657 |
+
Ġsum mer
|
3658 |
+
ĠH oly
|
3659 |
+
Ġtra il
|
3660 |
+
ĠI t
|
3661 |
+
Ġgri p
|
3662 |
+
Ġpart s
|
3663 |
+
Ġsp ell
|
3664 |
+
Ġhot el
|
3665 |
+
Ġacc ount
|
3666 |
+
Ġprev ious
|
3667 |
+
Ġsugg ested
|
3668 |
+
Ġbelie f
|
3669 |
+
Ġ Wh
|
3670 |
+
Ġbreak fast
|
3671 |
+
f l
|
3672 |
+
E l
|
3673 |
+
g en
|
3674 |
+
Ġman age
|
3675 |
+
Ġg ather
|
3676 |
+
l ished
|
3677 |
+
arr ass
|
3678 |
+
Ġe conom
|
3679 |
+
t a
|
3680 |
+
Ġprov ide
|
3681 |
+
Ġ &
|
3682 |
+
ĠM or
|
3683 |
+
Ġt ear
|
3684 |
+
Ġp ure
|
3685 |
+
Ġf al
|
3686 |
+
Ġd irt
|
3687 |
+
Ġcomple x
|
3688 |
+
Ġpre c
|
3689 |
+
Ġj aw
|
3690 |
+
Ġpl ans
|
3691 |
+
Ġsh ared
|
3692 |
+
D es
|
3693 |
+
With out
|
3694 |
+
I N
|
3695 |
+
ĠM e
|
3696 |
+
ĠN o
|
3697 |
+
Ġc y
|
3698 |
+
y ou
|
3699 |
+
fort un
|
3700 |
+
Ġen s
|
3701 |
+
Ġrele ased
|
3702 |
+
ech an
|
3703 |
+
Ġm ix
|
3704 |
+
Ġw ished
|
3705 |
+
h ouse
|
3706 |
+
Ġh ous
|
3707 |
+
Ġmem ories
|
3708 |
+
Ġsh ower
|
3709 |
+
S ee
|
3710 |
+
Ġgr ad
|
3711 |
+
Ġqu ar
|
3712 |
+
it ation
|
3713 |
+
Ġfoc used
|
3714 |
+
Th ough
|
3715 |
+
Ġed uc
|
3716 |
+
Ġdis p
|
3717 |
+
Ġremind ed
|
3718 |
+
Ġex h
|
3719 |
+
Ġd ance
|
3720 |
+
re m
|
3721 |
+
Ġte a
|
3722 |
+
al d
|
3723 |
+
ers on
|
3724 |
+
Ġinterest ed
|
3725 |
+
Ġarm y
|
3726 |
+
ter ing
|
3727 |
+
Ġlist ened
|
3728 |
+
Ġag ree
|
3729 |
+
Ġr ushed
|
3730 |
+
iron ment
|
3731 |
+
Ġshad ow
|
3732 |
+
Ġman ner
|
3733 |
+
Ġj er
|
3734 |
+
Ġdiffe rence
|
3735 |
+
Ġele v
|
3736 |
+
Ġb ill
|
3737 |
+
ic ious
|
3738 |
+
Ġburn ing
|
3739 |
+
v iew
|
3740 |
+
Ġbl ond
|
3741 |
+
Ġpa le
|
3742 |
+
ut ed
|
3743 |
+
ip le
|
3744 |
+
Ġact ions
|
3745 |
+
y an
|
3746 |
+
Ġg igg
|
3747 |
+
Ġpl ate
|
3748 |
+
am b
|
3749 |
+
ĠY ork
|
3750 |
+
Ġsh owing
|
3751 |
+
Ġde ar
|
3752 |
+
Ġp roud
|
3753 |
+
nd ing
|
3754 |
+
Ġmeth od
|
3755 |
+
Ġdec l
|
3756 |
+
Ġdri ving
|
3757 |
+
Ñ ĸ
|
3758 |
+
Ġrequ ired
|
3759 |
+
Ġresult s
|
3760 |
+
Ġare n
|
3761 |
+
Ġ rough
|
3762 |
+
Ġass ist
|
3763 |
+
ĠP eter
|
3764 |
+
in ks
|
3765 |
+
Ġmill ion
|
3766 |
+
Ġrespond ed
|
3767 |
+
Ġsh ape
|
3768 |
+
Ġstru ck
|
3769 |
+
Ġwant ing
|
3770 |
+
Every thing
|
3771 |
+
Ġsa ved
|
3772 |
+
Ġlead er
|
3773 |
+
Ġemb arrass
|
3774 |
+
Ġmain tain
|
3775 |
+
Ġwhe el
|
3776 |
+
en a
|
3777 |
+
rac ted
|
3778 |
+
Ġp ool
|
3779 |
+
Ġcirc um
|
3780 |
+
Ġpur ch
|
3781 |
+
Ġhead ing
|
3782 |
+
Ġinterest ing
|
3783 |
+
Ġr ich
|
3784 |
+
ĠM om
|
3785 |
+
al t
|
3786 |
+
Ġthere fore
|
3787 |
+
Ġfe at
|
3788 |
+
ĠM iss
|
3789 |
+
et ic
|
3790 |
+
Ġce iling
|
3791 |
+
ĠM c
|
3792 |
+
Ġfail ed
|
3793 |
+
Ġun iverse
|
3794 |
+
Ġrep ly
|
3795 |
+
Ġmach ine
|
3796 |
+
Ġchuck led
|
3797 |
+
Ġfig ured
|
3798 |
+
Ġwonder ful
|
3799 |
+
at ors
|
3800 |
+
Ġe tern
|
3801 |
+
G o
|
3802 |
+
ĠJ e
|
3803 |
+
Ġpass ing
|
3804 |
+
Ġsa f
|
3805 |
+
S c
|
3806 |
+
Ġrese arch
|
3807 |
+
Ġex ch
|
3808 |
+
Ġcommun ity
|
3809 |
+
Ġpray er
|
3810 |
+
Ġtr ick
|
3811 |
+
Ġloo se
|
3812 |
+
Ġsmo oth
|
3813 |
+
a e
|
3814 |
+
Ġt aught
|
3815 |
+
Ġp et
|
3816 |
+
Ġanc ient
|
3817 |
+
u nder
|
3818 |
+
ĠW ar
|
3819 |
+
et te
|
3820 |
+
ren ch
|
3821 |
+
u k
|
3822 |
+
Ġw id
|
3823 |
+
Ġnor th
|
3824 |
+
Ġcare ful
|
3825 |
+
Ġfeel s
|
3826 |
+
P ro
|
3827 |
+
Ġsho es
|
3828 |
+
Ġann oy
|
3829 |
+
Ġw ake
|
3830 |
+
am ing
|
3831 |
+
Ġr u
|
3832 |
+
Ġe cho
|
3833 |
+
G et
|
3834 |
+
Ġh ors
|
3835 |
+
Ġpot ential
|
3836 |
+
ud den
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f4b35dc1ee3c6d0a6897b1b35a37afad27e91793aace01c4a684286cdfe5216
|
3 |
+
size 4081657
|
special_tokens_map.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": {
|
6 |
+
"content": "<mask>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": "<s>",
|
4 |
+
"cls_token": "<s>",
|
5 |
+
"eos_token": "</s>",
|
6 |
+
"errors": "replace",
|
7 |
+
"mask_token": {
|
8 |
+
"__type": "AddedToken",
|
9 |
+
"content": "<mask>",
|
10 |
+
"lstrip": true,
|
11 |
+
"normalized": false,
|
12 |
+
"rstrip": false,
|
13 |
+
"single_word": false
|
14 |
+
},
|
15 |
+
"model_max_length": 1024,
|
16 |
+
"name_or_path": "resources/data/books1/bin/../tok/tokenizer",
|
17 |
+
"pad_token": "<pad>",
|
18 |
+
"sep_token": "</s>",
|
19 |
+
"special_tokens_map_file": null,
|
20 |
+
"tokenizer_class": "BartTokenizer",
|
21 |
+
"trim_offsets": true,
|
22 |
+
"unk_token": "<unk>"
|
23 |
+
}
|
vocab.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"<s>":0,"<pad>":1,"</s>":2,"<unk>":3,"<mask>":4,"!":5,"\"":6,"#":7,"$":8,"%":9,"&":10,"'":11,"(":12,")":13,"*":14,"+":15,",":16,"-":17,".":18,"/":19,"0":20,"1":21,"2":22,"3":23,"4":24,"5":25,"6":26,"7":27,"8":28,"9":29,":":30,";":31,"<":32,"=":33,">":34,"?":35,"@":36,"A":37,"B":38,"C":39,"D":40,"E":41,"F":42,"G":43,"H":44,"I":45,"J":46,"K":47,"L":48,"M":49,"N":50,"O":51,"P":52,"Q":53,"R":54,"S":55,"T":56,"U":57,"V":58,"W":59,"X":60,"Y":61,"Z":62,"[":63,"\\":64,"]":65,"^":66,"_":67,"`":68,"a":69,"b":70,"c":71,"d":72,"e":73,"f":74,"g":75,"h":76,"i":77,"j":78,"k":79,"l":80,"m":81,"n":82,"o":83,"p":84,"q":85,"r":86,"s":87,"t":88,"u":89,"v":90,"w":91,"x":92,"y":93,"z":94,"{":95,"|":96,"}":97,"~":98,"¡":99,"¢":100,"£":101,"¤":102,"¥":103,"¦":104,"§":105,"¨":106,"©":107,"ª":108,"«":109,"¬":110,"®":111,"¯":112,"°":113,"±":114,"²":115,"³":116,"´":117,"µ":118,"¶":119,"·":120,"¸":121,"¹":122,"º":123,"»":124,"¼":125,"½":126,"¾":127,"¿":128,"À":129,"Á":130,"Â":131,"Ã":132,"Ä":133,"Å":134,"Æ":135,"Ç":136,"È":137,"É":138,"Ê":139,"Ë":140,"Ì":141,"Í":142,"Î":143,"Ï":144,"Ð":145,"Ñ":146,"Ò":147,"Ó":148,"Ô":149,"Õ":150,"Ö":151,"×":152,"Ø":153,"Ù":154,"Ú":155,"Û":156,"Ü":157,"Ý":158,"Þ":159,"ß":160,"à":161,"á":162,"â":163,"ã":164,"ä":165,"å":166,"æ":167,"ç":168,"è":169,"é":170,"ê":171,"ë":172,"ì":173,"í":174,"î":175,"ï":176,"ð":177,"ñ":178,"ò":179,"ó":180,"ô":181,"õ":182,"ö":183,"÷":184,"ø":185,"ù":186,"ú":187,"û":188,"ü":189,"ý":190,"þ":191,"ÿ":192,"Ā":193,"ā":194,"Ă":195,"ă":196,"Ą":197,"ą":198,"Ć":199,"ć":200,"Ĉ":201,"ĉ":202,"Ċ":203,"ċ":204,"Č":205,"č":206,"Ď":207,"ď":208,"Đ":209,"đ":210,"Ē":211,"ē":212,"Ĕ":213,"ĕ":214,"Ė":215,"ė":216,"Ę":217,"ę":218,"Ě":219,"ě":220,"Ĝ":221,"ĝ":222,"Ğ":223,"ğ":224,"Ġ":225,"ġ":226,"Ģ":227,"ģ":228,"Ĥ":229,"ĥ":230,"Ħ":231,"ħ":232,"Ĩ":233,"ĩ":234,"Ī":235,"ī":236,"Ĭ":237,"ĭ":238,"Į":239,"į":240,"İ":241,"ı":242,"IJ":243,"ij":244,"Ĵ":245,"ĵ":246,"Ķ":247,"ķ":248,"ĸ":249,"Ĺ":250,"ĺ":251,"Ļ":252,"ļ":253,"Ľ":254,"ľ":255,"Ŀ":256,"ŀ":257,"Ł":258,"ł":259,"Ń":260,"Ġt":261,"he":262,"Ġa":263,"in":264,"Ġs":265,"Ġthe":266,"Ġw":267,"re":268,"Ġo":269,"ed":270,"nd":271,"Ġb":272,"Ġh":273,"er":274,"ou":275,"ing":276,"at":277,"Ġf":278,"Ġc":279,"Ġm":280,"Ġto":281,"is":282,"it":283,"on":284,"en":285,"Ġd":286,"Ġand":287,"or":288,"Ġp":289,"as":290,"an":291,"Ġhe":292,"es":293,"ll":294,"Ġl":295,"Ġof":296,"ar":297,"Ġth":298,"Ġin":299,"om":300,"Ġn":301,"Ġg":302,"ad":303,"le":304,"Ġbe":305,"Ġe":306,"ow":307,"ut":308,"id":309,"ic":310,"ot":311,"Ġwas":312,"ac":313,"al":314,"ld":315,"ve":316,"im":317,"st":318,"Ġon":319,"ly":320,"Ġre":321,"gh":322,"et":323,"Ġst":324,"ĠI":325,"Ġy":326,"ay":327,"Ġthat":328,"ion":329,"Ġu":330,"ent":331,"Ġher":332,"se":333,"Ġit":334,"Ġhis":335,"ver":336,"ir":337,"ro":338,"Ġas":339,"ur":340,"ith":341,"The":342,"Ġyou":343,"Ġfor":344,"Ġwe":345,"oo":346,"Ġwith":347,"Ġwh":348,"Ġha":349,"'s":350,"ght":351,"am":352,"ri":353,"ould":354,"ke":355,"Ġan":356,"Ġhad":357,"Ġat":358,"her":359,"all":360,"Ġis":361,"Ġshe":362,"ec":363,"Ġli":364,"'t":365,"Ġme":366,"ce":367,"He":368,"Ġsh":369,"il":370,"Ġk":371,"Ġmy":372,"Ġfr":373,"red":374,"ill":375,"ra":376,"pp":377,"Ġnot":378,"ter":379,"ch":380,"el":381,"ked":382,"Ġhim":383,"ore":384,"Ġse":385,"if":386,"rou":387,"ain":388,"Ġsa":389,"ack":390,"us":391,"Ġbut":392,"Ġfrom":393,"ted":394,"Ġdo":395,"Ġne":396,"ome":397,"Ġout":398,"Ġup":399,"ess":400,"th":401,"ge":402,"un":403,"ard":404,"ust":405,"Ġso":406,"ation":407,"Ġcon":408,",\"":409,"ĠS":410,"Ġj":411,"Ġhave":412,"ul":413,"ĠM":414,"Ġthey":415,"to":416,"Ġkn":417,"Ġab":418,"ĠC":419,"ant":420,"Ġwere":421,"ers":422,"ind":423,"od":424,"Ġall":425,"She":426,"Ġal":427,"Ġex":428,"um":429,"em":430,"Ġle":431,"Ġch":432,"king":433,"out":434,"op":435,"qu":436,"ight":437,"ĠA":438,"Ġr":439,"Ġthis":440,"os":441,"one":442,"ab":443,"and":444,"Ġwhe":445,"Ġwould":446,"Ġsp":447,"Ġsaid":448,"Ġsu":449,"Ġv":450,"Ġor":451,"ide":452,"ate":453,"ie":454,"Ġwor":455,"ol":456,"hed":457,"Ġfe":458,"ist":459,"est":460,"own":461,"ig":462,"Ġare":463,"Ġcould":464,"res":465,"ood":466,"Ġloo":467,"It":468,"Ġthem":469,"Ġone":470,"Ġback":471,"Ġinto":472,"ast":473,"ally":474,"Ġde":475,"Ġcom":476,"ct":477,"Ġby":478,"ace":479,"Ġdid":480,"art":481,"Th":482,"Ġcl":483,"Ġtheir":484,"ven":485,"Ġun":486,"ong":487,"ry":488,"Ġpl":489,"very":490,"ive":491,"Ġgo":492,"..":493,"ous":494,"ĠG":495,"Ġlike":496,"ell":497,"ĠB":498,"au":499,"hing":500,"Ġtim":501,"ame":502,"Ġag":503,"Ġabout":504,"Ġman":505,"Ġwhat":506,"ep":507,"ap":508,"ĠJ":509,"Ġpro":510,"Ġro":511,"way":512,"ake":513,"ther":514,"Ġcan":515,"Ġover":516,"ity":517,"Ġno":518,"fe":519,"ag":520,"Ġwho":521,"oc":522,"ĠD":523,"round":524,"our":525,"Ġbl":526,"Ġbeen":527,"Ġthere":528,"Ġsm":529,"ice":530,"ort":531,"ect":532,"Ġhand":533,"Ġany":534,"urn":535,"ĠL":536,"Ġtime":537,"ĠP":538,"Ġsome":539,"Ġus":540,"ost":541,"Ġdown":542,"Ġjust":543,"sel":544,"Ġwhen":545,"ren":546,"Ġif":547,"Ġknow":548,"Ġyour":549,"ĠR":550,"ine":551,"Ġqu":552,"Ġmore":553,"ak":554,"Ġwill":555,"ies":556,"Ġtoo":557,"te":558,"Ġen":559,"ved":560,"Ġother":561,"reat":562,"ru":563,"Ġey":564,"ure":565,"ond":566,"Ġoff":567,"Ġfl":568,"Ġar":569,"ĠT":570,"ich":571,"Ġget":572,"ile":573,"ment":574,"Ġthen":575,"pl":576,"pt":577,"ull":578,"Ġ\"":579,"Ġthou":580,"ass":581,"ick":582,"ĠH":583,"ear":584,"Ġagain":585,"ose":586,"other":587,"ving":588,"fore":589,"ove":590,"ĠE":591,"ound":592,"Ġsc":593,"Ġtw":594,"self":595,"ks":596,"ip":597,"ud":598,"Ġsee":599,"rough":600,"are":601,"ting":602,"led":603,"ff":604,"Ġpe":605,"Ġhead":606,"Ġim":607,"âĢ":608,"Ġsl":609,"Ġway":610,"ated":611,"pped":612,"Ġbec":613,"You":614,"right":615,"'d":616,"fter":617,"iz":618,"ire":619,"Ġpr":620,"Ġac":621,"ade":622,"ach":623,"Ġonly":624,"Ġthrough":625,"act":626,"able":627,"Ġeyes":628,"ite":629,"ress":630,"We":631,"Ġdidn":632,"Ġdis":633,"Ġbefore":634,"Ġthan":635,"ble":636,"ings":637,"Ġour":638,"ance":639,"Ġaround":640,"They":641,"ink":642,"ward":643,"Ġnow":644,"Wh":645,"Ġcont":646,"ft":647,"nder":648,"ered":649,"uc":650,"Ġeven":651,"ĠF":652,"Ġwhich":653,"age":654,"Ġevery":655,"Ġlooked":656,"ious":657,"ans":658,"ang":659,"ence":660,"Ġco":661,"Ġturn":662,"Ġhow":663,"ree":664,"ves":665,"ew":666,"tle":667,"Ġtr":668,"per":669,"Ġgr":670,"wn":671,"ople":672,"oun":673,"omet":674,"But":675,"ĠN":676,"Ġ(":677,"Ġsay":678,"ions":679,"ĠK":680,"Ġad":681,"Ġday":682,"end":683,"Ġthought":684,"Ġneed":685,"ause":686,"'m":687,"Ġhas":688,"ber":689,"Ġwat":690,"Ġpeople":691,"ave":692,"Ġgl":693,"Ġtwo":694,"ath":695,"Ġdoor":696,"Ġright":697,"Ġcomp":698,"And":699,"Ġapp":700,"Ġres":701,"ark":702,"hen":703,"Ġlong":704,"irst":705,"Ġbr":706,"ue":707,"Ġaway":708,"ared":709,"ild":710,"Ġunder":711,"Ġshould":712,"ord":713,"Ġrem":714,"ied":715,"ia":716,"Ġstill":717,"og":718,"...":719,"Ġdon":720,"ning":721,"uch":722,"iss":723,"Ġam":724,"pen":725,"ĠW":726,"oy":727,"Ġmade":728,"Ġface":729,"ather":730,"In":731,"Ġafter":732,"Ġsomet":733,"Ġsw":734,"Ġlit":735,"Ġke":736,"Ġwhere":737,"Ġbet":738,"thing":739,"oin":740,"Ġpre":741,"Ġfirst":742,"side":743,"Ġasked":744,"ne":745,"Ġgu":746,"Ġgoing":747,"orm":748,"Ġ1":749,"aking":750,"Ġwant":751,"ase":752,"Ġmuch":753,"Ġfeel":754,"Ġgood":755,"Ġper":756,"Ġlife":757,"Ġroom":758,"ough":759,"Ġdes":760,"There":761,"ily":762,"ign":763,"Ġfo":764,"air":765,"ched":766,"This":767,"ary":768,"ish":769,"Ġnever":770,"ial":771,"rent":772,"gg":773,"Ġhere":774,"Ġpart":775,"Ġopen":776,"Ġwal":777,"Ġcar":778,"Ġsomething":779,"av":780,"âĢĶ":781,"ried":782,"ody":783,"ss":784,"Ġgot":785,"iv":786,"ah":787,"oth":788,"Ġem":789,"elt":790,"ĠCh":791,"Ġ_":792,"Ġche":793,"Ġte":794,"Ġmake":795,"ady":796,"ook":797,"Ġarm":798,"Ġtook":799,"Ġwa":800,"Ġbecause":801,"ise":802,"so":803,"Ġits":804,"ears":805,"Ġra":806,"Ġlittle":807,"'re":808,"Ġthink":809,"Ġmo":810,"ty":811,"That":812,"Ġbel":813,"Ġknew":814,"anc":815,"ful":816,"Ġatt":817,"Ġcall":818,"Ġsur":819,"ng":820,"ens":821,"Ġlet":822,"Ġcr":823,"Ġvery":824,"ness":825,"Ġhapp":826,"Ġseem":827,"Ġreal":828,"Ġbeing":829,"Ġnew":830,"ub":831,"ory":832,"Ġfelt":833,"Ġown":834,"Ġlook":835,"tain":836,"ĠGod":837,"ob":838,"Ġturned":839,"Ġact":840,"Ġhel":841,"ical":842,"As":843,"Ġdec":844,"Ġbeg":845,"owed":846,"Ġcame":847,"xt":848,"Ġleft":849,"ons":850,"Ġsec":851,"Ġfew":852,"Ġtake":853,"old":854,"hes":855,"les":856,"ĠO":857,"Ġent":858,"Ġrel":859,"Ġwhile":860,"Ġstar":861,"ations":862,"Ġmom":863,"oss":864,"Ġimp":865,"Ġwell":866,"Ġear":867,"ult":868,"ont":869,"ail":870,"Ġbeh":871,"Ġrec":872,"igh":873,"If":874,"Ġwr":875,"Ġcome":876,"be":877,"ian":878,"His":879,"Ġanother":880,"ling":881,"'ll":882,"Ġwom":883,"Ġwasn":884,"ock":885,"No":886,"Ġend":887,"Ġhelp":888,"oice":889,"Ġalso":890,"ross":891,"anted":892,"Ġside":893,"Ġtoward":894,"Ġfind":895,"Ġwent":896,"Ġput":897,"get":898,"Ġmost":899,"we":900,"When":901,"Ġthose":902,"Ġlight":903,"Ġexp":904,"'ve":905,"ened":906,"ower":907,"Ġfin":908,"Ġwork":909,"ouse":910,"vel":911,"ents":912,"arm":913,"Ġph":914,"Ġword":915,"Ġpull":916,"Ġtell":917,"Ġhands":918,"Ġinc":919,"riend":920,"ors":921,"Ġnight":922,"Ġmay":923,"ps":924,"Ġmind":925,"What":926,"Ġtry":927,"Ġthings":928,"ating":929,"Ġpers":930,"Ġsk":931,"Ġtra":932,"Ġfound":933,"Ġstr":934,"ible":935,"Ġold":936,"Ġtal":937,"Ġworld":938,"**":939,"Ġagainst":940,"ool":941,"ple":942,"ways":943,"Ġbody":944,"Ġ2":945,"ual":946,"Ġmany":947,"az":948,"Ġtold":949,"Ġthese":950,"Ġlast":951,"Ġeach":952,"Ġsaw":953,"Ġcle":954,"ank":955,"Ġret":956,"aw":957,"ually":958,"ition":959,"Ġdif":960,"ict":961,"ĠV":962,"Ġwanted":963,"Ġsame":964,"Ġset":965,"Ġplace":966,"Ġmat":967,"Ġbehind":968,"ib":969,"Ġbu":970,"Ġev":971,"ner":972,"ned":973,"Ġass":974,"Ġreally":975,"Ġ'":976,"vers":977,"Ġgra":978,"Ġyears":979,"ream":980,"My":981,"Ġsmall":982,"ince":983,"Ġcomm":984,"ded":985,"ange":986,"til":987,"Ġser":988,"Ġnext":989,"Ġob":990,"Ġpoin":991,"Ġmin":992,"Ġrep":993,"Ġfriend":994,"Ġhard":995,"Ġpass":996,"Ġboth":997,"uck":998,"Ġfoll":999,"Ġvoice":1000,"Ġsit":1001,"Ġsure":1002,"ten":1003,"Ġwait":1004,"owing":1005,"Ġcouldn":1006,"irl":1007,"Ġhum":1008,"Ġbelie":1009,"ck":1010,"Ġenough":1011,"âĢĵ":1012,"Ġsat":1013,"ised":1014,"Ġmight":1015,"Ġacc":1016,"So":1017,"Ġhimself":1018,"Ġhome":1019,"Ġel":1020,"Ġmoment":1021,"Ġdoes":1022,"Ġmen":1023,"Ġmust":1024,"Ġlove":1025,"Ġperson":1026,"bed":1027,"Ġuntil":1028,"rew":1029,"Ġfam":1030,"Ġalways":1031,"ts":1032,"Ġclos":1033,"Ġbo":1034,"Ġkeep":1035,"Her":1036,"den":1037,"Ġthing":1038,"Ġfront":1039,"Ġrest":1040,"Ġgi":1041,"less":1042,"Ġthough":1043,"Ġbed":1044,"Ġwithout":1045,"aught":1046,"Ġdark":1047,"Then":1048,"Ġsuch":1049,"oor":1050,"ction":1051,"Ġsmil":1052,"Ġste":1053,"Ġhouse":1054,"iet":1055,"Ġgreat":1056,"up":1057,"ching":1058,"Ġinst":1059,"form":1060,"ys":1061,"Ġsound":1062,"ween":1063,"Ġchild":1064,"ever":1065,"ows":1066,"Ġnothing":1067,"Ġind":1068,"Ġpa":1069,"Ġlooking":1070,"Ġdri":1071,"Ġstand":1072,"med":1073,"ph":1074,"Ġanything":1075,"Ġcontin":1076,"ĠâĢĵ":1077,"Ġcor":1078,"Ġmet":1079,"ater":1080,"Ġsn":1081,"ier":1082,"sh":1083,"Ġbetween":1084,"ung":1085,"Ġgirl":1086,"Ġheart":1087,"Ġthree":1088,"Ġseemed":1089,"sw":1090,"Ġquick":1091,"ering":1092,"Ġinter":1093,"à®":1094,"ĠU":1095,"Ġresp":1096,"Ġrun":1097,"used":1098,"here":1099,"Ġstood":1100,"Ġcons":1101,"Ġbreat":1102,"Ġwind":1103,"Ġcur":1104,"Ġnod":1105,"Ġinv":1106,"Ġwoman":1107,"outh":1108,"Ġstarted":1109,"Ġint":1110,"ny":1111,"Ġever":1112,"ix":1113,"Ġcoun":1114,"Ġunderst":1115,"Ġwalked":1116,"cept":1117,"Ġspe":1118,"ized":1119,"ached":1120,"Ġlau":1121,"Ġbre":1122,"Ġconf":1123,"Ġsil":1124,"oke":1125,"Ġbegan":1126,"ĠSt":1127,"Ġexpl":1128,"Ġcare":1129,"Ġansw":1130,"Ġhop":1131,"uth":1132,"Ġcour":1133,"Ġwater":1134,"How":1135,"Ġsupp":1136,"Ġheard":1137,"most":1138,"Ġdra":1139,"Ġdisc":1140,"Ġhu":1141,"cc":1142,"Ġdist":1143,"ished":1144,"Ġdiffe":1145,"ret":1146,"ĠHe":1147,"Ġsecond":1148,"ully":1149,"ently":1150,"ped":1151,"ced":1152,"rist":1153,"Ġonce":1154,"Ġtru":1155,"00":1156,"ason":1157,"On":1158,"ention":1159,"Ġacross":1160,"Ġwhy":1161,"ected":1162,"ined":1163,"Ġinside":1164,"Ġhold":1165,"Ġquest":1166,"ash":1167,"Ġair":1168,"hn":1169,"mer":1170,"Not":1171,"Ġgave":1172,"Ġsim":1173,"Ġplay":1174,"arge":1175,"Ġwall":1176,"Ġhair":1177,"Ġreturn":1178,"ably":1179,"Ġfar":1180,"der":1181,"ale":1182,"Ġdeep":1183,"ready":1184,"Ġpulled":1185,"Ġdr":1186,"ided":1187,"Ġpain":1188,"Ġnear":1189,"Ġplan":1190,"Ġbit":1191,"Ġbetter":1192,"ĠÐ":1193,"ately":1194,"Ġlo":1195,"pping":1196,"Ġmother":1197,"Ġfather":1198,"Ġtrying":1199,"ins":1200,"day":1201,"ates":1202,"Ġread":1203,"cer":1204,"Ġmon":1205,"Ġhear":1206,"Ġalready":1207,"pr":1208,"Ġtried":1209,"Ġstart":1210,"Ġposs":1211,"ene":1212,"umb":1213,"Ġwond":1214,"ike":1215,"Ġdro":1216,"Ġwords":1217,"ger":1218,"Ġgive":1219,"Ġbus":1220,"ased":1221,"Ġreg":1222,"aced":1223,"Ġalmost":1224,"Ġsto":1225,"Ġsince":1226,"Ġused":1227,"Ġcalled":1228,"gether":1229,"Ġdire":1230,"Ġhigh":1231,"Ġblack":1232,"Ġmor":1233,"Ġsle":1234,"ired":1235,"After":1236,"ax":1237,"Ġfeet":1238,"Ġmar":1239,"Ġpower":1240,"Ġpres":1241,"Ġalong":1242,"Ġbig":1243,"Ġsmile":1244,"ident":1245,").":1246,"ited":1247,"Ġseen":1248,"Ġcomple":1249,"Ġsy":1250,"Ġsmiled":1251,"Ġeverything":1252,"ued":1253,"Ġthin":1254,"Ġrepl":1255,"rest":1256,"als":1257,"ense":1258,"ither":1259,"Ġyoung":1260,"Ġfore":1261,"illed":1262,"ek":1263,"akes":1264,"ject":1265,"Ġfing":1266,"For":1267,"All":1268,"Ġminut":1269,"Ġsub":1270,"ured":1271,"With":1272,"Ġtogether":1273,"Ġhal":1274,"Ġ-":1275,"Ġtable":1276,"Ġheld":1277,"Ġvis":1278,"Ġsomeone":1279,"Ġred":1280,"Ġkind":1281,"Ġclose":1282,"Ġhour":1283,"Ġide":1284,"Ġwar":1285,"Ġdone":1286,"Ġunderstand":1287,"amp":1288,"Ġremem":1289,"Ġfact":1290,"Ġfloor":1291,"ged":1292,"ular":1293,"ures":1294,"ained":1295,"At":1296,"Ġpast":1297,"Ġmove":1298,"na":1299,"ically":1300,"Ġlot":1301,"the":1302,"Ġarms":1303,"uring":1304,"Ġref":1305,"Ġsign":1306,"erm":1307,"Ġblood":1308,"ters":1309,"Ġuse":1310,"Ġpat":1311,"Ġslow":1312,"Ġbest":1313,"Ġaw":1314,"Ġdifferent":1315,"Ġstud":1316,"Ġdet":1317,"cl":1318,"row":1319,"Ġnodded":1320,"ying":1321,"ee":1322,"Ġpol":1323,"Ġelse":1324,"iness":1325,"Ġcou":1326,"Ġground":1327,"Ġboy":1328,"Ġpur":1329,"Ġfamily":1330,"Ġmouth":1331,"its":1332,"ient":1333,"ric":1334,"icked":1335,"Ġleg":1336,"ushed":1337,"Ġmyself":1338,"ressed":1339,"Ġgen":1340,"ience":1341,"Ġdays":1342,"Ġple":1343,"Ġclear":1344,"Ġname":1345,"Ġherself":1346,"enc":1347,"Ġothers":1348,"Ġneeded":1349,"Ġhuman":1350,"ets":1351,"Ġbar":1352,"Ġes":1353,"Ġlead":1354,"Ġstay":1355,"Yes":1356,"Ġnec":1357,"Ġform":1358,"ities":1359,"Ġmem":1360,"Ġyet":1361,"Ġeff":1362,"Ġins":1363,"Ġri":1364,"Ġca":1365,"Ġquickly":1366,"Ġlarge":1367,"Ġtowards":1368,"Ġlater":1369,"aps":1370,"Ġmean":1371,"а":1372,"Ġdoing":1373,"Ġcreat":1374,"pe":1375,"Ġtri":1376,"Ġinte":1377,"Ġeas":1378,"olog":1379,"ife":1380,"eth":1381,"Ġloc":1382,"Ġsoon":1383,"ility":1384,"Ġsays":1385,"Ġable":1386,"Ġcourse":1387,"uff":1388,"Ġexper":1389,"Ġfall":1390,"Ġsch":1391,"Ġbro":1392,"ize":1393,"Ġstop":1394,"Ġcoll":1395,"Ġstra":1396,"fully":1397,"Ġpar":1398,"Ġbelieve":1399,"Now":1400,"reen":1401,"Ġleast":1402,"Ġhalf":1403,"St":1404,"ĠChrist":1405,"Ġland":1406,"aken":1407,"Al":1408,"Ġtop":1409,"Ġstopped":1410,"Ġbreath":1411,"Ġgetting":1412,"ĠMar":1413,"iew":1414,"irt":1415,"Ġprot":1416,"ific":1417,"ertain":1418,"Ġopened":1419,"Ġpoint":1420,"tern":1421,"ead":1422,"orn":1423,"Ġfull":1424,"Ġlist":1425,"br":1426,"Ġappro":1427,"Ġtrans":1428,"app":1429,"iously":1430,"An":1431,"Ġdem":1432,"Ġmiss":1433,"ative":1434,"Ġtre":1435,"Ġbuild":1436,"Well":1437,"Ġmoved":1438,"oud":1439,"Ġcoming":1440,"ĠJo":1441,"Ġele":1442,"gged":1443,"Ġstep":1444,"Ġran":1445,"oney":1446,"Ġtimes":1447,"by":1448,"Ġhaving":1449,"Ġreached":1450,"Ġeye":1451,"Ġsqu":1452,"Ġleave":1453,"ĠY":1454,"Ġfire":1455,"Ġmorning":1456,"ield":1457,"ton":1458,"Ġmaking":1459,"Ġed":1460,"Ġspec":1461,"ines":1462,"any":1463,"aring":1464,"Oh":1465,"Ġmeet":1466,"head":1467,"oll":1468,"ane":1469,"tered":1470,"Ġshort":1471,"Ġhur":1472,"ush":1473,"Ġbad":1474,"Ġgrab":1475,"Ġdead":1476,"ime":1477,"Ġwhite":1478,"Ġonto":1479,"ames":1480,"Ġfell":1481,"ĠThe":1482,"ird":1483,"fort":1484,"io":1485,"man":1486,"ants":1487,"ments":1488,"Ġgone":1489,"Ġupon":1490,"Ġwouldn":1491,"Ġtou":1492,"Ġschool":1493,"Ġreason":1494,"Ġfeeling":1495,"aut":1496,"Ġlear":1497,"Ġbook":1498,"Ġcap":1499,"Ġfour":1500,"rol":1501,"о":1502,",'":1503,"Ġdel":1504,"Ġcell":1505,"Ġhadn":1506,"Ġ19":1507,"Ġshook":1508,"eared":1509,"Ġquestion":1510,"Ġdef":1511,"Ġdep":1512,"Ġforward":1513,"irit":1514,"Ġsurpr":1515,"е":1516,"Ġkept":1517,"bably":1518,"Ġless":1519,"Ġap":1520,"reet":1521,"Ġsun":1522,"Ġgrou":1523,"Ġkiss":1524,"Ġoutside":1525,"Ġsleep":1526,"selves":1527,"Ġcontinued":1528,"Ġidea":1529,"room":1530,"Ġfree":1531,"Ġdeath":1532,"Ġfur":1533,"Ġwithin":1534,"dden":1535,"ĠAl":1536,"Ġhor":1537,"ening":1538,"One":1539,"ards":1540,"Ġwhole":1541,"Ġwatched":1542,"Ġsudden":1543,"Ġcat":1544,"Ġbra":1545,"Ġbecome":1546,"blem":1547,"Ġcomplete":1548,"Ġcol":1549,"Ġfear":1550,"alm":1551,"Ġ.":1552,"Ġreplied":1553,"Ġfinally":1554,"Ġstru":1555,"Ġcent":1556,"rie":1557,"Ġminutes":1558,"Ġtalk":1559,"Ġfight":1560,"Ġang":1561,"Ġeveryone":1562,"Ġphone":1563,"she":1564,"airs":1565,"Ġslowly":1566,"rought":1567,"Ġchildren":1568,"gy":1569,"ides":1570,"Ġadd":1571,"ression":1572,"ection":1573,"Ġhappened":1574,"esus":1575,"Ġtaking":1576,"Ġsever":1577,"Ġlea":1578,"Ġcertain":1579,"iver":1580,"overed":1581,"ism":1582,"Ġmatter":1583,"aces":1584,"Ġprom":1585,"ony":1586,"Ġpos":1587,"Ġopp":1588,"Ġinf":1589,"Ġproblem":1590,"Ġmid":1591,"ists":1592,"cess":1593,"ially":1594,"ug":1595,"els":1596,"Be":1597,"my":1598,"Ġadv":1599,"Ch":1600,"Ġliving":1601,"otion":1602,"Ġseveral":1603,"ĠMr":1604,"anced":1605,"ute":1606,"iced":1607,"Ġprobably":1608,"Ġquiet":1609,"aned":1610,"Ġsoft":1611,"Ġask":1612,"Ġanyone":1613,"ister":1614,"Ġyear":1615,"ik":1616,"Ġext":1617,"ipped":1618,"Ġtaken":1619,"where":1620,"Ġfollowed":1621,"itc":1622,"Ġlost":1623,"Ġpri":1624,"arl":1625,"uss":1626,"Ġfriends":1627,"Ġcount":1628,"Ġwhis":1629,"Ġbrought":1630,"Ġmoney":1631,"ina":1632,"Ġimag":1633,"Ġlips":1634,"Ġalone":1635,"Ġchang":1636,"Ġsho":1637,"ghed":1638,"Ġfun":1639,"aster":1640,"Ġkill":1641,"hip":1642,"irc":1643,"Ġfood":1644,"Ġinform":1645,"ining":1646,"Ġgiven":1647,"Ġremember":1648,"Ġ3":1649,"Ġfig":1650,"Ġnat":1651,"Why":1652,"Ġbot":1653,"gr":1654,"Ġimport":1655,"ĠAn":1656,"Ġdoesn":1657,"Ġthinking":1658,"Ġbeaut":1659,"err":1660,"Ġsent":1661,"Ġkid":1662,"ump":1663,"land":1664,"Ġchest":1665,"Ġinterest":1666,"Ġarri":1667,"ken":1668,"Ġwrit":1669,"ey":1670,"not":1671,"elf":1672,"Ġmus":1673,"May":1674,"Ġclosed":1675,"osed":1676,"Ġhit":1677,"Some":1678,"Ġswe":1679,"ev":1680,"ĠZ":1681,"Ġshoulder":1682,"Ġeither":1683,"lic":1684,"Every":1685,"Ġquite":1686,"ement":1687,"Ġbreak":1688,"oul":1689,"Ġbrother":1690,"Ġmed":1691,"Just":1692,"stem":1693,"Ġmag":1694,"ex":1695,"To":1696,"Ġstrong":1697,"Ġshow":1698,"Ġchange":1699,"ices":1700,"ues":1701,"erv":1702,"com":1703,"Ġabove":1704,"ution":1705,"Ġroll":1706,"Ġtrue":1707,"ĠSh":1708,"Ġdream":1709,"Ġdecided":1710,"Ġocc":1711,"Ġready":1712,"ison":1713,"Ġsense":1714,"ots":1715,"ics":1716,"Ġcra":1717,"ape":1718,"Ġsing":1719,"à¯":1720,"Ġlive":1721,"Ġlow":1722,"antly":1723,"Ġwindow":1724,"Ġlay":1725,"Ġdou":1726,"Ġmess":1727,"Ġwalk":1728,"mb":1729,"Ġactually":1730,"Ġnum":1731,"Ġstanding":1732,"Ġcontrol":1733,"Ġglass":1734,"Ġfoot":1735,"velop":1736,"Ġcre":1737,"arr":1738,"Ġcut":1739,"aid":1740,"Ġbat":1741,"iding":1742,"Ġjob":1743,"Ġbring":1744,"Ġlaughed":1745,"ĠAr":1746,"Ġmain":1747,"over":1748,"Ġroad":1749,"Ġhot":1750,"Ġve":1751,"Ġfa":1752,"Ġspeak":1753,"tend":1754,"Ġbecame":1755,"reed":1756,"Ġmonth":1757,"Ġcold":1758,"Ġperf":1759,"Ġskin":1760,"Ġwarm":1761,"Ġgener":1762,"Ġwrong":1763,"Ġattention":1764,"dle":1765,"mit":1766,"Ġav":1767,"Ġwomen":1768,"aged":1769,"Ġtruth":1770,"Ġgroup":1771,"Ġline":1772,"und":1773,"Ġincl":1774,"Ġcirc":1775,"Ġfingers":1776,"Ġbegin":1777,"Ġhope":1778,"kay":1779,"acked":1780,"Ġentire":1781,"Ġanswer":1782,"Ġstory":1783,"Ġdisapp":1784,"ĠIs":1785,"Ġlaugh":1786,"Ġwaiting":1787,"Ġseat":1788,"Ġchar":1789,"ising":1790,"eah":1791,"Ġago":1792,"Don":1793,"gan":1794,"Ġstared":1795,"ĠBr":1796,"ole":1797,"Ġhours":1798,"du":1799,"Ġsystem":1800,"ĠTh":1801,"Ġwon":1802,"Ġlonger":1803,"haps":1804,"read":1805,"Ġlif":1806,"iec":1807,"Ġbur":1808,"imes":1809,"cri":1810,"Ġtight":1811,"Ġcaught":1812,"Ġblue":1813,"Ġcase":1814,"Ġwood":1815,"ery":1816,"Even":1817,"Ġneck":1818,"Ġduring":1819,"Ġtalking":1820,"Ġparent":1821,"Ġhall":1822,"ze":1823,"medi":1824,"Ġmod":1825,"ief":1826,"Ġprov":1827,"orry":1828,"ĠJesus":1829,"Ġexc":1830,"н":1831,"Maybe":1832,"Ġdest":1833,"Ġsitting":1834,"cent":1835,"Ġchair":1836,"Sh":1837,"enty":1838,"Ġspoke":1839,"и":1840,"Ġdirect":1841,"),":1842,"Ġcity":1843,"aim":1844,"Ġsoc":1845,"ĠUn":1846,"Ġbusiness":1847,"Ġpassed":1848,"ĠLord":1849,"ÑĤ":1850,"aughter":1851,"Ġcross":1852,"Ġsens":1853,"ging":1854,"Ġpossible":1855,"Ġthr":1856,"Ġfive":1857,"Ġstepped":1858,"Ġcouple":1859,"ories":1860,"ective":1861,"ount":1862,"Ġgaz":1863,"Ġscream":1864,"Ġorder":1865,"ians":1866,"ĠIn":1867,"Ġtown":1868,"ars":1869,"Ġrequ":1870,"anger":1871,"iful":1872,"aj":1873,"ern":1874,"de":1875,"though":1876,"Ġview":1877,"ages":1878,"Ġknown":1879,"ision":1880,"Ġtem":1881,"Ġclot":1882,"Ġaff":1883,"ored":1884,"ational":1885,"rom":1886,"joy":1887,"isted":1888,"ara":1889,"of":1890,"Ġstraight":1891,"ude":1892,"Ġship":1893,"Ġexam":1894,"ior":1895,"ural":1896,"cious":1897,"Ġoffice":1898,"me":1899,"Ġtoday":1900,"pted":1901,"Ġslight":1902,"ital":1903,"Ġmaybe":1904,"ĠSp":1905,"ider":1906,"Ġpartic":1907,"Ġrunning":1908,"bing":1909,"Ġsuddenly":1910,"Ġclass":1911,"alth":1912,"eks":1913,"ork":1914,"Ġself":1915,"Ġyell":1916,"Ġdev":1917,"Ġreturned":1918,"Ġcond":1919,"Ġworking":1920,"Ġheav":1921,"atever":1922,"Ġmil":1923,"Ġbuilding":1924,"Ġjoin":1925,"Ġpay":1926,"ination":1927,"Ġbes":1928,"Ġnumber":1929,"Ġgrabbed":1930,"fic":1931,"Ġshall":1932,"Ġgun":1933,"Ġesc":1934,"Ġbag":1935,"ply":1936,"ma":1937,"Ġson":1938,"osp":1939,"ĠJohn":1940,"Ġ20":1941,"Ġoften":1942,"Ġthoughts":1943,"urch":1944,"Ġimportant":1945,"Ġrather":1946,"Ġthemselves":1947,"lex":1948,"Ġarea":1949,"Ġserv":1950,"bs":1951,"Ġenjoy":1952,"aled":1953,"Ġdeal":1954,"Ġgrin":1955,"gth":1956,"Ġconcer":1957,"Ġlooks":1958,"oon":1959,"aul":1960,"aching":1961,"Ġcry":1962,"Ġce":1963,"Ġpub":1964,"Ġsaying":1965,"Ġpap":1966,"Ġhappy":1967,"Ġremain":1968,"Ġbene":1969,"Ġperfect":1970,"Ġimmedi":1971,"Ġty":1972,"Ġlaw":1973,"ator":1974,"Ġburn":1975,"Ġspirit":1976,"Ġrece":1977,"att":1978,"Ġpath":1979,"Ġbas":1980,"Ġnoticed":1981,"eb":1982,"Ġholding":1983,"Do":1984,"Ġeng":1985,"Ġten":1986,"Ġpret":1987,"Ġsix":1988,"Ġmeant":1989,"itchen":1990,"Ġparents":1991,"Ġpiec":1992,"ler":1993,"Ġwin":1994,"ocked":1995,"rence":1996,"Ġgrow":1997,"Ġappeared":1998,"ances":1999,"Ġlim":2000,"Ġconst":2001,"Ġsol":2002,"Ġ**":2003,"Ġlegs":2004,"Ġpo":2005,"ĠQ":2006,"Ġkitchen":2007,"Ġpray":2008,"Ġwatching":2009,"ones":2010,"Ġcloser":2011,"ces":2012,"ffe":2013,"Ġsoul":2014,"Ġign":2015,"Ġprev":2016,"Ġfoc":2017,"iny":2018,"Ġled":2019,"arch":2020,"Ġapart":2021,"Ġlevel":2022,"Ġearth":2023,"Ġinformation":2024,"aven":2025,"Ġshot":2026,"wh":2027,"Ġwife":2028,"Ġfilled":2029,"light":2030,"tic":2031,"ĠAll":2032,"ract":2033,"ilt":2034,"ĠFr":2035,"Ġdam":2036,"Ġwatch":2037,"Ġbare":2038,"ert":2039,"Ġord":2040,"Ġsitu":2041,"iam":2042,"meric":2043,"Ġbeautiful":2044,"Ġdevelop":2045,"acing":2046,"Ġguy":2047,"Ġhund":2048,"Ġrealized":2049,"Ġpresent":2050,"Ġfast":2051,"Ġexact":2052,"ann":2053,"hel":2054,"irm":2055,"ived":2056,"Ġhundred":2057,"ĠHis":2058,"Ġcommun":2059,"Ġ4":2060,"dd":2061,"ift":2062,"rig":2063,"Ġpretty":2064,"Ġnor":2065,"Ġpract":2066,"umped":2067,"ech":2068,"Ġraised":2069,"_.":2070,"ili":2071,"Ġspace":2072,"Ġnews":2073,"Ġthro":2074,"body":2075,"Ġguess":2076,"unch":2077,"Ġpushed":2078,"cted":2079,"Ġabs":2080,"ought":2081,"Ñģ":2082,"Ġdoub":2083,"Ġweek":2084,"apped":2085,"zy":2086,"Ġener":2087,"ooks":2088,"son":2089,"Ġhung":2090,"pec":2091,"erc":2092,"inc":2093,"orted":2094,"vern":2095,"Let":2096,"Ġmeans":2097,"use":2098,"Ġcompletely":2099,"ĠCl":2100,"Ġwonder":2101,"ha":2102,"ÑĢ":2103,"unt":2104,"Ġempt":2105,"ogn":2106,"Ġamong":2107,"Ġchance":2108,"Ġprocess":2109,"Ġprep":2110,"Ġleaving":2111,"Ġsight":2112,"Ġoffic":2113,"ledge":2114,"Ġprof":2115,"Ġconvers":2116,"eg":2117,"Ġcorner":2118,"Ġshut":2119,"Ġfurther":2120,"Ġmoving":2121,"Ġexpression":2122,"Ġcrow":2123,"Ġwalking":2124,"ster":2125,"However":2126,"Ġlives":2127,"night":2128,"Ġ5":2129,"Ġforg":2130,"Ġwhisp":2131,"Ġobs":2132,"Ġprop":2133,"Ġloud":2134,"Ġsold":2135,"ches":2136,"Ġpicked":2137,"Ġcannot":2138,"Ġstat":2139,"â":2140,"Ġ[":2141,"ives":2142,"Ġlate":2143,"ote":2144,"ashed":2145,"int":2146,"Ġwide":2147,"Ġann":2148,"Ġearly":2149,"ivers":2150,"Ġvar":2151,"ael":2152,"Ġfut":2153,"Ġequ":2154,"Ġfollow":2155,"Ġsort":2156,"Ġsex":2157,"Ġattack":2158,"Ġir":2159,"iff":2160,"Ġsimply":2161,"Ġanswered":2162,"Ġgreen":2163,"Ġill":2164,"Ġclim":2165,"Ġtrou":2166,"Ġworked":2167,"ĠAnd":2168,"Un":2169,"ĠEl":2170,"Ġusing":2171,"Ġbright":2172,"Ġbab":2173,"ries":2174,"Ġitself":2175,"л":2176,"Ġpict":2177,"ana":2178,"Yeah":2179,"Ġsafe":2180,"idence":2181,"Ġinstead":2182,"ighed":2183,"ray":2184,"Ġglanced":2185,"Ġsal":2186,"Ġphys":2187,"cle":2188,"roll":2189,"ron":2190,"ĠAmeric":2191,"Ġstate":2192,"Ġfine":2193,"Ġstreet":2194,"Ġdropped":2195,"ified":2196,"Ġimmediately":2197,"Ġpop":2198,"aded":2199,"amed":2200,"Ġleaned":2201,"pect":2202,"oid":2203,"Ġhon":2204,"Ġnorm":2205,"Ġsky":2206,"Of":2207,"Ġinclud":2208,"Ġbeside":2209,"Ġtor":2210,"Ġanim":2211,"ips":2212,"Ġtrust":2213,"Ġmakes":2214,"Ġrecogn":2215,"Ġbox":2216,"ctor":2217,"Ġmur":2218,"Ġplaced":2219,"ien":2220,"Ġexpect":2221,"Ġtreat":2222,"Ġteam":2223,"Ġhurt":2224,"Ġest":2225,"Ġobv":2226,"Ġrele":2227,"Ġsilence":2228,"Ġspot":2229,"Ġposition":2230,"Ġsorry":2231,"Ġsugg":2232,"Ġenc":2233,"Ġval":2234,"Ġhell":2235,"Ġsmell":2236,"Ġz":2237,"ov":2238,"Ġpointed":2239,"Ġsingle":2240,"Ġreve":2241,"Ġgas":2242,"Ġtears":2243,"empt":2244,"Ġstrange":2245,"rief":2246,"ean":2247,"ney":2248,"Ġwaited":2249,"rib":2250,"Ġcover":2251,"Ġloved":2252,"Ġdirection":2253,"Ġwondered":2254,"Ġ,":2255,"Ġcomfort":2256,"Ġfail":2257,"ĠAd":2258,"Ġeat":2259,"ality":2260,"iling":2261,"ees":2262,"Ġsus":2263,"By":2264,"dom":2265,"Or":2266,"Ġexperience":2267,"Ġenergy":2268,"omm":2269,"yond":2270,"unk":2271,"Ġshru":2272,"Ġcommand":2273,"ĠNew":2274,"Ġpot":2275,"Ġyourself":2276,"co":2277,"Ġresult":2278,"Ġthroat":2279,"Ġisn":2280,"itive":2281,"ires":2282,"Ġdesk":2283,"Ġedge":2284,"Ġmiddle":2285,"bo":2286,"Ġseeing":2287,"Once":2288,"These":2289,"ding":2290,"Ġmonths":2291,"Ġdraw":2292,"aked":2293,"Ġhappen":2294,"Ġgiving":2295,"Ġrelations":2296,"ani":2297,"arth":2298,"Ġweap":2299,"Ġevent":2300,"Ġsucc":2301,"Jo":2302,"Ġcomes":2303,"Ġtree":2304,"Ġdiffic":2305,"ley":2306,"Ġforce":2307,"Ġstom":2308,"Ġround":2309,"Ġarrived":2310,"Ġconv":2311,"Ġstri":2312,"ountain":2313,"iety":2314,"like":2315,"Ġeasy":2316,"Ġdie":2317,"Ġwhispered":2318,"ested":2319,"Ġauth":2320,"Ġshoulders":2321,"itch":2322,"pecially":2323,"Ġchanged":2324,"Ġage":2325,"Ġcop":2326,"que":2327,"Ġincre":2328,"Is":2329,"Ġwhatever":2330,"Ġpress":2331,"Ġdog":2332,"Ġrub":2333,"bers":2334,"Ġsighed":2335,"Ġgrand":2336,"ris":2337,"Ġexcept":2338,"Ġappear":2339,"Ġclothes":2340,"Ġguard":2341,"Ġwra":2342,"Ġempty":2343,"Ġdress":2344,"ously":2345,"Ġexist":2346,"Ġfuture":2347,"Ġfinished":2348,"asure":2349,"Ġnice":2350,"yl":2351,"Ġgold":2352,"yn":2353,"iting":2354,"band":2355,"Ġyes":2356,"Ġspent":2357,"Ġexactly":2358,"Ġtrees":2359,"ĠBl":2360,"Ġgod":2361,"Ġshad":2362,"Ġter":2363,"é":2364,"Ġmut":2365,"Ġahead":2366,"eral":2367,"Ġsad":2368,"Ġcovered":2369,"ats":2370,"Ġproper":2371,"Ġgaze":2372,"Ġmass":2373,"Ġsend":2374,"Ġconn":2375,"Ġclean":2376,"Ġsituation":2377,"Ġinvol":2378,"Ġfield":2379,"Ġtouch":2380,"Ġknowing":2381,"eed":2382,"rac":2383,"Ġfaith":2384,"Ġsword":2385,"Ġgirls":2386,"Ġworry":2387,"ĠSam":2388,"echn":2389,"Ġbeyond":2390,"Ġcountry":2391,"Ġhist":2392,"Ġking":2393,"eter":2394,"Ġnearly":2395,"ai":2396,"oly":2397,"aling":2398,"Ġmir":2399,"Ġdied":2400,"Ġones":2401,"zz":2402,"Ġsurround":2403,"ills":2404,"Ġsurv":2405,"ology":2406,"hered":2407,"ousand":2408,"Ġdrive":2409,"kn":2410,"irty":2411,"Ġfigure":2412,"Ġhowever":2413,"con":2414,"Ġparticular":2415,"Ġsister":2416,"Ġpaper":2417,"Ġmine":2418,"Somet":2419,"Ġgri":2420,"Ġhang":2421,"Ġrespond":2422,"Ġprodu":2423,"duc":2424,"inal":2425,"ges":2426,"Ġimm":2427,"Ġsuper":2428,"Ġtest":2429,"Ġheavy":2430,"Ġcast":2431,"Ġfrown":2432,"Ġquestions":2433,"rop":2434,"Ġgovern":2435,"Ġpock":2436,"Ġfollowing":2437,"how":2438,"Ġdanger":2439,"ok":2440,"Ġstuff":2441,"Ġfav":2442,"Ġcoffe":2443,"á»":2444,"usion":2445,"Ġtall":2446,"arent":2447,"ivid":2448,"Ġball":2449,"Ġsteps":2450,"Ġsum":2451,"ency":2452,"Ġdin":2453,"Ġcrowd":2454,"udd":2455,"par":2456,"Ġconversation":2457,"Ġkilled":2458,"Ġexplain":2459,"Ġentered":2460,"Ġknows":2461,"Ġdistance":2462,"Ġoffe":2463,"Ġwhether":2464,"orts":2465,"Ġrelationship":2466,"Ġmis":2467,"Ġeffect":2468,"ishing":2469,"Ġsin":2470,"Ġund":2471,"ushing":2472,"Ġactiv":2473,"Ġmist":2474,"Ġcalm":2475,"lect":2476,"Who":2477,"Ġaf":2478,"Your":2479,"Ġsuccess":2480,"Ġtwenty":2481,"Ġstaring":2482,"Ġcoffee":2483,"Ġrock":2484,"Ġstrugg":2485,"ingly":2486,"Ġcarry":2487,"Ġauthor":2488,"Ġmention":2489,"Ġsurprised":2490,"Ġhus":2491,"aur":2492,"Ġheaded":2493,"avid":2494,"more":2495,"Ġcas":2496,"ration":2497,"Ġpeace":2498,"let":2499,"iled":2500,"aff":2501,"ption":2502,"Ġthick":2503,"Ġgame":2504,"Ġlearn":2505,"Ġthousand":2506,"Ġknowledge":2507,"Ġstone":2508,"ises":2509,"Ġshowed":2510,"Ġjud":2511,"ĠEm":2512,"ĠJack":2513,"Ġhuge":2514,"Ġadded":2515,"Ġslightly":2516,"Ġmark":2517,"Ġbott":2518,"ĠKing":2519,"Ġident":2520,"Ġremind":2521,"Ġpolice":2522,"umbled":2523,"Ġfly":2524,"Ġchurch":2525,"ĠPh":2526,"wo":2527,"oring":2528,"bered":2529,"Ġfinger":2530,"ı":2531,"Ġstren":2532,"Ġsuff":2533,"cked":2534,"enn":2535,"using":2536,"Ġpan":2537,"Ġseems":2538,"Ġaccept":2539,"awn":2540,"ĠSc":2541,"Ġart":2542,"Ġpick":2543,"Ġ201":2544,"Ġrad":2545,"orrow":2546,"Ġpurp":2547,"Ġturning":2548,"icking":2549,"pite":2550,"Ġstomach":2551,"ilar":2552,"Ġpersonal":2553,"Ġdifficult":2554,"Ġfle":2555,"Ġevening":2556,"lo":2557,"atic":2558,"Ġreach":2559,"Ġrolled":2560,"Ġbooks":2561,"Ġdrink":2562,"rif":2563,"action":2564,"Ġdarkness":2565,"Ġthreat":2566,"While":2567,"Ġtot":2568,"ask":2569,"Ġwalls":2570,"à¯į":2571,"resh":2572,"ples":2573,"Ġspecial":2574,"Ġterm":2575,"ror":2576,"Ġsecret":2577,"Ġlived":2578,"Ġespecially":2579,"Ġver":2580,"rey":2581,"Ġcompl":2582,"Ġrelig":2583,"Ġpack":2584,"Ġweeks":2585,"Ġvi":2586,"onse":2587,"urity":2588,"Ġsupport":2589,"ajor":2590,"Ġdoors":2591,"Ġcamp":2592,"Ġdaughter":2593,"Ġbecom":2594,"Ġlifted":2595,"Ġnon":2596,"Ġorgan":2597,"rand":2598,"Bec":2599,"acher":2600,"ichael":2601,"Ġtechn":2602,"ails":2603,"Ġmeeting":2604,"Ġbelow":2605,"ortun":2606,"rin":2607,"idge":2608,"Ġbrain":2609,"Ġdiscuss":2610,"Ġpublic":2611,"Ġhusband":2612,"Ġmanaged":2613,"ral":2614,"Ġattempt":2615,"Ġnecess":2616,"Re":2617,"Ġnose":2618,"go":2619,"raid":2620,"ury":2621,"ences":2622,"Ġvisit":2623,"Ġearl":2624,"Ġcomput":2625,"sy":2626,"Ġperhaps":2627,"Ġkids":2628,"Ġtelling":2629,"Ġdiv":2630,"--":2631,"Ġcompany":2632,"Ġbaby":2633,"ibly":2634,"illy":2635,"Ġbarely":2636,"Ġcheck":2637,"ession":2638,"Ġbrief":2639,"Ġdescri":2640,"Ġshirt":2641,"Ġmill":2642,"Ġfair":2643,"reg":2644,"Ġlab":2645,"omp":2646,"Ġrese":2647,"Ġshar":2648,"Ġpost":2649,"ming":2650,"Ġarg":2651,"Ġdoubt":2652,"Ġdeterm":2653,"Ġpriv":2654,"Ġrose":2655,"ring":2656,"esh":2657,"ĠRe":2658,"Ġmusic":2659,"Ġspend":2660,"Ġsurf":2661,"Ġweak":2662,"Ġsimple":2663,"roy":2664,"Ġbeginning":2665,"Ġnature":2666,"Ġbath":2667,"From":2668,"Ġrev":2669,"Ġiss":2670,"Ġ6":2671,"Ġevil":2672,"come":2673,"Ġexpected":2674,"Ġgro":2675,"ĠHim":2676,"ky":2677,"Ġclaim":2678,"Ġinvest":2679,"len":2680,"Ġallowed":2681,"ĠAm":2682,"val":2683,"Ġbroken":2684,"Ġremained":2685,"Ġremembered":2686,"Ġrecord":2687,"iliar":2688,"Ġsupposed":2689,"Ġteeth":2690,"Ġminute":2691,"Our":2692,"Thank":2693,"nded":2694,"Ġways":2695,"Ġpiece":2696,"inite":2697,"Ġur":2698,"Ġtakes":2699,"ope":2700,"Ġspread":2701,"ager":2702,"Ġpun":2703,"ĠWill":2704,"gram":2705,"Ġafraid":2706,"Ġexplained":2707,"Ġdad":2708,"fer":2709,"Ġfil":2710,"оÐ":2711,"Ġwearing":2712,"Ġindivid":2713,"ci":2714,"Ġble":2715,"Ġperform":2716,"Per":2717,"ental":2718,"ule":2719,"Ġwound":2720,"Mar":2721,"ott":2722,"lish":2723,"Ġstret":2724,"Ġspl":2725,"Ġnormal":2726,"Good":2727,"Ġsand":2728,"ashing":2729,"ram":2730,"Ġjour":2731,"Their":2732,"Ġalive":2733,"rel":2734,"Ġbir":2735,"Ġris":2736,"\".":2737,"Ġshrugged":2738,"Ġbattle":2739,"Ġmountain":2740,"Ġfit":2741,"Ġneeds":2742,"uit":2743,"ulation":2744,"une":2745,"Ġworth":2746,"Ġstairs":2747,"Ġobject":2748,"Ġthrew":2749,"Ġbal":2750,"Ġsurprise":2751,"pper":2752,"Ġresponse":2753,"Ġcharac":2754,"anks":2755,"Ġenem":2756,"por":2757,"Ġfif":2758,"sc":2759,"God":2760,"Ġwild":2761,"Ġhig":2762,"owers":2763,"Ġconsider":2764,"Ġanger":2765,"miss":2766,"ential":2767,"Ġeasily":2768,"iers":2769,"Ġsilent":2770,"Ġhelped":2771,"yle":2772,"uke":2773,"Ġbrown":2774,"outed":2775,"Ġtow":2776,"Ġsweet":2777,"Ġoper":2778,"ooking":2779,"Ġsometimes":2780,"Ġstrength":2781,"Ġreading":2782,"Ġkey":2783,"Ġagreed":2784,"line":2785,"Ġrespons":2786,"Ġoffered":2787,"Ġelect":2788,"Ġvill":2789,"Ġtone":2790,"Ġadmit":2791,"Ġdesign":2792,"Ġhid":2793,"Ġdemand":2794,"Ġcab":2795,"Ġearlier":2796,"Before":2797,"ization":2798,"oved":2799,"Ġant":2800,"Ġalthough":2801,"izing":2802,"Ġnotice":2803,"Ġclearly":2804,"sed":2805,"Ġgrew":2806,"Ġsmo":2807,"Ġtar":2808,"Ġhorse":2809,"Ġcam":2810,"ĠEarth":2811,"sidered":2812,"Ġbroke":2813,"Ġmot":2814,"Ġcause":2815,"ume":2816,"Ġbedroom":2817,"ship":2818,"Ġport":2819,"Ġrepe":2820,"Ġwants":2821,"ĠEng":2822,"acy":2823,"Ġparty":2824,"eor":2825,"Ġindividual":2826,"Any":2827,"Ġforced":2828,"Ġsick":2829,"wards":2830,"ĠBe":2831,"Ġcreated":2832,"Okay":2833,"itions":2834,"Ġseconds":2835,"ham":2836,"Ġeight":2837,"Ġchoice":2838,"Ġbeneath":2839,"Ġgently":2840,"Ġhy":2841,"Ġorig":2842,"Ġthird":2843,"Ġpocket":2844,"Ġcomb":2845,"Ġpoor":2846,"Ġjumped":2847,"Ġemb":2848,"bert":2849,"acks":2850,"Ġcurrent":2851,"ibility":2852,"Ġpresence":2853,"Ġhar":2854,"ploy":2855,"igg":2856,"ball":2857,"Ġprotect":2858,"Ġconsidered":2859,"Ġguys":2860,"Ġviol":2861,"Ġsubject":2862,"Ġcloud":2863,"oph":2864,"ospital":2865,"Ġokay":2866,"Ġdinner":2867,"ĠPaul":2868,"Ġcells":2869,"Ġje":2870,"Ġanyway":2871,"ĠRo":2872,"Ġreality":2873,"Ġmotion":2874,"Like":2875,"for":2876,"Mr":2877,"Ġring":2878,"Ġforest":2879,"ented":2880,"Ñĭ":2881,"Ġliked":2882,"Ġserious":2883,"Ġsounded":2884,"Ġcool":2885,"Ġstore":2886,"Ġemotion":2887,"set":2888,"Ġlocal":2889,"Ġ200":2890,"Because":2891,"Ġsusp":2892,"een":2893,"Ġpaused":2894,"Ġcontinue":2895,"....":2896,"Ġbod":2897,"ceed":2898,"Ġnerv":2899,"erved":2900,"Ġspeed":2901,"Cl":2902,"Ġcommon":2903,"Ġden":2904,"ature":2905,"Ġcarried":2906,"ere":2907,"Ġinn":2908,"aint":2909,"Ġusually":2910,"Ġhistory":2911,"Ġgovernment":2912,"Ġlikely":2913,"Ġplaying":2914,"Ġbottom":2915,"ades":2916,"rit":2917,"Ġweren":2918,"Ġcancer":2919,"Ġfem":2920,"Ġlearned":2921,"Ġmagic":2922,"Ġpurpose":2923,"Ġkissed":2924,"port":2925,"Ġvan":2926,"Ġwish":2927,"Ġpolit":2928,"Ġboys":2929,"Ġtiny":2930,"Ġworse":2931,"Ġoppos":2932,"Ġangry":2933,"aped":2934,"Ġquietly":2935,"ĠAb":2936,"ata":2937,"Ġluck":2938,"Ġhealth":2939,"Ġtong":2940,"Ġblank":2941,"onn":2942,"angu":2943,"inally":2944,"dy":2945,"Ġtrouble":2946,"Ġscreen":2947,"Ġemer":2948,"Ġcatch":2949,"well":2950,"Ġsepar":2951,"Ġdemon":2952,"ĠLe":2953,"Ġweight":2954,"Ġpressed":2955,"Ġfre":2956,"Ġchuck":2957,"Ġmetal":2958,"Ġhoped":2959,"Ġhanded":2960,"Ġsour":2961,"arry":2962,"inct":2963,"het":2964,"olf":2965,"Ġphot":2966,"Ġbow":2967,"usted":2968,"Ġcheek":2969,"Ġplease":2970,"Ġtired":2971,"Ġshare":2972,"ively":2973,"Ġknees":2974,"Ġinh":2975,"Ġfamiliar":2976,"Ġmajor":2977,"zed":2978,"Ġplaces":2979,"Ġfinal":2980,"sit":2981,"Ġla":2982,"Ġcenter":2983,"Most":2984,"Ġgoes":2985,"Ġheaven":2986,"Ġcertainly":2987,"iving":2988,"rat":2989,"teen":2990,"Ġadm":2991,"ium":2992,"Ġ7":2993,"af":2994,"Ġlights":2995,"Ñĥ":2996,"Ġunc":2997,"Ġaut":2998,"Ġmembers":2999,"asion":3000,"Ġsounds":3001,"erial":3002,"Ġopportun":3003,"ests":3004,"Ġbell":3005,"Ġolder":3006,"Ġincluding":3007,"Ġcarefully":3008,"ĠAlex":3009,"Ġcontact":3010,"Ġsimilar":3011,"Ġut":3012,"Ġsomewhere":3013,"Ġfirm":3014,"zen":3015,"Ġfresh":3016,"Ġdefe":3017,"Ġmessage":3018,"Ġpicture":3019,"asing":3020,"Ġentr":3021,"Ġregard":3022,"Ġnone":3023,"Ġallow":3024,"Ġsett":3025,"work":3026,"Ġterr":3027,"Ġborn":3028,"ancing":3029,"rely":3030,"Ġmemory":3031,"olution":3032,"Ġrain":3033,"isf":3034,"Ġdrag":3035,"Only":3036,"Ġprogram":3037,"Ġpair":3038,"allen":3039,"Ġsave":3040,"hood":3041,"atter":3042,"Inst":3043,"Ġet":3044,"Ġaware":3045,"Ġcomputer":3046,"ĠTom":3047,"Ġphysical":3048,"Ġindic":3049,"Ġer":3050,"inking":3051,"rated":3052,"Ġsuit":3053,"Ġsear":3054,"Ġears":3055,"ept":3056,"Ġpulling":3057,"Ġbeat":3058,"upid":3059,"asked":3060,"rid":3061,"rug":3062,"Ġcounter":3063,"rian":3064,"uct":3065,"Ġtum":3066,"Ġforth":3067,"oned":3068,"Ġvict":3069,"rage":3070,"top":3071,"noon":3072,"Ġhide":3073,"Ġdressed":3074,"Ġfro":3075,"Ġstudy":3076,"ify":3077,"Ġmach":3078,"Ġflo":3079,"Ġhesit":3080,"osh":3081,"Ġlying":3082,"Ġaction":3083,"Ġtele":3084,"ĠCar":3085,"reme":3086,"ĠWe":3087,"'.":3088,"bel":3089,"mm":3090,"Ġstation":3091,"Ġrelax":3092,"ĠInd":3093,"Did":3094,"Ġfocus":3095,"Ġsocial":3096,"Ġanymore":3097,"Ġexample":3098,"Ġshouted":3099,"Ġforgot":3100,"rible":3101,"ls":3102,"Ġescape":3103,"Ġglad":3104,"ays":3105,"Ġoffer":3106,"Ġrid":3107,"Ġnatural":3108,"Ġforget":3109,"Ġ9":3110,"Ġmaterial":3111,"Ġanal":3112,"Ġsea":3113,"ĠAs":3114,"Ġdirectly":3115,"Ġ10":3116,"cks":3117,"Ġworried":3118,"ĠPr":3119,"Ġwritten":3120,"Ġbirth":3121,"iversity":3122,"Ġdim":3123,"Ġdrove":3124,"Ġbull":3125,"Ex":3126,"Ġwip":3127,"lu":3128,"Ġpowerful":3129,"Ġtouched":3130,"Where":3131,"ait":3132,"Ġamaz":3133,"Ġslid":3134,"Ġheat":3135,"Ġlangu":3136,"umed":3137,"ius":3138,"Ġdesire":3139,"Ġneg":3140,"ĠAng":3141,"Ġpen":3142,"Ġrul":3143,"Ġvol":3144,"astic":3145,"istic":3146,"Ġmoments":3147,"Ġcost":3148,"Ġtom":3149,"iction":3150,"Ġtonight":3151,"Ġwrapped":3152,"Ġ...":3153,"ruct":3154,"Ġsurface":3155,"essed":3156,"Ġlower":3157,"Ġshif":3158,"Ġdestroy":3159,"Ġcup":3160,"ording":3161,"Ġà®":3162,"itude":3163,"Ġcru":3164,"Ġafternoon":3165,"Ġapartment":3166,"Ġhospital":3167,"Ġdue":3168,"Ġrespect":3169,"urs":3170,"Ġhat":3171,"ighb":3172,"Two":3173,"oci":3174,"ĠDavid":3175,"ustom":3176,"ode":3177,"Ġtruly":3178,"Perhaps":3179,"Ġenv":3180,"Ar":3181,"Ġlie":3182,"ading":3183,"rect":3184,"oint":3185,"osing":3186,"rupt":3187,"Ġsomehow":3188,"gress":3189,"Ġgent":3190,"Ġtarget":3191,"John":3192,"Ġfarm":3193,"Ġband":3194,"Ġfavor":3195,"leep":3196,"Ġlog":3197,"Ġsecurity":3198,"Ġworks":3199,"Ġflesh":3200,"Ġtruck":3201,"ox":3202,"Ġdry":3203,"Ġwit":3204,"ĠAllah":3205,"Ġbodies":3206,"Ġkeeping":3207,"Ġplanet":3208,"Ġstayed":3209,"olute":3210,"Ġproject":3211,"Ġapproached":3212,"Ġintell":3213,"itary":3214,"Ġended":3215,"Ġodd":3216,"Ġtalked":3217,"Ġharm":3218,"Ġsmiling":3219,"Ġstre":3220,"аÐ":3221,"Ġdesper":3222,"Nothing":3223,"Ġbase":3224,"men":3225,"bl":3226,"erve":3227,"Ġthank":3228,"chie":3229,"ama":3230,"alk":3231,"Ple":3232,"Ġunderstanding":3233,"Ġcult":3234,"ique":3235,"Ġneighb":3236,"ander":3237,"Here":3238,"orth":3239,"Ġ8":3240,"Ġdoctor":3241,"ü":3242,"Ġhoping":3243,"bit":3244,"Ġtongue":3245,"rap":3246,"rill":3247,"Ġwore":3248,"Ġevents":3249,"arily":3250,"NA":3251,"Ġhaven":3252,"uel":3253,"Ġshop":3254,"wise":3255,"Ġriver":3256,"oose":3257,"Was":3258,"Ġrou":3259,"Ġimage":3260,"Ġfix":3261,"Ġstupid":3262,"ucked":3263,"Ġshaking":3264,"Ġstro":3265,"Ġwriting":3266,"Ġgets":3267,"Ġrealize":3268,"ilities":3269,"Ġconscious":3270,"Ġunderstood":3271,"Ġflat":3272,"Ġfold":3273,"bled":3274,"Ġtun":3275,"Ġlisten":3276,"Ġgrowing":3277,"Ġvarious":3278,"aniel":3279,"Ġwel":3280,"oured":3281,"Ġusual":3282,"Ġstarting":3283,"Ġbelieved":3284,"Ġstick":3285,"Ġproblems":3286,"Ġappre":3287,"iverse":3288,"Ġslipped":3289,"Ġasking":3290,"ember":3291,"Ġfully":3292,"Pe":3293,"Ġdrew":3294,"Bl":3295,"ables":3296,"ipping":3297,"ners":3298,"gging":3299,"ients":3300,"ĠDe":3301,"Ġspeaking":3302,"Ġmeaning":3303,"Ġvision":3304,"riage":3305,"ĠSpirit":3306,"ground":3307,"Ġarr":3308,"Ġhumans":3309,"Ġinvolved":3310,"Ġcaused":3311,"anny":3312,"ability":3313,"Ġdrug":3314,"Ġanc":3315,"Ġbreast":3316,"Ġgar":3317,"Ġmult":3318,"Ġwhose":3319,"gn":3320,"Ġturns":3321,"iod":3322,"Ġeffort":3323,"ocking":3324,"Come":3325,"Ġshit":3326,"Ġbelong":3327,"Ġnecessary":3328,"Ġdisappeared":3329,"Ġcal":3330,"Ġmad":3331,"Ġslam":3332,"ĠShe":3333,"Ġgrass":3334,"Ġimposs":3335,"Ġreceived":3336,"Ġentrance":3337,"Ne":3338,"ica":3339,"ĠLuc":3340,"Ġbird":3341,"Ġcrossed":3342,"Ġopening":3343,"Ġprison":3344,"but":3345,"Ġlose":3346,"Ġwis":3347,"Ġintern":3348,"Please":3349,"Ġwhom":3350,"Ġlaid":3351,"omb":3352,"Ġsquee":3353,"Ġdecision":3354,"Ġplayed":3355,"Ġcapt":3356,"Ġtrip":3357,"ĠJames":3358,"Ġacce":3359,"Ġgrinned":3360,"ĠTr":3361,"Ġfeelings":3362,"Those":3363,"Ġlocked":3364,"Ġbusy":3365,"Ġfill":3366,"cho":3367,"raph":3368,"Ġconcern":3369,"Ġhol":3370,"Ġservice":3371,"Ġcreature":3372,"tended":3373,"Ġsoldiers":3374,"ucking":3375,"\",":3376,"Ġchallen":3377,"cing":3378,"Ġtravel":3379,"Ġcharacter":3380,"OR":3381,"initely":3382,"off":3383,"ety":3384,"Although":3385,"Ġbuilt":3386,"Ġtype":3387,"arah":3388,"Ġdispl":3389,"Ġunf":3390,"ĠSte":3391,"Ġcolor":3392,"Ġteacher":3393,"Ġsnow":3394,"Ġjoy":3395,"Ġgest":3396,"Ġdust":3397,"000":3398,"ĠChristian":3399,"ER":3400,"Ġeventually":3401,"asp":3402,"rael":3403,"ĠCol":3404,"Ġbathroom":3405,"Ġemploy":3406,"lam":3407,"Ġsatisf":3408,"Ġfalling":3409,"ĠSe":3410,"Ġpred":3411,"ounced":3412,"inn":3413,"Ġpound":3414,"Ġlad":3415,"ĠBen":3416,"ument":3417,"ĠDad":3418,"Ġextra":3419,"ĠGr":3420,"Ġfrowned":3421,"duced":3422,"itor":3423,"Ġstories":3424,"Ġda":3425,"arden":3426,"Ġseven":3427,"ĠFather":3428,"ĠEd":3429,"Ġlady":3430,"Ġhigher":3431,"ival":3432,"Ġburst":3433,"Sure":3434,"ĠâĢĶ":3435,"Instead":3436,"mp":3437,"Ġswall":3438,"ension":3439,"Ġcried":3440,"Ġlaughing":3441,"aste":3442,"Ġgentle":3443,"athered":3444,"Ġobvious":3445,"Ġtoss":3446,"Ġboard":3447,"Ġsize":3448,"ĠPro":3449,"Ġcommit":3450,"orld":3451,".,":3452,"Ġvers":3453,"Ġintro":3454,"Ġcontain":3455,"anda":3456,"Ġlack":3457,"Ġlines":3458,"Ġlap":3459,"Ġstuck":3460,"omin":3461,"Ġrepres":3462,"Ġsharp":3463,"Ġavail":3464,"hic":3465,"Ġlar":3466,"Ġblind":3467,"Ġnumb":3468,"Ġtyp":3469,"Ġnoise":3470,"ĠDr":3471,"Ġsigh":3472,"iles":3473,"Ġwet":3474,"vent":3475,"Ġimagine":3476,"Ab":3477,"Ġtrave":3478,"ases":3479,"Ġlean":3480,"Ġmarried":3481,"era":3482,"Ġdig":3483,"Ġhandle":3484,"Ġforever":3485,"Ġpaid":3486,"Ġmoon":3487,"Ġengine":3488,"Ġsong":3489,"Ġavoid":3490,"Ġsoftly":3491,"Ġhidden":3492,"apt":3493,"Ġputting":3494,"Ġfaces":3495,"ils":3496,"Ġaside":3497,"Ġspiritual":3498,"Ġunto":3499,"Ġtomorrow":3500,"Ġinj":3501,"Ġcolle":3502,"Ġdriver":3503,"ĠYou":3504,"Ġfighting":3505,"Ġopposite":3506,"ĠMichael":3507,"oices":3508,"anged":3509,"attered":3510,"arently":3511,"asm":3512,"Ġfinding":3513,"Ġdi":3514,"Ġshock":3515,"ĠAmerican":3516,"Another":3517,"Ġwindows":3518,"Ġability":3519,"Ġoccur":3520,"Ġevidence":3521,"lin":3522,"Ġguards":3523,"Ġhom":3524,"Ġbuy":3525,"Ġmale":3526,"Ġaud":3527,"Ġmov":3528,"aptain":3529,"Ġbottle":3530,"Ġknife":3531,"ĠMrs":3532,"ulf":3533,"Ġsmoke":3534,"Everyone":3535,"Ġnote":3536,"Ġscene":3537,"ference":3538,"Ġsignific":3539,"Ġhonest":3540,"20":3541,"uro":3542,"Ġgate":3543,"Ġfac":3544,"Ġjoined":3545,"Still":3546,"fast":3547,"ĠGu":3548,"cher":3549,"áº":3550,"Ġstudents":3551,"eless":3552,"ruction":3553,"Ġcompan":3554,"Something":3555,"Ġcommunic":3556,"Ġperiod":3557,"Ġprepared":3558,"Finally":3559,"Ġgeneral":3560,"Ġbreathing":3561,"Am":3562,"Ġsearch":3563,"Ġopportunity":3564,"Ġasleep":3565,"Ġprim":3566,"Ġpalm":3567,"Ġimpossible":3568,"Ġcard":3569,"Ġvehic":3570,"ĠMan":3571,"Ġconfused":3572,"Ġsac":3573,"alled":3574,"Ġjump":3575,"More":3576,"Ġstorm":3577,"Ġforehead":3578,"iron":3579,"Ġenter":3580,"Ġmission":3581,"Ġlunch":3582,"Ġhers":3583,"aren":3584,"ĠCal":3585,"inary":3586,"Ġhun":3587,"lt":3588,"Ġstage":3589,"Ġmovement":3590,"Ġstaff":3591,"friend":3592,"Ġcrazy":3593,"lor":3594,"Ġtrain":3595,"Ġyelled":3596,"Ġsettled":3597,"Ġfool":3598,"Ġwave":3599,"Ġwooden":3600,"Ġdespite":3601,"Ġwrite":3602,"erry":3603,"Ġcand":3604,"Ġmissing":3605,"tt":3606,"Ġwilling":3607,"Ġrelief":3608,"Ġwitness":3609,"Ġasks":3610,"Ġdrop":3611,"Ġlanguage":3612,"oses":3613,"Ġsuggest":3614,"rate":3615,"Ġscreamed":3616,"Ġsilver":3617,"Ġshoot":3618,"ĠCor":3619,"Ġcrew":3620,"Ġordered":3621,"Ġletter":3622,"Yet":3623,"Ġenemy":3624,"Ġobviously":3625,"Ġwaved":3626,"Ġfeed":3627,"Since":3628,"Ġsnapped":3629,"Will":3630,"Ġdoll":3631,"Ġreport":3632,"Hey":3633,"Ġjourney":3634,"Ġweapon":3635,"Ġheads":3636,"Ġhost":3637,"Ġren":3638,"Ġbased":3639,"Ġleading":3640,"Ġhappening":3641,"Ġhole":3642,"lan":3643,"sing":3644,"Ġneither":3645,"Ġstream":3646,"uses":3647,"Ġice":3648,"Ġi":3649,"Sam":3650,"ĠSat":3651,"Ġlen":3652,"Ġjack":3653,"oot":3654,"time":3655,"Ġpleasure":3656,"Ġuns":3657,"Ġstruct":3658,"lim":3659,"Ġhallway":3660,"Ġgotten":3661,"Ġmirror":3662,"itional":3663,"board":3664,"ĠIsrael":3665,"Ġpsy":3666,"la":3667,"Tom":3668,"conom":3669,"pid":3670,"Ġsociety":3671,"Ġess":3672,"Ġamount":3673,"Ġmeth":3674,"Ġfemale":3675,"ĠMark":3676,"aches":3677,"ffic":3678,"Ġadj":3679,"Ġinvestig":3680,"oken":3681,"ĠMy":3682,"Ġloss":3683,"Ġremoved":3684,"Ġcalling":3685,"Ġestab":3686,"Ġabsolute":3687,"Ġbound":3688,"Ġpu":3689,"Ġweapons":3690,"olly":3691,"Ġcreate":3692,"uing":3693,"Qu":3694,"Ġfort":3695,"ĠMary":3696,"Ġscient":3697,"Ġvamp":3698,"Ġconcerned":3699,"ivil":3700,"Ġtend":3701,"ancy":3702,"otions":3703,"Ġshel":3704,"ĠOr":3705,"Ġmissed":3706,"Ġrob":3707,"Ġboat":3708,"Ġhanging":3709,"Ġsweat":3710,"ipp":3711,"Ġvillage":3712,"Ġglance":3713,"asted":3714,"ĠComm":3715,"Ġdut":3716,"Ġtraining":3717,"Ġbeast":3718,"eorge":3719,"Ġexcl":3720,"Ġdata":3721,"Ad":3722,"what":3723,"Ġindeed":3724,"Ġcustom":3725,"Ġanimal":3726,"Ġid":3727,"Ġconcent":3728,"Ġride":3729,"Ġsides":3730,"Ġnervous":3731,"Ġlock":3732,"Ġgives":3733,"iven":3734,"ĠJul":3735,"Ġfat":3736,"Look":3737,"nel":3738,"aving":3739,"Ġbehav":3740,"fit":3741,"Ġinit":3742,"Ġ18":3743,"10":3744,"Ġhearing":3745,"Ġprivate":3746,"Ġoccasion":3747,"Ġaim":3748,"Are":3749,"Ġrisk":3750,"Ġwine":3751,"roud":3752,"Ġmaster":3753,"ites":3754,"Ġassoci":3755,"Ġextreme":3756,"izz":3757,"Ġmiles":3758,"Ġgreet":3759,"ĠÎ":3760,"Ġop":3761,"kes":3762,"Ġresist":3763,"Ġleaves":3764,"enny":3765,"Ġdepend":3766,"Ġapproach":3767,"Ġchecked":3768,"iah":3769,"onscious":3770,"stairs":3771,"ya":3772,"Ġpush":3773,"Ġourselves":3774,"ĠBible":3775,"che":3776,"Ġhate":3777,"Ġbi":3778,"Ġtrack":3779,"ĠJew":3780,"Ġachie":3781,"Ag":3782,"Ġwondering":3783,"Ġfallen":3784,"Ġexistence":3785,"Ġanimals":3786,"Ġwaist":3787,"ĠCon":3788,"Ġlip":3789,"Ġbecoming":3790,"ague":3791,"Ġcomment":3792,"д":3793,"Many":3794,"Ġmusc":3795,"Ġtax":3796,"imate":3797,"Ġmilitary":3798,"iring":3799,"Ġcorrect":3800,"pri":3801,"Ġletting":3802,"omas":3803,"Ġthroughout":3804,"Ġpractice":3805,"Ġclimbed":3806,"Ġcabin":3807,"Ġdeb":3808,"Ġappreci":3809,"Ġshout":3810,"Ġdisplay":3811,"Ġimpro":3812,"People":3813,"ĠX":3814,"Ġpromise":3815,"Ġstare":3816,"Ġsell":3817,"Ġlistening":3818,"apter":3819,"Ġnar":3820,"ora":3821,"cking":3822,"Ġthirty":3823,"Ġbank":3824,"Ġaccess":3825,"Ġrepeated":3826,"Ġnearby":3827,"Ġchin":3828,"ca":3829,"Ġavailable":3830,"Ġtrad":3831,"Ġanx":3832,"Ġlength":3833,"Ġdefinitely":3834,"Ġgathered":3835,"Ġcourt":3836,"cy":3837,"ĠGen":3838,"ĠEnglish":3839,"Ġcheeks":3840,"inked":3841,"Ġproduct":3842,"ench":3843,"ological":3844,"Ġpieces":3845,"Ġflew":3846,"ales":3847,"gu":3848,"ari":3849,"Each":3850,"ids":3851,"Ġeating":3852,"Ġdangerous":3853,"arn":3854,"host":3855,"ulated":3856,"Ġconcl":3857,"Le":3858,"Ġunable":3859,"ĠJim":3860,"Ġencou":3861,"Ġinflu":3862,"Ġyellow":3863,"Ġsleeping":3864,"Ġdate":3865,"19":3866,"Ġscan":3867,"Ġemotions":3868,"Ġpill":3869,"Both":3870,"Ġroof":3871,"Ġbroad":3872,"Ġtext":3873,"cil":3874,"Ġbear":3875,"asons":3876,"aron":3877,"Ġlung":3878,"Ġcontr":3879,"Ġofficer":3880,"Ġdreams":3881,"Ġexcited":3882,"Can":3883,"Ġflash":3884,"Ġtent":3885,"Ġcrack":3886,"asc":3887,"Ġmarket":3888,"Ġfreed":3889,"Ġcomfortable":3890,"Ġrole":3891,"iment":3892,"ems":3893,"Ġfrust":3894,"Ġcouch":3895,"Ġcrit":3896,"Ġleather":3897,"Ġsne":3898,"key":3899,"Ġflight":3900,"va":3901,"Jack":3902,"Ġmentioned":3903,"ocks":3904,"Ġdiscovered":3905,"sequ":3906,"Ġscared":3907,"Ġmostly":3908,"Ġfish":3909,"Ġflying":3910,"ran":3911,"ses":3912,"asy":3913,"Ġpin":3914,"icy":3915,"Ġsummer":3916,"ĠHoly":3917,"Ġtrail":3918,"ĠIt":3919,"Ġgrip":3920,"Ġparts":3921,"Ġspell":3922,"Ġhotel":3923,"Ġaccount":3924,"Ġprevious":3925,"Ġsuggested":3926,"Ġbelief":3927,"ĠWh":3928,"Ġbreakfast":3929,"fl":3930,"El":3931,"gen":3932,"Ġmanage":3933,"Ġgather":3934,"lished":3935,"arrass":3936,"Ġeconom":3937,"ta":3938,"Ġprovide":3939,"Ġ&":3940,"ĠMor":3941,"Ġtear":3942,"Ġpure":3943,"Ġfal":3944,"Ġdirt":3945,"Ġcomplex":3946,"Ġprec":3947,"Ġjaw":3948,"Ġplans":3949,"Ġshared":3950,"Des":3951,"Without":3952,"IN":3953,"ĠMe":3954,"ĠNo":3955,"Ġcy":3956,"you":3957,"fortun":3958,"Ġens":3959,"Ġreleased":3960,"echan":3961,"Ġmix":3962,"Ġwished":3963,"house":3964,"Ġhous":3965,"Ġmemories":3966,"Ġshower":3967,"See":3968,"Ġgrad":3969,"Ġquar":3970,"itation":3971,"Ġfocused":3972,"Though":3973,"Ġeduc":3974,"Ġdisp":3975,"Ġreminded":3976,"Ġexh":3977,"Ġdance":3978,"rem":3979,"Ġtea":3980,"ald":3981,"erson":3982,"Ġinterested":3983,"Ġarmy":3984,"tering":3985,"Ġlistened":3986,"Ġagree":3987,"Ġrushed":3988,"ironment":3989,"Ġshadow":3990,"Ġmanner":3991,"Ġjer":3992,"Ġdifference":3993,"Ġelev":3994,"Ġbill":3995,"icious":3996,"Ġburning":3997,"view":3998,"Ġblond":3999,"Ġpale":4000,"uted":4001,"iple":4002,"Ġactions":4003,"yan":4004,"Ġgigg":4005,"Ġplate":4006,"amb":4007,"ĠYork":4008,"Ġshowing":4009,"Ġdear":4010,"Ġproud":4011,"nding":4012,"Ġmethod":4013,"Ġdecl":4014,"Ġdriving":4015,"Ñĸ":4016,"Ġrequired":4017,"Ġresults":4018,"Ġaren":4019,"Ġrough":4020,"Ġassist":4021,"ĠPeter":4022,"inks":4023,"Ġmillion":4024,"Ġresponded":4025,"Ġshape":4026,"Ġstruck":4027,"Ġwanting":4028,"Everything":4029,"Ġsaved":4030,"Ġleader":4031,"Ġembarrass":4032,"Ġmaintain":4033,"Ġwheel":4034,"ena":4035,"racted":4036,"Ġpool":4037,"Ġcircum":4038,"Ġpurch":4039,"Ġheading":4040,"Ġinteresting":4041,"Ġrich":4042,"ĠMom":4043,"alt":4044,"Ġtherefore":4045,"Ġfeat":4046,"ĠMiss":4047,"etic":4048,"Ġceiling":4049,"ĠMc":4050,"Ġfailed":4051,"Ġuniverse":4052,"Ġreply":4053,"Ġmachine":4054,"Ġchuckled":4055,"Ġfigured":4056,"Ġwonderful":4057,"ators":4058,"Ġetern":4059,"Go":4060,"ĠJe":4061,"Ġpassing":4062,"Ġsaf":4063,"Sc":4064,"Ġresearch":4065,"Ġexch":4066,"Ġcommunity":4067,"Ġprayer":4068,"Ġtrick":4069,"Ġloose":4070,"Ġsmooth":4071,"ae":4072,"Ġtaught":4073,"Ġpet":4074,"Ġancient":4075,"under":4076,"ĠWar":4077,"ette":4078,"rench":4079,"uk":4080,"Ġwid":4081,"Ġnorth":4082,"Ġcareful":4083,"Ġfeels":4084,"Pro":4085,"Ġshoes":4086,"Ġannoy":4087,"Ġwake":4088,"aming":4089,"Ġru":4090,"Ġecho":4091,"Get":4092,"Ġhors":4093,"Ġpotential":4094,"udden":4095}
|