From 6076bb9561450f0a6b920754f64826f1163ea1cf Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 9 May 2026 01:04:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: KasuleTrevor/cdli-whisper-ml-eng-lug-full-a40-5e-5 Source: Original Platform --- .gitattributes | 35 + README.md | 106 + added_tokens.json | 1611 + all_results.json | 14 + config.json | 47 + eval_metrics.json | 89 + experiment_summary.json | 46 + generation_config.json | 168 + last-checkpoint/added_tokens.json | 1611 + last-checkpoint/config.json | 47 + last-checkpoint/generation_config.json | 168 + last-checkpoint/merges.txt | 50001 ++++++++++++++++++++ last-checkpoint/model.safetensors | 3 + last-checkpoint/normalizer.json | 1742 + last-checkpoint/optimizer.pt | 3 + last-checkpoint/preprocessor_config.json | 15 + last-checkpoint/rng_state.pth | 3 + last-checkpoint/scheduler.pt | 3 + last-checkpoint/special_tokens_map.json | 139 + last-checkpoint/tokenizer_config.json | 12997 ++++++ last-checkpoint/trainer_state.json | 1314 + last-checkpoint/training_args.bin | 3 + last-checkpoint/vocab.json | 50259 +++++++++++++++++++++ merges.txt | 50001 ++++++++++++++++++++ model.safetensors | 3 + normalizer.json | 1742 + old_luganda_test_predictions.tsv | 1029 + predictions.tsv | 2041 + preprocessor_config.json | 15 + special_tokens_map.json | 139 + test_results.json | 9 + tokenizer_config.json | 12997 ++++++ train_results.json | 8 + training_args.bin | 3 + vocab.json | 50259 +++++++++++++++++++++ 35 files changed, 238670 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 added_tokens.json create mode 100644 all_results.json create mode 100644 config.json create mode 100644 eval_metrics.json create mode 100644 experiment_summary.json create mode 100644 generation_config.json create mode 100644 last-checkpoint/added_tokens.json create mode 100644 last-checkpoint/config.json create mode 100644 last-checkpoint/generation_config.json create mode 100644 last-checkpoint/merges.txt create mode 100644 last-checkpoint/model.safetensors create mode 100644 last-checkpoint/normalizer.json create mode 100644 last-checkpoint/optimizer.pt create mode 100644 last-checkpoint/preprocessor_config.json create mode 100644 last-checkpoint/rng_state.pth create mode 100644 last-checkpoint/scheduler.pt create mode 100644 last-checkpoint/special_tokens_map.json create mode 100644 last-checkpoint/tokenizer_config.json create mode 100644 last-checkpoint/trainer_state.json create mode 100644 last-checkpoint/training_args.bin create mode 100644 last-checkpoint/vocab.json create mode 100644 merges.txt create mode 100644 model.safetensors create mode 100644 normalizer.json create mode 100644 old_luganda_test_predictions.tsv create mode 100644 predictions.tsv create mode 100644 preprocessor_config.json create mode 100644 special_tokens_map.json create mode 100644 test_results.json create mode 100644 tokenizer_config.json create mode 100644 train_results.json create mode 100644 training_args.bin create mode 100644 vocab.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a6344aa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,35 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b6bc22 --- /dev/null +++ b/README.md @@ -0,0 +1,106 @@ +--- +library_name: transformers +license: mit +base_model: Sunbird/asr-whisper-large-v3-salt +tags: +- generated_from_trainer +metrics: +- wer +model-index: +- name: cdli-whisper-ml-eng-lug-full-a40-5e-5 + results: [] +datasets: +- cdli/ugandan_luganda_nonstandard_speech_v1.0 +- cdli/ugandan_english_nonstandard_speech_v1.0 +--- + + + +# cdli-whisper-ml-eng-lug-full-a40-5e-5 + +This is a multilingual model and is a fine-tuned version of [Sunbird/asr-whisper-large-v3-salt](https://huggingface.co/Sunbird/asr-whisper-large-v3-salt) on the Ugandan CDLI Atypical speech datasets. +It achieves the following results on the evaluation set: +- Loss: 1.2283 +- Wer: 0.4137 +- Cer: 0.2271 + +On the test set with repetition penalty of 1.3 and no_repeat_ngram_size of 2 it obtains: +- test_cer = 0.1268 +- test_loss = 0.8137 +- test_runtime = 0:22:24.23 +- test_samples_per_second = 1.518 +- test_steps_per_second = 0.379 +- test_wer = 0.2851 + +# English + +- Overall WER (normalized): 0.224 +- Overall CER (normalized): 0.135 +- Avg WER (normalized): 0.214 +- Avg CER (normalized): 0.133 + + +# Luganda + +- Overall WER (normalized): 0.414 +- Overall CER (normalized): 0.146 +- Avg WER (normalized): 0.354 +- Avg CER (normalized): 0.12 + +## Model description + +The training was resumed from epoch 7.2255 and the Wer reported after that is a bit dirty (CER instead of WER) + +## Intended uses & limitations + +More information needed + +## Training and evaluation data + +More information needed + +## Training procedure + +### Training hyperparameters + +The following hyperparameters were used during training: +- learning_rate: 5e-05 +- train_batch_size: 4 +- eval_batch_size: 4 +- seed: 42 +- gradient_accumulation_steps: 8 +- total_train_batch_size: 32 +- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments +- lr_scheduler_type: linear +- lr_scheduler_warmup_steps: 150 +- training_steps: 4000 + +### Training results + +| Training Loss | Epoch | Step | Cer | Validation Loss | Wer | +|:-------------:|:-------:|:----:|:------:|:---------------:|:------:| +| 0.6253 | 0.7228 | 250 | 0.2722 | 0.8156 | 0.4660 | +| 0.4188 | 1.4452 | 500 | 0.2362 | 0.8119 | 0.4247 | +| 0.2709 | 2.1677 | 750 | 0.2352 | 0.8229 | 0.4206 | +| 0.2571 | 2.8905 | 1000 | 0.2261 | 0.8141 | 0.4153 | +| 0.1581 | 3.6129 | 1250 | 0.2292 | 0.9097 | 0.4167 | +| 0.083 | 4.3354 | 1500 | 0.2271 | 0.9749 | 0.4177 | +| 0.0593 | 5.0578 | 1750 | 0.2266 | 1.0613 | 0.4107 | +| 0.0518 | 5.7806 | 2000 | 0.2235 | 1.0547 | 0.4108 | +| 0.0382 | 6.5031 | 2250 | 0.2249 | 1.1098 | 0.4095 | +| 0.0356 | 7.2255 | 2500 | 0.2238 | 1.1149 | 0.4087 | +| 0.0408 | 7.9483 | 2750 | 1.1168 | 0.4139 | 0.2261 | +| 0.0368 | 8.6737 | 3000 | 1.1499 | 0.4172 | 0.2279 | +| 0.0271 | 9.3961 | 3250 | 1.2052 | 0.4132 | 0.2271 | +| 0.0237 | 10.1185 | 3500 | 1.2107 | 0.4114 | 0.2263 | +| 0.0212 | 10.8413 | 3750 | 1.2275 | 0.4111 | 0.2250 | +| 0.0221 | 11.5638 | 4000 | 1.2283 | 0.4137 | 0.2271 | + + +### Framework versions + +- Transformers 4.52.0 +- Pytorch 2.7.1+cu118 +- Datasets 3.6.0 +- Tokenizers 0.21.4 \ No newline at end of file diff --git a/added_tokens.json b/added_tokens.json new file mode 100644 index 0000000..1b33526 --- /dev/null +++ b/added_tokens.json @@ -0,0 +1,1611 @@ +{ + "<|0.00|>": 50365, + "<|0.02|>": 50366, + "<|0.04|>": 50367, + "<|0.06|>": 50368, + "<|0.08|>": 50369, + "<|0.10|>": 50370, + "<|0.12|>": 50371, + "<|0.14|>": 50372, + "<|0.16|>": 50373, + "<|0.18|>": 50374, + "<|0.20|>": 50375, + "<|0.22|>": 50376, + "<|0.24|>": 50377, + "<|0.26|>": 50378, + "<|0.28|>": 50379, + "<|0.30|>": 50380, + "<|0.32|>": 50381, + "<|0.34|>": 50382, + "<|0.36|>": 50383, + "<|0.38|>": 50384, + "<|0.40|>": 50385, + "<|0.42|>": 50386, + "<|0.44|>": 50387, + "<|0.46|>": 50388, + "<|0.48|>": 50389, + "<|0.50|>": 50390, + "<|0.52|>": 50391, + "<|0.54|>": 50392, + "<|0.56|>": 50393, + "<|0.58|>": 50394, + "<|0.60|>": 50395, + "<|0.62|>": 50396, + "<|0.64|>": 50397, + "<|0.66|>": 50398, + "<|0.68|>": 50399, + "<|0.70|>": 50400, + "<|0.72|>": 50401, + "<|0.74|>": 50402, + "<|0.76|>": 50403, + "<|0.78|>": 50404, + "<|0.80|>": 50405, + "<|0.82|>": 50406, + "<|0.84|>": 50407, + "<|0.86|>": 50408, + "<|0.88|>": 50409, + "<|0.90|>": 50410, + "<|0.92|>": 50411, + "<|0.94|>": 50412, + "<|0.96|>": 50413, + "<|0.98|>": 50414, + "<|1.00|>": 50415, + "<|1.02|>": 50416, + "<|1.04|>": 50417, + "<|1.06|>": 50418, + "<|1.08|>": 50419, + "<|1.10|>": 50420, + "<|1.12|>": 50421, + "<|1.14|>": 50422, + "<|1.16|>": 50423, + "<|1.18|>": 50424, + "<|1.20|>": 50425, + "<|1.22|>": 50426, + "<|1.24|>": 50427, + "<|1.26|>": 50428, + "<|1.28|>": 50429, + "<|1.30|>": 50430, + "<|1.32|>": 50431, + "<|1.34|>": 50432, + "<|1.36|>": 50433, + "<|1.38|>": 50434, + "<|1.40|>": 50435, + "<|1.42|>": 50436, + "<|1.44|>": 50437, + "<|1.46|>": 50438, + "<|1.48|>": 50439, + "<|1.50|>": 50440, + "<|1.52|>": 50441, + "<|1.54|>": 50442, + "<|1.56|>": 50443, + "<|1.58|>": 50444, + "<|1.60|>": 50445, + "<|1.62|>": 50446, + "<|1.64|>": 50447, + "<|1.66|>": 50448, + "<|1.68|>": 50449, + "<|1.70|>": 50450, + "<|1.72|>": 50451, + "<|1.74|>": 50452, + "<|1.76|>": 50453, + "<|1.78|>": 50454, + "<|1.80|>": 50455, + "<|1.82|>": 50456, + "<|1.84|>": 50457, + "<|1.86|>": 50458, + "<|1.88|>": 50459, + "<|1.90|>": 50460, + "<|1.92|>": 50461, + "<|1.94|>": 50462, + "<|1.96|>": 50463, + "<|1.98|>": 50464, + "<|10.00|>": 50865, + "<|10.02|>": 50866, + "<|10.04|>": 50867, + "<|10.06|>": 50868, + "<|10.08|>": 50869, + "<|10.10|>": 50870, + "<|10.12|>": 50871, + "<|10.14|>": 50872, + "<|10.16|>": 50873, + "<|10.18|>": 50874, + "<|10.20|>": 50875, + "<|10.22|>": 50876, + "<|10.24|>": 50877, + "<|10.26|>": 50878, + "<|10.28|>": 50879, + "<|10.30|>": 50880, + "<|10.32|>": 50881, + "<|10.34|>": 50882, + "<|10.36|>": 50883, + "<|10.38|>": 50884, + "<|10.40|>": 50885, + "<|10.42|>": 50886, + "<|10.44|>": 50887, + "<|10.46|>": 50888, + "<|10.48|>": 50889, + "<|10.50|>": 50890, + "<|10.52|>": 50891, + "<|10.54|>": 50892, + "<|10.56|>": 50893, + "<|10.58|>": 50894, + "<|10.60|>": 50895, + "<|10.62|>": 50896, + "<|10.64|>": 50897, + "<|10.66|>": 50898, + "<|10.68|>": 50899, + "<|10.70|>": 50900, + "<|10.72|>": 50901, + "<|10.74|>": 50902, + "<|10.76|>": 50903, + "<|10.78|>": 50904, + "<|10.80|>": 50905, + "<|10.82|>": 50906, + "<|10.84|>": 50907, + "<|10.86|>": 50908, + "<|10.88|>": 50909, + "<|10.90|>": 50910, + "<|10.92|>": 50911, + "<|10.94|>": 50912, + "<|10.96|>": 50913, + "<|10.98|>": 50914, + "<|11.00|>": 50915, + "<|11.02|>": 50916, + "<|11.04|>": 50917, + "<|11.06|>": 50918, + "<|11.08|>": 50919, + "<|11.10|>": 50920, + "<|11.12|>": 50921, + "<|11.14|>": 50922, + "<|11.16|>": 50923, + "<|11.18|>": 50924, + "<|11.20|>": 50925, + "<|11.22|>": 50926, + "<|11.24|>": 50927, + "<|11.26|>": 50928, + "<|11.28|>": 50929, + "<|11.30|>": 50930, + "<|11.32|>": 50931, + "<|11.34|>": 50932, + "<|11.36|>": 50933, + "<|11.38|>": 50934, + "<|11.40|>": 50935, + "<|11.42|>": 50936, + "<|11.44|>": 50937, + "<|11.46|>": 50938, + "<|11.48|>": 50939, + "<|11.50|>": 50940, + "<|11.52|>": 50941, + "<|11.54|>": 50942, + "<|11.56|>": 50943, + "<|11.58|>": 50944, + "<|11.60|>": 50945, + "<|11.62|>": 50946, + "<|11.64|>": 50947, + "<|11.66|>": 50948, + "<|11.68|>": 50949, + "<|11.70|>": 50950, + "<|11.72|>": 50951, + "<|11.74|>": 50952, + "<|11.76|>": 50953, + "<|11.78|>": 50954, + "<|11.80|>": 50955, + "<|11.82|>": 50956, + "<|11.84|>": 50957, + "<|11.86|>": 50958, + "<|11.88|>": 50959, + "<|11.90|>": 50960, + "<|11.92|>": 50961, + "<|11.94|>": 50962, + "<|11.96|>": 50963, + "<|11.98|>": 50964, + "<|12.00|>": 50965, + "<|12.02|>": 50966, + "<|12.04|>": 50967, + "<|12.06|>": 50968, + "<|12.08|>": 50969, + "<|12.10|>": 50970, + "<|12.12|>": 50971, + "<|12.14|>": 50972, + "<|12.16|>": 50973, + "<|12.18|>": 50974, + "<|12.20|>": 50975, + "<|12.22|>": 50976, + "<|12.24|>": 50977, + "<|12.26|>": 50978, + "<|12.28|>": 50979, + "<|12.30|>": 50980, + "<|12.32|>": 50981, + "<|12.34|>": 50982, + "<|12.36|>": 50983, + "<|12.38|>": 50984, + "<|12.40|>": 50985, + "<|12.42|>": 50986, + "<|12.44|>": 50987, + "<|12.46|>": 50988, + "<|12.48|>": 50989, + "<|12.50|>": 50990, + "<|12.52|>": 50991, + "<|12.54|>": 50992, + "<|12.56|>": 50993, + "<|12.58|>": 50994, + "<|12.60|>": 50995, + "<|12.62|>": 50996, + "<|12.64|>": 50997, + "<|12.66|>": 50998, + "<|12.68|>": 50999, + "<|12.70|>": 51000, + "<|12.72|>": 51001, + "<|12.74|>": 51002, + "<|12.76|>": 51003, + "<|12.78|>": 51004, + "<|12.80|>": 51005, + "<|12.82|>": 51006, + "<|12.84|>": 51007, + "<|12.86|>": 51008, + "<|12.88|>": 51009, + "<|12.90|>": 51010, + "<|12.92|>": 51011, + "<|12.94|>": 51012, + "<|12.96|>": 51013, + "<|12.98|>": 51014, + "<|13.00|>": 51015, + "<|13.02|>": 51016, + "<|13.04|>": 51017, + "<|13.06|>": 51018, + "<|13.08|>": 51019, + "<|13.10|>": 51020, + "<|13.12|>": 51021, + "<|13.14|>": 51022, + "<|13.16|>": 51023, + "<|13.18|>": 51024, + "<|13.20|>": 51025, + "<|13.22|>": 51026, + "<|13.24|>": 51027, + "<|13.26|>": 51028, + "<|13.28|>": 51029, + "<|13.30|>": 51030, + "<|13.32|>": 51031, + "<|13.34|>": 51032, + "<|13.36|>": 51033, + "<|13.38|>": 51034, + "<|13.40|>": 51035, + "<|13.42|>": 51036, + "<|13.44|>": 51037, + "<|13.46|>": 51038, + "<|13.48|>": 51039, + "<|13.50|>": 51040, + "<|13.52|>": 51041, + "<|13.54|>": 51042, + "<|13.56|>": 51043, + "<|13.58|>": 51044, + "<|13.60|>": 51045, + "<|13.62|>": 51046, + "<|13.64|>": 51047, + "<|13.66|>": 51048, + "<|13.68|>": 51049, + "<|13.70|>": 51050, + "<|13.72|>": 51051, + "<|13.74|>": 51052, + "<|13.76|>": 51053, + "<|13.78|>": 51054, + "<|13.80|>": 51055, + "<|13.82|>": 51056, + "<|13.84|>": 51057, + "<|13.86|>": 51058, + "<|13.88|>": 51059, + "<|13.90|>": 51060, + "<|13.92|>": 51061, + "<|13.94|>": 51062, + "<|13.96|>": 51063, + "<|13.98|>": 51064, + "<|14.00|>": 51065, + "<|14.02|>": 51066, + "<|14.04|>": 51067, + "<|14.06|>": 51068, + "<|14.08|>": 51069, + "<|14.10|>": 51070, + "<|14.12|>": 51071, + "<|14.14|>": 51072, + "<|14.16|>": 51073, + "<|14.18|>": 51074, + "<|14.20|>": 51075, + "<|14.22|>": 51076, + "<|14.24|>": 51077, + "<|14.26|>": 51078, + "<|14.28|>": 51079, + "<|14.30|>": 51080, + "<|14.32|>": 51081, + "<|14.34|>": 51082, + "<|14.36|>": 51083, + "<|14.38|>": 51084, + "<|14.40|>": 51085, + "<|14.42|>": 51086, + "<|14.44|>": 51087, + "<|14.46|>": 51088, + "<|14.48|>": 51089, + "<|14.50|>": 51090, + "<|14.52|>": 51091, + "<|14.54|>": 51092, + "<|14.56|>": 51093, + "<|14.58|>": 51094, + "<|14.60|>": 51095, + "<|14.62|>": 51096, + "<|14.64|>": 51097, + "<|14.66|>": 51098, + "<|14.68|>": 51099, + "<|14.70|>": 51100, + "<|14.72|>": 51101, + "<|14.74|>": 51102, + "<|14.76|>": 51103, + "<|14.78|>": 51104, + "<|14.80|>": 51105, + "<|14.82|>": 51106, + "<|14.84|>": 51107, + "<|14.86|>": 51108, + "<|14.88|>": 51109, + "<|14.90|>": 51110, + "<|14.92|>": 51111, + "<|14.94|>": 51112, + "<|14.96|>": 51113, + "<|14.98|>": 51114, + "<|15.00|>": 51115, + "<|15.02|>": 51116, + "<|15.04|>": 51117, + "<|15.06|>": 51118, + "<|15.08|>": 51119, + "<|15.10|>": 51120, + "<|15.12|>": 51121, + "<|15.14|>": 51122, + "<|15.16|>": 51123, + "<|15.18|>": 51124, + "<|15.20|>": 51125, + "<|15.22|>": 51126, + "<|15.24|>": 51127, + "<|15.26|>": 51128, + "<|15.28|>": 51129, + "<|15.30|>": 51130, + "<|15.32|>": 51131, + "<|15.34|>": 51132, + "<|15.36|>": 51133, + "<|15.38|>": 51134, + "<|15.40|>": 51135, + "<|15.42|>": 51136, + "<|15.44|>": 51137, + "<|15.46|>": 51138, + "<|15.48|>": 51139, + "<|15.50|>": 51140, + "<|15.52|>": 51141, + "<|15.54|>": 51142, + "<|15.56|>": 51143, + "<|15.58|>": 51144, + "<|15.60|>": 51145, + "<|15.62|>": 51146, + "<|15.64|>": 51147, + "<|15.66|>": 51148, + "<|15.68|>": 51149, + "<|15.70|>": 51150, + "<|15.72|>": 51151, + "<|15.74|>": 51152, + "<|15.76|>": 51153, + "<|15.78|>": 51154, + "<|15.80|>": 51155, + "<|15.82|>": 51156, + "<|15.84|>": 51157, + "<|15.86|>": 51158, + "<|15.88|>": 51159, + "<|15.90|>": 51160, + "<|15.92|>": 51161, + "<|15.94|>": 51162, + "<|15.96|>": 51163, + "<|15.98|>": 51164, + "<|16.00|>": 51165, + "<|16.02|>": 51166, + "<|16.04|>": 51167, + "<|16.06|>": 51168, + "<|16.08|>": 51169, + "<|16.10|>": 51170, + "<|16.12|>": 51171, + "<|16.14|>": 51172, + "<|16.16|>": 51173, + "<|16.18|>": 51174, + "<|16.20|>": 51175, + "<|16.22|>": 51176, + "<|16.24|>": 51177, + "<|16.26|>": 51178, + "<|16.28|>": 51179, + "<|16.30|>": 51180, + "<|16.32|>": 51181, + "<|16.34|>": 51182, + "<|16.36|>": 51183, + "<|16.38|>": 51184, + "<|16.40|>": 51185, + "<|16.42|>": 51186, + "<|16.44|>": 51187, + "<|16.46|>": 51188, + "<|16.48|>": 51189, + "<|16.50|>": 51190, + "<|16.52|>": 51191, + "<|16.54|>": 51192, + "<|16.56|>": 51193, + "<|16.58|>": 51194, + "<|16.60|>": 51195, + "<|16.62|>": 51196, + "<|16.64|>": 51197, + "<|16.66|>": 51198, + "<|16.68|>": 51199, + "<|16.70|>": 51200, + "<|16.72|>": 51201, + "<|16.74|>": 51202, + "<|16.76|>": 51203, + "<|16.78|>": 51204, + "<|16.80|>": 51205, + "<|16.82|>": 51206, + "<|16.84|>": 51207, + "<|16.86|>": 51208, + "<|16.88|>": 51209, + "<|16.90|>": 51210, + "<|16.92|>": 51211, + "<|16.94|>": 51212, + "<|16.96|>": 51213, + "<|16.98|>": 51214, + "<|17.00|>": 51215, + "<|17.02|>": 51216, + "<|17.04|>": 51217, + "<|17.06|>": 51218, + "<|17.08|>": 51219, + "<|17.10|>": 51220, + "<|17.12|>": 51221, + "<|17.14|>": 51222, + "<|17.16|>": 51223, + "<|17.18|>": 51224, + "<|17.20|>": 51225, + "<|17.22|>": 51226, + "<|17.24|>": 51227, + "<|17.26|>": 51228, + "<|17.28|>": 51229, + "<|17.30|>": 51230, + "<|17.32|>": 51231, + "<|17.34|>": 51232, + "<|17.36|>": 51233, + "<|17.38|>": 51234, + "<|17.40|>": 51235, + "<|17.42|>": 51236, + "<|17.44|>": 51237, + "<|17.46|>": 51238, + "<|17.48|>": 51239, + "<|17.50|>": 51240, + "<|17.52|>": 51241, + "<|17.54|>": 51242, + "<|17.56|>": 51243, + "<|17.58|>": 51244, + "<|17.60|>": 51245, + "<|17.62|>": 51246, + "<|17.64|>": 51247, + "<|17.66|>": 51248, + "<|17.68|>": 51249, + "<|17.70|>": 51250, + "<|17.72|>": 51251, + "<|17.74|>": 51252, + "<|17.76|>": 51253, + "<|17.78|>": 51254, + "<|17.80|>": 51255, + "<|17.82|>": 51256, + "<|17.84|>": 51257, + "<|17.86|>": 51258, + "<|17.88|>": 51259, + "<|17.90|>": 51260, + "<|17.92|>": 51261, + "<|17.94|>": 51262, + "<|17.96|>": 51263, + "<|17.98|>": 51264, + "<|18.00|>": 51265, + "<|18.02|>": 51266, + "<|18.04|>": 51267, + "<|18.06|>": 51268, + "<|18.08|>": 51269, + "<|18.10|>": 51270, + "<|18.12|>": 51271, + "<|18.14|>": 51272, + "<|18.16|>": 51273, + "<|18.18|>": 51274, + "<|18.20|>": 51275, + "<|18.22|>": 51276, + "<|18.24|>": 51277, + "<|18.26|>": 51278, + "<|18.28|>": 51279, + "<|18.30|>": 51280, + "<|18.32|>": 51281, + "<|18.34|>": 51282, + "<|18.36|>": 51283, + "<|18.38|>": 51284, + "<|18.40|>": 51285, + "<|18.42|>": 51286, + "<|18.44|>": 51287, + "<|18.46|>": 51288, + "<|18.48|>": 51289, + "<|18.50|>": 51290, + "<|18.52|>": 51291, + "<|18.54|>": 51292, + "<|18.56|>": 51293, + "<|18.58|>": 51294, + "<|18.60|>": 51295, + "<|18.62|>": 51296, + "<|18.64|>": 51297, + "<|18.66|>": 51298, + "<|18.68|>": 51299, + "<|18.70|>": 51300, + "<|18.72|>": 51301, + "<|18.74|>": 51302, + "<|18.76|>": 51303, + "<|18.78|>": 51304, + "<|18.80|>": 51305, + "<|18.82|>": 51306, + "<|18.84|>": 51307, + "<|18.86|>": 51308, + "<|18.88|>": 51309, + "<|18.90|>": 51310, + "<|18.92|>": 51311, + "<|18.94|>": 51312, + "<|18.96|>": 51313, + "<|18.98|>": 51314, + "<|19.00|>": 51315, + "<|19.02|>": 51316, + "<|19.04|>": 51317, + "<|19.06|>": 51318, + "<|19.08|>": 51319, + "<|19.10|>": 51320, + "<|19.12|>": 51321, + "<|19.14|>": 51322, + "<|19.16|>": 51323, + "<|19.18|>": 51324, + "<|19.20|>": 51325, + "<|19.22|>": 51326, + "<|19.24|>": 51327, + "<|19.26|>": 51328, + "<|19.28|>": 51329, + "<|19.30|>": 51330, + "<|19.32|>": 51331, + "<|19.34|>": 51332, + "<|19.36|>": 51333, + "<|19.38|>": 51334, + "<|19.40|>": 51335, + "<|19.42|>": 51336, + "<|19.44|>": 51337, + "<|19.46|>": 51338, + "<|19.48|>": 51339, + "<|19.50|>": 51340, + "<|19.52|>": 51341, + "<|19.54|>": 51342, + "<|19.56|>": 51343, + "<|19.58|>": 51344, + "<|19.60|>": 51345, + "<|19.62|>": 51346, + "<|19.64|>": 51347, + "<|19.66|>": 51348, + "<|19.68|>": 51349, + "<|19.70|>": 51350, + "<|19.72|>": 51351, + "<|19.74|>": 51352, + "<|19.76|>": 51353, + "<|19.78|>": 51354, + "<|19.80|>": 51355, + "<|19.82|>": 51356, + "<|19.84|>": 51357, + "<|19.86|>": 51358, + "<|19.88|>": 51359, + "<|19.90|>": 51360, + "<|19.92|>": 51361, + "<|19.94|>": 51362, + "<|19.96|>": 51363, + "<|19.98|>": 51364, + "<|2.00|>": 50465, + "<|2.02|>": 50466, + "<|2.04|>": 50467, + "<|2.06|>": 50468, + "<|2.08|>": 50469, + "<|2.10|>": 50470, + "<|2.12|>": 50471, + "<|2.14|>": 50472, + "<|2.16|>": 50473, + "<|2.18|>": 50474, + "<|2.20|>": 50475, + "<|2.22|>": 50476, + "<|2.24|>": 50477, + "<|2.26|>": 50478, + "<|2.28|>": 50479, + "<|2.30|>": 50480, + "<|2.32|>": 50481, + "<|2.34|>": 50482, + "<|2.36|>": 50483, + "<|2.38|>": 50484, + "<|2.40|>": 50485, + "<|2.42|>": 50486, + "<|2.44|>": 50487, + "<|2.46|>": 50488, + "<|2.48|>": 50489, + "<|2.50|>": 50490, + "<|2.52|>": 50491, + "<|2.54|>": 50492, + "<|2.56|>": 50493, + "<|2.58|>": 50494, + "<|2.60|>": 50495, + "<|2.62|>": 50496, + "<|2.64|>": 50497, + "<|2.66|>": 50498, + "<|2.68|>": 50499, + "<|2.70|>": 50500, + "<|2.72|>": 50501, + "<|2.74|>": 50502, + "<|2.76|>": 50503, + "<|2.78|>": 50504, + "<|2.80|>": 50505, + "<|2.82|>": 50506, + "<|2.84|>": 50507, + "<|2.86|>": 50508, + "<|2.88|>": 50509, + "<|2.90|>": 50510, + "<|2.92|>": 50511, + "<|2.94|>": 50512, + "<|2.96|>": 50513, + "<|2.98|>": 50514, + "<|20.00|>": 51365, + "<|20.02|>": 51366, + "<|20.04|>": 51367, + "<|20.06|>": 51368, + "<|20.08|>": 51369, + "<|20.10|>": 51370, + "<|20.12|>": 51371, + "<|20.14|>": 51372, + "<|20.16|>": 51373, + "<|20.18|>": 51374, + "<|20.20|>": 51375, + "<|20.22|>": 51376, + "<|20.24|>": 51377, + "<|20.26|>": 51378, + "<|20.28|>": 51379, + "<|20.30|>": 51380, + "<|20.32|>": 51381, + "<|20.34|>": 51382, + "<|20.36|>": 51383, + "<|20.38|>": 51384, + "<|20.40|>": 51385, + "<|20.42|>": 51386, + "<|20.44|>": 51387, + "<|20.46|>": 51388, + "<|20.48|>": 51389, + "<|20.50|>": 51390, + "<|20.52|>": 51391, + "<|20.54|>": 51392, + "<|20.56|>": 51393, + "<|20.58|>": 51394, + "<|20.60|>": 51395, + "<|20.62|>": 51396, + "<|20.64|>": 51397, + "<|20.66|>": 51398, + "<|20.68|>": 51399, + "<|20.70|>": 51400, + "<|20.72|>": 51401, + "<|20.74|>": 51402, + "<|20.76|>": 51403, + "<|20.78|>": 51404, + "<|20.80|>": 51405, + "<|20.82|>": 51406, + "<|20.84|>": 51407, + "<|20.86|>": 51408, + "<|20.88|>": 51409, + "<|20.90|>": 51410, + "<|20.92|>": 51411, + "<|20.94|>": 51412, + "<|20.96|>": 51413, + "<|20.98|>": 51414, + "<|21.00|>": 51415, + "<|21.02|>": 51416, + "<|21.04|>": 51417, + "<|21.06|>": 51418, + "<|21.08|>": 51419, + "<|21.10|>": 51420, + "<|21.12|>": 51421, + "<|21.14|>": 51422, + "<|21.16|>": 51423, + "<|21.18|>": 51424, + "<|21.20|>": 51425, + "<|21.22|>": 51426, + "<|21.24|>": 51427, + "<|21.26|>": 51428, + "<|21.28|>": 51429, + "<|21.30|>": 51430, + "<|21.32|>": 51431, + "<|21.34|>": 51432, + "<|21.36|>": 51433, + "<|21.38|>": 51434, + "<|21.40|>": 51435, + "<|21.42|>": 51436, + "<|21.44|>": 51437, + "<|21.46|>": 51438, + "<|21.48|>": 51439, + "<|21.50|>": 51440, + "<|21.52|>": 51441, + "<|21.54|>": 51442, + "<|21.56|>": 51443, + "<|21.58|>": 51444, + "<|21.60|>": 51445, + "<|21.62|>": 51446, + "<|21.64|>": 51447, + "<|21.66|>": 51448, + "<|21.68|>": 51449, + "<|21.70|>": 51450, + "<|21.72|>": 51451, + "<|21.74|>": 51452, + "<|21.76|>": 51453, + "<|21.78|>": 51454, + "<|21.80|>": 51455, + "<|21.82|>": 51456, + "<|21.84|>": 51457, + "<|21.86|>": 51458, + "<|21.88|>": 51459, + "<|21.90|>": 51460, + "<|21.92|>": 51461, + "<|21.94|>": 51462, + "<|21.96|>": 51463, + "<|21.98|>": 51464, + "<|22.00|>": 51465, + "<|22.02|>": 51466, + "<|22.04|>": 51467, + "<|22.06|>": 51468, + "<|22.08|>": 51469, + "<|22.10|>": 51470, + "<|22.12|>": 51471, + "<|22.14|>": 51472, + "<|22.16|>": 51473, + "<|22.18|>": 51474, + "<|22.20|>": 51475, + "<|22.22|>": 51476, + "<|22.24|>": 51477, + "<|22.26|>": 51478, + "<|22.28|>": 51479, + "<|22.30|>": 51480, + "<|22.32|>": 51481, + "<|22.34|>": 51482, + "<|22.36|>": 51483, + "<|22.38|>": 51484, + "<|22.40|>": 51485, + "<|22.42|>": 51486, + "<|22.44|>": 51487, + "<|22.46|>": 51488, + "<|22.48|>": 51489, + "<|22.50|>": 51490, + "<|22.52|>": 51491, + "<|22.54|>": 51492, + "<|22.56|>": 51493, + "<|22.58|>": 51494, + "<|22.60|>": 51495, + "<|22.62|>": 51496, + "<|22.64|>": 51497, + "<|22.66|>": 51498, + "<|22.68|>": 51499, + "<|22.70|>": 51500, + "<|22.72|>": 51501, + "<|22.74|>": 51502, + "<|22.76|>": 51503, + "<|22.78|>": 51504, + "<|22.80|>": 51505, + "<|22.82|>": 51506, + "<|22.84|>": 51507, + "<|22.86|>": 51508, + "<|22.88|>": 51509, + "<|22.90|>": 51510, + "<|22.92|>": 51511, + "<|22.94|>": 51512, + "<|22.96|>": 51513, + "<|22.98|>": 51514, + "<|23.00|>": 51515, + "<|23.02|>": 51516, + "<|23.04|>": 51517, + "<|23.06|>": 51518, + "<|23.08|>": 51519, + "<|23.10|>": 51520, + "<|23.12|>": 51521, + "<|23.14|>": 51522, + "<|23.16|>": 51523, + "<|23.18|>": 51524, + "<|23.20|>": 51525, + "<|23.22|>": 51526, + "<|23.24|>": 51527, + "<|23.26|>": 51528, + "<|23.28|>": 51529, + "<|23.30|>": 51530, + "<|23.32|>": 51531, + "<|23.34|>": 51532, + "<|23.36|>": 51533, + "<|23.38|>": 51534, + "<|23.40|>": 51535, + "<|23.42|>": 51536, + "<|23.44|>": 51537, + "<|23.46|>": 51538, + "<|23.48|>": 51539, + "<|23.50|>": 51540, + "<|23.52|>": 51541, + "<|23.54|>": 51542, + "<|23.56|>": 51543, + "<|23.58|>": 51544, + "<|23.60|>": 51545, + "<|23.62|>": 51546, + "<|23.64|>": 51547, + "<|23.66|>": 51548, + "<|23.68|>": 51549, + "<|23.70|>": 51550, + "<|23.72|>": 51551, + "<|23.74|>": 51552, + "<|23.76|>": 51553, + "<|23.78|>": 51554, + "<|23.80|>": 51555, + "<|23.82|>": 51556, + "<|23.84|>": 51557, + "<|23.86|>": 51558, + "<|23.88|>": 51559, + "<|23.90|>": 51560, + "<|23.92|>": 51561, + "<|23.94|>": 51562, + "<|23.96|>": 51563, + "<|23.98|>": 51564, + "<|24.00|>": 51565, + "<|24.02|>": 51566, + "<|24.04|>": 51567, + "<|24.06|>": 51568, + "<|24.08|>": 51569, + "<|24.10|>": 51570, + "<|24.12|>": 51571, + "<|24.14|>": 51572, + "<|24.16|>": 51573, + "<|24.18|>": 51574, + "<|24.20|>": 51575, + "<|24.22|>": 51576, + "<|24.24|>": 51577, + "<|24.26|>": 51578, + "<|24.28|>": 51579, + "<|24.30|>": 51580, + "<|24.32|>": 51581, + "<|24.34|>": 51582, + "<|24.36|>": 51583, + "<|24.38|>": 51584, + "<|24.40|>": 51585, + "<|24.42|>": 51586, + "<|24.44|>": 51587, + "<|24.46|>": 51588, + "<|24.48|>": 51589, + "<|24.50|>": 51590, + "<|24.52|>": 51591, + "<|24.54|>": 51592, + "<|24.56|>": 51593, + "<|24.58|>": 51594, + "<|24.60|>": 51595, + "<|24.62|>": 51596, + "<|24.64|>": 51597, + "<|24.66|>": 51598, + "<|24.68|>": 51599, + "<|24.70|>": 51600, + "<|24.72|>": 51601, + "<|24.74|>": 51602, + "<|24.76|>": 51603, + "<|24.78|>": 51604, + "<|24.80|>": 51605, + "<|24.82|>": 51606, + "<|24.84|>": 51607, + "<|24.86|>": 51608, + "<|24.88|>": 51609, + "<|24.90|>": 51610, + "<|24.92|>": 51611, + "<|24.94|>": 51612, + "<|24.96|>": 51613, + "<|24.98|>": 51614, + "<|25.00|>": 51615, + "<|25.02|>": 51616, + "<|25.04|>": 51617, + "<|25.06|>": 51618, + "<|25.08|>": 51619, + "<|25.10|>": 51620, + "<|25.12|>": 51621, + "<|25.14|>": 51622, + "<|25.16|>": 51623, + "<|25.18|>": 51624, + "<|25.20|>": 51625, + "<|25.22|>": 51626, + "<|25.24|>": 51627, + "<|25.26|>": 51628, + "<|25.28|>": 51629, + "<|25.30|>": 51630, + "<|25.32|>": 51631, + "<|25.34|>": 51632, + "<|25.36|>": 51633, + "<|25.38|>": 51634, + "<|25.40|>": 51635, + "<|25.42|>": 51636, + "<|25.44|>": 51637, + "<|25.46|>": 51638, + "<|25.48|>": 51639, + "<|25.50|>": 51640, + "<|25.52|>": 51641, + "<|25.54|>": 51642, + "<|25.56|>": 51643, + "<|25.58|>": 51644, + "<|25.60|>": 51645, + "<|25.62|>": 51646, + "<|25.64|>": 51647, + "<|25.66|>": 51648, + "<|25.68|>": 51649, + "<|25.70|>": 51650, + "<|25.72|>": 51651, + "<|25.74|>": 51652, + "<|25.76|>": 51653, + "<|25.78|>": 51654, + "<|25.80|>": 51655, + "<|25.82|>": 51656, + "<|25.84|>": 51657, + "<|25.86|>": 51658, + "<|25.88|>": 51659, + "<|25.90|>": 51660, + "<|25.92|>": 51661, + "<|25.94|>": 51662, + "<|25.96|>": 51663, + "<|25.98|>": 51664, + "<|26.00|>": 51665, + "<|26.02|>": 51666, + "<|26.04|>": 51667, + "<|26.06|>": 51668, + "<|26.08|>": 51669, + "<|26.10|>": 51670, + "<|26.12|>": 51671, + "<|26.14|>": 51672, + "<|26.16|>": 51673, + "<|26.18|>": 51674, + "<|26.20|>": 51675, + "<|26.22|>": 51676, + "<|26.24|>": 51677, + "<|26.26|>": 51678, + "<|26.28|>": 51679, + "<|26.30|>": 51680, + "<|26.32|>": 51681, + "<|26.34|>": 51682, + "<|26.36|>": 51683, + "<|26.38|>": 51684, + "<|26.40|>": 51685, + "<|26.42|>": 51686, + "<|26.44|>": 51687, + "<|26.46|>": 51688, + "<|26.48|>": 51689, + "<|26.50|>": 51690, + "<|26.52|>": 51691, + "<|26.54|>": 51692, + "<|26.56|>": 51693, + "<|26.58|>": 51694, + "<|26.60|>": 51695, + "<|26.62|>": 51696, + "<|26.64|>": 51697, + "<|26.66|>": 51698, + "<|26.68|>": 51699, + "<|26.70|>": 51700, + "<|26.72|>": 51701, + "<|26.74|>": 51702, + "<|26.76|>": 51703, + "<|26.78|>": 51704, + "<|26.80|>": 51705, + "<|26.82|>": 51706, + "<|26.84|>": 51707, + "<|26.86|>": 51708, + "<|26.88|>": 51709, + "<|26.90|>": 51710, + "<|26.92|>": 51711, + "<|26.94|>": 51712, + "<|26.96|>": 51713, + "<|26.98|>": 51714, + "<|27.00|>": 51715, + "<|27.02|>": 51716, + "<|27.04|>": 51717, + "<|27.06|>": 51718, + "<|27.08|>": 51719, + "<|27.10|>": 51720, + "<|27.12|>": 51721, + "<|27.14|>": 51722, + "<|27.16|>": 51723, + "<|27.18|>": 51724, + "<|27.20|>": 51725, + "<|27.22|>": 51726, + "<|27.24|>": 51727, + "<|27.26|>": 51728, + "<|27.28|>": 51729, + "<|27.30|>": 51730, + "<|27.32|>": 51731, + "<|27.34|>": 51732, + "<|27.36|>": 51733, + "<|27.38|>": 51734, + "<|27.40|>": 51735, + "<|27.42|>": 51736, + "<|27.44|>": 51737, + "<|27.46|>": 51738, + "<|27.48|>": 51739, + "<|27.50|>": 51740, + "<|27.52|>": 51741, + "<|27.54|>": 51742, + "<|27.56|>": 51743, + "<|27.58|>": 51744, + "<|27.60|>": 51745, + "<|27.62|>": 51746, + "<|27.64|>": 51747, + "<|27.66|>": 51748, + "<|27.68|>": 51749, + "<|27.70|>": 51750, + "<|27.72|>": 51751, + "<|27.74|>": 51752, + "<|27.76|>": 51753, + "<|27.78|>": 51754, + "<|27.80|>": 51755, + "<|27.82|>": 51756, + "<|27.84|>": 51757, + "<|27.86|>": 51758, + "<|27.88|>": 51759, + "<|27.90|>": 51760, + "<|27.92|>": 51761, + "<|27.94|>": 51762, + "<|27.96|>": 51763, + "<|27.98|>": 51764, + "<|28.00|>": 51765, + "<|28.02|>": 51766, + "<|28.04|>": 51767, + "<|28.06|>": 51768, + "<|28.08|>": 51769, + "<|28.10|>": 51770, + "<|28.12|>": 51771, + "<|28.14|>": 51772, + "<|28.16|>": 51773, + "<|28.18|>": 51774, + "<|28.20|>": 51775, + "<|28.22|>": 51776, + "<|28.24|>": 51777, + "<|28.26|>": 51778, + "<|28.28|>": 51779, + "<|28.30|>": 51780, + "<|28.32|>": 51781, + "<|28.34|>": 51782, + "<|28.36|>": 51783, + "<|28.38|>": 51784, + "<|28.40|>": 51785, + "<|28.42|>": 51786, + "<|28.44|>": 51787, + "<|28.46|>": 51788, + "<|28.48|>": 51789, + "<|28.50|>": 51790, + "<|28.52|>": 51791, + "<|28.54|>": 51792, + "<|28.56|>": 51793, + "<|28.58|>": 51794, + "<|28.60|>": 51795, + "<|28.62|>": 51796, + "<|28.64|>": 51797, + "<|28.66|>": 51798, + "<|28.68|>": 51799, + "<|28.70|>": 51800, + "<|28.72|>": 51801, + "<|28.74|>": 51802, + "<|28.76|>": 51803, + "<|28.78|>": 51804, + "<|28.80|>": 51805, + "<|28.82|>": 51806, + "<|28.84|>": 51807, + "<|28.86|>": 51808, + "<|28.88|>": 51809, + "<|28.90|>": 51810, + "<|28.92|>": 51811, + "<|28.94|>": 51812, + "<|28.96|>": 51813, + "<|28.98|>": 51814, + "<|29.00|>": 51815, + "<|29.02|>": 51816, + "<|29.04|>": 51817, + "<|29.06|>": 51818, + "<|29.08|>": 51819, + "<|29.10|>": 51820, + "<|29.12|>": 51821, + "<|29.14|>": 51822, + "<|29.16|>": 51823, + "<|29.18|>": 51824, + "<|29.20|>": 51825, + "<|29.22|>": 51826, + "<|29.24|>": 51827, + "<|29.26|>": 51828, + "<|29.28|>": 51829, + "<|29.30|>": 51830, + "<|29.32|>": 51831, + "<|29.34|>": 51832, + "<|29.36|>": 51833, + "<|29.38|>": 51834, + "<|29.40|>": 51835, + "<|29.42|>": 51836, + "<|29.44|>": 51837, + "<|29.46|>": 51838, + "<|29.48|>": 51839, + "<|29.50|>": 51840, + "<|29.52|>": 51841, + "<|29.54|>": 51842, + "<|29.56|>": 51843, + "<|29.58|>": 51844, + "<|29.60|>": 51845, + "<|29.62|>": 51846, + "<|29.64|>": 51847, + "<|29.66|>": 51848, + "<|29.68|>": 51849, + "<|29.70|>": 51850, + "<|29.72|>": 51851, + "<|29.74|>": 51852, + "<|29.76|>": 51853, + "<|29.78|>": 51854, + "<|29.80|>": 51855, + "<|29.82|>": 51856, + "<|29.84|>": 51857, + "<|29.86|>": 51858, + "<|29.88|>": 51859, + "<|29.90|>": 51860, + "<|29.92|>": 51861, + "<|29.94|>": 51862, + "<|29.96|>": 51863, + "<|29.98|>": 51864, + "<|3.00|>": 50515, + "<|3.02|>": 50516, + "<|3.04|>": 50517, + "<|3.06|>": 50518, + "<|3.08|>": 50519, + "<|3.10|>": 50520, + "<|3.12|>": 50521, + "<|3.14|>": 50522, + "<|3.16|>": 50523, + "<|3.18|>": 50524, + "<|3.20|>": 50525, + "<|3.22|>": 50526, + "<|3.24|>": 50527, + "<|3.26|>": 50528, + "<|3.28|>": 50529, + "<|3.30|>": 50530, + "<|3.32|>": 50531, + "<|3.34|>": 50532, + "<|3.36|>": 50533, + "<|3.38|>": 50534, + "<|3.40|>": 50535, + "<|3.42|>": 50536, + "<|3.44|>": 50537, + "<|3.46|>": 50538, + "<|3.48|>": 50539, + "<|3.50|>": 50540, + "<|3.52|>": 50541, + "<|3.54|>": 50542, + "<|3.56|>": 50543, + "<|3.58|>": 50544, + "<|3.60|>": 50545, + "<|3.62|>": 50546, + "<|3.64|>": 50547, + "<|3.66|>": 50548, + "<|3.68|>": 50549, + "<|3.70|>": 50550, + "<|3.72|>": 50551, + "<|3.74|>": 50552, + "<|3.76|>": 50553, + "<|3.78|>": 50554, + "<|3.80|>": 50555, + "<|3.82|>": 50556, + "<|3.84|>": 50557, + "<|3.86|>": 50558, + "<|3.88|>": 50559, + "<|3.90|>": 50560, + "<|3.92|>": 50561, + "<|3.94|>": 50562, + "<|3.96|>": 50563, + "<|3.98|>": 50564, + "<|30.00|>": 51865, + "<|4.00|>": 50565, + "<|4.02|>": 50566, + "<|4.04|>": 50567, + "<|4.06|>": 50568, + "<|4.08|>": 50569, + "<|4.10|>": 50570, + "<|4.12|>": 50571, + "<|4.14|>": 50572, + "<|4.16|>": 50573, + "<|4.18|>": 50574, + "<|4.20|>": 50575, + "<|4.22|>": 50576, + "<|4.24|>": 50577, + "<|4.26|>": 50578, + "<|4.28|>": 50579, + "<|4.30|>": 50580, + "<|4.32|>": 50581, + "<|4.34|>": 50582, + "<|4.36|>": 50583, + "<|4.38|>": 50584, + "<|4.40|>": 50585, + "<|4.42|>": 50586, + "<|4.44|>": 50587, + "<|4.46|>": 50588, + "<|4.48|>": 50589, + "<|4.50|>": 50590, + "<|4.52|>": 50591, + "<|4.54|>": 50592, + "<|4.56|>": 50593, + "<|4.58|>": 50594, + "<|4.60|>": 50595, + "<|4.62|>": 50596, + "<|4.64|>": 50597, + "<|4.66|>": 50598, + "<|4.68|>": 50599, + "<|4.70|>": 50600, + "<|4.72|>": 50601, + "<|4.74|>": 50602, + "<|4.76|>": 50603, + "<|4.78|>": 50604, + "<|4.80|>": 50605, + "<|4.82|>": 50606, + "<|4.84|>": 50607, + "<|4.86|>": 50608, + "<|4.88|>": 50609, + "<|4.90|>": 50610, + "<|4.92|>": 50611, + "<|4.94|>": 50612, + "<|4.96|>": 50613, + "<|4.98|>": 50614, + "<|5.00|>": 50615, + "<|5.02|>": 50616, + "<|5.04|>": 50617, + "<|5.06|>": 50618, + "<|5.08|>": 50619, + "<|5.10|>": 50620, + "<|5.12|>": 50621, + "<|5.14|>": 50622, + "<|5.16|>": 50623, + "<|5.18|>": 50624, + "<|5.20|>": 50625, + "<|5.22|>": 50626, + "<|5.24|>": 50627, + "<|5.26|>": 50628, + "<|5.28|>": 50629, + "<|5.30|>": 50630, + "<|5.32|>": 50631, + "<|5.34|>": 50632, + "<|5.36|>": 50633, + "<|5.38|>": 50634, + "<|5.40|>": 50635, + "<|5.42|>": 50636, + "<|5.44|>": 50637, + "<|5.46|>": 50638, + "<|5.48|>": 50639, + "<|5.50|>": 50640, + "<|5.52|>": 50641, + "<|5.54|>": 50642, + "<|5.56|>": 50643, + "<|5.58|>": 50644, + "<|5.60|>": 50645, + "<|5.62|>": 50646, + "<|5.64|>": 50647, + "<|5.66|>": 50648, + "<|5.68|>": 50649, + "<|5.70|>": 50650, + "<|5.72|>": 50651, + "<|5.74|>": 50652, + "<|5.76|>": 50653, + "<|5.78|>": 50654, + "<|5.80|>": 50655, + "<|5.82|>": 50656, + "<|5.84|>": 50657, + "<|5.86|>": 50658, + "<|5.88|>": 50659, + "<|5.90|>": 50660, + "<|5.92|>": 50661, + "<|5.94|>": 50662, + "<|5.96|>": 50663, + "<|5.98|>": 50664, + "<|6.00|>": 50665, + "<|6.02|>": 50666, + "<|6.04|>": 50667, + "<|6.06|>": 50668, + "<|6.08|>": 50669, + "<|6.10|>": 50670, + "<|6.12|>": 50671, + "<|6.14|>": 50672, + "<|6.16|>": 50673, + "<|6.18|>": 50674, + "<|6.20|>": 50675, + "<|6.22|>": 50676, + "<|6.24|>": 50677, + "<|6.26|>": 50678, + "<|6.28|>": 50679, + "<|6.30|>": 50680, + "<|6.32|>": 50681, + "<|6.34|>": 50682, + "<|6.36|>": 50683, + "<|6.38|>": 50684, + "<|6.40|>": 50685, + "<|6.42|>": 50686, + "<|6.44|>": 50687, + "<|6.46|>": 50688, + "<|6.48|>": 50689, + "<|6.50|>": 50690, + "<|6.52|>": 50691, + "<|6.54|>": 50692, + "<|6.56|>": 50693, + "<|6.58|>": 50694, + "<|6.60|>": 50695, + "<|6.62|>": 50696, + "<|6.64|>": 50697, + "<|6.66|>": 50698, + "<|6.68|>": 50699, + "<|6.70|>": 50700, + "<|6.72|>": 50701, + "<|6.74|>": 50702, + "<|6.76|>": 50703, + "<|6.78|>": 50704, + "<|6.80|>": 50705, + "<|6.82|>": 50706, + "<|6.84|>": 50707, + "<|6.86|>": 50708, + "<|6.88|>": 50709, + "<|6.90|>": 50710, + "<|6.92|>": 50711, + "<|6.94|>": 50712, + "<|6.96|>": 50713, + "<|6.98|>": 50714, + "<|7.00|>": 50715, + "<|7.02|>": 50716, + "<|7.04|>": 50717, + "<|7.06|>": 50718, + "<|7.08|>": 50719, + "<|7.10|>": 50720, + "<|7.12|>": 50721, + "<|7.14|>": 50722, + "<|7.16|>": 50723, + "<|7.18|>": 50724, + "<|7.20|>": 50725, + "<|7.22|>": 50726, + "<|7.24|>": 50727, + "<|7.26|>": 50728, + "<|7.28|>": 50729, + "<|7.30|>": 50730, + "<|7.32|>": 50731, + "<|7.34|>": 50732, + "<|7.36|>": 50733, + "<|7.38|>": 50734, + "<|7.40|>": 50735, + "<|7.42|>": 50736, + "<|7.44|>": 50737, + "<|7.46|>": 50738, + "<|7.48|>": 50739, + "<|7.50|>": 50740, + "<|7.52|>": 50741, + "<|7.54|>": 50742, + "<|7.56|>": 50743, + "<|7.58|>": 50744, + "<|7.60|>": 50745, + "<|7.62|>": 50746, + "<|7.64|>": 50747, + "<|7.66|>": 50748, + "<|7.68|>": 50749, + "<|7.70|>": 50750, + "<|7.72|>": 50751, + "<|7.74|>": 50752, + "<|7.76|>": 50753, + "<|7.78|>": 50754, + "<|7.80|>": 50755, + "<|7.82|>": 50756, + "<|7.84|>": 50757, + "<|7.86|>": 50758, + "<|7.88|>": 50759, + "<|7.90|>": 50760, + "<|7.92|>": 50761, + "<|7.94|>": 50762, + "<|7.96|>": 50763, + "<|7.98|>": 50764, + "<|8.00|>": 50765, + "<|8.02|>": 50766, + "<|8.04|>": 50767, + "<|8.06|>": 50768, + "<|8.08|>": 50769, + "<|8.10|>": 50770, + "<|8.12|>": 50771, + "<|8.14|>": 50772, + "<|8.16|>": 50773, + "<|8.18|>": 50774, + "<|8.20|>": 50775, + "<|8.22|>": 50776, + "<|8.24|>": 50777, + "<|8.26|>": 50778, + "<|8.28|>": 50779, + "<|8.30|>": 50780, + "<|8.32|>": 50781, + "<|8.34|>": 50782, + "<|8.36|>": 50783, + "<|8.38|>": 50784, + "<|8.40|>": 50785, + "<|8.42|>": 50786, + "<|8.44|>": 50787, + "<|8.46|>": 50788, + "<|8.48|>": 50789, + "<|8.50|>": 50790, + "<|8.52|>": 50791, + "<|8.54|>": 50792, + "<|8.56|>": 50793, + "<|8.58|>": 50794, + "<|8.60|>": 50795, + "<|8.62|>": 50796, + "<|8.64|>": 50797, + "<|8.66|>": 50798, + "<|8.68|>": 50799, + "<|8.70|>": 50800, + "<|8.72|>": 50801, + "<|8.74|>": 50802, + "<|8.76|>": 50803, + "<|8.78|>": 50804, + "<|8.80|>": 50805, + "<|8.82|>": 50806, + "<|8.84|>": 50807, + "<|8.86|>": 50808, + "<|8.88|>": 50809, + "<|8.90|>": 50810, + "<|8.92|>": 50811, + "<|8.94|>": 50812, + "<|8.96|>": 50813, + "<|8.98|>": 50814, + "<|9.00|>": 50815, + "<|9.02|>": 50816, + "<|9.04|>": 50817, + "<|9.06|>": 50818, + "<|9.08|>": 50819, + "<|9.10|>": 50820, + "<|9.12|>": 50821, + "<|9.14|>": 50822, + "<|9.16|>": 50823, + "<|9.18|>": 50824, + "<|9.20|>": 50825, + "<|9.22|>": 50826, + "<|9.24|>": 50827, + "<|9.26|>": 50828, + "<|9.28|>": 50829, + "<|9.30|>": 50830, + "<|9.32|>": 50831, + "<|9.34|>": 50832, + "<|9.36|>": 50833, + "<|9.38|>": 50834, + "<|9.40|>": 50835, + "<|9.42|>": 50836, + "<|9.44|>": 50837, + "<|9.46|>": 50838, + "<|9.48|>": 50839, + "<|9.50|>": 50840, + "<|9.52|>": 50841, + "<|9.54|>": 50842, + "<|9.56|>": 50843, + "<|9.58|>": 50844, + "<|9.60|>": 50845, + "<|9.62|>": 50846, + "<|9.64|>": 50847, + "<|9.66|>": 50848, + "<|9.68|>": 50849, + "<|9.70|>": 50850, + "<|9.72|>": 50851, + "<|9.74|>": 50852, + "<|9.76|>": 50853, + "<|9.78|>": 50854, + "<|9.80|>": 50855, + "<|9.82|>": 50856, + "<|9.84|>": 50857, + "<|9.86|>": 50858, + "<|9.88|>": 50859, + "<|9.90|>": 50860, + "<|9.92|>": 50861, + "<|9.94|>": 50862, + "<|9.96|>": 50863, + "<|9.98|>": 50864, + "<|af|>": 50327, + "<|am|>": 50334, + "<|ar|>": 50272, + "<|as|>": 50350, + "<|az|>": 50304, + "<|ba|>": 50355, + "<|be|>": 50330, + "<|bg|>": 50292, + "<|bn|>": 50302, + "<|bo|>": 50347, + "<|br|>": 50309, + "<|bs|>": 50315, + "<|ca|>": 50270, + "<|cs|>": 50283, + "<|cy|>": 50297, + "<|da|>": 50285, + "<|de|>": 50261, + "<|el|>": 50281, + "<|endoftext|>": 50257, + "<|en|>": 50259, + "<|es|>": 50262, + "<|et|>": 50307, + "<|eu|>": 50310, + "<|fa|>": 50300, + "<|fi|>": 50277, + "<|fo|>": 50338, + "<|fr|>": 50265, + "<|gl|>": 50319, + "<|gu|>": 50333, + "<|haw|>": 50352, + "<|ha|>": 50354, + "<|he|>": 50279, + "<|hi|>": 50276, + "<|hr|>": 50291, + "<|ht|>": 50339, + "<|hu|>": 50286, + "<|hy|>": 50312, + "<|id|>": 50275, + "<|is|>": 50311, + "<|it|>": 50274, + "<|ja|>": 50266, + "<|jw|>": 50356, + "<|ka|>": 50329, + "<|kk|>": 50316, + "<|km|>": 50323, + "<|kn|>": 50306, + "<|ko|>": 50264, + "<|la|>": 50294, + "<|lb|>": 50345, + "<|ln|>": 50353, + "<|lo|>": 50336, + "<|lt|>": 50293, + "<|lv|>": 50301, + "<|mg|>": 50349, + "<|mi|>": 50295, + "<|mk|>": 50308, + "<|ml|>": 50296, + "<|mn|>": 50314, + "<|mr|>": 50320, + "<|ms|>": 50282, + "<|mt|>": 50343, + "<|my|>": 50346, + "<|ne|>": 50313, + "<|nl|>": 50271, + "<|nn|>": 50342, + "<|nospeech|>": 50363, + "<|notimestamps|>": 50364, + "<|no|>": 50288, + "<|oc|>": 50328, + "<|pa|>": 50321, + "<|pl|>": 50269, + "<|ps|>": 50340, + "<|pt|>": 50267, + "<|ro|>": 50284, + "<|ru|>": 50263, + "<|sa|>": 50344, + "<|sd|>": 50332, + "<|si|>": 50322, + "<|sk|>": 50298, + "<|sl|>": 50305, + "<|sn|>": 50324, + "<|so|>": 50326, + "<|sq|>": 50317, + "<|sr|>": 50303, + "<|startoflm|>": 50361, + "<|startofprev|>": 50362, + "<|startoftranscript|>": 50258, + "<|su|>": 50357, + "<|sv|>": 50273, + "<|sw|>": 50318, + "<|ta|>": 50287, + "<|te|>": 50299, + "<|tg|>": 50331, + "<|th|>": 50289, + "<|tk|>": 50341, + "<|tl|>": 50348, + "<|transcribe|>": 50360, + "<|translate|>": 50359, + "<|tr|>": 50268, + "<|tt|>": 50351, + "<|uk|>": 50280, + "<|ur|>": 50290, + "<|uz|>": 50337, + "<|vi|>": 50278, + "<|yi|>": 50335, + "<|yo|>": 50325, + "<|yue|>": 50358, + "<|zh|>": 50260 +} diff --git a/all_results.json b/all_results.json new file mode 100644 index 0000000..f7bb57b --- /dev/null +++ b/all_results.json @@ -0,0 +1,14 @@ +{ + "epoch": 11.563787495482472, + "test_cer": 0.12683188844935386, + "test_loss": 0.8137470483779907, + "test_runtime": 1344.2304, + "test_samples_per_second": 1.518, + "test_steps_per_second": 0.379, + "test_wer": 0.28512065990166696, + "total_flos": 4.347268958158848e+20, + "train_loss": 0.010958212658762932, + "train_runtime": 14886.6676, + "train_samples_per_second": 8.598, + "train_steps_per_second": 0.269 +} \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..934e848 --- /dev/null +++ b/config.json @@ -0,0 +1,47 @@ +{ + "activation_dropout": 0.0, + "activation_function": "gelu", + "apply_spec_augment": true, + "architectures": [ + "WhisperForConditionalGeneration" + ], + "attention_dropout": 0.0, + "begin_suppress_tokens": null, + "bos_token_id": 50257, + "classifier_proj_size": 256, + "d_model": 1280, + "decoder_attention_heads": 20, + "decoder_ffn_dim": 5120, + "decoder_layerdrop": 0.0, + "decoder_layers": 32, + "decoder_start_token_id": 50258, + "dropout": 0.0, + "encoder_attention_heads": 20, + "encoder_ffn_dim": 5120, + "encoder_layerdrop": 0.0, + "encoder_layers": 32, + "eos_token_id": 50257, + "forced_decoder_ids": null, + "init_std": 0.02, + "is_encoder_decoder": true, + "mask_feature_length": 10, + "mask_feature_min_masks": 2, + "mask_feature_prob": 0.05, + "mask_time_length": 10, + "mask_time_min_masks": 2, + "mask_time_prob": 0.05, + "max_length": null, + "max_source_positions": 1500, + "max_target_positions": 448, + "median_filter_width": 7, + "model_type": "whisper", + "num_hidden_layers": 32, + "num_mel_bins": 128, + "pad_token_id": 50256, + "scale_embedding": false, + "torch_dtype": "bfloat16", + "transformers_version": "4.52.0", + "use_cache": false, + "use_weighted_layer_sum": false, + "vocab_size": 51866 +} diff --git a/eval_metrics.json b/eval_metrics.json new file mode 100644 index 0000000..0ce688e --- /dev/null +++ b/eval_metrics.json @@ -0,0 +1,89 @@ +{ + "trainer_test": { + "test_loss": 0.8137470483779907, + "test_wer": 0.28512065990166696, + "test_cer": 0.12683188844935386, + "test_runtime": 1344.2304, + "test_samples_per_second": 1.518, + "test_steps_per_second": 0.379, + "epoch": 11.563787495482472 + }, + "trainer_test_utterance_avg": { + "wer": 0.28512065990166696, + "cer": 0.12683188844935386, + "loss": 0.8137470483779907 + }, + "reference_style_overall": { + "wer": 0.3410804796637409, + "cer": 0.16023962034179612, + "utterance_avg_wer": 0.3189475550725116, + "utterance_avg_cer": 0.13851965646586686 + }, + "reference_style_overall_corpus": { + "wer": 0.3410804796637409, + "cer": 0.16023962034179612 + }, + "reference_style_overall_utterance_avg": { + "wer": 0.3189475550725116, + "cer": 0.13851965646586686 + }, + "reference_style_per_language": [ + { + "language": "eng", + "n": 1013, + "wer": 0.24436512392716772, + "cer": 0.14721321419406014, + "utterance_avg_wer": 0.22532790099687414, + "utterance_avg_cer": 0.13886085242721155 + }, + { + "language": "lug", + "n": 1027, + "wer": 0.4965508348913674, + "cer": 0.17653755217607053, + "utterance_avg_wer": 0.4112909918579261, + "utterance_avg_cer": 0.13818311166660482 + } + ], + "reference_style_per_severity_lug": [ + { + "severity_speech_impairment": "Mild (easily understood with minimal effort)", + "n": 365, + "wer": 0.4485981308411215, + "cer": 0.15233985165205663, + "utterance_avg_wer": 0.3566426067511471, + "utterance_avg_cer": 0.11296899355913631 + }, + { + "severity_speech_impairment": "Moderate (requires effort to understand)", + "n": 347, + "wer": 0.45241608262633715, + "cer": 0.1289565287784344, + "utterance_avg_wer": 0.4098227847004097, + "utterance_avg_cer": 0.11154220353941666 + }, + { + "severity_speech_impairment": "Severe (frequent breakdowns)", + "n": 315, + "wer": 0.6083977900552486, + "cer": 0.2694201026428796, + "utterance_avg_wer": 0.47623108216787063, + "utterance_avg_cer": 0.19674675683917717 + } + ], + "old_luganda_test": { + "n": 1028, + "wer": 0.6278914293354727, + "cer": 0.21834629171755687, + "utterance_avg_wer": 0.5785237813292773, + "utterance_avg_cer": 0.18847034300324522, + "note": "Uncleaned HF Luganda test split with the same <=30s and high-confidence filters." + }, + "decode_kwargs": { + "max_length": 448, + "num_beams": 1, + "do_sample": false, + "repetition_penalty": 1.3, + "no_repeat_ngram_size": 2 + } +} \ No newline at end of file diff --git a/experiment_summary.json b/experiment_summary.json new file mode 100644 index 0000000..19bd9a4 --- /dev/null +++ b/experiment_summary.json @@ -0,0 +1,46 @@ +{ + "experiment_id": "ML-ENG-LUG-FULL-A40-5e-5", + "base_model": "Sunbird/asr-whisper-large-v3-salt", + "languages": [ + "lug", + "eng" + ], + "training_method": "full", + "lora_r": 16, + "lora_alpha": 32, + "lora_dropout": 0.15, + "learning_rate": 5e-05, + "optimizer": "adamw_torch_fused", + "effective_batch_size": 32, + "train_metrics": { + "train_runtime": 14886.6676, + "train_samples_per_second": 8.598, + "train_steps_per_second": 0.269, + "total_flos": 4.347268958158848e+20, + "train_loss": 0.010958212658762932, + "epoch": 11.563787495482472 + }, + "test_metrics": { + "test_loss": 0.8137470483779907, + "test_wer": 0.28512065990166696, + "test_cer": 0.12683188844935386, + "test_runtime": 1344.2304, + "test_samples_per_second": 1.518, + "test_steps_per_second": 0.379, + "epoch": 11.563787495482472 + }, + "trainer_test_utterance_avg_metrics": { + "wer": 0.28512065990166696, + "cer": 0.12683188844935386 + }, + "final_corpus_metrics": { + "wer": 0.3410804796637409, + "cer": 0.16023962034179612 + }, + "final_utterance_avg_metrics": { + "wer": 0.3189475550725116, + "cer": 0.13851965646586686 + }, + "resume_from_checkpoint": "results/finetuned/ML-ENG-LUG-FULL-A40-5e-5/checkpoint-2500", + "hub_repo_id": "KasuleTrevor/cdli-whisper-ml-eng-lug-full-a40-5e-5" +} \ No newline at end of file diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..ebd9b73 --- /dev/null +++ b/generation_config.json @@ -0,0 +1,168 @@ +{ + "alignment_heads": [ + [ + 7, + 0 + ], + [ + 10, + 17 + ], + [ + 12, + 18 + ], + [ + 13, + 12 + ], + [ + 16, + 1 + ], + [ + 17, + 14 + ], + [ + 19, + 11 + ], + [ + 21, + 4 + ], + [ + 24, + 1 + ], + [ + 25, + 6 + ] + ], + "begin_suppress_tokens": [ + 220, + 50257 + ], + "bos_token_id": 50257, + "decoder_start_token_id": 50258, + "eos_token_id": 50257, + "is_multilingual": true, + "lang_to_id": { + "<|af|>": 50327, + "<|am|>": 50334, + "<|ar|>": 50272, + "<|as|>": 50350, + "<|az|>": 50304, + "<|ba|>": 50355, + "<|be|>": 50330, + "<|bg|>": 50292, + "<|bn|>": 50302, + "<|bo|>": 50347, + "<|br|>": 50309, + "<|bs|>": 50315, + "<|ca|>": 50270, + "<|cs|>": 50283, + "<|cy|>": 50297, + "<|da|>": 50285, + "<|de|>": 50261, + "<|el|>": 50281, + "<|en|>": 50259, + "<|es|>": 50262, + "<|et|>": 50307, + "<|eu|>": 50310, + "<|fa|>": 50300, + "<|fi|>": 50277, + "<|fo|>": 50338, + "<|fr|>": 50265, + "<|gl|>": 50319, + "<|gu|>": 50333, + "<|haw|>": 50352, + "<|ha|>": 50354, + "<|he|>": 50279, + "<|hi|>": 50276, + "<|hr|>": 50291, + "<|ht|>": 50339, + "<|hu|>": 50286, + "<|hy|>": 50312, + "<|id|>": 50275, + "<|is|>": 50311, + "<|it|>": 50274, + "<|ja|>": 50266, + "<|jw|>": 50356, + "<|ka|>": 50329, + "<|kk|>": 50316, + "<|km|>": 50323, + "<|kn|>": 50306, + "<|ko|>": 50264, + "<|la|>": 50294, + "<|lb|>": 50345, + "<|ln|>": 50353, + "<|lo|>": 50336, + "<|lt|>": 50293, + "<|lv|>": 50301, + "<|mg|>": 50349, + "<|mi|>": 50295, + "<|mk|>": 50308, + "<|ml|>": 50296, + "<|mn|>": 50314, + "<|mr|>": 50320, + "<|ms|>": 50282, + "<|mt|>": 50343, + "<|my|>": 50346, + "<|ne|>": 50313, + "<|nl|>": 50271, + "<|nn|>": 50342, + "<|no|>": 50288, + "<|oc|>": 50328, + "<|pa|>": 50321, + "<|pl|>": 50269, + "<|ps|>": 50340, + "<|pt|>": 50267, + "<|ro|>": 50284, + "<|ru|>": 50263, + "<|sa|>": 50344, + "<|sd|>": 50332, + "<|si|>": 50322, + "<|sk|>": 50298, + "<|sl|>": 50305, + "<|sn|>": 50324, + "<|so|>": 50326, + "<|sq|>": 50317, + "<|sr|>": 50303, + "<|su|>": 50357, + "<|sv|>": 50273, + "<|sw|>": 50318, + "<|ta|>": 50287, + "<|te|>": 50299, + "<|tg|>": 50331, + "<|th|>": 50289, + "<|tk|>": 50341, + "<|tl|>": 50348, + "<|tr|>": 50268, + "<|tt|>": 50351, + "<|uk|>": 50280, + "<|ur|>": 50290, + "<|uz|>": 50337, + "<|vi|>": 50278, + "<|yi|>": 50335, + "<|yo|>": 50325, + "<|yue|>": 50358, + "<|zh|>": 50260 + }, + "language": null, + "max_initial_timestamp_index": 50, + "max_length": 448, + "no_timestamps_token_id": 50364, + "pad_token_id": 50257, + "prev_sot_token_id": 50362, + "return_timestamps": false, + "suppress_tokens": [], + "task": null, + "task_to_id": { + "transcribe": 50360, + "translate": 50359 + }, + "transformers_version": "4.52.0" +} diff --git a/last-checkpoint/added_tokens.json b/last-checkpoint/added_tokens.json new file mode 100644 index 0000000..1b33526 --- /dev/null +++ b/last-checkpoint/added_tokens.json @@ -0,0 +1,1611 @@ +{ + "<|0.00|>": 50365, + "<|0.02|>": 50366, + "<|0.04|>": 50367, + "<|0.06|>": 50368, + "<|0.08|>": 50369, + "<|0.10|>": 50370, + "<|0.12|>": 50371, + "<|0.14|>": 50372, + "<|0.16|>": 50373, + "<|0.18|>": 50374, + "<|0.20|>": 50375, + "<|0.22|>": 50376, + "<|0.24|>": 50377, + "<|0.26|>": 50378, + "<|0.28|>": 50379, + "<|0.30|>": 50380, + "<|0.32|>": 50381, + "<|0.34|>": 50382, + "<|0.36|>": 50383, + "<|0.38|>": 50384, + "<|0.40|>": 50385, + "<|0.42|>": 50386, + "<|0.44|>": 50387, + "<|0.46|>": 50388, + "<|0.48|>": 50389, + "<|0.50|>": 50390, + "<|0.52|>": 50391, + "<|0.54|>": 50392, + "<|0.56|>": 50393, + "<|0.58|>": 50394, + "<|0.60|>": 50395, + "<|0.62|>": 50396, + "<|0.64|>": 50397, + "<|0.66|>": 50398, + "<|0.68|>": 50399, + "<|0.70|>": 50400, + "<|0.72|>": 50401, + "<|0.74|>": 50402, + "<|0.76|>": 50403, + "<|0.78|>": 50404, + "<|0.80|>": 50405, + "<|0.82|>": 50406, + "<|0.84|>": 50407, + "<|0.86|>": 50408, + "<|0.88|>": 50409, + "<|0.90|>": 50410, + "<|0.92|>": 50411, + "<|0.94|>": 50412, + "<|0.96|>": 50413, + "<|0.98|>": 50414, + "<|1.00|>": 50415, + "<|1.02|>": 50416, + "<|1.04|>": 50417, + "<|1.06|>": 50418, + "<|1.08|>": 50419, + "<|1.10|>": 50420, + "<|1.12|>": 50421, + "<|1.14|>": 50422, + "<|1.16|>": 50423, + "<|1.18|>": 50424, + "<|1.20|>": 50425, + "<|1.22|>": 50426, + "<|1.24|>": 50427, + "<|1.26|>": 50428, + "<|1.28|>": 50429, + "<|1.30|>": 50430, + "<|1.32|>": 50431, + "<|1.34|>": 50432, + "<|1.36|>": 50433, + "<|1.38|>": 50434, + "<|1.40|>": 50435, + "<|1.42|>": 50436, + "<|1.44|>": 50437, + "<|1.46|>": 50438, + "<|1.48|>": 50439, + "<|1.50|>": 50440, + "<|1.52|>": 50441, + "<|1.54|>": 50442, + "<|1.56|>": 50443, + "<|1.58|>": 50444, + "<|1.60|>": 50445, + "<|1.62|>": 50446, + "<|1.64|>": 50447, + "<|1.66|>": 50448, + "<|1.68|>": 50449, + "<|1.70|>": 50450, + "<|1.72|>": 50451, + "<|1.74|>": 50452, + "<|1.76|>": 50453, + "<|1.78|>": 50454, + "<|1.80|>": 50455, + "<|1.82|>": 50456, + "<|1.84|>": 50457, + "<|1.86|>": 50458, + "<|1.88|>": 50459, + "<|1.90|>": 50460, + "<|1.92|>": 50461, + "<|1.94|>": 50462, + "<|1.96|>": 50463, + "<|1.98|>": 50464, + "<|10.00|>": 50865, + "<|10.02|>": 50866, + "<|10.04|>": 50867, + "<|10.06|>": 50868, + "<|10.08|>": 50869, + "<|10.10|>": 50870, + "<|10.12|>": 50871, + "<|10.14|>": 50872, + "<|10.16|>": 50873, + "<|10.18|>": 50874, + "<|10.20|>": 50875, + "<|10.22|>": 50876, + "<|10.24|>": 50877, + "<|10.26|>": 50878, + "<|10.28|>": 50879, + "<|10.30|>": 50880, + "<|10.32|>": 50881, + "<|10.34|>": 50882, + "<|10.36|>": 50883, + "<|10.38|>": 50884, + "<|10.40|>": 50885, + "<|10.42|>": 50886, + "<|10.44|>": 50887, + "<|10.46|>": 50888, + "<|10.48|>": 50889, + "<|10.50|>": 50890, + "<|10.52|>": 50891, + "<|10.54|>": 50892, + "<|10.56|>": 50893, + "<|10.58|>": 50894, + "<|10.60|>": 50895, + "<|10.62|>": 50896, + "<|10.64|>": 50897, + "<|10.66|>": 50898, + "<|10.68|>": 50899, + "<|10.70|>": 50900, + "<|10.72|>": 50901, + "<|10.74|>": 50902, + "<|10.76|>": 50903, + "<|10.78|>": 50904, + "<|10.80|>": 50905, + "<|10.82|>": 50906, + "<|10.84|>": 50907, + "<|10.86|>": 50908, + "<|10.88|>": 50909, + "<|10.90|>": 50910, + "<|10.92|>": 50911, + "<|10.94|>": 50912, + "<|10.96|>": 50913, + "<|10.98|>": 50914, + "<|11.00|>": 50915, + "<|11.02|>": 50916, + "<|11.04|>": 50917, + "<|11.06|>": 50918, + "<|11.08|>": 50919, + "<|11.10|>": 50920, + "<|11.12|>": 50921, + "<|11.14|>": 50922, + "<|11.16|>": 50923, + "<|11.18|>": 50924, + "<|11.20|>": 50925, + "<|11.22|>": 50926, + "<|11.24|>": 50927, + "<|11.26|>": 50928, + "<|11.28|>": 50929, + "<|11.30|>": 50930, + "<|11.32|>": 50931, + "<|11.34|>": 50932, + "<|11.36|>": 50933, + "<|11.38|>": 50934, + "<|11.40|>": 50935, + "<|11.42|>": 50936, + "<|11.44|>": 50937, + "<|11.46|>": 50938, + "<|11.48|>": 50939, + "<|11.50|>": 50940, + "<|11.52|>": 50941, + "<|11.54|>": 50942, + "<|11.56|>": 50943, + "<|11.58|>": 50944, + "<|11.60|>": 50945, + "<|11.62|>": 50946, + "<|11.64|>": 50947, + "<|11.66|>": 50948, + "<|11.68|>": 50949, + "<|11.70|>": 50950, + "<|11.72|>": 50951, + "<|11.74|>": 50952, + "<|11.76|>": 50953, + "<|11.78|>": 50954, + "<|11.80|>": 50955, + "<|11.82|>": 50956, + "<|11.84|>": 50957, + "<|11.86|>": 50958, + "<|11.88|>": 50959, + "<|11.90|>": 50960, + "<|11.92|>": 50961, + "<|11.94|>": 50962, + "<|11.96|>": 50963, + "<|11.98|>": 50964, + "<|12.00|>": 50965, + "<|12.02|>": 50966, + "<|12.04|>": 50967, + "<|12.06|>": 50968, + "<|12.08|>": 50969, + "<|12.10|>": 50970, + "<|12.12|>": 50971, + "<|12.14|>": 50972, + "<|12.16|>": 50973, + "<|12.18|>": 50974, + "<|12.20|>": 50975, + "<|12.22|>": 50976, + "<|12.24|>": 50977, + "<|12.26|>": 50978, + "<|12.28|>": 50979, + "<|12.30|>": 50980, + "<|12.32|>": 50981, + "<|12.34|>": 50982, + "<|12.36|>": 50983, + "<|12.38|>": 50984, + "<|12.40|>": 50985, + "<|12.42|>": 50986, + "<|12.44|>": 50987, + "<|12.46|>": 50988, + "<|12.48|>": 50989, + "<|12.50|>": 50990, + "<|12.52|>": 50991, + "<|12.54|>": 50992, + "<|12.56|>": 50993, + "<|12.58|>": 50994, + "<|12.60|>": 50995, + "<|12.62|>": 50996, + "<|12.64|>": 50997, + "<|12.66|>": 50998, + "<|12.68|>": 50999, + "<|12.70|>": 51000, + "<|12.72|>": 51001, + "<|12.74|>": 51002, + "<|12.76|>": 51003, + "<|12.78|>": 51004, + "<|12.80|>": 51005, + "<|12.82|>": 51006, + "<|12.84|>": 51007, + "<|12.86|>": 51008, + "<|12.88|>": 51009, + "<|12.90|>": 51010, + "<|12.92|>": 51011, + "<|12.94|>": 51012, + "<|12.96|>": 51013, + "<|12.98|>": 51014, + "<|13.00|>": 51015, + "<|13.02|>": 51016, + "<|13.04|>": 51017, + "<|13.06|>": 51018, + "<|13.08|>": 51019, + "<|13.10|>": 51020, + "<|13.12|>": 51021, + "<|13.14|>": 51022, + "<|13.16|>": 51023, + "<|13.18|>": 51024, + "<|13.20|>": 51025, + "<|13.22|>": 51026, + "<|13.24|>": 51027, + "<|13.26|>": 51028, + "<|13.28|>": 51029, + "<|13.30|>": 51030, + "<|13.32|>": 51031, + "<|13.34|>": 51032, + "<|13.36|>": 51033, + "<|13.38|>": 51034, + "<|13.40|>": 51035, + "<|13.42|>": 51036, + "<|13.44|>": 51037, + "<|13.46|>": 51038, + "<|13.48|>": 51039, + "<|13.50|>": 51040, + "<|13.52|>": 51041, + "<|13.54|>": 51042, + "<|13.56|>": 51043, + "<|13.58|>": 51044, + "<|13.60|>": 51045, + "<|13.62|>": 51046, + "<|13.64|>": 51047, + "<|13.66|>": 51048, + "<|13.68|>": 51049, + "<|13.70|>": 51050, + "<|13.72|>": 51051, + "<|13.74|>": 51052, + "<|13.76|>": 51053, + "<|13.78|>": 51054, + "<|13.80|>": 51055, + "<|13.82|>": 51056, + "<|13.84|>": 51057, + "<|13.86|>": 51058, + "<|13.88|>": 51059, + "<|13.90|>": 51060, + "<|13.92|>": 51061, + "<|13.94|>": 51062, + "<|13.96|>": 51063, + "<|13.98|>": 51064, + "<|14.00|>": 51065, + "<|14.02|>": 51066, + "<|14.04|>": 51067, + "<|14.06|>": 51068, + "<|14.08|>": 51069, + "<|14.10|>": 51070, + "<|14.12|>": 51071, + "<|14.14|>": 51072, + "<|14.16|>": 51073, + "<|14.18|>": 51074, + "<|14.20|>": 51075, + "<|14.22|>": 51076, + "<|14.24|>": 51077, + "<|14.26|>": 51078, + "<|14.28|>": 51079, + "<|14.30|>": 51080, + "<|14.32|>": 51081, + "<|14.34|>": 51082, + "<|14.36|>": 51083, + "<|14.38|>": 51084, + "<|14.40|>": 51085, + "<|14.42|>": 51086, + "<|14.44|>": 51087, + "<|14.46|>": 51088, + "<|14.48|>": 51089, + "<|14.50|>": 51090, + "<|14.52|>": 51091, + "<|14.54|>": 51092, + "<|14.56|>": 51093, + "<|14.58|>": 51094, + "<|14.60|>": 51095, + "<|14.62|>": 51096, + "<|14.64|>": 51097, + "<|14.66|>": 51098, + "<|14.68|>": 51099, + "<|14.70|>": 51100, + "<|14.72|>": 51101, + "<|14.74|>": 51102, + "<|14.76|>": 51103, + "<|14.78|>": 51104, + "<|14.80|>": 51105, + "<|14.82|>": 51106, + "<|14.84|>": 51107, + "<|14.86|>": 51108, + "<|14.88|>": 51109, + "<|14.90|>": 51110, + "<|14.92|>": 51111, + "<|14.94|>": 51112, + "<|14.96|>": 51113, + "<|14.98|>": 51114, + "<|15.00|>": 51115, + "<|15.02|>": 51116, + "<|15.04|>": 51117, + "<|15.06|>": 51118, + "<|15.08|>": 51119, + "<|15.10|>": 51120, + "<|15.12|>": 51121, + "<|15.14|>": 51122, + "<|15.16|>": 51123, + "<|15.18|>": 51124, + "<|15.20|>": 51125, + "<|15.22|>": 51126, + "<|15.24|>": 51127, + "<|15.26|>": 51128, + "<|15.28|>": 51129, + "<|15.30|>": 51130, + "<|15.32|>": 51131, + "<|15.34|>": 51132, + "<|15.36|>": 51133, + "<|15.38|>": 51134, + "<|15.40|>": 51135, + "<|15.42|>": 51136, + "<|15.44|>": 51137, + "<|15.46|>": 51138, + "<|15.48|>": 51139, + "<|15.50|>": 51140, + "<|15.52|>": 51141, + "<|15.54|>": 51142, + "<|15.56|>": 51143, + "<|15.58|>": 51144, + "<|15.60|>": 51145, + "<|15.62|>": 51146, + "<|15.64|>": 51147, + "<|15.66|>": 51148, + "<|15.68|>": 51149, + "<|15.70|>": 51150, + "<|15.72|>": 51151, + "<|15.74|>": 51152, + "<|15.76|>": 51153, + "<|15.78|>": 51154, + "<|15.80|>": 51155, + "<|15.82|>": 51156, + "<|15.84|>": 51157, + "<|15.86|>": 51158, + "<|15.88|>": 51159, + "<|15.90|>": 51160, + "<|15.92|>": 51161, + "<|15.94|>": 51162, + "<|15.96|>": 51163, + "<|15.98|>": 51164, + "<|16.00|>": 51165, + "<|16.02|>": 51166, + "<|16.04|>": 51167, + "<|16.06|>": 51168, + "<|16.08|>": 51169, + "<|16.10|>": 51170, + "<|16.12|>": 51171, + "<|16.14|>": 51172, + "<|16.16|>": 51173, + "<|16.18|>": 51174, + "<|16.20|>": 51175, + "<|16.22|>": 51176, + "<|16.24|>": 51177, + "<|16.26|>": 51178, + "<|16.28|>": 51179, + "<|16.30|>": 51180, + "<|16.32|>": 51181, + "<|16.34|>": 51182, + "<|16.36|>": 51183, + "<|16.38|>": 51184, + "<|16.40|>": 51185, + "<|16.42|>": 51186, + "<|16.44|>": 51187, + "<|16.46|>": 51188, + "<|16.48|>": 51189, + "<|16.50|>": 51190, + "<|16.52|>": 51191, + "<|16.54|>": 51192, + "<|16.56|>": 51193, + "<|16.58|>": 51194, + "<|16.60|>": 51195, + "<|16.62|>": 51196, + "<|16.64|>": 51197, + "<|16.66|>": 51198, + "<|16.68|>": 51199, + "<|16.70|>": 51200, + "<|16.72|>": 51201, + "<|16.74|>": 51202, + "<|16.76|>": 51203, + "<|16.78|>": 51204, + "<|16.80|>": 51205, + "<|16.82|>": 51206, + "<|16.84|>": 51207, + "<|16.86|>": 51208, + "<|16.88|>": 51209, + "<|16.90|>": 51210, + "<|16.92|>": 51211, + "<|16.94|>": 51212, + "<|16.96|>": 51213, + "<|16.98|>": 51214, + "<|17.00|>": 51215, + "<|17.02|>": 51216, + "<|17.04|>": 51217, + "<|17.06|>": 51218, + "<|17.08|>": 51219, + "<|17.10|>": 51220, + "<|17.12|>": 51221, + "<|17.14|>": 51222, + "<|17.16|>": 51223, + "<|17.18|>": 51224, + "<|17.20|>": 51225, + "<|17.22|>": 51226, + "<|17.24|>": 51227, + "<|17.26|>": 51228, + "<|17.28|>": 51229, + "<|17.30|>": 51230, + "<|17.32|>": 51231, + "<|17.34|>": 51232, + "<|17.36|>": 51233, + "<|17.38|>": 51234, + "<|17.40|>": 51235, + "<|17.42|>": 51236, + "<|17.44|>": 51237, + "<|17.46|>": 51238, + "<|17.48|>": 51239, + "<|17.50|>": 51240, + "<|17.52|>": 51241, + "<|17.54|>": 51242, + "<|17.56|>": 51243, + "<|17.58|>": 51244, + "<|17.60|>": 51245, + "<|17.62|>": 51246, + "<|17.64|>": 51247, + "<|17.66|>": 51248, + "<|17.68|>": 51249, + "<|17.70|>": 51250, + "<|17.72|>": 51251, + "<|17.74|>": 51252, + "<|17.76|>": 51253, + "<|17.78|>": 51254, + "<|17.80|>": 51255, + "<|17.82|>": 51256, + "<|17.84|>": 51257, + "<|17.86|>": 51258, + "<|17.88|>": 51259, + "<|17.90|>": 51260, + "<|17.92|>": 51261, + "<|17.94|>": 51262, + "<|17.96|>": 51263, + "<|17.98|>": 51264, + "<|18.00|>": 51265, + "<|18.02|>": 51266, + "<|18.04|>": 51267, + "<|18.06|>": 51268, + "<|18.08|>": 51269, + "<|18.10|>": 51270, + "<|18.12|>": 51271, + "<|18.14|>": 51272, + "<|18.16|>": 51273, + "<|18.18|>": 51274, + "<|18.20|>": 51275, + "<|18.22|>": 51276, + "<|18.24|>": 51277, + "<|18.26|>": 51278, + "<|18.28|>": 51279, + "<|18.30|>": 51280, + "<|18.32|>": 51281, + "<|18.34|>": 51282, + "<|18.36|>": 51283, + "<|18.38|>": 51284, + "<|18.40|>": 51285, + "<|18.42|>": 51286, + "<|18.44|>": 51287, + "<|18.46|>": 51288, + "<|18.48|>": 51289, + "<|18.50|>": 51290, + "<|18.52|>": 51291, + "<|18.54|>": 51292, + "<|18.56|>": 51293, + "<|18.58|>": 51294, + "<|18.60|>": 51295, + "<|18.62|>": 51296, + "<|18.64|>": 51297, + "<|18.66|>": 51298, + "<|18.68|>": 51299, + "<|18.70|>": 51300, + "<|18.72|>": 51301, + "<|18.74|>": 51302, + "<|18.76|>": 51303, + "<|18.78|>": 51304, + "<|18.80|>": 51305, + "<|18.82|>": 51306, + "<|18.84|>": 51307, + "<|18.86|>": 51308, + "<|18.88|>": 51309, + "<|18.90|>": 51310, + "<|18.92|>": 51311, + "<|18.94|>": 51312, + "<|18.96|>": 51313, + "<|18.98|>": 51314, + "<|19.00|>": 51315, + "<|19.02|>": 51316, + "<|19.04|>": 51317, + "<|19.06|>": 51318, + "<|19.08|>": 51319, + "<|19.10|>": 51320, + "<|19.12|>": 51321, + "<|19.14|>": 51322, + "<|19.16|>": 51323, + "<|19.18|>": 51324, + "<|19.20|>": 51325, + "<|19.22|>": 51326, + "<|19.24|>": 51327, + "<|19.26|>": 51328, + "<|19.28|>": 51329, + "<|19.30|>": 51330, + "<|19.32|>": 51331, + "<|19.34|>": 51332, + "<|19.36|>": 51333, + "<|19.38|>": 51334, + "<|19.40|>": 51335, + "<|19.42|>": 51336, + "<|19.44|>": 51337, + "<|19.46|>": 51338, + "<|19.48|>": 51339, + "<|19.50|>": 51340, + "<|19.52|>": 51341, + "<|19.54|>": 51342, + "<|19.56|>": 51343, + "<|19.58|>": 51344, + "<|19.60|>": 51345, + "<|19.62|>": 51346, + "<|19.64|>": 51347, + "<|19.66|>": 51348, + "<|19.68|>": 51349, + "<|19.70|>": 51350, + "<|19.72|>": 51351, + "<|19.74|>": 51352, + "<|19.76|>": 51353, + "<|19.78|>": 51354, + "<|19.80|>": 51355, + "<|19.82|>": 51356, + "<|19.84|>": 51357, + "<|19.86|>": 51358, + "<|19.88|>": 51359, + "<|19.90|>": 51360, + "<|19.92|>": 51361, + "<|19.94|>": 51362, + "<|19.96|>": 51363, + "<|19.98|>": 51364, + "<|2.00|>": 50465, + "<|2.02|>": 50466, + "<|2.04|>": 50467, + "<|2.06|>": 50468, + "<|2.08|>": 50469, + "<|2.10|>": 50470, + "<|2.12|>": 50471, + "<|2.14|>": 50472, + "<|2.16|>": 50473, + "<|2.18|>": 50474, + "<|2.20|>": 50475, + "<|2.22|>": 50476, + "<|2.24|>": 50477, + "<|2.26|>": 50478, + "<|2.28|>": 50479, + "<|2.30|>": 50480, + "<|2.32|>": 50481, + "<|2.34|>": 50482, + "<|2.36|>": 50483, + "<|2.38|>": 50484, + "<|2.40|>": 50485, + "<|2.42|>": 50486, + "<|2.44|>": 50487, + "<|2.46|>": 50488, + "<|2.48|>": 50489, + "<|2.50|>": 50490, + "<|2.52|>": 50491, + "<|2.54|>": 50492, + "<|2.56|>": 50493, + "<|2.58|>": 50494, + "<|2.60|>": 50495, + "<|2.62|>": 50496, + "<|2.64|>": 50497, + "<|2.66|>": 50498, + "<|2.68|>": 50499, + "<|2.70|>": 50500, + "<|2.72|>": 50501, + "<|2.74|>": 50502, + "<|2.76|>": 50503, + "<|2.78|>": 50504, + "<|2.80|>": 50505, + "<|2.82|>": 50506, + "<|2.84|>": 50507, + "<|2.86|>": 50508, + "<|2.88|>": 50509, + "<|2.90|>": 50510, + "<|2.92|>": 50511, + "<|2.94|>": 50512, + "<|2.96|>": 50513, + "<|2.98|>": 50514, + "<|20.00|>": 51365, + "<|20.02|>": 51366, + "<|20.04|>": 51367, + "<|20.06|>": 51368, + "<|20.08|>": 51369, + "<|20.10|>": 51370, + "<|20.12|>": 51371, + "<|20.14|>": 51372, + "<|20.16|>": 51373, + "<|20.18|>": 51374, + "<|20.20|>": 51375, + "<|20.22|>": 51376, + "<|20.24|>": 51377, + "<|20.26|>": 51378, + "<|20.28|>": 51379, + "<|20.30|>": 51380, + "<|20.32|>": 51381, + "<|20.34|>": 51382, + "<|20.36|>": 51383, + "<|20.38|>": 51384, + "<|20.40|>": 51385, + "<|20.42|>": 51386, + "<|20.44|>": 51387, + "<|20.46|>": 51388, + "<|20.48|>": 51389, + "<|20.50|>": 51390, + "<|20.52|>": 51391, + "<|20.54|>": 51392, + "<|20.56|>": 51393, + "<|20.58|>": 51394, + "<|20.60|>": 51395, + "<|20.62|>": 51396, + "<|20.64|>": 51397, + "<|20.66|>": 51398, + "<|20.68|>": 51399, + "<|20.70|>": 51400, + "<|20.72|>": 51401, + "<|20.74|>": 51402, + "<|20.76|>": 51403, + "<|20.78|>": 51404, + "<|20.80|>": 51405, + "<|20.82|>": 51406, + "<|20.84|>": 51407, + "<|20.86|>": 51408, + "<|20.88|>": 51409, + "<|20.90|>": 51410, + "<|20.92|>": 51411, + "<|20.94|>": 51412, + "<|20.96|>": 51413, + "<|20.98|>": 51414, + "<|21.00|>": 51415, + "<|21.02|>": 51416, + "<|21.04|>": 51417, + "<|21.06|>": 51418, + "<|21.08|>": 51419, + "<|21.10|>": 51420, + "<|21.12|>": 51421, + "<|21.14|>": 51422, + "<|21.16|>": 51423, + "<|21.18|>": 51424, + "<|21.20|>": 51425, + "<|21.22|>": 51426, + "<|21.24|>": 51427, + "<|21.26|>": 51428, + "<|21.28|>": 51429, + "<|21.30|>": 51430, + "<|21.32|>": 51431, + "<|21.34|>": 51432, + "<|21.36|>": 51433, + "<|21.38|>": 51434, + "<|21.40|>": 51435, + "<|21.42|>": 51436, + "<|21.44|>": 51437, + "<|21.46|>": 51438, + "<|21.48|>": 51439, + "<|21.50|>": 51440, + "<|21.52|>": 51441, + "<|21.54|>": 51442, + "<|21.56|>": 51443, + "<|21.58|>": 51444, + "<|21.60|>": 51445, + "<|21.62|>": 51446, + "<|21.64|>": 51447, + "<|21.66|>": 51448, + "<|21.68|>": 51449, + "<|21.70|>": 51450, + "<|21.72|>": 51451, + "<|21.74|>": 51452, + "<|21.76|>": 51453, + "<|21.78|>": 51454, + "<|21.80|>": 51455, + "<|21.82|>": 51456, + "<|21.84|>": 51457, + "<|21.86|>": 51458, + "<|21.88|>": 51459, + "<|21.90|>": 51460, + "<|21.92|>": 51461, + "<|21.94|>": 51462, + "<|21.96|>": 51463, + "<|21.98|>": 51464, + "<|22.00|>": 51465, + "<|22.02|>": 51466, + "<|22.04|>": 51467, + "<|22.06|>": 51468, + "<|22.08|>": 51469, + "<|22.10|>": 51470, + "<|22.12|>": 51471, + "<|22.14|>": 51472, + "<|22.16|>": 51473, + "<|22.18|>": 51474, + "<|22.20|>": 51475, + "<|22.22|>": 51476, + "<|22.24|>": 51477, + "<|22.26|>": 51478, + "<|22.28|>": 51479, + "<|22.30|>": 51480, + "<|22.32|>": 51481, + "<|22.34|>": 51482, + "<|22.36|>": 51483, + "<|22.38|>": 51484, + "<|22.40|>": 51485, + "<|22.42|>": 51486, + "<|22.44|>": 51487, + "<|22.46|>": 51488, + "<|22.48|>": 51489, + "<|22.50|>": 51490, + "<|22.52|>": 51491, + "<|22.54|>": 51492, + "<|22.56|>": 51493, + "<|22.58|>": 51494, + "<|22.60|>": 51495, + "<|22.62|>": 51496, + "<|22.64|>": 51497, + "<|22.66|>": 51498, + "<|22.68|>": 51499, + "<|22.70|>": 51500, + "<|22.72|>": 51501, + "<|22.74|>": 51502, + "<|22.76|>": 51503, + "<|22.78|>": 51504, + "<|22.80|>": 51505, + "<|22.82|>": 51506, + "<|22.84|>": 51507, + "<|22.86|>": 51508, + "<|22.88|>": 51509, + "<|22.90|>": 51510, + "<|22.92|>": 51511, + "<|22.94|>": 51512, + "<|22.96|>": 51513, + "<|22.98|>": 51514, + "<|23.00|>": 51515, + "<|23.02|>": 51516, + "<|23.04|>": 51517, + "<|23.06|>": 51518, + "<|23.08|>": 51519, + "<|23.10|>": 51520, + "<|23.12|>": 51521, + "<|23.14|>": 51522, + "<|23.16|>": 51523, + "<|23.18|>": 51524, + "<|23.20|>": 51525, + "<|23.22|>": 51526, + "<|23.24|>": 51527, + "<|23.26|>": 51528, + "<|23.28|>": 51529, + "<|23.30|>": 51530, + "<|23.32|>": 51531, + "<|23.34|>": 51532, + "<|23.36|>": 51533, + "<|23.38|>": 51534, + "<|23.40|>": 51535, + "<|23.42|>": 51536, + "<|23.44|>": 51537, + "<|23.46|>": 51538, + "<|23.48|>": 51539, + "<|23.50|>": 51540, + "<|23.52|>": 51541, + "<|23.54|>": 51542, + "<|23.56|>": 51543, + "<|23.58|>": 51544, + "<|23.60|>": 51545, + "<|23.62|>": 51546, + "<|23.64|>": 51547, + "<|23.66|>": 51548, + "<|23.68|>": 51549, + "<|23.70|>": 51550, + "<|23.72|>": 51551, + "<|23.74|>": 51552, + "<|23.76|>": 51553, + "<|23.78|>": 51554, + "<|23.80|>": 51555, + "<|23.82|>": 51556, + "<|23.84|>": 51557, + "<|23.86|>": 51558, + "<|23.88|>": 51559, + "<|23.90|>": 51560, + "<|23.92|>": 51561, + "<|23.94|>": 51562, + "<|23.96|>": 51563, + "<|23.98|>": 51564, + "<|24.00|>": 51565, + "<|24.02|>": 51566, + "<|24.04|>": 51567, + "<|24.06|>": 51568, + "<|24.08|>": 51569, + "<|24.10|>": 51570, + "<|24.12|>": 51571, + "<|24.14|>": 51572, + "<|24.16|>": 51573, + "<|24.18|>": 51574, + "<|24.20|>": 51575, + "<|24.22|>": 51576, + "<|24.24|>": 51577, + "<|24.26|>": 51578, + "<|24.28|>": 51579, + "<|24.30|>": 51580, + "<|24.32|>": 51581, + "<|24.34|>": 51582, + "<|24.36|>": 51583, + "<|24.38|>": 51584, + "<|24.40|>": 51585, + "<|24.42|>": 51586, + "<|24.44|>": 51587, + "<|24.46|>": 51588, + "<|24.48|>": 51589, + "<|24.50|>": 51590, + "<|24.52|>": 51591, + "<|24.54|>": 51592, + "<|24.56|>": 51593, + "<|24.58|>": 51594, + "<|24.60|>": 51595, + "<|24.62|>": 51596, + "<|24.64|>": 51597, + "<|24.66|>": 51598, + "<|24.68|>": 51599, + "<|24.70|>": 51600, + "<|24.72|>": 51601, + "<|24.74|>": 51602, + "<|24.76|>": 51603, + "<|24.78|>": 51604, + "<|24.80|>": 51605, + "<|24.82|>": 51606, + "<|24.84|>": 51607, + "<|24.86|>": 51608, + "<|24.88|>": 51609, + "<|24.90|>": 51610, + "<|24.92|>": 51611, + "<|24.94|>": 51612, + "<|24.96|>": 51613, + "<|24.98|>": 51614, + "<|25.00|>": 51615, + "<|25.02|>": 51616, + "<|25.04|>": 51617, + "<|25.06|>": 51618, + "<|25.08|>": 51619, + "<|25.10|>": 51620, + "<|25.12|>": 51621, + "<|25.14|>": 51622, + "<|25.16|>": 51623, + "<|25.18|>": 51624, + "<|25.20|>": 51625, + "<|25.22|>": 51626, + "<|25.24|>": 51627, + "<|25.26|>": 51628, + "<|25.28|>": 51629, + "<|25.30|>": 51630, + "<|25.32|>": 51631, + "<|25.34|>": 51632, + "<|25.36|>": 51633, + "<|25.38|>": 51634, + "<|25.40|>": 51635, + "<|25.42|>": 51636, + "<|25.44|>": 51637, + "<|25.46|>": 51638, + "<|25.48|>": 51639, + "<|25.50|>": 51640, + "<|25.52|>": 51641, + "<|25.54|>": 51642, + "<|25.56|>": 51643, + "<|25.58|>": 51644, + "<|25.60|>": 51645, + "<|25.62|>": 51646, + "<|25.64|>": 51647, + "<|25.66|>": 51648, + "<|25.68|>": 51649, + "<|25.70|>": 51650, + "<|25.72|>": 51651, + "<|25.74|>": 51652, + "<|25.76|>": 51653, + "<|25.78|>": 51654, + "<|25.80|>": 51655, + "<|25.82|>": 51656, + "<|25.84|>": 51657, + "<|25.86|>": 51658, + "<|25.88|>": 51659, + "<|25.90|>": 51660, + "<|25.92|>": 51661, + "<|25.94|>": 51662, + "<|25.96|>": 51663, + "<|25.98|>": 51664, + "<|26.00|>": 51665, + "<|26.02|>": 51666, + "<|26.04|>": 51667, + "<|26.06|>": 51668, + "<|26.08|>": 51669, + "<|26.10|>": 51670, + "<|26.12|>": 51671, + "<|26.14|>": 51672, + "<|26.16|>": 51673, + "<|26.18|>": 51674, + "<|26.20|>": 51675, + "<|26.22|>": 51676, + "<|26.24|>": 51677, + "<|26.26|>": 51678, + "<|26.28|>": 51679, + "<|26.30|>": 51680, + "<|26.32|>": 51681, + "<|26.34|>": 51682, + "<|26.36|>": 51683, + "<|26.38|>": 51684, + "<|26.40|>": 51685, + "<|26.42|>": 51686, + "<|26.44|>": 51687, + "<|26.46|>": 51688, + "<|26.48|>": 51689, + "<|26.50|>": 51690, + "<|26.52|>": 51691, + "<|26.54|>": 51692, + "<|26.56|>": 51693, + "<|26.58|>": 51694, + "<|26.60|>": 51695, + "<|26.62|>": 51696, + "<|26.64|>": 51697, + "<|26.66|>": 51698, + "<|26.68|>": 51699, + "<|26.70|>": 51700, + "<|26.72|>": 51701, + "<|26.74|>": 51702, + "<|26.76|>": 51703, + "<|26.78|>": 51704, + "<|26.80|>": 51705, + "<|26.82|>": 51706, + "<|26.84|>": 51707, + "<|26.86|>": 51708, + "<|26.88|>": 51709, + "<|26.90|>": 51710, + "<|26.92|>": 51711, + "<|26.94|>": 51712, + "<|26.96|>": 51713, + "<|26.98|>": 51714, + "<|27.00|>": 51715, + "<|27.02|>": 51716, + "<|27.04|>": 51717, + "<|27.06|>": 51718, + "<|27.08|>": 51719, + "<|27.10|>": 51720, + "<|27.12|>": 51721, + "<|27.14|>": 51722, + "<|27.16|>": 51723, + "<|27.18|>": 51724, + "<|27.20|>": 51725, + "<|27.22|>": 51726, + "<|27.24|>": 51727, + "<|27.26|>": 51728, + "<|27.28|>": 51729, + "<|27.30|>": 51730, + "<|27.32|>": 51731, + "<|27.34|>": 51732, + "<|27.36|>": 51733, + "<|27.38|>": 51734, + "<|27.40|>": 51735, + "<|27.42|>": 51736, + "<|27.44|>": 51737, + "<|27.46|>": 51738, + "<|27.48|>": 51739, + "<|27.50|>": 51740, + "<|27.52|>": 51741, + "<|27.54|>": 51742, + "<|27.56|>": 51743, + "<|27.58|>": 51744, + "<|27.60|>": 51745, + "<|27.62|>": 51746, + "<|27.64|>": 51747, + "<|27.66|>": 51748, + "<|27.68|>": 51749, + "<|27.70|>": 51750, + "<|27.72|>": 51751, + "<|27.74|>": 51752, + "<|27.76|>": 51753, + "<|27.78|>": 51754, + "<|27.80|>": 51755, + "<|27.82|>": 51756, + "<|27.84|>": 51757, + "<|27.86|>": 51758, + "<|27.88|>": 51759, + "<|27.90|>": 51760, + "<|27.92|>": 51761, + "<|27.94|>": 51762, + "<|27.96|>": 51763, + "<|27.98|>": 51764, + "<|28.00|>": 51765, + "<|28.02|>": 51766, + "<|28.04|>": 51767, + "<|28.06|>": 51768, + "<|28.08|>": 51769, + "<|28.10|>": 51770, + "<|28.12|>": 51771, + "<|28.14|>": 51772, + "<|28.16|>": 51773, + "<|28.18|>": 51774, + "<|28.20|>": 51775, + "<|28.22|>": 51776, + "<|28.24|>": 51777, + "<|28.26|>": 51778, + "<|28.28|>": 51779, + "<|28.30|>": 51780, + "<|28.32|>": 51781, + "<|28.34|>": 51782, + "<|28.36|>": 51783, + "<|28.38|>": 51784, + "<|28.40|>": 51785, + "<|28.42|>": 51786, + "<|28.44|>": 51787, + "<|28.46|>": 51788, + "<|28.48|>": 51789, + "<|28.50|>": 51790, + "<|28.52|>": 51791, + "<|28.54|>": 51792, + "<|28.56|>": 51793, + "<|28.58|>": 51794, + "<|28.60|>": 51795, + "<|28.62|>": 51796, + "<|28.64|>": 51797, + "<|28.66|>": 51798, + "<|28.68|>": 51799, + "<|28.70|>": 51800, + "<|28.72|>": 51801, + "<|28.74|>": 51802, + "<|28.76|>": 51803, + "<|28.78|>": 51804, + "<|28.80|>": 51805, + "<|28.82|>": 51806, + "<|28.84|>": 51807, + "<|28.86|>": 51808, + "<|28.88|>": 51809, + "<|28.90|>": 51810, + "<|28.92|>": 51811, + "<|28.94|>": 51812, + "<|28.96|>": 51813, + "<|28.98|>": 51814, + "<|29.00|>": 51815, + "<|29.02|>": 51816, + "<|29.04|>": 51817, + "<|29.06|>": 51818, + "<|29.08|>": 51819, + "<|29.10|>": 51820, + "<|29.12|>": 51821, + "<|29.14|>": 51822, + "<|29.16|>": 51823, + "<|29.18|>": 51824, + "<|29.20|>": 51825, + "<|29.22|>": 51826, + "<|29.24|>": 51827, + "<|29.26|>": 51828, + "<|29.28|>": 51829, + "<|29.30|>": 51830, + "<|29.32|>": 51831, + "<|29.34|>": 51832, + "<|29.36|>": 51833, + "<|29.38|>": 51834, + "<|29.40|>": 51835, + "<|29.42|>": 51836, + "<|29.44|>": 51837, + "<|29.46|>": 51838, + "<|29.48|>": 51839, + "<|29.50|>": 51840, + "<|29.52|>": 51841, + "<|29.54|>": 51842, + "<|29.56|>": 51843, + "<|29.58|>": 51844, + "<|29.60|>": 51845, + "<|29.62|>": 51846, + "<|29.64|>": 51847, + "<|29.66|>": 51848, + "<|29.68|>": 51849, + "<|29.70|>": 51850, + "<|29.72|>": 51851, + "<|29.74|>": 51852, + "<|29.76|>": 51853, + "<|29.78|>": 51854, + "<|29.80|>": 51855, + "<|29.82|>": 51856, + "<|29.84|>": 51857, + "<|29.86|>": 51858, + "<|29.88|>": 51859, + "<|29.90|>": 51860, + "<|29.92|>": 51861, + "<|29.94|>": 51862, + "<|29.96|>": 51863, + "<|29.98|>": 51864, + "<|3.00|>": 50515, + "<|3.02|>": 50516, + "<|3.04|>": 50517, + "<|3.06|>": 50518, + "<|3.08|>": 50519, + "<|3.10|>": 50520, + "<|3.12|>": 50521, + "<|3.14|>": 50522, + "<|3.16|>": 50523, + "<|3.18|>": 50524, + "<|3.20|>": 50525, + "<|3.22|>": 50526, + "<|3.24|>": 50527, + "<|3.26|>": 50528, + "<|3.28|>": 50529, + "<|3.30|>": 50530, + "<|3.32|>": 50531, + "<|3.34|>": 50532, + "<|3.36|>": 50533, + "<|3.38|>": 50534, + "<|3.40|>": 50535, + "<|3.42|>": 50536, + "<|3.44|>": 50537, + "<|3.46|>": 50538, + "<|3.48|>": 50539, + "<|3.50|>": 50540, + "<|3.52|>": 50541, + "<|3.54|>": 50542, + "<|3.56|>": 50543, + "<|3.58|>": 50544, + "<|3.60|>": 50545, + "<|3.62|>": 50546, + "<|3.64|>": 50547, + "<|3.66|>": 50548, + "<|3.68|>": 50549, + "<|3.70|>": 50550, + "<|3.72|>": 50551, + "<|3.74|>": 50552, + "<|3.76|>": 50553, + "<|3.78|>": 50554, + "<|3.80|>": 50555, + "<|3.82|>": 50556, + "<|3.84|>": 50557, + "<|3.86|>": 50558, + "<|3.88|>": 50559, + "<|3.90|>": 50560, + "<|3.92|>": 50561, + "<|3.94|>": 50562, + "<|3.96|>": 50563, + "<|3.98|>": 50564, + "<|30.00|>": 51865, + "<|4.00|>": 50565, + "<|4.02|>": 50566, + "<|4.04|>": 50567, + "<|4.06|>": 50568, + "<|4.08|>": 50569, + "<|4.10|>": 50570, + "<|4.12|>": 50571, + "<|4.14|>": 50572, + "<|4.16|>": 50573, + "<|4.18|>": 50574, + "<|4.20|>": 50575, + "<|4.22|>": 50576, + "<|4.24|>": 50577, + "<|4.26|>": 50578, + "<|4.28|>": 50579, + "<|4.30|>": 50580, + "<|4.32|>": 50581, + "<|4.34|>": 50582, + "<|4.36|>": 50583, + "<|4.38|>": 50584, + "<|4.40|>": 50585, + "<|4.42|>": 50586, + "<|4.44|>": 50587, + "<|4.46|>": 50588, + "<|4.48|>": 50589, + "<|4.50|>": 50590, + "<|4.52|>": 50591, + "<|4.54|>": 50592, + "<|4.56|>": 50593, + "<|4.58|>": 50594, + "<|4.60|>": 50595, + "<|4.62|>": 50596, + "<|4.64|>": 50597, + "<|4.66|>": 50598, + "<|4.68|>": 50599, + "<|4.70|>": 50600, + "<|4.72|>": 50601, + "<|4.74|>": 50602, + "<|4.76|>": 50603, + "<|4.78|>": 50604, + "<|4.80|>": 50605, + "<|4.82|>": 50606, + "<|4.84|>": 50607, + "<|4.86|>": 50608, + "<|4.88|>": 50609, + "<|4.90|>": 50610, + "<|4.92|>": 50611, + "<|4.94|>": 50612, + "<|4.96|>": 50613, + "<|4.98|>": 50614, + "<|5.00|>": 50615, + "<|5.02|>": 50616, + "<|5.04|>": 50617, + "<|5.06|>": 50618, + "<|5.08|>": 50619, + "<|5.10|>": 50620, + "<|5.12|>": 50621, + "<|5.14|>": 50622, + "<|5.16|>": 50623, + "<|5.18|>": 50624, + "<|5.20|>": 50625, + "<|5.22|>": 50626, + "<|5.24|>": 50627, + "<|5.26|>": 50628, + "<|5.28|>": 50629, + "<|5.30|>": 50630, + "<|5.32|>": 50631, + "<|5.34|>": 50632, + "<|5.36|>": 50633, + "<|5.38|>": 50634, + "<|5.40|>": 50635, + "<|5.42|>": 50636, + "<|5.44|>": 50637, + "<|5.46|>": 50638, + "<|5.48|>": 50639, + "<|5.50|>": 50640, + "<|5.52|>": 50641, + "<|5.54|>": 50642, + "<|5.56|>": 50643, + "<|5.58|>": 50644, + "<|5.60|>": 50645, + "<|5.62|>": 50646, + "<|5.64|>": 50647, + "<|5.66|>": 50648, + "<|5.68|>": 50649, + "<|5.70|>": 50650, + "<|5.72|>": 50651, + "<|5.74|>": 50652, + "<|5.76|>": 50653, + "<|5.78|>": 50654, + "<|5.80|>": 50655, + "<|5.82|>": 50656, + "<|5.84|>": 50657, + "<|5.86|>": 50658, + "<|5.88|>": 50659, + "<|5.90|>": 50660, + "<|5.92|>": 50661, + "<|5.94|>": 50662, + "<|5.96|>": 50663, + "<|5.98|>": 50664, + "<|6.00|>": 50665, + "<|6.02|>": 50666, + "<|6.04|>": 50667, + "<|6.06|>": 50668, + "<|6.08|>": 50669, + "<|6.10|>": 50670, + "<|6.12|>": 50671, + "<|6.14|>": 50672, + "<|6.16|>": 50673, + "<|6.18|>": 50674, + "<|6.20|>": 50675, + "<|6.22|>": 50676, + "<|6.24|>": 50677, + "<|6.26|>": 50678, + "<|6.28|>": 50679, + "<|6.30|>": 50680, + "<|6.32|>": 50681, + "<|6.34|>": 50682, + "<|6.36|>": 50683, + "<|6.38|>": 50684, + "<|6.40|>": 50685, + "<|6.42|>": 50686, + "<|6.44|>": 50687, + "<|6.46|>": 50688, + "<|6.48|>": 50689, + "<|6.50|>": 50690, + "<|6.52|>": 50691, + "<|6.54|>": 50692, + "<|6.56|>": 50693, + "<|6.58|>": 50694, + "<|6.60|>": 50695, + "<|6.62|>": 50696, + "<|6.64|>": 50697, + "<|6.66|>": 50698, + "<|6.68|>": 50699, + "<|6.70|>": 50700, + "<|6.72|>": 50701, + "<|6.74|>": 50702, + "<|6.76|>": 50703, + "<|6.78|>": 50704, + "<|6.80|>": 50705, + "<|6.82|>": 50706, + "<|6.84|>": 50707, + "<|6.86|>": 50708, + "<|6.88|>": 50709, + "<|6.90|>": 50710, + "<|6.92|>": 50711, + "<|6.94|>": 50712, + "<|6.96|>": 50713, + "<|6.98|>": 50714, + "<|7.00|>": 50715, + "<|7.02|>": 50716, + "<|7.04|>": 50717, + "<|7.06|>": 50718, + "<|7.08|>": 50719, + "<|7.10|>": 50720, + "<|7.12|>": 50721, + "<|7.14|>": 50722, + "<|7.16|>": 50723, + "<|7.18|>": 50724, + "<|7.20|>": 50725, + "<|7.22|>": 50726, + "<|7.24|>": 50727, + "<|7.26|>": 50728, + "<|7.28|>": 50729, + "<|7.30|>": 50730, + "<|7.32|>": 50731, + "<|7.34|>": 50732, + "<|7.36|>": 50733, + "<|7.38|>": 50734, + "<|7.40|>": 50735, + "<|7.42|>": 50736, + "<|7.44|>": 50737, + "<|7.46|>": 50738, + "<|7.48|>": 50739, + "<|7.50|>": 50740, + "<|7.52|>": 50741, + "<|7.54|>": 50742, + "<|7.56|>": 50743, + "<|7.58|>": 50744, + "<|7.60|>": 50745, + "<|7.62|>": 50746, + "<|7.64|>": 50747, + "<|7.66|>": 50748, + "<|7.68|>": 50749, + "<|7.70|>": 50750, + "<|7.72|>": 50751, + "<|7.74|>": 50752, + "<|7.76|>": 50753, + "<|7.78|>": 50754, + "<|7.80|>": 50755, + "<|7.82|>": 50756, + "<|7.84|>": 50757, + "<|7.86|>": 50758, + "<|7.88|>": 50759, + "<|7.90|>": 50760, + "<|7.92|>": 50761, + "<|7.94|>": 50762, + "<|7.96|>": 50763, + "<|7.98|>": 50764, + "<|8.00|>": 50765, + "<|8.02|>": 50766, + "<|8.04|>": 50767, + "<|8.06|>": 50768, + "<|8.08|>": 50769, + "<|8.10|>": 50770, + "<|8.12|>": 50771, + "<|8.14|>": 50772, + "<|8.16|>": 50773, + "<|8.18|>": 50774, + "<|8.20|>": 50775, + "<|8.22|>": 50776, + "<|8.24|>": 50777, + "<|8.26|>": 50778, + "<|8.28|>": 50779, + "<|8.30|>": 50780, + "<|8.32|>": 50781, + "<|8.34|>": 50782, + "<|8.36|>": 50783, + "<|8.38|>": 50784, + "<|8.40|>": 50785, + "<|8.42|>": 50786, + "<|8.44|>": 50787, + "<|8.46|>": 50788, + "<|8.48|>": 50789, + "<|8.50|>": 50790, + "<|8.52|>": 50791, + "<|8.54|>": 50792, + "<|8.56|>": 50793, + "<|8.58|>": 50794, + "<|8.60|>": 50795, + "<|8.62|>": 50796, + "<|8.64|>": 50797, + "<|8.66|>": 50798, + "<|8.68|>": 50799, + "<|8.70|>": 50800, + "<|8.72|>": 50801, + "<|8.74|>": 50802, + "<|8.76|>": 50803, + "<|8.78|>": 50804, + "<|8.80|>": 50805, + "<|8.82|>": 50806, + "<|8.84|>": 50807, + "<|8.86|>": 50808, + "<|8.88|>": 50809, + "<|8.90|>": 50810, + "<|8.92|>": 50811, + "<|8.94|>": 50812, + "<|8.96|>": 50813, + "<|8.98|>": 50814, + "<|9.00|>": 50815, + "<|9.02|>": 50816, + "<|9.04|>": 50817, + "<|9.06|>": 50818, + "<|9.08|>": 50819, + "<|9.10|>": 50820, + "<|9.12|>": 50821, + "<|9.14|>": 50822, + "<|9.16|>": 50823, + "<|9.18|>": 50824, + "<|9.20|>": 50825, + "<|9.22|>": 50826, + "<|9.24|>": 50827, + "<|9.26|>": 50828, + "<|9.28|>": 50829, + "<|9.30|>": 50830, + "<|9.32|>": 50831, + "<|9.34|>": 50832, + "<|9.36|>": 50833, + "<|9.38|>": 50834, + "<|9.40|>": 50835, + "<|9.42|>": 50836, + "<|9.44|>": 50837, + "<|9.46|>": 50838, + "<|9.48|>": 50839, + "<|9.50|>": 50840, + "<|9.52|>": 50841, + "<|9.54|>": 50842, + "<|9.56|>": 50843, + "<|9.58|>": 50844, + "<|9.60|>": 50845, + "<|9.62|>": 50846, + "<|9.64|>": 50847, + "<|9.66|>": 50848, + "<|9.68|>": 50849, + "<|9.70|>": 50850, + "<|9.72|>": 50851, + "<|9.74|>": 50852, + "<|9.76|>": 50853, + "<|9.78|>": 50854, + "<|9.80|>": 50855, + "<|9.82|>": 50856, + "<|9.84|>": 50857, + "<|9.86|>": 50858, + "<|9.88|>": 50859, + "<|9.90|>": 50860, + "<|9.92|>": 50861, + "<|9.94|>": 50862, + "<|9.96|>": 50863, + "<|9.98|>": 50864, + "<|af|>": 50327, + "<|am|>": 50334, + "<|ar|>": 50272, + "<|as|>": 50350, + "<|az|>": 50304, + "<|ba|>": 50355, + "<|be|>": 50330, + "<|bg|>": 50292, + "<|bn|>": 50302, + "<|bo|>": 50347, + "<|br|>": 50309, + "<|bs|>": 50315, + "<|ca|>": 50270, + "<|cs|>": 50283, + "<|cy|>": 50297, + "<|da|>": 50285, + "<|de|>": 50261, + "<|el|>": 50281, + "<|endoftext|>": 50257, + "<|en|>": 50259, + "<|es|>": 50262, + "<|et|>": 50307, + "<|eu|>": 50310, + "<|fa|>": 50300, + "<|fi|>": 50277, + "<|fo|>": 50338, + "<|fr|>": 50265, + "<|gl|>": 50319, + "<|gu|>": 50333, + "<|haw|>": 50352, + "<|ha|>": 50354, + "<|he|>": 50279, + "<|hi|>": 50276, + "<|hr|>": 50291, + "<|ht|>": 50339, + "<|hu|>": 50286, + "<|hy|>": 50312, + "<|id|>": 50275, + "<|is|>": 50311, + "<|it|>": 50274, + "<|ja|>": 50266, + "<|jw|>": 50356, + "<|ka|>": 50329, + "<|kk|>": 50316, + "<|km|>": 50323, + "<|kn|>": 50306, + "<|ko|>": 50264, + "<|la|>": 50294, + "<|lb|>": 50345, + "<|ln|>": 50353, + "<|lo|>": 50336, + "<|lt|>": 50293, + "<|lv|>": 50301, + "<|mg|>": 50349, + "<|mi|>": 50295, + "<|mk|>": 50308, + "<|ml|>": 50296, + "<|mn|>": 50314, + "<|mr|>": 50320, + "<|ms|>": 50282, + "<|mt|>": 50343, + "<|my|>": 50346, + "<|ne|>": 50313, + "<|nl|>": 50271, + "<|nn|>": 50342, + "<|nospeech|>": 50363, + "<|notimestamps|>": 50364, + "<|no|>": 50288, + "<|oc|>": 50328, + "<|pa|>": 50321, + "<|pl|>": 50269, + "<|ps|>": 50340, + "<|pt|>": 50267, + "<|ro|>": 50284, + "<|ru|>": 50263, + "<|sa|>": 50344, + "<|sd|>": 50332, + "<|si|>": 50322, + "<|sk|>": 50298, + "<|sl|>": 50305, + "<|sn|>": 50324, + "<|so|>": 50326, + "<|sq|>": 50317, + "<|sr|>": 50303, + "<|startoflm|>": 50361, + "<|startofprev|>": 50362, + "<|startoftranscript|>": 50258, + "<|su|>": 50357, + "<|sv|>": 50273, + "<|sw|>": 50318, + "<|ta|>": 50287, + "<|te|>": 50299, + "<|tg|>": 50331, + "<|th|>": 50289, + "<|tk|>": 50341, + "<|tl|>": 50348, + "<|transcribe|>": 50360, + "<|translate|>": 50359, + "<|tr|>": 50268, + "<|tt|>": 50351, + "<|uk|>": 50280, + "<|ur|>": 50290, + "<|uz|>": 50337, + "<|vi|>": 50278, + "<|yi|>": 50335, + "<|yo|>": 50325, + "<|yue|>": 50358, + "<|zh|>": 50260 +} diff --git a/last-checkpoint/config.json b/last-checkpoint/config.json new file mode 100644 index 0000000..934e848 --- /dev/null +++ b/last-checkpoint/config.json @@ -0,0 +1,47 @@ +{ + "activation_dropout": 0.0, + "activation_function": "gelu", + "apply_spec_augment": true, + "architectures": [ + "WhisperForConditionalGeneration" + ], + "attention_dropout": 0.0, + "begin_suppress_tokens": null, + "bos_token_id": 50257, + "classifier_proj_size": 256, + "d_model": 1280, + "decoder_attention_heads": 20, + "decoder_ffn_dim": 5120, + "decoder_layerdrop": 0.0, + "decoder_layers": 32, + "decoder_start_token_id": 50258, + "dropout": 0.0, + "encoder_attention_heads": 20, + "encoder_ffn_dim": 5120, + "encoder_layerdrop": 0.0, + "encoder_layers": 32, + "eos_token_id": 50257, + "forced_decoder_ids": null, + "init_std": 0.02, + "is_encoder_decoder": true, + "mask_feature_length": 10, + "mask_feature_min_masks": 2, + "mask_feature_prob": 0.05, + "mask_time_length": 10, + "mask_time_min_masks": 2, + "mask_time_prob": 0.05, + "max_length": null, + "max_source_positions": 1500, + "max_target_positions": 448, + "median_filter_width": 7, + "model_type": "whisper", + "num_hidden_layers": 32, + "num_mel_bins": 128, + "pad_token_id": 50256, + "scale_embedding": false, + "torch_dtype": "bfloat16", + "transformers_version": "4.52.0", + "use_cache": false, + "use_weighted_layer_sum": false, + "vocab_size": 51866 +} diff --git a/last-checkpoint/generation_config.json b/last-checkpoint/generation_config.json new file mode 100644 index 0000000..605b260 --- /dev/null +++ b/last-checkpoint/generation_config.json @@ -0,0 +1,168 @@ +{ + "alignment_heads": [ + [ + 7, + 0 + ], + [ + 10, + 17 + ], + [ + 12, + 18 + ], + [ + 13, + 12 + ], + [ + 16, + 1 + ], + [ + 17, + 14 + ], + [ + 19, + 11 + ], + [ + 21, + 4 + ], + [ + 24, + 1 + ], + [ + 25, + 6 + ] + ], + "begin_suppress_tokens": [ + 220, + 50257 + ], + "bos_token_id": 50257, + "decoder_start_token_id": 50258, + "eos_token_id": 50257, + "is_multilingual": true, + "lang_to_id": { + "<|af|>": 50327, + "<|am|>": 50334, + "<|ar|>": 50272, + "<|as|>": 50350, + "<|az|>": 50304, + "<|ba|>": 50355, + "<|be|>": 50330, + "<|bg|>": 50292, + "<|bn|>": 50302, + "<|bo|>": 50347, + "<|br|>": 50309, + "<|bs|>": 50315, + "<|ca|>": 50270, + "<|cs|>": 50283, + "<|cy|>": 50297, + "<|da|>": 50285, + "<|de|>": 50261, + "<|el|>": 50281, + "<|en|>": 50259, + "<|es|>": 50262, + "<|et|>": 50307, + "<|eu|>": 50310, + "<|fa|>": 50300, + "<|fi|>": 50277, + "<|fo|>": 50338, + "<|fr|>": 50265, + "<|gl|>": 50319, + "<|gu|>": 50333, + "<|haw|>": 50352, + "<|ha|>": 50354, + "<|he|>": 50279, + "<|hi|>": 50276, + "<|hr|>": 50291, + "<|ht|>": 50339, + "<|hu|>": 50286, + "<|hy|>": 50312, + "<|id|>": 50275, + "<|is|>": 50311, + "<|it|>": 50274, + "<|ja|>": 50266, + "<|jw|>": 50356, + "<|ka|>": 50329, + "<|kk|>": 50316, + "<|km|>": 50323, + "<|kn|>": 50306, + "<|ko|>": 50264, + "<|la|>": 50294, + "<|lb|>": 50345, + "<|ln|>": 50353, + "<|lo|>": 50336, + "<|lt|>": 50293, + "<|lv|>": 50301, + "<|mg|>": 50349, + "<|mi|>": 50295, + "<|mk|>": 50308, + "<|ml|>": 50296, + "<|mn|>": 50314, + "<|mr|>": 50320, + "<|ms|>": 50282, + "<|mt|>": 50343, + "<|my|>": 50346, + "<|ne|>": 50313, + "<|nl|>": 50271, + "<|nn|>": 50342, + "<|no|>": 50288, + "<|oc|>": 50328, + "<|pa|>": 50321, + "<|pl|>": 50269, + "<|ps|>": 50340, + "<|pt|>": 50267, + "<|ro|>": 50284, + "<|ru|>": 50263, + "<|sa|>": 50344, + "<|sd|>": 50332, + "<|si|>": 50322, + "<|sk|>": 50298, + "<|sl|>": 50305, + "<|sn|>": 50324, + "<|so|>": 50326, + "<|sq|>": 50317, + "<|sr|>": 50303, + "<|su|>": 50357, + "<|sv|>": 50273, + "<|sw|>": 50318, + "<|ta|>": 50287, + "<|te|>": 50299, + "<|tg|>": 50331, + "<|th|>": 50289, + "<|tk|>": 50341, + "<|tl|>": 50348, + "<|tr|>": 50268, + "<|tt|>": 50351, + "<|uk|>": 50280, + "<|ur|>": 50290, + "<|uz|>": 50337, + "<|vi|>": 50278, + "<|yi|>": 50335, + "<|yo|>": 50325, + "<|yue|>": 50358, + "<|zh|>": 50260 + }, + "language": null, + "max_initial_timestamp_index": 50, + "max_length": 448, + "no_timestamps_token_id": 50364, + "pad_token_id": 50257, + "prev_sot_token_id": 50362, + "return_timestamps": false, + "suppress_tokens": [], + "task": "transcribe", + "task_to_id": { + "transcribe": 50360, + "translate": 50359 + }, + "transformers_version": "4.52.0" +} diff --git a/last-checkpoint/merges.txt b/last-checkpoint/merges.txt new file mode 100644 index 0000000..6038932 --- /dev/null +++ b/last-checkpoint/merges.txt @@ -0,0 +1,50001 @@ +#version: 0.2 +Ġ t +Ġ a +Ġt h +i n +e r +Ġ w +Ġ s +o u +Ġth e +r e +o n +a t +e n +Ġ c +i t +i s +Ġ b +n d +Ġ d +Ġ m +Ġ h +Ġ o +in g +e s +Ġ p +Ġt o +a n +Ġ f +o r +l l +Ġ I +Ġ l +Ġ y +a r +Ġ g +Ġy ou +e d +Ġa nd +Ġ in +Ġo f +a s +Ġ n +o m +i c +Ġth at +u s +e t +v e +a l +o w +l e +Ġ is +Ġ e +Ġ it +o t +' s +Ġb e +i on +Ġ T +Ġw h +Ġ A +en t +Ġ S +Ġ re +a y +Ġw e +Ġ on +er e +Ġh a +u t +a c +i d +i g +o s +k e +v er +i m +Ġ Ð +ĠT h +a m +a ll +Ġf or +e l +c h +r o +Ġth is +Ġs t +Ġ W +Ġ u +a d +ou t +i r +l d +c t +Ġ k +i f +Ġg o +. . +Ð ¾ +it h +l y +h t +q u +Ġ - +Ġd o +Ġ j +Ġha ve +Ġ B +Ġa n +Ġw ith +Ġa re +Ġ r +Ġd e +Ġs e +Ġs o +Ġ v +s t +i ll +u r +Ġl i +Ġ M +es t +o d +all y +' t +us t +Ġa s +Ġ C +c e +Ġm e +Ð ° +Ð µ +i l +Ġ H +Ġw as +t er +t h +Ġc an +an t +Ġc om +ou r +ig ht +Ġ Y +at ion +ĠA nd +o l +Ġs h +Ñ Ĥ +o p +s e +Ġn ot +ĠS o +Ġn e +u n +Ġa b +Ġli ke +Ġa t +Ġ D +i e +Ġh e +Ġc on +Ġc h +o re +Ġa l +Ġo r +Ġ qu +Ġ O +om e +r a +u l +Ġ N +p p +Ġyou r +ou ld +Ġ P +Ġf r +g e +er s +' re +Ð ¸ +Ġthe y +Ġwh at +us e +Ġa ll +ĠTh e +Ġ L +es s +e m +Ġk n +Ġj ust +ar t +Ġp ro +ver y +u m +Ġl o +Ġ ì +Ġm y +o k +Ġe x +a b +Ġth ere +Ġb ut +Ġkn ow +Ġs u +Ġ G +Ñ ģ +Ġ E +Ġm a +о Ð +Ġ en +Ġab out +ĠI t +is t +Ġw or +r i +in d +Ġon e +at e +a nd +in k +Ġl e +or t +' m +Ġ F +ic h +Ñ Ģ +id e +Ġg et +Ġ out +.. . +Ġw ill +ã ģ +i ve +Ð ½ +Ġfr om +a in +ĠW e +Ġu p +p e +re s +c a +Ġ R +Ġ if +Ġp l +Ġd on +ac k +Ġ 1 +Ġ " +Ġt r +Ġ us +ĠW h +it y +Ġ J +ĠY ou +Ġh ere +h er +Ġs ome +ou g +a k +ar d +Ġgo ing +Ġu n +m ent +Ġth ink +Ġp e +en d +Ġ ( +ca use +Ġt im +as t +à © +Ġ our +Ġw ant +am e +i es +Ġ ë +u d +in e +Ġre ally +Ġt e +Ġse e +c i +Ġb y +s o +u re +os e +Ġ [ +a re +Ġm ore +a h +on e +c k +op le +а Ð +Ġthe n +Ġth ing +Ġthe m +v en +ou nd +os t +on g +e ct +Ġr ight +a g +Ġin t +Ġpe ople +Ġwh en +ou s +p l +Ġtim e +Ġ im +Ġwh o +Ġ 2 +a p +Ġbe cause +h ing +Ġn o +ic e +Ġlo ok +Ġh as +Ġw ould +Ġh ow +ac t +Ġf e +n t +oug h +Ġp r +ĠB ut +Ġs ay +Ñ ĥ +Ġn ow +Ġm an +Ġ very +Ġwor k +i z +Ġ K +i v +it t +Ġa r +e p +Ġc l +Ġwh ich +Ġc o +an s +' ve +Ġs a +f f +' ll +Ġan y +Ġa ct +Ġy e +b er +ac h +a ge +p er +Ġal so +f er +Ġthe se +Ġa d +е Ð +th er +ac e +ic k +a ke +re at +i re +u e +Ġa g +Ġ U +u ch +ion s +r y +0 0 +n a +Ġd id +Ġqu e +Ġha d +Ġe very +ĠH e +Ġl a +Ġw ay +Ġs p +b le +ĠTh is +as s +Ġthe ir +it e +Ġne ed +Ġp art +Ġw ere +Ġb ack +i p +ow n +om et +b e +as e +Ġma ke +ir st +i a +en ce +an g +an k +Ġg ot +Ġp re +Ġcon t +Ġo ther +p t +ĠTh at +o g +Ġgo od +Ġint o +al k +Ġbe en +Ġa m +Ġo ver +u ally +Ġ â +ì Ŀ +Ġu nd +h e +w ay +Ġg r +Ñ Į +Ġd if +Ġp er +Ñ ı +ĠI n +Ġt w +on d +ar s +in t +or m +Ġl ot +Ġwh ere +Ġ à +Ġ V +Ġs omet +Ð » +en s +Ġg u +Ġa c +u g +Ñ ĭ +Ä ± +Ġf irst +re e +Ġh is +itt le +Ġim p +Ġm o +a v +Ġl ittle +ĠWh at +Ġm uch +Ġ z +Ġ ê +ab le +ĠÐ ¿ +Ġp o +Ġcom p +n e +Ġd is +Ġl et +an ce +Ġh er +Ġthing s +Ġst art +ul t +Ġa pp +Ġre s +Ġf o +Ġc ould +Ġin ter +Ġth ose +Ġd es +Ġwe ll +Ġtw o +Ġk ind +x t +res s +el y +à ¤ +Ġb r +Ġth r +ĠÐ ² +Ġ i +is h +Ġdif fer +Ġ ro +ĠS t +Ġsomet hing +Ġt ake +Ġb o +y s +Ġsh e +Ġt alk +l o +Ñ ĩ +Ġe ven +Ð º +ã Ģ +ĠÐ ½ +Ġb u +ĠI f +Ġd own +ĠC h +ad e +ation s +Ġ use +or d +Ġof f +Ġact ually +Ġs pe +d u +at ed +at er +os s +n ing +à ¼ +Ġdo es +Ġ Ñģ +Ġne w +Ġb et +ve l +c ess +p le +Ġha pp +t ing +on na +Ġ es +Ġd ay +Ġon ly +ig n +k ay +s el +ent s +ou nt +i ld +i le +Ġs c +Ġh im +Ġag ain +v ing +Ġg onna +Ġcom m +Ġh el +ot her +Ġ ke +ic al +Ġ 3 +Ġe l +Ġthr ough +Ġcom e +ar k +d ay +i er +à ³ +Ġth an +ĠThe y +Ġm ay +Ġs er +í ķ +Ġc all +Ġdiffer ent +Ġsh ould +ĠTh ere +ar y +ĠN ow +ã Ĥ +th ing +w e +or y +f ter +Ġp ut +or s +i al +ë ĭ +Ġund er +Ġin c +ĠY e +u b +f orm +Ġv ide +à ¸ +ver s +Ġfe el +à ¡ +od y +f t +f ore +Ġe m +g et +Ġsa id +it ion +Ġre c +i ous +at ch +Ġtr y +Ġhel p +Ġsh ow +Ð ´ +Ġb it +u ll +Ð ² +ÑĤ о +g r +Ġpl ay +if e +a il +ĠYe ah +Ġqu est +Ġman y +Ġp ers +Ġg reat +Ã Ń +Ġ est +n g +Ġâ Ļ +t y +l a +ĠO h +Ġ × +à ® +ĠB e +ad y +Ġm ost +ct ion +ĠN o +Ġdo ing +Ġbe ing +Ġto o +c es +Ġb l +. " +Ġre m +is s +on s +> > +r u +w n +on t +i b +e ll +Ġs m +ot h +u al +Ġ >> +Ġp h +l es +o c +f ul +Ġse c +is e +Ġad d +ig h +er t +Ġs ame +â Ģ +Ġme an +Ġf ind +e k +Ġen d +- - +Ð ¼ +Ġst ill +a z +Ġ ' +Ġm in +Ġye ars +ur n +Ġar ound +sel f +Ġw r +b s +oug ht +ĠâĻ ª +Ġf l +an ge +Ġa fter +Ġpo int +m er +v ed +Ġl ong +o y +ä ¸ +Ġc r +way s +Ġs y +Ġt ra +Ġ2 0 +a ve +Ġch e +Ġ ent +Ġbe fore +p h +Ġat t +i an +i ly +Ġpers on +Ġb ig +Ġs ch +Ġre al +Ġne xt +Ġlo ve +Ġvide o +ĠL et +Ġf in +Ġma k +i ble +Ġto day +er m +ĠA l +ow er +an n +i x +Ġp ar +Ġst ud +à ¶ +Ġimp ort +t e +Ġg ive +v es +Ġd ie +Ġde c +Ġte ll +ĠÐ º +Ñģ ÑĤ +Ġwh y +ic ally +ic t +re d +Ġb as +Ġsu re +Ġbe l +at ing +Ġt ak +Ġs et +Ġl ife +Ġdid n +Ø § +o b +u nd +at h +Ġo p +ĠÐ ¾ +a it +Ġwor ld +Ġsu pp +i o +Ġc our +ĠÐ ¸ +w ard +е н +Ġal ways +u p +Ġha nd +ĠH ow +ci al +Ġcon s +Ġ Ñ +Ġin d +Ġ 4 +ĠA s +Ġf un +j ect +Ġimport ant +Ġs ur +e w +at es +Ġ 5 +Ġd i +Ġm ade +Ġin s +Ġas k +Ġ et +Ġn um +Ġc ar +ĠO kay +Ġs im +i k +Ġl ast +ĠG o +Ġm us +Ġre l +ul ar +´ ì +ĠWe ll +pe ct +ĠTh ank +Ġth ree +à £ +ã ĥ +Ġin v +Ġg en +l ic +Ġhapp en +ë Ĭ +i en +e ver +оР² +Ġst r +ĠA ll +Ġin st +Ġâ Ģ +Ġde f +Ġs l +Ġm ight +un g +Ġye ar +Ġo wn +Ġke ep +b ody +d er +Ġ ÑĤ +ĠÐ ´ +Ġan other +Ġm od +Ġe v +Ġgu ys +Ġab le +ã o +qu e +id ent +ĠY es +Ġit s +Ġpl ace +Ġpro du +ar n +ĠÐ ¼ +Ġre p +Ġex per +Ġf am +it ies +if ic +Ġh igh +i ed +o ol +ie w +е ÑĤ +re n +Ġdon e +Ġ ... +ëĬ Ķ +st em +ĠS e +Ġbet ter +c ome +Ġd el +Ġt y +Ġu m +Ġh o +ĠA n +Ġm on +ing s +Ġs k +Ġo b +c om +ble m +op e +st and +' d +ment s +Ġe le +ĠI s +Ġd a +Ġre g +le ase +i ke +al s +iz e +ê ° +Ġc are +Ġne ver +ìĿ ´ +es e +Ġm et +ol og +ĠWh en +u ck +е ÑĢ +Ġ é +Ġd at +à § +Ġex am +il ity +Ġd et +c ri +Ġus ed +ĠD o +Ġtr ans +e g +t en +Ñ İ +c us +Ġsec ond +Ġb est +Ġh ard +Ġ ide +Ġpro blem +ê ³ +ĠU n +Ñ ħ +Ġ Î +Ġw atch +ĠS h +at ter +Ġpre t +Ġd er +Ġcour se +Å Ł +at ive +ic s +Ġquest ion +ut e +ì Ĺ +ĠF or +at her +Ġc ol +i end +Ġ í +Ġ Z +Ġdoes n +ar ch +Ġinter est +Ġp ol +Ġc or +i ence +Ġp res +Ġe ach +Ġsy stem +Ġf act +i el +ab ly +Ġ er +Ġr un +Ġì Ŀ +Ġto p +n er +Ġth ought +Ġe as +i ent +Ġc re +Ñ Ī +Ġcomm un +y e +re ady +ll ow +Ġevery thing +om m +Ġm ed +ļ Ķ +Ġc ount +it s +Ġcom pl +h ip +Ù Ħ +o ok +Ġto get +Ġtoget her +am p +Ġg ame +Ġal ready +аР» +Ġcall ed +al e +Å Ĥ +ĠM y +Ġunder stand +Ġd r +Ġm om +it ed +оР» +Ġus ing +z y +Ġnum ber +ãĢ ģ +c ed +Ġc le +н о +ëĭ ¤ +in ce +Ġlook ing +Ġpret ty +Ġpro b +ĠS he +Ġ ve +Ġget ting +Ġwe ek +Ġe ff +u ff +a ir +u es +er n +Ġ Q +ou p +ent ion +Ġs ide +оР¼ +Ġfor m +Ġb us +Ġas s +Ġ ed +as on +we en +âĢ ¦ +Ġt urn +Ġc ur +Ġco ll +Ġd ire +ĠG od +Ġ1 0 +Ġe qu +ĠÐ ± +Ġop en +Ġsu ch +ir d +аРº +Ġe ar +Ä Ļ +g an +Ġpart ic +Ġfr iend +Ġex p +Ġex t +Ġh ome +Ġw ater +ĠO n +ÑĤ ÑĮ +or k +Ġп ÑĢ +Ġmo ve +n ess +en se +h o +Ġch ar +c o +in s +Ġb oth +Ġ1 9 +Ġg ra +Ġbet ween +á » +Ġì ķ +as h +ĠR e +a i +al th +u res +em ber +Ġa v +Ġ ver +à ª +one y +Ġth ank +Ġmay be +u c +im e +ê³ ł +Ġa way +Ġn ame +ou se +Ġac c +Ġmus ic +Ġch ange +Ġp ass +g er +Ġbu ild +Ġv al +in ess +an y +Ġfe w +´ ë +t a +Ġl ist +à ¥ +Ġo ld +Ġì ŀ +Ġs ort +Ġme m +Ġc a +ce pt +Ġgen er +Ġye ah +Ġwh ile +Ġany thing +r ic +gr am +Ġe in +c y +ur ing +ĠD e +Ġp ower +Ġcom ing +Ġwor d +Ġ- - +Ġbel ie +Ġf ound +t o +Ð ¿ +Ġme ans +Ġin form +Ġ Ø +Ġ Ñĩ +Ġsm all +00 0 +Ġc ame +Ġ íķ +w h +Ġwork ing +Ġexam ple +Ġp os +Ġde p +ê ² +ä º +ot e +Ġde m +ì § +t s +Ġv ar +a ut +Ġt ri +ch n +Ġhe ad +Ġwho le +× Ļ +z e +Ġtry ing +Ġt em +Ġc ou +et s +Ġ 6 +Ġf il +vel op +Ġc ase +à ¯ +Ġprob ably +Ġo kay +Ġpl an +Ġs it +Ġsch ool +ĠTh en +¸ ë +m e +Ġpro cess +Ġf ar +Ġre ad +Ġp oss +Ġb re +Ġso l +ic ht +Ġsupp ort +ĠT o +ert ain +Ġstart ed +Ġc ap +Ġle ft +Ġdat a +Ġtim es +еР» +Ġwant ed +а н +Ġtalk ing +Ġis t +Ġha ving +um p +Ġcont in +Ġsu b +ĠÐ · +p r +ëĭ Ī +in a +Å ¼ +Ġc reat +od e +× ķ +æ ĺ +! ! +Ġt erm +is m +оР´ +ĠBe cause +Ġw ent +id er +Ġpro v +Ġch ild +Ġd en +Ġl ight +b r +³ о +o h +Ġbo ok +Ġ Ù +ut ion +ĠJ ust +en e +Ġf our +Ġv is +ê° Ģ +Ġh ope +Ġmak ing +ĠL e +ì ķ +Ġo pp +a u +Ġm oney +Ġpro gram +à ¨ +Ġst and +I N +Ġs ign +Ġle arn +à ł +ĠD on +Ġte am +Ġн а +l ud +Ġre st +ic es +æ ľ +Ġ ÑĢ +Ġa ut +Ġle ad +ation al +d e +g y +Ġn ice +Ġd as +Ġd ist +Ġh um +ĠO ne +æ Ī +Ġcom es +Ġj o +Ġc ent +Ġex pl +Ġm ark +re en +l ed +g in +ì ļĶ +Ġle vel +Ġcon f +us h +Ġde velop +Ġt est +en g +v ious +at ure +еР¼ +re t +Ġj e +Ġst uff +Ġcl ass +ow s +Ġê · +Ġs i +Ġl es +ro p +ç ļ +Ġp or +Ġw ar +ìĹ IJ +Ġevery one +Ġg e +Ġche ck +ot t +Ġs ing +Ġar t +Ġfo llow +Ġ20 1 +ĠF r +a is +ì ĸ +Î ± +å ° +Ġà ł +im es +Ġre t +Ġch ang +Ġp ub +Ġin f +Ġte chn +ad a +iv es +Ġbe h +æĺ ¯ +Ġlook s +ãĢ Ĥ +Ð · +ĠWh y +çļ Ħ +Ġen ough +Ġb ra +it ch +ä » +Ġad v +Ð ± +Ġwith out +w er +mer ic +d en +Ġcompl et +Ġide a +ter s +o ck +Ġdef in +Ġe ver +Ġg l +Ġon ce +Ġbr ing +Ġsay ing +Ġan s +Ġhe ar +n ect +Ġl ess +g o +re am +ad o +ì ŀ +Ġm ind +ent e +Ġf ull +Ġb ad +Ġw om +Ġsome one +Ġd u +Ġw on +Ġcont ro +ort un +Ġhe alth +Ġch o +ĠA r +Ġcon c +Ġinform ation +Ġst op +at t +at ely +ä ½ +Ġgr oup +Ġ Ñĥ +Ġqu ite +Ġres p +E R +ug ht +ê ¸ +m an +iz ed +ĠB r +Ġrem ember +Ġfam ily +Ġbus iness +a w +Ġspe c +Ġa u +ĠO r +Ä ħ +Ġse en +Ġl ar +Ġ 7 +g g +b ers +Ġd ra +Ġmon th +Ġsay s +Ġis s +Ġli ve +Ġl ine +Ġmom ent +Ġex c +el s +Ġs ound +Ġco ol +Ġlo c +Ġc ertain +Ġd ri +о ÑĤ +am es +Ġm ust +n y +и ÑĤ +Ġk id +Ġinc lud +ìĿ Ħ +at or +Ä Ł +h a +are d +Ġse em +Ð ¹ +ì Ħ +Ġel se +Ġì ł +ir l +Ġ 8 +Ġv o +Ġquest ions +in es +e e +æĪ ij +ü r +ĠA meric +Ġst ory +Ġser v +ver n +ag es +l and +ĠâĢ ĵ +er a +ĠC an +Ġp op +et her +Ġn a +Ġor der +Ġmak es +Ġs ince +c on +ct or +Ġth ough +Ġprodu ct +л и +Ġle g +Ġme et +al f +Ñģ Ñı +un ch +it er +o ve +×ķ × +i et +аР¼ +it al +Ġsu per +l ing +Ġp ay +Ġpar a +Ġj ob +ĠH ere +Ġs w +k s +pt ion +m a +Ġbelie ve +¬ ë +Ġw ait +оР¹ +Ġun t +Ġqu ick +h r +ĠÑ į +ĠP ro +Ġm en +à ¹ +Ġday s +Ġgo es +Ġspe ak +ĠA t +em ent +Ġm iss +Ġa w +Ġdes ign +Ġpro ject +о ÑĢ +i j +ant s +at s +ĠCh r +Ġ 9 +Ġc ut +Ġre qu +Ġн е +ĠN ot +as ter +Ġm ill +Ġpartic ular +Ġp ie +Ġstud ents +Ġf ive +ou n +ĠN e +Ġg i +Ġp as +Ġf ree +ĠS p +l ich +Ġpro f +Ġen g +Ġpr ot +ĠL ike +os ed +Ġcon nect +a pp +Ġë § +it ing +Ġb lo +Ġl os +ist s +Ġexper ience +re nt +Ġst ay +Ġfo od +t on +ru ct +Ġh ist +v iew +in ing +m ost +i vers +b o +ãģ Ħ +ĠT r +g en +Ġp lease +Ġcommun ity +Ġc e +A N +n o +Ġb ody +Ġh our +Ġ vers +á º +c er +Ġê ° +Ġre ason +ĠR ight +Ġl ater +Ï Ħ +Ġh ouse +Ġ X +оР½ +Ġst ate +f ic +å ¤ +Å Ľ +iel d +Ġp ri +Ġp ast +Ġw alk +olog y +er ing +an na +Ġt er +Ġho ld +Ġor gan +b en +Î ¿ +ó n +Ġeff ect +Ġyour self +Ġpl us +a j +and o +ur al +Ġro om +le ct +ê² Į +? " +s ide +Ġbe come +Ñ Ĩ +Ġ  +o od +Ġcon st +Ġn ight +ut es +Ð ¶ +Ġbre ak +Ġp ain +Ġst ep +ire d +Ġnot hing +Ġunt il +Ñ ĸ +аР² +Ù Ĭ +Ġd uring +ì§ Ģ +l ess +o ll +н Ñĭ +Î ¹ +f ect +i ver +ı Ħ +ith er +y ing +Ġbe gin +×Ļ × +iv id +Ġà § +Ġs al +Ġt a +Ġp ot +Ġ $ +Ġm ar +Ġcle ar +Ġf ace +Ġgr ow +Ġ * +Ġins ide +Ġfriend s +Ġle ave +en n +Ġeas y +Ġare a +al ity +ou d +Ġe at +Ù Ĩ +Ġp ur +or n +Ġsa w +Ġans wer +Ġfr ont +Ġbe aut +¼ ë +Ġm atter +Ġs on +ĠN ew +Ġres ult +id es +ch e +Ġf ut +p s +Ġfo cus +Ġinterest ing +å ¥ +Ġa p +" . +Ġcre ate +о Ñģ +Ġp ress +r oss +Ġp ick +l ine +Ġto ok +ĠM ay +r ow +Ġ ich +ĺ ë +Ġre f +Ġm or +r act +are nt +A R +Ġex act +Ġsp ace +w ork +н и +Ġb ir +Ġde v +Ð ³ +Ġto ld +Ġpub lic +ci ally +Ġv iew +ĠHe y +m ed +ll o +c c +Ġf ac +Ġcou ple +Ġhe art +l er +Ġre ady +Ġal most +ar ing +Ġh alf +ĠM e +av or +i que +Ġchar ac +Ġpr act +O N +an e +Ġ il +н а +Ġv i +l ish +he ad +Ġle ast +Ġbas ically +as ed +r ight +Ġy et +Ġtak ing +Ġcount ry +Ġw in +Ġis n +Ġposs ible +Ġc am +Ġinc re +Ġp at +Ġw anna +Ġcons ider +Ġab s +Ġwith in +Ġhum an +Ġthink ing +Ġo h +¡ ľ +Ġqu i +as es +Ġ 0 +it ely +ä¸ į +Ġk ill +Ġm il +Ġinv est +is ter +Ġsu c +ion al +el f +Ġwh ether +Ġcontro l +Ġagain st +ot s +ëĭĪ ëĭ¤ +i or +Ġpres ent +Ġ ا +Ġwatch ing +u be +er v +Ġn icht +Ġgo vern +ĠTh ese +Ġ : +u it +ug h +Ġwork s +o o +Ġw ir +Ġa ir +ĠT e +аР· +is ion +wh ere +Ġto t +j oy +ì ĭ +Ġv ol +ĠÐ µ +Ġcl ose +ĠA d +Ñ ī +in ed +Ġun a +Ġê· ¸ë +° ë +or ry +Ġb ro +Ġfil m +if t +2 0 +Ġty pe +Ġhappen ed +ĠA m +Ġg irl +ĠA re +ward s +Ġp our +Ġcol or +el t +а Ñģ +Ġs ense +le x +ĠW ith +us s +ri b +Ġre se +Ġn orm +Ġfut ure +Ġde al +end ing +e y +Ġ x +er o +ĠC l +u k +Ġwhat ever +sel ves +Ġyou ng +ì Ĭ +ĠM ar +ĠChr ist +Ġgu ess +Ġper form +Ġen er +r on +Ġh it +Ġw ond +Ġdire ct +ĠE very +Ġof ten +Ġf a +Ġal ong +Ġcl ick +ĠL ook +Ġsit u +Ġhapp y +e ad +Ġag o +Ġen c +Ġmy self +Ġco ver +оР± +Ġm id +Ġc ost +Ġt en +ĠS ch +Ġex pect +Ġwas n +Ġstr ong +if ul +Ġopp ortun +in al +y le +Ġsh are +Ġtr ue +Ġapp ro +Ġch all +Ġmin utes +Ġch ann +Ġë Ĥ +Î µ +l i +Ġm ess +or ies +pe cially +Ġwr ong +Ġy es +Ġì Ĺ +ir on +Ġall ow +Ġsu bs +Ġf ore +Ġf ight +Ġso cial +Ġc ra +an a +Ġa ff +Ġ ess +Ġway s +Ġsh ort +Ġf all +Ġla w +ĠWh o +Ġen joy +Ġc al +Ġac cess +f e +Ġn on +Ġac ross +er y +vious ly +ĠE x +id ed +Ġl ink +ĠP r +Ġterm s +ac es +Ġl and +az ing +Ġ1 5 +Ġm ult +Ġspe cial +å Ģ +iv ing +ìĿ Ģ +Ġty p +Ġst e +Ġ Ä +Ġfor ward +å ı +Ġf re +å¥ ½ +Ġrese arch +௠į +а ÑĤ +Ġma in +Ġrec ord +Ġh u +Ġdefin itely +Ġe ither +Ġlist en +Ġke y +Ġmark et +ĠÑĩ ÑĤо +iz ation +Ġvide os +Ġgu y +Ġf ig +Ġst ra +ĠP l +ull y +am os +Ġm ention +Ġs ong +Ġinter n +r al +ur s +Ġh on +Ġval ue +Ġb ar +c le +оР¶ +Ä ĩ +ľ ë +Ġz u +и м +ä½ ł +Ġsing le +Ġa uch +cus s +Ġget s +Ġsomet imes +å ¾ +am b +m m +c ing +Ġper fect +ĠB l +out h +ì ł +Ġs ci +p ar +Ġre d +Ġp ost +Ġm ot +Ġele ct +ĠE u +it ive +ĠS ome +Ġdes cri +Ġcur rent +é s +Ġt re +ĠE n +Ġm it +E N +Ī ë +i um +Ġhe ard +Ġsim ple +l ar +Ġevery body +il ar +Ġneed s +Ġdif fic +ĠGo od +um ent +c ent +Ġo per +а ÑĤÑĮ +et y +Ġbl ack +Ġgi ven +on es +Ġwe l +é Ģ +Ġìķ Ħ +Ġ3 0 +A T +Ġst at +ou ch +ĠM r +а ÑĢ +Ġsh o +Ġcon d +× Ķ +m y +Ġchild ren +Ġe u +еР´ +ìķ Ħ +ter n +Ġu h +Ġh ar +Ġpr om +Ġp ull +re w +Ġcomp any +Ġbeaut iful +ust om +íķ ĺ +к и +Ġst re +Ġam azing +ri es +Ġsuc cess +Ġm ach +n ot +Ġdis cuss +Ġn at +¦ ¬ +Ġun e +Ġdiffic ult +Ġr is +Î ½ +Ġc amp +Ġbu y +ä¸ Ģ +Ġma g +p o +ĠY our +Ġbeh ind +ic a +ı n +ĠO K +Ġl ang +Ġwom en +Ġen v +Ġre ce +Ġchann el +i ally +u le +Ġ1 2 +th ers +Ġb ott +Ġrep ort +ent ly +f ully +T he +Ġs ent +Ġev ent +Ġener gy +l t +Ġword s +ar r +d le +Ġa head +ard s +Ø ± +äº Ĩ +Ġto ol +con om +е Ñģ +Ġexact ly +Ġf avor +Ġl ow +Ġpro per +Ġìŀ Ī +Ġ ! +Ġrel ations +Ġm as +Ġkid s +Ġent ire +ud e +Ù ħ +ĠWh ere +Ġon es +Ġc ity +ol ut +Ġs ix +ab ility +ö r +il i +ĠE s +Ġhapp ens +ain s +Ġmod el +Ġp ict +Ġes pecially +Ġ1 00 +k t +Ġso on +b y +ro du +Ġan n +Ġsubs cri +ĠQ u +Ġav ail +im ent +Ġv oc +k a +Ġ2 00 +ap er +ĠI nd +Ġì § +h or +į ° +j or +и л +Ġs qu +A U +ar ning +ĠÐ ³ +I S +ĠÐ » +еР¹ +y es +å ħ +ĠÐ Ĵ +Ġor ig +оР³Ð¾ +Ġask ed +il t +оР³ +Ġcontin ue +Ġì ĺ +r am +Ġo thers +E S +oh n +Ġl ay +Ġbas ed +Ġp u +Ġapp e +Ġl im +Ġpro p +Ģ ë +m in +Ġh ot +ĠL a +Ġf ast +Ġprot ect +Ġam ount +Ġa qu +Ġf und +Ġc ustom +Ġc ult +Ġhand s +Ġha ven +Ġa ud +Ġout side +ĠA fter +ap s +Ġan im +pl oy +Ġh at +ĠF irst +Ġt reat +Ġe p +Ġm ater +Ġbuild ing +Ġë ° +å IJ +ìĦ ľ +z a +ught er +ĠP e +ne y +et er +at ic +Ġed uc +ê¸ ° +Ġmo v +ĵ ¤ +am a +r ation +Ġs n +Ù Ī +Ġs um +Ġph ot +ĠÐ Ŀ +Ġ . +æľ ī +Ġfin ish +itt ing +å ® +Ġlar ge +Ġì ĸ +Ġwh ite +ar a +Ġma is +ĠH i +Ġd am +Ġا ÙĦ +Ġbo x +ĠHe llo +Ġs le +Ġo pt +ri ed +¥ ¼ +Ġact iv +Ġn ão +ĠC om +Ġplay ing +T h +Ġavail able +Ġp ort +å Ī +ĠA h +Ġl as +Ġear ly +Ġwond er +± ° +Ġ1 8 +c ul +Ġfun ction +Ġmor ning +ll e +i ents +u x +Ġc ir +it ions +Ġde ep +Ġpol it +y or +m p +ak ing +Į ë +ĠM an +Ġmill ion +Ġ / +Ġind ivid +Ġp an +Ġgovern ment +Ġwr ite +ĠT od +am ent +Ġ Ï +Ġw ind +ĠE ng +ch en +W h +ì ľ +Ġ ident +ãģ § +v ent +ur ch +Ġh y +Ġy a +Ġtr ad +Ġrelations hip +à º +Ġd ou +O R +Ġs we +Ġne g +in ation +Ġte xt +i pp +Ġf ine +á s +ĠD r +ĠC ome +Ġmonth s +, " +ен и +Ġhour s +Ġp od +ir t +Ġinv ol +Ġcoll ect +Ġau f +Ġp a +Ġhist ory +m b +if y +Ġ ? +Ġbel ow +as ure +ab y +Ġlang u +Ġan t +Ġcom b +at o +Ġex ist +Ġë ĭ +Ġtak es +Ġcharac ter +a ff +Ġf ield +Ġe conom +ie f +Ġpie ce +å ľ +Ġre ach +Ġê ² +on y +Ġmater ial +Ġd ig +Ġph ys +Ġimp ro +Ġsim ilar +I C +Ġn et +y n +Ġpos ition +Ã Ł +Ġb ene +re ad +Ġle arning +um e +Ġcle an +ÑĤо ÑĢ +Ġco ok +Ġseem s +Ġo l +ĠU S +ĠJ es +Ġ à® +ent ial +ivers ity +ac y +Ġ Ñı +olut ely +re ct +ĠP lease +Ġrep res +Ġt ouch +m en +ĠÐ ° +i ón +ĠThank s +Ġan g +Ġma jor +Ġit self +ill s +" , +i ans +Ġsc reen +Ġh or +Ġknow n +Ġenv iron +Ġfin al +Ġfig ure +ĠT w +Ġe yes +Ġim ag +Ġsee ing +Ġha ir +re m +Ġapp lic +end s +p ut +Ġnew s +Ġcomplet ely +ugh s +Ġkn ew +if ied +ĠJ e +ĠD id +Ġsitu ation +Ġf lo +m s +Ġph one +Ġb all +d o +Ġp arent +Ġs orry +ur y +и н +ip s +аР´ +Ġinst ead +Ġhu ge +Ġt u +Ġ ãģ +ĠG r +Ġdet ail +ĠÐ Ł +Ġindivid ual +Ġf ire +Ġcl os +Ġw er +un e +Ġrun ning +Ġcon vers +Ġrec omm +Ġcom o +Ġsome body +ĠJ ohn +ĠìĿ ´ +ĠO ur +pl es +ĠP h +Ġan al +Ġ5 0 +Ġof fer +Ġ < +ition al +g est +Ġv ous +l et +ic y +Ġfeel ing +L E +r os +Ġth ird +оРº +Ġser ies +ĠAn y +is ed +o ld +Ġdra w +Ġserv ice +Ġcan not +b al +ãģ Ĩ +Ġli ving +ı m +Ġdiffer ence +Ġopportun ity +Ġne ar +or th +k en +Ġloc al +Ø ª +ĠC on +Ġob ject +Ġd ass +ãģ Ļ +IJ × +Ġquick ly +ra ph +Ġiss ues +éĢ Ļ +ĠAmeric an +Ġpre p +en ces +Ġprof ess +ll ing +o f +Ġfo ot +b re +Ġus ually +Ġgener al +d a +an ces +Ġd est +Ġo cc +Ġmem bers +Ġd ans +Ġequ al +z t +Ġbe com +Ġmo ving +Ġspec ific +ÃŃ a +Ġf ur +Ġne cess +Ġcomm on +Ġatt ack +ĠÑį ÑĤо +ĠTod ay +Ġun s +ĠG u +i od +Ġacc ount +Ġgra nd +Ġs elf +ĠE l +Ġt ast +Ġcont ent +Ġc u +Ħ ë +ĠMay be +ĠJes us +ore s +p ort +© ´ +Ġg ives +Ġnorm al +ÑĢ Ñĥ +Ġimp act +ä r +Ġd ies +Ġl ab +s h +i os +ĠP res +ĠU nd +ĠO f +Ġfin ally +Ġdo ll +Ġvoc ê +p ly +ĠA g +Ġtak en +Ġgr ound +f ort +Ġg ave +ĠIn st +Ġl ost +Ġwork ed +Ġl iter +Ġiss ue +Ġind ust +Ġret urn +Ġhappen ing +Ġwant s +и в +Ġproblem s +ĠC ar +Ŀ ¼ +ĠAl so +Ġs ize +Ġob viously +ĠS u +ĠS c +Ġrecomm end +our ces +ast ic +.. .. +Ġm i +l ier +ĠE ven +ci a +Ġh ur +v a +Ġm ass +Ġwould n +un t +ck s +Ġf elt +os p +l ight +ол ÑĮ +n ie +Ġbott om +Ġб Ñĭ +ore d +is on +Ġgr ad +Ġum a +Ġv a +Ġì Ĥ +ress ion +ul ation +I D +id ence +Ġb ur +Ġg one +l u +ìĸ ´ì +Ġre du +Ġj a +ìĿ ĺ +it a +Ġso ft +Ġç a +ic o +er al +à ± +a f +Ġpoint s +g u +Ġd é +ap t +a x +ĠAl right +Ġcam era +Ġa ch +Ġп о +Ġse ver +5 0 +Ġs ie +Ï ģ +Ġm al +Ġcomp ut +Ġmid dle +Ġcould n +m ing +Ġì ĭ +ĠH is +Ġg ames +Ġint rodu +Ġc ell +p or +Ġsle ep +Ġë ³ +id ing +Ġ ou +Ġde g +Ġdr ink +Ġenviron ment +ĠUn ited +Ġtalk ed +Ġcho ose +Ġj our +e ge +ĠM in +Ġint e +Ġr ather +Ġoff ic +к а +ac hing +Ġmention ed +Ġf ill +Ġtr ack +Ġn ie +Ġ ut +Ġв Ñĭ +ib ility +Ġv ac +Ġr ad +Ġp ack +Ġs end +ĠD as +ĠA b +Ġeng ine +ãģ Ĺ +Ġcomp et +à ´ +Ġв Ñģ +Ġdo or +Ġlong er +å° į +Ġlangu age +Ġext ra +pl ay +Ġwe bs +um b +ro om +ç ľ +Ġbegin ning +Ġre fer +A M +n en +ig her +f ace +er c +Ġfor get +Ġcom ment +еРº +л Ñı +r or +ż e +ĠG e +Ġd ark +Ġany one +ant e +g es +ìĬ µ +Ñ ij +b ed +j e +ruct ure +Ġpr im +id a +è ¦ +ãģ ¾ +Ġm ix +Ġstart ing +ĠìĿ ´ë +Ġprov ide +act ion +Ġm other +Ġper iod +Ġst ick +ĠYou T +Ġtechn ology +ê ¹ +Ġb ed +Ġg iving +Ġexpl ain +z en +im ate +Ġrepres ent +lo ad +ĠHow ever +Ġli ves +ut h +ir it +og n +Ġli k +Ġresp ons +Ġpri v +Ġto m +ç ão +i am +Ġexc ited +Ġc ard +gr ound +Ġ× Ķ +Ġs ens +Ġte ach +id o +h od +Ġep is +Ġwel come +Ġw all +ä ¹ +Ġch ance +h en +ĠÐ ¡ +ĠÄ ij +Ġsim ply +ĠÑĤ ак +r ing +j a +b ook +Ġsever al +st e +Ġcreat ed +Ġо ÑĤ +Ġp ush += = +Ġh igher +u f +our ce +o ke +Ġon line +Ġre le +Ġt on +ens ive +Ġfavor ite +Ñĥ д +Ġlook ed +Ġv on +âĢ Ķ +Ġf ür +Ġbut ton +Ġb ill +Ġchang es +! " +Ġsl ow +ab les +Ġde ath +and s +ate g +Ġthem selves +ãģ £ +Ġc op +ãģ ® +Ġperson al +ug hing +Ġ1 1 +g ar +ad es +Ġneed ed +Ġstud y +ag ed +ÑģÑĤ в +in o +Ġdis c +k i +Ġadd ress +× ¨ +itt en +es ome +ĠÐ ¶ +¤ ë +ur a +Ġm u +Ġcontin u +f or +Ġm atch +ãģ ¦ +Ġstra ight +IJ ë +n ers +Ġdo g +Ġde b +ĠC O +Ġo s +g ed +c ame +Ġcor rect +et te +ĠSe e +Ġinclud ing +ĠEu ro +est er +Ġj ump +ĠWh ich +Ġк ак +s on +y a +IN G +Ġe ine +os h +en cy +Ġmed ia +Ġsubscri be +é Ĥ +Ġpr in +Ġha b +ĠP er +ĠW as +Ġp age +it or +Ġto wards +Ġtri ed +en ge +art ment +Ġvar i +Ġp aper +Ġpict ure +Ġvers ion +Ġbr ought +w are +ĠSt ates +Ġs ich +led ge +Ġper cent +Ġgo d +e c +ĠC omm +Ġdec ided +Ġse lect +íķ ľ +) . +ur ity +Ġfur ther +Ġcom ments +le ment +Ġd ream +Ġcent er +m i +Ġc as +Ġwom an +Ġro ad +Ġf ail +Ġbe came +l us +il ities +ãģ ¯ +ĠC o +Ġman age +Ġrec ogn +Ġact ion +Ġbene f +Ġear lier +× ľ +Ġspe ed +Ġm ent +Ġso ci +Ġsho ot +u i +Ġà ¤ +Ġapp ly +v o +x im +Ġca use +Ġsur pr +Ġha ben +D I +Ġf ather +ĠNe xt +ĠYouT ube +Ġc ode +Ġro le +g ress +Ġg reen +et t +Ġbu ilt +Ġfl ow +Ġb ase +Ġtra ining +Ġr ound +ĠW ill +Ġp ath +ĠR o +Ġinterest ed +ìĸ ´ +Ġres pect +Ġchang ed +iss ion +Ġstud ent +og raph +Ġappro ach +Ġshow s +å° ± +Ġt ar +Ġcr it +Ġg lo +ìĬµ ëĭĪëĭ¤ +Ġde ad +ĠPres ident +Ġth ous +Ġb al +st er +e x +Ġabs olutely +Ġm ic +Ġpract ice +Ġqu ality +Ġl ower +og le +Ġse par +b all +med i +Ġre view +ĠA pp +Ġo k +âĢ ĭ +Ġexper ien +Ġconc ern +ent ially +m ore +ĠJ o +ap an +ĠI ch +ist ic +Ġf air +Ġwebs ite +i res +ĠB y +Ġtra vel +Ġris k +Ġm ir +Ġbo ard +Ġs en +Ġparent s +ĠW ow +Ġfe ed +Ġsa ve +Ġser ious +Ġin it +E L +und red +A S +Ġv an +or row +Ġwor th +Ġse arch +Ġ1 6 +Ġpart s +ÑģÑĤ ÑĮ +Ġcomp an +Ġmov ie +Ġmet hod +Ġ ill +Ġw ish +d y +Ġit em +Ġmin us +ang er +Ġvo ice +Ġsk in +Ġare as +Ġe ight +Ġo bs +Ġ , +аР¹ +Ġo il +Ġc y +Ġb aby +s y +Ġem ploy +ĠK e +Ġpl aces +Ġf ix +Ġest á +ãģ ¨ +iv ed +Ġlot s +Ġse ason +un k +al t +Ġt able +ĠÐ ¢ +à ¢ +Ġatt ention +ãģ ª +ĠH er +Ġa ge +Ġp ra +b ack +c il +Ġnet work +r it +Ġdo c +Ġare n +ig en +Ġë Ħ +Ø ¯ +end er +Ġtot al +Ġpr ice +Ġcra zy +ì ļ +i qu +th ough +Y ou +Ù ĩ +ãĤ ĵ +Ï ħ +Ġs at +Ġb i +ĠD ie +Ġsh a +Ġthank s +u h +Ġst age +аР¶ +ĠF l +Ġle av +Ġbo y +Ġa f +ö n +ĠG et +Ġac cept +Ġent er +Ġt ur +Ġsi ÄĻ +Ġhon est +ãĢ Į +Ġs am +Ġre pl +g ing +Ġdevelop ment +ĠA ct +or a +ãĢ į +ä ¾ +Ġknow s +Ġim age +ĠL ord +и ÑĤÑĮ +Ġweek s +Ġse x +Ķ ë +Ġh undred +Ġsound s +Ġlearn ed +Ġb ud +ĠÑģ ÑĤ +Ġinc red +â Ļ +Ġn os +Ġd rop +Ġb en +ĠÐ ĺ +Ġsa fe +at a +Ġf uck +so ci +Ġd an +Ġcr oss +1 0 +m o +ver t +Ġ1 7 +z ie +å ķ +Ġd om +ĠB o +Ġset ting +Ġinvol ved +ar ily +Ġs ind +Ġs us +Ġwor ry +et h +ê¹ Į +Ġs un +Ġh ier +Ġcertain ly +ou l +ort s +ĠE r +ĠU m +Ġca us +Ġnat ural +Ġà ¼ +Ġc ry +ĠSe c +Ġs om +æ ² +Ġeduc ation +а еÑĤ +Ġmult ip +Ġal one +Ġe ye +Ġr ate +ĠEuro pe +è ¿ +m on +Ġf it +iz ing +pp ed +Ġpress ure +th e +и Ñģ +it es +ĠA f +re ci +att le +Ġserv ices +ĠGo ogle +é ģ +Ġc ases +Ġdri ve +Ġchall eng +u z +ĠM o +ìľ ¼ë +v al +åĢ ĭ +Ġf ol +Ġì ¢ +ff ic +Ġr a +Ġs in +Ġbl ue +Ġaff ect +Ġm is +Ġsh ot +Ġо б +as ing +Ġsign ific +ĠC he +Ġê ³ +Ġpos itive +ì £ +Ġw ie +Ġ4 0 +ord ing +ĠFr om +ê µ +Ġbra nd +Ġtr ust +Ġp le +Ġcommun ic +Ġwe ight +Ġask ing +Ġta x +ĠJ apan +ãģ Ł +Ġíķ ĺ +op s +Ï Ĥ +Ġput ting +Ġro ll +ĠAmeric a +re g +ŀ × +at ures +ens ion +ĠS omet +Ġorig inal +p ing +Ġ ÅŁ +Ġproduct s +ãĥ ¼ +Ġcont act +ol ution +Ġgo al +Ġp ow +Ġperform ance +Ġblo od +at ors +ĠM ich +Ġtem per +ĠD an +Ġsu gg +ÑĤ и +Ġim m +Ġoff ice +Ġar ri +Ġcom fort +ĠÐ Ķ +Ġsugg est +Ġpl at +Ĥ ĺ +1 9 +Ġo m +Ġse ven +ĠC ent +ill e +Ġcon cept +Ġb ag +ü n +ive ly +Ġd iv +m os +æ ī +Ġfeel s +Ġ ir +ak es +le y +Ġpartic ip +ĠÐ ļ +f l +j ust +Ġs il +ĠP a +A L +Ġgot ta +Ġf an +Ġchall enge +Ġcompan ies +ĠPe ople +< / +оР· +Ġp en +is ing +Ġa us +em ic +am ente +Ġmeet ing +Ġvis it +Ġsupp osed +ĠOn ce +д а +or ld +3 0 +U S +Ġvi ol +Ġnot ice +ĠÐ IJ +h an +p ed +ì ĺ +h h +Ġtr ou +Ġmin ute +ĠP ar +r ay +Ġt it +Ġup d +Ġblo ck +Ġd ue +a ur +Ġfor ce +Ġcou n +ĠâĢ Ķ +Ġtyp es +ë § +Ġl ate +Ġimpro ve +Ġì Ī +Ġa ve +ul es +c l +am ed +Ġaw esome +ĠO k +Ġv ot +Ġmach ine +Ġfollow ing +Ġme asure +ac ión +u el +ch an +Ġab ility +Ġt out +Ġide as +Ġincre ase +Ġen s +ĠÑ ħ +Ġë ª +Ġj est +ĠÐ ľ +Ġtr uth +h y +Ġsp end +Ġsci ence +et e +Ġ1 4 +Ġepis ode +Ġal g +end ed +ãģ ĵ +ar i +ll a +Ġf ish +Ġthr ow +m it +å ¹ +Ġcir c +ĠC al +Ġt our +Ġdire ction +Ġno ch +еР² +é n +Ġcount ries +Ġindust ry +in y +ic le +Ġfe et +I t +Ġlead ers +et zt +Ġst aff +ç Ķ +Ġpur p +it o +? ! +ĠJ a +Ġst ore +et ic +ĠCh ina +Ġë IJ +ĠUn iversity +Ġ # +Ġdec ision +Ġach ie +Ġact ual +u ly +Ġse ction +Ġresult s +Ġst ar +Ġm ist +ib ly +Ġd ad +Ġnum bers +om b +è ª +ĠS pe +Ġm er +Ġ2 5 +Ġaut om +Ġco ld +Ø ¨ +Ħ ľ +ag er +ĠT V +ĠS ie +ĠH ave +Ġ że +ug g +ain ed +Ġup on +Ġlo g +Ġcomplet e +Ġbra in +ag ing +ĠM us +o ver +Ġeas ier +Ġinte gr +Ġm ás +Ġturn ed +Ġst ri +iv al +Ġhe av +ĠT H +Ġwr iting +ÑĢ Ð° +åľ ¨ +å¤ § +Ġcl a +d ing +Ġtell ing +и д +ic ated +ä» ¥ +ac ht +ãģ Ĥ +h aps +ĠSt e +Ġres ources +Ġd ann +Ġpart y +Ġ ÏĦ +Ġsa f +is es +t re +o int +Ġknow ledge +Ġany more +Ġf ly +Ġma int +и к +å ij +Ġse ll +la ughs +ĠY ork +Ġb ien +Ġo d +Ġeas ily +Ġr ange +Ġo ption +Ø ¹ +Ġapp reci +oc r +Ġdet erm +Ñ Ħ +Ġmean ing +Ġs ite +Ġdis co +ver age +Ġl ose +Ġinst all +Ġem ot +ant ly +ä t +Ġt amb +ĠW ar +ĠH o +ĠG en +em y +еР· +ĠP ol +Ġmess age +Ġnot e +Į Ģ +Ġh et +Ġim medi +Ġav o +Ġbook s +Ġbecom es +res h +è s +as ons +Ġhim self +ut s +Ġj u +Ġaw are +Ġrequ ire +Ġsystem s +ĠH ar +Ġam ong +Ġh om +Ġb reat +Ġwe ird +Ġë ¶ +Î » +Ø © +if f +or ing +Ġplat form +ĠT ake +Ġhelp s +ut ions +Ġfor g +Ġl uck +ĠEng lish +Ġwe b +Ġneg ative +Ġt ut +Ġab ove +ng th +Ġê ±° +Ġst ories +Ġlo ad +Ġback ground +Ġsw itch +g a +Ġprin ci +Ġfin an +Ġvar ious +Ġl Ãł +Ġkind s +ain ing +Ġn ature +ĠÐ ŀ +c z +Ġpr ay +Ġg ar +ir m +Ġ & +Ġì ĥ +n s +ĠR ep +ĠF e +Ġre v +ra nd +Ġlike ly +Ġunderstand ing +ı r +ãģ ĭ +Ġf al +Ġ1 3 +ÑĨ и +Ġsu d +Ġbr other +Ġpl ant +Ġthrough out +w ise +p re +Ġcult ure +ĠÙ ħ +Ġwonder ful +Ġa h +pp er +Ġso ld +Ġstart s +Ġwr itten +Î ¯ +n i +Ġ×Ķ × +ĠD av +Ġu lt +Ġar m +Ġro ck +Ġwe ar +ë į° +an o +ra g +Ġsqu are +ан и +c ast +le br +Ġliter ally +Ġplay ed +Ġhe at +on se +r ict +Ġins p +id s +Ġpop ular +ë ıĦ +Ġc atch +Ġm ount +Ġj ud +Wh at +еР± +R A +a ud +к о +Ġsur face +Ġcon v +Ġpie ces +O h +æ Ģ +Ġst yle +pp ing +Ġread ing +Ġconvers ation +оР¿ +ä¾ Ĩ +ĠAg ain +Ġb ank +t ime +Ñĥ ÑĤ +er ve +ĠG reat +Ġcap t +аР± +ay s +ĠF in +ific ation +Ġä r +а Ñİ +Ġe gg +ĠW el +Ġtar get +ul a +ch es +an i +O O +ic ious +n ow +Ï ĥ +bo ard +Ġg ente +Ġd ro +ĠE t +Ġd in +Ġc os +Ġaut hor +Ø ³ +Ġo ch +Ġem ail +Ġsp irit +Ġs itting +m as +Ġstre ngth +Ġbig ger +ĠW ait +Ġm at +Ġpol ice +ress ed +Ġwait ing +is hing +Ġdoll ars +ho od +s s +Ġimag ine +in i +Ġm es +Ġdis e +id ge +ab or +Ġp et +Ġh op +ĠK ing +Ġcomput er +Ġgo ld +Ġn u +Ġf ing +) , +Ġsec urity +ru ction +Ġsol ution +e xt +Ġp atter +ick en +ure d +Ġstand ard +ìĭ ľ +Ġdou ble +Î · +Ġw ife +is a +Ġdirect ly +ac ed +Ġb unch +Ġ ¿ +ал ÑĮ +Ġreg ard +Ġswe et +Ġun ique +ĠâĻ « +Ġtra in +ĠG erm +Î ¬ +R E +Ġbeh av +Ġpre d +ì ĥ +s et +Ġdescri ption +é e +Ġc at +å ĵ +Ġcoll ege +ì Ľ +Ġapplic ation +ĠS en +as k +Ġc red +ub lic +Ġmultip le +Ġn i +Ġpres ident +Ġadd ed +Ġro b +Ġaqu i +Ġh osp +Ġtool s +Ġg un +Ġbas ic +Ġl ines +Ġst ructure +ĠR uss +Ġtot ally +Ġbig gest +Ġe en +Ġar g +Ġ× ľ +Ġp ark +ĠD es +Ġce lebr +Ġf ait +ен ÑĮ +Ġsu ff +Ġreg ular +¨ ë +Ġm ine +ĠK ore +Ġpre vious +Ġp i +Ġse g +Ġpol icy +Ġк о +ĠTr ump +Ġvac c +ó w +ĠS y +и Ñĩ +it ter +Ġpolit ical +r as +Ġal s +ел ÑĮ +Ġsha pe +an z +Ġon to +Ġar ch +Ġam b +ag ram +ĠS m +ct ions +Ġjo in +b or +å Ľ +Ġfr ame +ł ĩ +Ġcho ice +௠ģ +Ñĥ Ñİ +ĠC or +ĠS w +I T +Ġt end +ĠE ar +Ġto r +Ġev ents +Ġcla im +ĠD a +ĠM ark +Ġgroup s +Ġe ating +ĠW orld +Ġrec ently +Ġtast e +Ġsur v +à ¤ +Ġsk ills +Ġи з +itt ed +Ġsh op +ìĿ ´ì +Ġest ab +ĠëĤ ĺ +Ġsecond s +ĠTh ose +ĠE nt +Ġì Ħ +ers on +Ġto wn +Ġc and +Ġopt ions +Ġ ing +V ID +Ġenc our +Ġr é +âĻ ª +Ġent re +Ġmove ment +ĠB en +Ġbir th +Ġwh e +Ġh ang +ĠE m +ig e +ro ll +Ġun f +ì Ĥ +Ġr id +Ġsp read +Ġh ost +al d +ĠE d +Ġcons um +U N +Ġop in +it ar +ĠM ed +Ġsub ject +Ġp al +Ġcar ry +Ġag ree +ĠWh ile +Ġcare er +Ġsci ent +Ġsud den +Ġf ile +z i +Ġex cept +é º +Ġpot ential +ĠAn other +Ġcomp lex +ĠS im +end o +Ġr ais +Ġphys ical +Ġd ate +ak er +ĠC ol +Ġpower ful +Ġmem ber +ra p +Ġsp ot +Ġs ource +Ġf em +é m +Ġem p +j i +iet y +Ġinf lu +Ġd ry +Ġlo ck +Ġz ero +ĠU h +Ġr out +Ġpor que +Ġ2 4 +Ġt al +Ġfol ks +Ġla unch +Ġcomp on +ĠWel come +Ġk ann +ä n +ĠÑį ÑĤ +e es +ĠÙ Ī +Ġany way +Ġaud ience +äº º +Ġsl ight +on a +Ġu r +Ġrel ig +Ġext rem +ı z +ĠM a +Î ¼ +Ġà ¶ +Ġall ows +Ġf at +ĠF ace +Ġn ational +Ġinter view +ĠM c +é t +Ġc ute +el a +Ġsec ret +ĠW est +ĠD ep +Ġex erc +Ġhist or +Ġpri or +Ġ6 0 +av a +ac her +y ond +ĠH a +Ġest e +in ary +ĠN orth +on st +Ġsm art +am s +ал и +Ġd ar +er ed +Ġfun ny +ĠO b +ĠBl ack +Ġrel ated +ĠB u +Ġsome where +ĠR em +n es +ment e +ĠRe ally +Ġcreat ing +Ġfam il +Ġsoci ety +Ġg el +Ġtrans form +Ä ĥ +Ġinclud e +Ġh ol +l ike +k o +air s +Ġп од +Ġpers pect +Ġb es +Ġparticular ly +Ġshow ing +ĠP art +Ġqu al +lo ck +Ġreal ity +ho ld +ict ion +o on +Ġv ir +ãģ « +it ary +Ġdr ug +Ġfe ature +Ġre asons +Ġ× © +Ġwr ote +Ġf ant +Ġb and +Ù ĥ +en a +ke y +Ġear th +d om +Ġfe atures +Ġflo or +Ġspeak ing +Ġt ip +ĠA ust +Ġst ock +Ġch urch +Ġr ac +ìľ¼ë ¡ľ +à¸ Ļ +ãĤ Į +k y +Ġresp onse +Û Į +ul ations +Ġsl ide +Ġgrad u +ci ous +Ġme ant +Ġ == +Ġ× IJ× +ã ħ +Ġkind a +Ġsc ene +Ġm uit +Ġê° Ģ +r ast +re st +Ġplay ers +w a +Ġbro ad +Ġtom orrow +oc ol +ĠÑģ в +ĠB ar +ı k +Ġse a +Ġrem ove +Ġrem ind +ом Ñĥ +ĠS ince +Ġave c +ce ll +и Ñħ +Ġdoc ument +Ġê·¸ë Ł +Ġne igh +be at +Ġp Ã¥ +Ġas pect +Ġd ed +lish ed +il s +Ġour selves +u ce +Ġhe y +ĠпÑĢ Ð¾ +ent y +Ġas soci +ad os +um ber +Ġ ] +éĤ £ +no v +Ġì Ļ +Ñĥ Ñĩ +Ġcond ition +ëĬĶ ëį° +Ġval ues +Ġsc en +min ist +Ġc ast +Ġgrow ing +Ġus er +Ġresp ond +l im +é r +y m +çľ ĭ +os es +sy ch +ĠÑĢ Ð°Ð· +Ġappe ar +Ġpro gress +eng th +Ġj ak +ĠD is +Ġpat ients +ĠS er +Ġg as +è re +ìĸ´ì ļĶ +Ġre ci +ìĿ ¸ +Ġs ca +ep end +Ñģ к +аР¿ +Ġb atter +Ġve h +ð Ł +Ġac com +Ġbe at +Ġpain t +Ġcont rib +Ġs ad +Æ ° +al es +Ġt ree +b a +Ġb orn +ic ed +à® ķ +b and +Ġme chan +ĠD et +Ġcap ital +Ġdel iver +Ġfe ar +ŀ ĺ +ĠS outh +Ġb ought +Ġst ress +Ġv or +? ? +i h +ìķ ¼ +Ġer a +ìĿ´ ë +а Ñı +is ions +iv ity +Ġhelp ed +Ġass ist +Ġplay er +r an +Ġimmedi ately +Ġmo ved +c ie +ê ± +Ġann oun +å ¿ +ìŀ IJ +Ġprodu ction +Ġsum mer +Ġt un +Ġprogram s +G H +al ing +ir a +el ess +. ) +Ġa verage +è¦ ģ +Ġgl ass +om an +if ically +Ġëĭ ¤ +ĠC ong +ĠV er +Ġtr ick +Ġbe gan +Ġv ill +ê ±° +h ow +æ Ń +Ġt ill +Ġ9 0 +ber t +Ġê ¸ +Ġtemper ature +à ² +à¹ Ī +Ġgra ph +Ġê· ¸ +Ġr ot +Ġmo b +A Y +a el +Ġre pe +Ġdev ice +Ġ19 9 +Ġte le +Ġke pt +p a +æ ĸ +ver se +Ġst ream +е Ñĩ +ess ion +Ġstr ugg +z z +Ġdeg ree +Ġhelp ing +Ġsm ell +Ġper haps +p ro +Ġcont ext +Ġi k +Ġп еÑĢ +Ġcal cul +éº ¼ +b ing +Ġreal ize +l am +ĠCh ar +y t +ĠìĿ ´ì +Ġd anger +ĠI m +a a +Ġlo ved +Ġpurp ose +Ġfinish ed +Ġpe ace +Ġo t +Ġglo bal +Ï Ģ +Ġab er +ĸ Ī +Ġcharac ters +Ġn ur +Ġdam age +Ġem er +Ġpre c +ĠW ir +Ġinst it +ij × +Ġallow ed +b on +Ġto d +еР³Ð¾ +Ġj etzt +Ġmed ic +Ġsmall er +ce ed +Ġlevel s +Ġint ell +W e +Ġse m +Ġcurrent ly +Ġmod ern +Ġcont ract +Ġdetail s +ortun ately +O S +Ġst ates +Ġad just +ant age +e z +ĠV ery +Ġsc ale +Ġre lease +Ġf az +Ġ ic +it ude +A C +ĠP at +id en +Ń IJ +Ġpre fer +olog ical +ĠFace book +Ġê° Ļ +Ġ .. +ĠM ake +Ġко ÑĤоÑĢ +ĠDav id +ĠAf ric +Ġmod e +ĠC ity +Ġsh all +ĠÑ Ħ +im in +Ġз а +r om +u a +Ġbe yond +Ġdist rib +к Ñĥ +ĠDo es +Ġv ict +r ate +Ġv ai +Ġsuccess ful +Ġh ous +ah a +est s +ĠE st +Ġdisco ver +Ġthere fore +ch a +Ġc up +Ġpop ulation +ĠI l +s c +Ġsp ent +re l +Ġuse ful +Ġt ab +æ Ŀ +Ġ Å +Ġìł ľ +Ġcon se +Ġqu ant +ay a +Ġb on +åı ¯ +ĠCh in +Ġê² ĥ +ound s +е ÑĪ +ell e +Ġ ice +2 1 +Ġk ick +ä¸ ĭ +Ġstep s +Ġton ight +нÑĭ й +ren ch +. ' +Ġgra b +Ġimp lement +ĠìĪ ĺ +Ġmiss ion +Ġclear ly +Ġappreci ate +è Ģ +Ġf resh +ar m +ĠTw o +Ġex ec +Ġproject s +Ġcommun ities +ri ble +Ġreg ion +Ġfre qu +ro y +Ġhow ever +Ġpart ners +an c +Ġmin im +Ġl at +Ġfamil ies +Ġev idence +Ġp un +ra ft +Ġl oss +Ġma p +Ġany body +Ġchang ing +Ġr ules +Ġorgan ization +Ġess entially +ĠR ed +Ġele ment +æ Ĺ +Ġv irt +r at +Ġpr int +and er +are n +em os +ο Ïħ +Ġcond itions +ab e +Ġd ance +и ÑĢ +Ġd os +о Ñĩ +ĠQ ue +Ġwalk ing +Ġt ro +Ġ id +Ġadd itional +Ġfull y +Ġf ans +Ġadd ition +Ġlik ed +Ġü ber +Ġb ow +d i +Ġm aster +o ff +) : +m ber +Ġë ¬ +å ¯ +åĪ ° +la use +Ġo der +Ġsaf ety +Ġre act +à® ¿ +b t +Ġdis app +Ġgirl s +S t +ĠA ng +Ġfa ith +Ġturn s +Ġt ight +Ġm outh +am i +z er +Ġwe ap +Ġб Ñĥд +Ġhosp ital +ra id +Ġmic ro +ĠSt ate +ĠM ost +ag n +Ġdec ide +Ġpat ient +Ġcor ner +Ġdi ed +N o +ĠSt ud +re nd +em pt +Ġli e +Ġl if +ĠBe fore +t ó +ĠSu per +Ġbe ll +6 0 +Ġpriv ate +ĠPa ul +Ġg ib +Ġag re +´ì Ħľ +Ġs ig +Ġinvest ig +Ñı ÑĤ +en ing +Ġdist ance +Ġwar m +Ġdig ital +å¾ Ī +in er +Ġp and +ĠCO VID +Ð ³Ð¾ +g n +Ġr ace +Ġpr oud +Ġte aching +Ġ ÑĤо +ìŀ ¥ +ĠAll ah +I n +Ġw ood +Ġcol ors +Ġw ird +u j +id ad +Ġcustom ers +Ġconnect ed +Ġlay er +Ġachie ve +Ġperspect ive +ĠC oll +Ù Ĥ +Ġcl oud +!! ! +Ġend ed +łĩ ê²Į +Ġmanage ment +Ġr ich +Ġsub st +Ġrem o +Ġser ve +Ġres ist +Ġthought s +Ġgrow th +ili ar +Ġright s +Ġchar ge +Ġcons ist +Ġwer den +Ġem b +and om +Ġhur t +Ġk an +i as +л о +Ġsh it +Ġbe g +Ġrece ived +it ation +Ġme at +Ġis so +ff ee +Ġfam ous +Ġcomfort able +I L +ĠB ye +èª ª +åĢ ij +oth es +Ġmed ical +Ġenjoy ed +Ġhealth y +Ġw y +c ies +Ġeff ort +Ġdo ctor +Ġmil itary +L AU +Ġg ro +Ġb attle +Ġf ed +Ġcap ac +Ġaf raid +iv il +ĠвÑģ е +Ġl ength +ys is +Ġbe i +¤ í +Ġorgan iz +or g +in c +Ġinter act +ĠChin ese +Ġacc ording +Ġincred ible +Ġkill ed +Ġda ughter +ĠÏ Ģ +Ñĭ в +Ġschool s +Ġ « +ll er +Ġshould n +n al +Ġcr is +Ġch icken +Ġf aster +Ġextrem ely +Ġopp os +Ġn ous +Ġ + +ri a +Ġfinan cial +Ġexc iting +Ġjour ney +×Ļ× Ŀ +ł ë +Ġdis play +Ġmem ory +Ġheav y +н е +Ġpass ed +ÑĢ Ð¸ +il es +Ġp sych +Ġspec ifically +Ġeng age +Ġl ed +or ge +ĠD em +ord er +Ġ8 0 +Ġcre am +ester day +Ġed ge +Ġп ол +Ġbu ll +Ġind ic +Ġk tó +Ġhope fully +um ents +ag en +н ого +Ġh ate +ch t +8 0 +Ġeff ic +Ġì§ Ģ +Ġintern et +Ġbud get +Ġproper ty +id ay +Ġì ļ +Ġм ож +ol a +Ġshow ed +ĠM on +Ġthous and +A P +Ġpo or +us ed +ĠJ ack +Ġs Ã¥ +ĥ ½ +Ġes c +Ġsoft ware +Ġqu ar +ĠØ ¨ +Ġnecess arily +om en +i y +Ġevent ually +ish ed +Ġbr ight +E D +Ġs pl +Ġdem and +Ġth reat +Ġs ir +Ġrele ased +ck et +ĠâĢ « +Ġrequ ired +Ġv ote +ì ¹ +à® ¤ +Ġdevelop ed +ĠìĤ ¬ +at ory +Ġd ir +ca pe +Ġslight ly +à ¬ +๠ī +re et +Ġdise ase +Ġcour t +Ġitem s +ĠEar th +ÑģÑĤ и +ж е +ì ² +Ġchalleng es +ĠBr it +Ġdesign ed +1 2 +Ġhear ing +Ġlisten ing +z o +ĠÑģ л +ãģ§ ãģĻ +Ġper o +Ġwe aring +pl ic +Ġch em +Ġbal ance +Ġb a +Ġrece ive +im a +Ġsignific ant +Ġм Ñĭ +an ch +ĠC r +ĠC oun +ê¸ Ī +Ġjo bs +Ġoffic ial +Ġper m +om s +Ġopportun ities +Ġover all +Ġh us +od es +Ġn ation +ĠR eg +Ġor d +Ġrest aur +Ġì Ĩ +Ġm el +v in +Ġw enn +Ġk ön +æ ĥ +Ġopin ion +ãĤ Ĥ +è ¬ +ĠSomet imes +ç Ĥ +Ñī е +as c +O U +Ġ20 20 +Ġdel icious +ig er +Ġìķ Ī +o le +Ġhand le +Ġc it +Ġíķ ľ +Ġf ör +o oth +Ġnecess ary +Ġind epend +æ Ħ +ist en +h am +Ġé t +ãĥ ³ +Ġmult i +Ï Į +? ) +Ġcamp us +Ġtop ic +Ġr ain +Ġpan el +ĠS am +Ġlar ger +aud ience +Ġpa id +Ġeconom ic +ol t +Ġstre et +ĠC ont +Ġdri ving +Ġìł Ģ +Ġh ay +Ġprofess ional +ĠIn tern +å ¸ +Ġin put +Ġc ateg +Ġc ro +Ġ ll +E T +Ñĭ й +* * +ĠZ e +B LE +Ġì ¤ +re es +ĠÐ ¯ +ed e +ier t +Ġfo ld +Ġd ur +ĠN ational +Ġìĸ ´ë +an ced +Ġfa ire +ut ed +Ġk ing +Ġw ild +o i +up beat +Ġpre vent +i us +Ġà ¨ +Ġw ide +Ġr ing +Ġtit le +Ġstand ing +Ġal though +Ġh i +Ġsa uce +Ġs ides +Ġanim als +il ing +at ives +ìĹIJ ìĦľ +ĠO ver +Ġdes p +Ġconsider ed +ar ies +i ers +Ġein en +Ġs ister +Ġë ķ +ĠS ure +ãĤ ĭ +ri end +a ign +Ġsh own +Ġs ac +Ġs ont +Ġcent ury +Ġt ien +ĠÎ º +ĠS T +åķ Ĭ +Ġold er +ie m +Ġtr uly +ĠS i +Ġwind ow +iqu es +ar io +æ² Ĵ +Ġloc ation +Î º +Ġì ľ +v i +ag ue +ĠS orry +Ġdis p +Ġhe ll +Ġà ī +Ġtr ade +Ġcrit ical +Ġê ± +Ġn amed +Ġprep ared +ĠH ouse +al u +Ġt ough +Ġtri p +Ġs and +c el +ü z +ĠP ut +Ġap art +is f +v is +Ġli br +a ven +Ġv ie +Ġeffect ive +ภ² +Ġmag n +Ġmuit o +Ġê µ +h al +Ġlim it +Ġn ine +Ġwill ing +ı ÅŁ +s p +еР³ +h i +Ġal t +ĠJ an +Ġorig in +ĠU s +Ġele ments +Ġus es +Ġhelp ful +Ġfl at +Ġfam iliar +ĠP ark +Ġc ore +Ġclos er +Ġact ive +Ġad minist +C E +нÑĭ е +ç Ħ +Ġrel ative +Ġment al +Ġr andom +Ġpart ner +Ġut il +ph one +Ġr ule +w w +Ġìł ķ +Ġsch on +Ġco ffee +H A +Ġconnect ion +Ġun it +la ughing +l og +Ġapp l +л а +us ic +ĠB ra +Ġany where +AU DI +Ġsepar ate +bo x +Ġd ivid +Ġtest ing +Ġs ick +Ġwer en +ä» ĸ +Ġ׾ × +Ġadv antage +Ġtrans fer +' . +Ġë ¹ +Ġfind ing +н ой +Ġì¢ ĭ +Ġfor t +Ġeconom y +Ġl ack +Ġleav ing +Ġd im +å İ +ĠR es +Ø Ń +Ġdiscuss ion +еР¿ +Ġg es +du ct +Ġch ain +Ġus ers +e ch +ÅĤ a +Ġdis h +Ġcare ful +Ġte acher +Ġopt im +Ġfl u +at ically +Ġref lect +Ġtreat ment +e ed +i ÄĻ +à ¹ +à® ¾ +Ġequ ip +Ġplan ning +Ġsol ve +ãģ Ŀ +ĠT om +Ġavo id +Ġp ou +Ġgreat er +l in +O L +ĠL u +ĠM ore +Ġatt ract +ê n +un a +Ġphot o +er ation +Ġplan et +Ġcop y +Ġvis ual +ir ing +Ġintern ational +Ġla ughing +Ġth ick +Ġhold ing +Ġbring ing +Ġlet ter +Ġb urn +Ġeffect s +it é +our s +O T +ê me +ĠSch ool +×ķ× ª +rop ri +l ig +α ι +Ġad ult +Ġsu gar +Ġr ide +Ġhigh light +Ġno body +Ġ2 1 +Ġch at +ĠпÑĢ Ð¸ +Ġin nov +ung en +Ġatt ach +ed om +å Ĭ +y l +Ġleg al +Ġr ice +Ġcoll abor +k ing +d own +æ Ļ +ãĤ Ĭ +Ġi h +ĠA c +ous ly +Ġr ap +Ġsol id +Ġgener ally +Ġpatter n +al i +à¸ Ń +Ġtrans l +in ter +a ult +Ġë ¨ +Ġexp ress +Ġexam ples +Ġch ose +Ġtell s +ÃŃ s +ain t +ĠT ell +ĠMich ael +æ ¨ +ĠN umber +Ġt ap +Ġexper iment +Ġbenef it +Ġì ° +Ġse qu +Ġexp ensive +Ġgener ation +ĠM any +Ġadd ing +Ġk il +Ġcamp aign +ĠA nt +ra w +omm en +Ġs oul +j o +ĠAct ually +am m +ê² ł +Ġma xim +Ġsal t +Ġc ru +Ġcall ing +ãģ Į +Ġbas is +b an +Ġkeep ing +ĠM or +ed s +ì Ĩ +Ġto do +ам и +н Ñı +Ġli ved +ĠD u +ãĤ ī +å® ¶ +for ce +å¹ ´ +fer ence +al a +Ġocc ur +s k +Ġrec ent +Ġc ars +Ġtrad itional +ent le +² Ī +Ġhel d +Ġn ach +ĠCent er +er en +Ġb in +Ù ģ +Ġcomm e +Ġre ve +Ġìĺ ¤ +Ġexpect ed +ab il +Ġfocus ed +o v +Ġi P +or ial +i ro +Ġet c +am ing +ĠS on +Ġy esterday +Ġstr ate +ĠÑ Ĩ +Ġë ı +p es +Ġactiv ity +Ġadv ice +Ġopen ing +f in +Ġre la +é ĸ +Ġinst ance +ĠEvery one +b l +p en +Ġvis ion +ĠA lex +if orn +Ġt ick +H e +Ġstrate gy +Ġk om +P E +ĠG l +Ġelect ric +1 5 +Ġda ily +Ġhus band +Ġst ation +Ġanal ysis +yn am +Ġatt empt +Ġbill ion +v ant +Ġfor th +Ġm ath +al y +Ġbehav ior +ĠM as +k an +ĠD ay +Ġbl ess +Ġg ut +ĠH igh +o x +Ġd ress +Ġj ed +è ¯ +å ĸ +Ġexperien ces +ist a +Ġfight ing +å · +ĠÑģ к +Ġmost ly +a use +Ġpict ures +ен ÑĤ +Ġm ad +Ġmod els +ÑĪ Ðµ +ĠC ount +Å Ħ +ÅĤ o +ep t +O M +ĠA N +Ġtrou ble +4 0 +Ġb ird +ul ate +Ġm ur +Ġprodu ce +Ġmar ried +b it +Ġthe ory +í ĺ +Ġlead er +ĠL ast +A A +è µ +Ġim ages +Ġexp and +ĠP or +Ġpur ch +ĠS an +ĠChrist mas +ĠAust ral +Ġw id +ĠM iss +Ġknow ing +Ġz e +s hip +k u +Ñħ од +ĠInst agram +ĠInd ia +Ġest a +ĠCal iforn +Ġ7 0 +Ġdra g +Ġbr ush +Ġn ames +A nd +Ġy o +ill a +Ġsch ed +Ġdest roy +ye ar +Ġv amos +Ġ ÙĦ +ç a +Ġforg ot +и е +Ġra ise +re me +íķ ´ +ĠG ive +Ġcont ain +ra b +Ġg ift +ĠÑģ п +Ġrequ est +Ġsh ut +Ġdeg rees +Ġbenef its +Ñĭ е +Ġstud ies +Ġend s +Ġevery where +Ġher o +op h +er ry +Ġmaterial s +en ed +N A +å į +Ġmu y +Ġwor se +ä» Ģ +ĠM ad +Ġdec isions +ion e +Ġfore ign +la ughter +i ber +ени Ñı +ãħ ĭ +Ġreal ized +Ġ ign +Ġwe ak +ĠÎ ¼ +Ġsca red +Ġass um +A K +ï ¿ +ï¿ ½ +Ġcover ed +ĠS at +Ġо н +Ġindividual s +Ġcomp ared +1 1 +ĠAd d +ic les +Ġc ert +r ar +Ġbr ief +Ġactiv ities +Ġf ab +b ar +Ġa st +ĠO ther +Ġclass es +Ġo g +Ġmiss ing +ãģ ł +é Ŀ +w ers +× © +Ġintrodu ce +Ġequ ation +ãģ¾ ãģĻ +Ġn om +Ġpain ting +us hing +ĠA P +Ġencour age +Ġsh ip +itt ee +iver se +ot a +n am +ãĥ » +Ġexerc ise +ĠÐ Ń +Ġn as +Ġthous ands +ĠCaliforn ia +Ġs es +Ġr ow +ŀ Ī +Ġpand emic +Ġsk ill +b el +Ġdire ctor +Ġmil k +Ġn ut +Ġmot ion +Ġcl osed +è ¨ +Ġcred it +ah r +Ġche ese +Ġal tern +im ately +Ġs ust +ĠT ra +Ġgl ad +Ġhigh ly +Ġw a +Ġredu ce +Ġb le +ad or +in ated +ion es +ci ent +Ġdep ending +Ġsh aring +Ġca ught +ra el +Ġme hr +Ġpass ion +ç Ľ +Ġr u +Ġfar m +T I +av es +ĠR ob +ĠB ro +Ġmot iv +ret ch +ru pt +ĠB ig +Ġall e +Ġet t +ub s +ĠJapan ese +ĠH all +и ли +AUDI BLE +ç ¬ +Ġcell s +ik a +el ine +il er +Ġì £ +Ġsk y +IN AUDIBLE +end e +ap ter +Ġp in +Ġg ather +h ol +le ction +Ġsy n +Ġpl ug +r ound +Ġun iversity +h ib +Ġfant astic +k n +Ġho le +ĠRem ember +in ct +ak s +C H +Ġbro ken +Ġstr ateg +Ġal ive +Ġt ank +Ġc art +r ated +r ie +ĠSt ep +ĠEvery thing +Ġb ound +Ġso bre +Ġcustom er +¡ Į +ur g +ĠB ill +L a +wh at +Ġre action +Ġs ession +Ġpl ans +ĠìĿ´ë łĩê²Į +Ġdown load +ì Ļ +u er +Ġc ab +Ġinst r +if ying +ĠN ice +Ġteam s +ı l +Ġgo als +is ch +Ġtrans port +Ġanim al +Ġcost s +Ġcall s +Ġse hr +ì Ī +ri an +Ġd ial +Ġwe ather +à¹ Ģ +Ġв оÑĤ +ĠPl ay +Ġsh ared +Ġsm ooth +ab a +Ġleav es +à® © +Ġconc ent +Ġsh ift +ĠëIJ ĺ +ĠGo vern +Ġdem onst +Ġbut ter +ĠìĹ ¬ +Ġsat isf +Īë ¬ +Ġrecogn ize +ĠF rench +Ġvol ume +ä nd +Ñĥ м +Ġì§ Ħ +ĠKe ep +ow a +ipp ed +ÑģÑĤ ÑĢ +Ġdet ect +ĠÏ ĥ +Ġl ift +Ġcl othes +ĠSt op +à µ +m et +Ġcl in +Ġar r +f riend +Ġst uck +Y e +h and +um a +Ġsc ri +Ġfuck ing +ct ors +× ª +Ġjo ining +Ġc ette +ĠØ £ +ĠWh ite +Ġi hr +Î Ń +ãģ Ń +Ġinclud ed +ess o +Ġac ad +b um +Ġs ab +Ġд лÑı +è¿ Ļ +uf act +ĠRep ublic +r im +Ġye llow +Ġlim ited +T ER +ĠT y +Ġnot es +v est +и з +al ed +Ġph ase +and a +ĠM om +R I +Ġim mer +m al +Ġin j +Ġy ang +ud ible +аР³ +Ġset t +Ġmag ic +Ġens ure +Ġsp ring +Ġsh ock +Ġwhe el +ог да +ãĤ Ī +Ġcan cer +Ġro ot +Ð IJ +gen cy +Ġë į +i i +Ġout put +Ġcomm it +Ġwork ers +ìķĦ ìļĶ +ĠÑģ ам +ve y +Ġpe u +Ġc ivil +is c +Ġbr ings +ÑĢ Ð°Ð² +an ia +Ä ģ +c raft +mb ol +Ġintell ig +b i +ac ing +y ou +Ġbecom ing +ĠD er +em a +å°± æĺ¯ +Ġing red +Ġcomm and +Ġupd ate +Ġpre m +Ġopen ed +Ħ ¤ +ени е +Ġg ard +Ġstat ement +Ġsc rew +Ġpr ote +Ġc ards +Ġt ask +Ġeven ing +Ġst itch +in en +ĠB er +m ark +ĠD ad +Ġе ÑģÑĤÑĮ +Ġ× ŀ× +ìĹ Ī +Ġb an +Ġcl im +Ġfre edom +Ġnorm ally +еÑģ ÑĮ +å ¦ +Ġprov ided +Ġìŀ IJ +ĠìķĦ ëĭĪ +ĠK im +ied er +ìĿ Į +Ġcit iz +Ġb ike +Ġb ak +Ġno ise +Ġcl imate +iz es +å¾ Į +Ġincre asing +ĠTH E +Ġli qu +Ġperson ally +e f +res p +Ġleg s +ind er +Ġp ed +Ġë§ İ +Ġdep end +Ġvar iety +ĠIs rael +Ġwas h +å Ĩ +Ġqu iet +ĠJ ames +ĠJ ew +Ġfore ver +ĠI nt +Ġcoun ter +ur ance +ĠAny way +ca re +ĠOn ly +ci ón +ad i +ĠE v +ëĭĪ ê¹Į +ĠÎ ± +Ġslow ly +Ġо д +Ġnot iced +ier en +Ġfe ll +ĠÐ ij +Ġm ême +Ġwhen ever +! ) +ĠH y +å ¼ +ord s +us ion +ĠSt ar +Ġí ĺ +ĠM ac +ä¸ Ĭ +i ven +Ġìĭ ľ +ĠìĹ Ĩ +ĠT ur +Ġg er +r is +Ġve z +Ġл Ñİ +Ġvers us +ا Ø +ocol ate +Ġplan e +Ġz o +Ġsu it +Th is +Ġn erv +ĠA cc +Ñĥ ж +ìĤ ¬ +n h +em e +Ġa uss +Ġme as +Ġtr ès +Ï ī +Ñģ ли +ĠAr t +ĠSec ond +олÑĮ ко +ch o +it ect +е ÑģÑĤ +Ġb oss +Ġinc ome +ł ¤ +Ġsh ad +Ġapp ropri +ĠM al +op t +Ġart ist +Ġplay s +oth ers +ĠIn ter +Ġvir us +Ġh ung +Ġconst ant +Ġscri pt +Ġsn ow +ul f +k et +Ġdev ices +Ġmet al +ight s +ìĦ ¸ +Ġsal es +Ġve get +Ġcollect ion +Ġv ia +k er +Ġgot ten +O W +i én +Ġacc ur +Ġw ave +ult y +ĠA ir +Ġlead ing +ic ing +Ġcent ral +ĠChrist ian +f r +ĠAl though +Ġsong s +Ġf if +нÑĭ Ñħ +Ġbel ong +oss ible +ì ° +Ġphot os +is l +Ġrela x +s a +US IC +ê · +Ġman ufact +ĠTw itter +Ġdanger ous +Ġhy d +le ar +i ant +ĠâĢ ¦ +Ġsudden ly +Ġla ugh +Ġang le +ĠG ot +Ġwor ried +о е +Ġp ap +ĠM art +en o +Ġbatter y +Ġп оÑģ +Ġlight s +Ġar ms +ĠA bs +m es +âĢ ĵ +use um +Ġte a +ĠM ic +Ġfor mer +ograph y +Ġapplic ations +ĠD ire +çĦ ¶ +Ġfeed back +itch en +yor um +u ed +ig t +ư á» +os ition +ĠD el +Ġíķ ĺë +ĠB ack +ad s +Ġpr ime +ì£ ¼ +ì£ ł +× ij +Ġm ut +] . +ĠÐ Ĺ +lo c +k in +Ġexper t +Ġal right +ung s +Ġsupp ly +Ġleaders hip +ĠF ra +Ġtyp ically +Ġs el +Ġtre es +Ġ2 2 +h ar +Ġwor st +Ġbus y +ant o +ĠU p +ĠB as +Ġpresent ation +Ġstr ange +Ġth in +ÑĤ е +Ġveh icle +Ġд о +cell ent +7 0 +Ġt ired +Ġcris is +Ġt iny +as y +Ġr an +é ĩ +Ġfor ces +Ġо Ñĩ +Ġident ify +Ġass ess +иÑĤ е +S E +Ġcreat ive +ç Ł +Ġdep artment +Ġinit ial +æĪij åĢij +ĠD am +ak t +v ere +Ġinf ect +Ġp ump +Ạ¡ +Ġv iel +Ġr are +Ġd ot +ash ion +em pl +Ġf lex +Ġk on +Ġtr uck +Ġle ct +Ġpl astic +la w +Ġlik es +Ġr ough +ĠM AT +í ŀĪ +Ġcomm er +Ġas se +Ġc ake +Ġact ions +Ġad m +Ġother wise +ĠHe alth +Ġcoll e +à¹Ģ ภ+Ġr ub +å¾ Ĺ +æ Ķ +Ġsc r +Ġz um +ĠH im +Ġch amp +Ġconcern ed +Ġ5 00 +Ġpl ate +ĠO ut +Ġdon c +Ġequip ment +Ġta ught +ll ed +Ġí Ļ +iv a +Ġmot or + » +Ġgu ide +å ī +Ġstop ped +Ġr at +Ġlab or +Ġa im +Ġprep are +ĠÑ Ī +Ġshoot ing +ann ed +cri pt +Ġen emy +Ġdep ends +Ġn av +Ġb er +Ġland s +Ġun ivers +i u +Ġfact or +ok ing +Ġcar bon +b ut +ĠL ove +el d +ĠÎ µ +Ġg a +Ġé s +Ġbre ad +Ġvol t +í Ĭ +Ġwas te +Ġkeep s +æī Ģ +Ġst or +Ġhon or +Ġun less +Ġcol um +Ġë ĮĢ +Ġpl ants +Ye ah +Ġinclud es +ä¸ Ń +Ġo x +Ġpe ut +ë§ Į +ìĥ ģ +ist ry +ภ± +ĠDep artment +ant a +Ġfing er +Ġst retch +Ġsy mbol +Ġneigh bor +æ ¬ +ê° Ħ +~ ~ +ĠÑĤ Ñĭ +ĠA ber +k es +Ġmass ive +ĠC H +ĠS al +× ł +ãĤ Ĵ +Ġd ynam +ach e +ĠP re +Ġmon itor +ent ed +E O +Ġrais ed +ist ics +Ú © +Ġv ou +it en +¡ ° +Ġbusiness es +Ġe arn +Ġmob ile +id ade +Ġha be +y r +l ict +Ġcon duct +Ġfed eral +Ġw o +b u +Ġn one +Ġteach ers +ĠاÙĦ Ø +éģ ĵ +id ents +ا ÙĦ +Ġtre nd +еР¶ +Ġal bum +Ġm ich +b ased +ภµ +Ġtrans ition +Ġн о +õ es +h ost +ed y +ĠPro f +p an +ij n +Ġcapac ity +und o +Ġ× ij× +Ġbreat h +Ġм ен +Ġm ü +í Ļ +ĠA ut +hing ton +Ġn or +Ġg ain +po int +Y es +ĠØ ª +ĠN a +Ã¥ r +Ġi ç +ĠM ary +Ġsp in +Ġant i +åIJ § +Ġsome how +Ġlaw s +Ġmom ents +Ġg re +Ġmo ves +ĠW ould +Ġpred ict +Ġv ra +Ġ201 9 +¶ Ħ +Ġfund ament +2 5 +Ġp ure +Ġw ow +Ġis land +Ġinvest ment +Ġb ath +ĠY a +Ġhard er +Ġt ips +å Ĺ +Ġelect ron +ĠB ob +Ġb ond +od ies +ĠA ug +Ġgib t +Ġch air +Ġtw ice +w ood +Ġcl ar +Ġmas k +Ġhonest ly +Ġ201 8 +t ies +' , +Ġp ens +Ġsurpr ised +Ġcommunic ation +ãģ£ ãģ¦ +Ġsp r +Ġwh ose +Ġst ars +× IJ× +ĠâĢ ĭ +Ġproper ly +Ġg rew +os ing +Ġdi vers +A D +Ġem pt +Ġexp ression +Ạ¿ +ĠP al +ãģ Ĭ +Ġjust ice +Ġp air +w o +Ġse at +or ter +Ġlink s +ĠM er +Ġre nd +но е +up id +ĠH el +ĠM arch +ĠL o +Ñģ ÑĮ +Ġhas n +Ġev alu +ãģ ı +å¤ © +il os +Ġfund ing +Ġv en +u an +ĠM aster +ĠO l +ĠF re +Ġy ap +ĠS ir +s ch +Ġmist ake +am an +Ġdin ner +ĠWas hington +Ġorganiz ations +Ġж е +av ing +Ġv ÃŃ +Ġbirth day +Ġbe ar +ĠÙ ģ +Ġaff ord +Ġre ven +Ġrelationship s +r ough +ĠT ime +Ġt ag +ĠS un +u ary +ĠP o +c ar +ab ilities +Ġpr ison +Ġl ic +ìł ķ +id den +Ġspec ies +é » +Ġf irm +Ġsc ore +Ġd it +Ġspe ct +Ġp el +Ġcompl icated +æ¨ £ +Ġr ank +Ġoppos ite +Ġpick ed +Ġк он +el er +Ġm ig +ĠS l +ĠN et +Ġne ck +ĠFr ance +Ġtechn ical +ภ¡ +Ġmil es +Ġprim ary +Ġse in +s es +Ġla ughs +b ra +ÅĽ ci +ri age +Ġn ic +et ers +Ġà ª +olog ies +ĠI S +r ad +ud o +ı nd +m ar +Ġex ch +Ġcompet ition +Ġauss i +ĠS erv +Ġre nt +Ġch ocolate +Ġw ieder +Ġnear ly +Ġspe ech +Ġun c +Ġpar am +ĠBrit ish +Ġrem ain +ภģ +ur t +ĠØ ¹ +Ġcr ack +ail s +Ġprom ise +Ġpay ing +i ÃŁ +Ġad apt +ал а +Ġmov ies +Ġw ire +Ł ¬ +æľ ĥ +Ġter rible +Ġs ó +Ġperfect ly +åij ¢ +ord in +Ġj á +Ġimp ossible +ĠTh ree +Ġn h +Ġtur ning +r um +ĠB el +ig g +Ġrespons ible +и й +Ġincred ibly +w i +ian o +Ġhum ans +Ġà ĩ +Ġsetting s +Ġj oy +o ot +Ġdeal ing +ill ed +Ġsur round +Ġfollow ed +Ġposs ibly +Ġinit i +st en +Ġpr os +Ġcand id +Ġass ign +Ġviol ence +W ell +Ġr ise +P S +Ġtamb ém +Ġë ĵ¤ +i ance +y an +Ġaud io +ĠB et +ĠAmeric ans +ĠAs s +is chen +ìŀ ħ +Ġult imately +Ġpol ic +Ġmajor ity +éĢĻ åĢĭ +ĠFin ally +er ap +Ġgu ard +ĠMAT T +Ġbr own +м и +Ġch a +ĠHo ly +Ġnerv ous +ipp ing +ÄĻ d +ĠS a +ĵ ľë +¶ Ģ +l ie +çľ Ł +Ġn uc +ĠA pr +é Ľ +ĠKore a +eg o +ĠCan ada +Ġkön nen +Ġcomp ar +Ġg anz +ĠM ais +Ġthem e +Ġk i +Ġdraw ing +az on +ĠO ff +t t +ĠW ind +Ġtod os +Ġob vious +на Ñı +I M +ĠÐ ł +we ll +Ġbl ow +Ġho ok +Ġcir cle +Ġë³ ´ +Ġarch itect +ĠK r +Ġc ó +Ġprotect ion +eg a +å ĩ +Ġwatch ed +Ġans wers +Ġdi et +iv o +Ġpow der +Ġyour s +Ġhigh est +çĤ º +F F +å º +Ġbo ys +ö yle +Ġl unch +è¬ Ŀ +ĠI I +Ġset s +Ġmo le +Û ģ +Ġwin ter +Ġluck y +Ġrespons ibility +Ġsign al +Ġwond ering +Ġa x +Ġcook ing +ов оÑĢ +le g +Ġп оÑĤ +Ġsurpr ise +Ġdem ocr +Ġlo op +Ġj ag +Ġcur ious +Ġmarket ing +Ð Ŀ +ar on +ĠApp le +Ġvirt ual +Ġ19 8 +no on +ĠM et +оÑģ ÑĤо +об Ñĭ +it u +ĠA w +Ġbu ying +Ġrestaur ant +ĠB ud +Ġdou bt +Ġgr ant +Ġver d +Ġc ash +Ġfac ulty +Th at +ĠE in +å¤ ļ +Ġw ed +it ness +ĠM ag +n el +Ġn arr +Ġacc ident +Ġmed ium +em ents +Ġcr ow +n ight +ìĿ ¼ +ä¹ Ł +Ġlibr ary +аÑİ ÑĤ +Ġtamb ién +Ġrefer ence +Ġfour th +h ouse +v ention +Ġfill ed +ĠC our +ib r +Ġn g +Ġdevelop ing +Ġprov ides +Ġpo ll +Ġtra ffic +arent ly +à® Ł +Ġform s +Ġcl ient +Ġg entle +Ġmus s +ĠCong ress +ĠInd ian +ce an +Ġp il +Ġc zy +st ood +ut y +Ġn ä +Ġsp ending +Ġconst ruction +ina udible +Ġë§ Ī +Īë¬ ´ +Ġìĥ Ŀ +om a +os en +ag o +Ġlar gest +ãħĭ ãħĭ +Ġun iverse +b es +os a +Ġе го +Ġd ude +ĠM AR +Ġind eed +ε ι +Ġman aged +ĠSh ould +S o +Ġappl ied +Ġfair ly +ĠD en +Ġanal y +Ġconst antly +Ñģ п +H ow +ĠS ay +en cies +ĠP C +Ġegg s +à® ° +Ġet h +ĠEnt ão +in ar +i ot +Ġc z +ĠEurope an +ãģ Ī +ĠA M +Ġc á +Ġrad io +§ Į +Ġh ide +ä» Ĭ +ĠSt art +Ġcl ub +ĠH ope +Ġeff orts +lus ion +Ġc ities +h one +Ġreach ed +Ġgu id +ro id +Ġhar m +Ġcut ting +Ġb ul +1 8 +i est +ĠMe x +Ġ iron +çŁ ¥ +Ġafter noon +Ġha ll +Ġpr zy +Ġg osh +Ġinflu ence +Ġв ид +Ġincre ased +ĠMin ister +Ġdis ci +ĠP eter +Ġver t +Ġmen u +Ġse lling +ur ally +Ġqu ote +Ġ ¡ +Ġcontin ues +mp re +ĠÅŁ ey +it ution +Ġна Ñģ +c les +ĠGerm an +c zy +ĠÐ £ +B e +Ġk itchen +ĠT ry +i pe +Ġic on +ar p +Ġprov iding +ĠTr ans +Ġtechn ique +Ġh är +Ġinf rast +Ġsus p +ü ck +ic ip +ĠÐ ķ +Ġc in +ìĸ ´ë +Ġpr z +Ġcompon ent +Ġby e +ĠB ible +iz er +C h +Ġsol utions +Ġaccom pl +Ġ201 6 +I E +ĠT a +Ġass ume +Ġliqu id +Ġë¨ ¹ +Ġquar ter +Ġfem ale +ĠTh ink +Ġstat us +it ute +Ġco ach +Ġre in +Ġcomb ination +è · +ĠT er +Ġobject s +Ġdist rict +Ġmake up +Ġmur der +w as +f en +Ġbow l +Ġpub lished +Ġsp orts +ãģ ¡ +Ġident ity +Ġseem ed +Ġact ing +л Ñİ +ri x +Ġup load +Ġh ast +Ġbo at +ĠM od +ri o +Ġ = +Ġcy cle +¯ ¸ +Ġl oud +ust ed +com ing +Ġ201 7 +Ġon t +Ġleg isl +Ġst ruct +ĠSomet hing +Ġconf lict +Ġu pper +Ġman ager +Ġm ort +Ġf ra +ĠÄ ° +ĠM ike +ĠW ork +Ġn ó +ph ere +ĠìĤ ¬ë +ĠL and +Ġfil ter +Ġprom ot +æ ° +æĻ Ĥ +ķ ¼ +Ġrecord ing +× Ŀ +Ġassoci ated +Ġf uel +und er +Ġele ction +Ġemploy ees +ĠCom p +ÑĢÑĥ г +ĠW o +ro l +Ġsa ved +ĠH on +ĠV i +åĪ Ĩ +ac a +p ret +Ġw et +Ġst upid +Ġl ad +Ġf est +Ġw ake +Ġи н +Ġgreat est +ĠJ im +Ġserious ly +Ġì ¹ +Ġfeel ings +Ġ3 00 +i ation +Ġbeaut y +Ġìŀ ĺ +Ġs an +ĵ ł +Ġ- ( +Ġcons cious +Ġд ел +b ye +ç Ļ +M an +Ġlet s +Ġsho es +y d +ä¹ Ī +Ġdisapp e +ĠCount y +ĠSc ott +Ġbut t +Ġaqu ÃŃ +Ġconf ig +resp ond +LAU GH +© ëĭĪëĭ¤ +Ġdivid ed +Ġac qu +Ġz one +Ġk omm +a ção +ì§ ľ +c ut +Ġ2 3 +Ġmaxim um +ro g +Ġrun s +Ġcompon ents +Ġarri ved +Ġconf ident +ÑĢ Ð¾Ð² +Ġhe ight +Ġpro ced +E M +ĠÐŃ ÑĤо +ĠM en +Ġtalk s +Ġconf idence +ĠChr is +Ġlead s +Ġn ose +f all +b b +ĠNot hing +is er +Ġindepend ent +Ġmin or +Ġsy m +l en +ci ence +Ġf ashion +Ġsex ual +Ġb un +h ere +Ġso il +Ġdies e +Ġsh ap +Ġempt y +Ġjour nal +ag on +ĠThe ir +Ġweek end +ÃŃ t +Ġer ror +Ġn ar +à ¸ +è © +an cy +Ġìķ Ĭ +Ġfore st +Ġha cer +Ġmiss ed +ãģ ķ +åı¯ 以 +Ġev il +Ġstor age +Ġsing ing +in ha +Ġkn ock +Ġimp ress +ĠоÑĩ енÑĮ +ĠGo ld +ĠS ur +ĠP ort +åİ » +ĠL ond +Ġfaz er +ot y +ot o +Ġan x +ĠWill iam +Ġexist ing +pl ace +ĠC D +Î ³ +ĠColl ege +l or +ĠE ast +s en +f ach +o ft +Ġexperien ced +Ġlo ves +im m +Ġpo ly +Ġes se +ì ¤ +ĠG rand +è § +ch er +Ġvict im +ĠG es +л ÑĮ +v ision +Ġt all +Ġl ens +Ġз на +ĠB oth +Ġì ² +Ġsust ain +Ġarg ument +Ġfact ors +Ġautom atically +Ġfr uit +Ġli ber +Ġa le +ĠP ress +ĠB a +ĠÐ ³Ð¾ +Ġhundred s +th at +ĠR ich +Ġreci pe +ĠI T +è ĩ +Ạ¥ +Ġdescri be +Ġdri ver +ĠO ct +ĠM at +д е +Ġme al +Ġlat est +Ġth erap +Ġcomp are +ĠAm azon +Ġì¢ Ģ +ĠRuss ia +Ġstr ing +Ġk a +ĠComm un +Ġd ia +I s +Ġmill ions +Ġcor por +Ġcor respond +Ġfix ed +ĠJo e +Ù İ +Ġview s +Ġr iver +Ġstud io +ig ger +Ġfl avor +Ġpres ence +Ġun its +Ġsa ving +av our +Ġp esso +or ith +Ġh ers +ĠN at +as ion +ĠFr ank +о ÑĪ +ÅĤ y +í Ħ +Ġein em +Ġfun ctions +um an +Ġn orth +Ġìł Ħ +Ġhor se +v id +Ġple asure +а ÑĪ +é es +ind a +Ġt ail +Ġexpl ore +S T +Ġcommer cial +ĠD uring +ar l +] : +f it +Ġr ates +æ ³ +M USIC +Ġhous ing +Ġein er +Ġsitu ations +æ ĭ +Ġdec re +Ġappropri ate +ен но +% . +Ġb ac +Ġw at +ens ity +ä h +kn own +it z +Ġemot ional +erv ation +Ġbl ind +1 6 +í ĥ +大 å®¶ +Ġjo ined +Ġloc ated +ĠÑģ м +ad as +ber g +Ġd ess +Ġde ar +ed en +c os +Ġad opt +1 00 +ow e +ĠChe ck +ism o +Ġsim pl +Ġang ry +Ġмен Ñı +ĠC am +Ġp ad +Ġatt end +Ġsam ple +æĹ ¥ +Ġì Ľ +ĠI N +ul ous +ĠS ar +ĠSh ow +Ġinfrast ructure +ĠAug ust +Ġless on +Ġn iet +æ İ +Ġfo i +Ġbro ke +t r +ç ķ +Ġ4 5 +Ġg ew +Ñĥ п +at i +Ġmaint ain +Ġart ists +ing er +æĿ ¥ +er ved +I A +Ġequ als +Ġoper ation +ill y +ĠëĤ ´ +Ġcrow d +Ġintern al +Ġtest s +ĠR ock +ĠC ons +ĠëĦ Ī무 +w ar +Ġs ou +Ġch art +ĠJ une +ĠApr il +g ent +Ġv ent +Ġqu and +ĠKore an +im o +ç ī +id ers +Ġmount ain +ÑģÑĤ ав +æľ Ī +ij k +Ġdiscover ed +ĠS und +ĠS il +Ġso lo + ´ +Ġsch ol +ĠE ach +ç µ +Ġb are +Ġí Į +ĠvÃŃ de +Ġingred ients +ĠIt s +Ŀ¼ ê³ł +Ġì Ĭ +Ï į +ĠLe e +Ġsc ary +Ġprinci p +Ġspirit ual +ì ħ +ĠH old +æ²Ĵ æľī +Ġdef ine +ĠL es +ĠN or +ĠE nd +Ġbl og +ĠG reen +аеÑĤ ÑģÑı +p art +el es +äº ĭ +ĠUnd er +Ġpart e +Ġ3 5 +Ġse ctor +ĠS ept +Ġaut h +à® ® +om in +Ġcl ients +Ġc i +ĠFr iday +er as +Ġtw e +ul ated +Ġcult ural +ĠÑģв о +Ġëį Ķ +Ġà º +Ġpar ce +à® ² +Ġtrad ition +Ġjud ge +ĠGen eral +Ġdeterm ine +ĠIs n +ĠP L +ne ath +Ġmatter s +íķ ´ì +! ] +а Ñħ +Ġpo ol +Ġvari able +Ġvacc ine +Ġcaus ed +Ġw est +ĠY ep +f ast +Ġph ilos +hor a +Ġcontinu ed +Ġunf ortunately +ãģ į +æ ķ +Ġfl ight +Ġw rap +Ġhu h +ĠAbs olutely +Ġp ink +Ġrem ains +Ġn é +Ġf le +ĠS ol +Ġlos ing +Ġalg orith +Ġrequ ires +Ġfound ation +ĠB ur +Ġprofess ion +ĠM id +Ġë ŃIJ +c an +ĠM il +Ġyoung er +Ġappe ars +ter m +íķĺ ê³ł +ac le +ĠLond on +Ġengine ering +ภ¢ +Ġadv ent +ìĦ¸ ìļĶ +Ġê¸ ° +ĠM aj +ÑĢ ÐµÐ¼ +ing u +ĠU K +u ro +s pe +Ġt ent +Ġreport ed +ĠA L +H ey +Ġë§ IJ +Ġd ent +ĠAustral ia +ĠJan uary +³ ´ +ag ues +ars h +r ig +Ġtien e +ภ£ +Î ® +Ġmach en +un te +Ñĥ Ñģ +Ġelect r +Ġtut orial +Ġpl aced +ĠìĿ´ ê±° +ĠCoun cil +í ĸĪ +°ë ¦¬ +ah ren +Ġê·¸ë ŀĺ +Ġpro ve +f ol +Ġqu er +Ġche ap +ĠF ather +ĠP ower +ĵ ľ +Ġpur s +Ġes p +ĠB re +ê¸ °ë +om as +æĥ ³ +ил ÑĮ +Ġge ht +os ter +ê³ ¼ +Ġfil es +ĠÐ § +be ll +Ġwh om +Ġë ĺ +Ġex cellent +Ġdat ab +Ġg ö +Ġì§Ħ ì§ľ +Ġbelie f +j et +Ġj ack +Ġsw im +ri al +um in +a uc +Ġso ll +Ġess ential +íķĺ ëĬĶ +Ġev ol +cha ft +ain e +th let +Ġinc or +Ġreport s +Ġdefin ition +ke l +Ġcirc um +Ġprodu ced +Ġ× Ľ +ant ic +n et +Ġa ward +Ġd urch +Ġtrans p +Ġm ale +¦ ¬ë +Ġmo on +ĠGe orge +Ġfly ing +i ó +Ġs ources +Ġpl enty +ĠDem ocr +R O +Ġ 00 +Ġsec ure +ĠB ir +ra in +Ġz ur +Ġeffic ient +Ġrepe at +Ġmethod s +Ġcal m +Ġdiscuss ed +ĠìŀĪ ëĬĶ +Ġser ver +an ie +ĠInst ead +Ġide al +Ġcon ven +Ġhop ing +ĠT or +Ġdep th +Ġhe aven +EN CE +Ġhab it +gr ad +Ġfl ag +Ġin e +Ġk h +ĠL I +Ġfac ing +ĠA U +ĠT im +Ġg em +ĠJ ul +Ġel a +iz za +Ġfe llow +Ġqu el +Ġsp oke +Ġcitiz ens +u ge +é ĥ½ +Ġp ages +Ġf asc +Ġrelig ious +at en +Ġch apter +ĠV al +Ġcons ult +ĠM ill +g l +op er +Ġinf in +Ġmar riage +Ġmedic ine +Ġд в +Ġdog s +Ġinstr ument +ĠEx act +á n +Ġ20 21 +Ġf er +Ġwe alth +Ġgr ade +Ñĭ Ñħ +Ġcr ime +Ġth read +Ġess a +Ġw ine +co hol +ph a +ภĩ +og ue +Ġins urance +arr ator +ĠSept ember +Ġv id +ĠSp irit +Ġg est +ĠRuss ian +Ġproper ties +Ġart icle +Ġunder neath +y er +Ġjo int +Ġrelative ly +Ġin ch +Ġdesp ite +ĠG ree +Ġclass ic +Ġsupport ing +Ġinst ruct +lus ive +Ġdi agn +æ Ĭ +Ġadminist ration +аб оÑĤ +ĠO pen +æīĢ ä»¥ +Ġп ок +Ġdoll ar +Ġconse qu +o ber +ĠGerm any +Ġter r +ĠQ U +ĠÐ ĵ +ç ¾ +Ġstrong er +É Ļ +ĠÙ Ĭ +ĠiP hone +Ġfab ric +ü h +Ġen em +æ ¯ +Ġsub t +E E +ond e +Ġcre w +Ġremo ved +Ġl ady +Ġpot entially +ĠÐĿ о +y al +Ġsym pt +Ġar my +Ġintrodu ced +t es +Ġaspect s +1 4 +ĠL ou +Ġ ) +Ġde ploy +p et +Ġh an +ĠW atch +Ġweap ons +Ġph en +Ġreg ister +Ġein fach +Ġsp ort +Ġbr idge +Ġin ner +Ġminim um +Ġw itness +Ġes o +Ġvill age +Ġown er +¦¬ ê³ł +Ġsc ream +il ed +Ġp itch +b ru +Ġadv ance +ä¸į æĺ¯ +Ġsupp ose +ĠAt t +еÑĤ ÑģÑı +Ġdiffer ences +ak ed +Ġinter pret +à ¦ +iend o +Ġabs ol +ĠбÑĥд еÑĤ +Ġë ² +Ġtri al +Ġthink s +ly ing +cept ion +ĠAfric an +Ġchem ical +Ġta pe +Ġconvers ations +Ġdistrib ution +t i +ĠA I +Ġfl ash +Ġunder stood +ĠGovern ment +å° ı +! ? +ĠS k +ê± °ë +ri er +T S +ĠAcc ording +Ñİ ÑĤ +Ġsp ons +ÑĤ обÑĭ +Ġval u +ere m +icht ig +Ġresist ance +ĠG al +ger y +Ġbeg ins +Ġadv anced +Ġrele vant +Ġpolit ics +ĠF am +Ġç ok +ĠN ever +ill ing +Ġfoot ball +и и +ĠI D +ĠAfric a +Ġfing ers +Ġб олÑĮ +Ġà ¡ +Ġcl ip +ĠL at +ãĤ Ħ +Ġì§Ģ ê¸Ī +es se +Ġvo or +Ġas ide +æ ŀ +Ġto ward +Ġb at +Ġval id +ĠM ens +Ġcomplet ed +ı ÄŁ +Ġpod cast +ĠB on +Û Ĵ +ĠJ uly +il a +Ġpack age +Ġpull ed +ch ar +ĠM el +o is +Ġs outh +Ġë Ķ +Ġimport ance +Ġp ushing +Ġis ol +Ġstand s +c ill +ä ¼ +Ġ ðŁ +or i +ê° ģ +Ġhom es +Ġconcern s +Ġb iz +å ½ +b ie +Ġb is +Ġge ar +ĠM S +Ġh un +ĠM att +Ạ£ +se y +ĠSec ret +Ġod d +ĠM ax +oll y +f ord +ĠS H +Ġrepl ace +Ġnav ig +Ġin i +и Ñı +Ġgi ant +Ġma nd +ĠH app +TI ON +g un +iam o +ìŀħ ëĭĪëĭ¤ +Ġg ap +Ġê tre +Ġclass room +Ġhy p +ak i +è ® +is ters +ack s +ĠÑģ о +Ġb ug +Ġgra v +am in +Ġevery day +Ġì ¡° +Ġgard en +ce mber +Ġest o +åĹ İ +Ø ¬ +Ł ° +å ģ +Ġr om +Ġìłľ ê°Ģ +Ġfall ing +Ġfa ult +ell y +Ġch est +Ġл и +Ġpot ato +Ġbuild ings +Ġoper ating +Ġp are +w r +D on +ĠF our +Ġv ul +Ġl á +Ġfr ust +ĠD ann +ol es +ny a +Ġì ¶ +ĠÑĢ Ð°Ñģ +× Ľ +Ġa ÃŃ +w ord +Ġweap on +Ġob t +ĠF all +ĠSte ve +Ġmix ed +Ġp ode +ĠA S +ĠL eg +Ġdes c +Ġspl it +Ġemer gency +ĠS ing +Ġprof it +Ġtyp ical +ĠDon c +Ġannoun ce +ĠTe x +Ġsac r +tern al +Ġcomm ittee +ig o +Ġdi am +ph as +Ġdef e +ĠProf ess +Ġdec l +Ñĥ ÑĢ +2 2 +ol f +ĠM ond +u y +Ġa y +Ġl em +Ġlove ly +ĠC ould +Ġgu ar +H H +Ġcare fully +ĠL isten +Ġк ÑĢ +Ġyou th +ĠThere fore +Ġdream s +ĠJe ff +? ] +Ġë Ī +D A +Ġb odies +au x +Ġtechn iques +Ġmechan ism +× ĵ +Ġо ни +Ġdes ire +à ® +ĠV o +qu es +ĠÑĥ же +ĠWho a +ĠG ame +Ġh al +an ish +Ġpract ices +5 00 +Ġsort s +up s +ate ful +Ġhers elf +Ġgu itar +Ġprop os +Ġsit es +Ġbe ach +Ġ× ¢ +ç¬ ¬ +н Ñĥ +Ġdr am +ĠNo ve +V E +r ant +Ġpl ot +ĠìŬ 기 +ĠC a +Ġestab lished +Ġ201 5 +Ġinsp ired +Ġannoun ced +ä¸ ª +ĠÑĤ ÑĢ +Ġ2 6 +Ġv oy +Ġte ch +ìł ģ +Ġprocess es +ont o +ĠP an +Ġrap id +ist an +Ġ19 7 +Ġrelig ion +Ġ2 8 +Ġsm ile +Ġb ab +Ġ Ú© +ĠV ir +Ġsched ule +Ġexec ut +Ġpr on +Ñ į +ĠÐĿ Ñĥ +m usic +ìĽ IJ +Ġg an +ìĭ ł +Ġdef ault +Ġbe m +Ù ī +Ġfor ced +ĠOb viously +Ġst one +Ġt ie +Ġdrink ing +Ġser ved +C ause +Ġcon ference +ĠExact ly +ãĥ Ī +ł ľ +ìĻ Ģ +ĠR a +Ġf ake +Ġdif f +ãģ © +Ġchalleng ing +Ġì¤ ij +Ï ĩ +ä»Ģ 麼 +Ġintellig ence +re te +Ġstud ying +Ġapp oint +Ġt an +Ġи м +Ġcur ve +ĠTe am +ĠA z +Ġз д +ĠMus ic +f ield +ir ation +Ġfail ed +Ġno vel +Ġdifferent ly +Ġes cape +ĠY o +ĠOct ober +ı yor +Ġdescri bed +Ġcon vert +ac ement +Ġhot el +is ation +Ġsu is +ãģ ij +å ŃIJ +æĢ İ +Ġwalk ed +2 00 +Ġneighbor hood +is p +ĠL os +Ġh idden +Ġ2 7 +л е +Ġph r +ĠIs land +ĠSt reet +end a +hip s +os ure +Ġdefin ed +ภ§ +Ġv ida +Ġlab el +ĠEvery body +Ġjo ke +ia o +ا ÙĨ +Ġa thlet +... " +ĠF ire +D o +Ġdef ense +Ġent ertain +á t +Ġpolic ies +Ġal cohol +ĠEng ine +Ġg al +ĠJ ud +Ġvol unte +ick s +et a +ag t +Ġ× ķ +Ġm ö +1 3 +Ġenc oun +Ġe h +Ġor ange +Ġabs or +Ġsp aces +ĠNove mber +êµ ¬ +i at +Ġt am +ck now +Ġst orm +ĠDire ctor +Ġpre gn +ĠìĿ ¼ +Ġо п +Ġres ource +Ġb ard +ne w +ĠDe cember +u its +Ġwe il +Ġconst ruct +s i +n ic +Ġfl our +Ġrest rict +ü t +Ġentire ly +Ġbreak ing +ent lich +Ġtw enty +Ġcaus es +Ġele v +ĠS pr +ĠIntern et +Ġk iss +Ġoper ations +s zy +Ġë Ĭ +Ġscient ists +Ġgr own +Ġown ers +out s +Ġcour ses +Ġus ual +Ġin n +Ġtrans m +ñ o +Ġnu est +к ов +Ġcateg ory +ĠL ife +ĠPl us +Ġat mos +wh ile +Ġrecord s +Ġde ÄŁ +ëĭ¤ ê³ł +ĠìĤ¬ë ŀ +Ġrequire ments +in n +Ġimm ig +Ġdeep er +ç ´ +Ġapp s +Ġcolle agues +ż y +Ġoff ers +Ġt á +Ġcolum n +la ud +I R +ĠM s +Ġexch ange +l as +ĠL aw +ĠJ on +is se +ro gen +Ġmo i +× Ĺ +Ġs ending +Ġhe llo +е е +ÅĽ Äĩ +Ġsuc ceed +Ġsuff ering +Ġad vert +Ġì£ ¼ +çŁ¥ éģĵ +Ġrec o +ın ı +Ġк ом +all ey +Ġfail ure +ie j +Ġëķ Į +Ġdrug s +Ġcu ando +Ġìĸ´ë ĸ +ĠAb out +Ġqu ando +9 0 +ĠF ed +1 7 +S h +in ho +ĠSund ay +ĠPh il +Ġacad emic +ĠIn c +Ġmaint en +åĩ º +Ġre ward +er d +Ġcomm itted +ìĬ ¤ +г ÑĢ +Ġstand ards +Ġk al +Ġint ention +ĠZ h +Ġa cknow +ä ¿ +Ġ== = +og y +å § +Ġfilm s +is k +Ġte eth +Ġstrugg le +r d +u en +Ġdis s +ĠD ar +am y +Ġenem ies +Ġve loc +ĠC all +um bs +иÑĤ елÑĮ +Ġo cean +é d +ìļ ° +Ġtre m +ient o +еÑĪ ÑĮ +ffic ient +Ġbott le +Ġinstit ution +est y +ĠH an +h ab +ëĬ ĺ +Ġar rest +éĤ Ħ +Ġlet ters +oun ce +í Į +A n +Ġcreat es +Ġcl ock +Ġdeb t +Ġan cient +ific ations +g i +B ut +ĠT u +k l +Ġb order +Ġo ok +ĠB ay +est a +Ġë³ ´ì +Ġw ra +pre ne +Ġê² Į +ang le +Ġbelie ved +ien cy +ak a +Ġcrit ic +Ġb omb +Ġha m +ĠÐ Ľ +êµ Ń +ĠGu ys +ros oft +Ġcr im +et ch +AR R +Ġs ight +и на +Ġa in +á» ij +is che +Ġau x +Ġnum er +Ġsurv ive +A ll +B C +Ġs z +Ł ¬ë +Ġj am +ĠCour t +Ġall es +Ġtr igger +Ð ŀ +Ġform at +Ġdec ades +Ġc es +Ġsign s +Ġrob ot +ĠCh urch +Ġa z +Ġs oup +ĠTex as +ut en +ĠÑĩ ÑĤобÑĭ +Ġneigh b +ĸ ×Ķ +Ġcommunic ate +Å ¡ +Ġel imin +Ġfrequ ency +her n +id os +Ġem phas +Ġmess ages +Ġg ender +ĠW enn +Ġв о +Ġpr ices +ol o +Ġп он +w ing +ĠF il +а ем +ĠC ur +Ġfal se +Ġfield s +Ġs é +2 4 +Ġm ac +u ÅŁ +Ġlay ers +Ġadv oc +w an +Ġk ar +ĠÅ ŀ +Ġdec or +Ġwall s +o e +iss ions +Ġres ol +× ¢ +ĠCar ol +ĠV ide +le ep +ĠY OU +Ġfl ip +Ġsur gery +Ġch op +U R +. , +Ġag ency +Ġwant ing +Ġsol ar +Ġhor iz +ĠAd am +Ġstay ing +ol ic +Ġgr ateful +Ġrem ark +Ġtechn ologies +Ġprote in +å¿ ĥ +д ел +ĠM ont +Ġshould er +Ġz a +re y +ĠO oh +Ġst y +ic ar +оÑĤ ÑĢ +Ġrout e +ĠT urn +Ġb om +Ġdeb ate +Ġposs ibility +Ġíķ ´ì +ap a +Ġinv ent +ür lich +Ġprof ile +Ġsen ior +pp y +v as +Ġm undo +ate ver +Ġapp arently +en er +× IJ +ç Ń +Ġprec is +Ġal ign +Ġkn ife +ĠRo bert +å ĭ +Ġfo ol +Ġinv ite +us ing +Ġcircum st +Ġcapt ure +Ġd ough +ĠS and +Ġse u +ĠNew s +Ġb ite +Ġne ut +w ide +Ġlect ure +Ġëĺ IJ +Ġorigin ally +Ġcho ices +ĠG ar +Ġver se +Ġl it +Ġ19 6 +íķ ł +Ġmeas ures +ç ões +w ater +ri ve +Ġz ijn +í ģ +ĠB us +Ġhe b +е Ñħ +ĠK ar +ĠN ão +Ġkill ing +à® ª +Ġmir ror +m od +Ġm ol +Ġcre ation +Ġest im +Ġatmos phere +Ġg am +Ġt ables +is i +ĠL ittle +Ġt as +ĠE le +é l +Ġscen es +Ġt one +Ġaffect ed +ĠAU DI +ĠBr own +I f +ĠÙ ĩ +ĠDan iel +羣 çļĦ +qu er +ch i +íķ ĺë +Ġmist akes +Ġs la +ãĤ ¤ +Ġent r +Ġе Ñģли +Ġsh out +Ġport ion +Ñ Ĺ +Ġpre viously +á» Ļ +ĠпÑĢ ÐµÐ´ +оÑģ ÑĮ +Ġhead s +ç İ +å Ń +åľ ĭ +Ġgr ass +ภ° +cri be +Ġqu é +ĠSp anish +Ġoffer ed +ĠбÑĭ ло +ĠCl oud +Ġve ctor +ĠH uh +Ġk ad +if ts +ĠÎ ½ +Ġhung ry +Ð ¡ +Ġpar all +AN D +ĠvÃŃde o +iz z +Ġocc up +Ġí Ķ +Ġsee k +h es +Ġdo ors +Ġhous es +Ġconsider ing +Ġgradu ate +Ġf ulf +è ¡Į +è £ +Ġext reme +Ġflow ers +it ate +ĠP ri +Ġfundament al +Ñĩ аÑģ +è¯ ´ +Ġtext ure +į ĺ +ĠAN D +à® ± +ĠT em +Ġn ada +ì§ Ħ +Ġcelebr ate +um s +Ġp ill +Ġи ли +go ing +Ġh ip +Ġsupport ed +Ġper man +Ġagre ement +Ġty m +Ġë ij +ĵ¤ ìĿ´ +Ġpurch ase +í Ķ +ĠPl an +eg en +Ġrec over +P U +ĠMic rosoft +du c +Ġhol es +Ġdro pped +Ġp ig +Ġend ing +Ġattack s +be c +Ġre n +Ġr app +Ġìļ °ë¦¬ +Ġter ror +Ġ× Ļ +Ġed it +Ġa o +. +Ġhero es +ĠB oston +Ġdepend ent +Ġmotiv ation +fl ix +Ġse am +ки е +Ġdra in +od ed +Ġgu ilty +ĠJ enn +ing en +Ġgrant ed +ĠK elly +ĠS av +ĠUn cle +ĠHon estly +EL I +Ġnavig ate +Ġbless ed +c ore +Ġear ning +Ġsign als +Ġdis k +ial s +Ġag es +æ ħ +Ġpartic le +ĠÑĩ еÑĢ +Ġcan n +Ġt ier +Ġstat ements +ê³ł ìļĶ +ĠëķĮ문 ìĹIJ +ĠCh o +Ġpol ar +an ç +ĠK enn +ĠN i +ĠF ight +or gan +é ķ +ĠCh a +ĠS ÃŃ +ãĥ ª +Ġs lic +Ġcert ific +Ġtempl ate +ĠFed eral +Ġconsider ation +Ġexpl o +ĠM ain +ĠN E +Ġalong side +Ġd ressed +ĠP oint +Ġenviron ments +Ġpró xim +Ġda ar +Ġprom pt +Ġpurs ue +Ġentertain ment +Ġth roat +Ġproblem a +Ġm art +ì ¼ +Ġprov ider +Ø Į +Ġ× Ĺ +int e +m aking +Ġstro ke +Ġtiss ue +U n +Ġpre cious +ĠAr ts +ink ing +ĠÐŀ н +Ġи Ñģ +n ah +ĠÐķ Ñģли +Ġcor ners +Ġtrick y +in ch +l ijk +Ġpress ing +le vel +AN G +Ġrad iation +ìĦ ł +Ġconf ront +Ġv et +Ġrepresent ative +Ġprop ag +Ġcra p +ĠDe c +Ġr amp +еп еÑĢÑĮ +u és +ess en +cri ption +Ġb ills +ĠMatth ew +Ġan ime +ấ t +Ġlow est +h as +sc reen +og rap +ал о +int on +ĠJ ah +èĢ ħ +it Ãł +Ġk ay +Ġrot ation +ĠW ere +abe i +Ġtri als +Ġle ver +ight y +Ġsp oon +Ġh unt +c ling +Ġdis m +ĠболÑĮ ÑĪ +Ġass ault +Ġíĺ ķ +Ġweek ly +Ġm ismo +Ġgen etic +ul pt +ĠStud ent +Ġreal istic +Ġauthent ic +æī ĵ +ast a +Ġarrest ed +Ġguid elines +Ġ×ľ× IJ +Ġд ав +ĠCom ing +f ür +Ġrequ ests +ĥ IJ +Ġanaly ze +Ġinter ess +Ġh alt +ĠO per +on om +Ġd uck +Ġwith d +s er +ĠÏ Į +ĠHist ory +Ġyout ube +ãĤ į +Ġsab er +w alk +f ont +Ġover view +3 9 +ü y +ett i +Ġfro zen +Ġf lesh +ÄŁ i +ĠP M +ĠìĻ Ģ +é ¢ +ÑĨи и +Ġê¸ °ë +íģ ¬ +Ġpr ose +oo oo +r ates +W S +Ġautom atic +Ġcollect ing +Å ij +Ġneighb ors +» . +ĠEx pl +Ġcir cul +co ver +we g +Ġstick s +Ġe ller +Ġw ww +Ġd orm +ĠEx per +Ġstat istics +Ġemail s +Ġgra ve +im iz +H S +Ġu it +, ' +Ġlas er +è ī +ĠÑĤ ем +Ñĭ ÑĪ +Ñī Ñij +Ġgen au +Ġtien en +Ġmed itation +ĠOr gan +Ġest imate +Ġë¬ ´ì +l ets +Ġn Ãły +Ġmind set +Ġres on +Ġm és +Ġnumer ous +Ġvie lleicht +ĠTh ird +u ous +ĠDe ad +ан д +H N +Ġrac ing +Ġag ents +ĠU t +Ġte ar +ĠH P +Ġchem istry +Ġsurv ival +æĸ ° +Ġconvin ced +Ġ ; +Ġreg ulations +ĠE S +åĴ Į +3 00 +Ġen se +Ġì µ +Ġd ict +G A +Ġah ÃŃ +åĭ ķ +Ġte j +Ġо ÑģÑĤ +ĠE lect +Ġintellect ual +Ġbi as +Ġbur den +çĤ ¹ +Ġìĸ´ëĸ » +Ġche er +Ġso ph +Ġportfol io +ub a +Ġest os +T V +F or +Ġas h +Ġkom mer +Ġcollect ive +Ġw rest +ĠJ etzt +ĠW at +re ich +Ġprim er +act ive +Ġm ie +ick ed +Ġhun ting +Ġtest im +Ġcompass ion +ĠØ ± +Ġbr ut +Ġsal ad +об Ñīе +Ġsol ving +Ġflo ating +ç · +Ġattract ive +ÙĪ ÙĦ +Ġper d +if fer +Ġsc ulpt +hh h +ĠWe ek +Ġent hus +Ġn ad +Ġmer ch +ĠíĻ ķ +Ġm ile +好 äºĨ +ĠÎ ¸ +ĠëĤ ĺë +éĩ į +3 8 +Ġch ains +ĠAl most +Ġtick ets +r in +ĠC C +Ġdistrib uted +abet es +Ġtemper atures +Ġg ained +Ġflex ibility +Ġscream ing +Ġab road +un o +Ġentreprene urs +ĠNet work +ĠCanad ian +Ġpre v +Ġs ö +ĠÑĤеб Ñı +ĠP oke +ĠP od +ĠTur key +çı¾ åľ¨ +Ġabst ract +Ġsn ake +ĠAm y +ĠëĬIJëĤ Į +Ġbra ve +ĠìŀĪ ìĸ´ìļĶ +ĠK al +Ġ200 7 +á rio +Ġmark ed +gin es +Ġall oc +ON G +Ġscient ist +Ġes ca +Ġrac ism +× ij× +ĠS ams +ĠP enn +Ġload s +Ġà® ¨ +ü ber +M e +ix ò +Ġper ò +an ne +Ġexp ressed +м еÑĢ +Ġmo et +Ġret urning +n ia +Ġexp on +P ro +Ġlo yal +M L +Ġl amp +Ġsh y +Ġcomp osition +ĠL y +Ġmagn etic +Ġprem ier +Ġmeasure d +Ġsumm ary +Ġattack ed +Ġfin ishing +Ð Ĺ +ç ¥ +Ġs its +Ġhyd rogen +Ġma i +ĠDeuts ch +as ı +Ġobt ain +v ie +Ġso it +Ġë° Ķ +Ġl ane +Ġconse gu +в о +Ġe ase +ak in +ĠF a +Ġunt uk +Ġbur st +Ġc um +al ım +ú blic +id i +ĠRoy al +ĠK on +Ġcommon ly +Ġremo ving +Ġj ur +il ib +Ġan ch +íĸ ī +ưỠ£ +ĠÐľ Ñĭ +ĠAn th +ĠS Ã¥ +Ġinter rupt +Ġst ere +ĠO S +ony m +ter y +ĠMar ia +ê² ĥ +Ġexpl oring +Ġtransp arent +Ġf ate +ĠJ ung +Ġgr up +Ġdark er +ĠD oug +Ġman e +æĶ ¾ +ạ i +d ri +lo ok +ĠDes ign +Ġtut aj +Ġhorizont al +re on +ort e +ĠCor rect +ĠSte ven +Ġv ine +0 2 +i Äĩ +Ġsie mpre +ĠK ey +åĥ ı +ĠG ames +Ġna ar +Ġshock ed +el ve +ĠR ose +ìĭ ¬ +Ġstop ping +oh l +ĠM ix +Ġsuff ered +Ġsig ma +Ġweak ness +ĠO w +ี à¹Ī +I F +Ġà® ħ +ad ed +ĠNet flix +an es +Ġrem ained +ir y +Ġr ip +ell t +Ġsil ent +Ġpro ven +Ġtox ic +Ġal umin +Ġmulti pl +al and +Ġ3 4 +0 6 +ĠB ru +Ġìłķ ë§IJ +J ust +b oy +Ġsho e +Ġcreat ure +Ġhead ed +ĠоÑĤ к +æ ± +Ġess ence +Ġremark able +Ġnú mer +Ġd rew +Ġpu zzle +ĠLibr ary +ĠF u +ash es +k k +ĠI st +¦ ° +ĠB ry +Ġc eremony +Ġà® İ +Ġc ri +e qu +ãĤ ¢ +Ġpri ze +Ġdim ensions +og ram +Ġle ather +Ġpop ulations +u um +Ġve gan +Ñı д +Ġcó mo +å Ħ +Ġstri p +å £ +Ġvac ation +ħ ķ +Ġme als +ili pp +Ġ ents +ar am +ric ht +Ġgra in +ĠSp ain +Ġche ek +ĠA ff +I ON +ĠBr ing +Ġ3 8 +iel en +ul u +ĠболÑĮ ÑĪе +Ġannounce ment +ĠÑĤ ÑĥÑĤ +ĠPro phet +ard o +3 7 +Ġw oke +Ġtransl ation +ĠN OT +ĠC L +Ġd Ã¼ÅŁ +ÑĨ Ñĸ +ac er +ĠL oc +Ġper ception +N O +Ġdies en +L ook +he art +av ed +Ġbound ary +Ġfl ows +Ñij м +Ġarg uments +Ġelect ions +ı s +Ġhe ck +Ġsuit able +Ġf iber +ĠSt ra +x y +ĠH um +Ġmonth ly +u per +Ġgol f +Ġl ately +ĠG ard +ĠR en +ĠA st +ĠF ant +аÑģ Ñģ +Ġobs er +ë ¡ľ +Ġeas iest +į Ķë +Ġwebs ites +p ol +Ġco con +Ġà® ĩ +ĠV eg +Ġwalk s +Ġint ro +Ġdirect ed +ĠAn na +Ġëĵ¤ ìĸ´ +ĠEaster n +ĠS aint +ĠB ow +Ġro ast +ĠU RL +Ġjed en +ur as +aj a +Ġse mi +Ġrapid ly +Ġtarget s +ĠCont rol +Ġb ah +Ġref lection +Ġcreat ivity +hold ers +Ġìĺ ¬ë +Ġamong st +Ġfeed ing +ÑįÑĤ омÑĥ +Ġвид е +Ġë§Įë ĵ¤ +ĠSm art +Ġrel iable +Ġvez es +Ġ× ¨ +ch uckles +az ione +ĠWilliam s +Ġa ç +Ġsle e +е Ñī +Ġtim eline +Ġthor ough +á» į +ĠO t +ạ n +Ġimag ination +Ġmechan ics +r ist +Ġclaim ed +ÏĦ η +ê te +ĠHur ry +ĠiP ad +Ġconst ru +ĠC la +ĠAl s +ä¼ ļ +ut z +Ġcult ures +Ġìĸ´ëĸ» ê²Į +Ġbelong s +Ġy er +ĠDoes n +Ġge omet +Ġb id +Ġfo am +Ġh ob +ĠBrit ain +Ġsubst ance +Ġann iversary +ĠëĦ Ī +Ġnot ed +Ġgovern or +Ġstock s +3 1 +Ġdi ye +ìĬ ¤ë +Ġre b +z el +Ġmultip ly +Ġoper ator +Ħ¤ ìļĶ +Ġwat ers +Ġd är +Ġuns er +ĠEliz abeth +é« ĺ +Ġincreasing ly +ĠG ro +Ġen gines +ir s +Ø « +Ġtre asure +P C +in ction +ir i +Ġacc um +Ġvari ation +Ġp om +Ġtit les +ĠF est +ó s +Ġeld er +ny m +r un +Ñı в +Ġinnov ative +Ġnom bre +Ġco inc +Ġfr anch +Ġent onces +Ġnicht s +Ġexc lusive +ĠChe ers +ĠB i +u je +æŃ ¡ +Ġp ok +ĠP rem +Ġrock et +ELI PE +Ġhosp itals +ri um +Ġjust e +Ġham mer +Ġquant um +Ġrespons es +ll y +end i +Ġact ively +Ġfr idge +i ate +l ong +Ġqu em +Ġdeath s +Ġsuper ior +ck en +ìĿ´ì ĹIJ +kt op +Ġgather ed +£ ¨ +Ġd azu +Ġreci pes +Ġbu zz +c en +Ġany time +ons ense +Ġcirc les +Ġsol ved +Ġìĭ ł +Ġcoron avirus +ĠLu ke +Ġbu bb +Ġcont empor +r zy +ĠJ ane +Ġд ом +Ġscrew s +Ġhy brid +Ġcas ual +Ġsel bst +be ing +ĠÄ IJ +ĠCol umb +ĠÑħ оÑĩ +Ġbu cket +Ġevalu ate +Ġid ol +Ġrep utation +ĠìĨ Įë +ÙĪ Ø± +Ġhe cho +Ġpo em +Ġsubject s +pl ant +ĠBe h +ĠSpe aking +Ġbatter ies +Ġfollow ers +ö l +Ġg ently +Ġsi xt +Ġparam eter +Ġik ke +ĠT our +ĠD J +ot te +ĠJ ahren +Ġprepar ation +Ġд Ñĥм +Ġ8 00 +c op +ik ing +Ġë¬ ¸ +Ġн Ñĥ +Ġл еÑĤ +åIJ Į +ĠI de +Ġì¡° ê¸Ī +Ġla ughter +Ġmole cules +ĠR est +Ġobs erved +d zie +Ġadvert ising +ert o +Ġmo ins +ĠM IT +Ġexc it +Ġt um +Ġty l +Ġinvest ed +Ġph arm +Ġunex pected +Ġph i +oty pe +we ise +Ġge ç +jour d +Ġhors es +n Äħ += " +ĠS M +Ġf ib +Ġcl ips +çķ ¶ +å¦Ĥ æŀľ +Ġreg ime +Ġrot ate +r ou +n ik +Ġarm or +ðŁ ĺ +еÑĢ Ð° +åº ¦ +ĠO ch +Ġr ichtig +üz el +ane ously +m ek +éĮ ¯ +ĠX iao +Ġexist ed +w orth +ãģ£ ãģ¨ +Ġna ught +Ġhe iÃŁt +ĠB al +Ġres id +iv ot +om atic +Ġh ired +Ġgrad ually +Ġon ions +Ġcomp at +Ġint im +Ġj ew +Ġcontrib ution +ĠI re +ac ji +Ġsl ice +Ġimm un +ĠR us +Ġgr ows +ĠSimilar ly +Ġhard est +Ġst ruck +Ġmeasure ment +... ] +th ey +Ġìł Ģë +Ġsne ak +Ġappl ies +Ġн ем +æ ĵ +×ij ר +ĠЧ ÑĤо +Ġout ro +Ġinnoc ent +Ġm og +ĠSams ung +Ġmer cy +Ġhand ling +Ġinter vention +id ays +g ot +Ġcur ric +Ġbound aries +Ġconf using +Ŀ¼ ëĬĶ +æ ĩ +Ġstitch es +ÃŃ vel +Ġtun nel +it ä +Ġg ost +im y +Ġcz as +Ġm é +Ġcat al +ĠSim on +ĠLI AM +m ic +ĠÐ ¤ +Ġey el +is as +ĠC PU +ĠD ou +Ġnä ch +Ġinfin ity +Ġr if +ĠPe ace +ĠC u +Ġminim al +Ġlisten ed +Ġpo le +hal b +Ġload ed +Ġste ady +ĠBes ides +ê m +Ġl ap +Ġco op +Ġfriends hip +w orld +Ġge h +Ġtyl ko +ĠLa ura +Ġsurround ed +ĠE vent +Ġch ap +ĠW onder +bre ak +Ġdro ve +Ġbroad er +Ġch i +F i +Ġge hen +Ġwest ern +Ġintellig ent +Ġpers ist +Ġfound ed +ãģĵ ãģ¨ +Ġhistor ic +Ġfr Ã¥ +cks Ã¥ +Ġhand y +Ġsy mp +Ġr ows +Ġnut ri +b ur +ĠLe on +Ġsist ema +Ġext ensive +ĠÑĥ в +í ı +Ġnight s +Ġcá c +Ġcount ing +ĠM ust +all ow +еÑģ Ñģ +M om +Ġнад о +Ġbar rel +ãĥ ŀ +AR D +Ġinstall ation +Ġin sect +Ġëħ ¸ë +uj Äħ +ĠÄij i +Ġpack ed +Ġf iction +N ow +ĠY ay +Ġper t +r ons +und e +ach es +Ġsty les +Ġapr ès +ok u +ĠV ice +ın ız +com m +Ġassign ed +Ġinteract ions +Ġac ab +F ELIPE +Ġresc ue +Ġindust ries +ĠAnd y +Ġpra ise +Ġfl ame +Ġsn ack +í Ĥ +ç ģ +Ġsw o +rend er +Ġbo ards +ĠÑĤ ом +en ne +Ġpast a +Ġdev il +ĠF el +Ġhat te +Ġcoll eg +e h +ì » +ãģĵ ãģ® +Ġproduct ive +for ward +и п +Ġsmart phone +Ġinv is +Ġb um +Ġwho a +ìŀ Ħ +Ġo cksÃ¥ +ĠL ang +ĠSy ria +Ġses i +ί α +Ġappro val +4 8 +Ġод ин +Ġë ĸ +ĠH arr +ĠAd minist +Ġ× ¤ +ĠDe an +f i +Ġcitiz en +Ġsh ark +0 5 +Ġbo il +Ġindic ate +å ¡ +A re +Ġlay out +Ġref r +ĠPac ific +AA AA +ĠAustral ian +g ression +V oice +ал ÑģÑı +Ġshel ter +T o +au pt +Ġevalu ation +ap or +Ġcur rency +Ġм ного +ig os +ãģ ° +Ġo ct +Ġro yal +è ³ +as il +ĠChild ren +Ġr ien +Ġë ĵľë +Ġbar rier +Ġej emplo +Ġe k +N D +es p +ен а +Ġp ic +Ġkill er +Ġintegr ate +Ġfew er +Ġdis abilities +Ġ .... +Ġtri angle +Ġfe es +Ġwid ely +em i +Ġoverwhel ming +Ġz omb +Ġb ere +Ġho od +ĠA ye +ĠHar vard +e v +ĠÏĦ οÏħ +Ġcup s +ĠA uch +z ona +Ġ199 0 +Ġwe iÃŁ +Ġcr unch +æ ¥ +Ġз ав +Ġmeas uring +Ġst ations +ĠStep hen +Ġshort ly +Ġsig ning +Ġcom edy +om o +Ġsuggest ions +Ġsign ature +ĠпÑĢ Ð¸Ð² +Ġdis order +as ka +Ġworld s +Ġprecis ely +n orm +ra v +ĠC ivil +In ter +ĠC ertain +Ġinj ured +Ġsuggest s +ĠGold en +Ġcy ber +ĠØ ´ +Ġtempor ary +Ġco oper +Ġvot ed +Ġ ought +ấ y +x ual +Ġpan els +Ġ9 5 +Ġhands ome +ĠпÑĢ Ð¾Ð² +Ġper mit +Ġke in +Ġbad ly +Ġnot ifications +iz a +ĠNot ice +Ġinc lusive +Ġanswer ing +Ġí Ĺ +u ld +íħ Į +Ġnow adays +Ġ3 7 +Ġb olt +Ġstat ic +ĠH op +Ġav ant +aj o +Ġë§Ľ ìŀĪ +Ġfif ty +ĠF inal +Ġsc ores +ĠT ap +Ġcy l +Ġconv ince +Ġany ways +od a +Ġìķ ¼ +Ġser ves +ĠÑĤак ой +ĠZo om +Ġsaving s +ul o +Ġs outhern +view er +Ġho je +Ġse ja +Ġrepresent ing +Īë įĺ +l ik +ĠSome body +Ġbe ast +Ġstick ing +Ġins ist +Ġtal ented +Ġexplain ing +Ġatt orney +éĥ ¨ +Ġst airs +ĠD og +í ĭ +Ġc ig +Ġshap ed +Ġs ons +Ïģ ι +ut t +Ġì Ķ +Ġpar ad +ìĿ¸ë į° +Ġh orn +ĠJ our +ann o +Ġworld wide +åĬ Ľ +Ġparticip ation +¦ Ħ +Ġm ów +Ġburn ed +Ġwrit ers +all ah +ĠF und +Ġcle ver +ĠLe ute +b in +Ġbe ating +f oot +ĠìĽ IJ +ĠStud io +Ġv ag +be y +r ze +Ġoppos ition +Ġж из +w ho +Ġê± ´ +Ġtr ace +Ġд енÑĮ +Ġep id +Ġges ch +ĠN ar +ĠB E +Ñĥ й +ĠS ign +ed ly +Ġcl ay +Ġinst antly +Ġgather ing +ĠGal axy +Ġb ored +ĠBudd h +c é +Ġm am +Ġsl ope +Ġëĭ¤ ìĿĮ +Ġsch ön +Ġp ir +ge f +am er +Ġh ö +Ġcolle ague +Ġpres ents +ad ium +Ġà® µ +Ġfal ar +be ep +Ġdri ed +ism s +Ġro pe +Ġworks hop +Ġest ud +Ġb ands +Ġthem es +åħ ¬ +ÙĬ ر +åIJ İ +Ġremind er +ÑĤ Ñĥ +ĠB h +Ġcocon ut +ĠÑģ ÑĤо +ĠCh annel +Ġimmig ration +ä s +.. ... +ä¸ » +çĻ ½ +st op +Ġк аÑĢ +Ġco ins +ĠÑĩ аÑģ +Ġdest ruction +l ined +Ġbar riers +ant ine +Ġprint ed +Ġcongrat ulations +ĠHe art +Ġin qu +th a +Ġhard ly +ĠA ven +Ġt inha +ĠS ony +ĠN F +Ġgradu ates +Ġsque eze +ere my +ÏĦ ι +Ġep ic +ĠJ u +Ġol m +ĠLa ughter +Ġbelief s +ĠC ru +ĠTr ue +ĠS oul +owe en +Ġrom antic +Ġз в +Ġan os +ĠY up +éĺ ¿ +d im +Ġin fer +Ġз ам +Ġso c +uk a +Ġprec ise +Ġdro pping +Ġcl ue +Ġer rors +char ge +ĠP u +omet er +Ġlamb da +ac ional +ĠD ong +Ġcham ber +Ġthank ful +ĠN u +ĠHaw ai +Ġinf o +Ġactiv ate +ĠQ ual +Ġqu ed +Ñĥ лÑĮ +Ġcl oth +åĸ ľ +Ġw ichtig +5 5 +Ġot ra +ograp her +Ġcur ios +Ġ19 80 +Ġemp res +d ess +e ur +Ġcl uster +ar ter +ob ile +ĠY an +ĠAd v +Ġdiscipl ine +Ġìłķ ëıĦ +ĠPl ace +ĠSe lect +T E +ĠбÑĭ ла +Ġwh is +Ġb ay +ĠD or +en cing +Ġrep et +Ġf icar +p ad +Ġf og +u yor +Ġsn ap +ib t +Ġso bie +Ġappoint ment +ĠR y +Ġce iling +our se +Ġwr ites +ĠAfghan istan +Ġm os +az e +Ġpen al +Ġcry stal +IC E +ê° IJ +é Ł +ĠTes la +Ġthe ories +Ġappe al +Ġnewsp aper +Ġcook ies +æ © +ĠاÙĦ ÙĦ +Ġma j +ĠGet ting +k ommen +ĠHe aven +ell s +Ġdiv ine +Ä « +Ġa kt +Ġhop es +ĠCh en +we gen +** * +ĠFra ge +Ġн и +ภ¹ +min ister +nes ota +wh ich +Ġexpl icit +Ġverd ad +Ġgradu ated +ĠPh ilipp +Q L +ĠM I +Ġdev ot +Ġc ure +Ġclos est +Ġà Ħ +Ġsex y +ãģ Ľ +ĠDe ath +ok o +ug u +ĠAn ne +itar ian +es a +ег од +ĠD ur +Ġ 000 +ze it +Ġtour nament +Ġmel hor +ภª +Ġin du +Ġf law +Ġw ars +ĠM ind +ĠI ron +ÑĤ ак +ĠV R +Ġs iz +ĠS outhern +Ġê·¸ëŁ ¬ë +Ġaw ak +Ġìķ ŀ +Ġc ube +believ able +if all +d is +Ġabandon ed +m ind +Ġpar l +Ġclass ical +è ĭ +á»Ļ t +ĠAut o +ĠB or +ç © +4 00 +ĠSoci ety +Ġsubt le +Ġmiss ions +Ġremember ed +ĠE ither +Ġda für +OR D +Ġint ensity +ES IN +ĠC up +Ġrare ly +Ġto ys +ĠChar lie +á» Ł +Ġgla ube +Ġround s +T IN +Ġcap ability +Ġderiv ative +Ġrefer ring +Ġd Ã¥ +ĠT ALI +Ġcott on +Ġcon fer +Ġcolum ns +Ġliber al +Ġnun ca +Ġμ ε +Ġind o +ib en +ĠBe ispiel +Ġê·¸ë łĩ +ĠÑĥ Ñĩ +Ġh oy +Ġfr y +ĠScott ish +è Ĭ +Ġc iv +Ġconserv ative +Ġair pl +Ġs ar +r us +Ġinvest ments +Ġinfin ite +Ġà® ķ +ĠTALI ESIN +ĠG ary +ue ll +Ġа к +ĠC ir +Ġrit ual +Ġ>> > +Ġtem pt +ĠTe ch +ĠPoke mon +Ġimprove ments +Ġsp are +Ġtransl ate +Ġson ra +ĠFil m +w ort +Ġм и +Ġperiod s +Ġje alous +ãģĦ ãģĦ +Ġt ir +M I +Ġconduct ed +ĠìķĪë ħķ +0 9 +ĠPol it +ĠWhere as +Ġmoist ure +Ġs ins +Ġk ap +ĠÑį к +Ġben im +Ġelimin ate +Ġathlet es +ĠMan ager +Ġfeature d +ap ore +äº Ľ +Ġë° ľ +Ġper f +ĠTh us +Ġdeb ut +об ÑĢ +Ġse ñ +Ġmyster ious +w ords +Ķ ê°Ģ +Ġcheck s +Ġvolunte er +Ġwas hing +ĠMar vel +ĠA B +iss ors +! ' +ĠF ull +ye on +Ġwe igh +ĠJO HN +Ġv os +Ġproced ures +Ġaddress ed +ĠBer lin +put er +ĠB an +Ġmedic ation +Ġdr one +ĠÑĥ б +ĠJe an +Ġcap s +Ġdisappoint ed +Ġw ore +Ġêµ Ń +Ġorgan ize +ĠHall oween +Ġfant asy +y ard +Ġnos otros +Ġjump ed +Ġphot ography +ĠN ame +re c +A B +Ġbless ing +ĠSh ut +Ġbit ter +p op +ãģĿ ãĤĮ +Ġde i +Ġfulf ill +çIJ Ĩ +Ġden gan +Ġbe lo +ĠMean while +Ġdep ois +Ġdi abetes +Ġbu nd +ĠZe aland +Ġdig est +Ġt ires +Ġdo d +ag ne +ế t +Ġpe el +Ġз аб +Ġn odes +Ġtrend s +ĠSw itch +ĠA ward +ĠOr ig +ĠH al +Ġest as +Ġ3 60 +Ġsim ult +Ġcom ic +Ġm Ãł +Ġbal anced +ĠPrin cess +Ġkilomet ers +á» © +Ġpart ir +ì¤ ij +so ft +ĠV iew +Ġbi ological +in st +4 4 +Ġman era +Ġcompreh ensive +ĠS ab +Ġcr imes +y ers +ĠComp any +ĠPh ot +Ġpou co +i ac +Ġbe im +in ate +Ġsub sequ +ĠMay or +Ġcent uries +è res +ìŀĸ ìķĦìļĶ +Ġê·¸ëŁ ¼ +ĠFra u +ĠO H +Ġëģ Ŀ +ĠN ah +ĠSer ies +Ġover night +íĴ Ī +ĠâĢ ¢ +Ġtra ve +atter ed +Ġwar ri +ĠGru nd +ĠInd ones +Ġsc ra +ob y +ĠBro ok +Ġcur s +Ġë ¸ +Ġexpl ains +ram atic +Ġparticip ating +Ġmin ut +Ġcontract s +Ġg egen +Ġdisappe ared +ĠS N +Ġrob ust +ap h +Ġsh rim +Ġdev ast +c ope +Ġme ets +Ġpeace ful +m ate +Ġwe ld +Ġ× ª +d on +Ñĥ ÑĤÑĮ +Ġregister ed +ĠN ik +j in +Ġc av +Ġe cht +io x +Ġflow ing +но ÑģÑĤи +Ġto e +Ġent ity +ов а +f its +ĠPat rick +ÑĤ ÑĢ +Ġle verage +Ġcor rel +i ah +Ġstr ings +ist inct +Ġg ue +arch y +Ġteng o +ım ız +Ġor bit +ä¸ º +Ġе ÑīÑij +ca ke +Ġ׾ ×Ķ +ĠMin nesota +Ġbra ke +ow ie +Ġcra w +ê¸°ë ¥¼ +Ġprogram me +ĠÑģл ÑĥÑĩ +åı ª +ien ces +ĠO ui +ĠP ers +im iento +ĠIn vest +Ġsl ower +æĻĤ åĢĻ +ĠB eth +Ġnur se +ĠSpr ing +S p +Ġun employ +д и +Ġgen ius +ĠA aron +Ġê·¸ëŁ ¬ +Ġe i +ãģĹ ãĤĩ +Ġtank s +Ġau jourd +Ġcomplex ity +ĠÑĢ ÐµÑĪ +Ġold est +Ġlet z +åħ ¥ +Ġphenomen on +pr int +ĠBund es +it at +ê» ĺ +Ġ4 2 +ĠW i +Ġinc om +Ġg ek +Ġembr ace +Ġt ies +out e +Ġd ose +ĠF riends +Ñĭ ÑĤ +егод нÑı +Ġor g +Ħë ¡ľ +ó g +Ġex ceed +Ġgod s +Ġê±° ìĺĪìļĶ +Ġsoci et +ĠUn ivers +it ät +Ġword en +Ġsm oking +Ġint ens +ab ul +em ia +è ij +4 7 +f ly +Ġ200 6 +ĠSer iously +Ġprze z +æ ¼ +c re +Ġn an +Ġmod es +ов аÑĤÑĮ +ĠH ang +em en +Ġbenefic ial +Ġvot ers +ĠBro ad +Ġb ent +W ow +Ġm ul +åĵ ¥ +ĠU C +Ġdam aged +ĠUk raine +Ġw ipe +Ġst ones +Ġman agers +Ġr ab +ÑģÑĤÑĢ Ð¾ +l at +Ġde ce +Ġgraph ic +Ġf oss +Ġdisag ree +ĠAm en +Ġsec rets +ho le +ink le +Ġfortun ate +Ġì ± +ìľ Ħ +èIJ ¬ +Ġhab its +Ġbur ied +Ġh in +Ġvirt ually +ol as +ĠR P +ĠT ab +l ow +Ġsacr ific +Ġestim ated +ol n +Ù ĭ +c ur +ĠFe el +Ġcast le +Ġus eless +Ġdis g +ĠJac ob +Ġga an +Ġup side +Ġpare ce +ãĥ³ ãĥ +Ġsh ipping +ĠC R +Ġdis rupt +ac ter +UN D +f u +å® Į +ĠP ick +ĠChar l +ĠB ull +Ġenter prise +Ġpunish ment +ack ing +Ġfr action +Ġtab let +Ġch ord +Ġsimilar ly +åħ¶ 實 +ĠTor onto +Ġcour ts +ÄŁ l +esz cze +Ġpron oun +ĠS ister +ĠM P +Ġgreat ly +ĠD ank +ic op +Ġgar bage +Ġresol ve +ĠS af +ĠG un +Ġcomp ound +Ġë° ° +ĠMus ik +âĻ « +Ġcha os +ĠWhen ever +Ġe uros +Ġor chest +Ġrefr iger +al an +ภ· +ĠAm azing +Ġp ud +ag an +Ġj eszcze +is y +Ġaccur acy +ĠA ma +is ode +ë ĮĢ +Ġinterpret ation +ĠL iber +æ · +c am +Ġevol ved +ĠK ay +ÑĨ Ñĭ +Ġcreat or +it as +Ġal arm +Ġcelebr ation +z ent +Ġfun cion +Ġo v +umb ling +Ġ % +à¸ Ī +Ġrestrict ions +Ġн ав +ĠK inder +Ġban ana +ÑĮ Ñı +Ġdiam eter +Ġnor thern +ur ers +ĠP as +æĪij çļĦ +Ġwork force +Ġj ung +Ġguar ante +Ġequ ilib +Ġsu ite +Ġeu ro +Ġdel iber +S te +Ġdownt own +Ġch in +Ġc odes +ed ia +Ġshe ep +res hold +wn ie +ó b +Ġunder lying +l ia +j er +ÏĢ ÏĮ +ç Ŀ +th rop +Ġz ap +Ġvac uum +ĠH ab +Ġwra pped +ì ¢ +Ġinvent ory +м а +Ġco ord +Ġpl ates +Ġsy mm +T e +ĠwÅĤa ÅĽnie +Ġreach es +Ġlon ely +S cript +le e +ess er +Ġê± ¸ +ĠGes ch +ĠMo ving +Ġré p +ĠV ill +åIJ Ī +ĠR achel +Ġtem os +ON E +Ġstra in +Ġang el +Ġf Ã¥ +T r +Ġach o +Ġhighlight s +ĠW er +ĠCar l +Ġbl ur +Ġreg ards + · +ил ÑģÑı +Ġrec re +ĠY ani +U CK +ł ¸ +Ġelectr ons +ĠSp iel +Ġv ed +Ú ¾ +Ġbe am +Ġid iot +ë ĵ¤ +на Ñĩ +id d +Ġsk i +it ative +Ġhyp othes +ãģ§ãģĻ ãģŃ +ent er +ĠìķĦëĭĪ ë +Ġih re +Ġpre view +ang el +Ġdem on +Ġd us +Ġd ic +ĠK om +LE Y +... ! +Ġsie ht +ĠSon ic +Ġten ho +an as +Ġdig it +ĠMa ar +Ġunder grad +oun cer +uff y +Ġconvers ion +Ġdis connect +Ġe cho +om er +Ġcurric ulum +Ġper ché +Ġw and +.. ? +Ġroll ed +Ġentreprene ur +Ġtheore t +ĠÑī о +Ġins ights +Ġzus ammen +o in +ret t +p rodu +Ġvisit ors +e ous +Ġgrand mother +Ġhum or +Ġн иÑħ +zen ia +ins on +Ġres et +Ġbase ball +Ġmatch ing +ëĭ¤ ê°Ģ +Ġpun to +ì ¡ +Ġre de +Ġaddress ing +Ġfore cast +ĠB ol +Ġcol ored +Ġdocument ation +Ġexpect ation +ĠNor thern +Ġcre o +Ġà® ļ +f on +Ġuns ere +U M +Ġcop ies +Ġexpand ed +Ġveter ans +ĠAl m +Ġво обÑīе +Ġpsych ological +Ġnos so +Ġpay ments +im eters +Ġ-- > +ĠJenn ifer +Ġvolunte ers +os se +or ious +ĠбÑĭ ли +è Ĥ +ĠEs s +w s +ĠB C +ĠI C +W oman +Ġv ont +Ġeth nic +EN N +им о +Ġlo b +Ġou i +c s +Ġre he +Ġìł ģ +Ġch ick +ús ica +Ġk ont +ĠDist rict +Ġp ile +Ġа в +ей ÑģÑĤв +Ġ £ +Ġiss ued +Ġком п +Ġpros per +Ġprof ound +ĠDe ar +Ġãģ ĵ +Ġfund ed +Ġb isa +ŀ ĺë +× Ł +ĠìĿ ĺ +Ġtw elve +ĠChamp ions +éĿŀ 常 +Ñģ л +Ġ200 5 +p m +Ġon de +Ġdiff é +ĠCh all +Ġdifficult ies +Ġgar age +Ġd á +ün k +Ġë¬ ¼ +Ġtr an +Ġsubm itted +z w +ÙĪ Ø§ +Ġar k +ĠìĦ ± +Ġgrocer y +он а +i ere +Ġa est +Ġexhib ition +Ġr és +Ġconsist ency +Ġcook ie +н ей +Ġrepl acement +æ² ¹ +ĠS em +ĠìĤ¬ ìļ© +8 00 +Ġgen es +Ġtrans action +ĠE L +Ġdur ante +ib les +ĠE at +t ail +iss ance +Ġto ss +Ġsurv ived +Ġoff ices +Ġsupport ive +Wh ere +Ġtout es +Ġë§ ī +Ġj okes +ier on +ap ers +Ġm ature +ĠM arsh +Ġs ido +k ind +Ġreal mente +ĠChe f +Ġquel que +Ġjud ges +e ft +ER S +Ġj et +Ġpers ons +è » +iz ations +ri k +Ġsh ops +ĠW y +Ġele g +qu è +qu oi +Ġjug a +Ġíķľë ²Ī +ĠQuest ion +ĠGlo bal +Ġìķ½ ê°Ħ +ĠSt ation +æİ ¥ +ĠOh io +Ġstick y +Ġst ressed +Ġg ün +Ġí Ŀ +ÑģÑĤ Ñĥп +é ¡Į +ĠPh D +im mer +Ġment or +Ġinv ented +Ġre un +Ġine vit +Ġpol ÃŃt +Ġexec ute +ĠSt ory +Ġout standing +Ġgu er +ĠR ain +Ġch oses +ĠT it +ĠÑģ еÑĢ +ĠSing apore +ĠN one +Ġch ronic +°ë į° +Ġe go +æł · +ES T +ãģĤ ãĤĬ +ĠW ang +ĠN AT +Ġa ug +Ġdes ktop +Ġetern al +ĠìĤ¬ ìĭ¤ +ĠConst itution +ìĤ ¬ë +×Ļ× ľ +p res +ĠТ Ñĭ +Ġinter f +Ġlist s +Ġfight s +ft en +ĠI owa +Ġmotiv ated +ĠH osp +Ġelse where +Ġpath s +Ġinst ances +B l +r ange +á» ± +ĠS it +man a +Ġìĭľ ìŀij +Ġm ình +ans as +Ġs na +Ġphilos oph +Ġpas se +ưỠĿi +ak h +ent al +Ġih n +ru ctor +Ġв аÑĪ +Ġgener ous +Ġp ivot +п ол +Ġjam ais +Ġcom ent +ĠL ew +od zi +ĠX box +Ġв од +Ġcons ent +ī ìŀ¥ +Ġdis par +l ass +ĠGovern or +Be ifall +Ġê° ľ +Ġbelo ved +׳ ×ķ +se ll +Ġhon ored +le h +Ġw äre +un ting +Ġfra ud +ĠR AM +ê± ¸ +Ġkill s +Ġeconom ics +0 4 +п еÑĢ +Ġco isas +Ġи гÑĢ +ÃŃ m +Ġmö chte +Ġìµ ľ +Ġstim ul +Ġfast est +l v +Ġg én +ĠS ounds +Ġ19 70 +Ġhome work +spe aking +Ġencour aging +Ġqu ery +Ġre vers +pro fit +Ġd y +Ġìŀ ij +ëĬĶëį° ìļĶ +Ġso ap +ĠG all +ĠC N +ĠAn s +Ġf ic +ank s +Ġdess ert +ĠìłĢ íĿ¬ +ĠM aking +Ġcome ç +ê³ Ħ +Ġassoci ation +D ad +he e +Ġh ogy +Ġap ro +Ġinvis ible +Americ an +í İ +Ġvi be +Ġem issions +Ġadvoc ate +Ġkick ed +Ġ vel +Ġsum mar +Ġfre aking +ch ron +Ġpin ch +Ġwszyst k +isc al +Ġpro ved +Ġmind ful +Ġt ä +Ġno ises +Ġisol ated +Ġcross ed +Ġê° ķ +Ġvo ilÃł +Ġch ore +ĠR A +C om +Ġrelax ed +at ro +Ġpre vention +Voice over +O D +ĠCo vid +Ġsepar ation +Ġ- [ +иÑĩ его +çĻ ¼ +ĠS D +ble ep +Ġindepend ence +Ġpart ial +Ġalgorith ms +ĠAny one +Ġassoci ate +h um +ic ular +Ġb ạn +Ġbatt les +G ood +App lause +Ġbast ante +Ġadv ant +ĠS weet +Ġref used +ãĤ ¸ +ĠÑĤеб е +pl et +Ġencour aged +åĵ ¦ +Ġmir acle +ĠB un +ĠV ar +rim ination +e lect +ĠM ult +Ġdeliver ing +e ing +Ġc m +ne hmen +ĠL ine +Ġë§ Į +en ced +ĠS ound +ĠCont in +ij d +UN G +k le +Ġth reshold +Ġcomp act +ad t +Ġto es +ĠP ur +own ed +ment ed +Ġdes igning +Ġvacc inated +Ġexha ust +Ġbas ics +Ġcons ists +ĠGu y +ac zy +Ġm ÃŃ +w on +å® ³ +Ġ8 5 +æ Ĥ +Ġm um +Ġign or +Ġprint ing +ac ular +p ow +Ġexpand ing +Ġg ir +ĠC ab +íĺ ¸ +ÑĤÑĮ ÑģÑı +ĠìĹ¬ëŁ¬ë ¶Ħ +Ġang les +Ġterm inal +ĠW on +ĠInter esting +Ġcross ing +Ġbond s +Ġpu eden +Ġor b +lar ın +Ġcreep y +Ġnutr ition +Ġall ies +Ġwire less +Ġdes ired +Ġcomp ute +ĠAri zona +ĠBeaut iful +Ġprodu ces +Ġnuest ro +t ed +Ġel igible +ĠÑģ оз +ic ial +ĠH ero +Ġcons ume +Ġrob ots +Ġpurch ased +c ción +Ġ iz +ượ c +ίν αι +ĠØ£ ÙĨ +Ġshad ows +ĠMed ia +Ġprin cess +Ġk lar +Ġwood en +Ġus ar +Ġg üzel +Ġsl ot +r ade +Ġë Ĵ +Ġhar mon +Ġingred ient +ors hip +ek i +Ġgrand father +Ġexcit ement +Ġpolit icians +.. ! +Ġout s +Ġsepar ately +ĠÑı к +ĠW elt +ĠP ow +j an +Ġorient ation +åı ĭ +L C +age m +ÛĮ Úº +åIJ Ĺ +Ġbran ches +ad en +rent e +ĠI hr +as m +Ġest ão +ĠN ic +Ġsla ve +Ġcomp ress +c rowd +Ġclim bing +ĠMan agement +ĠB ah +Ġpan ic +Ġk or +Ġcool ing +Ġb ind +Ġз ад +Ġr ack +Ġent it +Ġs ends +Ġyour selves +d es +ĠMuslim s +Ġí ļ +ism a +cy cle +un kt +ĠC ore +Ġinj uries +Ġident ical +ка Ñı +ĠDeutsch land +Ġе е +is an +Ġtr uc +let on +Ġback up +Ġult ra +Ġab und +ille urs +Ġby ÅĤo +åħ ĥ +ort ed +Ġearth qu +Ġк л +Ġobs ervation +Ġmainten ant +el en +Ġsett led +Ġp ela +ĠE conom +Ġ Õ +Ġste ering +ĠAL L +ĠC her +Ġpat ience +ĠS now +Ġb or +Ġworth y +Ġcá i +Ġ× § +Ġκ α +d og +ĠK aren +ill es +Î ² +Ġagric ulture +×ķ× Ł +ĠSe an +Ġsens ors +íķ ´ë +ag h +Ġpublic ly +Ġpe ux +ĠAlex ander +Ġprior it +Ġla zy +ard on +atter ing +Ġcost ume +س ت +è¿ ĺ +Ġun w +Ð Ľ +Ġthick ness +qu ito +g unt +ist as +ne ys +ĠëIJĺ ê²Į +ĠBr asil +Ġto ken +Ġaff ili +l on +Ġf Ã¥r +ĠBe ach +Ġw itch +ĠSe ven +Ġp ant +λ λ +Ġcapt ain +å Ŀ +Ġve ut +Ġpou voir +ac z +ĠBar b +Ġut ility +Ġcontempor ary +Ġobt ained +Ġpainting s +e ar +Ġpe an +ĠO g +Ġc ust +л ем +Ĥ ĺë +ĠIs so +Ġac onte +ĠTe le +ĠAss istant +à ī +íĸĪ ìĬµëĭĪëĭ¤ +Ġcount s +Ġbu ck +ĠDe ep +Ġtack le +Ġh arsh +Ġdec ides +éĹ ľ +. âĢĭ +éĤ Ĭ +ĠAng el +Ġlay ing +Ġcal ories +Ġcontro lling +Ġadvant ages +ĠÑįÑĤ ой +Ġappro aching +Ġthreat s +ak an +em atic +m ann +ê³ µ +m umbles +ac ió +Ġmaint aining +Ġfound er +l ah +f ight +Ġadm itted +â̦ . +ķ Į +ab ol +Ġus age +Ġn onsense +ĠPal est +Ġcont re +ĠDemocr atic +ĠE R +j ekt +Ġar bit +Ġг ол +ĠMich elle +ich er +es h +ĠP ho +к ом +4 9 +ĠEner gy +ο Ïį +Ġc ents +Ġref ers +Ġg ospel +ĠSh a +ĠSh are +×Ļ× ł +Ġclin ic +ĠëĦ £ +Ġequ ality +ug s +Ġsh ed +Ġplan es +Ġtout e +re ck +Ġstra nd +Ġbi ology +Ġle ague +ĠP ok +Ġnúmer o +ĠCo ast +Ġconsist ently +Ġnuc le +OO OO +Ġob jet +Ġch or +Ġg inger +Ġd abei +Ġcoop eration +à¯į . +nt en +ç ¤ +l Ãł +ìĸ ij +r ado +Ġpass ive +Ġglo ves +Ġunder ground +Ġlog ical +Ġk et +Ġfunction ality +¸ë ¦¬ +Ġport al +ell er +×Ļ× ¨ +ĠT ed +ĠG re +IJ ľ +Ġperson nel +Ġemer ging +ĠF ür +Ġmeant ime +usal em +ĠC lear +Ġtra pped +Ġìļ ° +Ġdis pl +Ġmet tre +Ġmun icip +Ġwithd raw +Ġsp at +un es +Ġaccess ibility +æĪij 们 +Ġap are +Ġpros pect +Ġн аз +Ġcop per +ĠP RO +Ïħ ÏĦ +Ġattack ing +ĠV in +ĠSt one +Ġinvestig ate +st yle +ĠÎ » +ë ¡Ŀ +ë§ Ī +Ġins pect +Ġli ver +ал иÑģÑĮ +Ġser a +hal ten +em an +Ġmin istry +' ' +Ġd ots +ãħĭãħĭ ãħĭãħĭ +Ñĥ ÑģÑĤ +ĠJ ak +AK E +Ġg aps +uck er +ĠинÑĤеÑĢ ÐµÑģ +ĠEm ily +Ġinter val +Ġt ender +ĠTechn ology +g ame +Ġtri b +ÙĦ ا +ĠDevelop ment +Ùħ ا +Ġwr ist +Ġf ires +Ġtarget ed +ìł IJ +Ġso d +íļ Į +Ġoldu ÄŁ +Ġse asons +vent ions +Ġн его +Ġsomet ime +ли в +n é +Ġt ú +ĠDe us +Ġexec ution +á p +ĠCh ange +ĠInd eed +Ġreg ulation +ĠH ung +é is +Ġwish es +Ġj azz +Ġstruct ural +Ġblow ing +Ġby Äĩ +Ġtherm al +ph ant +ÑĢÑĥ з +ан ÑĤ +ĠP ull +Ġconf usion +нÑĭ ми +Ġscen arios +ìłģ ìľ¼ë¡ľ +Ġд еÑĤ +Ġtatto o +Ġaut re +Ġhe ating +Ġtreat ing +Ġпон им +Ġexc lus +ĠL OL +we ar +ag le +Ġzur ück +Ġr ational +s u +Ġdet er +ĠN ative +à®ķ ள +ach ed +Ġ ãĥ +ĠEnt onces +Ġhor a +ìĿ´ìĹIJ ìļĶ +Ġl ite +à « +Ġsix th +Ġбол ее +act or +Ġpsych ology +çĽ ¸ +Ġdem ands +Ġpe er +Ġnew ly +ĠWW E +Don ald +ĠBo x +Ġp ine +Ġload ing +ĠN ico +Ġs ÅĤ +omm e +AR T +Ġrecru it +Ġbug s +arent s +ĠпÑĢ Ð¾Ð± +ĠIn side +ipp er +d ramatic +Ġplan ets +ord e +Ġy oga +ch ild +ĠMar ie +Ġãģ Ĥ +ĠB L +Ġfil med +Ġref resh +Ġtomato es +Ġf et +Qu é +Ġ !! +ĠëĤ ´ë +r ine +Ġinteract ive +s al +ann ah +pe z +ç¶ ĵ +Ġunderstand s +ĠTok yo +Ġlibr aries +Ġread er +ij IJ +o z +ĠEnd e +ĠF lo +Ġm ild +Ġpo etry +Ġж ив +æĦ Ľ +Ġbeh ave +Ġdo en +ĠSus an +p age +ra ham +Ġcommunic ations +Ġtun ing +Ġp ac +Ġanx ious +I O +M ark +Ġhi ç +book s +Ġp iss +Ġen abled +achel or +ĠF OR +Ġé c +ĠT R +il st +h at +ĠìĿ Į +Ġty ch +Ġj ar +Ġbuild s +ĠAr gent +Ġinter medi +Ġl ou +Ġa ra +Ġassign ment +Ġcabin et +Ġretire ment +ãģ » +Ġdis abled +ric a +Ġa wards +Ġbo ots +Ġacknow led +Ġth y +Ġêµ ¬ +Ġsy nd +ни й +il ton +Ġprob l +ĠF al +Ġverd ade +Ġ7 00 +ĠLe arning +oc us +Ġpal ace +N ot +t ain +c m +Ġmagn et +inc oln +Ġfig uring +ĠL yn +ĠB oss +ĠV O +Ġdiagn osis +Ġequ ipped +w atch +in os +ad ers +Ġsh elf +Ġorgan is +Ġn od +Ġk ız +pp ers +Ġrest ore +Ġart ic +ĠVo ice +ı yorum +ê² © +Ġspread ing +Ġh ips +Ġw ard +ure au +Ġinter section +6 6 +Ġ3 9 +ç ³ +Ġwait ed +ì ´ +hh hh +Ġd ys +ĠE N +Ġb atch +Ġca f +Ġmark er +大家 好 +or able +ó ria +Ġste pped +Ġcelebr ating +ан а +Ġwor n +ĠF ol +Ġpl a +Ġattempt s +Ġtwe et +Ġr ust +g ence +í Ĩµ +Ġre vel +Ġre cept +en ess +Ġ( ( +ãĥ¼ ãĥ +! âĢĭ +ĠìĨ IJ +Ġinfluen ced +и ж +Ġкон еÑĩно +Ġcolleg es +ion i +Ġs ag +An n +ol ar +Ġexpress ions +Ġsu its +Ġowners hip +el and +pie ce +æĢİ ä¹Ī +Ġdesp ués +Ġt el +Ġins ult +Ġêµ īìŀ¥ +ĠSm all +ĠF R +ok a +ber ries +ĠAnt on +ел Ñı +Ñı Ñģ +Ġval ve +act s +Ġwood s +à® £ +Ġcult iv +Ġf á +ãģ¨ ãģĦãģĨ +Ġche ers +Ġassum ption +Ġfit ness +ÃŃ cul +Ġpod r +Ġwe it +ĠH ind +Ġd ign +Ġз н +Ġsqu ad +Ġdest ro +c ere +sh irt +imm t +eng ers +Ġs ä +k ÅĤad +Ġ ÈĻ +Ġocc as +Ġì¤ Ħ +Ġprocess or +ĠD M +ĠDad dy +Ġsoon er +Ġstraight forward +Ġdepart ments +ĠChr ome +Ġwork place +ĠPy thon +Ġm eng +ĠD AN +ĠI ce +ĠëĪ Ī +ĠG i +Ġh iring +Ġland ed +Ġdemocr atic +ied z +ãģĺ ãĤĥ +Ġse v +ic ia +Ġespe cial +ĠN ous +Ġh ät +Ġb ou +per t +ies z +åij Ģ +Ġv il +ÅĽ li +Ġî n +Ġloss es +éķ · +Ġto ast +Ġreal m +ĠAust in +ĠIn formation +Ġres ume +Ġch ase +Ġsal ary +Ġë¶ Ħ +ли Ñĩ +ĠÑģл ед +ĠFur ther +Ġcar ing +Ġv ig +Ġval or +è¿Ļ 个 +ĠÑĩ а +Ġanalyt ics +Ġglo be +ĠM AN +Ġn el +ìĿ´ì ķ¼ +Ł ¼ +Ġo y +íķĺ ìĦ¸ìļĶ +j en +Ġtrou bles +ah aha +Ġchurch es +u et +Ġmeasure ments +b il +ì ½ +if ully +ин Ñĥ +ĠWil son +¦ ´ +ĠíĮ Į +Ġì° ¨ +Ġp úblic +ĠJer usalem +Ġn ails +Ġsp ine +Ġhe mos +Ġz n +qu is +ĠLe ben +Ġrefer ences +IT H +i per +ĠÑģеб Ñı +ì ģ +ĠW a +st ate +§ Ŀ +åħ ± +ĠGen er +Ġact ress +ĠEn joy +๠ĥ +Ġ× Ĵ +Ġinfect ed +Ġsh aking +Ġn ick +ภ¸ +Ġf ot +Ġaccompl ished +u ke +Ġshe ets +Ġf ence +Ġnurs ing +Ġintrodu cing +Ġfe at +O ne +T O +Ġcl ubs +ĠBru ce +on ge +ch ange +ĠBat man +åı ° +ĠOffic er +Ġhyd ro +Ġsupp lement +Ġc ela +Ġlong est +Ġcompet ing +Ġcon he +g iving +Ġbra ins +Ġlo ans +Ġw age +ĠCl inton +Ġs Äĥ +ane ous +Ġl ord +ÑĢÑĥ ж +Ġqu iz +Ġst iff +ĠL GB +s z +M E +m are +th ere +Ġn är +ĠM and +l ast +Ġd ag +Ġhalf way +ĠB and +Ġëĭ¤ ìĭľ +ĠA ren +Ġi le +P N +ent o +Ġalg um +Ġsoc cer +Ġblock ed +ĠJon athan +Ġse w +ĠTest ament +Ġv ale +Ġbehav i +å§ ĭ +Ġcon na +IC H +Ġaud iences +m l +amm ad +ĠìĤ ´ì +I GH +Ġr aces +em ed +Ġm á»Ļt +à ¯ +Ġover s +Ġdecl ared +Ġs ana +ĠU na +ĠÑĢ Ðµ +uck s +Ġp airs +Ġan ge +N e +Ġup s +av y +ø r +ree k +Ġbehav iors +Ġreflect ed +Ġprior ities +Ġcon du +Ġret reat +Ġexp enses +Ġë´ IJ +Ġtri ple +Ġêµīìŀ¥ íŀĪ +ä lt +Ġind igenous +Ġmin ing +Ġaccept able +Ġru in +C A +u ine +Ġpip eline +ct ic +ê t +ĠвÑģ его +Ġb oun +ĠDig ital +ĠBo om +ÑĨ е +Ġл ÑĥÑĩ +Ġas c +ĮĢë ¡ľ +ĠGood bye +Ġrend er +ene z +ar re +ĠTH AT +b our +ic ión +ãĤ Ń +E very +Ġw ires +ĠPar liament +n ung +ate ur +ĠS ave +ĠPh ys +Ġam or +ĠE ve +Ġfr ight +Ġgam ma +Ġmic ros +m itt +ĠC ode +ĠBe y +pl ed +ĠиÑģп олÑĮз +ç Ĺ +ìĥ ī +å¥ ¹ +Ġmon et +ĠJah re +Ġlux ury +Ġde af +Ġbet ray +Ġê² ° +и ки +Ġdefe ated +Ġunder t +Ġwe g +Ġcool er +ãģķ ãĤĵ +iam i +éĤĦ æľī +ĠJess ica +ĠJ oy +Ġsoph istic +ени и +ðĿ ĺ +Ġch ili +ĠTy pe +Ġprote ins +Ġpresent ing +al ia +ìļ ¸ +ĠMaj or +Ġmolec ule +um er +Ġcoll apse +ĠAny ways +ĠMount ain +ant ed +ãĢ IJ +Ġвиде о +æ° ´ +A ud +Ġcon qu +Ġvo ll +Ġkn it +Ġmem br +ĠMark et +Ġd ari +Ġcalcul ated +г и +Ġshrim p +ĠM u +ĠпÑĢ Ð¾ÑĤ +Ġìĺģ ìĥģ +Ġproduct ivity +Ġcogn itive +ĠHe b +ict ions +ê² ½ +Ġcr é +f ör +Ġpray ing +ash i +ĠT ik +ó r +w en +ÑĮ Ñİ +ix o +Ġ( " +ĠÑĤ ел +Ġìĸ´ëĸ ¤ +ĠпеÑĢ ÐµÐ´ +ĠD rive +ãĢ ij +ĠE qu +Ġequilib rium +Ġdescri bes +не е +4 2 +ĠCur rent +y y +Ġabsor b +Ġsold ier +d ers +Ġtestim ony +Ġdec line +ľë ¡ľ +g age +Ġinsp ire +la pping +Ġspin ning +Ġsla very +Ġfac ial +Ġtrad itions +ári os +ĠHosp ital +Ġn est +ĠëĪ Ħ +Ġto i +Ġfe ars +ìħ ¨ +ĠM uh +Ġgradu ation +Ġimpact ed +Ġa unt +ĠLet s +Ġalumin um +Ġdomin ant +ĠDav is +ĠNav y +Ġcom pt +op les +Ġest ava +è ¥ +Ġsc al +Ġpres erve +ĠO pp +Ġpract ically +Ġmagn itude +Ġf itting +Ġcoordin ate +Ġfurn iture +ĠFam il +Ġexplos ion +Ġdocument ary +ĠS cript +Ġport ray +m at +Ġschedul ed +Ġdynam ics +ph y +ak y +ĠU I +C he +Ġcontinu ously +ĠPro v +å° ij +Ñĥ з +ra h +Ġger ne +pro of +Ġsecret ary +ĠPat reon +sc ream +ĠK ids +á»ĵ i +Ġk g +Ġuncertain ty +Ġк ажд +Ġmit ig +Ġread s +å· ² +ĠR u +Ġpri est +Ġн ед +Ġlimit ations +Ġflo at +6 00 +ĠT oy +ĠJim my +Ġoff ensive +en i +ĠX i +Ġeye br +ĠTur k +Ġaccident ally +Ġoh ne +ĠS aud +9 5 +ĠD utch +ан Ñģ +ĠSe attle +Ġëĵ ± +che ck +k ÄĻ +Ġcontrib utions +Ġbes ide +Ġqu indi +Ġfle w +æĹ ¶ +ذ ا +ĠL O +Ġwa ist +ĠE V +Ġhol idays +j on +Ġmis under +Ñı н +Ġb out +Ġd imin +Ạ½ +ó l +ĠGr ace +Ġinput s +Ġden y +Ġform ing +ĠB ild +Ġad equ +Ġfol k +Ġreject ed +se mb +Ġfrust rated +op en +ĠBet ter +il on +Ġtow el +Ġdifferent ial +Ġsac red +Ġsa il +éĩ Į +ent imes +Ġgentle man +Ġicon ic +Ġcomp aring +Ġs agt +Ġtext s +Ġgrand ma +Ġroll s +Ġcont ents +ä¸į 好 +оÑģ Ñģ +Ġsusp ension +ro it +¦ ¼ +Ġasse z +Ġd ort +ĠM ath +ĠVict or +ĠJava Script +ä¸į å°į +Ġen han +Å Ļ +ĠB ush +Ġpromot ion +Ġk in +Ġmon sters +ĠColor ado +ĠÎ ² +íķ´ì ļĶ +æŃ £ +iffer ent +Ġn aked +Ġpro d +et ics +ĠW oman +Ġtreat ments +Ġest oy +v é +Ġlif ting +Ġy apt +ĠRo ber +Ġì¹ ľ +Ġsubst itute +ak u +r idge +Ġê± °ë +Ġrespond ed +Ġb é +ĠEngine er +Ġtransfer red +ë ² +Ġha ber +o op +ĠW E +Ġv est +Ġfor ty +ĠD S +Ġ200 4 +Ġco aching +n om +ĠB ab +Ġn ossa +ĠJ ake +Ġg y +Ġde leg +Ġìŀ ł +ĠкÑĢ Ð°Ñģ +Ġstand point +Ġdis ad +Ġart work +A d +ill o +ĠÄij ược +ĠPr om +ĠL ib +Ġcritic ism +Ġcontact s +ÑĢ Ð°Ð¼ +Ġachieve ment +ÐĶ Ð° +Ġdiss ol +ĠVeg as +Ġstream s +ĠK ent +ĠعÙĦ Ùī +Ġrad ius +Ġsu cks +ĠA ch +Ġf i +ou st +ĠлÑİд и +Ġpal ette +ĠH az +ĠAnth ony +Ġtem a +ĠC os +Ġsa fer +α ÏĤ +Ġcont rad +Ġma ior +Ġinfl ation +ĠSil ver +Ġatt ending +íķľ íħĮ +art o +Ġapplaud ing +Ġcomput ing +ĠH at +æ » +k now +mak ers +Ġcon oc +Ġeduc ated +Ġmod ified +Ġinc lusion +ment al +ŀ IJ +is ia +ĠÏĢ Î¿Ïħ +Ġa un +ĠIre land +Ġk ö +Ġcompl iance +Ġinsp iring +иÑĤелÑĮ но +Ġdisp os +ì° ¨ +Ġw ip +r ical +raw d +Ġt res +Ġmob il +olut ions +B O +Ġb ounce +Ġassum ed +ĠMed ical +Ġf iscal +Ġng ưá»Ŀi +ition ally +Ġst olen +ĠB M +Ġmechanism s +ε ί +Ġqual ified +Ġìŀ IJë +ught ers +ĠH IV +ĠL ots +Ġser vers +Ġcar r +ĠT ogether +Ġattract ed +Ġk r +æĪij æĺ¯ +th ur +in in +ĠH alf +È Ľ +ĠP ap +Ġremind ed +AL L +Ġhel met +Ġbott les +Ġprofess ors +Ġse ine +ÅĤ Äħ +ãĥ ı +Ġê±° ìķ¼ +Ġ×¢ ׾ +f un +ĠB ird +Ġfight er +ĠëĶ °ë +ĠT ool +Ġt in +ino is +ë ¶Ħ +×Ļ× Ł +ĠC AR +åIJ į +irst y +Ġout door +ĠN S +ãħ İ +ff en +Ġl ud +H ello +Ġroll er +ie le +ĠPol and +Ġap a +ex p +Ġcertific ate +ĠT own +аÑİÑĤ ÑģÑı +ild e +Ġdeterm in +P R +Ġfree ze +Ġmain stream +Ġobject ives +b lo +Ġtak ie +åĵĪ åĵĪ +Ġë°Ķë ¡ľ +el et +ĠI V +ĠF ast +Ġd ere +em p +ĠD ra +ĠìŀĪ ìĹĪ +Ġdisc rimination +Ġε ίναι +ne cess +æ ® +ıģ ı +Ġpost ing +wi ÅĽcie +Ġl ub +Ġol ive +Ġr im +Ġmodel ing +Ġa ño +ĠPak istan +Ġover l +Ġinf lam +N E +ìĹIJ ê²Į +Ġatt ended +Ġdeal t +ĠAl t +ĠL incoln +Ġaw ake +Ġfil ters +ĠWith in +czy wiÅĽcie +Ġs û +ĠJohn ny +Ġintegr ity +Ġisol ation +ĠE asy +ĠпÑĢ Ð¸Ð½ +ĠAl ice +Ġsm iling +en ix +, ... +Î ¶ +Ġbeg un +Ġjew el +Ġconvention al +Ġstat ist +Ġhand ed +Ġir re +Ġpro hib +Ġsatell ite +é¦ Ļ +ĠInd ust +Ġtra ged +Ġtra va +Ġih m +Ġcru el +ĠAg ora +ĠD oc +Ġz ones +Ġm all +Ġtr ay +×ķ× ł +Ġir rit +Ġk ans +ĠBe at +ud ge +ie lle +Ġtrust ed +Ġb ikes +ĠÑĥ п +ĠM ember +w ick +Ġcreat ors +Ġher itage +ind istinct +Ġres ur +enn en +C ome +Ġf iring +ĠBu eno +ĠТ о +ik an +ett es +Ġk es +Ġtri ps +Ġdivor ce +ĠK l +Ġcons ol +ke ep +기 ê°Ģ +ĠRep ort +Ġhost ing +Ġdiam ond +Ġcompl ic +Ġhel icop +Ġdep uis +d s +ĠCh an +Ñı л +Ġsc issors +il ation +Ġprop ortion +ER E +ĠÙĪ Ø§ÙĦ +int a +Ġmuch as +u ation +it is +æĬ Ĭ +Ñı Ñī +Ġni in +Ġemphas ize +uel a +Ġprodu cers +Ġr ze +änd er +ET H +æ º +Ġconst itu +åĽ ½ +Ġperform ances +ist le +go v +ĠL iter +Ġincorpor ate +Ġeduc ate +ĠN in +ì ª½ +Ùĩ Ùħ +el eration +×ķ× ij +Ġya ÅŁ +or ous +ĠC as +Ġgr ants +ëĬ ¥ +am el +Ġê·¸ë łĩê²Į +ĠE ste +Ñħод иÑĤ +ĠпоÑģ ле +Ġg ent +Ġfocus es +al ities +ĠR h +ë ³´ +æ° ij +ĠD ance +r r +Ġam er +Ġutil ize +Ġl ÃŃ +ĠAm ong +Ġpregn ancy +Ġlo ops +ал оÑģÑĮ +ĠM oh +Ġcatch ing +Ġglo b +Ġa jud +Ġ[ ? +ĠAn al +lo oking +Ġsurf aces +Ġprogress ive +Ġvir al +0 8 +Î ¾ +K A +Ġ ży +Ġpick s +ann on +Ġbul k +ĠR oss +Ġdescri bing +ĠG el +Ġloc ally +Ġend less +Ġmass age +Ġclean ed +Ġtravel ed +ен Ñĭ +Ġsent iment +ig ma +ĠN as +Ġchemical s +Ġright eous +ĠMag ic +Ġrel ates +Ġtruck s +Ġ19 60 +åĪ ¥ +Ġapp et +Ġsn acks +ĠSum mer +Ġy üz +Ġpr is +ĠMex ican +Ġtransp aren +Ġminor ity +Ġver te +Ġl assen +4 6 +л ек +é p +ĠÑĦ илÑĮ +Ġi yi +Ġsp an +íķĺ ì§Ģ +Ġind icated +qu ar +Ġscholars hip +ĠLGB T +Ġhistor ically +ó ÅĤ +Ġmin ist +Ġpen et +ĠR ap +Ġcons ervation +çĽ ´ +ĠH oney +ĠBe i +id el +Ġrespons ibilities +Ġmess y +ĠEx cept +OR E +Ġiniti atives +Ġjun ior +Ġdesign ers +Ġexpl oration +Ġspons or +Ġmob ility +Ġint eg +land o +Ġb ark +Ġindic ates +à ¶ +Ġemploy er +å® ī +Ġcous in +Ġbo iling +Ġch rom +Ġç al +Ġper pet +Ġcont ained +Ġpark s +Ð « +ĠEngine ering +P lease +ĠStart ing +her o +Ġlaw yers +è¥ ¿ +Ġz d +Ġfranch ise +ra ge +Ġint uit +ĠG L +re ach +ĠE lle +Ġnh ư +ĠN ord +Ġbe an +0 7 +Ġple asant +å½ ĵ +v iron +Ġgrad ient +z us +ĠE M +Ġess ay +ìĹIJ ìļĶ +ế n +n u +á» « +ĠÃī s +Ġden omin +ĠGirl s +Ġperson nes +ĠاÙĦØ £ +b ild +ĠSt at +Ġcompl iment +ĠK ate +Ġoptim al +Ġh id +د ÙĬ +Ġquick er +w all +E n +IN E +?? ? +ì² ´ +ĠA ction +å Ł +Ġpenal ty +ĠK az +' ? +Ġc ried +Ġcan vas +ft e +Ġexc lud +¸ë ¡ľ +Ġemphas is +Ġen zy +ĠH ou +Ġoverse as +ÃŃ amos +å¸ « +ö glich +Ġhead phones +c n +ĠA ge +Ġa kan +Ġcharacter istic +íķĺë ©´ +get s +Ġë¶ Ī +Ġr ival +Ġb orders +em ente +em ás +Ġy ol +Ġcom pe +end ers +ınd an +Ġmö glich +Ġbubb les +nat ural +Ġar med +Ġel abor +ĠìĿ´ë ²Ī +Ġwash ed +οÏħ με +è« ĭ +Ġfl avors +Ġexist e +Ġpre st +ĠThe ma +оп ÑĢоÑģ +er on +U E +er i +Ġconc er +Ġa ixò +åħ © +Ġprotect ive +Ġзна Ñİ +ĠëĤ ł +ĠII I +Ġme er +ĠSh op +ll i +ĠOr der +ĠM Y +ĠG host +ãĤĤ ãģĨ +ad el +Ġst ole +Ġrele asing +ĠCom ment +Ġtra ins +ë ªħ +Ġw issen +ens ed +Ġdesc end +Ġf ier +Ġrad i +Ġpers u +ç ¢ +Ġм н +ĠD est +Ġwor ries +it et +b as +Ġst ab +n ame +or ic +ĠCl ose +Ġalum ni +ĠS elf +ff e +it ating +ather ine +ĠRight s +Ġell os +Ġwar rant +Ġn erve +Ġveget able +ĠTe il +Ġê°Ļ ìĿ´ +R Y +Ġsustain ability +Ġste ht +Ġbr id +ada ÅŁ +Ġt v +Ġdur ation +Ġpesso a +Ġmet rics +Ġad am +c as +аÑĢ Ð¸ +Ġev ident +Ġdisplay ed +Ø§Ø ¦ +Ġre ck +ĠBudd ha +Ġde le +ĠDie go +os ph +Ġb la +ĠM ik +ul ator +Ġ200 1 +Ġpromot ing +y ch +ĠE X +Ġlast ly +Ġout line +Ġspir its +Ġve ux +Ġsubt ract +ĠÅŁ imdi +Ġp ins +Ġbur ger +Ġmol to +Ġhab ÃŃa +Ġë° ĺ +ig u +er st +Ġn en +Ġbac on +it ious +Ġcar ries +Ġprom ises +nd e +ĠLe ft +ĠL im +æ £ +Ġ4 4 +Ġcare ers +Ġì£ ¼ë +Ġspeed s +qu é +m ad +mark et +is me +Ġ200 3 +Ġre cess +ĠJ UD +Ġrac ist +ĠSch l +Ġpar ler +Ġot ros +ish es +Ġconvert ed +aa aa +ани и +ĠAr k +ĠCh ance +Ġelement ary +ε ν +ink s +Inter viewer +Ġfre ely +al ah +Ġëĭ¤ë ¥¸ +Ġrequest ed +Ġtor que +no ÅĽci +ou red +ĠSt aff +Ġst ain +ĠAl an +Ġv ere +ĠW inter +Ġdef ect +ied y +Ġbe ats +Ġh á +um n +o ons +it udes +Ġse it +o ly +Ġres erv +Ġext r +Ġphys ician +vis or +Ġhand ful +ĠN ations +Ġì¢ĭ ìĿĢ +uc cess +Ġup stairs +ĠSqu are +Ġhe in +ĠSe ason +ol is +Ġpr ince +Ġdef ensive +ç ½ +Ġм еÑģÑĤ +Ñĸ й +Ġا ÙĨ +um ble +ê¹Į ìļĶ +Ġass ass +Ġcirc ular +Ġqual ities +Ġh mm +Ġbl own +ĠL iz +ĠK ur +ĠS A +Ġfind ings +Ġcol ours +Ġde lle +ĠI R +ĠA th +ĠD ub +ĠO x +ĠØ ® +Ġpo ckets +Ġgr ill +Ġswitch ing +Ġprefer red +ĠW ales +Ġex emplo +Ġchop ped +Ġvacc ination +Ġne uro +Ġspec ify +iv os +Ġser á +Ġz ie +Ġà® ® +Ġresult ing +ĠU gh +Ġmess ed +C D +Ġpa ar +Ġcom er +Ġcou ch +ĠFest ival +Ġ4 9 +v ous +z ens +ç¨ ® +ĠKenn edy +ĠT s +Ġë³´ì Ĺ +Ġdemonst ration +Ġun to +Ġfrust rating +Ġlabor atory +Ġe gy +Ġbeaut ifully +Ġìŀ ¬ë +Ġal gu +Ġö yle +ä½ł çľĭ +ĠP H +Ġfort une +Ġclean er +ĠRob in +Ġsa us +ĠG eld +Ġk at +o bs +Ġol ur +Ġm att +Ġquest a +Ġsuggest ion +en cer +о ÑģÑĤ +Ġrad ar +Ġìŀ ¡ +ish a +à® ¨ +ãĤĵ ãģª +j es +Ġve el +ìĤ ° +Ġauth ors +ãĢ İ +pl an +Ġcollabor ative +Ġinst inct +Ġfar ming +au ge +E du +Ġmembers hip +Ġsimult aneously +Ġb ake +Ġk ä +Ġlect ures +Ñĩ еÑģ +Ġprend re +Ġcoll aps +ĠS aya +ĠF ut +Ġy og +ĠR ather +ر ÙĬ +Ġcamp s +ол од +Ġsim ulation +ĠM ak +La ughs +Ġgre y +Ġsent ences +y en +ĠUn less +J e +ĠSat an +ĠÑĤак же +ĠN A +Ġbr on +Ġ? ] +Ġsoul s +Ġlight ning +Ġimag ined +Ġczy li +ps ilon +et ta +Ġbelie ving +Ġstrong est +ĠC ON +Ġquel ques +Ġimmig rants +Ġwall et +éĢĻ æĺ¯ +ĠJer sey +Ġimplic ations +Ġfor b +ãĢ ı +Ġun believable +Ø§Ø ¡ +Ġoper ational +ü s +ĠG M +Ġê·¸ëŁ °ëį° +Ġgrac ias +Ġent end +ĠReg ard +ro b +ĠÑĤ еÑħ +è ı +ĠRev olution +Ġwa ar +ĠB iz +th eless +Ġspons ored +qu ier +ĠìĿ ¼ë +Ġte k +ĠëIJ ł +ig keit +ĠL uck +ĠCertain ly +Ġto ll +Ġн иÑĩего +ĠM oney +ĠÑģ ÑĤоÑĢ +ĠDou ble +ĠW olf +Ġch unk +ά ν +it és +on ing +M ar +Ġgrand es +Ġcollect ions +ĠEurop a +Ġа ÑĢ +ĠâĢĭâĢĭ âĢĭ +Ġê·¸ëŁ¬ë ©´ +Ġоб ÑĬ +Ġãģ ª +Ġìĭľ ê°Ħ +ĠC ustom +Ġì² ĺ +Ñĸ лÑĮ +Ġindivid ually +í Ĺ +Ġdo zen +Ġo we +ĠVict oria +åı¯ èĥ½ +Ġbe et +ur b +Ġanal og +i ção +Ĥ ľ +so ever +Ġmod o +Ġsubscri bed +ìŀ ¬ +Ġent ities +çī ĩ +Ġclos et +Ġrespond ing +Ġprin ter +ĠStep han +Ġby ÅĤ +ĠD om +ĠF ern +ĠP ier +ĠwiÄĻ c +Ġh ence +Ġmod ules +ãĥ ¬ +ĠëĶ ± +ĠDann y +ĠÑģеб е +Ġv ad +ĠìĹ Ħ +Ġs ous +Ġsp here +B Y +ĠP ed +ign ed +Ġwhe at +Ġund ers +Ġevol ve +Ġdec lar +Ġlight ly +Ġident ifying +æĦı æĢĿ +Ġlegend ary +Ġgen uine +Ġgr ind +ĠU ne +ge ben +Ġb icy +Ġjump s +Ġprov ince +zi ÄĻ +Ġ×IJ× ł×Ļ +Ġh oc +Ġб л +ĠGr ad +Ġreven ge +ĠاÙĦ ت +o oh +æĭ ľ +аÑĨи и +å¹ ³ +Ġelect ro +ĠëIJ IJ +ãģ§ ãģ¯ +Ġf als +ri el +ok er +ĠEx cellent +ĠMor gan +Ġbr ick +Ġsubstant ial +Ġpoll ution +ĠT ür +ĠEv et +Ġl ung +ãģ ĸ +×Ļ× © +omm es +Ġreal izing +Ġhum ble +ĠL ock +Ġb od +Ġìĸ ¸ +Ġpe ers +uz z +Ġembed ded +Ġclar o +Ġag greg +Ġemploy ers +ĠR aj +Ġãģ ¨ +ĠY i +Ġje u +at ers +Ġstri kes +n os +aut res +d r +op her +ĠApp arently +íĺ Ħ +Ġinf ant +ا ب +ÑĤ Ñĭ +í Ľ +Ú ¯ +Ġred es +acaÄŁ ım +ĠDA VID +ĠCh icken +Ġperspect ives +Ġview er +Ġsh ar +ĠпÑĢо из +lig t +er os +it able +ил оÑģÑĮ +Ġdif ÃŃ +´ë į° +Ġret ired +Ġthat s +zen ie +be iten +Ġmy cket +ĠR ab +Ġinflam m +ì° ® +Ġd um +Ġdad dy +æľ Ł +Ġimm ers +Ġplay list +௠Ĩ +Ġtra um +Ġref use +st ep +à® ļ +c up +Ġpop s +r imin +ay ım +Ġa ld +Ġun necess +Ġd ah +ĠIr ish +Ġcomp r +la ÅŁ +T P +Ġtransl ated +S c +ce ÄŁim +´ IJ +Ġd rei +ĠлÑİд ей +Ġqu iero +Ġhe le +z lich +Ġapp les +Ġdistrict s +Ġcred its +Ġas p +Ġëĭ ¨ +or al +å½ ± +Ġste pping +ĠV a +Ġg ains +6 5 +Ġnuest ra +ed ay +ass ador +ĠL ind +Ġcrop s +ci endo +ig ue +Ġb ana +A m +Ġp ent +Ġadd iction +Ġpack aging +ä d +ª ¨ +Ġper què +Ġcampaign s +Ġste ep +Ġne ue +Ġembarrass ed +Ġdist inction +it zer +åij Ĭ +Ġregist ration +Ġll am +ĠAlm ighty +li est +Ġu z +n ak +ç º +Ġter az +iam ente +Ġtrans actions +Ġc ôt +Ġswitch ed +Ġcom bo +Ġpray ers +Ġintern ship +Ġaddress es +Ġchar ity +ĠW OO +Ġb ait +è¿ ĩ +Ġ � +Ġf ica +ĠTy ler +ar u +Ġat oms +ĠLe vel +ĠпоÑĤ ом +Ġf ame +ul k +Ġteach es +Ġre build +ед ÑĮ +ĠIndones ia +ush i +ĠSh ort +Ġens uring +f s +e le +Ġmargin al +Ġconclud e +am t +Ġver ify +ĠMc Donald +Ġsk al +Ġrec onst +ĠM ann +Ġbas ement +Ġtransform ed +Ġoccasion ally +z one +ĠD ans +Ġкак ой +Ġdiagn osed +ĠÏĦ α +Ġcomm ands +Ġpresident ial +Ġab b +Ġbrack et +ĠL em +Ã¥ ng +Ġfavor ites +Ġrev ol +ĠíĬ ¹ +Ġhar ass +é ħ +Ġcle ans +st änd +Ġknock ed +Ġpe oples +Ġmusic ians +Ġmut ual +ĠC old +8 8 +ze j +at ie +ĠHon or +Ġobs essed +ĠM USIC +ĠBre ak +ú ng +Ġmod ify +Ġs öyle +Ġ×ŀ ×Ķ +ĠOn line +f o +ĠMill er +Ġlik ing +Ġin hab +Ġgrat itude +ĠJour nal +arn ess +J ohn +ĠG it +åī Ľ +Ġsin cere +ĠS ci +ĠE li +Ġsymbol s +Ġman ually +ε ÏĤ +Ġв Ñĸд +ĠF at +Ġlab els +Ġsophistic ated +ump s +Ġrele ases +Ġ4 7 +ĠO M +ê°Ģ ë +ĠB ien +ĠRe f +è¨ ĺ +ĠSt a +ĠE gg +Ġindic ator +ps on +Ġnas ıl +R ight +Ġcon vey +Ġkn ot +Ġconnect s +ul as +Ġpre ced +Ġine quality +am iento +Ġrep ly +O Y +Ġdism iss +ĠëIJ ľ +çĦ ¡ +ĠÑħоÑĢоÑĪ Ð¾ +Ġm éd +Ġrandom ly +ĠO nt +u ard +Ġpull s +ĠÑĤ епеÑĢÑĮ +ĠNe ed +ĠSo ft +Ġstrength s +Ġgo ed +um en +æŃ » +Ġíİ ¸ +Ġд об +Ġclar ity +ĠA i +Ġball oon +ĠP and +ĠìķĦ ëĭ +Ġsh iny +Ġsmall est +on ia +h ill +ot ing +Ġe ing +Ġmere ly +Ġse us +Ġн еп +Ġí Ĩµ +Ġgu ides +Ġspecial ist +Ġste ak +ãĤĪ ãģĨ +Ġmig ration +que le +Ġru ined +Ġpu pp +å¥ ³ +Ġk end +ang an +Ġpal m +Ġunf air +Ġz m +ĠD V +ch ester +и Ñİ +Ġo oh +er g +AT H +° © +åĵ ª +r ison +Ġinvol ving +Ġpart ly +anç ais +Ġv ow +Ġprom inent +Ġcry st +ib a +Ġdes erves +Ġover t +Ġsens it +ĠWh e +Ġtight en +Ġintim id +Ġal iment +w ill +Ġstrength en +ĠT an +åı Ī +ãģĹ ãģ¾ãģĻ +on i +ĠM un +Ġpro ph +Ġrehe ars +ĠK le +Ġve ces +Ġwonder ed +ok i +Ġsens es +´ì ĭ +ưỠĽ +ĠÈĻ i +Ġmuch os +Ġwatch es +ortun ate +ĠJ uan +ìŀĸ ìķĦ +ÑĢ Ðµ +e i +ion en +Ġexperiment al +Ġda ughters +ภĽ +Ġment ally +bec ca +aw are +ìĦ Ŀ +Ġwhat soever +Ġen ables +ĠL ow +o id +ภĬ +ó d +Ø º +Ġconstruct ed +ĠLad ies +Ġaccus ed +Ġа н +D an +Ġsp awn +Ġcontain ers +Ġart istic +ı p +Ġdisc l +Ġaut res +in as +ĠN ation +Ġn ag +be an +w he +ľë ıĦ +ĠSe oul +Ġíı ¬ +ĠN ich +Ġcomp lement +Ġinter ven +ĠMod el +ĠOr ange +nam on +Ġcalcul ation +se e +Ġusted es +Ġle b +Ġdo ct +Ñĸ н +Ġf oster +Ġel astic +ĠAh h +Ġa ce +ĠP ink +ĠJ eg +Ġde er +ãģĹ ãģĦ +s is +Ġjak o +ĠEm ma +ÑģÑĤв енно +Ġport rait +Ġmak er +Ġa ument +ÑĢ Ð¾Ð± +Ġairpl ane +Ġtransparen cy +Ġadjust ment +ĠCD C +ç on +Ġupload ed +Ġд ейÑģÑĤв +Ġго ÑĤов +Ġit er +Ġcur se +ô n +mer ce +ar an +Ġle ak +çµ IJ +Ġabs ence +Ñģ кий +Ġread ers +al er +Ġbene ath +ang o +h etic +Ġfin ns +Ġpo op +Ġdu plic +H i +ig s +olog ically +op p +Ġd izer +ĠAll en +Ġgl i +Ġacc eleration +Ġvit amin +ãĥ Ń +v ä +ĠAc cess +à® Ļ +r ás +Ġappreci ated +Ġn ah +Ġpos ter +Ġt ale +Ġhighlight ed +æĸ ĩ +ż eli +Ġblock chain +Ġmic row +Ġcin ema +ĠCh ang +ĠSe arch +ust ers +ĠZ ero +ĠDiv ision +ÑĢ Ð°Ñģ +Ġsca re +Ġj elly +ĠAdminist ration +S O +Ġl ined +Ġê° Ħ +Ġge ben +Ġso da +Ġwin ners +³ ¼ +Ù Ĵ +ĠAm b +åķı é¡Į +å Ķ +Ġpe g +å· ± +4 3 +Ġra us +Ġre wards +Ġinc lus +Ġhigh way +Ġha h +Ġmultipl ied +Ġs ẽ +Ġdisci ples +Ġn ing +Ġdress ing +Ġattrib utes +ĠM osc +ĠGree ce +Ġse k +ĠLe arn +Ġj us +rend re +Ġperson ne +pl ete +Ġpl acing +Ġl uego +ill ance +Ġоб Ñī +Ġprov ision +Ġl ion +t ra +bo ards +Ġbehavi our +he y +Ġsubscri ption +Ġprot agon +ãĥ £ +Ġvar a +ĠÅŁ u +Ġha ha +Ġteas poon +æ Ł +av oir +Ġcrypt o +ĠÑģÑĤ аÑĢ +ĠSt ore +ab s +ĠStud ents +Ġla und +int o +Ġapproach ed +° ľ +ÑĥÑİ Ñī +ĠL abor +ot es +iat ric +Ġgro ÃŁ +ut ive +Ġи д +ĠG ib +Ġpl acement +ĠdifÃŃ cil +Ġf rog +ĠвÑģе Ñħ +ĠJ r +az ed +Ñĥ Ñī +Ġê ¼ +fr ame +а еÑĪÑĮ +Ġlock down +åij ³ +Ġmed i +Ġ×Ķ× ŀ× +ени й +em ale +ì¢ ħ +ater al +Ġdist ant +Ġbe ars +Ġjournal ist +è§ £ +ĠMarsh all +ĠIh nen +uet ooth +b ag +ĠÄij ã +ĠHigh ness +Ġì° į +и ка +ĠW u +ĠFr an +Ġp eng +Ġf on +Ġhypothes is +ĠÑĢ Ñĥ +Ġl y +× ļ +ìĽ Ķ +ĠRad io +ภŀ +D av +Ġembarrass ing +ĠìŀĪ ìĸ´ +Ġcast ing +Ġc age +ĠP sych +ĠìĿ¼ ëĭ¨ +ĠÅ ¾ +im b +Ġdirect ors +S H +ĠÏĦη ν +á»ģ u +Ġkon uÅŁ +Ġoption al +quar ters +ik er +ĠS ant +Ġvers es +ë ¶Ģ +Ġo lar +ĠÏ ĩ +ãĥ ķ +Ġγ ια +ĠI mm +Ġcontrovers ial +Ġer sten +Ġreci p +ĠChristian ity +Ġê´ ľ +ord on +×ķ× © +Ġsl ash +ĠP f +Ñĥд ÑĮ +×ķ× Ŀ +ĠPer ry +Ġm amy +Ġbackground s +Ġà®İ ன +Ġpend ant +ĠColumb ia +Ġin verse +ĠÑĩеÑĢ ÐµÐ· +Ġs v +Ġdig ging +4 1 +ch em +Ġnavig ation +ĠSh in +ĠFr ont +P D +Ġbe aring +ĠW asser +Ġw ax +ĠCH RIS +ch ing +Ġpress ed +E l +ĠD al +ons in +Ġb inding +Ñģк ой +po ons +Ġmo ck +are st +к ÑĢа +M M +Ġcor rupt +st orm +Ġref res +ĠCo ach +ll ä +ĠTH IS +Ġpar ag +Ġìĵ ° +p ool +Ġbill ions +Ġê¹ Ģ +gr oup +Ġwel coming +cell ence +ĠDu ke +ê¸ ´ +Ġprim era +ìł ¸ +Ġp ond +Ġstat ue +Ġêµ ¬ë +Ġh atch +Ġinstrument al +Ġresident ial +ì» ¤ +Ġaccept ing +osh i +d ate +ĠìĶ ¨ +Ġplant ed +Ġj oking +Ġì Ħľ +Ġh ated +ĠÑĢаÑģ Ñģк +Ġsle pt +Ġpack ages +Ġisland s +es en +ÄŁ ı +Ġdi agon +ĠO sc +Ġmes h +Ġsc ales +ar ity +ĠDef ense +ãģ¡ ãĤĩ +ĠLew is +ĠÑģ егоднÑı +Ġfl ies +uin ely +ĠCons ider +Ġst ark +he w +ĠAs ÃŃ +³ ´ë +Ġprop ose +Ġíķĺë ©´ +od o +ĠNorm ally +Ġhe eft +ĠHarr is +g ro +ĠBlo od +b ase +Ġi OS +Ġtouch es +Ġinsp ir +Ġ× ĵ +Ġb inary +Ġì¶ Ķ +Ġser ial +Ġ ion +Ġunemploy ment +Ġodd s +ĠF ab +ĠF BI +BR UN +Ġweight s +ν ο +at ile +Ġnurs es +Ġinvolve ment +ĠíĶ ¼ +Ġgovern ance +Ġâ Ĥ¬ +ÑĢÑĥ п +ier ra +íĺ ķ +ĠJ erry +Ġbe ard +Ġsal vation +ĠAl ong +g entle +ĠK i +b ol +ĠPl at +Ġhas ht +è¿ ij +Ġw are +Ġpart ie +y cz +Ġint r +F ih +n ent +Ġche at +il en +Ġë ¯ +or ie +Ġfá cil +et ric +Ġaffect ing +unci ation +Ġaff airs +Ġbe e +Ġview ing +Ġor ang +ĠL an +ĠС ÑĤ +ä¸ ĸ +ĠM es +ĥ ģ +er ie +Ġes pa +Ġinter pre +Ġposs ess +Ġpure ly +rit o +f ound +as ma +ìłģ ìĿ¸ +Ġexam ine +ĠÑĥ м +Ġbes ch +ĠTom orrow +ĠB lock +Ġvari ant +Ġprefer ence +Ġcoach es +Ġmedic ations +Ġíĺ Ħ +Ġemp ire +ë Ħ¤ +ĠIll inois +Ġcris py +Ġth ì +Ġbe es +7 7 +Ġgl ow +è º +ĠStud ies +åIJ Ħ +ĠChall enge +Ġunlike ly +Ð § +ıy orsun +DI E +Ġminim ize +iz ard +Ġú n +Ġencont rar +ĠK ill +å » +Ġvan illa +ĠGr ant +ĠG T +se a +Ġs ought +в од +Ġnä m +ĠA unt +OW N +Ġpump kin +st ellen +Ġr ag +ег да +Ġstory t +Ġfor um +æ© Ł +Ġestab a +uch e +Ġcon gress +ĠRe y +Ġdram atically +ĠSp ort +ĠYe llow +Ġê³Ħ ìĨį +Ġdisg usting +ĠRe cent +Ġacqu ired +Ġc ables +çĶ ļ +d in +Ġv isto +Ġcommunic ating +ÑģÑĤав лÑı +еÑģ ÑĤо +ãĥ»ãĥ» ãĥ» +Ġré g +Ġso cks +Ġpro ces +be cause +Ġut ter +Ġcoloc ar +Ġnew est +Ġgr amm +è¡ ¨ +ä¸į çŁ¥éģĵ +Ġsh ifting +Ġcar rier +ĠÑģк оÑĢ +ĠSch w +Ġexec uted +Ġmaint ained +ĠÏ Ĩ +ĠM oses +Ġdis se +Ġhor r +ãĢ ľ +Ġr ally +Ġall em +ĠEvent ually +Ġdi yor +lv ania +Ġsch nell +Ġê³ ¼ +Ġë§ ¤ +Ġstrugg les +l ate +Ġclar ify +é ment +Ġmulti plic +иб о +Ġjour n +Ġfra gr +Ġsurprising ly +Ġdesper ate +5 2 +Ġs ul +ĠRe ad +ĠF ried +Ġm ond +w oo +Ġorgan izing +ãģĹãĤĩ ãģĨ +ĠSo on +Ġв опÑĢоÑģ +ĠN ur +ĠÐĹ Ð´ +Ġsp ider +е ÑģÑı +Ġtutorial s +Ġnutri ents +or er +Ġcoe fficient +Ġarrange ment +Ġpr icing +n an +y u +B L +Ġtri be +ĠHow ard +un ks +Ġnew er +Ġprov in +Ġpred iction +h os +Ġol sun +ĠAr ound +Ġv ier +ĠÑģÑĤоÑĢ Ð¾Ð½ +Ġv alley +ĠE la +if i +Ġgal axy +Ġtran qu +Ġad vers +ĠTem ple +iff s +ig ence +èĩª å·± +Ġkön nte +ĠÄij ó +D id +Ġphotograph s +ĠA WS +ÑĨи Ñı +Ġgu ards +Ġappoint ed +ĠG il +Ġм ом +Ġc od +ĠUn like +Ġeven ly +isc onsin +Ġest ou +Ġm nie +ĠEx ec +ĠM V +ĠE ine +ä¿ ¡ +ĠRog er +ĠF ac +ĠL ist +Ġf uer +аеÑĤ е +om ed +Ġattract ion +èī ² +Ġter rain +ĠD rop +Ġcorpor ations +Ġsci ences +Ġthr one +ãģĦ ãģŁ +Ġa j +ĠR ot +çī ¹ +Ġsupp orters +ĠB ere +H ere +Ġdifer entes +Ġsignific ance +Ïĥ η +æĪij 覺å¾Ĺ +Ġcl amp +Ġë ĮĢë +Ġfab ulous +re z +æĮ ģ +Ġassum ptions +ut her +w id +p ot +è¿ İ +Ġy an +ul in +ÑĢ Ñĭв +ĠSl ow +ĠPenn sy +Ġíķ ´ìĦľ +Ġme io +Ġwealth y +ĠE ight +Ġpul se +Ġfr iction +id ity +ĠH oll +i yorum +Ġsound ed +ĠC arr +Ġfor k +â ĺ +ĠP A +Ġcons pir +Ġc oding +r t +ĠTy p +Ġìĸ ij +Ġп ог +Ġmis er +ĠÑģм оÑĤÑĢ +ĠSw eden +Ġolar ak +ĠZh ang +ĠCh i +ĠT itan +Ġscreen ing +ĠSp ider +ĠÅŀ imdi +Ġobst acles +lar a +Ġchalleng ed +p se +T ON +á» ¥ +ĠP i +Ġlag i +ie urs +Ġhur ting +Ġneg lect +Ġgener ating +Ġyoung est +Ġaud it +ĠÑĢ ÐµÐ· +Ïģ ά +Ġdon ate +ĠPD F +Ġvis its +Ġcru ise +P P +as er +Ġw sp +back s +iv als +ãģĨ ãĤĵ +Ġde ve +Ġprop ort +Ġc ath +ĠE ffect +Ġwind s +ĠìĻ Ķ +Ġchart s +Ġs ama +Ġautom ation +Ġпок а +Ġol an +Ġbo ats +Ġca fe +Ġden ied +ĠM ama +Ġblock ing +ĠTh or +Ġphenomen al +Ġstake holders +Ġun os +Ñĥ еÑĤ +ĠAb raham +ãģ§ ãĤĤ +Ġdetect ion +Ġjur is +Ġpower ed +z ial +Ġwel fare +Ġup grad +Ġmoż na +ĠC ase +c ular +Ķ ìĿ´ +ãĥ ģ +ĠGu ess +Ġcy cles +ä¾ ĭ +çµ ¦ +ro ck +um i +Ġel ite +Ġqu è +åł ± +ÑĤ ом +Ġsh ore +gun ta +Ġk u +Ġfaith ful +ĠJ eremy +a id +à · +ug al +å°į åķĬ +ĠV el +Ġvra i +st ell +¨ ¸ +Ġk ol +è ½ +Ġquant o +Ġз аÑĢ +Ġ200 2 +es y +Ġres erve +Ġмом енÑĤ +Ġdeploy ed +Ġdefin ing +Ġsa u +Ġga at +" ) +Ġtrans mit +Ġpubl ishing +Ġrank ing +Ġoff ense +Ġ4 6 +p in +ĠT aking +Ġentit led +Ġgen uinely +Ġvari ations +Ġfind e +Ġt au +Ġunf ortunate +ĠR ah +port s +Ġc Å +Ġmon key +Ġbr ac +we i +l ung +Ġart if +Ġsy rup +ĠÐĶ Ð°Ð² +Ġlift ed +Ġche z +ĠAd vent +ĠSt ock +Ġdo l +м ен +иÑĪ ÑĮ +Ġy n +g io +d et +Ġdes se +Ġg ri +ĠChair man +ç ħ +Ġcu enta +an im +Ġcra b +Ġesc al +Ġpremi ère +ĠGe f +Ġd ining +Ġsevent h +Ġch asing +ĠT ower +Ġbrut al +Ġfundament ally +ãģ¨ ãģĨ +л ениÑı +st age +Ġacqu is +Ġcyl inder +Ġcomm ander +m em +ĠU V +ha ppy +Ġe psilon +Ġinv itation +Ġfar mer +ch air +Ġdest iny +Ġso vere +ĠHeb rew +Ġserv ant +Ġbe w +Ġg ast +ut ies +Ġadministr ative +ĠComm and +é ta +Ġnit rogen +ê· ¼ +Ġab i +Ġvill ain +Ġblank et +ĠS end +Ġbeat en +² Ħ +Ġvol unt +Ġschol ar +ĠEm peror +Ġ4 3 +v able +ĠD us +ĠG U +Ġtarget ing +ww w +Ġamend ment +ìĨ Įë +Ġt ing +Ġn asty +Ġg auge +ĠÑĢ Ð¾Ð´ +ĠH ans +Y our +α ν +Ġpro jet +ĠHawai i +Ġsusp icious +Ġsch w +Ġremo val +Ġint rig +ĠM U +Ġp onto +ठ¾ +Ġоб ÑĢаз +Ġguess ing +p ace +Ġm others +Ġmill imeter +л ение +没 æľī +Ġavail ability +ic z +æŃ ¤ +Ġfr act +Ġbas es +k m +ĠB TS +ĠF ield +Ġd zie +Ġseg undo +ĠëĤĺ ëĬĶ +Ġlegit imate +im as +Ġв н +Ġcor ruption +Ġsm ash +ĠVal ent +Ġalign ed +ĠPennsy lvania +Ġg ab +ĠE un +ent h +ĠMor ning +Ġcand le +Ġback pack +ĠIslam ic +a ções +Ġenc ry +Ġmushroom s +íĮ Į +d it +Ġtrans it +ĠW isconsin +Ġparticip ated +ĠIl s +Ġunf old +¶ Ģë +Ġprof its +Ġwar ming +ĠG ang +Ġnetwork ing +Ġme ga +Ġthorough ly +le ments +ĠH m +Ġdec iding +Ġemotion ally +Ġexha usted +ĠÐŁ оÑĤ +c ido +ĠHT ML +Ġcopy right +Ġmel ody +y im +Ġand ers +osh op +Ġë³ ¼ +Ġathlet e +ĠG E +Ġfrequ ent +Ġdes ires +Ġneed ing +ĠY un +Ġrif le +Ġlo ver +' T +Ġd ense +Ġt ão +Ġnot ified +Ġid i +ìĹ Ń +í Ĩ +Ġinteract ing +Ġrapp ort +еÑĢ Ð¸ +s ki +Ġb esser +Ġmanufact urer +ĠK yle +Ġaccount able +ĠS ak +ĠP il +ĠD omin +Ġpres um +ĠÐĴÑģ е +Ġvine gar +Ġguarante ed +çľĭ åΰ +Ġhand led +éŁ ³ +c at +Ġcivil ization +Ġaccom p +ĠV M +é mon +Ġde ze +Ġgrad es +Ġsoll te +Ġst aring +×IJ× ª +ar nt +Ġhoriz on +Ġtrav ail +h our +第 ä¸Ģ +ĠE D +ĠD ak +Ġn y +Ġcon ve +ĠCh am +Ġfir ms +ĠL iu +ĠÑģÑĤ ÑĢан +Ġli bert +Ġlens es +Ġint ake +ĠвÑĭ б +Ġmens en +h el +Ġpract ition +Ġ3 50 +ãĤ ³ +F O +Ġbed s +Ġancest ors +ĠìĹĦ ì²Ń +Ġdistur b +ĠLast ly +ĠSupp ort +ี à¹ī +ĠCor ona +Ġenthus i +Ġвоз м +ĠìĤ¬ëŀ Įë +Ġ5 2 +b ird +Ġredu ces +ĠìŀĪ ìĿĦ +ĠG ene +êµ IJ +ÄĻ p +ĠÃľ ber +Ġconcer ning +us er +Ġconcent rate +ĠWH AT +ish op +onym ous +no ld +Ġsuggest ing +© ° +ĠF ish +.... .... +Ġvess el +Ġtrabaj o +ãģ µ +ĠO cean +å§ IJ +y g +Ġtown s +d el +Ġterr ifying +Ġçal Ä±ÅŁ +Ġs ino +Ġe ats +Ġge z +Ġg eme +ĠìĻ Ħ +Ġcomp art +Ġimplement ing +ĠPot ter +ĠGerm ans +Ġg ÅĤ +Ġt ennis +Ġcar pet +au er +ĠSaud i +ye ong +Ġcur ry +ĠFore st +Ñĭ л +Ġfif teen +Ġbol ts +Ġ{ \ +¬ ´ +Ġsett lement +Ġl ange +Ġb am +G et +íķ Ļ +Ġsw ap +ĠK han +Ġcomm ence +Ġquar antine +Ġsc ored +ç ĸ +Ġ19 50 +Ġthick er +Ġsû r +åı £ +ĠLar ry +Ġall ez +ìĭľ ëĬĶ +Ġg ü +Ġspect acular +/ / +b oth +Ġst ats +å¦ ³ +ĠN ancy +Ġbun u +Ġcr ust +Ġactiv ated +Ġê·¸ë ŀ +out he +Ġport s +Ġne ural +Ġj aw +Ġobserv ations +Ġvo it +ab an +ả i +¦¬ë ¥¼ +om es +௠ĭ +qu i +Ġkind ness +Ð ij +Ġ4 1 +Ġmoder ate +Ġang els +ĠT amb +è t +Ġch lor +ĠBill y +ì² ĺë +ac on +Ġselect ing +ĠDel ta +Ġn ull +den ly +Ġci ud +Ġtend ency +Ġbreak down +Ġm int +ÑĦ оÑĢм +or ph +Ġda wn +s pr +ĠW ILL +äch lich +Ġpu ppy +7 00 +Ġà® ¤ +Ġfail s +ĠCon c +Ġrel atives +Ġinv iting +Ġaut onom +Ġcomp osed +Ġun ity +Ġdec is +Ġaccess ories +ĠC ass +Ġb ist +ĠT ip +ì§ ¸ +Ġp unt +Ġr áp +éĢ ² +AN K +ãģ ļ +ex ist +Ġcompat ible +Ġn er +Ġе мÑĥ +Ġa plic +Ġb apt +Ġfail ing +ĠTam am +Ġos cill +Ġletz ten +Ġrepeated ly +Ġjung le +ĠP ush +h ai +ĠÎ · +Ġdead ly +Ñı ж +wi Äħ +ĠComm on +ĠÎ ķ +Ġsk ate +T C +ĠMin i +Ġhob by +ầ n +Ġrout es +Ġam igos +Ġcon jun +Ġpartners hips +Ġno vo +Ġa ver +Ġpou vez +br idge +Ġpre oc +h im +Ġtur b +Ġso b +ĠSn ap +Ġì° ¸ +min ute +Ġtra ject +uj ÄĻ +Ġe ager +Ġregul atory +Ġbank ing +b ling +ÑĪ ÑĮ +a ż +Ġbiz arre +it ated +d ire +Ġthreat ened +Ġsh ining +Ġn esse +Ġcor ps +ĠÑģ Ñĥ +Ġt eles +Ġtem p +t em +Ġк ан +Ġfe ver +N ew +Ġheav ier +ĠS ah +b ud +Ġout ros +Ġì° ¾ +Ġëª ħ +arr ing +Ġê´ľ ì°® +ĠN ap +Ġse min +ĠTh an +if s +Ġdes en +ĠÑĤак ое +Ġlos es +ĠB alt +k on +Ġнап ÑĢ +Ġvo is +ĠMosc ow +Ġch airs +h is +Ġrefuge es +k g +Ġk ole +į ¨ +аÑģ ибо +¦ ½ +ĠUn iverse +ĠDire ct +Ġche ating +ĠC in +Ġpat ri +Ġadv ise +ĠN ether +Ġprime iro +Ġmention ing +n ut +5 6 +ar ı +Ġpet ite +b led +Ġpens ar +ic io +IN D +Ġveter an +Ġlad der +Ġconsequ ence +ож ал +ĠB urn +Ġr ug +ĠM ade +Ġg it +" ... +Ġcompet itors +Ġprz ed +Ġapp arent +ĠArgent ina +ĠWork ing +Ġcollabor ate +w oman +Ġret ain +Ġle urs +Ġdash board +×Ļ× ĵ +ĠEar ly +B M +Ġе Ñij +ол ог +Ġsatisf ying +Ġoft entimes +Ġma pping +ünk ü +ar th +f old +Ġlaunch ing +Ġa ura +Ġprec ision +work s +G od +Ġstra p +ĠIm per +Ġr ivers +Ġ | +Ġcu er +reg on +Ġarri val +ка Ñħ +ĠM iami +ан Ñĭ +Ġsurviv ors +ĠSen ior +Dav id +Ġest ado +Ġse ctors +Ġpop ping +Ġch im +ay ı +Ġkun nen +Ġgall ery +Ġsun light +ese hen +Ġye lling +ĠMe in +ĠPho enix +Ġman o +Ġhistor ia +Ġoccur ring +æ¬ ¸ +ì ¸ +ад и +å¾ ħ +Ġinstitution al +ĠT ut +ç ² +Ġsl aves +ãģ© ãģĨ +Ġforg iveness +Ġtw in +ĠHy un +н ÑĮ +ĠK omm +and ra +sh ot +ss ä +ĠÑĨ е +at ta +Ġexp ense +ĠG PU +ĠP ast +rib ly +ĠëŃIJ ìķ¼ +Ġгод а +Ġresp ir +æĿ ± +ĠQue ens +h ops +Ġs érie +Ġpre f +Ġcom ed +Ġpl ut +ĠOver all +Ġãģ Ŀ +Ġc ush +Ġring ing +Ġincor rect +ĠÑģÑĤ ÑĢ +Ġgeomet ry +Ġadvert is +ĠÐ ¨ +Ġreview ed +ãģĤ ãģĤ +Ġdo zens +Ġdeterm ination +ĠPh ill +Ġcontrib uted +ĠC it +Ġpass engers +Ġcôt é +Ġre ver +Ġtechn ological +Ġall en +Ġr aining +av i +Ġsal ty +Ġtyp ing +ĠÑĤ е +Ġt ilt +Ġì¹ ĺ +Ġо ÑĢ +ĠпÑĢ Ñıм +Ġr ou +Ġare na +ar at +åĪ « +HH HH +Ġmanufact urers +ĠEd ward +Ġt uck +Ġbl ows +ing o +ĠMar c +ìķĦ ìĦľ +M ich +ĠCle an +è ´ +est o +ĠP ack +Ġsha ft +BRUN O +Ġa ven +u ur +Ñģк олÑĮко +ê´ Ģ +Ġautom ated +Ġvent ure +Ġsurve illance +ĠG row +ĠE mer +Ġд оÑĢ +Ġinvest or +ĠY ok +Ġl atter +ĠN I +Ġfunction ing +ĠHam ilton +Ġ5 1 +Ġmurder ed +Ġanch or +Ġc uc +ĠSC P +ĠMad am +Ġconstra ints +Ġb arn +ank en +Ġë§İ ìĿĢ +ĠMot or +ĠDo ing +Ġam en +et ts +Ġinst ructor +eg t +ak o +Ġpost ure +iv ia +ĠPol ish +Ġдв а +Ġcolor ful +Ġel bow +Ġpar le +Ġpass er +Ġcond em +ort al +Ġfert il +ا د +ĠCol omb +Ġalign ment +Ġastron aut +ĠM ut +Ġsal mon +Ġstructure d +ŀ ר +Ġclick s +Ġm iej +æĶ ¿ +ãģĦ ãĤĦ +ĠR ound +Ġrain bow +ĠV A +ãģĶ ãģĸ +ì§ Ī +ot z +, +Ġch ords +ĠSand ers +Ġë¶ Ħë +B en +Ġdar über +ili ans +Ġorder ing +ĠMan h +Ġkil ogram +Ġkar ÅŁ +Ġgr asp +Ġghost s +al en +ĠJ edi +Ġб ли +Ġdownload ed +Ġconduct ing +ĠH ak +Ġresearch er +il an +go od +ĠH annah +ĠdÃ¼ÅŁ ün +ĠMess iah +u ity +ion a +Ġprob able +ĠY E +Ġindepend ently +Ġbuff er +b urn +our d +ĠMc K +Ġl ingu +uj emy +еÑĢ ÑĤ +Ġintuit ive +Ġcrack s +app ropri +nt y +Ġge en +Ġl end +Ġcert ification +ID S +un ter +pe es +Ġtr ump +Ġbank rupt +Ġfe as +è Ĺ +Ġdu ż +æ¸ ħ +Ġvirus es +Ġ5 8 +g od +Ġж ел +Ġst alk +I nd +ach i +ĠC F +ĠC ond +Ġsan ct +Ġcont en +Ġfre ed +ĠR T +Ġment ors +ì¡ ± +Ġport able +ĠPaul o +r ane +HA HA +ĠS ection +ç Ĩ +hy un +ĠÎŃ Ïĩ +ĠP ub +ĠInd epend +Ġcomp ounds +ĠÑģ Ñĭ +Ġmess aging +Ġded ication +Ġnot icing +Ġdevot ed +ÑİÑĤ ÑģÑı +Ġsn akes +Ġbattle field +p ers +Ġdel a +9 2 +Ġha i +ill ä +ér er +e very +Ġrespons ive +×Ļ ×ķ +op f +é ī +Ĭ ¸ +Be cause +Ġtour ism +Ġê·¸ ê²Į +×ķ× ¦ +Ġcan s +st üt +Ġdon ne +ĠD ios +ĠU ber +act ory +Ġorient ed +ĠH erm +Ġpat ron +ur f +be i +Ġprogram a +ĠOh h +gen er +Ġf ist +ĠW endy +Ġand a +Ġguess ed +Ġfre ak +ä¸Ń åľĭ +ĠK ings +ch ool +Ġoff line +ĠIndian a +ĠAll iance +Ġ5 3 +Ġpartic ul +ĠF ocus +Ġinhab it +Ġê°ĻìĿĢ ëį° +ĠMc G +ows ki +ĠìĿ´ ê±´ +Ġpa ÅĦst +он и +itt a +Ġconfirm ation +ĠBrook lyn +Ġnood le +f und +it ud +Ġgrand parents +Ġbar becue +ει ÏĤ +Ġ á +Ġball ot +ĠV eter +Ġpip es +ig ious +ĠG raph +est ed +Ġë¸ Įë +ĠK E +ãģ¡ãĤĩ ãģ£ãģ¨ +Ġe ins +Ġhat red +ãģij ãģ© +Ġd ang +ee ee +Ġarch ae +ĠJes se +Ġdetect ed +Ġsen i +burg h +Ġdispl acement +Ġdo p +Ġcondition ing +Ġне ÑģколÑĮко +Ġdistur bing +P H +Ġthin ner +Ġwound ed +ĠCu ando +Ġcush ion +Ġwh ites +Ġprefer ences +Ġì¤Ģë ¹Ħ +Ġka ż +ĠG ate +ĠP ath +d les +à¸Ħ ร +im ore +Ġë³´ìĹ ¬ +Ġdiscipl ines +á» ı +Ġmes ma +Ġìĥ Īë +Ġìĭ ¬ +Ġg ing +Ġumbre lla +IGH T +Ġp ension +Ġcomb ining +S S +Ġrect angle +á»ĩ t +Ġpro xim +ĠC ow +¸ Į +Ġintention al +æķ Ļ +Ġdec id +ĠÑģк аж +ĠU ma +ias m +b uz +Ġdebr is +Ġc ass +ĠP rop +is ka +ë ł¥ +ester ol +uss ian +ìĿ´ë ŀij +Ġun limited +Ġadm ire +Ġtight ly +Ġgen ome +ĠJun ior +ven ir +g us +Ġc Äĥ +ĠV lad +Ġí Ĥ +Ġrel ativ +in ci +Ġaun que +ĠBo ys +ÑĨи он +ĠSw iss +Ġphys icians +Ġíı ī +ĠP ET +Ġw ounds +ab out +Ãł i +on z +ur ities +ĠÑĥв ид +å· ¦ +Ġment ality +Ġvari ance +Ġseg unda +Ġvol cano +al ie +ॠĩ +Ġt iles +ĠT erry +ĠاÙĦÙĦ Ùĩ +Ġcan on +Ġsc attered +pt on +Ġdefin itions +Ġal gebra +ot en +ab lo +ij uana +Ġwra pping +Ġses ame +ĠнаÑĩ ина +ĠAl f +ĠÐł оÑģÑģ +or no +Ġan kle +Ġspecial ty +Ġattempt ing +ili ation +Ġ19 20 +Ġphen omena +ĠPro duct +ĠB uck +ĠA ww +se en +Ġvo id +ĠFrank lin +Ġadvoc acy +ĠS ep +Ġcool est +ĠÑģ ÑĢазÑĥ +ĠQu and +Ġ9 00 +ĠTr ad +d ies +Ġhas h +æĪij å°± +ä¹Ł æĺ¯ +Ġpot s +Ġsad ly +Ġvi able +ĠT iger +ĠON E +Ġneur ons +ow anie +Ä Ĺ +ĠSh ar +ĠLand es +Ġconfer ences +è© ² +Ġcred ential +Ġl ime +ine e +x it +p ay +Ġinc ons +Ġ>> : +èª į +Ġí ŀĺë +Ġless er +Ġsp ill +Ġprem ise +Ġ36 5 +ĠH ost +Ġtom ar +×IJ× ľ +ë ²Ī +ĠWhat s +Ġlight weight +ĠM ap +f ia +ells chaft +Ġvend ors +uest o +ĠM ister +ĠÐŁ ÑĢи +åı ³ +h ma +Ġintention ally +ĠT ang +éĹ ® +Ġident ification +Ġetc etera +ĠN ee +ĠÑĤ ÑĢи +ê· ¸ +Ġcrypt ocur +Ġin hale +Ġadd ict +åIJĦ ä½į +Ġma u +ĠÑĤак аÑı +Ġë² Ħ +Ġcomp rar +ied zieÄĩ +ĠоÑĤ но +Ġbegin ner +Ġм Ñĥж +Ġobs c +Ġlim iting +asc ular +Ġins pection +ac i +Ġre jo +M us +Ġz aten +Ġsz cz +ĠMad rid +Ġvar ieties +Ġest Ãł +ĠSh akes +Ġk its +Ġad minister +Ġla va +Ġg Ã¥ +è© ¦ +ת ×Ļ +ĠWay ne +Ġinst agram +Ġr ated +p aper +Ġb ild +Ġpret ending +Ġobser ving +ĠÑģам ом +Ġtr or +Ġorgan isms +Ġfal ta +Ġh ometown +ç ± +Ġí ĭ +Ġche g +Ġì ¡ +Ġcomm a +is é +Ġlike lihood +av ored +Ġgel di +ни ков +Ġmed io +Ġjak ie +ĠJ up +Ġgreen house +Ġsp it +ко е +Ġк аж +ĠG ram +ĠCon ference +Ġdef icit +s ın +in se +u ÄŁ +Ġr icht +Ġcoinc idence +åı į +Ġeu rop +Ġbutter fly +p read +Ġìĸ ¼ +èĢ ¶ +Ġwa vel +ĠIn fin +ĠPlan et +Ġself ie +ient ras +Ġar rog +os er +id al +ł×Š׳×ķ +üt ün +Ġfresh man +ĠMach ine +Ïĥ ÏĦ +ĠD ia +ìĿ´ ëĭ¤ +ãģĵ ãģĨ +ne a +Ġlist ing +Ġconfig ure +ut or +U p +ts chaft +ri ère +Ġup wards +ĠÑħоÑĩ Ñĥ +Ġswe ep +B r +Ġexpress ing +Ġun happy +Ġmand atory +g ender +ĠA ÃŃ +Ġindic ators +Ġoil s +n ote +Ġseg ur +ож еÑĤ +yn asty +Ġdist ances +Ġmer ge +BER T +Ġsur render +Ġbu at +ĠA wards +Ġseñ or +od ox +Ġfl avour +Ġab dom +Ġconfig ur +8 6 +ĠDI Y +Ġrig id +° ĺ +Ġcorpor ation +Ġg room +j aw +ĠNe ar +ил о +Ġoper a +ĠIn nov +и ÑĢа +ĵ ± +Ġspec ified +Ġcos m +ĠFre edom +Ġcl own +ĠN em +Ġв ол +Ñij н +Ġchar ger +à¹ģ ล +Ġinflu ential +äs ident +é ¤ +ĠìĦ łë +Ġvol umes +æ IJ +Ġout ras +ĠTw itch +Ġfound ing +Ġa while +Ġco il +ê° Ļ +Ġc ả +ĠTh row +ĠH ence +omm t +ĠBen jamin +глÑı д +T ime +ob ic +Ġm our +Ġd read +ĠL Ãł +ĠCh ile +Ġpre val +Ġv ain +Ġart ık +Ġpres erved +ĠоÑĤ д +Ġware house +Ġbest e +ĠSever al +ĠS ituation +Ġcard board +T od +er na +Ġgar ant +Ġgest ure +Ġh en +Ġspe lling +ose xual +Ġan ne +Ġm ice +ĠMe ine +c ard +Ġre bell +Ġcert o +Ġìľ łë +Ġvers chied +ĠB os +Ġinv ention +Ġtr ze +Ġman ière +ĠCh ad +Ġsp re +Ġorganis ations +Ġpoor ly +Ġan terior +Ġst air +к ÑĢ +Ġatom ic +Ġsymp ath +Ġcontin ually +Ġkle ine +è te +и Ñī +ο ÏĤ +pe ut +Ġrep osit +Ġent ra +E m +Ġfinan cing +Ġмн ог +Ġthe sis +ĠCom puter +e au +ĠT ree +Ġbr ide +ons ieur +sh ire +w ic +D E +ĠìĪ ĺë +Ġac om +ĠP O +ers ch +Ġпом оÑī +ĠAr men +Ġì£ ½ +Ġz or +Ġprint s +ĠD ass +æ¸ ¯ +Ġdur able +ĠTrans port +ìŀIJ ê°Ģ +Ġл ег +Ġdé t +ô le +am ous +Y N +Ġcl iff +Ġgramm ar +ĠÐŁÐ¾ ÑįÑĤомÑĥ +ĠlÃł m +es ch +Ġmiser able +Ġvol ts +ĠC ad +uk an +ÑĤ ив +r ust +Ġìĺ¬ë Ŀ¼ +Ġver k +Ġchick ens +ĠY oo +Ġout fits +c ode +Ġhier archy +net es +Ġcounter part +Ġt ôi +Ġt ed +ĠB art +Ġë Ŀ¼ +ĠGen au +Ġinc oming +ĠA BC +ri que +ĠоÑĤ п +qu al +Ġincent ive +Ġih ren +׳ ×Ļ +lo e +Ġ19 30 +Ġbar g +Ġd iction +Ġön ce +IN S +Ġre h +isia j +m outh +Ġsc oring +l ık +ĠìķĦ 주 +OR IA +ĠEst ados +Ġcompan ion +Ġasse mble +Ġpun ished +Ġit al +Ġprev ents +ist es +ĠKent ucky +Ġloc ate +Ġfast ing +ãģ¨ æĢĿ +ĥ Ģ +ĠSe b +ĠCr own +op ia +Ġwh ip +us z +к ами +Ġdatab ases +åŃ Ĺ +Ġprose c +Ġ199 7 +ĠìĤ´ì §Ŀ +ĠSol ar +ĠP ues +ĠZ en +oll o +ĠG uru +Ġsque ez +ĠÐĹ Ð° +ĠÄ į +cept ions +c ca +iz able +m and +Ġbreak through +Ġtables poon +ĠS EC +ik h +ĠS ão +Ġп ло +am en +Ġpr ac +Ġdar ling +Ġtall er +Ġrend ering +Ġìļ°ë¦¬ ê°Ģ +ĠÏĦη ÏĤ +Ġm ã +Ġes os +uer do +ĠÑģ ÑĩиÑĤ +all er +ìĹĪ ìĸ´ìļĶ +Ġmill ones +ler in +Ġpe gar +on ne +Ġenroll ment +Ġli egt +Ġbo a +w iÄĻ +bs p +Ġcy cling +ĠBern ie +Ġ198 9 +Ġд алÑĮ +ĠDak ota +ĠÑģв Ñıз +ĠC P +Ġst are +íĤ ¤ +Ġprosper ity +Ġarrange ments +Ġarri ving +m ä +Ġkay ak +ip t +Ġp ardon +Ġrel at +Ġver ste +ĠF ig +Ġfo il +ĠTalk ing +pe are +Ġno i +ĠпÑĢи ÑĪ +Ġhoc key +Ġad o +ĠO UT +6 7 +Ġhorm ones +ĠAven ue +ĠSuper man +Ġpres cription +uber netes +C L +ot ive +N IS +ien en +Ġsad ness +ĠV it +T y +Ġstar ter +Ġbed e +Ġfound ations +Ġso re +åº Ĺ +Ñīе ÑģÑĤв +ìļ °ë +ĠÑĩ Ñĥв +l ink +Ġmane u +work ing +Ãł n +ĠAtt ack +ĠC art +ve is +ĠRes p +ens ing +Ġì¢ĭ ìķĦìļĶ +Ġesc uch +ĠR NA +Ĥ ´ +Ġad op +Ġb ending +ع د +Ġman ages +us p +Ġt art +Ġrout er +B o +Ġestab lishing +Ġbal ancing +Ġathlet ic +ĠS lo +Ġf ills +Ġн аб +Ġд ал +Ġpos so +ĠV ielen +Ġcrit ics +Ġlaws uit +ĠIsa ac +ĠÑĦилÑĮ м +Ġtr as +Ġpra w +ĠCra zy +Ġne u +Ġk ull +Ġtum or +ĠAP P +g ate +ĠA RE +9 8 +ĠSte am +Ġfuck ed +l age +ĠâĻ ¬ +ĠM D +f y +Ġshell s +ĠSe ems +iz ers +Ġr anges +ĠAnton io +AT ION +ĠB aba +Ġìĥ ī +k un +Ġpray ed +ÑĢ Ñı +ĠпÑĢоÑĤ ив +Ġse as +b ury +Ġ×Ķ× © +Ġtra it +ĠDep ending +Ġd re +Ġkön nt +ÑĨ Ñĥ +Ġlip stick +ee z +ĠпÑĢ Ð¸Ð¼ÐµÑĢ +Ġassign ments +B ob +Ġmet als +Ġspe cially +å°į ä¸įå°į +Ġìĺ Īë +ĠÅ ¡ +Ġv ista +ĠÎ ¬ +Ġtw ins +Ġnot able +ĠS au +Ġdé velop +Ġç ek +Ġpoly nom +av am +Ġtamb é +он ом +Ġpl asma +Ġe fect +Ġlä ng +Ġcas i +Ñģ а +ım ı +ãģĻ ãĤĭ +ĵ¤ ìĿĢ +Ġlab our +oss en +ĠP un +r if +Ġd oses +Ġoper ates +ил ли +Ġja ar +st aw +ĠìĤ¬ëŀ ij +Ġat m +Ġprotect s +Ġimp ed +H O +Ġc ima +Ġto ch +ab is +Ġsend o +la us +Ġcur l +ĠN um +Ġspons ors +Ġdé but +ĠAlex a +ĠB ür +ĠA mer +Ġc ope +Ġиз в +j al +Ġ199 5 +ap at +res se +ĠPri ze +ĠCla ire +ĠBrand on +Ġwszyst ko +Ġval ued +à¸Ļ ะ +Ġse ct +Ġsecret ly +Ġdiam onds +ĠEv an +ĠRP G +ãģ« ãģª +Īë ıĦ +ĠUnivers al +Ġdoub ts +ĠP in +wiÄħ z +ļ © +Ġal bo +Ġbra ucht +AU L +ĠM obile +gr ades +Ġsch em +wh y +ĠN icht +p i +g le +Ġchor us +Ġg ly +Ġrein force +Ġm uff +ĠSh en +ĠH ola +Ñĥ г +vid emment +v ial +ac ious +laim ed +ĠR ico +Ġve gg +Ġillust ration +ĠBut ter +ow ad +Ġeu x +Ġenf ants +ĠLe ader +ĠVill age +et ically +ÙĨ ÙĬ +Ġst ew +Ġsurpr ises +Ġc ue +ĠGrand ma +ĠC elsius +ĠR icht +en c +Ġpet ition +Ġher b +Ġw icked +Ġsch le +oc aly +Ġtrans f +Ġtok ens +ĠGr ay +ĠB BC +I K +Ġ15 00 +z n +ĠNe v +Ġk oy +Ġz ar +Ġbull shit +ĠColomb ia +ul ative +Ġwides pread +y ect +k it +Ġempres a +Ġn our +Ġburn s +at in +a ired +Ġrevolution ary +Ġгод Ñĥ +ĠLog an +Ġ199 6 +ĠGra ham +re b +ĠN HS +æľ Ľ +Ġcost umes +Ġnaw et +Ġlo vers +ĠLuc y +ĠInd igenous +íķĺ 기 +Ġimmun ity +¥ ´ë +uit o +Ġexcess ive +Ġdon ations +Ġ×Ķ ×¨ +Ġì² « +éī Ħ +Ġdry ing +mel on +Ġsurve ys +Ġ무ì Ĭ¨ +é¢ ¨ +aa a +Ġpro be +an cial +Ġlou der +Ġhot els +ü ÄŁ +ag ner +Ġorig ins +Ġë§Ī ì§Ģë§ī +Ġ* * +Ġstr angers +ĠHa us +com ed +Ġan throp +Ġus o +ĠìķĦ ì§ģ +ĠY uan +ĠíķĦ ìļĶ +pl er +ress ive +Ġsp raw +ĠSt ew +Ġ199 4 +Ġeld ers +Ġme inen +Ġj unt +Ġac oust +ĠW ohn +Ġban anas +Ġproject ion +ĠSt ick +leg t +spe ed +ĠcÅ ©ng +ĠW ort +ĠBalt imore +ĠÑĨ ел +Ġdun no +å¼ · +? , +ãĥī ãĥ³ +ĠLoc al +ost o +Ð Ń +од а +ĠPort uguese +Ġtheir s +Ġdé m +åı ¦ +Ġdra uf +ĠBuddh ist +ert a +G e +Ġcar rot +ĠWonder ful +Ġso ak +Ġchair man +gg i +IC A +f ried +Ġfl ick +ĠThrough out +Ġìļ °ë +Ġc ough +Ġfl uffy +sch ool +Ġr ipped +---- ---- +ĠZuk unft +Ġн еб +Ġst o +ĠB O +p ent +ĠLaw rence +Ïī ÏĤ +st icks +ĠE ins +ĠÑĢ Ñĭ +ĠStr ong +Ġcar amel +Ġsp ite +az ar +éĥ½ æĺ¯ +Ġcrit ically +Ġob ra +ow itz +ĠZ one +ĠÑĢ ÐµÐº +Ġsu g +ard ed +Ġg ì +ff entlich +an che +Ø Ł +ast ically +ìĿ ¼ë +л ав +Ġsimpl est +ĠF riend +Ġque llo +Ġamb ition +Ġabb iamo +åº ķ +ĠÑĦ оÑĢм +ĠEs sa +Ġeduc ators +Ġstatist ical +éĢĻ éĤĬ +Ġchang er +Ġat au +éta is +ĠShakes peare +ë IJĺ +Ġtr iggers +Ġreal iz +Ġcel ui +whe el +Ġloyal ty +Ġscream s +ke hr +ĠM ega +e ast +Ġtop s +ĠTot ally +ount ain +l ord +Ġviol ation +ĠG A +Ġnic er +ĠF resh +ĠMel issa +fun ction +Ġra pe +Ġexcept ions +Ġsil icon +Ġliber ty +Ġhousehold s +ãģį ãģ¾ãģĻ +ĠC A +ĠÐŀ б +Ġli b +ŀ Į +c ific +Ġtrop ical +Ġinvestig ating +H D +Ġad apter +ĠP itt +an cia +ĠShe ll +friend ly +Ġconclus ions +Ġtur tle +Ġdec omp +Ġanim ations +ĠÑģ ек +ins i +Ġret ention +k ie +Ġinject ion +ĠMad ison +ì° ° +Ġv ient +Ġvar ied +Ġviol in +ĠB il +Ġluck ily +Ġh tt +l ä +Ġr anch +çľĭ çľĭ +Ġsó lo +ìķ ħ +ĠD erek +ĠScript ure +оÑĢ Ð° +Ġclassroom s +av il +form ed +Ġbefore hand +ĠG em +pre ch +Ġl in +Ġgre ens +ÑĨ ев +ĠMer cedes +Ġdr ought +gas ps +Ġab ortion +Ġter ribly +Ġspos ób +Ġsec ured +Ġat rás +Ġwavel ength +Ġgra ins +ect ive +Ġspace craft +Ġtour s +Ġprof es +Ġsur geon +ĠP ie +Ġide ally +arn er +U P +op ard +s ce +Ġimm ense +ĠOr t +roll er +ĠD allas +ĠNich olas +Ġs ulf +ĠToy ota +Ġquant ities +ce ans +Ġcu i +an ça +ĠC AN +itzer land +åĦ ¿ +Ġz ou +ĠCy ber +le gen +ĠIn it +ed u +Ġa pert +Ġad jac +ou v +èĢĮ ä¸Ķ +r s +Ġcab bage +Ġwheel chair +iny l +ĠD ynam +ĠìķĦëĭĪë Ŀ¼ +Ġl ing +h l +Ġмог Ñĥ +Ġcris p +Ġm ij +Ġd ug +n in +Ġbl oss +Ġbelong ing +Ġloud ly +Ġminer als +Ġconclud ed +Ġsearch ed +9 6 +ĠMe et +ĠS EO +ĠС к +ĠH ob +ot ta +Ġpropag anda +Ġcin namon +Ġhun ter +Ġgeme ins +Ġsculpt ure +uls ion +Ġv äl +Ġmagaz ines +Ġcontrovers y +ä¸Ģ 樣 +Ġsequ ences +ãģĦ ãĤĭ +Ġíļ Į +Ġdel eted +ä½ ¿ +IJë ıĦ +Ġvary ing +ãĥ Ĩ +Ġmount ing +Ġaff air +Ġpath ways +æ ¦ +Ġdig o +äº ® +Ġд ок +A lex +Ġtob acco +ĠC V +Ġbother ed +Ġamb ient +ink y +ĠS L +Ġh ates +Ġje żeli +Ġcon greg +Ġel as +Ġde uts +ĠStud ios +ch ÄĻ +Ġdocument ed +ĠCru z +ĠL en +ĠDoug las +ĠPort ugal +ent i +Ġsp ouse +Ġanal ys +av ia +Ġed ited +Ġl ại +bu ilt +Ġv ille +ad ora +Ġbrac elet +Ġs ushi +Ġp m +Ġtra ils +Ġl ug +Ġö ver +Ġs orrow +Ġcol ony +ado x +Ġser ie +any ak +ĠØ · +ĠG ulf +æĺ¯ ä¸įæĺ¯ +ĠP V +ĠSam uel +ĠK it +ĠR al +ont in +ex pl +Ġent ries +Ġactiv ists +P s +Ġs ant +ĠÑĤо Ñĩ +ĠBr uno +ke ley +Ġtut to +é Ķ +Ġv intage +Ġterr ified +Ġпо Ñħ +us ive +ow ers +ай ÑĤ +ë ıĻ +Ġtwist ed +ĠTh ought +Ġt ah +Ġshr ink +Ġshe er +l it +Ġdal am +Ġd ib +Ġv ard +ow ane +Ġdo br +ĠR ena +ĠÑģво Ñİ +ĠpaÃŃs es +ĠE ra +ãģ® ãģ§ +ĠB UT +s ighs +Ġê·¸ ê±° +Ġgro ÃŁen +Ġë¹ ¨ë¦¬ +Ġn erves +Ġconst it +Ġpreoc up +ĠG ay +ĠX u +keep er +he ure +.. ) +ĠCal m +ĠUn idos +ĠìĿ´ ê²ĥ +ĠAqu i +Ġìłľ ìĿ¼ +d ır +ì¦ ĺ +y our +ĠÑįÑĤ им +20 20 +Ġr und +ĠH O +ĠC atherine +iel i +Ġf usion +Ġide ology +Ġfor am +sh aped +ĠíĽ Ħë +Ġw t +Ġret r +Ġpr éc +Ġê° ij +Ġopen ly +v ity +구 ìļĶ +Ġobst acle +Ġbo o +Ġse iner +ic orn +Ġeigen lijk +Ġhead er +are mos +Ġso fter +ĠÐŁ од +Ġpre jud +Ġdefin es +ier te +Ġbl ending +Ġbelie vers +ĠWo chen +Ġник ак +ĠÐļ огда +ĠTyp ically +Ġíģ ¬ +ç® ¡ +ci os +Ġmiss iles +Ġsp onge +ĠK itchen +Ġt ren +ning en +Ġsc rap +Ġser ait +´ì ł +ç ¹ +Ġë° ĺë +Ġrest ored +Ġprzy kÅĤad +ĠK ubernetes +Ġsa it +Ġu w +Ġen abling +Ġtra vers +amp s +åı Ĺ +ĠOM G +ens or +Ġz osta +Ġpronoun ced +A ng +norm al +Ġeconom ies +t in +ĠChamp ion +iz en +Ġar beiten +ĠG ospel +ĠZ u +ng a +Ġliter acy +ĠM ans +Ġcircul ation +Ġad ap +ĠTot al +Ġmere ka +Ġol acak +ÑģÑĤ аÑĤи +J ack +Ġm und +Ġth ief +b ies +Ġê² ģ +a que +ĠÚ© ÛĮ +ĠSc ar +å ² +Ġab ol +Ġdev ote +Ġ0 1 +Ġs itten +ĠVis ual +we ek +s ome +ing t +Ġjournal ism +ĠH ir +ĠB achelor +in ery +Ãľ ND +ãĥ Ł +ç» Ļ +Ġcolor ing +ĠCr ist +Ġcelebr ities +ĠÑĩ иÑģ +ĠC rit +Ġdifferent iate +ĠÐľ не +el im +Ġse afood +Ġalgum as +otherap y +æĪ ° +Ġgla ub +Ġarbitr ary +g ens +ĠбÑĥд ем +Ġt av +Ġcream y +ĠCount ry +a ñ +м еÑĤ +Ġh inter +Ġm ism +Ġillust rate +ÃľND NIS +Ġdecre asing +Ġwen iger +AK I +ix on +Ġн ей +Ġfat to +Ġn erd +ç ł +Ġb itte +P er +Ġt ane +Ġgö z +Ġfor te +ĠE y +Ġнав еÑĢ +è¢ « +ĠWord Press +ĠM is +Å ¯ +z äh +Ġinté ress +osa urs +ĠFall s +Ġn essa +9 7 +Ġmuseum s +Ġcorrespond s +Ġs ings +f our +Ġed er +ĠCommun ist +o a +ne k +ĠWH O +Ġcor po +Ġmess ing +ÏĦ αι +Ġbrush es +Ġb isc +ĠAr beits +ĠT ax +Ġse le +Ġflag s +ou pe +Ġanticip ated +ãĥ ij +ĠN ad +Ġpou red +Ġm l +Ġll ama +Ġvisual ize +Ġlisten ers +ÙĦ Ùĥ +al ten +Mich ael +Ġcos ì +Õ¡ Õ +op us +Ġíķ´ì £¼ +Ġh ike +ĠAtt orney +ĠHill ary +ud ed +Ġíķĺ ì§Ģë§Į +Ġdo ve +Ġstorm s +ак Ñģ +Ġdoct rine +Ġhe x +ik s +no ÅĽÄĩ +Ġscript s +Ġδ εν +ĠÑįÑĤи Ñħ +ĠÐ Ĩ +ab er +ĠV as +Ġcent imeters +×ŀ ×Ķ +ни б +Ġrid ers +ĠT rib +åĮ ħ +Ġtak że +Ġn oun +Ġic ons +Ġsole ly +mind ed +Ġdisp on +ĠSw itzerland +Ġcl usters +Ġqu eda +ail ing +Ġman ga +Ġ6 8 +Ħ Ī +Ġt et +g ins +ha us +ç© º +å· ¥ +ĠO P +ot ed +Ġnouve au +AL LY +ÙĪ Ø¯ +ò n +Ġmort ality +ĠGit Hub +d rop +Ġdis gu +Ġrec om +Ġloc als +Ġhome made +amb a +Ġpron unciation +Ġal phabet +ан ÑĮ +ow any +ir as +id ency +OM E +ĠÑĢаÑģ Ñģ +ar ak +v iamente +Ġnon profit +ĠYouT uber +Ġp arenth +ĠB oo +v at +ĠSt ir +Ġpre cip +Ġan ts +Ġall y +ĠMa ori +ĠëĮĢ íķľ +åı¯ æĺ¯ +og ene +ĠLab our +aret te +Ġrecy cling +ens a +Ġpurs uit +Ġs ak +ĠÐĹд еÑģÑĮ +Ġtoler ance +Ġsa at +Ġclick ed +âĻ ¥ +Ġface book +ĠInt o +Ġincent ives +기 ëĬĶ +ĠD ennis +ĠW ik +ges ch +à¹ĢภĽ +ĠÏĢ Î± +ĠWh oo +Ġround ed +Ġdo pe +Ġcapt uring +ĠWar ri +Ġcivil ian +Ġchar ming +Ġes as +Ġsust ained +Ġle aning +Ġabund ance +ÃŃ lia +алÑĮ нÑĭй +Ġph ải +ac ja +Ġê°Ļ ìķĦ +act iv +า ย +Ġ9 7 +Ġм ой +c ro +ĠJack ie +itt ees +br acht +ul ent +Ġìł ľë +Ġplug in +v antage +part y +Ġsu as +Ġan te +Ñĥ л +ÐĿ ÐIJ +æĤ ¨ +ĠÏĥ Ïħ +Ġmet h +Ġenthus iasm +ÑıÑĤ ÑģÑı +íĻ Ķë +Ġsynth etic +Ġseason ing +ĠL ost +on omy +ĠSp ark +Ġb ure +Ġass ured +Ġimag in +Ġcar ro +S ha +Äħ t +нÑĥ ÑĤÑĮ +át ica +T Y +Ġk ern +ĠBrazil ian +à ° +Ġsusp ended +ĠCar ib +Ġbiz im +ĠOl iver +ãģ ¶ +T om +Ġпл ан +Ġn ope +omet hing +Ġbe iden +ÑĨ ен +Ġflu ct +Ġμ οÏħ +Ġf athers +ĠBl ake +Ġup ward +ĠD ash +ĠL il +ĠìĪ ĺëıĦ +Ġrevel ation +Ġelev ated +ĠJi ang +LE D +ĠThom pson +Ġмог ÑĥÑĤ +ÑģÑĤ ÑĢÑĥ +if iers +Ġcome back +Ġbuy ers +ê² ° +ĠS ales +иÑĩ е +c iones +Ġwh istle +Ġd ull +LE X +Ġíķĺ ê²łìĬµëĭĪëĭ¤ +Ġcrimin als +Ġdes cent +ipp le +mas ı +Ġfool ish +ĠдÑĥм аÑİ +t ar +Ġman go +Ġchore ography +M att +Ġterr itor +Ġac aba +ĠEin stein +ĠI BM +ĠMet al +ĠCry stal +Ġr ah +Ġf oul +ĠIsland s +Ġint act +ĠR ail +. : +Ġac á +ĠпÑĢ Ð¾Ð¿ +еÑĢ Ðµ +ĠWr ite +he he +ĠF O +ĠÏĥ ÏĦη +Ġdo in +h eld +Ġappropri ately +Ġdeliber ately +Ġarch ive +Ġgive away +ãģĵ ãģĵ +Ġfin ale +л аÑģ +ен о +Æ¡ n +æ£ Ĵ +og o +çī © +ĠAud ience +ãħ ł +Ġsub ur +Ġhead ache +ан нÑı +ĠW itch +ĠSwed ish +ĠB I +Ġer ase +Ġk hi +Ġcomment ary +ĠS ultan +íĥ Ŀ +ĠLe ban +Ġë³´ì ĭ +ĠP am +pe kt +mon th +Ġground ed +ê ¾ +ĠÅŁek ilde +2 50 +ĠS CH +ios o +Ġin aug +he imer +Ġreflect ing +ĠR uth +ĠO il +Ġtrou ver +u ep +.. ] +Ġìŀ Īë +Ġol ha +Ġreason ably +Ġgl itch +U B +ĠGr an +Ġad alah +Ġl ent +ر ا +Ġtr action +Ġadjust ing +´ ¤ +ниб ÑĥдÑĮ +Ġд оп +Ġstretch ed +Ġor t +Ġcos ine +vi ol +Ġì ħ +c ir +Ġbast ard +ä¸ ĩ +ĠÑħ од +Ġqu ier +Ġpress ures +ĠAn h +å¹ ¾ +Ġell es +Ġд ÑĢÑĥз +ĠможеÑĤ е +Ġch á» +ĠM é +ö k +ầ u +ìł Ī +z in +Ġca ution +ib an +Ġjud ging +ÑĥÑİ ÑĤ +Ġb aj +ĠС ейÑĩаÑģ +ĠPo or +ĠNaz i +Ġup beat +y ang +Ġweek ends +ĠEss entially +Ġol uyor +Ġspat ial +ack er +Ġsell er +Ġ×IJ ×ķת +ij ׾ +Ġv ivid +ĠB ond +ê ¶Į +is kt +ãĤ µ +Ġgo at +dri ver +Ġm ug +ict ional +Ġall t +ĠIn iti +ĠR and +Ġfinish es +Ġê° Ī +Ġvit am +Ġteen agers +ĠMor ris +ì¤ Ħ +ĠO ri +i ya +Ġmy ös +St ep +ĠK re +è¾ ¦ +Ġdin osaur +Ġëª ĩ +aff e +ĠëIJ ©ëĭĪëĭ¤ +Ġz eg +åĪ ĩ +ĠManh attan +Ġsu jet +ue lle +st off +Ġd ür +Ġsub mar +es es +Ġa quele +Ġn ou +ĠFa ith +t z +ĠÑĤ омÑĥ +ace ut +li ers +Ġband width +ưỠĿ +Ġrespect ive +ĠA ve +Ġspread she +ĠS ent +ic amente +Ġinf ra +Ġlearn ers +Ġà® ī +ai ah +ren al +Ġmust ard +Ġhab t +ç ĥ +ĠQu é +Ġanaly zing +æ¯ ı +Ġso lic +Ġ×Ķ ×ķ×IJ +Ġcaus a +Ġwel comed +ĠS uccess +Ġfac ile +ĠÐŁÐ¾ÑĤ омÑĥ +sche in +Ġf etch +Ġstr at +ĠÑģÑĤо иÑĤ +ìĹIJìĦľ ëĬĶ +ĠÑģп оÑģоб +m am +Ġser ÃŃa +nam ents +wr iter +Ġconsult ing +íĺ Ģ +ĠBer keley +e u +as ive +U U +ĠAnal yt +Ġsubm ission +Ġmagnific ent +en za +Ġe con +Ġprof iles +Ġinc ar +A b +ĠN un +Ġh ic +scream ing +Ġresil ient +åĪ © +gr und +Ġconc ur +Ġbere its +L D +Ġnur t +ì ī +Ġfe ast +Ġenc uent +ĠMich el +Ġsup rem +" ] +Ġfeed s +ĠKoll egen +iss er +ĠF eng +ĠW en +m un +Ġten ÃŃa +ĠW rest +Ġìĺ¤ëĬĺ ìĿĢ +Ġst ead +Ġrest oration +Ġdon ated +Ġdel s +Ġc ensus +Ġdesper ately +worth y +H E +ĠSp a +ĠBry an +Ġh j +ĠR aw +ìķĦ ë +ĠCam era +Ġz ien +Ġst yl +ĠT W +ĠChe ese +bor ne +Ġob l +ĠAl ready +Ġunst able +Ġfl ames +p ost +H a +rom agn +ĠìĹ Ħë§Ī +d est +Ġkole j +Ġtempor arily +Ġdeterm ining +ĠGl ass +ÑĢ Ð¾Ð½ +ol an +Ġdom inated +åĮ ĸ +__ __ +ĠÙĩ ذا +ĠD ana +Ġdin heiro +a qu +ë ¯¼ +ĠÃł s +ĠJo ey +ĠGr iff +Ġatt ain +Ġtrans itions +ĠLiter ally +ен д +ĠHa ven +Ġgrab bing +Ġcryst als +ĠFour th +Ġcand les +ĠÑģлÑĥÑĩ а +ric o +Ġ5 000 +et to +Ġund o +Ġk to +Ġdi vert +Ġch ir +Ġper sec +Ġh iking +Ġannounce ments +çĶ ± +з Ñĭ +Ġa uc +Ġsystem ic +ĠR M +Ïĥ α +ĠÐĶ Ð¶ +Ġy ar +ĠW ard +Ġpiss ed +Ġcar n +Ġautonom ous +ãħİ ãħİ +so ver +æ²Ĵ éĮ¯ +å¾Ī 好 +Ġref lex +Ġgard ens +Ġd ated +ì ± +ami ÄĻ +Ġcontinu ity +Ġcitizens hip +Ġsch wer +Ġz ak +t able +ĠÑģ Ñĩ +è§ ģ +ĠÏĥ ε +Ġgener ates +구ë Ĥĺ +ö h +ó m +al am +ĠJUD Y +ĠB ug +Ġãģ ¦ +Ġdr ones +Ġá gua +ac aks +æ ļ +ĠÐļ он +× ĸ×Ķ +Ġstri ve +ĠAl tern +Ġne arest +Ġpro yect +ter a +ĠASH LEY +Ġwor m +Ġre play +Ġt ara +ĠInd ians +ãĤ ° +ica id +ĠìĪ ľ +Ġappe aling +ĠW es +Ġment ions +Ġдел е +Ġk w +Ġfrag ile +is z +k ów +h ang +col or +Ġpresident e +8 7 +е ÑĦ +çĪ ¸ +Ġдоб ав +ĠN elson +á fic +ĠMIC HAEL +Ġmechan ic +Ġmet res +Ġo czywiÅĽcie +ĠC ind +Ġog sÃ¥ +Ġlands ca +AC E +Ġhead lines +Ġcat alyst +ĠC atch +ink les +Ġp ills +ord o +Ġimmig rant +Ġexam ination +Ġacc idents +zÄħ d +Ġqui ere +Ġne lla +Ġ6 7 +Ġpass a +Ġsuper fic +ist or +Ġno v +ëĭ µ +Ġmand ate +is ons +ĠVirt ual +Ġsel ber +Ġcounsel ing +ĠN BA +Ġse pt +Ġbelie ver +Ġmar vel +ĠInte gr +Ġм Ñĸ +Ġor ph +Ġback ward +ĠGen eration +ĠP ict +ĠÑĤо ÑĤ +Ġtap i +pro chen +Ġhall way +ht e +ĠÛģ ÛĴ +ĠZ um +èĢģ 師 +ach ment +iqu er +fol g +ĠEd die +ĠK il +Ġwell ness +st ock +è¼ ĥ +Ġka ç +Ġterror ism +Ġpo inter +O f +her ic +ĠUlt imately +Ġmes es +ĠTr ade +Ġp int +Ġtu ition +Ġdisag re +Ġê²Į ìŀĦ +Ġmanus cript +Ġro omm +Ġoutput s +е ÑĨи +Ġr ies +Ġsal ud +otz dem +Ġmass es +Ġby ÅĤa +Ġclear ing +Ġdisc ourse +ats on +Ġfold ed +ĠJ ar +ÙĦ Ùī +9 00 +ĠÑĥ Ñģп +Ġprophe cy +Ġinterf ere +иÑħ од +๠Į +Ġth ri +Ġ×ŀ× © +Ġlaz ım +Ġ199 2 +Ġfut uro +Ġlock ing +Ġembar go +ĠNe ither +iv amente +ĠmÃ¥ ste +Ġm ik +Ġcollect or +еко ÑĤоÑĢ +ĠG and +Ġsent ir +ĠM ight +å¡ Ķ +Ġgan zen +U C +Ġrel ating +S D +Ġmos quito +G R +Ġho llow +âĺ ħ +ĠWalk er +Ġaffili ate +Ġduplic ate +н ем +Ġgra pe +ĠOrgan ization +Ġsy nt +J oe +Ġg eg +Ġreve aling +ĠEth an +out er +Ġy ay +é« Ķ +л аÑĢ +Ġreported ly +Ġihr er +Ġrecogn ise +Ġbum per +ĠR andy +ĠVen us +t les +Ġappet ite +Ġgluc ose +Ġch odzi +ĠFurther more +t ir +Ġcont a +Ġint uition +Ġalt itude +Ġch unks +ĠJosh ua +ıģ ım +ry lic +le ans +ĠíĶ ¼ë +L L +Q ue +Ġg or +Ġзна ÑĩиÑĤ +Ġpo ems +Ġexc el +Ġexpl ored +Ġpop ul +Ġinclus o +st ä +ĠG avin +all ing +ĠÏĦο ν +é © +ar beit +ĠG as +Ġgl orious +rie ben +Ġsp am +Ġindo or +Ġthr ust +ĠA ld +ĠPri or +Ġon board +ãģł ãģķãģĦ +o ca +AS H +£ ł +ĠChrist ine +Ġdra wer +Ġno on +Ġìŀ ĺë +Ġperman ently +æ· ± +ĠнапÑĢ Ð¸Ð¼ÐµÑĢ +Ġpodcast s +era peut +pr it +Ġstain less +ĠÚ© ÛĴ +Ġfamil ia +ĠÑĢаз ÑĢ +un to +ĠÑģÑĤ ол +Ġh ä +ĠH ai +ĠP B +iz on +Ġkon nte +Ġbüy ük +Ġutil izar +Ú Ĩ +Ġaqu esta +Ġmix er +ud ent +лек Ñģ +ÅĤ u +ĠÑģиÑģÑĤ ем +Ġн оÑĢм +Ġfat al +Ġconsider ations +Ġvalid ation +Ġo li +Ġk ardeÅŁ +ĠGL ORIA +Ġp all +еÑģÑĤ е +Ġrect ang +Ġmed ieval +allah i +ast i +ĠSy rian +Ġshe ar +Ġdeb ug +ĠM ai +Ġknock ing +ĠLe x +ard an +ro v +Ġmem orial +æ° £ +ook y +Ġstuff ed +Ġpass é +Ġw ig +Ĥ ł +Ġpróxim a +Ġ199 1 +Ġм еждÑĥ +Ġnuest ros +ĠBe ast +Ġsm o +atch ed +olog ia +Ġм од +Ġge e +Ġconcept ual +Ġà ´ +Ġdecre ases +Ġquer ies +олÑĮ ÑĪ +ĠA part +Ġex empl +å± ± +Ġfl ed +ĠO FF +gg ak +Ġbe ad +h ir +l ies +ĠClear ly +ı lar +Ġch ess +Ġwhich ever +Ġ9 6 +Ạ± +Ġrespect s +Ġм оÑĢ +Ġorgan ism +Ġgrand pa +ĠV ie +è·Ł ä½ł +Ġflo oding +Ġupgrad ed +Ñij ÑĢ +Ġcheek s +Ġcon quer +Ġstub born +Ġpuzz les +Ġau ction +Ġre lying +ĠPRO F +ĠEs per +ĠÐľ У +Ġhy pe +Ġposs ibil +Ġimp rison +ĠEr n +ìĹĪ ìĬµëĭĪëĭ¤ +Ġenv ie +Ġresur rection +ä¸į è¡Į +Ġs per +ĠVenez uela +s om +Ġìŀł ê¹ +Ġnouve lle +Ġclos es +Ġ19 40 +Ġqu a +ĠJ ared +ĠP ir +Ġind e +Ġscr ub +uk u +Ġrequ iring +Ġв ами +Ġconsider able +åIJ Ľ +il ia +Ġin ne +Ġmein em +Ġhard ship +Ġtra ps +ro c +ĠìĦ ¤ë +Ġresearch ing +ĠMarg aret +Ġpen ny +Ġbı rak +Ñij л +Ġw ool +Ġr het +Ġflat ten +ç ĩ +à¹Ģภ£ +Ġp ied +ĠCh ap +Ġunder m +Ġf ret +Ġcrash ed +ĠFra uen +ذ Ùĩ +iv an +Ġliter ary +late go +Ġsp äter +Ġsimilar ities +â Ĩ +ĠCor on +ĠC reek +Ġboss es +Ġaccompan ied +Ġdeb ates +Ġassemb led +Ġà ģ +ĠV ai +Ġtr act +Ġsimple ment +ĠAr in +Ġvulner ability +Ġhorm one +I EL +OO K +Ġrel ay +ĠAnd rea +r il +Ġnecess ity +aceut ical +Ñİ Ñī +ous ing +nah men +Ġfoot print +m ap +ĠT ier +ann ya +int end +åĸ ® +å ¢ +Ġdecor ate +Ġzomb ies +ĠHy d +ĠSu z +Ġcampus es +ĠE mb +Ġthr ottle +Ġad min +Ġop ortun +Ġmir rors +Ġident ities +ĠCl in +Ġë¹ Ħë +á¹ £ +ĠO tt +Ġbl ues +Ġimpress ions +- , +Ġv ague +a fe +Ġinfer ior +eral d +Ġmedic ines +Ġpre gunta +os ely +Ġt élé +ĠMon th +ĠLe aders +ĠEgypt ian +Ġr ation +k ers +he its +Ġre cht +P lay +Ġe g +Ġpoll s +ĠWOO DR +Ġsl ots +j am +B oth +ĠR at +ÑĢ Ð°Ð¶ +ĠBr ight +ä¸Ģ å®ļ +á»ij i +ur ious +Ġsing ers +Ġlo gin +Ġt êm +l ation +ĠM um +ưá»Ŀ ng +ĠEd itor +åIJ ij +Ġinnov ations +h ave +ĠS ek +Ġwe aker +ĠG ob +A fter +´ì §Ģ +Ġ문 ìłľ +ãĥ¼ ãĥ¼ +Ġdisad vantage +ç¢ º +Ġg aze +ĠM ack +Ïģ ί +ĠK iss +ĠH olo +ĠBir th +iz i +b ab +ä¿ Ŀ +ìĭľ ê³ł +д еÑĢж +Ġsqu at +кÑĥ Ñģ +un i +ĠComm e +ĠWOODR UFF +ĠChampions hip +Ġwel che +ĠY outh +z em +Ġod pow +Ġpersist ent +r ut +ìĶ © +íĸ ¥ +la ir +ik u +Ġvend or +Ġch úng +Ġfinan ci +Ġover ly +â u +Ġgl uten +Ġ18 00 +Ġdiv isions +Ġciud ad +Ġob ed +Ġwar um +Ġe her +Ġel im +ĠÐĴ о +Ġpeu vent +ĠW anna +Ġattend ance +Ġassess ments +ĠB og +Ġimag ery +Ġcollect ively +Ġinform al +ĠSch we +Ġde utlich +ĠCh el +ĠP E +ow ed +Ġb anner +Ġshel ves +ĠRet urn +æĭ ¿ +LAUGH S +Ġcongrat ulate +ĠNor way +Ġd well +ĠCarib bean +Ġnorm s +ĠAn imal +ĠValent ine +Ġext ending +ĠV ou +or r +ĠCh eng + ¡ +ĠдоÑĢ Ð¾Ð³ +Ġve g +Ġh Ã¥ +ĠX in +Ġì¹ ´ë +em et +Ġhyp oth +Ġinteress ante +ric es +I Z +ĠUS D +Ġrun ner +ĠB ag +Ġê ½ +Ġcomeç ar +Ġpig s +Ġweakness es +P h +ĠVi ol +ä¸į ç͍ +Ġdra gging +ĠAqu ÃŃ +ĠCS S +Ġmill imeters +Ġest ás +Ġac ute +Ġde jar +i ÄŁ +ob ra +L ove +Ġsil k +** ** +Ġjo ins +Ġpro l +Ġê°IJìĤ¬ íķ©ëĭĪëĭ¤ +æĶ ¯ +ØŃ د +agh etti +än ner +Ġstr ang +Ġdoub led +Ġdescri ptions +Ġst ellen +Ġpart i +ç« ĭ +² Ħë +Ġö ÄŁ +ig hing +Ġang ular +Ġnat uur +ĠSh el +ư Æ¡ +Ġr ays +Ġse per +st art +v ised +Ġrush ed +Ġinternation ally +Ġnive l +Ġbox ing +fall en +á»ij c +Ġse inen +plic ity +Ġcarb oh +ĠTra vis +us o +ĠPh ase +Ġactiv ation +Ġop io +· ¨ +Ġdecre ased +C ar +Ġbund le +Ġexp end +orm al +Ġadjac ent +Ġme e +ĠоÑĢ Ð³ +Ġtrans cript +ĠLang uage +G S +è§ ī +Ġse ul +Ãł nh +Ġn ya +ning s +Ġìĭ ľë +ĠëͰë Ŀ¼ +ĠA gr +ÃŃ d +çķ Ļ +Ġab y +ĠNe o +ıyor uz +ĠThink ing +a ime +Ġv ite +Ġtrav és +Ġ×ij× ¢ +Ġм ед +O ur +ho ot +Ġl iner +ĠP izza +Ġhy g +fl ies +ĠContin ue +Ġdent al +ĠT ib +Ġreg ulate +lie ÃŁ +AL K +ĠTa e +ê¸ ¸ +ĠBre xit +ĠG ut +Ġoccup ation +Ġz robi +â m +Ġwh isk +ä¸ĸ çķĮ +Ġkans ke +om on +ro be +Ġwar fare +Ġth á»ĥ +Ġjak i +Ġstro kes +Ġpe as +ĠDam it +H AN +Ġinter ference +Ġмин ÑĥÑĤ +N ER +out ing +Ġtext ures +Ł ī +ow i +Ġíķ Ļ +Ġd ens +Ġprotagon ist +än n +Ġgod dess +Ġwoll te +ij o +ĠWo che +ĠV PN +st ory +Ġkind erg +Ġfun nel +Ġdist ress +ноÑģÑĤÑĮ Ñİ +Ġno isy +ĠпÑĢод олж +Ġdar an +Ġenzy me +л ож +Ġm ute +Ġd war +Ġا س +Ġkom pl +Ġmer it +Ġf osse +ĠDr ink +Ġfor a +Ġw ohl +Ġbree ze +Ġsan it +Ġdr in +ĠìĿ´ê±° ëĬĶ +Ġ6 2 +Ġì° ¨ë +aby tes +Ġde eds +ĠÐ ¹ +i ème +igg ling +Ġ" ' +ĠÑĩа ÑģÑĤÑĮ +ĠAns wer +Ġev angel +Ġ10 80 +ĠVis it +ic ient +Ġreli ability +Ñİ ÑģÑĮ +ĠEar lier +Ġf id +çŃī ä¸Ģä¸ĭ +Ġslee ves +iy orsun +Ġb ib +ĠAcc ount +Ñı ли +cipl inary +z as +Ġб еÑĢ +Ġneck lace +Ġbl ender +ĠPhill ips +et i +ĠJup iter +Ġprov oc +ĠYe ars +ent re +ac io +Ġk ü +Ġanten na +Ġnovel s +Ġf art +ĠS ugar +ĠJud y +Ġcollaps ed +ç ° +rit is +Ġìĥģ íĻ© +ÐĹ Ð« +ĠVer f +rane an +ere um +ĠTar get +Ġ8 8 +ĠÐĺ з +ide o +Ġreg ression +ì¶ ľ +Ġmów i +Ġstud ios +i ens +ip h +Ġfr ying +Ġfasc inated +ĠW ah +b ucks +m aya +ĠSat urn +ĠM ommy +Ġrating s +Ġaut umn +ươ ng +Ġlos er +Ġcent ro +érie ur +ĠF old +Ġsuper visor +ĠNo bel +Ġunder est +ob ia +Ġв ÑģÑı +Ġver w +Ġfu els +Ġartif acts +Ġë¶ Ļ +ĠAut om +çļĦ æĺ¯ +Û Ķ +×ķ× ¡ +Ġih nen +Ġ5 9 +ound ing +еÑĢ Ñĭ +in ars +ch ant +Ġadd icted +Ġexplos ive +Ġdisp ers +â ĸĪ +ax is +AR Y +Ġl um +ĠÑĥ Ñģл +ĠØ Į +Ġru pees +ĠPe arl +c amp +t v +oy a +Ġconclud es +Ġcoll ision +Ġbuy er +Ġplay ground +Ġspr ings +Ġfemin ine +ĠR as +Ġincar cer +íĹ ĺ +Ġdial ect +Ġclos ure +Ġchat ting +Ġb abe +Ġspot light +Ġnot ation +è· ¯ +St ar +i ão +Ġt ête +Ġt ide +Ġjun to +Ġsen ator +Ð ¥ +Ġexcus es +Ġbl ink +Ġadm ission +ĠL ily +Ñĭ ми +Ġam igo +Ġl ust +ëĭ ¬ +Ġam ino +äºĭ æĥħ +Ġconsult ant +ĠElect ric +Ġëħ¸ë ŀĺ +uj ah +Ġshoot er +icht en +ĠUkrain ian +Ġaim s +ĠEnter tain +Ġmir acles +èŃ ° +Ġze igen +Ġl am +Ġres s +ĠJ ill +yl an +Ġro ok +Ġh aya +Ġpass port +ad ata +Ġju icy +con f +л ей +ĠS z +Ġinter cept +ãģĤãĤĬãģĮãģ¨ãģĨ ãģĶãģĸ +ĠTe ams +Ġmak en +ir rel +ĠLI KE +áºŃ y +êµ ° +Ġshort age +Ġparad igm +Ġpap el +Ġast ero +ãģ¾ ãģŁ +Ġsoll en +ĠMic key +ĠOr leans +Ġchol esterol +Ġgo ose +ÑĨи Ñİ +ãģĤ ãĤĭ +ĠF L +Ġгол ов +Ġtrib ute +ĠG am +Ġé videmment +Ñı Ñħ +å® ŀ +çĶ ° +Ġin appropri +uh an +Ġorganiz ational +ail ed +Ġend ure +Ġ7 6 +Ġshot gun +Ġliv re +Ġsu ited +Ġwarm th +ĠS IM +Ġenv ision +Ġde grad +î ne +La ughing +ĠWho ever +ĠBuddh ism +Ġspr inkle +ceÄŁ iz +Ġru ins +Ġst arch +ĠHer z +Ġinjust ice +Ġhum idity +ожал Ñĥй +ĠOb ject +ĠI gn +ĠEx am +ig ers +Ġth ou +ĠSo y +iv as +Ġpol es +m ath +Ġв ним +ING ING +ed ral +Ġexpl or +Ġroast ed +Ġcraw l +Ġco ff +Ġan om +Ġw ij +Ġimpro ves +Ġtreat y +Ġdiscover ing +Ġstat ute +Ġmerc ado +ĠÑģ ил +Ġint el +ĠChance llor +ĠMed icaid +ug i +Ġver bal +Ġd ön +Ġscript ure +Ġit eration +ek s +ĠOx ford +Ġw äh +ĠV ad +ĠA K +ĠìķĦ ìĿ´ë +Ġi ets +Ġneed les +Ùĥ Ùħ +Ġpas ado +Ġalbum s +Ġye a +et zen +Ħë ıĦ +Ġdeterm ines +Ġthe e +ĠPlay ing +är t +Ġ× ¦ +c led +Ġdown ward +al one +Ġsol u +Ġpart ition +Ġw z +d d +Ġpesso al +å ª½ +Ġfact ories +Ġble ibt +ม า +als a +ĠNF L +Ġfu era +Ġres erved +ĠE arn +Ġhel t +Ġshort cut +Ġconvin cing +sp ace +Ġen force +Ġc ores +Ġe fter +Ġrecess ion +x ico +Ġprop osition +ar ians +rop ol +Ġëª °ë +ĠÎ ľ +ĠìļĶ ì¦ĺ +Ġactiv ist +Ġconv iction +Ġz ab +Ġcancel ed +ÑĤо Ñĩно +ĠÎ ® +éĢĻæ¨£ åŃIJ +n ite +Ġfund ra +buz zer +ел о +ic ations +Ġz ona +Ġte ens +Ġmethod ology +Ġì¤ij ìļĶ +th an +ĠU l +ĠG rey +Ġh og +IN K +ĠS ung +ĠC laud +ĠCN N +Ġdel ivers +al in +ĠAd obe +ot he +ĠDes wegen +ภ³ +Ġwer de +Ġgre ase +Ġup grades +ĠFin land +ac cept +Ġinter rog +be e +Ġãģ « +Ġpre de +ĠN ep +ĠCam bridge +Ġgraph s +Ġha unted +Ñģ ем +æ § +åħ ĭ +S ome +ĠM all +Ġrehears al +ĠUr ban +ĠL ag +Ġn im +ê° ķ +Ġposition ed +Ġavo ided +EM A +Ġlleg ar +Ġráp ido +Ġgou vern +Ġh ing +Ġdeal er +Ġreform s +Ġfat ty +к ол +ĠA ce +Ġne p +Ġì² Ń +Ġcomput ation +ĠSt ream +bour ne +t ur +P or +Ġsleep y +Ġbang et +ãģĤ ãģ® +Ġwe ighs +Ġble iben +ĠG ren +Ġun ions +Ġêµ IJ +Ġap render +uit ar +ĠJ est +um ing +ĠPlay er +ĠExt rem +Ġinteg er +аÑĩ е +Ġconcert s +×ķ× Ľ +Ġtro chÄĻ +ĠRe pe +éĩį è¦ģ +๠Ĥ +ż en +Ġsound ing +Ġan onymous +Ġex ca +ĠIran ian +Ġener getic +Ġw ives +ĠÑĨ веÑĤ +Ġa is +ãģĭ ãģª +Ġsud ah +Ġunder wear +Ġcrunch y +ĠP ain +Ġger çek +red ict +Ġm isma +Ñĸ ÑĤ +Ġsurv iving +ÎŃ ÏĤ +Ġparticip ant +ĠH essen +ári as +Ġsub way +ist ä +Ġcor al +Ġmar ijuana +ĠMem orial +ÑĪ Ð¸Ð¹ +ri z +Ġsatell ites +Ġle ase +ĠCam eron +um ph +Ġclass mates +äh än +ÑģÑĤв е +Ġh ue +ĵ¤ ìĿĦ +Ġproport ional +Ġn oss +Ġl aps +r Ã¥ +Ġbit coin +ÐĹЫ ÐļÐIJ +Ġì¶ © +ĠÙĦ ÙĦ +ĠM ort +ĠEs p +arn os +ĠÑģказ ал +Ġä nd +åħ Ħ +×Ļ ×Ļ×Ŀ +ĠGe b +ge hen +I naudible +bor ough +ÑĦ ÑĦ +Ġfellow ship +ĠP aper +Ġcur ved +ĠGE OR +Ġcalcul ator +ĠCat al +ĠvÃł o +Ġby pass +л еÑĤ +à ³ +tr ans +ren cies +ì ¡Į +ig ent +Ġtast ed +Ġo ceans +u ft +erv ice +ĠÐľÐ£ ÐĹЫÐļÐIJ +ĠClass ic +Ġrespect ively +~ ) +î tre +ĠN ash +Ġz it +ĠìĽ ĥ +ĠëĨ Ĵ +qu ote +ĠUn s +Ġt ac +Ġpro ves +ĠPort land +b ly +Ġ ere +ì¶ Ķ +Ġépo ca +ĠÑĤÑĭ ÑģÑıÑĩ +7 6 +Ġhad e +ĠF ro +ĠpolÃŃt ica +t ag +Ġíķ Ń +Ġsch ö +are tt +Ġprov isions +Ġmot ors +Ġimag ing +Ġdo k +ul ously +Ġme ille +çݰ åľ¨ +ë IJ +ĠIS O +ĠST EM +ĠBow l +Ġto wers +ĠE e +ĠPerform ance +Ġlo in +cuss ion +Ġcoast al +ial e +com pass +Ġspell s +Ġdisappoint ing +Ġë²Ī 째 +E ER +Ġvers atile +as ury +Ġen fin +Ġdown side +Ġgu iding +ĠاÙĦ ÙĤ +Ġnin ety +char ged +ĠF ans +Ġphilosoph ical +Ġg arn +ĠmÃ¥ nga +Ġwilling ness +Ġport ions +ab en +Ġ ï + ¿ +ra ul +Ġspr int +if en +ıy la +Ġк Ñĥп +ãģı ãģłãģķãģĦ +Ġens uite +ĠCap itol +Ġ6 3 +ĠговоÑĢ Ð¸ÑĤ +Ġappoint ments +æī ¾ +omi ast +Ġcare g +Ġpubl isher +Ġher aus +Ġε ί +ĠV S +ãģĿ ãģĹãģ¦ +ä¸Ń åħ± +Ġsacrific es +th ird +Ġhuman itarian +ĠëĤ ´ì +im on +Ġine qu +Ġz ob +Ġcomfort ably +ĠD inge +Ġcancell ed +ĠPS AKI +ĠRob inson +Ġfin s +) ? +ĠHist or +ĠÑĩеловек а +Ġt bsp +te xt +k im +Ġupd ating +Ġgel d +f eld +ı ¼ +Ġm ä +Ġcaf é +Ö Ģ +ĠS ri +ĠReg ion +ĠH ahaha +Ġfin ances +ĠاÙĦØ ´ +Ġb unk +ru k +ha ft +Ġlater al +Ġext ensions +ĠìķĦ ìĿ´ +Ġdefin ite +ĠZ hao +ĠLu is +st y +Ġcas os +ĠK lim +Ġ199 3 +Ġreal ization +Ġhistor ian +Ġcrack ed +ëĤ ´ +Ġsyst ème +ĠC IA +ĠÑĤ во +osp heric +Ġfle e +Ġr ất +ĠRegard less +Ġrel uct +Ġtim ely +ĠJul ian +G M +é Ĵ +ad ura +é£ Ł +Ġdress es +çģ £ +ĠëĶ Ķ +Ġnom inated +Ġadvoc ates +ym ph +Ġrecord ings +Ġdev iation +Ġpriorit ize +Ġspir al +ĠYOU R +Ġtransp ose +amp oo +ĠìĽIJë ŀĺ +ĠV ision +Ġpol ite +Ġha mb +ĠPat ient +æ¯Ķ è¼ĥ +íģ ¬ë +Ġs ia +Ġê³ ³ +Ġž e +è§ Ģ +Ġsuper market +ë ¹ +ĠS ierra +Ġgr illed +ĠUp on +Ġabs ent +Ġme c +ĠAp ollo +Ġp unk +ĠPa ÅĦst +ĠÑģв ой +Ġê±° 기 +G irl +Ġskin ny +ĠPrem ier +Ġterrit ories +Ġli ability +Ġj erk +r atic +Ġdan cers +ĠÑĥ ÑĢов +Ġê´ Ģë +on ly +ĠSt u +Ġske leton +ĠëŃ IJë +Ġзак он +ı kt +ĠMI KE +Ġl ö +m ie +Ġre iter +ãģĵãĤĮ ãģ¯ +ĠKoll eg +ĠAd ams +lich er +Ġçoc uk +Ñı г +Ġbl ush +Ġsun shine +Ġe z +ĠDev il +Ġê¸ ¸ +Ġãģ Ĭ +ad d +Ġlic ensed +Ġv inyl +ĠC zech +im ag +Ġcrack ing +Ġì º +Ġud ah +Ġs ommes +Ġìĸ¼ êµ +wa Äĩ +Ġf res +åij ½ +ĠWal mart +ĠТ епеÑĢÑĮ +at isf +C I +l ang +Ġdiff usion +çĶ · +Ġsom os +ĠM akes +æĪij æĥ³ +ĠRick y +Ġmuch a +íķ ¨ +Ġhorse power +as ia +Ġfib ers +Ġ erm +Ñģ кие +Ġjest e +Ġfire fight +Ġcu isine +Ġbesond ers +d ig +Ġì¢ ħ +ĠÑĥ ж +Ġtr acing +Ġcertain s +ĠApp ly +Ñĭв аÑĤÑĮ +ç Į +Ġbr u +ĠY ES +ĠB ai +ĠD it +ĠB is +Ġun le +ÑģÑĤа ÑĤоÑĩно +ĠAw ak +.. " +Ġ12 5 +Ġroot ed +Ġcaut ious +con st +Ġorchest ra +çľ ¼ +Ġвн ÑĥÑĤ +Ġquel qu +ĠоÑĤ веÑĤ +ĠMet hod +ì¹ ľ +Ġμ αÏĤ +l ü +ĠìķĦ ê¹Į +Ġn aming +C har +ĠS icher +Ġprivile ged +ĠF ly +Ġãģ ĭ +áºŃ t +Ġadv ances +ĠZel da +Ġand ra +Ġgr inding +ĠEd ition +p f +Ġwarri ors +Ġh edge +Ġuns eren +ĠÑģÑİ Ð´Ð° +el iness +Ġpersonal ities +Ġf ö +' M +ĠÑĤо Ñĩно +Ġsh ipped +Ġmete or +Ġsurround ings +ĠF ill +u esta +ĠPerson al +ĠAll e +OR T +ä¹ ħ +ĠS che +V I +Ġcompar able +dam n +Ġd itch +Y AN +ism us +Ġpick up +Ġd ak +ĠE P +b est +ĠS ue +äll t +Ġpop corn +Ġfold ing +h ome +ив аеÑĤ +å·² ç¶ĵ +Ġan not +ch uck +Ġfier ce +Ġdam aging +Ġfl op +Ġpas ar +Ġre ef +ĠÑģво ей +Ġz oo +o vers +j ets +Ġpr ès +ĠSil icon +te ok +ĠS eth +at amente +Ġtransm itted +Ġrepl icate +Ġsl im +ĠC ream +æĦŁ ãģĺ +Ġside walk +ìĪ ĺë +Ġжиз нÑĮ +ĠMon ica +ä¾Ĩ äºĨ +Ġcop ied +ĠTer ra +ist ent +ç³ » +Ġо но +Ġwh ale +ĠW ITH +л ÑĥÑĪ +å½± çīĩ +ĠE en +ĠÑģво и +Ġord in +Ġpl ural +Ġsp okes +Ġdisp ute +Ġsens ible +Ġpre aching +Ġktó rzy +pt ed +av ier +Ġpist ol +ĠTap i +Ġ ÅĤ +ff ff +Ġac rylic +Ġignor ance +ĠZ iel +r ans +Ġweld ing +m id +æĪij ä¸į +Ġзан им +Ġlan es +Ġmin es +Ġmom s +×ķ× Ĺ +ĠCham ber +t ier +Ġmod est +ĠìĹ¬ê¸° ìĦľ +Ġun as +Ġw rench +hand ed +Ġsatur ated +ĠF ang +ĠCommission er +ठ° +Ġ× ĸ +ĠLouis iana +ĠM ask +Ġcub es +ìĶ ¨ +Ġvidé os +ĠnÃ¥ gon +Ġr ider +Ġì¶ ľ +Ġs ón +ĠLat ino +b ank +íķ´ì £¼ +ĠB rend +Ġsexual ity +... , +Ġforget ting +Ġ ÛĮ +ĠAven gers +ĠBon jour +cess or +кÑĢа ÑĹ +c ence +Ġge ograph +cul o +о ÑģÑĤÑĮ +Ġswe ating +íĥ Ģ +Ġsymm etry +ts Ã¥ +Ġj an +ĠFer r +é¦ ĸ +Ġamb assador +ziÄĻ k +Ġmus un +ĠÑĥ ÑĤ +ĠL G +iss ent +comm un +Ġcour s +Ġdevelop s +Ġbron ze +Ġsubst ances +dri ven +주 ìĦ¸ìļĶ +Ġa os +åĦ Ħ +ĠPROF ESS +h alf +Ġsort ed +ĠB omb +л аг +ĠMalays ia +ĠChrist ina +Ġteam mate +èģ ŀ +F T +Ġk ı +heart ed ++ + +ogen ic +Ġbell s +ĠOu ais +Ġspecial ists +б Ñĭ +dep th +lass es +g ies +ĠCo ffee +Ġmark ing +Ġfo ll +ul i +Ġad hesive +ĠB ot +ĠP unkt +e ye +ĠB ub +el ong +åĪ ¶ +ĠпÑĢ Ð¸Ðº +Ġdon or +8 4 +Ġen for +Ġcatch es +Ġbr icks +Ġkn itting +ĠKnow ing +ok s +H Y +r ide +ĠFant asy +im an +Ġp se +Ġìĺ ¨ +Ġв д +Ġrest ra +Ġevalu ated +ÑĢ ÐµÐ² +Ġfortun ately +Ġche gar +ر ب +Ġdom ains +ib i +ar ry +Ġshut ter +Ġfic ou +M ike +Ġinc lu +Ġdon ors +Ġa pl +ĠL ower +Ġimport ed +Ġacad emy +Ġfin als +Ġdisappe ars +ÙĬ ا +Ġadministr ator +j s +Ġcut ter +Ġr anging +ör per +Ġconstra int +ĠT able +ĠSh an +v ic +ĠF ix +ĠSw ift +oun ces +ĠWar um +Ġlett uce +app elle +Ġsh ave +Ġb ás +Ġ7 7 +ĠO oo +a o +ĠMc M +ĠD rew +Ġl ump +Ġl ashes +schein lich +R ep +in is +ĠC ette +Ġcompos ite +emet ery +Ġsort e +ĠFin ancial +он е +ron es +ĠV oy +Ġt éc +ł ¹ +ĠNin ja +ĠCor in +ен нÑı +ìĿ´ìĹ Ī +Ġn ich +Ġdetect ive +â̦ " +Ïĥ ε +Ŀ¼ë ıĦ +Ġë³ Ģ +Ġë¸ Ķë +Ġpro pe +ĠW right +Ġ×Ķ× ª +ĠSh i +Ġãģ Ł +Ġinvestig ations +éĤĦ æĺ¯ +ĠPower Point +ĠCh u +Ġìĺ ¤í +ĠìĻĦ ìłĦ +ĠFra gen +un ning +Ġpour rait +Ġtext book +м Ñĭ +Ġf ahren +Ġ ÑĤоÑĢ +Ġl akes +ünd e +I nt +ĠMet ro +Ġmans ion +Ġа б +ĠZh ou +Ġcorrid or +Ġesc ol +Ġindic ating +ia ÅĤa +Ġm ommy +Ġarch ives +Ġfound ers +eng ine +ĠDie u +Ġsick ness +Ġë³´ ëĭĪê¹Į +Ġar b +Ġn ed +ĠCh op +Ġco vid +Ġsl am +Ġpublic ations +D C +Ġsp ends +æ ¾ +Ġrefuge e +Ġd ile +Ġ×IJ× ĸ +ific ar +ĠS ach +G u +Ġre load +?? ?? +Ġje ÅĽli +ĠÑģ оÑģÑĤо +Ġsim plicity +Ġbull ying +Ġм ол +Ġreal idad +Ġuncle ar +app a +le vant +ĠIS IS +ĠW atson +Ġde in +ĠMic ro +íķ ľë +ü g +Ġdev am +Ġtwe eted +å° İ +Ġunderstand able +at an +Ġvers a +Ġpre ca +Ġv á»ģ +ĠCop y +ĠOr acle +Ġmindful ness +Ġdisc ret +ern en +ĠP le +H ave +Ġisol ate +Ġde u +Ġsevent y +ĠH ills +Ġarc ade +ĠÑģп еÑĨи +Ġsigu iente +ĠB ÃľNDNIS +lig a +ĠвÑģÑĤÑĢ ÐµÑĩ +ô m +Ġtwe ets +Ġsch auen +Ġcrit ique +ĠðŁİ µ +Ġst att +ĠÑģам ое +ân cia +Ġsuper natural +Ġplug ged +F l +yn ı +ĠTamb ién +Ġencourage ment +ĠSer ver +ëĤ ľ +up a +Ġast on +Ġhe ars +ÑĢа Ñħ +Ġsch e +Ġr ats +Ġrec uper +Ġun ten +ĠFight ing +Ġacadem ics +ç¤ º +ĠS ü +Ñģ киÑħ +Ġpa ired +Ģ ìĿĦ +Ġá rea +Ġsweet ness +åı Ĭ +Ġde fer +Ġmuit as +ĠAud io +Ġlock er +ÙĬ د +ĠÑģÑĤ ав +Ġbu ena +AN S +Ġdetect or +av o +be k +Ġα ν +íİ ¸ +Ġdra gged +Ġдолж ен +à ĸ +ر Ø© +ìĿ´ì §Ģ +Ġcell e +ck ing +ĠاÙĦØ ¬ +ĠCan vas +Ġespa ñ +Ġgl imp +Ġspread s +ong o +ĠM ason +ĠIn g +Ġê°Ģ ëĬ¥ +ÏĦ ικ +Ġsec ular +Ġb ater +Ġinqu iry +Ġenerg ies +Ġmanufact ured +Ġveget arian +Ġpine apple +ÑıÑĤ а +Ġpractition ers +2 000 +Ġíķ´ì ļĶ +ĠìĹ¬ëŁ¬ë ¶Ħëĵ¤ +Ġë¶ Īë +ĠJeff erson +ĠJo an +Ġtr am +å® ¹ +ch mal +ĠH ait +á¹ ĩ +Ġun real +Ġsymbol ic +Ġste alth +Ġspl ash +ĠEntertain ment +Ġmetall ic +?" . +è¶ Ĭ +ar ound +Ġdesp air +ĠNev ada +ĠFin ance +Ġk rie +ĠL ux +ĠSm ash +ke eping +Ġз аг +Ġnarc iss +Ġdz isiaj +Ġtoler ate +o ard +Ġlink ing +ĠEconom ic +Ġì ¼ +Ġmor ph +ĠN ak +ĠB aker +at on +r ings +ĠP eng +ĠAir port +ãģĭ ãģ£ãģŁ +íķĺ ëĭ¤ +§ ģ +pr ints +Ġhad i +Ġemp ir +ĠL ives +ann ers +Ġн им +ĠPROFESS OR +Ġpositive ly +ant om +Ġbad ge +ke lt +Ġinter fer +Ġfulf illing +Ġvisual ization +éĹľ ä¿Ĥ +ĠPr ice +� � +Ġscen ery +Ġpr one +Ġw izard +Ġb anyak +ver b +s ky +Ġwish ed +Ġrail way +Ġü zer +Ġalgu ien +ĠA W +Ġкол иÑĩе +Ġreact ing +ĠB uch +ภ¶ +Ġan th +Ġsi h +Ġh ust +ĠSc reen +il ant +ah o +Ġfragr ance +Ġelev ation +ĠMed iter +Ġë ¿ +Ġé qu +Ġwra ps +Ġin ert +Ġrecre ate +л аÑĤ +Ġbo leh +Ġharass ment +unk y +Ġglimp se +reg ierung +Ġfut ur +Ġreposit ory +Ġeng ra +Ġtraff icking +ass is +ĠTre k +Ġë² Į +Ġë§ Īë +ĠK ab +ani u +g ive +Ġdin osaurs +Ġfe ather +Ġatt itudes +Ġpl um +ĠR S +ĠAn fang +ill ery +ĠìĬ ¤ +M Y +Ġtrze ba +Ġsk ies +ĠA j +ur able +C U +ĠSh ane +Ġdepart ure +ĠT ON +iet en +r ats +æ° Ĺ +is u +Ġb ord +Ġinteresting ly +çĻ » +oug hing +Ġr ushing +Ġvol atility +Ġp yt +Ġform ats +Ġз аÑĤ +Ġê¼ Ń +Ġwhat not +Ġcomp ort +s w +ore an +ĠRel ax +Ġcl an +ĠA H +Ġpe w +Ġdiction ary +T ake +sh irts +ĠH ugh +ĠعÙĦ ÙĬ +ĠP ic +Ġenroll ed +Ġjed nak +Ġoffer ings +Ġcor az +L ife +Ġ !!! +Ġcl er +ĠVide os +ĠRod rig +ĠId ent +ĠP os +ĠSt age +ĠR ace +Ġen act +ãģĦ ãģ¾ãģĹãģŁ +ĠG y +ĠHis pan +Ġdef ence +ĠCamp bell +m atic +Ġrele v +Ġpe ach +Ħ¸ ìļĶ +Ġparad ise +Ġcere mon +Ġannoy ed +æĮ ĩ +la x +Ġexplo it +Ġcla use +ek er +ĠBlo om +n ant +ate urs +Ġhe ights +E ven +Ñģ он +Ġoutra ge +ĠVietnam ese +ãģ¯ ãģ¯ +T R +Ġe er +Ġcann on +ĠCom b +IJë §Į +è» Ĭ +Ġê²ĥ ëıĦ +Ġaccomplish ments +ĠAnalyt ics +Ġshap ing +re iben +Ġb achelor +Ġfing ert +ack ed +Ġpyram id +ĠStew art +á st +Ġsurviv or +Ġdu ct +Ġdeal ers +æ´ » +ع Ùħ +ли н +Ġed e +×ķ× ¢ +ĠÙĥ اÙĨ +ĠÏĦ ι +Ġcho oses +ĠO wn +го ÑĤов +h ire +алÑĮ нÑĭе +ĠÐĽ Ñİ +Ġо ÑģÑĤав +te ch +Ġdro it +Ġsubject ive +en es +Ġdiv is +ave z +Ġmaneu ver +à¹Ħ à¸Ķ +ade ce +ĠEn s +ac ial +ĠProt ection +ĸ ´ +Ġform ally +Ġwy d +ingu ém +Ġz iem +Ġrecru iting +×Ļ× ļ +n em +Ġforb idden +ĠB apt +×IJ× ł×Ļ +Ġsubs et +ĠMag az +n ement +Ġaqu ela +rag on +Ġcomm ittees +Ġéta ient +ud i +ĠDa wn +Ġb ore +Ġcompos er +ĠwiÄĻ cej +ang a +Ġdis like +ĠD ays +åŁ º +Ġpar al +Ġm ientras +Ġheaven s +ãģ Ĵ +he id +Ġtrad ers +on ce +Ġmasc ara +ĠÏĢ Ïģο +Ġwhis per +ĠMus k +éĽ Ĩ +ĠFamil ie +All ah +ĠOl ivia +ĠPr os +Ġol ika +il im +Ġrép ond +ĠP eters +Ġ å¾Ī +Ġbit es +Ġv ic +ĠN Y +em ption +Ġ4 50 +Ġvisual s +Ġlie u +ück en +ĠSte el +ĠG P +w ait +Ġnotice able +uch a +Ġreh abil +Ġreject ion +ĠÑģлед ÑĥÑİÑī +Ġsl ider +Ġregard ed +Ġgrav it +ĠRes erve +c ount +Ġbre eding +Ġlon ge +ale b +Ġkn ight +Ġв ой +Ġprés ent +Ĥĺ ìļĶ +ĠSpec ifically +Ġpos es +Ġve ure +ok ay +em as +Ġ ãģ§ãģĻ +Ġma jÄħ +Ġweb inars +Ġcann abis +Ġdam als +ĠNorth west +Ġp ada +Ġcrowd s +Ġfut ures +Ġä n +Ġciv ilians +ĠS achen +æ į +Ġtr aces +Ġ먹 ê³ł +Q U +é¡ĺ ãģĦ +ĠI F +an ın +ìĤ ´ +Ġb iblical +ĠV ed +Ġst oring +ÑĢав лÑı +æĩī 該 +Ġn ast +Ġd ö +ÑĢ Ð¾Ð¿ +el ia +Ġside ways +ĠUnder stand +ĠQ ur +Ġper pend +ĠMill ionen +Ġwater melon +ĠDiv ine +ult ur +ab ord +Ġsuccess es +Ġhom bre +Ġcar p +Ġsus cept +ung kin +Ġk ij +ul us +Ø§Ø ¬ +Ġnot ch +Ġpolynom ial +å¹ ² +å © +Ġún ico +Ġteles cope +Ġpolit ique +k iem +ĠÎŃ Î½Î± +Ġaggreg ate +ĠGe off +Ġtr il +ĠG RA +Ġsubscri ber +im et +Ġдол лаÑĢ +op ing +Ġth erapeut +ĠCan cer +Ġpar ade +Ġir rig +âĻª âĻª +Ġclear er +Ġb og +ĠM aur +า à¸ĩ +ĠShang hai +acht e +ĠK ol +el ujah +Ġha v +ĠCr ime +se k +Ġë ¡ľ +ien na +ĠG or +è Ľ +ĠпоÑĤ ÑĢ +Ġкаж еÑĤÑģÑı +ĠL ift +ĠS ort +ĠP sal +Ġp ing +ĵ Ŀ +ph is +ĠF UCK +ĠS yn +Ġbam boo +¬ ìĺģ +c uts +Ġm mm +Ġfunktion iert +Ġ _ +ÃŃ cio +St op +Ġimag inary +Ġnot amment +ĠIniti ative +ãĥ ¥ +ĠK urt +Ġlo osen +Ġbus car +çģ « +Ġz elf +Ġpro ps +åĽ ī +Ġmoet en +Ġmill i +Ġhall s +ĠM atch +Ġbrack ets +ĠC ou +æ¦ Ĥ +ĠÐľ аÑĢ +IS A +Ġcig arette +Ġcompet itions +ĠM IN +Ġbeh ö +vo or +Ġ ust +ĠZ i +ĠO cc +ul ates +Ġball oons +Ġpr onto +ĠM iy +ĠF ile +Ġкл аÑģÑģ +нÑĥ л +Ġcere al +Ġincre ment +Ġref ined +åı¦ å¤ĸ +pr ising +ĠR F +Ġrespect ful +Ġlo ot +ask et +Ġdeix a +ing le +Ġfuncion a +ĠRe vel +Ġso ber +Ġperform s +ĠG entle +ãĤ ¨ +Ġrecip ient +ĠHa use +Ġë ĥ +F rom +Ġmin isters +Ġpar adox +å°±æĺ¯ 說 +Ġtast ing +Ġ×Ķ× Ĺ +Ġre use +ĠL ane +ĠÑģов еÑĢÑĪ +Ġremem bers +Ġfemin ist +Ġcommit ments +Ġproject ed +Ġg az +iyor uz +Ġoblig ations +R o +z ar +Ġch w +ĠJ AM +ĠbÄĻd Äħ +asp berry +Ġм еÑģÑĤо +ë² ķ +Ġreg ulated +Ġw icht +ĠTre vor +Ġsecond ly +ĠIh re +els h +Ġrep orters +ÑĤоÑĢ Ð° +oy o +G I +Ġinter connect +é IJĺ +OS H +æŃ ² +Ġbr ass +Ġign oring +ä»Ĭ æĹ¥ +in fect +Ġpro jekt +ore t +ÏĦα ν +ĠÑĤ ип +Ġmut ta +Ġunbox ing +Ħ ° +å¡ Ĭ +Ġadv ised +ĠDen ver +Ġsevere ly +ĠM hm +Ġfl ipped +Ġp ien +Ġkomm un +ĠF RE +Ġà®ĩ à®° +aint ed +Ġkn ives +Ġhab l +Ġgew orden +arett es +C S +Ġмал енÑĮ +Ġgal ax +Ġnin ete +ê±°ë Ĥĺ +Ġs is +Ġadvis ory +Ġdr illing +ĠWould n +ün f +gest ellt +ĠHel en +Ġ×ŀ× IJ +ap olis +Ġrze czy +Ġter ra +Ġhe p +Ġalg ún +ik k +Ġastron om +ĠStar bucks +k Äħ +Ġpat rol +Ġì½ Ķ +Ġg on +Ġ ãĢIJ +Ġson st +Ġencoun ters +Ġret rou +Ġshark s +Ġd or +ĠR ever +Ġev apor +Ġreserv oir +Ġalleg ed +ul er +Ġver m +Ġcommer ce +Ġf itted +ge m +Ġtact ical +Ġl ith +éīĦ å¡Ķ +h ad +è® Ĭ +Ġcarboh yd +Ġlength s +ι ο +Ġdem ographic +R ob +ĠS kin +cc oli +Ġsimpl ified +Ġread ily +ĠC um +ades h +ĠD Ã¥ +us st +ig ne +et on +Ġmen or +q i +OO M +à¸Ń à¸Ļ +Ġpsych iat +Ġeight y +Ġм илли +ĠT ob +ed o +ç¶ ² +ĠÄij ến +Ġcirc uits +ĠLAU GH +ic ism +em or +Ġreg ener +eg ree +Ġbure auc +ĠAl ber +ä¹ĭ å¾Į +ĠW or +å¤ « +Ġres in +Ġby ÅĤy +ĠI G +à¯į , +Ġ7 8 +Ġwe eds +ĠMy th +9 3 +æ ¿ +ĠëĤĺ ìĻĶ +é v +á ½ +ö ren +ç ar +ĠP AUL +Ġdisad vant +Ġposition ing +Ġcock tail +Ġagre es +n n +ĠS ally +M s +Ġinher ent +Ġmonet ary +Ġnat ur +ĠN h +ĠImp ort +Ġle ben +Ġw i +uss y +Ġob es +Ġwand ering +Ġìĭ łë +Äħ da +etch up +Ġdispos al +ĠJ A +ĠC er +z illa +Ġvir gin +ĠSl ide +and el +Ġrighteous ness +ĠÎ £ +Ġide ia +ä½ł 好 +иÑĢов аÑĤÑĮ +ר ×IJ +Com ment +Ġpre lim +ĠV ale +Ġì§Ģë Ĥľ +ĠV anc +OM AN +Ġп Ñĸд +Ġy um +st re +ce m +Ġpo cz +Ġfrag ment +ĠÑģлÑĥÑĩа е +Ġunder go +ĠH ank +ce ks +ĠF PS +Ġoc ur +Ġdeter ior +æ³ ¨ +Ġempres as +Pa ul +Ġ) )) +ĠвÑĢем ени +Ġsc old +×Ļ× ¢ +Ġsuspect ed +Ġaccess ing +Ġsubst it +Ġhistor ians +ä» » +Ġдел о +Ġsoci ed +r one +Ġre den +Ġext ends +epher d +Ġbal con +ä¸į èµ· +ĠSol o +Ġpolit ician +олÑĮ но +Ġirgend w +Ġtraum atic +Ġrapp er +ĠRO BERT +Re ally +æģ ¯ +Ġline up +AS E +Ġcontract or +ĠCorpor ation +g or +ĠTod o +ÑģÑĤÑĢ Ð¾Ð¹ +F BE +Ġnews letter +Ġko ÅĦ +alt ies +ĠпÑĢ Ð¸Ñĩ +ĠHe avy +Ġsw ords +Ġmanip ulation +Ġfun k +Ġv Ã¥r +ĠTal iban +Ġë° ¥ +Ġac ne +ür ü +Ġdes wegen +ĠD ust +Ġsil ic +Ġhook s +Ġbl ij +Ġpet its +Ġfil me +ĠBere ich +ĠSa id +Ġimp osed +Ġdi ary +Ġго ÑĢ +ĠG ates +Ġal ta +å¸ Į +Ġch cia +ple asant +Ġë° Ŀ +Ġmoż emy +ĠAust ria +Ġbro ker +Ġsuck ed +èĢ ĥ +Ġcomp artment +Ġcl one +Ġ×Ķ× ¢ +ĠDan ke +Ġnoch mal +ез д +Ġad renal +Ġkle inen +ãģ¾ ãģĹãĤĩãģĨ +Ġsubsequ ently +Ġdecent ral +Ġgen etics +Ġê´ ij +Ġmon itors +ĠApp lic +ĠRep orter +w ert +Ġwie m +ĠMove ment +Ġinterview ing +Ġhair s +Ġpu ò +ĠChel sea +Ġco her +Ġc ot +Ġz as +Ġpatch es +Ġl ah +Ñĥн к +ĠRe agan +ĠMar co +c ity +Ġdef ender +Ġdecor ation +ij i +Ġl itter +Ð ¨ +Ġj ego +RE W +ĠP ik +ĠHe e +ĠI v +Ġи де +ĠThe ater +ĠÑĩаÑģ ÑĤо +Ġswe ater +Ġhighlight ing +Ġa insi +Ġdipl omatic +ĠNever theless +å ³ +AS ON +Ġpúblic o +Ġf erm +reat ed +c od +Ġë¬ ¼ë +Ġm ister +ĠVanc ouver +Ġrecogn izes +ec d +Ġcomplic ations +en cial +ãģĹ ãģı +Ġê°Ģ ì§Ģ +ĠUlt imate +Ġva ig +ĠM erry +×ķ× Ĵ +ĠMar cus +ç¸ ½ +ow ego +Ġm ente +S m +Ġa ja +ĠTa o +Ġjud icial +Ġentrepreneurs hip +Ġнем ного +Ġp is +Ġer g +Ġch rist +ĠC urt +ĠÑĢаÑģ п +λ ε +ens ch +ÃŃ re +Ġfo cal +ĠDiam ond +av ÃŃa +Ġh anno +ĠSqu ad +Ġassoci ations +ĠCreat ive +Ġmess enger +Ġbe gging +Ġdec imal +Ġd Ä±ÅŁ +Ġmet adata +sel s +Ġİ ÅŁ +ữ a +Ġdiffic ile +d ı +Ġs laughter +ĠVer g +Ġ×Ĵ ×Ŀ +ç° ¡ +æĮ ī +ĠTe a +ass es +O k +Ġsynth es +ot iation +Ġpain ter +Ġel bows +Ġarchitect ural +ĠÑĢ Ð°Ð´ +Ġgl or +im age +amp a +cul iar +ł ¨ +Ġte ve +ĠSt elle +ĠB am +Ġì´ Ī +as is +ip edia +ĠG I +ĠAct ive +çĦ¶ åIJİ +az i +ãĤĮ ãģ¦ +ĠL ucky +íķ © +ĠпÑĢ Ð¸Ñħод +Ġrun way +Ġauthent ication +Ġpos ible +Ġsupp lements +Ġsurg ical +G en +Ġfeas ible +D O +Ġout look +Ġinter vals +Ġan ecd +Ãł ng +Ġstra ps +ĠSh u +ud d +iss enschaft +Ġport e +Ġcomm itting +Ġall ey +Ġco venant +ĠPed ro +less ness +ĠSol id +ĠM olly +Ġн екоÑĤоÑĢ +Ġcooper ate +åĮ Ĺ +oll en +Ġtun a +Ġkinderg arten +ĠS iz +Ġduż o +ĠM BA +ĠGEOR GE +ĠF isher +å¿ ĺ +ĠCa esar +ĠкÑĢаÑģ ив +ĠDel hi +zy m +Ġexpl icar +ê°Ģ ì§Ģ +un s +gr ow +ĠпÑĢ Ð¸Ñģ +Ġ8 6 +Ġst ating +Ġmass a +ch ter +Ġì»¬ë Ł¬ +Ġdep uty +S M +n oc +Ġge ography +ĠEnter prise +ĠC ant +ö z +Ġun pack +ĠíĻ Ķë +Ġsearch es +Ġpres idency +Ġtri vial +Ġp ige +ou bt +ãĤ ļ +ì¼ ĢìĿ´ +Ġbudget s +Ġu b +Ġp ne +ĠY ale +ĠÅŁ öyle +reg ular +Ġimper fect +AR A +Ġfam ÃŃlia +ur m +ĠAdvent ure +ãĥ Ĭ +c is +em ark +Ġne go +Ġinappropri ate +ĠпÑĢи з +ĠÑĢ Ð¾Ð» +Ġdream ed +B ry +Ġshut tle +Ġpill ars +Ġb ik +in um +ĠÑĥ Ñģ +ĠNe br +Ġperpend icular +Ġbook ed +ber y +Ġv ikt +be ar +es us +Ġвозм ожно +¨ ¹ +Ġpresum ably +ĠMem phis +Ġambul ance +×ķ× ŀר +Ġthumbna il +Ġmod ification +éĩ ı +Ġinterpret ed +Ġprom o +Ġκ ά +Ġε ÏĢ +Ġacoust ic +ĠD B +åĵ İ +Ġnon etheless +ou le +Ġpe qu +Ġkn ob +ãĤ £ +ĠëıĮ ìķĦ +Ġpurch ases +ĠÃĩ ünkü +Ġdivid ing +per form +ract ion +health y +ĠTit le +Ġu k +Ġcer ca +Ġargu ably +Ġf ale +ë³ µ +Ġgam ers +Ġutil izing +Ġoff ended +Ġt ava +al ı +Ġmed ian +Ġinfect ious +ĠAn nie +Ġsmart phones +Ġpar ole +åĸ Ŀ +ĠEp ic +z za +Ġun ified +Ġê·¸ë ķĮ +Ġcur tain +ĠÄ ĥ +Ġsex ually +Ġuns erem +ĠCon vention +Ġalleg edly +Y a +ĠH oo +en ment +æĢ ª +íĽ Ħ +Ġgig antic +Ġnot ing +Ġre bo +ĠJ ama +ĠAl z +Ġborrow ed +ì¹ ¨ +Ġper ipher +оÑĤ а +ĠG B +ĠGe ar +Ġeconom ically +Ġtele fon +Ġqu eremos +ĠдалÑĮ ÑĪе +Ġr as +ĠTe ach +ic ios +at os +Ġpl edge +b au +ĠHim self +L ink +Ġesper o +Ġchrom os +ĠP ER +Ġer le +Ġpod ium +ç os +Ġnie u +Ġf en +ĠGO D +ĠCh ocolate +wer k +Ġt ừ +Ġsupp ress +λ η +Ġ24 0 +Ġsit ä +Ġhonest y +ĠB io +ĠB ard +ĠобÑī ем +Ġм Ñĥз +Ġmar ble +ĠÑĨ енÑĤ +Ġproc ure +Ġrot or +ber n +Ġtu h +Ġhead set +at em +Ġwarrant y +à® ´ +Ġfil ing +ι ά +Ġcomp rendre +Ġimp ulse +Ġsal v +wr itten +Ġinstit ute +K im +ĠLGBT Q +fic iente +H is +ĠαÏħÏĦ ÏĮ +Ġteen age +or us +ĠÑĢаз б +S ee +ĠCons erv +á»ģ n +ful ness +Ġstraw berries +ĠAb u +и он +Ġo lla +NO ISE +ĠEm ploy +Ġwip ed +ur ger +Ġmod ifications +Ġíķĺ ì§Ģ +Ġfoot steps +Ġhon ors +Ġad ul +Ġfl ipping +ĠH U +Z Y +Ġintegr ating +ب ر +ull a +Ġnatuur lijk +ĠíĹ Ī +ĠEth ereum +ÙĬ ÙĦ +w ed +Ġpe aks +ĠK es +Ġblo om +Ġcr ashing +Ġ9 11 +ĠоÑĤ лиÑĩ +Ġcontro llers +ĠD od +Ġвм еÑģÑĤе +Ġsort ir +å¥ ĩ +ĠStra ight +ĠGrac ias +Ġgro ove +Ġto gg +Ġìĭ¶ ìĿĢ +é ro +Ġout ward +ĠW A +ĠRock y +Ġsc am +Ġhay at +ig nty +â Ħ +pl ings +Ġantibiot ics +Ġ ä¸Ģ +Ġnever theless +j ang +com merce +Ġspo iler +Ġglo ve +Ġch atter +ĠB Y +~ ? +Ġíĺ ¸ +Ġdem ol +we chsel +im ir +Ġra id +еÑĢ Ñħ +ìŀIJ 기 +en f +Ġcomment ed +Ġoptim ized +Ġconv icted +Ġb ats +ĠS B +ĠA ur +ĠT ong +Ġimplic it +ĠJan et +Ġre ag +ãģ ² +ĠAdv anced +Ġimp ose +ש ×Ķ +Ġschem es +oug her +ab olic +Ġê±° ì£ł +Ġslow ing +Ġwt edy +Ġdest ructive +Ġоп ÑĢед +Ġland mark +Ġëı Ī +ĠWalk ing +Ạ¹ +Ġt ijd +ĠK N +ĠQu ant +ìĺ ¤ë +Ġк ÑĢÑĥ +Ġper der +Ġno ve +änd e +Ġãģ Ĺ +b ia +Ġcust ody +Ġb iod +æĿ± 西 +Ġdirect ing +... âĢĭ +Ġre loc +Ġdemand e +ãĤĵ ãģł +Ġo ÄŁlum +Ġод на +ĠMil k +åı · +ĠK ra +ĠH onda +Ġp ue +Ġele kt +Ġbegin ners +Ġspe ar +ÃŃ nh +ĠLu ft +Ġn ig +ĠSchool s +Ġfor ums +ĠQ in +pp o +Ġz ag +ĠÐ ® +Ġtooth p +ĠSt yle +ì´ Ī +Ġpun ct +Ġrep s +ĠA ly +Ġamend ments +Ġö z +Ġdig its +ur ai +Ġcha otic +ĠMas ters +e on +ĠC ash +ĠC uz +Ġbede utet +Ġscan ning +Ġж д +н еÑĤ +Ġcertain ty +j ek +Ġdi jo +ĠCl imate +Ġr inse +Ġk rij +vel and +Ġsound track +ĠSa fe +ĠNo va +9 4 +Ġa the +ĠVer b +ol er +ìĿ´ì £ł +Ġv in +Ġrespir atory +ĠStud y +ĠC AM +Ġav ocado +ĠZ hen +Ġlat ency +Ġfe athers +Ġcont ar +Ġв еÑī +Ġf ark +Ġbl ended +Ġexpl oded +ĠX X +ĠBen im +Ġalgu ém +isto ire +Ġconfident ial +Ġm ast +Ġì ¿ +ge h +Ġdis respect +ĠSystem s +ư a +E d +Ġw ys +Ġex otic +Ġgl owing +ù ng +oun ge +è Ħ +ани з +Ġpal av +ĠSw ord +Ġg im +ĠC row +Ġpot ent +b ish +Ġab used +ĠJ ed +Ġg ambling +ĠS pect +Ġinvestig ators +æĻ ļ +Ġr att +Ġdo b +ĠD ES +h og +ĠоÑĤк ÑĢÑĭ +íĮ ħ +ĠденÑĮ ги +Ġíĺ ¹ +Ġë¨ ¸ë¦¬ +Ġsat uration +Ġinher ited +ĠInnov ation +ìĹ Īëįĺ +Ġtang ible +Ġdep ri +h ed +Ġпом ог +Ġslic ed +ॠį +Ġth ế +Å ¥ +6 8 +Ġcor ona +Ġgift ed +Ġso ir +Ġhum ility +ĠìĿ´ 걸 +Ġflaw s +ĠпÑĢ Ð°ÐºÑĤи +Ġk ald +wa ż +y w +ãĤĵ ãģ§ãģĻ +ir teen +Ġcroch ets +¦¬ ê°Ģ +ĠìłĦ ìĹIJ +Ġdes e +æ¥ Ń +Ġм аг +Ġdz iaÅĤ +Ġl ég +ch anging +Ġlle v +ÅĦ sk +çĶ » +Ġ198 4 +orn s +ĠW elsh +Ġpharm aceutical +Ġpump ing +ĠSh aw +p unk +Ġva ult +Ġkin etic +Ġhur ricane +ĠInc luding +ứ c +ĠGrand pa +ans hip +é¦Ļ 港 +ĠвÑĭ Ñħод +н ож +ľ ł +ut ta +Ġê²ģ ëĭĪëĭ¤ +Ġb az +Ġпо ÑĪ +Ġpe culiar +zy Äĩ +ĠEll ie +Ġlearn s +ĠKr ishna +Ġconse cut +Ġemp ath +ĠD in +Ġtrad ed +ĠBor is +ugg age +oll a +Ġназ в +Ġetern ity +Ġв п +è mes +Ġgra pp +b é +ĠпÑĢед ÑģÑĤав +ĠF C +į ëĭĪëĭ¤ +e ven +ĠNebr aska +ortun e +Ġk arena +ĠAg ent +Ġst ing +ĠP I +Ġmunicip al +power ed +Ġconse gue +ĠMan chester +Ġrain y +Ġbl i +Ġk ost +Ġhal ten +ĠAh hh +ins ula +er ting +ĠاÙĦ Ùģ +Ġrel acion +Ġk omen +Ġd ome +Ġpri ests +ĠInt rodu +rop he +sh ore +vel t +clip se +ĠÑĢ ÑĥÑģ +×Ļ× ¡ +Ġsab emos +ĠHoll and +og i +ank i +ĠM ats +Ġsm oked +ull ie +Ġeuro pe +ĠдейÑģÑĤв иÑĤелÑĮно +Ġbard ziej +Ġtransform ing +ĠE z +op ath +Ġìĸ¸ ëĭĪ +ĠÑģÑĤ ан +ằ ng +ั à¹ī +ĠO uch +Ġclear ance +ust ain +Ġsolid arity +Ġpro ving +ĠÐĺ н +ĠÑģ ÑĬ +Ġpro long +ад но +Ġs os +ĠDe al +Ġ17 0 +m ons +Ġз ем +Ġlo gged +Ġlif elong +Ġsens ory +Ġbe hold +ĠF AR +èt ement +ĠFed eration +Ġdod ge +ĠSh ir +Ġdrag ons +ĠAr ctic +Äħ ż +Å į + º +Ġden ke +Ġpodr ÃŃa +co le +ÑĥлÑĮÑĤ аÑĤ +Ġsystem atic +ам а +ch os +Ġclin ics +ĠB S +Ġtal es +us ions +Ġí ά +Ġpres ervation +Ġl ore +ĠProt est +á» Ľ +å¸ Ĥ +Ġacknowled ged +ĠIs aiah +ĠëķĮ ëĬĶ +Ġ× ĺ +Ġcompet itor +Ġadv ancing +z ip +Ġtent h +ĠLa ure +Ġh ints +Ġexerc ising +ŀ ľë +ĠIntell igence +u ated +OU T +op ed +Ġaut onomy +Ġbrand ing +ĠMediter ranean +Ñĸ к +Ġscrew driver +Ġsu pre +Ġst ap +Ġjurisd iction +ĠSetting s +Ġfore front +ĠF emale +com fort +Ġmultiplic ation +ĠMur ray +Ġbo b +ĠT as +Ġt ahu +Ġon un +et ter +Ġproph ets +l ag +Ġreven ues +Ġpr á +Ġupload ing +Ġmach inery +asc al +ĠEst á +ĠG oth +ĠB ald +ĠS aw +Ġstri pes +ìł ij +Ġpow in +æĹ¥ æľ¬ +Ġhost ile +Ġdar um +Ġprevent ed +ожалÑĥй ÑģÑĤа +Ġalgun as +Ġhop eless +Ġz naj +Ġread ings +Ġcra ving +t at +ĠP ig +Ġli ar +çĪ ± +Ġmulti player +Ġd ale +ĠCour se +íģ ¼ +ĠK ita +Ġcustom s +Ġrespond s +end ra +è¦ ĸ +Ġmet ro +Ñģ ол +Ġmitig ate +Ġopp ression +Ġ æĪijåĢij +qu inho +Ġam mo +Ġen fer +Ġp ony +Ġ ounces +° Ķ +ĠìĪĺ ê°Ģ +Ġdich o +ĠDe b +Ġwond ers +ĠRo ose +Ġpri zes +ĠA LEX +Ġthank fully +Ġtiss ues +ĠÑĢав но +ĠL una +intell igible +ĠìĻ ¸ +ê° ij +ĠHe at +ĠÑģ ид +ĠQu i +Ġ ions +Ġaccommod ation +ä¾ ¿ +ĠK art +ien st +Ġt arde +Ġso aked +ĠCase y +Ġì´ Ŀ +ĠÑĢ Ñĥб +Ġdifferent i +Ġleft over +Ġexch anges +sec ond +Ġfirst ly +Ġbuild er +ri en +Ġd w +Ġboun cing +? < +olog ÃŃa +we alth +Ġmed itate +ĵ¤ ìĿĺ +ĠC raft +è§ī å¾Ĺ +æĻ ® +ri v +ĠAgain st +Ġcer amic +esp ère +Ġcompet ent +ĠHop kins +Ġkil os +Ġgra vel +Ġpist on +Ġfriends hips +Ġesc re +Ġvo z +ĠGes ellschaft +Ġunter stüt +Ġmu j +Ġwarning s +p os +ĠProfess ional +w szy +od le +b ands +Ġteam work +stell ung +Ġd x +åį Ĭ +Ġatt orneys +Ġweit ere +ãħĭãħĭ ãħĭ +ĠOrig inal +×Ļ× Ĺ +Ġbroadcast ing +ĠпеÑĢв Ñĭй +uch i +Ġhe ure +Ġgra bs +ĠW OR +ĠPla id +M in +Ġp az +ĠP uis +um u +it ates +Ġco ats +Ġbu en +Ġhe ir +Ġpne um +ש ר +ens er +ĠJUD GE +Ġbl onde +á¹ Ľ +Ġg ak +Ġs ık +Ġquot ed +Ġequip o +Ġw ishing +ÃŃ cia +Ġver bs +çµ Ħ +ĠCanad ians +Ġgover ning +ĠEv ans +E uro +Ġgen res +Ġunters chied +ĠBeck y +³¼ ê²ĮìļĶ +Ġe inge +ĠRa ise +ol and +ĠStr ateg +Ġer es +ĠVeter ans +Ġbreak out +Ġsant é +Ġad el +Ġinvestig ated +Ġpe ur +Ġag ile +Ġrail road +ans ka +Ġе й +Ġexp os +ator ies +ĠCont ent +Ġtruth s +ĠTra il +Ġgu a +Ġp ores +Ġwrit ings +ĠU hr +ĠThat s +Ġic ing +O C +ĠProdu ction +Ġcar ne +IS S +Ġn inguém +n on +Ġv icious +×ķ× Ķ +Ġrecon nect +Ġcent res +ĠK em +Ġcre ase +ĠìĿ´ë ¯¸ +айÑĤ еÑģÑĮ +Ġб оÑĢ +ĠHay ır +ĠÑģ Ñĥд +Ġún ica +owa ÅĤ +Ġad her +h ua +Z Z +Ġprecis o +Ġcurrent s +Ġseason ed +ĠIo T +ĠB ishop +è¨ Ī +st ed +ĠBern ard +ì¤ ĺ +æ² » +ĠGl enn +Ġktóry m +ื à¹Ī +Ġast rolog +ĠK ot +å¤ ľ +Ġparf ois +Ġfor wards +ĠW iÄĻ +ĠÎ ĺ +Ġn ano +è» į +s ub +ĠBr ill +Ġgr it +Ġc ited +g ado +Ġmel ts +Ġfor cé +âĸĪ âĸĪ +Ġb ajo +Ġdiscret ion +° ° +at ivity +Ġsitu ated +ãĥ« ãĤ¯ +Ñīе е +åľ° æĸ¹ +ĠпÑĢин ÑĨип +am az +Ġaqu arium +Ġdissol ve +ĠGod s +S uper +Ġam id +z k +Ġ ãģĦ +éł IJ +amp f +Ġhel a +' ! +Ġdevelopment al +ĠD ise +ĠÑĢабоÑĤ аеÑĤ +Ġsnaps hot +好 好 +Õ ¸ +ĠY ue +ĠH ulk +ĠDo om +ĠFel ix +Ġré f +M ale +ç· Ĭ +ph ants +EN S +ĠMe chan +ĠG olf +åĨį è¦ĭ +Ġgener osity +ät ze +Ġunlock ed +Ġ ãĤĴ +íĥ ģ +ocaly pse +Al right +Ġê° ľë +Ġ×IJ× ij׾ +ĠKeep ing +Ġcollabor ating +ch ief +ĠFern ando +Ġchef s +ĠíĶ¼ë ¶Ģ +Ġsk ipped +Ġperson n +Ġax e +che z +Ġextract ion +ĠA V +ĠGib bs +Ġí ľ +Ġs ı +I AM +V iew +ĠGR ANT +Ġëª ¸ +Ġver ification +Ġdep icted +ĠMo z +ou x +Ġt ul +Ġsc anner +Ġcomed ian +ĠVol ks +ĠJE FF +è¨Ĥ éĸ± +§ Ħ +Ġdistract ion +r á +ĠIN TER +Ġsin cer +Ġ×ŀ× ª +Ġש ׳ +Ġconstruct ive +ar f +ĠëĪ Ħë +Ġe co +r amos +Ġrenew ed +in ement +ĠU b +ĠPe pper +ì§Ģ ê°Ģ +ĠDar win +Ġmerch and +Ġv árias +è ce +N G +ĠìľĦ íķ´ìĦľ +Ġак ÑĤив +ĠUn ters +ع ÙĦ +Ġint ric +omm a +ie ving +ĠCarol ine +åĵ ģ +ĠPR ES +Ġperform er +Ġaut our +ãģ¾ãģĽ ãĤĵ +Ġutter ly +Ġsynth esis +Ġles bian +Ġretrie ve +Ġmane ira +Ġimp air +Ġment oring +ĠSoul s +ĠGo Pro +ÑĢ Ð°ÑĤÑĮ +Ġc ose +ĠSS D +I RE +Ġup front +ĠA un +Ġgam er +Ġl itt +Ġag gression +ĠLike wise +ĠBet ty +ĠD art +ĠD LC +ish ment +ìŀ¥ ìĿĦ +Ġ 对 +ç» ı +c ream +ĠBaby lon +Ġn ug +br ar +Ġa ynı +am ily +b ike +ahah aha +lo yd +Ġmir a +Ġper me +ĠG aming +Ġfirm ware +M a +Ġassist ed +at ics +Ġìķŀ ìľ¼ë¡ľ +ĠM ental +niej s +ĠI z +ow Äħ +Ġt ougher +Ġde ed +èĭ ¦ +Ġsty lish +ĠTool s +ĠH amp +Ġsun screen +Ġartic ulate +i ye +и ÑĦ +ĠSp read +ĠHA VE +Ġsw irl +Ġspons oring +ä» ĭ +iov ascular +mes i +Ġrelax ation +ĠÑģво иÑħ +Ġmar gins +Ġsa ÄŁ +ĠPr ide +ĠÏĦοÏħ ÏĤ +и ÑĨи +en ci +Do es +Ġcor pse +Ġend urance +Ġí ŀĺ +ì¹ ´ +Ġhair cut +Ġinterrupt ed +Ġwind y +ĠC aleb +Ïģ Ïĩ +ĠPour quoi +Ġhol istic +uc lear +ĠWho le +å£ « +A ct +Ġgall on +c ade +ĠReg ional +ro ads +ĠSch ne +á ng +Ġиз мен +ãĤĪ ãģŃ +Ġmen us +Ġspl itting +Ġpr iced +ĠÎ ĵ +Ġus ername +ĠÐŀ Ñĩ +Ġcomp ressed +y in +Ġguard ian +Ġgo of +Ġcheck list +Ġinter change +Ġexped ition +Ġex tern +Ġinfra red +eng o +Ġden ying +Ġpack ets +on ent +B B +ĠInc re +Ġsin i +ÃŁ er +è g +ma al +gen eration +Ġminor ities +Ġlle var +Ġnom ination +Ġcons id +Ġ×ľ× ¢ +m uÅŁ +ĠEs c +Ġnumer ator +Ġka ik +Ġktóry ch +ies en +Ġv ê +ĠUS S +ĠPri vate +Ġод но +Ġal ém +ÃŃt ulo +Ġlim b +Ġforg iven +Ġdiscl osure +ÏĦ ί +Ġning ún +Ġtherapeut ic +Ġnegoti ating +ĠN ike +ense ful +Ġin cap +Ġflag ship +t own +â Ī +ĠÏĢ Î¿Î» +Ġwol ves +Ġviol ations +ĠAr nold +Ġinterven e +Ġhe ater +Ġrecurs os +Ġma id +ê² ¼ +Ġдав айÑĤе +ĠCe lebr +Ġca pe +ĠSt y +ain en +s ite +b ij +Ġп олÑĮз +Ġfr amed +Ġpublish ers +ĠÑĩ ÑĥÑĤÑĮ +Ġtempt ation +Ġcert eza +Ġex empt +ìĬ ¹ +se lling +ĠT ask +ho on +ĠC oc +ĠPark s +Ġrepet ition +ĠÑĤ Ñĥда +Ġens l +ĠdeÄŁ iÅŁ +ĠOr lando +ĠMain ten +æŃ ¢ +oc ument +ĠH C +Ġscoot er +Ġнап иÑģ +Ġtight er +Ġte ase +Ġremo ves +Ġkij ken +ĠÑģÑĥ ÑīеÑģÑĤв +Ġth é +ĠвÑĭ глÑıд +Ġrel ieve +Ġmit ä +Ġstation ary +ö ff +p able +Ġar ter +Ġdé f +r ative +Ġcon ect +Ġsad dle +ĠD iane +Ġcomm emor +fend im +S ÃŃ +Ġíģ ´ë +Ġman ge +at te +Ġarrog ant +Ġrobot ic +Ġgi Ãł +æĺ¯ çļĦ +Ġneighbour hood +iss on +Ġдв иж +ĠR I +ĠNorm an +b rand +am ation +Ġraz or +Ġmur ders +ĠÑĤ Ñĥ +Ġwszystk im +Ġut ilities +Ġmicros cop +ê ¿ +Ġda qui +oll ar +ĠÐĶав айÑĤе +Ġann ée +Ġkilomet res +Ġhom osexual +Ġarchitect s +ãģ¡ ãģ¯ +Ġni ye +L ER +Ġmicro phones +ĠSt unden +Ġconsecut ive +iend a +v änd +D ER +Ġlif ts +ĠMe at +Ġsave z +íĸ Īëįĺ +M en +Ġdism ant +ê±°ë ¥¼ +Ġins ulation +Ġsc all +Ġsp ooky +Ġpar c +Ġball et +ĠWhats App +Ġfr anc +Ġdeliber ate +Ġíħ Į +Ġm ars +ĠZ ur +P r +dis ciplinary +Ġobs ession +м е +Ġmarch ing +ĠEmer gency +ig uous +Ġs zy +ĠL ands +Ġboard ing +ĠпоÑĩ ÑĤи +Ġenv y +Ġcompassion ate +Ġmer ci +Ġdes irable +d ale +Ġcan ım +ĠAnt ar +tem ps +Ġconfig ured +ĠComp ared +ne h +ic ating +Ġnic kel +ÙĪ ÙĤ +Ùĥ ÙĪÙĨ +op es +Ġform ulas +ĠÐķ ÑģÑĤÑĮ +Ġpo bl +ĠP J +ĠL ud +ä»Ĭ åĽŀ +ĠBr id +ĠH og +ĠBr is +J en +Ġshad ing +ĠY as +Ġdistur bed +Ġrecomm ending +Ġc é +ĠH OW +ìĹĪ ìĸ´ +Ġrevers ed +ĠInteresting ly +iox id +åħ Ń +Ġìĺ¤ ì¼ĢìĿ´ +ế u +x x +Ġou ais +ĠYouT ubers +ĠR osa +ĠH aupt +j adi +Ġvlog s +Ġcult ura +ĠLeaders hip +ĠH ep +Ġill um +´ë ıĻ +Ġcustom ized +Ġmar ca +Ġqu atro +Ġн аг +ĠSpace X +ĠE igen +ast ing +ĠolduÄŁ u +Ġfor ts +ãģ ī +r iment +ien cia +Ġten ir +ro ffen +Ġ197 9 +Ġc ie +ĠëIJĺ ê³ł +Ġes cri +ÏĮ ÏĤ +íı ¬ +uz zy +C ong +ìĿ¸ ìĿ´ +G reat +s il +é ch +ãģ¨ ãģĭ +Ġmult ic +ĠDis k +² ķ +Ġfaz la +Ġle vant +Ġab ajo +ur ry +st ru +Ġ먹 ëĬĶ +Ġaccess ory +Ġдв иг +ĠR id +20 19 +Ġdown stream +æķ ¸ +Ġk az +ut an +Ġchar coal +Ġa fect +w u +Ġcontext s +Ġfe ared +ĠìĦ ¤ +Ġhist ories +Ġf as +ens ible +Ġcoco a +ill ar +ge ons +Ġspiritual ity +ĠP ew +Ġpharm acy +Ġpass ions +Ġb os +Ġall á +Ġthri ving +ĠRe act +Ġoccup y +Ġwithdraw al +Ġallow ance +ĠFra ktion +Ġbud dies +Ġid le +Ġdissol ved +Ġpreval ent +Ġmil itar +Ġsens ing +Ġpo jaw +Ġanc ora +Ġabund ant +Ġha irst +ãģĤ ãĤĮ +Ġtw ee +Ġnäch ste +ĠMöglich keit +Ġho o +uff icient +Ġfant ast +Ġed ible +Ġëĸ¨ ìĸ´ì +ìĽ ĥ +Ġve in +uc ci +Ġdevot ion +Ġconce aler +in come +Ġrecy cled +ĠìĬ¤í ĥĢ +Ġpont os +Ġdess us +Ġvé rit +Ġreflect ions +ĠA A +Ġtake away +b are +ĠCont act +e il +ĠHe ar +Ġmir ac +ĠGer ilim +ĠÑģам Ñĭй +Ġv ivo +Ġkilogram s +ĠCr im +û t +7 8 +Ġsincere ly +ra z +Ġë³ µ +Ġarri v +Ġconcept ion +ĠPers ian +Ġsj äl +Ġst arring +ĠìķĦë ¬´ +ĠFore ver +е ÑģÑĤÑĮ +Ġve il +Ġsubt it +od ka +ĠоÑĤно ÑĪ +Ġcook s +ен Ñı +K ay +Ġni ños +ĠPh one +Ġstitch ing +Ġfinger print +é¢ ĺ +λ ά +Ġded icate +ĠL ob +Ġblack s +ĠB le +b out +ĠÄij ang +Ġe ks +Ġsqu ash +ĠK ü +od i +Ġn Æ°á»Ľc +Ġvoy age +Ġplay ful +ĠØ¥ ÙĦÙī +an ic +Ġcondem n +ĠB öyle +ĠPol ize +ãĤ¿ ãĥ¼ +Ġay uda +Ġp am +à¹Ħ à¸Ľ +ĠK athy +ед ин +нов а +Ġbr ig +eg er +Ġe agle +Ġvis ions +ĠíķŃ ìĥģ +Ġsh itty +Ġh ott +ĠBr itt +ut ors +ENT E +æĽ ² +Ġph on +ĠB ing +Ġпод деÑĢж +spr ing +æĸ ¯ +et ten +Ġpil gr +Ġed iyor +енÑĤ Ñĭ +ag gio +Ġj ul +Ġcomp rend +te il +ĠØ ² +Ġperform ers +Ġinf amous +ĠM K +ç ª +æ³ ģ +ot le +e ff +ĠH ash +Ġcow ard +ĠB RA +ĠD D +Ġcom ida +Ġpl ata +Ġfl ap +ĠMe hr +rib ution +ĠY emen +Ġmyster ies +Ġİ yi +Ġst ell +Ġeyel iner +Ġdel es +Ġnail ed +Ġillness es +Ġst acks +Ġtrabaj ar +fl ower +ci u +Ġcr ude +Ġsubstant ially +Ġhome m +Ġnep hew +Ġstamp s +Ġcar bs +ÑĮ ÑĤе +mo oth +Ġtun nels +ac ie +æ³ ¢ +ĠSe ñ +ĠH era +ĠìķĦëĭĪ ìĹIJìļĶ +ĠWy oming +ĠHD MI +ĠL is +u ción +Ġste er +о Ñİ +иÑĤ а +N T +Ġìĸ¼êµ ´ +Ġpal ms +Ġne on +ов аниÑı +Ġfilter ing +Ġjou er +ĠH ö +Ġне Ñģ +ê²ł ìĸ´ìļĶ +Ġ8 1 +Ġstory line +Ġprz ep +Ġthank ing +ĠBo eing +Ġsoft ly +j em +алÑĮ нÑĭÑħ +Ġflash light +Ġп Ñĥ +ĠW OMAN +ắ c +ÃŃ ch +Ġlux urious +Ġw ün +Ġimpact ful +Ġcons on +re u +ir ring +if ter +Ġconstitu ents +èIJ ½ +Ġ9 4 +ĠT ou +g om +ĠìĥĿê°ģ ìĿĦ +Ġstere otypes +Ġmoż li +åĪĨ 享 +Ĥ ¨ +Ġpencil s +ĠÑģл ож +Ġih rem +ĠBes ch +ĠK oh +ĠEnt scheid +Ġle k +Ġför s +Ġtotal mente +Ġlive ly +Ġent ropy +Ġdisc ern +ĠÐĹ Ð½Ð° +Ġdo v +Ġmyth ology +è¨ĺ å¾Ĺ +apan ese +Ġapprox imate +аÑĤ ив +if iable +ĠSe o +åĢ Ĵ +´ìĭ¬ íŀĪ +Ġìĺ · +Ġtempor al +Ġi T +Ġest at +к им +Ġspr ink +Ġgr und +Ġinfant ry +Ġsch affen +ç´ Ħ +Ġan k +ri ages +ĠYe on +ĠMor oc +Ġinv asive +ģ Ķ +Ġparent ing +ĠR is +ib ile +Ġmod s +å½ ¢ +ĠпÑĢов еÑĢ +ĠTh ing +ĠWhere ver +Ġacknowled ging +Ġpa wn +um mer +or b +6 9 +Ġretr ouve +Ġrel ies +ĠHigh way +Ġa we +ãģ§ãģĻ ãģĭ +ita ire +Ġapplic ant +Ġais le +w orm +Ġpay load +Ġcar re +ĠB ach +æł ¼ +Ġì¹ľ 구ë +ни е +Ġit ÃŃs +onna ise +s ol +èı ¯ +alg ia +Ġrock ing +Ġbest en +rit es +^ ^ +ин ой +Ġba ixo +Ġ기 ìĸµ +оÑĤ ÑĢи +s im +Ġinc arn +ëĭ¤ ìĿĮ +Ġl ick +s ided +Ġ7 1 +f order +Ġreson ance +Ġte gen +Ġmet aph +ows er +Ġ×IJ× ł×Ĺ׳×ķ +? ãĢį +Ġsp ielen +Ġvoll ey +ĶìĿ´íģ¬ ìĹħ +lo oked +Ġsent enced +Ġmultip lying +Ġide als +Ġwahr scheinlich +Ġdepos its +bil ir +Ġeff et +ill on +Īë §Į +Ġtestim on +Ġz awsze +ĠпÑĢоÑĨ еÑģÑģ +ĠL av +ä¸į éĮ¯ +Ġtrava iller +Ġla isse +ĠMount ains +ĠÑĢ Ð¾Ð± +Ġexam ined +it us +W as +л Ñĭ +Ġattrib uted +ĠìĬ ¹ +ĠBar on +Ġg ep +Ġatt ent +ĠColl ection +Ġthe at +ĠC ai +Ġwell s +Ġhuman o +çĹ ħ +ĠH ast +ĠÑħоÑĤ Ñı +cz as +Ġperm its +Ġle gg +Ġe po +ĠF en +Ġth i +ĠF oi +Ġé lect +Ġ8 3 +Ġover th +Ġ è¬Ŀè¬Ŀ +Ġten ant +è² · +N ext +Ġpra ised +sec urity +ĠImp act +为 ä»Ģä¹Ī +Ġv ouch +Ġneg ó +Ġun ve +Ġcritic ize +ĠKen ya +Ġtact ic +Ġlo gr +Ġpo is +Ġpap a +spe aks +ðŁ ij +isp ers +Ġsur plus +Ġcold er +åį Ĺ +åIJ ¬ +pl ets +ĠV ienna +ĠLe ad +Ġaer ial +ĠT ah +енÑĤ ов +ĠGree ks +C am +Ġmá xim +Ġk uin +ch io +Ġdemonst rates +an os +ĠC ert +ĠÑį н +Ġblog s +ĠìĦľ ìļ¸ +Ġbe ams +ик ов +Ġprompt ed +Ġfright ening +ĠPors che +ãģĪ ãģ¦ +lar ını +Ġch illing +is phere +Ġfl ashing +ĠK ard +b read +Ġex h +Ġty cker +Ġec ological +ĠMa e +Ġ×ŀ×IJ ×ķ×ĵ +ĠëĤ ĺëıĦ +л он +ys s +Ġper gunt +Ġpri x +izz ard +Ġcan cers +Ġ9 1 +s usp +ĠIt em +ÅŁ a +Ġp est +Ġtak Äħ +Ġl ymph +ĠPat ri +f ill +Ġrec onna +Ġoptim ism +Ġmim ic +Ġì² ľ +ĠMad ame +oc y +l ining +åijĬ 訴 +erm e +Ġfold ers +Ġcz ÅĤ +uch ar +Ġcur so +Ġbre ach +ни ÑĤÑĮ +Ġp amiÄĻ +Ġel ig +Ġaut op +F low +Ġprogram med +ĠPro cess +Ġfig ur +ĠS F +ĠE les +Ġprogram mes +Ġdiz zy +ìĭľ ê°Ħ +Ġли бо +Ġsn iff +ĠSeb astian +ĠH ye +Ġ4 000 +Ġperm ite +æ¢ Ŀ +Ġза Ñī +Ġgu it +ĠD ais +Ġaccord ance +Ġmod ular +ogene ous +æĭ į +Ġpou quinho +Ġart illery +Ġlub ric +Ġvol can +ĠN H +ðŁ ¤ +Ġde an +R h +Ġminist re +åĿ IJ +ĠIn v +ĠBul gar +ĠD aten +è İ +I m +Ġorigin ated +ĠN ixon +inte gr +Ġlack s +ĠN acht +ìĸ´ë Ĥĺ +cam era +Ġrad ish +ki ye +Ġang es +Ġpré f +j uk +ĠBe e +ĠB U +ĠвоÑģ п +ĠB T +ê mes +ĠSt ück +ĠIn k +æĪĸ èĢħ +ĠSerge ant +ĠMult ip +Ġhiç bir +ĠС ам +ĠD é +ol ph +ìĸ ¸ +Ġimp at +ĠìķĬ ê³ł +ĠÑĤак ого +ĠнавеÑĢ Ð½Ð¾Ðµ +Ġunpredict able +Ġm end +ĠìĹĨ ìĸ´ìļĶ +Ġjakie ÅĽ +Ġann i +Ġdon né +ĠK irsty +Ġrectang ular +Ġempez ar +ĠEx change +ê° Ķ +Ġé conom +ãģĵ ãĤĵ +el in +re ibt +Ġ×Ķ× ¤ +Ġc emetery +Ġespañ ol +ol in +лÑİ Ð´ +Ġgr âce +all en +ĠPh ilos +ĠEr st +Ġìĥ Ī +ĠV id +G ive +O H +μ ο +ĠP are +Ġmetabol ism +Ġma ple +Ġax le +ĠD y +Ġkomm e +Ïİ Î½ +Ġgreat ness +Ġver ified +Ġsp é +ĠFahren heit +ĠB ren +ĠConf eder +Ġhist oire +Ġelimin ating +ĠAd ding +ĠAb i +æĿ İ +Ġhospital ity +t im +Ġbon ito +Ġpart es +ĠдÑĢÑĥг иÑħ +ĠSh ay +ĠS ed +Ġreg rets +Ñı ми +Ġten ants +éĢ Ł +ĠP TS +Ġdev i +ĠL ate +ue z +Ġsö yl +ãĤ » +Ġìŀ¬ë °Į +Ġtogg le +Ġmas king +алÑĮ ного +Ġpers ön +Ġamer ican +f ik +ĠR GB +ens on +ĠK A +ww ww +ĠÑĢ ÐµÐ³ +met ics +Ġeduc ator +ãĤ· ãĥ«ãĤ¯ +p ark +елÑĮ зÑı +ar us +ÑĢ ÐµÑĤ +Ġfe ito +Ġcho ir +Ġlar go +Ġe ens +Ġwat ts +ĠSing le +Ġsuscept ible +ic er +Ġв клÑİÑĩ +Ġp us +íĻ ĺ +E ng +Ġfant as +Ġspecific ation +Ġconfront ed +ĠColumb us +ив еÑĤ +ar ım +Ġcaffe ine +mun ition +Ġmig rants +l ide +it ations +ĠG eme +Ạ« +Ġpl anner +Ġstim ulate +Ġapro xim +ce u +ĠN om +Ġv og +ĠÑĢ Ð°ÑģÑĤ +Ġense ñ +Ġsell ers +Ġgut en +z d +C al +Ġdescri pt +Ġrecon ciliation +z inho +á¹ĩ a +ãģĺãĤĥ ãģĤ +acy j +ĠCO L +s aw +ĠíĻķ ìĿ¸ +Ġvar it +Ġpartner ing +Ġdet ention +Ġbomb ing +c lapping +ien cies +ond u +AM E +Ġê°Ļ ìĬµëĭĪëĭ¤ +c ÃŃa +ĠпоÑģ ÑĤо +ĠAS MR +Ġhome page +Ġsi è +an tha +ĠP oll +Ġ igen +cy ch +Ġê°ij ìŀIJ기 +Ġconsider ably +ä»ĸ çļĦ +ĠAr ist +Ġwith stand +Ġqual itative +ĠK raft +ĠÑį лекÑĤ +ĠBe ad +екÑĤ ив +Ġcr ushing +ì³ IJ +Ġnav y +ÙĪ Úº +s ho +Ġo ak +ipp ers +Ġso ils +Ġpig ment +Ġev itar +ãĥ ĩ +Ġf use +ĠD ale +: " +Ġcompl ètement +Ġke l +๠Ĩ +Ġqu atre +ĠU M +Ġë§ IJë +æł ¹ +ÃŃ r +Ġle isure +ĠH ousing +Ġfold s +est ion +AR S +Ġm ash +urp ose +Ġaccum ulated +ĠSt uff +èª ŀ +Ġtap es +ĠÑģ илÑĮно +ĠLO VE +Ġ198 2 +Ġsc ars +Ġcapital ist +ĠN ed +Ġsoft en +Ġnot ably +Ġforcé ment +ĠRa um +Ġнеоб Ñħод +Ġtrad emark +Ġfert ig +Ġ? ! +æĹ ł +Ġreinfor ced +Ġre charge +ĠPut ting +Ġvill ains +Ġhand ic +Ġadvertis ement +ت ÙĬ +ĠÑģ Ñĥм +ĠR iley +×ķ× ij× +äº ¬ +O s +Ø§Ø ² +B oy +Ġsqu ish +ock et +Ġtest ify +æ¼ Ķ +Ġ×ľ× ŀ× +Ġм аÑģÑģ +man uel +ĠArk ansas +if fe +Ġanalyst s +ĠDe af +Ġj ó +Ġgrocer ies +ĠWhe el +ĠÑĢ Ð¸Ñģ +Ġc òn +ĠC ob +Ġpris ons +è ve +ĠCab inet +Ġpos ed +Ġguer re +ĠL loyd +Ġcl erk +Ġcr ises +ĠSh o +ĠO re +ĠFoot ball +ĠAd vis +ĠZh eng +è į +ĠAM Y +Ġun for +Ġmon aster +Ġcomp ile +Ġimm ortal +at able +Ġpar ano +Ġt iver +ĠStep h +ĠFu ÃŁ +Ġdisc ontin +Ġr ipe +Ġhack ing +Ġs iendo +Ġsegu ro +alt res +Ġand eres +Ġë ¦¬ë +Ġexp orts +æŃ ¥ +Ġtab ii +Ġ기 ëĭ¤ë +Ġbother ing +Ġpick le +ĠBRI AN +Ġalt ar +ĠпÑĢи б +Ġtransfer ring +ĠV ors +ĠÙĩ ÙĪ +ĠZ a +ĠFr ances +Ġbrow se +em it +Ġche wing +ĠFred dy +Ġedit ors +ä lle +Ġí ĮĢ +ĠS que +ĠC ultural +aw k +ĠS ache +ĠCar bon +ắ t +F L +ĠN GO +pe ÅĤ +ĠS ou +Ġh vor +un intelligible +Ġë² ķ +Ġ ° +i in +Ġ×¢ ×Ŀ +Ġder rière +Ġczy m +ĠAp ost +Ġregard er +Ġag rade +ĠC andy +Ġma re +Ġintrodu ces +bird s +Ġuniqu ely +Ġm uk +Ġcook er +Ġcrew s +Ġje ito +ER T +¶ Ħë +n isse +Ġe f +Ġcart e +ĠY ak +ĠP AT +и но +bok ki +Ġm ates +Ġdist int +Ġì½Ķë¡ľ ëĤĺ +Ġy ıl +Ġκ άν +Ġconfigur ations +eng a +re cht +H appy +ãĤĦ ãģ£ãģ¦ +in vest +Ġreconst ruct +ĠÑįÑĤ омÑĥ +Ġmos que +ra um +Ġvoy ez +ĠN BC +ĠìŀIJ ìĭł +Ġstur dy +Ġк ап +Ġans ch +al id +Ġmas ih +ĠR EP +Ġì½ Ķë +Ġded uct +Ġsal ir +w urf +il ot +ĠM utter +old s +ĠF EMA +ĠB ib +Ġneighb oring +Ġbl iss +Ġíĺ ¼ +ли ÑģÑĮ +ĠÑĤÑĢ ÐµÐ± +Ġ å°±æĺ¯ +Ġgren ade +Ġe gal +Ġfin ely +Ġpet als +Ġke er +Ġch yba +Ġsk ipping +Ġth irteen +Ġgrav y +ĠS AT +6 1 +Ġн ог +Ġmin s +IT E +Ġso zial +íķĺë ©´ìĦľ +rukt ur +Ġвозм ож +Ġоп ÑıÑĤÑĮ +Ġar th +ĠCub an +Ġtre asures +Ġfertil izer +Ġawak ening +Ġë°± ìĭł +Ġr all +Ġdep ict +ĠP ablo +Ġninete en +Ġw att +Ġentire ty +K S +ĠWood s +S ch +ĠÚ© ÙĪ +ĠD ry +ãģ ŀ +u ve +Ġreconst ruction +Ġanat omy +Īë ¥¼ +Ġb aba +Ġlisten er +Ġshar pen +ĠPer u +ĠвÑĭ з +Ġrecre ation +Ġiniti ate +Ġcal or +ĠN aj +ge e +ĠFe els +ĠSnap chat +ĠT et +ĠN est +ĠD af +ĠFin ish +ĠÑĤак им +ú c +iz ens +Ġsp ins +Ġemb ry +Ġpass ages +Ġc ient +Ġjust ification +ä»ĸ 說 +Ġolm az +Ġflood ed +Ġemo ji +Ġembr acing +Ġdisc ard +ĠBas ic +ag og +ĠìľĦ íķ´ +Ġas ylum +er in +Ġf im +Ġnin ja +Ġautom ate +Ġaller gic +ÿÿ ÿÿ +am am +Ġм аÑĢ +ĠO i +ä us +Ġin duct +ĠB EN +Ġz ÅĤ +Ġkaż dy +ĠAM P +n ÄĽ +S ure +Ġqu il +Ġespe c +ro k +BS CRI +Ġlie be +p us +ach sen +Ġcr icket +ëĬ IJ +ĠFr ame +ekk ür +ar b +Ġp ÅĻ +иÑģ Ñģ +Ġzeg gen +Ġdou bles +ĠD re +t est +ins p +bo ys +Ġm ão +ĠVer se +Ġmus cular +ĠMA LE +Ġd ulu +Ġoccas ional +L o +conom ic +Ġv ak +Ġrem edy +å¤ ł +ĠâĻªâĻª âĻª +ve m +Ġön em +ĠkarÅŁ ı +ĠSh arp +h ur +Ġë°© ë²ķ +Ġgrand son +Ġakt iv +ĠTh rones +ĠìķĪ ìĹIJ +Ġto ts +Ġsub d +ĠPa ula +Ġgra ves +ĠB rent +Ġник ÑĤо +Ġsö z +Ġcre c +ĠVlad imir +çĸ « +Ġп ой +Ġ" - +Ġp sy +at ri +id an +Ġa ún +Ġstandard ized +ì¹ ĺë +Ġк ÑĢов +ĠZh u +s omething +Ġ7 50 +Ġmuj eres +Ġa it +éĹ ´ +ag u +Ġcorrect ed +ik ka +el ed +ĠCare er +ow ym +Ġroomm ate +Ġdescend ants +ĠNapole on +ĠÐĶ Ð¾ +íĸĪ ìĸ´ìļĶ +Ġbun un +ĠMich a +ç· ļ +Ġdesc ob +P I +Ġpalab ra +Ġtrack ed +Ġdepend ence +ĠBar ack +åģ ĩ +Ġfert ility +ĠSouth west +Ġincom plete +Ġcomun ic +Ġcomp ris +ĠRest aur +Ġac ron +κ α +Ġapprent ices +Ġmus st +ĠA br +Ġpent ru +ĠCons ort +ĠAve c +Ġdum plings +L R +Ġwszystk ie +Ġsw amp +н ев +ugg le +Ġwater color +Ġprot on +ĠEspa ña +ock ing +ов ал +Ġtak im +V ery +Ġdement ia +ĠÅŁey i +J ac +ĠMac Book +ĠL iv +ffic ients +ĠH unt +Ġover lay +æĦŁ è¦º +ĠSky pe +p unkt +Ġconf ined +ĠAd rian +ر Ùĥ +ĠJe ep +Ġenqu anto +Ġan est +оÑĤ веÑĤ +Ġм енÑĮ +Ġirrig ation +á»ij n +Ġeight een +ĠP on +Ġresc ued +Ġ198 3 +r ü +ja e +ĠJe ong +Ġamazing ly +ĠF DP +Ġback stage +c ue +ĠÏĥÏĦη ν +ĠاÙĦØ µ +Ġlivest ock +ĠW arner +Ġmaj ors +ãĥģ ãĥ£ +Ġcooper ative +ĠBr ady +ra ined +rie b +Ġ×ij× ŀ× +Ġдов олÑĮно +ĠF E +Ġle aked +ĠMerc ury +Ġpersu ade +Ġtransform er +ĠNor weg +ĠìĹ¬ë Ł¬ +Ġzrobi Äĩ +Ġcard iovascular +ĠCr ash +Ġg ossip +а ÑģÑĤÑĮ +Ġì ª½ +Ġsw ept +ĠH orn +ĠAt é +Ġbu kan +ĠK aw +K Y +ĠSt ories +G ary +Ġgard ening +ĠQuick ly +ĠFal con +Ġov at +c ı +ĠCom plet +ĠD ate +ĠпÑĢ Ð¸Ð¼ +Ġlä uft +ĠAud rey +ĠW ent +Ġpel ÃŃcul +Ġcar riage +Ġun acceptable +ny mi +ĠÑģл ÑĭÑĪ +Ġter re +uell ement +EE EE +Ġpharm ac +h ões +Ġz ich +Ġmig rate +ĠF ry +ñ ana +ĠM uito +EO VER +Ġfort ress +ĠCom pan +ĠJ SON +ord nung +Ġw arto +Ġun gef +ìħĶ ìĦľ +ĠÑĢ Ð¾Ðº +Ġpad dle +J ared +Ġsubm itting +Ġl atch +Ġf ug +Ġк оÑģ +ĠE f +Ġlaunch es +Ġf t +ote chn +Ġtrave lled +ا Ùģ +éģ ķ +Ġpro ch +Ġded im +8 3 +Ġreb ound +ĠL U +p ath +ĠÑģп ÑĢав +Ġö l +ĠíĤ ¤ +Ġpriv at +Ġtr actor +ĠAtt ention +S er +Ġcos es +á ria +p al +ĠìĿ Ģ +Ġsuccess or +Ġconnect ors +ĠÑĥÑģÑĤ анов +Ġgen ocide +Ġsufficient ly +ĠA ixò +Ġstabil ize +Ġcon gest +Ġcar ving +Ġz ost +ĠбÑĭ ÑģÑĤÑĢо +Ġshort est +Ġli vel +Ġ8 9 +éģ Ĭ +Ġer k +Ġport raits +à¥ Ģ +è ĺ +bo at +ll ah +AN C +Ġempir ical +ĠE cho +ĠNeder land +è¿Ļ ä¹Ī +N et +Ġcuid ado +ĠR oma +Ġc alf +Ġgi ants +ĠExpl orer +ĠColl ect +al ition +ĠDest iny +Ġaus ge +ĠE du +ĠC lo +Ġear rings +ĠTr ack +ĠR OS +ĠBe lle +çĻ ¾ +Ġpu eda +Ġday time +Ġsupp lier +ĠS V +ĠEx hale +Ġgal era +c ourse +Ġcent imeter +ĠB ast +m ud +Ġsang at +ĠPhys ical +Ġpriv ately +Ġtr ata +lyn n +ill i +Ġë© ĶìĿ´íģ¬ìĹħ +Ġcryst all +Ġpod s +ả n +in ator +ĠRec ords +å® ĺ +ÄŁim iz +isse ment +h are +h adow +ĠD K +ĠìķĮ ê³ł +Ġw yn +Ġrequest ing +ĠD onna +ĠìĹ ´ìĭ¬íŀĪ +ine a +Ġex ert +ĠDun can +Ġв еÑĩ +ĠH ah +ठĤ +ĠL if +ĠF inding +ĠNo v +Ġзн ак +Ġо ÑĦ +ĠQu è +Ġquarter back +ĠÑĦ ак +Ġbipart isan +ÄŁ in +Ġné cess +Ġrefer endum +Ġcomp iler +Ġprob abil +ед и +Ġtrad er +æĺ ĵ +ĠR um +ge me +Ġd io +ĠbÄĻdzie my +ĠÏĢ Î¬ +ê¾ ¸ +×ķ× ĺ +Ġठķ +Ġбл аг +Ġscal p +ĠPa use +Ġcapt ion +Ġend anger +Ġen lar +Ġrot ten +ãĥĥ ãĥĪ +Ġw ah +èĤ ī +Ġd zi +ĠInst all +A y +Ġcre ar +енÑĤ а +Ġwe ighing +Ġbutter flies +ĠG ast +äº ķ +h orn +war z +IC EOVER +Ġнай ÑĤи +Ġcoe fficients +ç°¡ åĸ® +ĠSp encer +ĠH igher +Ġcow ork +å¨ ĺ +ĠкоÑĤоÑĢ Ð¾Ðµ +Ġmon it +Ġdys function +ĠÑģÑĤ анов +Ġtour naments +Ġoy ster +B N +Ġtr ud +sl ow +ĠPen ny +ĠOd ys +æ r +Ġf ou +Ġenjoy ment +аÑĤ Ñĭ +Ġwygl Äħda +алÑĮ наÑı +ĠProt ect +Ġmo y +Ġcl aw +Ġsusp icion +Ġsacrific ed +Ġgost o +B ig +Ġaggress ively +Ġvor ne +ãĥ ł +Ġbl amed +ĠSe hr +פ ר +c ito +Ġse als +Ġmu jer +ĠWe ird +Ġfore ns +Ġcontrib utes +est ra +Ġp og +L OL +Ġhacer lo +о ÑĤÑĮ +f iction +7 9 +λ ο +大 æ¦Ĥ +å£ ° +ĠÑĤ об +ĠG S +ĠCl ara +ite z +Ġadvoc ating +ĠíĶ Ħë +s ung +Ġvert ices +Ġnavig ating +Ġeurop é +çļ Ĩ +Ġslow ed +Ġfore ground +ĠIndust rial +Ġad ore +ìĭ Ń +Ġcré er +æŀ Ĺ +chn itt +Ġun aware +Ġcur ly +ent ar +Ġl er +Ġprohib ited +ĠHero es +ĠRe ed +u ca +Ġsm ok +Ġkun na +zeit ig +im men +ĠL un +Ġаб ÑģолÑİÑĤ +Ġdeg li +Ġvill agers +Ġpres et +z ept +ud s +Ġem it +ä½ł è¦ģ +Ġë ī +ëĬĶ ì§Ģ +нак о +Ġos ób +Ġ196 9 +ĠÐIJ ÑĢ +Ġman chmal +ĠBro ck +Ġmant ra +ĠW IL +b ach +in ä +el as +kel n +Ġdisci ple +Ġqual c +Ġde hyd +ìĿ´ë Ŀ¼ëĬĶ +A f +ìĦ± ìĿ´ +R yan +Ġpupp et +ĠдÑĢÑĥг ие +Ġr ud +Ġp ending +P lus +ĠìķĬ ìĿĦ +Ġb á»ĭ +ĠSe ga +ç e +Ġprogram mer +b li +Ġun l +Ġensl aved +Ġsoci été +Äģ h +Ġinherit ance +ĠBang l +erm aid +Ġpractition er +ĠSt alin +ĠUs er +ci ble +Ġcard iac +ĠKore ans +Ġdump ed +Ġ×Ķ ×Ļ×Ķ +á is +Ġhydraul ic +oubt edly +ĠP it +Ġpic nic +Ġbehö ver +ĠÑģм ог +Ġbra king +é» ij +ut ar +ĠìĦ ¸ë +ub l +Ġü z +Ġmaj esty +Ġb ers +ut able +Ġhot ter +çħ § +ÛĮ ÙĨ +Ġbi ases +Ġsubject ed +Ġnaught y +Ġcir cus +ãģĹ ãģĭ +ĠIm medi +ĠSte fan +ĠTri ple +en k +Ġw it +Ġrecy cle +em ie +d ated +Ġun load +Ġpop ula +ch in +Ġyield s +Ġeng lish +ĠBon nie +Ġsp iders +à ģ +Ġer osion +éĥ¨ åĪĨ +ĠN ICK +иÑı Ñħ +Ġimp art +Ġк ни +Ġres olutions +Ġlith ium +Ġconver gence +ĠT ara +Ġдв е +th s +ĠCind y +æĪij è¦ģ +å¹ « +ĠD IE +Ġass urance +Ġоп иÑģ +Ġbu ckets +Ġc ues +ĠQu iet +Ġsimilar ity +Ġfound ational +ĠMin ist +æ» ¿ +Ġp ian +Ġcent r +Ġnum b +Ġmon ks +uj ourd +en zie +Ġskate board +Ġd latego +ĠÑģ оÑĤ +ĠA E +Ġmaster piece +ĠSol omon +ĠRed dit +Ġr iot +ab l +ĠJ azz +Ġelectromagn etic +Ġinsec ure +ĠComp et +ger ies +об од +ł ×ķ +ðŁ Ĵ +Ġsen ators +ĠBris bane +ĠAl b +utter ing +ĠAll ow +z ero +Ġp ai +ĠÐIJ лекÑģ +ĠDis play +ĠBl ade +ĠApp s +Ġp ä +Ġд еÑģÑı +Ġque lla +ĠGa o +ен нÑĭÑħ +Ġspoil ers +Ġgall ons +ĠÙĦ ÙĬ +ĠZ ion +æľī ä¸Ģ +on ie +rag t +ĠCh and +Ġë³ ij +Ġbl unt +Ġus u +ĠK ad +ra kt +Ġcin ematic +Ġam munition +re ne +Ġfour teen +ĠC arn +c rit +Ġten ure +v u +Ġprincipal mente +Ġalle en +éĢĻ ä¸Ģ +Ġkompl ett +Ġdü ny +J ames +Ġrecept or +Ġones elf +g uru +Ġmerch ant +l iness +Ġover looked +Ġharmon ic +éķ ¿ +ies o +×ķ× ŀ +col m +ĠпÑĢо екÑĤ +ĠAd a +ا س +T im +Ġrecur ring +Ġproceed s +ĠPart icularly +ĠDown load +et rical +Ġmat rices +Ġproyect o +anc ies +ĠUh m +Ġc aves +Ġìĸ´ë ł¤ +ĠLe af +Ġоб ÑĭÑĩ +ĠìĿ´ì ľł +Euro pe +Ġt Äħ +Ġpul s +Ġtak iego +ÐĿ е +G U +Ġfor s +Ïģ γ +Ġfot os +Ġ) ) +Ġë© ¤ë +Ġaqu ilo +ĠK urd +ï¸ ı +pt ic +ĠD ort +Ġmis ery +aus o +åĬ Ł +chuck ling +ĠR idge +ĠíĸĪ ìĬµëĭĪëĭ¤ +Ġ* ** +å® ¢ +ĠHmm m +Ġge ographic +Ġany s +Ġtal vez +Ġske let +Ġsign atures +Ġlit ers +IJë ©´ +ĠÑģво его +Ġski ing +ĠÐľ оÑģ +Ġadop ting +Ġha ft +Ġsymm etric +ĠL iqu +Ġthy roid +Ġmis in +lud e +Ġh ull +ĠX D +ĠG ust +ze ich +Ġvibr ations +Ġes emp +ĠвÑģ Ñİ +ĠQu em +Ġü brig +ĠS ke +ĠLyn ch +room s +art et +f est +Ġfr üher +Ġl ure +ä¸į好 æĦıæĢĿ +ĠìķĮ ìķĦ +ĠW IN +ĠR YAN +ĠкоÑĤоÑĢ ÑĥÑİ +ĠK ash +Ġ×Ķ× ŀ +Ġsaf eg +ĠHall elujah +Ġдв ÑĥÑħ +Ġstap le +Ġsed iment +ĠAct s +Ġbl aming +Ġmain land +Ġsport ing +Ġdecor ations +Ġexecut ing +Ġpar an +ĠDoll ar +Ġproject ions +Ġcommission ed +Ġb our +ö m +Ġste amed +ĠëŃ ĺ +Ġpet rol +Ġcel ular +å¸ ¶ +ĠHung ary +Ġrent ed +Ġв аÑĢи +bb ie +Ġsé cur +ü ll +Ġsw ings +bet ween +Ġи ÑĤ +est ro +Ġnie mand +ĠìĤ ¼ +ĠP ardon +ess es +ĠM ID +Ġcentral ized +ĠAl ien +cul os +Ġcr ise +裡 éĿ¢ +Ġcl asse +beit et +i ÄŁi +Ġwh ales +Ġper imeter +Ġty ing +Ġstr ony +Ġlike wise +ĠP unch +D a +ĠBapt ist +Ġsort ing +Ġ iv +Ġíķ © +Ġre hab +Ġet a +ri ver +Ġsa i +ãģĦãģŁ ãģł +od us +ãģĬé¡ĺãģĦ ãģĹãģ¾ãģĻ +Ġess ayer +Ġtur tles +ĠHaz rat +Ġfab rics +Ġcav ity +Ġpon ieważ +Ġschle cht +Ġs alsa +ÅŁ ekkür +Ġse ating +Ġeconom ists +Ġman g +Ġsegu inte +Ġr ang +Ġrat ios +Ġconst ell +Ġlong temps +u ating +Ġspo iled +Ġrecip ients +Ġsn iper +ä¹ĭ åīį +ìĬµ ëĭĪê¹Į +Ġw p +ĠLIN KE +Ġfl are +ĠAd ri +ñ as +Ġback l +mä ÃŁ +ĠB end +Ġworkload s +ĠÑģ Ñĥп +Ġ197 5 +им ÑģÑı +ан е +Ġм он +Ġaspir ations +ĠA er +ĠговоÑĢ Ð¸ÑĤÑĮ +ĠQ ian +å¦ Ī +Ġcomprom ised +Ġyol k +ла ÑģÑĤ +Ġhe men +ro ve +d ens +Ġком менÑĤ +Ġ- -- +Ġflu ores +но Ñģ +ĠLiver pool +ĠÑģоб ой +ĠZ we +Ġl umin +ĠO G +á ¸ +hol m +pro fits +S N +Ġproport ions +Ġm ica +ĠB oh +ĠAt las +Ġuns ure +Ġtour ing +Ġn ied +Ġt ÄĻ +Ġimper ative +Ġdem ek +ĠSher iff +r ance +Ġhom eland +ĠH ail +ĠG anz +y mm +M on +åĨ · +v ida +Ġdesar roll +æĬ Ģ +Ġintrig uing +ĠH ugo +Ġ ãĤĤ +é ¬ +а ÑĨ +ĠWiÄĻ c +att ed +ĠìķĦëĭĪ ê³ł +ĠV ari +á d +Ġsur real +Ġdispar ities +Ġm ó +ull en +ĠìŀĪ ëĭ¤ê³ł +Ġп ожалÑĥйÑģÑĤа +Ġma ins +Ġe ject +Ġmeth ane +Ġmarginal ized +Ġchill i +r ès +Ġy em +ä½ł æĺ¯ +ĠCh un +Ġdeb ts +Ġdownload ing +ĠAth ens +is ierung +ry n +Ġte kn +ĠQu indi +éľ Ģ +Ġtara f +Ġh é +Ġconscious ly +Ġfix es +uck le +may ın +Ġfre i +Ġsp a +Ġì§Ħ íĸī +ĠاÙĦØ ° +ĠÑĥ к +let t +Ġolm uÅŁ +Ġche esy +า à¸ģ +na ire +Ġw iden +Ġli en +Ġesca ping +igg s +ĠBl ick +c Äħ +ĠìĦ ľë +Ġ×Ķ× ¡ +Ġв пеÑĢ +oph one +ie ll +ĠSU BSCRI +Ġl ions +Ġê·¸ ê²ĥ +Ġinsp ires +Ġguarante es +Ġcome ça +ĠGrow ing +Ġneg lig +ĠFrank f +Ġge geben +ĠÄij ầu +Ġend lich +Ġì ፠+ĠT T +ĠL ith +ÏĢ Î± +aster n +ĠA zer +Ġlun ar +h ic +Ġна ÑĢод +Ġnen hum +è· ij +ĠSalv ador +ĠPro gress +Ġprivile ges +ĠëıĻ ìķĪ +Ġant agon +ĠImp f +Ġdesc ub +ĠLe i +ĠìĥĪë ¡ľ +Ñĩ е +Ġdó lares +ĠMeg han +ĠW ire +to o +ay ing +us c +Ġt ud +Ġappe als +ed uc +Ġp ane +Ġj i +Ġde cks +ĠAl ter +Ġ å°± +ìĦ ¤ +åĪĨ éIJĺ +Ġproduct ions +ĠWILL IAM +Ġimpl ied +Ġfulfill ment +ĠA ah +Ġsa ja +x us +ĠÎļ αι +Ãł s +uc ch +ок о +ĠDisc ord +ĠS Y +j sk +ĠWall ace +un ction +Dan iel +Ġk öt +ij ah +Ġmarch e +Ġdis gr +Ġm ungkin +Ġal ma +³ µ +Ġextensive ly +ĠFl oren +ĠAll ison +ãĤ ± +ÙĬ Ùħ +Ġju ven +ĠRena issance +Ġfundra ising +ĠCha os +Ġpar aly +Ġnarr ator +Ġecosystem s +A sh +Ġmitig ation +ĠA ujourd +ĠIde e +! , +Ġ ½ +Ġland lord +Ġdefect s +Ġac re +uls ive +Ġalg ae +pe k +Ġem ba +ĠR oc +éĽ ¢ +ks om +ä che +Ġle uk +Ġlever aging +Ġê·¸ëłĩ ì§Ģ +ĠPal m +Ġä ven +Ġl is +ĠIn sp +ĠR ita +ĠAb b +ith m +Ġsuper vision +Ġrevis it +Ġpi ÄĻ +Ġeu h +Ġf ades +Ġmot to +åį ¡ +ез ж +ĠSh im +Ġrelev ance +Ġo o +Ġo stat +n ica +Ġcho ix +ĠFac ulty +Ġì¤ij ìĹIJ +ĠAb ove +Ġнеб олÑĮÑĪ +Ġsequ encing +Ġnutri ent +Ġconqu ered +Ġdigest ive +Ġback drop +ĠL ori +ail able +G ame +Ġneglect ed +om orph +ill ah +Ġkn e +Ġsi itä +Ġworks pace +ĠVen ice +ĠK ne +Ñī о +ħ Ģ +ĠH ass +Ġv ita +Ŀ¼ë ©´ +Ġlay s +ên cias +é rica +ĠL l +æ± Ĥ +ĠCo ca +ĠWH Y +èĪ ŀ +Ġrout ing +Ġperm issions +Ġd ings +pre nd +pro gram +Ġcro cod +br al +AAAA AAAA +ag it +ĠN ä +Ġgek ommen +at ten +Ġrefer enced +Ġpair ing +ĠPart ner +ĠCoron avirus +Ñĸ Ñģ +è½ ī +Ġ×Ķ× ĵ +Ġespec ÃŃfic +ars i +qu elle +Ġspont aneous +çĨ ± +Ġê²ĥ ìĿĦ +ĠÐŁÐ¾Ñģ ле +ĠاÙĦ د +ĠSh out +Ġн ал +Ġdisgu ise +ĠJ ord +Ġwe e +Ġmiej sc +Ġser um +Ġplais ir +Ġcred ible +Ġb Ã¥ +ĠA J +ma res +Ġrod s +Ġer an +ãģ¾ ãģĤ +Ġp ää +ĠU A +ĠUn known +ĠÙĦ Ùħ +ĠRab bi +Ġla at +Ġhairst yle +ĠØ º +éģ ĭ +Ġc ach +ĠWr iting +оÑĩ ки +ab ad +Ġstraight en +-- " +w ife +Ġhott est +Ġpun ya +ĠF ashion +gr iff +ĠQ R +ot ch +ĠÐľ ожеÑĤ +Cl oud +ĠStri ke +ĠHe in +Ġ 羣çļĦ +Ġle i +ĠFl ow +weg s +Ġha br +åīĽ åīĽ +nah me +Ì ģ +Ġple asing +op ping +Ġ구ë ıħ +Ġdr an +Ġbang s +Ġ7 9 +Ġsk et +Ġcav al +ĠMac ron +Ġweight ed +Ġm uted +Ġnuest ras +EE P +Ġmath ematic +ĠM RI +ag us +Ġtherap ies +θ ε +Ġun pl +Ġcomm encer +f ull +Ġtow els +Ġpr ue +Ġlic enses +׼ ×ķ׾ +ĠÐŁ оÑĩемÑĥ +Ġpoint less +B ye +Ġelig ibility +Ġscra pe +Ġab usive +ĠM ant +Ġje unes +t al +ĠPrin cip +ĠOrth odox +Ġmel od +ĠмаÑĤ еÑĢи +Ġprosecut or +Ġopio id +ĠÑĥ веÑĢ +ĠBe en +Ġìłij ì¢ħ +Ġd ynasty +Ġajud a +Ġent reg +Ġweigh ed +Ġe ure +ĠB em +Ġab normal +8 2 +ĠJ R +ĠA kt +ĠB ri +ú t +Ġst agn +! * +Ġwe gen +Ġle aking +ĠW ords +ĠM au +Ġv ue +ĠL iam +ани ем +Ġclin icians +ĠP ump +Ġför st +? ... +Ġautom otive +ĠOw en +zus agen +ĠH undred +Ġdecentral ized +Ġbul bs +Ġ×ľ× Ľ +Ġprovin ces +ĠMil an +8 1 +k as +Ġëĵ £ +Ġfor ça +Ġright ly +å³ ¶ +r Äħ +Ġven ues +Ġw ai +Ġpred icting +ĠWi Fi +Ġê¶ģ ê¸Ī +ر ÙĪ +Ġ×Ķ× ĸ +cent ury +Ġgrad ual +ĠProblem e +ĠìĹ ħ +Ġcop ing +ĠBr us +Ġpean uts +irts chaft +Ġз ал +ĠT roy +Ġsper m +ĠM itar +ĠTür kiye +g rand +¦ Ń +Ġ×ŀ× ¡ +Ġp ans +ĠKnow ledge +ber ly +ĠÐķ го +Ġdan ced +ĠFr ost +ĠB urg +Ġbit ing +ìłķ ìĿĦ +me al +Ġhero ic +Ġmother board +ĠL icht +ãģ£ ãģ +ll an +ай н +ĠÑĢ Ñıд +Ġ à¹Ģภ+on en +ir ie +Ar t +r ang +ν η +Ġnew born +Ġam is +Ġا ÙĪØ± +Ġsoph om +ĠCare ful +Ġprospect s +ens en +Ġthr ill +ĠVi á»ĩt +A dam +r ition +ent ric +ud en +Ġcertific ates +Ġas hes +èª ¿ +play ing +Ġs adece +Ġo st +Ġairpl anes +ÑĢ Ð¾Ðº +on er +Ġmagnes ium +Ġgod damn +Ġ197 2 +ĠSch ule +Ġtem at +Ġpart out +௠Ĥ +Ġin ve +ĠScient ists +ĠHud son +win ning +ceks in +Ġcongress ional +or u +Ġro pes +в ед +Ġmad re +Ġf erry +ĠCoh en +ĠP red +Ġvag y +Ġб еÑģп +Ġmult im +Ġdrain age +Ġsim ulator +g iggles +ĠSt adium +об Ñī +Ġnot ices +Ġcraw ling +Ġgr oupe +åı ¸ +Ġkto ÅĽ +ĠY oga +Ġmed ida +ĠÑħ ваÑĤ +ĠL ite +Ġr av +or ama +Ġdisc ord +ĠDI RE +Ġte h +ĠN urs +ç² ī +Ġpitch ed +Ġbark ing +ĠC oke +wi ad +Ġpop ulated +éĻ ¤ +pe lled +Ġб ог +Ġpe wno +ĠC ube +Ġrecru ited +éĢĻ ç¨® +ĠC ara +ıģ ını +im ated +ĠÑĪ ÐºÐ¾Ð» +ic ional +ĠпÑĢо ÑĦ +Ġcontam ination +Ġúlt imos +Ġfear ful +Ġele phants +us i +ĠiT unes +ĠSw ami +ê ¼ +ĠìĦ¤ë ªħ +ĠRich ards +Ġmagn ets +ĠRicht ung +ĠLeg ion +èı ľ +Ġk itty +Ġkiss ed +Ġwater ing +Ġcon o +ĠPalest ine +id ir +Ġma ze +Ġflu ids +ĠProdu cer +ĠKr sna +好 åķ¦ +la f +Ġ×IJ ×ķ +Ġm iesz +ĠX ing +oint ed +se in +ĠF uk +ĠDep ression +ĠD uty +ĠPan ther +Ġsu nd +Ġref ere +Ġexc lusion +Ġnav al +ĠWin ston +Ġsl ogan +Ġhypoth etical +Ġelev ate +ë ł¹ +Ġcabe ça +ĠGes und +m eter +ĠìķĦëĭĪë ©´ +Ġcloud y +â̦ ? +ĠSch ritt +ĠJ S +ì į +ĠSpr ings +ĠB atter +· ° +Ġtail or +ĠPTS D +ĠG ent +Ġba ÄŁ +Ġspat ula +Ġcr ay +ĠLeg isl +Ġs ú +Ġle ve +า ม +Ġer ad +Ġdon g +Ġd erm +ĠBank s +ich o +åħĪ çĶŁ +ĠFr anz +ra vel +éģ Ķ +ол о +Ġfl ute +ĠE k +Ġjoy ful +Ġch ased +ĠLar ge +O ver +Ġentrepreneur ial +Ġcons iders +Ñĥ ем +op a +Ġdorm ir +ĠElement ary +Ġprzy pad +ÑĥÑģ ка +ĠоÑĩ еÑĢ +ug ene +Ġten ido +Ġlug ares +ë ¥ +ĠÑĩ аÑģÑĤ +Ġsa o +Ġbra id +ĠV ere +ĠRe ich +ĠP oss +Ġin an +w and +re f +Ġmont rer +Ġ198 1 +çķ ª +as ında +Ġch rome +ĠTr inity +Ġexplo itation +ĠS ense +ĠC MS +ĠNo ble +ĠìĦł íĥĿ +Ġswe lling +elect ronic +] ? +Ġbr ushing +Ġliquid ity +ĠH ook +ĠCon nor +ĠAl um +Ġgu cken +su ite +Ġwie le +Ġbarrel s +ĠReg el +ĠM ent +ĠT rip +ĠBr ush +ĠE rik +ur ate +ÉĻ r +ĠC yr +ou ble +ĠBe cca +Ġpass words +Å ± +bor g +Ġv endo +ĠCla us +ĠF az +ind est +Ġdece ased +Ġcompar isons +ĠL CD +ĠP ork +Ġevent ual +Ġpat reon +Ġin ability +Ġext inction +Ġì¢ĭìķĦ íķĺëĬĶ +ĠÑģ оÑģ +aj u +Ġ×ij× IJ× +Ġso fort +Ġdest ined +ĠR in +Ġmouth s +ĠNat ürlich +Ġpres erving +Ġlim p +é» ¨ +oc used +ин г +Ġexp osing +ĠÎ ¾ +ë į +la ugh +Ġhis s +ãģł ãģĭãĤī +Ġind ie +Ġdet al +ÑĢав ÑģÑĤв +Ġtr ên +æķ ° +Ġog ni +Ġsimple mente +Ġ197 8 +Ġgo o +Ġ196 7 +Ġgen ug +h ö +Ġhist ó +å® Ł +Ġlob ster +c endo +Ġte il +Ġalle vi +00 00 +OL D +Ġpes os +Ġbon uses +Ġam i +Ġrev ival +ĠHor se +Ġs ack +T alk +Ġmul her +ĠпоÑģÑĤо Ñıн +ĠH ood +H uh +Ġë¶ ģ +Ġhy ung +ĠMe eting +Ġimport a +Ġì°¾ ìķĦ +ĠV ern +Ġstri pped +Ġref uses +Ġqual ifications +op l +Ģë ıĦ +ix ÃŃ +Ġdi ab +it ime +fl ows +Ġin ac +ĠG ong +Ġmeaning less +Ġcourage ous +Ġmicro bi +az y +h ist +Ġvolunte ering +V IE +Ġviol ated +Ġsymp athy +ĠEd it +好 åĥı +elect ric +produ ct +Ġpand emia +Ġgeomet ric +ĠCon vers +g re +Ġgl ut +ist ed +ĠاÙĦ Ùĥ +ĠCh ain +ĠPres ent +ĠY in +ĠÑģ ог +ĠV log +Ġìĸ´ë ¨¸ +Ġdon n +Ġh itch +uck ing +ãģĬ ãģĦ +w ald +ris k +Ġhar i +ĠK ens +ĠId ol +Ġвним ание +Ġtod d +Ġsm ashed +Ġinv ari +Ġкон ÑĤÑĢ +Ġaut istic +ìŀ¥ ëĭĺ +R es +д Ñĭ +ch au +Ġsel v +Ġhät ten +ठ¿ +Ġexpect s +Ïģ η +Ġaç ık +ĠHT TP +le ÅŁ +Ġswe eping +ĠBet a +Ġcounterpart s +ab ile +ĠSim s +C s +Ġrep ar +s qu +Ġprovin cial +Ġshare holders +Ġrun ter +Ġged acht +ĠTe en +Ġgrand s +çĶ ¢ +ag les +Ġrock y +ven s +Ġr ivals +un al +Ġreact s +ë © +Ġmerc ury +ĠLu igi +Ġо г +ĠJ UST +Ġl od +Ġcort ex +w ig +Ġl akh +ì¤ij ìĹIJ +ĠV ic +ĠM und +Ġma pped +ĠD ell +ĠD ruck +Ġlif es +алÑĮ ное +ivid ual +ad ım +Ġat rav +ĠFl ug +ĠKle in +ê±° ìķ¼ +ห à¸Ļ +Ġapp li +ா ? +ü yorum +ĠинÑĤеÑĢеÑģ но +Ġdis infect +> - +Ġchamp agne +Ġk la +op ers +Tr ans +ĠDes ert +Ġcultiv ate +ĠFuck ing +idel ity +ĠÑĤ ан +Ġinc ub +Ġtem u +Ġlearn er +found er +ĠSy l +ãĤ Ģ +Ġf ato +z ier +ĠìĹĨ ìĿ´ +ĠìĪ ¨ +Ġpsych o +ĠÑĤел еÑĦ +Ġregard e +Ġrepresent ations +Ġlit igation +Ġsp ann +ult s +b ior +è¦ĭ ãģ¦ +ä¸į å¤ļ +ĠSur vey +ĠLED s +Ġtr ä +Ġl ên +Ġant ioxid +еÑĢ Ð¾Ð¼ +Ġindu ction +Ġfool ed +ät zlich +ĠговоÑĢ ÑıÑĤ +ĠF act +umb ai +Ġw iggle +NO UN +Ġdévelop p +ĠCl aro +Ġì ¸ +ë ¬ +ãģªãĤĵ ãģł +Ġaccum ulate +Ġmaint ains +ë Ħ +ĠFight er +íĨ ł +Ġmat in +Ġcoup on +Ġst unt +Ġdeb uted +å¾ħ ãģ£ãģ¦ +Ġpra g +ив аем +7 3 +Ġexp res +Ġìĺ¤ë ¹ł +ĠпеÑĢ Ñģон +Ġcalcul us +Ġab rupt +ĠInspect or +our t +æĸ Ļ +ź niej +int ense +B a +Ġl ounge +Ġast hma +ĠHi ç +ª » +Ġeditor ial +Ġse ize +Ġk ır +Ġm ouve +Ġtier ra +Ġtestoster one +Ġr h +ĠKing ston +EL LE +ĠRepresent ative +Ġ197 4 +Ġi ba +T s +Ġsort a +Ġ( ?) +Ġت ÙĪ +ĠëĤ´ë ł¤ +Ġbek ommt +Ġspirit ually +Ġdist orted +M ad +Ġre im +á nh +ĠOtt oman +ĠRel ig +ĠEl s +Ġret ained +ĠLa ughs +æĢ » +ĠS AS +ĠколиÑĩе ÑģÑĤво +×ķת ר +Ġinnov ate +Ġk ork +ĠÑĢаÑģÑģк азÑĭв +ond ere +iv i +ay e +ount y +ĠполÑĥÑĩ аеÑĤÑģÑı +Ġbun s +åħ « +Ġyüz den +Ġsur geries +Ø£ ÙĨ +Ġbankrupt cy +w elt +Ġsi amo +Ġdark est +ĠH ann +gg a +Ġform as +ĠD j +n amed +Ġshield s +ue ller +ĠF ew +Ġl ace +Ġfur ious +ĠY U +Ġsociet al +Ġjudge ment +ĠD os +Ġj ab +law s +Ġrein vent +ĠK atherine +ĠCh oi +ad ows +Ġr ans +od en +ĠMid west +n ın +Ġdep ort +ĠD ip +ç´ ħ +Ġaten ción +ĠCourt ney +ivid ad +ĠÚ© Ûģ +Ġeffic acy +ĠBrook s +Ġrefer ral +Ġкон ÑĨ +Ġmal icious +Ġk ir +ĠGod dess +Ġfun ky +Ġinter im +ĠK örper +Ġìĸ¼ë § +k ur +Ġк ли +Ġtruc s +ges etz +Ġz ug +ĠGl ück +ĠMin ute +Ġprest igious +Ġnie z +Ġconcent rations +ла ÑģÑĤи +ĠS is +ĠVit amin +ko v +ĠP BS +Ġне е +Ġretail ers +Ġcon ventions +ĠSam antha +Ġproud ly +J ordan +ĠJ ASON +at k +Ġtr iste +Ġst är +Ġreiter ate +Ġpos terior +Ġ197 3 +ĠP ine +ĠJul iet +Ġped ir +k il +Ġover lapping +Ġexclud e +Ġecon óm +Ġaccept s +ĠS ter +æ± º +Ġìļ ´ëıĻ +est ab +Ġt ug +ar g +Ġliv ro +Ø§Ø µ +Ġse ams +Ġbur aya +Ġe llo +ĠT M +ĠP aw +ĠInd ex +Ex c +Ġinspir ational +Ġd unk +è° ģ +ak ter +Ġcondition er +ĠSal ut +ÅĤ ec +Ġìī ½ +ĠÑĥз на +ĠRome o +f ruit +ĠY O +Ġchá» ī +б Ñĥ +b ons +Ġreprodu ctive +Ġor ada +Ġíļ ¨ +Ġtent ar +Ġma ñana +ãĤ ¬ +Ġsol vent +Jess ica +ĠLeg al +Ġtu a +Ġs ic +ĠE Q +au kee +ìĭľ ëĭ¤ +ĠÅŀ u +Ġad here +ĠT ul +Ġà® Ĩ +Ġtext books +ĠFif th +Ġexper i +Ġch ic +Ġhe ap +in ely +at ra +T wo +Ġhele maal +Ġf ren +æİ ¨ +Ġbis her +Ø§Ø ´ +ĠìĦł ìĥĿ +ĠT ages +Ġs á»± +Ġbull ied +Ø ¤ +Ġbenef ited +ĠPre viously +ĠÑį ÑĦÑĦ +Ù į +Ġsen ate +ĠM orm +ij ke +ĠF lu +Ġincorpor ating +j ack +Ġп иÑĤ +Ġimp ly +Ġha cks +ĠR ICH +Ġк ваÑĢ +ĠпÑĢек ÑĢаÑģ +Ġdepend ency +Ġìļ © +Ġì± ħ +Ġwäh rend +Ġsu lla +ĠPitts burgh +Ġesemp io +¼ë ¡ľ +pr ot +ĠR osen +ĠIndepend ence +Ġpars ley +ie gen +Ġha w +Ġaqu ell +ĠC AP +ĠÑĢабоÑĤ аÑĤÑĮ +ĠCl iff +ion ar +Ġsec uring +æĪijåĢij çļĦ +ν ε +Ġutil is +Ġcou le +ĠP ing +Ġtre k +Ġf ak +Ġenorm e +Ġìĭ « +è® © +Ġdoub ling +ĠнÑĢав иÑĤÑģÑı +Ġh ed +ho ven +ĠStand ing +Ġm ÃŃn +ĠJ imin +Ġmon arch +Ġco ke +Ġm r +Ġcl ic +à į +Ġimpe achment +Ġdur ability +Ġvar ios +Ġcommercial s +Ġgreet ings +ĠR i +ĠApp reci +ìŀĪ ëĬĶ +Ġrés ult +ér t +Ġsal ute +Ġpoder ia +Ġsun rise +ve ck +Ġreluct ant +Ġcommission er +å¿ µ +â te +ĠKen ny +ĠSir i +ãĥĥ ãĥĹ +ĠëĬ ĺ +ĠE E +Ġun ch +к он +ĠاÙĦØ ¥ +Ġbel ts +Ġhas s +Ġмо Ñı +Ġdispl aced +Ġab ra +ÎŃ Î» +Ġscratch es +Ġcom et +Ġauthor ization +ĠL LC +Ġprodu k +Ġrehabil itation +å ŀ +Ñĸ Ñĩ +ud ing +ol it +Ġ10 5 +Ġexp ands +Ġalt ri +ĠKom ment +Ġan f +P l +ĠM ana +f ed +Ġb ri +Ġor a +G s +ĠG ur +uck land +Ġjun ction +Ġiron ic +ĠFe ed +Ġpra kt +ĠHam mer +Įë ıĦ +ĠTr acy +çµ ± +ĠAs ide +н его +ĠиÑģполÑĮз оваÑĤÑĮ +Ġz aj +Ġequ itable +Ġcur b +Ġãģĵ ãĤĮ +Ġderiv atives +Ġpupp ies +ĠKenn eth +ĠCom pl +ig ram +ĠGar cia +) " +ĠHar bor +est ial +Ġ ä¾Ĩ +Ġ ers +æ ¹ +Ġunw anted +Ġbel ang +аР³Ð¾ +em b +d os +ĠìĻ ľë +ĠBud get +Ġbatt ling +ØŃ ت +k ok +наÑĩ ала +Ġpl ag +Ġcant idad +Ġgrup os +Ġplug ins +ler ini +Ġиме еÑĤ +Ġso zusagen +ol ics +Ġpue blo +Ġrem inis +r än +ĠMor rison +Ġl inha +Ġbreath s +ĠT aste +Ġenf rent +ĠDo cker +Ġд ен +Ġethnic ity +Ġw ob +Ġsuff ers +Ġtransition ing +ĠR ange +ÄĻd zy +Ġк аÑĤ +Ġsy ner +Ġdon ut +Ġprob abilities +ĠO mar +Wh ich +u ish +is in +Ġdem os +ĠìłĢ 기 +Ġëĺij ê°Ļ +Ġед ин +Ġc erve +Ġj oka +I AN +Ġkilomet er +Ġhorizont ally +ĠBh ag +Ġ- > +ĠMon itor +Ġknowledge able +Ġf av +Ġpin ned +Ġe Bay +ick er +Ġìŀłê¹ IJë§Į +ĠXia omi +Ġcap it +Ġn p +Ġ196 5 +ho e +Ġn ok +ĠS age +Ġн елÑĮзÑı +ĠT ow +g am +Ġdic en +ĠSUBSCRI BE +Ġrebo ot +Ġp aj +Ġë³´ìĹ ¬ë +Ġth icken +ĠRe ality +id än +N a +Ġê²ĥ ìĿĢ +!! ) +Ġrout ines +Ġод ного +Ġex ting +Ġì¦ Ŀ +Ġsulf ur +Ġcar ve +Ġastero id +ĠWarri or +Ġphotograph ers +Ġpe ll +Ġcros sover +æĪij çŁ¥éģĵ +Ġhace mos +ĠNe j +Ġsett ling +Ġir m +ĠBook s +ient ôt +Ġesp acio +ĠSchol ars +Ġdo omed +ĠIR S +w ohl +Ġseg ue +ĠëĪĦ ê°Ģ +Ġpr atic +B T +ĠConsider ing +ĠBuff alo +Ġtrain ings +Ġge bru +ĠG leich +Ġpir ates +Ġen velop +Ġre open +im at +Ġte e +Ġsu ed +fe h +Ġ×Ķ× § +Ġdi ets +Ġjunt os +ast o +Ġmisunder stood +Ġru im +Ġclass ify +ĠпÑĢод Ñĥк +Ġin se +Ġillust rated +Ġcorros ion +Ġacc red +ĠAunt ie +ĠпÑĢив еÑĤ +ĠLI VE +Ġre k +Ġrece ipt +åΰ åºķ +ĠBar bie +ĠSn ake +t urn +Je ff +ãģĬ ãģĬ +ķ Ħ +VO ICEOVER +co ll +Ġrun ners +ìł ľë +os os +mo on +Ġkey note +ĠInst it +S PEAK +Ġplug s +Ġcur v +ĠY uri +ĠTh eres +ĠP s +Ġμ ÏĢο +Ġconver ter +Ġref ine +Ġbad ass +Ġο ι +Ġreg en +az zi +ÙĬ Ùģ +Ġse ized +Ġiç er +ile e +Ġup stream +Ġbud s +Ġp im +Ġíķĺë £¨ +Ġall uded +Ġthem ed +Ġconsist ing +Ġb ons +un uz +ĠпÑĢов од +ĠLove ly +ॠĭ +Ġpar ach +ĠSta ats +éļ Ĭ +Ġselect ive +Ġf ase +ĠGeor get +Ġcoc aine +Ġreprodu ction +ĠL ara +ĠL D +Ġg h +J on +Ġl Ã¥ +Ġëij IJë +Ġtyp ed +ĠB ana +ë ĵľë +Ġsav ory +ĠZ omb +stand en +Ġpedest rian +Ġdifférent s +Ġìĭ ¸ +èī ¯ +Ġcompl ained +ç¦ ı +ĠÐļ ÑĤо +Ġ×ľ× ¤ +ali ÅĽmy +Ġmort ar +Ġverd ict +Ġsu ficiente +ĠMill ion +mitt el +in als +ĠاÙĦØ ® +аÑİ ÑģÑĮ +Ġmi ÄĻdzy +ĠO le +Ġin vert +czy Äĩ +озм ожно +star ter +Ġaud itor +ĠSc out +ch ien +ĠSver ige +uff led +Ġze hn +ĠA uckland +Ġarg ent +Ġ197 6 +ĠHo e +Ġboth ers +Ġsocial ist +Ġpl iers +Ġemer gen +ĠX P +еÑĢ Ð¾Ð² +M ore +ĠLe vi +ĠAnd ers +ibil idad +ĠP arents +Ġindu ced +ìĸ´ì ¤ +Ġbal ances +ĠвÑĭ ÑĪ +Ġsubmar ine +St art +Ġdri es +Ġvol ver +Ġtick ing +c ott +Ġf aj +pr és +ĠS abb +Ġза Ñĩ +Ġпок Ñĥп +Ġbapt ized +ĠBrill iant +ĠÐij ог +Ġm ots +b its +Ġlatt ice +æĪij è·Łä½ł +Ġcor iander +Ġresid ency +yn c +Ġpier wszy +ĠKn ock +ĠZ ap +ĠÐķ в +ê² ¬ +å°ı å¿ĥ +Ġune ven +ĠJ as +od or +ç¿ Ĵ +7 4 +ĠS ite +Ġacontece u +ym pt +Ġtril ogy +Ġlan tern +ĠZ ucker +v ari +we lling +ĠPot ato +gom ery +Ġreact ed +ĠChr on +Ġj ede +be eld +Ġtw ent +Ġl act +æ¨ Ĥ +Ġré se +Ġrel ent +Ġfurn ace +Ġwid get +Ġearthqu akes +ĠAd just +il it +ĠØ£ ÙĪ +Ġhear ings +Ġdefend ant +irs iniz +Ġbas k +c ja +ľ ¨ +Ġrif les +Ġinst al +ĠFor give +p ical +ĠÐŀÑĩ енÑĮ +Ġpet ites +Ġh p +Ġren owned +ĠIn n +Ġ주 ìĦ¸ìļĶ +Ġemphas ized +éĹ® é¢ĺ +ĠìŀĪ ì£ł +Ġê²ĥ ìľ¼ë¡ľ +ãĤ Ĩ +Å ĵ +g ili +D ave +Ġexha usting +ÅĤ ug +Ġsch ema +μ ά +cy cl +Ġaut ant +Ġpar cel +Ġmater ia +ĠB erry +ĠÑģ ами +Ġextract ed +ĠSay ing +ism atic +Ġпоп ÑĢоб +Ġneur on +g raph +ľë ©´ +Ġencl osure +ĠJoh ann +Ġafter math +ÑĤ об +Ġu ży +Ġs amp +3 60 +ĠMe i +Ġt aco +Ġrecept ors +Ġpunch es +ĠHo je +ĠÙĩ ÙĨا +=" # +ĠAng ular +Ġmus ique +Ġro l +Ġà ± +ster reich +Ġcl am +ĠTre asury +chem ical +Ġap ar +Ġapp end +Ġforb id +ĠHamb urg +ак ов +Ġê¸ Ī +ild a +Ġprepar ations +Ġmog Äħ +Ġcam ino +E ric +ĠBl ind +èĪ ĩ +å¹´ çļĦ +ĠDis covery +ì¸ ł +çĪ ¶ +Ġinterpre ter +Ġb red +ĠPsal m +Ġdef ended +ìī ¬ +ĠEr fahr +ĠPe ach +Ġmo ons +ĠO st +Ġspé cial +Ġarri ver +ĠW is +u ci +Ġrobot ics +I VE +Ġsie ge +ar la +Ġsepar ates +ĠT C +íı ° +quis ite +Ġparenth eses +ик е +ç« Ļ +Ġtr ous +å» º +ĠÑģ илÑĮ +Ġbe ers +Ġпл аÑĤ +ãģĻãģĶ ãģĦ +Ġso la +Ġd ès +ming ham +ik te +Ġo ops +Ġtw itch +å° ĩ +Ï Ī +ĠShould n +uv re +Ġle er +cript ions +Ġeyes hadow +ĠGu o +ĠPow ell +Ġsup uesto +Ġan a +r als +ĠMont real +Ġsurf ing +ĠÐŁÐµÑĢ Ð² +×ŀ ×ķ +Ġmillise conds +Ġsubur bs +Ġplanet a +ÑĥÑĪ ÐºÐ° +hr lich +ĠH Y +Ġس ÛĴ +ĠM M +ĠE ff +åı¯ æĦĽ +ĠH S +ans on +Ġì§ģ ìłij +Ġsu o +Ġdeploy ing +Ġk unt +ter ing +Ġere ct +ìŀ¥ ìĿ´ +ĠìĿĮ ìĭĿ +Ġspec imen +! ... +æĪij 說 +Ġlig ne +Ġk onst +ade qu +Ġìĥģ íĥľ +Ġaccess ed +ĠP ole +k ill +Ġë² Ħë +Ġauthentic ity +Ġapp elle +ull e +Ġrev ision +Ġgo ats +г ли +Ġp au +ĠR anger +ĠIm ag +aut hor +Ġe ve +ĠMess enger +Ġn ay +Ġwh oles +ät te +Ġon wards +ĠDep ois +Ġíijľ íĺĦ +ĠSAR S +Ġwszystk ich +Ġdest ru +umb ing +Ġcompat ibility +Ġmis information +od ore +ĠF avor +ek o +ı Į +w aukee +ĠTe aching +ĠK O +Ġbet ting +Ġquest s +Ġviv re +ĠмÑĥз Ñĭ +Ġs aga +Ġswe ll +Ġge he +æĢİ麼 樣 +ĠоÑĢг аниз +Ġg ide +ĠG ross +Ġdale j +Ġcl aws +á»Ļ c +Ġprejud ice +Ġins ign +i hood +Ġpl ed +Ġdó nde +ĠPolit ical +Ġprem ises +und ert +ع ت +on nen +Ġespa ço +Ġf é +ĠHarr ison +ĠC ensus +Ġcard io +Ġdi y +Ġmil ieu +Ġjourn ée +ĠRe lease +N IE +ĠM uk +id ée +á»į i +Ġiç inde +ŀ Ļ +Ġreson ate +Ġm oles +ĠF lying +ĠGl oria +ĠPast or +ĠAre na +好 ä¸į好 +N ON +ол ов +Ġall ÃŃ +om at +ìĸ´ë ıĦ +Ġcaracter ÃŃst +Ġdecl ining +Ñĸ Ñı +an co +ĠIn form +Ġbarg ain +Ġbus hes +ĠNat urally +Ġre chts +ĠT ensor +ĠPat ricia +Ġprincip io +ĠM umbai +Ġwom b +Ġnost ra +Ġdile mma +Ġirgendw ann +Ġ196 4 +Ġenerg ÃŃa +Ġна ÑĢ +Ġseg regation +ĠA thlet +Ġ» , +Ġy eni +ĠSe it +Ġven om +Ġdak ika +Ġëı Įë +ĠÃī l +Ġf us +ĠM og +¦½ ëĭĪëĭ¤ +Ġrem ar +ĠTed dy +Ġbreast s +ic ans +æĶ¶ çľĭ +k ap +Ġh Æ¡n +ĠJ P +ãĥ³ ãĤ¿ +Ġresur rect +ĠìĿ ¸ë +her ical +Ġfot ograf +ĠJos é +Ġlivel ihood +Ġbib li +ter i +Ġvor stellen +ĠA AA +Ġassess ing +Y A +Ġspl end +Ġexca v +Ġbapt ism +y ll +w ow +M ac +Ġpl astics +teok bokki +Ġintéress ant +Ġcommand ed +Ġfamous ly +ĠÐĺ ли +ĠMan uel +Ġsouth west +Ġde formation +ÃŃcul o +ĠнаÑħод иÑĤÑģÑı +ĠP atter +d egree +ĠczÄĻ sto +" - +Ġìħ ĭ +Ġman ger +ĠTrust ee +Ģë ¦¬ +Ġpunt os +iv able +Ġvol atile +ĠëĬ IJ +Ġinst ability +Ġc iel +ci Äħ +Ġpur ity +но ÑģÑĤ +S il +ed ar +åĻ ¨ +NOUN CER +Ġspe lled +G ER +Ġsanct uary +Ġacceler ating +Ġsc out +ĠпÑĢ ÐµÐ² +f ahren +ãģĵ ãģ¡ãĤī +ĠëĤĺìĺ ¨ +Ġpocz Äħt +ĠMe u +ka ar +³´ ê³ł +ak ra +D own +ĠÃĦ r +ĠEl ite +Ġall ons +Ġmay onnaise +ĠS ustain +prising ly +Ġsuper vis +Ġê·¸ëłĩ ì£ł +Ġunemploy ed +Ġfresh ly +Ġ×ŀ× ¢ +ĠD h +Ġtack ling +Ġo gr +Ġì´ Īë +ãĤĪ ãĤį +Ġlo ft +ar ah +ĠA irl +ĠD ir +ĠÐľ ожно +Ġbook ing +ĠC RA +Ġhtt ps +Ġcho ke +Ġg own +Ġno ite +Ġz ac +ist ol +Ġsec re +Ġresemb les +Ġcu ad +ìĤ¬ ê°Ģ +sh ow +Ġbl anc +Ġag u +ĠPr int +ast ed +ĠWe ather +i pl +Ġobsc ure +Ġcont e +ough s +) ; +ĠD ame +ä¸Ģ 缴 +Ġclar ification +Ġintim acy +Ġup hold +ĠMir ror +Ġw agon +x ide +Ġcl og +app er +ĠImmedi ately +ú de +Ġtouch down +Ġro oft +аÑĪ Ð° +Ġç ıkt +Ġla isser +ĠUn real +ens itive +Ġ12 3 +Ġpl aster +Ġduck s +Ġet me +Ġb ishop +bre vi +Ġb ic +ä¸ĭ åİ» +Ġrun time +Ġamb itions +м аÑĤ +ĠWe in +ĠMar i +ĠíĬ ¸ë +Ġresol ver +Ġng Ãły +ĠR ise +ãĤĪãģĨ ãģ« +ĠCr us +Ġmerchand ise +Ġel i +Ġstate wide +Ġow l +éģ ł +æĶ ¹ +Ġtwist ing +Ġcontam inated +ĠCom merce +hy thm +ĠÃ Ī +Ġìĭ ¤ë +Ġmus ste +u ir +Ġsum s +ĠSome where +ãĥ İ +Ġk ami +Ġa ired +ĠAND REW +Ġê º +Ġv iendo +Ġantib ody +Ġabsol ument +Ġprotest ers +ĠQué bec +st adt +Sha un +Ġcham bers +ĠWe ar +ĠEffect s +Ġhaz ards +Ġne i +Ġcoraz ón +Ġá ¼ +ĠS G +Ķ © +ĠìĹŃ ìĭľ +Ġcom fy +ĠC ody +Ġpens ando +Ġg anska +ĠAc ross +öll ig +aby te +Ġwed ge +Ġkal ian +Ġsig ue +end es +ĠGro ÃŁ +Ġutil iser +Ġfl own +ани Ñİ +Ġle var +rest rial +Ġillust rations +Ġas lında +BLE EP +Ġдо ÑģÑĤ +Ġtur ret +Ġsuit case +ziÄĻ ki +Ġsket ches +Ġac red +ĠRe i +Ġt sun +ĠS ag +Ġthird s +ĠKIR BY +ra i +Ġhuman os +Ġrecomm ends +Ġextraordin arily +Ġcommence ment +K N +ope z +Ġ×ij× © +Ġlet hal +ĠEst amos +Ġinspect or +ĠSe ok +e un +Ġoff shore +Ġget tin +ye ars +ĠSil ence +ĠNat ur +up un +Ġtr zy +Ġno get +Ġhamb urger +ĠPra ise +é nd +Ġ197 1 +yl ie +k rit +ĠìĥĿê°ģ ìĿ´ +çļ ® +Ġmoment os +Ġest é +Ġdisse min +Ġgig s +Ġdes af +Ġav is +ĠZ oo +ĠìķĬ ìĿĢ +h äng +åı ¥ +h ake +ĠB ism +Ġre think +ĠMal colm +Ġident ifies +l ower +ix el +Ġtv Ã¥ +k ed +ier z +Ġö ffentlich +Ġproc laim +so on +l ol +Ġlo i +Ġb itten +ro llo +Ġser mon +Ġes qu +Ġjack ets +Ġgr áfic +Ġпок азÑĭв +Ġcabe za +ch odzi +Ġpel vis +Ġnost algia +Ġbre w +Ġshort cuts +ĠAd emás +Ġsuperfic ial +åħ© åĢĭ +Ġbo ca +ĠæĪij æĺ¯ +iment os +åĽł 为 +Ġspr outs +é£ Ľ +ĠJon as +ĠFloren ce +st atic +da ughter +* ) +ÅĤ by +f ashion +ĠG inger +Ġë§ ¤ë +Ġhust le +ut os +ĠÑĤ Ñıж +ĠL ös +ש ×Ļ×Ŀ +any ch +tu ber +Ġtid y +Ġfront al +Ġwhis key +Ġhum id +ĠÎ Ł +Ġr idge +Ġmar in +Ġb ientôt +ĠCarr ie +ch w +Ġtah un +ĠEr geb +F R +Ġìłķ ë¶Ģ +ĠSold ier +Ġenlight enment +Ġexam ining +ĠNot re +Ġer am +ĠSun ny +Ġlay ered +ĠD azu +r ades +好 åIJĥ +ĠнаÑĪ ÐµÐ¹ +Ġtim ber +Ġman ners +ĠBir mingham +Ġmini ature +omet ers +Ġfill er +ĠR ip +ĠK omb +own er +ì ¿ +id ian +Ġdem ás +ĠÙĪ Øª +Ġpreca utions +Ġgovern o +z elf +ĠCom plete +å¸ ĥ +ĠPh antom +ãģ¾ ãģļ +Ġн ез +ĠкаÑĢ ÑĤ +ĠAnt wort +ĠPf izer +ĠFran co +Ġw ÅĤ +Ġfr ig +es per +Ġk ale +Ġfilm maker +Ġk urt +Ġinv alid +å± Ģ +are lla +Äĥ ng +ram ento +Ġnutr itional +Ġdict ators +Ġaf in +Ġf uzzy +ĠG ina +ó t +ĠExtrem adura +Ġdemonst rations +ĠMont gomery +íķ´ì Ħ¤ +ĠGand hi +ãĥ Ŀ +ç½ ® +Ġreun ion +Ġjaki ÅĽ +ĠZ ug +OU GH +l ifting +Ġ ಠ+á¹Ľ á¹£ +e b +ĠW OW +ĠSh iva +omet ry +Ġwild ly +Ġt ended +Ġmeg ap +ì² ĺ +Ġna use +Ġg erek +ãĥ ĭ +ĠMar cel +Ġn este +Ø® ر +Ġfe h +åĨ ħ +susp enseful +ĠWrest le +ĠPalestin ians +ĠG ORD +iy et +ĠÑĢ Ð°Ð´Ð¸ +Ġvers uchen +Ġtrans istor +ĠÐŁÑĢ Ð¾ÑģÑĤо +Ġпон ÑĢав +Ġrhy me +ĠVerm ont +pl atz +è® ° +ĠÄ°ÅŁ te +ĠH ag +ĠÐĺ м +ĠÑĢаÑģÑģк аз +Ġmet ros +ĠInfin ity +w olf +ib al +ft ig +Ġ ÚĨ +Ġíĺ¹ ìĭľ +Ġo ggi +Ġdisp osit +ĠпÑĢ Ð¸Ð» +ĠвÑĭ пол +Ġth ôi +ĠK ENN +Ġhand ing +act us +Ġtac os +Ġformer ly +ĠCorinth ians +ãģ« ãģ¯ +ÑĨÑĸ ÑĹ +Ġpad re +Ġcongreg ation +æ ij +fer t +Ġsub ir +ais er +qu a +ara oh +ĠCur ry +ĠìķĬ ëĬĶ +ел Ñİ +Ġf uss +Ġbo oty +Ġl ows +Ġh ommes +ĠM H +ĠDisney land +w ent +Ġresid ue +Ġbe eping +è¼ ķ +ät ta +Ġm ould +ĠPro jekt +st alk +Ġartif act +ĠAnt rag +ĠAM D +ĠCry pt +Ġë© Ķ +ĠFel ipe +ĠCO B +el u +Ġself ies +ĠS anti +ch utz +ĠУ кÑĢаÑĹ +ges amt +Ġflo ck +j az +pl ain +Ġwr inkles +Ġre ais +Ġpal jon +Ġempower ment +Ġattend ees +pp a +Ġn eden +он Ñĭ +Ġtime frame +ĠCher ry +Ġid ée +Ġg ag +Ġdon key +Ġô ng +ĠH are +éļ Ľ +ĠK ara +Ġacom pan +pl aces +im ientos +ĠH amm +б и +ub en +ili yor +Ġth irst +Ġk ry +ĠGeorget own +׳ ×Ķ +Ġor ch +Ġheart beat +Ġtransform ations +est ones +ĠK H +Ġcart oons +Ġan ci +Ġworth less +Ġtail ored +p u +Americ ans +Ġp iles +ĠMon key +Ġbas in +ĠTem per +ĠP aint +Ġpunch ing +Ġba ik +ĠOak land +v re +ÅŁ allah +yd d +Ġcas ually +od u +Ġc oded +ĠNorweg ian +ĠV ince +Ġprem ature +ĠProm ise +ек ÑģÑĤ +Ġdevast ated +ĠPrem ium +ĠPar am +ĠÃĸ yle +um uz +P O +r ators +Ġlamp s +Ġterritor ial +Ġback bone +list ed +D Y +ĠاÙĦ ر +Ġpurs ued +ĠComm ons +Ġê³ ¡ +lo cks +ed or +Ġconce ived +g ere +Ġdisappe aring +ĠS ull +ĠìĹ °ë +Ġho ffe +Ġdet ox +íĶ Į +Ġret ir +ĠëģĿ ëĤ +Ġper gunta +ĠB OY +ç² ¾ +Ġp enn +æĿ¥ äºĨ +h és +h on +Ġcatastroph ic +Ġa ust +Ġtor so +Ġìĸ´ ëĬIJ +ĠìĤ¬ëŀĮë ĵ¤ìĿ´ +Ġmarvel ous +ĠHar ley +ach ine +Ġti ế +itt o +ĠI ÃŃm +yl on +Ġshut down +.' ' +Ġap ologies +ĠCommun ication +ĠговоÑĢ Ñİ +ãģĤ ãĥ¼ +âĦ ¢ +ÃŃ veis +ac un +Ġret aining +Ġcontrad iction +ĠAD AM +C OM +Bry an +ĠM onsieur +Ġadap ting +Ш ÐIJ +ĠSc r +änd ert +Ġpl aus +ä»Ĭ天 çļĦ +Ġon set +Ġassist ants +Ġval ves +Ġsc atter +ĠR ust +aw ia +Ġread iness +Ġp ais +Ġb ible +Ġamb iente +Ġа меÑĢик +Ġunc ond +Ġk alk +åĬ ¨ +Ġmo c +un n +Ġact u +Ġhum ming +iss imo +ĠPat rol +g ow +ãĥ ¤ +ĠTHE Y +ĠBod en +ĠB ie +Ġre el +ĠÑĥÑģл ов +Ġende avor +ĠPer iod +ustom ed +m als +al on +B ox +ĠÏĥ αÏĤ +Ġom dat +Ġal tre +ĠHe h +k ad +Ġprotect or +Ġdomin ance +odynam ic +Ġcommunic ated +k ö +Ġprede cessor +ĠL uk +ĠFl ower +Ġãģ © +po que +ÑĤи ÑĢов +Ġret rospect +Ġdecis ive +Ġexem pel +{ \ +ĠR ück +r ite +ĠZe us +Ġcal orie +Ġattract ions +ĠH inter +Ġuh m +ĠíĮ IJ +Ġrul ers +Ġdiscour aged +Ġaconte cer +Ġacc ents +ĠOpt im +ĠAl g +k ids +20 21 +ĠLind say +Ġfilm makers +pr owad +Ġter ug +ëĭ ´ +ĠSom mer +20 18 +Ġborrow ing +ĠTrans fer +н оп +ari as +Ġhead phone +ì¼ ľ +Ġtransl ating +Ġauf ge +ப à®Ł +we is +av ant +pa id +b aby +Ġtough est +Ġrepe ats +ĠTer esa +L ord +Ġacab ar +ĠR ide +d ir +Ġl eng +Ġd wa +Ġhead aches +Ġn ữa +ĠнаÑģ ÑĤоÑıÑī +Ġbo ils +Ġlong ing +ri as +ó rio +ĠParad ise +ĠSeñ or +erd em +Ġrein st +Ġsal aries +Ġinsec urity +ÅĤo ÅĽci +ĠабÑģолÑİÑĤ но +ink en +ĠEd dy +ud os +Ġd ummy +Ðļ ак +s ix +Ġin box +Ạ© +Pe ople +á»ĵ ng +Ġorganiz ers +f ind +Ġü l +ĠCO M +ż a +we ile +Comment ary +íĬ¸ë ¥¼ +ĠMitt el +k us +èĽ ĭ +ठ¨ +ir al +Ġgar ment +ικ ά +Ġst ool +pay ers +Ġsh immer +ĠO llie +ĠJe żeli +è¿ĺ æľī +Ġ197 7 +Ġje ux +Ġext inct +ĠTransport ation +ĠM aker +Ġj ohn +Ġrich est +Ġtraum at +Ġli egen +´ë ¥¼ +è¿Ļ éĩĮ +Ġun rest +ĠSt raw +æĭľ æĭľ +Ġcom a +ĠKr isten +ĠÐļон еÑĩно +ĠBry ce +ĠÑıк Ñĸ +Ġpearl s +Ġпоним аÑİ +Ġadd itions +Ġas ympt +ĠменÑĮ ÑĪе +Ġsc ans +Ch ild +ĠH ide +к ÑĥÑİ +et as +Ġd ank +Ġple as +Ġess ays +Ġj ets +åħ Ĵ +Ġв ед +Ġposit ives +ho f +- ) +zz o +Ġstar ters +Ġsm iled +Ġ194 4 +qu iera +Ġro k +Ġpu esto +N ico +Ġsim ulations +Ġ à¶ +Ġintrig ued +ĠOver watch +åĸ Ĥ +s igh +b ai +Ġë§IJ ê³ł +id é +Ġcra bs +áºŃ p +ĠIraq i +ìĿ´ë ¥¼ +ÑĤ Ñı +ĠSoph ia +ĠDN S +Ġönem li +ĠLu o +Ŀ ¤ +ĠCoun sel +l igen +анÑĮ ÑĪе +Ġtrump et +Ġd apat +ĠJ M +ĠEVER Y +Ġå°į ä¸įå°į +å¤ ¢ +ĠL ayer +Ġc ô +н ал +ĠJ oo +ĠH ack +Ġs unt +ĠLeon ard +ĠFire base +äng er +Ġexpl oding +v oy +Ġì¦ IJ +ĠÑģ еÑĢÑĮ +Ġsever ity +Ġbest imm +çµIJ æŀľ +Ġt iring +Ġprocure ment +Ġdiplom acy +Ġdecor ative +ĠÙĬ ا +Ġpenet ration +Õ « +Ġout right +EN E +ĠUn i +od les +Ġz eros +Ġdelight ful +j m +Ġdo po +没 äºĭ +Ġposit ivity +ĠVIS TA +ĠRes ource +íĥ Ģë +ÑĪ Ð¸Ðµ +C arl +Ġpip ing +Ġchop ping +ĠGan ze +ü ss +ĠA o +Ġsh attered +ĠDet ective +Ġund oubtedly +Ġhall uc +Ġen ch +Ñĭ Ñĩно +ÑĥлÑı ÑĢ +is esti +Ġped als +Ġdur um +¤í Ķ +la imer +Ġprop re +C u +Ġtransl ator +Ġca ÅĤ +Ġê·¸ 걸 +Ġca ÅĤy +U A +Ġrev ised +Ġпод об +ĠArt icle +ĠHait i +Ġà ĵ +ĠC trl +Ġroz m +la it +Ġletz te +is pering +dis play +Ġalumin ium +Ġpalab ras +Ġconoc er +Ġz itten +Ġdir ig +åıª æľī +Ġbrain storm +Ġw ifi +ĠPart icip +Ġview point +ĠQu an +Ġhier arch +W elcome +å¯ ¾ +Ġoff en +ĠRe covery +gan o +W ould +Ġrep ro +Ġper ceptions +Ġdem asi +ĠBangl adesh +ĠIncred ible +Ġlet zt +Ġbehav ing +Ġaston ishing +Ġâ Ĩ +ĠëĤ¨ ìŀIJ +èµ° äºĨ +ãĥ Ķ +ĠGORD ON +C AR +? !" +ĠP rest +Ġë§ŀ ìķĦìļĶ +Ġt and +Ġl ash +ç Ĭ +ific ant +Ġint oler +Ġг еÑĢо +Ġte u +as o +ĠÑģов еÑĤ +Ġtravel ers +ĠSy nd +ĠвеÑĢ Ñģ +F onda +ad ı +Ġtrans cription +Ġtit anium +Ġtw ists +Ġgear box +ens ation +f at +C oll +ĠCommon wealth +z on +ĠPolize i +ĠAPP LAUSE +f ry +ĠJud a +este em +Ġso ck +ĠJug end +Ġк ÑģÑĤаÑĤи +ĠD ro +Ġproch aine +ãĥ¼ ãĥ« +Ġli ksom +ĠEner gie +ĠMar ina +Ġ2 30 +Ġê°Ģ ìĦľ +ump ing +Ġl one +ç´ ļ +Ġfont s +Ġbusiness man +Ġp ly +Ġdo e +gr id +ĠMil waukee +ĠE den +! ". +ĠÛĮ Ûģ +og ens +Ġteas er +Ġqui én +Ġincent iv +go vern +Ġchild care +Ġsneak ers +Ġimprison ed + ® +иÑĤ еÑģÑĮ +an bul +Ġreg ain +Ġtranqu il +Red ner +éĽ ¨ +IF A +Ġide ological +Ġmayor ÃŃa +Ġb ureau +et erm +ĠD ID +ìĬ · +Ġw aving +Ġbe b +Ġá r +Ġк в +Ġenv oy +an ut +ик Ñĥ +ĠEnviron ment +ĠAss ass +ãĤĵ ãģ§ +ĠB read +ĠТ ÑĥÑĤ +Ġstair case +ĠDise ase +Ġauc un +Ġëĭ Ī +Ġconfront ation +Ġ194 1 +Ġiron y +Ġwor sh +ãĤĮ ãĤĭ +Ġf ick +ĠNa omi +Ġback side +ie ux +K ap +Ġved ere +Ġlength y +Ġbreak er +ĠRoll e +Ġpred ator +Ġnoss os +Ġadvert ise +è³ ĩ +ÑĢод е +Redner wechsel +re ten +Ġcollect ors +ıģ ımız +Ġtr ig +Ġax es +in ters +Ġpen alties +ĠOs man +ĠJen na +Ġfl akes +Ġtrain ers +Ġstun ned +ĠSc roll +ĠP ip +Ġна ÑģÑĤ +Ġnh Ãł +ĠSm ack +ẫ n +rat os +ĠÑĢабоÑĤ Ñĭ +Ġu cz +ĠLem on +ĠS ind +Ġpsych ic +ĠAb g +Ġmamm als +Ġimmers ive +Ġb ots +Ġverschied ene +Ġg eral +Ġfoll ower +Ġ ä»ĸ +Ġsegur idad +Ġimmers ed +fe ito +c ross +Ġö ld +íĥ Ħ +Ġãģĵ ãģ® +Ġ×Ķ ×Ļ×IJ +ĠJ ian +Ġbili yor +are a +Ġk af +Ġgod t +缸 ä¿¡ +Ġë°© ìĨ¡ +Ġdet riment +æ¥ ļ +Ñĸ л +ĠÄij âu +Ġchlor ide +ø re +le i +Ġmont e +Ġdifférent es +à¯ģ . +Ġcareg ivers +Ġin adequ +Ġfare well +ĠÑĤип а +ont ec +ĠE ph +HH H +ĠTod os +ĠС ШÐIJ +Ġtro v +Ġl ige +Ġc ông +ĠC iv +Ġcap az +ĠV allahi +Ġquest e +Ġrepl ica +س ب +z na +ĠÑģл Ñĥж +ĠP T +w ave +ien i +Ġrel ied +de velop +Ġdem e +ĠA man +Ġ[ ...] +Ġcompl iments +u ais +ĠíĮ ¨ +Ġsmell ing +Ġdad urch +ÙĪ Øª +Ġor anges +Ġл ай +Ġstabil ization +åĢ į +ãĤĮ ãģŁ +æ¥ ½ +Ġappl iances +Ġh m +ĥ IJë©´ +odynam ics +Ġc iÄĻ +ĠC ott +M ON +ĠM ang +æĶ¯ æĮģ +Ġall erdings +ικ ή +sh ots +Ġt s +ĠG ör +ĠCH AR +Ġ: ( +Ġwr ath +Ġf ique +Ġfüh ren +Ġtest ament +Ġ^ ^ +á¹Ľá¹£ á¹ĩa +AL D +Ġtext o +ĠDog s +Ġs ib +Ġpath etic +ock s +Ġrad ically +ĠM ORE +ĠJAM ES +Ġing l +ĠTechn ical +Ġpor ch +ĠU T +ĠобÑıз аÑĤелÑĮно +Ġrenew al +Ġaesthet ics +ik um +Ġbe verage +der n +Ġpredict ive +Ġch uy +ĠRegard ing +ĠFor ward +ĠÙĪ ÙĦ +Ġcontext ual +Ġdwar f +Ġpre he +Ġgovern ed +ħ Ħ +Ġtrabal har +Ġnegó cio +ĠболÑĮÑĪ Ð¾Ð¹ +еÑĩ аÑĤ +Ġд ÑĥÑħ +Ġflood s +Ġbow ling +ĠO B +ĠH är +Ġgrad ing +주 ëĬĶ +Ġg ars +d ling +Ġr ak +ë Ī +c reat +ĠÑī е +Ġneighb ours +f ood +Qu ery +Ġhero in +ice ps +ĠK inda +N ET +Ġmar i +Ġim itate +Ġach ter +Ġsettle ments +ra re +cc iones +Ġë ĵľ +Ġf ik +it ung +Ġм акÑģим +Ġel f +Ġd alla +ĠPol sce +ĠP ul +Ч ÑĤо +ĠMor gen +ØŃ Ùħ +Ġsuprem acy +Ġk ys +ĠHur ricane +ĠG TA +ĠFe h +Ġfinal mente +m und +ĠK rie +é poque +ĠT ucker +IT T +Ġl ur +Ġdi pping +ä v +Ġeer ste +ĠFl int +bild ung +ู à¹ī +Ġto im +Ġpr acy +Ġtransform s +Ġspeed ing +Ġpresent er +Ġfellow s +f illed +ie za +Ġadv ising +ĠInter view +и гÑĢ +we hr +ĠD ante +pt ure +Īë¬ ¸ +¯ ¸ë +IJ IJ +ĠCoun ter +Ġcr ist +Ġì§ ľ +Ġje une +ĠÑģÑĤ ÑĢаÑĪ +Ġmie Äĩ +Ġtut or +Ġmas ala +Ġpowder ed +Ġn au +ĠFreder ick +Ġbill ing +ĠE isen +Ġд обÑĢ +Ġm est +æ ½ +Ġsn ipp +Ġmon o +ĠA lo +ĠMer cy +éri ence +Ġcasual ties +ĠAN NOUNCER +ä» İ +Ġto car +Ġbacter ial +H o +Ġstre ak +ĠJ ENN +Ġpl ast +Ñģ лед +Ġre app +Ġpay check +Ġmin ers +hab t +ĠJ ap +н ÑĥÑĤ +Ġred emption +Ġqu ir +hn lich +Ġaccum ulation +Ġsh ove +Ġadrenal ine +M ake +ĠH ern +oss ing +ĠV il +ub by +her tz +bre aks +Ġsp ur +ĠD aha +US TIN +Ġcontinu er +ĠSa ul +ãģ® ãģ¯ +Ġíı Ń +ĠëIJĺë ©´ +Ġë§IJìĶ Ģ +Ġо ж +Ġsuspect s +Ġla quelle +ĠMuch as +Ġv öllig +ul en +Ġimp res +Ġlo bb +ene e +Ġн аж +T a +Ġréal ité +ĠRe x +Ġharvest ing +Ġest r +æ ¶ +osp ace +OS S +Ġdisturb ance +ass ic +ĠIs ab +Ġdéc ouv +ĠHamp shire +Ġor nament +Ġlu ôn +ĠU W +Ġj Äħ +éĤ£ ä¹Ī +Ġrespect o +Ġcomun idad +Ġcom igo +ag na +Ġintrins ic +ĠAlum ni +Ġses leri +Ġestim ation +âĢĶ âĢĶ +Ġprodu it +ãĢĤ ãĢį +Ġв ÑĢ +Ġwh irl +Ġac ces +ç u +Ġvari ability +Ġv odka +its u +Ġinternship s +Ġalloc ate +R R +íĽ Ī +Ġinstruction al +t ant +Ġà®ħ த +Ġinv ites +Ġha k +Ġsca res +Ġe clipse +п ов +к олÑĮ +ativ as +Ġstab bed +ĠD OM +ä¸į åΰ +ro ots +ĠPict ure +íĺ ¼ +ĠC HA +ie c +ı ı +han ol +Ġmisunder stand +R ay +Ġroad map +ocument ed +iz ione +ĠOl ive +r ift +Ġ×Ķ× ł +æ¯ į +l est +; ; +ĠE A +éľĢ è¦ģ +од Ñĥ +Ġhob bies +Ġbur ial +ãģ« ãģ¡ãģ¯ +Ð ¤ +le ge +ĠH J +Ġobject ion +Ġãģ Ń +ct ory +Ġincre mental +Ġgym n +Ġepid emi +Ñģ Ñĭл +à ij +Ġadvance ment +Ġpar ch +New s +Ġa yr +л ам +Ġ×ľ× © +Ġdipl oma +ãģ¡ãĤĥ ãĤĵ +Ġrob bed +On ly +Ġinc ur +Ġch anting +Ġíķ´ë ıĦ +Ġrich es +ĠCar men +Ġnost ro +λ ÎŃ +ĠPow der +à¹Ģภ« +ĠìŀĪ ìľ¼ë©´ +Ġgerçek ten +ĠPik achu +ем он +OL L +Ġplanet ary +Ġsl ows +Ġclock wise +al ion +Ġì Į +Ġver n +Ġh omme +Ġend point +Ġinnoc ence +Ġelement os +Ġsophom ore +Ġnot ions +ĠCould n +p ur +Ġz at +Ġobs ess +Ġmotiv o +ĠK ub +ĠDr ug +A nt +ĠPlay ers +ĠHum ans +Ġme lee +ĠWild life +ĠV P +Ġvolcan ic +Ġcom in +ĠGu ang +ĠÏĦι ÏĤ +ĠоÑģоб енно +ĠS ize +L isten +ĠA aa +app ro +Ġbar bar +ĠPark inson +нÑı ÑĤÑĮ +å į° +Ġunderest imate +Ġsubst itution +Ġcosm etic +ä¸ĭ 次 +Ġwill en +Ġbe ide +ann i +Ġcondition ed +ĠDe bbie +Ġis to +ĠEd wards +ìĽĮ ìļĶ +ĠÑĤ ов +Ġab brevi +ĠM ün +ĠPr inc +ĠLi ang +Ġst ink +Ġradio active +ãģĨ ãĤı +Ġac ontec +Ġun con +ĠTur bo +ãģ IJ +Ġkiss es +æĺ¯ ä»Ģ麼 +еÑĤ ÑĢов +Ġfront ier +ĠSp y +ĠBel arus +ĠC BS +á» Ĺ +am oto +íķľë į° +ĠÑģÑĤ ÑĢо +ĠEn fin +Ġbread th +éĺ ² +ĠCa fe +ĠDaf ür +ĠB our +ar as +Ġbl ueprint +an ı +Ġconst ants +Ġattack er +ĠForm ula +za Äĩ +Ġs owie +Ġeyebr ow +ob ook +Ġset zen +第 ä¸ī +ons ider +aw ning +Ġsöyle ye +Ġinv aded +Ġpronoun s +Ġdob ry +S i +ĠÐ¥ оÑĤ +Ġvolley ball +Ġl ament +is ches +ar me +ap i +ĠW iki +ли ÑĪ +Ġkas ih +Ġp ess +ĠÑĦ оÑĤ +ĠS ul +å¾ · +Ġpse udo +Ġmem o +ĠìŰ ìĬµ +ĠдоллаÑĢ Ð¾Ð² +ĠпеÑĢ ÐµÐ¼ +ĠRe ach +mir al +alt ed +Ġstat ut +read ing +Ġsöy led +ĠLind sey +ĠAh mad +ë ¶Ģë +ĠС егоднÑı +Ġprzy got +Ġhy ster +U RE +ĠNe igh +Rep orter +ĠB unu +ĠTreat y +ĠR ank +ĠF ame +in ished +Ġge ared +Ġcomp ose +od ia +ĠL on +Ġjeste ÅĽmy +ĠDIRE CTOR +Ġel kaar +ĠV iel +×IJ× © +ynth ia +ä¸ ¦ +Ġm ère +ĠTom ato +Ġex atamente +ni ÄĻ +ĠFre i +ĠD if +Ġopen ings +Ġgraph ical +ĠÑĥд об +ĠвÑģ п +ĠWeek ly +ев а +Ġhang s +Ġuns afe +Ġem blem +ĠKolleg innen +al ay +Ġk si +Ġh ides +Ġol may +Ġent ste +Ġarth ritis +ÃŁ erdem +Ġbin nen +Ġlist ens +ĠH ess +åĨį ä¾Ĩ +ĠLou ise +ld en +ен Ñģ +ĠVers ion +ĠAgric ulture +ìĬ¤ë ¥¼ +м ан +ë Ħ¤ìļĶ +Ġw ines +ĠIN F +r ul +ĠJ K +ıyor lar +sh ield +reat h +Ġter us +ĠL um +Ġanticip ation +Ġacc ustomed +ĠM ina +Ġw ield +io è +mer a +Ġcount down +Ġcl ing +Ġcomm end +Ġfakt iskt +Ġdef enses +Ġcock pit +Ġком анд +Ġdish was +ĠThan os +Ġkid neys +Ġse he +Ġmicro bes +Ġc uff +ĠвÑĭÑģ ок +ĠSp icy +çŃī çŃī +வ à®° +cul us +or c +ç¾ ħ +ix es +ĠC redit +Ġr aj +Ġbring t +ĠN iss +Ġgr im +ĠS OL +Ġten im +ĠSud an +ĠSp art +Ġpromot es +ĠN ossa +ĠÑģоÑģÑĤо Ñıни +Ġì° © +Ġunc ont +ĠLiber al +ĠТ олÑĮко +ĠV iele +Ġktóre j +Ġ* *** +M ax +ĠЧ ÑĤобÑĭ +3 50 +Ġíĺ¼ ìŀIJ +Ġë¶Ħë ĵ¤ìĿ´ +Ġwar p +Ġteng a +Ġsympath etic +Ġbiz i +ĠZ ack +ied o +Ġëī ´ì +p iel +ĠÑĤ ол +Ġsc aled +ĠPET ER +ĠCO MM +ĠC ame +Ġcatast rophe +Ġsweat y +ig ration +Ġstuff ing +ĠÏĢολ Ïį +ĠDri ver +zy st +T ech +Ġassess ed +ĠSur face +ır ım +s ur +ler weile +Ġд ог +Ġshut ting +Ġfr actions +ĠÑģ ол +every one +Ġer n +ĠÐĿ ов +Ġdefend ers +Ġvers ucht +ãĥ³ãĥ Ģ +Ġpol ity +ĠÐŁ он +ver ständ +Ġbrows ers +Ġtransform ative +Ġdict ate +ĠLE GO +Ġning una +ê´ ij +Ġp izz +ĠHar old +ĠL opez +Ú¾ ÛĮ +an ız +atch et +ÙĬ ت +Ġl ernen +Ġê·Ģ ìŬ +Ġhous ed +Ġclean se +ĠW AT +lar ation +Ġby tes +Ġtuck ed +Ġfault s +д о +F X +Ġìĸ¼ë§ ĪëĤĺ +Ġde form +Ġcontract ing +ĠTIM E +ir se +Ġne ben +Ġc erc +ĠArm strong +Ġtest er +Ġparf ait +Ġjealous y +Ġtox ins +Ġdis bel +ÑĥÑĢ Ñĭ +imp ression +Ġprost ate +Ġfire wall +Ġclass ics +еÑĩ ÑĮ +Ġsocial ism +Ġgrac ious +ĠÑģ нова +Ġд нÑı +Ġburn er +ĠMin or +Ġìļ°ë ¦¬ë +Ġjed es +Ġcontinu um +Ġh ots +Ġoccur rence +Ġadminister ed +Ġзам еÑĤ +Ġhes itation +Ġdr ills +er ca +ĠвÑĤоÑĢ Ð¾Ð¹ +Ġstead ily +Ġinsan lar +Ġi han +í ij +Ġhel per +ĠSen in +åģ ľ +ов ание +ĠER IC +b la +ĠAcad emic +Ġhuman ities +bl ack +ump y +ort ex +Ġìł Īë +ĠØ¥ ÙĨ +Ġdiscl ose +ĠEl ijah +Ġλ ÎŃ +ĠQu er +ب ÙĦ +ãĤ ¡ +T ell +ar le +Ñĸ ÑĢ +Ġaug mented +Ġë¹Ħ ìĬ· +Ġand roid +ठ¤ +ar ma +Ġs zer +ge ord +Ġge ek +Ġye ux +Ġp ong +ĠãģĿ ãģĨ +Ġtort ured +ĠB ath +z ig +ason able +Ġn ets +Ġbar u +ĠFl at +ĠV ater +ĠTer ror +ĠA vo +Ġceremon ies +ro e +Ùģ Ø³ +O ps +Ġhy vin +Ġap resent +ol or +ĠигÑĢ Ñĭ +ort on +Ġê·¸ëŀ ¬ +Ġlook in +ĠT Y +ĠM int +Ad d +Ġm ite +ĠSm oke +Ġnot a +Ġm oss +ĠAb end +Ġì» ¨ +Ġexagger ated +f ires +Ġred ist +ff iti +Ġopen ness +ê°IJ ìĿ´ +ende u +ен ной +W atch +Ġav atar +ĠP ey +ur un +Ġsen za +Ġì§Ģ ìĹŃ +ĠNat omiast +Ġemer gence +ray s +Ġcraft ed +g ary +ãģł ãģij +ü ng +- " +Ġhack ed +Ġstr ay +en cie +em o +Ġcom en +ĠK ız +ĠJ asmine +ĠH indi +man as +Ġinfin itely +em on +ìĿ¸ëį° ìļĶ +j ak +Ġro aring +éri que +s weise +ĠRo lex +åł± å°İ +ĠStu art +bn b +Ġdiagn ose +Ġcoher ent +ĠM J +æºĸ åĤĻ +Ġp ike +l av +Ġorchest ral +а ÑģÑĤи +Ġterm inar +Ġgather ings +Ġcompl iant +Ġupgrad ing +Ġregul ator +Ġlan ç +éĢ £ +Ġmerch ants +ta wa +Ġmonit ored +Ġrend re +ä¸ ¤ +Ġunter wegs +ang uard +g ard +ĠBel ow +du ino +ĠЦ е +Ġimped ance +ìľ ¡ +ä» ½ +Ġakt uell +ĠV atic +åŃ © +Ġste wards +Ġbright est +Ġk enn +Ġk au +ĠMat rix +ĠB ark +ĠðŁ ij +Ġt aper +Ġcas ino +ר ×Ķ +ys ical +Ġbuild ers +ĠczÅĤ owie +ĠNep al +Ġ! " +Ġterm e +Ġin nych +Ġmath s +Ġdraft ed +ĠB alk +Ġhesit ant +Ġvolt ar +Ġrev ive +ĠÑĦилÑĮ ма +Ġassass in +ĠS olutions +Ġdu el +Ġbear ings +à¸Ħ ะ +Ġrook ie +ik at +Ġbisc uits +Ġc ords +Ñĥв аÑĤи +AR IN +Ġprogress ing +ĠG ir +Ġpenet rate +ĠSt orage +e ight +ĠÑĤ ÑĢÑĥ +Ġdon ÃŃt +Ġsiz in +Ġout dated +ĠнаÑĪ Ð¸ +Ġaff ir +Ġspo ons +Ġon i +Ġfl ank +ĠG ol +h ã +Ġp éri +Ġhonor able +ĠBreat he +sc enes +Ġob viamente +ик Ñģ +Ġש ×ŀ× +Ġsmooth ie +ŀ Īë +Ġd ime +ĠíĸĪ ìĸ´ìļĶ +Ġapp el +ĠCath olics +Ġsing les +Ġlat en +Ġç ünkü +ĠV ader +æı Ľ +Ġvard ı +ĠIst anbul +gr é +ĠEl sa +ë l +Ġinve ce +Ġcr ane +Ġo be +ĠSh ark +Ġsm ack +Ġrest oring +. \ +Ġë¹ łë +Ġf aded +um bers +S inging +Ġdep ressing +th est +ĠW ahr +Ġmult itude +ÑĢавÑģÑĤв ÑĥйÑĤе +rij k +ek a +Ġcomplet es +ĠWell s +Ġro y +ĠPr ay +ĠKal au +iz in +iaÅĤ em +Ġlo com +ĠNash ville +ĠPent agon +ë ¯¸ +ĠNE W +Äħ Äĩ +ÃŃ ss +Ġmarry ing +Ġfe ud +íĻ ķ +æĢ ¥ +) ! +ĠOper ations +Ñĥ ÑĶ +Ġmo je +Ġinstruct ed +ĠëĪĦ 구 +Ġ×Ķ× Ĵ +ĠпомоÑī ÑĮÑİ +Ġsab ia +ìķĺ ìĸ´ìļĶ +pl ane +p ri +Ġпол ноÑģÑĤÑĮÑİ +ĠK itty +Ġpróp rio +ed ere +Ġinteres ante +Ġд е +Ġcond ensed +Ġav ent +T OR +Ġgre asy +AR K +ort a +A J +Ġdis reg +Ġcorrect ions +Ġst ero +Ġinfluen za +Ġdess es +Ġball ots +Ġme get +Ġma fia +Ġb öl +n ost +ĠÑģÑĤ аÑĤÑĮ +Ġrespond er +Ġhint en +g rav +à¸Ń ะ +yn chron +Ġvi ens +Ġsam o +Ġd t +pan nt +ĠÅĽwi at +Ġзап иÑģ +Ġmer ged +Ġke p +Ġmis leading +Ġdig amos +Ġam mon +è¾ Ľ +ch et +Ġê°Ģ ìł¸ +Ġun i +ĠëIJĺ ëĬĶëį° +Ġнап ÑĢав +ĠкоÑĤоÑĢ Ð¾Ð³Ð¾ +Ġanim ate +×ķ× IJ× +еÑĢ Ð² +Ġmin ced +Ġka um +ãģĤ ãģģ +ÏĢ Îµ +л ег +exist ing +Ġplata form +ĠK RIS +ìĽ ł +ĠFamil ien +ĠLib ya +Ġbiod iversity +Ġidi ots +ird i +Ġszy b +ĠRoll ing +ü cht +ĠÑĥд ив +Ñģ Ñĥд +Ġreal izar +Ġcan ned +ĠÑĢ Ð°Ð½ +Ġmet abolic +ĠBe ef +Ġkil ka +лÑİ Ñģ +Ġreg istry +моÑĤÑĢ Ð¸ÑĤе +Ġviel ä +Ġod c +Ġcondem ned +æ© ĭ +f al +ĠD il +wo ÅĽci +A w +Ġstatist ically +Ġso gen +ĠB ETH +Ġsh aving +å¹ ¸ +oc al +ĠFun ny +Ġpeace fully +Ġaddict ive +ĠIns ert +la uf +Ġexperien cia +é¦ĸ åħĪ +иÑĤ елÑı +ÃŃ gen +ág ina +Ġabdom en +íķľ ëĭ¤ +ic us +im ana +ì ፠+arch ing +Ġkonk ret +ìķ ĺë +ек а +ou fl +ive l +Ġn ude +èt res +Ġm onsieur +Ġcl ash +Ġtherap ists +Ġcub ed +Ġretrou ver +Ġwave form +Ġpot em +ĠForm er +is ión +åº ľ +Ġ×IJ× Ŀ +und os +ĠMein ung +ص ÙĦ +ĠJ ude +Ġn Ã¥r +ĠLeon ardo +ĠCr isto +ĠG OT +ÑģÑĤÑĢÑĥ к +L AN +Ġg Ã¥ng +Ġdé b +ĠFrankf urt +Ġcra ppy +Ġli l +ann ée +ĠмеÑģÑĤ е +RE T +ĠN er +ĠCO STA +Ġjed em +Ġcurt ains +Ġiter ations +Ġun av +Ġpla que +or um +ĠÎ ¶ +Ġnúmer os +Ġdes ap +² ½ +Ġcomp iled +Ġref le +Ġrank ings +Ġrep aired +ĠÐĿап ÑĢ +Ġdownload s +Ġarm our +Ġ×Ļ ×ķתר +Ġlonge vity +ĠTON ER +ĠкомменÑĤ аÑĢ +Ġcz ego +Ġnot ify +Ġairport s +Ġend uring +let te +Ġapp arat +Ġhab il +á»ĩ c +n ad +IC O +ĠBra h +Ġseg ún +Ġgovern ors +k aha +ĠSchl uss +Ġodpow ied +ir ting +Ġrem pl +ĠAb original +ident ally +Ġenhan cing +lic ting +ĠHawai ian +Ġstri ving +ĠN iet +Ġzn aczy +Ġobed ience +ĠnÃ¥ got +Ġexp ired +Ġ19 18 +pres ented +Ġpr owad +ĠTer r +ĠPrinc eton +Ġmor gen +Ġattract ing +ĠS igma +ign er +ĠRe chts +ĠP eki +Ġmet hy +Ġha mm +Ġdire ito +Ġdeleg ation +ив аÑİÑĤ +Ġg in +You ng +Ġdepend encies +ĠBrad ley +bud s +Ġf is +Ġpyt anie +Ġinterconnect ed +Ġemba ixo +ĠS as +Ġr uh +ĠS icht +S ur +Ġsuper b +ĠSabb ath +ĠD anger +k ol +Ġh ou +s upp +ĠN acional +Ġsuccess ion +Ġv á +ĠMaÃŁ nahmen +ĠJess ie +ĠId aho +fore st +ħ ĺ +Ġ×ŀ× ĵ +ĠØ£ ÙĬ +Ġsweet heart +Ġneat ly +ĠEv angel +ê³ ¡ +ĠSu ite +úblic a +ĠÑĥ ли +ĠAnn ouncer +l igh +Ġsens ations +Ġshel ters +Ġh art +Ġsqueez ing +ĠR ivers +ĠCook ing +ì± ħ +person al +Ġman os +ÑijÑĤ ÑģÑı +w ij +Ġgo gg +ĠMill i +ĠF P +ün st +ĠL S +Ġspray ing +Ġf aux +Ġaut ograph +olog ic +Ġtor ment +Ġencry pted +á» ħ +Ġest re +ç¹ ¼ +à ± +Ġst umbled +Ġa ider +Ġsab en +x ter +ĠC ities +ĠTür k +ëĭ ¥ +ch ine +Ġto pping +Ġpoison ed +ĠRoman ia +×ĵ ×Ļ +Ģë ¡ľ +ĠпоÑĢ Ñıд +Ġchir ping +ĠìĻ Ħë +×ij× ¢ +Ġcu anto +Ġdon ating +ĠReg ent +ĠBer uf +Ġdistract ing +Ġstam ina +ĠDar ren +Ġì¶ ķ +l ists +d al +ch uss +Ġeconom ist +ãģĪ ãĥ¼ +org t +Ġist iyorum +è¿ Ľ +ĠSur prise +ĠHa o +Ġìµľ ê³ł +ĠG W +ĠIn ner +Ġqu ieren +Ġmind ed +Ġsupercom puter +Ġdiagram s +íĬ ľë +ê²ł ìĸ´ +ĠобÑĬ ÑıÑģ +Ġestab an +Ġdestro ys +ĠBre aking +Ġkar Ä±ÅŁ +Ġrebuild ing +ľë ĮĢ +ли во +ĠSau ce +ĠF usion +×ķ× ŀ× +ĠQu inn +Ġga uche +ĠÙĪ Ø£ +Ġ È +ç ĵľ +Ġtechn o +Ġdisp atch +ĠaÅŁ k +Ġein zel +ĠG mail +ç ŀ +Ġê°ľ ìĿ¸ +ĠÑģем ÑĮ +Ġjour neys +Ġi ht +Ġfib re +Ġdram as +ouch ed +Ġren ame +Ġоп еÑĢ +Ġpo o +ĠD ru +ĠиÑĤ ог +Ġz ast +Ġco z +Ġz ucch +Ġobt aining +Ġcomm ute +Ġsub mer +ĠV ish +ĠR abb +og g +Ġh ut +íĸĪ ìĸ´ +æ¯Ķ å¦Ĥ +ere mi +Ġμ α +Ġdisk ut +Ġб Ñĥк +Ġimp aired +d epend +ĠÙĪ Ø§ +ĠÑĢ Ñĥк +Ġб аÑĢ +Ġoxid ation +Ġsitu ação +ÉĻ n +u ção +Ġsag te +ĠS ER +ĠC ake +Ġtur meric +ĠK ak +b ung +ĠK á¹Ľá¹£á¹ĩa +Ġpoison ing +Ġsl ipping +ĠS ays +å°± åı¯ä»¥ +ò ng +çŁ ³ + « +ĠClaud ia +ĠChar acter +ни ÑĨ +co at +Ġprogress ed +ĠFer gus +Ġìĺ¤ ëĬ +Ġo at +ord able +ĠLe y +ĠHera us +Ġresult ados +ĠKay la +Ġr iff +Ġcheg ou +Ġx i +Ġsp acious +Ġrecogn ised +Ġe ch +ĠT ie +Ġlaunch er +J im +Ġsupp ression +ĠImp ossible +Ġguit ars +ĠFour ier +иÑĩеÑģ кий +ĠTh erap +ĠK af +cent ered +ĠÑģо оÑĤвеÑĤ +Ġk lim +Ġcarbohyd rates +ign ant +ĠAst ron +Ġem ple +Ġdr astic +ĠмиÑĢ Ðµ +в ин +u w +Ġpret tier +Ġdon uts +ĠAth ena +Ġdiss ert +Ġpl ante +Ġur anium +ìĿ Įë +ar é +Ġrze cz +Ġdisplay ing +æĪ ² +Ġsar c +r ão +Ġtamp oco +Ġphilosoph ers +ĠRe cht +æĵ ļ +Ġcoment arios +y se +Ġìľ ¤ +Ġm ise +ĠG in +Ġн ом +ĠFR OM +l iner +at if +Ġspo ÅĤec +x a +ĠÑĤ ÑĢÑĥд +Ġw ag +기 ìĹIJ +ĠM G +Ġoff spring +ĠUnder standing +åıª æĺ¯ +OR A +Ġwh irring +Ġsur rend +Ġpok er +Ġmon uments +ĠâĻ © +Ġorgan ised +ĠSo zial +ĠF actory +Ñħ а +Ġrese mble +з д +Ġexplos ions +Ġpay roll +Ġom n +ĠJ orge +ι Ïĥ +Ġfract ure +Ġpersec ution +Ġdem ais +E CH +, ) +Ġcri ar +ĠJ OSH +Ġdem ographics +Ġ16 00 +Ġcur rencies +ĠT ips +Ġ éĢĻåĢĭ +ĠRe fer +ĠDan cing +Ġincons istent +Ġde h +Ġimm ens +Ġme ist +Ġimpat ient +Ġbehav es +æĿ ¾ +ĠëĤ´ì ļ© +Ġback story +Ġagree ing +ĠÅ ģ +ih in +Ġtemper atura +ĠBack ground +Ġnut zen +Ġëħ ¹ +ĠM änner +Ġcollabor ations +ĠK os +éģİ åİ» +Ġnight mares +ë ĵ± +ĠQueens land +Ġassoci ates +ĠK ok +Ġfact orial +ĠHy ung +Ġê·¸ ëĭ¤ìĿĮ +Ġfil ho +Ġel ét +Ġíĸī ë³µ +° ± +Ġgef unden +Ġsemic ondu +Ġcounsel ors +ĠU pper +ĠA ub +ick ers +V er +Ġnorth west +ĠMainten ant +ĠL akes +аÑı в +int é +ì° ½ +Ġг аз +Ġgi orn +Ġdigit ally +ĠCirc uit +ì¼ Ģ +ãĤĬ ãģ¾ãģĹãģŁ +Ġcheer ful +ĠPet erson +ĠDan ish +ativ os +Ġli ken +Ġhar bor +али ÑģÑĤ +x e +Ġcur ls +ĠR hod +E nd +ĠE T +Ġacqu aint +ĠKel vin +Ġtr if +ĠA way +ìŀIJ ëĬĶ +v s +Ġp ágina +Ġin let +ĠSant os +Ġìļ° ìĻĢ +Ġyap ıyorsun +th eme +Ġsou ff +Ġinject ed +Ġpó źniej +iver so +amp ed +Ġda her +Ġd agger +ĠлÑİб им +Ġt ummy +Ġenlight ened +c ents +ĠD ah +Ġcu est +ä¾Ĩ 說 +IL Y +Ġ×ij ר +Ġbang ing +ĠEm il +ĠC ler +ĠB order +иж Ñĥ +Ġpresent ers +ĠST UD +co ins +ĠíĻ į +Ġper ks +Ġpar ap +Ġcertain es +ĠL ore +ö st +ĠMAR TIN +Ġb ios +Ġwhere by +ver ts +ĠMir anda +Ġst ip +æ¾ ¤ +and ez +׼ ׾ +uj in +Ġê ¾ +Ġaller gies +pl ate +Ġyap ıl +Ġundert ake +ĠëĤĺ ê°Ģ +P art +Ġkız ım +h guru +ãģĤ ãģ¨ +ĠJohn s +Ġeyel ashes +Ġdra ined +Ġst Ã¥r +ãģĤãĤĬ ãģ¾ãģĻ +ĠJ ade +Ġcal end +fil m +Ġmes a +Ġlud zie +Ġattract s +Ġju ices +Ġк ил +Ġnieu we +Ġmen cion +Ġign ition +Ġbl adder +anda ag +ĠExt ension +íĤ ¨ +fe ed +ĠÙĪ Ùĩ +Ġsp un +Ġt ät +оÑĢ Ð¾ÑĤ +ty ard +ron ics +ĠH uge +Ñĥж д +st ring +Ġun just +Ġpra wn +Ġfrost ing +Ġdisappear ance +ios a +Ġcard i +ĠPri est +Ġcient ÃŃfic +åĵª 裡 +ĠÐĴ аÑģ +Ġë¶Ģ íĥģ +Ġth ieves +Ġphys ique +ĠE ugene +Ġбли з +Ġmon opoly +Ġbi ography +Ġho ÅŁ +Ġt ö +m ac +Ġshock s +ìĦ ¸ë +h it +Ġsn ug +Ġinc l +Ġded ic +Ġult ras +Ġизв еÑģÑĤ +Ġutil ization +ĠÑģовеÑĢÑĪ ÐµÐ½Ð½Ð¾ +Ġserv i +st ag +1 80 +Ġse wer +ĠCh oice +Ġdis charged +ĠJ D +ол еÑĤ +ĠкваÑĢ ÑĤи +Ġteles cop +ĠJe ÅĽli +ĠN ana +c ale +ĠÑĤ он +mm m +äºĨ åIJ§ +Ġge habt +ëĤ ł +æĬ ķ +à¸Ļ à¸Ļ +Ġet her +Ġz en +Ġresearch ed +ĠCzy li +å®Į åħ¨ +work ers +Ġê²½ ì°° +Ġsher iff +all o +Ġtip os +Ġprosec ution +Ġfrog s +Ġf alt +j d +ĠíĮ Ķ +Ġfilter ed +ĠO ft +Ġì į +Ġdis fr +ĠMust ang +Ġwo ah +ĠRE ALLY +Ġмог ли +Ġentr ada +Ġиг ÑĢа +Ġmix es +ĠавÑĤом об +Ð Ļ +Ġsh in +Ġparan ormal +Ġsome place +Ġdish on +eta an +Ġfu erte +Ù ¹ +Ġdo om +ìĪ ľ +Ġexist ential +Ġbu ld +ĠSD K +ĠпÑĢав да +Ġturn over +ĠìĹ¬ê¸° ìĹIJ +Ġठ¹ +Ġmodel ed +Ġbug ün +Ġexperiment ation +Ġmorning s +Ġmed o +Ste vie +Ġplay able +Ġairl ines +g ments +Ġê¸°ë ¶Ħ +ĠT omb +ĠMV P +AUDI ENCE +Ġcheck out +Ġpas st +Ġbe ispiel +ĠLink s +he avy +Ġquestion able +Ġìĵ °ë +Ġs ill +Ġmanip ulated +ĠL oren +Ġìľ ¼ +Ġver ge +á k +I ES +Ġsab ot +ĠCustom er +ale ży +Ġnom inee +ĠG ad +Ġnouve lles +ĠS PE +ist ling +Ġo val +обÑĢ Ð°Ð¶ +if ty +éĩ İ +Ġbez el +y et +Ġfre ight +ĠHan ım +r ÃŃa +Ġz oning +Ġind em +ĠB ü +Ġfemin ism +Ġvo ix +Ġof icial +Ġdi yorum +» IJ +Ġar ose +Ġpar ar +ìĿ¸ ì§Ģ +ĠMart ine +ĠL ect +Ġrest er +Ġdrown ing +u ya +c ida +ĠAri el +Ġ0 2 +Ġ×Ķ ×Ķ +ç´ ł +ĠW ert +Т Ñĭ +Ġwid ow +Ġparch ment +Ġcott age +ĠX L +ĠSl ack +ĠN ES +Ġro be +Ġg imm +Ġcam inho +ĠHar per +Ġcit rus +Ġfirefight ers +Ġdop amine +el ets +Ġdemocr at +ìł ľë¡ľ +Ġplay back +o j +ĠпÑĢ Ð¾Ðº +ĠSull ivan +se mble +ĠW orth +ĠMust afa +า ร +Ġmet s +éĸ Ģ +л оÑģÑĮ +Ġinert ia +Ġuniform s +è¶ ³ +é rio +×ķר ×Ķ +é nt +Ġà® Ĵ +ĠÑģам ÑĭÑħ +Ġvou lais +ĠZ immer +ê² łë +Ġн оÑģ +en cias +Ġrel ación +Ġê± ¸ë +Ġfact ion +Ġg osp +пол ож +n ap +h ak +Ġproceed ings +ĠìĨ Ķ +ìķĦ ëĭĪ +ĠìŀIJ 기 +Ġwer d +Ġso f +Ġsch lim +Ġfl avored +Ġquad ratic +ĠBo ot +Ġpublic ity +ĠCar o +Ġ ?" +ни ÑĨа +man ia +ĠS UR +ĠB UR +l ance +ét ica +Ġzob aczy +Ġtri o +s ama +Ġta ÅŁ +Ġas ymm +ress er +Ġت ع +Ġп еÑģ +Ġbeginning s +lad ım +ĠбÑĭ ÑģÑĤÑĢ +Ġmo o +ĠGene va +Ġ åľ¨ +er us +bor ah +Ġref using +b ull +ĠWait ing +ĠInd ividual +Ġan onym +im ens +Ġmed idas +Ġfragr ant +Ġdirect ement +ĠìķĦ ë§Ī +ur ia +Ġsp herical +Ġab ge +ĠVictor ian +Ġspect acle +ĠRodrig uez +Ġoc up +ĠN är +mark s +ng ulo +ĠLu ci +Ġshout ed +Ġregul ators +ÄŁ ini +Ġdis ent +ĠÑĢÑĭ н +ëĤ ¨ +ĠìĤ ´ë +Ġprobl èmes +ĠF inger +asse mble +Ġpe ar +Ġdro ite +ĠEvery where +t am +оÑĤ ив +в ой +ordin ate +ĠL ak +Ġm Ỽi +ĠTele vision +Ġexpon entially +av as +Ġble v +ĠM T +ä¿ º +Con nell +ĠêµŃ 민 +ĠÑģво им +Ġach a +ĠD ynasty +J in +Ġto re +Ġfl or +Ġмног ие +æ²Ĵ äºĭ +ow an +b ah +Ġì£ Ħ +ĠC ela +Ġìµľ ê·¼ +Ġpermett re +Ġab ras +Ġverste hen +Ġesc ort +ĠThe m +är ke +por ter +Ġkah kaha +Ġhe ct +Ġda u +w ah +ol ve +ĠAg es +s chaft +ĠSt ell +ne lle +ĠEn suite +ĠÐĴÑģ ем +Ġcr éd +ĠP P +l ords +gr unting +Ġcontract ion +G ot +Ġacqu iring +Ġso pr +Ġpoison ous +R NA +Ġan ar +ĠH of +' ) +Ġremark ably +Ġintern acional +ü cke +in qu +Ġdu y +Ġbeast s +ĠL AN +Ġpreced ent +ĠRP M +åij ¨ +Ġsel on +Ġmort e +Ġcomeç ou +Ñı ла +Ġinterpre ting +ĠBur ke +ÑĤ ÑĢа +ĠìĿ´ë ٬ +Ġpess im +ĠN ok +íĮ Ŀ +F emale +Ġìĭ ¤í +Ļ Ģ +Ġstim ulation +Ġsl ick +Ġê°Ģ ëĬĶ +Ġк аз +ĠH BO +Ġpap ier +Ġkön nten +Ñĥб ли +ĠConst ant +SPEAK ING +Ġktó rÄħ +Ġcos metics +ĠT rend +Ġrob bery +Ġt itt +Ġgj ort +Ġdiet ary +ł Į +ĠKir by +ĠпÑĢимеÑĢ Ð½Ð¾ +Ġqual ification +Ġìķ ī +Ġcabin ets +Ġhtt p +ĠEric a +ç¾ © +Ġdisadvant ages +Ġch attering +y z +fe it +Ġgu ild +ĠE TF +ĠDrag ons +ĠH ERE +vent h +ÙĦ اÙħ +Ġmarch é +D am +Ġphot on +Ġest able +M ag +Ġol har +Ġcou pling +ĠHil fe +ĠW izard +Ġм ало +hel p +ĠlÃŃ nea +Ġì « +Ġstand alone +Ġmor ale +Ġzwe ite +ãĤĪãĤį ãģĹãģı +ähr t +Ġd otted +Ġdri pping +ĠFl ag +éĿ Ĵ +ro cket +rate gy +ir im +Ġíķĺë ©´ìĦľ +Ġsogen an +ĠUn o +ĠSch utz +Ġest ilo +ĠS ubs +ĠDais y +ÐĿ еÑĤ +' ... +Ġplat inum +Ġb irl +ĠSo vi +Ġviol ate +Ñĥ еÑĤÑģÑı +r ill +Ġtra z +Ġsn ip +Ġcum pl +à¸Ń à¸ģ +Ġc uk +éħ Ĵ +ĠParl ament +Ġhyper t +Ġpul p +Ġtong ues +at to +Ġbus ca +ih n +ER O +ĠÙĬ ع +Ġvari as +ĠMar ian +Ġbound ed +Ġpitch ing +Ġdefic iency +ĠBless ed +ĠEx erc +uch s +Ġnhư ng +æľ¬ å½ĵ +Ġrap ed +h ales +Ġmal a +p ic +Ġ40 1 +ÅĽ niej +ar ina +ëĵ¤ ìĿĦ +ott i +Ġдол го +Ġtrack er +ĠShel by +Ġvan ished +Ġbak ery +Kap ı +J esus +ĠK R +J O +ħ ¸ +Ġdisc s +ìĦ ¯ +ì§Ģ ë +×Ļ× ¦ +em ary +K endra +Ġy ük +ück t +Ġv az +Ġk up +akt u +ĠÑģп аÑģибо +Ġa ik +Ġnurs ery +Ġendanger ed +êm ement +emat ics +Ġrespond ers +ĠRepresent atives +Ġsculpt ures +ig keiten +Ġde pl +Ġinterpret ations +Ġdead lines +Ġ194 2 +Ã Ĺ +Ġsug ars +em u +l ively +Ġrecre ational +Ġdist ort +Ġunders core +Ġun quote +Ġsaf est +Ġsw ollen +Ġanalys es +Ġcommen cé +å¦ ¹ +and in +ĠÐ¥ оÑĢоÑĪо +Ġdi arr +ãģ¾ ãģģ +zi est +Ġtooth brush +éł» éģĵ +u ations +Ġc ade +Ġbackl ash +h ind +Ġris que +z ess +ĠìĿ´ìķ¼ ê¸° +Ġesper ar +Ġtransl ations +ion ed +gro ans +Ġп ÑĥÑĤ +Ġgen etically +éĢ ł +Ġhapp iest +Ġwer k +ato on +Ġmus i +Ġfun ção +Ġìŀħ ëĭĪëĭ¤ +ĠÑĢ Ð°Ð¹ +Ġbe vor +BL ANK +Ġrepent ance +P ut +Ġpotrze b +Ġsal a +Ġcamp a +W ER +Ġdec ÃŃa +Ġsécur ité +ĠAppreci ate +Ñĩ и +ĠR andom +ë³ Ħ +k ah +Ġmö j +Ġsä ger +Ġ×Ļ ×Ľ×ķ׾ +Ġ19 0 +xt ures +E u +Ġg ä +Ġ×ij× ª +ĠC roat +ap o +P LE +Ġpersist ence +åĬ © +Ġbl ends +Ġtre ffen +ĠSanti ago +yd ia +al do +ĠTensor Flow +ĠD ual +ãĥ ľ +Ġch iff +ìĹ ´ +Ġcontract ed +Ġseg reg +ĠFair y +Ġwis ely +Ġvulner abilities +Ġhand held +Ġgad gets +Ġbo ÅŁ +ĠPop ular +Ġcurv ature +ë ¬¸ +ĠMAR Y +ìĿ´ì Ĭ +Ġform ulation +Ġcel ery +Ġblur ry +ĠT S +ale z +Ġw s +Ġprogram m +ĠSt ack +ĠJ IM +ов али +ı ll +Ġp ère +ĠKan ye +ĠDel aware +Ġãģ ł +Ġda unting +Ġб еÑģ +ĠSt upid +b ig +ffic ial +Ġprecip itation +Ġpl ung +ụ c +bur se +Ġdar le +Ġcri pp +Ġpione er +Ġdis put +Ġse an +ãģĵ ãĤĵãģª +Ġresist or +Ġalle in +ipp les +are l +Ġend ors +z ust +ĠÑĢеб ÑıÑĤа +ed ed +Ġì¹´ë ©Ķë +Ġlle va +Ġken nt +Ġб ал +ĠDoc ument +ĠKn ights +Ġbuck le +Ġìī ¬ +Ġal k +ĠEvery day +atter s +Ġtoil ets +Ġj ugar +ĠìŀĪ ì§Ģ +Ġgen auso +ĠLandes regierung +ãģ£ãģ ± +ij e +Ġtrail ers +ĠT igers +Ġg itti +Ġforg iving +Ġconcur rent +ĠV u +ĠíĬ¹ íŀĪ +ĠBR OWN +ound ed +" ; +Ġtre mb +Ġt iet +ĠÑĢеж им +Ġnuts hell +ел иÑĩ +Ġlos ers +ric ting +Ġrede em +def ined +N ice +Ġbroad band +K O +Ġte asing +Ġpart isan +ı ma +Ġìŀ¬ë ¯¸ +ĠJour ney +Ġslop es +un ing +gr unts +Ġt äll +Ġuncover ed +Ġmy ÅĽlÄĻ +ĠEst her +äº İ +ĠHealth y +Ġë° ij +r ée +Ġpolar ization +Ġfl av +Ġcambi ar +Ġy r +ĠR anch +Ġspl its +Ġtrou vé +åľĭ å®¶ +Ġrecord er +Ġdé part +ÙĪ Ø¨ +ĠK ry +Ġinteress ant +Ġeder im +ÅĽ wiad +il ateral +w right +Ġpour ra +ê ter +Ġcam el +á ŀ +Ġrapid ement +Ġme j +Ġstiff ness +AD AS +Ġdiff ers +Ġal ot +ĠS ig +ÑıÑĤ елÑĮ +Ġabstract ion +åľ ĺ +Ġke iner +gr upp +ĠSher lock +íĺ Ķ +Ġc ite +Ġover flow +Ġt ại +ú car +b ula +Ġconjun to +ĠC I +Ġmoder ator +Ġindirect ly +Ġalle ine +â Ĥ +ÑĪ Ð¸Ð± +Ġб аб +Ġdan ach +Ġ19 39 +Ġpr omet +Ġdest inations +ĠIll ust +ικ ÏĮ +Ġsab es +Ġhe h +ĠGesetz ent +ĠM iz +ен ко +ĠM ys +Ð ¬ +ĠJuda ism +Ġmust ache +Ġst immt +ĠG aza +Ġvol te +Ġnu o +Ġm ón +ĠCom put +ู à¹Ī +ĠR adi +Ġexception ally +Ġassum es +éĸĭ å¿ĥ +ãģĪ ãģ° +in form +Ġshr ine +æĵ Ĭ +Ġimplic ation +ĠF itz +æ²Ĵ éĹľä¿Ĥ +! . +Ġl t +Ġall oy +Ġeth ic +Ġmonaster y +ìĭľ ì£ł +ica ção +Ġcoordin ating +ĠM oto +Ġover look +Ġcho is +Ġantibiot ic +ĠMin ne +ĠB J +ĠA pa +or ian +Ġsp illed +J am +Ġhus bands +Ġcre ations +Ġa ñ +üs sel +ĠìĿ´ì ļ© +Ġanaly se +r ose +Ġpunch ed +Ġpres que +Ġastron omy +Ġschwier ig +ĠEb ola +Ġc is +Ġac et +ĠF X +end re +ĠìĿĮ ìķħ +Ġweb page +Ġfre aked +Ġlat te +Ġì¿ ł +Ġë¨ ¸ë +N ever +G ra +íĻĶë ¥¼ +ey ed +Ġë°ľë Ŀ¼ +Ġesper a +Ġapare ce +ra ção +Ġdisrupt ive +ĠJo int +ur ous +re as +Ġquer ÃŃa +Ġdistrib utions +Ġexpon ent +ì¹ ĺ를 +Ġd l +z hou +ĠHe aring +å·® ä¸įå¤ļ +ĠC raw +Ġflo ats +oun ced +L ab +W orld +Ġbur dens +Ġauthor itarian +ĠB olt +Ġод нÑĥ +Ġpige on +Ġdistract ions +ĠHeraus forder +Ġz est +es c +Ġsh akes +at as +ĠÙħ Ø´ +hol es +Ġthink ers +al ta +Ġar che +ĠS uk +an ha +Ġtempt ing +Ġyou tuber +Ġv ì +Ġdz iaÅĤa +ĠVatic an +P ark +Ġsup ers +ĠNik ki +ëĬ IJë +or ang +ram ient +é ¬¼ +Ġê°ĸ ê³ł +Ġdessert s +Ġav ere +ĠGreg ory +Ġëĵ¤ìĸ´ì ĺ +Ġcost ing +ĠClin ic +Ġreb els +ĠM ob +Ġbun lar +ĠYour s +ert ime +Ġret ali +m ara +at us +all es +Ġд ÑĢ +Ġд иÑģ +Ġdiscount s +ĠGU Y +Ġкак ое +ĠExper iment +re ment +ĠXi ang +Ġb ate +W E +Ġspecial ize +Ġde ity +ĠL oki +m ag +ĠN it +W est +Ġmater nal +Ġqu is +åŁº æľ¬ +bro ken +Ġlas ers +Ġha kk +ĠAng els +Ġmaster y +ant is +T iffany +ee e +ç ij +ore m +Ġin acc +Ġjurisd ictions +ĠKard ash +æľ º +I l +ĠS inn +åĭķ çĶ» +Ġathlet ics +c ÄĻ +Ġlo osely +Ġdiet a +A g +Ġ? ? +ĠëĮĢ íijľ +Ġsuper v +Ġnut rit +Ġdr ifting +ĠìĦłìĥĿ ëĭĺ +Ġпон Ñıл +ĠVict ory +ÙĦ Ø© +×ķ׳ ×Ķ +Ġп иÑĪ +Ġsh aved +Ġmes ure +ond en +Ùĥ ر +Ġex ile +ĠDes de +ĠP interest +Ġattach ments +Ġh ombres +Ġfin es +ĠìĦ¸ ìĥģ +Ġsleep s +ĠT aco +ĠI RA +ri os +Ġo ll +et es +Ġun ut +fashion ed +Ġtre ball +ĠNear ly +ĠÑĢе алÑĮно +Ġch il +éĢ ± +ÄŁ a +ĠM EL +ros cop +ĠC G +Ġv enge +Ġdishwas her +al gic +Ġmod ifier +Ġemb assy +t imer +em ics +Ġintric ate +Ġev et +ĠëĮĢë °ķ +Ġis ot +Ġна ÑĥÑĩ +ĠQu iz +res o +δ Ïİ +Ġye lled +Ġfed er +ELL ER +Ġexceed ed +on as +ic ano +Ġжив оÑĤ +ĠMa o +ĠKaz uto +Ġ ãħĭãħĭãħĭãħĭ +Ġfront line +ĠHung arian +Ġüber all +aw at +Ġgri ps +i ções +arn ya +ĠÍ ¡ +Ġse id +Ġan ak +Ġacab ou +íķ ij +Ġnot orious +ĠGod zilla +Ġover coming +ĠP end +Ġol abilir +ül me +Ġer halten +ãĤī ãģĦ +ê· ¹ +ĠM eter +Ġsta an +O l +Ġch ats +ĠBu enos +ÃŃ ve +alu able +Ġstrateg ically +Ġcompr ised +ĠпеÑĢÑģон аж +Ġw ann +ĠC en +н иÑĤе +Ł ģ +ĠÑĤоб ой +i ad +ĠkardeÅŁ im +ĠCongress man +ream ing +h omme +Ġcommun aut +Ġalcohol ic +Ġpick led +Ġac ord +p osition +eg ól +Ġtrou bling +ĠMarch eg +Ġzum indest +Ġseam lessly +Ġol un +ĠTV s +ĠпÑĢакÑĤи ÑĩеÑģки +Ġback end +ãģĵãĤĵ ãģ«ãģ¡ãģ¯ +id able +Ġgad get +Ġfa ço +ĠMarcheg iani +Ġë° ¤ +Ġaccident al +ĠL P +Ġeld est +ĠAd miral +Ġn Äĥm +le ver +Ġpast el +Ġfond o +Con nie +Ġter cer +Ġp act +ĠMont e +Ġme ats +ĠS MS +ĠAustral ians +ç ¼ +Rh ett +Ġexact ement +Ġë¹ ¼ +ĠM OD +ç ¡ +ĠR apt +ĠNo ch +Ġab ort +ĠNav al +ĠFu ji +IN TER +Ġнов Ñĭй +Ġmiej sce +ĠIC U +ĠGrad uate +ĠGl en +ard i +ĠÈ ĺ +Ġsold er +Ġprofess ions +Ġorth og +om n +int rodu +ĠDen ise +ìŀIJë ¥¼ +Ġcorrespond ence +AM A +Ġinf lict +Ġf and +ĠG ü +ĠÑĩ еÑĤ +Ġtr aced +Ġpat ents +Ġamb ush +Ġlot ta +ff er +ĠW agner +Ġimp erson +Ġextr êmement +ÙĤ ت +cond uct +A tt +ĠM ueller +ĠAl icia +Ġcy c +Ġha cker +Ġt ys +Ġha il +Ġз аÑıв +Ġpas so +Ġì¶ Ķê°Ģ +ĠÎ Ī +Ġpack aged +ĠC ynthia +he et +ä¸Ń åĽ½ +ĠNiss an +ĠQuest o +é ¨ +d id +Ġμ ια +ĠEll is +ĠAnal ysis +ce mos +Ġas eg +ĠMy ster +ĠCa o +Ġtu v +ĠIndust ry +주 ê³ł +ot al +Ġpeque ño +br as +Ġcompreh end +ĠSim pson +ÑģÑĤв ие +ocr acy +иÑĩеÑģ ки +ĠM ush +ĠLaur ie +Ġtriang ular +ĠPres ents +ĠK unden +ç´ ¹ +æŃ ¦ +ĠIs s +ĠDe ck +á»ĥ n +ĠDark ness +Ġinflamm atory +eremi ah +Ġwar med +vey ard +ĠMem ory +et ty +Ġtax payers +ภĵ +Ø ¡ +Ġpract ise +ëĭ ¬ë +Ġdr illed +m Ã¼ÅŁ +log o +ĠF ach +¤ë ¡ľ +Ġübrig ens +Ġkon nten +Ġnormal mente +Ġarg ues +iling ual +°ë ¥¼ +eg al +Ġtrava ill +ov y +а ÑĤо +Ġr uth +ĠL ights +Ġconsist ed +×ijר ×Ļ×Ŀ +Ġstere otype +Ġpay er +ĠRe e +ĠAir bnb +Ġdr owned +ĠZ oe +Ġcan opy +Ġbar r +Ġн оÑĩ +Ġpag an +Ġj ars +Ġr ê +er ver +æĪ ¿ +ie ben +Ġes pect +ĠF i +Ġunw illing +Ġtechn ician +ặ t +m ember +ĠCan al +س Ùħ +Ġlie ber +Ġin ference +Ġhon oring +åij µ +ĠCamp aign +Ġline age +ĠSt ress +Ġvict ories +Ġde ja +× £ +ê tes +bl ick +Ġмен ее +oth s +ĠCou ple +J ason +ĠNic olas +ек Ñģ +l ib +Ġher ramient +Ġ×IJ ×ķ×ŀר +Ġвид им +mill imeter +Ġsil houette +Ġdrive way +Ġcher ish +ãħł ãħł +Ġrans om +Ġinter disciplinary +ĠPort al +Ġtra g +th ood +Ġted ious +Ġgloss y +Ġpré par +ĠC ay +ĠT ook +ĠBott om +Ġz ig +å « +åį ± +re presented +à¹Ģล ย +Ġdesar rollo +ìĦ ľë +Ġvis cos +Ġmill igram +ĠG und +Ġfer ment +d rum +Ġdraw ers +La ugh +Ġpel os +Ġpave ment +Ġmem oir +av ait +Ġ20 50 +¤ë ¥¼ +Ġraz ón +Ġflour ish +Ġst ern +ä¸ Ī +ĠCh ung +Ġser pent +ĠGentle men +羣çļĦ å¾Ī +k ook +Ġl ut +import e +p arent +Ġw sz +Ġsc ree +ĠMitar beiter +å· ´ +m ut +Ġìĸĺ 기를 +Ġsem ble +ĠO W +Ġinvestig ator +ĠCher yl +ĠG erald +Ġpr ere +Ġcomp ares +ny t +Ġdiferen ça +? - +Ġqu á +ר ×Ļ +S en +Ġhe ps +Ġgrat uit +Ġcons ort +ĠST OP +ĠProtest ant +Ġelectro de +â Ĺ +Ġsecure ly +иÑĩеÑģ кой +Ġt ää +Ġreg isters +ĠHeaven ly +og ly +iss ä +ĠPhys ics +ĠMer kel +Ġré v +éĻ ¢ +Ġer ased +ĠSac ramento +Ġcoff in +Ġex acer +Ġl anz +Ġpo ets +ul if +Ġì¹ ĺë +ĠN erd +ĠN CT +ĠH our +neh mer +ŀ ĺëıĦ +ĠPrin ci +S w +m ies +ar med +ĠBeat les +Ġpropag ation +Ġexch anged +Ġcum ulative +Ġì§ij ìĹIJ +Ġdefe ating +æĬ ± +b els +Ġw es +ĠOdys sey +ä½ł æĥ³ +av ior +ĠìľĦ ìĹIJ +Ġbr it +Ġhij o +D AY +ĠاÙĦت ÙĬ +ĠС еÑĢг +Ñĥ ка +eds iÄĻ +Ġimp os +Ġell as +Ġfire arms +ĠN R +Ġ×ij× IJ +ĠÐŁ ока +aw i +ĠìĦ± ê³µ +Ġpup ils +ĠT ack +Ġfr ase +ĠSh ip +Ġst ad +ä¸ ľ +ĠGreat er +un un +imm ung +gr own +ĠN XT +ĠAmeric as +f ox +Ġmant en +éłIJ åĤĻ +ĠÑģ ок +Ġr ikt +lect ric +de ep +Ġзна еÑĪÑĮ +Ġben ut +ĠInf rast +ĠEm ir +ĠоÑĤп ÑĢав +ĠKim chi +ĠFinn ish +´ìł ģ +ina ire +Ġo ike +æ¸ħ æ¥ļ +Ġhost age +ĠBut ton +ÙĤ ÙĬ +ek ing +ĠKaz akh +Ġcomfort ing +Ġso g +Ġgreet ed +g uitar +p ayer +Ġrel ational +Ġconstru ir +çī¹ åĪ¥ +op ian +ĠVol ume +iet h +ÑģÑĤв ом +ur rection +li ÅĽmy +Ġhem isphere +ĠBe an +IG N +Ġköt ü +ĠFall out +Ġbr ace +ç¹¼ çºĮ +ÏĢ Î¬ +ĠH AS +Ġg é +Ġcharacter ize +ặ c +ĠMil ky +Ġtum ors +Ġn uit +ĠG az +ĠìŀĪ ëĭ¤ëĬĶ +Ġг аÑĢ +ess ment +ĠA be +Ġë½ ij +ĠEins atz +J IN +j ä +C ry +ĠProm ised +ĠÑģеÑĢ Ð´ +ok us +Ġscal able +ĠпоÑģмоÑĤÑĢ ÐµÑĤÑĮ +ück lich +Ġreal ism +Ġmay o +Ġjuven ile +Ġhead lights +Ġgör Ã¼ÅŁ +ĠRe form +Ġhal ves +cz ne +Ġbreak up +że j +Ġr ätt +D ay +ĠìĿ¼ë ³¸ +Ġmu erte +Ġtun es +ĠSm ile +rec ord +Ġrecher che +atisf ied +Ġpo zi +Ġcelebr ations +ise xual +ĠRO B +third s +ĠF ortune +ĠÑĤ ой +Ġbrand ed +lo o +Ġd ud +Ġrandom ized +Ġcomb in +ä¸Ģ äºĽ +ier an +c zenia +į ãĥ« +Ġcur ator +Ġar tery +ĠÑĥ ÑĪ +ĠÑĩ иÑĤ +Ġsubsid ies +Ġbloss om +ĠTw ilight +Ġhy vä +ĠPom pe +ĠC isco +ĠÐŁÑĢ Ð¾ +Ġbir i +Ġg ern +Ġre built +Ġw cze +Ġbenefic i +Ġdrum mer +Ġsol ids +Ġdi yorsun +ãģĤãĤĬãģĮãģ¨ãģĨãģĶãģĸ ãģĦãģ¾ãģĹãģŁ +l ated +Ġmud dy +Ġh olog +Ġcl aps +ĠR ings +ĠO key +ĠBra ve +Ġvalu ation +Ġmig rant +Ġinter mitt +Ġeig ene +ili ary +ãĥ¼ ãĥĪ +mark t +k r +ĠR ib +á»Ļ i +Ġaccus ations +Ġa rab +w ash +ĠBard zo +Ġu gh +est ers +oph ren +Ġaliment os +ĠU z +Ö Ĥ +Ġ6 50 +ĠпÑĢи еÑħ +F I +Ġsamp ai +Ġparl é +hes ion +Ġs ır +Ġapparat us +Ġcor related +ĠPrincip al +Ġcor r +ĠOffic ial +иÑĩеÑģ кие +Ġtermin als +Sh ould +Ġvac un +Ġst ellt +Ġmo oi +etz ung +Ġк ÑĢа +Ġda i +Ġп ож +Te am +ĠP PE +ĠÐŀ Ñģ +ĠLe ah +ĠI vy +y st +Ġuh hh +Ġnight time +Ġtrend y +Ġsec urities +Ġcontin ents +Ġfirst hand +ĠVer on +ĠëĤ ® +Ġbrows ing +ĠC ada +t ro +Ġtr amp +re ib +Ġerst mal +irl er +Ġps ic +Ġget ir +ĠN P +Ġdzie ci +об ÑĢаз +Ġmagic ian +Ġscrut iny +Ġsl ab +ĠO T +ist y +ir ies +ore st +Ġtask ed +Ġmor ally +ìķ¼ ì§Ģ +ust ered +Ġfool s +Ġir respons +Ġein f +Ġvi á»ĩc +Ġsc or +Ġpill ows +ĠG egen +Ġtut te +Ġquarter ly +Ġdid nt +ĠG ym +ĠE ther +ĠØ « +лиÑĪ ÐºÐ¾Ð¼ +Ġsign aling +ĠN ode +ĠDonc s +Ġy ah +ĠKan al +Ġf ading +et in +Ġinfluen cers +Ġmed als +Ġengine ered +Ġfer mented +ê²ł ì§Ģë§Į +ĠBeet hoven +×ŀ× © +inent al +ĠìķĮë ł¤ +üt fen +al nya +Ġo vere +Ġden kt +ак ÑĤеÑĢ +Ġâ ĺ +Ġneces it +Ġgener ators +gr ass +Ġпод Ñĥм +lie ÃŁen +B ar +ľë ıĻ +ĠдеÑĤ ей +Ġsuck ing +Ġsten cil +Ġprim o +ĠBreat h +st rom +Ġimmens ely +Ġapp reh +ìłķ ìĿ´ +P op +Ġj ong +ĠGi ul +ĠAD HD +Ġhö ren +Ġe lo +iv ent +Ġr us +Ġoutrage ous +Ġmaster ed +Ġì» ¤ +ÙĪ Ùģ +ip es +ĠRud y +Jac ob +Ġbull ish +Ġt apped +Ġfa ud +iz ophren +ĠÑģо Ñħ +ĠDar ling +Ġ196 3 +ĠPre vention +² Ķ +Ġabdom inal +st ones +Ġav aient +á»ķ i +m ake +Ġs are +ĠInst ant +к ам +Ġkeep er +Ġblank ets +ãģ§ ãģĹãĤĩãģĨ +Ġswe ats +ĠMinne apolis +åħ¨ éĥ¨ +Ġgen ommen +Ġfast en +ĠBrus sels +åij ¼ +Ġcaf eter +Ġabsor bing +Ġha go +ĠEl mo +Ġgust o +ĠY ap +M úsica +Ġt ert +Ġband a +Ġm ily +Ġthere after +ĠStock holm +ĠC arson +Ġcalib ration +ava ÅŁ +ans a +ik ke +Ġfore see +Ġqual che +Ġdest e +æ ¤ +ün üz +Ġfor ge +D is +est en +Ġδ ια +Ġenca ps +ĠGes pr +Ġcher cher +ick ets +ÑĤоÑĢ Ñĭ +C r +ĠТак же +Ġrabb its +ĠD ot +he iten +Ġcaus al +ĠF oster +ajÄħ c +Ġbere it +Ġayud ar +é« Ļ +ãģ ³ +s ong +com b +Ġfr inge +Ġcyber security +Ġëľ ¨ +Ġk ier +Ġbesch äft +Ġкон ÑĨе +Ġfacil it +ĠNam en +Ġbil ateral +t x +ĠW issenschaft +Ġnu ances +Ġr ipping +Ġf y +ĠSicher heit +ĠGh ana +ol on +Ġto pped +ĠMoroc co +Ġrad ial +ĠL EE +ĠAndre as +ed d +ĠìĹ ´ë +ĠAirl ines +ãģĵ ãĤį +Ġval ores +ê· ľ +H y +Ġзад аÑĩ +ĠKend all +ĠÑħ аÑĢ +ĠV amp +Ġpy thon +Ġmanage able +ĠG ente +o ise +ici ary +Ġimp oss +ĠBun ny +iest a +And rew +Ġser t +ĠC ec +zz arella +Ġautom obile +ĠT iere +all ows +åĨ Ĩ +Ġë° Ģ +ĠSc orp +ĠJ elly +ag ara +ĠSt retch +Ġrede f +Ġexacer b +ĠS HA +é f +ors a +Ġflaw ed +ĠNo el +?! ? +Ġpro cent +Ġmen stru +ĠпÑĢо Ñĩ +Ġinf ants +ðŁİ µ +pa use +ĠR acing +Ġ194 8 +Ġsuper intendent +id ores +id y +bra him +Ġunl ucky +Ġper k +an ci +Ġë§Įë Ĥĺ +ĠÐľÐ¾Ñģ кв +Ġfin ans +Ġdiferen cia +łĪ ìĿ´ +éħ į +OR Y +ĠT ac +ÛĮ ا +Ġdes em +Ġваж но +ĠJ U +ĠìŀĪ ìŀĸìķĦìļĶ +ĠÎ Ŀ +Ġinform ations +ĠH EL +h st +Ġпог овоÑĢ +Ġvo iture +Ġre us +änd ig +ĠпоÑħ ож +j ing +Ġd ru +alt ra +Ġprodu its +Ġk ite +Ġeye ball +ĠB elt +ĠRestaur ant +Ġg amb +Ġpor ridge +it ters +Ġconver ts +Ġyard ım +Ġmáxim o +w irtschaft +Ġíķĺë Ĥĺë +Ġì¤ Ģ +Ġice berg +Ġvor bei +Ġ25 6 +ocr atic +Ġreck less +on ner +Ġm ús +Ġlog ically +ĠPr ison +ĠNet z +Ġvac ant +Ġn immt +ĠH ARR +Ġз ов +ĠDe e +ring e +ni est +ĠR ules +ìĬ¤ë ٽ +cuss ions +Ġfl oral +Ġconstra ined +Ġdifferent iation +ĠQue bec +ĠÛģ ÛĮÚº +Ġpúblic a +it el +Ġaccommod ations +ĠGr ü +í ľ +Ġpick les +иÑĩеÑģ киÑħ +Ġcomm issions +ĠBa ek +Ġçoc uÄŁ +ĠMed ium +Ġperiod ically +Ġwonder fully +Ġstaff ing +ìĽ IJë +ri re +f le +ĠMc L +ĠÑĤ еп +ĠпеÑĢ ÐµÐº +н олог +Ġíģ¬ ê²Į +çϼ çı¾ +Ġprosper ous +ĠSpirit ual +ĠCh ick +DI A +ĠÐŁÑĢ Ð¸Ð²ÐµÑĤ +Ġper ÃŃ +ÑĮ ÑİÑĤ +Ġconsult ants +ĠEar l +ä»Ĭ å¹´ +Ġru ining +оÑĢ Ðµ +Ġpens er +Ġtak iej +Ġstrength ened +ĠLiqu id +он еÑĨ +ав аÑĤÑĮ +Ġcam er +Ġdisagre ement +Ġbat hing +ĠY osh +a al +pre chen +RIS ADAS +Ġsuper star +æģ Ń +лÑı ÑĤÑĮ +Ġn ib +ĠTh erm +ĠDAN IEL +Ġp aw +Ġliqu ids +Ġcapac it +ark en +Ġvag ina +Ġm ashed +Ġemer ges +ys cy +Ġun related +ĠGu ild +Ġin verted +it ives +T ra +Ġbe gr +Ġal te +ì§ ķ +ãĤģ ãģ¦ +ĠÑĢазÑĢ Ð°Ð±Ð¾ÑĤ +f inder +Ġдал ее +Ġблаг одаÑĢ +walk er +Ġcr ater +ass adors +ren ces +ins ki +ĠK IM +ĠEll iot +20 17 +ĠS r +ink a +ano v +Ġìŀĺë ª» +Ġpropriet ary +display style +ĠÑģ им +Ġиз б +ĠPan el +Ġinstinct s +ĠCommun ications +éº » +mid t +Ġë§Įëĵ¤ ìĸ´ +ĠÑģл ова +ĠGil bert +缮 åīį +Т ак +voor beeld +е ÑİÑģÑĮ +ary n +que z +Ġd art +Ñĸ ÑĪ +ĠH ut +S al +Ġs outheast +Ġpestic ides +Ġhelicop ters +Ġend ured +i ada +Ġbre wing +ìĹ ¬ë +ĠÑģв обод +ĠS aints +ĠFr ançais +ĠEconom ics +Ġdis loc +oph obia +C amer +Ġnegoti ated +ĠÑģÑĤ али +ìĬ¤í ģ +og ie +Ġtsun ami +Ġpeel ed +Ġmotiv ations +è¨ Ń +ost at +fl an +ĠD AC +Ġk av +' RE +ĠPe arson +b be +c zenie +Ġaten ção +íĨµ ëł¹ +ãģ£ ãģ¡ +ĠÑĥд аÑĢ +Ġintrodu ctory +ĠI ci +ë ĮĢë +ak at +Ġt rench +Ġproceed ed +ĠCo in +Ġdere cho +ĠRed e +æ¯ Ľ +ан нÑĭй +Ġincarcer ated +ĠRich mond +R ock +ĠP av +ĠKar ma +ug es +Ġconte ú +ë ¹Ħ +Ġê·¸ë §Į +ĠG one +Ġwsp óÅĤ +ĠRah men +un ken +Ġì¤ijìļĶ íķľ +Ġi b +Ġatt aching +H ay +Ġsu ka +ìį ¹ +Ġpivot al +ĠRes pect +ÃŃ da +I B +ĠVer antwort +w iet +Ġforens ic +ÑĢи ÑģÑĤ +ĠпÑĢинÑĨип е +Ġmark ings +Ġk ettle +ĠOper a +ĠDo ctors +Ġshred ded +Ġrec uer +Ġvig il +ĠF ail +Ġentre v +Ġд ÑĥÑĪ +Ġout breaks +èµ° åIJ§ +ĠÏĢ Î¿ +Ġro gue +ang led +Ġyear ly +ĠCre ed +Ġw am +Ġlot us +ê³ ¼ë +ãĢģ ãĢģ +ĠSp it +ĠIt u +Ġstra ins +Ġstamp ed +Ġpl aint +Ġpot ion +Ġconsolid ation +è© ķ +оÑĩ кÑĥ +Ġvlog ging +Ġsl ate +ĠAu ft +ĠInc or +ừ ng +§ IJ +en h +Ġhe iÃŁ +Ġdom est +ĠSt rom +åį ³ +ak is +Ġfra gen +Ġfin er +ĠS ug +Ġup hill +Ġé én +â̦ ) +ĠÑģ оп +ĠCore y +Ġsie bie +Ġm use +Ġclo ves +Ġp ous +ĠFin anz +ĠR oute +am at +Ġmut ually +ĠвнÑĥÑĤ ÑĢи +ĠSel ena +ë Ķ +ĠGa ussian +ë ¶ĢíĦ° +Ġ×ij× Ľ +Ġej erc +å¾ ® +ke a +ĠG erry +ĠS ic +大 çļĦ +Ġ196 6 +ies e +Ġfoss ils +Ġest ad +ĠK ane +ci Äĩ +Ġìľł íĬľë +Ġп ам +ĠCru ise +int érieur +Ġbe kannt +ĠP ode +Ġdem ander +R em +Ġinv ade +Ġdecor ating +rop ic +Ġcow boy +ĠPh oto +opol it +Ġì»¬ë Ł¬ë +Ġre ap +Ġhand writing +à¹Ħ ร +Ġë ļ +Ġب عد +ĠM t +Ù Ģ +Ġspaces hip +Ġnational ism +Ġcouncil s +ĠGriff in +ĠAh med +Ġcl ich +ĠO L +w l +ĠPil ot +å® ® +Ġacron ym +Ġg els +Ġelectro ly +è ĵ +Ġм ной +Ġepis od +ĠDies es +ĠAT P +Ġed iyorum +Ġexpress es +Ġexhib its +C omm +Ġк ÑĢÑĥп +Ġmat ar +Ġ20 25 +ĠArt em +vas ive +r Ãł +Ġbe ÅŁ +é» ĥ +Ġliz ard +Ġfill e +Ġì§ Ī문 +Ġмо Ñī +Ġt ür +Ġcul prit +Ġwo ven +ĠAN Y +n im +Ġt ay +Ġprom in +Ġacom pa +Ġid é +Ġbo iler +ĠThe men +Ġaven ue +ĠM ud +Ġнов Ñĭе +Ġwitness ing +Ġl ance +ĠCH AN +ĠBe ver +ت Ùħ +Ġchem otherapy +K ing +ĠbÄĻd ÄĻ +Ġat ual +Ġt ive +Ġtalk in +Ġqued ar +ie ÃŁ +ed el +Ġìĸ´ì łľ +Ġjog ar +Ġö r +Ġundert aking +ĠStre ngth +Ġmil hões +ĠW ine +ĠM olt +è® ² +ãģij ãĤĮ +Ġunderm ine +ĠArch ives +v ana +mer cial +M C +Ġcast e +п ÑĢ +Ġlegisl ators +ul ators +ên io +Ġëį °ë +ĠÑħоÑĤ иÑĤе +Ġн ек +Ġs urn +Ġcons ci +ĠP OW +Ġcul inary +ĠK AT +ĠFol ks +Ñĭв аем +Ġв ок +ãģij ãĤĭ +s ervice +pt s +Ġпоб ед +æĺ¯ åķĬ +Ġt ents +Ġn ord +ST E +Ġrepublic an +Ġwy k +Ġmin ions +èĻ ķ +Ġmem ang +j est +Ġcompar ative +Ġty le +car bon +bed ingt +ks en +Ġneg ativity +Ġsjäl v +Ġd ú +æīĢ æľī +Ġrec alled +c ra +ĠT ada +ĠÑĢÑĥ ки +ĠопÑĢед ел +Ġproc rast +Ġjog os +ĠO o +ĠHe arts +Ġé ch +Ġksi Äħż +Ġco arse +ĠT ube +ĠG reens +Ġé n +Ġdumb bell +ĠÑĤ и +Ġquer er +ا ØŃ +Ïĥ ει +ĠпÑĢав илÑĮно +Ġп ап +Ġcomp ra +Ġt ér +ĠAnt es +Ġoptim um +Ġbisc uit +κ ι +acz ego +Ġìĭľê°Ħ ìĿ´ +ĠMar ines +ver o +Ġvacc inations +Ġpet ty +rit ers +Ġа л +count ry +Ġcoun ters +Ġattend ant +ĠH ui +ãģ¨ãģĦãģĨãģĵãģ¨ ãģ§ +ck a +ÑģÑĤвен нÑĭй +gu y +Ġtrick ed +ĠR ED +Ġthr illing +ÏĢο ι +Ġpig gy +Ġan unci +OR TER +ĠVal ue +Ġr ond +ĠA DA +Ġpos er +h ores +ĠR oland +ĵ ¯ +Ġno ir +Ġש ×IJ× +ë° ľ +iem and +ĠпоÑĤ еÑĢ +ê³ ³ +Ġê± ± +Ġformat ting +ĠL ed +è§Ģ çľ¾ +Ġkill ers +ĠÄij ấy +Ġha ar +ag ain +! > [ +min ster +Ġв ли +Ġident ifier +ĠLamb da +Ġtr os +Ġflaw less +Ġdetriment al +Ġbun ları +W ar +Ġreg ião +羣çļĦ æĺ¯ +ĠB ike +cess ors +Ġc ùng +ĠR N +Ġê½ ĥ +Ġküç ük +ĠBegin ning +íĺ ¸ë +Ġge we +Ġden ote +ĠAlber to +Ġprob iot +Ġo de +Ġmol ar +Ġburst ing +ass umed +Ġfoot prints +ved a +Ġstero ids +Ġfl aming +ĠE ller +Ġerk ennen +ät zen +Ġlife cycle +ĠD OU +ĠK arena +ĠGuer ra +è¿ĺ æĺ¯ +Ġsin ister +Ġpod éis +Ġpar ab +Ġok o +Ġmat éri +Ġcar ic +son aro +Ġpratic amente +ÑĥÑģ а +Ġcomun que +Ġvig ilant +Ġreg imes +ĠShoot ing +Ġra ids +ĠN ora +ĠW ieder +m ens +ĠÑģ од +Ġê²½ìļ° ìĹIJëĬĶ +Ġв Ñħод +Ġaut obi +ĠS chn +ĠRob bie +ĠF itness +Ġкон ÑĦ +Ġpeng uin +моÑĤÑĢ Ñı +Ġми ним +play s +Ġdeleg ates +M er +Ġsist em +ĠMicha els +m ale +ا ع +Ġcá ch +ĠH ä +Ġ×Ļ ×ķ×ĵ×¢ +Ġsuper power +Ġstr on +Ġro ver +Ġdé pend +éĻ ³ +Ġret iring +Ġvamp ires +Ġmer de +ĠCh anging +Ġt ame +Ġspokes person +Ġc ay +Ġfl irting +ĠGr ö +Ġw är +Ġwy b +Ġcoe ur +ạ nh +ĠìĻĢ ìĦľ +Ġconna is +ĠHundred s +ĠBe a +Ġα ÏĢ +pr uch +Ġsocied ade +ĠWh ilst +ĠK ait +esp ace +Ġch ia +ĠEr m +Ġë°Ķ ê¿ +Ġf ences +ĠM ortal +ê² ģ +Ġг ÑĢаÑĦ +ĠHom eland +ĠJ UN +is st +Ġpar lar +Ġsport y +é o +Ġdeep en +ĠBeh avior +éĢ ı +åĵĪåĵĪ åĵĪ +Ġer rand +Ġrot ary +ĠWell ington +W ind +Ġmes ela +ả ng +iend e +Ġex cell +ĠGen ius +ĠEdu ardo +æľī 人 +ĠÅŁ unu +Ġİ stanbul +Ġprod uto +Ġ ãħİãħİ +O FF +Ġwoll t +çĪ Ĩ +Ġëī´ì Ĭ¤ +Ġl ass +Ġher tz +Ġar omatic +Ġзв он +Ġaut oc +ĠL ust +Ġ11 2 +ĠÎ Ĺ +Ġreview ers +Ġrecept ive +å°į äºĨ +â nd +og lo +ĠìķĦëĭ Ļ +Ġn go +Ñĸ ÑĤи +Ã¥ t +con o +Ġtek rar +Ġ주 ê³ł +Ġgel miÅŁ +Ġbed time +ĠAr gh +AD A +ĠгоÑĢод а +ĠÄ ĩ +Ġall iances +g iggling +Ġyer de +Ġsp ies +Ġg utes +ç i +Ġallt id +ĠL ah +ŀ IJë +Ġdo kÅĤad +ÙĪ ÙĬ +Ġtoxic ity +Ġcancell ation +Ġ195 8 +d ro +Ġìŀij ìĿĢ +ĠMotor ola +Ġmult in +Ġenthusi asts +ĠM ighty +ĠCoc onut +: ãĢĮ +ĠPict ures +Ġsang re +Ġbl inking +ol esome +ĠìĬ¤íĥĢ ìĿ¼ +F P +Ġboom ing +ĠдеÑģÑı ÑĤ +Ġr atchet +Ġtim elines +len ess +Ġc ages +ĠGood night +omet imes +Ġc unning +ĠR isk +ul ed +d ade +Ġpr ata +Ġgust arÃŃa +am us +ĠJin ping +Ġest rut +Ġdescob rir +ĠM Äģ +ĠAll an +Ġ åĪĨ +Ġ×ľ× § +Ġpres erv +ĠStraw berry +Ä ı +L u +Ġk ro +ĠRep orts +ìħĶ ìķ¼ +Ġval t +Ġpouv ait +Ġapp ar +ĠB one +Ġprefer ably +ĠRep ública +å°± åΰ +Ġher zlich +Ġchim ney +Ġç ev +Ġvis as +Ġver r +Ġcultiv ation +ĠArmen ia +Ġвд ÑĢÑĥг +Ġcock ro +retch ed +art z +ĠлÑİд Ñıм +ĠpolÃŃt icas +ĠP anz +ĠA KA +ĠëĪ Į룬 +Ġer ro +Ġcam per +Ġ10 2 +ठ¸ +d one +Ġho ard +ĠÐŁÐ¾ÑĤ ом +je ong +Ġdest a +p ak +Ġin im +Ġgrow ers +ĠMess age +Ġele ctor +eng age +ĠFor bes +ĠCincinn ati +Ġdiffé rence +d f +Ġsp ar +Ġawait s +ĠUSS R +ĠR ising +ĠHo ÅŁ +Ġfoot ing +Ġcond iciones +ÑĤоÑĢ Ð¾Ð² +Ġclin ician +ĠDisk uss +å£ ĵ +ר ×Ĵ +× ¥ +ite it +g ren +Ġchar isma +Ġle uke +Ġirrit ating +Ġcir ca +ĠRhod es +Ġp ior +Ġhandic ap +roy able +Ġv ull +O G +Ġin ÃŃcio +ier i +Ġspl ashing +Ġdem ise +Ġassist ir +Ñĩ ÑĤо +Ġcover t +ĠG ud +ภī +kl är +ĠìŀIJ 꾸 +Ġver ändert +ĠR EM +ĠCon ven +at ge +Ġpierws ze +Ġcler gy +ling ton +l iv +V PN +ĠÑģ ожал +ĠH ate +ãģ¨ ãģĵãĤį +ÏĨ ο +ĠResp ons +оз д +Ġet mek +Ġchem in +Ùħ Ø© +Ġê°Ģ 족 +T re +Ġum as +ĠBur ton +Ġpatri arch +ĠSmithson ian +¥ ĺ +M oon +A ir +Ġmed ios +Ġer aser +Ġwoll ten +Ġpare il +ĠBill ie +æĬ ½ +еÑĢÑĤ в +Ġparl ament +Ġag ony +ĠQU E +sequ ently +An other +ĠWh ew +ĠAnn ual +Ġse ben +ìĥģ ìĿĦ +val ues +ŀľë §Į +Ġsin on +ere al +ĠEn light +ĠChem istry +ĠCatal unya +Ġdoct r +ant on +Ġst uk +ĠPl ate +ĠKardash ian +Ġfil os +ĠW et +Ġпоп ÑĭÑĤ +Ġunknown s +ĠSch on +ĠBald win +Ġtelescop es +ĠG ucci +ox ide +ĠConserv ative +ìĦ± ìĿĦ +Ġhina us +P ower +Ġê±´ ê°ķ +Ġprev ail +orm an +m achine +Ġ194 6 +Ġun bel +Ġsch aut +Ġp iel +e enth +Ġobject ively +Ġch akra +aud io +Ġch icos +ĠV ault +å° Ī +Ġmedic inal +ĠT ail +Wh ile +Ġas phalt +Ġfro ze +ĠE K +unch ing +n osis +20 15 +ĠG ri +Ġodd ly +ĠM är +ĠA eg +c olo +P ar +Ġëĵ¤ ìĸ´ë +Ġv inden +ĠO VER +Ġ iced +Ġsc orp +Ġha c +qual ified +ĠÑĥвид еÑĤÑĮ +erm o +H EN +Ġso i +Ġmulti ples +Ġlay outs +Ġblind ness +ĠB owser +Ġпод ÑĤ +ĠÃ İ +vention al +Ġm ata +mad ı +Ġge ez +Ġcad ence +Ġważ ne +ĠChrist ie +ven ge +C all +Ġturn around +Ġblo b +ĠЯ к +ĠVoice over +Ġper il +ĠJa ime +ĠH OY +l ane +Ġse bel +ĠDu o +ĠHistor ical +Ġd ni +Ġg ema +y k +Ġsab em +ắ ng +Ġv ars +ĠRon nie +ĠRon aldo +ĠPer què +ns inn +h air +Ġrelent less +Ġl yn +Ġtravel er +æĢİ麼 äºĨ +n ine +Ġant im +Ġì¼ Ģ +Ġsnow ball +ĠÑħаÑĢ Ð°ÐºÑĤеÑĢ +Ġintern s +Ġconstitu ency +ĠÐĿ ам +׾ ׾ +V EL +Ġvikt igt +Ġap oyo +ÙĦ ب +Ġj ard +Ġheight ened +ÑĢо ÑģÑĤ +ĠSM ITH +Ġдел а +Ġrepair ing +Ġr igt +ĠShe ikh +ĠBrit ney +Ġevery time +Ġadvent urous +oc key +er nt +Ġat aque +ĠAltern atively +e ffect +Ġpalav ras +ĠElli ott +Ġréuss i +Ġhypert ension +ĠMan ual +Ġproph etic +Ġhand c +ÑĮ е +Ġref rain +ĠSqu id +ìŀ ¡ +Ġком ан +äll en +Ġlleg ó +Ġbas h +ion y +ĠÑģк лад +Ġк аб +Ġcare less +ĠP ool +Ġtr ás +Ġfil s +ĠSch r +Ġsp rawd +ĠMon aten +Ġunfor gettable +ĠCott on +Ġinconven ient +ĠR X +or is +Ġhum bled +ת ×Ĺ +ĠØ¢ Ù¾ +Ġincre ÃŃ +ĠKomment are +èĪ Ĵ +r ación +Ġv antage +ĠSe al +ĠìĿ´ 거를 +Ġjou e +ãģĿãģĨ ãģ§ãģĻãģŃ +Ġìĺ¤ë ŀĺ +ĠиÑģп ÑĭÑĤ +ob en +Ġgr ate +Ġcontro le +ĠPer cy +ÅĤ ada +Ġsimult aneous +Ġprot oty +ĠgroÃŁ er +Ġbew usst +iniz i +Ġpass ieren +ĠHapp iness +åī ĩ +sh i +ge ht +Ġstation ed +ĠErgeb nis +Ġdirect amente +Ġsurv ives +Ġperson es +BER G +Ġvom iting +Ġconhe cer +Ġad jour +ĠCiv ic +pe i +bur st +Ġëĭ¤ ëĭĪ +é ı +Ġsl ed +Ġplataform a +ĠS ect +ĠDe fin +çĻ» éĮ² +én om +chn et +Ġprofit ability +Ġerre icht +á»ı i +c ation +Ġì§Ģ ê¸ +Ġperd re +Ġfel ony +Ġ195 7 +æĪij å¾Ī +Ġunsuccess ful +Ġnag yon +Ġelastic ity +Ġfac ade +Ġearth ly +ĠамеÑĢик ан +Ġcon n +c la +D u +Ġpolit iques +Ġhal o +iant es +Ġмо ей +ãĥ³ ãĥī +ton es +el ier +è® ļ +ht aking +Ġwicht ige +Ġan no +ĠL ok +ill ions +Ġv iver +Ġsol chen +Ġsu f +ĠSal z +ĠN vidia +z uge +ĠSp ike +V ideo +Ġtw or +ĠA la +èij ī +Ġh anya +ĠAd m +ìĿ µ +ĠPatient en +ĠOn ion +ĠKo be +ĠSc ene +ĠR ash +æ¨ Ļ +ÑĢа ÑģÑĤ +ist ani +Gen eral +le ye +imb ap +Ġconce aled +ĠFr idays +ĠW ool +Ġнов ÑĭÑħ +Ø´ ر +Ġê²° ê³¼ +Ġjed och +´ìĭ ľ +ĵ¤ ëıĦ +Ġìŀ¥ ëĤľ +uk t +L ou +Ġ먹 ìĸ´ +ĠEx pect +Ġдом ой +Ġirrespons ible +Ġac erca +ĠZ ust +ר ×ĺ +U I +Ġyout ubers +ĠPos itive +Ġsoci oe +Ġsn atch +èĥ Į +Ġrefresh ed +Ġnom inations +ĠP att +Ġobsol ete +Ġdem iÅŁ +åı ¤ +orm uÅŁ +ĠìĨĶì§ģ íŀĪ +Ġf la +Ġcra ziest +ĠZ ie +ĠT ú +z ep +ic em +Ġë©ĭ ìŀĪ +Ġcyn ical +ãģĿ ãĤĵãģª +Ġt resp +Ġcra z +Õ¥ Õ +Ġne lle +Ġm ph +ĠN ered +ĠK ob +ĠE ck +¨¸ ëĭĪ +J an +ĠТ огда +Ġde ci +ĠV og +Ġbubb ling +éĢ Ģ +ú a +Ġproduct os +iber al +Ġrepl icated +ĠImp rove +ill ary +C ha +Ġré du +ĥIJ íķĺë©´ +Ġcon not +ĠK rit +ĠдÑĥÑħ ов +Ġtread mill +ĠP W +Ġзов ÑĥÑĤ +Ġcl ams +Ġdra fting +Ġ195 6 +un ta +Ġexpend itures +ĠHoo ver +W OO +ÑĪе е +Ġded uction +mon ary +Ġreci b +Ġpo vo +Ġëį Ķë +ĠP AL +ĠBl ow +Ġwy p +Ġdest ac +de al +Gra eme +Ġnécess aire +Ġdamn ed +Ġ19 38 +Ġìĭ¤ ìłľë¡ľ +Ġtro op +Ġinsight ful +ĠT J +ĠоÑģ в +Ġf idelity +ĠSk ip +ĠMay o +ë§ Ŀ +app e +Ġbl as +ĠW Y +ĠG N +ct ar +S u +Ġcu ent +he ws +Ġcorps es +A bs +Ġwaste water +Ġc iek +ĠOn u +Ġexplos ives +Ġar ma +ĠSTEP HAN +polit ik +ĠOs aka +ta ÅĤ +Ġyap ıyor +Ġiz quier +Ġbele za +ĠWy att +åIJ ¸ +Ġsu k +Ġspec jal +Ġdan ke +wh istle +ĠfÃŃs ica +ĠHar riet +ĠìķĦ íĮĮ +Ġwill kommen +ip ing +ĠÑģмоÑĤÑĢ Ð¸ÑĤе +Ġмож еÑĪÑĮ +Ġinacc urate +Ġarrog ance +ĠRem o +γ ά +ass ed +Ġdeliver ies +Ġst inky +ĠпеÑĢ ÐµÐ¶ +j ay +Ġtrans itional +Ġr ere +ĠNGO s +ĠAT M +Ø® ت +i ology +Ġв лад +Ġsch me +ĠSh ine +ìķ ¡ +p ants +Ġser ge +Ġsen hor +Ġab duct +ĠBry ant +V ES +Ġawak ened +ĠL az +rop olis +ĠLa o +è¾Ľ èĭ¦ +Ġvill a +Ġsumm ers +Ġent hal +Ġ194 9 +V ia +Ġìĸ´ì ¨ +Ġtend on +Ġviol et +Ġintellect ually +Ġboun ced +ara us +Ġ19 19 +Ġvra ag +Ġsp el +ĠSch war +Sc ott +ĠInd o +Ġë§ Ŀ +Ġcanon ical +ĠI KE +Ġthat ÃŃs +Ġme llan +æ¯ Ĵ +ig mat +C ould +... ?) +Ġfo arte +ĠKum ar +rend o +Ġél é +à ´ +val uation +c ases +Ġintuit ively +h ong +ett ed +Ġsou ven +Ġmor b +Ġc ors +ĠN V +ĠHas an +æĥħ åĨµ +ie ved +Ġì§Ģê¸Ī ìĿĢ +Ġdum pling +Ġcontr ôle +Ġambigu ity +æ©Ł æľĥ +Ġco g +ĠScript ures +Ġc ai +Ġbe ver +大家 éĥ½ +Ġhu is +Ġa ime +Ġerkl ären +ĠL M +ĠF ey +éļ ¾ +à®± த +Ġsuper vised +Ġje we +s pl +ĠÑĨенÑĤ ÑĢ +Ġcoll isions +ÙĦ Ùģ +ĠHog warts +ĠDur ham +×ķ× £ +Ġphosph ate +Ġoverse e +Ġinspect ions +Ġbr inc +ĠZ ak +Ġpay off +Ġch aud +ĠHung er +ã os +v ir +Ġf iance +Ġb oug +l ived +c ry +åĽŀ ä¾Ĩ +Ġjoint ly +Ġgirl friends +ĠNe xus +¦¬ ê²łìĬµëĭĪëĭ¤ +ĠK wang +åĵĪ åĽī +å§ ij +ÅĤ ÄĻ +ĠN eden +ie ce +Ġins erting +æŁ ĵ +ĠM ummy +ĠGlo be +Ġle e +Ġg erman +Ġcre ams +ach o +Ġch ưa +ĠGal ile +Ġfür s +Ġest iver +c idos +Christ ian +Ġlors qu +Ġcut est +v ale +ĠкÑĢ ÐµÐ¿ +Ġw ary +Ġslic ing +Ġesper ando +ĠV ander +ĠDe ixa +Ġ195 4 +Ġmów iÄħ +Ñĸ ÑĶ +Ġtool ing +Ġrest or +Ġpos ición +Ġintent ar +ĠAp ache +OU L +ĠÙĪ Ø¨ +Ġmat ière +ãĥ¼ ãĤĵ +Ġl inen +Ġestrat ég +ĠMut ta +é¡ ¯ +è¡Į äºĨ +Ġpart ing +Ġminim izing +Ġapp rendre +æľ Ŀ +Ġан глий +ĠDo o +ĠFire fox +c ómo +Ġge opolit +Ġmak an +Ġmog elijk +ĠÏĢε Ïģι +Ġcá» © +Ġinstall er +Ġdib uj +ĠHe ath +lo op +ĠBro ken +HY UN +sh elf +Ġf izer +Ġenh ances +ä¾ĭ ãģĪãģ° +Ġдо ÑģÑĤи +ĠP UB +ĠKolleg in +Ġatt ained +Ä ¾ +Ġmist ress +ĠOft entimes +×ŀ ×Ļ×Ŀ +Ġbe we +ĠS ora +ra uen +ba um +Ġroll ers +Ġm ering +ĠP AC +Ġн Ñĸ +ĠRép ublique +ĠÑĤ ÑĢав +ĠV anguard +uc iones +Ġ무ë ĮĢ +Ġg our +¯ ¤ +ĠÏ ī +Ġsa una +Ġpe ine +ĠVal erie +ĠS ikh +fend imiz +ber o +ĠÑĩ и +Ġdo ÅĽwiad +ĠE uros +Ġcomment aires +Ġtwe aks +ĠF aster +ĠÑĢаÑģ к +Ġprogress ively +ĠE uch +bor o +ĠIng red +C ap +Ġun check +Ġìĺ¤ë ¥¸ +Ġw re +ĠF T +ör ung +Ġmemor ized +ĠD inner +ĠP hew +ou bl +Ġput a +Ġadm its +ез де +op od +Ġpand a +Ġhing es +ci pe +Ġtrans act +Ġpod ia +Ġp ics +Ġcriter ion +ĠOrchest ra +ĠBl og +Ġsolem n +ĠPix ar +Th ree +Ġв низ +ĠVol unte +ĠSav age +ĠPV C +ĠC af +Ġwy kon +Ġgrad ers +Ġcr ouch +Ġcl iche +Ġsoy beans +ĠM UR +ĠGonz alez +ĠM imi +ĠBol sonaro +Ġdi aphrag +Ġbil ang +ëIJĺ ëĬĶ +éĤ£ æĪijåĢij +Ġregul ating +M c +J udge +Ġн ож +Ġjak Äħ +ites se +ĠW ij +Ġl ata +gro aning +POS ING +Ġ×IJ×ķת ×ķ +Ġha ga +Ġground ing +Ġviol ently +Ġt ills +Ġeng ag +ĠHo llow +Ġпоп ÑĥлÑıÑĢ +Ġw prowad +Ġrepl aces +Ġfluores cent +urg ical +igg ly +ĠTrad itional +t te +ĠÙĦ Ùĩ +Ġphosph orus +Ġapr on +ĠWat ers +ĠK ultur +ав ай +Ġol ives +Ġ×Ķ×IJ× ľ +Ġteil weise +Ġsen cill +Ġprend s +Ġnarr ower +Ġj ätte +ĠInformation en +ìĥģ ìĿ´ +Ġstar ve +Ġfr ick +ĠBe weg +ठ² +Ġdolph in +ĠLAUGH TER +ĠINTER VIE +åĶ ī +Ġyan lÄ±ÅŁ +Ġtor pedo +Ġshort ages +ìĿ´ë ĵľ +ıld ı +Ġp aws +Ġo zone +Ġcultiv ated +ĠF ot +Ġnot or +н оз +Ġко ÑĪ +Ġtouch screen +ĠAll y +æľĢ è¿ij +Ġë§ĽìŀĪ ìĸ´ìļĶ +ĠС еÑĢ +Ġв полне +Ġpap rika +ĠDust in +Ġefect o +Ġop ini +Ġmu ut +Ġhá»į c +Ġinter ject +ÄĻ t +Ġbut ts +ure z +ĠP ike +ĠH ok +ĠGu inea +ĠCath edral +Ġ14 00 +C ra ++ , +ë§ Ľ +³´ë ıĦë¡Ŀ +aby rin +Ġvide og +Ġо ÑĢÑĥж +Ġu ž +Ġbus cando +ĠAss istance +éĻ ½ +Ġmel hores +ì¡ ´ +Ġëģ ¼ +ĠR J +Ġت Ùħ +Ġo min +Ġmotor cycles +ĠS app +Ġsupply ing +ĠAl gun +Ġaer ospace +×¢ ׾ +oc cup +le ist +Ġê±° ëĬĶ +Ġcomplet a +b res +! ( +ĠÐŁÑĢ ÐµÐ´ +Ġdisadvant aged +ĠAtt end +ĠJud ah +á»ĭ ch +yl ene +act ly +Ġset ups +Ġammon ia +ĠSchwe iz +ĠSh ame +Ġband e +ĠF uel +Ġtroubles ome +Ġnum ero +ĠM OM +ĠпÑĢед лаг +ment ioned +ĠболÑĮÑĪ Ð¾Ðµ +ĠVikt or +ĠSty les +Ġcruc ified +ructure d +en viron +Ġmor als +Ġmed itating +Ġax ial +is ance +ĠAb st +G reen +Ġê± ´ì +Ġquad rant +Ġper gi +Ġcamer aman +ĠSe qu +Ġpa used +ĠLa ughing +ê· Ģ +? .. +ĠÅ» e +Ġpermit ir +Ġdetect ors +ĠH UD +av al +ĠìĹ¬ê¸° ê¹Įì§Ģ +Ġh ubs +Ġbest immt +ĠбÑĥдеÑĤ е +INTER POSING +Ġten gan +Ġcra ve +ĠBundes regierung +ĠBlo ody +Ġus ability +ĠE as +ĠÄijá»Ļ ng +Ġ195 5 +Ġkrie gen +Ġhabit ual +Ġessential s +rim inal +Ġroomm ates +éĤ£ å°± +ĠпеÑĢе Ñħод +Ġng hi +Ġmen ing +ĠSym phony +ĠH ug +ag gi +Ġw ied +Ġmit ad +ãģ£ãģ¦ ãģĦãģĨ +te enth +ida Äĩ +S ave +Ġrob iÄĩ +Ġboun ces +° ĸìĹIJ +st ars +Ġprag matic +Ġcogn ition +Ġwra pper +Ġw arten +ad h +Ġpens a +ĠHert z +Ġn ÄĽ +ĠRe id +ĠPC s +ĠMo le +Ġ.. ... +Ġpre cio +ĠChampions hips +ê°Ģë Ŀ½ +Ġv ér +Ġcorrid ors +ĠElect ronic +S l +Ġа ле +Ġoverth row +Ġk abul +ĠR ES +ĠCyber punk +ог од +ĠÐĿ ав +Ġw an +Ġmanifest ations +Ġcual es +ĠW ise +ĠLös ung +Ġex fol +Ġearn s +ÑĥÑģÑĤ иÑĤÑĮ +Ġsa pp +ĠBra un +ĠBRAND ON +ì¹ Ļ +Ġs ano +ĠF EL +Ñĭв айÑĤеÑģÑĮ +ожд ениÑı +Ġse wn +F un +Ġrecipro cal +Ġexpans ive +ĠTra ffic +Ġktóre go +ĠÙĪ Ø³ +æĺ ¥ +Ġë¹ ¨ +pro ve +ig are +Ġlo h +Ø§Ø ¶ +H ope +Ġdevote es +ĠG om +Ġste als +ĠU ms +ĠTw ice +ãĤ ² +iy im +Ġrhythm ic +ĠV orte +Ġpref ix +om ination +Ġdat o +Ġcust ard +ĠVO ICE +å· ŀ +Ġmen y +ist ors +Ġíĺ ij +ĠìĤ´ì ķĦ +Ġíĥ Ħ +Ġk ort +Ġab a +ĠV era +ep y +Ġì¹´ë©Ķë Ŀ¼ +Ġsubmer ged +ĠC lock +Ġthumbna ils +Ġbo ast +ĠF are +!! ] +ĠÅĽ m +Ġkaik ki +ĠTechn ologies +ìĻ ¸ +ãĥ Ĵ +иÑĤ ай +å°ı æĻĤ +Ġа ÑĤ +Ġkn obs +Ġre icht +ượ ng +gl io +Ġë§Ľ ìĿ´ +ê°IJ ìĿĦ +Ġjot ka +ĠHand y +ĠHab en +n ous +Ġin land +Ġam azon +ho oting +S L +Ġle isten +~ " +Ġprov oke +ĠTw ist +Ġ×ij× Ĺ +Ġdepart ed +ê° ľë¥¼ +Ġk onse +ĠCar wyn +íķĺ ìĭł +ident al +ES CO +Ġt teokbokki +Ġdiz endo +ç· ´ +ınd aki +imas u +af ar +Ġland fill +Ġcorrect ing +Ġcle ars +ĠNum mer +H AM +Ġcart ridges +ĠDies el +p aced +Ġobl iv +Ġmoy ens +ĠSin ne +ĠPre is +il iz +ĠÑģм ож +Ġbroad en +ä»ĸ æĺ¯ +x es +Ġcarbohyd rate +íĺ ¹ +se ok +Ġecho es +Ġc ess +ë° Ķ +Ġб изнеÑģ +Ġllam ado +Ġess ent +ĠìĿ¼ë °ĺ +ĠA ires +ph en +Ġze bra +Ġsymbol ism +On ce +Ġr acks +ĠKaf ka +ĠÑģеÑĢÑĮ ез +Ġsin n +p icious +ka a +Ġmotherf ucker +Ġapprentices hip +Ġr pm +Ġtax ation +Ġfur ry +ĠSac red +ĠÑĢаз м +por a +eng es +ĠíĹ Īë +ĠÑģ ин +Ġsanit izer +Ġcr inge +ĠS ca +оÑĩ но +Ġof ere +Ġmel odies +ĠVel vet +ĠIhr er +ĠHy brid +ĠG iov +Ġirgend was +Ġdep ende +ĠUs ers +Ġh ump +dri ving +Ġs f +Ġruth less +à¹ĢภĦ +Ġlem ons +Ġfö ret +ĠO j +Ġм ама +Ġinter personal +Ġge v +Ġab norm +иÑģ л +Ġин д +Ġkont roll +Ġreg res +Ġled ge +Ġerzäh lt +ĠT act +Ġarri vé +Ġsubstant ive +Ġspoon ful +zw ischen +oooo o +Ġconten ido +Ġbes l +á»ĥ m +k ten +Jam ie +Ġsand y +ä¸į åIJĮ +â ĭ +Ġp ase +Ġdet te +ĠBelg ian +ê° ľë +ula res +r ud +ig or +ĠíĮ ¬ë +Ġremed ies +Ġblast ing +ĠS ich +Ġож ид +Ġmon str +Ġmanif old +Ġglaub en +ĠE ST +Ġstream line +Ġlobb ying +ĠGoth ic +to ire +.. ' +Ġdém ocr +Ġнаб лÑİд +Ġwsp ól +ĠczÄĻ ÅĽÄĩ +ä¸ĭ éĿ¢ +is és +g angen +Ġbez pie +rem lin +ê° Ŀ +St ill +Ġres ides +Ġgele cek +Ġtélé phone +Ġpe wn +Ġle opard +Ġcompliment ary +Ġc rib +ĠAnim als +Ġge il +ess el +Ġgard er +Ġcatch y +æ¨ ¹ +ĠE ts +ĠCom mercial +ĠD ENNIS +ĠCoordin ator +ĠAb igail +ffff ff +ấ p +Ġpeque ña +Ġinject ions +ce kt +Ġphilanthrop y +Ġp uck +Ġcelebr ates +ĠD unk +ĠD latego +ãģ¾ ãģł +δ ή +grad uate +ĠM obil +t ill +ac am +Ġyol ks +Ġtang led +Ġman iac +Ġoblig ed +ĠLa ink +Ġver der +ĠDam on +Ġmut ant +Ġhop ping +Ġre ins +Ġinver ter +Ġcont empt +׳ ס +le arning +M iss +ĠÐĵ оÑģ +ĠMe yer +ê»ĺ ìĦľ +é£ İ +×ķ׳ ×Ļ×Ŀ +ask ing +Ġtrim ming +Ġtre asury +Ġs ente +A ust +ĠUnterstüt zung +ĠCom edy +ĠAn akin +é ¹ +ÑĢÑĥ ÑĤ +ĠH ari +ograph ers +Ġoat meal +ĠB ots +ä¸į äºĨ +Ġп алÑĮ +Ġacknowledge ment +x ic +Ġê´Ģ ìĭ¬ +gas ping +Ġãģ ķ +Ġterr ace +Ġor naments +ĠM ER +comm ittee +ĠìĹĨ ìĬµëĭĪëĭ¤ +Ġr ij +é ³ +צ ×Ŀ +le me +Ġlibert ies +Ġfell as +ĠCop per +ben ch +ĠIde a +á»į n +ÑĪ Ð° +Ġvers ión +ÏĦο Ïį +ĠÐľ и +ĠпÑĢил ож +Ġbox er +ĠT anner +ĠM oy +ì¹ĺ ëĬĶ +T hr +Ġtin ham +Ġpol ishing +Ġconsequ ently +Ġamen ities +ĠK I +ĠGRE EN +ĠFrank ie +н иÑĤ +itt el +Ñģ кое +urs ed +Ġup bringing +Ġth ứ +ĠìĭĿ ìľ¼ë¡ľ +Ġwh im +Ġchin ese +conf idence +ĠJ eder +ãģª ãģ®ãģ§ +aj cie +ĠT ous +ĠPow ers +ừ a +other mal +ĠвÑĭ ÑĪе +r ale +Ø§Ø ® +Ġì§Ģ ìĽIJ +Ġép isode +Ġsul ph +Ġenc ara +k raft +alar ı +ĠCom es +Ġdiv ul +ĠRud olph +ĠM use +Ġut ens +ĠìŀIJ 주 +Ġp ana +ĠVeget a +ĠPH P +ĠN SA +ent in +ĠCarne gie +ا ÙĬ +iÄĻ cy +H arry +Ġf ır +С п +Ġglad ly +Ġaver aging +íķĺ ê²łìĬµëĭĪëĭ¤ +лÑı ÑİÑĤÑģÑı +ĠÐľ енÑı +Ġquot ation +ri res +itch ens +ay ed +Ġun att +ĠP erez +ĠоÑĤ меÑĤ +Ġtact ile +ĠEu h +is ini +b uh +Ġhat ır +ĠìŀĪ ìľ¼ +Ġpolicy makers +³´ì Ħ¸ìļĶ +ac ı +Ġκ ι +Ġregister ing +re to +ĠSpr inkle +ĠGram my +ax ter +Ġб и +Ġsit ter +Ġpred ic +Ġthin ly +Ġstr um +Ġag grav +Ġa ha +ر ج +m ellow +Ġconst ante +ĠL aut +ist on +Ġtransition ed +ĠCamb odia +ãģĦ ãģįãģ¾ãģĻ +è·Ł 大家 +art ed +Ġmis f +ĠPunk te +Įë ĵł +Ġtremb ling +Ġges pannt +ĠعÙĦÙĬ Ùĩ +Ġникак иÑħ +Ġë¶Ģë ĵľë +ĠÑĢазв иÑĤ +Ġit chy +Ġc iento +Ġpl ains +Ġk ittens +Ġback log +ĠPres iding +pt a +Ġha voc +ĠDarr in +ĠÐĽÑİ Ð± +Ġsegreg ated +Ġg hetto +Ġerle bt +Ġdrug iej +ĠSi xt +åı ĥ +ร ะ +uen cia +Ġíķĺ 기 +ĠëĨ į +Ġrob i +Ġpione ers +Ġmilli ards +ĠWitch er +Ġ무ìĹ ĩ +or ro +m ass +Ġdiver gence +ĠRiver a +ĠNo odles +Ġend roit +ĠK osten +ĠдÑĢÑĥг а +ĠmÃŃn imo +ĠKazakh stan +ت Ùĩ +Ġвоз дÑĥ +Ġgesch rieben +ĠN il +Ñģ ки +ĠFr üh +Ġbever ages +æº IJ +ĠG on +æĺ ¨ +Ar in +ĠInt ro +ocaly ptic +Ġexhaust ion +ĠStat us +ĠBatter y +és z +£ ¼ë +air y +Ġë³´ìŬë ĵľë +Ġdispar ity +Ù Į +ĠTuc son +Ġbright ly +pro blem +Ġbiom ass +éĻ į +§ ī +Ġhur dle +Ġwavelength s +Ġ< < +Ġteam ed +FF FF +ĠS lim +om ial +Ġunve iled +ĠVere in +ÙĤ Ø· +est ry +Ġcl ás +Ġch eddar +Ġaccus ing +ĠScient ific +ĠбÑĥд е +ĠCyr us +ε ÏĦε +Ĩĵ ê³ł +Ġë³ Ħ +Ġcur d +Ġrefer rals +sh ift +åį ķ +nik ów +Ġm ier +Ġconf ronting +ê²ĥ ëıĦ +aw l +Ġtry in +Ġê·¸ëŀĺ ìļĶ +Ġch iar +Ġìĺ¤ëĬ ĺëıĦ +æĶ¿ æ²» +es que +Ġmism os +ĠSh ak +Ġsoci aux +Ġpi ÅŁ +ĠkiÅŁ i +Ġcy an +h ay +be w +b od +ĠÎ ¹ +ĠMain ly +Ñİ ÑĤÑĮ +hab itude +ĠÑģп окой +è·Ł æĪij +Ġpre con +ĠM andy +ðŁ¤ £ +ill os +Ġgr upp +Ġcr umble +Ġconstru ctor +erv ices +Ġlight house +ĠCon cept +ан ÑĤи +alt ro +h ope +ĠAll eg +ìĸ´ë ¥¼ +pie ces +oun ter +Ġíķĺ ëĭĪê¹Į +ĠìĿ¸ íĦ°ë +Ġvérit able +Ġthread ed +bl ind +Ĥĺë Ŀ¼ +Ġtr ays +ĠEd ison +ĠÃĸ z +ĠSte vie +Ġl ender +Ġbrig ade +Ġdeuts che +m uffled +b art +Ġinsan ity +Ġsav vy +Ġsens ational +Ġdere chos +ĠM X +ĠпÑĢ ÐµÐ¿ +Ġthreat ens +Ġrealt Ãł +Ġindic ative +Ġch ops +Ġbenef iting +ĠVern on +ĠSt rand +n un +qu ently +10 1 +Ġe el +ìĪ Ļ +r ints +ĠÙħ س +Ġب د +Ġпо ÑģÑĤÑĢо +Ġyap mÄ±ÅŁ +Ġol ması +Ġi edereen +ol é +ke f +Ġë°ľ ìĥĿ +Ġr ained +Ġalm ighty +ĠвÑĭ д +ĠC PR +F re +Ġinhab ited +Ġarb ets +Ġa kin +а ÑģÑĤв +v ania +Ġhäuf ig +ĠMat te +s orry +Jen ny +ĠгÑĢ Ð°Ð´ +Ġwh it +Ġbro kers +å¯ Ł +Ġh ine +ast en +Ġг ÑĢÑĥ +M B +ĠP RI +S ab +Ġwrest ler +Ġfacil itating +Ġeh kä +ĠC red +Ġ12 7 +Ġnot hin +Ġmand ated +å¯ Į +ÑĥÑĤ ÑģÑĤв +F rank +Ġwor s +Ġdzie ÅĦ +ĠUnder ground +Ġznaj du +ĠB ä +ĠPrin zip +аÑĤ елей +Ġveter inar +Ġsplend id +Ġroz p +Ġpsych opath +ig on +Ġh ops +Ġc ần +ĠX ian +Ġtro isième +Ġproduct o +ĠdeÄŁ er +ĠContin uing +ив ал +c ık +Ġmoistur izer +Wh ite +Ġsi is +ĠEver est +ien ced +Ġcả m +ĠJ apon +´ìł Ħ +Ġten ÃŃan +Ġenc anta +M m +Ġdrop down +ĠI ya +³´ë ©´ +Ġword ing +ĠSque eze +ĠMap le +Ġclar ified +ĠMun icip +ĠRou ge +ĠNick i +ĠGo o +v olt +t ek +fect ure +f red +ar rive +ãĥ¼ ãģĦ +te z +E p +Ġob ras +ĠV ID +ĠR iv +ĠMod i +i be +Ġacontec endo +Ġim itation +Ġcamoufl age +Ġspan ning +ĠSEC RET +ĠOre o +ìĨĮë ¦¬ +Ġh unch +Ġca ÅĤe +Ġspont aneously +ĠPer d +Ġet ap +ĠHo le +ĠDis ability +Ġafter life +æģ © +Ġtest ified +Ġpres up +Ġpet roleum +Ġcontr ario +ĠAss essment +ÄŁ lu +Ġp ests +Ġdil ig +ĠвÑģÑĤÑĢ ÐµÑĤ +Ġcons équ +Ġcann ons +Ġcan oe +ĠM ile +Ġcit oy +Ġbe gged +ĠMin nie +ÅĤy ch +Ġprinci pe +ÏĢÏĮ ν +m niej +Ġw ert +Ġëĭ¤ë ĵ¤ +an se +Ġunc les +Ġprovoc ative +Ġinter sections +Ġdemocr ats +ĠJul ius +ин ки +yg usal +Ġ׾ ×ķ +Ġgj orde +Ġg asket +ĠB ock +Ġİ n +b reat +ĠEqu ity +ard ı +Ġкан але +Ġд ней +Ġt Ỽi +Ġfi xture +Ġab uses +Ġv aya +Ġou vert +Ġmultic ultural +Ġcontext o +ĠSes ame +Ġdé pl +Ġcons omm +ĠPart e +Ġp em +ĠCon an +Ġб ÑĸлÑĮ +Ġpersu aded +Ġdra ins +M oo +F ORE +Ġб аÑĤ +Ġf od +ĠProduct s +ì§Ħ ì§ľ +Ġ" [ +ĠW ick +ĠNar uto +н али +ry w +Ġl odge +Ġin h +Ġvont ade +Ġdi j +ĠJes ús +Look ing +Ġfore arm +ĠIntegr ation +ĠHARR IS +Ġtool bar +le ader +Ġsel dom +Ġб ÑĢоÑģ +ĠK ook +он д +Ġmon opol +Ġmill et +Ġl ira +ĠAs ians +Ġ18 90 +ci ÄŁim +Ġed en +ĠIKE A +ĠNeigh bor +ĠKazu ya +ü d +Ġpsych edel +Ġenvision ed +åĿ Ĺ +Ġï· » +Ġw under +ĠBulgar ia +B rid +Ġmar row +Ġdep iction +ĠT in +ĠPhar ise +Ġeinz ige +Ġblind ly +ãģĽ ãģ¦ +Ġdef ens +D ire +Ġvibr ating +Ġtroll s +Ġdisrespect ful +Ġw od +Ġstimul i +Ġcreep ing +Ġcla irement +Ġsc ariest +Ġdécouv rir +Ġ10 4 +ĠвеÑĢ Ñħ +ĠÅĤ at +Ġróż ne +Ġbar ley +ĠRe pl +ĠT we +k ke +ĠãģĿ ãĤĮ +ĠRed mi +ĠMet roid +Ġή ÏĦαν +Che ck +ĠS EN +Ġ ido +ÑĤоÑĢ Ð¸Ð¸ +ó p +UN KNOWN +Ġänd ern +ĠJu ice +ĠGes icht +å°± æľĥ +ĠнаÑģÑĤ олÑĮко +íĥ ķ +Â Ń +ex hales +Ġì´ ī +Ġj sem +ÏĢ ÏīÏĤ +Ġit t +ëªħ ìĿ´ +Ġrem ix +Ġbloss oms +ĠR enee +is ations +ìĬ¤í Ħ° +Ġë³´ ìĿ´ëĬĶ +uest as +op edia +ĠA im +ìĿ´ì¦ Ī +sc ene +Ġleak age +uck t +S ad +A sk +Ġsusp ense +Ġimp ost +ĠStrateg ic +ĠIt ÃŃs +âĢ Į +Ġkey boards +Ġam using +og r +id erman +ŀ ĸ +Ġв ижÑĥ +Ġd ips +Ġapolog ized +ĠST AR +Ġesc uela +ĠC hing +н ениÑı +Ġë¶Ģë¶Ħ ìĿ´ +ĠFle et +Ġs amb +Ġentsprech end +Ġelectrod es +ĠFrei heit +æĪij ä¸įçŁ¥éģĵ +ĠSh rim +iÃŁ e +Ġselect ions +Ġfor di +Ġd oss +Ñı Ñĩ +Ġdiscrimin ate +ĠAu ÃŁerdem +Ġdesenvol v +ĠIntern al +ĠBened ict +å¯ Ĩ +ĠSh iv +M issy +Ġоб наÑĢÑĥж +Ġна ÑģÑĤÑĢо +Ġcontrol ar +ĠL ia +Ġopio ids +ant u +Ġcup board +æģ IJ +г е +acht s +Ġcur ated +Ġx em +Ġwe ary +Ġbre thren +Ġbudget ing +Ġpour tant +éļ » +ais ia +ĠоÑĤв еÑĩ +ĠG IS +μ αι +Ġש×Ķ ×ķ×IJ +Ġsa ud +Ġl Ỽ +Ðķ Т +ub ine +ĠнÑĥж ен +Ġkidna pping +Ġbr at +ĠTer re +ĠMon et +Ġë§Ī ìĬ¤íģ +Ġflash y +ĠIS BN +Ġfreel ance +i age +Ġjun ge +ì¶ © +cer al +ĠÑĤоÑĩ ки +Ġform ulate +ĠF ER +ĠDart mouth +ìľ¼ë ©´ìĦľ +å¢ ĥ +ow iÄħ +ĠëĶĶ ìŀIJ +Ġreg iment +Ġmetabol ismo +ĠP arr +Ġì¶© ë¶Ħ +Ġsan ity +ĠL al +ĠG ö +ĠG la +Ġprot o +Ġmicroscop ic +Ġk ang +ĠSc alia +Ġp ug +ĠSc ore +ĠSav annah +Ġgard e +ĠN OR +å°į åIJ§ +Ġsche int +Ġp óÅĤ +Ġcor ri +Ġbr ute +Ġ ÅĤad +ä»ĸ 们 +Ġsucceed ing +Ġbicy cles +N on +Ġseek ers +Ġuncond itional +Ġrhy mes +ĠGar age +Ġinv oice +Ġcan vi +ne ck +Ġcustom izable +irit ual +Que en +íķĺ ìĭľëĬĶ +Ġpower less +Ġcs ak +ä¸į ä¼ļ +is oft +Ġìłķ íĻķ +Ġnh ân +ĠM AND +ĠH af +Ġrevol ves +ä¹Ł åı¯ä»¥ +ov an +ar oo +ĠGr ind +éĽ ª +Ġindispens able +Ġconsult ed +ĠClin ical +A cc +Ġol hos +Ġmon ter +ĠH ana +et ah +Ġva an +Ġt igers +Ġcau cus +ðŁĺ Ĥ +³´ì ŀIJ +pow ers +ium s +ĠíĨ łë +Ġtrad icional +Ġreson ated +Ġìĭł 기 +th em +Ro bert +Ġelement o +Ġant id +Ġоб Ñģ +Ġnat ives +Ġlo ca +ow ment +ĠT ight +Ġ æĢĿ +Ġmel an +ĠN ue +am is +Ġsor gen +as ına +H ome +ĠPUB G +Ġaw fully +ĠSh ore +ĠPer ché +ĠL au +ĠCind erella +ĠCh est +Ġsem antic +Ġdesert ed +ĠMom o +ĠHern andez +gen es +ĠAd ult +иÑĩеÑģ кого +osh ima +ĠcaracterÃŃst icas +ĠK L +´ìŀ ¥ +oc ar +Ġfeh lt +Ġd ruk +ĠPop py +EN GLISH +ĠVerg leich +B rien +Ġrec omp +ĠÑģ д +Ġmer ger +Ġmarket ers +Ġhoney moon +Ġpen so +Ġbell i +еÑĤ Ñĥ +Ġbank er +Cam era +ĠSt all +ĠSt amp +ĠB ite +еж де +Ġs ür +Ġgü ç +ĠPas sover +ĠBug ün +ĠÑģожал ениÑİ +Ġн из +Ġman ure +Ġglac ier +è« ĩ +RA Y +ter ror +Ġsal ads +Ġhur ricanes +ĠDesign er +ator io +Ġfact ual +ĠTam my +Ġзв ÑĥÑĩ +Ġintrodu ctions +Ġhouse keeping +Ġh anger +ëĭ ĺë +ak te +ĠCol a +' ] +ĠG ender +оÑĢ Ð¾Ð½ +ip se +ic ias +Ġsuccess ive +Ġpolit ic +Ġhö her +ĠQ iao +ĠG imme +Ġл ож +Ġse b +ĠWe iter +ĠSak ura +ĠB oulder +ĠAm érica +peÅĤ nie +Ġtecn ologÃŃa +ish ops +f ur +Ġmoon light +Ġdispers ed +Ġre z +ен ное +алÑĮ нÑĥÑİ +ĠTw elve +ĠH OR +ìĭ¤í ŀĪ +il age +Ġshad ed +Ġres umes +ĠPe anut +ĠM ILL +ap ons +ĠU FC +ĠSo le +Ġjoy stick +ĠOliv ier +war ming +Ġsyll abus +Ġоб Ñīе +Ġhi á»ĩn +Ġfest a +Ġcr adle +ĠZ ac +Ġremem brance +Ġê°Ļ ìķĦìĦľ +ĠpiÄĻ k +Ġco exist +ĠV II +Ġá reas +Ġu waż +Ġobser vers +Ġmännisk or +co on +ĠD AM +Ġnas zym +Ġall igator +ĠFree ze +ĠEst ate +ĠÑĤÑĢ Ð°Ð´Ð¸ +Ġunder cover +Ġn ies +ĠFeh ler +pl in +ĠK abul +il ate +Ġê³ł ìĸij +Ġm op +ìĦ ¼ +Ġand erer +ĠK ELL +ок и +Ġж еÑģÑĤ +Ġgra zing +Ġda ÃŃ +Ġcapital ize +Ġa pex +Ġnurt uring +Ġcort ar +Ġcontr ac +ımız ı +Ġtand em +éĥ½ æľī +ge ment +ĠÑģиÑģÑĤем а +Ġman que +ia jÄħ +W OR +Ġا ب +Ġcart s +AN O +Ġë°Ľ ê³ł +ĠC ena +ĠBi ology +id ar +Ġa ż +er ne +an u +Ġthank ed +Ġsubmar ines +Ġman ic +Ġм оз +ä¼ Ĭ +inst ant +ess ential +Ġsam urai +Ġpast i +Ġal an +Ġbro ch +Ġb aker +ĠGu ill +¨ ¼ +Ġwithd rawn +ëĭ Ŀ +Per fect +qu ency +Ġstream lined +Ġ13 00 +´ë ıĦ +Ġëĸ łë +Ġãģ¯ ãģĦ +Ġh vad +ä¸Ģå®ļ è¦ģ +Ġverb ally +ĠK ons +Ġì¡° ìĭ¬ +Ġdie z +æİ° æİ° +Ġchuck ling +ĠM ih +Ġrall ies +Ġman ter +Ġearn est +s uper +Ġge ce +ĠR end +ĠGer ade +jen igen +ĠV all +Ġìŀ ĪëĤĺ +ĠÑģказ ала +Ġtrabal h +ĠнаÑĪ ÐµÐ¼ +Ġм еÑħ +ik it +Ġnoun s +Ġneurolog ical +Ġmotiv ational +ĠMcM ahon +ĠFin ished +Ġë³´ ìĿ´ +ĠField s +Ġadoles cents +ĠT isch +ĠNe ben +ĠFl owers +ĠEner g +Ġdire t +ĠTh i +ĠP icas +æĥ ľ +æĢİä¹Ī æł· +Ġav ete +ĠF ors +ĠChap el +N ão +E t +ĠÑģод еÑĢж +ren o +Ġs ven +Ġdost ÄĻp +ne e +ĠSnap dragon +ĠID s +ìķĺ ëĬĶëį° +ר ×ļ +Ġsun flower +Ġperpet ual +ç³ ĸ +Ġkn ights +Ġg ird +ĠTo ld +Ġvolcano es +Ġadvers ary +ĠEconom y +Ġextra pol +Ġbl uetooth +Ġzoom ing +Ġsk ys +Ġgen ial +ÃŃcul os +amb re +Ġм еÑĢ +Ġteen y +Ġstress ing +ìķ Į +ON Y +Ġtransluc ent +Ġround ing +Ġgr ues +×Ļ׳ ×Ķ +ap rès +Ġprue ba +Ġpoly gon +Ġblue berry +ĠProgram m +Ġtren ches +Ġse bagai +Ġpal ate +Ġla ude +Ġbehav ed +Ġlongitud inal +ĠMod ule +Ġadm ir +λ ι +G reg +Ġwy st +Ġpropag ate +Ġmold s +ĠT ub +ĠL oud +ust o +Ġun stoppable +Ġreinfor cing +éĿŀ常 çļĦ +ĠпÑĢоблем а +Ġpot encial +Ġhe mp +ìŀ Ķ +ठ¯ +Ġopt ic +Ġerfolg reich +Ñģ Ñĭ +олÑĮ ÑĪе +ur st +ĠPo is +Ġrespond ents +Ġneh me +ĠEx ternal +ol ate +H yun +Ġquart z +Ġmathematic ian +Ġbás icamente +Ġa il +ìł ľë¥¼ +att utto +Ġno oit +Ġaff lict +ĠOl ga +èŃ · +Ġна ÑĤ +Ġd ites +Ġreal idade +Ġk än +Ġuniqu eness +Ġpad res +Ġsubs idi +Ġpige ons +β α +st ad +Ġder en +ĠС лед +d oo +ĠопиÑģ ании +Ġam ber +Ġgoose bumps +ĠfrÃ¥ gor +ĠV ital +ĠIsrael ites +w asser +Is n +Ġcomm its +ĠSTE VEN +ĠBev ölker +uit ive +Ġleg en +Ġbr uk +иÑĢов ан +yn en +hel m +Ġgener ational +ĠL ändern +οι ÏĢÏĮν +uz u +Ġcall er +он ÑĮ +üm ü +Ġbes ar +Ġpl ats +Ġmig rated +Ġj ap +ĠW AR +Ġdis sect +ĠZus ch +ĠZe iten +ĠL ions +ĠD F +â Ķ +ки в +Ġpedest rians +ĠMar ilyn +d ock +Ġy ht +Ġre incarn +ĠSon o +ĠGrow th +ÑĥÑģ ов +Ġdun geons +Ġbag us +k ich +ĠÑĥ кÑĢаÑĹ +éĨ « +ĠK eller +chem istry +J apanese +Ġwill st +Ġdecomp osition +ĠÑģÑĤ ен +Ġrev ived +íķĻ êµIJ +ĠÅ ĵ +ä½ IJ +ìĭ ¸ +ipp y +Ġhour ly +j än +ĠWork shop +Ŀ¼ ìĦľ +Ġcu arto +Ġpat rim +ĠB urch +ĠìŀĪ ê¸° +Ġhe pat +Ġh Ãłng +ĠëĮĢ íķ´ +ĠваÑĪ Ð¸ +Ġre work +Ġpar se +Ġçıkt ı +ĠS ax +ĠMong o +ĠAa ah +ram ble +D J +Ġstabil ized +ĠSpe ech +Book s +Ġhur dles +ĠW O +ĠLamb org +Ġ19 33 +Ġvor bere +Ġclin ically +Ġbreat htaking +ĠGate way +пеÑĢв ÑĭÑħ +ut ers +Ġë¹ µ +Ġyet er +Ġpull ey +Ġmuff in +ĠPre fer +ĠP ence +Ġinform ação +ìĬ¤í Ĭ¸ë +ãĤ¸ ãĥ£ +ĠTur tle +ĠReg ina +ĠLo ad +do es +pan ze +¸ Ķ +Ġmin a +ĠLatin os +amm ers +ĠT ort +ĠBey once +имо ÑģÑĤи +ĠвопÑĢоÑģ Ñĭ +Ġbul un +èĢĮ å·² +ine k +bere ich +Ġpast ure +ĠO A +ĠM elt +ĠEt t +ĠD Y +Ġob wohl +Ġle agues +ÑĤ еÑģÑĮ +Ġк ÑĥÑģ +Ġv ors +Ġto pp +ograph ical +as st +Ġl indo +Ġë°Ŀ íĺĶ +Ġré fl +Ġclim bs +Ġv arsa +Ġmethy l +ĠKar ere +Æ°á» Ł +R ad +Ġprepared ness +он Ñĩ +ĠO D +ĠC GI +Ġठ® +Ġspeech less +Ġlas ci +Ġbol ag +ĠÑħоÑĩ еÑĤÑģÑı +Ġgr ieving +ĠJohann es +ĠCar roll +ad aki +Ī ¬ë +ĠsÅĤ u +Ġinner halb +Ġgymn astics +п ÑĢи +if iques +Ġkar ate +Ġdom u +ãģĿãĤĮ ãģ§ +OTH ER +Ġdemand é +Ġbook let +ĠKy oto +Ġw oh +ĠMar ÃŃa +viol ent +J E +Ġl óg +Ġbrut ally +c ot +ĠÙħ ÛĮ +ĠWars z +å® Ī +w ol +Ġmik ä +ĠPron ounce +ĠBrend an +Ġr oup +Ġital iano +å¦Ĥ æŃ¤ +Ġкомп ÑĮÑİÑĤ +Ġur ging +ed es +Ġcarbon o +ĠRichards on +ĠÐĿ аÑĩ +ĠTra iner +ĠCrime a +Ġdi apers +Ġco vet +ĠMah ar +ĠH utch +ĠAus w +ber ty +Ġind ifferent +кÑĢ ÐµÑĤ +uld ade +Ġhar ms +¢ ÙĨ +les ia +Ġg io +ĠMist ress +ĠK nox +ĠFRE E +Ġë £¨ë +ĠнаÑĪ Ð° +Ġinvinci ble +Ġma iden +ĠJ eez +Ġbre ve +po le +Ġcritic isms +ĠRus ia +ठ® +ph in +ĠComp are +ĠB ON +Ġsne aking +ĠR ails +ĠG eral +Ġ195 3 +H ola +Ġоп ÑĭÑĤ +Ġrain forest +Ġbel um +ĠOb i +ĠIS S +ãĤĮ ãģªãģĦ +ĠС в +Ġbl ond +Ġwz gl +Ġpowiedz iaÅĤ +Ġch oking +ĠSong s +ĠBir az +Ġyell s +Ġstyl ist +ÏĮ ÏĦε +Ġsch reiben +ĠJ aw +ĠEle ven +ĠR if +/ . +Ġìĺ¤ë ŀľë§Į +Ġtreat ies +uff ed +ĠâĪ Ĵ +Ġroof s +à¹Ģภª +Ġë » +Ġspark le +ĠK iev +ĠAr gu +ere cht +ĠÐĿад о +ĠF IL +Ġmol ta +ĠDe vi +Ġcam pe +Ġbene vol +ĠT ough +Ġmo im +Ġevac uate +Ġer rado +å© Ĩ +ÑĢÑĥ го +Ġíİ ĺ +ĠÎĵ ια +Ġweak en +Ġillum inated +Ġsig lo +ĠV acc +и ей +al is +ĠÑĥ ÑģÑĤÑĢой +Ġdon a +ÅĤ os +ü man +Ġprodu cción +Ġcl ot +ĠM ango +Ġune asy +Ġsh uts +ĠExam ples +ve ll +e be +Ġprompt ly +ĠT eles +ĠпÑĢоÑĪ Ð» +Ġpu erta +Ġüber zeug +Ġco ch +so cial +ĠB enson +ĠM eth +ĠEx ped +Ġsupplement al +Ġconce ive +Ġ×ĺ ×ķ×ij +Ġcapt ivity +ıĻ ìķĪ +ĠÑħ Ñĥд +form ing +Ġupload s +Ġturbul ence +j oint +Ġsatisf actory +ĠAn ime +Ġwash es +Ġliber als +ĠSun shine +ĠRE AL +ub lik +b inary +T ony +Ġpolar ized +Ġenrich ed +t aking +ĠëģĿ ëĤĺ +Ġple asures +Ġex termin +in ese +at l +v är +аÑĢ Ñĭ +Ġmy ÅĽ +n arrator +Ġод ном +Ġnaj wiÄĻ +Ġmobil ize +Ġmill or +Ġat a +æ· · +ĠpolÃŃt ico +Ġple ad +Ġpain ters +ĠS ow +о ÑĦ +ĠìĺĽ ëĤł +ĠÑĩ ÑĤоб +Ġs abor +ĠUnd ert +ĠJER RY +Å¡ ÃŃ +Ġë° ĸìĹIJ +Ġpréc éd +Ġannot ation +ĠI naudible +Ġtext ured +Ġfisher man +v ordan +icher ung +Ġìłģ ìĿ´ +Ġge zeigt +Ġmand ates +Ġbe ak +ĠTW O +ĠAk bar +il ian +Ġtiế p +Ġsuperior ity +ink u +Ġl ys +ĠF CC +ĠC PA +ust ering +nic os +an ja +Ġch ills +ĠC age +Ġse aling +Ġsa ç +Ġded ans +ĠAl ger +Ġspe zie +Ġcol oss +ıy ı +clock wise +Ġexact amente +Ġ iemand +am ı +Ġmand ar +ra j +f aced +ag ua +Ġê¹ Ķë +Ġins besondere +Ġdri zzle +Ġdimin ish +ĠY oda +A I +Ġbil miyorum +ĠM MA +ateg ory +ĠпеÑĢ ÐµÐ¿ +Ġparticip ar +Ġnormal ized +Ġcomplex ities +æ´ ² +æİ § +аÑĢ Ð¾Ð² +m ist +ich a +Gr oup +Ġresil iency +Ġnog le +ĠCN C +pr ü +Ġphysic ists +н ок +L I +Ġstuff s +Ġsist emas +Ġinterfer ing +ĠMar vin +ér cito +ĠìĹĨ ê³ł +Ġson ic +Ġequ iv +Ġab ord +ĠRam en +Ġ0 9 +med im +at iques +Ġдел аÑİÑĤ +Ġunanim ously +Ġsk irts +ĠíĬ¹ ë³Ħ +ĠP rix +k ami +Ġfr uition +Ġbirthday s +ик ом +Ġinaug ural +Ġcorrel ate +ĠT ory +ĠëĤĺ ìģ +Ġde w +ĠPre cis +ih i +Ġë¬¸ìłľ ê°Ģ +Ġc iting +ĠL ana +ĠK ag +Ġplay through +ĠProt ocol +fr ist +hov ah +Ġmerc iful +Ġb ilingual +ĠG uitar +r h +Ġglam orous +ĠVik ings +ĠOoo oh +íķĺ ëĬĶëį° +ĠUg anda +Ġcollaps es +ent ry +Ġantioxid ants +ëĤ ĺë +ÑĪ Ð°Ñı +Ġtri via +Ġgä ller +Ġfun gi +Ġmil ks +Ġd icht +μ η +po ke +ĠвÑĭп ÑĥÑģк +Ġfeed er +ĠAl cohol +h ower +Ġdes erving +ĠRe bel +ios is +Ġ10 3 +Ġhand out +Ġen m +Ġland lords +Ġge ology +r ils +Ġco bra +ĠV old +ĠP anch +ĠGRE G +Ġpr oss +Ġbrac elets +ĠV ega +Ġroz um +æ¬ ¾ +аз д +ĠLy nd +ĠHon ors +Ġsurrend ered +Ġlibr arians +12 5 +ĠÑģ иг +Ġuniform ly +ĠE agles +ìķ Ļ +иÑĤ ан +and id +ĠìłĪë ĮĢ +ĠØ ¶ +Ġarrest s +ĠCS V +ĠAzerbai jan +ort ic +ĠD X +ĠAdvent ures +Ġab us +ĠF au +Ġschlim m +Ġratt ling +Ġconsum es +ĠTol kien +Ġresurrect ed +ĠX Y +íĬ¸ ê°Ģ +ĠвÑĭ ÑģÑĤÑĥп +ĠAng ie +żen ia +M ic +ĠShe ila +acht et +Ġover st +Ġl â +Ġine ffective +æĿ ¡ +æĢİä¹Ī äºĨ +å¿ Ļ +Ġwicht iger +Ġv ino +Ġp um +Ġang led +ĠP ione +ĠM ỹ +ãģĿãĤĮ ãģ¯ +wo ÅĽÄĩ +d raw +ั à¹Ī +mark ets +Ġcaf es +ĠC em +â Ŀ¤ +ĠS uit +M K +Ġemphas izes +Ġtort illa +Ġmejor ar +ĠSur viv +cast ing +Ġeduc ación +ĠG um +u ely +ĠìĹ¬ê¸° ëĬĶ +Ġstretch y +en ça +Ġwith hold +Ġex iting +Ġenthal py +ĠTrans it +ıl mÄ±ÅŁ +al ies +Ġsal var +Ġlean ed +ĠgroÃŁ es +Ġf itt +ак и +S arah +Ġhost el +Ġfinger na +Ġnadzie jÄĻ +w ives +R ec +Ġsp ool +аÑĤ ов +ĠEn emy +Ġf ury +Ġdet ta +ĠF ay +éļ ¨ +Ñı ÑİÑĤ +Ġaproxim adamente +Ġsil os +Ġmag ist +Ġc ree +ĠKr ank +ĠD OWN +Ġstart led +Ġre born +ĠUm welt +ĠSuz anne +ни ÑĨÑĭ +out ez +ĠJ AC +y ards +rad as +ra u +ip ts +h ail +Ġparagraph s +Ġme glio +Ġisol ating +Ġace ite +ĠH arsh +Ġcy st +ĠBlock chain +ĠÑħоÑĢоÑĪ Ð¸Ð¹ +Ġvirt uous +Ġinvestig ación +Ġdev oir +Ġmast urb +ĠS ale +ÙĬر Ø© +ĠÎ § +ĠStra ÃŁen +Ġdi kk +Ġa fore +ĠJung kook +Ġcho ciaż +ĠDebat te +Ġweird ly +Ġvia je +reg ist +H elp +Ġkind eren +Ġform ulated +Ġenf im +ĠTow ards +ко ÑĹ +iver ing +ĠдеÑĤ и +char ger +Ġpur l +Ġacadem ically +ĠNur se +Ġdel eting +ay o +Ġref usal +Ġdepict s +ĠDr acula +Ġtoast ed +ĠZomb ie +ĠSuper ior +ĠB old +Ġquizz es +Ġg le +4 50 +Ġcome ço +yn n +Ġver st +ĠO laf +Ġpom oc +ĠS ask +ë ĺ +ĠT CP +ĠProper ty +íķĺ ì£ł +à¸ľ ม +bo om +ar os +ĠÑĢоÑģÑģ ий +ĠбÑĭв аеÑĤ +åĩº åİ» +ĠìĿ´ìķ¼ ê¸°ë¥¼ +Ġcomb ien +v acc +Ġeben falls +par a +Ġз м +Ġdesper ation +ord re +Ġש׾ ×Ļ +Ġgener ously +ĠÐŀ к +Ġorb iting +> ", + "archeological": "archaeological", + "ardour": "ardor", + "armour": "armor", + "armoured": "armored", + "armourer": "armorer", + "armourers": "armorers", + "armouries": "armories", + "armoury": "armory", + "artefact": "artifact", + "artefacts": "artifacts", + "authorise": "authorize", + "authorised": "authorized", + "authorises": "authorizes", + "authorising": "authorizing", + "axe": "ax", + "backpedalled": "backpedaled", + "backpedalling": "backpedaling", + "bannister": "banister", + "bannisters": "banisters", + "baptise": "baptize", + "baptised": "baptized", + "baptises": "baptizes", + "baptising": "baptizing", + "bastardise": "bastardize", + "bastardised": "bastardized", + "bastardises": "bastardizes", + "bastardising": "bastardizing", + "battleax": "battleaxe", + "baulk": "balk", + "baulked": "balked", + "baulking": "balking", + "baulks": "balks", + "bedevilled": "bedeviled", + "bedevilling": "bedeviling", + "behaviour": "behavior", + "behavioural": "behavioral", + "behaviourism": "behaviorism", + "behaviourist": "behaviorist", + "behaviourists": "behaviorists", + "behaviours": "behaviors", + "behove": "behoove", + "behoved": "behooved", + "behoves": "behooves", + "bejewelled": "bejeweled", + "belabour": "belabor", + "belaboured": "belabored", + "belabouring": "belaboring", + "belabours": "belabors", + "bevelled": "beveled", + "bevvies": "bevies", + "bevvy": "bevy", + "biassed": "biased", + "biassing": "biasing", + "bingeing": "binging", + "bougainvillaea": "bougainvillea", + "bougainvillaeas": "bougainvilleas", + "bowdlerise": "bowdlerize", + "bowdlerised": "bowdlerized", + "bowdlerises": "bowdlerizes", + "bowdlerising": "bowdlerizing", + "breathalyse": "breathalyze", + "breathalysed": "breathalyzed", + "breathalyser": "breathalyzer", + "breathalysers": "breathalyzers", + "breathalyses": "breathalyzes", + "breathalysing": "breathalyzing", + "brutalise": "brutalize", + "brutalised": "brutalized", + "brutalises": "brutalizes", + "brutalising": "brutalizing", + "busses": "buses", + "bussing": "busing", + "caesarean": "cesarean", + "caesareans": "cesareans", + "calibre": "caliber", + "calibres": "calibers", + "calliper": "caliper", + "callipers": "calipers", + "callisthenics": "calisthenics", + "canalise": "canalize", + "canalised": "canalized", + "canalises": "canalizes", + "canalising": "canalizing", + "cancelation": "cancellation", + "cancelations": "cancellations", + "cancelled": "canceled", + "cancelling": "canceling", + "candour": "candor", + "cannibalise": "cannibalize", + "cannibalised": "cannibalized", + "cannibalises": "cannibalizes", + "cannibalising": "cannibalizing", + "canonise": "canonize", + "canonised": "canonized", + "canonises": "canonizes", + "canonising": "canonizing", + "capitalise": "capitalize", + "capitalised": "capitalized", + "capitalises": "capitalizes", + "capitalising": "capitalizing", + "caramelise": "caramelize", + "caramelised": "caramelized", + "caramelises": "caramelizes", + "caramelising": "caramelizing", + "carbonise": "carbonize", + "carbonised": "carbonized", + "carbonises": "carbonizes", + "carbonising": "carbonizing", + "carolled": "caroled", + "carolling": "caroling", + "catalogue": "catalog", + "catalogued": "cataloged", + "catalogues": "catalogs", + "cataloguing": "cataloging", + "catalyse": "catalyze", + "catalysed": "catalyzed", + "catalyses": "catalyzes", + "catalysing": "catalyzing", + "categorise": "categorize", + "categorised": "categorized", + "categorises": "categorizes", + "categorising": "categorizing", + "cauterise": "cauterize", + "cauterised": "cauterized", + "cauterises": "cauterizes", + "cauterising": "cauterizing", + "cavilled": "caviled", + "cavilling": "caviling", + "centigramme": "centigram", + "centigrammes": "centigrams", + "centilitre": "centiliter", + "centilitres": "centiliters", + "centimetre": "centimeter", + "centimetres": "centimeters", + "centralise": "centralize", + "centralised": "centralized", + "centralises": "centralizes", + "centralising": "centralizing", + "centre": "center", + "centred": "centered", + "centrefold": "centerfold", + "centrefolds": "centerfolds", + "centrepiece": "centerpiece", + "centrepieces": "centerpieces", + "centres": "centers", + "channelled": "channeled", + "channelling": "channeling", + "characterise": "characterize", + "characterised": "characterized", + "characterises": "characterizes", + "characterising": "characterizing", + "cheque": "check", + "chequebook": "checkbook", + "chequebooks": "checkbooks", + "chequered": "checkered", + "cheques": "checks", + "chilli": "chili", + "chimaera": "chimera", + "chimaeras": "chimeras", + "chiselled": "chiseled", + "chiselling": "chiseling", + "circularise": "circularize", + "circularised": "circularized", + "circularises": "circularizes", + "circularising": "circularizing", + "civilise": "civilize", + "civilised": "civilized", + "civilises": "civilizes", + "civilising": "civilizing", + "clamour": "clamor", + "clamoured": "clamored", + "clamouring": "clamoring", + "clamours": "clamors", + "clangour": "clangor", + "clarinettist": "clarinetist", + "clarinettists": "clarinetists", + "collectivise": "collectivize", + "collectivised": "collectivized", + "collectivises": "collectivizes", + "collectivising": "collectivizing", + "colonisation": "colonization", + "colonise": "colonize", + "colonised": "colonized", + "coloniser": "colonizer", + "colonisers": "colonizers", + "colonises": "colonizes", + "colonising": "colonizing", + "colour": "color", + "colourant": "colorant", + "colourants": "colorants", + "coloured": "colored", + "coloureds": "coloreds", + "colourful": "colorful", + "colourfully": "colorfully", + "colouring": "coloring", + "colourize": "colorize", + "colourized": "colorized", + "colourizes": "colorizes", + "colourizing": "colorizing", + "colourless": "colorless", + "colours": "colors", + "commercialise": "commercialize", + "commercialised": "commercialized", + "commercialises": "commercializes", + "commercialising": "commercializing", + "compartmentalise": "compartmentalize", + "compartmentalised": "compartmentalized", + "compartmentalises": "compartmentalizes", + "compartmentalising": "compartmentalizing", + "computerise": "computerize", + "computerised": "computerized", + "computerises": "computerizes", + "computerising": "computerizing", + "conceptualise": "conceptualize", + "conceptualised": "conceptualized", + "conceptualises": "conceptualizes", + "conceptualising": "conceptualizing", + "connexion": "connection", + "connexions": "connections", + "contextualise": "contextualize", + "contextualised": "contextualized", + "contextualises": "contextualizes", + "contextualising": "contextualizing", + "cosier": "cozier", + "cosies": "cozies", + "cosiest": "coziest", + "cosily": "cozily", + "cosiness": "coziness", + "cosy": "cozy", + "councillor": "councilor", + "councillors": "councilors", + "counselled": "counseled", + "counselling": "counseling", + "counsellor": "counselor", + "counsellors": "counselors", + "crenelated": "crenellated", + "criminalise": "criminalize", + "criminalised": "criminalized", + "criminalises": "criminalizes", + "criminalising": "criminalizing", + "criticise": "criticize", + "criticised": "criticized", + "criticises": "criticizes", + "criticising": "criticizing", + "crueller": "crueler", + "cruellest": "cruelest", + "crystallisation": "crystallization", + "crystallise": "crystallize", + "crystallised": "crystallized", + "crystallises": "crystallizes", + "crystallising": "crystallizing", + "cudgelled": "cudgeled", + "cudgelling": "cudgeling", + "customise": "customize", + "customised": "customized", + "customises": "customizes", + "customising": "customizing", + "cypher": "cipher", + "cyphers": "ciphers", + "decentralisation": "decentralization", + "decentralise": "decentralize", + "decentralised": "decentralized", + "decentralises": "decentralizes", + "decentralising": "decentralizing", + "decriminalisation": "decriminalization", + "decriminalise": "decriminalize", + "decriminalised": "decriminalized", + "decriminalises": "decriminalizes", + "decriminalising": "decriminalizing", + "defence": "defense", + "defenceless": "defenseless", + "defences": "defenses", + "dehumanisation": "dehumanization", + "dehumanise": "dehumanize", + "dehumanised": "dehumanized", + "dehumanises": "dehumanizes", + "dehumanising": "dehumanizing", + "demeanour": "demeanor", + "demilitarisation": "demilitarization", + "demilitarise": "demilitarize", + "demilitarised": "demilitarized", + "demilitarises": "demilitarizes", + "demilitarising": "demilitarizing", + "demobilisation": "demobilization", + "demobilise": "demobilize", + "demobilised": "demobilized", + "demobilises": "demobilizes", + "demobilising": "demobilizing", + "democratisation": "democratization", + "democratise": "democratize", + "democratised": "democratized", + "democratises": "democratizes", + "democratising": "democratizing", + "demonise": "demonize", + "demonised": "demonized", + "demonises": "demonizes", + "demonising": "demonizing", + "demoralisation": "demoralization", + "demoralise": "demoralize", + "demoralised": "demoralized", + "demoralises": "demoralizes", + "demoralising": "demoralizing", + "denationalisation": "denationalization", + "denationalise": "denationalize", + "denationalised": "denationalized", + "denationalises": "denationalizes", + "denationalising": "denationalizing", + "deodorise": "deodorize", + "deodorised": "deodorized", + "deodorises": "deodorizes", + "deodorising": "deodorizing", + "depersonalise": "depersonalize", + "depersonalised": "depersonalized", + "depersonalises": "depersonalizes", + "depersonalising": "depersonalizing", + "deputise": "deputize", + "deputised": "deputized", + "deputises": "deputizes", + "deputising": "deputizing", + "desensitisation": "desensitization", + "desensitise": "desensitize", + "desensitised": "desensitized", + "desensitises": "desensitizes", + "desensitising": "desensitizing", + "destabilisation": "destabilization", + "destabilise": "destabilize", + "destabilised": "destabilized", + "destabilises": "destabilizes", + "destabilising": "destabilizing", + "dialled": "dialed", + "dialling": "dialing", + "dialogue": "dialog", + "dialogues": "dialogs", + "diarrhoea": "diarrhea", + "digitise": "digitize", + "digitised": "digitized", + "digitises": "digitizes", + "digitising": "digitizing", + "disc": "disk", + "discolour": "discolor", + "discoloured": "discolored", + "discolouring": "discoloring", + "discolours": "discolors", + "discs": "disks", + "disembowelled": "disemboweled", + "disembowelling": "disemboweling", + "disfavour": "disfavor", + "dishevelled": "disheveled", + "dishonour": "dishonor", + "dishonourable": "dishonorable", + "dishonourably": "dishonorably", + "dishonoured": "dishonored", + "dishonouring": "dishonoring", + "dishonours": "dishonors", + "disorganisation": "disorganization", + "disorganised": "disorganized", + "distil": "distill", + "distils": "distills", + "dramatisation": "dramatization", + "dramatisations": "dramatizations", + "dramatise": "dramatize", + "dramatised": "dramatized", + "dramatises": "dramatizes", + "dramatising": "dramatizing", + "draught": "draft", + "draughtboard": "draftboard", + "draughtboards": "draftboards", + "draughtier": "draftier", + "draughtiest": "draftiest", + "draughts": "drafts", + "draughtsman": "draftsman", + "draughtsmanship": "draftsmanship", + "draughtsmen": "draftsmen", + "draughtswoman": "draftswoman", + "draughtswomen": "draftswomen", + "draughty": "drafty", + "drivelled": "driveled", + "drivelling": "driveling", + "duelled": "dueled", + "duelling": "dueling", + "economise": "economize", + "economised": "economized", + "economises": "economizes", + "economising": "economizing", + "editorialise": "editorialize", + "editorialised": "editorialized", + "editorialises": "editorializes", + "editorialising": "editorializing", + "edoema": "edema", + "empathise": "empathize", + "empathised": "empathized", + "empathises": "empathizes", + "empathising": "empathizing", + "emphasise": "emphasize", + "emphasised": "emphasized", + "emphasises": "emphasizes", + "emphasising": "emphasizing", + "enamelled": "enameled", + "enamelling": "enameling", + "enamoured": "enamored", + "encyclopaedia": "encyclopedia", + "encyclopaedias": "encyclopedias", + "encyclopaedic": "encyclopedic", + "endeavour": "endeavor", + "endeavoured": "endeavored", + "endeavouring": "endeavoring", + "endeavours": "endeavors", + "energise": "energize", + "energised": "energized", + "energises": "energizes", + "energising": "energizing", + "enrol": "enroll", + "enrols": "enrolls", + "enthral": "enthrall", + "enthrals": "enthralls", + "epaulette": "epaulet", + "epaulettes": "epaulets", + "epicentre": "epicenter", + "epicentres": "epicenters", + "epilogue": "epilog", + "epilogues": "epilogs", + "epitomise": "epitomize", + "epitomised": "epitomized", + "epitomises": "epitomizes", + "epitomising": "epitomizing", + "equalisation": "equalization", + "equalise": "equalize", + "equalised": "equalized", + "equaliser": "equalizer", + "equalisers": "equalizers", + "equalises": "equalizes", + "equalising": "equalizing", + "eulogise": "eulogize", + "eulogised": "eulogized", + "eulogises": "eulogizes", + "eulogising": "eulogizing", + "evangelise": "evangelize", + "evangelised": "evangelized", + "evangelises": "evangelizes", + "evangelising": "evangelizing", + "exorcise": "exorcize", + "exorcised": "exorcized", + "exorcises": "exorcizes", + "exorcising": "exorcizing", + "extemporisation": "extemporization", + "extemporise": "extemporize", + "extemporised": "extemporized", + "extemporises": "extemporizes", + "extemporising": "extemporizing", + "externalisation": "externalization", + "externalisations": "externalizations", + "externalise": "externalize", + "externalised": "externalized", + "externalises": "externalizes", + "externalising": "externalizing", + "factorise": "factorize", + "factorised": "factorized", + "factorises": "factorizes", + "factorising": "factorizing", + "faecal": "fecal", + "faeces": "feces", + "familiarisation": "familiarization", + "familiarise": "familiarize", + "familiarised": "familiarized", + "familiarises": "familiarizes", + "familiarising": "familiarizing", + "fantasise": "fantasize", + "fantasised": "fantasized", + "fantasises": "fantasizes", + "fantasising": "fantasizing", + "favour": "favor", + "favourable": "favorable", + "favourably": "favorably", + "favoured": "favored", + "favouring": "favoring", + "favourite": "favorite", + "favourites": "favorites", + "favouritism": "favoritism", + "favours": "favors", + "feminise": "feminize", + "feminised": "feminized", + "feminises": "feminizes", + "feminising": "feminizing", + "fertilisation": "fertilization", + "fertilise": "fertilize", + "fertilised": "fertilized", + "fertiliser": "fertilizer", + "fertilisers": "fertilizers", + "fertilises": "fertilizes", + "fertilising": "fertilizing", + "fervour": "fervor", + "fibre": "fiber", + "fibreglass": "fiberglass", + "fibres": "fibers", + "fictionalisation": "fictionalization", + "fictionalisations": "fictionalizations", + "fictionalise": "fictionalize", + "fictionalised": "fictionalized", + "fictionalises": "fictionalizes", + "fictionalising": "fictionalizing", + "fillet": "filet", + "filleted": "fileted", + "filleting": "fileting", + "fillets": "filets", + "finalisation": "finalization", + "finalise": "finalize", + "finalised": "finalized", + "finalises": "finalizes", + "finalising": "finalizing", + "flautist": "flutist", + "flautists": "flutists", + "flavour": "flavor", + "flavoured": "flavored", + "flavouring": "flavoring", + "flavourings": "flavorings", + "flavourless": "flavorless", + "flavours": "flavors", + "flavoursome": "flavorsome", + "flyer / flier": "flier / flyer", + "foetal": "fetal", + "foetid": "fetid", + "foetus": "fetus", + "foetuses": "fetuses", + "formalisation": "formalization", + "formalise": "formalize", + "formalised": "formalized", + "formalises": "formalizes", + "formalising": "formalizing", + "fossilisation": "fossilization", + "fossilise": "fossilize", + "fossilised": "fossilized", + "fossilises": "fossilizes", + "fossilising": "fossilizing", + "fraternisation": "fraternization", + "fraternise": "fraternize", + "fraternised": "fraternized", + "fraternises": "fraternizes", + "fraternising": "fraternizing", + "fulfil": "fulfill", + "fulfilment": "fulfillment", + "fulfils": "fulfills", + "funnelled": "funneled", + "funnelling": "funneling", + "gage": "gauge", + "gaged": "gauged", + "gages": "gauges", + "gaging": "gauging", + "galvanise": "galvanize", + "galvanised": "galvanized", + "galvanises": "galvanizes", + "galvanising": "galvanizing", + "gambolled": "gamboled", + "gambolling": "gamboling", + "gaol": "jail", + "gaolbird": "jailbird", + "gaolbirds": "jailbirds", + "gaolbreak": "jailbreak", + "gaolbreaks": "jailbreaks", + "gaoled": "jailed", + "gaoler": "jailer", + "gaolers": "jailers", + "gaoling": "jailing", + "gaols": "jails", + "gasses": "gases", + "generalisation": "generalization", + "generalisations": "generalizations", + "generalise": "generalize", + "generalised": "generalized", + "generalises": "generalizes", + "generalising": "generalizing", + "ghettoise": "ghettoize", + "ghettoised": "ghettoized", + "ghettoises": "ghettoizes", + "ghettoising": "ghettoizing", + "gipsies": "gypsies", + "glamor": "glamour", + "glamorise": "glamorize", + "glamorised": "glamorized", + "glamorises": "glamorizes", + "glamorising": "glamorizing", + "globalisation": "globalization", + "globalise": "globalize", + "globalised": "globalized", + "globalises": "globalizes", + "globalising": "globalizing", + "glueing": "gluing", + "goitre": "goiter", + "goitres": "goiters", + "gonorrhoea": "gonorrhea", + "gramme": "gram", + "grammes": "grams", + "gravelled": "graveled", + "grey": "gray", + "greyed": "grayed", + "greying": "graying", + "greyish": "grayish", + "greyness": "grayness", + "greys": "grays", + "grovelled": "groveled", + "grovelling": "groveling", + "groyne": "groin", + "groynes": "groins", + "gruelling": "grueling", + "gruellingly": "gruelingly", + "gryphon": "griffin", + "gryphons": "griffins", + "gynaecological": "gynecological", + "gynaecologist": "gynecologist", + "gynaecologists": "gynecologists", + "gynaecology": "gynecology", + "haematological": "hematological", + "haematologist": "hematologist", + "haematologists": "hematologists", + "haematology": "hematology", + "haemoglobin": "hemoglobin", + "haemophilia": "hemophilia", + "haemophiliac": "hemophiliac", + "haemophiliacs": "hemophiliacs", + "haemorrhage": "hemorrhage", + "haemorrhaged": "hemorrhaged", + "haemorrhages": "hemorrhages", + "haemorrhaging": "hemorrhaging", + "haemorrhoids": "hemorrhoids", + "harbour": "harbor", + "harboured": "harbored", + "harbouring": "harboring", + "harbours": "harbors", + "harmonisation": "harmonization", + "harmonise": "harmonize", + "harmonised": "harmonized", + "harmonises": "harmonizes", + "harmonising": "harmonizing", + "homoeopath": "homeopath", + "homoeopathic": "homeopathic", + "homoeopaths": "homeopaths", + "homoeopathy": "homeopathy", + "homogenise": "homogenize", + "homogenised": "homogenized", + "homogenises": "homogenizes", + "homogenising": "homogenizing", + "honour": "honor", + "honourable": "honorable", + "honourably": "honorably", + "honoured": "honored", + "honouring": "honoring", + "honours": "honors", + "hospitalisation": "hospitalization", + "hospitalise": "hospitalize", + "hospitalised": "hospitalized", + "hospitalises": "hospitalizes", + "hospitalising": "hospitalizing", + "humanise": "humanize", + "humanised": "humanized", + "humanises": "humanizes", + "humanising": "humanizing", + "humour": "humor", + "humoured": "humored", + "humouring": "humoring", + "humourless": "humorless", + "humours": "humors", + "hybridise": "hybridize", + "hybridised": "hybridized", + "hybridises": "hybridizes", + "hybridising": "hybridizing", + "hypnotise": "hypnotize", + "hypnotised": "hypnotized", + "hypnotises": "hypnotizes", + "hypnotising": "hypnotizing", + "hypothesise": "hypothesize", + "hypothesised": "hypothesized", + "hypothesises": "hypothesizes", + "hypothesising": "hypothesizing", + "idealisation": "idealization", + "idealise": "idealize", + "idealised": "idealized", + "idealises": "idealizes", + "idealising": "idealizing", + "idolise": "idolize", + "idolised": "idolized", + "idolises": "idolizes", + "idolising": "idolizing", + "immobilisation": "immobilization", + "immobilise": "immobilize", + "immobilised": "immobilized", + "immobiliser": "immobilizer", + "immobilisers": "immobilizers", + "immobilises": "immobilizes", + "immobilising": "immobilizing", + "immortalise": "immortalize", + "immortalised": "immortalized", + "immortalises": "immortalizes", + "immortalising": "immortalizing", + "immunisation": "immunization", + "immunise": "immunize", + "immunised": "immunized", + "immunises": "immunizes", + "immunising": "immunizing", + "impanelled": "impaneled", + "impanelling": "impaneling", + "imperilled": "imperiled", + "imperilling": "imperiling", + "individualise": "individualize", + "individualised": "individualized", + "individualises": "individualizes", + "individualising": "individualizing", + "industrialise": "industrialize", + "industrialised": "industrialized", + "industrialises": "industrializes", + "industrialising": "industrializing", + "inflexion": "inflection", + "inflexions": "inflections", + "initialise": "initialize", + "initialised": "initialized", + "initialises": "initializes", + "initialising": "initializing", + "initialled": "initialed", + "initialling": "initialing", + "instal": "install", + "instalment": "installment", + "instalments": "installments", + "instals": "installs", + "instil": "instill", + "instils": "instills", + "institutionalisation": "institutionalization", + "institutionalise": "institutionalize", + "institutionalised": "institutionalized", + "institutionalises": "institutionalizes", + "institutionalising": "institutionalizing", + "intellectualise": "intellectualize", + "intellectualised": "intellectualized", + "intellectualises": "intellectualizes", + "intellectualising": "intellectualizing", + "internalisation": "internalization", + "internalise": "internalize", + "internalised": "internalized", + "internalises": "internalizes", + "internalising": "internalizing", + "internationalisation": "internationalization", + "internationalise": "internationalize", + "internationalised": "internationalized", + "internationalises": "internationalizes", + "internationalising": "internationalizing", + "ionisation": "ionization", + "ionise": "ionize", + "ionised": "ionized", + "ioniser": "ionizer", + "ionisers": "ionizers", + "ionises": "ionizes", + "ionising": "ionizing", + "italicise": "italicize", + "italicised": "italicized", + "italicises": "italicizes", + "italicising": "italicizing", + "itemise": "itemize", + "itemised": "itemized", + "itemises": "itemizes", + "itemising": "itemizing", + "jeopardise": "jeopardize", + "jeopardised": "jeopardized", + "jeopardises": "jeopardizes", + "jeopardising": "jeopardizing", + "jewelled": "jeweled", + "jeweller": "jeweler", + "jewellers": "jewelers", + "jewellery": "jewelry", + "judgement": "judgment", + "kilogramme": "kilogram", + "kilogrammes": "kilograms", + "kilometre": "kilometer", + "kilometres": "kilometers", + "labelled": "labeled", + "labelling": "labeling", + "labour": "labor", + "laboured": "labored", + "labourer": "laborer", + "labourers": "laborers", + "labouring": "laboring", + "labours": "labors", + "lacklustre": "lackluster", + "legalisation": "legalization", + "legalise": "legalize", + "legalised": "legalized", + "legalises": "legalizes", + "legalising": "legalizing", + "legitimise": "legitimize", + "legitimised": "legitimized", + "legitimises": "legitimizes", + "legitimising": "legitimizing", + "leukaemia": "leukemia", + "levelled": "leveled", + "leveller": "leveler", + "levellers": "levelers", + "levelling": "leveling", + "libelled": "libeled", + "libelling": "libeling", + "libellous": "libelous", + "liberalisation": "liberalization", + "liberalise": "liberalize", + "liberalised": "liberalized", + "liberalises": "liberalizes", + "liberalising": "liberalizing", + "licence": "license", + "licenced": "licensed", + "licences": "licenses", + "licencing": "licensing", + "likeable": "likable", + "lionisation": "lionization", + "lionise": "lionize", + "lionised": "lionized", + "lionises": "lionizes", + "lionising": "lionizing", + "liquidise": "liquidize", + "liquidised": "liquidized", + "liquidiser": "liquidizer", + "liquidisers": "liquidizers", + "liquidises": "liquidizes", + "liquidising": "liquidizing", + "litre": "liter", + "litres": "liters", + "localise": "localize", + "localised": "localized", + "localises": "localizes", + "localising": "localizing", + "louvre": "louver", + "louvred": "louvered", + "louvres": "louvers", + "lustre": "luster", + "magnetise": "magnetize", + "magnetised": "magnetized", + "magnetises": "magnetizes", + "magnetising": "magnetizing", + "manoeuvrability": "maneuverability", + "manoeuvrable": "maneuverable", + "manoeuvre": "maneuver", + "manoeuvred": "maneuvered", + "manoeuvres": "maneuvers", + "manoeuvring": "maneuvering", + "manoeuvrings": "maneuverings", + "marginalisation": "marginalization", + "marginalise": "marginalize", + "marginalised": "marginalized", + "marginalises": "marginalizes", + "marginalising": "marginalizing", + "marshalled": "marshaled", + "marshalling": "marshaling", + "marvelled": "marveled", + "marvelling": "marveling", + "marvellous": "marvelous", + "marvellously": "marvelously", + "materialisation": "materialization", + "materialise": "materialize", + "materialised": "materialized", + "materialises": "materializes", + "materialising": "materializing", + "maximisation": "maximization", + "maximise": "maximize", + "maximised": "maximized", + "maximises": "maximizes", + "maximising": "maximizing", + "meagre": "meager", + "mechanisation": "mechanization", + "mechanise": "mechanize", + "mechanised": "mechanized", + "mechanises": "mechanizes", + "mechanising": "mechanizing", + "mediaeval": "medieval", + "memorialise": "memorialize", + "memorialised": "memorialized", + "memorialises": "memorializes", + "memorialising": "memorializing", + "memorise": "memorize", + "memorised": "memorized", + "memorises": "memorizes", + "memorising": "memorizing", + "mesmerise": "mesmerize", + "mesmerised": "mesmerized", + "mesmerises": "mesmerizes", + "mesmerising": "mesmerizing", + "metabolise": "metabolize", + "metabolised": "metabolized", + "metabolises": "metabolizes", + "metabolising": "metabolizing", + "metre": "meter", + "metres": "meters", + "mhm": "hmm", + "micrometre": "micrometer", + "micrometres": "micrometers", + "militarise": "militarize", + "militarised": "militarized", + "militarises": "militarizes", + "militarising": "militarizing", + "milligramme": "milligram", + "milligrammes": "milligrams", + "millilitre": "milliliter", + "millilitres": "milliliters", + "millimetre": "millimeter", + "millimetres": "millimeters", + "miniaturisation": "miniaturization", + "miniaturise": "miniaturize", + "miniaturised": "miniaturized", + "miniaturises": "miniaturizes", + "miniaturising": "miniaturizing", + "minibusses": "minibuses", + "minimise": "minimize", + "minimised": "minimized", + "minimises": "minimizes", + "minimising": "minimizing", + "misbehaviour": "misbehavior", + "misdemeanour": "misdemeanor", + "misdemeanours": "misdemeanors", + "misspelt": "misspelled", + "mitre": "miter", + "mitres": "miters", + "mm": "hmm", + "mmm": "hmm", + "mobilisation": "mobilization", + "mobilise": "mobilize", + "mobilised": "mobilized", + "mobilises": "mobilizes", + "mobilising": "mobilizing", + "modelled": "modeled", + "modeller": "modeler", + "modellers": "modelers", + "modelling": "modeling", + "modernise": "modernize", + "modernised": "modernized", + "modernises": "modernizes", + "modernising": "modernizing", + "moisturise": "moisturize", + "moisturised": "moisturized", + "moisturiser": "moisturizer", + "moisturisers": "moisturizers", + "moisturises": "moisturizes", + "moisturising": "moisturizing", + "monologue": "monolog", + "monologues": "monologs", + "monopolisation": "monopolization", + "monopolise": "monopolize", + "monopolised": "monopolized", + "monopolises": "monopolizes", + "monopolising": "monopolizing", + "moralise": "moralize", + "moralised": "moralized", + "moralises": "moralizes", + "moralising": "moralizing", + "motorised": "motorized", + "mould": "mold", + "moulded": "molded", + "moulder": "molder", + "mouldered": "moldered", + "mouldering": "moldering", + "moulders": "molders", + "mouldier": "moldier", + "mouldiest": "moldiest", + "moulding": "molding", + "mouldings": "moldings", + "moulds": "molds", + "mouldy": "moldy", + "moult": "molt", + "moulted": "molted", + "moulting": "molting", + "moults": "molts", + "moustache": "mustache", + "moustached": "mustached", + "moustaches": "mustaches", + "moustachioed": "mustachioed", + "multicoloured": "multicolored", + "nationalisation": "nationalization", + "nationalisations": "nationalizations", + "nationalise": "nationalize", + "nationalised": "nationalized", + "nationalises": "nationalizes", + "nationalising": "nationalizing", + "naturalisation": "naturalization", + "naturalise": "naturalize", + "naturalised": "naturalized", + "naturalises": "naturalizes", + "naturalising": "naturalizing", + "neighbour": "neighbor", + "neighbourhood": "neighborhood", + "neighbourhoods": "neighborhoods", + "neighbouring": "neighboring", + "neighbourliness": "neighborliness", + "neighbourly": "neighborly", + "neighbours": "neighbors", + "neutralisation": "neutralization", + "neutralise": "neutralize", + "neutralised": "neutralized", + "neutralises": "neutralizes", + "neutralising": "neutralizing", + "normalisation": "normalization", + "normalise": "normalize", + "normalised": "normalized", + "normalises": "normalizes", + "normalising": "normalizing", + "odour": "odor", + "odourless": "odorless", + "odours": "odors", + "oesophagus": "esophagus", + "oesophaguses": "esophaguses", + "oestrogen": "estrogen", + "offence": "offense", + "offences": "offenses", + "omelette": "omelet", + "omelettes": "omelets", + "optimise": "optimize", + "optimised": "optimized", + "optimises": "optimizes", + "optimising": "optimizing", + "organisation": "organization", + "organisational": "organizational", + "organisations": "organizations", + "organise": "organize", + "organised": "organized", + "organiser": "organizer", + "organisers": "organizers", + "organises": "organizes", + "organising": "organizing", + "orthopaedic": "orthopedic", + "orthopaedics": "orthopedics", + "ostracise": "ostracize", + "ostracised": "ostracized", + "ostracises": "ostracizes", + "ostracising": "ostracizing", + "outmanoeuvre": "outmaneuver", + "outmanoeuvred": "outmaneuvered", + "outmanoeuvres": "outmaneuvers", + "outmanoeuvring": "outmaneuvering", + "overemphasise": "overemphasize", + "overemphasised": "overemphasized", + "overemphasises": "overemphasizes", + "overemphasising": "overemphasizing", + "oxidisation": "oxidization", + "oxidise": "oxidize", + "oxidised": "oxidized", + "oxidises": "oxidizes", + "oxidising": "oxidizing", + "paederast": "pederast", + "paederasts": "pederasts", + "paediatric": "pediatric", + "paediatrician": "pediatrician", + "paediatricians": "pediatricians", + "paediatrics": "pediatrics", + "paedophile": "pedophile", + "paedophiles": "pedophiles", + "paedophilia": "pedophilia", + "palaeolithic": "paleolithic", + "palaeontologist": "paleontologist", + "palaeontologists": "paleontologists", + "palaeontology": "paleontology", + "panelled": "paneled", + "panelling": "paneling", + "panellist": "panelist", + "panellists": "panelists", + "paralyse": "paralyze", + "paralysed": "paralyzed", + "paralyses": "paralyzes", + "paralysing": "paralyzing", + "parcelled": "parceled", + "parcelling": "parceling", + "parlour": "parlor", + "parlours": "parlors", + "particularise": "particularize", + "particularised": "particularized", + "particularises": "particularizes", + "particularising": "particularizing", + "passivisation": "passivization", + "passivise": "passivize", + "passivised": "passivized", + "passivises": "passivizes", + "passivising": "passivizing", + "pasteurisation": "pasteurization", + "pasteurise": "pasteurize", + "pasteurised": "pasteurized", + "pasteurises": "pasteurizes", + "pasteurising": "pasteurizing", + "patronise": "patronize", + "patronised": "patronized", + "patronises": "patronizes", + "patronising": "patronizing", + "patronisingly": "patronizingly", + "pedalled": "pedaled", + "pedalling": "pedaling", + "pedestrianisation": "pedestrianization", + "pedestrianise": "pedestrianize", + "pedestrianised": "pedestrianized", + "pedestrianises": "pedestrianizes", + "pedestrianising": "pedestrianizing", + "penalise": "penalize", + "penalised": "penalized", + "penalises": "penalizes", + "penalising": "penalizing", + "pencilled": "penciled", + "pencilling": "penciling", + "personalise": "personalize", + "personalised": "personalized", + "personalises": "personalizes", + "personalising": "personalizing", + "pharmacopoeia": "pharmacopeia", + "pharmacopoeias": "pharmacopeias", + "philosophise": "philosophize", + "philosophised": "philosophized", + "philosophises": "philosophizes", + "philosophising": "philosophizing", + "philtre": "filter", + "philtres": "filters", + "phoney": "phony", + "plagiarise": "plagiarize", + "plagiarised": "plagiarized", + "plagiarises": "plagiarizes", + "plagiarising": "plagiarizing", + "plough": "plow", + "ploughed": "plowed", + "ploughing": "plowing", + "ploughman": "plowman", + "ploughmen": "plowmen", + "ploughs": "plows", + "ploughshare": "plowshare", + "ploughshares": "plowshares", + "polarisation": "polarization", + "polarise": "polarize", + "polarised": "polarized", + "polarises": "polarizes", + "polarising": "polarizing", + "politicisation": "politicization", + "politicise": "politicize", + "politicised": "politicized", + "politicises": "politicizes", + "politicising": "politicizing", + "popularisation": "popularization", + "popularise": "popularize", + "popularised": "popularized", + "popularises": "popularizes", + "popularising": "popularizing", + "pouffe": "pouf", + "pouffes": "poufs", + "practise": "practice", + "practised": "practiced", + "practises": "practices", + "practising": "practicing", + "praesidium": "presidium", + "praesidiums": "presidiums", + "pressurisation": "pressurization", + "pressurise": "pressurize", + "pressurised": "pressurized", + "pressurises": "pressurizes", + "pressurising": "pressurizing", + "pretence": "pretense", + "pretences": "pretenses", + "primaeval": "primeval", + "prioritisation": "prioritization", + "prioritise": "prioritize", + "prioritised": "prioritized", + "prioritises": "prioritizes", + "prioritising": "prioritizing", + "privatisation": "privatization", + "privatisations": "privatizations", + "privatise": "privatize", + "privatised": "privatized", + "privatises": "privatizes", + "privatising": "privatizing", + "professionalisation": "professionalization", + "professionalise": "professionalize", + "professionalised": "professionalized", + "professionalises": "professionalizes", + "professionalising": "professionalizing", + "programme": "program", + "programmes": "programs", + "prologue": "prolog", + "prologues": "prologs", + "propagandise": "propagandize", + "propagandised": "propagandized", + "propagandises": "propagandizes", + "propagandising": "propagandizing", + "proselytise": "proselytize", + "proselytised": "proselytized", + "proselytiser": "proselytizer", + "proselytisers": "proselytizers", + "proselytises": "proselytizes", + "proselytising": "proselytizing", + "psychoanalyse": "psychoanalyze", + "psychoanalysed": "psychoanalyzed", + "psychoanalyses": "psychoanalyzes", + "psychoanalysing": "psychoanalyzing", + "publicise": "publicize", + "publicised": "publicized", + "publicises": "publicizes", + "publicising": "publicizing", + "pulverisation": "pulverization", + "pulverise": "pulverize", + "pulverised": "pulverized", + "pulverises": "pulverizes", + "pulverising": "pulverizing", + "pummelled": "pummel", + "pummelling": "pummeled", + "pyjama": "pajama", + "pyjamas": "pajamas", + "pzazz": "pizzazz", + "quarrelled": "quarreled", + "quarrelling": "quarreling", + "radicalise": "radicalize", + "radicalised": "radicalized", + "radicalises": "radicalizes", + "radicalising": "radicalizing", + "rancour": "rancor", + "randomise": "randomize", + "randomised": "randomized", + "randomises": "randomizes", + "randomising": "randomizing", + "rationalisation": "rationalization", + "rationalisations": "rationalizations", + "rationalise": "rationalize", + "rationalised": "rationalized", + "rationalises": "rationalizes", + "rationalising": "rationalizing", + "ravelled": "raveled", + "ravelling": "raveling", + "realisable": "realizable", + "realisation": "realization", + "realisations": "realizations", + "realise": "realize", + "realised": "realized", + "realises": "realizes", + "realising": "realizing", + "recognisable": "recognizable", + "recognisably": "recognizably", + "recognisance": "recognizance", + "recognise": "recognize", + "recognised": "recognized", + "recognises": "recognizes", + "recognising": "recognizing", + "reconnoitre": "reconnoiter", + "reconnoitred": "reconnoitered", + "reconnoitres": "reconnoiters", + "reconnoitring": "reconnoitering", + "refuelled": "refueled", + "refuelling": "refueling", + "regularisation": "regularization", + "regularise": "regularize", + "regularised": "regularized", + "regularises": "regularizes", + "regularising": "regularizing", + "remodelled": "remodeled", + "remodelling": "remodeling", + "remould": "remold", + "remoulded": "remolded", + "remoulding": "remolding", + "remoulds": "remolds", + "reorganisation": "reorganization", + "reorganisations": "reorganizations", + "reorganise": "reorganize", + "reorganised": "reorganized", + "reorganises": "reorganizes", + "reorganising": "reorganizing", + "revelled": "reveled", + "reveller": "reveler", + "revellers": "revelers", + "revelling": "reveling", + "revitalise": "revitalize", + "revitalised": "revitalized", + "revitalises": "revitalizes", + "revitalising": "revitalizing", + "revolutionise": "revolutionize", + "revolutionised": "revolutionized", + "revolutionises": "revolutionizes", + "revolutionising": "revolutionizing", + "rhapsodise": "rhapsodize", + "rhapsodised": "rhapsodized", + "rhapsodises": "rhapsodizes", + "rhapsodising": "rhapsodizing", + "rigour": "rigor", + "rigours": "rigors", + "ritualised": "ritualized", + "rivalled": "rivaled", + "rivalling": "rivaling", + "romanticise": "romanticize", + "romanticised": "romanticized", + "romanticises": "romanticizes", + "romanticising": "romanticizing", + "rumour": "rumor", + "rumoured": "rumored", + "rumours": "rumors", + "sabre": "saber", + "sabres": "sabers", + "saltpetre": "saltpeter", + "sanitise": "sanitize", + "sanitised": "sanitized", + "sanitises": "sanitizes", + "sanitising": "sanitizing", + "satirise": "satirize", + "satirised": "satirized", + "satirises": "satirizes", + "satirising": "satirizing", + "saviour": "savior", + "saviours": "saviors", + "savour": "savor", + "savoured": "savored", + "savouries": "savories", + "savouring": "savoring", + "savours": "savors", + "savoury": "savory", + "scandalise": "scandalize", + "scandalised": "scandalized", + "scandalises": "scandalizes", + "scandalising": "scandalizing", + "sceptic": "skeptic", + "sceptical": "skeptical", + "sceptically": "skeptically", + "scepticism": "skepticism", + "sceptics": "skeptics", + "sceptre": "scepter", + "sceptres": "scepters", + "scrutinise": "scrutinize", + "scrutinised": "scrutinized", + "scrutinises": "scrutinizes", + "scrutinising": "scrutinizing", + "secularisation": "secularization", + "secularise": "secularize", + "secularised": "secularized", + "secularises": "secularizes", + "secularising": "secularizing", + "sensationalise": "sensationalize", + "sensationalised": "sensationalized", + "sensationalises": "sensationalizes", + "sensationalising": "sensationalizing", + "sensitise": "sensitize", + "sensitised": "sensitized", + "sensitises": "sensitizes", + "sensitising": "sensitizing", + "sentimentalise": "sentimentalize", + "sentimentalised": "sentimentalized", + "sentimentalises": "sentimentalizes", + "sentimentalising": "sentimentalizing", + "sepulchre": "sepulcher", + "sepulchres": "sepulchers", + "serialisation": "serialization", + "serialisations": "serializations", + "serialise": "serialize", + "serialised": "serialized", + "serialises": "serializes", + "serialising": "serializing", + "sermonise": "sermonize", + "sermonised": "sermonized", + "sermonises": "sermonizes", + "sermonising": "sermonizing", + "sheikh": "sheik", + "shovelled": "shoveled", + "shovelling": "shoveling", + "shrivelled": "shriveled", + "shrivelling": "shriveling", + "signalise": "signalize", + "signalised": "signalized", + "signalises": "signalizes", + "signalising": "signalizing", + "signalled": "signaled", + "signalling": "signaling", + "smoulder": "smolder", + "smouldered": "smoldered", + "smouldering": "smoldering", + "smoulders": "smolders", + "snivelled": "sniveled", + "snivelling": "sniveling", + "snorkelled": "snorkeled", + "snorkelling": "snorkeling", + "snowplough": "snowplow", + "snowploughs": "snowplow", + "socialisation": "socialization", + "socialise": "socialize", + "socialised": "socialized", + "socialises": "socializes", + "socialising": "socializing", + "sodomise": "sodomize", + "sodomised": "sodomized", + "sodomises": "sodomizes", + "sodomising": "sodomizing", + "solemnise": "solemnize", + "solemnised": "solemnized", + "solemnises": "solemnizes", + "solemnising": "solemnizing", + "sombre": "somber", + "specialisation": "specialization", + "specialisations": "specializations", + "specialise": "specialize", + "specialised": "specialized", + "specialises": "specializes", + "specialising": "specializing", + "spectre": "specter", + "spectres": "specters", + "spiralled": "spiraled", + "spiralling": "spiraling", + "splendour": "splendor", + "splendours": "splendors", + "squirrelled": "squirreled", + "squirrelling": "squirreling", + "stabilisation": "stabilization", + "stabilise": "stabilize", + "stabilised": "stabilized", + "stabiliser": "stabilizer", + "stabilisers": "stabilizers", + "stabilises": "stabilizes", + "stabilising": "stabilizing", + "standardisation": "standardization", + "standardise": "standardize", + "standardised": "standardized", + "standardises": "standardizes", + "standardising": "standardizing", + "stencilled": "stenciled", + "stencilling": "stenciling", + "sterilisation": "sterilization", + "sterilisations": "sterilizations", + "sterilise": "sterilize", + "sterilised": "sterilized", + "steriliser": "sterilizer", + "sterilisers": "sterilizers", + "sterilises": "sterilizes", + "sterilising": "sterilizing", + "stigmatisation": "stigmatization", + "stigmatise": "stigmatize", + "stigmatised": "stigmatized", + "stigmatises": "stigmatizes", + "stigmatising": "stigmatizing", + "storey": "story", + "storeys": "stories", + "subsidisation": "subsidization", + "subsidise": "subsidize", + "subsidised": "subsidized", + "subsidiser": "subsidizer", + "subsidisers": "subsidizers", + "subsidises": "subsidizes", + "subsidising": "subsidizing", + "succour": "succor", + "succoured": "succored", + "succouring": "succoring", + "succours": "succors", + "sulphate": "sulfate", + "sulphates": "sulfates", + "sulphide": "sulfide", + "sulphides": "sulfides", + "sulphur": "sulfur", + "sulphurous": "sulfurous", + "summarise": "summarize", + "summarised": "summarized", + "summarises": "summarizes", + "summarising": "summarizing", + "swivelled": "swiveled", + "swivelling": "swiveling", + "symbolise": "symbolize", + "symbolised": "symbolized", + "symbolises": "symbolizes", + "symbolising": "symbolizing", + "sympathise": "sympathize", + "sympathised": "sympathized", + "sympathiser": "sympathizer", + "sympathisers": "sympathizers", + "sympathises": "sympathizes", + "sympathising": "sympathizing", + "synchronisation": "synchronization", + "synchronise": "synchronize", + "synchronised": "synchronized", + "synchronises": "synchronizes", + "synchronising": "synchronizing", + "synthesise": "synthesize", + "synthesised": "synthesized", + "synthesiser": "synthesizer", + "synthesisers": "synthesizers", + "synthesises": "synthesizes", + "synthesising": "synthesizing", + "syphon": "siphon", + "syphoned": "siphoned", + "syphoning": "siphoning", + "syphons": "siphons", + "systematisation": "systematization", + "systematise": "systematize", + "systematised": "systematized", + "systematises": "systematizes", + "systematising": "systematizing", + "tantalise": "tantalize", + "tantalised": "tantalized", + "tantalises": "tantalizes", + "tantalising": "tantalizing", + "tantalisingly": "tantalizingly", + "tasselled": "tasseled", + "technicolour": "technicolor", + "temporise": "temporize", + "temporised": "temporized", + "temporises": "temporizes", + "temporising": "temporizing", + "tenderise": "tenderize", + "tenderised": "tenderized", + "tenderises": "tenderizes", + "tenderising": "tenderizing", + "terrorise": "terrorize", + "terrorised": "terrorized", + "terrorises": "terrorizes", + "terrorising": "terrorizing", + "theatre": "theater", + "theatregoer": "theatergoer", + "theatregoers": "theatergoers", + "theatres": "theaters", + "theorise": "theorize", + "theorised": "theorized", + "theorises": "theorizes", + "theorising": "theorizing", + "tonne": "ton", + "tonnes": "tons", + "towelled": "toweled", + "towelling": "toweling", + "toxaemia": "toxemia", + "tranquillise": "tranquilize", + "tranquillised": "tranquilized", + "tranquilliser": "tranquilizer", + "tranquillisers": "tranquilizers", + "tranquillises": "tranquilizes", + "tranquillising": "tranquilizing", + "tranquillity": "tranquility", + "tranquillize": "tranquilize", + "tranquillized": "tranquilized", + "tranquillizer": "tranquilizer", + "tranquillizers": "tranquilizers", + "tranquillizes": "tranquilizes", + "tranquillizing": "tranquilizing", + "tranquilly": "tranquility", + "transistorised": "transistorized", + "traumatise": "traumatize", + "traumatised": "traumatized", + "traumatises": "traumatizes", + "traumatising": "traumatizing", + "travelled": "traveled", + "traveller": "traveler", + "travellers": "travelers", + "travelling": "traveling", + "travelog": "travelogue", + "travelogs": "travelogues", + "trialled": "trialed", + "trialling": "trialing", + "tricolour": "tricolor", + "tricolours": "tricolors", + "trivialise": "trivialize", + "trivialised": "trivialized", + "trivialises": "trivializes", + "trivialising": "trivializing", + "tumour": "tumor", + "tumours": "tumors", + "tunnelled": "tunneled", + "tunnelling": "tunneling", + "tyrannise": "tyrannize", + "tyrannised": "tyrannized", + "tyrannises": "tyrannizes", + "tyrannising": "tyrannizing", + "tyre": "tire", + "tyres": "tires", + "unauthorised": "unauthorized", + "uncivilised": "uncivilized", + "underutilised": "underutilized", + "unequalled": "unequaled", + "unfavourable": "unfavorable", + "unfavourably": "unfavorably", + "unionisation": "unionization", + "unionise": "unionize", + "unionised": "unionized", + "unionises": "unionizes", + "unionising": "unionizing", + "unorganised": "unorganized", + "unravelled": "unraveled", + "unravelling": "unraveling", + "unrecognisable": "unrecognizable", + "unrecognised": "unrecognized", + "unrivalled": "unrivaled", + "unsavoury": "unsavory", + "untrammelled": "untrammeled", + "urbanisation": "urbanization", + "urbanise": "urbanize", + "urbanised": "urbanized", + "urbanises": "urbanizes", + "urbanising": "urbanizing", + "utilisable": "utilizable", + "utilisation": "utilization", + "utilise": "utilize", + "utilised": "utilized", + "utilises": "utilizes", + "utilising": "utilizing", + "valour": "valor", + "vandalise": "vandalize", + "vandalised": "vandalized", + "vandalises": "vandalizes", + "vandalising": "vandalizing", + "vaporisation": "vaporization", + "vaporise": "vaporize", + "vaporised": "vaporized", + "vaporises": "vaporizes", + "vaporising": "vaporizing", + "vapour": "vapor", + "vapours": "vapors", + "verbalise": "verbalize", + "verbalised": "verbalized", + "verbalises": "verbalizes", + "verbalising": "verbalizing", + "victimisation": "victimization", + "victimise": "victimize", + "victimised": "victimized", + "victimises": "victimizes", + "victimising": "victimizing", + "videodisc": "videodisk", + "videodiscs": "videodisks", + "vigour": "vigor", + "visualisation": "visualization", + "visualisations": "visualizations", + "visualise": "visualize", + "visualised": "visualized", + "visualises": "visualizes", + "visualising": "visualizing", + "vocalisation": "vocalization", + "vocalisations": "vocalizations", + "vocalise": "vocalize", + "vocalised": "vocalized", + "vocalises": "vocalizes", + "vocalising": "vocalizing", + "vulcanised": "vulcanized", + "vulgarisation": "vulgarization", + "vulgarise": "vulgarize", + "vulgarised": "vulgarized", + "vulgarises": "vulgarizes", + "vulgarising": "vulgarizing", + "waggon": "wagon", + "waggons": "wagons", + "watercolour": "watercolor", + "watercolours": "watercolors", + "weaselled": "weaseled", + "weaselling": "weaseling", + "westernisation": "westernization", + "westernise": "westernize", + "westernised": "westernized", + "westernises": "westernizes", + "westernising": "westernizing", + "womanise": "womanize", + "womanised": "womanized", + "womaniser": "womanizer", + "womanisers": "womanizers", + "womanises": "womanizes", + "womanising": "womanizing", + "woollen": "woolen", + "woollens": "woolens", + "woollies": "woolies", + "woolly": "wooly", + "worshipped": "worshiped", + "worshipper": "worshiper", + "worshipping": "worshiping", + "yodelled": "yodeled", + "yodelling": "yodeling", + "yoghourt": "yogurt", + "yoghourts": "yogurts", + "yoghurt": "yogurt", + "yoghurts": "yogurts" +} diff --git a/last-checkpoint/optimizer.pt b/last-checkpoint/optimizer.pt new file mode 100644 index 0000000..0b1c4b4 --- /dev/null +++ b/last-checkpoint/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24630d6bdf5f12f6f5567dff03a1da5ae29b38fb50e030f0aa9e8476cba53b98 +size 6175072292 diff --git a/last-checkpoint/preprocessor_config.json b/last-checkpoint/preprocessor_config.json new file mode 100644 index 0000000..3f567c1 --- /dev/null +++ b/last-checkpoint/preprocessor_config.json @@ -0,0 +1,15 @@ +{ + "chunk_length": 30, + "dither": 0.0, + "feature_extractor_type": "WhisperFeatureExtractor", + "feature_size": 128, + "hop_length": 160, + "n_fft": 400, + "n_samples": 480000, + "nb_max_frames": 3000, + "padding_side": "right", + "padding_value": 0.0, + "processor_class": "WhisperProcessor", + "return_attention_mask": false, + "sampling_rate": 16000 +} diff --git a/last-checkpoint/rng_state.pth b/last-checkpoint/rng_state.pth new file mode 100644 index 0000000..71a7783 --- /dev/null +++ b/last-checkpoint/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f020f2c25dd3371d3f47f373cf66bcee3219d79c64bdfa46d46cf8f4fa92d182 +size 14709 diff --git a/last-checkpoint/scheduler.pt b/last-checkpoint/scheduler.pt new file mode 100644 index 0000000..ab7179a --- /dev/null +++ b/last-checkpoint/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a055373b6616927821990112c9bcc54deefdc796454a5ecd2e7b2953f9568926 +size 1465 diff --git a/last-checkpoint/special_tokens_map.json b/last-checkpoint/special_tokens_map.json new file mode 100644 index 0000000..312bc10 --- /dev/null +++ b/last-checkpoint/special_tokens_map.json @@ -0,0 +1,139 @@ +{ + "additional_special_tokens": [ + "<|startoftranscript|>", + "<|en|>", + "<|zh|>", + "<|de|>", + "<|es|>", + "<|ru|>", + "<|ko|>", + "<|fr|>", + "<|ja|>", + "<|pt|>", + "<|tr|>", + "<|pl|>", + "<|ca|>", + "<|nl|>", + "<|ar|>", + "<|sv|>", + "<|it|>", + "<|id|>", + "<|hi|>", + "<|fi|>", + "<|vi|>", + "<|he|>", + "<|uk|>", + "<|el|>", + "<|ms|>", + "<|cs|>", + "<|ro|>", + "<|da|>", + "<|hu|>", + "<|ta|>", + "<|no|>", + "<|th|>", + "<|ur|>", + "<|hr|>", + "<|bg|>", + "<|lt|>", + "<|la|>", + "<|mi|>", + "<|ml|>", + "<|cy|>", + "<|sk|>", + "<|te|>", + "<|fa|>", + "<|lv|>", + "<|bn|>", + "<|sr|>", + "<|az|>", + "<|sl|>", + "<|kn|>", + "<|et|>", + "<|mk|>", + "<|br|>", + "<|eu|>", + "<|is|>", + "<|hy|>", + "<|ne|>", + "<|mn|>", + "<|bs|>", + "<|kk|>", + "<|sq|>", + "<|sw|>", + "<|gl|>", + "<|mr|>", + "<|pa|>", + "<|si|>", + "<|km|>", + "<|sn|>", + "<|yo|>", + "<|so|>", + "<|af|>", + "<|oc|>", + "<|ka|>", + "<|be|>", + "<|tg|>", + "<|sd|>", + "<|gu|>", + "<|am|>", + "<|yi|>", + "<|lo|>", + "<|uz|>", + "<|fo|>", + "<|ht|>", + "<|ps|>", + "<|tk|>", + "<|nn|>", + "<|mt|>", + "<|sa|>", + "<|lb|>", + "<|my|>", + "<|bo|>", + "<|tl|>", + "<|mg|>", + "<|as|>", + "<|tt|>", + "<|haw|>", + "<|ln|>", + "<|ha|>", + "<|ba|>", + "<|jw|>", + "<|su|>", + "<|yue|>", + "<|translate|>", + "<|transcribe|>", + "<|startoflm|>", + "<|startofprev|>", + "<|nospeech|>", + "<|notimestamps|>" + ], + "bos_token": { + "content": "<|endoftext|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "<|endoftext|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "<|endoftext|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "unk_token": { + "content": "<|endoftext|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/last-checkpoint/tokenizer_config.json b/last-checkpoint/tokenizer_config.json new file mode 100644 index 0000000..5bff1ae --- /dev/null +++ b/last-checkpoint/tokenizer_config.json @@ -0,0 +1,12997 @@ +{ + "add_prefix_space": false, + "added_tokens_decoder": { + "50257": { + "content": "<|endoftext|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50258": { + "content": "<|startoftranscript|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50259": { + "content": "<|en|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50260": { + "content": "<|zh|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50261": { + "content": "<|de|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50262": { + "content": "<|es|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50263": { + "content": "<|ru|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50264": { + "content": "<|ko|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50265": { + "content": "<|fr|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50266": { + "content": "<|ja|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50267": { + "content": "<|pt|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50268": { + "content": "<|tr|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50269": { + "content": "<|pl|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50270": { + "content": "<|ca|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50271": { + "content": "<|nl|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50272": { + "content": "<|ar|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50273": { + "content": "<|sv|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50274": { + "content": "<|it|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50275": { + "content": "<|id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50276": { + "content": "<|hi|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50277": { + "content": "<|fi|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50278": { + "content": "<|vi|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50279": { + "content": "<|he|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50280": { + "content": "<|uk|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50281": { + "content": "<|el|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50282": { + "content": "<|ms|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50283": { + "content": "<|cs|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50284": { + "content": "<|ro|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50285": { + "content": "<|da|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50286": { + "content": "<|hu|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50287": { + "content": "<|ta|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50288": { + "content": "<|no|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50289": { + "content": "<|th|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50290": { + "content": "<|ur|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50291": { + "content": "<|hr|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50292": { + "content": "<|bg|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50293": { + "content": "<|lt|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50294": { + "content": "<|la|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50295": { + "content": "<|mi|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50296": { + "content": "<|ml|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50297": { + "content": "<|cy|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50298": { + "content": "<|sk|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50299": { + "content": "<|te|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50300": { + "content": "<|fa|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50301": { + "content": "<|lv|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50302": { + "content": "<|bn|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50303": { + "content": "<|sr|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50304": { + "content": "<|az|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50305": { + "content": "<|sl|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50306": { + "content": "<|kn|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50307": { + "content": "<|et|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50308": { + "content": "<|mk|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50309": { + "content": "<|br|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50310": { + "content": "<|eu|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50311": { + "content": "<|is|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50312": { + "content": "<|hy|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50313": { + "content": "<|ne|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50314": { + "content": "<|mn|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50315": { + "content": "<|bs|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50316": { + "content": "<|kk|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50317": { + "content": "<|sq|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50318": { + "content": "<|sw|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50319": { + "content": "<|gl|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50320": { + "content": "<|mr|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50321": { + "content": "<|pa|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50322": { + "content": "<|si|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50323": { + "content": "<|km|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50324": { + "content": "<|sn|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50325": { + "content": "<|yo|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50326": { + "content": "<|so|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50327": { + "content": "<|af|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50328": { + "content": "<|oc|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50329": { + "content": "<|ka|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50330": { + "content": "<|be|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50331": { + "content": "<|tg|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50332": { + "content": "<|sd|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50333": { + "content": "<|gu|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50334": { + "content": "<|am|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50335": { + "content": "<|yi|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50336": { + "content": "<|lo|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50337": { + "content": "<|uz|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50338": { + "content": "<|fo|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50339": { + "content": "<|ht|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50340": { + "content": "<|ps|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50341": { + "content": "<|tk|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50342": { + "content": "<|nn|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50343": { + "content": "<|mt|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50344": { + "content": "<|sa|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50345": { + "content": "<|lb|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50346": { + "content": "<|my|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50347": { + "content": "<|bo|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50348": { + "content": "<|tl|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50349": { + "content": "<|mg|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50350": { + "content": "<|as|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50351": { + "content": "<|tt|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50352": { + "content": "<|haw|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50353": { + "content": "<|ln|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50354": { + "content": "<|ha|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50355": { + "content": "<|ba|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50356": { + "content": "<|jw|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50357": { + "content": "<|su|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50358": { + "content": "<|yue|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50359": { + "content": "<|translate|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50360": { + "content": "<|transcribe|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50361": { + "content": "<|startoflm|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50362": { + "content": "<|startofprev|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50363": { + "content": "<|nospeech|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50364": { + "content": "<|notimestamps|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50365": { + "content": "<|0.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50366": { + "content": "<|0.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50367": { + "content": "<|0.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50368": { + "content": "<|0.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50369": { + "content": "<|0.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50370": { + "content": "<|0.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50371": { + "content": "<|0.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50372": { + "content": "<|0.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50373": { + "content": "<|0.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50374": { + "content": "<|0.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50375": { + "content": "<|0.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50376": { + "content": "<|0.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50377": { + "content": "<|0.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50378": { + "content": "<|0.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50379": { + "content": "<|0.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50380": { + "content": "<|0.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50381": { + "content": "<|0.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50382": { + "content": "<|0.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50383": { + "content": "<|0.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50384": { + "content": "<|0.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50385": { + "content": "<|0.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50386": { + "content": "<|0.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50387": { + "content": "<|0.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50388": { + "content": "<|0.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50389": { + "content": "<|0.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50390": { + "content": "<|0.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50391": { + "content": "<|0.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50392": { + "content": "<|0.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50393": { + "content": "<|0.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50394": { + "content": "<|0.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50395": { + "content": "<|0.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50396": { + "content": "<|0.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50397": { + "content": "<|0.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50398": { + "content": "<|0.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50399": { + "content": "<|0.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50400": { + "content": "<|0.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50401": { + "content": "<|0.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50402": { + "content": "<|0.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50403": { + "content": "<|0.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50404": { + "content": "<|0.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50405": { + "content": "<|0.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50406": { + "content": "<|0.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50407": { + "content": "<|0.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50408": { + "content": "<|0.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50409": { + "content": "<|0.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50410": { + "content": "<|0.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50411": { + "content": "<|0.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50412": { + "content": "<|0.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50413": { + "content": "<|0.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50414": { + "content": "<|0.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50415": { + "content": "<|1.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50416": { + "content": "<|1.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50417": { + "content": "<|1.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50418": { + "content": "<|1.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50419": { + "content": "<|1.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50420": { + "content": "<|1.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50421": { + "content": "<|1.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50422": { + "content": "<|1.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50423": { + "content": "<|1.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50424": { + "content": "<|1.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50425": { + "content": "<|1.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50426": { + "content": "<|1.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50427": { + "content": "<|1.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50428": { + "content": "<|1.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50429": { + "content": "<|1.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50430": { + "content": "<|1.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50431": { + "content": "<|1.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50432": { + "content": "<|1.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50433": { + "content": "<|1.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50434": { + "content": "<|1.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50435": { + "content": "<|1.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50436": { + "content": "<|1.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50437": { + "content": "<|1.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50438": { + "content": "<|1.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50439": { + "content": "<|1.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50440": { + "content": "<|1.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50441": { + "content": "<|1.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50442": { + "content": "<|1.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50443": { + "content": "<|1.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50444": { + "content": "<|1.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50445": { + "content": "<|1.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50446": { + "content": "<|1.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50447": { + "content": "<|1.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50448": { + "content": "<|1.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50449": { + "content": "<|1.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50450": { + "content": "<|1.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50451": { + "content": "<|1.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50452": { + "content": "<|1.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50453": { + "content": "<|1.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50454": { + "content": "<|1.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50455": { + "content": "<|1.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50456": { + "content": "<|1.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50457": { + "content": "<|1.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50458": { + "content": "<|1.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50459": { + "content": "<|1.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50460": { + "content": "<|1.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50461": { + "content": "<|1.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50462": { + "content": "<|1.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50463": { + "content": "<|1.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50464": { + "content": "<|1.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50465": { + "content": "<|2.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50466": { + "content": "<|2.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50467": { + "content": "<|2.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50468": { + "content": "<|2.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50469": { + "content": "<|2.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50470": { + "content": "<|2.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50471": { + "content": "<|2.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50472": { + "content": "<|2.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50473": { + "content": "<|2.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50474": { + "content": "<|2.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50475": { + "content": "<|2.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50476": { + "content": "<|2.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50477": { + "content": "<|2.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50478": { + "content": "<|2.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50479": { + "content": "<|2.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50480": { + "content": "<|2.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50481": { + "content": "<|2.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50482": { + "content": "<|2.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50483": { + "content": "<|2.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50484": { + "content": "<|2.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50485": { + "content": "<|2.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50486": { + "content": "<|2.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50487": { + "content": "<|2.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50488": { + "content": "<|2.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50489": { + "content": "<|2.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50490": { + "content": "<|2.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50491": { + "content": "<|2.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50492": { + "content": "<|2.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50493": { + "content": "<|2.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50494": { + "content": "<|2.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50495": { + "content": "<|2.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50496": { + "content": "<|2.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50497": { + "content": "<|2.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50498": { + "content": "<|2.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50499": { + "content": "<|2.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50500": { + "content": "<|2.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50501": { + "content": "<|2.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50502": { + "content": "<|2.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50503": { + "content": "<|2.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50504": { + "content": "<|2.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50505": { + "content": "<|2.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50506": { + "content": "<|2.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50507": { + "content": "<|2.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50508": { + "content": "<|2.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50509": { + "content": "<|2.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50510": { + "content": "<|2.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50511": { + "content": "<|2.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50512": { + "content": "<|2.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50513": { + "content": "<|2.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50514": { + "content": "<|2.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50515": { + "content": "<|3.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50516": { + "content": "<|3.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50517": { + "content": "<|3.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50518": { + "content": "<|3.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50519": { + "content": "<|3.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50520": { + "content": "<|3.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50521": { + "content": "<|3.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50522": { + "content": "<|3.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50523": { + "content": "<|3.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50524": { + "content": "<|3.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50525": { + "content": "<|3.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50526": { + "content": "<|3.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50527": { + "content": "<|3.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50528": { + "content": "<|3.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50529": { + "content": "<|3.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50530": { + "content": "<|3.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50531": { + "content": "<|3.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50532": { + "content": "<|3.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50533": { + "content": "<|3.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50534": { + "content": "<|3.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50535": { + "content": "<|3.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50536": { + "content": "<|3.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50537": { + "content": "<|3.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50538": { + "content": "<|3.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50539": { + "content": "<|3.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50540": { + "content": "<|3.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50541": { + "content": "<|3.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50542": { + "content": "<|3.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50543": { + "content": "<|3.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50544": { + "content": "<|3.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50545": { + "content": "<|3.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50546": { + "content": "<|3.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50547": { + "content": "<|3.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50548": { + "content": "<|3.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50549": { + "content": "<|3.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50550": { + "content": "<|3.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50551": { + "content": "<|3.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50552": { + "content": "<|3.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50553": { + "content": "<|3.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50554": { + "content": "<|3.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50555": { + "content": "<|3.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50556": { + "content": "<|3.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50557": { + "content": "<|3.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50558": { + "content": "<|3.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50559": { + "content": "<|3.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50560": { + "content": "<|3.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50561": { + "content": "<|3.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50562": { + "content": "<|3.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50563": { + "content": "<|3.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50564": { + "content": "<|3.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50565": { + "content": "<|4.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50566": { + "content": "<|4.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50567": { + "content": "<|4.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50568": { + "content": "<|4.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50569": { + "content": "<|4.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50570": { + "content": "<|4.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50571": { + "content": "<|4.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50572": { + "content": "<|4.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50573": { + "content": "<|4.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50574": { + "content": "<|4.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50575": { + "content": "<|4.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50576": { + "content": "<|4.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50577": { + "content": "<|4.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50578": { + "content": "<|4.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50579": { + "content": "<|4.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50580": { + "content": "<|4.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50581": { + "content": "<|4.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50582": { + "content": "<|4.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50583": { + "content": "<|4.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50584": { + "content": "<|4.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50585": { + "content": "<|4.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50586": { + "content": "<|4.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50587": { + "content": "<|4.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50588": { + "content": "<|4.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50589": { + "content": "<|4.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50590": { + "content": "<|4.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50591": { + "content": "<|4.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50592": { + "content": "<|4.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50593": { + "content": "<|4.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50594": { + "content": "<|4.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50595": { + "content": "<|4.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50596": { + "content": "<|4.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50597": { + "content": "<|4.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50598": { + "content": "<|4.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50599": { + "content": "<|4.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50600": { + "content": "<|4.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50601": { + "content": "<|4.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50602": { + "content": "<|4.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50603": { + "content": "<|4.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50604": { + "content": "<|4.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50605": { + "content": "<|4.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50606": { + "content": "<|4.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50607": { + "content": "<|4.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50608": { + "content": "<|4.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50609": { + "content": "<|4.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50610": { + "content": "<|4.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50611": { + "content": "<|4.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50612": { + "content": "<|4.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50613": { + "content": "<|4.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50614": { + "content": "<|4.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50615": { + "content": "<|5.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50616": { + "content": "<|5.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50617": { + "content": "<|5.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50618": { + "content": "<|5.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50619": { + "content": "<|5.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50620": { + "content": "<|5.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50621": { + "content": "<|5.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50622": { + "content": "<|5.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50623": { + "content": "<|5.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50624": { + "content": "<|5.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50625": { + "content": "<|5.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50626": { + "content": "<|5.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50627": { + "content": "<|5.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50628": { + "content": "<|5.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50629": { + "content": "<|5.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50630": { + "content": "<|5.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50631": { + "content": "<|5.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50632": { + "content": "<|5.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50633": { + "content": "<|5.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50634": { + "content": "<|5.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50635": { + "content": "<|5.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50636": { + "content": "<|5.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50637": { + "content": "<|5.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50638": { + "content": "<|5.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50639": { + "content": "<|5.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50640": { + "content": "<|5.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50641": { + "content": "<|5.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50642": { + "content": "<|5.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50643": { + "content": "<|5.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50644": { + "content": "<|5.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50645": { + "content": "<|5.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50646": { + "content": "<|5.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50647": { + "content": "<|5.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50648": { + "content": "<|5.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50649": { + "content": "<|5.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50650": { + "content": "<|5.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50651": { + "content": "<|5.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50652": { + "content": "<|5.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50653": { + "content": "<|5.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50654": { + "content": "<|5.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50655": { + "content": "<|5.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50656": { + "content": "<|5.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50657": { + "content": "<|5.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50658": { + "content": "<|5.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50659": { + "content": "<|5.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50660": { + "content": "<|5.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50661": { + "content": "<|5.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50662": { + "content": "<|5.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50663": { + "content": "<|5.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50664": { + "content": "<|5.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50665": { + "content": "<|6.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50666": { + "content": "<|6.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50667": { + "content": "<|6.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50668": { + "content": "<|6.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50669": { + "content": "<|6.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50670": { + "content": "<|6.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50671": { + "content": "<|6.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50672": { + "content": "<|6.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50673": { + "content": "<|6.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50674": { + "content": "<|6.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50675": { + "content": "<|6.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50676": { + "content": "<|6.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50677": { + "content": "<|6.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50678": { + "content": "<|6.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50679": { + "content": "<|6.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50680": { + "content": "<|6.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50681": { + "content": "<|6.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50682": { + "content": "<|6.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50683": { + "content": "<|6.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50684": { + "content": "<|6.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50685": { + "content": "<|6.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50686": { + "content": "<|6.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50687": { + "content": "<|6.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50688": { + "content": "<|6.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50689": { + "content": "<|6.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50690": { + "content": "<|6.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50691": { + "content": "<|6.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50692": { + "content": "<|6.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50693": { + "content": "<|6.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50694": { + "content": "<|6.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50695": { + "content": "<|6.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50696": { + "content": "<|6.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50697": { + "content": "<|6.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50698": { + "content": "<|6.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50699": { + "content": "<|6.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50700": { + "content": "<|6.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50701": { + "content": "<|6.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50702": { + "content": "<|6.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50703": { + "content": "<|6.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50704": { + "content": "<|6.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50705": { + "content": "<|6.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50706": { + "content": "<|6.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50707": { + "content": "<|6.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50708": { + "content": "<|6.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50709": { + "content": "<|6.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50710": { + "content": "<|6.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50711": { + "content": "<|6.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50712": { + "content": "<|6.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50713": { + "content": "<|6.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50714": { + "content": "<|6.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50715": { + "content": "<|7.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50716": { + "content": "<|7.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50717": { + "content": "<|7.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50718": { + "content": "<|7.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50719": { + "content": "<|7.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50720": { + "content": "<|7.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50721": { + "content": "<|7.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50722": { + "content": "<|7.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50723": { + "content": "<|7.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50724": { + "content": "<|7.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50725": { + "content": "<|7.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50726": { + "content": "<|7.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50727": { + "content": "<|7.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50728": { + "content": "<|7.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50729": { + "content": "<|7.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50730": { + "content": "<|7.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50731": { + "content": "<|7.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50732": { + "content": "<|7.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50733": { + "content": "<|7.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50734": { + "content": "<|7.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50735": { + "content": "<|7.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50736": { + "content": "<|7.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50737": { + "content": "<|7.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50738": { + "content": "<|7.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50739": { + "content": "<|7.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50740": { + "content": "<|7.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50741": { + "content": "<|7.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50742": { + "content": "<|7.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50743": { + "content": "<|7.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50744": { + "content": "<|7.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50745": { + "content": "<|7.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50746": { + "content": "<|7.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50747": { + "content": "<|7.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50748": { + "content": "<|7.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50749": { + "content": "<|7.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50750": { + "content": "<|7.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50751": { + "content": "<|7.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50752": { + "content": "<|7.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50753": { + "content": "<|7.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50754": { + "content": "<|7.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50755": { + "content": "<|7.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50756": { + "content": "<|7.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50757": { + "content": "<|7.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50758": { + "content": "<|7.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50759": { + "content": "<|7.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50760": { + "content": "<|7.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50761": { + "content": "<|7.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50762": { + "content": "<|7.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50763": { + "content": "<|7.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50764": { + "content": "<|7.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50765": { + "content": "<|8.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50766": { + "content": "<|8.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50767": { + "content": "<|8.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50768": { + "content": "<|8.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50769": { + "content": "<|8.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50770": { + "content": "<|8.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50771": { + "content": "<|8.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50772": { + "content": "<|8.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50773": { + "content": "<|8.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50774": { + "content": "<|8.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50775": { + "content": "<|8.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50776": { + "content": "<|8.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50777": { + "content": "<|8.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50778": { + "content": "<|8.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50779": { + "content": "<|8.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50780": { + "content": "<|8.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50781": { + "content": "<|8.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50782": { + "content": "<|8.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50783": { + "content": "<|8.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50784": { + "content": "<|8.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50785": { + "content": "<|8.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50786": { + "content": "<|8.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50787": { + "content": "<|8.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50788": { + "content": "<|8.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50789": { + "content": "<|8.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50790": { + "content": "<|8.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50791": { + "content": "<|8.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50792": { + "content": "<|8.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50793": { + "content": "<|8.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50794": { + "content": "<|8.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50795": { + "content": "<|8.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50796": { + "content": "<|8.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50797": { + "content": "<|8.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50798": { + "content": "<|8.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50799": { + "content": "<|8.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50800": { + "content": "<|8.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50801": { + "content": "<|8.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50802": { + "content": "<|8.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50803": { + "content": "<|8.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50804": { + "content": "<|8.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50805": { + "content": "<|8.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50806": { + "content": "<|8.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50807": { + "content": "<|8.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50808": { + "content": "<|8.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50809": { + "content": "<|8.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50810": { + "content": "<|8.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50811": { + "content": "<|8.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50812": { + "content": "<|8.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50813": { + "content": "<|8.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50814": { + "content": "<|8.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50815": { + "content": "<|9.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50816": { + "content": "<|9.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50817": { + "content": "<|9.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50818": { + "content": "<|9.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50819": { + "content": "<|9.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50820": { + "content": "<|9.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50821": { + "content": "<|9.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50822": { + "content": "<|9.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50823": { + "content": "<|9.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50824": { + "content": "<|9.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50825": { + "content": "<|9.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50826": { + "content": "<|9.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50827": { + "content": "<|9.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50828": { + "content": "<|9.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50829": { + "content": "<|9.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50830": { + "content": "<|9.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50831": { + "content": "<|9.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50832": { + "content": "<|9.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50833": { + "content": "<|9.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50834": { + "content": "<|9.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50835": { + "content": "<|9.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50836": { + "content": "<|9.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50837": { + "content": "<|9.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50838": { + "content": "<|9.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50839": { + "content": "<|9.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50840": { + "content": "<|9.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50841": { + "content": "<|9.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50842": { + "content": "<|9.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50843": { + "content": "<|9.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50844": { + "content": "<|9.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50845": { + "content": "<|9.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50846": { + "content": "<|9.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50847": { + "content": "<|9.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50848": { + "content": "<|9.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50849": { + "content": "<|9.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50850": { + "content": "<|9.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50851": { + "content": "<|9.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50852": { + "content": "<|9.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50853": { + "content": "<|9.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50854": { + "content": "<|9.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50855": { + "content": "<|9.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50856": { + "content": "<|9.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50857": { + "content": "<|9.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50858": { + "content": "<|9.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50859": { + "content": "<|9.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50860": { + "content": "<|9.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50861": { + "content": "<|9.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50862": { + "content": "<|9.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50863": { + "content": "<|9.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50864": { + "content": "<|9.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50865": { + "content": "<|10.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50866": { + "content": "<|10.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50867": { + "content": "<|10.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50868": { + "content": "<|10.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50869": { + "content": "<|10.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50870": { + "content": "<|10.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50871": { + "content": "<|10.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50872": { + "content": "<|10.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50873": { + "content": "<|10.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50874": { + "content": "<|10.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50875": { + "content": "<|10.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50876": { + "content": "<|10.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50877": { + "content": "<|10.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50878": { + "content": "<|10.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50879": { + "content": "<|10.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50880": { + "content": "<|10.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50881": { + "content": "<|10.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50882": { + "content": "<|10.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50883": { + "content": "<|10.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50884": { + "content": "<|10.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50885": { + "content": "<|10.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50886": { + "content": "<|10.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50887": { + "content": "<|10.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50888": { + "content": "<|10.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50889": { + "content": "<|10.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50890": { + "content": "<|10.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50891": { + "content": "<|10.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50892": { + "content": "<|10.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50893": { + "content": "<|10.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50894": { + "content": "<|10.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50895": { + "content": "<|10.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50896": { + "content": "<|10.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50897": { + "content": "<|10.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50898": { + "content": "<|10.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50899": { + "content": "<|10.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50900": { + "content": "<|10.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50901": { + "content": "<|10.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50902": { + "content": "<|10.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50903": { + "content": "<|10.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50904": { + "content": "<|10.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50905": { + "content": "<|10.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50906": { + "content": "<|10.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50907": { + "content": "<|10.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50908": { + "content": "<|10.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50909": { + "content": "<|10.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50910": { + "content": "<|10.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50911": { + "content": "<|10.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50912": { + "content": "<|10.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50913": { + "content": "<|10.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50914": { + "content": "<|10.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50915": { + "content": "<|11.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50916": { + "content": "<|11.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50917": { + "content": "<|11.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50918": { + "content": "<|11.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50919": { + "content": "<|11.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50920": { + "content": "<|11.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50921": { + "content": "<|11.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50922": { + "content": "<|11.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50923": { + "content": "<|11.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50924": { + "content": "<|11.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50925": { + "content": "<|11.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50926": { + "content": "<|11.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50927": { + "content": "<|11.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50928": { + "content": "<|11.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50929": { + "content": "<|11.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50930": { + "content": "<|11.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50931": { + "content": "<|11.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50932": { + "content": "<|11.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50933": { + "content": "<|11.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50934": { + "content": "<|11.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50935": { + "content": "<|11.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50936": { + "content": "<|11.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50937": { + "content": "<|11.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50938": { + "content": "<|11.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50939": { + "content": "<|11.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50940": { + "content": "<|11.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50941": { + "content": "<|11.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50942": { + "content": "<|11.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50943": { + "content": "<|11.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50944": { + "content": "<|11.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50945": { + "content": "<|11.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50946": { + "content": "<|11.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50947": { + "content": "<|11.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50948": { + "content": "<|11.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50949": { + "content": "<|11.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50950": { + "content": "<|11.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50951": { + "content": "<|11.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50952": { + "content": "<|11.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50953": { + "content": "<|11.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50954": { + "content": "<|11.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50955": { + "content": "<|11.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50956": { + "content": "<|11.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50957": { + "content": "<|11.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50958": { + "content": "<|11.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50959": { + "content": "<|11.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50960": { + "content": "<|11.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50961": { + "content": "<|11.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50962": { + "content": "<|11.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50963": { + "content": "<|11.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50964": { + "content": "<|11.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50965": { + "content": "<|12.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50966": { + "content": "<|12.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50967": { + "content": "<|12.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50968": { + "content": "<|12.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50969": { + "content": "<|12.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50970": { + "content": "<|12.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50971": { + "content": "<|12.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50972": { + "content": "<|12.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50973": { + "content": "<|12.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50974": { + "content": "<|12.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50975": { + "content": "<|12.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50976": { + "content": "<|12.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50977": { + "content": "<|12.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50978": { + "content": "<|12.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50979": { + "content": "<|12.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50980": { + "content": "<|12.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50981": { + "content": "<|12.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50982": { + "content": "<|12.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50983": { + "content": "<|12.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50984": { + "content": "<|12.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50985": { + "content": "<|12.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50986": { + "content": "<|12.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50987": { + "content": "<|12.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50988": { + "content": "<|12.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50989": { + "content": "<|12.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50990": { + "content": "<|12.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50991": { + "content": "<|12.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50992": { + "content": "<|12.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50993": { + "content": "<|12.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50994": { + "content": "<|12.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50995": { + "content": "<|12.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50996": { + "content": "<|12.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50997": { + "content": "<|12.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50998": { + "content": "<|12.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50999": { + "content": "<|12.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51000": { + "content": "<|12.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51001": { + "content": "<|12.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51002": { + "content": "<|12.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51003": { + "content": "<|12.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51004": { + "content": "<|12.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51005": { + "content": "<|12.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51006": { + "content": "<|12.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51007": { + "content": "<|12.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51008": { + "content": "<|12.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51009": { + "content": "<|12.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51010": { + "content": "<|12.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51011": { + "content": "<|12.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51012": { + "content": "<|12.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51013": { + "content": "<|12.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51014": { + "content": "<|12.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51015": { + "content": "<|13.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51016": { + "content": "<|13.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51017": { + "content": "<|13.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51018": { + "content": "<|13.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51019": { + "content": "<|13.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51020": { + "content": "<|13.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51021": { + "content": "<|13.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51022": { + "content": "<|13.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51023": { + "content": "<|13.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51024": { + "content": "<|13.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51025": { + "content": "<|13.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51026": { + "content": "<|13.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51027": { + "content": "<|13.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51028": { + "content": "<|13.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51029": { + "content": "<|13.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51030": { + "content": "<|13.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51031": { + "content": "<|13.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51032": { + "content": "<|13.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51033": { + "content": "<|13.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51034": { + "content": "<|13.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51035": { + "content": "<|13.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51036": { + "content": "<|13.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51037": { + "content": "<|13.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51038": { + "content": "<|13.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51039": { + "content": "<|13.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51040": { + "content": "<|13.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51041": { + "content": "<|13.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51042": { + "content": "<|13.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51043": { + "content": "<|13.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51044": { + "content": "<|13.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51045": { + "content": "<|13.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51046": { + "content": "<|13.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51047": { + "content": "<|13.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51048": { + "content": "<|13.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51049": { + "content": "<|13.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51050": { + "content": "<|13.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51051": { + "content": "<|13.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51052": { + "content": "<|13.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51053": { + "content": "<|13.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51054": { + "content": "<|13.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51055": { + "content": "<|13.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51056": { + "content": "<|13.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51057": { + "content": "<|13.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51058": { + "content": "<|13.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51059": { + "content": "<|13.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51060": { + "content": "<|13.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51061": { + "content": "<|13.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51062": { + "content": "<|13.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51063": { + "content": "<|13.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51064": { + "content": "<|13.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51065": { + "content": "<|14.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51066": { + "content": "<|14.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51067": { + "content": "<|14.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51068": { + "content": "<|14.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51069": { + "content": "<|14.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51070": { + "content": "<|14.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51071": { + "content": "<|14.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51072": { + "content": "<|14.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51073": { + "content": "<|14.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51074": { + "content": "<|14.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51075": { + "content": "<|14.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51076": { + "content": "<|14.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51077": { + "content": "<|14.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51078": { + "content": "<|14.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51079": { + "content": "<|14.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51080": { + "content": "<|14.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51081": { + "content": "<|14.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51082": { + "content": "<|14.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51083": { + "content": "<|14.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51084": { + "content": "<|14.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51085": { + "content": "<|14.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51086": { + "content": "<|14.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51087": { + "content": "<|14.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51088": { + "content": "<|14.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51089": { + "content": "<|14.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51090": { + "content": "<|14.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51091": { + "content": "<|14.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51092": { + "content": "<|14.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51093": { + "content": "<|14.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51094": { + "content": "<|14.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51095": { + "content": "<|14.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51096": { + "content": "<|14.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51097": { + "content": "<|14.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51098": { + "content": "<|14.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51099": { + "content": "<|14.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51100": { + "content": "<|14.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51101": { + "content": "<|14.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51102": { + "content": "<|14.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51103": { + "content": "<|14.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51104": { + "content": "<|14.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51105": { + "content": "<|14.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51106": { + "content": "<|14.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51107": { + "content": "<|14.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51108": { + "content": "<|14.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51109": { + "content": "<|14.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51110": { + "content": "<|14.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51111": { + "content": "<|14.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51112": { + "content": "<|14.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51113": { + "content": "<|14.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51114": { + "content": "<|14.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51115": { + "content": "<|15.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51116": { + "content": "<|15.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51117": { + "content": "<|15.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51118": { + "content": "<|15.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51119": { + "content": "<|15.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51120": { + "content": "<|15.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51121": { + "content": "<|15.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51122": { + "content": "<|15.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51123": { + "content": "<|15.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51124": { + "content": "<|15.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51125": { + "content": "<|15.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51126": { + "content": "<|15.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51127": { + "content": "<|15.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51128": { + "content": "<|15.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51129": { + "content": "<|15.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51130": { + "content": "<|15.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51131": { + "content": "<|15.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51132": { + "content": "<|15.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51133": { + "content": "<|15.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51134": { + "content": "<|15.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51135": { + "content": "<|15.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51136": { + "content": "<|15.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51137": { + "content": "<|15.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51138": { + "content": "<|15.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51139": { + "content": "<|15.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51140": { + "content": "<|15.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51141": { + "content": "<|15.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51142": { + "content": "<|15.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51143": { + "content": "<|15.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51144": { + "content": "<|15.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51145": { + "content": "<|15.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51146": { + "content": "<|15.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51147": { + "content": "<|15.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51148": { + "content": "<|15.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51149": { + "content": "<|15.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51150": { + "content": "<|15.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51151": { + "content": "<|15.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51152": { + "content": "<|15.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51153": { + "content": "<|15.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51154": { + "content": "<|15.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51155": { + "content": "<|15.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51156": { + "content": "<|15.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51157": { + "content": "<|15.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51158": { + "content": "<|15.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51159": { + "content": "<|15.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51160": { + "content": "<|15.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51161": { + "content": "<|15.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51162": { + "content": "<|15.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51163": { + "content": "<|15.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51164": { + "content": "<|15.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51165": { + "content": "<|16.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51166": { + "content": "<|16.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51167": { + "content": "<|16.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51168": { + "content": "<|16.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51169": { + "content": "<|16.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51170": { + "content": "<|16.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51171": { + "content": "<|16.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51172": { + "content": "<|16.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51173": { + "content": "<|16.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51174": { + "content": "<|16.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51175": { + "content": "<|16.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51176": { + "content": "<|16.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51177": { + "content": "<|16.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51178": { + "content": "<|16.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51179": { + "content": "<|16.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51180": { + "content": "<|16.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51181": { + "content": "<|16.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51182": { + "content": "<|16.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51183": { + "content": "<|16.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51184": { + "content": "<|16.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51185": { + "content": "<|16.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51186": { + "content": "<|16.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51187": { + "content": "<|16.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51188": { + "content": "<|16.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51189": { + "content": "<|16.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51190": { + "content": "<|16.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51191": { + "content": "<|16.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51192": { + "content": "<|16.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51193": { + "content": "<|16.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51194": { + "content": "<|16.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51195": { + "content": "<|16.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51196": { + "content": "<|16.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51197": { + "content": "<|16.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51198": { + "content": "<|16.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51199": { + "content": "<|16.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51200": { + "content": "<|16.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51201": { + "content": "<|16.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51202": { + "content": "<|16.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51203": { + "content": "<|16.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51204": { + "content": "<|16.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51205": { + "content": "<|16.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51206": { + "content": "<|16.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51207": { + "content": "<|16.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51208": { + "content": "<|16.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51209": { + "content": "<|16.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51210": { + "content": "<|16.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51211": { + "content": "<|16.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51212": { + "content": "<|16.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51213": { + "content": "<|16.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51214": { + "content": "<|16.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51215": { + "content": "<|17.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51216": { + "content": "<|17.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51217": { + "content": "<|17.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51218": { + "content": "<|17.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51219": { + "content": "<|17.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51220": { + "content": "<|17.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51221": { + "content": "<|17.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51222": { + "content": "<|17.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51223": { + "content": "<|17.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51224": { + "content": "<|17.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51225": { + "content": "<|17.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51226": { + "content": "<|17.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51227": { + "content": "<|17.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51228": { + "content": "<|17.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51229": { + "content": "<|17.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51230": { + "content": "<|17.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51231": { + "content": "<|17.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51232": { + "content": "<|17.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51233": { + "content": "<|17.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51234": { + "content": "<|17.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51235": { + "content": "<|17.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51236": { + "content": "<|17.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51237": { + "content": "<|17.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51238": { + "content": "<|17.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51239": { + "content": "<|17.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51240": { + "content": "<|17.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51241": { + "content": "<|17.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51242": { + "content": "<|17.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51243": { + "content": "<|17.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51244": { + "content": "<|17.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51245": { + "content": "<|17.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51246": { + "content": "<|17.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51247": { + "content": "<|17.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51248": { + "content": "<|17.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51249": { + "content": "<|17.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51250": { + "content": "<|17.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51251": { + "content": "<|17.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51252": { + "content": "<|17.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51253": { + "content": "<|17.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51254": { + "content": "<|17.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51255": { + "content": "<|17.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51256": { + "content": "<|17.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51257": { + "content": "<|17.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51258": { + "content": "<|17.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51259": { + "content": "<|17.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51260": { + "content": "<|17.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51261": { + "content": "<|17.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51262": { + "content": "<|17.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51263": { + "content": "<|17.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51264": { + "content": "<|17.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51265": { + "content": "<|18.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51266": { + "content": "<|18.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51267": { + "content": "<|18.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51268": { + "content": "<|18.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51269": { + "content": "<|18.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51270": { + "content": "<|18.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51271": { + "content": "<|18.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51272": { + "content": "<|18.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51273": { + "content": "<|18.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51274": { + "content": "<|18.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51275": { + "content": "<|18.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51276": { + "content": "<|18.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51277": { + "content": "<|18.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51278": { + "content": "<|18.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51279": { + "content": "<|18.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51280": { + "content": "<|18.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51281": { + "content": "<|18.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51282": { + "content": "<|18.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51283": { + "content": "<|18.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51284": { + "content": "<|18.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51285": { + "content": "<|18.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51286": { + "content": "<|18.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51287": { + "content": "<|18.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51288": { + "content": "<|18.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51289": { + "content": "<|18.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51290": { + "content": "<|18.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51291": { + "content": "<|18.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51292": { + "content": "<|18.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51293": { + "content": "<|18.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51294": { + "content": "<|18.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51295": { + "content": "<|18.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51296": { + "content": "<|18.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51297": { + "content": "<|18.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51298": { + "content": "<|18.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51299": { + "content": "<|18.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51300": { + "content": "<|18.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51301": { + "content": "<|18.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51302": { + "content": "<|18.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51303": { + "content": "<|18.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51304": { + "content": "<|18.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51305": { + "content": "<|18.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51306": { + "content": "<|18.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51307": { + "content": "<|18.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51308": { + "content": "<|18.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51309": { + "content": "<|18.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51310": { + "content": "<|18.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51311": { + "content": "<|18.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51312": { + "content": "<|18.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51313": { + "content": "<|18.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51314": { + "content": "<|18.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51315": { + "content": "<|19.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51316": { + "content": "<|19.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51317": { + "content": "<|19.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51318": { + "content": "<|19.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51319": { + "content": "<|19.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51320": { + "content": "<|19.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51321": { + "content": "<|19.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51322": { + "content": "<|19.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51323": { + "content": "<|19.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51324": { + "content": "<|19.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51325": { + "content": "<|19.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51326": { + "content": "<|19.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51327": { + "content": "<|19.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51328": { + "content": "<|19.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51329": { + "content": "<|19.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51330": { + "content": "<|19.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51331": { + "content": "<|19.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51332": { + "content": "<|19.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51333": { + "content": "<|19.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51334": { + "content": "<|19.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51335": { + "content": "<|19.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51336": { + "content": "<|19.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51337": { + "content": "<|19.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51338": { + "content": "<|19.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51339": { + "content": "<|19.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51340": { + "content": "<|19.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51341": { + "content": "<|19.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51342": { + "content": "<|19.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51343": { + "content": "<|19.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51344": { + "content": "<|19.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51345": { + "content": "<|19.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51346": { + "content": "<|19.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51347": { + "content": "<|19.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51348": { + "content": "<|19.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51349": { + "content": "<|19.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51350": { + "content": "<|19.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51351": { + "content": "<|19.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51352": { + "content": "<|19.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51353": { + "content": "<|19.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51354": { + "content": "<|19.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51355": { + "content": "<|19.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51356": { + "content": "<|19.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51357": { + "content": "<|19.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51358": { + "content": "<|19.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51359": { + "content": "<|19.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51360": { + "content": "<|19.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51361": { + "content": "<|19.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51362": { + "content": "<|19.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51363": { + "content": "<|19.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51364": { + "content": "<|19.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51365": { + "content": "<|20.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51366": { + "content": "<|20.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51367": { + "content": "<|20.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51368": { + "content": "<|20.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51369": { + "content": "<|20.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51370": { + "content": "<|20.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51371": { + "content": "<|20.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51372": { + "content": "<|20.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51373": { + "content": "<|20.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51374": { + "content": "<|20.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51375": { + "content": "<|20.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51376": { + "content": "<|20.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51377": { + "content": "<|20.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51378": { + "content": "<|20.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51379": { + "content": "<|20.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51380": { + "content": "<|20.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51381": { + "content": "<|20.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51382": { + "content": "<|20.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51383": { + "content": "<|20.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51384": { + "content": "<|20.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51385": { + "content": "<|20.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51386": { + "content": "<|20.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51387": { + "content": "<|20.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51388": { + "content": "<|20.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51389": { + "content": "<|20.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51390": { + "content": "<|20.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51391": { + "content": "<|20.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51392": { + "content": "<|20.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51393": { + "content": "<|20.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51394": { + "content": "<|20.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51395": { + "content": "<|20.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51396": { + "content": "<|20.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51397": { + "content": "<|20.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51398": { + "content": "<|20.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51399": { + "content": "<|20.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51400": { + "content": "<|20.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51401": { + "content": "<|20.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51402": { + "content": "<|20.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51403": { + "content": "<|20.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51404": { + "content": "<|20.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51405": { + "content": "<|20.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51406": { + "content": "<|20.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51407": { + "content": "<|20.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51408": { + "content": "<|20.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51409": { + "content": "<|20.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51410": { + "content": "<|20.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51411": { + "content": "<|20.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51412": { + "content": "<|20.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51413": { + "content": "<|20.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51414": { + "content": "<|20.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51415": { + "content": "<|21.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51416": { + "content": "<|21.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51417": { + "content": "<|21.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51418": { + "content": "<|21.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51419": { + "content": "<|21.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51420": { + "content": "<|21.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51421": { + "content": "<|21.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51422": { + "content": "<|21.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51423": { + "content": "<|21.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51424": { + "content": "<|21.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51425": { + "content": "<|21.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51426": { + "content": "<|21.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51427": { + "content": "<|21.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51428": { + "content": "<|21.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51429": { + "content": "<|21.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51430": { + "content": "<|21.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51431": { + "content": "<|21.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51432": { + "content": "<|21.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51433": { + "content": "<|21.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51434": { + "content": "<|21.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51435": { + "content": "<|21.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51436": { + "content": "<|21.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51437": { + "content": "<|21.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51438": { + "content": "<|21.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51439": { + "content": "<|21.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51440": { + "content": "<|21.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51441": { + "content": "<|21.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51442": { + "content": "<|21.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51443": { + "content": "<|21.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51444": { + "content": "<|21.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51445": { + "content": "<|21.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51446": { + "content": "<|21.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51447": { + "content": "<|21.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51448": { + "content": "<|21.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51449": { + "content": "<|21.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51450": { + "content": "<|21.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51451": { + "content": "<|21.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51452": { + "content": "<|21.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51453": { + "content": "<|21.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51454": { + "content": "<|21.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51455": { + "content": "<|21.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51456": { + "content": "<|21.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51457": { + "content": "<|21.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51458": { + "content": "<|21.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51459": { + "content": "<|21.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51460": { + "content": "<|21.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51461": { + "content": "<|21.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51462": { + "content": "<|21.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51463": { + "content": "<|21.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51464": { + "content": "<|21.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51465": { + "content": "<|22.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51466": { + "content": "<|22.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51467": { + "content": "<|22.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51468": { + "content": "<|22.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51469": { + "content": "<|22.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51470": { + "content": "<|22.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51471": { + "content": "<|22.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51472": { + "content": "<|22.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51473": { + "content": "<|22.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51474": { + "content": "<|22.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51475": { + "content": "<|22.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51476": { + "content": "<|22.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51477": { + "content": "<|22.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51478": { + "content": "<|22.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51479": { + "content": "<|22.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51480": { + "content": "<|22.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51481": { + "content": "<|22.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51482": { + "content": "<|22.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51483": { + "content": "<|22.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51484": { + "content": "<|22.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51485": { + "content": "<|22.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51486": { + "content": "<|22.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51487": { + "content": "<|22.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51488": { + "content": "<|22.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51489": { + "content": "<|22.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51490": { + "content": "<|22.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51491": { + "content": "<|22.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51492": { + "content": "<|22.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51493": { + "content": "<|22.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51494": { + "content": "<|22.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51495": { + "content": "<|22.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51496": { + "content": "<|22.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51497": { + "content": "<|22.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51498": { + "content": "<|22.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51499": { + "content": "<|22.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51500": { + "content": "<|22.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51501": { + "content": "<|22.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51502": { + "content": "<|22.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51503": { + "content": "<|22.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51504": { + "content": "<|22.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51505": { + "content": "<|22.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51506": { + "content": "<|22.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51507": { + "content": "<|22.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51508": { + "content": "<|22.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51509": { + "content": "<|22.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51510": { + "content": "<|22.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51511": { + "content": "<|22.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51512": { + "content": "<|22.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51513": { + "content": "<|22.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51514": { + "content": "<|22.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51515": { + "content": "<|23.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51516": { + "content": "<|23.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51517": { + "content": "<|23.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51518": { + "content": "<|23.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51519": { + "content": "<|23.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51520": { + "content": "<|23.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51521": { + "content": "<|23.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51522": { + "content": "<|23.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51523": { + "content": "<|23.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51524": { + "content": "<|23.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51525": { + "content": "<|23.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51526": { + "content": "<|23.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51527": { + "content": "<|23.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51528": { + "content": "<|23.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51529": { + "content": "<|23.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51530": { + "content": "<|23.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51531": { + "content": "<|23.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51532": { + "content": "<|23.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51533": { + "content": "<|23.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51534": { + "content": "<|23.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51535": { + "content": "<|23.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51536": { + "content": "<|23.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51537": { + "content": "<|23.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51538": { + "content": "<|23.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51539": { + "content": "<|23.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51540": { + "content": "<|23.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51541": { + "content": "<|23.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51542": { + "content": "<|23.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51543": { + "content": "<|23.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51544": { + "content": "<|23.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51545": { + "content": "<|23.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51546": { + "content": "<|23.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51547": { + "content": "<|23.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51548": { + "content": "<|23.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51549": { + "content": "<|23.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51550": { + "content": "<|23.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51551": { + "content": "<|23.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51552": { + "content": "<|23.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51553": { + "content": "<|23.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51554": { + "content": "<|23.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51555": { + "content": "<|23.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51556": { + "content": "<|23.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51557": { + "content": "<|23.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51558": { + "content": "<|23.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51559": { + "content": "<|23.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51560": { + "content": "<|23.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51561": { + "content": "<|23.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51562": { + "content": "<|23.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51563": { + "content": "<|23.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51564": { + "content": "<|23.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51565": { + "content": "<|24.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51566": { + "content": "<|24.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51567": { + "content": "<|24.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51568": { + "content": "<|24.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51569": { + "content": "<|24.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51570": { + "content": "<|24.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51571": { + "content": "<|24.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51572": { + "content": "<|24.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51573": { + "content": "<|24.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51574": { + "content": "<|24.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51575": { + "content": "<|24.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51576": { + "content": "<|24.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51577": { + "content": "<|24.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51578": { + "content": "<|24.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51579": { + "content": "<|24.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51580": { + "content": "<|24.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51581": { + "content": "<|24.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51582": { + "content": "<|24.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51583": { + "content": "<|24.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51584": { + "content": "<|24.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51585": { + "content": "<|24.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51586": { + "content": "<|24.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51587": { + "content": "<|24.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51588": { + "content": "<|24.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51589": { + "content": "<|24.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51590": { + "content": "<|24.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51591": { + "content": "<|24.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51592": { + "content": "<|24.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51593": { + "content": "<|24.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51594": { + "content": "<|24.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51595": { + "content": "<|24.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51596": { + "content": "<|24.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51597": { + "content": "<|24.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51598": { + "content": "<|24.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51599": { + "content": "<|24.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51600": { + "content": "<|24.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51601": { + "content": "<|24.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51602": { + "content": "<|24.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51603": { + "content": "<|24.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51604": { + "content": "<|24.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51605": { + "content": "<|24.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51606": { + "content": "<|24.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51607": { + "content": "<|24.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51608": { + "content": "<|24.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51609": { + "content": "<|24.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51610": { + "content": "<|24.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51611": { + "content": "<|24.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51612": { + "content": "<|24.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51613": { + "content": "<|24.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51614": { + "content": "<|24.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51615": { + "content": "<|25.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51616": { + "content": "<|25.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51617": { + "content": "<|25.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51618": { + "content": "<|25.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51619": { + "content": "<|25.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51620": { + "content": "<|25.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51621": { + "content": "<|25.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51622": { + "content": "<|25.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51623": { + "content": "<|25.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51624": { + "content": "<|25.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51625": { + "content": "<|25.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51626": { + "content": "<|25.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51627": { + "content": "<|25.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51628": { + "content": "<|25.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51629": { + "content": "<|25.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51630": { + "content": "<|25.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51631": { + "content": "<|25.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51632": { + "content": "<|25.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51633": { + "content": "<|25.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51634": { + "content": "<|25.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51635": { + "content": "<|25.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51636": { + "content": "<|25.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51637": { + "content": "<|25.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51638": { + "content": "<|25.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51639": { + "content": "<|25.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51640": { + "content": "<|25.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51641": { + "content": "<|25.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51642": { + "content": "<|25.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51643": { + "content": "<|25.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51644": { + "content": "<|25.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51645": { + "content": "<|25.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51646": { + "content": "<|25.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51647": { + "content": "<|25.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51648": { + "content": "<|25.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51649": { + "content": "<|25.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51650": { + "content": "<|25.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51651": { + "content": "<|25.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51652": { + "content": "<|25.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51653": { + "content": "<|25.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51654": { + "content": "<|25.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51655": { + "content": "<|25.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51656": { + "content": "<|25.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51657": { + "content": "<|25.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51658": { + "content": "<|25.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51659": { + "content": "<|25.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51660": { + "content": "<|25.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51661": { + "content": "<|25.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51662": { + "content": "<|25.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51663": { + "content": "<|25.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51664": { + "content": "<|25.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51665": { + "content": "<|26.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51666": { + "content": "<|26.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51667": { + "content": "<|26.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51668": { + "content": "<|26.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51669": { + "content": "<|26.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51670": { + "content": "<|26.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51671": { + "content": "<|26.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51672": { + "content": "<|26.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51673": { + "content": "<|26.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51674": { + "content": "<|26.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51675": { + "content": "<|26.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51676": { + "content": "<|26.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51677": { + "content": "<|26.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51678": { + "content": "<|26.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51679": { + "content": "<|26.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51680": { + "content": "<|26.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51681": { + "content": "<|26.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51682": { + "content": "<|26.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51683": { + "content": "<|26.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51684": { + "content": "<|26.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51685": { + "content": "<|26.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51686": { + "content": "<|26.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51687": { + "content": "<|26.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51688": { + "content": "<|26.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51689": { + "content": "<|26.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51690": { + "content": "<|26.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51691": { + "content": "<|26.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51692": { + "content": "<|26.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51693": { + "content": "<|26.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51694": { + "content": "<|26.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51695": { + "content": "<|26.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51696": { + "content": "<|26.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51697": { + "content": "<|26.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51698": { + "content": "<|26.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51699": { + "content": "<|26.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51700": { + "content": "<|26.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51701": { + "content": "<|26.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51702": { + "content": "<|26.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51703": { + "content": "<|26.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51704": { + "content": "<|26.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51705": { + "content": "<|26.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51706": { + "content": "<|26.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51707": { + "content": "<|26.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51708": { + "content": "<|26.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51709": { + "content": "<|26.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51710": { + "content": "<|26.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51711": { + "content": "<|26.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51712": { + "content": "<|26.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51713": { + "content": "<|26.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51714": { + "content": "<|26.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51715": { + "content": "<|27.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51716": { + "content": "<|27.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51717": { + "content": "<|27.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51718": { + "content": "<|27.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51719": { + "content": "<|27.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51720": { + "content": "<|27.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51721": { + "content": "<|27.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51722": { + "content": "<|27.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51723": { + "content": "<|27.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51724": { + "content": "<|27.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51725": { + "content": "<|27.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51726": { + "content": "<|27.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51727": { + "content": "<|27.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51728": { + "content": "<|27.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51729": { + "content": "<|27.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51730": { + "content": "<|27.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51731": { + "content": "<|27.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51732": { + "content": "<|27.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51733": { + "content": "<|27.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51734": { + "content": "<|27.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51735": { + "content": "<|27.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51736": { + "content": "<|27.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51737": { + "content": "<|27.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51738": { + "content": "<|27.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51739": { + "content": "<|27.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51740": { + "content": "<|27.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51741": { + "content": "<|27.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51742": { + "content": "<|27.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51743": { + "content": "<|27.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51744": { + "content": "<|27.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51745": { + "content": "<|27.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51746": { + "content": "<|27.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51747": { + "content": "<|27.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51748": { + "content": "<|27.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51749": { + "content": "<|27.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51750": { + "content": "<|27.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51751": { + "content": "<|27.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51752": { + "content": "<|27.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51753": { + "content": "<|27.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51754": { + "content": "<|27.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51755": { + "content": "<|27.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51756": { + "content": "<|27.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51757": { + "content": "<|27.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51758": { + "content": "<|27.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51759": { + "content": "<|27.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51760": { + "content": "<|27.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51761": { + "content": "<|27.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51762": { + "content": "<|27.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51763": { + "content": "<|27.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51764": { + "content": "<|27.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51765": { + "content": "<|28.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51766": { + "content": "<|28.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51767": { + "content": "<|28.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51768": { + "content": "<|28.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51769": { + "content": "<|28.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51770": { + "content": "<|28.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51771": { + "content": "<|28.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51772": { + "content": "<|28.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51773": { + "content": "<|28.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51774": { + "content": "<|28.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51775": { + "content": "<|28.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51776": { + "content": "<|28.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51777": { + "content": "<|28.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51778": { + "content": "<|28.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51779": { + "content": "<|28.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51780": { + "content": "<|28.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51781": { + "content": "<|28.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51782": { + "content": "<|28.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51783": { + "content": "<|28.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51784": { + "content": "<|28.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51785": { + "content": "<|28.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51786": { + "content": "<|28.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51787": { + "content": "<|28.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51788": { + "content": "<|28.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51789": { + "content": "<|28.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51790": { + "content": "<|28.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51791": { + "content": "<|28.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51792": { + "content": "<|28.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51793": { + "content": "<|28.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51794": { + "content": "<|28.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51795": { + "content": "<|28.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51796": { + "content": "<|28.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51797": { + "content": "<|28.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51798": { + "content": "<|28.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51799": { + "content": "<|28.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51800": { + "content": "<|28.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51801": { + "content": "<|28.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51802": { + "content": "<|28.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51803": { + "content": "<|28.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51804": { + "content": "<|28.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51805": { + "content": "<|28.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51806": { + "content": "<|28.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51807": { + "content": "<|28.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51808": { + "content": "<|28.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51809": { + "content": "<|28.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51810": { + "content": "<|28.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51811": { + "content": "<|28.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51812": { + "content": "<|28.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51813": { + "content": "<|28.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51814": { + "content": "<|28.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51815": { + "content": "<|29.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51816": { + "content": "<|29.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51817": { + "content": "<|29.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51818": { + "content": "<|29.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51819": { + "content": "<|29.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51820": { + "content": "<|29.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51821": { + "content": "<|29.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51822": { + "content": "<|29.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51823": { + "content": "<|29.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51824": { + "content": "<|29.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51825": { + "content": "<|29.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51826": { + "content": "<|29.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51827": { + "content": "<|29.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51828": { + "content": "<|29.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51829": { + "content": "<|29.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51830": { + "content": "<|29.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51831": { + "content": "<|29.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51832": { + "content": "<|29.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51833": { + "content": "<|29.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51834": { + "content": "<|29.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51835": { + "content": "<|29.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51836": { + "content": "<|29.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51837": { + "content": "<|29.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51838": { + "content": "<|29.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51839": { + "content": "<|29.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51840": { + "content": "<|29.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51841": { + "content": "<|29.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51842": { + "content": "<|29.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51843": { + "content": "<|29.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51844": { + "content": "<|29.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51845": { + "content": "<|29.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51846": { + "content": "<|29.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51847": { + "content": "<|29.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51848": { + "content": "<|29.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51849": { + "content": "<|29.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51850": { + "content": "<|29.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51851": { + "content": "<|29.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51852": { + "content": "<|29.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51853": { + "content": "<|29.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51854": { + "content": "<|29.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51855": { + "content": "<|29.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51856": { + "content": "<|29.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51857": { + "content": "<|29.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51858": { + "content": "<|29.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51859": { + "content": "<|29.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51860": { + "content": "<|29.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51861": { + "content": "<|29.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51862": { + "content": "<|29.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51863": { + "content": "<|29.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51864": { + "content": "<|29.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51865": { + "content": "<|30.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + } + }, + "additional_special_tokens": [ + "<|startoftranscript|>", + "<|en|>", + "<|zh|>", + "<|de|>", + "<|es|>", + "<|ru|>", + "<|ko|>", + "<|fr|>", + "<|ja|>", + "<|pt|>", + "<|tr|>", + "<|pl|>", + "<|ca|>", + "<|nl|>", + "<|ar|>", + "<|sv|>", + "<|it|>", + "<|id|>", + "<|hi|>", + "<|fi|>", + "<|vi|>", + "<|he|>", + "<|uk|>", + "<|el|>", + "<|ms|>", + "<|cs|>", + "<|ro|>", + "<|da|>", + "<|hu|>", + "<|ta|>", + "<|no|>", + "<|th|>", + "<|ur|>", + "<|hr|>", + "<|bg|>", + "<|lt|>", + "<|la|>", + "<|mi|>", + "<|ml|>", + "<|cy|>", + "<|sk|>", + "<|te|>", + "<|fa|>", + "<|lv|>", + "<|bn|>", + "<|sr|>", + "<|az|>", + "<|sl|>", + "<|kn|>", + "<|et|>", + "<|mk|>", + "<|br|>", + "<|eu|>", + "<|is|>", + "<|hy|>", + "<|ne|>", + "<|mn|>", + "<|bs|>", + "<|kk|>", + "<|sq|>", + "<|sw|>", + "<|gl|>", + "<|mr|>", + "<|pa|>", + "<|si|>", + "<|km|>", + "<|sn|>", + "<|yo|>", + "<|so|>", + "<|af|>", + "<|oc|>", + "<|ka|>", + "<|be|>", + "<|tg|>", + "<|sd|>", + "<|gu|>", + "<|am|>", + "<|yi|>", + "<|lo|>", + "<|uz|>", + "<|fo|>", + "<|ht|>", + "<|ps|>", + "<|tk|>", + "<|nn|>", + "<|mt|>", + "<|sa|>", + "<|lb|>", + "<|my|>", + "<|bo|>", + "<|tl|>", + "<|mg|>", + "<|as|>", + "<|tt|>", + "<|haw|>", + "<|ln|>", + "<|ha|>", + "<|ba|>", + "<|jw|>", + "<|su|>", + "<|yue|>", + "<|translate|>", + "<|transcribe|>", + "<|startoflm|>", + "<|startofprev|>", + "<|nospeech|>", + "<|notimestamps|>" + ], + "bos_token": "<|endoftext|>", + "clean_up_tokenization_spaces": true, + "eos_token": "<|endoftext|>", + "errors": "replace", + "extra_special_tokens": {}, + "model_max_length": 1000000000000000019884624838656, + "pad_token": "<|endoftext|>", + "processor_class": "WhisperProcessor", + "tokenizer_class": "WhisperTokenizer", + "trust_remote_code": false, + "unk_token": "<|endoftext|>" +} diff --git a/last-checkpoint/trainer_state.json b/last-checkpoint/trainer_state.json new file mode 100644 index 0000000..0b1be33 --- /dev/null +++ b/last-checkpoint/trainer_state.json @@ -0,0 +1,1314 @@ +{ + "best_global_step": 2500, + "best_metric": 0.4086505663851241, + "best_model_checkpoint": "results/finetuned/ML-ENG-LUG-FULL-A40-5e-5/checkpoint-2500", + "epoch": 11.563787495482472, + "eval_steps": 250, + "global_step": 4000, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.07228044813877846, + "grad_norm": 5.96875, + "learning_rate": 8.000000000000001e-06, + "loss": 1.1364, + "step": 25 + }, + { + "epoch": 0.14456089627755692, + "grad_norm": 8.75, + "learning_rate": 1.6333333333333335e-05, + "loss": 0.8278, + "step": 50 + }, + { + "epoch": 0.21684134441633537, + "grad_norm": 4.3125, + "learning_rate": 2.466666666666667e-05, + "loss": 0.7449, + "step": 75 + }, + { + "epoch": 0.28912179255511383, + "grad_norm": 4.15625, + "learning_rate": 3.3e-05, + "loss": 0.6846, + "step": 100 + }, + { + "epoch": 0.3614022406938923, + "grad_norm": 3.09375, + "learning_rate": 4.133333333333333e-05, + "loss": 0.7195, + "step": 125 + }, + { + "epoch": 0.43368268883267075, + "grad_norm": 3.15625, + "learning_rate": 4.966666666666667e-05, + "loss": 0.5968, + "step": 150 + }, + { + "epoch": 0.5059631369714492, + "grad_norm": 3.8125, + "learning_rate": 4.948936170212766e-05, + "loss": 0.6925, + "step": 175 + }, + { + "epoch": 0.5782435851102277, + "grad_norm": 3.84375, + "learning_rate": 4.895744680851064e-05, + "loss": 0.6004, + "step": 200 + }, + { + "epoch": 0.6505240332490061, + "grad_norm": 3.171875, + "learning_rate": 4.842553191489362e-05, + "loss": 0.6391, + "step": 225 + }, + { + "epoch": 0.7228044813877846, + "grad_norm": 3.515625, + "learning_rate": 4.78936170212766e-05, + "loss": 0.6253, + "step": 250 + }, + { + "epoch": 0.7228044813877846, + "eval_cer": 0.2721768277530176, + "eval_loss": 0.8155665397644043, + "eval_runtime": 1120.749, + "eval_samples_per_second": 1.238, + "eval_steps_per_second": 0.31, + "eval_wer": 0.4660412216168416, + "step": 250 + }, + { + "epoch": 0.7950849295265631, + "grad_norm": 2.59375, + "learning_rate": 4.736170212765957e-05, + "loss": 0.5837, + "step": 275 + }, + { + "epoch": 0.8673653776653415, + "grad_norm": 3.078125, + "learning_rate": 4.682978723404256e-05, + "loss": 0.5739, + "step": 300 + }, + { + "epoch": 0.93964582580412, + "grad_norm": 2.765625, + "learning_rate": 4.6297872340425536e-05, + "loss": 0.5402, + "step": 325 + }, + { + "epoch": 1.0115648717022045, + "grad_norm": 2.5625, + "learning_rate": 4.576595744680851e-05, + "loss": 0.5285, + "step": 350 + }, + { + "epoch": 1.083845319840983, + "grad_norm": 2.734375, + "learning_rate": 4.5234042553191494e-05, + "loss": 0.4131, + "step": 375 + }, + { + "epoch": 1.1561257679797614, + "grad_norm": 3.3125, + "learning_rate": 4.4702127659574474e-05, + "loss": 0.3972, + "step": 400 + }, + { + "epoch": 1.2284062161185398, + "grad_norm": 2.171875, + "learning_rate": 4.4170212765957446e-05, + "loss": 0.4073, + "step": 425 + }, + { + "epoch": 1.3006866642573183, + "grad_norm": 2.671875, + "learning_rate": 4.3638297872340425e-05, + "loss": 0.3999, + "step": 450 + }, + { + "epoch": 1.372967112396097, + "grad_norm": 2.34375, + "learning_rate": 4.310638297872341e-05, + "loss": 0.4226, + "step": 475 + }, + { + "epoch": 1.4452475605348754, + "grad_norm": 2.6875, + "learning_rate": 4.2574468085106384e-05, + "loss": 0.4188, + "step": 500 + }, + { + "epoch": 1.4452475605348754, + "eval_cer": 0.2362257256765857, + "eval_loss": 0.8118799924850464, + "eval_runtime": 991.3995, + "eval_samples_per_second": 1.399, + "eval_steps_per_second": 0.35, + "eval_wer": 0.4247106653572799, + "step": 500 + }, + { + "epoch": 1.5175280086736538, + "grad_norm": 2.953125, + "learning_rate": 4.204255319148936e-05, + "loss": 0.3959, + "step": 525 + }, + { + "epoch": 1.5898084568124322, + "grad_norm": 2.421875, + "learning_rate": 4.151063829787234e-05, + "loss": 0.4188, + "step": 550 + }, + { + "epoch": 1.6620889049512106, + "grad_norm": 2.953125, + "learning_rate": 4.097872340425532e-05, + "loss": 0.4241, + "step": 575 + }, + { + "epoch": 1.7343693530899893, + "grad_norm": 2.53125, + "learning_rate": 4.04468085106383e-05, + "loss": 0.4018, + "step": 600 + }, + { + "epoch": 1.8066498012287675, + "grad_norm": 2.421875, + "learning_rate": 3.991489361702127e-05, + "loss": 0.4323, + "step": 625 + }, + { + "epoch": 1.8789302493675462, + "grad_norm": 2.625, + "learning_rate": 3.938297872340426e-05, + "loss": 0.4012, + "step": 650 + }, + { + "epoch": 1.9512106975063246, + "grad_norm": 2.328125, + "learning_rate": 3.885106382978724e-05, + "loss": 0.4, + "step": 675 + }, + { + "epoch": 2.023129743404409, + "grad_norm": 2.109375, + "learning_rate": 3.831914893617021e-05, + "loss": 0.3423, + "step": 700 + }, + { + "epoch": 2.0954101915431878, + "grad_norm": 2.09375, + "learning_rate": 3.7787234042553196e-05, + "loss": 0.2476, + "step": 725 + }, + { + "epoch": 2.167690639681966, + "grad_norm": 1.8984375, + "learning_rate": 3.7255319148936176e-05, + "loss": 0.2709, + "step": 750 + }, + { + "epoch": 2.167690639681966, + "eval_cer": 0.23517525369611372, + "eval_loss": 0.8228520750999451, + "eval_runtime": 1015.9667, + "eval_samples_per_second": 1.365, + "eval_steps_per_second": 0.342, + "eval_wer": 0.42064168739296354, + "step": 750 + }, + { + "epoch": 2.2399710878207446, + "grad_norm": 2.3125, + "learning_rate": 3.672340425531915e-05, + "loss": 0.2533, + "step": 775 + }, + { + "epoch": 2.312251535959523, + "grad_norm": 2.015625, + "learning_rate": 3.619148936170213e-05, + "loss": 0.2579, + "step": 800 + }, + { + "epoch": 2.3845319840983015, + "grad_norm": 2.203125, + "learning_rate": 3.565957446808511e-05, + "loss": 0.2544, + "step": 825 + }, + { + "epoch": 2.4568124322370797, + "grad_norm": 2.421875, + "learning_rate": 3.5127659574468086e-05, + "loss": 0.2634, + "step": 850 + }, + { + "epoch": 2.5290928803758583, + "grad_norm": 2.359375, + "learning_rate": 3.4595744680851065e-05, + "loss": 0.2584, + "step": 875 + }, + { + "epoch": 2.6013733285146365, + "grad_norm": 2.15625, + "learning_rate": 3.4063829787234044e-05, + "loss": 0.2578, + "step": 900 + }, + { + "epoch": 2.673653776653415, + "grad_norm": 1.75, + "learning_rate": 3.353191489361702e-05, + "loss": 0.2491, + "step": 925 + }, + { + "epoch": 2.745934224792194, + "grad_norm": 2.703125, + "learning_rate": 3.3e-05, + "loss": 0.2488, + "step": 950 + }, + { + "epoch": 2.818214672930972, + "grad_norm": 2.0, + "learning_rate": 3.2468085106382975e-05, + "loss": 0.2489, + "step": 975 + }, + { + "epoch": 2.8904951210697507, + "grad_norm": 2.5625, + "learning_rate": 3.193617021276596e-05, + "loss": 0.2571, + "step": 1000 + }, + { + "epoch": 2.8904951210697507, + "eval_cer": 0.22612252442822162, + "eval_loss": 0.814146876335144, + "eval_runtime": 916.4096, + "eval_samples_per_second": 1.514, + "eval_steps_per_second": 0.379, + "eval_wer": 0.4153135913858677, + "step": 1000 + }, + { + "epoch": 2.962775569208529, + "grad_norm": 2.578125, + "learning_rate": 3.140425531914894e-05, + "loss": 0.2534, + "step": 1025 + }, + { + "epoch": 3.0346946151066136, + "grad_norm": 1.6796875, + "learning_rate": 3.087234042553191e-05, + "loss": 0.2146, + "step": 1050 + }, + { + "epoch": 3.1069750632453923, + "grad_norm": 1.9140625, + "learning_rate": 3.0340425531914895e-05, + "loss": 0.1515, + "step": 1075 + }, + { + "epoch": 3.1792555113841705, + "grad_norm": 1.8828125, + "learning_rate": 2.9808510638297878e-05, + "loss": 0.1359, + "step": 1100 + }, + { + "epoch": 3.251535959522949, + "grad_norm": 1.9765625, + "learning_rate": 2.927659574468085e-05, + "loss": 0.1575, + "step": 1125 + }, + { + "epoch": 3.3238164076617274, + "grad_norm": 2.453125, + "learning_rate": 2.8744680851063833e-05, + "loss": 0.1416, + "step": 1150 + }, + { + "epoch": 3.396096855800506, + "grad_norm": 1.9296875, + "learning_rate": 2.821276595744681e-05, + "loss": 0.1545, + "step": 1175 + }, + { + "epoch": 3.4683773039392847, + "grad_norm": 1.9296875, + "learning_rate": 2.7680851063829788e-05, + "loss": 0.1562, + "step": 1200 + }, + { + "epoch": 3.540657752078063, + "grad_norm": 1.828125, + "learning_rate": 2.714893617021277e-05, + "loss": 0.1489, + "step": 1225 + }, + { + "epoch": 3.612938200216841, + "grad_norm": 1.8515625, + "learning_rate": 2.6617021276595743e-05, + "loss": 0.1581, + "step": 1250 + }, + { + "epoch": 3.612938200216841, + "eval_cer": 0.2291752867000159, + "eval_loss": 0.9097059369087219, + "eval_runtime": 904.9745, + "eval_samples_per_second": 1.533, + "eval_steps_per_second": 0.383, + "eval_wer": 0.41673846986102747, + "step": 1250 + }, + { + "epoch": 3.6852186483556197, + "grad_norm": 1.859375, + "learning_rate": 2.6085106382978725e-05, + "loss": 0.1481, + "step": 1275 + }, + { + "epoch": 3.7574990964943984, + "grad_norm": 2.40625, + "learning_rate": 2.5553191489361705e-05, + "loss": 0.1498, + "step": 1300 + }, + { + "epoch": 3.8297795446331766, + "grad_norm": 1.984375, + "learning_rate": 2.502127659574468e-05, + "loss": 0.1629, + "step": 1325 + }, + { + "epoch": 3.9020599927719553, + "grad_norm": 2.171875, + "learning_rate": 2.448936170212766e-05, + "loss": 0.1493, + "step": 1350 + }, + { + "epoch": 3.9743404409107335, + "grad_norm": 1.7421875, + "learning_rate": 2.395744680851064e-05, + "loss": 0.15, + "step": 1375 + }, + { + "epoch": 4.046259486808818, + "grad_norm": 2.0, + "learning_rate": 2.3425531914893618e-05, + "loss": 0.1028, + "step": 1400 + }, + { + "epoch": 4.118539934947597, + "grad_norm": 1.8203125, + "learning_rate": 2.2893617021276597e-05, + "loss": 0.0812, + "step": 1425 + }, + { + "epoch": 4.1908203830863755, + "grad_norm": 1.90625, + "learning_rate": 2.2361702127659576e-05, + "loss": 0.0859, + "step": 1450 + }, + { + "epoch": 4.263100831225153, + "grad_norm": 1.5078125, + "learning_rate": 2.1829787234042552e-05, + "loss": 0.0862, + "step": 1475 + }, + { + "epoch": 4.335381279363932, + "grad_norm": 1.5, + "learning_rate": 2.1297872340425535e-05, + "loss": 0.083, + "step": 1500 + }, + { + "epoch": 4.335381279363932, + "eval_cer": 0.2270746892469672, + "eval_loss": 0.9749350547790527, + "eval_runtime": 962.2618, + "eval_samples_per_second": 1.441, + "eval_steps_per_second": 0.361, + "eval_wer": 0.41771518722192486, + "step": 1500 + }, + { + "epoch": 4.407661727502711, + "grad_norm": 1.8515625, + "learning_rate": 2.076595744680851e-05, + "loss": 0.0907, + "step": 1525 + }, + { + "epoch": 4.479942175641489, + "grad_norm": 1.5546875, + "learning_rate": 2.023404255319149e-05, + "loss": 0.0829, + "step": 1550 + }, + { + "epoch": 4.552222623780267, + "grad_norm": 2.03125, + "learning_rate": 1.970212765957447e-05, + "loss": 0.0893, + "step": 1575 + }, + { + "epoch": 4.624503071919046, + "grad_norm": 1.46875, + "learning_rate": 1.9170212765957448e-05, + "loss": 0.0947, + "step": 1600 + }, + { + "epoch": 4.696783520057824, + "grad_norm": 1.96875, + "learning_rate": 1.8638297872340427e-05, + "loss": 0.0844, + "step": 1625 + }, + { + "epoch": 4.769063968196603, + "grad_norm": 1.5234375, + "learning_rate": 1.8106382978723403e-05, + "loss": 0.0872, + "step": 1650 + }, + { + "epoch": 4.841344416335382, + "grad_norm": 1.8984375, + "learning_rate": 1.7574468085106382e-05, + "loss": 0.0854, + "step": 1675 + }, + { + "epoch": 4.913624864474159, + "grad_norm": 1.6015625, + "learning_rate": 1.704255319148936e-05, + "loss": 0.0822, + "step": 1700 + }, + { + "epoch": 4.985905312612938, + "grad_norm": 1.4453125, + "learning_rate": 1.651063829787234e-05, + "loss": 0.0841, + "step": 1725 + }, + { + "epoch": 5.057824358511023, + "grad_norm": 1.3984375, + "learning_rate": 1.597872340425532e-05, + "loss": 0.0593, + "step": 1750 + }, + { + "epoch": 5.057824358511023, + "eval_cer": 0.2265957095050262, + "eval_loss": 1.0612818002700806, + "eval_runtime": 882.62, + "eval_samples_per_second": 1.571, + "eval_steps_per_second": 0.393, + "eval_wer": 0.41074975953764603, + "step": 1750 + }, + { + "epoch": 5.130104806649801, + "grad_norm": 1.3515625, + "learning_rate": 1.54468085106383e-05, + "loss": 0.0517, + "step": 1775 + }, + { + "epoch": 5.20238525478858, + "grad_norm": 1.6796875, + "learning_rate": 1.4914893617021278e-05, + "loss": 0.0462, + "step": 1800 + }, + { + "epoch": 5.274665702927358, + "grad_norm": 1.0703125, + "learning_rate": 1.4382978723404256e-05, + "loss": 0.0576, + "step": 1825 + }, + { + "epoch": 5.3469461510661365, + "grad_norm": 1.6484375, + "learning_rate": 1.3851063829787233e-05, + "loss": 0.0528, + "step": 1850 + }, + { + "epoch": 5.419226599204915, + "grad_norm": 1.5078125, + "learning_rate": 1.3319148936170214e-05, + "loss": 0.0537, + "step": 1875 + }, + { + "epoch": 5.491507047343694, + "grad_norm": 2.0625, + "learning_rate": 1.2787234042553192e-05, + "loss": 0.0546, + "step": 1900 + }, + { + "epoch": 5.563787495482472, + "grad_norm": 2.0, + "learning_rate": 1.225531914893617e-05, + "loss": 0.0536, + "step": 1925 + }, + { + "epoch": 5.63606794362125, + "grad_norm": 1.8046875, + "learning_rate": 1.172340425531915e-05, + "loss": 0.0531, + "step": 1950 + }, + { + "epoch": 5.708348391760029, + "grad_norm": 2.0625, + "learning_rate": 1.119148936170213e-05, + "loss": 0.0517, + "step": 1975 + }, + { + "epoch": 5.7806288398988075, + "grad_norm": 1.7734375, + "learning_rate": 1.0659574468085107e-05, + "loss": 0.0518, + "step": 2000 + }, + { + "epoch": 5.7806288398988075, + "eval_cer": 0.22345740881745507, + "eval_loss": 1.054749608039856, + "eval_runtime": 879.5621, + "eval_samples_per_second": 1.577, + "eval_steps_per_second": 0.395, + "eval_wer": 0.4107791260867282, + "step": 2000 + }, + { + "epoch": 5.852909288037586, + "grad_norm": 1.7890625, + "learning_rate": 1.0127659574468086e-05, + "loss": 0.0497, + "step": 2025 + }, + { + "epoch": 5.925189736176364, + "grad_norm": 1.5078125, + "learning_rate": 9.595744680851064e-06, + "loss": 0.0507, + "step": 2050 + }, + { + "epoch": 5.997470184315143, + "grad_norm": 1.7734375, + "learning_rate": 9.063829787234043e-06, + "loss": 0.0509, + "step": 2075 + }, + { + "epoch": 6.069389230213227, + "grad_norm": 1.203125, + "learning_rate": 8.53191489361702e-06, + "loss": 0.0415, + "step": 2100 + }, + { + "epoch": 6.141669678352006, + "grad_norm": 2.03125, + "learning_rate": 8.000000000000001e-06, + "loss": 0.04, + "step": 2125 + }, + { + "epoch": 6.213950126490785, + "grad_norm": 1.7421875, + "learning_rate": 7.468085106382979e-06, + "loss": 0.0394, + "step": 2150 + }, + { + "epoch": 6.286230574629562, + "grad_norm": 1.765625, + "learning_rate": 6.936170212765958e-06, + "loss": 0.042, + "step": 2175 + }, + { + "epoch": 6.358511022768341, + "grad_norm": 1.3125, + "learning_rate": 6.404255319148937e-06, + "loss": 0.0361, + "step": 2200 + }, + { + "epoch": 6.43079147090712, + "grad_norm": 1.5234375, + "learning_rate": 5.872340425531915e-06, + "loss": 0.0383, + "step": 2225 + }, + { + "epoch": 6.503071919045898, + "grad_norm": 1.390625, + "learning_rate": 5.340425531914894e-06, + "loss": 0.0382, + "step": 2250 + }, + { + "epoch": 6.503071919045898, + "eval_cer": 0.22488223459611492, + "eval_loss": 1.1097996234893799, + "eval_runtime": 877.748, + "eval_samples_per_second": 1.58, + "eval_steps_per_second": 0.395, + "eval_wer": 0.4095101068765971, + "step": 2250 + }, + { + "epoch": 6.575352367184676, + "grad_norm": 1.4921875, + "learning_rate": 4.808510638297872e-06, + "loss": 0.0398, + "step": 2275 + }, + { + "epoch": 6.647632815323455, + "grad_norm": 1.46875, + "learning_rate": 4.2765957446808515e-06, + "loss": 0.0356, + "step": 2300 + }, + { + "epoch": 6.719913263462233, + "grad_norm": 0.97265625, + "learning_rate": 3.7446808510638303e-06, + "loss": 0.0373, + "step": 2325 + }, + { + "epoch": 6.792193711601012, + "grad_norm": 1.3984375, + "learning_rate": 3.2127659574468086e-06, + "loss": 0.0347, + "step": 2350 + }, + { + "epoch": 6.864474159739791, + "grad_norm": 1.0703125, + "learning_rate": 2.6808510638297874e-06, + "loss": 0.0369, + "step": 2375 + }, + { + "epoch": 6.936754607878569, + "grad_norm": 0.9375, + "learning_rate": 2.148936170212766e-06, + "loss": 0.039, + "step": 2400 + }, + { + "epoch": 7.008673653776653, + "grad_norm": 1.84375, + "learning_rate": 1.6170212765957448e-06, + "loss": 0.0376, + "step": 2425 + }, + { + "epoch": 7.080954101915432, + "grad_norm": 2.0625, + "learning_rate": 1.0851063829787236e-06, + "loss": 0.04, + "step": 2450 + }, + { + "epoch": 7.1532345500542105, + "grad_norm": 1.171875, + "learning_rate": 5.531914893617021e-07, + "loss": 0.038, + "step": 2475 + }, + { + "epoch": 7.225514998192989, + "grad_norm": 1.8046875, + "learning_rate": 2.1276595744680853e-08, + "loss": 0.0356, + "step": 2500 + }, + { + "epoch": 7.225514998192989, + "eval_cer": 0.223833001387121, + "eval_loss": 1.1148525476455688, + "eval_runtime": 877.5866, + "eval_samples_per_second": 1.58, + "eval_steps_per_second": 0.395, + "eval_wer": 0.4086505663851241, + "step": 2500 + }, + { + "epoch": 7.297795446331767, + "grad_norm": 1.1328125, + "learning_rate": 1.916883116883117e-05, + "loss": 0.0364, + "step": 2525 + }, + { + "epoch": 7.370075894470546, + "grad_norm": 1.4375, + "learning_rate": 1.8844155844155846e-05, + "loss": 0.0418, + "step": 2550 + }, + { + "epoch": 7.442356342609324, + "grad_norm": 1.546875, + "learning_rate": 1.851948051948052e-05, + "loss": 0.0377, + "step": 2575 + }, + { + "epoch": 7.514636790748103, + "grad_norm": 1.4453125, + "learning_rate": 1.8194805194805195e-05, + "loss": 0.0429, + "step": 2600 + }, + { + "epoch": 7.5869172388868815, + "grad_norm": 1.6484375, + "learning_rate": 1.7870129870129872e-05, + "loss": 0.0387, + "step": 2625 + }, + { + "epoch": 7.659197687025659, + "grad_norm": 1.765625, + "learning_rate": 1.7545454545454545e-05, + "loss": 0.0463, + "step": 2650 + }, + { + "epoch": 7.731478135164438, + "grad_norm": 1.5234375, + "learning_rate": 1.722077922077922e-05, + "loss": 0.0421, + "step": 2675 + }, + { + "epoch": 7.803758583303217, + "grad_norm": 0.91015625, + "learning_rate": 1.6896103896103898e-05, + "loss": 0.0394, + "step": 2700 + }, + { + "epoch": 7.876039031441995, + "grad_norm": 1.59375, + "learning_rate": 1.657142857142857e-05, + "loss": 0.0415, + "step": 2725 + }, + { + "epoch": 7.948319479580773, + "grad_norm": 1.1796875, + "learning_rate": 1.6246753246753247e-05, + "loss": 0.0408, + "step": 2750 + }, + { + "epoch": 7.948319479580773, + "eval_cer": 0.22607830826054334, + "eval_loss": 1.116784930229187, + "eval_runtime": 899.4546, + "eval_samples_per_second": 1.542, + "eval_steps_per_second": 0.386, + "eval_wer": 0.41392684859068163, + "step": 2750 + }, + { + "epoch": 8.023129743404409, + "grad_norm": 2.171875, + "learning_rate": 1.592207792207792e-05, + "loss": 0.0422, + "step": 2775 + }, + { + "epoch": 8.095410191543188, + "grad_norm": 1.40625, + "learning_rate": 1.55974025974026e-05, + "loss": 0.0335, + "step": 2800 + }, + { + "epoch": 8.167690639681966, + "grad_norm": 1.1953125, + "learning_rate": 1.5272727272727276e-05, + "loss": 0.0312, + "step": 2825 + }, + { + "epoch": 8.239971087820745, + "grad_norm": 1.421875, + "learning_rate": 1.494805194805195e-05, + "loss": 0.0341, + "step": 2850 + }, + { + "epoch": 8.312251535959524, + "grad_norm": 1.21875, + "learning_rate": 1.4623376623376626e-05, + "loss": 0.0336, + "step": 2875 + }, + { + "epoch": 8.3845319840983, + "grad_norm": 1.2109375, + "learning_rate": 1.42987012987013e-05, + "loss": 0.0357, + "step": 2900 + }, + { + "epoch": 8.45681243223708, + "grad_norm": 1.7578125, + "learning_rate": 1.3974025974025975e-05, + "loss": 0.0343, + "step": 2925 + }, + { + "epoch": 8.529092880375858, + "grad_norm": 1.3984375, + "learning_rate": 1.3649350649350651e-05, + "loss": 0.0293, + "step": 2950 + }, + { + "epoch": 8.601373328514637, + "grad_norm": 1.15625, + "learning_rate": 1.3324675324675326e-05, + "loss": 0.0371, + "step": 2975 + }, + { + "epoch": 8.673653776653415, + "grad_norm": 2.09375, + "learning_rate": 1.3000000000000001e-05, + "loss": 0.0368, + "step": 3000 + }, + { + "epoch": 8.673653776653415, + "eval_cer": 0.2278660614765563, + "eval_loss": 1.1499484777450562, + "eval_runtime": 895.0529, + "eval_samples_per_second": 1.55, + "eval_steps_per_second": 0.388, + "eval_wer": 0.4171725128409374, + "step": 3000 + }, + { + "epoch": 8.745934224792194, + "grad_norm": 2.40625, + "learning_rate": 1.2675324675324676e-05, + "loss": 0.0344, + "step": 3025 + }, + { + "epoch": 8.818214672930972, + "grad_norm": 1.109375, + "learning_rate": 1.2350649350649352e-05, + "loss": 0.0338, + "step": 3050 + }, + { + "epoch": 8.890495121069751, + "grad_norm": 1.890625, + "learning_rate": 1.2025974025974027e-05, + "loss": 0.0323, + "step": 3075 + }, + { + "epoch": 8.96277556920853, + "grad_norm": 1.390625, + "learning_rate": 1.1701298701298701e-05, + "loss": 0.0342, + "step": 3100 + }, + { + "epoch": 9.034694615106615, + "grad_norm": 1.1015625, + "learning_rate": 1.1376623376623378e-05, + "loss": 0.0291, + "step": 3125 + }, + { + "epoch": 9.106975063245391, + "grad_norm": 2.453125, + "learning_rate": 1.1051948051948053e-05, + "loss": 0.0275, + "step": 3150 + }, + { + "epoch": 9.17925551138417, + "grad_norm": 0.9453125, + "learning_rate": 1.0727272727272727e-05, + "loss": 0.0245, + "step": 3175 + }, + { + "epoch": 9.251535959522949, + "grad_norm": 1.0546875, + "learning_rate": 1.0402597402597402e-05, + "loss": 0.0251, + "step": 3200 + }, + { + "epoch": 9.323816407661727, + "grad_norm": 1.25, + "learning_rate": 1.0077922077922078e-05, + "loss": 0.0214, + "step": 3225 + }, + { + "epoch": 9.396096855800506, + "grad_norm": 1.5390625, + "learning_rate": 9.753246753246753e-06, + "loss": 0.0271, + "step": 3250 + }, + { + "epoch": 9.396096855800506, + "eval_cer": 0.22706083911883618, + "eval_loss": 1.205234169960022, + "eval_runtime": 893.8344, + "eval_samples_per_second": 1.552, + "eval_steps_per_second": 0.388, + "eval_wer": 0.41319892817631626, + "step": 3250 + }, + { + "epoch": 9.468377303939285, + "grad_norm": 1.5078125, + "learning_rate": 9.42857142857143e-06, + "loss": 0.0272, + "step": 3275 + }, + { + "epoch": 9.540657752078063, + "grad_norm": 0.734375, + "learning_rate": 9.103896103896104e-06, + "loss": 0.0268, + "step": 3300 + }, + { + "epoch": 9.612938200216842, + "grad_norm": 1.65625, + "learning_rate": 8.77922077922078e-06, + "loss": 0.027, + "step": 3325 + }, + { + "epoch": 9.68521864835562, + "grad_norm": 1.359375, + "learning_rate": 8.454545454545455e-06, + "loss": 0.0249, + "step": 3350 + }, + { + "epoch": 9.757499096494398, + "grad_norm": 1.3671875, + "learning_rate": 8.12987012987013e-06, + "loss": 0.0249, + "step": 3375 + }, + { + "epoch": 9.829779544633176, + "grad_norm": 1.5390625, + "learning_rate": 7.805194805194806e-06, + "loss": 0.0257, + "step": 3400 + }, + { + "epoch": 9.902059992771955, + "grad_norm": 1.6015625, + "learning_rate": 7.480519480519481e-06, + "loss": 0.0245, + "step": 3425 + }, + { + "epoch": 9.974340440910733, + "grad_norm": 1.1484375, + "learning_rate": 7.155844155844156e-06, + "loss": 0.0251, + "step": 3450 + }, + { + "epoch": 10.046259486808818, + "grad_norm": 0.88671875, + "learning_rate": 6.8311688311688315e-06, + "loss": 0.0238, + "step": 3475 + }, + { + "epoch": 10.118539934947597, + "grad_norm": 1.1328125, + "learning_rate": 6.506493506493506e-06, + "loss": 0.0237, + "step": 3500 + }, + { + "epoch": 10.118539934947597, + "eval_cer": 0.2262828635227838, + "eval_loss": 1.2106597423553467, + "eval_runtime": 916.7169, + "eval_samples_per_second": 1.513, + "eval_steps_per_second": 0.379, + "eval_wer": 0.41136634469731537, + "step": 3500 + }, + { + "epoch": 10.190820383086376, + "grad_norm": 1.3515625, + "learning_rate": 6.181818181818183e-06, + "loss": 0.0239, + "step": 3525 + }, + { + "epoch": 10.263100831225154, + "grad_norm": 2.078125, + "learning_rate": 5.857142857142857e-06, + "loss": 0.0232, + "step": 3550 + }, + { + "epoch": 10.335381279363933, + "grad_norm": 1.5234375, + "learning_rate": 5.532467532467533e-06, + "loss": 0.021, + "step": 3575 + }, + { + "epoch": 10.40766172750271, + "grad_norm": 0.94921875, + "learning_rate": 5.207792207792208e-06, + "loss": 0.0239, + "step": 3600 + }, + { + "epoch": 10.479942175641488, + "grad_norm": 0.84375, + "learning_rate": 4.883116883116883e-06, + "loss": 0.0217, + "step": 3625 + }, + { + "epoch": 10.552222623780267, + "grad_norm": 1.1875, + "learning_rate": 4.558441558441559e-06, + "loss": 0.0226, + "step": 3650 + }, + { + "epoch": 10.624503071919046, + "grad_norm": 2.703125, + "learning_rate": 4.233766233766234e-06, + "loss": 0.0238, + "step": 3675 + }, + { + "epoch": 10.696783520057824, + "grad_norm": 1.6640625, + "learning_rate": 3.90909090909091e-06, + "loss": 0.0255, + "step": 3700 + }, + { + "epoch": 10.769063968196603, + "grad_norm": 0.84375, + "learning_rate": 3.5844155844155846e-06, + "loss": 0.0229, + "step": 3725 + }, + { + "epoch": 10.841344416335382, + "grad_norm": 1.0625, + "learning_rate": 3.2597402597402597e-06, + "loss": 0.0212, + "step": 3750 + }, + { + "epoch": 10.841344416335382, + "eval_cer": 0.22498029349070886, + "eval_loss": 1.2275042533874512, + "eval_runtime": 921.5359, + "eval_samples_per_second": 1.505, + "eval_steps_per_second": 0.377, + "eval_wer": 0.41112972866628295, + "step": 3750 + }, + { + "epoch": 10.91362486447416, + "grad_norm": 0.765625, + "learning_rate": 2.9350649350649353e-06, + "loss": 0.0229, + "step": 3775 + }, + { + "epoch": 10.985905312612939, + "grad_norm": 1.8515625, + "learning_rate": 2.6103896103896104e-06, + "loss": 0.0235, + "step": 3800 + }, + { + "epoch": 11.057824358511024, + "grad_norm": 0.5703125, + "learning_rate": 2.285714285714286e-06, + "loss": 0.0226, + "step": 3825 + }, + { + "epoch": 11.1301048066498, + "grad_norm": 1.0234375, + "learning_rate": 1.961038961038961e-06, + "loss": 0.0227, + "step": 3850 + }, + { + "epoch": 11.20238525478858, + "grad_norm": 1.75, + "learning_rate": 1.6363636363636367e-06, + "loss": 0.0215, + "step": 3875 + }, + { + "epoch": 11.274665702927358, + "grad_norm": 0.953125, + "learning_rate": 1.3116883116883118e-06, + "loss": 0.0246, + "step": 3900 + }, + { + "epoch": 11.346946151066136, + "grad_norm": 0.9375, + "learning_rate": 9.870129870129872e-07, + "loss": 0.0202, + "step": 3925 + }, + { + "epoch": 11.419226599204915, + "grad_norm": 1.015625, + "learning_rate": 6.623376623376623e-07, + "loss": 0.0233, + "step": 3950 + }, + { + "epoch": 11.491507047343694, + "grad_norm": 1.0078125, + "learning_rate": 3.3766233766233765e-07, + "loss": 0.0214, + "step": 3975 + }, + { + "epoch": 11.563787495482472, + "grad_norm": 1.390625, + "learning_rate": 1.2987012987012988e-08, + "loss": 0.0221, + "step": 4000 + }, + { + "epoch": 11.563787495482472, + "eval_cer": 0.2271312877577234, + "eval_loss": 1.228308916091919, + "eval_runtime": 912.0398, + "eval_samples_per_second": 1.521, + "eval_steps_per_second": 0.38, + "eval_wer": 0.4136988597675676, + "step": 4000 + } + ], + "logging_steps": 25, + "max_steps": 4000, + "num_input_tokens_seen": 0, + "num_train_epochs": 12, + "save_steps": 250, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": true + }, + "attributes": {} + } + }, + "total_flos": 4.347268958158848e+20, + "train_batch_size": 4, + "trial_name": null, + "trial_params": null +} diff --git a/last-checkpoint/training_args.bin b/last-checkpoint/training_args.bin new file mode 100644 index 0000000..c6adb78 --- /dev/null +++ b/last-checkpoint/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ae1e14cb5254830c9ba92acab84551412f3fc17a4b6d27f67573489c81cef9 +size 6033 diff --git a/last-checkpoint/vocab.json b/last-checkpoint/vocab.json new file mode 100644 index 0000000..0f34564 --- /dev/null +++ b/last-checkpoint/vocab.json @@ -0,0 +1,50259 @@ +{ + "": 50256, + "!": 0, + "!!": 1432, + "!!!": 4589, + "!!!!": 8153, + "!!!!!": 28493, + "!!!!!!": 50199, + "!!!!!!!!": 28618, + "!!\"": 44556, + "!!)": 33826, + "!!]": 46990, + "!\"": 2963, + "!\",": 44815, + "!\".": 35323, + "!'": 13840, + "!(": 46824, + "!)": 5700, + "!*": 32854, + "!,": 32652, + "!.": 37817, + "!..": 44311, + "!...": 34205, + "!": 21732, + "\"?": 8930, + "\"]": 23711, + "#": 2, + "$": 3, + "%": 4, + "%,": 8923, + "%.": 6856, + "&": 5, + "'": 6, + "'!": 30159, + "''": 15025, + "')": 37380, + "',": 6098, + "'.": 5004, + "'...": 37474, + "'?": 16265, + "'D": 41063, + "'M": 25310, + "'RE": 39040, + "'S": 11460, + "'T": 18010, + "']": 48038, + "'d": 1116, + "'ll": 603, + "'m": 478, + "'re": 434, + "'s": 311, + "'t": 380, + "'ve": 600, + "(": 7, + "()": 45191, + "(?)": 20396, + ")": 8, + ")!": 36380, + ")\"": 33739, + ")(": 29422, + "))": 9383, + "),": 3824, + ").": 3050, + ")...": 40144, + "):": 4507, + ");": 34446, + ")?": 25107, + ")]": 8245, + "*": 9, + "*)": 34634, + "**": 4852, + "***": 13684, + "****": 24396, + "+": 10, + "++": 25472, + "+,": 46797, + "+.": 45585, + ",": 11, + ",\"": 2494, + ",'": 12529, + ",)": 36881, + ",,": 20387, + ",-": 44013, + ",.": 40698, + ",...": 16007, + ",": 29, + ">-": 33335, + "><": 29986, + ">>": 893, + "?": 30, + "?!": 3529, + "?!\"": 35271, + "?!?": 38825, + "?!?!": 44587, + "?\"": 1811, + "?\",": 29359, + "?\".": 25760, + "?'": 8569, + "?)": 4827, + "?,": 22753, + "?-": 38337, + "?.": 27552, + "?..": 46863, + "?...": 32865, + "?": 14350, + "Ġ-...": 41975, + "Ġ->": 33798, + "Ġ-[": 14635, + "Ġ-âĻª": 45499, + "Ġ.": 2411, + "Ġ..": 4386, + "Ġ...": 1097, + "Ġ...\"": 39463, + "Ġ....": 13368, + "Ġ.....": 46915, + "Ġ/": 2460, + "Ġ//": 29178, + "Ġ0": 1958, + "Ġ00": 7143, + "Ġ000": 13711, + "Ġ01": 23185, + "Ġ02": 37202, + "Ġ03": 43677, + "Ġ04": 50022, + "Ġ09": 48729, + "Ġ1": 502, + "Ġ10": 1266, + "Ġ100": 2319, + "Ġ1000": 9714, + "Ġ101": 21055, + "Ġ102": 45937, + "Ġ103": 48784, + "Ġ104": 47757, + "Ġ105": 33705, + "Ġ108": 41342, + "Ġ1080": 24547, + "Ġ11": 2975, + "Ġ110": 20154, + "Ġ112": 45835, + "Ġ115": 39436, + "Ġ12": 2272, + "Ġ120": 10411, + "Ġ1200": 29139, + "Ġ123": 34466, + "Ġ125": 25276, + "Ġ127": 47561, + "Ġ128": 29810, + "Ġ13": 3705, + "Ġ130": 19966, + "Ġ1300": 48156, + "Ġ135": 42652, + "Ġ14": 3499, + "Ġ140": 21548, + "Ġ1400": 46795, + "Ġ144": 45218, + "Ġ15": 2119, + "Ġ150": 8451, + "Ġ1500": 22671, + "Ġ16": 3165, + "Ġ160": 21243, + "Ġ1600": 36885, + "Ġ17": 3282, + "Ġ170": 27228, + "Ġ1700": 43373, + "Ġ175": 41165, + "Ġ18": 2443, + "Ġ180": 11971, + "Ġ1800": 24327, + "Ġ1890": 47725, + "Ġ19": 1294, + "Ġ190": 37609, + "Ġ1900": 28898, + "Ġ1914": 45131, + "Ġ1917": 42757, + "Ġ1918": 36588, + "Ġ1919": 46484, + "Ġ1920": 22003, + "Ġ1930": 22350, + "Ġ1933": 48390, + "Ġ1938": 46398, + "Ġ1939": 37785, + "Ġ194": 9754, + "Ġ1940": 24158, + "Ġ1941": 35364, + "Ġ1942": 37549, + "Ġ1943": 40402, + "Ġ1944": 35133, + "Ġ1945": 28253, + "Ġ1946": 46062, + "Ġ1947": 40417, + "Ġ1948": 38833, + "Ġ1949": 46476, + "Ġ195": 10858, + "Ġ1950": 18141, + "Ġ1953": 48528, + "Ġ1954": 46590, + "Ġ1955": 46881, + "Ġ1956": 46379, + "Ġ1957": 46256, + "Ġ1958": 45868, + "Ġ1959": 45608, + "Ġ196": 7998, + "Ġ1960": 16157, + "Ġ1961": 41720, + "Ġ1962": 39498, + "Ġ1963": 38698, + "Ġ1964": 34314, + "Ġ1965": 33809, + "Ġ1966": 39157, + "Ġ1967": 33193, + "Ġ1968": 29930, + "Ġ1969": 32090, + "Ġ197": 7560, + "Ġ1970": 14577, + "Ġ1971": 34578, + "Ġ1972": 32952, + "Ġ1973": 33530, + "Ġ1974": 33422, + "Ġ1975": 32454, + "Ġ1976": 33978, + "Ġ1977": 35092, + "Ġ1978": 33191, + "Ġ1979": 30595, + "Ġ198": 6375, + "Ġ1980": 13626, + "Ġ1981": 33117, + "Ġ1982": 31352, + "Ġ1983": 31758, + "Ġ1984": 27127, + "Ġ1985": 28962, + "Ġ1986": 27895, + "Ġ1987": 29008, + "Ġ1988": 27816, + "Ġ1989": 22427, + "Ġ199": 4303, + "Ġ1990": 13384, + "Ġ1991": 24097, + "Ġ1992": 23952, + "Ġ1993": 25137, + "Ġ1994": 22736, + "Ġ1995": 22601, + "Ġ1996": 22690, + "Ġ1997": 22383, + "Ġ1998": 21404, + "Ġ1999": 19952, + "Ġ2": 568, + "Ġ20": 945, + "Ġ200": 2331, + "Ġ2000": 8132, + "Ġ2001": 16382, + "Ġ2002": 17822, + "Ġ2003": 16416, + "Ġ2004": 15817, + "Ġ2005": 14394, + "Ġ2006": 14062, + "Ġ2007": 12656, + "Ġ2008": 10389, + "Ġ2009": 11453, + "Ġ201": 1525, + "Ġ2010": 9657, + "Ġ2011": 10154, + "Ġ2012": 9125, + "Ġ2013": 9012, + "Ġ2014": 8227, + "Ġ2015": 7546, + "Ġ2016": 6549, + "Ġ2017": 6591, + "Ġ2018": 6096, + "Ġ2019": 6071, + "Ġ2020": 4808, + "Ġ2021": 7201, + "Ġ2022": 20229, + "Ġ2023": 44377, + "Ġ2024": 45237, + "Ġ2025": 39209, + "Ġ2030": 28638, + "Ġ2050": 38308, + "Ġ21": 5080, + "Ġ210": 42692, + "Ġ22": 5853, + "Ġ220": 29387, + "Ġ23": 6673, + "Ġ230": 35311, + "Ġ24": 4022, + "Ġ240": 26837, + "Ġ25": 3552, + "Ġ250": 11650, + "Ġ2500": 41171, + "Ġ256": 38882, + "Ġ26": 7551, + "Ġ260": 44624, + "Ġ27": 7634, + "Ġ270": 40774, + "Ġ28": 7562, + "Ġ280": 41229, + "Ġ29": 9413, + "Ġ3": 805, + "Ġ30": 2217, + "Ġ300": 6641, + "Ġ3000": 20984, + "Ġ31": 10353, + "Ġ32": 8858, + "Ġ320": 42429, + "Ġ33": 11816, + "Ġ330": 45374, + "Ġ34": 12790, + "Ġ35": 6976, + "Ġ350": 18065, + "Ġ36": 8652, + "Ġ360": 13898, + "Ġ365": 22046, + "Ġ37": 13435, + "Ġ38": 12843, + "Ġ39": 15238, + "Ġ4": 1017, + "Ġ40": 3356, + "Ġ400": 8423, + "Ġ4000": 31104, + "Ġ401": 37510, + "Ġ41": 18173, + "Ġ42": 14034, + "Ġ43": 17914, + "Ġ44": 16408, + "Ġ45": 6905, + "Ġ450": 26034, + "Ġ46": 17835, + "Ġ47": 16953, + "Ġ48": 11174, + "Ġ49": 16513, + "Ġ5": 1025, + "Ġ50": 2625, + "Ġ500": 5923, + "Ġ5000": 23777, + "Ġ51": 18485, + "Ġ52": 18079, + "Ġ53": 21860, + "Ġ54": 20793, + "Ġ55": 12330, + "Ġ550": 42514, + "Ġ56": 19687, + "Ġ57": 21423, + "Ġ58": 21786, + "Ġ59": 24624, + "Ġ6": 1386, + "Ġ60": 4060, + "Ġ600": 11849, + "Ġ6000": 41789, + "Ġ61": 28294, + "Ġ62": 24536, + "Ġ63": 25082, + "Ġ64": 12145, + "Ġ65": 11624, + "Ġ650": 38566, + "Ġ66": 21126, + "Ġ67": 23879, + "Ġ68": 23317, + "Ġ69": 28267, + "Ġ7": 1614, + "Ġ70": 5285, + "Ġ700": 15204, + "Ġ71": 30942, + "Ġ72": 18731, + "Ġ720": 40881, + "Ġ73": 28387, + "Ġ74": 28868, + "Ġ75": 9562, + "Ġ750": 31682, + "Ġ76": 24733, + "Ġ77": 25546, + "Ġ78": 26369, + "Ġ79": 32803, + "Ġ8": 1649, + "Ġ80": 4688, + "Ġ800": 13083, + "Ġ81": 30827, + "Ġ82": 29097, + "Ġ83": 30997, + "Ġ84": 29018, + "Ġ85": 14695, + "Ġ86": 26687, + "Ġ87": 27990, + "Ġ88": 24587, + "Ġ89": 31877, + "Ġ9": 1722, + "Ġ90": 4289, + "Ġ900": 22016, + "Ġ91": 31064, + "Ġ911": 26901, + "Ġ92": 28225, + "Ġ93": 28876, + "Ġ94": 30849, + "Ġ95": 13420, + "Ġ96": 24124, + "Ġ97": 23399, + "Ġ98": 20860, + "Ġ99": 11803, + "Ġ:": 1982, + "Ġ:(": 35495, + "Ġ:)": 11201, + "Ġ;": 12562, + "Ġ;)": 41540, + "Ġ<": 2627, + "Ġ": 12331, + "Ġ>>": 902, + "Ġ>>:": 22040, + "Ġ>>>": 13793, + "Ġ>>[": 45687, + "Ġ?": 2506, + "Ġ?!": 31363, + "Ġ?\"": 37266, + "Ġ??": 37969, + "Ġ???": 29678, + "Ġ?]": 16587, + "Ġ@": 10428, + "ĠA": 316, + "ĠAA": 30680, + "ĠAAA": 34347, + "ĠAB": 13838, + "ĠABC": 22342, + "ĠABOUT": 50249, + "ĠABS": 41707, + "ĠAC": 8157, + "ĠACC": 42251, + "ĠACE": 44606, + "ĠACL": 43873, + "ĠACT": 40341, + "ĠAD": 9135, + "ĠADA": 39354, + "ĠADAM": 34938, + "ĠADHD": 38680, + "ĠAE": 32207, + "ĠAF": 20389, + "ĠAG": 28406, + "ĠAGA": 49133, + "ĠAH": 25888, + "ĠAI": 7318, + "ĠAIDS": 27929, + "ĠAJ": 32759, + "ĠAK": 24789, + "ĠAKA": 45933, + "ĠAL": 7056, + "ĠALEX": 27351, + "ĠALISSA": 39430, + "ĠALL": 14824, + "ĠAM": 6475, + "ĠAMD": 34808, + "ĠAMP": 31616, + "ĠAMY": 31410, + "ĠAN": 5252, + "ĠAND": 8093, + "ĠANDREW": 34504, + "ĠANNOUNCER": 35629, + "ĠANY": 39222, + "ĠAO": 40684, + "ĠAP": 5372, + "ĠAPI": 9362, + "ĠAPIs": 21445, + "ĠAPP": 22513, + "ĠAPPLAUSE": 35298, + "ĠAR": 8943, + "ĠARE": 22515, + "ĠARM": 45209, + "ĠAS": 7469, + "ĠASH": 20146, + "ĠASHLEY": 23834, + "ĠASMR": 31300, + "ĠAT": 8872, + "ĠATM": 46455, + "ĠATP": 39202, + "ĠAU": 7171, + "ĠAUDI": 8029, + "ĠAUDIENCE": 8155, + "ĠAV": 30198, + "ĠAW": 25815, + "ĠAWS": 17650, + "ĠAZ": 49698, + "ĠAa": 21460, + "ĠAaa": 35820, + "ĠAaah": 48381, + "ĠAah": 32616, + "ĠAaron": 14018, + "ĠAb": 2847, + "ĠAbb": 32673, + "ĠAbby": 27726, + "ĠAbd": 27548, + "ĠAbdul": 42591, + "ĠAbdullah": 45625, + "ĠAbe": 38472, + "ĠAbend": 36194, + "ĠAber": 5992, + "ĠAbg": 35407, + "ĠAbgeord": 40730, + "ĠAbi": 31205, + "ĠAbigail": 47174, + "ĠAboriginal": 36577, + "ĠAbout": 7769, + "ĠAbove": 32691, + "ĠAbr": 31717, + "ĠAbraham": 17782, + "ĠAbs": 5813, + "ĠAbsol": 43965, + "ĠAbsolutely": 7021, + "ĠAbst": 46853, + "ĠAbu": 26874, + "ĠAc": 5097, + "ĠAcad": 9740, + "ĠAcademic": 36139, + "ĠAcademy": 11735, + "ĠAcc": 5725, + "ĠAccept": 39957, + "ĠAccess": 17166, + "ĠAccording": 7328, + "ĠAccount": 24558, + "ĠAce": 24900, + "ĠAch": 15847, + "ĠAcho": 40731, + "ĠAcross": 34527, + "ĠAct": 3251, + "ĠActing": 42413, + "ĠAction": 16261, + "ĠActiv": 28550, + "ĠActive": 26635, + "ĠActor": 45457, + "ĠActs": 32363, + "ĠActually": 5135, + "ĠAd": 1999, + "ĠAda": 32276, + "ĠAdam": 7938, + "ĠAdams": 25214, + "ĠAdapt": 49643, + "ĠAdd": 5349, + "ĠAdding": 31204, + "ĠAdditional": 44272, + "ĠAdditionally": 19927, + "ĠAde": 43177, + "ĠAdemás": 34621, + "ĠAdjust": 34049, + "ĠAdm": 46292, + "ĠAdminist": 13322, + "ĠAdministration": 17187, + "ĠAdmiral": 38097, + "ĠAdobe": 24862, + "ĠAdri": 32447, + "ĠAdrian": 31746, + "ĠAds": 44325, + "ĠAdult": 47987, + "ĠAdv": 13634, + "ĠAdvance": 44425, + "ĠAdvanced": 26951, + "ĠAdvent": 17856, + "ĠAdventure": 26718, + "ĠAdventures": 48818, + "ĠAdvis": 31407, + "ĠAdvisor": 49719, + "ĠAdvisory": 39816, + "ĠAeg": 46085, + "ĠAer": 32459, + "ĠAf": 3325, + "ĠAfD": 28413, + "ĠAff": 12840, + "ĠAffairs": 21721, + "ĠAffordable": 41337, + "ĠAfghan": 11393, + "ĠAfghanistan": 13658, + "ĠAfric": 4390, + "ĠAfrica": 7349, + "ĠAfrican": 7312, + "ĠAfricans": 42228, + "ĠAfter": 2381, + "ĠAfterwards": 41357, + "ĠAg": 2725, + "ĠAgain": 3764, + "ĠAgainst": 29995, + "ĠAge": 16280, + "ĠAgency": 21649, + "ĠAgent": 27174, + "ĠAges": 37362, + "ĠAgg": 41512, + "ĠAgora": 16023, + "ĠAgr": 24454, + "ĠAgre": 29324, + "ĠAgreement": 40572, + "ĠAgric": 27587, + "ĠAgriculture": 35966, + "ĠAh": 2438, + "ĠAha": 27448, + "ĠAhh": 17116, + "ĠAhhh": 27185, + "ĠAhmad": 35911, + "ĠAhmed": 39189, + "ĠAhora": 18840, + "ĠAhÃŃ": 49924, + "ĠAi": 16993, + "ĠAid": 39916, + "ĠAim": 47796, + "ĠAin": 29672, + "ĠAir": 5774, + "ĠAirPods": 43247, + "ĠAirbnb": 38232, + "ĠAires": 47058, + "ĠAirl": 34421, + "ĠAirlines": 38788, + "ĠAirport": 25784, + "ĠAixò": 31869, + "ĠAj": 25862, + "ĠAk": 9629, + "ĠAkbar": 48665, + "ĠAkt": 32850, + "ĠAku": 41120, + "ĠAl": 967, + "ĠAla": 46289, + "ĠAlab": 20302, + "ĠAlabama": 20898, + "ĠAladdin": 45071, + "ĠAlan": 16442, + "ĠAlaska": 19553, + "ĠAlb": 32223, + "ĠAlban": 41547, + "ĠAlber": 26361, + "ĠAlbert": 20812, + "ĠAlberta": 43279, + "ĠAlberto": 45709, + "ĠAlcohol": 48779, + "ĠAld": 24031, + "ĠAle": 9366, + "ĠAlej": 44568, + "ĠAlert": 44939, + "ĠAlex": 5202, + "ĠAlexa": 22595, + "ĠAlexand": 28800, + "ĠAlexander": 14845, + "ĠAlexandra": 45546, + "ĠAlexandria": 41943, + "ĠAlexis": 39826, + "ĠAlf": 21996, + "ĠAlfred": 28327, + "ĠAlg": 35014, + "ĠAlger": 48681, + "ĠAlgun": 46816, + "ĠAli": 12020, + "ĠAlice": 16004, + "ĠAlicia": 38153, + "ĠAlien": 32396, + "ĠAlison": 41001, + "ĠAll": 1057, + "ĠAllah": 4574, + "ĠAllahu": 44351, + "ĠAllan": 45902, + "ĠAlle": 25318, + "ĠAlleg": 47486, + "ĠAllen": 17160, + "ĠAlles": 27633, + "ĠAllez": 29616, + "ĠAlliance": 21859, + "ĠAllied": 45620, + "ĠAllies": 44949, + "ĠAllison": 32638, + "ĠAllow": 32225, + "ĠAlly": 46776, + "ĠAllÄģh": 41778, + "ĠAlm": 14344, + "ĠAlma": 42439, + "ĠAlmighty": 16849, + "ĠAlmost": 12627, + "ĠAlo": 35625, + "ĠAlone": 42056, + "ĠAlong": 17457, + "ĠAlors": 9946, + "ĠAlpha": 20588, + "ĠAlready": 23741, + "ĠAlright": 2798, + "ĠAlrighty": 43301, + "ĠAls": 12948, + "ĠAlso": 2743, + "ĠAlt": 15992, + "ĠAlter": 32608, + "ĠAltern": 23830, + "ĠAlternatively": 46167, + "ĠAlthough": 5780, + "ĠAlto": 50066, + "ĠAlum": 33134, + "ĠAlumni": 35699, + "ĠAlways": 11270, + "ĠAly": 27008, + "ĠAlz": 26804, + "ĠAlzheimer": 27932, + "ĠAlém": 44457, + "ĠAm": 2012, + "ĠAma": 14171, + "ĠAman": 35466, + "ĠAmanda": 20431, + "ĠAmazing": 14165, + "ĠAmazon": 6795, + "ĠAmb": 17196, + "ĠAmbassador": 28506, + "ĠAmber": 29407, + "ĠAmelia": 42814, + "ĠAmen": 14092, + "ĠAmend": 20404, + "ĠAmendment": 21443, + "ĠAmer": 22597, + "ĠAmeric": 1656, + "ĠAmerica": 3374, + "ĠAmerican": 2665, + "ĠAmericans": 6280, + "ĠAmericas": 38415, + "ĠAmerika": 42345, + "ĠAmong": 16119, + "ĠAmsterdam": 28291, + "ĠAmy": 12651, + "ĠAmérica": 48053, + "ĠAn": 1107, + "ĠAna": 21202, + "ĠAnakin": 47218, + "ĠAnal": 16128, + "ĠAnalysis": 38172, + "ĠAnalyt": 23688, + "ĠAnalytics": 25944, + "ĠAnat": 42628, + "ĠAnch": 39547, + "ĠAncient": 28352, + "ĠAnd": 400, + "ĠAnda": 40480, + "ĠAnders": 33988, + "ĠAnderson": 18768, + "ĠAndre": 20667, + "ĠAndrea": 24215, + "ĠAndreas": 38785, + "ĠAndrew": 10110, + "ĠAndroid": 8853, + "ĠAndy": 13285, + "ĠAnfang": 25856, + "ĠAng": 4521, + "ĠAngeb": 44301, + "ĠAngel": 14902, + "ĠAngela": 20848, + "ĠAngeles": 12292, + "ĠAngels": 37950, + "ĠAngie": 48829, + "ĠAnglo": 49570, + "ĠAngry": 49860, + "ĠAngst": 28622, + "ĠAngular": 34107, + "ĠAnh": 23574, + "ĠAnim": 21691, + "ĠAnimal": 24358, + "ĠAnimals": 47164, + "ĠAnimation": 44635, + "ĠAnime": 48615, + "ĠAnita": 44528, + "ĠAnk": 42483, + "ĠAnn": 8860, + "ĠAnna": 12899, + "ĠAnne": 13706, + "ĠAnnie": 26781, + "ĠAnnouncer": 36640, + "ĠAnnual": 46030, + "ĠAnother": 3996, + "ĠAns": 14590, + "ĠAnsch": 45062, + "ĠAnswer": 24545, + "ĠAnt": 5130, + "ĠAntar": 30536, + "ĠAntarctica": 39866, + "ĠAntes": 39325, + "ĠAnth": 12727, + "ĠAnthony": 15853, + "ĠAnti": 27757, + "ĠAnton": 15291, + "ĠAntonio": 22527, + "ĠAntrag": 34807, + "ĠAntwort": 34693, + "ĠAny": 2639, + "ĠAnybody": 19082, + "ĠAnyone": 14643, + "ĠAnything": 11998, + "ĠAnytime": 39401, + "ĠAnyway": 5684, + "ĠAnyways": 15585, + "ĠAo": 35208, + "ĠAp": 8723, + "ĠApa": 37831, + "ĠApache": 46597, + "ĠApart": 24111, + "ĠAph": 41775, + "ĠApollo": 25187, + "ĠApost": 31467, + "ĠApp": 3132, + "ĠApparently": 16755, + "ĠAppe": 41322, + "ĠApplause": 19281, + "ĠApple": 6373, + "ĠApplic": 26519, + "ĠApplication": 39512, + "ĠApply": 25264, + "ĠAppreci": 33669, + "ĠAppreciate": 37601, + "ĠAppro": 29551, + "ĠApps": 32231, + "ĠApr": 6305, + "ĠApril": 6929, + "ĠAprès": 29265, + "ĠAqu": 8728, + "ĠAqua": 45591, + "ĠAqui": 23089, + "ĠAquÃŃ": 24386, + "ĠAr": 1587, + "ĠAra": 18601, + "ĠArab": 8625, + "ĠArabia": 21610, + "ĠArabic": 19938, + "ĠArabs": 39770, + "ĠArbeit": 18604, + "ĠArbeits": 23262, + "ĠArc": 21727, + "ĠArch": 10984, + "ĠArchitect": 29306, + "ĠArchitecture": 43049, + "ĠArchives": 39258, + "ĠArctic": 27241, + "ĠArduino": 39539, + "ĠAre": 2014, + "ĠArea": 19405, + "ĠAren": 15464, + "ĠArena": 34290, + "ĠArg": 40081, + "ĠArgent": 15183, + "ĠArgentina": 18336, + "ĠArgh": 45851, + "ĠArgu": 48560, + "ĠAri": 9433, + "ĠAriana": 43296, + "ĠAriel": 37201, + "ĠArin": 24209, + "ĠArist": 31310, + "ĠAristotle": 42368, + "ĠArizona": 14723, + "ĠArk": 16427, + "ĠArkansas": 31386, + "ĠArm": 11893, + "ĠArmed": 42024, + "ĠArmen": 22302, + "ĠArmenia": 45925, + "ĠArmenian": 41581, + "ĠArmor": 44679, + "ĠArms": 42561, + "ĠArmstrong": 36100, + "ĠArmy": 9583, + "ĠArnold": 30406, + "ĠAround": 17633, + "ĠArri": 45188, + "ĠArrow": 40269, + "ĠArsen": 41218, + "ĠArsenal": 49156, + "ĠArt": 5735, + "ĠArtem": 39210, + "ĠArthur": 19624, + "ĠArticle": 35230, + "ĠArtist": 39504, + "ĠArts": 12407, + "ĠAry": 39960, + "ĠAs": 1018, + "ĠAsh": 10279, + "ĠAshe": 45006, + "ĠAshley": 19571, + "ĠAsia": 10038, + "ĠAsian": 10645, + "ĠAsians": 47724, + "ĠAside": 33726, + "ĠAsk": 12320, + "ĠAss": 6281, + "ĠAssad": 40122, + "ĠAssass": 35355, + "ĠAssassin": 43176, + "ĠAssembly": 20399, + "ĠAssessment": 47643, + "ĠAssim": 40376, + "ĠAssist": 49633, + "ĠAssistance": 46805, + "ĠAssistant": 14890, + "ĠAssoci": 8619, + "ĠAssociate": 28520, + "ĠAssociation": 10734, + "ĠAst": 12884, + "ĠAstra": 45242, + "ĠAstron": 36819, + "ĠAsÃŃ": 17419, + "ĠAt": 1711, + "ĠAtari": 41381, + "ĠAth": 16487, + "ĠAthena": 36827, + "ĠAthens": 32530, + "ĠAthlet": 34318, + "ĠAtl": 11000, + "ĠAtlanta": 20225, + "ĠAtlantic": 20233, + "ĠAtlas": 32485, + "ĠAtt": 7298, + "ĠAttack": 22477, + "ĠAttend": 46827, + "ĠAttention": 31858, + "ĠAttorney": 23283, + "ĠAté": 31793, + "ĠAu": 12160, + "ĠAub": 36927, + "ĠAuch": 13382, + "ĠAuckland": 33976, + "ĠAud": 8821, + "ĠAudi": 28943, + "ĠAudience": 23517, + "ĠAudio": 25706, + "ĠAudrey": 31808, + "ĠAuf": 9462, + "ĠAufg": 29648, + "ĠAufgabe": 40070, + "ĠAuft": 39119, + "ĠAug": 6088, + "ĠAugen": 29692, + "ĠAugust": 6897, + "ĠAujourd": 32650, + "ĠAun": 30265, + "ĠAunque": 45068, + "ĠAunt": 17535, + "ĠAuntie": 33878, + "ĠAur": 26945, + "ĠAurora": 40663, + "ĠAus": 9039, + "ĠAuss": 21286, + "ĠAust": 4126, + "ĠAustin": 15356, + "ĠAustral": 5273, + "ĠAustralia": 7060, + "ĠAustralian": 13337, + "ĠAustralians": 38108, + "ĠAustria": 26501, + "ĠAustrian": 41507, + "ĠAusw": 48500, + "ĠAut": 6049, + "ĠAuth": 40231, + "ĠAuthor": 20216, + "ĠAuthority": 29824, + "ĠAuto": 13738, + "ĠAutob": 49909, + "ĠAutom": 24619, + "ĠAutumn": 45597, + "ĠAuÃŁerdem": 47834, + "ĠAv": 11667, + "ĠAvant": 44822, + "ĠAvatar": 44748, + "ĠAve": 23650, + "ĠAvec": 31720, + "ĠAven": 13573, + "ĠAvengers": 25430, + "ĠAvenue": 22454, + "ĠAvi": 40712, + "ĠAvo": 36175, + "ĠAvoid": 41061, + "ĠAw": 6381, + "ĠAwak": 25274, + "ĠAward": 13894, + "ĠAwards": 22187, + "ĠAware": 43949, + "ĠAway": 36957, + "ĠAwesome": 10391, + "ĠAww": 22007, + "ĠAx": 20118, + "ĠAy": 9081, + "ĠAye": 13377, + "ĠAz": 7607, + "ĠAzer": 32580, + "ĠAzerbai": 41937, + "ĠAzerbaijan": 48815, + "ĠAzure": 11969, + "ĠAÃŃ": 22175, + "ĠB": 363, + "ĠBA": 21050, + "ĠBACK": 42467, + "ĠBAR": 27952, + "ĠBB": 19168, + "ĠBBC": 22669, + "ĠBBQ": 40969, + "ĠBC": 14359, + "ĠBCE": 49369, + "ĠBE": 13513, + "ĠBEC": 45090, + "ĠBEN": 31613, + "ĠBER": 42488, + "ĠBET": 41804, + "ĠBETH": 36480, + "ĠBH": 40342, + "ĠBI": 23524, + "ĠBIG": 39761, + "ĠBILL": 28062, + "ĠBJ": 37830, + "ĠBL": 15132, + "ĠBLACK": 43408, + "ĠBM": 15901, + "ĠBMW": 21355, + "ĠBO": 22785, + "ĠBOB": 43765, + "ĠBON": 48524, + "ĠBOY": 34909, + "ĠBP": 40533, + "ĠBR": 10262, + "ĠBRA": 30777, + "ĠBRAND": 41466, + "ĠBRANDON": 46940, + "ĠBRE": 41450, + "ĠBRI": 27466, + "ĠBRIAN": 31434, + "ĠBROWN": 37705, + "ĠBS": 27253, + "ĠBT": 31144, + "ĠBTS": 17951, + "ĠBU": 31142, + "ĠBUR": 37270, + "ĠBUT": 23073, + "ĠBY": 26930, + "ĠBa": 6777, + "ĠBab": 15820, + "ĠBaba": 22529, + "ĠBabe": 44127, + "ĠBaby": 9425, + "ĠBabylon": 30278, + "ĠBach": 30920, + "ĠBachelor": 23193, + "ĠBack": 5833, + "ĠBackground": 36904, + "ĠBacon": 42460, + "ĠBad": 11523, + "ĠBaek": 38913, + "ĠBag": 24377, + "ĠBagh": 45487, + "ĠBah": 14782, + "ĠBahn": 44337, + "ĠBai": 25269, + "ĠBailey": 28192, + "ĠBak": 12063, + "ĠBake": 42597, + "ĠBaker": 25780, + "ĠBal": 13140, + "ĠBalance": 41899, + "ĠBald": 27306, + "ĠBaldwin": 46050, + "ĠBali": 40664, + "ĠBalk": 36289, + "ĠBall": 10744, + "ĠBalt": 18294, + "ĠBaltimore": 22749, + "ĠBam": 26630, + "ĠBan": 13850, + "ĠBana": 33942, + "ĠBanana": 39588, + "ĠBand": 15462, + "ĠBang": 11538, + "ĠBangkok": 43055, + "ĠBangl": 32123, + "ĠBangladesh": 35260, + "ĠBank": 8915, + "ĠBanks": 33081, + "ĠBao": 42099, + "ĠBapt": 25991, + "ĠBaptist": 32410, + "ĠBar": 4156, + "ĠBarack": 31705, + "ĠBarb": 14876, + "ĠBarbara": 19214, + "ĠBarbie": 33884, + "ĠBarcel": 20496, + "ĠBarcelona": 21247, + "ĠBard": 26841, + "ĠBardzo": 38559, + "ĠBare": 43957, + "ĠBark": 36275, + "ĠBarn": 21605, + "ĠBarnes": 43903, + "ĠBaron": 30978, + "ĠBarr": 28694, + "ĠBarry": 21639, + "ĠBart": 22338, + "ĠBas": 5859, + "ĠBase": 21054, + "ĠBased": 18785, + "ĠBash": 43068, + "ĠBasic": 31598, + "ĠBasically": 8537, + "ĠBasil": 43175, + "ĠBasket": 45360, + "ĠBass": 29626, + "ĠBast": 31915, + "ĠBat": 10066, + "ĠBath": 36167, + "ĠBatman": 15432, + "ĠBatt": 29439, + "ĠBatter": 33066, + "ĠBattery": 47410, + "ĠBattle": 11846, + "ĠBattlefield": 41091, + "ĠBau": 28772, + "ĠBaum": 40165, + "ĠBay": 7840, + "ĠBayern": 29163, + "ĠBaz": 42220, + "ĠBaÅŁ": 28942, + "ĠBe": 879, + "ĠBea": 45786, + "ĠBeach": 14866, + "ĠBead": 31315, + "ĠBeam": 40916, + "ĠBean": 38454, + "ĠBear": 19836, + "ĠBears": 50180, + "ĠBeast": 24100, + "ĠBeat": 16031, + "ĠBeatles": 38376, + "ĠBeau": 43702, + "ĠBeaut": 10584, + "ĠBeautiful": 14724, + "ĠBeauty": 21450, + "ĠBecause": 1436, + "ĠBecca": 33148, + "ĠBeck": 19184, + "ĠBecky": 30059, + "ĠBecome": 44308, + "ĠBed": 19893, + "ĠBee": 31141, + "ĠBeef": 36465, + "ĠBeen": 32839, + "ĠBeer": 41453, + "ĠBeet": 28798, + "ĠBeethoven": 38651, + "ĠBefore": 4546, + "ĠBegin": 20660, + "ĠBeginning": 45705, + "ĠBeh": 13068, + "ĠBehavior": 45807, + "ĠBehind": 20475, + "ĠBei": 16188, + "ĠBeij": 18995, + "ĠBeijing": 20240, + "ĠBeim": 45113, + "ĠBeing": 8891, + "ĠBeispiel": 13772, + "ĠBeit": 43637, + "ĠBel": 6248, + "ĠBelarus": 35855, + "ĠBelg": 19234, + "ĠBelgian": 47127, + "ĠBelgium": 28094, + "ĠBelieve": 21486, + "ĠBell": 11485, + "ĠBella": 29133, + "ĠBelle": 31905, + "ĠBelo": 49244, + "ĠBelow": 36261, + "ĠBelt": 38869, + "ĠBem": 32846, + "ĠBen": 3964, + "ĠBend": 32451, + "ĠBene": 27702, + "ĠBened": 39753, + "ĠBenedict": 47837, + "ĠBeng": 29425, + "ĠBengal": 50221, + "ĠBeni": 44460, + "ĠBenim": 27051, + "ĠBenjamin": 22231, + "ĠBenn": 29686, + "ĠBennett": 40620, + "ĠBenny": 44531, + "ĠBenson": 48601, + "ĠBent": 28894, + "ĠBentley": 43147, + "ĠBer": 5637, + "ĠBere": 17684, + "ĠBereich": 26489, + "ĠBerg": 27511, + "ĠBerkeley": 23684, + "ĠBerlin": 13848, + "ĠBern": 10781, + "ĠBernard": 30116, + "ĠBernie": 22426, + "ĠBerry": 34084, + "ĠBert": 29594, + "ĠBeruf": 36688, + "ĠBes": 8190, + "ĠBesch": 30860, + "ĠBesides": 13212, + "ĠBest": 9752, + "ĠBet": 6279, + "ĠBeta": 33286, + "ĠBeth": 14011, + "ĠBets": 49352, + "ĠBett": 45083, + "ĠBetter": 15753, + "ĠBetty": 30270, + "ĠBetween": 18967, + "ĠBev": 41159, + "ĠBever": 39236, + "ĠBeverly": 43598, + "ĠBevölker": 48313, + "ĠBew": 40512, + "ĠBeweg": 46757, + "ĠBey": 15550, + "ĠBeyonce": 48416, + "ĠBeyond": 19707, + "ĠBh": 13550, + "ĠBhag": 33797, + "ĠBhar": 49104, + "ĠBi": 13007, + "ĠBian": 39509, + "ĠBib": 31520, + "ĠBible": 6544, + "ĠBiden": 9877, + "ĠBie": 34972, + "ĠBieber": 42377, + "ĠBien": 16956, + "ĠBier": 50222, + "ĠBig": 5429, + "ĠBigQuery": 43422, + "ĠBij": 41809, + "ĠBike": 45699, + "ĠBil": 22879, + "ĠBild": 15746, + "ĠBilder": 44719, + "ĠBill": 5477, + "ĠBillboard": 40351, + "ĠBillie": 46021, + "ĠBilly": 18179, + "ĠBin": 18983, + "ĠBing": 30755, + "ĠBio": 26840, + "ĠBiology": 48132, + "ĠBir": 7145, + "ĠBiraz": 48542, + "ĠBird": 15931, + "ĠBirds": 41456, + "ĠBirmingham": 34673, + "ĠBirth": 24299, + "ĠBirthday": 29236, + "ĠBis": 25271, + "ĠBishop": 30113, + "ĠBism": 34594, + "ĠBit": 9101, + "ĠBitch": 40678, + "ĠBitcoin": 11414, + "ĠBite": 48012, + "ĠBitte": 42890, + "ĠBiz": 16619, + "ĠBizim": 45180, + "ĠBj": 49660, + "ĠBl": 2177, + "ĠBla": 18925, + "ĠBlack": 4076, + "ĠBlade": 32230, + "ĠBlair": 42157, + "ĠBlake": 23451, + "ĠBlaze": 49894, + "ĠBle": 30721, + "ĠBlend": 44836, + "ĠBless": 21562, + "ĠBlessed": 37501, + "ĠBlick": 32556, + "ĠBlind": 34126, + "ĠBliss": 50034, + "ĠBlizzard": 40976, + "ĠBlo": 9865, + "ĠBlock": 17500, + "ĠBlockchain": 48916, + "ĠBlog": 46693, + "ĠBlood": 17428, + "ĠBloody": 46877, + "ĠBloom": 25927, + "ĠBloomberg": 40363, + "ĠBlow": 46391, + "ĠBlue": 8510, + "ĠBlues": 44979, + "ĠBluetooth": 20286, + "ĠBo": 3286, + "ĠBoard": 10008, + "ĠBob": 6085, + "ĠBobby": 19573, + "ĠBock": 47672, + "ĠBod": 19482, + "ĠBoden": 34971, + "ĠBody": 21329, + "ĠBoeing": 30831, + "ĠBog": 24339, + "ĠBoh": 32484, + "ĠBol": 14331, + "ĠBold": 48954, + "ĠBolsonaro": 46710, + "ĠBolt": 37884, + "ĠBom": 19812, + "ĠBomb": 25463, + "ĠBon": 7368, + "ĠBond": 23604, + "ĠBone": 45915, + "ĠBong": 39813, + "ĠBonjour": 25431, + "ĠBonnie": 32170, + "ĠBonus": 44917, + "ĠBoo": 23351, + "ĠBook": 9476, + "ĠBooks": 33843, + "ĠBoom": 15523, + "ĠBoost": 43902, + "ĠBoot": 37263, + "ĠBor": 13739, + "ĠBora": 49967, + "ĠBorder": 36985, + "ĠBoris": 27158, + "ĠBorn": 29808, + "ĠBos": 22264, + "ĠBose": 45206, + "ĠBoss": 15215, + "ĠBoston": 12333, + "ĠBot": 25486, + "ĠBoth": 6767, + "ĠBots": 47224, + "ĠBott": 28479, + "ĠBottom": 38289, + "ĠBou": 43833, + "ĠBoulder": 48052, + "ĠBoule": 50121, + "ĠBour": 35866, + "ĠBow": 12903, + "ĠBowl": 25044, + "ĠBowser": 46102, + "ĠBox": 15112, + "ĠBoy": 9486, + "ĠBoys": 21963, + "ĠBr": 1603, + "ĠBra": 4991, + "ĠBrad": 11895, + "ĠBradley": 36607, + "ĠBrady": 31773, + "ĠBrah": 36569, + "ĠBrain": 29783, + "ĠBran": 45265, + "ĠBranch": 40482, + "ĠBrand": 11119, + "ĠBrandon": 22606, + "ĠBrasil": 14861, + "ĠBraun": 46939, + "ĠBrave": 38545, + "ĠBravo": 28861, + "ĠBrazil": 9435, + "ĠBrazilian": 23435, + "ĠBre": 7090, + "ĠBread": 35357, + "ĠBreak": 16925, + "ĠBreakfast": 45371, + "ĠBreaking": 36715, + "ĠBreat": 20093, + "ĠBreath": 38672, + "ĠBreathe": 36323, + "ĠBree": 49188, + "ĠBref": 49957, + "ĠBren": 31200, + "ĠBrend": 25425, + "ĠBrenda": 39610, + "ĠBrendan": 48484, + "ĠBrent": 31665, + "ĠBret": 42000, + "ĠBrett": 29447, + "ĠBrew": 42906, + "ĠBrexit": 24480, + "ĠBri": 32851, + "ĠBrian": 10765, + "ĠBrid": 30552, + "ĠBridge": 18917, + "ĠBrief": 39805, + "ĠBrig": 29675, + "ĠBright": 24271, + "ĠBrill": 30132, + "ĠBrilliant": 34007, + "ĠBring": 12842, + "ĠBringing": 45241, + "ĠBris": 30554, + "ĠBrisbane": 32222, + "ĠBristol": 41208, + "ĠBrit": 4760, + "ĠBritain": 12960, + "ĠBritish": 6221, + "ĠBritney": 46161, + "ĠBritt": 30750, + "ĠBrittany": 41067, + "ĠBro": 5425, + "ĠBroad": 14074, + "ĠBroadway": 19414, + "ĠBrock": 32093, + "ĠBroken": 46624, + "ĠBron": 19544, + "ĠBronx": 41862, + "ĠBronze": 44916, + "ĠBrook": 13945, + "ĠBrooke": 43092, + "ĠBrooklyn": 21872, + "ĠBrooks": 33493, + "ĠBros": 27651, + "ĠBrother": 8904, + "ĠBrothers": 19886, + "ĠBrown": 8030, + "ĠBru": 12792, + "ĠBruce": 15429, + "ĠBruno": 23046, + "ĠBrus": 32894, + "ĠBrush": 33142, + "ĠBrussels": 38717, + "ĠBry": 12812, + "ĠBryan": 23730, + "ĠBryant": 46466, + "ĠBryce": 35109, + "ĠBu": 4078, + "ĠBub": 25489, + "ĠBubble": 43072, + "ĠBuch": 25818, + "ĠBuck": 22006, + "ĠBud": 6384, + "ĠBudd": 8845, + "ĠBuddh": 13522, + "ĠBuddha": 16375, + "ĠBuddhism": 24744, + "ĠBuddhist": 22764, + "ĠBuddy": 27829, + "ĠBudget": 33751, + "ĠBueno": 16046, + "ĠBuenos": 38058, + "ĠBuff": 20254, + "ĠBuffalo": 33855, + "ĠBug": 23821, + "ĠBugün": 48017, + "ĠBuild": 11875, + "ĠBuilding": 18974, + "ĠBuilt": 49822, + "ĠBul": 19825, + "ĠBulgar": 31125, + "ĠBulgaria": 47737, + "ĠBull": 14131, + "ĠBullet": 44975, + "ĠBun": 14661, + "ĠBund": 10203, + "ĠBundes": 14031, + "ĠBundesregierung": 46876, + "ĠBundest": 43825, + "ĠBunny": 38803, + "ĠBunu": 35919, + "ĠBunun": 45160, + "ĠBur": 7031, + "ĠBurada": 43776, + "ĠBurch": 48370, + "ĠBureau": 19738, + "ĠBurg": 32911, + "ĠBurger": 28936, + "ĠBurke": 37396, + "ĠBurn": 18328, + "ĠBurning": 43905, + "ĠBurns": 41195, + "ĠBurton": 46011, + "ĠBus": 8006, + "ĠBusan": 43538, + "ĠBush": 15782, + "ĠBusiness": 10715, + "ĠBut": 583, + "ĠButler": 27571, + "ĠButt": 40801, + "ĠButter": 22646, + "ĠButton": 38435, + "ĠBuy": 19146, + "ĠBuzz": 29209, + "ĠBy": 3146, + "ĠBye": 4621, + "ĠByz": 41014, + "ĠBä": 47571, + "ĠBöyle": 30734, + "ĠBü": 37186, + "ĠBür": 22596, + "ĠBürger": 28514, + "ĠBÃľNDNIS": 25667, + "ĠC": 383, + "ĠCA": 22852, + "ĠCAD": 41143, + "ĠCAL": 50188, + "ĠCAM": 27040, + "ĠCAN": 22931, + "ĠCAP": 33636, + "ĠCAR": 15939, + "ĠCAS": 43268, + "ĠCAT": 41192, + "ĠCB": 18745, + "ĠCBD": 41584, + "ĠCBS": 35856, + "ĠCC": 12630, + "ĠCCP": 27876, + "ĠCCTV": 44838, + "ĠCD": 6743, + "ĠCDC": 17133, + "ĠCDU": 19181, + "ĠCDs": 45257, + "ĠCE": 28109, + "ĠCEO": 9282, + "ĠCEOs": 40736, + "ĠCF": 21792, + "ĠCG": 38007, + "ĠCGI": 48448, + "ĠCH": 5995, + "ĠCHA": 35732, + "ĠCHAN": 39235, + "ĠCHAR": 35494, + "ĠCHEERING": 45465, + "ĠCHRIS": 17353, + "ĠCI": 37777, + "ĠCIA": 25143, + "ĠCJ": 42285, + "ĠCL": 12855, + "ĠCM": 20424, + "ĠCMS": 33124, + "ĠCN": 14589, + "ĠCNC": 48714, + "ĠCNN": 24859, + "ĠCO": 3002, + "ĠCOB": 34812, + "ĠCOL": 31286, + "ĠCOM": 35074, + "ĠCOME": 49563, + "ĠCOMM": 36041, + "ĠCON": 16596, + "ĠCOP": 48988, + "ĠCOR": 43137, + "ĠCOSTA": 36537, + "ĠCOVID": 4566, + "ĠCP": 22431, + "ĠCPA": 48672, + "ĠCPR": 47536, + "ĠCPU": 13199, + "ĠCR": 14123, + "ĠCRA": 34425, + "ĠCRIS": 49256, + "ĠCS": 9460, + "ĠCSS": 24387, + "ĠCSV": 48814, + "ĠCT": 19529, + "ĠCU": 29777, + "ĠCV": 22995, + "ĠCa": 7544, + "ĠCab": 14704, + "ĠCabinet": 31398, + "ĠCad": 22323, + "ĠCada": 38603, + "ĠCaesar": 26678, + "ĠCaf": 46701, + "ĠCafe": 35864, + "ĠCage": 48677, + "ĠCai": 30983, + "ĠCait": 28250, + "ĠCaitlin": 50131, + "ĠCake": 36773, + "ĠCal": 3511, + "ĠCaleb": 30331, + "ĠCalendar": 43583, + "ĠCaliforn": 5284, + "ĠCalifornia": 5384, + "ĠCall": 7807, + "ĠCalled": 45001, + "ĠCalling": 44150, + "ĠCalm": 23086, + "ĠCalvin": 28025, + "ĠCam": 6886, + "ĠCamb": 29287, + "ĠCambodia": 47347, + "ĠCambridge": 24876, + "ĠCame": 36042, + "ĠCamera": 23734, + "ĠCameron": 24962, + "ĠCamp": 9189, + "ĠCampaign": 38256, + "ĠCampbell": 25914, + "ĠCampus": 28095, + "ĠCan": 1664, + "ĠCanad": 10380, + "ĠCanada": 6309, + "ĠCanadian": 12641, + "ĠCanadians": 30053, + "ĠCanal": 38250, + "ĠCancer": 26127, + "ĠCand": 20466, + "ĠCandy": 31470, + "ĠCann": 29866, + "ĠCannon": 43102, + "ĠCanon": 27666, + "ĠCant": 26697, + "ĠCanton": 44170, + "ĠCanvas": 25725, + "ĠCanyon": 29170, + "ĠCao": 38176, + "ĠCap": 8363, + "ĠCape": 27517, + "ĠCapital": 21502, + "ĠCapitol": 25081, + "ĠCapt": 9480, + "ĠCaptain": 10873, + "ĠCar": 2741, + "ĠCara": 33006, + "ĠCarbon": 31453, + "ĠCard": 11877, + "ĠCare": 9532, + "ĠCareer": 31690, + "ĠCareful": 32932, + "ĠCarib": 23438, + "ĠCaribbean": 24356, + "ĠCarl": 14256, + "ĠCarla": 41325, + "ĠCarlo": 45112, + "ĠCarlos": 19646, + "ĠCarm": 44530, + "ĠCarmen": 35778, + "ĠCarn": 32254, + "ĠCarne": 42799, + "ĠCarnegie": 47301, + "ĠCarney": 29351, + "ĠCaro": 37265, + "ĠCarol": 7925, + "ĠCarolina": 11480, + "ĠCaroline": 30245, + "ĠCarolyn": 42731, + "ĠCarr": 17715, + "ĠCarrie": 34654, + "ĠCarroll": 48456, + "ĠCarry": 44168, + "ĠCars": 43595, + "ĠCarson": 38731, + "ĠCart": 22478, + "ĠCarter": 21622, + "ĠCarwyn": 47021, + "ĠCas": 16100, + "ĠCasa": 44843, + "ĠCase": 17791, + "ĠCasey": 27369, + "ĠCash": 27016, + "ĠCass": 18208, + "ĠCast": 11019, + "ĠCastle": 21076, + "ĠCastro": 43221, + "ĠCat": 9565, + "ĠCatal": 24994, + "ĠCatalunya": 46039, + "ĠCatch": 23869, + "ĠCath": 8764, + "ĠCathedral": 46794, + "ĠCatherine": 23098, + "ĠCatholic": 11981, + "ĠCatholics": 36333, + "ĠCathy": 39799, + "ĠCats": 40902, + "ĠCau": 49788, + "ĠCauc": 44044, + "ĠCaucas": 44941, + "ĠCause": 10865, + "ĠCav": 28066, + "ĠCave": 41100, + "ĠCay": 38287, + "ĠCe": 8257, + "ĠCec": 38807, + "ĠCel": 19967, + "ĠCela": 37348, + "ĠCelebr": 30413, + "ĠCeline": 42704, + "ĠCell": 28859, + "ĠCelsius": 22658, + "ĠCelt": 44591, + "ĠCem": 48852, + "ĠCen": 38065, + "ĠCena": 48131, + "ĠCensus": 34273, + "ĠCent": 3408, + "ĠCenter": 5169, + "ĠCenters": 41911, + "ĠCentral": 9701, + "ĠCentre": 20764, + "ĠCentury": 28555, + "ĠCer": 26402, + "ĠCert": 31036, + "ĠCertain": 13407, + "ĠCertainly": 16628, + "ĠCes": 28414, + "ĠCette": 25556, + "ĠCh": 761, + "ĠCha": 12374, + "ĠChad": 22268, + "ĠChain": 33252, + "ĠChair": 8678, + "ĠChairman": 17866, + "ĠChall": 14398, + "ĠChallenge": 17517, + "ĠCham": 18054, + "ĠChamber": 25401, + "ĠChamp": 9863, + "ĠChampion": 23160, + "ĠChampions": 14391, + "ĠChampionship": 24310, + "ĠChampionships": 46917, + "ĠChan": 16064, + "ĠChance": 16428, + "ĠChancellor": 24778, + "ĠChand": 32244, + "ĠChanel": 42698, + "ĠChang": 17179, + "ĠChange": 15060, + "ĠChanging": 45773, + "ĠChannel": 13553, + "ĠChaos": 32644, + "ĠChap": 24187, + "ĠChapel": 48203, + "ĠChapter": 18874, + "ĠChar": 4327, + "ĠCharacter": 36786, + "ĠCharge": 40546, + "ĠCharl": 14130, + "ĠCharles": 10523, + "ĠCharlie": 13754, + "ĠCharlotte": 19059, + "ĠChart": 49762, + "ĠChase": 21384, + "ĠChat": 27503, + "ĠChe": 3351, + "ĠCheck": 6881, + "ĠCheer": 39899, + "ĠCheers": 13006, + "ĠCheese": 23738, + "ĠChef": 14447, + "ĠChel": 24345, + "ĠChelsea": 26527, + "ĠChem": 21357, + "ĠChemical": 42754, + "ĠChemistry": 46038, + "ĠChen": 13682, + "ĠCheng": 24363, + "ĠCher": 14825, + "ĠChern": 49504, + "ĠCherry": 34831, + "ĠCheryl": 38331, + "ĠChest": 47981, + "ĠChev": 44236, + "ĠChevy": 49426, + "ĠChi": 17730, + "ĠChic": 9010, + "ĠChicago": 9525, + "ĠChick": 38930, + "ĠChicken": 16765, + "ĠChief": 10068, + "ĠChild": 9004, + "ĠChildren": 13354, + "ĠChile": 22238, + "ĠChili": 45624, + "ĠChill": 41368, + "ĠChin": 4430, + "ĠChina": 3533, + "ĠChinese": 4649, + "ĠChing": 47818, + "ĠChip": 29751, + "ĠChloe": 29694, + "ĠCho": 12366, + "ĠChocolate": 26832, + "ĠChoi": 33479, + "ĠChoice": 37080, + "ĠChong": 43040, + "ĠChoose": 21661, + "ĠChop": 25615, + "ĠChr": 1721, + "ĠChris": 6688, + "ĠChrist": 2040, + "ĠChristian": 5778, + "ĠChristianity": 17326, + "ĠChristians": 12254, + "ĠChristie": 46111, + "ĠChristina": 25466, + "ĠChristine": 24038, + "ĠChristmas": 5272, + "ĠChristopher": 20649, + "ĠChrome": 15327, + "ĠChron": 34038, + "ĠChry": 43183, + "ĠChu": 25585, + "ĠChuck": 21607, + "ĠChun": 32527, + "ĠChung": 38314, + "ĠChurch": 7882, + "ĠChurchill": 39837, + "ĠCi": 20188, + "ĠCiao": 28473, + "ĠCin": 18310, + "ĠCinc": 44142, + "ĠCincinn": 45323, + "ĠCincinnati": 45951, + "ĠCind": 23863, + "ĠCinderella": 47980, + "ĠCindy": 32185, + "ĠCinema": 42502, + "ĠCinnamon": 40446, + "ĠCir": 13791, + "ĠCirc": 28938, + "ĠCircle": 29381, + "ĠCircuit": 36939, + "ĠCisco": 38528, + "ĠCit": 18435, + "ĠCities": 36672, + "ĠCitizen": 44371, + "ĠCitizens": 44120, + "ĠCity": 4392, + "ĠCiv": 35452, + "ĠCivic": 46237, + "ĠCivil": 13405, + "ĠCl": 2033, + "ĠCla": 12947, + "ĠClaire": 22605, + "ĠClan": 45117, + "ĠClap": 45297, + "ĠClar": 28410, + "ĠClara": 32048, + "ĠClark": 18572, + "ĠClaro": 33380, + "ĠClass": 9471, + "ĠClassic": 25008, + "ĠClaud": 24858, + "ĠClaudia": 36785, + "ĠClaus": 33153, + "ĠClay": 21392, + "ĠCle": 8834, + "ĠClean": 18463, + "ĠClear": 14993, + "ĠClearly": 24120, + "ĠClement": 49517, + "ĠCler": 36984, + "ĠClerk": 45175, + "ĠCleveland": 27846, + "ĠClick": 8230, + "ĠCliff": 33638, + "ĠClimate": 27025, + "ĠClin": 24240, + "ĠClinic": 37918, + "ĠClinical": 47942, + "ĠClint": 45311, + "ĠClinton": 15445, + "ĠClo": 31901, + "ĠClock": 46986, + "ĠClone": 45536, + "ĠClose": 16346, + "ĠCloud": 8061, + "ĠClub": 11288, + "ĠCly": 44752, + "ĠCo": 3066, + "ĠCoach": 17369, + "ĠCoalition": 40586, + "ĠCoast": 14960, + "ĠCob": 31395, + "ĠCoc": 30430, + "ĠCoca": 32719, + "ĠCock": 39410, + "ĠCoco": 29787, + "ĠCoconut": 45875, + "ĠCode": 15549, + "ĠCody": 34524, + "ĠCoffee": 25481, + "ĠCoh": 29000, + "ĠCohen": 32968, + "ĠCoin": 39054, + "ĠCoke": 32996, + "ĠCol": 4004, + "ĠCola": 48037, + "ĠCold": 16918, + "ĠCole": 20394, + "ĠColeman": 49930, + "ĠColin": 29253, + "ĠColl": 4586, + "ĠCollabor": 44483, + "ĠCollect": 31896, + "ĠCollection": 30981, + "ĠCollege": 6745, + "ĠCollins": 27973, + "ĠColomb": 18514, + "ĠColombia": 22677, + "ĠColon": 21408, + "ĠColonel": 28478, + "ĠColor": 10458, + "ĠColorado": 15786, + "ĠColumb": 13056, + "ĠColumbia": 17339, + "ĠColumbus": 31258, + "ĠCom": 2432, + "ĠComb": 25939, + "ĠCombat": 41019, + "ĠCome": 2492, + "ĠComedy": 47217, + "ĠComes": 47290, + "ĠComic": 40945, + "ĠComics": 43533, + "ĠComing": 12473, + "ĠComm": 3046, + "ĠCommand": 17901, + "ĠCommander": 20857, + "ĠComme": 24308, + "ĠComment": 16328, + "ĠCommerce": 34493, + "ĠCommercial": 47171, + "ĠCommission": 10766, + "ĠCommissioner": 25410, + "ĠCommittee": 11556, + "ĠCommon": 18235, + "ĠCommons": 34894, + "ĠCommonwealth": 35295, + "ĠComms": 42664, + "ĠCommun": 6800, + "ĠCommunication": 34930, + "ĠCommunications": 38998, + "ĠCommunist": 23253, + "ĠCommunity": 10421, + "ĠComo": 11913, + "ĠComp": 6620, + "ĠCompan": 31827, + "ĠCompanies": 44031, + "ĠCompany": 13918, + "ĠCompare": 48523, + "ĠCompared": 30539, + "ĠCompass": 50179, + "ĠCompet": 32216, + "ĠCompetition": 43634, + "ĠCompl": 33736, + "ĠComplet": 31804, + "ĠComplete": 34687, + "ĠCompletely": 39978, + "ĠComplex": 41184, + "ĠComput": 37804, + "ĠComputer": 22289, + "ĠCon": 2656, + "ĠConan": 47691, + "ĠConc": 18200, + "ĠConcept": 47482, + "ĠCond": 21793, + "ĠConf": 11701, + "ĠConfeder": 31201, + "ĠConfederate": 45000, + "ĠConference": 22131, + "ĠConfig": 44151, + "ĠCong": 4280, + "ĠCongo": 42839, + "ĠCongrats": 40219, + "ĠCongratulations": 9694, + "ĠCongress": 6426, + "ĠCongressman": 38071, + "ĠConnect": 11653, + "ĠConnecticut": 29433, + "ĠConnie": 49558, + "ĠConnor": 33133, + "ĠCons": 6923, + "ĠConse": 39706, + "ĠConserv": 26870, + "ĠConservation": 40131, + "ĠConservative": 46054, + "ĠConsider": 17416, + "ĠConsidering": 33854, + "ĠConsole": 44152, + "ĠConsort": 31719, + "ĠConst": 8574, + "ĠConstant": 37413, + "ĠConstitution": 14505, + "ĠConstruction": 40017, + "ĠConsult": 40057, + "ĠConsumer": 39494, + "ĠCont": 4839, + "ĠContact": 30683, + "ĠContain": 43732, + "ĠContent": 30078, + "ĠContin": 14674, + "ĠContinue": 24472, + "ĠContinuing": 47585, + "ĠContract": 44659, + "ĠControl": 12912, + "ĠController": 44969, + "ĠConven": 45992, + "ĠConvention": 26793, + "ĠConvers": 33247, + "ĠCook": 12259, + "ĠCookie": 42011, + "ĠCooking": 36647, + "ĠCool": 8561, + "ĠCooper": 20355, + "ĠCoordin": 39620, + "ĠCoordinator": 47173, + "ĠCop": 11579, + "ĠCopenh": 50135, + "ĠCopper": 47243, + "ĠCopy": 25653, + "ĠCor": 3925, + "ĠCord": 40267, + "ĠCore": 14798, + "ĠCorey": 39136, + "ĠCorin": 25567, + "ĠCorinth": 29455, + "ĠCorinthians": 34778, + "ĠCorn": 21590, + "ĠCornell": 43257, + "ĠCorner": 42391, + "ĠCoron": 24199, + "ĠCorona": 18075, + "ĠCoronavirus": 32737, + "ĠCorpor": 19665, + "ĠCorporation": 26464, + "ĠCorps": 20169, + "ĠCorrect": 12753, + "ĠCort": 28522, + "ĠCory": 41695, + "ĠCos": 15855, + "ĠCost": 20863, + "ĠCosta": 28440, + "ĠCostco": 43453, + "ĠCott": 35485, + "ĠCotton": 46195, + "ĠCou": 26180, + "ĠCould": 7497, + "ĠCouldn": 35800, + "ĠCoun": 4780, + "ĠCouncil": 7076, + "ĠCouncill": 10778, + "ĠCouncillor": 11731, + "ĠCouncillors": 44912, + "ĠCounsel": 35157, + "ĠCount": 5247, + "ĠCounter": 35607, + "ĠCountry": 23216, + "ĠCounty": 6658, + "ĠCouple": 38266, + "ĠCour": 6413, + "ĠCourse": 27327, + "ĠCourt": 7873, + "ĠCourtney": 33489, + "ĠCover": 19106, + "ĠCovid": 14633, + "ĠCow": 21933, + "ĠCox": 41576, + "ĠCr": 4779, + "ĠCra": 11138, + "ĠCraft": 29991, + "ĠCraig": 19732, + "ĠCrash": 31787, + "ĠCraw": 37877, + "ĠCrazy": 22509, + "ĠCre": 9549, + "ĠCream": 25358, + "ĠCreat": 11972, + "ĠCreate": 20248, + "ĠCreating": 40002, + "ĠCreation": 42874, + "ĠCreative": 26598, + "ĠCreator": 28208, + "ĠCred": 47560, + "ĠCredit": 36006, + "ĠCreed": 39103, + "ĠCreek": 24200, + "ĠCreo": 40640, + "ĠCrew": 29857, + "ĠCrim": 30691, + "ĠCrime": 26140, + "ĠCrimea": 48495, + "ĠCriminal": 43698, + "ĠCrisis": 42846, + "ĠCrisp": 49077, + "ĠCrist": 23199, + "ĠCristo": 36524, + "ĠCrit": 23202, + "ĠCritical": 39482, + "ĠCro": 18965, + "ĠCroat": 37614, + "ĠCroatia": 50186, + "ĠCross": 11623, + "ĠCrossing": 41675, + "ĠCrow": 27072, + "ĠCrowd": 40110, + "ĠCrown": 22375, + "ĠCru": 13586, + "ĠCruise": 39165, + "ĠCrunch": 44233, + "ĠCrus": 34484, + "ĠCrush": 44211, + "ĠCruz": 23008, + "ĠCry": 12267, + "ĠCrypt": 34809, + "ĠCrystal": 23489, + "ĠCtrl": 35233, + "ĠCu": 13205, + "ĠCuando": 21907, + "ĠCub": 21300, + "ĠCuba": 20604, + "ĠCuban": 31547, + "ĠCube": 33003, + "ĠCul": 49037, + "ĠCult": 41550, + "ĠCultural": 31450, + "ĠCulture": 27539, + "ĠCum": 26337, + "ĠCup": 13751, + "ĠCur": 7907, + "ĠCuriosity": 48998, + "ĠCurrent": 15629, + "ĠCurrently": 19964, + "ĠCurry": 34789, + "ĠCurt": 26587, + "ĠCurtis": 42140, + "ĠCustom": 16649, + "ĠCustomer": 37168, + "ĠCut": 9431, + "ĠCute": 29121, + "ĠCuz": 27017, + "ĠCy": 10295, + "ĠCyber": 22935, + "ĠCyberpunk": 46927, + "ĠCycl": 49173, + "ĠCynthia": 38163, + "ĠCyr": 33146, + "ĠCyrus": 47439, + "ĠCzech": 25227, + "ĠCzy": 19832, + "ĠCzyli": 37099, + "ĠCó": 41306, + "ĠD": 413, + "ĠDA": 9578, + "ĠDAC": 39038, + "ĠDAM": 48093, + "ĠDAN": 15331, + "ĠDANIEL": 38958, + "ĠDAR": 49274, + "ĠDAVID": 16764, + "ĠDAY": 27665, + "ĠDB": 26754, + "ĠDC": 9114, + "ĠDD": 30778, + "ĠDDR": 49272, + "ĠDE": 10113, + "ĠDENNIS": 47172, + "ĠDES": 27083, + "ĠDF": 48336, + "ĠDH": 28606, + "ĠDI": 11953, + "ĠDID": 35345, + "ĠDIE": 32188, + "ĠDIRE": 32990, + "ĠDIRECTOR": 35929, + "ĠDIS": 49028, + "ĠDIY": 22194, + "ĠDJ": 13078, + "ĠDK": 31934, + "ĠDLC": 30272, + "ĠDM": 15322, + "ĠDN": 21500, + "ĠDNA": 8272, + "ĠDNS": 35153, + "ĠDO": 10699, + "ĠDOM": 35727, + "ĠDON": 20403, + "ĠDOT": 50142, + "ĠDOU": 45723, + "ĠDOWN": 48897, + "ĠDP": 42796, + "ĠDR": 12118, + "ĠDS": 15816, + "ĠDU": 28423, + "ĠDV": 17021, + "ĠDVD": 21187, + "ĠDW": 45318, + "ĠDX": 48817, + "ĠDY": 48427, + "ĠDa": 3933, + "ĠDaar": 29883, + "ĠDabei": 39606, + "ĠDad": 5639, + "ĠDaddy": 15323, + "ĠDae": 42361, + "ĠDaf": 31582, + "ĠDafür": 35865, + "ĠDag": 41866, + "ĠDah": 36977, + "ĠDaha": 35658, + "ĠDai": 39521, + "ĠDaily": 19685, + "ĠDais": 31109, + "ĠDaisy": 37472, + "ĠDak": 18051, + "ĠDakota": 22429, + "ĠDal": 17357, + "ĠDale": 31329, + "ĠDallas": 22923, + "ĠDam": 5885, + "ĠDamas": 49327, + "ĠDame": 34447, + "ĠDamen": 21131, + "ĠDamit": 24495, + "ĠDamn": 11907, + "ĠDamon": 47197, + "ĠDan": 3394, + "ĠDana": 23759, + "ĠDance": 16114, + "ĠDancing": 36890, + "ĠDang": 29580, + "ĠDanger": 36619, + "ĠDani": 42136, + "ĠDaniel": 8033, + "ĠDanielle": 21182, + "ĠDanish": 36944, + "ĠDank": 14148, + "ĠDanke": 26508, + "ĠDann": 7455, + "ĠDanny": 16682, + "ĠDans": 16897, + "ĠDante": 35602, + "ĠDar": 7803, + "ĠDare": 42320, + "ĠDark": 9563, + "ĠDarkness": 38198, + "ĠDarling": 38697, + "ĠDarr": 44007, + "ĠDarren": 36691, + "ĠDarrin": 47368, + "ĠDart": 30271, + "ĠDarth": 40696, + "ĠDartmouth": 47883, + "ĠDarwin": 30233, + "ĠDas": 2846, + "ĠDash": 23453, + "ĠDass": 22306, + "ĠDat": 9315, + "ĠData": 11888, + "ĠDatab": 40461, + "ĠDate": 31805, + "ĠDaten": 31126, + "ĠDav": 3724, + "ĠDave": 11017, + "ĠDavid": 4389, + "ĠDavidson": 44401, + "ĠDavis": 15658, + "ĠDaw": 28407, + "ĠDawn": 26001, + "ĠDay": 5226, + "ĠDays": 26007, + "ĠDayton": 44718, + "ĠDazu": 34667, + "ĠDe": 1346, + "ĠDead": 12550, + "ĠDeadpool": 45493, + "ĠDeaf": 31389, + "ĠDeal": 27227, + "ĠDean": 13324, + "ĠDear": 14383, + "ĠDeath": 13703, + "ĠDeb": 27347, + "ĠDebat": 42167, + "ĠDebatte": 48930, + "ĠDebbie": 35834, + "ĠDeborah": 39695, + "ĠDec": 12427, + "ĠDecember": 7687, + "ĠDeck": 38196, + "ĠDeclaration": 40844, + "ĠDed": 41300, + "ĠDee": 38894, + "ĠDeep": 14895, + "ĠDef": 9548, + "ĠDefence": 43291, + "ĠDefense": 17410, + "ĠDefin": 46245, + "ĠDefinitely": 12151, + "ĠDeixa": 46589, + "ĠDel": 5831, + "ĠDelaware": 37655, + "ĠDelete": 49452, + "ĠDelhi": 26680, + "ĠDelicious": 28518, + "ĠDell": 33319, + "ĠDelta": 18183, + "ĠDem": 4686, + "ĠDemocr": 7141, + "ĠDemocracy": 43062, + "ĠDemocrat": 27827, + "ĠDemocratic": 14928, + "ĠDemocrats": 12217, + "ĠDemokrat": 27802, + "ĠDemokraten": 41139, + "ĠDemon": 29683, + "ĠDen": 6458, + "ĠDenis": 45351, + "ĠDenise": 38133, + "ĠDenmark": 28065, + "ĠDenn": 19027, + "ĠDennis": 23376, + "ĠDent": 41622, + "ĠDenver": 26270, + "ĠDep": 4056, + "ĠDepartment": 5982, + "ĠDepending": 22539, + "ĠDepois": 34231, + "ĠDepot": 45445, + "ĠDepression": 33044, + "ĠDeputy": 21560, + "ĠDer": 5618, + "ĠDerek": 22887, + "ĠDes": 3885, + "ĠDesde": 37985, + "ĠDesert": 33340, + "ĠDeshalb": 27969, + "ĠDesign": 12748, + "ĠDesigner": 48027, + "ĠDesktop": 49044, + "ĠDesp": 9891, + "ĠDespite": 11334, + "ĠDespués": 40995, + "ĠDest": 16339, + "ĠDestiny": 31898, + "ĠDestroy": 41719, + "ĠDeswegen": 24864, + "ĠDet": 4237, + "ĠDetails": 42811, + "ĠDetective": 35210, + "ĠDetroit": 20887, + "ĠDeus": 15057, + "ĠDeuts": 10514, + "ĠDeutsch": 12699, + "ĠDeutsche": 45567, + "ĠDeutschen": 45070, + "ĠDeutschland": 14802, + "ĠDev": 9096, + "ĠDevOps": 43051, + "ĠDevelop": 11442, + "ĠDeveloper": 44915, + "ĠDevelopment": 15041, + "ĠDevi": 48565, + "ĠDevice": 50140, + "ĠDevil": 25221, + "ĠDew": 43079, + "ĠDh": 34414, + "ĠDharma": 40552, + "ĠDi": 8789, + "ĠDia": 22157, + "ĠDial": 29658, + "ĠDiam": 21706, + "ĠDiamond": 26593, + "ĠDiana": 21470, + "ĠDiane": 30460, + "ĠDick": 18754, + "ĠDid": 2589, + "ĠDidn": 11151, + "ĠDie": 3229, + "ĠDiego": 16377, + "ĠDienst": 43932, + "ĠDies": 10796, + "ĠDiese": 18993, + "ĠDiesel": 47037, + "ĠDieser": 39609, + "ĠDieses": 39201, + "ĠDiet": 29606, + "ĠDieu": 25610, + "ĠDif": 35940, + "ĠDifferent": 20825, + "ĠDig": 10976, + "ĠDigital": 15522, + "ĠDil": 36475, + "ĠDim": 20975, + "ĠDin": 27156, + "ĠDing": 20558, + "ĠDinge": 25102, + "ĠDingen": 49351, + "ĠDinner": 46678, + "ĠDion": 45212, + "ĠDios": 21838, + "ĠDip": 33486, + "ĠDir": 34422, + "ĠDire": 5822, + "ĠDirect": 18308, + "ĠDirector": 7680, + "ĠDirectory": 49598, + "ĠDis": 4208, + "ĠDisability": 47636, + "ĠDisc": 19839, + "ĠDiscord": 32623, + "ĠDiscover": 40386, + "ĠDiscovery": 34129, + "ĠDise": 30161, + "ĠDisease": 35360, + "ĠDisk": 30609, + "ĠDiskuss": 45963, + "ĠDisney": 8653, + "ĠDisneyland": 34797, + "ĠDisplay": 32229, + "ĠDist": 9840, + "ĠDistrict": 14374, + "ĠDit": 25270, + "ĠDiv": 9886, + "ĠDiversity": 44187, + "ĠDivine": 26098, + "ĠDivision": 17183, + "ĠDj": 33464, + "ĠDlatego": 47184, + "ĠDo": 1144, + "ĠDob": 29679, + "ĠDoc": 16024, + "ĠDoch": 21533, + "ĠDocker": 33772, + "ĠDoctor": 10143, + "ĠDoctors": 39090, + "ĠDocument": 37684, + "ĠDod": 26904, + "ĠDodge": 41883, + "ĠDoes": 4402, + "ĠDoesn": 12955, + "ĠDog": 13472, + "ĠDogs": 35504, + "ĠDoing": 18496, + "ĠDok": 29768, + "ĠDol": 18786, + "ĠDoll": 20059, + "ĠDollar": 32370, + "ĠDom": 16674, + "ĠDomin": 18027, + "ĠDominican": 45486, + "ĠDon": 1468, + "ĠDonald": 8632, + "ĠDonc": 7477, + "ĠDoncs": 38641, + "ĠDone": 18658, + "ĠDong": 13609, + "ĠDonkey": 44217, + "ĠDonna": 31938, + "ĠDont": 49271, + "ĠDoo": 46612, + "ĠDoom": 30168, + "ĠDoor": 29636, + "ĠDop": 42657, + "ĠDor": 13643, + "ĠDorothy": 41105, + "ĠDort": 32308, + "ĠDos": 33474, + "ĠDot": 38753, + "ĠDou": 13200, + "ĠDouble": 16633, + "ĠDoug": 12742, + "ĠDouglas": 23010, + "ĠDow": 20947, + "ĠDown": 9506, + "ĠDownload": 32282, + "ĠDownt": 44386, + "ĠDowntown": 49255, + "ĠDoy": 40059, + "ĠDr": 2491, + "ĠDra": 15971, + "ĠDracula": 48950, + "ĠDrag": 8832, + "ĠDragon": 11517, + "ĠDragons": 37437, + "ĠDrake": 27465, + "ĠDrama": 45406, + "ĠDraw": 20386, + "ĠDre": 31635, + "ĠDream": 12105, + "ĠDreams": 41887, + "ĠDrew": 25550, + "ĠDri": 19150, + "ĠDrink": 24529, + "ĠDrive": 15622, + "ĠDriver": 36048, + "ĠDriving": 44028, + "ĠDro": 35305, + "ĠDrop": 17675, + "ĠDru": 36744, + "ĠDruck": 33320, + "ĠDrug": 35806, + "ĠDrum": 40320, + "ĠDry": 31562, + "ĠDu": 5153, + "ĠDual": 37625, + "ĠDub": 16488, + "ĠDubai": 29100, + "ĠDublin": 42323, + "ĠDuch": 44267, + "ĠDuck": 29266, + "ĠDud": 42622, + "ĠDude": 12042, + "ĠDue": 18980, + "ĠDuke": 17380, + "ĠDul": 50115, + "ĠDum": 29572, + "ĠDun": 11959, + "ĠDuncan": 31942, + "ĠDunk": 47183, + "ĠDuo": 46123, + "ĠDur": 13710, + "ĠDurch": 28557, + "ĠDurham": 46540, + "ĠDuring": 6842, + "ĠDus": 17916, + "ĠDust": 26483, + "ĠDustin": 46782, + "ĠDutch": 15719, + "ĠDuty": 33045, + "ĠDuygusal": 50090, + "ĠDw": 41448, + "ĠDy": 31193, + "ĠDylan": 28160, + "ĠDynam": 22947, + "ĠDynamic": 45440, + "ĠDynasty": 37339, + "ĠDz": 39448, + "ĠDziÄĻkujÄĻ": 43721, + "ĠDá": 49794, + "ĠDär": 40291, + "ĠDÃ¥": 26339, + "ĠDé": 31153, + "ĠDü": 41835, + "ĠE": 462, + "ĠEA": 35747, + "ĠEB": 50148, + "ĠEC": 19081, + "ĠED": 18050, + "ĠEE": 33685, + "ĠEH": 39416, + "ĠEK": 46078, + "ĠEL": 14426, + "ĠEM": 16237, + "ĠEN": 15244, + "ĠEP": 25330, + "ĠEPA": 27447, + "ĠEQ": 33580, + "ĠER": 14929, + "ĠERIC": 36137, + "ĠES": 12564, + "ĠEST": 47140, + "ĠET": 36953, + "ĠETF": 37436, + "ĠEU": 10887, + "ĠEV": 15733, + "ĠEVER": 27843, + "ĠEVERY": 35163, + "ĠEX": 16385, + "ĠEach": 6947, + "ĠEagle": 27926, + "ĠEagles": 48807, + "ĠEar": 3929, + "ĠEarl": 38936, + "ĠEarlier": 24552, + "ĠEarly": 18344, + "ĠEarn": 24820, + "ĠEarnest": 28214, + "ĠEarth": 4755, + "ĠEas": 46879, + "ĠEast": 6747, + "ĠEaster": 9403, + "ĠEastern": 12901, + "ĠEasy": 16002, + "ĠEat": 14429, + "ĠEating": 29234, + "ĠEb": 20418, + "ĠEbola": 37846, + "ĠEc": 28993, + "ĠEcho": 31887, + "ĠEck": 46354, + "ĠEco": 40263, + "ĠEconom": 14821, + "ĠEconomic": 25776, + "ĠEconomics": 39024, + "ĠEconomy": 48223, + "ĠEcu": 40675, + "ĠEcuador": 41558, + "ĠEd": 3977, + "ĠEddie": 23911, + "ĠEddy": 35062, + "ĠEden": 35322, + "ĠEdgar": 42981, + "ĠEdge": 19328, + "ĠEdin": 39697, + "ĠEdinburgh": 41215, + "ĠEdison": 47497, + "ĠEdit": 33241, + "ĠEdition": 25301, + "ĠEditor": 24281, + "ĠEdu": 31900, + "ĠEduardo": 45819, + "ĠEduc": 9517, + "ĠEducation": 10680, + "ĠEdward": 18456, + "ĠEdwards": 35836, + "ĠEe": 25046, + "ĠEen": 25374, + "ĠEf": 31840, + "ĠEfendi": 43472, + "ĠEfendimiz": 50120, + "ĠEff": 34192, + "ĠEffect": 17764, + "ĠEffects": 34515, + "ĠEg": 43515, + "ĠEgg": 16960, + "ĠEggs": 42486, + "ĠEgypt": 9582, + "ĠEgyptian": 24257, + "ĠEgyptians": 44119, + "ĠEh": 9663, + "ĠEi": 29786, + "ĠEig": 40561, + "ĠEigen": 30586, + "ĠEight": 17708, + "ĠEin": 6391, + "ĠEine": 17664, + "ĠEink": 49128, + "ĠEins": 22790, + "ĠEinsatz": 38474, + "ĠEinstein": 23486, + "ĠEis": 43174, + "ĠEisen": 35619, + "ĠEither": 13746, + "ĠEk": 33089, + "ĠEl": 2699, + "ĠEla": 17637, + "ĠElaine": 42322, + "ĠEld": 19705, + "ĠElder": 28390, + "ĠEle": 8024, + "ĠElect": 12575, + "ĠElection": 45074, + "ĠElectric": 24677, + "ĠElectronic": 46921, + "ĠElekt": 40321, + "ĠElement": 20900, + "ĠElementary": 33099, + "ĠElena": 39603, + "ĠEles": 31096, + "ĠEleven": 48548, + "ĠEli": 16943, + "ĠElijah": 36147, + "ĠEliot": 44023, + "ĠElise": 40545, + "ĠElite": 34404, + "ĠEliz": 11991, + "ĠElizabeth": 12978, + "ĠEll": 8353, + "ĠElla": 29261, + "ĠElle": 16227, + "ĠEllen": 20306, + "ĠEller": 45719, + "ĠElli": 40612, + "ĠEllie": 27151, + "ĠElliot": 38986, + "ĠElliott": 46170, + "ĠEllis": 38171, + "ĠElmo": 38722, + "ĠElo": 41784, + "ĠElon": 28498, + "ĠEls": 33437, + "ĠElsa": 36342, + "ĠElse": 45472, + "ĠEltern": 29101, + "ĠElvis": 39944, + "ĠEm": 3968, + "ĠEmail": 49482, + "ĠEmb": 24234, + "ĠEmbassy": 49637, + "ĠEmer": 18477, + "ĠEmergency": 30524, + "ĠEmil": 36983, + "ĠEmily": 15034, + "ĠEmin": 40695, + "ĠEmir": 38426, + "ĠEmm": 28237, + "ĠEmma": 17124, + "ĠEmmanuel": 44421, + "ĠEmmy": 45580, + "ĠEmp": 8599, + "ĠEmperor": 17913, + "ĠEmpire": 12197, + "ĠEmploy": 26878, + "ĠEmpress": 28559, + "ĠEn": 2193, + "ĠEnc": 29584, + "ĠEnd": 6967, + "ĠEnde": 15152, + "ĠEnemy": 48886, + "ĠEner": 11132, + "ĠEnerg": 48195, + "ĠEnergie": 35309, + "ĠEnergy": 14939, + "ĠEnfin": 35861, + "ĠEng": 2469, + "ĠEngagement": 43931, + "ĠEngine": 7659, + "ĠEngineer": 15808, + "ĠEngineering": 16215, + "ĠEngineers": 43950, + "ĠEngland": 8196, + "ĠEnglish": 3669, + "ĠEnjoy": 15411, + "ĠEnlight": 46037, + "ĠEnough": 19401, + "ĠEns": 25979, + "ĠEnsuite": 37366, + "ĠEnt": 3951, + "ĠEnter": 10399, + "ĠEnterprise": 26696, + "ĠEntertain": 24684, + "ĠEntertainment": 25758, + "ĠEntonces": 15097, + "ĠEntre": 27979, + "ĠEntreprene": 49049, + "ĠEntscheid": 30862, + "ĠEntscheidung": 44667, + "ĠEntwick": 29397, + "ĠEntwicklung": 39654, + "ĠEntão": 6469, + "ĠEnviron": 19286, + "ĠEnvironment": 35354, + "ĠEnvironmental": 27813, + "ĠEp": 9970, + "ĠEph": 35445, + "ĠEpic": 26785, + "ĠEpisode": 19882, + "ĠEqu": 15624, + "ĠEquity": 47675, + "ĠEr": 3300, + "ĠEra": 23071, + "ĠErde": 43720, + "ĠEren": 49479, + "ĠErfahr": 34137, + "ĠErfahrung": 49318, + "ĠErfolg": 45232, + "ĠErgeb": 34657, + "ĠErgebnis": 46229, + "ĠEric": 9336, + "ĠErica": 37429, + "ĠErik": 33143, + "ĠErin": 27983, + "ĠErm": 45794, + "ĠErn": 24147, + "ĠErst": 31183, + "ĠEs": 2313, + "ĠEsc": 30379, + "ĠEscape": 42960, + "ĠEso": 27795, + "ĠEsp": 24978, + "ĠEspa": 27907, + "ĠEspaña": 31729, + "ĠEspecially": 8545, + "ĠEsper": 24142, + "ĠEspero": 41831, + "ĠEss": 14357, + "ĠEssa": 22818, + "ĠEsse": 18814, + "ĠEssen": 42098, + "ĠEssential": 49736, + "ĠEssentially": 23596, + "ĠEst": 4410, + "ĠEsta": 20547, + "ĠEstado": 29740, + "ĠEstados": 22362, + "ĠEstamos": 34563, + "ĠEstate": 48097, + "ĠEste": 16105, + "ĠEsther": 37731, + "ĠEsto": 20880, + "ĠEstoy": 49651, + "ĠEstá": 27304, + "ĠEt": 3790, + "ĠEternal": 44432, + "ĠEth": 10540, + "ĠEthan": 23984, + "ĠEther": 38636, + "ĠEthereum": 26894, + "ĠEthi": 29380, + "ĠEthiopia": 39445, + "ĠEts": 47170, + "ĠEtt": 48426, + "ĠEu": 2186, + "ĠEuch": 46668, + "ĠEugene": 37059, + "ĠEuh": 47320, + "ĠEun": 17965, + "ĠEuro": 3010, + "ĠEurop": 12201, + "ĠEuropa": 16642, + "ĠEurope": 3315, + "ĠEuropean": 6473, + "ĠEuropeans": 29746, + "ĠEuros": 46662, + "ĠEv": 5689, + "ĠEva": 29377, + "ĠEvan": 22613, + "ĠEvangel": 36635, + "ĠEvans": 30055, + "ĠEve": 15544, + "ĠEven": 2754, + "ĠEvent": 13222, + "ĠEvents": 45314, + "ĠEventually": 17586, + "ĠEver": 12123, + "ĠEverest": 47591, + "ĠEvery": 2048, + "ĠEverybody": 7646, + "ĠEveryday": 37689, + "ĠEveryone": 5198, + "ĠEverything": 5471, + "ĠEverywhere": 37322, + "ĠEvet": 16729, + "ĠEvil": 20528, + "ĠEvolution": 40800, + "ĠEw": 28101, + "ĠEx": 2111, + "ĠExact": 7199, + "ĠExactly": 7587, + "ĠExam": 24755, + "ĠExamples": 48591, + "ĠExc": 9368, + "ĠExcel": 19060, + "ĠExcellence": 44684, + "ĠExcellent": 16723, + "ĠExcept": 16192, + "ĠExchange": 31169, + "ĠExcuse": 11359, + "ĠExec": 17662, + "ĠExecutive": 20658, + "ĠExerc": 37502, + "ĠExercise": 44307, + "ĠExhale": 31911, + "ĠExodus": 44472, + "ĠExp": 21391, + "ĠExpect": 46318, + "ĠExped": 48603, + "ĠExper": 12522, + "ĠExperience": 28503, + "ĠExperiment": 37933, + "ĠExpert": 41255, + "ĠExpl": 12514, + "ĠExplain": 39574, + "ĠExplorer": 31895, + "ĠExport": 50130, + "ĠExpress": 20212, + "ĠExt": 9881, + "ĠExtension": 37034, + "ĠExternal": 48277, + "ĠExtra": 29429, + "ĠExtrem": 24921, + "ĠExtremadura": 34713, + "ĠExtreme": 39525, + "ĠEy": 23236, + "ĠEye": 21603, + "ĠEyes": 28925, + "ĠEz": 27211, + "ĠEÄŁer": 41930, + "ĠF": 479, + "ĠFA": 19894, + "ĠFAR": 27235, + "ĠFBI": 17441, + "ĠFC": 27168, + "ĠFCC": 48671, + "ĠFDA": 18933, + "ĠFDP": 31763, + "ĠFE": 31778, + "ĠFEL": 46943, + "ĠFEMA": 31519, + "ĠFER": 47882, + "ĠFIFA": 39497, + "ĠFIL": 48563, + "ĠFIN": 43022, + "ĠFIR": 41538, + "ĠFL": 24720, + "ĠFM": 29614, + "ĠFO": 23501, + "ĠFOR": 15174, + "ĠFP": 36655, + "ĠFPS": 26429, + "ĠFR": 15288, + "ĠFRE": 26276, + "ĠFREE": 48511, + "ĠFROM": 36848, + "ĠFS": 41138, + "ĠFT": 46675, + "ĠFUCK": 26154, + "ĠFX": 37849, + "ĠFY": 42730, + "ĠFa": 12710, + "ĠFab": 17440, + "ĠFac": 17667, + "ĠFace": 4047, + "ĠFacebook": 4384, + "ĠFach": 38213, + "ĠFact": 33375, + "ĠFactory": 36868, + "ĠFaculty": 32689, + "ĠFahr": 19843, + "ĠFahren": 29109, + "ĠFahrenheit": 31199, + "ĠFail": 39094, + "ĠFair": 12157, + "ĠFairy": 37631, + "ĠFaith": 23642, + "ĠFake": 40469, + "ĠFal": 15202, + "ĠFalcon": 31801, + "ĠFall": 7465, + "ĠFallout": 38457, + "ĠFalls": 23245, + "ĠFalse": 50040, + "ĠFam": 7342, + "ĠFame": 35922, + "ĠFamil": 15672, + "ĠFamilie": 26021, + "ĠFamilien": 36451, + "ĠFamilies": 45081, + "ĠFamily": 11661, + "ĠFan": 18564, + "ĠFang": 25409, + "ĠFans": 25065, + "ĠFant": 12885, + "ĠFantastic": 21320, + "ĠFantasy": 25503, + "ĠFar": 9067, + "ĠFare": 46989, + "ĠFarm": 19991, + "ĠFasc": 49098, + "ĠFashion": 32782, + "ĠFast": 15968, + "ĠFaster": 46665, + "ĠFat": 16948, + "ĠFate": 40900, + "ĠFather": 7085, + "ĠFau": 48820, + "ĠFavor": 34240, + "ĠFavorite": 43697, + "ĠFay": 48889, + "ĠFaz": 33154, + "ĠFe": 3697, + "ĠFear": 28054, + "ĠFebru": 8534, + "ĠFebruary": 8711, + "ĠFed": 7772, + "ĠFeder": 45545, + "ĠFederal": 12380, + "ĠFederation": 27237, + "ĠFeed": 33720, + "ĠFeel": 14113, + "ĠFeeling": 29945, + "ĠFeels": 31578, + "ĠFeh": 35576, + "ĠFehler": 48101, + "ĠFei": 39587, + "ĠFel": 13298, + "ĠFeld": 42677, + "ĠFelipe": 34811, + "ĠFelix": 30169, + "ĠFell": 29709, + "ĠFellow": 44794, + "ĠFellows": 40011, + "ĠFemale": 27288, + "ĠFen": 30993, + "ĠFeng": 23715, + "ĠFer": 10728, + "ĠFergus": 36790, + "ĠFerguson": 40823, + "ĠFerm": 43261, + "ĠFern": 16675, + "ĠFernando": 30190, + "ĠFerr": 25443, + "ĠFerrari": 29828, + "ĠFest": 12993, + "ĠFestival": 16512, + "ĠFeuer": 39972, + "ĠFew": 33468, + "ĠFey": 46530, + "ĠFi": 38245, + "ĠField": 17952, + "ĠFields": 48190, + "ĠFif": 21501, + "ĠFifth": 33588, + "ĠFig": 22443, + "ĠFight": 12371, + "ĠFighter": 33387, + "ĠFighting": 25694, + "ĠFigure": 43225, + "ĠFil": 7905, + "ĠFile": 26196, + "ĠFilip": 28241, + "ĠFilipino": 41266, + "ĠFill": 25315, + "ĠFilm": 13801, + "ĠFilter": 39592, + "ĠFin": 3773, + "ĠFinal": 13443, + "ĠFinally": 6288, + "ĠFinance": 25765, + "ĠFinancial": 25560, + "ĠFinanz": 39141, + "ĠFind": 11809, + "ĠFinding": 31947, + "ĠFine": 12024, + "ĠFinger": 37318, + "ĠFinish": 31583, + "ĠFinished": 48188, + "ĠFinland": 24869, + "ĠFinn": 21066, + "ĠFinnish": 38429, + "ĠFiona": 42556, + "ĠFir": 28164, + "ĠFire": 7652, + "ĠFirebase": 35173, + "ĠFirefox": 46613, + "ĠFirma": 50206, + "ĠFirst": 2386, + "ĠFirstly": 20042, + "ĠFish": 18096, + "ĠFisher": 26676, + "ĠFit": 29263, + "ĠFitness": 45750, + "ĠFitz": 37815, + "ĠFive": 9436, + "ĠFix": 25538, + "ĠFl": 3235, + "ĠFlag": 37461, + "ĠFlame": 42792, + "ĠFlash": 20232, + "ĠFlat": 36172, + "ĠFle": 18612, + "ĠFleet": 47821, + "ĠFleisch": 44911, + "ĠFlex": 29208, + "ĠFlight": 28954, + "ĠFlint": 35587, + "ĠFlip": 28210, + "ĠFlo": 15153, + "ĠFlor": 8328, + "ĠFloren": 32637, + "ĠFlorence": 34631, + "ĠFlorida": 9117, + "ĠFlow": 32792, + "ĠFlower": 34993, + "ĠFlowers": 48194, + "ĠFloyd": 28494, + "ĠFlu": 33612, + "ĠFlug": 33326, + "ĠFly": 25294, + "ĠFlying": 34287, + "ĠFlynn": 40391, + "ĠFo": 8564, + "ĠFocus": 21862, + "ĠFoi": 30995, + "ĠFol": 15255, + "ĠFold": 24609, + "ĠFolge": 43597, + "ĠFolks": 39275, + "ĠFollow": 9876, + "ĠFollowing": 19192, + "ĠFont": 43901, + "ĠFood": 11675, + "ĠFoods": 40724, + "ĠFool": 41583, + "ĠFoot": 20989, + "ĠFootball": 31406, + "ĠFor": 1171, + "ĠForbes": 45950, + "ĠForce": 10580, + "ĠForces": 27445, + "ĠFord": 11961, + "ĠFore": 9018, + "ĠForeign": 20430, + "ĠForest": 18124, + "ĠForever": 30703, + "ĠForget": 18675, + "ĠForgive": 34060, + "ĠForm": 10126, + "ĠFormer": 36514, + "ĠFormula": 35872, + "ĠFors": 48202, + "ĠForsch": 42938, + "ĠFort": 11002, + "ĠFortnite": 28712, + "ĠFortunately": 20652, + "ĠFortune": 38508, + "ĠForum": 29704, + "ĠForward": 35524, + "ĠFoster": 38756, + "ĠFot": 46771, + "ĠFound": 8207, + "ĠFoundation": 10335, + "ĠFour": 7451, + "ĠFourier": 36810, + "ĠFourth": 23773, + "ĠFox": 11388, + "ĠFr": 1526, + "ĠFra": 5849, + "ĠFrage": 13685, + "ĠFragen": 25588, + "ĠFraktion": 30648, + "ĠFrame": 31628, + "ĠFran": 17288, + "ĠFranc": 8686, + "ĠFrance": 6190, + "ĠFrances": 31441, + "ĠFrancis": 19648, + "ĠFrancisco": 12279, + "ĠFranco": 34695, + "ĠFrank": 6823, + "ĠFranken": 39678, + "ĠFrankf": 32571, + "ĠFrankfurt": 36530, + "ĠFrankie": 47263, + "ĠFranklin": 22010, + "ĠFrankly": 41344, + "ĠFranz": 33084, + "ĠFrançais": 39023, + "ĠFraser": 49119, + "ĠFrau": 13930, + "ĠFrauen": 24191, + "ĠFre": 6142, + "ĠFred": 10112, + "ĠFreddie": 41264, + "ĠFreddy": 31445, + "ĠFreder": 27535, + "ĠFrederick": 35617, + "ĠFree": 11551, + "ĠFreedom": 22208, + "ĠFreeman": 42163, + "ĠFreeze": 48096, + "ĠFrei": 35939, + "ĠFreiheit": 47825, + "ĠFrench": 5522, + "ĠFres": 42618, + "ĠFresh": 22843, + "ĠFreud": 41590, + "ĠFreund": 29685, + "ĠFreunde": 40016, + "ĠFriday": 6984, + "ĠFridays": 46306, + "ĠFried": 17605, + "ĠFriend": 22812, + "ĠFriends": 14042, + "ĠFro": 25028, + "ĠFrog": 40103, + "ĠFrom": 3358, + "ĠFront": 17348, + "ĠFrost": 32910, + "ĠFrozen": 39422, + "ĠFruit": 39989, + "ĠFry": 31822, + "ĠFrüh": 47400, + "ĠFu": 12807, + "ĠFuck": 10965, + "ĠFucking": 33342, + "ĠFuel": 46837, + "ĠFuj": 43915, + "ĠFuji": 38119, + "ĠFuk": 33043, + "ĠFull": 13841, + "ĠFun": 11166, + "ĠFund": 13493, + "ĠFunk": 45285, + "ĠFunny": 36484, + "ĠFur": 11705, + "ĠFurther": 15364, + "ĠFurthermore": 23999, + "ĠFury": 40327, + "ĠFusion": 36721, + "ĠFut": 16569, + "ĠFuture": 20805, + "ĠFuÃŁ": 31419, + "ĠFuÃŁball": 49487, + "ĠFör": 20665, + "ĠFür": 14990, + "ĠG": 460, + "ĠGA": 22841, + "ĠGB": 26809, + "ĠGC": 29435, + "ĠGDP": 19599, + "ĠGE": 18003, + "ĠGEOR": 24992, + "ĠGEORGE": 26675, + "ĠGET": 28091, + "ĠGG": 42240, + "ĠGH": 40690, + "ĠGI": 26634, + "ĠGIR": 44027, + "ĠGIS": 47860, + "ĠGL": 16225, + "ĠGLORIA": 24074, + "ĠGM": 16609, + "ĠGN": 46411, + "ĠGO": 10365, + "ĠGOD": 26831, + "ĠGOOD": 28771, + "ĠGORD": 34746, + "ĠGORDON": 35269, + "ĠGOT": 36525, + "ĠGP": 26039, + "ĠGPA": 41321, + "ĠGPS": 19462, + "ĠGPU": 18407, + "ĠGR": 10903, + "ĠGRA": 26121, + "ĠGRANT": 30204, + "ĠGRE": 20830, + "ĠGREEN": 47262, + "ĠGREG": 48793, + "ĠGRÃľ": 21100, + "ĠGRÃľNEN": 21584, + "ĠGS": 32047, + "ĠGSA": 41754, + "ĠGT": 17530, + "ĠGTA": 35575, + "ĠGU": 17917, + "ĠGUY": 37931, + "ĠGW": 36704, + "ĠGa": 10384, + "ĠGab": 11995, + "ĠGabe": 39524, + "ĠGabrie": 50053, + "ĠGabriel": 20985, + "ĠGad": 37171, + "ĠGaga": 41465, + "ĠGal": 7336, + "ĠGalaxy": 13520, + "ĠGalile": 46576, + "ĠGall": 14588, + "ĠGallery": 29733, + "ĠGam": 24723, + "ĠGamb": 44643, + "ĠGame": 7522, + "ĠGames": 12761, + "ĠGaming": 30288, + "ĠGan": 19461, + "ĠGand": 23962, + "ĠGandhi": 34717, + "ĠGang": 17984, + "ĠGanz": 32496, + "ĠGanze": 35206, + "ĠGao": 32235, + "ĠGar": 7995, + "ĠGarage": 47918, + "ĠGarcia": 33738, + "ĠGard": 12882, + "ĠGarden": 19429, + "ĠGardens": 45268, + "ĠGarlic": 41124, + "ĠGarr": 42326, + "ĠGarrett": 40266, + "ĠGary": 13788, + "ĠGas": 24025, + "ĠGast": 31988, + "ĠGate": 21913, + "ĠGates": 26494, + "ĠGateway": 48394, + "ĠGather": 39841, + "ĠGaussian": 39148, + "ĠGavin": 24020, + "ĠGay": 23081, + "ĠGaz": 38468, + "ĠGaza": 37800, + "ĠGe": 2876, + "ĠGear": 26810, + "ĠGeb": 24984, + "ĠGed": 28166, + "ĠGedanken": 44612, + "ĠGee": 39840, + "ĠGeez": 43836, + "ĠGef": 17873, + "ĠGefühl": 29715, + "ĠGeg": 27826, + "ĠGegen": 38631, + "ĠGel": 16142, + "ĠGeld": 16535, + "ĠGem": 22894, + "ĠGeme": 31266, + "ĠGen": 3632, + "ĠGenau": 22340, + "ĠGender": 48039, + "ĠGene": 18083, + "ĠGener": 15409, + "ĠGeneral": 6996, + "ĠGenerally": 21082, + "ĠGeneration": 23898, + "ĠGenesis": 20587, + "ĠGeneva": 37285, + "ĠGenius": 45818, + "ĠGent": 33070, + "ĠGente": 38799, + "ĠGentle": 26214, + "ĠGentlemen": 38316, + "ĠGeoff": 26119, + "ĠGeor": 27909, + "ĠGeorg": 10114, + "ĠGeorge": 7136, + "ĠGeorget": 33932, + "ĠGeorgetown": 34848, + "ĠGeorgia": 11859, + "ĠGer": 9409, + "ĠGerade": 48175, + "ĠGeral": 48527, + "ĠGerald": 38332, + "ĠGerilim": 30687, + "ĠGerm": 3848, + "ĠGerman": 6521, + "ĠGermans": 18116, + "ĠGermany": 7244, + "ĠGerry": 39154, + "ĠGes": 6761, + "ĠGesch": 14241, + "ĠGeschichte": 28896, + "ĠGeschäft": 40440, + "ĠGesellschaft": 30006, + "ĠGesetz": 20685, + "ĠGesetzent": 37792, + "ĠGesetzentwurf": 42040, + "ĠGesicht": 47777, + "ĠGespr": 38746, + "ĠGest": 39909, + "ĠGesund": 33057, + "ĠGesundheits": 44709, + "ĠGet": 3240, + "ĠGetting": 13674, + "ĠGew": 19063, + "ĠGh": 20321, + "ĠGhana": 38779, + "ĠGhost": 16323, + "ĠGi": 15334, + "ĠGian": 41958, + "ĠGiant": 29391, + "ĠGib": 17256, + "ĠGibbs": 30199, + "ĠGibson": 42250, + "ĠGift": 44890, + "ĠGig": 40489, + "ĠGil": 17654, + "ĠGilbert": 39003, + "ĠGill": 27709, + "ĠGimme": 48047, + "ĠGin": 36846, + "ĠGina": 34711, + "ĠGinger": 34637, + "ĠGins": 41728, + "ĠGinsburg": 49347, + "ĠGiov": 47089, + "ĠGir": 36306, + "ĠGirl": 8502, + "ĠGirls": 16245, + "ĠGit": 16939, + "ĠGitHub": 23331, + "ĠGiul": 38679, + "ĠGive": 5303, + "ĠGiven": 18600, + "ĠGiving": 28983, + "ĠGl": 5209, + "ĠGla": 47895, + "ĠGlad": 28301, + "ĠGlas": 29078, + "ĠGlasgow": 40457, + "ĠGlass": 23752, + "ĠGleich": 33858, + "ĠGlen": 38125, + "ĠGlenn": 30119, + "ĠGlo": 10786, + "ĠGlobal": 14465, + "ĠGlobe": 46570, + "ĠGloria": 34288, + "ĠGlory": 28524, + "ĠGlue": 49832, + "ĠGlück": 33508, + "ĠGmail": 36732, + "ĠGo": 1037, + "ĠGoPro": 30259, + "ĠGob": 24287, + "ĠGobierno": 41963, + "ĠGod": 1265, + "ĠGoddess": 33498, + "ĠGods": 30151, + "ĠGodzilla": 38046, + "ĠGoes": 44471, + "ĠGog": 39690, + "ĠGoing": 10963, + "ĠGoku": 29138, + "ĠGol": 36319, + "ĠGold": 6731, + "ĠGolden": 13410, + "ĠGoldman": 45378, + "ĠGolf": 30176, + "ĠGom": 46961, + "ĠGomez": 43537, + "ĠGon": 47403, + "ĠGone": 39068, + "ĠGong": 33231, + "ĠGonna": 20341, + "ĠGonz": 28458, + "ĠGonzalez": 46708, + "ĠGoo": 47609, + "ĠGood": 2205, + "ĠGoodbye": 15528, + "ĠGoodness": 39863, + "ĠGoodnight": 45889, + "ĠGoog": 45005, + "ĠGoogle": 3329, + "ĠGor": 26144, + "ĠGordon": 19369, + "ĠGore": 45450, + "ĠGos": 41272, + "ĠGosh": 19185, + "ĠGospel": 23163, + "ĠGot": 5803, + "ĠGotcha": 42109, + "ĠGoth": 27305, + "ĠGothic": 47143, + "ĠGott": 19133, + "ĠGotta": 21527, + "ĠGottes": 49569, + "ĠGovern": 5515, + "ĠGovernment": 7321, + "ĠGovernor": 14550, + "ĠGr": 2606, + "ĠGra": 8985, + "ĠGrab": 20357, + "ĠGrac": 20586, + "ĠGrace": 15742, + "ĠGracias": 26909, + "ĠGrad": 16710, + "ĠGrade": 44452, + "ĠGraduate": 38124, + "ĠGraham": 22691, + "ĠGram": 22130, + "ĠGrammy": 47332, + "ĠGran": 23554, + "ĠGrand": 6757, + "ĠGrande": 28384, + "ĠGrandma": 22657, + "ĠGrandpa": 27139, + "ĠGranny": 40746, + "ĠGrant": 17529, + "ĠGraph": 21884, + "ĠGrass": 39891, + "ĠGravity": 49478, + "ĠGray": 22668, + "ĠGre": 14986, + "ĠGreat": 3769, + "ĠGreater": 38410, + "ĠGree": 7229, + "ĠGreece": 17214, + "ĠGreek": 10281, + "ĠGreeks": 31029, + "ĠGreen": 6969, + "ĠGreens": 39314, + "ĠGreet": 18678, + "ĠGreetings": 20032, + "ĠGreg": 11490, + "ĠGregory": 37915, + "ĠGren": 24913, + "ĠGrey": 24854, + "ĠGri": 46082, + "ĠGrid": 42905, + "ĠGriff": 23765, + "ĠGriffin": 39188, + "ĠGrill": 43592, + "ĠGrind": 47938, + "ĠGro": 12981, + "ĠGross": 34256, + "ĠGround": 28371, + "ĠGroup": 10500, + "ĠGrove": 43111, + "ĠGrow": 18476, + "ĠGrowing": 32569, + "ĠGrowth": 48345, + "ĠGroÃŁ": 34534, + "ĠGru": 10459, + "ĠGrund": 13941, + "ĠGrö": 45778, + "ĠGrü": 38908, + "ĠGu": 2694, + "ĠGuan": 41431, + "ĠGuang": 35815, + "ĠGuard": 11549, + "ĠGuardian": 27684, + "ĠGuardians": 45236, + "ĠGuatem": 39462, + "ĠGuatemala": 43120, + "ĠGucci": 46052, + "ĠGud": 45986, + "ĠGue": 44847, + "ĠGuer": 28305, + "ĠGuerra": 45725, + "ĠGuess": 17795, + "ĠGuid": 49036, + "ĠGuide": 18727, + "ĠGuild": 38968, + "ĠGuill": 48149, + "ĠGuin": 44117, + "ĠGuinea": 46793, + "ĠGuitar": 48758, + "ĠGul": 43314, + "ĠGulf": 23033, + "ĠGum": 48862, + "ĠGun": 14153, + "ĠGund": 38299, + "ĠGuo": 34175, + "ĠGur": 33716, + "ĠGuru": 22389, + "ĠGus": 40619, + "ĠGust": 32337, + "ĠGut": 24481, + "ĠGuten": 42833, + "ĠGuy": 14690, + "ĠGuys": 7855, + "ĠGwen": 42499, + "ĠGy": 25911, + "ĠGym": 38635, + "ĠGö": 47894, + "ĠGör": 35493, + "ĠGü": 38139, + "ĠGün": 50225, + "ĠH": 389, + "ĠHA": 11979, + "ĠHAM": 45561, + "ĠHAR": 19819, + "ĠHARF": 27602, + "ĠHARR": 38892, + "ĠHARRIS": 47714, + "ĠHAS": 38461, + "ĠHAVE": 30309, + "ĠHBO": 37409, + "ĠHC": 30440, + "ĠHD": 12149, + "ĠHDMI": 30811, + "ĠHDR": 29650, + "ĠHE": 11827, + "ĠHEL": 38856, + "ĠHER": 29060, + "ĠHERE": 37438, + "ĠHEY": 43821, + "ĠHI": 44376, + "ĠHIM": 43854, + "ĠHIS": 45470, + "ĠHIV": 15907, + "ĠHJ": 35755, + "ĠHK": 39378, + "ĠHO": 23097, + "ĠHOL": 44069, + "ĠHOR": 48064, + "ĠHOW": 30561, + "ĠHOY": 46120, + "ĠHP": 12557, + "ĠHQ": 43209, + "ĠHR": 19460, + "ĠHS": 34194, + "ĠHT": 11751, + "ĠHTML": 17995, + "ĠHTTP": 33283, + "ĠHU": 26887, + "ĠHUD": 46867, + "ĠHY": 34189, + "ĠHa": 4064, + "ĠHab": 14225, + "ĠHaben": 47007, + "ĠHack": 35170, + "ĠHad": 12298, + "ĠHadi": 18908, + "ĠHae": 44245, + "ĠHaf": 47933, + "ĠHag": 34758, + "ĠHah": 31944, + "ĠHaha": 19131, + "ĠHahah": 42656, + "ĠHahaha": 25122, + "ĠHahn": 45303, + "ĠHai": 24055, + "ĠHail": 32495, + "ĠHair": 27957, + "ĠHait": 25752, + "ĠHaiti": 35231, + "ĠHaj": 43347, + "ĠHak": 21750, + "ĠHal": 13896, + "ĠHalf": 15917, + "ĠHall": 5434, + "ĠHallelujah": 32359, + "ĠHallo": 21242, + "ĠHalloween": 13860, + "ĠHalo": 29795, + "ĠHam": 8234, + "ĠHamb": 27551, + "ĠHamburg": 34118, + "ĠHamilton": 18484, + "ĠHamm": 34842, + "ĠHammer": 33722, + "ĠHamp": 30303, + "ĠHampshire": 35688, + "ĠHan": 7820, + "ĠHana": 47946, + "ĠHand": 8854, + "ĠHands": 21369, + "ĠHandy": 47006, + "ĠHang": 14070, + "ĠHani": 39731, + "ĠHank": 26427, + "ĠHann": 33461, + "ĠHannah": 21754, + "ĠHans": 17926, + "ĠHanım": 37182, + "ĠHao": 36702, + "ĠHapp": 7412, + "ĠHappiness": 46224, + "ĠHappy": 8277, + "ĠHar": 3653, + "ĠHarbor": 33740, + "ĠHard": 11817, + "ĠHardy": 43930, + "ĠHare": 34836, + "ĠHari": 47221, + "ĠHarlem": 44196, + "ĠHarley": 34921, + "ĠHarm": 43523, + "ĠHarmon": 40599, + "ĠHarold": 36076, + "ĠHarper": 37216, + "ĠHarr": 13321, + "ĠHarriet": 46437, + "ĠHarris": 17426, + "ĠHarrison": 34272, + "ĠHarry": 9378, + "ĠHarsh": 48914, + "ĠHart": 21414, + "ĠHarvard": 13378, + "ĠHarvey": 28796, + "ĠHas": 8646, + "ĠHasan": 46513, + "ĠHash": 30775, + "ĠHass": 32711, + "ĠHast": 30987, + "ĠHasta": 45027, + "ĠHat": 15867, + "ĠHate": 46000, + "ĠHaupt": 30573, + "ĠHaus": 22725, + "ĠHause": 26217, + "ĠHaush": 39581, + "ĠHaut": 49668, + "ĠHave": 3560, + "ĠHaven": 23770, + "ĠHaving": 10222, + "ĠHaw": 9325, + "ĠHawai": 13613, + "ĠHawaii": 17930, + "ĠHawaiian": 36581, + "ĠHawk": 42219, + "ĠHay": 8721, + "ĠHayır": 30102, + "ĠHaz": 15852, + "ĠHazrat": 32423, + "ĠHe": 634, + "ĠHead": 11398, + "ĠHealing": 48997, + "ĠHealth": 5912, + "ĠHealthcare": 45548, + "ĠHealthy": 37733, + "ĠHear": 30685, + "ĠHearing": 37875, + "ĠHeart": 13569, + "ĠHearts": 39309, + "ĠHeat": 27359, + "ĠHeath": 46622, + "ĠHeather": 21728, + "ĠHeaven": 13676, + "ĠHeavenly": 38352, + "ĠHeavy": 26473, + "ĠHeb": 15606, + "ĠHebrew": 17895, + "ĠHebrews": 44604, + "ĠHeck": 41948, + "ĠHee": 26545, + "ĠHeh": 34984, + "ĠHehe": 45185, + "ĠHeidi": 40947, + "ĠHeights": 44039, + "ĠHeil": 45650, + "ĠHein": 32789, + "ĠHej": 44567, + "ĠHel": 6128, + "ĠHelen": 26294, + "ĠHelena": 49294, + "ĠHell": 12090, + "ĠHello": 2425, + "ĠHelp": 10773, + "ĠHels": 45429, + "ĠHem": 18568, + "ĠHen": 8651, + "ĠHence": 22229, + "ĠHend": 28594, + "ĠHenderson": 45013, + "ĠHenri": 45365, + "ĠHenry": 11085, + "ĠHep": 30578, + "ĠHer": 3204, + "ĠHera": 30808, + "ĠHeraus": 36795, + "ĠHerausforder": 37888, + "ĠHerbert": 41942, + "ĠHere": 1692, + "ĠHeritage": 27406, + "ĠHerm": 21842, + "ĠHerman": 44676, + "ĠHern": 35651, + "ĠHernandez": 47985, + "ĠHero": 14731, + "ĠHeroes": 32070, + "ĠHerr": 10367, + "ĠHerren": 20810, + "ĠHerrn": 41791, + "ĠHers": 41222, + "ĠHert": 41898, + "ĠHertz": 46910, + "ĠHerz": 24749, + "ĠHess": 35960, + "ĠHessen": 24951, + "ĠHet": 12045, + "ĠHeute": 27978, + "ĠHey": 1911, + "ĠHi": 2421, + "ĠHidden": 41156, + "ĠHide": 35118, + "ĠHier": 10886, + "ĠHigh": 5229, + "ĠHigher": 31997, + "ĠHighness": 17284, + "ĠHighway": 30911, + "ĠHij": 27832, + "ĠHil": 19914, + "ĠHilfe": 37448, + "ĠHill": 9109, + "ĠHillary": 23284, + "ĠHills": 25663, + "ĠHim": 5920, + "ĠHimself": 26821, + "ĠHin": 29571, + "ĠHind": 15307, + "ĠHindi": 36225, + "ĠHindu": 21231, + "ĠHindus": 49726, + "ĠHinter": 35006, + "ĠHip": 29596, + "ĠHir": 23192, + "ĠHis": 2812, + "ĠHispan": 25912, + "ĠHispanic": 29559, + "ĠHist": 9038, + "ĠHistor": 25108, + "ĠHistorical": 46124, + "ĠHistory": 12486, + "ĠHit": 9217, + "ĠHitler": 19038, + "ĠHiç": 33410, + "ĠHm": 17989, + "ĠHmm": 8239, + "ĠHmmm": 32317, + "ĠHo": 3631, + "ĠHob": 22966, + "ĠHobby": 49705, + "ĠHoch": 29193, + "ĠHod": 45151, + "ĠHoe": 33979, + "ĠHof": 37379, + "ĠHoff": 29135, + "ĠHog": 30553, + "ĠHogwarts": 46539, + "ĠHoje": 34104, + "ĠHok": 46792, + "ĠHol": 11086, + "ĠHola": 22637, + "ĠHold": 6962, + "ĠHolding": 40818, + "ĠHole": 47635, + "ĠHoliday": 40898, + "ĠHoll": 17712, + "ĠHolland": 27201, + "ĠHollow": 46731, + "ĠHolly": 10055, + "ĠHollywood": 11628, + "ĠHolmes": 27474, + "ĠHolo": 24298, + "ĠHolocaust": 28399, + "ĠHoly": 6295, + "ĠHolz": 45455, + "ĠHom": 20903, + "ĠHome": 8719, + "ĠHomeland": 45800, + "ĠHomer": 42273, + "ĠHon": 6625, + "ĠHond": 45260, + "ĠHonda": 26989, + "ĠHonestly": 12348, + "ĠHoney": 16187, + "ĠHong": 8868, + "ĠHonor": 16922, + "ĠHonors": 48801, + "ĠHoo": 26796, + "ĠHood": 33213, + "ĠHook": 33132, + "ĠHoover": 46382, + "ĠHop": 13438, + "ĠHope": 6483, + "ĠHopefully": 10429, + "ĠHopkins": 29999, + "ĠHor": 10691, + "ĠHoriz": 42141, + "ĠHorizon": 40102, + "ĠHorn": 31792, + "ĠHorror": 42993, + "ĠHorse": 33208, + "ĠHos": 44004, + "ĠHosp": 14516, + "ĠHospital": 15645, + "ĠHost": 22047, + "ĠHot": 9423, + "ĠHotel": 20354, + "ĠHou": 16273, + "ĠHour": 38369, + "ĠHouse": 4928, + "ĠHousing": 31340, + "ĠHouston": 18717, + "ĠHow": 1012, + "ĠHoward": 17626, + "ĠHowever": 2908, + "ĠHoy": 28664, + "ĠHoÅŁ": 45958, + "ĠHu": 11874, + "ĠHua": 19094, + "ĠHuang": 28073, + "ĠHuawei": 28542, + "ĠHub": 18986, + "ĠHubble": 42317, + "ĠHud": 27767, + "ĠHudson": 32959, + "ĠHue": 40015, + "ĠHug": 46892, + "ĠHuge": 37043, + "ĠHugh": 25893, + "ĠHughes": 41102, + "ĠHugo": 32504, + "ĠHuh": 8063, + "ĠHui": 39340, + "ĠHulk": 30167, + "ĠHum": 12877, + "ĠHuman": 10294, + "ĠHumans": 35809, + "ĠHun": 11648, + "ĠHund": 43361, + "ĠHundred": 32869, + "ĠHundreds": 45785, + "ĠHung": 15063, + "ĠHungarian": 38034, + "ĠHungary": 32380, + "ĠHunger": 46549, + "ĠHunt": 31740, + "ĠHunter": 18704, + "ĠHunting": 44793, + "ĠHur": 8598, + "ĠHurricane": 35574, + "ĠHurry": 12944, + "ĠHus": 21282, + "ĠHut": 39012, + "ĠHutch": 48499, + "ĠHy": 5701, + "ĠHybrid": 47088, + "ĠHyd": 24231, + "ĠHye": 31103, + "ĠHyp": 45649, + "ĠHyper": 29592, + "ĠHyun": 18398, + "ĠHyundai": 44133, + "ĠHyung": 36917, + "ĠHz": 39747, + "ĠHä": 45763, + "ĠHär": 35539, + "ĠHé": 42318, + "ĠHö": 30824, + "ĠI": 286, + "ĠIB": 40385, + "ĠIBM": 23487, + "ĠIC": 14360, + "ĠICE": 43337, + "ĠICU": 38123, + "ĠID": 7348, + "ĠIDE": 40930, + "ĠIDs": 48212, + "ĠIF": 26080, + "ĠIG": 26367, + "ĠII": 6351, + "ĠIII": 16317, + "ĠIKE": 46492, + "ĠIKEA": 47728, + "ĠIL": 40413, + "ĠIM": 21463, + "ĠIN": 6892, + "ĠINF": 35971, + "ĠINT": 43140, + "ĠINTER": 30219, + "ĠINTERVIE": 46761, + "ĠINTERVIEWER": 49667, + "ĠIO": 39839, + "ĠIP": 8671, + "ĠIPO": 50220, + "ĠIPS": 50021, + "ĠIQ": 28921, + "ĠIR": 16486, + "ĠIRA": 37993, + "ĠIRS": 33848, + "ĠIS": 6205, + "ĠISBN": 47874, + "ĠISIL": 45518, + "ĠISIS": 25639, + "ĠISO": 25042, + "ĠISS": 48534, + "ĠIT": 6783, + "ĠIU": 44218, + "ĠIV": 15967, + "ĠIX": 49497, + "ĠIan": 19595, + "ĠIb": 40790, + "ĠIce": 15332, + "ĠIceland": 28004, + "ĠIch": 3141, + "ĠIci": 39049, + "ĠId": 11506, + "ĠIdaho": 36628, + "ĠIde": 13090, + "ĠIdea": 47245, + "ĠIdeally": 40817, + "ĠIdee": 32651, + "ĠIdent": 25905, + "ĠIdi": 40187, + "ĠIdol": 33266, + "ĠIf": 759, + "ĠIg": 19271, + "ĠIgn": 24754, + "ĠIgor": 40356, + "ĠIh": 10485, + "ĠIhnen": 17280, + "ĠIhr": 14773, + "ĠIhre": 26247, + "ĠIhrer": 47087, + "ĠIk": 8316, + "ĠIl": 4416, + "ĠIll": 10597, + "ĠIllinois": 17508, + "ĠIllust": 37788, + "ĠIls": 17979, + "ĠIm": 4331, + "ĠImag": 34223, + "ĠImage": 29903, + "ĠImagine": 11739, + "ĠImam": 39875, + "ĠImm": 17322, + "ĠImma": 50089, + "ĠImmedi": 32157, + "ĠImmediately": 34457, + "ĠImmer": 42676, + "ĠImp": 8270, + "ĠImpact": 31005, + "ĠImper": 18360, + "ĠImperial": 21395, + "ĠImpf": 32591, + "ĠImport": 26391, + "ĠImportant": 42908, + "ĠImpossible": 36808, + "ĠImprove": 46366, + "ĠIn": 682, + "ĠInaudible": 48655, + "ĠInc": 7779, + "ĠIncluding": 27137, + "ĠIncor": 39120, + "ĠIncre": 30367, + "ĠIncred": 27792, + "ĠIncredible": 35261, + "ĠInd": 2333, + "ĠIndeed": 15061, + "ĠIndepend": 21809, + "ĠIndependence": 33631, + "ĠIndependent": 40310, + "ĠIndex": 33552, + "ĠIndia": 5282, + "ĠIndian": 6427, + "ĠIndiana": 21858, + "ĠIndians": 23838, + "ĠIndigenous": 22699, + "ĠIndividual": 37292, + "ĠIndo": 46489, + "ĠIndones": 13942, + "ĠIndonesia": 16879, + "ĠIndonesian": 39772, + "ĠIndust": 16018, + "ĠIndustrial": 32059, + "ĠIndustries": 45375, + "ĠIndustry": 38178, + "ĠInf": 11537, + "ĠInfin": 22145, + "ĠInfinite": 43368, + "ĠInfinity": 34762, + "ĠInform": 34301, + "ĠInformation": 15357, + "ĠInformationen": 46753, + "ĠInfrast": 38425, + "ĠIng": 25731, + "ĠIngred": 46670, + "ĠInhale": 27586, + "ĠIni": 28929, + "ĠInit": 22937, + "ĠIniti": 23613, + "ĠInitially": 29446, + "ĠInitiative": 26166, + "ĠInk": 31147, + "ĠInn": 34066, + "ĠInnen": 43617, + "ĠInner": 36705, + "ĠInnov": 22203, + "ĠInnovation": 27092, + "ĠIns": 9442, + "ĠInsert": 36487, + "ĠInside": 15123, + "ĠInsp": 32671, + "ĠInspect": 29552, + "ĠInspector": 33402, + "ĠInst": 2730, + "ĠInstagram": 5281, + "ĠInstall": 31982, + "ĠInstant": 38707, + "ĠInstead": 7156, + "ĠInstit": 33897, + "ĠInstitute": 9446, + "ĠInstr": 39785, + "ĠInsurance": 39971, + "ĠInt": 5681, + "ĠInte": 21525, + "ĠIntegr": 23894, + "ĠIntegration": 47713, + "ĠIntel": 19762, + "ĠIntell": 18762, + "ĠIntelligence": 27274, + "ĠInter": 5751, + "ĠInteresting": 14711, + "ĠInterestingly": 30564, + "ĠInterior": 44346, + "ĠIntern": 4844, + "ĠInternal": 47836, + "ĠInternational": 9157, + "ĠInternet": 7703, + "ĠInterview": 35599, + "ĠInterviewer": 43184, + "ĠInto": 23373, + "ĠIntro": 47406, + "ĠIntrodu": 27193, + "ĠInv": 31124, + "ĠInvest": 14008, + "ĠInvestig": 42030, + "ĠInvestment": 43427, + "ĠIo": 19239, + "ĠIoT": 30112, + "ĠIowa": 14514, + "ĠIr": 9151, + "ĠIra": 10954, + "ĠIran": 8283, + "ĠIranian": 24934, + "ĠIraq": 11818, + "ĠIraqi": 35149, + "ĠIre": 13151, + "ĠIreland": 15880, + "ĠIrene": 40834, + "ĠIris": 40789, + "ĠIrish": 16801, + "ĠIron": 13720, + "ĠIs": 1119, + "ĠIsa": 19718, + "ĠIsaac": 22505, + "ĠIsab": 35686, + "ĠIsaiah": 27263, + "ĠIsh": 42854, + "ĠIslam": 8571, + "ĠIslamic": 17970, + "ĠIsland": 7637, + "ĠIslands": 23492, + "ĠIsn": 6998, + "ĠIsrael": 5674, + "ĠIsraeli": 19974, + "ĠIsraelis": 45086, + "ĠIsraelites": 48308, + "ĠIss": 38195, + "ĠIsso": 14887, + "ĠIst": 12810, + "ĠIstanbul": 36340, + "ĠIt": 467, + "ĠItal": 8158, + "ĠItalia": 41355, + "ĠItalian": 10003, + "ĠItalians": 43620, + "ĠItaly": 10705, + "ĠItem": 31066, + "ĠIts": 6953, + "ĠItu": 39109, + "ĠItÃŃs": 47806, + "ĠIv": 26546, + "ĠIvan": 28893, + "ĠIvy": 38592, + "ĠIya": 47600, + "ĠIz": 30296, + "ĠIÃŃm": 34925, + "ĠJ": 508, + "ĠJA": 26401, + "ĠJAC": 48904, + "ĠJACK": 40281, + "ĠJAKE": 45452, + "ĠJAM": 26238, + "ĠJAMES": 35510, + "ĠJASON": 33524, + "ĠJAY": 29116, + "ĠJB": 43019, + "ĠJC": 49802, + "ĠJD": 37082, + "ĠJE": 21072, + "ĠJEFF": 30214, + "ĠJEN": 50245, + "ĠJENN": 35635, + "ĠJER": 29257, + "ĠJERRY": 48650, + "ĠJES": 49350, + "ĠJESS": 49439, + "ĠJF": 40951, + "ĠJH": 27473, + "ĠJI": 50172, + "ĠJIM": 37650, + "ĠJJ": 21386, + "ĠJJonak": 42805, + "ĠJK": 35973, + "ĠJM": 35162, + "ĠJO": 9787, + "ĠJOE": 44114, + "ĠJOHN": 13844, + "ĠJON": 27838, + "ĠJOSH": 36883, + "ĠJP": 34336, + "ĠJR": 32849, + "ĠJS": 33063, + "ĠJSON": 31828, + "ĠJU": 38852, + "ĠJUD": 16418, + "ĠJUDGE": 30042, + "ĠJUDY": 23820, + "ĠJUL": 40820, + "ĠJUN": 45801, + "ĠJUST": 33310, + "ĠJUSTIN": 41987, + "ĠJW": 49885, + "ĠJY": 43587, + "ĠJa": 3530, + "ĠJab": 40319, + "ĠJac": 9538, + "ĠJack": 4718, + "ĠJackie": 23402, + "ĠJackson": 10647, + "ĠJacob": 14117, + "ĠJacobs": 44068, + "ĠJacqu": 49770, + "ĠJacques": 42691, + "ĠJade": 37021, + "ĠJadi": 21662, + "ĠJae": 20916, + "ĠJag": 9014, + "ĠJah": 12443, + "ĠJahr": 11674, + "ĠJahre": 15557, + "ĠJahren": 13080, + "ĠJahres": 44360, + "ĠJaime": 46119, + "ĠJak": 15029, + "ĠJake": 15822, + "ĠJam": 10372, + "ĠJama": 26803, + "ĠJamaica": 42927, + "ĠJames": 5678, + "ĠJamie": 19309, + "ĠJan": 4956, + "ĠJana": 49164, + "ĠJane": 13048, + "ĠJaneiro": 44711, + "ĠJanet": 26948, + "ĠJang": 29912, + "ĠJanuary": 7061, + "ĠJap": 35642, + "ĠJapan": 3367, + "ĠJapanese": 5433, + "ĠJapon": 47594, + "ĠJar": 23941, + "ĠJared": 24160, + "ĠJas": 34023, + "ĠJasmine": 36224, + "ĠJason": 11181, + "ĠJava": 10745, + "ĠJavaScript": 15778, + "ĠJaw": 48547, + "ĠJay": 11146, + "ĠJaz": 45640, + "ĠJazz": 32213, + "ĠJe": 2588, + "ĠJean": 13854, + "ĠJed": 27076, + "ĠJeder": 47274, + "ĠJedi": 21746, + "ĠJeep": 31748, + "ĠJeez": 48516, + "ĠJeff": 7506, + "ĠJefferson": 25747, + "ĠJeffrey": 28721, + "ĠJeg": 17119, + "ĠJeju": 42966, + "ĠJelly": 38815, + "ĠJen": 9228, + "ĠJenkins": 41273, + "ĠJenn": 12342, + "ĠJenna": 35391, + "ĠJennifer": 14351, + "ĠJenny": 20580, + "ĠJeong": 31761, + "ĠJer": 8139, + "ĠJeremiah": 40460, + "ĠJeremy": 17809, + "ĠJerome": 44965, + "ĠJerry": 17454, + "ĠJersey": 16601, + "ĠJerusalem": 15393, + "ĠJes": 2547, + "ĠJess": 10484, + "ĠJesse": 21895, + "ĠJessica": 15570, + "ĠJessie": 36627, + "ĠJest": 24918, + "ĠJesus": 2705, + "ĠJesús": 47710, + "ĠJet": 28730, + "ĠJetzt": 12592, + "ĠJew": 5679, + "ĠJewish": 9246, + "ĠJews": 11041, + "ĠJeżeli": 35090, + "ĠJeÅĽli": 37086, + "ĠJi": 9702, + "ĠJia": 29242, + "ĠJian": 35423, + "ĠJiang": 23458, + "ĠJie": 41731, + "ĠJill": 24690, + "ĠJim": 6637, + "ĠJimin": 33657, + "ĠJimmy": 15709, + "ĠJin": 10617, + "ĠJing": 19534, + "ĠJinping": 45898, + "ĠJo": 3139, + "ĠJoan": 25748, + "ĠJoanna": 49314, + "ĠJob": 18602, + "ĠJobs": 29169, + "ĠJoe": 6807, + "ĠJoel": 21522, + "ĠJoey": 23764, + "ĠJoh": 19180, + "ĠJohann": 34094, + "ĠJohannes": 48455, + "ĠJohn": 2619, + "ĠJohnny": 15999, + "ĠJohns": 37016, + "ĠJohnson": 9779, + "ĠJoin": 19642, + "ĠJoining": 40229, + "ĠJoint": 37866, + "ĠJoker": 27453, + "ĠJon": 7745, + "ĠJonah": 42353, + "ĠJonas": 34630, + "ĠJonathan": 15471, + "ĠJones": 10512, + "ĠJong": 19589, + "ĠJoo": 35169, + "ĠJord": 32752, + "ĠJordan": 10979, + "ĠJorge": 36875, + "ĠJos": 18541, + "ĠJose": 8635, + "ĠJoseph": 11170, + "ĠJosh": 9785, + "ĠJoshua": 24005, + "ĠJosé": 34342, + "ĠJour": 13483, + "ĠJournal": 16936, + "ĠJourney": 37724, + "ĠJoy": 15571, + "ĠJoyce": 40044, + "ĠJoão": 21302, + "ĠJr": 17261, + "ĠJu": 13582, + "ĠJuan": 17064, + "ĠJub": 43560, + "ĠJud": 7661, + "ĠJuda": 35300, + "ĠJudah": 46828, + "ĠJudaism": 37797, + "ĠJudas": 49632, + "ĠJude": 36521, + "ĠJudge": 19476, + "ĠJudith": 45395, + "ĠJudy": 24577, + "ĠJug": 27892, + "ĠJugend": 35303, + "ĠJuice": 47776, + "ĠJul": 7174, + "ĠJulia": 18551, + "ĠJulian": 25151, + "ĠJulie": 18794, + "ĠJuliet": 33532, + "ĠJulius": 47666, + "ĠJuly": 7370, + "ĠJump": 18697, + "ĠJun": 8492, + "ĠJune": 6928, + "ĠJung": 12739, + "ĠJungkook": 48928, + "ĠJungle": 44021, + "ĠJunior": 21954, + "ĠJup": 22125, + "ĠJupiter": 24567, + "ĠJur": 27544, + "ĠJurassic": 44730, + "ĠJust": 1449, + "ĠJustice": 10422, + "ĠJustin": 11320, + "ĠJá": 21237, + "ĠK": 591, + "ĠKA": 31233, + "ĠKAR": 42976, + "ĠKAT": 39274, + "ĠKE": 21887, + "ĠKELL": 48109, + "ĠKENN": 34773, + "ĠKENNETH": 42303, + "ĠKEVIN": 50006, + "ĠKH": 34854, + "ĠKI": 47261, + "ĠKIM": 38985, + "ĠKIR": 29927, + "ĠKIRBY": 34553, + "ĠKL": 47991, + "ĠKN": 26967, + "ĠKNOW": 39429, + "ĠKO": 34245, + "ĠKP": 41371, + "ĠKR": 37522, + "ĠKRIS": 36449, + "ĠKY": 41150, + "ĠKa": 10988, + "ĠKab": 25848, + "ĠKabul": 48103, + "ĠKad": 32248, + "ĠKaf": 36813, + "ĠKafka": 47064, + "ĠKag": 48751, + "ĠKah": 39444, + "ĠKai": 20753, + "ĠKaiser": 42066, + "ĠKait": 45791, + "ĠKak": 36775, + "ĠKal": 12655, + "ĠKalau": 36366, + "ĠKam": 11934, + "ĠKamera": 42728, + "ĠKampf": 45126, + "ĠKan": 11120, + "ĠKanal": 38643, + "ĠKane": 39161, + "ĠKang": 20360, + "ĠKann": 29074, + "ĠKansas": 19422, + "ĠKant": 40927, + "ĠKanye": 37654, + "ĠKap": 21216, + "ĠKar": 8009, + "ĠKara": 34838, + "ĠKard": 31050, + "ĠKardash": 37959, + "ĠKardashian": 46044, + "ĠKaren": 14834, + "ĠKarena": 45724, + "ĠKarere": 48442, + "ĠKarl": 20405, + "ĠKarma": 39063, + "ĠKart": 27365, + "ĠKas": 28059, + "ĠKash": 32356, + "ĠKat": 8365, + "ĠKate": 16251, + "ĠKath": 20067, + "ĠKatherine": 33478, + "ĠKathleen": 41648, + "ĠKathryn": 49655, + "ĠKathy": 30740, + "ĠKatie": 19602, + "ĠKatrina": 42550, + "ĠKaty": 42959, + "ĠKauf": 44590, + "ĠKaw": 31795, + "ĠKay": 14179, + "ĠKayla": 36797, + "ĠKaz": 16264, + "ĠKazakh": 38438, + "ĠKazakhstan": 47394, + "ĠKazu": 41038, + "ĠKazuto": 38031, + "ĠKazuya": 47730, + "ĠKe": 3189, + "ĠKeep": 5527, + "ĠKeeping": 30187, + "ĠKeith": 20613, + "ĠKel": 19158, + "ĠKell": 28554, + "ĠKeller": 48352, + "ĠKelly": 12345, + "ĠKelsey": 44714, + "ĠKelvin": 36955, + "ĠKem": 30097, + "ĠKen": 8273, + "ĠKend": 20891, + "ĠKendall": 38794, + "ĠKenn": 12369, + "ĠKennedy": 16517, + "ĠKenneth": 33735, + "ĠKenny": 33681, + "ĠKens": 33265, + "ĠKensuke": 44708, + "ĠKent": 15843, + "ĠKentucky": 22369, + "ĠKenya": 31011, + "ĠKer": 20706, + "ĠKern": 40224, + "ĠKerry": 28528, + "ĠKes": 26898, + "ĠKevin": 9954, + "ĠKey": 12759, + "ĠKeys": 43733, + "ĠKh": 11681, + "ĠKhal": 27724, + "ĠKhan": 18136, + "ĠKhông": 49125, + "ĠKi": 17459, + "ĠKia": 45505, + "ĠKick": 20886, + "ĠKickstarter": 41288, + "ĠKid": 18978, + "ĠKids": 15694, + "ĠKiev": 48559, + "ĠKil": 23912, + "ĠKill": 17526, + "ĠKiller": 39846, + "ĠKim": 5652, + "ĠKimberly": 39804, + "ĠKimchi": 38428, + "ĠKin": 27950, + "ĠKind": 9242, + "ĠKinda": 35553, + "ĠKinder": 14193, + "ĠKindern": 43987, + "ĠKing": 3819, + "ĠKingdom": 11277, + "ĠKings": 21855, + "ĠKingston": 33419, + "ĠKir": 11305, + "ĠKirby": 37423, + "ĠKirk": 27834, + "ĠKirsty": 31166, + "ĠKiss": 24297, + "ĠKit": 23037, + "ĠKita": 27329, + "ĠKitchen": 23135, + "ĠKitty": 36393, + "ĠKivol": 27506, + "ĠKivolowitz": 27507, + "ĠKl": 16053, + "ĠKlar": 44893, + "ĠKle": 17053, + "ĠKlein": 33327, + "ĠKlim": 25136, + "ĠKn": 10519, + "ĠKne": 32708, + "ĠKnight": 18708, + "ĠKnights": 37685, + "ĠKnock": 34017, + "ĠKnow": 10265, + "ĠKnowing": 25499, + "ĠKnowledge": 32906, + "ĠKnox": 48510, + "ĠKo": 10509, + "ĠKob": 46353, + "ĠKobe": 46296, + "ĠKoch": 40401, + "ĠKoh": 30861, + "ĠKok": 36915, + "ĠKol": 26137, + "ĠKoll": 11621, + "ĠKolleg": 25213, + "ĠKollege": 28505, + "ĠKollegen": 23713, + "ĠKollegin": 46632, + "ĠKolleginnen": 35950, + "ĠKom": 14286, + "ĠKomb": 34678, + "ĠKombat": 49131, + "ĠKomm": 18400, + "ĠKomment": 33708, + "ĠKommentare": 46203, + "ĠKommun": 28832, + "ĠKommunen": 42566, + "ĠKon": 12718, + "ĠKong": 9832, + "ĠKons": 48163, + "ĠKonst": 44200, + "ĠKont": 20629, + "ĠKontakt": 43396, + "ĠKook": 47719, + "ĠKop": 49656, + "ĠKopf": 28231, + "ĠKor": 21690, + "ĠKore": 3893, + "ĠKorea": 6307, + "ĠKorean": 6933, + "ĠKoreans": 32130, + "ĠKos": 36909, + "ĠKosten": 47391, + "ĠKot": 30123, + "ĠKr": 6332, + "ĠKra": 26988, + "ĠKraft": 31313, + "ĠKrank": 48896, + "ĠKranken": 39950, + "ĠKre": 23625, + "ĠKrie": 35579, + "ĠKris": 28486, + "ĠKrishna": 27153, + "ĠKrist": 19562, + "ĠKristen": 35107, + "ĠKristin": 42189, + "ĠKrit": 46372, + "ĠKrsna": 33035, + "ĠKry": 37747, + "ĠKu": 20311, + "ĠKub": 35805, + "ĠKubernetes": 23145, + "ĠKultur": 46744, + "ĠKum": 28039, + "ĠKumar": 46500, + "ĠKun": 19089, + "ĠKund": 49759, + "ĠKunden": 38192, + "ĠKung": 44317, + "ĠKunst": 40099, + "ĠKur": 16481, + "ĠKurd": 32305, + "ĠKurt": 26168, + "ĠKurz": 45307, + "ĠKush": 49709, + "ĠKw": 43432, + "ĠKwang": 46561, + "ĠKy": 12237, + "ĠKyle": 18023, + "ĠKylie": 39424, + "ĠKyoto": 48470, + "ĠKyung": 40285, + "ĠKä": 40502, + "ĠKö": 43197, + "ĠKön": 29077, + "ĠKörper": 33501, + "ĠKü": 30726, + "ĠKız": 36223, + "ĠKá¹Ľá¹£á¹ĩa": 36777, + "ĠL": 441, + "ĠLA": 9855, + "ĠLAKE": 42193, + "ĠLAN": 37387, + "ĠLAU": 8150, + "ĠLAUGH": 26355, + "ĠLAUGHTER": 46760, + "ĠLAURA": 10105, + "ĠLC": 42198, + "ĠLCD": 33158, + "ĠLD": 33936, + "ĠLE": 11378, + "ĠLED": 11261, + "ĠLEDs": 33366, + "ĠLEE": 38784, + "ĠLEGO": 36072, + "ĠLEO": 49692, + "ĠLET": 40866, + "ĠLG": 25449, + "ĠLGB": 15452, + "ĠLGBT": 16179, + "ĠLGBTQ": 26862, + "ĠLI": 7169, + "ĠLIAM": 13194, + "ĠLIKE": 24705, + "ĠLIN": 19763, + "ĠLINKE": 32445, + "ĠLISA": 42448, + "ĠLIVE": 33880, + "ĠLLC": 33698, + "ĠLM": 46529, + "ĠLO": 15731, + "ĠLOL": 15086, + "ĠLOOK": 45648, + "ĠLORD": 29818, + "ĠLOT": 42930, + "ĠLOU": 49486, + "ĠLOVE": 31351, + "ĠLP": 38095, + "ĠLS": 36657, + "ĠLT": 42671, + "ĠLU": 31851, + "ĠLY": 42154, + "ĠLa": 2369, + "ĠLab": 10137, + "ĠLabor": 17250, + "ĠLaboratory": 40824, + "ĠLabour": 23361, + "ĠLabs": 40047, + "ĠLac": 40113, + "ĠLad": 12106, + "ĠLaden": 45555, + "ĠLadies": 17084, + "ĠLady": 11256, + "ĠLag": 24886, + "ĠLage": 41555, + "ĠLah": 45862, + "ĠLaink": 47195, + "ĠLak": 37327, + "ĠLake": 10582, + "ĠLakes": 36932, + "ĠLal": 47893, + "ĠLam": 18825, + "ĠLamb": 19302, + "ĠLambda": 45691, + "ĠLamborg": 48389, + "ĠLan": 17482, + "ĠLana": 48750, + "ĠLanc": 39803, + "ĠLance": 40493, + "ĠLand": 6607, + "ĠLandes": 22031, + "ĠLandesregierung": 37695, + "ĠLanding": 49458, + "ĠLands": 30527, + "ĠLane": 26226, + "ĠLang": 13313, + "ĠLanguage": 24445, + "ĠLanka": 42765, + "ĠLao": 46471, + "ĠLap": 42498, + "ĠLar": 11569, + "ĠLara": 33935, + "ĠLarge": 33092, + "ĠLarry": 18145, + "ĠLars": 41563, + "ĠLas": 10663, + "ĠLaser": 43810, + "ĠLast": 5264, + "ĠLastly": 18072, + "ĠLat": 7354, + "ĠLate": 31220, + "ĠLater": 11965, + "ĠLatin": 10803, + "ĠLatino": 25422, + "ĠLatinos": 48413, + "ĠLau": 47979, + "ĠLaughing": 46861, + "ĠLaughs": 33439, + "ĠLaughter": 13584, + "ĠLaunch": 28119, + "ĠLaur": 29906, + "ĠLaura": 13220, + "ĠLaure": 27270, + "ĠLauren": 18915, + "ĠLaurent": 49357, + "ĠLaurie": 38189, + "ĠLaut": 47344, + "ĠLav": 30966, + "ĠLaw": 7744, + "ĠLawrence": 22787, + "ĠLay": 20084, + "ĠLayer": 35166, + "ĠLaz": 46469, + "ĠLazar": 49273, + "ĠLe": 1456, + "ĠLead": 31025, + "ĠLeader": 22650, + "ĠLeaders": 24256, + "ĠLeadership": 30577, + "ĠLeaf": 32290, + "ĠLeague": 11199, + "ĠLeah": 38591, + "ĠLean": 49303, + "ĠLearn": 17216, + "ĠLearning": 15205, + "ĠLeave": 9825, + "ĠLeaving": 41253, + "ĠLeb": 19437, + "ĠLeban": 23530, + "ĠLebanon": 29532, + "ĠLeben": 15399, + "ĠLebens": 21530, + "ĠLect": 37196, + "ĠLed": 39367, + "ĠLee": 6957, + "ĠLeft": 16405, + "ĠLeg": 7470, + "ĠLegacy": 42838, + "ĠLegal": 33577, + "ĠLegend": 21480, + "ĠLegends": 28103, + "ĠLegion": 33024, + "ĠLegisl": 33074, + "ĠLego": 28761, + "ĠLeh": 42631, + "ĠLehr": 29943, + "ĠLehrer": 49718, + "ĠLei": 32593, + "ĠLeist": 39577, + "ĠLem": 16905, + "ĠLemon": 35404, + "ĠLen": 23009, + "ĠLena": 41549, + "ĠLeno": 45661, + "ĠLeo": 19344, + "ĠLeon": 13244, + "ĠLeonard": 35172, + "ĠLeonardo": 36523, + "ĠLes": 6965, + "ĠLeslie": 28140, + "ĠLess": 18649, + "ĠLet": 961, + "ĠLets": 15655, + "ĠLetter": 43426, + "ĠLeute": 13495, + "ĠLeuten": 42301, + "ĠLev": 28471, + "ĠLevel": 16872, + "ĠLevi": 33987, + "ĠLew": 14542, + "ĠLewis": 17412, + "ĠLex": 24086, + "ĠLey": 36794, + "ĠLi": 8349, + "ĠLia": 47844, + "ĠLiam": 32860, + "ĠLiang": 35842, + "ĠLib": 15834, + "ĠLiber": 14175, + "ĠLiberal": 36020, + "ĠLiberty": 27527, + "ĠLibr": 12006, + "ĠLibrary": 12806, + "ĠLibya": 36452, + "ĠLic": 40627, + "ĠLicht": 32917, + "ĠLie": 11197, + "ĠLiebe": 28790, + "ĠLieutenant": 28412, + "ĠLif": 31946, + "ĠLife": 7720, + "ĠLift": 26148, + "ĠLight": 8279, + "ĠLightning": 28848, + "ĠLights": 38226, + "ĠLike": 1743, + "ĠLikewise": 30269, + "ĠLil": 23454, + "ĠLilly": 41386, + "ĠLily": 24669, + "ĠLim": 16406, + "ĠLima": 50217, + "ĠLimited": 43231, + "ĠLin": 9355, + "ĠLincoln": 15993, + "ĠLind": 16828, + "ĠLinda": 20324, + "ĠLindsay": 35017, + "ĠLindsey": 35910, + "ĠLine": 14670, + "ĠLing": 20977, + "ĠLink": 8466, + "ĠLinked": 19322, + "ĠLinkedIn": 20657, + "ĠLinks": 37156, + "ĠLinux": 18734, + "ĠLion": 21704, + "ĠLions": 48335, + "ĠLip": 27475, + "ĠLiqu": 32331, + "ĠLiquid": 38943, + "ĠLis": 30812, + "ĠLisa": 12252, + "ĠList": 17668, + "ĠListen": 7501, + "ĠListening": 49321, + "ĠLit": 41841, + "ĠLite": 32986, + "ĠLiter": 16090, + "ĠLiterally": 23768, + "ĠLith": 32577, + "ĠLittle": 8022, + "ĠLiu": 18056, + "ĠLiv": 31738, + "ĠLive": 10385, + "ĠLiver": 28010, + "ĠLiverpool": 32473, + "ĠLives": 25791, + "ĠLiving": 18824, + "ĠLiz": 16480, + "ĠLl": 32717, + "ĠLloyd": 31401, + "ĠLo": 6130, + "ĠLoad": 48408, + "ĠLob": 30719, + "ĠLoc": 12859, + "ĠLocal": 22755, + "ĠLoch": 49912, + "ĠLock": 16736, + "ĠLog": 10824, + "ĠLogan": 22689, + "ĠLogic": 49898, + "ĠLok": 46278, + "ĠLoki": 37940, + "ĠLol": 41026, + "ĠLon": 35927, + "ĠLond": 6735, + "ĠLondon": 7042, + "ĠLong": 8282, + "ĠLook": 2053, + "ĠLooking": 11053, + "ĠLooks": 10027, + "ĠLoop": 45660, + "ĠLopez": 36077, + "ĠLor": 29358, + "ĠLord": 3257, + "ĠLords": 41870, + "ĠLore": 36994, + "ĠLoren": 37162, + "ĠLori": 32698, + "ĠLos": 7632, + "ĠLost": 23422, + "ĠLot": 20131, + "ĠLots": 15908, + "ĠLotus": 44769, + "ĠLou": 7272, + "ĠLoud": 48259, + "ĠLouis": 9763, + "ĠLouise": 35962, + "ĠLouisiana": 25413, + "ĠLove": 5956, + "ĠLovely": 33925, + "ĠLow": 17078, + "ĠLower": 25523, + "ĠLoy": 50048, + "ĠLt": 44451, + "ĠLu": 5047, + "ĠLub": 43781, + "ĠLuc": 9593, + "ĠLuca": 42076, + "ĠLucas": 19178, + "ĠLuci": 37309, + "ĠLuck": 16627, + "ĠLuckily": 19726, + "ĠLucky": 26639, + "ĠLucy": 22698, + "ĠLud": 30550, + "ĠLuego": 45665, + "ĠLuft": 26995, + "ĠLuigi": 33308, + "ĠLuis": 25133, + "ĠLuiza": 45208, + "ĠLuk": 34992, + "ĠLuke": 13044, + "ĠLulu": 45223, + "ĠLum": 35978, + "ĠLun": 32077, + "ĠLuna": 27355, + "ĠLunch": 44958, + "ĠLuo": 35155, + "ĠLup": 44319, + "ĠLust": 45834, + "ĠLuther": 20693, + "ĠLux": 25767, + "ĠLy": 12687, + "ĠLydia": 44038, + "ĠLyn": 15214, + "ĠLynch": 32345, + "ĠLynd": 48800, + "ĠLynn": 27469, + "ĠLänder": 43441, + "ĠLändern": 48321, + "ĠLö": 50123, + "ĠLös": 34642, + "ĠLösung": 46934, + "ĠLÃł": 22237, + "ĠM": 376, + "ĠMA": 12191, + "ĠMAC": 27716, + "ĠMAL": 40643, + "ĠMALE": 31642, + "ĠMAN": 15372, + "ĠMAND": 47932, + "ĠMAR": 6450, + "ĠMARC": 49433, + "ĠMARISHA": 12265, + "ĠMARK": 20606, + "ĠMARTIN": 36996, + "ĠMARY": 37640, + "ĠMAS": 42129, + "ĠMAT": 5904, + "ĠMATT": 6291, + "ĠMAX": 39549, + "ĠMAY": 28996, + "ĠMAYOR": 43967, + "ĠMB": 28866, + "ĠMBA": 26674, + "ĠMC": 8797, + "ĠMCU": 39415, + "ĠMD": 22521, + "ĠME": 12003, + "ĠMEL": 38005, + "ĠMEM": 40524, + "ĠMER": 47234, + "ĠMG": 36856, + "ĠMH": 34796, + "ĠMI": 13696, + "ĠMIC": 20565, + "ĠMICH": 41276, + "ĠMICHAEL": 23859, + "ĠMID": 32394, + "ĠMIDI": 41474, + "ĠMIKE": 25208, + "ĠMIL": 43346, + "ĠMILL": 48070, + "ĠMIN": 26186, + "ĠMIT": 13100, + "ĠMJ": 36240, + "ĠMK": 30770, + "ĠML": 21601, + "ĠMM": 34191, + "ĠMMA": 48700, + "ĠMO": 19290, + "ĠMOD": 38113, + "ĠMOM": 46840, + "ĠMON": 27398, + "ĠMOO": 49197, + "ĠMOR": 29533, + "ĠMORE": 35509, + "ĠMOS": 44219, + "ĠMP": 14146, + "ĠMR": 9808, + "ĠMRI": 32812, + "ĠMS": 7395, + "ĠMT": 37333, + "ĠMTV": 43924, + "ĠMU": 17935, + "ĠMUELLER": 42573, + "ĠMUR": 46707, + "ĠMUS": 49764, + "ĠMUSIC": 16924, + "ĠMV": 17663, + "ĠMVP": 37151, + "ĠMX": 47509, + "ĠMY": 16322, + "ĠMa": 4042, + "ĠMaar": 14294, + "ĠMac": 5707, + "ĠMacBook": 31737, + "ĠMaced": 45603, + "ĠMach": 12089, + "ĠMachine": 22155, + "ĠMacht": 40873, + "ĠMack": 24295, + "ĠMacron": 32806, + "ĠMad": 5326, + "ĠMadam": 18490, + "ĠMadame": 31077, + "ĠMade": 18330, + "ĠMadison": 22874, + "ĠMadonna": 49540, + "ĠMadrid": 22091, + "ĠMae": 31055, + "ĠMaf": 41517, + "ĠMag": 6395, + "ĠMagaz": 25994, + "ĠMagazine": 27618, + "ĠMage": 49293, + "ĠMaggie": 29107, + "ĠMagic": 16154, + "ĠMagn": 19664, + "ĠMah": 10104, + "ĠMahar": 48498, + "ĠMai": 24084, + "ĠMail": 29164, + "ĠMain": 12383, + "ĠMaine": 28180, + "ĠMainly": 47468, + "ĠMainten": 30437, + "ĠMaintenant": 36931, + "ĠMais": 6313, + "ĠMaj": 7048, + "ĠMajesty": 10665, + "ĠMajor": 15581, + "ĠMak": 16576, + "ĠMake": 4387, + "ĠMaker": 35096, + "ĠMakes": 25245, + "ĠMaking": 14595, + "ĠMal": 5746, + "ĠMalays": 21543, + "ĠMalaysia": 25465, + "ĠMalcolm": 34596, + "ĠMale": 21080, + "ĠMall": 24883, + "ĠMam": 19899, + "ĠMama": 17775, + "ĠMan": 2458, + "ĠMana": 33711, + "ĠManagement": 14781, + "ĠManager": 13821, + "ĠManchester": 27180, + "ĠMand": 15458, + "ĠMandal": 49869, + "ĠMandarin": 42292, + "ĠMandy": 47474, + "ĠMang": 35487, + "ĠMango": 48588, + "ĠManh": 21740, + "ĠManhattan": 23633, + "ĠMann": 16892, + "ĠMans": 23167, + "ĠMansion": 45572, + "ĠMant": 32829, + "ĠManual": 46173, + "ĠManuel": 34362, + "ĠManufact": 44957, + "ĠMany": 5126, + "ĠMao": 38030, + "ĠMaori": 23357, + "ĠMap": 22053, + "ĠMaple": 47604, + "ĠMaps": 28978, + "ĠMar": 2039, + "ĠMarc": 18460, + "ĠMarcel": 34738, + "ĠMarch": 6129, + "ĠMarcheg": 38081, + "ĠMarchegiani": 38092, + "ĠMarco": 26535, + "ĠMarcus": 26574, + "ĠMarg": 20000, + "ĠMargaret": 24177, + "ĠMari": 34478, + "ĠMaria": 12734, + "ĠMarian": 37497, + "ĠMarie": 15130, + "ĠMarilyn": 48340, + "ĠMarin": 43016, + "ĠMarina": 35310, + "ĠMarine": 20415, + "ĠMarines": 39331, + "ĠMario": 9343, + "ĠMarion": 49270, + "ĠMark": 3934, + "ĠMarket": 15596, + "ĠMarketing": 27402, + "ĠMarkt": 39774, + "ĠMarkus": 45041, + "ĠMarly": 50129, + "ĠMarriage": 49593, + "ĠMars": 9692, + "ĠMarsh": 14443, + "ĠMarshall": 17279, + "ĠMart": 5807, + "ĠMartha": 27787, + "ĠMartin": 9184, + "ĠMartine": 37195, + "ĠMartinez": 41886, + "ĠMarty": 29192, + "ĠMarvel": 13837, + "ĠMarvin": 48722, + "ĠMarx": 21703, + "ĠMary": 6059, + "ĠMaryland": 19939, + "ĠMarÃŃa": 48472, + "ĠMas": 5224, + "ĠMash": 42039, + "ĠMask": 25414, + "ĠMason": 25730, + "ĠMass": 10482, + "ĠMassachusetts": 19979, + "ĠMaster": 6140, + "ĠMasters": 27014, + "ĠMat": 6789, + "ĠMatch": 26178, + "ĠMate": 27594, + "ĠMater": 19188, + "ĠMaterial": 29160, + "ĠMath": 15776, + "ĠMatrix": 36274, + "ĠMats": 27204, + "ĠMatt": 7397, + "ĠMatte": 47544, + "ĠMatter": 20285, + "ĠMatth": 11327, + "ĠMatthew": 12434, + "ĠMau": 32858, + "ĠMaur": 26133, + "ĠMaurice": 49041, + "ĠMax": 7402, + "ĠMaxim": 29076, + "ĠMaxwell": 39594, + "ĠMay": 1891, + "ĠMaya": 21695, + "ĠMaybe": 2704, + "ĠMayo": 46406, + "ĠMayor": 13925, + "ĠMaz": 28568, + "ĠMaÃŁ": 28645, + "ĠMaÃŁnahmen": 36626, + "ĠMc": 4050, + "ĠMcC": 12061, + "ĠMcCain": 49725, + "ĠMcCarthy": 44085, + "ĠMcConnell": 41331, + "ĠMcD": 49269, + "ĠMcDonald": 16889, + "ĠMcG": 21865, + "ĠMcK": 21765, + "ĠMcL": 38922, + "ĠMcM": 25549, + "ĠMcMahon": 48187, + "ĠMcN": 48996, + "ĠMe": 1923, + "ĠMean": 12302, + "ĠMeaning": 19948, + "ĠMeans": 40290, + "ĠMeanwhile": 13879, + "ĠMeasure": 41436, + "ĠMeat": 30502, + "ĠMechan": 30175, + "ĠMed": 3982, + "ĠMedal": 42437, + "ĠMedia": 14741, + "ĠMedic": 11555, + "ĠMedicaid": 24779, + "ĠMedical": 15896, + "ĠMedicare": 19583, + "ĠMedicine": 20338, + "ĠMedien": 44030, + "ĠMediter": 25828, + "ĠMediterranean": 27280, + "ĠMedium": 38915, + "ĠMeer": 49758, + "ĠMeet": 22963, + "ĠMeeting": 33217, + "ĠMeg": 9986, + "ĠMega": 22834, + "ĠMegan": 21332, + "ĠMeghan": 32597, + "ĠMeh": 29337, + "ĠMehr": 30782, + "ĠMei": 34100, + "ĠMein": 18382, + "ĠMeine": 22258, + "ĠMeinung": 36519, + "ĠMel": 7375, + "ĠMelanie": 42798, + "ĠMelbourne": 27496, + "ĠMelissa": 22844, + "ĠMelt": 48425, + "ĠMem": 8731, + "ĠMember": 16037, + "ĠMembers": 21495, + "ĠMemorial": 24957, + "ĠMemory": 38203, + "ĠMemphis": 26743, + "ĠMen": 6685, + "ĠMend": 40887, + "ĠMeng": 29090, + "ĠMenge": 40723, + "ĠMens": 7364, + "ĠMensch": 27773, + "ĠMenschen": 8397, + "ĠMent": 33140, + "ĠMental": 30294, + "ĠMenu": 43343, + "ĠMeow": 42996, + "ĠMer": 6124, + "ĠMerc": 18897, + "ĠMercedes": 22899, + "ĠMerci": 19856, + "ĠMercury": 31780, + "ĠMercy": 35626, + "ĠMeredith": 29737, + "ĠMerkel": 38356, + "ĠMerry": 26572, + "ĠMes": 17485, + "ĠMess": 9847, + "ĠMessage": 45947, + "ĠMessenger": 34226, + "ĠMessi": 42969, + "ĠMessiah": 21756, + "ĠMet": 6377, + "ĠMetal": 23488, + "ĠMetall": 49447, + "ĠMete": 43328, + "ĠMeter": 38054, + "ĠMeth": 48602, + "ĠMethod": 25285, + "ĠMetro": 25598, + "ĠMetroid": 47767, + "ĠMetropolitan": 45489, + "ĠMeu": 34398, + "ĠMex": 6496, + "ĠMexican": 16164, + "ĠMexico": 8612, + "ĠMeyer": 47207, + "ĠMhm": 26272, + "ĠMi": 10204, + "ĠMia": 28545, + "ĠMiami": 18367, + "ĠMic": 5818, + "ĠMich": 3392, + "ĠMicha": 31698, + "ĠMichael": 5116, + "ĠMichaels": 45759, + "ĠMichel": 23709, + "ĠMichelle": 14933, + "ĠMichigan": 11925, + "ĠMick": 42538, + "ĠMickey": 24714, + "ĠMicro": 25642, + "ĠMicrosoft": 8116, + "ĠMid": 7033, + "ĠMiddle": 10775, + "ĠMidwest": 33483, + "ĠMig": 18951, + "ĠMight": 23964, + "ĠMighty": 45874, + "ĠMiguel": 29150, + "ĠMih": 48168, + "ĠMik": 16380, + "ĠMike": 6602, + "ĠMikey": 42344, + "ĠMil": 7036, + "ĠMilan": 32874, + "ĠMile": 47651, + "ĠMiles": 27384, + "ĠMilitary": 28460, + "ĠMilk": 26986, + "ĠMilky": 38465, + "ĠMill": 7190, + "ĠMillenn": 42007, + "ĠMiller": 16932, + "ĠMilli": 36654, + "ĠMilliarden": 44784, + "ĠMillion": 33959, + "ĠMillionen": 26096, + "ĠMills": 44277, + "ĠMilton": 40778, + "ĠMilwaukee": 35321, + "ĠMimi": 46709, + "ĠMin": 2829, + "ĠMina": 35981, + "ĠMind": 13719, + "ĠMine": 11620, + "ĠMinecraft": 21029, + "ĠMing": 19352, + "ĠMinh": 45093, + "ĠMini": 18239, + "ĠMinist": 32196, + "ĠMinister": 6506, + "ĠMinistry": 19720, + "ĠMinne": 37829, + "ĠMinneapolis": 38713, + "ĠMinnesota": 13996, + "ĠMinnie": 47654, + "ĠMinor": 36117, + "ĠMins": 49239, + "ĠMint": 36188, + "ĠMinute": 33509, + "ĠMinuten": 27593, + "ĠMir": 9421, + "ĠMira": 28394, + "ĠMiranda": 37000, + "ĠMire": 50008, + "ĠMirror": 34452, + "ĠMis": 23240, + "ĠMiss": 5275, + "ĠMission": 20170, + "ĠMississippi": 20347, + "ĠMissouri": 21334, + "ĠMist": 20166, + "ĠMister": 22058, + "ĠMistress": 48509, + "ĠMit": 10821, + "ĠMitar": 32900, + "ĠMitarbeiter": 38324, + "ĠMitch": 18546, + "ĠMitchell": 27582, + "ĠMitgl": 44167, + "ĠMits": 40897, + "ĠMitt": 18784, + "ĠMitte": 41526, + "ĠMittel": 35079, + "ĠMix": 12769, + "ĠMiy": 26195, + "ĠMiz": 37793, + "ĠMm": 8266, + "ĠMmm": 12146, + "ĠMmmm": 42992, + "ĠMo": 3335, + "ĠMob": 37920, + "ĠMobil": 47188, + "ĠMobile": 22625, + "ĠMod": 6583, + "ĠMode": 20500, + "ĠModel": 17105, + "ĠModer": 42067, + "ĠModern": 19814, + "ĠModi": 47621, + "ĠModule": 48251, + "ĠMog": 34327, + "ĠMoh": 16123, + "ĠMohammad": 43939, + "ĠMohammed": 41910, + "ĠMoi": 20256, + "ĠMol": 28278, + "ĠMole": 46914, + "ĠMolly": 26665, + "ĠMolt": 39254, + "ĠMom": 5576, + "ĠMoment": 19093, + "ĠMommy": 24602, + "ĠMomo": 47984, + "ĠMon": 4713, + "ĠMona": 43731, + "ĠMonate": 44067, + "ĠMonaten": 46193, + "ĠMond": 7492, + "ĠMonday": 8138, + "ĠMonet": 47871, + "ĠMoney": 16631, + "ĠMong": 19423, + "ĠMongo": 48380, + "ĠMongol": 43573, + "ĠMonica": 25363, + "ĠMonitor": 33799, + "ĠMonkey": 34862, + "ĠMonroe": 43900, + "ĠMonsieur": 34941, + "ĠMonst": 39768, + "ĠMonster": 21059, + "ĠMont": 7947, + "ĠMontana": 27916, + "ĠMonte": 38105, + "ĠMontgomery": 34715, + "ĠMonth": 24255, + "ĠMontreal": 34180, + "ĠMoo": 43224, + "ĠMoon": 10714, + "ĠMoore": 21644, + "ĠMor": 5146, + "ĠMore": 5048, + "ĠMoreover": 19838, + "ĠMorgan": 16724, + "ĠMorgen": 35570, + "ĠMorm": 33610, + "ĠMormon": 39515, + "ĠMorning": 17967, + "ĠMoroc": 30893, + "ĠMorocco": 38782, + "ĠMorris": 23619, + "ĠMorrison": 33767, + "ĠMort": 24977, + "ĠMortal": 45797, + "ĠMos": 19430, + "ĠMosc": 17213, + "ĠMoscow": 18298, + "ĠMoses": 17580, + "ĠMoss": 39591, + "ĠMost": 4534, + "ĠMostly": 29035, + "ĠMot": 8956, + "ĠMother": 8931, + "ĠMotion": 27771, + "ĠMoto": 37825, + "ĠMotor": 18495, + "ĠMotorola": 45871, + "ĠMotors": 40118, + "ĠMount": 8426, + "ĠMountain": 15586, + "ĠMountains": 30970, + "ĠMouse": 29383, + "ĠMov": 43756, + "ĠMove": 10475, + "ĠMovement": 26523, + "ĠMovie": 28766, + "ĠMoving": 14242, + "ĠMoy": 47254, + "ĠMoz": 30208, + "ĠMozart": 42653, + "ĠMoż": 44736, + "ĠMoże": 43774, + "ĠMr": 2221, + "ĠMrs": 9814, + "ĠMs": 7741, + "ĠMt": 39183, + "ĠMu": 15601, + "ĠMuch": 12313, + "ĠMuchas": 35669, + "ĠMud": 39231, + "ĠMueller": 38152, + "ĠMuh": 15651, + "ĠMuhammad": 19360, + "ĠMuito": 31824, + "ĠMuk": 34280, + "ĠMul": 29960, + "ĠMull": 41621, + "ĠMult": 14665, + "ĠMulti": 29238, + "ĠMultip": 31150, + "ĠMultiple": 40056, + "ĠMum": 24279, + "ĠMumbai": 34309, + "ĠMummy": 46569, + "ĠMun": 17050, + "ĠMund": 33317, + "ĠMunich": 40601, + "ĠMunicip": 47606, + "ĠMur": 9373, + "ĠMurder": 44370, + "ĠMurphy": 28549, + "ĠMurray": 27291, + "ĠMus": 3569, + "ĠMuse": 47293, + "ĠMuseum": 10967, + "ĠMush": 38188, + "ĠMusic": 7609, + "ĠMusical": 42527, + "ĠMusik": 14156, + "ĠMusk": 26019, + "ĠMuslim": 8178, + "ĠMuslims": 14793, + "ĠMuss": 43879, + "ĠMust": 13252, + "ĠMustafa": 37229, + "ĠMustang": 37115, + "ĠMut": 18517, + "ĠMutta": 46604, + "ĠMutter": 31517, + "ĠMuy": 39586, + "ĠMy": 1222, + "ĠMyan": 42297, + "ĠMyanmar": 42725, + "ĠMyers": 45088, + "ĠMys": 37795, + "ĠMyst": 28510, + "ĠMyster": 38175, + "ĠMystery": 41660, + "ĠMyth": 26371, + "ĠMythical": 44566, + "ĠMäd": 49182, + "ĠMänner": 36907, + "ĠMär": 46084, + "ĠMé": 23580, + "ĠMéxico": 28128, + "ĠMême": 42027, + "ĠMöglich": 21467, + "ĠMöglichkeit": 30662, + "ĠMöglichkeiten": 42627, + "ĠMü": 21295, + "ĠMün": 35840, + "ĠMÄģ": 45901, + "ĠMỹ": 48845, + "ĠN": 426, + "ĠNA": 16585, + "ĠNARRATOR": 10160, + "ĠNAS": 10182, + "ĠNASA": 12077, + "ĠNAT": 14500, + "ĠNATO": 19419, + "ĠNAU": 44789, + "ĠNBA": 23890, + "ĠNBC": 31504, + "ĠNC": 20786, + "ĠNCAA": 49650, + "ĠNCT": 38368, + "ĠND": 40709, + "ĠNE": 12384, + "ĠNES": 37212, + "ĠNEW": 36373, + "ĠNF": 13576, + "ĠNFL": 24817, + "ĠNFT": 50075, + "ĠNGO": 31456, + "ĠNGOs": 46454, + "ĠNH": 31118, + "ĠNHS": 22693, + "ĠNI": 18482, + "ĠNICK": 32175, + "ĠNIH": 28716, + "ĠNO": 9146, + "ĠNOR": 47904, + "ĠNOT": 12854, + "ĠNOW": 27734, + "ĠNP": 38611, + "ĠNPC": 28787, + "ĠNR": 38399, + "ĠNS": 15943, + "ĠNSA": 47299, + "ĠNT": 43452, + "ĠNV": 46512, + "ĠNXT": 38414, + "ĠNY": 26032, + "ĠNYU": 42682, + "ĠNZ": 41089, + "ĠNa": 6056, + "ĠNab": 45366, + "ĠNach": 11815, + "ĠNacht": 31133, + "ĠNacional": 36623, + "ĠNad": 23269, + "ĠNada": 40992, + "ĠNag": 18913, + "ĠNah": 13933, + "ĠNai": 50205, + "ĠNaj": 31576, + "ĠNak": 25779, + "ĠNam": 10684, + "ĠName": 13866, + "ĠNamen": 38771, + "ĠNan": 18852, + "ĠNana": 37087, + "ĠNancy": 18154, + "ĠNano": 43511, + "ĠNaomi": 35369, + "ĠNap": 18287, + "ĠNapole": 28298, + "ĠNapoleon": 31694, + "ĠNar": 13512, + "ĠNarr": 45658, + "ĠNarrator": 19242, + "ĠNaru": 42518, + "ĠNaruhodou": 44658, + "ĠNaruto": 47703, + "ĠNas": 16151, + "ĠNash": 25012, + "ĠNashville": 36370, + "ĠNast": 42185, + "ĠNasıl": 28710, + "ĠNat": 6821, + "ĠNatalie": 29574, + "ĠNatasha": 40624, + "ĠNate": 28064, + "ĠNathan": 20634, + "ĠNation": 17095, + "ĠNational": 4862, + "ĠNations": 16459, + "ĠNative": 15093, + "ĠNatomiast": 36210, + "ĠNatur": 34571, + "ĠNatural": 20137, + "ĠNaturally": 34304, + "ĠNature": 20159, + "ĠNatürlich": 33172, + "ĠNav": 9219, + "ĠNaval": 38118, + "ĠNavy": 15659, + "ĠNaw": 40315, + "ĠNay": 42019, + "ĠNaz": 11870, + "ĠNazi": 23592, + "ĠNazis": 29812, + "ĠNe": 1734, + "ĠNear": 22200, + "ĠNearly": 38000, + "ĠNeben": 48193, + "ĠNebr": 26733, + "ĠNebraska": 27171, + "ĠNed": 31355, + "ĠNeden": 46565, + "ĠNeder": 29005, + "ĠNederland": 31888, + "ĠNee": 22067, + "ĠNeed": 16984, + "ĠNeg": 19103, + "ĠNegative": 43230, + "ĠNegro": 45256, + "ĠNeigh": 35917, + "ĠNeighbor": 47729, + "ĠNeil": 18615, + "ĠNein": 18878, + "ĠNeither": 23956, + "ĠNej": 33840, + "ĠNelson": 23857, + "ĠNem": 22210, + "ĠNeo": 24458, + "ĠNep": 24875, + "ĠNepal": 36283, + "ĠNept": 45560, + "ĠNeptune": 49527, + "ĠNer": 36536, + "ĠNerd": 38367, + "ĠNered": 46352, + "ĠNest": 31581, + "ĠNet": 6188, + "ĠNetflix": 12778, + "ĠNether": 18313, + "ĠNetherlands": 20873, + "ĠNetwork": 12640, + "ĠNetz": 38889, + "ĠNev": 22673, + "ĠNevada": 25764, + "ĠNever": 7344, + "ĠNevertheless": 26554, + "ĠNew": 1873, + "ĠNewman": 49377, + "ĠNews": 7987, + "ĠNewton": 19541, + "ĠNext": 3087, + "ĠNexus": 46559, + "ĠNg": 21198, + "ĠNh": 26390, + "ĠNi": 12370, + "ĠNiagara": 45123, + "ĠNic": 14776, + "ĠNice": 5490, + "ĠNich": 17102, + "ĠNicholas": 22924, + "ĠNicht": 22629, + "ĠNick": 9449, + "ĠNickel": 45416, + "ĠNicki": 47608, + "ĠNico": 15115, + "ĠNicolas": 38268, + "ĠNicole": 18532, + "ĠNie": 12016, + "ĠNiet": 36583, + "ĠNig": 39554, + "ĠNiger": 21489, + "ĠNigeria": 28828, + "ĠNight": 10190, + "ĠNik": 13969, + "ĠNike": 30397, + "ĠNikki": 37907, + "ĠNil": 47398, + "ĠNim": 45251, + "ĠNin": 16093, + "ĠNina": 29204, + "ĠNine": 18939, + "ĠNing": 39417, + "ĠNinja": 25566, + "ĠNintendo": 11578, + "ĠNir": 44813, + "ĠNiss": 36009, + "ĠNissan": 38166, + "ĠNit": 37942, + "ĠNixon": 31130, + "ĠNiye": 40938, + "ĠNo": 883, + "ĠNoah": 20895, + "ĠNobel": 24611, + "ĠNoble": 33125, + "ĠNobody": 9297, + "ĠNoch": 38116, + "ĠNode": 38640, + "ĠNoel": 38824, + "ĠNoise": 44821, + "ĠNok": 37400, + "ĠNokia": 43980, + "ĠNolan": 43707, + "ĠNom": 31272, + "ĠNon": 8774, + "ĠNone": 14492, + "ĠNonetheless": 45437, + "ĠNoodles": 47389, + "ĠNope": 12172, + "ĠNor": 6966, + "ĠNora": 45741, + "ĠNord": 16229, + "ĠNorm": 8702, + "ĠNormal": 21277, + "ĠNormally": 17424, + "ĠNorman": 30475, + "ĠNorth": 4067, + "ĠNortheast": 42150, + "ĠNorthern": 14335, + "ĠNorthwest": 26068, + "ĠNorway": 24354, + "ĠNorweg": 31783, + "ĠNorwegian": 34875, + "ĠNos": 18749, + "ĠNossa": 36016, + "ĠNot": 1726, + "ĠNote": 11633, + "ĠNotes": 41360, + "ĠNothing": 6693, + "ĠNotice": 13428, + "ĠNotre": 34663, + "ĠNou": 28843, + "ĠNous": 15343, + "ĠNov": 31948, + "ĠNova": 27031, + "ĠNove": 7539, + "ĠNovember": 7674, + "ĠNow": 823, + "ĠNowadays": 28908, + "ĠNu": 13612, + "ĠNuclear": 42528, + "ĠNue": 47970, + "ĠNum": 22592, + "ĠNumber": 5118, + "ĠNummer": 47034, + "ĠNun": 23696, + "ĠNur": 17612, + "ĠNurs": 32992, + "ĠNurse": 48945, + "ĠNursing": 42655, + "ĠNut": 19861, + "ĠNvidia": 46284, + "ĠNy": 29214, + "ĠNão": 8010, + "ĠNä": 32731, + "ĠNär": 37306, + "ĠNós": 27626, + "ĠO": 422, + "ĠOA": 48424, + "ĠOB": 35538, + "ĠOC": 42278, + "ĠOD": 48447, + "ĠOF": 11944, + "ĠOFF": 24115, + "ĠOFFIC": 40579, + "ĠOFFICER": 44724, + "ĠOG": 32477, + "ĠOH": 13931, + "ĠOK": 2264, + "ĠOL": 39191, + "ĠOLED": 43944, + "ĠOM": 16954, + "ĠOMG": 23152, + "ĠON": 9299, + "ĠONE": 22026, + "ĠOP": 23324, + "ĠOR": 19654, + "ĠOS": 12731, + "ĠOT": 38617, + "ĠOUR": 45611, + "ĠOUT": 22451, + "ĠOVER": 46090, + "ĠOW": 38329, + "ĠOak": 19692, + "ĠOakland": 34868, + "ĠOb": 4075, + "ĠObama": 9560, + "ĠOber": 27664, + "ĠObi": 48533, + "ĠObject": 24753, + "ĠObrig": 45619, + "ĠObs": 20707, + "ĠObserv": 42547, + "ĠObviously": 7580, + "ĠOcc": 26191, + "ĠOcean": 18101, + "ĠOch": 13128, + "ĠOct": 6788, + "ĠOctober": 7617, + "ĠOculus": 49094, + "ĠOczywiÅĽcie": 42980, + "ĠOd": 12210, + "ĠOdd": 43630, + "ĠOder": 20988, + "ĠOdys": 32010, + "ĠOdyssey": 38385, + "ĠOf": 2720, + "ĠOff": 6318, + "ĠOffic": 11511, + "ĠOffice": 8935, + "ĠOfficer": 15434, + "ĠOfficial": 38577, + "ĠOft": 37112, + "ĠOften": 20043, + "ĠOftentimes": 46636, + "ĠOg": 14883, + "ĠOh": 876, + "ĠOhh": 21847, + "ĠOhhh": 29108, + "ĠOhio": 14469, + "ĠOi": 31610, + "ĠOil": 23545, + "ĠOj": 47100, + "ĠOk": 3477, + "ĠOkay": 1033, + "ĠOke": 29094, + "ĠOkey": 38544, + "ĠOklah": 20872, + "ĠOklahoma": 21183, + "ĠOl": 6141, + "ĠOlaf": 48961, + "ĠOld": 8633, + "ĠOle": 33965, + "ĠOlga": 48288, + "ĠOlha": 19450, + "ĠOliv": 42477, + "ĠOlive": 35741, + "ĠOliver": 23440, + "ĠOlivia": 26023, + "ĠOlivier": 48075, + "ĠOllie": 35089, + "ĠOlymp": 10395, + "ĠOlympic": 19169, + "ĠOlympics": 19854, + "ĠOlá": 41811, + "ĠOm": 9757, + "ĠOmaha": 49575, + "ĠOmar": 33784, + "ĠOmega": 27645, + "ĠOn": 1282, + "ĠOna": 49793, + "ĠOnce": 3443, + "ĠOnd": 40091, + "ĠOne": 1485, + "ĠOnePlus": 41352, + "ĠOnion": 46295, + "ĠOnline": 16930, + "ĠOnly": 5686, + "ĠOnt": 16980, + "ĠOntario": 19673, + "ĠOnu": 46420, + "ĠOnun": 40379, + "ĠOo": 39308, + "ĠOoh": 7951, + "ĠOok": 50081, + "ĠOoo": 25547, + "ĠOooh": 27413, + "ĠOoooh": 48762, + "ĠOops": 21726, + "ĠOp": 12011, + "ĠOpen": 7238, + "ĠOpening": 41137, + "ĠOper": 12480, + "ĠOpera": 39089, + "ĠOperation": 27946, + "ĠOperations": 36381, + "ĠOpp": 15666, + "ĠOpportun": 39441, + "ĠOprah": 43804, + "ĠOpt": 21455, + "ĠOptim": 35013, + "ĠOption": 29284, + "ĠOptions": 42934, + "ĠOr": 1610, + "ĠOra": 43672, + "ĠOracle": 25654, + "ĠOrange": 17106, + "ĠOrb": 44329, + "ĠOrchest": 42414, + "ĠOrchestra": 46692, + "ĠOrd": 29388, + "ĠOrder": 16321, + "ĠOre": 31405, + "ĠOregon": 18664, + "ĠOreo": 47628, + "ĠOrgan": 12538, + "ĠOrganisation": 49425, + "ĠOrganization": 23979, + "ĠOri": 23621, + "ĠOrient": 49544, + "ĠOrig": 13895, + "ĠOrigin": 45313, + "ĠOriginal": 30022, + "ĠOriginally": 28696, + "ĠOrion": 41028, + "ĠOrlando": 30436, + "ĠOrleans": 24715, + "ĠOrt": 22921, + "ĠOrth": 27554, + "ĠOrthodox": 32833, + "ĠOs": 8875, + "ĠOsaka": 46425, + "ĠOsc": 17406, + "ĠOscar": 20718, + "ĠOsman": 35390, + "ĠOst": 34140, + "ĠOt": 12936, + "ĠOther": 5358, + "ĠOthers": 20277, + "ĠOtherwise": 10328, + "ĠOtt": 24243, + "ĠOttawa": 40767, + "ĠOtto": 41716, + "ĠOttoman": 33435, + "ĠOu": 11710, + "ĠOuais": 25475, + "ĠOuch": 27217, + "ĠOui": 14005, + "ĠOur": 2621, + "ĠOut": 5925, + "ĠOutside": 28218, + "ĠOv": 50005, + "ĠOver": 4886, + "ĠOverall": 18420, + "ĠOverwatch": 35141, + "ĠOw": 12773, + "ĠOwen": 32867, + "ĠOwn": 25964, + "ĠOwner": 43290, + "ĠOx": 16489, + "ĠOxford": 24786, + "ĠOy": 40023, + "ĠOz": 29843, + "ĠOÄŁlum": 41783, + "ĠP": 430, + "ĠPA": 17718, + "ĠPAC": 46644, + "ĠPAL": 46390, + "ĠPAR": 21720, + "ĠPAT": 31485, + "ĠPAUL": 26379, + "ĠPB": 24056, + "ĠPBS": 33517, + "ĠPC": 6465, + "ĠPCB": 42065, + "ĠPCR": 44022, + "ĠPCs": 46913, + "ĠPD": 10464, + "ĠPDF": 17752, + "ĠPE": 24346, + "ĠPER": 26825, + "ĠPET": 21968, + "ĠPETER": 36040, + "ĠPF": 43402, + "ĠPG": 40975, + "ĠPH": 16530, + "ĠPHIL": 49933, + "ĠPHP": 47298, + "ĠPI": 27176, + "ĠPJ": 30549, + "ĠPK": 49475, + "ĠPL": 6999, + "ĠPLAY": 8726, + "ĠPLAYING": 9871, + "ĠPM": 12499, + "ĠPO": 22299, + "ĠPOL": 45682, + "ĠPOW": 39272, + "ĠPP": 37369, + "ĠPPE": 38589, + "ĠPR": 11568, + "ĠPRE": 44164, + "ĠPRES": 30247, + "ĠPRESID": 42508, + "ĠPRI": 47555, + "ĠPRO": 15008, + "ĠPROF": 24141, + "ĠPROFESS": 25460, + "ĠPROFESSOR": 25794, + "ĠPS": 8168, + "ĠPSAKI": 25104, + "ĠPT": 35460, + "ĠPTS": 31218, + "ĠPTSD": 33069, + "ĠPU": 44098, + "ĠPUB": 46631, + "ĠPUBG": 47975, + "ĠPV": 23035, + "ĠPVC": 46700, + "ĠPW": 46375, + "ĠPa": 3426, + "ĠPablo": 31554, + "ĠPac": 10702, + "ĠPacific": 13335, + "ĠPack": 18466, + "ĠPad": 18691, + "ĠPage": 21217, + "ĠPaige": 45177, + "ĠPain": 24943, + "ĠPaint": 34865, + "ĠPak": 11543, + "ĠPakistan": 15985, + "ĠPakistani": 50253, + "ĠPal": 6116, + "ĠPalace": 19121, + "ĠPale": 50007, + "ĠPalest": 14926, + "ĠPalestin": 19750, + "ĠPalestine": 33030, + "ĠPalestinian": 28202, + "ĠPalestinians": 34745, + "ĠPalm": 32668, + "ĠPalmer": 43889, + "ĠPam": 23532, + "ĠPan": 7557, + "ĠPanama": 41202, + "ĠPanch": 48792, + "ĠPand": 16995, + "ĠPanda": 44207, + "ĠPandemie": 44694, + "ĠPanel": 38996, + "ĠPang": 49499, + "ĠPanther": 33046, + "ĠPanz": 45932, + "ĠPap": 15919, + "ĠPapa": 21102, + "ĠPaper": 24990, + "ĠPar": 3457, + "ĠPara": 11107, + "ĠParad": 28527, + "ĠParadise": 35053, + "ĠParam": 34882, + "ĠParce": 20429, + "ĠPardon": 32392, + "ĠPare": 31189, + "ĠParece": 45419, + "ĠParent": 44717, + "ĠParents": 33990, + "ĠParis": 8380, + "ĠPark": 4964, + "ĠParker": 20155, + "ĠParkinson": 35823, + "ĠParks": 30431, + "ĠParl": 29666, + "ĠParlament": 37487, + "ĠParliament": 15538, + "ĠParr": 47890, + "ĠPars": 49691, + "ĠPart": 4100, + "ĠParte": 47689, + "ĠParticip": 35247, + "ĠParticularly": 32281, + "ĠPartner": 32736, + "ĠPartners": 28058, + "ĠPartnership": 49589, + "ĠParty": 8552, + "ĠPas": 14199, + "ĠPascal": 41723, + "ĠPass": 10319, + "ĠPassion": 45554, + "ĠPassover": 48016, + "ĠPast": 18408, + "ĠPaste": 43827, + "ĠPastor": 34289, + "ĠPat": 4379, + "ĠPatch": 44359, + "ĠPath": 21914, + "ĠPatient": 25173, + "ĠPatienten": 46294, + "ĠPatreon": 15692, + "ĠPatri": 31071, + "ĠPatricia": 34307, + "ĠPatrick": 13980, + "ĠPatrol": 34967, + "ĠPatt": 46332, + "ĠPatter": 34367, + "ĠPatty": 44116, + "ĠPaty": 43760, + "ĠPaul": 4552, + "ĠPaula": 31663, + "ĠPaulo": 21801, + "ĠPause": 31973, + "ĠPav": 39062, + "ĠPaw": 33551, + "ĠPay": 11431, + "ĠPayPal": 39906, + "ĠPaÅĦst": 25189, + "ĠPaÅĦstwo": 42239, + "ĠPe": 2396, + "ĠPeace": 13204, + "ĠPeach": 34138, + "ĠPeak": 43604, + "ĠPeanut": 48069, + "ĠPear": 45461, + "ĠPearl": 24639, + "ĠPearson": 39041, + "ĠPed": 16689, + "ĠPedro": 26662, + "ĠPeg": 28007, + "ĠPeki": 36598, + "ĠPel": 21083, + "ĠPelosi": 44145, + "ĠPen": 10571, + "ĠPence": 48402, + "ĠPend": 38048, + "ĠPeng": 25783, + "ĠPenguin": 49562, + "ĠPeninsula": 40922, + "ĠPenn": 12667, + "ĠPennsy": 17704, + "ĠPennsylvania": 17963, + "ĠPenny": 32009, + "ĠPens": 45035, + "ĠPent": 20165, + "ĠPentagon": 36371, + "ĠPeople": 3432, + "ĠPep": 28637, + "ĠPepper": 30231, + "ĠPepsi": 42311, + "ĠPer": 3026, + "ĠPerché": 47978, + "ĠPercy": 46216, + "ĠPerd": 47633, + "ĠPere": 49349, + "ĠPerez": 47317, + "ĠPerfect": 10246, + "ĠPerform": 19351, + "ĠPerformance": 25047, + "ĠPerhaps": 10517, + "ĠPeriod": 34976, + "ĠPerm": 41006, + "ĠPero": 9377, + "ĠPerquè": 46133, + "ĠPerry": 17334, + "ĠPers": 14006, + "ĠPersian": 30699, + "ĠPerson": 8443, + "ĠPersonal": 25317, + "ĠPersonality": 44523, + "ĠPersonally": 21079, + "ĠPersonen": 40942, + "ĠPeru": 31571, + "ĠPerò": 20533, + "ĠPet": 10472, + "ĠPete": 19013, + "ĠPeter": 6508, + "ĠPeters": 26028, + "ĠPetersburg": 42367, + "ĠPeterson": 36943, + "ĠPew": 30638, + "ĠPey": 36206, + "ĠPf": 17331, + "ĠPfizer": 34694, + "ĠPh": 2623, + "ĠPhD": 14476, + "ĠPhantom": 34689, + "ĠPhar": 45050, + "ĠPharaoh": 43444, + "ĠPharise": 47742, + "ĠPharm": 44032, + "ĠPhase": 24432, + "ĠPhew": 46679, + "ĠPhi": 41435, + "ĠPhil": 7777, + "ĠPhiladelphia": 21205, + "ĠPhilip": 21144, + "ĠPhilipp": 13694, + "ĠPhilippines": 20153, + "ĠPhill": 18433, + "ĠPhillip": 44051, + "ĠPhillips": 24565, + "ĠPhilos": 31182, + "ĠPhilosophy": 43655, + "ĠPho": 14936, + "ĠPhoenix": 18383, + "ĠPhone": 30713, + "ĠPhot": 13919, + "ĠPhoto": 39175, + "ĠPhotoshop": 20821, + "ĠPhys": 15542, + "ĠPhysical": 31918, + "ĠPhysics": 38355, + "ĠPi": 17741, + "ĠPic": 25895, + "ĠPicas": 48198, + "ĠPicasso": 49708, + "ĠPick": 14129, + "ĠPict": 23899, + "ĠPicture": 35730, + "ĠPictures": 45877, + "ĠPie": 22914, + "ĠPiece": 42868, + "ĠPier": 16676, + "ĠPierce": 45432, + "ĠPierre": 28461, + "ĠPiet": 41970, + "ĠPig": 27322, + "ĠPik": 26544, + "ĠPikachu": 35785, + "ĠPike": 46791, + "ĠPil": 18026, + "ĠPill": 44656, + "ĠPilot": 39193, + "ĠPin": 22619, + "ĠPine": 33531, + "ĠPing": 33645, + "ĠPink": 17118, + "ĠPinterest": 37986, + "ĠPione": 48844, + "ĠPip": 35396, + "ĠPir": 24161, + "ĠPis": 43263, + "ĠPit": 32136, + "ĠPitt": 22861, + "ĠPitts": 29478, + "ĠPittsburgh": 33626, + "ĠPix": 18652, + "ĠPixar": 46695, + "ĠPixel": 28323, + "ĠPizza": 24469, + "ĠPl": 2149, + "ĠPla": 19942, + "ĠPlace": 13637, + "ĠPlaid": 30030, + "ĠPlan": 8112, + "ĠPlanet": 22146, + "ĠPlanning": 29308, + "ĠPlant": 28995, + "ĠPlat": 17461, + "ĠPlate": 46043, + "ĠPlatform": 28707, + "ĠPlato": 43027, + "ĠPlatz": 27595, + "ĠPlay": 5506, + "ĠPlayStation": 20599, + "ĠPlayer": 24920, + "ĠPlayers": 35808, + "ĠPlaying": 24801, + "ĠPlaystation": 42787, + "ĠPlaza": 41890, + "ĠPle": 25658, + "ĠPlease": 2555, + "ĠPlug": 40740, + "ĠPlus": 7721, + "ĠPluto": 41205, + "ĠPo": 6165, + "ĠPocket": 44594, + "ĠPod": 12646, + "ĠPodcast": 29972, + "ĠPode": 39168, + "ĠPoint": 12387, + "ĠPoints": 44763, + "ĠPois": 48274, + "ĠPok": 14958, + "ĠPoke": 12645, + "ĠPokemon": 13796, + "ĠPokémon": 20104, + "ĠPol": 3635, + "ĠPoland": 15950, + "ĠPole": 34212, + "ĠPolice": 11882, + "ĠPolicy": 21708, + "ĠPolish": 18504, + "ĠPolit": 13812, + "ĠPolitical": 34265, + "ĠPolitics": 45348, + "ĠPolitik": 29847, + "ĠPolize": 30735, + "ĠPolizei": 35297, + "ĠPoll": 31304, + "ĠPolsce": 35567, + "ĠPolski": 44589, + "ĠPoly": 18553, + "ĠPom": 21227, + "ĠPompe": 38527, + "ĠPon": 31756, + "ĠPont": 41127, + "ĠPool": 46188, + "ĠPoor": 23591, + "ĠPop": 10215, + "ĠPope": 19291, + "ĠPoppy": 47996, + "ĠPopular": 37637, + "ĠPor": 5269, + "ĠPork": 33159, + "ĠPorque": 11287, + "ĠPors": 29416, + "ĠPorsche": 31044, + "ĠPort": 6733, + "ĠPortal": 38281, + "ĠPorter": 42609, + "ĠPortland": 25020, + "ĠPortugal": 23011, + "ĠPortuguese": 22759, + "ĠPos": 25906, + "ĠPose": 40174, + "ĠPosition": 29780, + "ĠPositive": 46326, + "ĠPoss": 33112, + "ĠPost": 10223, + "ĠPot": 9145, + "ĠPotato": 34035, + "ĠPotter": 18115, + "ĠPour": 8732, + "ĠPourquoi": 30333, + "ĠPow": 14762, + "ĠPowder": 35781, + "ĠPowell": 34176, + "ĠPower": 7086, + "ĠPowerPoint": 25584, + "ĠPowers": 47278, + "ĠPr": 2114, + "ĠPra": 12133, + "ĠPrab": 48995, + "ĠPract": 19170, + "ĠPractice": 27904, + "ĠPrag": 40067, + "ĠPrague": 45370, + "ĠPraise": 34576, + "ĠPray": 36365, + "ĠPrayer": 45226, + "ĠPre": 6001, + "ĠPrecis": 48746, + "ĠPred": 32969, + "ĠPrefer": 48401, + "ĠPreis": 47042, + "ĠPrem": 13011, + "ĠPremier": 25194, + "ĠPremiere": 39724, + "ĠPremium": 34881, + "ĠPrep": 21684, + "ĠPrepare": 29689, + "ĠPres": 2718, + "ĠPresent": 33253, + "ĠPresents": 38191, + "ĠPresident": 3117, + "ĠPresidential": 41823, + "ĠPresiding": 47365, + "ĠPress": 6776, + "ĠPrest": 35272, + "ĠPret": 9739, + "ĠPretty": 10693, + "ĠPrevention": 38699, + "ĠPreviously": 33606, + "ĠPri": 8087, + "ĠPrice": 25803, + "ĠPride": 30319, + "ĠPriest": 37052, + "ĠPrim": 19671, + "ĠPrimary": 42576, + "ĠPrime": 9655, + "ĠPrin": 9367, + "ĠPrinc": 35841, + "ĠPrince": 9821, + "ĠPrincess": 13903, + "ĠPrinceton": 36592, + "ĠPrinci": 38372, + "ĠPrincip": 32832, + "ĠPrincipal": 38575, + "ĠPrint": 34439, + "ĠPrinzip": 47572, + "ĠPrior": 24032, + "ĠPrison": 38888, + "ĠPriv": 39691, + "ĠPrivate": 30386, + "ĠPrix": 48736, + "ĠPrize": 22604, + "ĠPro": 1705, + "ĠProb": 8736, + "ĠProbably": 9210, + "ĠProblem": 11676, + "ĠProbleme": 32891, + "ĠProcess": 31093, + "ĠProdu": 11793, + "ĠProducer": 33034, + "ĠProduct": 22005, + "ĠProduction": 30088, + "ĠProducts": 47699, + "ĠProdukt": 44599, + "ĠProf": 6039, + "ĠProfess": 7487, + "ĠProfessional": 30011, + "ĠProfessor": 8419, + "ĠProgram": 8338, + "ĠProgramm": 48244, + "ĠPrograms": 44762, + "ĠProgress": 32587, + "ĠProject": 9849, + "ĠProjekt": 34804, + "ĠProm": 15833, + "ĠPromise": 34878, + "ĠPromised": 38478, + "ĠPron": 27723, + "ĠPronounce": 48483, + "ĠPronunciation": 45496, + "ĠProp": 21944, + "ĠProper": 27627, + "ĠProperty": 48966, + "ĠProphet": 12849, + "ĠPros": 26024, + "ĠProse": 50058, + "ĠProt": 10019, + "ĠProte": 43371, + "ĠProtect": 32017, + "ĠProtection": 25981, + "ĠProtest": 27259, + "ĠProtestant": 38345, + "ĠProtocol": 48753, + "ĠProv": 15685, + "ĠProvince": 40649, + "ĠProvost": 45426, + "ĠProzent": 29726, + "ĠPrzy": 39590, + "ĠPräsident": 27513, + "ĠPs": 33903, + "ĠPsaki": 50037, + "ĠPsal": 26150, + "ĠPsalm": 34134, + "ĠPsych": 17303, + "ĠPsychology": 42827, + "ĠPu": 13605, + "ĠPub": 21808, + "ĠPublic": 9489, + "ĠPuerto": 21472, + "ĠPues": 22386, + "ĠPuis": 30033, + "ĠPul": 35568, + "ĠPull": 15074, + "ĠPump": 32863, + "ĠPun": 22574, + "ĠPunch": 32408, + "ĠPunj": 44989, + "ĠPunk": 27852, + "ĠPunkt": 25487, + "ĠPunkte": 47352, + "ĠPur": 14682, + "ĠPurd": 41632, + "ĠPurdue": 42506, + "ĠPure": 29474, + "ĠPurple": 28483, + "ĠPush": 18229, + "ĠPut": 4935, + "ĠPutin": 19818, + "ĠPutting": 31367, + "ĠPv": 41896, + "ĠPy": 9953, + "ĠPython": 15329, + "ĠPÃ¥": 45133, + "ĠQ": 1249, + "ĠQR": 32784, + "ĠQU": 7246, + "ĠQUE": 46026, + "ĠQUES": 8521, + "ĠQUESTION": 8557, + "ĠQatar": 41691, + "ĠQi": 21430, + "ĠQian": 32461, + "ĠQiao": 48046, + "ĠQin": 26999, + "ĠQing": 20089, + "ĠQiu": 49024, + "ĠQu": 2326, + "ĠQuad": 29619, + "ĠQual": 13616, + "ĠQuality": 28892, + "ĠQuan": 35249, + "ĠQuand": 22015, + "ĠQuando": 18725, + "ĠQuant": 26968, + "ĠQuantum": 44964, + "ĠQuarter": 43794, + "ĠQue": 4493, + "ĠQuebec": 38903, + "ĠQueen": 10077, + "ĠQueens": 18414, + "ĠQueensborough": 40722, + "ĠQueensland": 36913, + "ĠQuel": 43521, + "ĠQuem": 32342, + "ĠQuer": 36149, + "ĠQuest": 8800, + "ĠQuestion": 14464, + "ĠQuestions": 27738, + "ĠQuesto": 38167, + "ĠQui": 27361, + "ĠQuick": 12101, + "ĠQuickly": 31800, + "ĠQuiet": 32193, + "ĠQuin": 44761, + "ĠQuindi": 32534, + "ĠQuinn": 36723, + "ĠQuit": 50139, + "ĠQuite": 20464, + "ĠQuiz": 38020, + "ĠQur": 26094, + "ĠQuran": 19375, + "ĠQuè": 31951, + "ĠQué": 23662, + "ĠQuébec": 34510, + "ĠQuá»ijc": 41494, + "ĠR": 497, + "ĠRA": 14626, + "ĠRAM": 14561, + "ĠRAMSAY": 42487, + "ĠRAW": 40539, + "ĠRB": 40302, + "ĠRC": 28987, + "ĠRD": 49488, + "ĠRE": 10869, + "ĠREAL": 48619, + "ĠREALLY": 37117, + "ĠRED": 39346, + "ĠREM": 45991, + "ĠREP": 31511, + "ĠRES": 46926, + "ĠRF": 26204, + "ĠRGB": 31231, + "ĠRH": 50209, + "ĠRI": 30474, + "ĠRICH": 33618, + "ĠRICHARD": 45302, + "ĠRIGHT": 41631, + "ĠRJ": 46810, + "ĠRM": 23790, + "ĠRN": 45702, + "ĠRNA": 22484, + "ĠRO": 9025, + "ĠROB": 38506, + "ĠROBERT": 26458, + "ĠROI": 49808, + "ĠROM": 41678, + "ĠROS": 31904, + "ĠRP": 14105, + "ĠRPG": 22614, + "ĠRPM": 37389, + "ĠRS": 25855, + "ĠRT": 21797, + "ĠRTX": 44573, + "ĠRUS": 43719, + "ĠRV": 28314, + "ĠRW": 42513, + "ĠRX": 46197, + "ĠRYAN": 32354, + "ĠRa": 7591, + "ĠRab": 16781, + "ĠRabb": 36753, + "ĠRabbi": 32768, + "ĠRabbit": 42092, + "ĠRac": 42033, + "ĠRace": 25908, + "ĠRach": 40793, + "ĠRachel": 14246, + "ĠRacing": 38832, + "ĠRad": 9654, + "ĠRadi": 37806, + "ĠRadio": 17296, + "ĠRaf": 29611, + "ĠRafael": 43173, + "ĠRag": 44289, + "ĠRah": 17844, + "ĠRahmen": 39070, + "ĠRail": 23494, + "ĠRails": 48526, + "ĠRain": 14487, + "ĠRainbow": 29477, + "ĠRais": 43374, + "ĠRaise": 30062, + "ĠRaj": 16745, + "ĠRak": 43000, + "ĠRal": 23038, + "ĠRalph": 28131, + "ĠRam": 9078, + "ĠRama": 39828, + "ĠRamadan": 39848, + "ĠRamen": 48728, + "ĠRams": 28990, + "ĠRamsay": 40721, + "ĠRan": 27948, + "ĠRanch": 37740, + "ĠRand": 23614, + "ĠRandom": 37603, + "ĠRandy": 23993, + "ĠRange": 33778, + "ĠRanger": 34222, + "ĠRangers": 40703, + "ĠRank": 35921, + "ĠRap": 16184, + "ĠRapha": 49690, + "ĠRapid": 44580, + "ĠRapt": 38115, + "ĠRare": 43920, + "ĠRas": 24649, + "ĠRash": 46298, + "ĠRaspberry": 41154, + "ĠRat": 24269, + "ĠRate": 49583, + "ĠRather": 16571, + "ĠRaum": 31359, + "ĠRaven": 28956, + "ĠRavi": 44486, + "ĠRaw": 23732, + "ĠRay": 10883, + "ĠRaymond": 42813, + "ĠRaz": 29051, + "ĠRe": 1300, + "ĠReach": 35904, + "ĠReact": 30644, + "ĠRead": 17604, + "ĠReading": 29766, + "ĠReady": 9944, + "ĠReagan": 26534, + "ĠReal": 8467, + "ĠReality": 33822, + "ĠReally": 4083, + "ĠRealm": 44723, + "ĠReaper": 49956, + "ĠReason": 39693, + "ĠRebecca": 19381, + "ĠRebel": 48782, + "ĠRec": 9647, + "ĠRece": 41962, + "ĠRecent": 17553, + "ĠRecently": 20072, + "ĠRecht": 36840, + "ĠRechts": 36597, + "ĠRecogn": 44682, + "ĠRecomm": 49545, + "ĠRecord": 27401, + "ĠRecords": 31928, + "ĠRecovery": 35254, + "ĠRed": 4477, + "ĠReddit": 32210, + "ĠRede": 39056, + "ĠRedmi": 47766, + "ĠRee": 38231, + "ĠReed": 32071, + "ĠReese": 49474, + "ĠRef": 16957, + "ĠRefer": 36889, + "ĠReform": 38489, + "ĠReg": 4791, + "ĠRegard": 16613, + "ĠRegarding": 35523, + "ĠRegardless": 25148, + "ĠRegel": 33139, + "ĠRegent": 36687, + "ĠRegierung": 42979, + "ĠRegina": 48407, + "ĠRegion": 25121, + "ĠRegional": 30341, + "ĠRegister": 43167, + "ĠRegular": 45659, + "ĠRei": 34549, + "ĠReich": 33111, + "ĠReid": 46912, + "ĠRein": 42116, + "ĠRel": 8738, + "ĠRelations": 28663, + "ĠRelax": 25886, + "ĠRelease": 34278, + "ĠRelig": 33436, + "ĠReligion": 40127, + "ĠRem": 4080, + "ĠRemember": 5459, + "ĠRemo": 46445, + "ĠRemote": 44858, + "ĠRemove": 18831, + "ĠRen": 12883, + "ĠRena": 23068, + "ĠRenaissance": 32642, + "ĠRend": 48174, + "ĠRenee": 47790, + "ĠReno": 44404, + "ĠRent": 42743, + "ĠRep": 3696, + "ĠRepe": 24927, + "ĠRepeat": 28523, + "ĠRepl": 47762, + "ĠReport": 16057, + "ĠReporter": 26520, + "ĠReporting": 44229, + "ĠReports": 45910, + "ĠRepresent": 19945, + "ĠRepresentative": 33421, + "ĠRepresentatives": 37543, + "ĠRepublic": 5564, + "ĠRepublican": 10937, + "ĠRepublicans": 12017, + "ĠRepública": 45917, + "ĠRequ": 42029, + "ĠRes": 5015, + "ĠRescue": 39379, + "ĠResearch": 10303, + "ĠResearchers": 43555, + "ĠReserve": 26049, + "ĠResident": 29563, + "ĠResistance": 45647, + "ĠResource": 35200, + "ĠResources": 29706, + "ĠResp": 22480, + "ĠRespect": 39079, + "ĠRespons": 46003, + "ĠResponse": 43937, + "ĠRest": 13094, + "ĠRestaur": 31712, + "ĠRestaurant": 38870, + "ĠRet": 11495, + "ĠReturn": 24350, + "ĠRev": 12127, + "ĠRevel": 26211, + "ĠRevelation": 28979, + "ĠRever": 26314, + "ĠReverend": 44896, + "ĠReview": 19954, + "ĠRevolution": 16617, + "ĠRex": 35678, + "ĠRey": 17547, + "ĠReynolds": 29516, + "ĠRh": 16111, + "ĠRhod": 36951, + "ĠRhode": 40202, + "ĠRhodes": 45973, + "ĠRi": 33668, + "ĠRib": 38554, + "ĠRic": 21215, + "ĠRica": 42080, + "ĠRicardo": 42634, + "ĠRice": 19386, + "ĠRich": 6781, + "ĠRichard": 9809, + "ĠRichards": 33021, + "ĠRichardson": 48492, + "ĠRichmond": 39060, + "ĠRicht": 22659, + "ĠRichtung": 33023, + "ĠRick": 11224, + "ĠRicky": 25247, + "ĠRico": 22643, + "ĠRid": 30619, + "ĠRide": 35042, + "ĠRider": 40150, + "ĠRidge": 32313, + "ĠRif": 48549, + "ĠRig": 42720, + "ĠRight": 1779, + "ĠRights": 16352, + "ĠRiley": 31373, + "ĠRim": 44034, + "ĠRin": 33170, + "ĠRing": 19844, + "ĠRings": 38543, + "ĠRio": 18719, + "ĠRiot": 49536, + "ĠRip": 34677, + "ĠRis": 30897, + "ĠRise": 34482, + "ĠRising": 45957, + "ĠRisk": 45892, + "ĠRita": 32672, + "ĠRiv": 47620, + "ĠRiver": 8640, + "ĠRivera": 47388, + "ĠRivers": 36646, + "ĠRo": 3101, + "ĠRoad": 11507, + "ĠRob": 5424, + "ĠRobbie": 45749, + "ĠRober": 15800, + "ĠRobert": 7977, + "ĠRoberto": 40354, + "ĠRoberts": 20919, + "ĠRobin": 16533, + "ĠRobinson": 25105, + "ĠRobot": 29601, + "ĠRoc": 32661, + "ĠRochester": 39895, + "ĠRock": 6922, + "ĠRockef": 50178, + "ĠRocket": 29651, + "ĠRocky": 26916, + "ĠRod": 11097, + "ĠRodrig": 25904, + "ĠRodriguez": 37304, + "ĠRog": 11860, + "ĠRoger": 17666, + "ĠRogers": 29877, + "ĠRogue": 43770, + "ĠRoh": 27490, + "ĠRoland": 39357, + "ĠRolex": 36234, + "ĠRoll": 9926, + "ĠRolle": 35376, + "ĠRolling": 36457, + "ĠRom": 10141, + "ĠRoma": 31892, + "ĠRoman": 8566, + "ĠRomania": 36678, + "ĠRomanian": 49963, + "ĠRomans": 20252, + "ĠRome": 12043, + "ĠRomeo": 33563, + "ĠRon": 9949, + "ĠRonald": 27397, + "ĠRonaldo": 46132, + "ĠRong": 43383, + "ĠRonnie": 46131, + "ĠRoom": 19190, + "ĠRoose": 27349, + "ĠRoosevelt": 28515, + "ĠRos": 11144, + "ĠRosa": 30572, + "ĠRose": 12765, + "ĠRosen": 33630, + "ĠRosie": 40521, + "ĠRoss": 16140, + "ĠRot": 17681, + "ĠRoth": 28089, + "ĠRou": 28392, + "ĠRouge": 47607, + "ĠRough": 42791, + "ĠRound": 18525, + "ĠRoute": 39142, + "ĠRover": 43278, + "ĠRow": 20309, + "ĠRox": 44427, + "ĠRoy": 8751, + "ĠRoyal": 12717, + "ĠRoz": 43313, + "ĠRs": 21643, + "ĠRu": 15702, + "ĠRub": 10518, + "ĠRuby": 19907, + "ĠRud": 18636, + "ĠRudolph": 47292, + "ĠRudy": 38690, + "ĠRug": 50057, + "ĠRule": 27533, + "ĠRules": 38897, + "ĠRum": 31963, + "ĠRun": 8950, + "ĠRunner": 50105, + "ĠRunning": 28136, + "ĠRus": 13155, + "ĠRush": 28389, + "ĠRusia": 48520, + "ĠRuss": 3878, + "ĠRussell": 20937, + "ĠRussia": 6797, + "ĠRussian": 7220, + "ĠRussians": 20605, + "ĠRust": 34952, + "ĠRut": 42723, + "ĠRuth": 23544, + "ĠRy": 13654, + "ĠRyan": 9116, + "ĠRyu": 41599, + "ĠRép": 41587, + "ĠRépublique": 46646, + "ĠRück": 35001, + "ĠS": 318, + "ĠSA": 16482, + "ĠSAL": 40713, + "ĠSAM": 9617, + "ĠSAN": 49557, + "ĠSAND": 44097, + "ĠSAP": 27743, + "ĠSAR": 18748, + "ĠSARAH": 41666, + "ĠSARS": 34233, + "ĠSAS": 33441, + "ĠSAT": 31536, + "ĠSAY": 42948, + "ĠSB": 26944, + "ĠSBS": 41788, + "ĠSC": 9028, + "ĠSCH": 23539, + "ĠSCOTT": 41181, + "ĠSCP": 18489, + "ĠSD": 14638, + "ĠSDK": 37135, + "ĠSE": 10269, + "ĠSEC": 22399, + "ĠSECRET": 47627, + "ĠSEE": 44712, + "ĠSEN": 47770, + "ĠSEO": 22964, + "ĠSER": 36772, + "ĠSEÃij": 40677, + "ĠSF": 31095, + "ĠSG": 34520, + "ĠSH": 7405, + "ĠSHA": 38820, + "ĠSHE": 44179, + "ĠSI": 29083, + "ĠSIM": 24738, + "ĠSJ": 44883, + "ĠSK": 21483, + "ĠSL": 22999, + "ĠSM": 13115, + "ĠSMITH": 46156, + "ĠSMS": 38107, + "ĠSN": 13955, + "ĠSO": 10621, + "ĠSOL": 36011, + "ĠSOUND": 45383, + "ĠSP": 8420, + "ĠSPD": 19572, + "ĠSPE": 37173, + "ĠSPEAK": 11824, + "ĠSPEAKER": 12081, + "ĠSQL": 19200, + "ĠSR": 20840, + "ĠSS": 12238, + "ĠSSD": 30262, + "ĠST": 4904, + "ĠSTACK": 49114, + "ĠSTAR": 47816, + "ĠSTART": 49326, + "ĠSTE": 20039, + "ĠSTEM": 25043, + "ĠSTEP": 28143, + "ĠSTEPHAN": 46423, + "ĠSTEVE": 40878, + "ĠSTEVEN": 48312, + "ĠSTOP": 38344, + "ĠSTR": 43013, + "ĠSTUD": 36988, + "ĠSTUDENT": 41833, + "ĠSU": 9872, + "ĠSUBSCRI": 32563, + "ĠSUBSCRIBE": 33817, + "ĠSUN": 42596, + "ĠSUPER": 49342, + "ĠSUR": 37269, + "ĠSUS": 40117, + "ĠSUV": 28452, + "ĠSV": 31910, + "ĠSW": 20346, + "ĠSY": 32624, + "ĠSa": 6299, + "ĠSaaS": 49733, + "ĠSab": 13915, + "ĠSabb": 34003, + "ĠSabbath": 36618, + "ĠSabrina": 45439, + "ĠSac": 19356, + "ĠSach": 25626, + "ĠSache": 31452, + "ĠSachen": 26074, + "ĠSacramento": 38360, + "ĠSacred": 47074, + "ĠSad": 12269, + "ĠSadhguru": 40000, + "ĠSadly": 29628, + "ĠSaf": 14152, + "ĠSafari": 43820, + "ĠSafe": 27030, + "ĠSafety": 21340, + "ĠSag": 34551, + "ĠSage": 33812, + "ĠSah": 18280, + "ĠSahib": 43545, + "ĠSai": 27987, + "ĠSaid": 26490, + "ĠSail": 42014, + "ĠSaint": 12902, + "ĠSaints": 39022, + "ĠSak": 18025, + "ĠSakura": 48051, + "ĠSal": 5996, + "ĠSale": 48922, + "ĠSalem": 49619, + "ĠSales": 23467, + "ĠSalesforce": 40398, + "ĠSally": 26385, + "ĠSalt": 19503, + "ĠSalut": 33559, + "ĠSalv": 28596, + "ĠSalvador": 32586, + "ĠSalz": 46283, + "ĠSam": 4832, + "ĠSamantha": 33521, + "ĠSame": 10635, + "ĠSami": 44029, + "ĠSammy": 44316, + "ĠSams": 12666, + "ĠSamsung": 13173, + "ĠSamuel": 23036, + "ĠSan": 5271, + "ĠSana": 29200, + "ĠSand": 7985, + "ĠSanders": 21734, + "ĠSandra": 28184, + "ĠSandy": 27390, + "ĠSang": 19037, + "ĠSans": 21504, + "ĠSanskrit": 44392, + "ĠSant": 17315, + "ĠSanta": 9933, + "ĠSanti": 34815, + "ĠSantiago": 37621, + "ĠSanto": 49639, + "ĠSantos": 36962, + "ĠSap": 49287, + "ĠSapp": 46814, + "ĠSar": 6894, + "ĠSara": 18694, + "ĠSarah": 9519, + "ĠSas": 36613, + "ĠSasha": 29276, + "ĠSask": 48963, + "ĠSat": 5344, + "ĠSatan": 16583, + "ĠSaturday": 8803, + "ĠSaturn": 24601, + "ĠSau": 22557, + "ĠSauce": 36720, + "ĠSaud": 15717, + "ĠSaudi": 18121, + "ĠSaul": 35661, + "ĠSav": 12346, + "ĠSavage": 46699, + "ĠSavannah": 47902, + "ĠSave": 15541, + "ĠSavior": 29310, + "ĠSaw": 27307, + "ĠSax": 48379, + "ĠSay": 6463, + "ĠSaya": 16568, + "ĠSaying": 34087, + "ĠSays": 36780, + "ĠSc": 2747, + "ĠSca": 47082, + "ĠScale": 42999, + "ĠScalia": 47899, + "ĠScan": 41177, + "ĠScandin": 42403, + "ĠScar": 23181, + "ĠScary": 45504, + "ĠScene": 46297, + "ĠSch": 2065, + "ĠSche": 25321, + "ĠSched": 44926, + "ĠSchl": 16420, + "ĠSchluss": 36573, + "ĠSchmidt": 42621, + "ĠSchn": 45748, + "ĠSchne": 30343, + "ĠSchol": 27866, + "ĠScholars": 33846, + "ĠSchon": 46049, + "ĠSchool": 5070, + "ĠSchools": 26997, + "ĠSchr": 46191, + "ĠSchritt": 33062, + "ĠSchul": 21223, + "ĠSchuld": 50153, + "ĠSchule": 32953, + "ĠSchulen": 41909, + "ĠSchutz": 37469, + "ĠSchw": 17576, + "ĠSchwar": 46487, + "ĠSchwe": 24343, + "ĠSchweiz": 46834, + "ĠSchön": 41060, + "ĠSchüler": 39776, + "ĠSci": 16942, + "ĠScience": 8976, + "ĠSciences": 21108, + "ĠScient": 18944, + "ĠScientific": 47437, + "ĠScientists": 32958, + "ĠSco": 27682, + "ĠScore": 47901, + "ĠScorp": 38814, + "ĠScot": 9534, + "ĠScotland": 11180, + "ĠScott": 6659, + "ĠScottish": 13777, + "ĠScout": 33971, + "ĠScr": 34944, + "ĠScreen": 25823, + "ĠScrew": 42630, + "ĠScript": 15675, + "ĠScripture": 22888, + "ĠScriptures": 46522, + "ĠScroll": 35395, + "ĠSe": 1100, + "ĠSea": 11352, + "ĠSeal": 46207, + "ĠSean": 14839, + "ĠSearch": 17180, + "ĠSeason": 16465, + "ĠSeattle": 15721, + "ĠSeb": 22374, + "ĠSebastian": 31102, + "ĠSec": 3306, + "ĠSecond": 5736, + "ĠSecondly": 19483, + "ĠSecret": 7400, + "ĠSecretary": 9126, + "ĠSect": 46244, + "ĠSection": 21804, + "ĠSecurity": 11164, + "ĠSed": 31213, + "ĠSee": 3008, + "ĠSeeing": 19703, + "ĠSeems": 22524, + "ĠSeg": 21595, + "ĠSega": 32114, + "ĠSehr": 32028, + "ĠSei": 49229, + "ĠSeit": 34321, + "ĠSeite": 19748, + "ĠSeiten": 45200, + "ĠSek": 24285, + "ĠSel": 10736, + "ĠSelbst": 29712, + "ĠSelect": 13638, + "ĠSelena": 39146, + "ĠSelf": 16348, + "ĠSell": 44296, + "ĠSem": 14421, + "ĠSempre": 49724, + "ĠSen": 3862, + "ĠSenate": 9867, + "ĠSenator": 10893, + "ĠSend": 17908, + "ĠSenhor": 43792, + "ĠSeni": 42752, + "ĠSenin": 36134, + "ĠSenior": 18370, + "ĠSens": 40926, + "ĠSense": 33123, + "ĠSent": 23652, + "ĠSentinel": 49498, + "ĠSeo": 30877, + "ĠSeok": 34565, + "ĠSeong": 40333, + "ĠSeoul": 17100, + "ĠSep": 22012, + "ĠSepar": 43480, + "ĠSept": 6978, + "ĠSeptember": 7216, + "ĠSequ": 46859, + "ĠSer": 4210, + "ĠSerbia": 39461, + "ĠSerge": 18885, + "ĠSergeant": 31149, + "ĠSergey": 49238, + "ĠSergio": 45078, + "ĠSerie": 49135, + "ĠSeries": 13934, + "ĠSeriously": 14063, + "ĠServ": 6213, + "ĠServe": 45663, + "ĠServer": 25684, + "ĠService": 9561, + "ĠServices": 12124, + "ĠSerá": 42968, + "ĠSes": 29827, + "ĠSesame": 47686, + "ĠSet": 8928, + "ĠSeth": 25353, + "ĠSetting": 21063, + "ĠSettings": 27286, + "ĠSeung": 20384, + "ĠSev": 28960, + "ĠSeven": 14868, + "ĠSever": 19635, + "ĠSeveral": 22246, + "ĠSew": 42697, + "ĠSex": 29037, + "ĠSexual": 45449, + "ĠSeñ": 30807, + "ĠSeñor": 35054, + "ĠSh": 1160, + "ĠSha": 14944, + "ĠShadow": 19036, + "ĠShah": 21159, + "ĠShak": 47459, + "ĠShake": 27809, + "ĠShakes": 22094, + "ĠShakespeare": 22825, + "ĠShakt": 40867, + "ĠShall": 12128, + "ĠSham": 42912, + "ĠShame": 46835, + "ĠShan": 25536, + "ĠShane": 25865, + "ĠShang": 19316, + "ĠShanghai": 26135, + "ĠShank": 45264, + "ĠShannon": 28974, + "ĠShap": 44160, + "ĠShape": 49148, + "ĠShar": 22030, + "ĠShare": 14945, + "ĠSharing": 49060, + "ĠShark": 36347, + "ĠSharon": 28573, + "ĠSharp": 31654, + "ĠShaun": 49363, + "ĠShaw": 27132, + "ĠShawn": 28634, + "ĠShay": 31212, + "ĠShe": 1240, + "ĠSheikh": 46160, + "ĠSheila": 48832, + "ĠShel": 24415, + "ĠShelby": 37517, + "ĠShell": 22863, + "ĠShelley": 42337, + "ĠShen": 22636, + "ĠSheng": 40544, + "ĠShepherd": 43395, + "ĠSher": 11789, + "ĠSheriff": 32492, + "ĠSherlock": 37769, + "ĠSherman": 45130, + "ĠShh": 41429, + "ĠShi": 25580, + "ĠShield": 28539, + "ĠShift": 28304, + "ĠShim": 32683, + "ĠShin": 17347, + "ĠShine": 46460, + "ĠShiny": 49683, + "ĠShip": 38407, + "ĠShir": 27239, + "ĠShirley": 43275, + "ĠShit": 19593, + "ĠShiv": 47839, + "ĠShiva": 34729, + "ĠSho": 31404, + "ĠShock": 39474, + "ĠShoot": 19760, + "ĠShooting": 45739, + "ĠShop": 16319, + "ĠShopify": 43991, + "ĠShore": 47977, + "ĠShort": 16881, + "ĠShortly": 40109, + "ĠShot": 28845, + "ĠShould": 6454, + "ĠShouldn": 34170, + "ĠShout": 32749, + "ĠShow": 6895, + "ĠShrim": 47827, + "ĠShu": 26655, + "ĠShut": 13870, + "ĠShy": 45250, + "ĠSi": 4909, + "ĠSiber": 42608, + "ĠSic": 39155, + "ĠSich": 47135, + "ĠSicher": 25292, + "ĠSicherheit": 38778, + "ĠSicht": 36615, + "ĠSick": 43471, + "ĠSid": 19797, + "ĠSide": 19026, + "ĠSie": 3559, + "ĠSierra": 25182, + "ĠSig": 37763, + "ĠSigma": 36595, + "ĠSign": 13515, + "ĠSignal": 43414, + "ĠSikh": 46657, + "ĠSil": 6943, + "ĠSilence": 34570, + "ĠSilent": 40862, + "ĠSilicon": 25351, + "ĠSilk": 43853, + "ĠSilva": 50171, + "ĠSilver": 15861, + "ĠSim": 3998, + "ĠSimilar": 10905, + "ĠSimilarly": 13157, + "ĠSimmons": 42516, + "ĠSimon": 13193, + "ĠSimone": 41652, + "ĠSimple": 21532, + "ĠSimply": 19596, + "ĠSimpson": 38184, + "ĠSims": 33289, + "ĠSin": 11187, + "ĠSince": 4162, + "ĠSind": 35405, + "ĠSing": 7474, + "ĠSingapore": 14491, + "ĠSinger": 44184, + "ĠSingh": 27529, + "ĠSinging": 39483, + "ĠSingle": 31248, + "ĠSinn": 37962, + "ĠSinne": 47041, + "ĠSir": 6144, + "ĠSiri": 33682, + "ĠSis": 33514, + "ĠSister": 14145, + "ĠSisters": 43166, + "ĠSit": 14523, + "ĠSite": 34027, + "ĠSith": 43860, + "ĠSitting": 43129, + "ĠSituation": 22247, + "ĠSix": 11678, + "ĠSixt": 47374, + "ĠSiz": 26672, + "ĠSize": 35818, + "ĠSk": 7324, + "ĠSke": 32344, + "ĠSket": 45012, + "ĠSketch": 49245, + "ĠSkill": 40737, + "ĠSkills": 27856, + "ĠSkillshare": 42991, + "ĠSkin": 26333, + "ĠSkip": 46405, + "ĠSky": 9879, + "ĠSkype": 31743, + "ĠSkywalker": 49220, + "ĠSl": 6187, + "ĠSlack": 37211, + "ĠSleep": 19383, + "ĠSleeping": 49618, + "ĠSlide": 26405, + "ĠSlim": 47428, + "ĠSlo": 22497, + "ĠSloven": 50122, + "ĠSlow": 17703, + "ĠSlowly": 29674, + "ĠSm": 3915, + "ĠSmack": 35399, + "ĠSmall": 15287, + "ĠSmart": 12923, + "ĠSmash": 25768, + "ĠSmells": 44355, + "ĠSmile": 38499, + "ĠSmith": 8538, + "ĠSmithson": 44350, + "ĠSmithsonian": 46013, + "ĠSmoke": 36191, + "ĠSmooth": 42404, + "ĠSn": 9264, + "ĠSna": 41539, + "ĠSnake": 33885, + "ĠSnap": 18254, + "ĠSnapchat": 31579, + "ĠSnapdragon": 48211, + "ĠSne": 41336, + "ĠSno": 42902, + "ĠSnow": 14827, + "ĠSny": 49464, + "ĠSo": 407, + "ĠSoc": 43627, + "ĠSoci": 12276, + "ĠSocial": 9909, + "ĠSociety": 13742, + "ĠSod": 42059, + "ĠSofia": 42611, + "ĠSoft": 16985, + "ĠSoftware": 27428, + "ĠSol": 7026, + "ĠSolar": 22385, + "ĠSold": 20064, + "ĠSoldier": 34660, + "ĠSole": 48073, + "ĠSolid": 26664, + "ĠSolo": 26452, + "ĠSolomon": 32209, + "ĠSolutions": 36295, + "ĠSom": 12297, + "ĠSome": 2188, + "ĠSomebody": 13463, + "ĠSomehow": 28357, + "ĠSomeone": 8734, + "ĠSomet": 3379, + "ĠSomething": 6595, + "ĠSometimes": 4803, + "ĠSomewhere": 34500, + "ĠSommer": 35022, + "ĠSon": 5185, + "ĠSong": 11862, + "ĠSongs": 48541, + "ĠSonic": 14290, + "ĠSono": 48344, + "ĠSonra": 41379, + "ĠSony": 13575, + "ĠSoo": 28784, + "ĠSoon": 17610, + "ĠSoph": 18921, + "ĠSophia": 35152, + "ĠSophie": 29645, + "ĠSor": 21421, + "ĠSora": 46639, + "ĠSorry": 4919, + "ĠSort": 26149, + "ĠSou": 31458, + "ĠSoul": 13588, + "ĠSouls": 30258, + "ĠSound": 14673, + "ĠSounds": 14576, + "ĠSoup": 40648, + "ĠSource": 29629, + "ĠSouth": 4242, + "ĠSoutheast": 27906, + "ĠSouthern": 13724, + "ĠSouthwest": 31708, + "ĠSovi": 37477, + "ĠSoviet": 11348, + "ĠSoviets": 41354, + "ĠSow": 48644, + "ĠSoy": 24758, + "ĠSozial": 36867, + "ĠSp": 1738, + "ĠSpa": 23729, + "ĠSpace": 8705, + "ĠSpaceX": 30585, + "ĠSpain": 12838, + "ĠSpanish": 8058, + "ĠSpark": 23424, + "ĠSpart": 36014, + "ĠSpaÃŁ": 27460, + "ĠSpe": 3550, + "ĠSpeak": 27868, + "ĠSpeaker": 8454, + "ĠSpeaking": 13069, + "ĠSpec": 20484, + "ĠSpecial": 11863, + "ĠSpecifically": 26058, + "ĠSpect": 27078, + "ĠSpeech": 48385, + "ĠSpeed": 18774, + "ĠSpencer": 31996, + "ĠSpicy": 35999, + "ĠSpider": 17733, + "ĠSpiel": 14266, + "ĠSpieler": 44053, + "ĠSpike": 46286, + "ĠSpin": 29185, + "ĠSpirit": 7218, + "ĠSpiritual": 38929, + "ĠSpit": 39108, + "ĠSpl": 19788, + "ĠSplit": 45111, + "ĠSpo": 45011, + "ĠSponge": 43742, + "ĠSport": 17549, + "ĠSports": 20191, + "ĠSpot": 19102, + "ĠSpotify": 29036, + "ĠSpr": 7702, + "ĠSpread": 30308, + "ĠSpring": 14013, + "ĠSprings": 33065, + "ĠSprinkle": 47331, + "ĠSpy": 35854, + "ĠSqu": 8683, + "ĠSquad": 26596, + "ĠSquare": 16463, + "ĠSque": 31449, + "ĠSqueeze": 47603, + "ĠSquid": 46178, + "ĠSr": 38988, + "ĠSri": 25120, + "ĠSt": 745, + "ĠSta": 16959, + "ĠStaat": 45559, + "ĠStaats": 33928, + "ĠStack": 37649, + "ĠStacy": 43644, + "ĠStadium": 32976, + "ĠStadt": 20550, + "ĠStaff": 16440, + "ĠStage": 25907, + "ĠStalin": 32126, + "ĠStall": 48010, + "ĠStamp": 48011, + "ĠStan": 10061, + "ĠStand": 9133, + "ĠStandard": 21298, + "ĠStandards": 44546, + "ĠStanding": 33655, + "ĠStanford": 20374, + "ĠStanley": 28329, + "ĠStar": 5705, + "ĠStarbucks": 26303, + "ĠStark": 28967, + "ĠStars": 20957, + "ĠStart": 6481, + "ĠStarted": 39715, + "ĠStarting": 16217, + "ĠStat": 16249, + "ĠState": 4533, + "ĠStates": 3040, + "ĠStation": 14467, + "ĠStatistics": 49226, + "ĠStatus": 47409, + "ĠStay": 8691, + "ĠSte": 3592, + "ĠSteam": 22517, + "ĠSteel": 26038, + "ĠStef": 43421, + "ĠStefan": 32158, + "ĠStein": 29453, + "ĠStell": 37364, + "ĠStella": 45073, + "ĠStelle": 26629, + "ĠStellen": 41893, + "ĠStep": 5470, + "ĠSteph": 31418, + "ĠStephan": 16672, + "ĠStephanie": 18634, + "ĠStephen": 13391, + "ĠSter": 33539, + "ĠStern": 39538, + "ĠSteuer": 44250, + "ĠSteve": 7466, + "ĠSteven": 12754, + "ĠStevens": 41727, + "ĠStevie": 47499, + "ĠStew": 22735, + "ĠStewart": 25951, + "ĠStick": 22744, + "ĠStill": 8291, + "ĠStir": 23353, + "ĠStitch": 44871, + "ĠStock": 17857, + "ĠStockholm": 38730, + "ĠStone": 15012, + "ĠStones": 49982, + "ĠStop": 5535, + "ĠStorage": 36308, + "ĠStore": 17242, + "ĠStories": 31797, + "ĠStorm": 20494, + "ĠStory": 14484, + "ĠStr": 8251, + "ĠStra": 12875, + "ĠStraight": 26908, + "ĠStrand": 47517, + "ĠStrange": 29068, + "ĠStrateg": 30064, + "ĠStrategic": 47805, + "ĠStrategy": 40915, + "ĠStraw": 35104, + "ĠStrawberry": 45906, + "ĠStraÃŁe": 43817, + "ĠStraÃŁen": 48925, + "ĠStre": 19597, + "ĠStream": 24904, + "ĠStreet": 7638, + "ĠStrength": 39251, + "ĠStress": 38258, + "ĠStretch": 38817, + "ĠStri": 20390, + "ĠStrike": 32788, + "ĠStro": 42196, + "ĠStrom": 39126, + "ĠStrong": 22792, + "ĠStu": 25203, + "ĠStuart": 36236, + "ĠStud": 4541, + "ĠStudent": 12464, + "ĠStudents": 17244, + "ĠStudien": 49496, + "ĠStudies": 17515, + "ĠStudio": 13500, + "ĠStudios": 23005, + "ĠStudy": 27039, + "ĠStuff": 31347, + "ĠStunde": 42781, + "ĠStunden": 30496, + "ĠStupid": 37659, + "ĠSty": 30415, + "ĠStyle": 27004, + "ĠStyles": 46845, + "ĠStück": 31146, + "ĠSu": 2746, + "ĠSub": 8511, + "ĠSubaru": 43044, + "ĠSubs": 37471, + "ĠSubscribe": 10611, + "ĠSubst": 42090, + "ĠSuccess": 23669, + "ĠSuch": 9653, + "ĠSud": 12323, + "ĠSudan": 36013, + "ĠSuddenly": 21194, + "ĠSue": 25332, + "ĠSuff": 40178, + "ĠSug": 39131, + "ĠSugar": 24576, + "ĠSuit": 48854, + "ĠSuite": 36637, + "ĠSuk": 37898, + "ĠSul": 35897, + "ĠSull": 34901, + "ĠSullivan": 37226, + "ĠSultan": 23528, + "ĠSum": 8626, + "ĠSummer": 16161, + "ĠSummit": 28726, + "ĠSun": 6163, + "ĠSund": 6942, + "ĠSunday": 7776, + "ĠSundays": 44857, + "ĠSung": 24857, + "ĠSunny": 34665, + "ĠSunshine": 48618, + "ĠSup": 9141, + "ĠSuper": 4548, + "ĠSuperintendent": 49623, + "ĠSuperior": 48953, + "ĠSuperman": 22455, + "ĠSupp": 9391, + "ĠSupport": 18073, + "ĠSuppose": 21360, + "ĠSupreme": 11032, + "ĠSur": 6732, + "ĠSure": 4894, + "ĠSurely": 29803, + "ĠSurf": 43124, + "ĠSurface": 36052, + "ĠSurprise": 36701, + "ĠSurprisingly": 49908, + "ĠSurv": 40716, + "ĠSurvey": 33365, + "ĠSurviv": 48859, + "ĠSus": 9545, + "ĠSusan": 15160, + "ĠSustain": 34407, + "ĠSut": 40492, + "ĠSuz": 24232, + "ĠSuzanne": 48901, + "ĠSuzuki": 49457, + "ĠSven": 49787, + "ĠSver": 29490, + "ĠSverige": 33973, + "ĠSw": 3926, + "ĠSwami": 33018, + "ĠSwan": 40884, + "ĠSwe": 29918, + "ĠSwed": 21617, + "ĠSweden": 17727, + "ĠSwedish": 23523, + "ĠSweet": 14653, + "ĠSwift": 25539, + "ĠSwiss": 21965, + "ĠSwitch": 13893, + "ĠSwitzerland": 23312, + "ĠSword": 27070, + "ĠSy": 3902, + "ĠSyd": 19918, + "ĠSydney": 21065, + "ĠSyl": 33349, + "ĠSym": 28877, + "ĠSymphony": 46891, + "ĠSyn": 26155, + "ĠSynd": 35284, + "ĠSyndrome": 44545, + "ĠSyria": 13314, + "ĠSyrian": 24081, + "ĠSystem": 8910, + "ĠSystems": 27059, + "ĠSz": 24699, + "ĠSão": 22401, + "ĠSÃ¥": 12728, + "ĠSé": 49556, + "ĠSó": 19961, + "ĠSü": 25697, + "ĠSÃŃ": 12375, + "ĠT": 314, + "ĠTA": 20094, + "ĠTALI": 13763, + "ĠTALIESIN": 13787, + "ĠTB": 29711, + "ĠTC": 34150, + "ĠTCP": 48965, + "ĠTD": 42606, + "ĠTE": 19744, + "ĠTED": 43036, + "ĠTER": 41305, + "ĠTF": 40964, + "ĠTH": 3578, + "ĠTHAT": 15532, + "ĠTHE": 5663, + "ĠTHERE": 40562, + "ĠTHEY": 34970, + "ĠTHIS": 17371, + "ĠTHOM": 40933, + "ĠTI": 28819, + "ĠTIM": 20187, + "ĠTIME": 36096, + "ĠTJ": 46402, + "ĠTL": 40277, + "ĠTM": 33550, + "ĠTO": 8232, + "ĠTOM": 29473, + "ĠTON": 25867, + "ĠTONER": 36557, + "ĠTOP": 40925, + "ĠTP": 44462, + "ĠTR": 15176, + "ĠTRA": 10841, + "ĠTRAVIS": 12317, + "ĠTS": 37645, + "ĠTT": 32576, + "ĠTU": 42408, + "ĠTV": 3558, + "ĠTVs": 38085, + "ĠTW": 23737, + "ĠTWO": 48664, + "ĠTY": 36187, + "ĠTa": 6551, + "ĠTab": 14106, + "ĠTabii": 41770, + "ĠTable": 25535, + "ĠTac": 38848, + "ĠTack": 38405, + "ĠTaco": 37992, + "ĠTact": 47111, + "ĠTada": 39303, + "ĠTae": 24478, + "ĠTag": 11204, + "ĠTage": 29724, + "ĠTagen": 41721, + "ĠTages": 33601, + "ĠTah": 31027, + "ĠTai": 9623, + "ĠTail": 46074, + "ĠTails": 49888, + "ĠTaiwan": 12296, + "ĠTaiwanese": 45187, + "ĠTaj": 44837, + "ĠTak": 9118, + "ĠTake": 3664, + "ĠTakes": 44347, + "ĠTaking": 17837, + "ĠTal": 10516, + "ĠTale": 49846, + "ĠTalent": 44081, + "ĠTales": 50099, + "ĠTaliban": 26478, + "ĠTalk": 8780, + "ĠTalking": 22445, + "ĠTall": 42633, + "ĠTam": 8540, + "ĠTamam": 18224, + "ĠTamara": 40424, + "ĠTamb": 18176, + "ĠTambién": 25682, + "ĠTamil": 39938, + "ĠTammy": 48030, + "ĠTampa": 40583, + "ĠTan": 17046, + "ĠTang": 22063, + "ĠTank": 28746, + "ĠTanner": 47253, + "ĠTanz": 42420, + "ĠTao": 26580, + "ĠTap": 13445, + "ĠTapi": 25386, + "ĠTar": 10537, + "ĠTara": 32182, + "ĠTarget": 24586, + "ĠTas": 27293, + "ĠTask": 30428, + "ĠTaste": 33770, + "ĠTat": 19645, + "ĠTax": 23263, + "ĠTay": 10132, + "ĠTaylor": 12060, + "ĠTe": 1989, + "ĠTea": 26614, + "ĠTeach": 26816, + "ĠTeacher": 19745, + "ĠTeachers": 40596, + "ĠTeaching": 34244, + "ĠTeam": 7606, + "ĠTeams": 24702, + "ĠTech": 13795, + "ĠTechn": 8337, + "ĠTechnical": 35512, + "ĠTechnically": 42494, + "ĠTechnologies": 46993, + "ĠTechnology": 15037, + "ĠTed": 14985, + "ĠTeddy": 34330, + "ĠTeen": 33297, + "ĠTeil": 16357, + "ĠTek": 27821, + "ĠTel": 27729, + "ĠTele": 14889, + "ĠTeles": 48595, + "ĠTelevision": 37329, + "ĠTell": 5115, + "ĠTem": 8095, + "ĠTemper": 34864, + "ĠTempl": 39563, + "ĠTemple": 17642, + "ĠTen": 9380, + "ĠTenemos": 44903, + "ĠTenn": 19418, + "ĠTennessee": 21127, + "ĠTensor": 34306, + "ĠTensorFlow": 37624, + "ĠTer": 6564, + "ĠTeraz": 41810, + "ĠTeresa": 35039, + "ĠTerm": 19835, + "ĠTerr": 36591, + "ĠTerra": 25366, + "ĠTerre": 47870, + "ĠTerror": 36174, + "ĠTerry": 21983, + "ĠTes": 12262, + "ĠTesla": 13666, + "ĠTest": 9279, + "ĠTestament": 15473, + "ĠTesting": 45517, + "ĠTet": 31580, + "ĠTex": 7479, + "ĠTexas": 7885, + "ĠText": 18643, + "ĠTh": 334, + "ĠThai": 19254, + "ĠThailand": 19434, + "ĠThan": 18289, + "ĠThank": 1044, + "ĠThankfully": 28344, + "ĠThanks": 2561, + "ĠThanksgiving": 21230, + "ĠThanos": 35993, + "ĠThat": 663, + "ĠThats": 30085, + "ĠThe": 440, + "ĠTheater": 26548, + "ĠTheatre": 27782, + "ĠTheir": 6710, + "ĠThem": 37354, + "ĠThema": 16306, + "ĠTheme": 42428, + "ĠThemen": 39229, + "ĠThen": 1396, + "ĠTheo": 42519, + "ĠTheory": 29009, + "ĠTherap": 36812, + "ĠThere": 821, + "ĠTherefore": 7504, + "ĠTheres": 33902, + "ĠTheresa": 42595, + "ĠTherm": 38957, + "ĠThese": 1981, + "ĠThey": 814, + "ĠThi": 48197, + "ĠThing": 30902, + "ĠThings": 9514, + "ĠThink": 6557, + "ĠThinking": 24460, + "ĠThird": 12548, + "ĠThirty": 41490, + "ĠThis": 639, + "ĠThom": 19409, + "ĠThomas": 8500, + "ĠThompson": 23460, + "ĠThor": 17777, + "ĠThose": 3950, + "ĠThough": 10404, + "ĠThought": 23058, + "ĠThous": 29852, + "ĠThousands": 40535, + "ĠThr": 41645, + "ĠThree": 6244, + "ĠThrones": 31659, + "ĠThrough": 8927, + "ĠThroughout": 22775, + "ĠThrow": 22228, + "ĠThunder": 21023, + "ĠThursday": 10383, + "ĠThus": 13827, + "ĠThy": 40010, + "ĠTi": 20456, + "ĠTian": 19736, + "ĠTib": 24474, + "ĠTibet": 28884, + "ĠTibetan": 44963, + "ĠTie": 36804, + "ĠTier": 24224, + "ĠTiere": 38810, + "ĠTiffany": 28104, + "ĠTig": 44550, + "ĠTiger": 22025, + "ĠTigers": 37699, + "ĠTight": 47967, + "ĠTik": 15613, + "ĠTikTok": 20211, + "ĠTil": 45141, + "ĠTill": 20227, + "ĠTim": 7172, + "ĠTime": 6161, + "ĠTimes": 11366, + "ĠTimothy": 29418, + "ĠTin": 47741, + "ĠTina": 28504, + "ĠTinder": 49341, + "ĠTing": 43196, + "ĠTiny": 39992, + "ĠTip": 18210, + "ĠTipp": 42102, + "ĠTips": 36887, + "ĠTir": 45523, + "ĠTisch": 48192, + "ĠTit": 14489, + "ĠTitan": 17731, + "ĠTitanic": 42183, + "ĠTitans": 45574, + "ĠTitle": 26768, + "ĠTo": 1407, + "ĠTob": 26350, + "ĠToby": 40223, + "ĠTod": 2465, + "ĠToday": 2692, + "ĠTodd": 21488, + "ĠTodo": 26466, + "ĠTodos": 35447, + "ĠTogether": 15911, + "ĠTok": 11036, + "ĠTokyo": 15147, + "ĠTol": 21402, + "ĠTold": 48220, + "ĠTolkien": 48824, + "ĠTom": 5041, + "ĠTomato": 35936, + "ĠTomb": 37150, + "ĠTommy": 19448, + "ĠTomorrow": 17499, + "ĠTon": 11385, + "ĠTong": 26946, + "ĠToni": 41374, + "ĠTonight": 18702, + "ĠTony": 10902, + "ĠToo": 11395, + "ĠTook": 38288, + "ĠTool": 15934, + "ĠTools": 30302, + "ĠTop": 8840, + "ĠTor": 7160, + "ĠTorah": 29676, + "ĠToronto": 14140, + "ĠTorres": 41506, + "ĠTort": 48415, + "ĠTory": 48743, + "ĠTot": 11236, + "ĠTotal": 23170, + "ĠTotally": 22837, + "ĠTou": 30850, + "ĠTouch": 20029, + "ĠTough": 48568, + "ĠTour": 13077, + "ĠTous": 47277, + "ĠTout": 20453, + "ĠTow": 33814, + "ĠTowards": 48938, + "ĠTower": 17877, + "ĠTown": 15954, + "ĠToy": 15708, + "ĠToyota": 22926, + "ĠTr": 1765, + "ĠTra": 5403, + "ĠTrack": 31903, + "ĠTracy": 33724, + "ĠTrad": 22017, + "ĠTrade": 23923, + "ĠTrading": 49929, + "ĠTraditional": 46738, + "ĠTraffic": 46950, + "ĠTrail": 30080, + "ĠTrain": 28029, + "ĠTrainer": 48494, + "ĠTraining": 20620, + "ĠTran": 42971, + "ĠTrans": 6531, + "ĠTransfer": 35025, + "ĠTransform": 27938, + "ĠTransit": 48870, + "ĠTransport": 22309, + "ĠTransportation": 35095, + "ĠTravel": 20610, + "ĠTravis": 24430, + "ĠTre": 8648, + "ĠTreasure": 49884, + "ĠTreasury": 34113, + "ĠTreat": 20298, + "ĠTreaty": 35920, + "ĠTree": 22291, + "ĠTrek": 25845, + "ĠTrend": 37417, + "ĠTrent": 40119, + "ĠTrevor": 26245, + "ĠTri": 10931, + "ĠTrib": 23304, + "ĠTribe": 44984, + "ĠTrick": 43367, + "ĠTrinity": 33121, + "ĠTrip": 33141, + "ĠTriple": 32159, + "ĠTro": 19406, + "ĠTrop": 43917, + "ĠTroy": 32898, + "ĠTru": 21388, + "ĠTruck": 44600, + "ĠTrue": 13587, + "ĠTruly": 43548, + "ĠTruman": 49723, + "ĠTrump": 3899, + "ĠTrung": 40555, + "ĠTrust": 11580, + "ĠTrustee": 34373, + "ĠTrustees": 45099, + "ĠTruth": 20522, + "ĠTry": 6526, + "ĠTrying": 20180, + "ĠTs": 16518, + "ĠTsch": 44461, + "ĠTu": 7836, + "ĠTub": 48258, + "ĠTube": 39313, + "ĠTuc": 42272, + "ĠTucker": 35581, + "ĠTucson": 47417, + "ĠTudo": 29871, + "ĠTuesday": 10017, + "ĠTul": 33585, + "ĠTumb": 50088, + "ĠTun": 21363, + "ĠTur": 5712, + "ĠTurbo": 35848, + "ĠTurk": 15714, + "ĠTurkey": 12647, + "ĠTurkish": 18565, + "ĠTurks": 42275, + "ĠTurn": 7956, + "ĠTurner": 28950, + "ĠTurning": 39660, + "ĠTurns": 29524, + "ĠTurtle": 48406, + "ĠTus": 42026, + "ĠTut": 18392, + "ĠTutaj": 41819, + "ĠTw": 2574, + "ĠTwe": 47763, + "ĠTwelve": 48063, + "ĠTwenty": 28789, + "ĠTwice": 46964, + "ĠTwilight": 38525, + "ĠTwin": 27444, + "ĠTwist": 47016, + "ĠTwitch": 22222, + "ĠTwitter": 5794, + "ĠTwo": 4453, + "ĠTy": 5569, + "ĠTyl": 49286, + "ĠTyler": 16869, + "ĠTyp": 17722, + "ĠType": 15576, + "ĠTypically": 23129, + "ĠTyr": 43126, + "ĠTyson": 43382, + "ĠTá": 20907, + "ĠTä": 41204, + "ĠTôi": 43345, + "ĠTú": 46341, + "ĠTür": 16728, + "ĠTürk": 36673, + "ĠTürkiye": 32901, + "ĠU": 624, + "ĠUA": 32765, + "ĠUC": 14079, + "ĠUCLA": 42862, + "ĠUE": 42260, + "ĠUFC": 48072, + "ĠUFO": 28318, + "ĠUH": 50030, + "ĠUI": 15682, + "ĠUK": 7051, + "ĠUM": 31335, + "ĠUN": 8229, + "ĠUNC": 44886, + "ĠUP": 20074, + "ĠURL": 12905, + "ĠURLs": 43267, + "ĠUS": 2546, + "ĠUSA": 10827, + "ĠUSB": 10109, + "ĠUSC": 44066, + "ĠUSD": 24375, + "ĠUSDA": 41244, + "ĠUSS": 30385, + "ĠUSSR": 45956, + "ĠUT": 35514, + "ĠUV": 17887, + "ĠUW": 35691, + "ĠUX": 40176, + "ĠUb": 30230, + "ĠUber": 21839, + "ĠUg": 28690, + "ĠUganda": 48764, + "ĠUgh": 16506, + "ĠUh": 4019, + "ĠUhh": 29365, + "ĠUhm": 32287, + "ĠUhr": 30084, + "ĠUk": 9816, + "ĠUkrain": 21481, + "ĠUkraine": 14081, + "ĠUkrainian": 24682, + "ĠUl": 24853, + "ĠUlt": 9523, + "ĠUltimate": 26570, + "ĠUltimately": 23921, + "ĠUltra": 20925, + "ĠUm": 3301, + "ĠUma": 21939, + "ĠUmm": 18918, + "ĠUms": 46963, + "ĠUmwelt": 48900, + "ĠUn": 1156, + "ĠUna": 15491, + "ĠUnbelievable": 39523, + "ĠUncle": 12347, + "ĠUnd": 2719, + "ĠUnder": 6974, + "ĠUnderground": 47569, + "ĠUnderstand": 26093, + "ĠUnderstanding": 36858, + "ĠUnderstood": 42832, + "ĠUndert": 48649, + "ĠUne": 16701, + "ĠUnf": 8170, + "ĠUnfortunately": 8590, + "ĠUng": 43559, + "ĠUni": 35191, + "ĠUnidos": 23087, + "ĠUnion": 8133, + "ĠUnit": 27894, + "ĠUnited": 2824, + "ĠUnity": 27913, + "ĠUnivers": 14052, + "ĠUniversal": 22617, + "ĠUniverse": 18307, + "ĠUniversity": 3535, + "ĠUnknown": 32766, + "ĠUnless": 16581, + "ĠUnlike": 17657, + "ĠUno": 37468, + "ĠUnreal": 34464, + "ĠUns": 25017, + "ĠUnt": 8256, + "ĠUnter": 12065, + "ĠUnternehmen": 27577, + "ĠUnters": 30240, + "ĠUnterschied": 41414, + "ĠUnterstüt": 42128, + "ĠUnterstützung": 47216, + "ĠUntil": 9088, + "ĠUp": 5858, + "ĠUpdate": 28923, + "ĠUpon": 25184, + "ĠUpper": 36926, + "ĠUr": 9533, + "ĠUran": 44407, + "ĠUrban": 24885, + "ĠUrs": 41303, + "ĠUs": 4958, + "ĠUse": 8278, + "ĠUsed": 43237, + "ĠUser": 32127, + "ĠUsers": 47092, + "ĠUsing": 11142, + "ĠUsually": 11419, + "ĠUt": 12555, + "ĠUtah": 20226, + "ĠUz": 38564, + "ĠV": 691, + "ĠVA": 18527, + "ĠVAN": 49090, + "ĠVC": 41922, + "ĠVER": 27686, + "ĠVERY": 45655, + "ĠVI": 27619, + "ĠVIC": 41519, + "ĠVID": 47619, + "ĠVII": 48087, + "ĠVIP": 29732, + "ĠVIS": 29421, + "ĠVISTA": 35199, + "ĠVM": 18038, + "ĠVMware": 40146, + "ĠVND": 39777, + "ĠVO": 15216, + "ĠVOICE": 46973, + "ĠVOICES": 44623, + "ĠVP": 35812, + "ĠVPN": 24512, + "ĠVR": 13722, + "ĠVS": 25091, + "ĠVa": 16822, + "ĠVac": 44442, + "ĠVacc": 48579, + "ĠVad": 24788, + "ĠVader": 36337, + "ĠVai": 24206, + "ĠVal": 7188, + "ĠVale": 26415, + "ĠValent": 17961, + "ĠValentine": 24359, + "ĠValerie": 46656, + "ĠVall": 48177, + "ĠVallahi": 35454, + "ĠValley": 10666, + "ĠValue": 39352, + "ĠValve": 41369, + "ĠVamos": 10894, + "ĠVamp": 38796, + "ĠVan": 8979, + "ĠVanc": 26417, + "ĠVancouver": 26563, + "ĠVander": 46588, + "ĠVanessa": 27928, + "ĠVanguard": 46648, + "ĠVar": 14662, + "ĠVari": 32511, + "ĠVas": 23299, + "ĠVater": 36173, + "ĠVatic": 36268, + "ĠVatican": 37904, + "ĠVault": 46071, + "ĠVay": 39556, + "ĠVe": 9706, + "ĠVed": 26084, + "ĠVeg": 12895, + "ĠVega": 48796, + "ĠVegan": 49688, + "ĠVegas": 15841, + "ĠVeget": 28092, + "ĠVegeta": 47297, + "ĠVeh": 41230, + "ĠVel": 17814, + "ĠVelvet": 47086, + "ĠVen": 11182, + "ĠVenez": 19656, + "ĠVenezuela": 24153, + "ĠVenice": 32707, + "ĠVent": 28290, + "ĠVenus": 23994, + "ĠVer": 4281, + "ĠVera": 46982, + "ĠVerantwort": 39082, + "ĠVerantwortung": 43423, + "ĠVerb": 27034, + "ĠVerd": 41257, + "ĠVere": 33110, + "ĠVerein": 47431, + "ĠVerf": 24583, + "ĠVerfüg": 41611, + "ĠVerfügung": 43026, + "ĠVerg": 26610, + "ĠVergleich": 47998, + "ĠVerizon": 44456, + "ĠVerkehr": 40706, + "ĠVerm": 20185, + "ĠVermont": 34754, + "ĠVern": 33220, + "ĠVernon": 47516, + "ĠVeron": 38600, + "ĠVeronica": 43498, + "ĠVers": 12226, + "ĠVerse": 31640, + "ĠVersion": 35965, + "ĠVert": 21044, + "ĠVery": 4372, + "ĠVet": 50111, + "ĠVeter": 21881, + "ĠVeterans": 30066, + "ĠVi": 6626, + "ĠVia": 49232, + "ĠVic": 33316, + "ĠVice": 13276, + "ĠVict": 8676, + "ĠVictor": 15777, + "ĠVictoria": 16656, + "ĠVictorian": 37302, + "ĠVictory": 37976, + "ĠVid": 31185, + "ĠVide": 7926, + "ĠVideo": 9777, + "ĠVideos": 25903, + "ĠVie": 24130, + "ĠViel": 35931, + "ĠViele": 36022, + "ĠVielen": 22502, + "ĠVielleicht": 29838, + "ĠVienna": 31024, + "ĠVietnam": 11013, + "ĠVietnamese": 25934, + "ĠView": 13909, + "ĠVij": 41201, + "ĠVik": 29465, + "ĠViking": 40375, + "ĠVikings": 48761, + "ĠVikt": 42500, + "ĠViktor": 46844, + "ĠVil": 35653, + "ĠVill": 14244, + "ĠVilla": 40280, + "ĠVillage": 22651, + "ĠVin": 15011, + "ĠVince": 34876, + "ĠVincent": 28003, + "ĠVine": 40569, + "ĠViol": 24383, + "ĠViolence": 49279, + "ĠVir": 7566, + "ĠVirgin": 9281, + "ĠVirginia": 10956, + "ĠVirt": 19447, + "ĠVirtual": 23887, + "ĠVirus": 39790, + "ĠVis": 10410, + "ĠVisa": 44907, + "ĠVish": 36752, + "ĠVision": 25170, + "ĠVisit": 24548, + "ĠVisual": 23187, + "ĠVit": 22463, + "ĠVital": 48307, + "ĠVitamin": 33515, + "ĠViv": 28188, + "ĠVive": 44288, + "ĠViá»ĩt": 32936, + "ĠVlad": 21958, + "ĠVladimir": 31669, + "ĠVlog": 33256, + "ĠVo": 7518, + "ĠVoc": 8993, + "ĠVocê": 9781, + "ĠVocês": 40262, + "ĠVog": 46359, + "ĠVoice": 15229, + "ĠVoiceover": 46117, + "ĠVoilÃł": 18677, + "ĠVol": 8911, + "ĠVold": 48791, + "ĠVolks": 30213, + "ĠVolkswagen": 39856, + "ĠVoll": 39602, + "ĠVolt": 40332, + "ĠVolume": 38448, + "ĠVolunte": 46698, + "ĠVolvo": 43381, + "ĠVon": 20700, + "ĠVoor": 43114, + "ĠVor": 12231, + "ĠVors": 31438, + "ĠVorte": 46968, + "ĠVote": 44354, + "ĠVou": 24361, + "ĠVous": 10802, + "ĠVoy": 25563, + "ĠVu": 37703, + "ĠVul": 41434, + "ĠVä": 45199, + "ĠVÃł": 44851, + "ĠW": 343, + "ĠWA": 26915, + "ĠWAR": 48331, + "ĠWAS": 28984, + "ĠWAT": 36086, + "ĠWAY": 42274, + "ĠWE": 15813, + "ĠWH": 8183, + "ĠWHAT": 18090, + "ĠWHO": 23256, + "ĠWHY": 32720, + "ĠWIL": 32095, + "ĠWILL": 18194, + "ĠWILLIAM": 32613, + "ĠWIN": 32353, + "ĠWITH": 25371, + "ĠWO": 48388, + "ĠWOMAN": 30837, + "ĠWOO": 16864, + "ĠWOODR": 24265, + "ĠWOODRUFF": 24309, + "ĠWOR": 30029, + "ĠWOW": 34728, + "ĠWR": 44175, + "ĠWW": 12040, + "ĠWWE": 15110, + "ĠWY": 46410, + "ĠWa": 15405, + "ĠWaar": 43123, + "ĠWade": 28001, + "ĠWag": 49921, + "ĠWagner": 38146, + "ĠWah": 24598, + "ĠWahl": 27437, + "ĠWahr": 36357, + "ĠWait": 3802, + "ĠWaiting": 37291, + "ĠWak": 45077, + "ĠWake": 21062, + "ĠWal": 9707, + "ĠWald": 29223, + "ĠWales": 16495, + "ĠWalk": 10818, + "ĠWalker": 23974, + "ĠWalking": 26964, + "ĠWall": 9551, + "ĠWallace": 32626, + "ĠWalmart": 25237, + "ĠWalt": 28260, + "ĠWalter": 21572, + "ĠWam": 41226, + "ĠWan": 28932, + "ĠWand": 40772, + "ĠWang": 14499, + "ĠWanna": 24336, + "ĠWant": 11773, + "ĠWar": 3630, + "ĠWard": 23794, + "ĠWare": 49978, + "ĠWarm": 40353, + "ĠWarner": 31769, + "ĠWarning": 45140, + "ĠWarren": 20538, + "ĠWarri": 23385, + "ĠWarrior": 33834, + "ĠWarriors": 40161, + "ĠWars": 9818, + "ĠWarsaw": 41662, + "ĠWarsz": 48479, + "ĠWarum": 25541, + "ĠWas": 3027, + "ĠWash": 28891, + "ĠWashington": 6149, + "ĠWasn": 28782, + "ĠWass": 42998, + "ĠWasser": 17351, + "ĠWat": 12593, + "ĠWatch": 7277, + "ĠWatching": 28482, + "ĠWater": 8772, + "ĠWaters": 46743, + "ĠWatson": 25640, + "ĠWatts": 42933, + "ĠWave": 28530, + "ĠWay": 9558, + "ĠWayne": 22101, + "ĠWe": 492, + "ĠWear": 34514, + "ĠWeather": 34441, + "ĠWeb": 9573, + "ĠWebb": 49649, + "ĠWeber": 42690, + "ĠWebs": 45347, + "ĠWed": 9589, + "ĠWednesday": 10579, + "ĠWeek": 12615, + "ĠWeekly": 35945, + "ĠWeg": 18919, + "ĠWei": 21174, + "ĠWeight": 44464, + "ĠWeihn": 42181, + "ĠWeil": 18665, + "ĠWein": 34477, + "ĠWeird": 32033, + "ĠWeise": 41947, + "ĠWeiter": 48050, + "ĠWel": 3778, + "ĠWelcome": 4027, + "ĠWell": 1042, + "ĠWellington": 45812, + "ĠWellness": 50166, + "ĠWells": 36363, + "ĠWelsh": 27129, + "ĠWelt": 14761, + "ĠWen": 23716, + "ĠWendy": 21850, + "ĠWenn": 7899, + "ĠWent": 31809, + "ĠWer": 14255, + "ĠWere": 12448, + "ĠWerk": 42911, + "ĠWert": 37205, + "ĠWes": 23843, + "ĠWesley": 43908, + "ĠWest": 4055, + "ĠWestern": 8724, + "ĠWestminster": 49714, + "ĠWet": 46046, + "ĠWh": 506, + "ĠWha": 45040, + "ĠWhat": 708, + "ĠWhatever": 8541, + "ĠWhats": 22051, + "ĠWhatsApp": 30513, + "ĠWhe": 17040, + "ĠWheel": 31392, + "ĠWheels": 49372, + "ĠWhen": 1133, + "ĠWhenever": 14159, + "ĠWhere": 2305, + "ĠWhereas": 13813, + "ĠWherever": 30903, + "ĠWhether": 8503, + "ĠWhew": 46029, + "ĠWhich": 3013, + "ĠWhile": 3987, + "ĠWhilst": 45790, + "ĠWhis": 41132, + "ĠWhit": 21693, + "ĠWhite": 5552, + "ĠWhitney": 39466, + "ĠWho": 2102, + "ĠWhoa": 7521, + "ĠWhoever": 24743, + "ĠWhole": 30336, + "ĠWhoo": 23381, + "ĠWhoops": 45263, + "ĠWhose": 28463, + "ĠWhy": 1545, + "ĠWi": 14035, + "ĠWiFi": 32885, + "ĠWick": 47702, + "ĠWid": 28331, + "ĠWide": 42543, + "ĠWie": 9233, + "ĠWieder": 45742, + "ĠWii": 27865, + "ĠWij": 46721, + "ĠWik": 23377, + "ĠWiki": 35892, + "ĠWikipedia": 28999, + "ĠWil": 9483, + "ĠWild": 10904, + "ĠWildlife": 35811, + "ĠWill": 3099, + "ĠWilliam": 6740, + "ĠWilliams": 12929, + "ĠWillie": 39912, + "ĠWilly": 42238, + "ĠWilson": 15388, + "ĠWin": 10427, + "ĠWind": 6320, + "ĠWindow": 44933, + "ĠWindows": 8591, + "ĠWinds": 43082, + "ĠWine": 39253, + "ĠWing": 28785, + "ĠWinston": 33051, + "ĠWinter": 16444, + "ĠWir": 4347, + "ĠWire": 32598, + "ĠWireless": 49962, + "ĠWirtschaft": 29412, + "ĠWis": 34143, + "ĠWisconsin": 17977, + "ĠWise": 46933, + "ĠWish": 27697, + "ĠWissenschaft": 38774, + "ĠWit": 42299, + "ĠWitch": 23522, + "ĠWitcher": 47383, + "ĠWith": 2022, + "ĠWithin": 15996, + "ĠWithout": 9129, + "ĠWitness": 41366, + "ĠWiz": 43490, + "ĠWizard": 37449, + "ĠWiÄĻ": 30127, + "ĠWiÄĻc": 32508, + "ĠWo": 6622, + "ĠWoah": 19668, + "ĠWoche": 24511, + "ĠWochen": 23126, + "ĠWohn": 22741, + "ĠWohnung": 50087, + "ĠWol": 19925, + "ĠWolf": 16634, + "ĠWolver": 49059, + "ĠWoman": 15794, + "ĠWomen": 11065, + "ĠWon": 14710, + "ĠWonder": 13224, + "ĠWonderful": 22768, + "ĠWong": 41638, + "ĠWoo": 10468, + "ĠWood": 11558, + "ĠWoods": 31559, + "ĠWoody": 40618, + "ĠWool": 46307, + "ĠWor": 26363, + "ĠWord": 8725, + "ĠWordPress": 23239, + "ĠWords": 32857, + "ĠWork": 6603, + "ĠWorkers": 42375, + "ĠWorking": 18337, + "ĠWorks": 27914, + "ĠWorkshop": 48366, + "ĠWorld": 3937, + "ĠWorlds": 43003, + "ĠWort": 22748, + "ĠWorth": 37228, + "ĠWould": 6068, + "ĠWouldn": 26291, + "ĠWow": 3153, + "ĠWr": 10159, + "ĠWrap": 41291, + "ĠWrest": 23719, + "ĠWrestle": 34744, + "ĠWrestleMania": 49014, + "ĠWrestling": 43508, + "ĠWright": 25578, + "ĠWrite": 23499, + "ĠWriting": 32774, + "ĠWrong": 28150, + "ĠWu": 17287, + "ĠWuhan": 42101, + "ĠWy": 14458, + "ĠWyatt": 46430, + "ĠWyoming": 30810, + "ĠWäh": 40084, + "ĠWür": 43846, + "ĠX": 1783, + "ĠXD": 32336, + "ĠXL": 37210, + "ĠXML": 43484, + "ĠXP": 33984, + "ĠXV": 44707, + "ĠXX": 27050, + "ĠXY": 48826, + "ĠXavier": 44653, + "ĠXbox": 14544, + "ĠXi": 15712, + "ĠXia": 11956, + "ĠXian": 47581, + "ĠXiang": 37935, + "ĠXiao": 13134, + "ĠXiaomi": 33806, + "ĠXin": 24368, + "ĠXing": 33040, + "ĠXu": 23082, + "ĠXuan": 45292, + "ĠXue": 43999, + "ĠY": 398, + "ĠYA": 40771, + "ĠYE": 21760, + "ĠYEAH": 43549, + "ĠYES": 25268, + "ĠYH": 49389, + "ĠYJ": 49535, + "ĠYO": 33565, + "ĠYOU": 7928, + "ĠYOUR": 25166, + "ĠYT": 49002, + "ĠYU": 33471, + "ĠYa": 6080, + "ĠYah": 19740, + "ĠYahoo": 41757, + "ĠYak": 31484, + "ĠYale": 26711, + "ĠYam": 18992, + "ĠYan": 13633, + "ĠYang": 11978, + "ĠYani": 14262, + "ĠYao": 40575, + "ĠYap": 38724, + "ĠYar": 41554, + "ĠYas": 30557, + "ĠYay": 13268, + "ĠYaz": 44962, + "ĠYe": 835, + "ĠYea": 21145, + "ĠYeah": 865, + "ĠYear": 10289, + "ĠYears": 24569, + "ĠYellow": 17550, + "ĠYemen": 30784, + "ĠYeon": 30892, + "ĠYep": 7010, + "ĠYes": 1079, + "ĠYeshua": 43885, + "ĠYesterday": 19765, + "ĠYet": 10890, + "ĠYi": 16747, + "ĠYin": 33254, + "ĠYing": 28125, + "ĠYo": 7616, + "ĠYoda": 48697, + "ĠYog": 49328, + "ĠYoga": 32983, + "ĠYok": 18480, + "ĠYong": 20085, + "ĠYoo": 22330, + "ĠYoon": 27893, + "ĠYork": 3609, + "ĠYosh": 38949, + "ĠYoshi": 45676, + "ĠYou": 509, + "ĠYouT": 2898, + "ĠYouTube": 3088, + "ĠYouTuber": 23349, + "ĠYouTubers": 30571, + "ĠYoung": 8160, + "ĠYour": 2260, + "ĠYours": 37922, + "ĠYout": 10717, + "ĠYouth": 24312, + "ĠYoutube": 12132, + "ĠYoutuber": 49219, + "ĠYu": 10767, + "ĠYuan": 22730, + "ĠYue": 30166, + "ĠYug": 41949, + "ĠYuk": 27975, + "ĠYum": 29890, + "ĠYummy": 40590, + "ĠYun": 18007, + "ĠYup": 13593, + "ĠYuri": 33901, + "ĠZ": 1176, + "ĠZa": 31440, + "ĠZac": 48082, + "ĠZach": 21028, + "ĠZack": 36034, + "ĠZahl": 42592, + "ĠZahlen": 44096, + "ĠZak": 46546, + "ĠZam": 45492, + "ĠZap": 34018, + "ĠZar": 41580, + "ĠZe": 4853, + "ĠZealand": 13883, + "ĠZeit": 9394, + "ĠZeiten": 48334, + "ĠZel": 20952, + "ĠZelda": 25298, + "ĠZen": 22387, + "ĠZent": 44091, + "ĠZero": 17182, + "ĠZeus": 35003, + "ĠZh": 7790, + "ĠZhan": 49550, + "ĠZhang": 17729, + "ĠZhao": 25132, + "ĠZhen": 27042, + "ĠZheng": 31408, + "ĠZhi": 43835, + "ĠZhong": 41664, + "ĠZhou": 25601, + "ĠZhu": 31680, + "ĠZi": 26190, + "ĠZie": 46340, + "ĠZiel": 25391, + "ĠZig": 50004, + "ĠZimmer": 37243, + "ĠZion": 32240, + "ĠZo": 10337, + "ĠZoe": 38234, + "ĠZomb": 33945, + "ĠZombie": 48952, + "ĠZone": 22800, + "ĠZoo": 34589, + "ĠZoom": 13453, + "ĠZu": 23164, + "ĠZucker": 34032, + "ĠZug": 34722, + "ĠZuk": 20991, + "ĠZukunft": 22782, + "ĠZum": 23906, + "ĠZur": 30518, + "ĠZus": 18742, + "ĠZusammen": 29442, + "ĠZusch": 48333, + "ĠZust": 46322, + "ĠZw": 29385, + "ĠZwe": 32475, + "Ġ[": 542, + "Ġ[\"": 29799, + "Ġ[#": 40726, + "Ġ[(": 9128, + "Ġ[...]": 35467, + "Ġ[?": 16127, + "Ġ[âĻª": 44529, + "Ġ\\": 12033, + "Ġ]": 4183, + "Ġ^": 18956, + "Ġ^^": 35500, + "Ġ_": 26161, + "Ġ__": 49264, + "Ġ`": 28279, + "Ġa": 257, + "Ġaa": 40079, + "Ġaan": 9904, + "Ġab": 410, + "Ġaba": 46981, + "Ġabajo": 30613, + "Ġabandon": 9072, + "Ġabandoned": 13732, + "Ġabb": 16903, + "Ġabbiamo": 22815, + "Ġabbrevi": 35839, + "Ġabdom": 22191, + "Ġabdomen": 36494, + "Ġabdominal": 38701, + "Ġabduct": 46465, + "Ġaber": 4340, + "Ġabge": 37301, + "Ġabges": 49848, + "Ġabi": 17905, + "Ġabide": 39663, + "Ġabilities": 11582, + "Ġability": 3485, + "Ġabla": 43899, + "Ġable": 1075, + "Ġabnorm": 47104, + "Ġabnormal": 32847, + "Ġaboard": 27488, + "Ġabol": 23183, + "Ġabolition": 39999, + "Ġabonn": 40676, + "Ġabord": 48727, + "Ġabort": 38117, + "Ġabortion": 22902, + "Ġabout": 466, + "Ġabove": 3673, + "Ġabra": 33693, + "Ġabras": 37351, + "Ġabre": 41594, + "Ġabrir": 27446, + "Ġabroad": 12637, + "Ġabrupt": 33401, + "Ġabruptly": 49642, + "Ġabs": 1950, + "Ġabsence": 17145, + "Ġabsent": 25185, + "Ġabsol": 7305, + "Ġabsolument": 34508, + "Ġabsolut": 18757, + "Ġabsolutamente": 49285, + "Ġabsolute": 8236, + "Ġabsolutely": 3122, + "Ġabsor": 7672, + "Ġabsorb": 15631, + "Ġabsorbed": 20799, + "Ġabsorbing": 38720, + "Ġabsorbs": 40745, + "Ġabsorption": 27557, + "Ġabst": 10823, + "Ġabstract": 12649, + "Ġabstraction": 37765, + "Ġabsurd": 19774, + "Ġabund": 14809, + "Ġabundance": 23391, + "Ġabundant": 30657, + "Ġabus": 48819, + "Ġabuse": 9852, + "Ġabused": 27075, + "Ġabuses": 47681, + "Ġabusive": 32828, + "Ġaby": 24457, + "Ġac": 696, + "Ġacab": 13281, + "Ġacaba": 23485, + "Ġacabar": 35041, + "Ġacabou": 38043, + "Ġacad": 5558, + "Ġacadem": 19267, + "Ġacademia": 28937, + "Ġacademic": 7778, + "Ġacademically": 48944, + "Ġacademics": 25695, + "Ġacademy": 25525, + "Ġacc": 1317, + "Ġacceler": 10172, + "Ġaccelerate": 21341, + "Ġaccelerated": 29763, + "Ġaccelerating": 34391, + "Ġacceleration": 17162, + "Ġaccelerator": 39889, + "Ġaccent": 11982, + "Ġaccents": 35012, + "Ġaccept": 3241, + "Ġacceptable": 15513, + "Ġacceptance": 20351, + "Ġaccepted": 9035, + "Ġaccepting": 17391, + "Ġaccepts": 33538, + "Ġacces": 35707, + "Ġacceso": 49284, + "Ġaccess": 2105, + "Ġaccessed": 34211, + "Ġaccessibility": 15002, + "Ġaccessible": 9515, + "Ġaccessing": 26440, + "Ġaccessories": 18207, + "Ġaccessory": 30617, + "Ġaccident": 6398, + "Ġaccidental": 38094, + "Ġaccidentally": 15715, + "Ġaccidents": 23875, + "Ġaccom": 4223, + "Ġaccommod": 11713, + "Ġaccommodate": 21410, + "Ġaccommodation": 27363, + "Ġaccommodations": 38907, + "Ġaccomp": 18037, + "Ġaccompan": 19307, + "Ġaccompanied": 24202, + "Ġaccompany": 21627, + "Ġaccompanying": 43648, + "Ġaccompl": 6548, + "Ġaccomplish": 9021, + "Ġaccomplished": 15419, + "Ġaccomplishment": 29144, + "Ġaccomplishments": 25943, + "Ġaccord": 18640, + "Ġaccordance": 31110, + "Ġaccording": 4650, + "Ġaccordingly": 19717, + "Ġaccount": 2696, + "Ġaccountability": 19380, + "Ġaccountable": 18024, + "Ġaccountant": 43898, + "Ġaccounted": 43138, + "Ġaccounting": 19163, + "Ġaccounts": 9402, + "Ġaccred": 33877, + "Ġaccum": 12989, + "Ġaccumulate": 33384, + "Ġaccumulated": 31346, + "Ġaccumulation": 35647, + "Ġaccur": 5771, + "Ġaccuracy": 14170, + "Ġaccurate": 8559, + "Ġaccurately": 20095, + "Ġaccus": 11168, + "Ġaccusations": 38556, + "Ġaccuse": 43610, + "Ġaccused": 17085, + "Ġaccusing": 47436, + "Ġaccustomed": 35980, + "Ġace": 17117, + "Ġaceite": 48913, + "Ġacept": 43568, + "Ġacerca": 46321, + "Ġacesso": 49543, + "Ġacet": 37848, + "Ġach": 2800, + "Ġacha": 37338, + "Ġache": 29677, + "Ġachei": 44961, + "Ġachie": 3538, + "Ġachieve": 4584, + "Ġachieved": 11042, + "Ġachievement": 15838, + "Ġachievements": 21420, + "Ġachieving": 19626, + "Ġacho": 14253, + "Ġacht": 43048, + "Ġachter": 35557, + "Ġacid": 8258, + "Ġacidic": 39514, + "Ġacids": 21667, + "Ġacknow": 7791, + "Ġacknowled": 15195, + "Ġacknowledge": 10692, + "Ġacknowledged": 27262, + "Ġacknowledgement": 47227, + "Ġacknowledging": 30904, + "Ġacne": 26480, + "Ġacom": 22298, + "Ġacompa": 39226, + "Ġacompan": 34839, + "Ġacompañ": 43142, + "Ġaconte": 14888, + "Ġacontec": 35846, + "Ġacontece": 19786, + "Ġacontecendo": 47623, + "Ġacontecer": 35011, + "Ġaconteceu": 34028, + "Ġacord": 38077, + "Ġacordo": 49392, + "Ġacost": 44126, + "Ġacoust": 22740, + "Ġacoustic": 26753, + "Ġacqu": 6667, + "Ġacquaint": 36954, + "Ġacquainted": 50224, + "Ġacquire": 20001, + "Ġacquired": 17554, + "Ġacquiring": 37374, + "Ġacquis": 17883, + "Ġacquisition": 21668, + "Ġacre": 32656, + "Ġacred": 34548, + "Ġacres": 19852, + "Ġacron": 31713, + "Ġacronym": 39195, + "Ġacross": 2108, + "Ġacrylic": 25389, + "Ġact": 605, + "Ġacted": 20359, + "Ġacting": 6577, + "Ġaction": 3069, + "Ġactionable": 45098, + "Ġactions": 5909, + "Ġactiv": 2430, + "Ġactivate": 13615, + "Ġactivated": 18157, + "Ġactivates": 43869, + "Ġactivating": 42481, + "Ġactivation": 24433, + "Ġactive": 4967, + "Ġactively": 13022, + "Ġactivism": 29040, + "Ġactivist": 24836, + "Ġactivists": 23042, + "Ġactivities": 5354, + "Ġactivity": 5191, + "Ġactor": 8747, + "Ġactors": 10037, + "Ġactress": 15410, + "Ġacts": 10672, + "Ġactu": 34964, + "Ġactual": 3539, + "Ġactually": 767, + "Ġacuerdo": 28113, + "Ġacum": 41343, + "Ġacute": 24390, + "Ġacá": 23496, + "Ġad": 614, + "Ġada": 11063, + "Ġadalah": 23555, + "Ġadam": 16368, + "Ġadap": 23169, + "Ġadapt": 6231, + "Ġadaptation": 21549, + "Ġadaptations": 44465, + "Ġadapted": 20871, + "Ġadapter": 22860, + "Ġadapting": 34942, + "Ġadaptive": 27912, + "Ġadd": 909, + "Ġadded": 3869, + "Ġaddict": 22072, + "Ġaddicted": 24629, + "Ġaddiction": 16835, + "Ġaddictive": 36486, + "Ġadding": 5127, + "Ġaddition": 4500, + "Ġadditional": 4497, + "Ġadditionally": 43181, + "Ġadditions": 35113, + "Ġadditive": 45558, + "Ġaddress": 2985, + "Ġaddressed": 13847, + "Ġaddresses": 16862, + "Ġaddressing": 14329, + "Ġadds": 10860, + "Ġadel": 30069, + "Ġadelante": 40214, + "Ġademás": 21251, + "Ġadequ": 15747, + "Ġadequate": 20927, + "Ġadequately": 41822, + "Ġadesso": 39552, + "Ġadher": 30106, + "Ġadhere": 33584, + "Ġadhesive": 25485, + "Ġadjac": 22940, + "Ġadjacent": 24441, + "Ġadject": 29378, + "Ġadjective": 44129, + "Ġadjour": 46236, + "Ġadjust": 4369, + "Ġadjustable": 27804, + "Ġadjusted": 19871, + "Ġadjusting": 23559, + "Ġadjustment": 17132, + "Ġadjustments": 18624, + "Ġadm": 5910, + "Ġadmin": 24236, + "Ġadminist": 4968, + "Ġadminister": 22096, + "Ġadministered": 36123, + "Ġadministr": 9737, + "Ġadministration": 7236, + "Ġadministrative": 17900, + "Ġadministrator": 25529, + "Ġadministrators": 27754, + "Ġadmir": 48252, + "Ġadmiration": 44597, + "Ġadmire": 21951, + "Ġadmired": 39987, + "Ġadmission": 24668, + "Ġadmissions": 29856, + "Ġadmit": 9796, + "Ġadmits": 46682, + "Ġadmitted": 14920, + "Ġadmitting": 44056, + "Ġado": 22450, + "Ġadoles": 21383, + "Ġadolescent": 40193, + "Ġadolescents": 48191, + "Ġadop": 22486, + "Ġadopt": 6878, + "Ġadopted": 12175, + "Ġadopting": 32328, + "Ġadoption": 19215, + "Ġadorable": 18698, + "Ġadore": 32060, + "Ġadrenal": 26511, + "Ġadrenaline": 35649, + "Ġads": 10342, + "Ġadul": 26885, + "Ġadult": 5075, + "Ġadulthood": 42328, + "Ġadults": 8865, + "Ġadv": 1551, + "Ġadvance": 7295, + "Ġadvanced": 7339, + "Ġadvancement": 35764, + "Ġadvances": 25297, + "Ġadvancing": 27267, + "Ġadvant": 14652, + "Ġadvantage": 5002, + "Ġadvantages": 14906, + "Ġadvent": 7045, + "Ġadventure": 9868, + "Ġadventures": 20905, + "Ġadventurous": 46163, + "Ġadvers": 17641, + "Ġadversary": 48222, + "Ġadverse": 27590, + "Ġadversity": 40018, + "Ġadvert": 7756, + "Ġadvertis": 18427, + "Ġadvertise": 35379, + "Ġadvertised": 42310, + "Ġadvertisement": 31370, + "Ġadvertisements": 42897, + "Ġadvertisers": 42679, + "Ġadvertising": 13097, + "Ġadvice": 5192, + "Ġadvis": 10280, + "Ġadvise": 18312, + "Ġadvised": 26269, + "Ġadviser": 43547, + "Ġadvising": 35598, + "Ġadvisor": 19161, + "Ġadvisors": 29136, + "Ġadvisory": 26289, + "Ġadvoc": 7915, + "Ġadvocacy": 22011, + "Ġadvocate": 14608, + "Ġadvocates": 25160, + "Ġadvocating": 32050, + "Ġaer": 11207, + "Ġaerial": 31026, + "Ġaerospace": 46817, + "Ġaest": 14413, + "Ġaesthet": 27837, + "Ġaesthetic": 20092, + "Ġaesthetics": 35517, + "Ġaf": 3238, + "Ġafar": 41795, + "Ġafect": 30626, + "Ġaff": 2096, + "Ġaffair": 22987, + "Ġaffairs": 17478, + "Ġaffect": 3345, + "Ġaffected": 8028, + "Ġaffecting": 17476, + "Ġaffection": 20080, + "Ġaffects": 11807, + "Ġaffili": 14863, + "Ġaffiliate": 23975, + "Ġaffiliated": 42174, + "Ġaffinity": 39703, + "Ġaffir": 36315, + "Ġaffirm": 21260, + "Ġaffirmative": 45270, + "Ġafflict": 48287, + "Ġafford": 6157, + "Ġaffordable": 12028, + "Ġafin": 34709, + "Ġafore": 48927, + "Ġafraid": 4638, + "Ġafter": 934, + "Ġafterlife": 47637, + "Ġaftermath": 34095, + "Ġafternoon": 6499, + "Ġafterward": 40411, + "Ġafterwards": 10543, + "Ġag": 623, + "Ġagain": 797, + "Ġagainst": 1970, + "Ġage": 3205, + "Ġaged": 21213, + "Ġagencies": 9504, + "Ġagency": 7934, + "Ġagenda": 9829, + "Ġagent": 9461, + "Ġagents": 12554, + "Ġages": 12357, + "Ġaggi": 42254, + "Ġaggrav": 47339, + "Ġaggreg": 16743, + "Ġaggregate": 26118, + "Ġaggress": 8939, + "Ġaggression": 30268, + "Ġaggressive": 10762, + "Ġaggressively": 32024, + "Ġagile": 30072, + "Ġagility": 39794, + "Ġaging": 19090, + "Ġago": 2057, + "Ġagony": 46025, + "Ġagora": 9851, + "Ġagrad": 49463, + "Ġagrade": 31469, + "Ġagre": 4554, + "Ġagree": 3986, + "Ġagreed": 9166, + "Ġagreeing": 36900, + "Ġagreement": 8106, + "Ġagreements": 21422, + "Ġagrees": 26383, + "Ġagric": 9682, + "Ġagricultural": 19587, + "Ġagriculture": 14837, + "Ġagu": 34438, + "Ġagua": 19330, + "Ġah": 3716, + "Ġaha": 47340, + "Ġahead": 2286, + "Ġahh": 28612, + "Ġahor": 44249, + "Ġahora": 9923, + "ĠahÃŃ": 12571, + "Ġai": 9783, + "Ġaid": 9418, + "Ġaide": 40890, + "Ġaider": 36669, + "Ġaids": 28447, + "Ġaik": 37537, + "Ġaika": 39704, + "Ġail": 48283, + "Ġaim": 5939, + "Ġaime": 46527, + "Ġaimed": 20540, + "Ġaiming": 20253, + "Ġaims": 24683, + "Ġain": 7862, + "Ġainda": 11804, + "Ġainsi": 26552, + "Ġair": 1988, + "Ġairborne": 49278, + "Ġaircraft": 9465, + "Ġaire": 42885, + "Ġaired": 34503, + "Ġairflow": 45291, + "Ġairl": 18856, + "Ġairline": 29528, + "Ġairlines": 37147, + "Ġairpl": 13781, + "Ġairplane": 17130, + "Ġairplanes": 32947, + "Ġairport": 10155, + "Ġairports": 36561, + "Ġais": 24938, + "Ġaisle": 30916, + "Ġait": 31684, + "Ġaixò": 16312, + "ĠaixÃŃ": 40217, + "Ġaj": 17680, + "Ġaja": 26579, + "Ġajud": 16126, + "Ġajuda": 32842, + "Ġajudar": 28883, + "Ġajust": 41023, + "Ġak": 9308, + "Ġaka": 28042, + "Ġakan": 16281, + "Ġakhir": 49843, + "Ġakin": 47540, + "Ġakkor": 44439, + "Ġakl": 43380, + "Ġako": 43567, + "Ġakt": 13680, + "Ġaktiv": 31658, + "Ġaktuell": 36267, + "Ġaku": 21093, + "Ġal": 419, + "Ġalan": 48146, + "Ġalar": 27597, + "Ġalarm": 14183, + "Ġalarming": 44043, + "Ġalarms": 45039, + "Ġalbeit": 43654, + "Ġalbo": 22622, + "Ġalbum": 6030, + "Ġalbums": 24795, + "Ġalc": 20005, + "Ġalcanz": 50200, + "Ġalcohol": 7658, + "Ġalcoholic": 38075, + "Ġald": 16798, + "Ġale": 6775, + "Ġaleg": 44491, + "Ġalert": 9615, + "Ġalerts": 28061, + "Ġalg": 3501, + "Ġalgae": 32658, + "Ġalgebra": 21989, + "Ġalgo": 8655, + "Ġalgorith": 7028, + "Ġalgorithm": 9284, + "Ġalgorithms": 14642, + "Ġalgu": 16527, + "Ġalguien": 25814, + "Ġalgum": 15468, + "Ġalguma": 20259, + "Ġalgumas": 23207, + "Ġalgun": 9813, + "Ġalguna": 20651, + "Ġalgunas": 27316, + "Ġalgunos": 21078, + "Ġalguns": 20210, + "Ġalguém": 27052, + "Ġalgún": 26300, + "Ġali": 10198, + "Ġalien": 12319, + "Ġaliens": 21594, + "Ġalign": 7975, + "Ġaligned": 17962, + "Ġalignment": 18515, + "Ġalike": 20025, + "Ġaliment": 17043, + "Ġalimentos": 38563, + "Ġalive": 5465, + "Ġalk": 37688, + "Ġalkal": 44220, + "Ġall": 439, + "Ġalla": 11591, + "Ġalle": 5430, + "Ġalleen": 32259, + "Ġalleg": 10364, + "Ġallegations": 29259, + "Ġalleged": 26317, + "Ġallegedly": 26794, + "Ġallegiance": 44706, + "Ġallein": 37673, + "Ġalleine": 37780, + "Ġallem": 17585, + "Ġallemaal": 29352, + "Ġallen": 18440, + "Ġaller": 8722, + "Ġallerdings": 35489, + "Ġallergic": 31606, + "Ġallergies": 37007, + "Ġallergy": 41505, + "Ġalles": 7874, + "Ġallevi": 33201, + "Ġalleviate": 42701, + "Ġalley": 26660, + "Ġallez": 18146, + "Ġalliance": 20995, + "Ġalliances": 45855, + "Ġallied": 41969, + "Ġallies": 14719, + "Ġalligator": 48095, + "Ġalloc": 12660, + "Ġallocate": 35713, + "Ġallocated": 29772, + "Ġallocation": 27599, + "Ġallons": 34405, + "Ġallora": 44141, + "Ġallow": 2089, + "Ġallowance": 30647, + "Ġallowed": 4350, + "Ġallowing": 8293, + "Ġallows": 4045, + "Ġalloy": 37819, + "Ġallt": 23612, + "Ġalltid": 45861, + "ĠalltsÃ¥": 43505, + "Ġalluded": 33919, + "Ġally": 23356, + "Ġallá": 30642, + "ĠallÃŃ": 34294, + "Ġalm": 18667, + "Ġalma": 32634, + "Ġalmighty": 47534, + "Ġalmond": 29506, + "Ġalmonds": 40973, + "Ġalmost": 1920, + "Ġalone": 3312, + "Ġalong": 2051, + "Ġalongside": 12385, + "Ġalors": 11246, + "Ġalot": 37762, + "Ġaloud": 43888, + "Ġalpha": 8961, + "Ġalphabet": 23339, + "Ġalready": 1217, + "Ġalred": 41290, + "Ġalrededor": 43663, + "Ġalright": 5845, + "Ġals": 3907, + "Ġalso": 611, + "Ġalt": 4955, + "Ġalta": 26495, + "Ġaltar": 31435, + "Ġalte": 38973, + "Ġalten": 41217, + "Ġalter": 11337, + "Ġaltered": 28783, + "Ġaltern": 5400, + "Ġalternate": 18873, + "Ġalternating": 40062, + "Ġalternative": 8535, + "Ġalternatives": 20478, + "Ġalthough": 4878, + "Ġaltijd": 29191, + "Ġaltitude": 24003, + "Ġalto": 21275, + "Ġaltogether": 19051, + "Ġaltre": 34983, + "Ġaltri": 33707, + "Ġaltro": 40924, + "Ġaltura": 39398, + "Ġalum": 12064, + "Ġalumin": 12787, + "Ġaluminium": 35239, + "Ġaluminum": 15656, + "Ġalumni": 16347, + "Ġalways": 1009, + "Ġalém": 30388, + "Ġam": 669, + "Ġama": 10889, + "Ġaman": 42943, + "Ġamar": 42171, + "Ġamateur": 29339, + "Ġamazed": 20507, + "Ġamazing": 2243, + "Ġamazingly": 31762, + "Ġamazon": 47010, + "Ġamb": 3913, + "Ġambassador": 25445, + "Ġambassadors": 44235, + "Ġamber": 48304, + "Ġambient": 22997, + "Ġambiente": 34957, + "Ġambigu": 40390, + "Ġambiguity": 46519, + "Ġambiguous": 39465, + "Ġambition": 22814, + "Ġambitions": 34475, + "Ġambitious": 20239, + "Ġambos": 41425, + "Ġambul": 21574, + "Ġambulance": 26744, + "Ġambush": 38143, + "Ġamen": 18497, + "Ġamend": 11704, + "Ġamended": 43641, + "Ġamendment": 17920, + "Ġamendments": 27009, + "Ġamenities": 47260, + "Ġamer": 16116, + "Ġamerican": 31229, + "Ġami": 33206, + "Ġamid": 30153, + "Ġamiga": 45322, + "Ġamigo": 24671, + "Ġamigos": 18243, + "Ġamino": 24674, + "Ġamis": 32929, + "Ġammo": 27340, + "Ġammon": 36431, + "Ġammonia": 46833, + "Ġammunition": 32251, + "Ġamo": 43155, + "Ġamong": 3654, + "Ġamongst": 12918, + "Ġamor": 15543, + "Ġamount": 2372, + "Ġamounts": 11663, + "Ġamp": 18648, + "Ġamph": 40077, + "Ġampl": 9731, + "Ġample": 42857, + "Ġamplified": 49237, + "Ġamplifier": 27439, + "Ġamplify": 41174, + "Ġamplitude": 27433, + "Ġamps": 43970, + "Ġamusement": 39970, + "Ġamusing": 47809, + "Ġaméric": 39902, + "Ġan": 364, + "Ġana": 34178, + "Ġanak": 38042, + "Ġanal": 2624, + "Ġanalog": 16660, + "Ġanalogy": 21663, + "Ġanaly": 6459, + "Ġanalys": 23014, + "Ġanalyse": 37840, + "Ġanalyses": 37560, + "Ġanalysis": 5215, + "Ġanalyst": 19085, + "Ġanalysts": 31388, + "Ġanalyt": 10783, + "Ġanalytic": 40358, + "Ġanalytical": 29579, + "Ġanalytics": 15370, + "Ġanalyze": 12477, + "Ġanalyzed": 28181, + "Ġanalyzing": 23663, + "Ġanar": 37378, + "Ġanarch": 41957, + "Ġanat": 21618, + "Ġanatomy": 31566, + "Ġanc": 9789, + "Ġancest": 11749, + "Ġancestor": 40032, + "Ġancestors": 18069, + "Ġancestral": 40049, + "Ġancestry": 44729, + "Ġanch": 12723, + "Ġanche": 11585, + "Ġanchor": 18487, + "Ġanci": 34856, + "Ġancient": 7832, + "Ġancora": 30656, + "Ġand": 293, + "Ġanda": 21851, + "Ġandar": 50009, + "Ġandare": 42742, + "Ġander": 49466, + "Ġandere": 10490, + "Ġanderen": 11122, + "Ġanderer": 48108, + "Ġanderes": 31426, + "Ġanders": 17999, + "Ġandra": 25299, + "Ġandroid": 36157, + "Ġanecd": 26652, + "Ġanecdote": 49845, + "Ġanest": 31750, + "Ġanf": 33709, + "Ġang": 2562, + "Ġange": 15495, + "Ġangef": 43907, + "Ġangel": 14250, + "Ġangels": 18175, + "Ġanger": 10240, + "Ġanges": 31138, + "Ġangle": 5802, + "Ġangled": 48843, + "Ġangles": 14708, + "Ġangry": 6884, + "Ġangular": 24413, + "Ġanh": 18931, + "Ġani": 40477, + "Ġanim": 2383, + "Ġanimal": 5496, + "Ġanimales": 45102, + "Ġanimals": 4882, + "Ġanimate": 36439, + "Ġanimated": 18947, + "Ġanimation": 9603, + "Ġanimations": 22868, + "Ġanime": 12435, + "Ġank": 30890, + "Ġankle": 21999, + "Ġankles": 40962, + "Ġanlam": 28940, + "Ġanlat": 27691, + "Ġann": 2324, + "Ġannat": 42786, + "Ġanne": 22256, + "Ġannex": 41012, + "Ġanni": 31164, + "Ġannih": 40430, + "Ġanniversary": 12962, + "Ġanno": 46277, + "Ġannot": 25339, + "Ġannotation": 48654, + "Ġannoun": 4262, + "Ġannounce": 7478, + "Ġannounced": 7548, + "Ġannouncement": 12847, + "Ġannouncements": 23785, + "Ġannouncer": 49574, + "Ġannouncing": 28706, + "Ġannoy": 8759, + "Ġannoyed": 25921, + "Ġannoying": 11304, + "Ġannual": 9784, + "Ġannually": 29974, + "Ġannée": 30488, + "Ġannées": 21203, + "Ġano": 19816, + "Ġanom": 24769, + "Ġanomaly": 42737, + "Ġanonym": 37293, + "Ġanonymous": 24932, + "Ġanos": 13592, + "Ġanother": 1071, + "Ġans": 1567, + "Ġansch": 31508, + "Ġanswer": 1867, + "Ġanswered": 10103, + "Ġanswering": 13430, + "Ġanswers": 6338, + "Ġant": 2511, + "Ġantagon": 32590, + "Ġante": 23411, + "Ġanten": 18858, + "Ġantenna": 24573, + "Ġanterior": 22272, + "Ġantes": 11014, + "Ġanth": 25820, + "Ġanthem": 42383, + "Ġanthrop": 22727, + "Ġanthropology": 44518, + "Ġanti": 6061, + "Ġantib": 11533, + "Ġantibiot": 19388, + "Ġantibiotic": 37828, + "Ġantibiotics": 26922, + "Ġantibodies": 28356, + "Ġantibody": 34507, + "Ġantic": 49172, + "Ġanticip": 10416, + "Ġanticipate": 21685, + "Ġanticipated": 23267, + "Ġanticipating": 40568, + "Ġanticipation": 35979, + "Ġantid": 47962, + "Ġantig": 44417, + "Ġantim": 46141, + "Ġantioxid": 33369, + "Ġantioxidants": 48767, + "Ġantiqu": 41036, + "Ġantique": 41220, + "Ġantis": 44474, + "Ġants": 23355, + "Ġanunci": 39350, + "Ġanvänd": 41559, + "Ġanx": 6739, + "Ġanxiety": 9119, + "Ġanxious": 15166, + "Ġany": 604, + "Ġanybody": 4472, + "Ġanyhow": 44995, + "Ġanymore": 3602, + "Ġanyone": 2878, + "Ġanys": 32319, + "Ġanything": 1340, + "Ġanytime": 13038, + "Ġanyway": 4033, + "Ġanyways": 13448, + "Ġanywhere": 4992, + "Ġanál": 44113, + "Ġao": 8130, + "Ġaos": 25458, + "Ġap": 1882, + "Ġapa": 15951, + "Ġapar": 34115, + "Ġapare": 15004, + "Ġaparece": 37863, + "Ġaparecer": 43336, + "Ġapart": 4936, + "Ġapartment": 9587, + "Ġapartments": 29056, + "Ġape": 44315, + "Ġapenas": 18561, + "Ġaper": 43139, + "Ġapert": 22939, + "Ġaperture": 29848, + "Ġapex": 48115, + "Ġapl": 25522, + "Ġaplic": 18221, + "Ġapo": 50165, + "Ġapocalypse": 42600, + "Ġapolog": 9472, + "Ġapologies": 34929, + "Ġapologise": 50128, + "Ġapologize": 12328, + "Ġapologized": 47815, + "Ġapology": 28006, + "Ġapost": 19484, + "Ġapostle": 50244, + "Ġapostles": 39397, + "Ġapoy": 41535, + "Ġapoyo": 46151, + "Ġapp": 724, + "Ġappar": 45914, + "Ġapparat": 36564, + "Ġapparatus": 38573, + "Ġapparent": 18335, + "Ġapparently": 7970, + "Ġappe": 2363, + "Ġappeal": 13668, + "Ġappealing": 23842, + "Ġappeals": 32603, + "Ġappear": 4204, + "Ġappearance": 8967, + "Ġappearances": 29174, + "Ġappeared": 8516, + "Ġappearing": 19870, + "Ġappears": 7038, + "Ġappel": 36332, + "Ġappelle": 34216, + "Ġappend": 34116, + "Ġappet": 16159, + "Ġappetite": 23996, + "Ġappl": 4988, + "Ġapplaud": 9644, + "Ġapplauding": 15865, + "Ġapplauds": 20783, + "Ġapplause": 9969, + "Ġapple": 10606, + "Ġapples": 16814, + "Ġappli": 33330, + "Ġappliance": 45646, + "Ġappliances": 35480, + "Ġapplic": 2580, + "Ġapplicable": 21142, + "Ġapplicant": 30915, + "Ġapplicants": 28767, + "Ġapplication": 3861, + "Ġapplications": 5821, + "Ġapplied": 6456, + "Ġapplies": 13165, + "Ġapply": 3079, + "Ġapplying": 9275, + "Ġappoint": 7602, + "Ġappointed": 17653, + "Ġappointment": 13653, + "Ġappointments": 25084, + "Ġappreci": 3616, + "Ġappreciate": 4449, + "Ġappreciated": 17169, + "Ġappreciation": 18909, + "Ġappreciative": 43239, + "Ġappreh": 38675, + "Ġapprendre": 46609, + "Ġapprent": 21435, + "Ġapprentice": 40207, + "Ġapprentices": 31715, + "Ġapprenticeship": 47070, + "Ġappro": 2075, + "Ġapproach": 3109, + "Ġapproached": 17247, + "Ġapproaches": 11587, + "Ġapproaching": 14908, + "Ġappropri": 5745, + "Ġappropriate": 6854, + "Ġappropriately": 23505, + "Ġapproval": 13317, + "Ġapprove": 18827, + "Ġapproved": 10826, + "Ġapprox": 28080, + "Ġapproxim": 8542, + "Ġapproximate": 30874, + "Ġapproximately": 10447, + "Ġapproximation": 28023, + "Ġapps": 7733, + "Ġapr": 10992, + "Ġaprend": 21003, + "Ġaprender": 24916, + "Ġapresent": 36181, + "Ġapro": 14602, + "Ġapron": 46742, + "Ġaprove": 29015, + "Ġaproxim": 31270, + "Ġaproximadamente": 48892, + "Ġaprès": 13274, + "Ġapt": 29427, + "Ġaqu": 2373, + "Ġaquarium": 30149, + "Ġaquatic": 44020, + "Ġaquela": 25996, + "Ġaquele": 23640, + "Ġaqueles": 49831, + "Ġaquell": 33635, + "Ġaquellos": 49835, + "Ġaquest": 19269, + "Ġaquesta": 24062, + "Ġaqui": 3871, + "Ġaquilo": 32304, + "ĠaquÃŃ": 6661, + "Ġar": 594, + "Ġara": 15186, + "Ġarab": 38557, + "Ġarada": 40479, + "Ġarb": 25613, + "Ġarbe": 40476, + "Ġarbeiten": 23162, + "Ġarbeitet": 49907, + "Ġarbets": 47539, + "Ġarbit": 14931, + "Ġarbitr": 19071, + "Ġarbitrary": 23211, + "Ġarc": 10346, + "Ġarcade": 25664, + "Ġarch": 3912, + "Ġarchae": 21894, + "Ġarchaeological": 42139, + "Ġarche": 37897, + "Ġarchety": 41852, + "Ġarchitect": 6331, + "Ġarchitects": 30491, + "Ġarchitectural": 26621, + "Ġarchitecture": 9482, + "Ġarchive": 23507, + "Ġarchives": 25607, + "Ġard": 44856, + "Ġare": 366, + "Ġarea": 1859, + "Ġareas": 3179, + "Ġaren": 3212, + "Ġarena": 18451, + "Ġarg": 3882, + "Ġargent": 33977, + "Ġargu": 10171, + "Ġarguably": 26771, + "Ġargue": 9695, + "Ġargued": 20219, + "Ġargues": 38218, + "Ġarguing": 19697, + "Ġargument": 6770, + "Ġarguments": 12869, + "Ġarise": 20288, + "Ġarises": 27388, + "Ġarising": 44900, + "Ġarist": 40105, + "Ġarithmetic": 42973, + "Ġark": 14408, + "ĠarkadaÅŁ": 19153, + "ĠarkadaÅŁlar": 27550, + "Ġarm": 3726, + "Ġarma": 46422, + "Ġarmas": 44611, + "Ġarmed": 16297, + "Ġarmies": 28217, + "Ġarmor": 13124, + "Ġarmored": 41879, + "Ġarmour": 36554, + "Ġarmp": 44541, + "Ġarms": 5812, + "Ġarmy": 7267, + "Ġaroma": 28687, + "Ġaromatic": 45831, + "Ġarose": 37192, + "Ġaround": 926, + "Ġarqu": 40258, + "Ġarr": 5539, + "Ġarran": 50235, + "Ġarrange": 9424, + "Ġarranged": 18721, + "Ġarrangement": 17620, + "Ġarrangements": 22435, + "Ġarray": 10225, + "Ġarrays": 41011, + "Ġarrest": 7823, + "Ġarrested": 12469, + "Ġarrests": 48813, + "Ġarri": 3399, + "Ġarrib": 21620, + "Ġarriba": 28469, + "Ġarriv": 30697, + "Ġarrival": 18365, + "Ġarrive": 8881, + "Ġarrived": 6678, + "Ġarriver": 34142, + "Ġarrives": 20116, + "Ġarriving": 22436, + "Ġarrivé": 47112, + "Ġarrog": 22149, + "Ġarrogance": 46444, + "Ġarrogant": 30467, + "Ġarrow": 11610, + "Ġarrows": 19669, + "Ġarsen": 28636, + "Ġarsenal": 42227, + "Ġart": 1523, + "Ġarte": 29159, + "Ġarter": 30455, + "Ġarteries": 44801, + "Ġartery": 38520, + "Ġarth": 31546, + "Ġarthritis": 35956, + "Ġartic": 15228, + "Ġarticle": 7222, + "Ġarticles": 11290, + "Ġarticulate": 30305, + "Ġarticulated": 43322, + "Ġartif": 17851, + "Ġartifact": 34806, + "Ġartifacts": 24617, + "Ġartific": 39905, + "Ġartificial": 11677, + "Ġartillery": 31115, + "Ġartist": 5748, + "Ġartistic": 17090, + "Ġartists": 6910, + "Ġarts": 8609, + "Ġartwork": 15829, + "Ġartık": 22241, + "Ġas": 382, + "Ġasc": 15526, + "Ġascend": 41604, + "Ġaseg": 38174, + "Ġash": 12588, + "Ġashamed": 19489, + "Ġashes": 32942, + "Ġasi": 28644, + "Ġaside": 7359, + "Ġask": 1029, + "Ġasked": 2351, + "Ġasking": 3365, + "Ġasks": 8962, + "Ġasleep": 11039, + "Ġaslında": 34541, + "Ġasp": 16817, + "Ġaspect": 4171, + "Ġaspects": 7270, + "Ġasphalt": 46076, + "Ġaspir": 20003, + "Ġaspiration": 44565, + "Ġaspirations": 32458, + "Ġaspire": 41224, + "Ġaspiring": 45405, + "Ġass": 1256, + "Ġassass": 16475, + "Ġassassin": 36294, + "Ġassassination": 40195, + "Ġassault": 12458, + "Ġassaulted": 44910, + "Ġasse": 5907, + "Ġassemb": 8438, + "Ġassemble": 22364, + "Ġassembled": 24204, + "Ġassembling": 43867, + "Ġassembly": 12103, + "Ġassert": 19810, + "Ġassess": 5877, + "Ġassessed": 36051, + "Ġassessing": 34348, + "Ġassessment": 9687, + "Ġassessments": 24338, + "Ġasset": 11999, + "Ġassets": 9769, + "Ġassez": 15774, + "Ġasshole": 28599, + "Ġassign": 6269, + "Ġassigned": 13279, + "Ġassigning": 49602, + "Ġassignment": 15187, + "Ġassignments": 22546, + "Ġassim": 8249, + "Ġassist": 4255, + "Ġassistance": 9683, + "Ġassistant": 10994, + "Ġassistants": 34949, + "Ġassisted": 30291, + "Ġassisting": 40368, + "Ġassistir": 45983, + "Ġassists": 49416, + "Ġassoci": 4180, + "Ġassociate": 14644, + "Ġassociated": 6615, + "Ġassociates": 36914, + "Ġassociation": 14598, + "Ġassociations": 26597, + "Ġassum": 5339, + "Ġassume": 6552, + "Ġassumed": 15895, + "Ġassumes": 37808, + "Ġassuming": 11926, + "Ġassumption": 15302, + "Ġassumptions": 17695, + "Ġassunto": 50219, + "Ġassurance": 32189, + "Ġassure": 20968, + "Ġassured": 23426, + "Ġast": 5357, + "Ġasta": 43405, + "Ġastero": 24711, + "Ġasteroid": 33833, + "Ġasteroids": 50230, + "Ġasthma": 33409, + "Ġaston": 25687, + "Ġastonishing": 35264, + "Ġastrolog": 30122, + "Ġastrology": 44385, + "Ġastron": 11117, + "Ġastronaut": 18516, + "Ġastronauts": 28273, + "Ġastronom": 26302, + "Ġastronomers": 43151, + "Ġastronomical": 49035, + "Ġastronomy": 37844, + "Ġasylum": 31601, + "Ġasymm": 37277, + "Ġasympt": 35114, + "Ġasynchron": 42642, + "Ġasynchronous": 49174, + "ĠasÃŃ": 8582, + "Ġat": 412, + "Ġata": 48639, + "Ġatac": 41015, + "Ġataque": 46166, + "Ġatau": 22823, + "Ġate": 8468, + "Ġaten": 21723, + "Ġatención": 33488, + "Ġatenção": 39044, + "Ġathe": 27033, + "Ġatheist": 43977, + "Ġathlet": 7650, + "Ġathlete": 18002, + "Ġathletes": 13820, + "Ġathletic": 22496, + "Ġathletics": 37964, + "Ġatm": 22582, + "Ġatmos": 7722, + "Ġatmosphere": 8018, + "Ġatmospheric": 28854, + "Ġatom": 12018, + "Ġatomic": 22275, + "Ġatoms": 16871, + "Ġatra": 44192, + "Ġatrav": 33325, + "Ġatravés": 39941, + "Ġatroc": 43530, + "Ġatrás": 22906, + "Ġatt": 951, + "Ġattach": 5085, + "Ġattached": 8570, + "Ġattaches": 49404, + "Ġattaching": 39074, + "Ġattachment": 19431, + "Ġattachments": 37987, + "Ġattack": 2690, + "Ġattacked": 12692, + "Ġattacker": 35871, + "Ġattackers": 45129, + "Ġattacking": 15010, + "Ġattacks": 8122, + "Ġattain": 23766, + "Ġattained": 46633, + "Ġatte": 42783, + "Ġattempt": 5217, + "Ġattempted": 18997, + "Ġattempting": 22001, + "Ġattempts": 15257, + "Ġattend": 6888, + "Ġattendance": 24337, + "Ġattendant": 39339, + "Ġattended": 15990, + "Ġattendees": 34826, + "Ġattending": 15862, + "Ġattends": 49837, + "Ġattent": 30980, + "Ġattention": 3202, + "Ġattentive": 43661, + "Ġattic": 40766, + "Ġattitude": 10157, + "Ġattitudes": 25853, + "Ġattorney": 13469, + "Ġattorneys": 30019, + "Ġattract": 5049, + "Ġattracted": 15912, + "Ġattracting": 36594, + "Ġattraction": 17672, + "Ġattractions": 35005, + "Ġattractive": 12609, + "Ġattracts": 37026, + "Ġattrib": 9080, + "Ġattribute": 19667, + "Ġattributed": 30976, + "Ġattributes": 17212, + "Ġatual": 39241, + "Ġaté": 8784, + "Ġau": 1609, + "Ġauc": 23788, + "Ġauch": 2168, + "Ġauction": 24139, + "Ġaucun": 35361, + "Ġaucune": 40076, + "Ġaud": 2379, + "Ġaudi": 27435, + "Ġaudible": 41317, + "Ġaudience": 4034, + "Ġaudiences": 15479, + "Ġaudio": 6278, + "Ġaudiobook": 40031, + "Ġaudit": 17748, + "Ġaudition": 20015, + "Ġauditor": 33970, + "Ġauf": 2501, + "Ġaufge": 35031, + "Ġaug": 14501, + "Ġaugment": 29919, + "Ġaugmented": 36155, + "Ġaujourd": 14023, + "Ġaula": 41642, + "Ġaument": 17128, + "Ġaumentar": 43504, + "Ġaumento": 43600, + "Ġaun": 15879, + "Ġaunque": 21962, + "Ġaunt": 15654, + "Ġaur": 19145, + "Ġaura": 18355, + "Ġaurait": 29531, + "Ġaus": 3437, + "Ġausge": 31899, + "Ġauss": 5730, + "Ġaussi": 6212, + "Ġaust": 34916, + "Ġauster": 49867, + "Ġaut": 1476, + "Ġautant": 34081, + "Ġauth": 6979, + "Ġauthent": 9214, + "Ġauthentic": 12466, + "Ġauthentication": 26643, + "Ġauthenticity": 34215, + "Ġauthor": 3793, + "Ġauthoritarian": 37883, + "Ġauthorities": 12076, + "Ġauthority": 8281, + "Ġauthorization": 33697, + "Ġauthorized": 28312, + "Ġauthors": 16552, + "Ġautism": 21471, + "Ġautistic": 33272, + "Ġauto": 8399, + "Ġautobi": 45747, + "Ġautoc": 45833, + "Ġautograph": 36660, + "Ġautom": 3553, + "Ġautomat": 28034, + "Ġautomate": 31605, + "Ġautomated": 18473, + "Ġautomatic": 12509, + "Ġautomatically": 6772, + "Ġautomation": 17769, + "Ġautomobile": 38809, + "Ġautomotive": 32866, + "Ġautonom": 18203, + "Ġautonomous": 23797, + "Ġautonomy": 27278, + "Ġautop": 31090, + "Ġautor": 19510, + "Ġautour": 30249, + "Ġautre": 15081, + "Ġautres": 17093, + "Ġautumn": 24604, + "Ġaux": 7865, + "Ġauxiliary": 43741, + "ĠauÃŁer": 39428, + "Ġav": 1305, + "Ġavaient": 38703, + "Ġavail": 2327, + "Ġavailability": 17945, + "Ġavailable": 2435, + "Ġavait": 11853, + "Ġavant": 13439, + "Ġavanz": 42444, + "Ġavatar": 36205, + "Ġave": 3472, + "Ġavec": 4163, + "Ġaven": 18469, + "Ġavent": 36399, + "Ġavenue": 39230, + "Ġavenues": 43039, + "Ġaver": 18247, + "Ġaverage": 4274, + "Ġaverages": 42257, + "Ġaveraging": 47308, + "Ġavere": 37914, + "Ġavete": 48201, + "Ġavez": 11766, + "Ġaviation": 28831, + "Ġavis": 34588, + "Ġavo": 3641, + "Ġavocado": 27041, + "Ġavoid": 5042, + "Ġavoided": 24890, + "Ġavoiding": 20220, + "Ġavoir": 10853, + "Ġavons": 18990, + "Ġaw": 1714, + "Ġawait": 19670, + "Ġawaiting": 43759, + "Ġawaits": 45955, + "Ġawak": 13726, + "Ġawake": 15994, + "Ġawaken": 43566, + "Ġawakened": 46468, + "Ġawakening": 31550, + "Ġaward": 7130, + "Ġawarded": 19100, + "Ġawards": 15193, + "Ġaware": 3650, + "Ġawareness": 8888, + "Ġaway": 1314, + "Ġawe": 30912, + "Ġawesome": 3476, + "Ġawful": 11232, + "Ġawfully": 47976, + "Ġawhile": 22224, + "Ġawkward": 11411, + "Ġax": 6360, + "Ġaxe": 30195, + "Ġaxes": 35387, + "Ġaxial": 46851, + "Ġaxis": 10298, + "Ġaxle": 31192, + "Ġay": 7494, + "Ġaye": 19259, + "Ġaynı": 30281, + "Ġayr": 35767, + "Ġayud": 20333, + "Ġayuda": 30737, + "Ġayudar": 38759, + "Ġaz": 7883, + "Ġazt": 39566, + "Ġazul": 39580, + "Ġaç": 12930, + "Ġaçık": 33282, + "Ġaçıl": 43236, + "Ġañ": 37837, + "Ġañad": 44980, + "Ġaño": 15984, + "Ġaños": 11424, + "Ġaún": 31676, + "ĠaÃŃ": 7461, + "ĠaÄŁ": 21294, + "Ġaż": 48134, + "ĠaÅŁ": 21002, + "ĠaÅŁk": 36730, + "Ġb": 272, + "Ġba": 4773, + "Ġbab": 7564, + "Ġbaba": 31568, + "Ġbabe": 24655, + "Ġbabies": 10917, + "Ġbaby": 3186, + "Ġbabys": 39764, + "Ġbac": 6857, + "Ġbachelor": 25947, + "Ġback": 646, + "Ġbackbone": 34889, + "Ġbackdrop": 32697, + "Ġbacked": 20391, + "Ġbackend": 38087, + "Ġbackground": 3678, + "Ġbackgrounds": 17336, + "Ġbacking": 19373, + "Ġbackl": 32449, + "Ġbacklash": 37572, + "Ġbacklog": 47364, + "Ġbackpack": 17969, + "Ġbacks": 19513, + "Ġbackside": 35370, + "Ġbackstage": 31764, + "Ġbackstory": 36899, + "Ġbackup": 14807, + "Ġbackups": 50160, + "Ġbackward": 23897, + "Ġbackwards": 12204, + "Ġbackyard": 20036, + "Ġbacon": 16400, + "Ġbacter": 9755, + "Ġbacteria": 11763, + "Ġbacterial": 35632, + "Ġbad": 1578, + "Ġbadass": 33907, + "Ġbadge": 25797, + "Ġbadges": 43894, + "Ġbadly": 13425, + "Ġbag": 3411, + "Ġbaggage": 41567, + "Ġbags": 10405, + "Ġbagus": 48348, + "Ġbah": 12913, + "Ġbaht": 49254, + "Ġbaik": 34867, + "Ġbail": 19313, + "Ġbait": 16865, + "Ġbaix": 40447, + "Ġbaixo": 30934, + "Ġbaj": 23589, + "Ġbaja": 49427, + "Ġbajo": 30139, + "Ġbak": 5657, + "Ġbakalım": 28812, + "Ġbakayım": 42918, + "Ġbake": 16562, + "Ġbaked": 19453, + "Ġbaker": 48148, + "Ġbakery": 37519, + "Ġbaking": 12102, + "Ġbakın": 43307, + "Ġbal": 3119, + "Ġbalance": 4772, + "Ġbalanced": 13902, + "Ġbalances": 33993, + "Ġbalancing": 22495, + "Ġbalcon": 26450, + "Ġbalcony": 29468, + "Ġbald": 21096, + "Ġball": 2594, + "Ġballet": 30512, + "Ġballistic": 44478, + "Ġballoon": 16994, + "Ġballoons": 26193, + "Ġballot": 21880, + "Ġballots": 36410, + "Ġballs": 9803, + "Ġbalm": 42532, + "Ġbam": 18132, + "Ġbamboo": 26156, + "Ġban": 5643, + "Ġbana": 16832, + "Ġbanana": 14194, + "Ġbananas": 22742, + "Ġbanc": 39612, + "Ġbanco": 45498, + "Ġband": 4116, + "Ġbanda": 38727, + "Ġbande": 46836, + "Ġbandits": 49043, + "Ġbands": 13543, + "Ġbandwidth": 23647, + "Ġbang": 8550, + "Ġbanget": 24909, + "Ġbanging": 36982, + "Ġbangs": 32802, + "Ġbank": 3765, + "Ġbanker": 48008, + "Ġbanking": 18261, + "Ġbankrupt": 21780, + "Ġbankruptcy": 33457, + "Ġbanks": 10237, + "Ġbanned": 19564, + "Ġbanner": 24348, + "Ġbanquet": 49796, + "Ġbanyak": 25808, + "Ġbao": 45296, + "Ġbapt": 18222, + "Ġbaptism": 34352, + "Ġbaptized": 34006, + "Ġbar": 2159, + "Ġbara": 19519, + "Ġbarbar": 35822, + "Ġbarbecue": 21877, + "Ġbarber": 49906, + "Ġbard": 7685, + "Ġbardziej": 27209, + "Ġbardzo": 9034, + "Ġbare": 6949, + "Ġbarely": 10268, + "Ġbarg": 22351, + "Ġbargain": 34302, + "Ġbargaining": 42108, + "Ġbark": 16202, + "Ġbarking": 32995, + "Ġbarley": 47761, + "Ġbarn": 18492, + "Ġbarr": 38236, + "Ġbarre": 43834, + "Ġbarrel": 13257, + "Ġbarrels": 33138, + "Ġbarrier": 13357, + "Ġbarriers": 13565, + "Ġbars": 10228, + "Ġbart": 44768, + "Ġbaru": 36171, + "Ġbas": 987, + "Ġbase": 3096, + "Ġbaseball": 14323, + "Ġbased": 2361, + "Ġbaseline": 20518, + "Ġbasement": 16893, + "Ġbases": 17949, + "Ġbash": 46183, + "Ġbasic": 3875, + "Ġbasically": 1936, + "Ġbasics": 14688, + "Ġbasil": 29862, + "Ġbasin": 34863, + "Ġbasis": 5143, + "Ġbask": 34055, + "Ġbasket": 8390, + "Ġbasketball": 11767, + "Ġbaskets": 42853, + "Ġbass": 10136, + "Ġbast": 8414, + "Ġbasta": 45282, + "Ġbastante": 14651, + "Ġbastard": 23569, + "Ġbastards": 49346, + "Ġbat": 7362, + "Ġbatch": 15245, + "Ġbate": 37936, + "Ġbater": 25735, + "Ġbath": 6079, + "Ġbathing": 38948, + "Ġbathroom": 8687, + "Ġbathrooms": 39537, + "Ġbatht": 40708, + "Ġbathtub": 42901, + "Ġbats": 26943, + "Ġbatt": 9591, + "Ġbatter": 4220, + "Ġbatteries": 13070, + "Ġbattery": 5809, + "Ġbattle": 4635, + "Ġbattlefield": 21818, + "Ġbattles": 14648, + "Ġbattling": 33752, + "Ġbauen": 43787, + "Ġbaw": 40463, + "Ġbay": 13642, + "Ġbaz": 27147, + "ĠbaÄŁ": 33071, + "ĠbaÅŁ": 8694, + "ĠbaÅŁka": 27883, + "Ġbe": 312, + "Ġbeach": 7534, + "Ġbeaches": 27560, + "Ġbeacon": 41669, + "Ġbead": 24117, + "Ġbeads": 20369, + "Ġbeak": 48663, + "Ġbeam": 14269, + "Ġbeams": 31040, + "Ġbean": 16230, + "Ġbeans": 12010, + "Ġbear": 6155, + "Ġbeard": 17455, + "Ġbearing": 17350, + "Ġbearings": 36297, + "Ġbears": 17276, + "Ġbeast": 13464, + "Ġbeasts": 37386, + "Ġbeat": 4224, + "Ġbeaten": 17909, + "Ġbeating": 13497, + "Ġbeats": 16447, + "Ġbeau": 29891, + "Ġbeaucoup": 8796, + "Ġbeaut": 1869, + "Ġbeautiful": 2238, + "Ġbeautifully": 16525, + "Ġbeauty": 6643, + "Ġbeb": 35348, + "Ġbeber": 40069, + "Ġbecame": 3062, + "Ġbecause": 570, + "Ġbecom": 2683, + "Ġbecome": 1813, + "Ġbecomes": 3643, + "Ġbecoming": 5617, + "Ġbed": 2901, + "Ġbede": 22466, + "Ġbedeutet": 27018, + "Ġbedroom": 11211, + "Ġbedrooms": 39955, + "Ġbeds": 18068, + "Ġbedtime": 45850, + "Ġbee": 17479, + "Ġbeef": 9256, + "Ġbeen": 668, + "Ġbeep": 28678, + "Ġbeeping": 34800, + "Ġbeeps": 27722, + "Ġbeer": 8795, + "Ġbeers": 34159, + "Ġbees": 17511, + "Ġbeet": 16658, + "Ġbeetje": 27459, + "Ġbeetle": 49735, + "Ġbef": 21312, + "Ġbefore": 949, + "Ġbeforehand": 22893, + "Ġbeg": 4612, + "Ġbegan": 4283, + "Ġbege": 41832, + "Ġbegg": 44914, + "Ġbegged": 47653, + "Ġbegging": 26600, + "Ġbegin": 1841, + "Ġbeginnen": 40326, + "Ġbeginner": 22080, + "Ġbeginners": 26992, + "Ġbeginning": 2863, + "Ġbeginnings": 37281, + "Ġbegins": 7338, + "Ġbegitu": 49707, + "Ġbegr": 38972, + "Ġbegun": 16009, + "Ġbeh": 1540, + "Ġbehalf": 9490, + "Ġbehand": 43122, + "Ġbehav": 3851, + "Ġbehave": 15158, + "Ġbehaved": 48249, + "Ġbehaves": 36896, + "Ġbehavi": 15475, + "Ġbehaving": 35263, + "Ġbehavior": 5223, + "Ġbehavioral": 19124, + "Ġbehaviors": 15501, + "Ġbehaviour": 17229, + "Ġbehind": 2261, + "Ġbehold": 27234, + "Ġbehö": 26187, + "Ġbehöver": 32138, + "Ġbei": 4643, + "Ġbeide": 35831, + "Ġbeiden": 23446, + "Ġbeige": 40274, + "Ġbeim": 13922, + "Ġbeing": 885, + "Ġbeings": 8958, + "Ġbeispiel": 37155, + "Ġbeispielsweise": 40152, + "Ġbek": 9393, + "Ġbekannt": 39167, + "Ġbekommen": 19256, + "Ġbekommt": 33429, + "Ġbel": 989, + "Ġbelang": 33746, + "Ġbelangrijk": 42330, + "Ġbele": 29620, + "Ġbeleza": 46429, + "Ġbelie": 1351, + "Ġbelief": 7107, + "Ġbeliefs": 13585, + "Ġbelieve": 1697, + "Ġbelieved": 7847, + "Ġbeliever": 23892, + "Ġbelievers": 23125, + "Ġbelieves": 12307, + "Ġbelieving": 16594, + "Ġbelki": 44596, + "Ġbell": 4549, + "Ġbelle": 28770, + "Ġbelli": 48006, + "Ġbells": 25474, + "Ġbelly": 11696, + "Ġbelo": 13878, + "Ġbelong": 5784, + "Ġbelonged": 28611, + "Ġbelonging": 22957, + "Ġbelongings": 43554, + "Ġbelongs": 12953, + "Ġbeloved": 14553, + "Ġbelow": 2507, + "Ġbelt": 10750, + "Ġbelts": 33689, + "Ġbelum": 48532, + "Ġbem": 7577, + "Ġben": 3271, + "Ġbench": 10638, + "Ġbenchmark": 18927, + "Ġbenchmarks": 43751, + "Ġbend": 11229, + "Ġbending": 22487, + "Ġbends": 42990, + "Ġbene": 2537, + "Ġbeneath": 17149, + "Ġbenef": 3070, + "Ġbenefic": 10304, + "Ġbenefici": 38534, + "Ġbeneficial": 14072, + "Ġbeneficiaries": 49937, + "Ġbenefit": 5121, + "Ġbenefited": 33605, + "Ġbenefiting": 47515, + "Ġbenefits": 5311, + "Ġbenevol": 48567, + "Ġbeni": 19723, + "Ġbenim": 13818, + "Ġbent": 14075, + "Ġbenut": 38424, + "Ġbenz": 44335, + "Ġber": 5948, + "Ġberaber": 39855, + "Ġbere": 13375, + "Ġbereit": 38758, + "Ġbereits": 23703, + "Ġberm": 50001, + "Ġberries": 29898, + "Ġberry": 44955, + "Ġbers": 32147, + "Ġbert": 50098, + "Ġbes": 4097, + "Ġbesar": 48327, + "Ġbesch": 17498, + "Ġbeschäft": 38768, + "Ġbeside": 15726, + "Ġbesides": 11868, + "Ġbesl": 47118, + "Ġbesoin": 19207, + "Ġbesond": 20114, + "Ġbesonders": 25258, + "Ġbess": 42410, + "Ġbesser": 18021, + "Ġbest": 1151, + "Ġbeste": 22245, + "Ġbesteht": 43680, + "Ġbesten": 30930, + "Ġbestimm": 35180, + "Ġbestimmt": 46871, + "Ġbet": 778, + "Ġbeta": 9861, + "Ġbeter": 45425, + "Ġbetray": 15560, + "Ġbetrayal": 42700, + "Ġbetrayed": 29515, + "Ġbets": 39922, + "Ġbetter": 1101, + "Ġbetting": 34246, + "Ġbetween": 1296, + "Ġbever": 46524, + "Ġbeverage": 35519, + "Ġbeverages": 47401, + "Ġbevor": 37591, + "Ġbew": 17897, + "Ġbewe": 46638, + "Ġbewusst": 46221, + "Ġbey": 39977, + "Ġbeyond": 4399, + "Ġbez": 10782, + "Ġbezel": 37179, + "Ġbezpie": 47153, + "ĠbeÄŁ": 44863, + "ĠbeÅŁ": 39213, + "Ġbh": 41221, + "Ġbi": 3228, + "Ġbias": 12577, + "Ġbiased": 28035, + "Ġbiases": 32152, + "Ġbib": 24557, + "Ġbible": 34956, + "Ġbibli": 34344, + "Ġbiblical": 26083, + "Ġbic": 34472, + "Ġbicy": 16703, + "Ġbicycle": 20888, + "Ġbicycles": 47913, + "Ġbid": 12957, + "Ġbidding": 39702, + "Ġbien": 3610, + "Ġbientôt": 34653, + "Ġbig": 955, + "Ġbigger": 3801, + "Ġbiggest": 3880, + "Ġbij": 10317, + "Ġbijvoorbeeld": 43061, + "Ġbik": 26730, + "Ġbike": 5656, + "Ġbikes": 16035, + "Ġbiking": 40276, + "Ġbil": 8588, + "Ġbilang": 46712, + "Ġbilateral": 38772, + "Ġbild": 22105, + "Ġbile": 18729, + "Ġbili": 20709, + "Ġbilingual": 48757, + "Ġbiliyor": 35424, + "Ġbill": 2961, + "Ġbilling": 35618, + "Ġbillion": 5218, + "Ġbillionaire": 42358, + "Ġbillions": 17375, + "Ġbills": 12433, + "Ġbilmiyorum": 48699, + "Ġbin": 5171, + "Ġbinary": 17434, + "Ġbind": 14786, + "Ġbinder": 45630, + "Ġbinding": 17359, + "Ġbinds": 41515, + "Ġbinge": 41487, + "Ġbinnen": 35958, + "Ġbins": 41275, + "Ġbio": 12198, + "Ġbiod": 26977, + "Ġbiodiversity": 36453, + "Ġbiography": 37062, + "Ġbiological": 13910, + "Ġbiology": 14956, + "Ġbiom": 27450, + "Ġbiomass": 47420, + "Ġbiomedical": 49775, + "Ġbios": 36997, + "Ġbip": 19016, + "Ġbipart": 28741, + "Ġbipartisan": 31954, + "Ġbipolar": 42469, + "Ġbir": 1904, + "Ġbiraz": 19696, + "Ġbird": 5255, + "Ġbirds": 9009, + "Ġbiri": 38530, + "Ġbirl": 37476, + "Ġbirlikte": 44642, + "Ġbirth": 3965, + "Ġbirthday": 6154, + "Ġbirthdays": 48739, + "Ġbis": 7393, + "Ġbisa": 14386, + "Ġbisc": 23261, + "Ġbiscuit": 39327, + "Ġbiscuits": 36301, + "Ġbisexual": 42570, + "Ġbisher": 33598, + "Ġbishop": 34470, + "Ġbisog": 40505, + "Ġbiss": 10627, + "Ġbisschen": 10763, + "Ġbist": 18209, + "Ġbit": 857, + "Ġbitch": 11960, + "Ġbitches": 42094, + "Ġbitcoin": 24973, + "Ġbite": 7988, + "Ġbites": 26030, + "Ġbiting": 32912, + "Ġbits": 9239, + "Ġbitte": 23231, + "Ġbitten": 34608, + "Ġbitter": 13871, + "Ġbitterness": 44224, + "Ġbiz": 7390, + "Ġbizarre": 18265, + "Ġbize": 28825, + "Ġbizi": 36033, + "Ġbizim": 23439, + "Ġbiết": 28432, + "Ġbl": 888, + "Ġbla": 16379, + "Ġblack": 2211, + "Ġblacks": 30720, + "Ġbladder": 37032, + "Ġblade": 10959, + "Ġblades": 20066, + "Ġblah": 12288, + "Ġblame": 10127, + "Ġblamed": 32027, + "Ġblaming": 32364, + "Ġblanc": 34437, + "Ġbland": 29849, + "Ġblank": 8247, + "Ġblanket": 17907, + "Ġblankets": 38710, + "Ġblas": 46409, + "Ġblast": 12035, + "Ġblasting": 47134, + "Ġblat": 42780, + "Ġble": 5408, + "Ġbleach": 39631, + "Ġbleed": 28385, + "Ġbleeding": 19312, + "Ġbleiben": 24912, + "Ġbleibt": 24814, + "Ġblend": 10628, + "Ġblended": 27048, + "Ġblender": 24564, + "Ġblending": 23124, + "Ġblends": 37619, + "Ġbless": 5227, + "Ġblessed": 12351, + "Ġblessing": 13869, + "Ġblessings": 19296, + "Ġblev": 37332, + "Ġblew": 19075, + "Ġbli": 27182, + "Ġblij": 26486, + "Ġblind": 6865, + "Ġblindfold": 44846, + "Ġblindly": 47744, + "Ġblindness": 46101, + "Ġblink": 24667, + "Ġblinking": 45879, + "Ġblir": 19504, + "Ġbliss": 31522, + "Ġbliver": 45329, + "Ġblo": 1749, + "Ġblob": 46115, + "Ġblock": 3461, + "Ġblockchain": 17176, + "Ġblocked": 15470, + "Ġblocking": 17776, + "Ġblocks": 8474, + "Ġblog": 6968, + "Ġblogs": 31038, + "Ġblond": 48537, + "Ġblonde": 30043, + "Ġblood": 3390, + "Ġbloody": 18938, + "Ġbloom": 26899, + "Ġblooming": 45294, + "Ġbloque": 41592, + "Ġbloss": 22956, + "Ġblossom": 38524, + "Ġblossoms": 47789, + "Ġblow": 6327, + "Ġblowing": 15068, + "Ġblown": 16479, + "Ġblows": 18458, + "Ġblue": 3344, + "Ġblueberries": 43722, + "Ġblueberry": 48243, + "Ġblueprint": 35868, + "Ġblues": 24244, + "Ġbluetooth": 48225, + "Ġbluff": 44191, + "Ġblunt": 32246, + "Ġblur": 14257, + "Ġblurred": 43525, + "Ġblurry": 37644, + "Ġblush": 25218, + "Ġbo": 748, + "Ġboa": 22422, + "Ġboard": 3150, + "Ġboarding": 30528, + "Ġboards": 13293, + "Ġboast": 46988, + "Ġboat": 6582, + "Ġboats": 17772, + "Ġbob": 27292, + "Ġboca": 34624, + "Ġbod": 16737, + "Ġbodies": 7510, + "Ġbodily": 39576, + "Ġbody": 1772, + "Ġbog": 26132, + "Ġboil": 13329, + "Ġboiled": 21058, + "Ġboiler": 39228, + "Ġboiling": 16208, + "Ġboils": 35049, + "Ġbois": 44808, + "Ġbok": 41882, + "Ġbol": 8986, + "Ġbola": 41110, + "Ġbolag": 48452, + "Ġbold": 11928, + "Ġboleh": 25835, + "Ġbolt": 13436, + "Ġbolts": 18127, + "Ġbom": 7957, + "Ġbomb": 7851, + "Ġbombard": 42894, + "Ġbomber": 44889, + "Ġbombers": 50055, + "Ġbombing": 31292, + "Ġbombs": 19043, + "Ġbon": 4428, + "Ġbona": 49012, + "Ġbond": 6086, + "Ġbonded": 41194, + "Ġbonding": 28824, + "Ġbonds": 14713, + "Ġbone": 9026, + "Ġbones": 10491, + "Ġbonito": 31209, + "Ġbonne": 20577, + "Ġbons": 33922, + "Ġbonus": 10882, + "Ġbonuses": 33205, + "Ġboo": 23113, + "Ġboobs": 40439, + "Ġbook": 1446, + "Ġbooked": 26735, + "Ġbooking": 34424, + "Ġbooklet": 48469, + "Ġbooks": 3642, + "Ġbookstore": 43478, + "Ġboom": 9351, + "Ġbooming": 45883, + "Ġboost": 9194, + "Ġbooster": 29275, + "Ġboosting": 43117, + "Ġboot": 11450, + "Ġbooth": 20912, + "Ġboots": 15194, + "Ġbooty": 34793, + "Ġbor": 14828, + "Ġbord": 25872, + "Ġborder": 7838, + "Ġborders": 16287, + "Ġbore": 26002, + "Ġbored": 13521, + "Ġboring": 9989, + "Ġborn": 4232, + "Ġborrow": 11172, + "Ġborrowed": 26805, + "Ġborrowing": 35024, + "Ġbos": 30641, + "Ġboss": 5741, + "Ġbosses": 24201, + "Ġbot": 10592, + "Ġboth": 1293, + "Ġbother": 8677, + "Ġbothered": 22996, + "Ġbothering": 31432, + "Ġbothers": 33980, + "Ġbots": 35410, + "Ġbott": 2274, + "Ġbottle": 7817, + "Ġbottlene": 44641, + "Ġbottles": 15923, + "Ġbottom": 2767, + "Ġbottoms": 43413, + "Ġbou": 15345, + "Ġboug": 46553, + "Ġbought": 4243, + "Ġboun": 15521, + "Ġbounce": 15894, + "Ġbounced": 46482, + "Ġbounces": 46901, + "Ġbouncing": 27380, + "Ġbouncy": 49704, + "Ġbound": 5472, + "Ġboundaries": 13180, + "Ġboundary": 12866, + "Ġbounded": 37498, + "Ġbounds": 29905, + "Ġbounty": 40773, + "Ġbour": 32373, + "Ġbout": 15738, + "Ġbow": 4503, + "Ġbowel": 40094, + "Ġbowl": 6571, + "Ġbowling": 35537, + "Ġbowls": 28513, + "Ġbows": 43158, + "Ġbox": 2424, + "Ġboxer": 47252, + "Ġboxes": 9002, + "Ġboxing": 24424, + "Ġboy": 3237, + "Ġboyfriend": 11457, + "Ġboys": 6347, + "Ġboî": 50127, + "ĠboÅŁ": 37636, + "Ġbr": 738, + "Ġbra": 1548, + "Ġbrac": 17848, + "Ġbrace": 38458, + "Ġbracelet": 23021, + "Ġbracelets": 48795, + "Ġbraces": 41537, + "Ġbrack": 12305, + "Ġbracket": 16904, + "Ġbrackets": 26179, + "Ġbrag": 41995, + "Ġbraid": 33109, + "Ġbrain": 3567, + "Ġbrains": 15442, + "Ġbrainstorm": 35245, + "Ġbrake": 13997, + "Ġbrakes": 19950, + "Ġbraking": 32140, + "Ġbran": 12029, + "Ġbranch": 9819, + "Ġbranches": 14770, + "Ġbrand": 3360, + "Ġbranded": 38510, + "Ġbranding": 27279, + "Ġbrands": 11324, + "Ġbras": 19993, + "Ġbrasile": 28435, + "Ġbrass": 26257, + "Ġbrat": 47869, + "Ġbrauch": 45522, + "Ġbrauchen": 19543, + "Ġbraucht": 22623, + "Ġbrave": 12653, + "Ġbravery": 43271, + "Ġbre": 1403, + "Ġbreach": 31086, + "Ġbread": 5961, + "Ġbreadth": 35862, + "Ġbreak": 1821, + "Ġbreakdown": 18188, + "Ġbreaker": 35375, + "Ġbreakfast": 8201, + "Ġbreaking": 7697, + "Ġbreakout": 30067, + "Ġbreaks": 9857, + "Ġbreakthrough": 22397, + "Ġbreakup": 38492, + "Ġbreast": 9934, + "Ġbreasts": 34331, + "Ġbreat": 3656, + "Ġbreath": 6045, + "Ġbreathe": 10192, + "Ġbreathing": 9570, + "Ġbreaths": 33769, + "Ġbreathtaking": 48393, + "Ġbred": 34133, + "Ġbree": 20082, + "Ġbreed": 18971, + "Ġbreeding": 26051, + "Ġbreeds": 41609, + "Ġbreeze": 24532, + "Ġbrethren": 47854, + "Ġbreve": 48517, + "Ġbrew": 34619, + "Ġbrewer": 39440, + "Ġbrewing": 39019, + "Ġbri": 33713, + "Ġbrick": 16725, + "Ġbricks": 25497, + "Ġbrid": 16362, + "Ġbride": 22292, + "Ġbridge": 7283, + "Ġbridges": 21114, + "Ġbrief": 5353, + "Ġbriefing": 28878, + "Ġbriefly": 10515, + "Ġbrig": 30743, + "Ġbrigade": 47501, + "Ġbright": 4730, + "Ġbrighten": 49007, + "Ġbrighter": 19764, + "Ġbrightest": 36271, + "Ġbrightly": 47418, + "Ġbrightness": 21367, + "Ġbrill": 8695, + "Ġbrilliant": 10248, + "Ġbrinc": 46545, + "Ġbring": 1565, + "Ġbringen": 27519, + "Ġbringing": 5062, + "Ġbrings": 5607, + "Ġbringt": 36008, + "Ġbrit": 38389, + "Ġbrittle": 49325, + "Ġbro": 2006, + "Ġbroad": 4152, + "Ġbroadband": 37718, + "Ġbroadcast": 9975, + "Ġbroadcasting": 30024, + "Ġbroaden": 47045, + "Ġbroader": 13227, + "Ġbroadly": 19511, + "Ġbroccoli": 29044, + "Ġbroch": 48147, + "Ġbroke": 6902, + "Ġbroken": 5463, + "Ġbroker": 26502, + "Ġbrokers": 47549, + "Ġbrom": 50134, + "Ġbron": 16586, + "Ġbronze": 25454, + "Ġbroom": 41544, + "Ġbroth": 18872, + "Ġbrother": 3708, + "Ġbrothers": 8452, + "Ġbrought": 3038, + "Ġbrow": 19299, + "Ġbrown": 6292, + "Ġbrows": 8333, + "Ġbrowse": 31442, + "Ġbrowser": 11185, + "Ġbrowsers": 36069, + "Ġbrowsing": 38602, + "Ġbru": 25267, + "Ġbruk": 48316, + "Ġbrunch": 49761, + "Ġbrush": 5287, + "Ġbrushed": 40694, + "Ġbrushes": 23260, + "Ġbrushing": 33130, + "Ġbrut": 12603, + "Ġbrutal": 17878, + "Ġbrutality": 41745, + "Ġbrutally": 48476, + "Ġbrute": 47909, + "Ġbu": 758, + "Ġbuat": 22186, + "Ġbubb": 13045, + "Ġbubble": 12212, + "Ġbubbles": 16295, + "Ġbubbling": 46360, + "Ġbuck": 14894, + "Ġbucket": 13058, + "Ġbuckets": 32191, + "Ġbuckle": 37686, + "Ġbucks": 11829, + "Ġbud": 3265, + "Ġbuddies": 30649, + "Ġbuddy": 10340, + "Ġbudget": 4706, + "Ġbudgeting": 47855, + "Ġbudgets": 26708, + "Ġbuds": 33916, + "Ġbuen": 30037, + "Ġbuena": 25710, + "Ġbuenas": 43852, + "Ġbueno": 11974, + "Ġbuenos": 49617, + "Ġbuff": 9204, + "Ġbuffalo": 39681, + "Ġbuffer": 21762, + "Ġbuffet": 42904, + "Ġbuffs": 50164, + "Ġbug": 7426, + "Ġbugs": 15120, + "Ġbugün": 37141, + "Ġbuild": 1322, + "Ġbuilder": 27377, + "Ġbuilders": 36281, + "Ġbuilding": 2390, + "Ġbuildings": 7446, + "Ġbuilds": 15182, + "Ġbuilt": 3094, + "Ġbukan": 31794, + "Ġbul": 6493, + "Ġbulb": 21122, + "Ġbulbs": 32871, + "Ġbuld": 37134, + "Ġbulk": 16139, + "Ġbulky": 42986, + "Ġbull": 4693, + "Ġbullet": 11632, + "Ġbullets": 20132, + "Ġbullied": 33603, + "Ġbullish": 38692, + "Ġbullshit": 22676, + "Ġbully": 29123, + "Ġbullying": 25633, + "Ġbulun": 48419, + "Ġbum": 13309, + "Ġbump": 9961, + "Ġbumped": 42696, + "Ġbumper": 23992, + "Ġbumps": 27719, + "Ġbumpy": 49400, + "Ġbun": 6702, + "Ġbuna": 44257, + "Ġbunch": 3840, + "Ġbund": 13882, + "Ġbundle": 24438, + "Ġbung": 50045, + "Ġbunk": 25125, + "Ġbunker": 39579, + "Ġbunlar": 37921, + "Ġbunları": 45695, + "Ġbunny": 28588, + "Ġbuns": 33452, + "Ġbunu": 18155, + "Ġbunun": 31697, + "Ġbuoy": 42841, + "Ġbur": 2779, + "Ġburada": 19167, + "Ġburadan": 49443, + "Ġburaya": 33548, + "Ġburden": 12578, + "Ġburdens": 37882, + "Ġbure": 23425, + "Ġbureau": 35343, + "Ġbureauc": 26360, + "Ġbureaucracy": 44671, + "Ġburg": 41000, + "Ġburger": 16393, + "Ġburgers": 28403, + "Ġburial": 35751, + "Ġburied": 14101, + "Ġburn": 5064, + "Ġburned": 13490, + "Ġburner": 36116, + "Ġburning": 9488, + "Ġburnout": 44841, + "Ġburns": 22684, + "Ġburnt": 18901, + "Ġburst": 12712, + "Ġbursting": 45713, + "Ġbursts": 41663, + "Ġbury": 28919, + "Ġbus": 1255, + "Ġbusca": 37492, + "Ġbuscando": 46804, + "Ġbuscar": 26170, + "Ġbuses": 20519, + "Ġbush": 19910, + "Ġbushes": 34303, + "Ġbusiness": 1606, + "Ġbusinesses": 6011, + "Ġbusinessman": 35317, + "Ġbust": 19432, + "Ġbusted": 41074, + "Ġbusy": 5856, + "Ġbut": 457, + "Ġbutcher": 41579, + "Ġbutt": 6660, + "Ġbutter": 5517, + "Ġbutterflies": 31987, + "Ġbutterfly": 22140, + "Ġbutton": 2960, + "Ġbuttons": 9905, + "Ġbutts": 46789, + "Ġbuy": 2256, + "Ġbuyer": 24645, + "Ġbuyers": 23465, + "Ġbuying": 6382, + "Ġbuys": 28153, + "Ġbuzz": 13036, + "Ġbuzzing": 29659, + "Ġby": 538, + "Ġbye": 6543, + "Ġbypass": 24996, + "Ġbyte": 40846, + "Ġbytes": 36088, + "ĠbyÄĩ": 15069, + "ĠbyÅĤ": 16673, + "ĠbyÅĤa": 23936, + "ĠbyÅĤo": 14811, + "ĠbyÅĤy": 26366, + "Ġbzw": 39998, + "Ġbás": 25545, + "Ġbásicamente": 48282, + "Ġbättre": 44842, + "ĠbÃ¥": 32758, + "ĠbÃ¥de": 39845, + "Ġbé": 15807, + "Ġbén": 41249, + "Ġbên": 43730, + "Ġbö": 41715, + "Ġböl": 36413, + "Ġbör": 21175, + "Ġbörjar": 49534, + "Ġböyle": 11018, + "Ġbütün": 27977, + "Ġbüy": 19445, + "Ġbüyük": 24059, + "Ġbı": 19902, + "Ġbırak": 24179, + "ĠbÄĻd": 8218, + "ĠbÄĻdzie": 10562, + "ĠbÄĻdziemy": 31966, + "ĠbÄĻdÄħ": 26239, + "ĠbÄĻdÄĻ": 39240, + "Ġbạn": 14647, + "Ġbá»ĭ": 32113, + "Ġc": 269, + "Ġca": 1335, + "Ġcab": 5487, + "Ġcabbage": 22944, + "Ġcabe": 18893, + "Ġcabeza": 34615, + "Ġcabeça": 33056, + "Ġcabin": 9401, + "Ġcabinet": 15188, + "Ġcabinets": 37427, + "Ġcable": 8220, + "Ġcables": 17555, + "Ġcabo": 41335, + "Ġcach": 32773, + "Ġcache": 19459, + "Ġcactus": 44287, + "Ġcad": 12209, + "Ġcada": 8411, + "Ġcade": 37571, + "Ġcadence": 46109, + "Ġcadre": 39546, + "Ġcaf": 15246, + "Ġcafe": 17773, + "Ġcafes": 48851, + "Ġcafeter": 38719, + "Ġcafeteria": 42230, + "Ġcaffe": 29118, + "Ġcaffeine": 31261, + "Ġcafé": 25118, + "Ġcage": 17302, + "Ġcages": 45888, + "Ġcai": 46523, + "Ġcake": 5908, + "Ġcakes": 19932, + "Ġcal": 2104, + "Ġcalam": 43936, + "Ġcalcium": 20918, + "Ġcalcul": 4322, + "Ġcalculate": 8873, + "Ġcalculated": 15598, + "Ġcalculating": 28258, + "Ġcalculation": 17108, + "Ġcalculations": 20448, + "Ġcalculator": 24993, + "Ġcalculus": 33400, + "Ġcalend": 37022, + "Ġcalendar": 12183, + "Ġcalf": 31893, + "Ġcalib": 21583, + "Ġcaliber": 41946, + "Ġcalibration": 38732, + "Ġcalidad": 42955, + "Ġcall": 818, + "Ġcalle": 45092, + "Ġcalled": 1219, + "Ġcaller": 48324, + "Ġcalling": 5141, + "Ġcalls": 5498, + "Ġcalm": 7151, + "Ġcalming": 39723, + "Ġcalmly": 39740, + "Ġcalor": 31575, + "Ġcalorie": 35004, + "Ġcalories": 14904, + "Ġcalves": 43755, + "Ġcam": 1945, + "Ġcama": 50197, + "Ġcamar": 43764, + "Ġcamb": 18751, + "Ġcambi": 19569, + "Ġcambiar": 37738, + "Ġcambio": 28731, + "Ġcame": 1361, + "Ġcamel": 37755, + "Ġcamer": 38946, + "Ġcamera": 2799, + "Ġcameraman": 46858, + "Ġcameras": 8622, + "Ġcaminho": 37215, + "Ġcamino": 34124, + "Ġcamoufl": 39491, + "Ġcamouflage": 47625, + "Ġcamp": 2255, + "Ġcampa": 37597, + "Ġcampaign": 5129, + "Ġcampaigns": 16840, + "Ġcampe": 48566, + "Ġcamper": 45936, + "Ġcamping": 19470, + "Ġcampo": 29691, + "Ġcamps": 16573, + "Ġcampus": 4828, + "Ġcampuses": 24233, + "Ġcan": 393, + "Ġcanal": 9911, + "Ġcancel": 10373, + "Ġcanceled": 24839, + "Ġcancell": 19114, + "Ġcancellation": 45867, + "Ġcancelled": 25103, + "Ġcancer": 5592, + "Ġcancers": 31063, + "Ġcanción": 41897, + "Ġcand": 3955, + "Ġcandid": 6268, + "Ġcandidate": 11532, + "Ġcandidates": 11255, + "Ġcandies": 43877, + "Ġcandle": 17968, + "Ġcandles": 23774, + "Ġcandy": 11237, + "Ġcane": 27518, + "Ġcann": 12361, + "Ġcannabis": 26066, + "Ġcanned": 36462, + "Ġcannon": 25938, + "Ġcannons": 47649, + "Ġcannot": 2644, + "Ġcanoe": 47650, + "Ġcanon": 21985, + "Ġcanonical": 46491, + "Ġcanopy": 38235, + "Ġcans": 21835, + "Ġcant": 11223, + "Ġcantidad": 33757, + "Ġcanvas": 16267, + "Ġcanvi": 47920, + "Ġcanyon": 45424, + "Ġcanım": 30535, + "Ġcap": 1410, + "Ġcapabilities": 10862, + "Ġcapability": 13759, + "Ġcapable": 8189, + "Ġcapac": 4637, + "Ġcapacidad": 43507, + "Ġcapacit": 38961, + "Ġcapacitance": 50241, + "Ġcapacities": 39396, + "Ġcapacitor": 29372, + "Ġcapacity": 6042, + "Ġcapaz": 35453, + "Ġcape": 30414, + "Ġcapit": 33807, + "Ġcapita": 39727, + "Ġcapital": 4238, + "Ġcapitalism": 19704, + "Ġcapitalist": 31354, + "Ġcapitalize": 48114, + "Ġcaps": 13855, + "Ġcapsule": 29247, + "Ġcapt": 3770, + "Ġcaptain": 14871, + "Ġcaption": 31974, + "Ġcaptions": 44832, + "Ġcaptiv": 40769, + "Ġcaptive": 41762, + "Ġcaptivity": 48607, + "Ġcapture": 7983, + "Ġcaptured": 11828, + "Ġcaptures": 27986, + "Ġcapturing": 23384, + "Ġcar": 1032, + "Ġcara": 10962, + "Ġcaracter": 28760, + "ĠcaracterÃŃst": 34297, + "ĠcaracterÃŃsticas": 47990, + "Ġcaramel": 22793, + "Ġcarb": 12143, + "Ġcarboh": 24429, + "Ġcarbohyd": 26328, + "Ġcarbohydrate": 47048, + "Ġcarbohydrates": 36817, + "Ġcarbon": 5954, + "Ġcarbono": 48491, + "Ġcarbs": 30801, + "Ġcard": 2920, + "Ġcardboard": 22248, + "Ġcardi": 37051, + "Ġcardiac": 32129, + "Ġcardio": 34274, + "Ġcardiovascular": 31786, + "Ġcards": 5632, + "Ġcare": 1127, + "Ġcared": 19779, + "Ġcareer": 3988, + "Ġcareers": 16409, + "Ġcareful": 5026, + "Ġcarefully": 7500, + "Ġcareg": 25087, + "Ġcaregiver": 44305, + "Ġcaregivers": 35440, + "Ġcareless": 46187, + "Ġcares": 12310, + "Ġcarga": 41964, + "Ġcargo": 19449, + "Ġcaric": 45732, + "Ġcaring": 15365, + "Ġcarn": 23796, + "Ġcarne": 30089, + "Ġcarp": 26103, + "Ġcarpet": 18119, + "Ġcarr": 15910, + "Ġcarre": 30919, + "Ġcarriage": 31811, + "Ġcarried": 9094, + "Ġcarrier": 17574, + "Ġcarriers": 28541, + "Ġcarries": 16402, + "Ġcarro": 23428, + "Ġcarrot": 22767, + "Ġcarrots": 21005, + "Ġcarry": 3985, + "Ġcarrying": 9792, + "Ġcars": 5163, + "Ġcart": 5467, + "Ġcarta": 41815, + "Ġcarte": 31483, + "Ġcartoon": 18569, + "Ġcartoons": 34855, + "Ġcartridge": 27753, + "Ġcartridges": 47036, + "Ġcarts": 48128, + "Ġcarve": 33832, + "Ġcarved": 28613, + "Ġcarving": 31872, + "Ġcas": 3058, + "Ġcasa": 9022, + "Ġcascade": 50080, + "Ġcase": 1389, + "Ġcases": 3331, + "Ġcash": 6388, + "Ġcasi": 22567, + "Ġcasing": 45109, + "Ġcasino": 36278, + "Ġcaso": 9666, + "Ġcasos": 25135, + "Ġcass": 21943, + "Ġcassette": 40514, + "Ġcast": 4193, + "Ġcaste": 39262, + "Ġcasting": 17301, + "Ġcastle": 14114, + "Ġcasts": 41921, + "Ġcasual": 13052, + "Ġcasually": 34872, + "Ġcasualties": 35628, + "Ġcat": 3857, + "Ġcatal": 13192, + "Ġcatalog": 19746, + "Ġcatalyst": 23868, + "Ġcatast": 19754, + "Ġcatastroph": 28363, + "Ġcatastrophe": 36043, + "Ġcatastrophic": 34915, + "Ġcatch": 3745, + "Ġcatches": 25496, + "Ġcatching": 16124, + "Ġcatchy": 47168, + "Ġcateg": 4847, + "Ġcategor": 19250, + "Ġcategories": 10479, + "Ġcategory": 7719, + "Ġcater": 21557, + "Ġcaterp": 44982, + "Ġcath": 17763, + "Ġcathedral": 45346, + "Ġcats": 11111, + "Ġcattle": 19992, + "Ġcau": 42951, + "Ġcaucus": 47950, + "Ġcaught": 5415, + "Ġcauliflower": 43125, + "Ġcaus": 3302, + "Ġcausa": 23667, + "Ġcausal": 38755, + "Ġcause": 3082, + "Ġcaused": 7008, + "Ġcauses": 7700, + "Ġcausing": 9853, + "Ġcaut": 21130, + "Ġcaution": 23585, + "Ġcautious": 25278, + "Ġcav": 13971, + "Ġcaval": 32805, + "Ġcavalry": 41010, + "Ġcave": 11730, + "Ġcaveat": 43012, + "Ġcaves": 32288, + "Ġcavity": 32425, + "Ġcay": 45776, + "ĠcaÅĤ": 35224, + "ĠcaÅĤe": 47631, + "ĠcaÅĤy": 35226, + "Ġce": 1769, + "Ġcease": 27887, + "Ġceased": 49917, + "Ġceiling": 13655, + "Ġcel": 9277, + "Ġcela": 15437, + "Ġcele": 43165, + "Ġcelebr": 3886, + "Ġcelebrate": 8098, + "Ġcelebrated": 19366, + "Ġcelebrates": 47182, + "Ġcelebrating": 15252, + "Ġcelebration": 14184, + "Ġcelebrations": 38504, + "Ġcelebrities": 23200, + "Ġcelebrity": 18597, + "Ġcelery": 37643, + "Ġcelestial": 41003, + "Ġcell": 2815, + "Ġcelle": 25722, + "Ġcellphone": 42524, + "Ġcells": 5438, + "Ġcellular": 29267, + "Ġcelui": 22829, + "Ġcelular": 32378, + "Ġcement": 19729, + "Ġcemetery": 31176, + "Ġcen": 27900, + "Ġcena": 41777, + "Ġcens": 19019, + "Ġcensorship": 40985, + "Ġcensus": 23725, + "Ġcent": 1489, + "Ġcenter": 3056, + "Ġcentered": 18988, + "Ġcenters": 10898, + "Ġcentigrade": 44731, + "Ġcentimet": 44755, + "Ġcentimeter": 31914, + "Ġcentimeters": 23300, + "Ġcentr": 32199, + "Ġcentral": 5777, + "Ġcentralized": 32395, + "Ġcentre": 10093, + "Ġcentres": 30096, + "Ġcentrif": 44828, + "Ġcentro": 24607, + "Ġcents": 14941, + "Ġcenturies": 13926, + "Ġcentury": 4901, + "Ġcep": 45026, + "Ġcer": 10146, + "Ġceram": 49678, + "Ġceramic": 29996, + "Ġcerc": 36099, + "Ġcerca": 26770, + "Ġcere": 11643, + "Ġcereal": 26199, + "Ġcerebral": 43561, + "Ġceremon": 25920, + "Ġceremonies": 36176, + "Ġceremony": 12813, + "Ġcert": 5351, + "Ġcerta": 44438, + "Ġcertain": 1629, + "Ġcertaines": 36993, + "Ġcertainly": 3297, + "Ġcertains": 25263, + "Ġcertainty": 27022, + "Ġcerteza": 30424, + "Ġcertific": 12378, + "Ġcertificate": 15953, + "Ġcertificates": 32941, + "Ġcertification": 21775, + "Ġcertified": 18580, + "Ġcerto": 22261, + "Ġcerv": 39543, + "Ġcerve": 33792, + "Ġcervical": 49883, + "Ġces": 7879, + "Ġcess": 47052, + "Ġcet": 8603, + "Ġcetera": 11458, + "Ġcette": 5550, + "Ġceux": 21314, + "Ġcev": 43266, + "Ġch": 417, + "Ġcha": 6294, + "Ġchacun": 42241, + "Ġchain": 5021, + "Ġchains": 12626, + "Ġchair": 6090, + "Ġchairman": 22770, + "Ġchairs": 18299, + "Ġchakra": 46068, + "Ġchalk": 28660, + "Ġchall": 2076, + "Ġchalleng": 3333, + "Ġchallenge": 3430, + "Ġchallenged": 17737, + "Ġchallenges": 4759, + "Ġchallenging": 7595, + "Ġcham": 8268, + "Ġchama": 40954, + "Ġchamado": 43475, + "Ġchamber": 13610, + "Ġchambers": 34513, + "Ġchamp": 5921, + "Ġchampagne": 33336, + "Ġchampion": 10971, + "Ġchampions": 11230, + "Ġchampionship": 19070, + "Ġchampionships": 41433, + "Ġchance": 2931, + "Ġchancellor": 49225, + "Ġchances": 10486, + "Ġchang": 1534, + "Ġchange": 1319, + "Ġchanged": 3105, + "Ġchanger": 22822, + "Ġchanges": 2962, + "Ġchanging": 4473, + "Ġchann": 2078, + "Ġchannel": 2269, + "Ġchannels": 9235, + "Ġchant": 28280, + "Ġchanting": 35775, + "Ġchaos": 14158, + "Ġchaotic": 27013, + "Ġchap": 13223, + "Ġchapel": 42617, + "Ġchapter": 7187, + "Ġchapters": 20013, + "Ġchaque": 18920, + "Ġchar": 1290, + "Ġcharac": 1926, + "Ġcharacter": 2517, + "Ġcharacteristic": 16282, + "Ġcharacteristics": 10891, + "Ġcharacterization": 49246, + "Ġcharacterize": 38463, + "Ġcharacterized": 29361, + "Ġcharacters": 4342, + "Ġcharcoal": 30625, + "Ġcharge": 4602, + "Ġcharged": 11109, + "Ġcharger": 22213, + "Ġcharges": 12235, + "Ġcharging": 11379, + "Ġcharisma": 45969, + "Ġcharismatic": 41109, + "Ġcharitable": 44609, + "Ġcharities": 42006, + "Ġcharity": 16863, + "Ġcharm": 18904, + "Ġcharming": 23387, + "Ġcharms": 41383, + "Ġchart": 6927, + "Ġcharter": 27472, + "Ġcharts": 17767, + "Ġchase": 15359, + "Ġchased": 33091, + "Ġchasing": 17876, + "Ġchassis": 28262, + "Ġchat": 5081, + "Ġchats": 38057, + "Ġchatter": 26929, + "Ġchattering": 37432, + "Ġchatting": 24654, + "Ġchaud": 46548, + "Ġchauff": 49211, + "Ġchaîne": 28036, + "Ġchce": 28928, + "Ġchcia": 26497, + "Ġche": 947, + "Ġcheap": 7084, + "Ġcheaper": 12284, + "Ġcheapest": 29167, + "Ġcheat": 17470, + "Ġcheated": 28079, + "Ġcheating": 18309, + "Ġcheck": 1520, + "Ġchecked": 10033, + "Ġchecking": 8568, + "Ġchecklist": 30357, + "Ġcheckout": 37153, + "Ġcheckpoint": 42269, + "Ġchecks": 13834, + "Ġcheddar": 47435, + "Ġcheek": 12839, + "Ġcheeks": 24135, + "Ġcheer": 12581, + "Ġcheerful": 36942, + "Ġcheering": 11060, + "Ġcheers": 15301, + "Ġcheese": 5399, + "Ġcheesecake": 41348, + "Ġcheesy": 32549, + "Ġchef": 10530, + "Ġchefs": 30191, + "Ġcheg": 22115, + "Ġchega": 40157, + "Ġchegar": 25512, + "Ġchegou": 36799, + "Ġchem": 4771, + "Ġchemical": 7313, + "Ġchemicals": 16152, + "Ġchemin": 46006, + "Ġchemistry": 12558, + "Ġchemotherapy": 39238, + "Ġcher": 12085, + "Ġcherche": 41644, + "Ġchercher": 38747, + "Ġcherish": 38277, + "Ġcherry": 20164, + "Ġchess": 24122, + "Ġchest": 7443, + "Ġchests": 49142, + "Ġchew": 21200, + "Ġchewing": 31444, + "Ġchewy": 28139, + "Ġchez": 17855, + "Ġchi": 13228, + "Ġchia": 45793, + "Ġchiar": 47454, + "Ġchic": 33590, + "Ġchick": 14371, + "Ġchicken": 4662, + "Ġchickens": 22329, + "Ġchicks": 42214, + "Ġchicos": 46070, + "Ġchief": 9588, + "Ġchiff": 37627, + "Ġchil": 38002, + "Ġchild": 1440, + "Ġchildcare": 35330, + "Ġchildhood": 9278, + "Ġchildish": 42203, + "Ġchildren": 2227, + "Ġchili": 15575, + "Ġchill": 11355, + "Ġchilled": 45552, + "Ġchilli": 32523, + "Ġchilling": 31047, + "Ġchills": 48676, + "Ġchilly": 39815, + "Ġchim": 18375, + "Ġchime": 40921, + "Ġchimney": 45920, + "Ġchin": 14210, + "Ġchina": 43668, + "Ġchinese": 47272, + "Ġchip": 11409, + "Ġchips": 11583, + "Ġchir": 23782, + "Ġchirping": 36682, + "Ġchlor": 18178, + "Ġchloride": 35434, + "Ġchlorine": 39888, + "Ġcho": 1586, + "Ġchociaż": 48929, + "Ġchocol": 29792, + "Ġchocolate": 6215, + "Ġchocolates": 42018, + "Ġchodzi": 23998, + "Ġchoice": 3922, + "Ġchoices": 7994, + "Ġchoir": 31244, + "Ġchois": 37827, + "Ġchoix": 32688, + "Ġchoke": 34427, + "Ġchoking": 48540, + "Ġchol": 20961, + "Ġcholesterol": 24716, + "Ġchoose": 2826, + "Ġchooses": 25963, + "Ġchoosing": 10875, + "Ġchop": 7931, + "Ġchopped": 16497, + "Ġchopping": 35205, + "Ġchops": 47514, + "Ġchopsticks": 39443, + "Ġchor": 14965, + "Ġchord": 14137, + "Ġchords": 21733, + "Ġchore": 14625, + "Ġchoreography": 23482, + "Ġchores": 39551, + "Ġchorus": 22632, + "Ġchose": 5111, + "Ġchosen": 8614, + "Ġchoses": 14488, + "Ġchrist": 26586, + "Ġchrom": 16209, + "Ġchrome": 33120, + "Ġchromos": 26824, + "Ġchromosome": 42896, + "Ġchromosomes": 45228, + "Ġchron": 19393, + "Ġchronic": 14493, + "Ġchu": 40215, + "Ġchuck": 20870, + "Ġchuckles": 29151, + "Ġchuckling": 48167, + "Ġchunk": 16635, + "Ġchunks": 24004, + "Ġchunky": 45392, + "Ġchurch": 4128, + "Ġchurches": 15381, + "Ġchut": 45373, + "Ġchuy": 35522, + "Ġchw": 26237, + "Ġchwil": 41941, + "Ġchyba": 31532, + "Ġchúng": 24322, + "ĠchÃŃnh": 42178, + "Ġchưa": 46575, + "Ġchá»": 23579, + "Ġchá»ī": 33566, + "Ġchá»ĭ": 45167, + "Ġci": 6983, + "Ġciao": 42860, + "Ġcic": 27464, + "Ġcidade": 27882, + "Ġcider": 40515, + "Ġcie": 30596, + "Ġciek": 46419, + "Ġciel": 34380, + "Ġcielo": 49549, + "Ġcient": 31590, + "Ġciento": 47361, + "ĠcientÃŃfic": 37053, + "Ġcier": 39769, + "Ġciert": 49252, + "Ġcierto": 28558, + "Ġcig": 13474, + "Ġcigar": 41952, + "Ġcigarette": 26184, + "Ġcigarettes": 29244, + "Ġcilantro": 43626, + "Ġcima": 22586, + "Ġcin": 6539, + "Ġcinco": 21350, + "Ġcine": 45144, + "Ġcinema": 17178, + "Ġcinemat": 43520, + "Ġcinematic": 32250, + "Ġcinnamon": 22969, + "Ġcinq": 43335, + "Ġcioè": 41827, + "Ġcir": 2450, + "Ġcirc": 3510, + "Ġcirca": 45972, + "Ġcircle": 6329, + "Ġcircles": 13040, + "Ġcircuit": 9048, + "Ġcircuits": 26354, + "Ġcircul": 12515, + "Ġcircular": 16476, + "Ġcirculating": 39749, + "Ġcirculation": 23168, + "Ġcircum": 7125, + "Ġcircumst": 7982, + "Ġcircumstance": 27640, + "Ġcircumstances": 9121, + "Ġcircus": 32155, + "Ġcis": 37847, + "Ġcit": 4814, + "Ġcitation": 45590, + "Ġcite": 37771, + "Ġcited": 30134, + "Ġcities": 6486, + "Ġciting": 48749, + "Ġcitiz": 5655, + "Ġcitizen": 13326, + "Ġcitizens": 7180, + "Ġcitizenship": 23808, + "Ġcitoy": 47652, + "Ġcitrus": 37217, + "Ġcity": 2307, + "Ġciud": 18186, + "Ġciudad": 24329, + "Ġciv": 13779, + "Ġcivic": 29089, + "Ġcivil": 5605, + "Ġcivilian": 23386, + "Ġcivilians": 26073, + "Ġcivilization": 18036, + "Ġcivilizations": 40749, + "ĠciÄħ": 42398, + "ĠciÄĻ": 35484, + "Ġcl": 596, + "Ġcla": 3583, + "Ġclaim": 3932, + "Ġclaimed": 12941, + "Ġclaiming": 19232, + "Ġclaims": 9441, + "Ġclair": 41375, + "Ġclairement": 47754, + "Ġclam": 34112, + "Ġclamp": 17690, + "Ġclamps": 44423, + "Ġclams": 46377, + "Ġclan": 25887, + "Ġclap": 20760, + "Ġclapping": 19978, + "Ġclaps": 38542, + "Ġclar": 6093, + "Ġclarification": 34449, + "Ġclarified": 47605, + "Ġclarify": 17594, + "Ġclarity": 16992, + "Ġclaro": 16742, + "Ġclase": 44578, + "Ġclash": 36508, + "Ġclass": 1508, + "Ġclasse": 32400, + "Ġclasses": 5359, + "Ġclassic": 7230, + "Ġclassical": 13735, + "Ġclassics": 36110, + "Ġclassification": 21538, + "Ġclassified": 20627, + "Ġclassify": 33872, + "Ġclassmates": 24964, + "Ġclassroom": 7419, + "Ġclassrooms": 22890, + "Ġclassy": 43989, + "Ġclause": 25925, + "Ġclauses": 49072, + "Ġclaw": 32019, + "Ġclaws": 34258, + "Ġclay": 13517, + "Ġcle": 1233, + "Ġclean": 2541, + "Ġcleaned": 16146, + "Ġcleaner": 16532, + "Ġcleaning": 8924, + "Ġcleans": 16912, + "Ġcleanse": 36085, + "Ġcleansing": 29345, + "Ġcleanup": 40991, + "Ġclear": 1850, + "Ġclearance": 27218, + "Ġcleared": 19725, + "Ġclearer": 26131, + "Ġclearing": 23937, + "Ġclearly": 4448, + "Ġclears": 47033, + "Ġcler": 25902, + "Ġclergy": 45995, + "Ġclerk": 31402, + "Ġclever": 13494, + "Ġclic": 33661, + "Ġclich": 39190, + "Ġcliche": 46705, + "Ġclick": 2052, + "Ġclicked": 23370, + "Ġclicking": 9697, + "Ġclicks": 18521, + "Ġclient": 6423, + "Ġclients": 6982, + "Ġcliff": 22316, + "Ġcliffs": 50039, + "Ġclim": 5644, + "Ġclimate": 5659, + "Ġclimax": 41329, + "Ġclimb": 10724, + "Ġclimbed": 28691, + "Ġclimbing": 14780, + "Ġclimbs": 48439, + "Ġclin": 5538, + "Ġcling": 35986, + "Ġclinic": 14947, + "Ġclinical": 9115, + "Ġclinically": 48392, + "Ġclinician": 45962, + "Ġclinicians": 32862, + "Ġclinics": 27252, + "Ġclip": 7353, + "Ġclipping": 49320, + "Ġclips": 13117, + "Ġclique": 44467, + "Ġclo": 20123, + "Ġcloak": 45004, + "Ġclock": 7830, + "Ġclocks": 41528, + "Ġclockwise": 35790, + "Ġclog": 34455, + "Ġclone": 26506, + "Ġclones": 43803, + "Ġclos": 2611, + "Ġclose": 1998, + "Ġclosed": 5395, + "Ġclosely": 8185, + "Ġcloser": 4966, + "Ġcloses": 24157, + "Ġclosest": 13699, + "Ġcloset": 16669, + "Ġclosing": 10377, + "Ġclosure": 24653, + "Ġclot": 48587, + "Ġcloth": 13619, + "Ġclothes": 5534, + "Ġclothing": 11502, + "Ġcloud": 4588, + "Ġclouds": 12193, + "Ġcloudy": 33060, + "Ġcloves": 39139, + "Ġclown": 22209, + "Ġclub": 6482, + "Ġclubs": 15428, + "Ġclue": 13602, + "Ġclues": 20936, + "Ġclumsy": 44640, + "Ġcluster": 13630, + "Ġclusters": 23313, + "Ġclutch": 20597, + "Ġclutter": 40614, + "Ġclás": 47434, + "Ġcm": 14668, + "Ġco": 598, + "Ġcoach": 6560, + "Ġcoaches": 17503, + "Ġcoaching": 15818, + "Ġcoal": 10209, + "Ġcoalition": 21371, + "Ġcoarse": 39312, + "Ġcoast": 8684, + "Ġcoastal": 25050, + "Ġcoaster": 28442, + "Ġcoat": 10690, + "Ġcoated": 28489, + "Ġcoating": 20163, + "Ġcoats": 30036, + "Ġcob": 39527, + "Ġcobra": 48790, + "Ġcoc": 21047, + "Ġcocaine": 33933, + "Ġcoch": 48599, + "Ġcock": 11241, + "Ġcockpit": 35990, + "Ġcockro": 45927, + "Ġcocktail": 26382, + "Ġcocktails": 49006, + "Ġcoco": 21611, + "Ġcocoa": 30634, + "Ġcocon": 12893, + "Ġcoconut": 13551, + "Ġcod": 17656, + "Ġcode": 3089, + "Ġcoded": 34874, + "Ġcodes": 14211, + "Ġcoding": 17720, + "Ġcoe": 12155, + "Ġcoefficient": 17619, + "Ġcoefficients": 31994, + "Ġcoerc": 49741, + "Ġcoeur": 45781, + "Ġcoexist": 48086, + "Ġcoff": 24768, + "Ġcoffee": 4982, + "Ġcoffin": 38361, + "Ġcog": 46521, + "Ġcogn": 11786, + "Ġcognition": 46905, + "Ġcognitive": 15605, + "Ġcoh": 21683, + "Ġcoher": 26528, + "Ġcoherent": 36239, + "Ġcohesive": 43025, + "Ġcohort": 28902, + "Ġcoil": 22225, + "Ġcoils": 43639, + "Ġcoin": 11464, + "Ġcoinc": 13001, + "Ġcoincidence": 22137, + "Ġcoined": 45222, + "Ġcoins": 13561, + "Ġcoisa": 9614, + "Ġcoisas": 14567, + "Ġcoke": 33659, + "Ġcol": 1173, + "Ġcola": 40495, + "Ġcolabor": 49629, + "Ġcold": 3554, + "Ġcolder": 31020, + "Ġcole": 45139, + "Ġcoll": 1263, + "Ġcollab": 44228, + "Ġcollabor": 5091, + "Ġcollaborate": 18338, + "Ġcollaborated": 42463, + "Ġcollaborating": 30188, + "Ġcollaboration": 9363, + "Ġcollaborations": 36908, + "Ġcollaborative": 16555, + "Ġcollaborators": 39789, + "Ġcollagen": 40444, + "Ġcollaps": 16567, + "Ġcollapse": 15584, + "Ġcollapsed": 24578, + "Ġcollapses": 48765, + "Ġcollapsing": 45339, + "Ġcollar": 20672, + "Ġcollateral": 41875, + "Ġcolle": 5913, + "Ġcolleague": 13532, + "Ġcolleagues": 7734, + "Ġcollect": 2500, + "Ġcollected": 11087, + "Ġcollecting": 12510, + "Ġcollection": 5765, + "Ġcollections": 16641, + "Ġcollective": 12590, + "Ġcollectively": 24341, + "Ġcollector": 23960, + "Ġcollectors": 35384, + "Ġcollects": 39897, + "Ġcolleg": 13300, + "Ġcollege": 3859, + "Ġcolleges": 15272, + "Ġcollide": 49093, + "Ġcollision": 24644, + "Ġcollisions": 46537, + "Ġcoloc": 12327, + "Ġcoloca": 41231, + "Ġcolocar": 17568, + "Ġcolon": 8255, + "Ġcolonial": 19066, + "Ġcolonialism": 50033, + "Ġcolonies": 27981, + "Ġcolony": 23028, + "Ġcolor": 2017, + "Ġcolored": 14332, + "Ġcolorful": 18506, + "Ġcoloring": 23198, + "Ġcolors": 4577, + "Ġcoloss": 48683, + "Ġcolour": 8267, + "Ġcoloured": 42042, + "Ġcolours": 16484, + "Ġcolum": 5970, + "Ġcolumn": 7738, + "Ġcolumns": 13766, + "Ġcom": 395, + "Ġcoma": 35106, + "Ġcomb": 2512, + "Ġcombat": 8361, + "Ġcombien": 48975, + "Ġcombin": 38514, + "Ġcombination": 6562, + "Ġcombinations": 21267, + "Ġcombine": 10432, + "Ġcombined": 9354, + "Ġcombines": 29520, + "Ġcombining": 21928, + "Ġcombo": 16859, + "Ġcombos": 44079, + "Ġcombust": 21161, + "Ġcombustion": 28121, + "Ġcome": 808, + "Ġcomeback": 23464, + "Ġcomed": 18418, + "Ġcomedian": 30212, + "Ġcomedy": 13394, + "Ġcomen": 36222, + "Ġcoment": 14541, + "Ġcomentarios": 36842, + "Ġcomentários": 43739, + "Ġcomenz": 29564, + "Ġcomer": 16510, + "Ġcomercial": 43163, + "Ġcomes": 1487, + "Ġcomet": 33696, + "Ġcomeç": 14596, + "Ġcomeça": 32568, + "Ġcomeçar": 24379, + "Ġcomeço": 48958, + "Ġcomeçou": 37393, + "Ġcomfort": 3400, + "Ġcomfortable": 4619, + "Ġcomfortably": 25101, + "Ġcomforting": 38439, + "Ġcomfy": 34523, + "Ġcomic": 13900, + "Ġcomics": 18756, + "Ġcomida": 30779, + "Ġcomigo": 35696, + "Ġcomin": 35814, + "Ġcoming": 1348, + "Ġcomm": 800, + "Ġcomma": 22117, + "Ġcommand": 5622, + "Ġcommanded": 34359, + "Ġcommander": 17885, + "Ġcommanders": 42932, + "Ġcommandments": 40289, + "Ġcommands": 16901, + "Ġcomme": 5173, + "Ġcommemor": 30461, + "Ġcommen": 29199, + "Ġcommence": 18137, + "Ġcommencement": 34558, + "Ġcommencer": 32817, + "Ġcommencé": 37561, + "Ġcommend": 35987, + "Ġcomment": 2871, + "Ġcommentaires": 46663, + "Ġcommentary": 23527, + "Ġcommented": 26940, + "Ġcommenting": 29590, + "Ġcomments": 3053, + "Ġcommer": 5906, + "Ġcommerce": 26320, + "Ġcommercial": 6841, + "Ġcommercially": 41751, + "Ġcommercials": 33666, + "Ġcommission": 9221, + "Ġcommissioned": 32372, + "Ġcommissioner": 33678, + "Ġcommissions": 38912, + "Ġcommit": 5599, + "Ġcommitment": 8371, + "Ġcommitments": 26230, + "Ġcommits": 48311, + "Ġcommitted": 7784, + "Ġcommittee": 7482, + "Ġcommittees": 25998, + "Ġcommitting": 26659, + "Ġcommod": 19931, + "Ġcommodities": 40777, + "Ġcommodity": 29125, + "Ġcommon": 2689, + "Ġcommonly": 12719, + "Ġcommun": 1199, + "Ġcommunal": 43893, + "Ġcommunaut": 38074, + "Ġcommunauté": 49056, + "Ġcommunic": 3363, + "Ġcommunicate": 7890, + "Ġcommunicated": 34989, + "Ġcommunicating": 17559, + "Ġcommunication": 6101, + "Ġcommunications": 15163, + "Ġcommunion": 42808, + "Ġcommunism": 42160, + "Ġcommunist": 29347, + "Ġcommunities": 4456, + "Ġcommunity": 1768, + "Ġcommute": 36750, + "Ġcomo": 2617, + "Ġcomp": 715, + "Ġcompact": 14679, + "Ġcompan": 3168, + "Ġcompanies": 3431, + "Ġcompanion": 22363, + "Ġcompanions": 28009, + "Ġcompany": 2237, + "Ġcompar": 6311, + "Ġcomparable": 25323, + "Ġcomparative": 39292, + "Ġcompare": 6794, + "Ġcompared": 5347, + "Ġcompares": 38334, + "Ġcomparing": 15763, + "Ġcomparison": 9660, + "Ġcomparisons": 33157, + "Ġcompart": 18113, + "Ġcompartil": 40204, + "Ġcompartir": 40667, + "Ġcompartment": 26505, + "Ġcompass": 10707, + "Ġcompassion": 12601, + "Ġcompassionate": 30531, + "Ġcompat": 13147, + "Ġcompatibility": 34237, + "Ġcompatible": 18218, + "Ġcompañ": 29953, + "Ġcompe": 16291, + "Ġcompelled": 40021, + "Ġcompelling": 20050, + "Ġcompens": 11598, + "Ġcompensate": 29458, + "Ġcompensation": 19644, + "Ġcompet": 2850, + "Ġcompete": 11831, + "Ġcompeted": 43619, + "Ġcompetence": 39965, + "Ġcompetency": 50097, + "Ġcompetent": 29998, + "Ġcompeting": 15439, + "Ġcompetit": 41131, + "Ġcompetition": 6211, + "Ġcompetitions": 26185, + "Ġcompetitive": 10043, + "Ġcompetitor": 27266, + "Ġcompetitors": 18333, + "Ġcompilation": 40261, + "Ġcompile": 31413, + "Ġcompiled": 36548, + "Ġcompiler": 31958, + "Ġcompl": 1209, + "Ġcomplac": 49546, + "Ġcomplain": 11024, + "Ġcomplained": 33951, + "Ġcomplaining": 20740, + "Ġcomplaint": 20100, + "Ġcomplaints": 19585, + "Ġcomple": 44424, + "Ġcomplement": 17103, + "Ġcomplementary": 40705, + "Ġcomplet": 1557, + "Ġcompleta": 46822, + "Ġcompletamente": 28381, + "Ġcomplete": 3566, + "Ġcompleted": 7365, + "Ġcompletely": 2584, + "Ġcompletes": 36362, + "Ġcompleting": 19472, + "Ġcompletion": 19372, + "Ġcompleto": 40135, + "Ġcomplex": 3997, + "Ġcomplexes": 43676, + "Ġcomplexities": 48705, + "Ġcomplexity": 14024, + "Ġcompliance": 15882, + "Ġcompliant": 36248, + "Ġcomplic": 16060, + "Ġcomplicado": 49850, + "Ġcomplicated": 6179, + "Ġcomplications": 26566, + "Ġcompliment": 16250, + "Ġcomplimentary": 47162, + "Ġcompliments": 35468, + "Ġcompliqué": 44290, + "Ġcomply": 27956, + "Ġcomplètement": 31331, + "Ġcompon": 4026, + "Ġcomponent": 6542, + "Ġcomponents": 6677, + "Ġcomport": 25883, + "Ġcompos": 10199, + "Ġcompose": 35925, + "Ġcomposed": 18204, + "Ġcomposer": 26003, + "Ġcomposers": 43872, + "Ġcomposite": 25557, + "Ġcomposition": 12686, + "Ġcompositions": 43401, + "Ġcompost": 20203, + "Ġcompound": 14154, + "Ġcompounds": 21810, + "Ġcompr": 16802, + "Ġcompra": 39323, + "Ġcomprar": 22077, + "Ġcompreh": 10753, + "Ġcomprehend": 38183, + "Ġcomprehension": 44991, + "Ġcomprehensive": 13914, + "Ġcomprend": 30765, + "Ġcomprendre": 26856, + "Ġcompress": 14778, + "Ġcompressed": 30353, + "Ġcompression": 19355, + "Ġcompressor": 28765, + "Ġcompris": 31711, + "Ġcomprised": 38062, + "Ġcomprom": 11482, + "Ġcompromise": 18577, + "Ġcompromised": 32463, + "Ġcompt": 15660, + "Ġcompte": 19424, + "Ġcompuls": 42773, + "Ġcomput": 2807, + "Ġcomputation": 24903, + "Ġcomputational": 28270, + "Ġcompute": 14722, + "Ġcomputed": 40610, + "Ġcomputer": 3820, + "Ġcomputers": 10807, + "Ġcomputing": 15866, + "Ġcomrades": 42249, + "Ġcomum": 44324, + "Ġcomun": 11040, + "Ġcomunic": 31710, + "Ġcomunidad": 35695, + "Ġcomunque": 45736, + "Ġcomún": 45448, + "Ġcon": 416, + "Ġconc": 1588, + "Ġconce": 10413, + "Ġconceal": 40170, + "Ġconcealed": 46305, + "Ġconcealer": 30672, + "Ġconceive": 48605, + "Ġconceived": 34898, + "Ġconcent": 5512, + "Ġconcentrate": 18089, + "Ġconcentrated": 21321, + "Ġconcentrating": 40571, + "Ġconcentration": 9856, + "Ġconcentrations": 33512, + "Ġconcept": 3410, + "Ġconception": 30698, + "Ġconcepts": 10392, + "Ġconceptual": 24106, + "Ġconcer": 16311, + "Ġconcern": 3136, + "Ġconcerned": 5922, + "Ġconcerning": 18087, + "Ġconcerns": 7389, + "Ġconcert": 8543, + "Ġconcerts": 24924, + "Ġconcise": 44882, + "Ġconclud": 9312, + "Ġconclude": 16886, + "Ġconcluded": 22960, + "Ġconcludes": 24643, + "Ġconclus": 18646, + "Ġconclusion": 10063, + "Ġconclusions": 22865, + "Ġconcret": 39481, + "Ġconcrete": 9859, + "Ġconcur": 23702, + "Ġconcurrent": 37702, + "Ġcond": 2224, + "Ġcondem": 18510, + "Ġcondemn": 30733, + "Ġcondemned": 36472, + "Ġcondensed": 36398, + "Ġcondiciones": 45960, + "Ġcondition": 4188, + "Ġconditional": 27708, + "Ġconditioned": 35833, + "Ġconditioner": 33558, + "Ġconditioning": 21901, + "Ġconditions": 4487, + "Ġcondu": 15504, + "Ġconduc": 45095, + "Ġconduct": 6018, + "Ġconducted": 13809, + "Ġconducting": 21749, + "Ġconduction": 43842, + "Ġconductivity": 42982, + "Ġconductor": 29957, + "Ġcone": 19749, + "Ġconect": 30458, + "Ġcones": 40548, + "Ġconex": 49509, + "Ġconf": 1497, + "Ġconfer": 13765, + "Ġconference": 7586, + "Ġconferences": 22032, + "Ġconfess": 19367, + "Ġconfessed": 41428, + "Ġconfession": 29154, + "Ġconfian": 49081, + "Ġconfiance": 43213, + "Ġconfidence": 6687, + "Ġconfident": 6679, + "Ġconfidential": 27054, + "Ġconfidently": 41956, + "Ġconfig": 6662, + "Ġconfigur": 22192, + "Ġconfiguration": 11694, + "Ġconfigurations": 31493, + "Ġconfigure": 22162, + "Ġconfigured": 30538, + "Ġconfined": 31745, + "Ġconfinement": 41064, + "Ġconfir": 9186, + "Ġconfirm": 9064, + "Ġconfirmation": 21871, + "Ġconfirmed": 11341, + "Ġconfirming": 42861, + "Ġconfirms": 39982, + "Ġconfisc": 49868, + "Ġconflict": 6596, + "Ġconflicting": 43784, + "Ġconflicts": 19807, + "Ġconform": 18975, + "Ġconfort": 43392, + "Ġconfront": 12422, + "Ġconfrontation": 35363, + "Ġconfronted": 31257, + "Ġconfronting": 47449, + "Ġconfuse": 28584, + "Ġconfused": 9019, + "Ġconfusing": 13181, + "Ġconfusion": 15075, + "Ġcongest": 31871, + "Ġcongestion": 40816, + "Ġcongr": 8882, + "Ġcongrat": 9774, + "Ġcongratulate": 24353, + "Ġcongratulations": 13568, + "Ġcongreg": 23002, + "Ġcongregation": 34782, + "Ġcongress": 17546, + "Ġcongressional": 32962, + "Ġconhe": 15440, + "Ġconhecer": 46235, + "Ġconj": 20295, + "Ġconjug": 29456, + "Ġconjugate": 45064, + "Ġconjun": 18244, + "Ġconjunction": 27482, + "Ġconjunto": 37776, + "Ġconn": 46264, + "Ġconna": 15477, + "Ġconnais": 45784, + "Ġconnect": 1745, + "Ġconnected": 4582, + "Ġconnecting": 11015, + "Ġconnection": 4984, + "Ġconnections": 9271, + "Ġconnectivity": 21095, + "Ġconnector": 19127, + "Ġconnectors": 31865, + "Ġconnects": 16967, + "Ġconnot": 46371, + "Ġcono": 33029, + "Ġconoc": 15871, + "Ġconocer": 35241, + "Ġconos": 49892, + "Ġconqu": 15592, + "Ġconquer": 24136, + "Ġconquered": 32695, + "Ġconquest": 43241, + "Ġcons": 1014, + "Ġconsci": 39271, + "Ġconscience": 20537, + "Ġconscient": 44507, + "Ġconscious": 6648, + "Ġconsciously": 32538, + "Ġconsciousness": 10081, + "Ġconse": 4425, + "Ġconsec": 40526, + "Ġconsecut": 27154, + "Ġconsecutive": 30497, + "Ġconsegu": 12706, + "Ġconsegue": 27179, + "Ġconseguir": 21229, + "Ġconsensus": 19115, + "Ġconsent": 14546, + "Ġconsequ": 7242, + "Ġconsequence": 18326, + "Ġconsequences": 10098, + "Ġconsequently": 47259, + "Ġconserv": 9704, + "Ġconservation": 16185, + "Ġconservative": 13780, + "Ġconservatives": 39607, + "Ġconserve": 45240, + "Ġconsid": 30376, + "Ġconsider": 1949, + "Ġconsiderable": 24167, + "Ġconsiderably": 31308, + "Ġconsideration": 12381, + "Ġconsiderations": 24070, + "Ġconsidered": 4888, + "Ġconsidering": 8079, + "Ġconsiders": 33095, + "Ġconsig": 40233, + "Ġconsigo": 43688, + "Ġconsist": 4603, + "Ġconsiste": 49066, + "Ġconsisted": 38227, + "Ġconsistency": 14416, + "Ġconsistent": 8398, + "Ġconsistently": 14961, + "Ġconsisting": 33921, + "Ġconsists": 14689, + "Ġconsol": 16054, + "Ġconsole": 11076, + "Ġconsoles": 28948, + "Ġconsolid": 19045, + "Ġconsolidate": 49521, + "Ġconsolidated": 49008, + "Ġconsolidation": 39114, + "Ġconsomm": 47688, + "Ġconson": 30843, + "Ġconsonant": 43647, + "Ġconsort": 38343, + "Ġconspir": 17719, + "Ġconspiracy": 20439, + "Ġconst": 1817, + "Ġconstant": 5754, + "Ġconstante": 47343, + "Ġconstantly": 6460, + "Ġconstants": 35870, + "Ġconstell": 32436, + "Ġconstellation": 42336, + "Ġconstit": 23079, + "Ġconstitu": 16085, + "Ġconstituency": 46146, + "Ġconstituents": 30847, + "Ġconstitute": 41658, + "Ġconstitutes": 44204, + "Ġconstitution": 11937, + "Ġconstitutional": 20176, + "Ġconstra": 11525, + "Ġconstrained": 38901, + "Ġconstraint": 25534, + "Ġconstraints": 18491, + "Ġconstru": 12946, + "Ġconstruct": 7690, + "Ġconstructed": 17083, + "Ġconstructing": 39969, + "Ġconstruction": 6435, + "Ġconstructive": 30223, + "Ġconstructor": 47479, + "Ġconstruir": 38445, + "Ġconsult": 7189, + "Ġconsultant": 24676, + "Ġconsultants": 38935, + "Ġconsultation": 20932, + "Ġconsulted": 47941, + "Ġconsulting": 23682, + "Ġconsum": 3978, + "Ġconsume": 14732, + "Ġconsumed": 21226, + "Ġconsumer": 9711, + "Ġconsumers": 11883, + "Ġconsumes": 48823, + "Ġconsuming": 19867, + "Ġconsumo": 42505, + "Ġconsumption": 12126, + "Ġconséqu": 47648, + "Ġcont": 660, + "Ġconta": 24001, + "Ġcontact": 3385, + "Ġcontacted": 21546, + "Ġcontacting": 41482, + "Ġcontacts": 15836, + "Ġcontag": 28525, + "Ġcontagious": 40666, + "Ġcontain": 5304, + "Ġcontained": 16212, + "Ġcontainer": 10129, + "Ġcontainers": 17089, + "Ġcontaining": 19273, + "Ġcontainment": 44058, + "Ġcontains": 8306, + "Ġcontam": 20463, + "Ġcontamin": 27562, + "Ġcontaminated": 34492, + "Ġcontamination": 33012, + "Ġcontar": 27045, + "Ġconte": 34444, + "Ġcontempl": 19935, + "Ġcontempor": 13046, + "Ġcontemporary": 14878, + "Ġcontempt": 47202, + "Ġconten": 21795, + "Ġcontenido": 47117, + "Ġcontent": 2701, + "Ġcontents": 15768, + "Ġcontest": 10287, + "Ġcontestants": 39676, + "Ġcontext": 4319, + "Ġcontexto": 47685, + "Ġcontexts": 30628, + "Ġcontextual": 35526, + "Ġconteú": 39065, + "Ġconteúdo": 44144, + "Ġcontin": 1421, + "Ġcontinent": 18932, + "Ġcontinental": 42479, + "Ġcontinents": 38598, + "Ġconting": 27820, + "Ġcontinu": 2993, + "Ġcontinua": 40861, + "Ġcontinually": 22277, + "Ġcontinuar": 29980, + "Ġcontinuation": 29357, + "Ġcontinue": 2354, + "Ġcontinued": 7014, + "Ġcontinuer": 35660, + "Ġcontinues": 6515, + "Ġcontinuing": 9289, + "Ġcontinuity": 23807, + "Ġcontinuous": 10957, + "Ġcontinuously": 15684, + "Ġcontinuum": 36120, + "Ġcontour": 21234, + "Ġcontr": 10273, + "Ġcontra": 10742, + "Ġcontrac": 48118, + "Ġcontract": 4364, + "Ġcontracted": 37629, + "Ġcontracting": 36095, + "Ġcontraction": 37372, + "Ġcontractor": 26463, + "Ġcontractors": 28377, + "Ġcontracts": 13952, + "Ġcontrad": 15858, + "Ġcontradict": 28900, + "Ġcontradiction": 34937, + "Ġcontradictory": 49555, + "Ġcontrario": 47642, + "Ġcontrary": 19506, + "Ġcontrast": 8712, + "Ġcontrat": 40944, + "Ġcontre": 14927, + "Ġcontrib": 4226, + "Ġcontribute": 10586, + "Ġcontributed": 18434, + "Ġcontributes": 32035, + "Ġcontributing": 19270, + "Ġcontribution": 13150, + "Ġcontributions": 15725, + "Ġcontributor": 42859, + "Ġcontributors": 45627, + "Ġcontro": 1583, + "Ġcontrol": 1969, + "Ġcontrolar": 47843, + "Ġcontrole": 46215, + "Ġcontroll": 45159, + "Ġcontrolled": 10164, + "Ġcontroller": 10561, + "Ġcontrollers": 26903, + "Ġcontrolling": 14905, + "Ġcontrols": 9003, + "Ġcontrovers": 11542, + "Ġcontroversial": 17323, + "Ġcontroversy": 22976, + "Ġcontrôle": 46518, + "Ġconv": 3754, + "Ġconve": 18053, + "Ġconvection": 49080, + "Ġconven": 7158, + "Ġconvenience": 19283, + "Ġconvenient": 10851, + "Ġconveniently": 44375, + "Ġconvention": 10286, + "Ġconventional": 16011, + "Ġconventions": 33520, + "Ġconver": 9652, + "Ġconverge": 41881, + "Ġconvergence": 32181, + "Ġconvers": 2615, + "Ġconversation": 3761, + "Ġconversations": 7315, + "Ġconversion": 14298, + "Ġconversions": 42256, + "Ġconvert": 7620, + "Ġconverted": 16424, + "Ġconverter": 33905, + "Ġconverting": 29942, + "Ġconverts": 38874, + "Ġconvex": 42432, + "Ġconvey": 16965, + "Ġconveyed": 49340, + "Ġconvicted": 26942, + "Ġconviction": 24837, + "Ġconvictions": 44757, + "Ġconvin": 9854, + "Ġconvince": 13447, + "Ġconvinced": 12561, + "Ġconvincing": 24823, + "Ġconvolution": 45216, + "Ġcook": 2543, + "Ġcooked": 9267, + "Ġcooker": 31476, + "Ġcookie": 14417, + "Ġcookies": 13670, + "Ġcooking": 6361, + "Ġcooks": 30709, + "Ġcool": 1627, + "Ġcooldown": 40782, + "Ġcooled": 27491, + "Ġcooler": 15566, + "Ġcoolest": 22013, + "Ġcooling": 14785, + "Ġcools": 42883, + "Ġcoop": 13215, + "Ġcooper": 13414, + "Ġcooperate": 26667, + "Ġcooperation": 14968, + "Ġcooperative": 31772, + "Ġcoord": 14230, + "Ġcoordin": 8285, + "Ġcoordinate": 15670, + "Ġcoordinated": 29591, + "Ġcoordinates": 21056, + "Ġcoordinating": 37824, + "Ġcoordination": 21252, + "Ġcoordinator": 27394, + "Ġcop": 2971, + "Ġcope": 22598, + "Ġcopied": 25365, + "Ġcopies": 14341, + "Ġcoping": 32893, + "Ġcopper": 15007, + "Ġcops": 19012, + "Ġcopy": 5055, + "Ġcopying": 27976, + "Ġcopyright": 17996, + "Ġcor": 1181, + "Ġcoral": 24955, + "Ġcoraz": 25899, + "Ġcorazón": 34518, + "Ġcoração": 41408, + "Ġcord": 12250, + "Ġcords": 36302, + "Ġcore": 4965, + "Ġcores": 24826, + "Ġcoriander": 34013, + "Ġcorn": 9046, + "Ġcorner": 4538, + "Ġcorners": 12413, + "Ġcoron": 10451, + "Ġcorona": 27103, + "Ġcoronavirus": 13043, + "Ġcorpo": 23257, + "Ġcorpor": 6804, + "Ġcorporate": 10896, + "Ġcorporation": 22197, + "Ġcorporations": 17676, + "Ġcorps": 18271, + "Ġcorpse": 30324, + "Ġcorpses": 46416, + "Ġcorr": 38576, + "Ġcorre": 29731, + "Ġcorrect": 3006, + "Ġcorrected": 31687, + "Ġcorrecting": 47032, + "Ġcorrection": 19984, + "Ġcorrections": 36406, + "Ġcorrectly": 8944, + "Ġcorrel": 13983, + "Ġcorrelate": 48742, + "Ġcorrelated": 38574, + "Ġcorrelation": 20009, + "Ġcorrer": 49568, + "Ġcorrespond": 6805, + "Ġcorrespondence": 38135, + "Ġcorrespondent": 44406, + "Ġcorresponding": 11760, + "Ġcorresponds": 23249, + "Ġcorri": 47908, + "Ġcorrid": 20322, + "Ġcorridor": 25602, + "Ġcorridors": 46920, + "Ġcorro": 45125, + "Ġcorros": 28957, + "Ġcorrosion": 33876, + "Ġcorrupt": 17366, + "Ġcorrupted": 39480, + "Ġcorruption": 17959, + "Ġcors": 46511, + "Ġcort": 11278, + "Ġcortar": 48117, + "Ġcortex": 33312, + "Ġcortisol": 45618, + "Ġcos": 3792, + "Ġcosa": 10163, + "Ġcosas": 12218, + "Ġcose": 30261, + "Ġcoses": 31860, + "Ġcosine": 23565, + "Ġcosm": 22207, + "Ġcosmetic": 35828, + "Ġcosmetics": 37416, + "Ġcosmic": 27614, + "Ġcosmos": 41794, + "Ġcosplay": 39403, + "Ġcost": 2063, + "Ġcosting": 37917, + "Ġcostly": 28328, + "Ġcosts": 5497, + "Ġcostume": 14850, + "Ġcostumes": 22695, + "Ġcosì": 23278, + "Ġcot": 26529, + "Ġcott": 11550, + "Ġcottage": 37209, + "Ġcotton": 13764, + "Ġcou": 1384, + "Ġcouch": 16511, + "Ġcough": 22777, + "Ġcoughing": 39375, + "Ġcould": 727, + "Ġcouldn": 2809, + "Ġcoule": 33644, + "Ġcouleur": 49462, + "Ġcoun": 3465, + "Ġcouncil": 9209, + "Ġcouncils": 39187, + "Ġcounsel": 10351, + "Ġcounseling": 23889, + "Ġcounselor": 27851, + "Ġcounselors": 36925, + "Ġcount": 1207, + "Ġcountdown": 35985, + "Ġcounted": 20150, + "Ġcounter": 5682, + "Ġcounterpart": 22335, + "Ġcounterparts": 33287, + "Ġcounters": 39338, + "Ġcounties": 20583, + "Ġcounting": 13251, + "Ġcountless": 19223, + "Ġcountries": 3517, + "Ġcountry": 1941, + "Ġcountryside": 28252, + "Ġcounts": 14893, + "Ġcounty": 9928, + "Ġcoup": 8682, + "Ġcoupe": 45136, + "Ġcouple": 1916, + "Ġcoupled": 29482, + "Ġcouples": 20368, + "Ġcoupling": 37447, + "Ġcoupon": 33390, + "Ġcour": 1005, + "Ġcourage": 9892, + "Ġcourageous": 33233, + "Ġcours": 25452, + "Ġcourse": 1164, + "Ġcourses": 7712, + "Ġcourt": 4753, + "Ġcourtesy": 41704, + "Ġcourtroom": 44050, + "Ġcourts": 14141, + "Ġcourtyard": 41364, + "Ġcous": 12304, + "Ġcousin": 16207, + "Ġcousins": 29246, + "Ġcovari": 49851, + "Ġcovenant": 26661, + "Ġcover": 2060, + "Ġcoverage": 9645, + "Ġcovered": 5343, + "Ġcovering": 10322, + "Ġcovers": 10538, + "Ġcovert": 45985, + "Ġcovet": 48497, + "Ġcovid": 25616, + "Ġcow": 8408, + "Ġcoward": 30776, + "Ġcowboy": 39174, + "Ġcowork": 31998, + "Ġcoworkers": 43465, + "Ġcows": 19148, + "Ġcoy": 41485, + "Ġcoz": 36747, + "Ġcozy": 29414, + "Ġcoû": 49743, + "ĠcoÅĽ": 19241, + "Ġcr": 941, + "Ġcra": 2094, + "Ġcrab": 17870, + "Ġcrabs": 35147, + "Ġcrack": 6226, + "Ġcracked": 25140, + "Ġcrackers": 41407, + "Ġcracking": 25229, + "Ġcracks": 21770, + "Ġcradle": 48081, + "Ġcraft": 8448, + "Ġcrafted": 36213, + "Ġcrafting": 29048, + "Ġcrafts": 27831, + "Ġcran": 39685, + "Ġcrane": 36345, + "Ġcrank": 21263, + "Ġcrap": 12426, + "Ġcrappy": 36531, + "Ġcrash": 8252, + "Ġcrashed": 24190, + "Ġcrashes": 28642, + "Ġcrashing": 26900, + "Ġcrate": 42426, + "Ġcrater": 38981, + "Ġcrave": 46875, + "Ġcraving": 27320, + "Ġcraw": 13999, + "Ġcrawl": 24767, + "Ġcrawling": 32979, + "Ġcray": 33073, + "Ġcraz": 46348, + "Ġcraziest": 46339, + "Ġcrazy": 3219, + "Ġcre": 1197, + "Ġcream": 4689, + "Ġcreams": 46573, + "Ġcreamy": 23215, + "Ġcrear": 31984, + "Ġcrease": 30098, + "Ġcreat": 1428, + "Ġcreate": 1884, + "Ġcreated": 2942, + "Ġcreates": 7829, + "Ġcreating": 4084, + "Ġcreation": 8016, + "Ġcreations": 37836, + "Ġcreative": 5880, + "Ġcreatively": 43750, + "Ġcreativity": 12915, + "Ġcreator": 14181, + "Ġcreators": 16039, + "Ġcreature": 12797, + "Ġcreatures": 12281, + "Ġcrec": 31668, + "Ġcred": 3864, + "Ġcredential": 22034, + "Ġcredentials": 27404, + "Ġcredibility": 28852, + "Ġcredible": 32757, + "Ġcredit": 5397, + "Ġcredited": 41155, + "Ġcredits": 16816, + "Ġcree": 48895, + "Ġcreek": 41868, + "Ġcreep": 9626, + "Ġcreeping": 47753, + "Ġcreepy": 14717, + "Ġcreo": 14336, + "Ġcres": 20964, + "Ġcrest": 43799, + "Ġcrew": 7260, + "Ġcrews": 31477, + "Ġcri": 12815, + "Ġcrian": 27659, + "Ġcriança": 43300, + "Ġcrianças": 45280, + "Ġcriar": 36882, + "Ġcrib": 47163, + "Ġcricket": 31626, + "Ġcried": 16266, + "Ġcries": 29206, + "Ġcrim": 7857, + "Ġcrime": 7206, + "Ġcrimes": 13916, + "Ġcrimin": 19044, + "Ġcriminal": 8628, + "Ġcriminals": 23474, + "Ġcringe": 47081, + "Ġcripp": 37667, + "Ġcris": 4661, + "Ġcrise": 32398, + "Ġcrises": 31403, + "Ġcrisis": 5869, + "Ġcrisp": 22952, + "Ġcrispy": 17509, + "Ġcrist": 35608, + "Ġcrit": 3113, + "Ġcriter": 9912, + "Ġcriteria": 11101, + "Ġcriterion": 46691, + "Ġcritic": 7850, + "Ġcritical": 4924, + "Ġcritically": 22797, + "Ġcriticism": 15835, + "Ġcriticisms": 48519, + "Ġcriticize": 31010, + "Ġcriticized": 28011, + "Ġcriticizing": 45474, + "Ġcritics": 22503, + "Ġcritique": 25673, + "Ġcro": 4848, + "Ġcroch": 8191, + "Ġcrochet": 9387, + "Ġcrochets": 27115, + "Ġcrocod": 32727, + "Ġcrocodile": 43652, + "Ġcrois": 21724, + "Ġcrooked": 41710, + "Ġcrop": 9086, + "Ġcrops": 16829, + "Ġcros": 28108, + "Ġcross": 3278, + "Ġcrossed": 14622, + "Ġcrosses": 28467, + "Ġcrossing": 14712, + "Ġcrossover": 33837, + "Ġcrouch": 46704, + "Ġcrow": 6401, + "Ġcrowd": 6919, + "Ġcrowded": 21634, + "Ġcrowds": 26070, + "Ġcrown": 11841, + "Ġcru": 5140, + "Ġcruc": 28154, + "Ġcrucial": 11462, + "Ġcrucified": 46846, + "Ġcrude": 30796, + "Ġcruel": 16022, + "Ġcruelty": 40145, + "Ġcruise": 17754, + "Ġcruising": 42180, + "Ġcrumble": 47478, + "Ġcrumbs": 42675, + "Ġcrunch": 13386, + "Ġcrunchy": 24942, + "Ġcrus": 42603, + "Ġcrush": 10321, + "Ġcrushed": 19889, + "Ġcrushing": 31317, + "Ġcrust": 18156, + "Ġcry": 3305, + "Ġcrying": 8554, + "Ġcrypt": 9844, + "Ġcrypto": 17240, + "Ġcryptocur": 22070, + "Ġcryptocurrencies": 44369, + "Ġcryptocurrency": 28809, + "Ġcryst": 17035, + "Ġcrystal": 13662, + "Ġcrystall": 31924, + "Ġcrystals": 23772, + "Ġcré": 15609, + "Ġcréd": 37368, + "Ġcréer": 32062, + "ĠcrÃŃt": 39927, + "Ġcs": 28277, + "Ġcsak": 47927, + "Ġcu": 2702, + "Ġcuad": 34434, + "Ġcual": 10911, + "Ġcuales": 46932, + "Ġcualquier": 21004, + "Ġcuando": 7767, + "Ġcuanto": 36685, + "Ġcuarto": 48368, + "Ġcuatro": 28795, + "Ġcub": 10057, + "Ġcube": 13728, + "Ġcubed": 36510, + "Ġcubes": 25415, + "Ġcubic": 28733, + "Ġcuc": 18488, + "Ġcucumber": 28725, + "Ġcucumbers": 43354, + "Ġcud": 40287, + "Ġcue": 22656, + "Ġcuent": 46414, + "Ġcuenta": 17868, + "Ġcuer": 18363, + "Ġcuerpo": 20264, + "Ġcues": 32192, + "Ġcuest": 36978, + "Ġcuestión": 50216, + "Ġcuff": 35997, + "Ġcui": 22929, + "Ġcuid": 20770, + "Ġcuidado": 31891, + "Ġcuisine": 25257, + "Ġcuk": 37485, + "Ġcul": 11021, + "Ġculinary": 39273, + "Ġculmin": 28583, + "Ġculpa": 44870, + "Ġculprit": 39220, + "Ġcult": 2376, + "Ġcultiv": 15298, + "Ġcultivate": 33341, + "Ġcultivated": 46770, + "Ġcultivation": 45924, + "Ġcultura": 30576, + "Ġcultural": 6988, + "Ġculturally": 28879, + "Ġculture": 3713, + "Ġcultures": 12951, + "Ġcum": 12713, + "Ġcuma": 44630, + "Ġcumin": 40950, + "Ġcumpl": 37483, + "Ġcumulative": 38379, + "Ġcunning": 45891, + "Ġcup": 4414, + "Ġcupboard": 47847, + "Ġcupcake": 42153, + "Ġcupcakes": 44515, + "Ġcups": 13381, + "Ġcur": 1262, + "Ġcurated": 47851, + "Ġcurator": 38519, + "Ġcurb": 33731, + "Ġcurd": 47443, + "Ġcure": 13698, + "Ġcured": 29617, + "Ġcurios": 13625, + "Ġcuriosity": 18769, + "Ġcurious": 6369, + "Ġcurl": 22591, + "Ġcurling": 45085, + "Ġcurls": 36950, + "Ġcurly": 32066, + "Ġcurrencies": 36886, + "Ġcurrency": 13346, + "Ġcurrent": 2190, + "Ġcurrently": 4362, + "Ġcurrents": 30110, + "Ġcurric": 13179, + "Ġcurriculum": 14302, + "Ġcurry": 18123, + "Ġcurs": 13946, + "Ġcurse": 17139, + "Ġcursed": 29498, + "Ġcurso": 31085, + "Ġcursor": 28169, + "Ġcurt": 28087, + "Ġcurtain": 26789, + "Ġcurtains": 36539, + "Ġcurv": 33900, + "Ġcurvature": 37638, + "Ġcurve": 7605, + "Ġcurved": 24991, + "Ġcurves": 19490, + "Ġcush": 18422, + "Ġcushion": 21908, + "Ġcust": 14884, + "Ġcustard": 46972, + "Ġcustody": 26976, + "Ġcustom": 2375, + "Ġcustomer": 5474, + "Ġcustomers": 4581, + "Ġcustomizable": 47922, + "Ġcustomization": 39387, + "Ġcustomize": 19734, + "Ġcustomized": 30581, + "Ġcustoms": 27330, + "Ġcut": 1723, + "Ġcute": 4052, + "Ġcutest": 46582, + "Ġcuts": 9992, + "Ġcutter": 25531, + "Ġcutting": 6492, + "Ġcuz": 11910, + "Ġcuál": 44318, + "Ġcuánt": 44256, + "Ġcuá»Ļc": 50138, + "Ġcy": 3185, + "Ġcyan": 47463, + "Ġcyber": 13411, + "Ġcybersecurity": 38765, + "Ġcyc": 38154, + "Ġcycl": 19474, + "Ġcycle": 6586, + "Ġcycles": 17796, + "Ġcycling": 22425, + "Ġcyl": 13446, + "Ġcylind": 28044, + "Ġcylinder": 17884, + "Ġcylinders": 42166, + "Ġcyn": 28365, + "Ġcynical": 46345, + "Ġcyst": 48915, + "Ġcyt": 40248, + "Ġcz": 6472, + "Ġczas": 13190, + "Ġczasie": 42667, + "Ġczasu": 40860, + "Ġczego": 36559, + "Ġczy": 6430, + "Ġczyli": 16591, + "Ġczym": 31466, + "ĠczÄĻ": 18544, + "ĠczÄĻsto": 34369, + "ĠczÄĻÅĽci": 41314, + "ĠczÄĻÅĽÄĩ": 47149, + "ĠczÅĤ": 31083, + "ĠczÅĤowie": 36282, + "Ġcá": 6476, + "Ġcác": 13250, + "Ġcách": 45762, + "Ġcái": 14830, + "Ġcámara": 44273, + "Ġcâ": 19288, + "Ġcâmera": 43640, + "Ġcé": 30560, + "Ġcél": 29064, + "Ġcélulas": 49092, + "Ġcéu": 50052, + "Ġcòn": 31394, + "Ġcó": 6333, + "Ġcód": 40210, + "Ġcódigo": 44195, + "Ġcómo": 12826, + "Ġcô": 35167, + "Ġcông": 35451, + "Ġcôt": 16857, + "Ġcôté": 18437, + "Ġcùng": 45701, + "ĠcÄĥ": 21957, + "ĠcÅ": 17846, + "ĠcÅ©ng": 22747, + "ĠcÅĵ": 41388, + "ĠcÅĵur": 43207, + "Ġcả": 22227, + "Ġcảm": 47593, + "Ġcần": 47580, + "Ġcá»": 9613, + "Ġcá»§a": 11990, + "Ġcứ": 46619, + "Ġd": 274, + "ĠdB": 43116, + "Ġda": 1120, + "Ġdaar": 12390, + "Ġdab": 28964, + "Ġdabei": 14967, + "Ġdachte": 39775, + "Ġdad": 3546, + "Ġdaddy": 16785, + "Ġdado": 29568, + "Ġdados": 39915, + "Ġdads": 41798, + "Ġdadurch": 35472, + "Ġdafür": 13747, + "Ġdag": 15460, + "Ġdage": 41557, + "Ġdagegen": 45387, + "Ġdagen": 49638, + "Ġdagger": 36972, + "Ġdah": 16800, + "Ġdaha": 10545, + "Ġdaher": 36971, + "Ġdai": 38586, + "Ġdaily": 5212, + "Ġdairy": 21276, + "Ġdak": 25329, + "Ġdakika": 34323, + "Ġdal": 11702, + "Ġdalam": 23063, + "Ġdale": 27326, + "Ġdalej": 34257, + "Ġdall": 43351, + "Ġdalla": 35566, + "Ġdam": 2422, + "Ġdamage": 4344, + "Ġdamaged": 14080, + "Ġdamages": 28536, + "Ġdamaging": 25342, + "Ġdamals": 26067, + "Ġdamit": 9479, + "Ġdamn": 8151, + "Ġdamned": 46397, + "Ġdamp": 19498, + "Ġdamping": 49588, + "Ġdan": 3277, + "Ġdanach": 37784, + "Ġdance": 4489, + "Ġdanced": 32909, + "Ġdancer": 21621, + "Ġdancers": 25199, + "Ġdances": 28322, + "Ġdancing": 8898, + "Ġdando": 29854, + "Ġdane": 49206, + "Ġdang": 21892, + "Ġdanger": 4330, + "Ġdangerous": 5795, + "Ġdangers": 27701, + "Ġdank": 35121, + "Ġdanke": 46434, + "Ġdann": 3594, + "Ġdans": 2680, + "Ġdapat": 35161, + "Ġdaqui": 30485, + "Ġdar": 4072, + "Ġdaran": 24520, + "Ġdarauf": 18654, + "Ġdare": 8955, + "Ġdared": 44564, + "Ġdares": 50213, + "Ġdarf": 19374, + "Ġdari": 15597, + "Ġdaring": 43128, + "Ġdark": 2877, + "Ġdarker": 12741, + "Ġdarkest": 33460, + "Ġdarkness": 11262, + "Ġdarle": 37666, + "Ġdarling": 22405, + "Ġdarn": 29063, + "Ġdart": 39010, + "Ġdarum": 27313, + "Ġdarüber": 21737, + "Ġdas": 1482, + "Ġdash": 8240, + "Ġdashboard": 18342, + "Ġdass": 2658, + "Ġdat": 1137, + "Ġdata": 1412, + "Ġdatab": 7104, + "Ġdatabase": 8149, + "Ġdatabases": 22380, + "Ġdatas": 20377, + "Ġdataset": 28872, + "Ġdatasets": 42856, + "Ġdate": 4002, + "Ġdated": 23804, + "Ġdates": 11691, + "Ġdating": 10689, + "Ġdato": 46971, + "Ġdatos": 27721, + "Ġdau": 37359, + "Ġdaughter": 4653, + "Ġdaughters": 17070, + "Ġdaunting": 37657, + "Ġdav": 11753, + "Ġdavon": 18574, + "Ġdaw": 43438, + "Ġdawn": 18192, + "Ġday": 786, + "Ġdaylight": 29964, + "Ġdays": 1708, + "Ġdaytime": 31908, + "Ġdazu": 13034, + "Ġdazz": 44078, + "ĠdaÃŃ": 48113, + "Ġde": 368, + "Ġdeactiv": 45428, + "Ġdead": 3116, + "Ġdeadline": 20615, + "Ġdeadlines": 37548, + "Ġdeadly": 18232, + "Ġdeaf": 15559, + "Ġdeal": 2028, + "Ġdealer": 24896, + "Ġdealers": 25955, + "Ġdealing": 6260, + "Ġdeals": 11215, + "Ġdealt": 15991, + "Ġdean": 31120, + "Ġdear": 6875, + "Ġdeath": 2966, + "Ġdeaths": 13027, + "Ġdeb": 3001, + "Ġdebate": 7958, + "Ġdebated": 42212, + "Ġdebates": 24203, + "Ġdebating": 40647, + "Ġdebe": 27422, + "Ġdeben": 49187, + "Ġdeber": 29671, + "Ġdebido": 50003, + "Ġdebit": 39709, + "Ġdebr": 19958, + "Ġdebris": 21942, + "Ġdebt": 7831, + "Ġdebts": 32528, + "Ġdebug": 24083, + "Ġdebugging": 45592, + "Ġdebut": 13828, + "Ġdebuted": 33392, + "Ġdec": 979, + "Ġdecade": 10378, + "Ġdecades": 7878, + "Ġdecay": 21039, + "Ġdece": 14088, + "Ġdeceased": 33156, + "Ġdeceive": 43440, + "Ġdeceived": 41304, + "Ġdecent": 8681, + "Ġdecentral": 26515, + "Ġdecentralized": 32870, + "Ġdeception": 40451, + "Ġdeci": 46358, + "Ġdecid": 21937, + "Ġdecide": 4536, + "Ġdecided": 3047, + "Ġdecides": 14898, + "Ġdeciding": 17990, + "Ġdecimal": 26601, + "Ġdecipher": 49859, + "Ġdecir": 10235, + "Ġdecis": 18206, + "Ġdecision": 3537, + "Ġdecisions": 5327, + "Ġdecisive": 34998, + "Ġdeck": 9341, + "Ġdecks": 32607, + "Ġdecl": 7488, + "Ġdeclar": 16694, + "Ġdeclaration": 27606, + "Ġdeclare": 19710, + "Ġdeclared": 15489, + "Ġdeclaring": 40374, + "Ġdecline": 15635, + "Ġdeclined": 29213, + "Ġdeclining": 34298, + "Ġdecomp": 22867, + "Ġdecomposition": 48356, + "Ġdeconst": 49473, + "Ġdecor": 7919, + "Ġdecorate": 24229, + "Ġdecorated": 28422, + "Ġdecorating": 39172, + "Ġdecoration": 26538, + "Ġdecorations": 32367, + "Ġdecorative": 35185, + "Ġdecre": 6853, + "Ġdecrease": 11514, + "Ġdecreased": 24436, + "Ġdecreases": 24108, + "Ġdecreasing": 23223, + "Ġdecree": 41071, + "ĠdecÃŃa": 37599, + "Ġded": 4172, + "Ġdedans": 48680, + "Ġdedi": 19731, + "Ġdedic": 37071, + "Ġdedicate": 30718, + "Ġdedicated": 8374, + "Ġdedication": 21813, + "Ġdedim": 31848, + "Ġdeduct": 31513, + "Ġdeduction": 46385, + "Ġdeed": 30299, + "Ġdeeds": 24539, + "Ġdeemed": 27637, + "Ġdeep": 2452, + "Ġdeepen": 45806, + "Ġdeeper": 7731, + "Ġdeepest": 28288, + "Ġdeeply": 8760, + "Ġdeer": 17120, + "Ġdef": 1060, + "Ġdefault": 7576, + "Ġdefe": 7486, + "Ġdefeat": 11785, + "Ġdefeated": 15563, + "Ġdefeating": 38381, + "Ġdefect": 16445, + "Ġdefects": 32655, + "Ġdefence": 25913, + "Ġdefend": 8602, + "Ġdefendant": 34053, + "Ġdefended": 34135, + "Ġdefender": 26537, + "Ġdefenders": 36063, + "Ġdefending": 21377, + "Ġdefens": 47746, + "Ġdefense": 7654, + "Ġdefenses": 35989, + "Ġdefensive": 16468, + "Ġdefer": 25704, + "Ġdefic": 19248, + "Ġdeficiency": 37500, + "Ġdeficit": 22132, + "Ġdeficits": 49616, + "Ġdefin": 1561, + "Ġdefine": 6964, + "Ġdefined": 7642, + "Ġdefines": 23122, + "Ġdefining": 17827, + "Ġdefinit": 28781, + "Ġdefinite": 25131, + "Ġdefinitely": 2138, + "Ġdefinition": 7123, + "Ġdefinitions": 21988, + "Ġdefinitive": 28152, + "Ġdeflect": 41373, + "Ġdeform": 36094, + "Ġdeformation": 34364, + "Ġdeg": 2821, + "Ġdegener": 40520, + "Ġdegli": 32079, + "Ġdegrad": 24740, + "Ġdegradation": 40519, + "Ġdegree": 4314, + "Ġdegrees": 5310, + "Ġdeh": 36892, + "Ġdehyd": 32102, + "Ġdei": 13874, + "Ġdein": 25641, + "Ġdeine": 28395, + "Ġdeinen": 49362, + "Ġdeity": 37939, + "Ġdeix": 9963, + "Ġdeixa": 26208, + "Ġdeixar": 19701, + "Ġdej": 21259, + "Ġdeja": 38260, + "Ġdejar": 24391, + "Ġdel": 1103, + "Ġdela": 21820, + "Ġdelay": 8577, + "Ġdelayed": 20268, + "Ġdelays": 28610, + "Ġdele": 16376, + "Ġdeleg": 15824, + "Ġdelegate": 40999, + "Ġdelegates": 45756, + "Ġdelegation": 36602, + "Ġdeles": 30789, + "Ġdelete": 12097, + "Ġdeleted": 22981, + "Ġdeleting": 48946, + "Ġdeliber": 14207, + "Ġdeliberate": 30515, + "Ġdeliberately": 23506, + "Ġdelic": 29831, + "Ġdelicate": 21417, + "Ġdelicious": 4809, + "Ġdelight": 11627, + "Ġdelighted": 18783, + "Ġdelightful": 35194, + "Ġdeliver": 4239, + "Ġdelivered": 10144, + "Ġdeliveries": 46448, + "Ġdelivering": 14666, + "Ġdelivers": 24860, + "Ġdelivery": 8982, + "Ġdell": 19781, + "Ġdella": 11618, + "Ġdelle": 16485, + "Ġdels": 23724, + "Ġdelta": 8289, + "Ġdelve": 43098, + "Ġdem": 1371, + "Ġdemain": 44389, + "Ġdemais": 36879, + "Ġdemand": 4733, + "Ġdemande": 26982, + "Ġdemanded": 28276, + "Ġdemander": 39169, + "Ġdemanding": 19960, + "Ġdemands": 15107, + "Ġdemandé": 48468, + "Ġdemasi": 35259, + "Ġdemasiado": 39820, + "Ġdeme": 35465, + "Ġdemek": 32491, + "Ġdement": 29950, + "Ġdementia": 31734, + "Ġdemi": 42188, + "Ġdemise": 45982, + "ĠdemiÅŁ": 46334, + "Ġdemo": 10723, + "Ġdemocr": 6366, + "Ġdemocracy": 10528, + "Ġdemocrat": 37221, + "Ġdemocratic": 15337, + "Ġdemocrats": 47665, + "Ġdemographic": 26331, + "Ġdemographics": 36884, + "Ġdemokrat": 49432, + "Ġdemol": 26933, + "Ġdemon": 14283, + "Ġdemonic": 41297, + "Ġdemons": 19733, + "Ġdemonst": 5516, + "Ġdemonstrate": 11698, + "Ġdemonstrated": 18772, + "Ġdemonstrates": 31034, + "Ġdemonstrating": 29889, + "Ġdemonstration": 16520, + "Ġdemonstrations": 34714, + "Ġdemos": 33788, + "Ġdemost": 41556, + "Ġdemás": 34682, + "Ġden": 1441, + "Ġdenen": 19998, + "Ġdengan": 13877, + "Ġdenial": 28754, + "Ġdenied": 17774, + "Ġdenim": 43535, + "Ġdenk": 21285, + "Ġdenke": 27245, + "Ġdenken": 28780, + "Ġdenkt": 38658, + "Ġdenn": 10471, + "Ġdenomin": 16244, + "Ġdenominator": 20687, + "Ġdenote": 45708, + "Ġdens": 24505, + "Ġdense": 18011, + "Ġdensity": 10305, + "Ġdent": 7059, + "Ġdental": 24473, + "Ġdentist": 28666, + "Ġdentro": 10856, + "Ġdeny": 15744, + "Ġdenying": 30363, + "Ġdep": 1367, + "Ġdepart": 9110, + "Ġdeparted": 47018, + "Ġdepartment": 5882, + "Ġdepartments": 15326, + "Ġdeparture": 25866, + "Ġdepend": 5672, + "Ġdepende": 47091, + "Ġdependence": 31704, + "Ġdependencies": 36606, + "Ġdependency": 33621, + "Ġdependent": 12334, + "Ġdepending": 5413, + "Ġdepends": 5946, + "Ġdepict": 31553, + "Ġdepicted": 30207, + "Ġdepiction": 47740, + "Ġdepicts": 48949, + "Ġdepl": 37546, + "Ġdeploy": 7274, + "Ġdeployed": 17826, + "Ġdeploying": 34198, + "Ġdeployment": 19317, + "Ġdepois": 13880, + "Ġdeport": 33485, + "Ġdepos": 19930, + "Ġdeposit": 19107, + "Ġdeposited": 42002, + "Ġdeposits": 30958, + "Ġdepreci": 40609, + "Ġdepress": 44248, + "Ġdepressed": 18713, + "Ġdepressing": 36355, + "Ġdepression": 10799, + "Ġdepri": 27095, + "Ġdeprived": 42086, + "Ġdepth": 7161, + "Ġdepths": 28439, + "Ġdepuis": 16062, + "Ġdeputy": 26692, + "Ġder": 1163, + "Ġdere": 15969, + "Ġderecho": 39055, + "Ġderechos": 47508, + "Ġderen": 48300, + "Ġderiv": 10151, + "Ġderivative": 13760, + "Ġderivatives": 33733, + "Ġderive": 28446, + "Ġderived": 18949, + "Ġderm": 33080, + "Ġdermat": 43706, + "Ġderni": 20562, + "Ġdernier": 29332, + "Ġdernière": 29028, + "Ġderrière": 31465, + "Ġders": 39636, + "Ġdes": 730, + "Ġdesaf": 34587, + "Ġdesap": 36546, + "Ġdesapare": 42316, + "Ġdesar": 21464, + "Ġdesarroll": 32501, + "Ġdesarrollo": 38295, + "Ġdesc": 7471, + "Ġdescend": 16333, + "Ġdescendants": 31693, + "Ġdescended": 41311, + "Ġdescending": 40182, + "Ġdescent": 23475, + "Ġdescob": 31700, + "Ġdescobrir": 45900, + "Ġdescon": 49801, + "Ġdescri": 2189, + "Ġdescribe": 6786, + "Ġdescribed": 7619, + "Ġdescribes": 15626, + "Ġdescribing": 16141, + "Ġdescript": 31280, + "Ġdescription": 3855, + "Ġdescriptions": 24406, + "Ġdescriptive": 42585, + "Ġdescrição": 42051, + "Ġdescub": 32592, + "Ġdesde": 10188, + "Ġdese": 27118, + "Ġdesem": 38850, + "Ġdesen": 18291, + "Ġdesenvol": 28683, + "Ġdesenvolv": 47835, + "Ġdesert": 11029, + "Ġdeserted": 47983, + "Ġdeserve": 9948, + "Ġdeserved": 27964, + "Ġdeserves": 17037, + "Ġdeserving": 48781, + "Ġdeshalb": 28457, + "Ġdesign": 1715, + "Ġdesignated": 21688, + "Ġdesignation": 40838, + "Ġdesigned": 4761, + "Ġdesigner": 11795, + "Ġdesigners": 16196, + "Ġdesigning": 14685, + "Ġdesigns": 11347, + "Ġdesirable": 30533, + "Ġdesire": 7516, + "Ġdesired": 14721, + "Ġdesires": 18005, + "Ġdesk": 10026, + "Ġdesktop": 14502, + "Ġdesp": 4887, + "Ġdespair": 25763, + "Ġdesper": 10679, + "Ġdesperate": 17601, + "Ġdesperately": 23726, + "Ġdesperation": 48980, + "Ġdespite": 7228, + "Ġdesprés": 42237, + "Ġdespués": 15283, + "Ġdess": 6874, + "Ġdessa": 18554, + "Ġdessas": 40083, + "Ġdesse": 17864, + "Ġdessert": 14593, + "Ġdesserts": 37913, + "Ġdesses": 36409, + "Ġdessus": 30677, + "Ġdest": 2677, + "Ġdesta": 45943, + "Ġdestac": 46393, + "Ġdeste": 38738, + "Ġdestin": 40254, + "Ġdestination": 12236, + "Ġdestinations": 37787, + "Ġdestined": 33169, + "Ġdestiny": 17893, + "Ġdestro": 15311, + "Ġdestroy": 5293, + "Ġdestroyed": 8937, + "Ġdestroying": 19926, + "Ġdestroys": 36714, + "Ġdestru": 34235, + "Ġdestruction": 13563, + "Ġdestructive": 26960, + "Ġdeswegen": 26482, + "Ġdet": 1141, + "Ġdetach": 43245, + "Ġdetached": 42050, + "Ġdetail": 2607, + "Ġdetailed": 9942, + "Ġdetailing": 42459, + "Ġdetails": 4365, + "Ġdetained": 41452, + "Ġdetal": 33185, + "Ġdetect": 5531, + "Ġdetected": 21896, + "Ġdetecting": 40237, + "Ġdetection": 17784, + "Ġdetective": 25571, + "Ġdetector": 25712, + "Ġdetectors": 46866, + "Ġdetention": 31291, + "Ġdeter": 15092, + "Ġdeterior": 26431, + "Ġdeterm": 3618, + "Ġdetermin": 15957, + "Ġdeterminant": 41296, + "Ġdetermination": 18432, + "Ġdetermine": 6997, + "Ġdetermined": 9540, + "Ġdetermines": 24799, + "Ġdetermining": 23751, + "Ġdeton": 39920, + "Ġdetox": 34904, + "Ġdetriment": 35430, + "Ġdetrimental": 45694, + "Ġdetta": 48888, + "Ġdette": 47126, + "Ġdetto": 41031, + "Ġdeu": 25661, + "Ġdeutlich": 24344, + "Ġdeuts": 23004, + "Ġdeutsche": 47502, + "Ġdeutschen": 39707, + "Ġdeux": 8208, + "Ġdeuxième": 29112, + "Ġdev": 1905, + "Ġdevam": 25645, + "Ġdevant": 28982, + "Ġdevast": 13959, + "Ġdevastated": 34880, + "Ġdevastating": 21280, + "Ġdeve": 17761, + "Ġdevelop": 1499, + "Ġdeveloped": 4743, + "Ġdeveloper": 10754, + "Ġdevelopers": 8849, + "Ġdeveloping": 6416, + "Ġdevelopment": 3250, + "Ġdevelopmental": 30160, + "Ġdevelopments": 20862, + "Ġdevelops": 25453, + "Ġdeven": 43115, + "Ġdevenir": 41271, + "Ġdever": 40739, + "Ġdevi": 31219, + "Ġdeviation": 25163, + "Ġdevice": 4302, + "Ġdevices": 5759, + "Ġdevient": 42100, + "Ġdevil": 13297, + "Ġdevo": 49717, + "Ġdevoir": 48920, + "Ġdevot": 13697, + "Ġdevote": 23184, + "Ġdevoted": 21815, + "Ġdevotees": 46960, + "Ġdevotion": 30671, + "Ġdevrait": 43356, + "Ġdew": 48745, + "Ġdez": 45057, + "Ġdeze": 18040, + "ĠdeÄŁ": 7725, + "ĠdeÄŁer": 47584, + "ĠdeÄŁil": 9920, + "ĠdeÄŁild": 49587, + "ĠdeÄŁiÅŁ": 30435, + "Ġdi": 1026, + "Ġdia": 6801, + "Ġdiab": 33227, + "Ġdiabetes": 13881, + "Ġdiabetic": 50238, + "Ġdiagn": 7234, + "Ġdiagnose": 36238, + "Ġdiagnosed": 16899, + "Ġdiagnosis": 15217, + "Ġdiagnost": 43215, + "Ġdiagnostic": 27897, + "Ġdiagon": 17405, + "Ġdiagonal": 21539, + "Ġdiagram": 10686, + "Ġdiagrams": 36709, + "Ġdial": 5502, + "Ġdialect": 24652, + "Ġdialog": 19308, + "Ġdialogue": 10221, + "Ġdialogues": 45551, + "Ġdiam": 7484, + "Ġdiameter": 14196, + "Ġdiamond": 16059, + "Ġdiamonds": 22612, + "Ġdiaper": 45121, + "Ġdiapers": 48496, + "Ġdiaphrag": 46711, + "Ġdiarr": 37565, + "Ġdiarrhea": 41282, + "Ġdiary": 26492, + "Ġdias": 21084, + "Ġdib": 23064, + "Ġdibuj": 46621, + "Ġdic": 14285, + "Ġdice": 10313, + "Ġdicen": 33816, + "Ġdich": 10390, + "Ġdicho": 27346, + "Ġdicht": 48774, + "Ġdiciendo": 42797, + "Ġdick": 18659, + "Ġdict": 12569, + "Ġdictate": 36071, + "Ġdictator": 42852, + "Ġdictators": 34708, + "Ġdictatorship": 44349, + "Ġdiction": 22352, + "Ġdictionary": 25890, + "Ġdid": 630, + "Ġdidn": 994, + "Ġdidnt": 38634, + "Ġdie": 978, + "Ġdied": 4539, + "Ġdies": 2714, + "Ġdiese": 6705, + "Ġdiesel": 21258, + "Ġdiesem": 10975, + "Ġdiesen": 12862, + "Ġdieser": 9053, + "Ġdieses": 12113, + "Ġdiet": 6339, + "Ġdieta": 37967, + "Ġdietary": 37421, + "Ġdiets": 33867, + "Ġdiez": 48165, + "Ġdif": 679, + "Ġdifer": 10918, + "Ġdiferen": 18959, + "Ġdiferencia": 38844, + "Ġdiferente": 20973, + "Ġdiferentes": 17686, + "Ġdiferença": 38336, + "Ġdiff": 7593, + "Ġdiffer": 743, + "Ġdifference": 2649, + "Ġdifferences": 7300, + "Ġdifferent": 819, + "Ġdifferenti": 27372, + "Ġdifferential": 15756, + "Ġdifferentiate": 23203, + "Ġdifferentiation": 38902, + "Ġdifferently": 7614, + "Ġdiffers": 37761, + "Ġdiffic": 2204, + "Ġdifficile": 26607, + "Ġdifficult": 2252, + "Ġdifficulties": 14399, + "Ġdifficulty": 10360, + "Ġdiffuse": 42165, + "Ġdiffusion": 25242, + "Ġdiffé": 14397, + "Ġdifférence": 45952, + "Ġdifférent": 19384, + "Ġdifférentes": 35438, + "Ġdifférents": 33948, + "Ġdific": 29615, + "ĠdifÃŃ": 16774, + "ĠdifÃŃcil": 17258, + "Ġdig": 2528, + "Ġdigamos": 36430, + "Ġdigest": 13884, + "Ġdigestion": 40560, + "Ġdigestive": 32696, + "Ġdigging": 17343, + "Ġdigit": 14293, + "Ġdigital": 4562, + "Ġdigitally": 36938, + "Ġdigits": 27011, + "Ġdign": 15308, + "Ġdignity": 19672, + "Ġdigo": 22990, + "Ġdij": 47709, + "Ġdije": 39414, + "Ġdijo": 27024, + "Ġdikk": 48926, + "Ġdil": 11504, + "Ġdile": 25623, + "Ġdilemma": 34312, + "Ġdilig": 47646, + "Ġdiligence": 40046, + "Ġdiligent": 50251, + "Ġdiligently": 49013, + "Ġdim": 5013, + "Ġdime": 36330, + "Ġdimension": 10139, + "Ġdimensional": 18795, + "Ġdimensions": 12819, + "Ġdimin": 15739, + "Ġdiminish": 48696, + "Ġdiminished": 40206, + "Ġdin": 3791, + "Ġdinero": 27923, + "Ġding": 21211, + "Ġdingen": 40870, + "Ġdings": 32724, + "Ġdinheiro": 23760, + "Ġdining": 17874, + "Ġdinner": 6148, + "Ġdinosaur": 23627, + "Ġdinosaurs": 25851, + "Ġdio": 31965, + "Ġdiode": 40787, + "Ġdiox": 18982, + "Ġdioxide": 19590, + "Ġdip": 10460, + "Ġdipl": 11432, + "Ġdiplom": 20053, + "Ġdiploma": 35770, + "Ġdiplomacy": 35184, + "Ġdiplomatic": 26553, + "Ġdipped": 45162, + "Ġdipping": 35584, + "Ġdips": 47814, + "Ġdir": 4746, + "Ġdire": 1264, + "Ġdirect": 2047, + "Ġdirectamente": 46230, + "Ġdirected": 12898, + "Ġdirectement": 37297, + "Ġdirecting": 26979, + "Ġdirection": 3513, + "Ġdirectional": 42242, + "Ġdirections": 11095, + "Ġdirective": 45444, + "Ġdirectly": 3838, + "Ġdirector": 5391, + "Ġdirectors": 17307, + "Ġdirectory": 21120, + "Ġdireito": 36601, + "Ġdirekt": 20315, + "Ġdiret": 48196, + "Ġdirig": 35243, + "Ġdirt": 11483, + "Ġdirty": 9360, + "Ġdis": 717, + "Ġdisabilities": 13367, + "Ġdisability": 11090, + "Ġdisable": 28362, + "Ġdisabled": 15191, + "Ġdisad": 15828, + "Ġdisadvant": 26380, + "Ġdisadvantage": 24292, + "Ġdisadvantaged": 46826, + "Ġdisadvantages": 37431, + "Ġdisag": 10414, + "Ġdisagre": 23926, + "Ġdisagree": 14091, + "Ġdisagreement": 38947, + "Ġdisapp": 4518, + "Ġdisappe": 6657, + "Ġdisappear": 11596, + "Ġdisappearance": 37049, + "Ġdisappeared": 13954, + "Ġdisappearing": 34900, + "Ġdisappears": 25527, + "Ġdisappoint": 8505, + "Ġdisappointed": 13856, + "Ġdisappointing": 25054, + "Ġdisappointment": 28175, + "Ġdisast": 42103, + "Ġdisaster": 11293, + "Ġdisasters": 27966, + "Ġdisastrous": 44502, + "Ġdisbel": 36105, + "Ġdisc": 2983, + "Ġdiscard": 31597, + "Ġdiscarded": 45469, + "Ġdiscern": 30868, + "Ġdischarge": 21718, + "Ġdischarged": 37081, + "Ġdisci": 6507, + "Ġdiscipl": 8644, + "Ġdisciple": 32100, + "Ġdisciples": 17209, + "Ġdiscipline": 13635, + "Ġdisciplined": 40061, + "Ġdisciplines": 21919, + "Ġdiscl": 17092, + "Ġdisclaimer": 40896, + "Ġdisclose": 36146, + "Ġdisclosure": 30392, + "Ġdisco": 3622, + "Ġdiscomfort": 28552, + "Ġdisconnect": 14299, + "Ġdisconnected": 29426, + "Ġdiscontin": 31420, + "Ġdiscord": 32989, + "Ġdiscount": 11635, + "Ġdiscounts": 37930, + "Ġdiscour": 21497, + "Ġdiscouraged": 35010, + "Ġdiscours": 43609, + "Ġdiscourse": 23938, + "Ġdiscover": 4411, + "Ġdiscovered": 6941, + "Ġdiscoveries": 28400, + "Ġdiscovering": 24773, + "Ġdiscovers": 44522, + "Ġdiscovery": 12114, + "Ġdiscret": 25656, + "Ġdiscrete": 27706, + "Ġdiscretion": 30140, + "Ġdiscrimin": 20828, + "Ġdiscriminate": 47833, + "Ġdiscrimination": 15973, + "Ġdiscs": 37525, + "Ġdiscuss": 2248, + "Ġdiscussed": 7152, + "Ġdiscussing": 10850, + "Ġdiscussion": 5017, + "Ġdiscussions": 11088, + "Ġdiscut": 42085, + "Ġdise": 3814, + "Ġdisease": 4752, + "Ġdiseases": 11044, + "Ġdisent": 37313, + "Ġdisfr": 37114, + "Ġdisg": 14116, + "Ġdisgr": 32632, + "Ġdisgrace": 41702, + "Ġdisgu": 23333, + "Ġdisguise": 32751, + "Ġdisgusting": 17552, + "Ġdish": 5025, + "Ġdishes": 10814, + "Ġdishon": 37127, + "Ġdishwas": 35992, + "Ġdishwasher": 38009, + "Ġdisinfect": 33334, + "Ġdisintegr": 45354, + "Ġdisk": 12355, + "Ġdisks": 41617, + "Ġdiskut": 36760, + "Ġdisl": 43186, + "Ġdislike": 26006, + "Ġdisloc": 39025, + "Ġdism": 12456, + "Ġdismant": 30506, + "Ġdismiss": 16974, + "Ġdismissed": 29970, + "Ġdisobed": 49171, + "Ġdisorder": 13399, + "Ġdisorders": 20261, + "Ġdisp": 4920, + "Ġdispar": 14548, + "Ġdisparities": 32514, + "Ġdisparity": 47415, + "Ġdispatch": 36729, + "Ġdispers": 24631, + "Ġdispersed": 48059, + "Ġdispl": 14996, + "Ġdisplaced": 33692, + "Ġdisplacement": 21899, + "Ġdisplay": 4674, + "Ġdisplayed": 16372, + "Ġdisplaying": 36834, + "Ġdisplays": 20119, + "Ġdispon": 23311, + "Ġdispos": 15885, + "Ġdisposable": 41578, + "Ġdisposal": 26400, + "Ġdispose": 42537, + "Ġdisposit": 34769, + "Ġdisposition": 40293, + "Ġdisproportion": 28734, + "Ġdisproportionately": 43397, + "Ġdisput": 37669, + "Ġdispute": 25379, + "Ġdisputes": 39666, + "Ġdisreg": 36405, + "Ġdisregard": 44493, + "Ġdisrespect": 27058, + "Ġdisrespectful": 47750, + "Ġdisrupt": 14124, + "Ġdisrupted": 42271, + "Ġdisruption": 28751, + "Ġdisruptive": 37865, + "Ġdiss": 7802, + "Ġdisse": 17581, + "Ġdissect": 48332, + "Ġdissemin": 34585, + "Ġdissert": 36828, + "Ġdissertation": 39555, + "Ġdissip": 29544, + "Ġdisso": 20088, + "Ġdissoci": 44446, + "Ġdissol": 15840, + "Ġdissolve": 30150, + "Ġdissolved": 30651, + "Ġdist": 1483, + "Ġdistance": 4560, + "Ġdistances": 22182, + "Ġdistancing": 18567, + "Ġdistant": 17275, + "Ġdistill": 42923, + "Ġdistinct": 10644, + "Ġdistinction": 16844, + "Ġdistinctive": 27766, + "Ġdistingu": 11365, + "Ġdistinguish": 20206, + "Ġdistinguished": 21702, + "Ġdistint": 31489, + "Ġdistintos": 49337, + "Ġdistort": 37555, + "Ġdistorted": 33431, + "Ġdistortion": 28426, + "Ġdistract": 9945, + "Ġdistracted": 21658, + "Ġdistracting": 36689, + "Ġdistraction": 30217, + "Ġdistractions": 37887, + "Ġdistress": 24516, + "Ġdistrib": 4400, + "Ġdistribute": 20594, + "Ġdistributed": 12631, + "Ġdistributing": 41406, + "Ġdistribution": 7316, + "Ġdistributions": 37870, + "Ġdistributor": 49192, + "Ġdistrict": 6566, + "Ġdistricts": 16815, + "Ġdistur": 10242, + "Ġdisturb": 18071, + "Ġdisturbance": 35684, + "Ġdisturbed": 30558, + "Ġdisturbing": 21903, + "Ġdit": 6176, + "Ġditch": 25325, + "Ġdites": 48291, + "Ġdiu": 40297, + "Ġdiv": 3414, + "Ġdive": 9192, + "Ġdiver": 18558, + "Ġdivergence": 47387, + "Ġdivers": 6111, + "Ġdiverse": 9521, + "Ġdiversion": 49422, + "Ġdiversity": 8811, + "Ġdivert": 23781, + "Ġdivid": 4996, + "Ġdivide": 9845, + "Ġdivided": 6666, + "Ġdividend": 29796, + "Ġdividends": 39675, + "Ġdivides": 41347, + "Ġdividing": 26764, + "Ġdivine": 13678, + "Ġdiving": 20241, + "Ġdivis": 25974, + "Ġdivision": 10044, + "Ġdivisions": 24328, + "Ġdivor": 11861, + "Ġdivorce": 16052, + "Ġdivorced": 27670, + "Ġdivul": 47291, + "Ġdiy": 34275, + "Ġdiye": 12968, + "Ġdiyor": 17587, + "Ġdiyorsun": 38537, + "Ġdiyorum": 37190, + "Ġdiz": 12098, + "Ġdizendo": 47026, + "Ġdizer": 17159, + "Ġdizzy": 31098, + "ĠdiÄŁer": 44525, + "Ġdl": 37873, + "Ġdla": 12285, + "Ġdlatego": 32205, + "Ġdni": 46125, + "Ġdo": 360, + "Ġdoable": 41183, + "Ġdob": 27082, + "Ġdobr": 23067, + "Ġdobre": 41959, + "Ġdobry": 35884, + "Ġdobrze": 28335, + "Ġdoc": 3211, + "Ġdoch": 9243, + "Ġdock": 20929, + "Ġdocs": 45623, + "Ġdoct": 17112, + "Ġdoctor": 4631, + "Ġdoctoral": 41419, + "Ġdoctors": 8778, + "Ġdoctr": 46040, + "Ġdoctrine": 23290, + "Ġdocument": 4166, + "Ġdocumentaries": 41630, + "Ġdocumentary": 15674, + "Ġdocumentation": 14333, + "Ġdocumented": 23007, + "Ġdocumenting": 42360, + "Ġdocuments": 8512, + "Ġdod": 13886, + "Ġdodge": 27238, + "Ġdoe": 35319, + "Ġdoen": 15159, + "Ġdoes": 775, + "Ġdoesn": 1177, + "Ġdoet": 44138, + "Ġdog": 3000, + "Ġdogs": 7197, + "Ġdoin": 23503, + "Ġdoing": 884, + "Ġdois": 11854, + "Ġdoit": 19193, + "Ġdoivent": 44341, + "Ġdok": 25037, + "Ġdokument": 40858, + "ĠdokÅĤad": 45864, + "Ġdol": 17858, + "Ġdoll": 2722, + "Ġdollar": 7241, + "Ġdollars": 3808, + "Ġdolls": 29134, + "Ġdolor": 42416, + "Ġdolph": 29188, + "Ġdolphin": 46759, + "Ġdolphins": 44835, + "Ġdom": 3285, + "Ġdomain": 9274, + "Ġdomains": 25514, + "Ġdome": 27191, + "Ġdomest": 39125, + "Ġdomestic": 10939, + "Ġdomin": 8859, + "Ġdominance": 34987, + "Ġdominant": 15657, + "Ġdominate": 28246, + "Ġdominated": 23755, + "Ġdominating": 43306, + "Ġdomination": 41502, + "Ġdomu": 48465, + "Ġdon": 500, + "Ġdona": 48583, + "Ġdonate": 17751, + "Ġdonated": 23723, + "Ġdonating": 36686, + "Ġdonation": 19724, + "Ġdonations": 22705, + "Ġdonc": 5926, + "Ġdonde": 10488, + "Ġdone": 1096, + "Ġdong": 33079, + "Ġdonkey": 34834, + "Ġdonn": 33258, + "Ġdonne": 21837, + "Ġdonner": 20882, + "Ġdonné": 31165, + "Ġdonnées": 40101, + "Ġdonor": 25493, + "Ġdonors": 25521, + "Ġdont": 9400, + "Ġdonut": 33782, + "Ġdonuts": 36826, + "ĠdonÃŃt": 36311, + "Ġdoo": 27572, + "Ġdoom": 37131, + "Ġdoomed": 33847, + "Ġdoor": 2853, + "Ġdoors": 8077, + "Ġdoorway": 41992, + "Ġdop": 21900, + "Ġdopamine": 37219, + "Ġdope": 23383, + "Ġdopo": 35196, + "Ġdopp": 44862, + "Ġdor": 26313, + "Ġdorm": 12521, + "Ġdormir": 33098, + "Ġdort": 15775, + "Ġdos": 4491, + "Ġdose": 14041, + "Ġdoses": 22576, + "Ġdoss": 47831, + "Ġdost": 20568, + "ĠdostÄĻp": 48209, + "Ġdot": 5893, + "Ġdots": 15026, + "Ġdotted": 37459, + "Ġdou": 2482, + "Ġdoub": 10831, + "Ġdouble": 3834, + "Ġdoubled": 24405, + "Ġdoubles": 31634, + "Ġdoubling": 33651, + "Ġdoubt": 6385, + "Ġdoubts": 22618, + "Ġdough": 7984, + "Ġdoute": 41984, + "Ġdov": 30870, + "Ġdove": 23287, + "Ġdow": 9459, + "Ġdown": 760, + "Ġdownhill": 29929, + "Ġdownload": 5484, + "Ġdownloaded": 21748, + "Ġdownloading": 32529, + "Ġdownloads": 36553, + "Ġdowns": 21554, + "Ġdownside": 25060, + "Ġdownstairs": 20148, + "Ġdownstream": 30621, + "Ġdownt": 11655, + "Ġdowntime": 49648, + "Ġdowntown": 14209, + "Ġdownward": 24805, + "Ġdownwards": 39880, + "Ġdozen": 16654, + "Ġdozens": 18431, + "ĠdoÄŁ": 18557, + "ĠdoÄŁru": 28297, + "ĠdoÅĽwiad": 46661, + "ĠdoÅĽÄĩ": 49333, + "Ġdr": 1224, + "Ġdra": 1617, + "Ġdraft": 11206, + "Ġdrafted": 36288, + "Ġdrafting": 46378, + "Ġdrag": 5286, + "Ġdragged": 25717, + "Ġdragging": 24385, + "Ġdragon": 12165, + "Ġdragons": 27240, + "Ġdrain": 12339, + "Ġdrainage": 32973, + "Ġdrained": 37018, + "Ġdraining": 42916, + "Ġdrains": 47694, + "Ġdram": 7538, + "Ġdrama": 9412, + "Ġdramas": 36739, + "Ġdramat": 42749, + "Ġdramatic": 12023, + "Ġdramatically": 17548, + "Ġdran": 32801, + "Ġdrank": 21011, + "Ġdrastic": 36821, + "Ġdrastically": 29673, + "Ġdrauf": 22763, + "ĠdrauÃŁen": 44602, + "Ġdraw": 2642, + "Ġdrawer": 24039, + "Ġdrawers": 38302, + "Ġdrawing": 6316, + "Ġdrawings": 18618, + "Ġdrawn": 10117, + "Ġdraws": 20045, + "Ġdre": 22540, + "Ġdread": 22236, + "Ġdream": 3055, + "Ġdreamed": 26726, + "Ġdreaming": 21475, + "Ġdreams": 7505, + "Ġdrei": 16809, + "Ġdress": 5231, + "Ġdressed": 12386, + "Ġdresses": 25156, + "Ġdressing": 17211, + "Ġdrew": 12804, + "Ġdri": 1630, + "Ġdrie": 50049, + "Ġdried": 13538, + "Ġdries": 33997, + "Ġdrift": 19699, + "Ġdrifting": 37973, + "Ġdrill": 11392, + "Ġdrilled": 38210, + "Ġdrilling": 26290, + "Ġdrills": 36126, + "Ġdrin": 24534, + "Ġdrink": 2822, + "Ġdrinking": 7583, + "Ġdrinks": 12142, + "Ġdrip": 29376, + "Ġdripping": 37460, + "Ġdrive": 3332, + "Ġdriven": 9555, + "Ġdriver": 6787, + "Ġdrivers": 11590, + "Ġdrives": 11754, + "Ġdriveway": 38276, + "Ġdriving": 4840, + "Ġdrizzle": 48695, + "Ġdro": 3789, + "Ġdroit": 25971, + "Ġdroite": 37321, + "Ġdrone": 13852, + "Ġdrones": 23823, + "Ġdrop": 3270, + "Ġdropdown": 47599, + "Ġdroplets": 41573, + "Ġdropped": 8119, + "Ġdropping": 13601, + "Ġdrops": 11438, + "Ġdrought": 22900, + "Ġdrove": 13226, + "Ġdrown": 20337, + "Ġdrowned": 38233, + "Ġdrowning": 37198, + "Ġdru": 38864, + "Ġdrug": 4110, + "Ġdrugiej": 47373, + "Ġdrugs": 7766, + "Ġdruk": 47995, + "Ġdrum": 10206, + "Ġdrummer": 38535, + "Ġdrums": 20420, + "Ġdrunk": 11192, + "Ġdry": 4016, + "Ġdryer": 29880, + "Ġdrying": 22709, + "Ġdt": 36423, + "Ġdu": 1581, + "Ġdua": 40173, + "Ġdual": 11848, + "Ġduas": 19463, + "Ġdub": 18540, + "Ġdubbed": 43686, + "Ġduck": 12482, + "Ġducks": 34468, + "Ġduct": 25954, + "Ġdud": 38512, + "Ġduda": 43881, + "Ġdude": 6449, + "Ġdudes": 27717, + "Ġdue": 3462, + "Ġduel": 36296, + "Ġdues": 41753, + "Ġdug": 22954, + "Ġduh": 43763, + "Ġdul": 44012, + "Ġdull": 23471, + "Ġdulu": 31643, + "Ġdum": 16784, + "Ġdumb": 10316, + "Ġdumbbell": 39316, + "Ġdummy": 35064, + "Ġdump": 11430, + "Ġdumped": 32131, + "Ġdumping": 42224, + "Ġdumpling": 46517, + "Ġdumplings": 31721, + "Ġdun": 10234, + "Ġdungeon": 27919, + "Ġdungeons": 48347, + "Ġdunk": 33555, + "Ġdunno": 22751, + "Ġduo": 28127, + "Ġduplic": 17154, + "Ġduplicate": 23976, + "Ġdur": 4861, + "Ġdura": 43416, + "Ġdurability": 33664, + "Ġdurable": 22308, + "Ġdurant": 43941, + "Ġdurante": 14427, + "Ġduration": 16365, + "Ġdurch": 7131, + "Ġdurchaus": 42840, + "Ġduring": 1830, + "Ġdurum": 35218, + "Ġdus": 14284, + "Ġdust": 8634, + "Ġdusty": 41973, + "Ġduties": 20910, + "Ġduty": 9776, + "Ġduy": 37385, + "Ġduż": 21783, + "Ġdużo": 26673, + "Ġdw": 27379, + "Ġdwa": 35045, + "Ġdwar": 24524, + "Ġdwarf": 35527, + "Ġdwell": 24355, + "Ġdwelling": 41750, + "Ġdx": 30017, + "Ġdy": 14584, + "Ġdye": 20179, + "Ġdyed": 43199, + "Ġdying": 8639, + "Ġdynam": 5999, + "Ġdynamic": 8546, + "Ġdynamically": 43492, + "Ġdynamics": 15679, + "Ġdynasty": 32841, + "Ġdys": 15243, + "Ġdysfunction": 32002, + "Ġdz": 9758, + "Ġdzi": 31981, + "ĠdziaÅĤ": 27121, + "ĠdziaÅĤa": 37903, + "Ġdzie": 17953, + "Ġdzieci": 38612, + "ĠdzieÅĦ": 47568, + "Ġdzisiaj": 25772, + "ĠdziÄĻki": 45003, + "Ġdá": 14401, + "Ġdär": 12976, + "ĠdÃ¥": 13762, + "Ġdès": 34163, + "Ġdé": 2795, + "Ġdéb": 36529, + "Ġdébut": 22594, + "Ġdéc": 9198, + "Ġdécidé": 43206, + "Ġdécouv": 35687, + "Ġdécouvrir": 47756, + "Ġdéf": 30456, + "Ġdéfin": 40763, + "ĠdéjÃł": 12027, + "Ġdém": 22761, + "Ġdémocr": 47146, + "Ġdép": 27998, + "Ġdépart": 37745, + "Ġdépend": 45768, + "Ġdépl": 47687, + "Ġdés": 18963, + "Ġdét": 22312, + "Ġdévelop": 22558, + "Ġdévelopp": 33379, + "Ġdéveloppement": 45128, + "Ġdó": 18816, + "Ġdólares": 32596, + "Ġdónde": 34264, + "Ġdö": 26089, + "Ġdön": 24782, + "Ġdú": 39299, + "Ġdû": 42300, + "Ġdü": 19378, + "Ġdüny": 32262, + "Ġdür": 23637, + "Ġdürfen": 29493, + "ĠdÃ¼ÅŁ": 12856, + "ĠdÃ¼ÅŁÃ¼n": 21755, + "ĠdÃŃa": 12271, + "ĠdÃŃas": 19527, + "ĠdÄ±ÅŁ": 26602, + "ĠdÅĤ": 44042, + "Ġe": 308, + "ĠeBay": 33803, + "Ġeach": 1184, + "Ġeager": 18259, + "Ġeagle": 30745, + "Ġear": 1273, + "Ġearbuds": 40441, + "Ġearlier": 3071, + "Ġearliest": 20573, + "Ġearly": 2440, + "Ġearn": 6012, + "Ġearned": 12283, + "Ġearnest": 48171, + "Ġearning": 12353, + "Ġearnings": 20548, + "Ġearns": 46936, + "Ġearrings": 31902, + "Ġears": 8798, + "Ġearth": 4120, + "Ġearthly": 46262, + "Ġearthqu": 14814, + "Ġearthquake": 18778, + "Ġearthquakes": 34048, + "Ġeas": 1195, + "Ġease": 12708, + "Ġeasier": 3571, + "Ġeasiest": 12889, + "Ġeasily": 3612, + "Ġeast": 10648, + "Ġeastern": 19346, + "Ġeasy": 1858, + "Ġeat": 1862, + "Ġeaten": 12158, + "Ġeater": 40362, + "Ġeating": 3936, + "Ġeats": 18109, + "Ġeben": 11375, + "Ġebenfalls": 48977, + "Ġec": 11437, + "Ġecc": 29613, + "Ġeccentric": 42629, + "Ġech": 36803, + "Ġecho": 14300, + "Ġechoes": 47051, + "Ġecht": 13972, + "Ġeclipse": 35722, + "Ġeco": 30226, + "Ġecological": 31054, + "Ġecology": 39683, + "Ġecon": 23692, + "Ġeconom": 2520, + "Ġeconomic": 4836, + "Ġeconomical": 42473, + "Ġeconomically": 26811, + "Ġeconomics": 14564, + "Ġeconomies": 23158, + "Ġeconomist": 36696, + "Ġeconomists": 32431, + "Ġeconomy": 5010, + "Ġeconóm": 33537, + "Ġecos": 11007, + "Ġecosystem": 11311, + "Ġecosystems": 32647, + "Ġed": 1257, + "Ġede": 25959, + "Ġeden": 47727, + "Ġeder": 23252, + "Ġederim": 37749, + "Ġedge": 4691, + "Ġedges": 8819, + "Ġedible": 30666, + "Ġedit": 8129, + "Ġedited": 23016, + "Ġediting": 10000, + "Ġedition": 11377, + "Ġeditions": 44840, + "Ġeditor": 9839, + "Ġeditorial": 33412, + "Ġeditors": 31446, + "Ġedits": 41752, + "Ġediyor": 30761, + "Ġediyorum": 39203, + "Ġeduc": 2400, + "Ġeducación": 48861, + "Ġeducate": 16092, + "Ġeducated": 15872, + "Ġeducating": 28835, + "Ġeducation": 3309, + "Ġeducational": 10189, + "Ġeducator": 31237, + "Ġeducators": 22819, + "Ġeel": 47521, + "Ġeen": 3881, + "Ġeens": 31246, + "Ġeer": 25937, + "Ġeerste": 35586, + "Ġef": 31482, + "Ġefect": 22565, + "Ġefecto": 46783, + "Ġefendim": 43556, + "Ġeff": 1244, + "Ġeffect": 1802, + "Ġeffective": 4942, + "Ġeffectively": 8659, + "Ġeffectivement": 40126, + "Ġeffectiveness": 21208, + "Ġeffects": 5065, + "Ġeffet": 30960, + "Ġeffic": 4703, + "Ġefficacy": 33492, + "Ġefficiency": 10493, + "Ġefficient": 7148, + "Ġefficiently": 19621, + "Ġeffort": 4630, + "Ġefforts": 6484, + "Ġefic": 49510, + "Ġefter": 24827, + "Ġeg": 24263, + "Ġegal": 31528, + "Ġegent": 41170, + "Ġegg": 3777, + "Ġeggplant": 43018, + "Ġeggs": 6466, + "Ġego": 14495, + "Ġegy": 16524, + "Ġeh": 7670, + "Ġeher": 24332, + "Ġehkä": 47559, + "Ġehrlich": 40872, + "Ġei": 14020, + "Ġeig": 9728, + "Ġeigen": 10446, + "Ġeigene": 38549, + "Ġeigenen": 28702, + "Ġeigenlijk": 23116, + "Ġeigentlich": 10926, + "Ġeight": 3180, + "Ġeighteen": 31755, + "Ġeighth": 19495, + "Ġeighty": 26348, + "Ġein": 1343, + "Ġeine": 3018, + "Ġeinem": 6827, + "Ġeinen": 4891, + "Ġeiner": 6850, + "Ġeines": 18599, + "Ġeinf": 38627, + "Ġeinfach": 7281, + "Ġeing": 17002, + "Ġeinge": 30061, + "Ġeinges": 49821, + "Ġeinige": 28338, + "Ġeinmal": 11078, + "Ġeins": 21889, + "Ġeinz": 21586, + "Ġeinzel": 36731, + "Ġeinzige": 47743, + "Ġeither": 2139, + "Ġej": 10012, + "Ġeje": 39564, + "Ġeject": 32520, + "Ġejemplo": 13358, + "Ġejerc": 39151, + "Ġek": 13359, + "Ġeks": 30724, + "Ġel": 806, + "Ġela": 7175, + "Ġelabor": 16298, + "Ġelaborate": 20945, + "Ġelas": 23003, + "Ġelastic": 17115, + "Ġelasticity": 46260, + "Ġelbow": 18507, + "Ġelbows": 26620, + "Ġeld": 8912, + "Ġelder": 12995, + "Ġelderly": 19682, + "Ġelders": 22737, + "Ġeldest": 38096, + "Ġele": 1118, + "Ġelect": 2185, + "Ġelected": 11776, + "Ġelection": 6618, + "Ġelections": 12870, + "Ġelector": 45948, + "Ġelectoral": 28633, + "Ġelectr": 7072, + "Ġelectric": 5210, + "Ġelectrical": 12147, + "Ġelectricity": 10356, + "Ġelectro": 16717, + "Ġelectrod": 44216, + "Ġelectrode": 38346, + "Ġelectrodes": 47824, + "Ġelectroly": 39197, + "Ġelectromagn": 27528, + "Ġelectromagnetic": 32214, + "Ġelectron": 6084, + "Ġelectronic": 10092, + "Ġelectronically": 49677, + "Ġelectronics": 20611, + "Ġelectrons": 14265, + "Ġeleg": 14459, + "Ġelegant": 21117, + "Ġelekt": 26991, + "Ġelement": 4478, + "Ġelemental": 39427, + "Ġelementary": 16429, + "Ġelemento": 47961, + "Ġelementos": 35797, + "Ġelements": 4959, + "Ġelephant": 19791, + "Ġelephants": 33015, + "Ġeles": 10244, + "Ġelev": 7701, + "Ġelevate": 33054, + "Ġelevated": 23457, + "Ġelevation": 25827, + "Ġelevator": 18782, + "Ġeleven": 21090, + "Ġelf": 35565, + "Ġeli": 34486, + "Ġelig": 31089, + "Ġeligibility": 32826, + "Ġeligible": 14728, + "Ġelim": 24333, + "Ġelimin": 7892, + "Ġeliminate": 13819, + "Ġeliminated": 20308, + "Ġeliminates": 49893, + "Ġeliminating": 31203, + "Ġelimination": 29224, + "Ġelite": 17801, + "Ġelites": 44678, + "Ġelk": 44818, + "Ġelkaar": 35930, + "Ġell": 8284, + "Ġella": 18823, + "Ġellas": 38397, + "Ġelle": 8404, + "Ġeller": 12519, + "Ġelles": 23576, + "Ġello": 33549, + "Ġellos": 16353, + "Ġelo": 38682, + "Ġelong": 40786, + "Ġels": 10302, + "Ġelse": 1646, + "Ġelsewhere": 14517, + "Ġelves": 43087, + "Ġelét": 36920, + "Ġem": 846, + "Ġemail": 3796, + "Ġemailed": 45460, + "Ġemails": 12524, + "Ġeman": 28211, + "Ġemb": 4605, + "Ġemba": 32660, + "Ġembaixo": 36612, + "Ġembar": 18801, + "Ġembargo": 23955, + "Ġembark": 29832, + "Ġembarrass": 9187, + "Ġembarrassed": 16843, + "Ġembarrassing": 17299, + "Ġembarrassment": 43536, + "Ġembassy": 38012, + "Ġembed": 12240, + "Ġembedded": 16741, + "Ġemblem": 35949, + "Ġembod": 28935, + "Ġembodied": 42046, + "Ġembody": 42575, + "Ġembora": 44681, + "Ġembr": 9392, + "Ġembrace": 14038, + "Ġembraced": 28673, + "Ġembracing": 31596, + "Ġembro": 27925, + "Ġembroider": 29833, + "Ġembroidery": 43762, + "Ġembry": 31588, + "Ġemer": 4345, + "Ġemerge": 21511, + "Ġemerged": 20178, + "Ġemergen": 33983, + "Ġemergence": 36211, + "Ġemergencies": 43483, + "Ġemergency": 7473, + "Ġemerges": 38965, + "Ġemerging": 14989, + "Ġemission": 29513, + "Ġemissions": 14607, + "Ġemit": 32084, + "Ġemitted": 44897, + "Ġemo": 19611, + "Ġemoc": 28283, + "Ġemoji": 31595, + "Ġemot": 3626, + "Ġemotion": 8913, + "Ġemotional": 6863, + "Ġemotionally": 17991, + "Ġemotions": 8462, + "Ġemp": 4012, + "Ġempath": 27155, + "Ġempathy": 18701, + "Ġemperor": 20255, + "Ġempez": 18730, + "Ġempezar": 31168, + "Ġemphas": 7896, + "Ġemphasis": 16271, + "Ġemphasize": 16078, + "Ġemphasized": 34068, + "Ġemphasizes": 48856, + "Ġemphasizing": 45550, + "Ġempieza": 44577, + "Ġempir": 25790, + "Ġempire": 17506, + "Ġempirical": 31886, + "Ġemple": 36820, + "Ġemploy": 3188, + "Ġemployed": 20115, + "Ġemployee": 10738, + "Ġemployees": 6619, + "Ġemployer": 16205, + "Ġemployers": 16744, + "Ġemployment": 11949, + "Ġempower": 11071, + "Ġempowered": 27898, + "Ġempowering": 28261, + "Ġempowerment": 34825, + "Ġempre": 43223, + "Ġempres": 13627, + "Ġempresa": 22682, + "Ġempresas": 26433, + "Ġempt": 6113, + "Ġemptiness": 41993, + "Ġempty": 6707, + "Ġemulate": 45497, + "Ġen": 465, + "Ġenable": 9528, + "Ġenabled": 15172, + "Ġenables": 17077, + "Ġenabling": 23148, + "Ġenact": 25909, + "Ġenacted": 41313, + "Ġenam": 44549, + "Ġenc": 2058, + "Ġenca": 28934, + "Ġencant": 42380, + "Ġencanta": 47597, + "Ġencaps": 38745, + "Ġencara": 47287, + "Ġench": 35213, + "Ġencima": 40265, + "Ġencl": 20987, + "Ġenclosed": 42089, + "Ġenclosure": 34093, + "Ġencoding": 43430, + "Ġencompass": 28268, + "Ġencompasses": 49866, + "Ġencont": 10176, + "Ġencontra": 43621, + "Ġencontramos": 45049, + "Ġencontrar": 17525, + "Ġencore": 10122, + "Ġencoun": 7669, + "Ġencounter": 8593, + "Ġencountered": 20381, + "Ġencounters": 26310, + "Ġencour": 3959, + "Ġencourage": 5373, + "Ġencouraged": 14658, + "Ġencouragement": 25683, + "Ġencourages": 28071, + "Ġencouraging": 14580, + "Ġencry": 17972, + "Ġencrypted": 36663, + "Ġencryption": 29575, + "Ġencuent": 23708, + "Ġencuentra": 43274, + "Ġend": 917, + "Ġendanger": 31975, + "Ġendangered": 37539, + "Ġende": 19099, + "Ġendeavor": 34975, + "Ġendeavors": 49608, + "Ġended": 4590, + "Ġending": 8121, + "Ġendings": 42474, + "Ġendless": 16144, + "Ġendlessly": 44920, + "Ġendlich": 32574, + "Ġendors": 37676, + "Ġendorse": 29228, + "Ġendorsed": 50094, + "Ġendpoint": 35795, + "Ġendroit": 47390, + "Ġends": 5314, + "Ġendurance": 30325, + "Ġendure": 24732, + "Ġendured": 39017, + "Ġenduring": 36562, + "Ġenem": 7255, + "Ġenemies": 7805, + "Ġenemy": 5945, + "Ġener": 2043, + "Ġenerg": 10575, + "Ġenergetic": 24935, + "Ġenergia": 29469, + "Ġenergies": 25737, + "Ġenergized": 49231, + "Ġenergy": 2281, + "ĠenergÃŃa": 34315, + "Ġenf": 10667, + "Ġenfant": 44888, + "Ġenfants": 22649, + "Ġenfer": 27341, + "Ġenfermed": 42695, + "Ġenfim": 48937, + "Ġenfin": 25059, + "Ġenfor": 25495, + "Ġenforce": 24825, + "Ġenforced": 40953, + "Ġenforcement": 11475, + "Ġenfrent": 33771, + "Ġeng": 1741, + "Ġengag": 46730, + "Ġengage": 4683, + "Ġengaged": 8237, + "Ġengagement": 8742, + "Ġengagements": 44978, + "Ġengages": 45576, + "Ġengaging": 11268, + "Ġengine": 2848, + "Ġengineer": 11403, + "Ġengineered": 38648, + "Ġengineering": 7043, + "Ġengineers": 11955, + "Ġengines": 12982, + "Ġenglish": 32169, + "Ġengra": 25842, + "Ġenh": 10944, + "Ġenhan": 15780, + "Ġenhance": 11985, + "Ġenhanced": 21191, + "Ġenhancement": 40776, + "Ġenhances": 46628, + "Ġenhancing": 36579, + "Ġenjo": 27803, + "Ġenjoy": 2103, + "Ġenjoyable": 20305, + "Ġenjoyed": 4626, + "Ġenjoying": 9929, + "Ġenjoyment": 32013, + "Ġenjoys": 29750, + "Ġenlar": 31976, + "Ġenlight": 18690, + "Ġenlightened": 36975, + "Ġenlightenment": 34661, + "Ġenm": 48786, + "Ġenorm": 8473, + "Ġenorme": 33648, + "Ġenormous": 11322, + "Ġenormously": 39669, + "Ġenough": 1547, + "Ġenqu": 21304, + "Ġenquanto": 31749, + "Ġenrich": 18849, + "Ġenriched": 48624, + "Ġenrichment": 49900, + "Ġenroll": 12266, + "Ġenrolled": 25896, + "Ġenrollment": 22420, + "Ġens": 3489, + "Ġense": 12567, + "Ġensemble": 19492, + "Ġenseñ": 31275, + "Ġensl": 30434, + "Ġenslaved": 32119, + "Ġensuite": 25080, + "Ġensure": 5586, + "Ġensures": 28111, + "Ġensuring": 16882, + "Ġent": 948, + "Ġentails": 50133, + "Ġentend": 16612, + "Ġentender": 20054, + "Ġentendeu": 49622, + "Ġentendu": 41489, + "Ġenter": 3242, + "Ġentered": 9065, + "Ġentering": 11104, + "Ġenterprise": 14132, + "Ġenterprises": 29034, + "Ġenters": 18780, + "Ġentertain": 7655, + "Ġentertained": 44783, + "Ġentertaining": 20402, + "Ġentertainment": 12393, + "Ġentfer": 41940, + "Ġenthal": 46475, + "Ġenthalpy": 48869, + "Ġenthus": 12616, + "Ġenthusi": 18076, + "Ġenthusiasm": 23417, + "Ġenthusiastic": 28574, + "Ġenthusiasts": 45873, + "Ġentire": 2302, + "Ġentirely": 7696, + "Ġentirety": 31557, + "Ġentit": 14789, + "Ġentities": 16667, + "Ġentitled": 17838, + "Ġentity": 13977, + "Ġentonces": 13003, + "Ġentr": 8041, + "Ġentra": 22284, + "Ġentrada": 37119, + "Ġentrance": 12014, + "Ġentrar": 20913, + "Ġentre": 3962, + "Ġentreg": 32843, + "Ġentren": 45069, + "Ġentreprene": 8354, + "Ġentrepreneur": 14307, + "Ġentrepreneurial": 33094, + "Ġentrepreneurs": 12639, + "Ġentrepreneurship": 26582, + "Ġentreprises": 41657, + "Ġentrev": 39095, + "Ġentries": 23041, + "Ġentropy": 30867, + "Ġentry": 8729, + "Ġents": 12834, + "Ġentsche": 28398, + "Ġentscheiden": 44560, + "Ġentschieden": 49807, + "Ġentsprech": 29967, + "Ġentsprechend": 47823, + "Ġentste": 35955, + "Ġentwic": 28449, + "Ġentwickelt": 43208, + "Ġentão": 9071, + "Ġenv": 2267, + "Ġenvelop": 33860, + "Ġenvelope": 19989, + "Ġenvie": 24149, + "Ġenviron": 2571, + "Ġenvironment": 2823, + "Ġenvironmental": 8303, + "Ġenvironmentally": 42236, + "Ġenvironments": 12388, + "Ġenvision": 24739, + "Ġenvisioned": 47733, + "Ġenvol": 49995, + "Ġenvoy": 35351, + "Ġenvy": 30530, + "Ġenzy": 16272, + "Ġenzyme": 24521, + "Ġenzymes": 29299, + "Ġep": 2388, + "Ġepic": 13581, + "Ġepid": 13510, + "Ġepidemi": 35761, + "Ġepidemic": 20982, + "Ġepile": 41855, + "Ġepilepsy": 49680, + "Ġepis": 2927, + "Ġepisod": 39200, + "Ġepisode": 3500, + "Ġepisodes": 9313, + "Ġepisód": 42736, + "Ġepisódio": 50056, + "Ġepo": 30992, + "Ġepoxy": 45397, + "Ġepsilon": 17889, + "Ġequ": 1267, + "Ġequal": 2681, + "Ġequality": 14949, + "Ġequally": 12309, + "Ġequals": 6915, + "Ġequation": 5367, + "Ġequations": 11787, + "Ġequator": 45544, + "Ġequilib": 14204, + "Ġequilibrium": 15625, + "Ġequip": 5037, + "Ġequipment": 5927, + "Ġequipo": 30048, + "Ġequipped": 15218, + "Ġequitable": 33730, + "Ġequity": 10769, + "Ġequiv": 48726, + "Ġequival": 9052, + "Ġequivalent": 10344, + "Ġer": 1189, + "Ġera": 4249, + "Ġerad": 33078, + "Ġeram": 34664, + "Ġeran": 32762, + "Ġerase": 23525, + "Ġerased": 38359, + "Ġeraser": 46018, + "Ġere": 25022, + "Ġerect": 34201, + "Ġeres": 30065, + "Ġerf": 20228, + "Ġerfahren": 49472, + "Ġerfolg": 39447, + "Ġerfolgreich": 48270, + "Ġerg": 26585, + "Ġergon": 42735, + "Ġerhalten": 38051, + "Ġerhö": 49058, + "Ġerk": 31879, + "Ġerkennen": 45720, + "Ġerkl": 27570, + "Ġerklären": 46528, + "Ġerle": 26826, + "Ġerlebt": 47372, + "Ġerm": 25253, + "Ġern": 36061, + "Ġernst": 43412, + "Ġerosion": 32173, + "Ġerr": 45267, + "Ġerrado": 48571, + "Ġerrand": 45810, + "Ġerre": 28641, + "Ġerreichen": 39464, + "Ġerreicht": 46250, + "Ġerro": 45935, + "Ġerror": 6713, + "Ġerrors": 13603, + "Ġers": 33743, + "Ġersch": 41673, + "Ġerst": 11301, + "Ġerste": 20951, + "Ġersten": 17324, + "Ġerstmal": 38607, + "Ġeru": 20999, + "Ġeruption": 42584, + "Ġerw": 21715, + "Ġerzäh": 28337, + "Ġerzählt": 47110, + "Ġes": 785, + "Ġesa": 11342, + "Ġesas": 23388, + "Ġesc": 4721, + "Ġesca": 12663, + "Ġescal": 17871, + "Ġescape": 7615, + "Ġescaped": 20397, + "Ġescapes": 43769, + "Ġescaping": 32554, + "Ġescol": 25603, + "Ġescola": 42501, + "Ġescort": 37353, + "Ġescr": 49865, + "Ġescre": 30004, + "Ġescrever": 44909, + "Ġescri": 30598, + "Ġescrito": 49451, + "Ġescuch": 22483, + "Ġescuela": 47817, + "Ġese": 10167, + "Ġesemp": 32340, + "Ġesempio": 33627, + "Ġesf": 41614, + "Ġesfuer": 49213, + "Ġesimerk": 50029, + "Ġeso": 7287, + "Ġesos": 22411, + "Ġesp": 7089, + "Ġespa": 17488, + "Ġespacio": 33845, + "Ġespaço": 34270, + "Ġespañ": 25726, + "Ġespañol": 31177, + "Ġespe": 10049, + "Ġespec": 31620, + "Ġespecial": 15342, + "Ġespecially": 2318, + "Ġespecialmente": 41546, + "Ġespecie": 49368, + "Ġespect": 38244, + "ĠespecÃŃfic": 32741, + "Ġesper": 10045, + "Ġespera": 37862, + "Ġesperando": 46587, + "Ġesperar": 37577, + "Ġespero": 26823, + "Ġespresso": 44140, + "ĠespÃŃ": 48987, + "Ġesqu": 34611, + "Ġesque": 28147, + "Ġesquer": 40428, + "Ġess": 2097, + "Ġessa": 7208, + "Ġessas": 19277, + "Ġessay": 16238, + "Ġessayer": 32421, + "Ġessays": 35123, + "Ġesse": 6755, + "Ġessen": 41749, + "Ġessence": 12801, + "Ġessent": 47056, + "Ġessential": 7115, + "Ġessentially": 4476, + "Ġessentials": 46884, + "Ġessere": 19799, + "Ġesses": 18966, + "Ġest": 871, + "Ġesta": 5283, + "Ġestab": 3947, + "Ġestaba": 17544, + "Ġestaban": 36713, + "Ġestable": 37444, + "Ġestablish": 8327, + "Ġestablished": 7545, + "Ġestablishing": 22494, + "Ġestablishment": 20971, + "Ġestad": 39160, + "Ġestado": 18372, + "Ġestamos": 10382, + "Ġestan": 42058, + "Ġestar": 8755, + "Ġestas": 13897, + "Ġestat": 30883, + "Ġestate": 9749, + "Ġestava": 15662, + "Ġestavam": 43711, + "Ġeste": 4065, + "Ġestem": 50185, + "Ġestilo": 37470, + "Ġestim": 8017, + "Ġestimate": 12539, + "Ġestimated": 14109, + "Ġestimates": 20561, + "Ġestimation": 35701, + "Ġestiver": 46578, + "Ġesto": 7433, + "Ġestos": 12585, + "Ġestou": 17660, + "Ġestoy": 15796, + "Ġestr": 35680, + "Ġestran": 49461, + "Ġestrat": 42746, + "Ġestratég": 46603, + "Ġestre": 36665, + "Ġestrogen": 44754, + "Ġestruct": 43935, + "Ġestrut": 45899, + "Ġestud": 13542, + "Ġestudio": 44286, + "Ġestuv": 49777, + "Ġestá": 3192, + "Ġestán": 10368, + "Ġestás": 24389, + "Ġestão": 14775, + "Ġesté": 34584, + "ĠestÃł": 22093, + "Ġet": 1030, + "Ġeta": 32415, + "Ġetap": 47634, + "Ġetc": 5183, + "Ġetcetera": 22066, + "Ġetern": 10533, + "Ġeternal": 14503, + "Ġeternity": 27162, + "Ġeth": 6468, + "Ġethanol": 43150, + "Ġether": 37096, + "Ġethic": 37820, + "Ġethical": 18890, + "Ġethics": 19769, + "Ġethn": 42589, + "Ġethnic": 14363, + "Ġethnicity": 33774, + "Ġetiqu": 42177, + "Ġetme": 34469, + "Ġetmek": 46005, + "Ġett": 5431, + "Ġetti": 41523, + "Ġettä": 9894, + "Ġetwa": 28369, + "Ġetwas": 9569, + "Ġeu": 2228, + "Ġeuch": 10403, + "Ġeuh": 32678, + "Ġeure": 32845, + "Ġeuro": 14206, + "Ġeurop": 22139, + "Ġeurope": 27207, + "Ġeuropé": 32055, + "Ġeuros": 14160, + "Ġeux": 22648, + "Ġev": 1073, + "Ġevac": 20245, + "Ġevacuate": 48570, + "Ġevacuation": 42740, + "Ġevalu": 6133, + "Ġevaluate": 13059, + "Ġevaluated": 25509, + "Ġevaluating": 27479, + "Ġevaluation": 13344, + "Ġevaluations": 43085, + "Ġevangel": 24546, + "Ġevangelical": 45471, + "Ġevapor": 26315, + "Ġeve": 34225, + "Ġeven": 754, + "Ġevening": 5634, + "Ġevenings": 42835, + "Ġevenly": 17658, + "Ġevent": 2280, + "Ġevento": 40655, + "Ġevents": 3931, + "Ġeventual": 33160, + "Ġeventually": 4728, + "Ġever": 1562, + "Ġeverlasting": 43710, + "Ġevery": 633, + "Ġeverybody": 2201, + "Ġeveryday": 7429, + "Ġeveryone": 1518, + "Ġeverything": 1203, + "Ġeverytime": 46162, + "Ġeverywhere": 5315, + "Ġevet": 38016, + "Ġeviden": 43699, + "Ġevidence": 4467, + "Ġevident": 16371, + "Ġevil": 6724, + "Ġevitar": 31326, + "Ġevol": 7117, + "Ġevolution": 9303, + "Ġevolutionary": 27567, + "Ġevolve": 16693, + "Ġevolved": 14178, + "Ġevolves": 43737, + "Ġevolving": 21085, + "Ġew": 43364, + "Ġex": 454, + "Ġexacer": 38362, + "Ġexacerb": 38819, + "Ġexact": 1900, + "Ġexactamente": 48686, + "Ġexactement": 38111, + "Ġexactly": 2293, + "Ġexagger": 19123, + "Ġexaggerated": 36196, + "Ġexam": 1139, + "Ġexamination": 23874, + "Ġexamine": 17496, + "Ġexamined": 30972, + "Ġexamining": 34662, + "Ġexample": 1365, + "Ġexamples": 5110, + "Ġexams": 20514, + "Ġexatamente": 35937, + "Ġexc": 1624, + "Ġexca": 24933, + "Ġexcav": 34351, + "Ġexceed": 14048, + "Ġexceeded": 38026, + "Ġexceeds": 43305, + "Ġexcel": 24015, + "Ġexcell": 45817, + "Ġexcellence": 21268, + "Ġexcellent": 7103, + "Ġexcept": 3993, + "Ġexception": 11183, + "Ġexceptional": 19279, + "Ġexceptionally": 37807, + "Ġexceptions": 22847, + "Ġexcer": 42760, + "Ġexcess": 9310, + "Ġexcessive": 22704, + "Ġexch": 6210, + "Ġexchange": 7742, + "Ġexchanged": 38378, + "Ġexchanges": 27374, + "Ġexcit": 13101, + "Ġexcited": 2919, + "Ġexcitement": 14755, + "Ġexciting": 4670, + "Ġexclud": 16269, + "Ġexclude": 33536, + "Ġexcluded": 29486, + "Ġexcluding": 49999, + "Ġexclus": 15085, + "Ġexclusion": 33049, + "Ġexclusive": 13005, + "Ġexclusively": 20638, + "Ġexcus": 20974, + "Ġexcuse": 8960, + "Ġexcuses": 24666, + "Ġexec": 4454, + "Ġexecut": 7568, + "Ġexecute": 14483, + "Ġexecuted": 17577, + "Ġexecuting": 32368, + "Ġexecution": 15058, + "Ġexecutive": 10140, + "Ġexecutives": 28485, + "Ġexem": 9659, + "Ġexempel": 34999, + "Ġexempl": 24112, + "Ġexemple": 12223, + "Ġexemplo": 16496, + "Ġexempt": 30425, + "Ġexemption": 43154, + "Ġexerc": 4057, + "Ġexercise": 5380, + "Ġexercises": 11900, + "Ġexercising": 27272, + "Ġexert": 31941, + "Ġexfol": 46935, + "Ġexh": 31052, + "Ġexha": 9059, + "Ġexhale": 19652, + "Ġexhaust": 14687, + "Ġexhausted": 17992, + "Ġexhausting": 34076, + "Ġexhaustion": 47408, + "Ġexhib": 8144, + "Ġexhibit": 20487, + "Ġexhibited": 49446, + "Ġexhibition": 14414, + "Ġexhibitions": 41522, + "Ġexhibits": 39205, + "Ġexile": 37984, + "Ġexist": 2514, + "Ġexiste": 16304, + "Ġexisted": 13135, + "Ġexistem": 44345, + "Ġexistence": 9123, + "Ġexistential": 37133, + "Ġexisting": 6741, + "Ġexists": 8198, + "Ġexit": 11043, + "Ġexiting": 48868, + "Ġexits": 44183, + "Ġexotic": 27063, + "Ġexp": 1278, + "Ġexpand": 5268, + "Ġexpanded": 14342, + "Ġexpanding": 14702, + "Ġexpands": 33706, + "Ġexpans": 9672, + "Ġexpansion": 11260, + "Ġexpansive": 46949, + "Ġexpect": 2066, + "Ġexpectancy": 42574, + "Ġexpectation": 14334, + "Ġexpectations": 9843, + "Ġexpected": 5176, + "Ġexpecting": 9650, + "Ġexpects": 33280, + "Ġexped": 19348, + "Ġexpedition": 30359, + "Ġexpelled": 44368, + "Ġexpend": 24439, + "Ġexpenditure": 40377, + "Ġexpenditures": 46381, + "Ġexpense": 18406, + "Ġexpenses": 15506, + "Ġexpensive": 5124, + "Ġexper": 1086, + "Ġexperi": 33589, + "Ġexperien": 3135, + "Ġexperience": 1752, + "Ġexperienced": 6751, + "Ġexperiences": 5235, + "Ġexperiencia": 36489, + "Ġexperiencing": 11139, + "Ġexperient": 49611, + "Ġexperiment": 5120, + "Ġexperimental": 17069, + "Ġexperimentation": 37142, + "Ġexperimenting": 29070, + "Ġexperiments": 12050, + "Ġexperiência": 41238, + "Ġexpert": 5844, + "Ġexpertise": 11769, + "Ġexperts": 8572, + "Ġexpiration": 39657, + "Ġexpire": 45447, + "Ġexpired": 36587, + "Ġexpl": 1490, + "Ġexplain": 2903, + "Ġexplained": 8825, + "Ġexplaining": 13468, + "Ġexplains": 13948, + "Ġexplan": 9045, + "Ġexplanation": 10835, + "Ġexplanations": 28708, + "Ġexplic": 28021, + "Ġexplicar": 26682, + "Ġexplicit": 13691, + "Ġexplicitly": 20803, + "Ġexplo": 12382, + "Ġexplode": 21411, + "Ġexploded": 27049, + "Ġexplodes": 42610, + "Ġexploding": 35175, + "Ġexploit": 25924, + "Ġexploitation": 33122, + "Ġexploited": 40918, + "Ġexplor": 24765, + "Ġexploration": 16197, + "Ġexplore": 6839, + "Ġexplored": 24016, + "Ġexplorer": 39680, + "Ġexplores": 45473, + "Ġexploring": 12736, + "Ġexplos": 9215, + "Ġexplosion": 15673, + "Ġexplosions": 36872, + "Ġexplosive": 24630, + "Ġexplosives": 46421, + "Ġexpon": 12680, + "Ġexponent": 37871, + "Ġexponential": 21510, + "Ġexponentially": 37330, + "Ġexport": 10725, + "Ġexported": 42055, + "Ġexporting": 44686, + "Ġexports": 31428, + "Ġexpos": 30076, + "Ġexpose": 19219, + "Ġexposed": 9495, + "Ġexposing": 33178, + "Ġexposure": 10420, + "Ġexpres": 33397, + "Ġexpress": 5109, + "Ġexpressed": 12675, + "Ġexpresses": 39204, + "Ġexpressing": 22171, + "Ġexpression": 6114, + "Ġexpressions": 15277, + "Ġexpressive": 40189, + "Ġext": 1279, + "Ġextend": 10101, + "Ġextended": 10913, + "Ġextending": 24360, + "Ġextends": 26448, + "Ġextension": 10320, + "Ġextensions": 25129, + "Ġextensive": 13246, + "Ġextensively": 32636, + "Ġextent": 8396, + "Ġexterior": 20677, + "Ġextermin": 48628, + "Ġextern": 30360, + "Ġexternal": 8320, + "Ġexternally": 40899, + "Ġextinct": 35094, + "Ġextinction": 33163, + "Ġexting": 33829, + "Ġextr": 16455, + "Ġextra": 2857, + "Ġextract": 8947, + "Ġextracted": 34086, + "Ġextracting": 49844, + "Ġextraction": 30197, + "Ġextraord": 10149, + "Ġextraordin": 27396, + "Ġextraordinarily": 34557, + "Ġextraordinary": 10581, + "Ġextrapol": 48224, + "Ġextras": 40961, + "Ġextrater": 43324, + "Ġextrem": 4040, + "Ġextreme": 8084, + "Ġextremely": 4664, + "Ġextremes": 41119, + "Ġextrêmement": 38148, + "Ġey": 9817, + "Ġeye": 3313, + "Ġeyeball": 38868, + "Ġeyeballs": 43758, + "Ġeyebr": 15713, + "Ġeyebrow": 35875, + "Ġeyebrows": 19916, + "Ġeyel": 13197, + "Ġeyelashes": 37017, + "Ġeyelid": 39386, + "Ġeyelids": 42419, + "Ġeyeliner": 30788, + "Ġeyes": 2575, + "Ġeyeshadow": 34174, + "Ġeyesight": 49887, + "Ġez": 25220, + "ĠeÄŁ": 49681, + "ĠeÅŁ": 40600, + "Ġf": 283, + "Ġfa": 2050, + "Ġfab": 5355, + "Ġfabric": 7253, + "Ġfabrication": 44820, + "Ġfabrics": 32424, + "Ġfabulous": 17692, + "Ġfac": 1915, + "Ġfacade": 46261, + "Ġface": 1851, + "Ġfacebook": 23372, + "Ġfaced": 11446, + "Ġfaces": 8475, + "Ġfacets": 49752, + "Ġfacial": 15642, + "Ġfacil": 10217, + "Ġfacile": 23670, + "Ġfacilit": 38770, + "Ġfacilitate": 20207, + "Ġfacilitating": 47558, + "Ġfacilities": 9406, + "Ġfacility": 8973, + "Ġfacing": 7170, + "Ġfact": 1186, + "Ġfaction": 37249, + "Ġfactions": 41252, + "Ġfacto": 42225, + "Ġfactor": 5952, + "Ġfactorial": 36916, + "Ġfactories": 24813, + "Ġfactors": 6771, + "Ġfactory": 9265, + "Ġfacts": 9130, + "Ġfactual": 48029, + "Ġfacult": 44137, + "Ġfaculty": 6389, + "Ġfade": 21626, + "Ġfaded": 36352, + "Ġfades": 32679, + "Ġfading": 38644, + "Ġfahren": 25593, + "Ġfail": 3061, + "Ġfailed": 7612, + "Ġfailing": 18223, + "Ġfails": 18199, + "Ġfailure": 7763, + "Ġfailures": 20774, + "Ġfaint": 21104, + "Ġfair": 3143, + "Ġfaire": 4865, + "Ġfairly": 6457, + "Ġfairness": 29765, + "Ġfairy": 19104, + "Ġfais": 12153, + "Ġfaisait": 42795, + "Ġfait": 3887, + "Ġfaites": 29902, + "Ġfaith": 4522, + "Ġfaithful": 17808, + "Ġfaj": 34001, + "Ġfak": 33647, + "Ġfake": 7592, + "Ġfakt": 21310, + "Ġfaktiskt": 35988, + "Ġfal": 3704, + "Ġfala": 21580, + "Ġfalan": 21474, + "Ġfalando": 21236, + "Ġfalar": 13536, + "Ġfale": 26772, + "Ġfalei": 29800, + "Ġfall": 2100, + "Ġfallait": 49170, + "Ġfallen": 11547, + "Ġfalling": 7440, + "Ġfalls": 8804, + "Ġfalou": 28443, + "Ġfals": 16720, + "Ġfalsch": 43340, + "Ġfalse": 7908, + "Ġfalt": 37108, + "Ġfalta": 22111, + "Ġfam": 1087, + "Ġfame": 16874, + "Ġfamil": 4085, + "Ġfamili": 42155, + "Ġfamilia": 24050, + "Ġfamiliar": 4963, + "Ġfamiliarity": 49828, + "Ġfamilies": 4466, + "Ġfamille": 28123, + "Ġfamily": 1605, + "Ġfamine": 42790, + "Ġfamoso": 49526, + "Ġfamous": 4618, + "Ġfamously": 34360, + "ĠfamÃŃlia": 26716, + "Ġfan": 3429, + "Ġfancy": 10247, + "Ġfand": 38138, + "Ġfandom": 41591, + "Ġfans": 4499, + "Ġfant": 4115, + "Ġfantas": 31255, + "Ġfantast": 30665, + "Ġfantastic": 5456, + "Ġfantasy": 13861, + "Ġfar": 1400, + "Ġfare": 11994, + "Ġfarewell": 35442, + "Ġfark": 27047, + "Ġfarklı": 43953, + "Ġfarm": 5421, + "Ġfarmer": 17891, + "Ġfarmers": 11339, + "Ġfarming": 16557, + "Ġfarms": 20366, + "Ġfart": 24575, + "Ġfarther": 20344, + "Ġfas": 30632, + "Ġfasc": 7184, + "Ġfascinated": 24597, + "Ġfascinating": 10343, + "Ġfase": 33931, + "Ġfashion": 6700, + "Ġfashionable": 40735, + "Ġfashioned": 40646, + "Ġfast": 2370, + "Ġfasten": 38716, + "Ġfaster": 4663, + "Ġfastest": 14573, + "Ġfasting": 22371, + "Ġfat": 4046, + "Ġfatal": 24069, + "Ġfate": 12738, + "Ġfather": 3086, + "Ġfathers": 23450, + "Ġfatigue": 20574, + "Ġfato": 33351, + "Ġfats": 29885, + "Ġfatto": 23228, + "Ġfatty": 24898, + "Ġfauc": 49567, + "Ġfaud": 38694, + "Ġfault": 7441, + "Ġfaults": 36090, + "Ġfaut": 8487, + "Ġfaux": 36659, + "Ġfav": 33801, + "Ġfavor": 2294, + "Ġfavorable": 29557, + "Ġfavored": 44420, + "Ġfavorite": 2954, + "Ġfavorites": 16907, + "Ġfavors": 40554, + "Ġfavour": 8182, + "Ġfavourite": 10696, + "Ġfaz": 4375, + "Ġfazem": 41748, + "Ġfazendo": 20741, + "Ġfazer": 6736, + "Ġfazla": 30611, + "Ġfaço": 38091, + "Ġfaçon": 20725, + "Ġfe": 579, + "Ġfear": 4240, + "Ġfeared": 30629, + "Ġfearful": 33014, + "Ġfearless": 44139, + "Ġfears": 15649, + "Ġfeas": 21781, + "Ġfeasible": 26648, + "Ġfeast": 23707, + "Ġfeat": 15425, + "Ġfeather": 25852, + "Ġfeathers": 27044, + "Ġfeature": 4111, + "Ġfeatured": 13822, + "Ġfeatures": 4122, + "Ġfeaturing": 19742, + "Ġfed": 4636, + "Ġfeder": 38024, + "Ġfederal": 6019, + "Ġfee": 12054, + "Ġfeed": 3154, + "Ġfeedback": 5824, + "Ġfeeder": 48778, + "Ġfeeding": 12919, + "Ġfeeds": 23712, + "Ġfeel": 841, + "Ġfeeling": 2633, + "Ġfeelings": 6640, + "Ġfeels": 3417, + "Ġfees": 13370, + "Ġfeet": 3521, + "Ġfeh": 34741, + "Ġfehlt": 47994, + "Ġfeito": 31243, + "Ġfel": 11094, + "Ġfelic": 49986, + "Ġfeliz": 28544, + "Ġfell": 5696, + "Ġfella": 49820, + "Ġfellas": 47242, + "Ġfellow": 7177, + "Ġfellows": 35595, + "Ġfellowship": 24989, + "Ġfelony": 46255, + "Ġfelt": 2762, + "Ġfem": 4010, + "Ġfemale": 6556, + "Ġfemales": 21529, + "Ġfemin": 11155, + "Ġfeminine": 24648, + "Ġfeminism": 37187, + "Ġfeminist": 26229, + "Ġfemme": 27427, + "Ġfemmes": 27997, + "Ġfen": 26830, + "Ġfence": 15422, + "Ġfences": 45796, + "Ġfender": 49746, + "Ġfent": 39395, + "Ġfer": 7202, + "Ġfera": 50169, + "Ġferm": 26558, + "Ġferment": 38300, + "Ġfermentation": 43161, + "Ġfermented": 38649, + "Ġferry": 32967, + "Ġfert": 10700, + "Ġfertig": 31362, + "Ġfertil": 18512, + "Ġfertile": 43509, + "Ġfertility": 31707, + "Ġfertilizer": 31549, + "Ġfest": 6633, + "Ġfesta": 48080, + "Ġfestival": 12091, + "Ġfestivals": 28040, + "Ġfestive": 42729, + "Ġfet": 15136, + "Ġfetch": 23673, + "Ġfeu": 29539, + "Ġfeud": 36377, + "Ġfever": 18277, + "Ġfew": 1326, + "Ġfewer": 13366, + "Ġfez": 21714, + "Ġfi": 15848, + "Ġfian": 49513, + "Ġfiance": 46552, + "Ġfib": 13116, + "Ġfiber": 12874, + "Ġfibers": 25252, + "Ġfibre": 36738, + "Ġfic": 14591, + "Ġfica": 16868, + "Ġficar": 13646, + "Ġfick": 35368, + "Ġficou": 25518, + "Ġfiction": 13266, + "Ġfictional": 28911, + "Ġfid": 24553, + "Ġfidelity": 46404, + "Ġfield": 2519, + "Ġfields": 7909, + "Ġfier": 16334, + "Ġfierce": 25341, + "Ġfiery": 43897, + "Ġfif": 5782, + "Ġfifteen": 18126, + "Ġfifth": 9266, + "Ġfifty": 13442, + "Ġfig": 2147, + "Ġfight": 2092, + "Ġfighter": 15932, + "Ġfighters": 19714, + "Ġfighting": 5237, + "Ġfights": 14512, + "Ġfigur": 31094, + "Ġfigura": 44691, + "Ġfigure": 2573, + "Ġfigured": 8932, + "Ġfigures": 9624, + "Ġfiguring": 15213, + "Ġfij": 42001, + "Ġfik": 35562, + "Ġfil": 1387, + "Ġfilament": 44280, + "Ġfile": 3991, + "Ġfiled": 18789, + "Ġfiles": 7098, + "Ġfilho": 36919, + "Ġfiling": 26854, + "Ġfill": 2836, + "Ġfille": 39216, + "Ġfilled": 6412, + "Ġfiller": 34676, + "Ġfilling": 10623, + "Ġfills": 22498, + "Ġfilm": 2007, + "Ġfilme": 26488, + "Ġfilmed": 15133, + "Ġfilming": 8869, + "Ġfilmmaker": 34700, + "Ġfilmmakers": 35018, + "Ġfilmmaking": 43133, + "Ġfilms": 7796, + "Ġfilos": 46045, + "Ġfils": 46190, + "Ġfilt": 29148, + "Ġfilter": 6608, + "Ġfiltered": 37111, + "Ġfiltering": 30822, + "Ġfilters": 15995, + "Ġfilthy": 40384, + "Ġfiltration": 43623, + "Ġfim": 31603, + "Ġfin": 962, + "Ġfinal": 2572, + "Ġfinale": 23510, + "Ġfinalement": 28623, + "Ġfinally": 2721, + "Ġfinalmente": 35577, + "Ġfinals": 25526, + "Ġfinan": 3682, + "Ġfinance": 10719, + "Ġfinances": 25123, + "Ġfinanci": 24323, + "Ġfinancial": 4669, + "Ġfinancially": 20469, + "Ġfinancing": 22286, + "Ġfinans": 38843, + "Ġfind": 915, + "Ġfinde": 17841, + "Ġfinden": 20734, + "Ġfindet": 27752, + "Ġfinding": 5006, + "Ġfindings": 16483, + "Ġfinds": 10704, + "Ġfine": 2489, + "Ġfinely": 31529, + "Ġfiner": 39130, + "Ġfines": 37989, + "Ġfinest": 28141, + "Ġfing": 3823, + "Ġfinger": 5984, + "Ġfingerna": 48880, + "Ġfingerprint": 30715, + "Ġfingerprints": 42170, + "Ġfingers": 7350, + "Ġfingert": 25948, + "Ġfingertips": 27715, + "Ġfini": 40634, + "Ġfinish": 2413, + "Ġfinished": 4335, + "Ġfinishes": 23615, + "Ġfinishing": 12693, + "Ġfinite": 19362, + "Ġfinns": 17152, + "Ġfino": 42560, + "Ġfins": 25106, + "Ġfique": 35497, + "Ġfiquei": 49647, + "Ġfir": 12159, + "Ġfire": 2610, + "Ġfirearm": 43253, + "Ġfirearms": 38398, + "Ġfired": 11777, + "Ġfirefight": 25256, + "Ġfirefighters": 37218, + "Ġfireplace": 39511, + "Ġfires": 15044, + "Ġfirewall": 36109, + "Ġfireworks": 28453, + "Ġfiring": 16045, + "Ġfirm": 6174, + "Ġfirmly": 20031, + "Ġfirms": 18055, + "Ġfirmware": 30289, + "Ġfirst": 700, + "Ġfirsthand": 38599, + "Ġfirstly": 27376, + "Ġfis": 36609, + "Ġfiscal": 15897, + "Ġfish": 3506, + "Ġfisher": 20698, + "Ġfisherman": 48657, + "Ġfishermen": 42670, + "Ġfishes": 41734, + "Ġfishing": 10180, + "Ġfishy": 41991, + "Ġfist": 21849, + "Ġfists": 49384, + "Ġfit": 3318, + "Ġfitness": 15303, + "Ġfits": 9001, + "Ġfitt": 48876, + "Ġfitted": 26321, + "Ġfitting": 15669, + "Ġfive": 1732, + "Ġfix": 3191, + "Ġfixed": 6806, + "Ġfixes": 32539, + "Ġfixing": 19442, + "Ġfixture": 47680, + "Ġfiz": 21000, + "Ġfizer": 46627, + "Ġfl": 932, + "Ġfla": 46338, + "Ġflag": 7166, + "Ġflags": 23265, + "Ġflagship": 30400, + "Ġflakes": 35392, + "Ġflame": 13287, + "Ġflames": 23743, + "Ġflaming": 45718, + "Ġflank": 36318, + "Ġflap": 30781, + "Ġflaps": 50065, + "Ġflare": 32446, + "Ġflash": 7319, + "Ġflashes": 39665, + "Ġflashing": 31049, + "Ġflashlight": 30835, + "Ġflashy": 47873, + "Ġflat": 4962, + "Ġflats": 43075, + "Ġflatten": 24183, + "Ġflatter": 41247, + "Ġflattering": 49722, + "Ġflav": 37737, + "Ġflavor": 6813, + "Ġflavored": 37261, + "Ġflavors": 16303, + "Ġflavour": 22190, + "Ġflavours": 49450, + "Ġflaw": 13717, + "Ġflawed": 38823, + "Ġflawless": 45693, + "Ġflaws": 27108, + "Ġfle": 7025, + "Ġfled": 24114, + "Ġflee": 25146, + "Ġfleeing": 41885, + "Ġfleet": 19396, + "Ġflesh": 12497, + "Ġflew": 15728, + "Ġflex": 5896, + "Ġflexibility": 12635, + "Ġflexible": 11358, + "Ġflick": 22774, + "Ġflies": 17414, + "Ġflight": 7018, + "Ġflights": 21089, + "Ġflip": 7929, + "Ġflipped": 26273, + "Ġflipping": 26886, + "Ġflips": 40249, + "Ġflirt": 40532, + "Ġflirting": 45777, + "Ġflo": 2591, + "Ġfloat": 15706, + "Ġfloating": 12607, + "Ġfloats": 37878, + "Ġflock": 34819, + "Ġflood": 10481, + "Ġflooded": 31594, + "Ġflooding": 24132, + "Ġfloods": 35536, + "Ġfloor": 4123, + "Ġfloors": 21008, + "Ġflop": 25343, + "Ġflor": 37342, + "Ġfloral": 38900, + "Ġfloss": 49697, + "Ġflour": 7693, + "Ġflourish": 38311, + "Ġflow": 3095, + "Ġflower": 8617, + "Ġflowers": 8085, + "Ġflowing": 13974, + "Ġflown": 34536, + "Ġflows": 12867, + "Ġflu": 5029, + "Ġfluct": 23448, + "Ġfluctuations": 45276, + "Ġfluent": 40799, + "Ġfluff": 41533, + "Ġfluffy": 22778, + "Ġfluid": 9113, + "Ġfluids": 33033, + "Ġfluor": 40540, + "Ġfluores": 32471, + "Ġfluorescent": 46735, + "Ġflush": 19568, + "Ġflute": 33088, + "Ġflux": 19298, + "Ġfly": 3603, + "Ġflying": 7137, + "Ġfo": 726, + "Ġfoam": 12958, + "Ġfoarte": 46499, + "Ġfocal": 26592, + "Ġfocus": 1879, + "Ġfocused": 5178, + "Ġfocuses": 16109, + "Ġfocusing": 8416, + "Ġfod": 47698, + "Ġfog": 13648, + "Ġfoi": 6901, + "Ġfoil": 22444, + "Ġfois": 9576, + "Ġfol": 3339, + "Ġfold": 4860, + "Ġfolded": 23940, + "Ġfolder": 10820, + "Ġfolders": 31082, + "Ġfolding": 25335, + "Ġfolds": 31341, + "Ġfoliage": 49767, + "Ġfolk": 15748, + "Ġfolklore": 49195, + "Ġfolks": 4024, + "Ġfoll": 25483, + "Ġfollow": 1524, + "Ġfollowed": 6263, + "Ġfollower": 35413, + "Ġfollowers": 13071, + "Ġfollowing": 3480, + "Ġfollows": 10002, + "Ġfon": 17290, + "Ġfonction": 20172, + "Ġfonctionne": 49216, + "Ġfond": 9557, + "Ġfondo": 38101, + "Ġfont": 10703, + "Ġfonts": 35316, + "Ġfood": 1755, + "Ġfoods": 8656, + "Ġfool": 7979, + "Ġfooled": 33372, + "Ġfoolish": 23478, + "Ġfools": 38625, + "Ġfoot": 2671, + "Ġfootage": 9556, + "Ġfootball": 7346, + "Ġfooting": 45959, + "Ġfootprint": 24222, + "Ġfootprints": 45715, + "Ġfootsteps": 26883, + "Ġfor": 337, + "Ġfora": 24530, + "Ġforam": 23102, + "Ġforb": 16603, + "Ġforbid": 34117, + "Ġforbidden": 25990, + "Ġforce": 3464, + "Ġforced": 7579, + "Ġforces": 5874, + "Ġforcing": 19030, + "Ġforcé": 30137, + "Ġforcément": 31358, + "Ġfordi": 47830, + "Ġfore": 2091, + "Ġforearm": 47712, + "Ġforecast": 14330, + "Ġforecasting": 44331, + "Ġforecasts": 49421, + "Ġforefront": 27287, + "Ġforeground": 32058, + "Ġforehead": 20472, + "Ġforeign": 5329, + "Ġforeigner": 42764, + "Ġforeigners": 28201, + "Ġforemost": 18864, + "Ġforens": 32034, + "Ġforensic": 39084, + "Ġforesee": 38736, + "Ġforest": 6719, + "Ġforests": 21700, + "Ġforever": 5680, + "Ġforg": 3667, + "Ġforge": 38741, + "Ġforged": 40226, + "Ġforget": 2870, + "Ġforgetting": 25428, + "Ġforgive": 10718, + "Ġforgiven": 30391, + "Ġforgiveness": 18396, + "Ġforgiving": 37701, + "Ġforgot": 5298, + "Ġforgotten": 11832, + "Ġfork": 17716, + "Ġform": 1254, + "Ġforma": 8366, + "Ġformal": 9860, + "Ġformally": 25983, + "Ġformas": 33463, + "Ġformat": 7877, + "Ġformation": 11723, + "Ġformations": 39652, + "Ġformats": 25879, + "Ġformatting": 39366, + "Ġforme": 28670, + "Ġformed": 8693, + "Ġformer": 5819, + "Ġformerly": 34777, + "Ġformidable": 41246, + "Ġforming": 15745, + "Ġforms": 6422, + "Ġformul": 49990, + "Ġformula": 8513, + "Ġformulas": 30546, + "Ġformulate": 47881, + "Ġformulated": 48936, + "Ġformulation": 37642, + "Ġfors": 32299, + "Ġforsk": 45321, + "Ġfort": 5009, + "Ġforte": 23235, + "Ġforth": 5220, + "Ġfortress": 31826, + "Ġforts": 30589, + "Ġfortun": 10506, + "Ġfortunate": 14096, + "Ġfortunately": 25511, + "Ġfortune": 16531, + "Ġforty": 15815, + "Ġforum": 17542, + "Ġforums": 26998, + "Ġforward": 2128, + "Ġforwards": 30126, + "Ġforça": 32878, + "Ġfoss": 14090, + "Ġfosse": 24528, + "Ġfossil": 18737, + "Ġfossils": 39159, + "Ġfoster": 17114, + "Ġfot": 15418, + "Ġfoto": 19176, + "Ġfotograf": 34341, + "Ġfotos": 32301, + "Ġfou": 32012, + "Ġfought": 11391, + "Ġfoul": 23491, + "Ġfound": 1352, + "Ġfoundation": 7030, + "Ġfoundational": 32195, + "Ġfoundations": 22467, + "Ġfounded": 13234, + "Ġfounder": 14917, + "Ġfounders": 25608, + "Ġfounding": 22223, + "Ġfountain": 29451, + "Ġfour": 1451, + "Ġfourteen": 32253, + "Ġfourth": 6409, + "Ġfout": 41907, + "Ġfox": 21026, + "Ġfps": 44981, + "Ġfr": 431, + "Ġfra": 6600, + "Ġfract": 17948, + "Ġfraction": 14135, + "Ġfractions": 36058, + "Ġfracture": 36877, + "Ġfrag": 9241, + "Ġfragen": 39129, + "Ġfragile": 23847, + "Ġfragment": 26424, + "Ġfragments": 29197, + "Ġfragr": 17599, + "Ġfragrance": 25826, + "Ġfragrant": 37296, + "Ġfram": 21405, + "Ġframe": 3920, + "Ġframed": 30420, + "Ġframes": 12083, + "Ġframework": 8388, + "Ġframeworks": 29834, + "Ġframing": 28971, + "Ġfranc": 30514, + "Ġfranch": 13002, + "Ġfranchise": 16222, + "Ġfrank": 10455, + "Ġfrankly": 11939, + "Ġfrança": 43660, + "Ġfrançais": 21425, + "Ġfrançaise": 43832, + "Ġfrase": 38406, + "Ġfrater": 41168, + "Ġfraud": 14560, + "Ġfre": 2130, + "Ġfreak": 21853, + "Ġfreaked": 37853, + "Ġfreakin": 39571, + "Ġfreaking": 14612, + "Ġfree": 1737, + "Ġfreed": 21796, + "Ġfreedom": 5645, + "Ġfreedoms": 40671, + "Ġfreel": 27931, + "Ġfreelance": 47875, + "Ġfreely": 16433, + "Ġfreestyle": 40910, + "Ġfreeze": 15959, + "Ġfreezer": 20189, + "Ġfreezing": 20200, + "Ġfrei": 32542, + "Ġfreight": 37181, + "Ġfren": 33596, + "Ġfrench": 27598, + "Ġfrente": 19873, + "Ġfrequ": 4459, + "Ġfrequencies": 20250, + "Ġfrequency": 7893, + "Ġfrequent": 18004, + "Ġfrequently": 10374, + "Ġfres": 25235, + "Ġfresh": 4451, + "Ġfreshly": 34412, + "Ġfreshman": 22154, + "Ġfreshmen": 43694, + "Ġfreshwater": 50234, + "Ġfret": 24189, + "Ġfreue": 43195, + "Ġfreuen": 41913, + "Ġfrick": 46756, + "Ġfriction": 17710, + "Ġfridge": 13023, + "Ġfried": 10425, + "Ġfriend": 1277, + "Ġfriendly": 9208, + "Ġfriends": 1855, + "Ġfriendship": 13216, + "Ġfriendships": 30003, + "Ġfries": 20733, + "Ġfrig": 34697, + "Ġfright": 15545, + "Ġfrightened": 28839, + "Ġfrightening": 31043, + "Ġfringe": 38764, + "Ġfro": 9795, + "Ġfrog": 17259, + "Ġfrogs": 37107, + "Ġfrom": 490, + "Ġfront": 1868, + "Ġfrontal": 34647, + "Ġfrontier": 35853, + "Ġfrontline": 38033, + "Ġfronts": 40426, + "Ġfrost": 19623, + "Ġfrosting": 37048, + "Ġfroze": 46077, + "Ġfrozen": 12496, + "Ġfruit": 6773, + "Ġfruitful": 49795, + "Ġfruition": 48738, + "Ġfruits": 12148, + "Ġfrust": 7454, + "Ġfrustrated": 15751, + "Ġfrustrating": 16522, + "Ġfrustration": 20491, + "Ġfry": 13776, + "Ġfrying": 24596, + "ĠfrÃ¥": 13237, + "ĠfrÃ¥gor": 48306, + "ĠfrÃ¥n": 18669, + "Ġfrüh": 45029, + "Ġfrüher": 32349, + "Ġft": 31842, + "Ġfu": 8536, + "Ġfuck": 3275, + "Ġfucked": 22518, + "Ġfuckin": 20022, + "Ġfucking": 5546, + "Ġfue": 9248, + "Ġfuego": 43934, + "Ġfuel": 6616, + "Ġfueled": 45446, + "Ġfuels": 24616, + "Ġfuer": 17669, + "Ġfuera": 24818, + "Ġfueron": 28739, + "Ġfuerte": 37129, + "Ġfuerza": 39730, + "Ġfug": 31838, + "Ġfui": 27863, + "Ġfulf": 8081, + "Ġfulfil": 41054, + "Ġfulfill": 13875, + "Ġfulfilled": 21380, + "Ġfulfilling": 25800, + "Ġfulfillment": 32615, + "Ġfull": 1577, + "Ġfullest": 45154, + "Ġfullness": 45262, + "Ġfully": 4498, + "Ġfum": 43845, + "Ġfun": 1019, + "Ġfuncion": 14186, + "Ġfunciona": 26210, + "Ġfunción": 43735, + "Ġfunction": 2445, + "Ġfunctional": 11745, + "Ġfunctionality": 14980, + "Ġfunctioning": 18483, + "Ġfunctions": 6828, + "Ġfund": 2374, + "Ġfundament": 6073, + "Ġfundamental": 8088, + "Ġfundamentally": 17879, + "Ġfundamentals": 29505, + "Ġfunded": 14385, + "Ġfunding": 6137, + "Ġfundo": 40201, + "Ġfundra": 24844, + "Ġfundraising": 32643, + "Ġfunds": 8271, + "Ġfuneral": 20231, + "Ġfungi": 48772, + "Ġfungus": 39788, + "Ġfunk": 26476, + "Ġfunktion": 20454, + "Ġfunktioniert": 26160, + "Ġfunky": 33499, + "Ġfunnel": 24515, + "Ġfunniest": 42681, + "Ġfunny": 4074, + "Ġfunz": 49345, + "Ġfunção": 37588, + "Ġfur": 2687, + "Ġfurious": 33470, + "Ġfurn": 11433, + "Ġfurnace": 34046, + "Ġfurniture": 15671, + "Ġfurry": 47073, + "Ġfurther": 3052, + "Ġfury": 48887, + "Ġfus": 34326, + "Ġfuse": 31328, + "Ġfusion": 23100, + "Ġfuss": 34792, + "Ġfut": 1877, + "Ġfutur": 25840, + "Ġfuture": 2027, + "Ġfutures": 26071, + "Ġfuturistic": 44932, + "Ġfuturo": 23953, + "Ġfuzzy": 34710, + "Ġfy": 38777, + "Ġfá": 15299, + "Ġfácil": 17474, + "Ġfällt": 42870, + "ĠfÃ¥": 14251, + "ĠfÃ¥r": 14865, + "ĠfÃ¥tt": 43651, + "Ġfé": 34271, + "Ġfö": 25309, + "Ġför": 4816, + "Ġföret": 47099, + "Ġförs": 30864, + "Ġförst": 32864, + "Ġförsta": 44203, + "Ġförsö": 45020, + "Ġfø": 50177, + "Ġfør": 40314, + "Ġfüh": 18813, + "Ġführen": 35498, + "Ġführt": 39671, + "Ġfünf": 28723, + "Ġfür": 2959, + "Ġfürs": 46577, + "ĠfÃŃs": 27538, + "ĠfÃŃsica": 46436, + "Ġfır": 47305, + "Ġg": 290, + "Ġga": 5959, + "Ġgaan": 14118, + "Ġgaat": 17829, + "Ġgab": 17964, + "Ġgad": 21318, + "Ġgadget": 38090, + "Ġgadgets": 37635, + "Ġgag": 34833, + "Ġgagn": 49177, + "Ġgagner": 45343, + "Ġgain": 6052, + "Ġgained": 12634, + "Ġgaining": 19752, + "Ġgains": 16823, + "Ġgak": 30045, + "Ġgal": 7660, + "Ġgalax": 26285, + "Ġgalaxies": 28755, + "Ġgalaxy": 17639, + "Ġgalera": 31912, + "Ġgall": 8527, + "Ġgalleries": 40141, + "Ġgallery": 18378, + "Ġgallon": 30339, + "Ġgallons": 32238, + "Ġgam": 8019, + "Ġgamb": 38871, + "Ġgamble": 44128, + "Ġgambling": 27077, + "Ġgame": 1216, + "Ġgameplay": 11421, + "Ġgamer": 30266, + "Ġgamers": 26774, + "Ġgames": 2813, + "Ġgaming": 9703, + "Ġgamma": 15546, + "Ġgan": 7574, + "Ġgang": 10145, + "Ġgangs": 42834, + "Ġgangster": 50104, + "Ġganhar": 40200, + "Ġganska": 34526, + "Ġganz": 6312, + "Ġganze": 18898, + "Ġganzen": 23966, + "Ġgap": 7417, + "Ġgaps": 15031, + "Ġgar": 3691, + "Ġgarage": 14400, + "Ġgarant": 22251, + "Ġgarbage": 14150, + "Ġgard": 5628, + "Ġgarde": 47903, + "Ġgarden": 7431, + "Ġgardening": 31799, + "Ġgardens": 23803, + "Ġgarder": 47167, + "Ġgarlic": 9168, + "Ġgarment": 35084, + "Ġgarments": 44881, + "Ġgarn": 25067, + "Ġgarnish": 42430, + "Ġgars": 35542, + "Ġgas": 4211, + "Ġgases": 21452, + "Ġgasket": 47671, + "Ġgasoline": 28914, + "Ġgasps": 43035, + "Ġgast": 17898, + "Ġgat": 44092, + "Ġgate": 8539, + "Ġgates": 19792, + "Ġgateway": 28532, + "Ġgather": 5448, + "Ġgathered": 13032, + "Ġgathering": 13519, + "Ġgatherings": 36247, + "Ġgauche": 36724, + "Ġgauge": 17924, + "Ġgave": 2729, + "Ġgay": 9049, + "Ġgaz": 26232, + "Ġgaze": 24294, + "Ġgdy": 28405, + "Ġgdzie": 18922, + "ĠgdzieÅĽ": 41359, + "Ġge": 1519, + "Ġgear": 7394, + "Ġgearbox": 35291, + "Ġgeared": 35924, + "Ġgears": 20915, + "Ġgeb": 21125, + "Ġgebaut": 49203, + "Ġgebe": 29073, + "Ġgeben": 17191, + "Ġgebracht": 40744, + "Ġgebru": 33857, + "Ġgece": 48173, + "Ġged": 19238, + "Ġgedaan": 44419, + "Ġgedacht": 33296, + "Ġgee": 24105, + "Ġgeehr": 40886, + "Ġgeek": 36162, + "Ġgeen": 21773, + "Ġgeez": 46108, + "Ġgef": 11271, + "Ġgefallen": 39935, + "Ġgefragt": 42638, + "Ġgefunden": 36923, + "Ġgefähr": 41484, + "Ġgeg": 23982, + "Ġgegangen": 44415, + "Ġgegeben": 32572, + "Ġgegen": 13953, + "Ġgegenüber": 41830, + "Ġgeh": 13218, + "Ġgehabt": 37092, + "Ġgehe": 34252, + "Ġgehen": 13230, + "Ġgeht": 7095, + "Ġgehört": 21544, + "Ġgeil": 47165, + "Ġgek": 14037, + "Ġgekommen": 32732, + "Ġgel": 4087, + "Ġgelatin": 45174, + "Ġgeld": 25114, + "Ġgeldi": 22121, + "Ġgele": 20234, + "Ġgelecek": 47158, + "Ġgelen": 43353, + "Ġgelernt": 49224, + "Ġgelir": 44011, + "Ġgeliyor": 29776, + "ĠgelmiÅŁ": 45849, + "Ġgels": 39196, + "Ġgem": 7173, + "Ġgema": 46126, + "Ġgemaakt": 49666, + "Ġgemacht": 12293, + "Ġgeme": 18111, + "Ġgemeins": 22971, + "Ġgemeinsam": 29701, + "Ġgems": 29296, + "Ġgen": 1049, + "Ġgenau": 12535, + "Ġgenauso": 37694, + "Ġgender": 7898, + "Ġgene": 12186, + "Ġgener": 1337, + "Ġgeneral": 2674, + "Ġgeneralized": 44498, + "Ġgenerally": 5101, + "Ġgenerals": 41346, + "Ġgenerate": 8460, + "Ġgenerated": 10833, + "Ġgenerates": 23815, + "Ġgenerating": 17746, + "Ġgeneration": 5125, + "Ġgenerational": 48320, + "Ġgenerations": 10593, + "Ġgenerator": 19265, + "Ġgenerators": 38662, + "Ġgenere": 41553, + "Ġgeneric": 19577, + "Ġgenerosity": 30178, + "Ġgenerous": 14537, + "Ġgenerously": 48983, + "Ġgenes": 14424, + "Ġgenetic": 12462, + "Ġgenetically": 37582, + "Ġgenetics": 26516, + "Ġgenial": 48228, + "Ġgenius": 14017, + "Ġgenocide": 31867, + "Ġgenom": 41441, + "Ġgenome": 21953, + "Ġgenommen": 38715, + "Ġgenre": 11022, + "Ġgenres": 30057, + "Ġgens": 10668, + "Ġgent": 16108, + "Ġgente": 3788, + "Ġgentle": 6424, + "Ġgentleman": 15761, + "Ġgentlemen": 11669, + "Ġgently": 13073, + "Ġgenug": 33194, + "Ġgenuine": 16699, + "Ġgenuinely": 17839, + "Ġgeo": 43198, + "Ġgeograph": 25435, + "Ġgeographic": 32318, + "Ġgeographical": 39872, + "Ġgeography": 26695, + "Ġgeology": 48788, + "Ġgeomet": 12956, + "Ġgeometric": 33246, + "Ġgeometry": 18426, + "Ġgeopolit": 46615, + "Ġgep": 30979, + "Ġger": 5713, + "Ġgera": 41289, + "Ġgerade": 12117, + "Ġgeral": 35412, + "Ġgere": 18635, + "Ġgerek": 34736, + "Ġgereki": 45038, + "Ġgeri": 41018, + "Ġgerm": 19858, + "Ġgerman": 46572, + "Ġgerms": 44010, + "Ġgern": 38531, + "Ġgerne": 15689, + "Ġgerçek": 24944, + "Ġgerçekten": 35784, + "Ġges": 5019, + "Ġgesagt": 12260, + "Ġgesam": 39746, + "Ġgesch": 13511, + "Ġgeschafft": 45215, + "Ġgeschrieben": 47397, + "Ġgesehen": 21535, + "Ġgespannt": 47355, + "Ġgesprochen": 42714, + "Ġgest": 7219, + "Ġgestellt": 42259, + "Ġgesture": 22252, + "Ġgestures": 28475, + "Ġgesund": 49176, + "Ġget": 483, + "Ġgetan": 45599, + "Ġgetir": 38610, + "Ġgets": 2170, + "Ġgettin": 34568, + "Ġgetting": 1242, + "Ġgev": 47103, + "Ġgeven": 49437, + "Ġgew": 6906, + "Ġgewe": 45707, + "Ġgewesen": 27653, + "Ġgewoon": 19751, + "Ġgeworden": 26281, + "Ġgez": 18110, + "Ġgezeigt": 48661, + "Ġgeç": 13110, + "Ġgh": 33937, + "Ġghee": 45172, + "Ġghetto": 47371, + "Ġghost": 8359, + "Ġghosts": 21744, + "Ġgi": 1735, + "Ġgia": 39689, + "Ġgiant": 7410, + "Ġgiants": 31894, + "Ġgib": 4553, + "Ġgibi": 11033, + "Ġgibt": 6089, + "Ġgid": 19805, + "Ġgide": 34255, + "Ġgider": 42291, + "Ġgift": 5306, + "Ġgifted": 27104, + "Ġgifts": 11449, + "Ġgig": 8741, + "Ġgigabytes": 42741, + "Ġgigantic": 26800, + "Ġgiggles": 50032, + "Ġgigs": 34586, + "Ġgilt": 29487, + "Ġgim": 27071, + "Ġgimbal": 43667, + "Ġgimm": 37214, + "Ġgin": 36604, + "Ġging": 21924, + "Ġginger": 14966, + "Ġgio": 48508, + "Ġgiorn": 36937, + "Ġgiorno": 42202, + "Ġgir": 14703, + "Ġgiraffe": 49897, + "Ġgird": 48219, + "Ġgirl": 2013, + "Ġgirlfriend": 10369, + "Ġgirlfriends": 46558, + "Ġgirls": 4519, + "Ġgit": 18331, + "Ġgitti": 37700, + "Ġgitu": 20156, + "Ġgive": 976, + "Ġgiveaway": 23508, + "Ġgiven": 2212, + "Ġgives": 2709, + "Ġgiving": 2902, + "ĠgiÃł": 30469, + "Ġgiá»Ŀ": 28689, + "Ġgj": 20249, + "Ġgjorde": 47670, + "Ġgjort": 37420, + "Ġgl": 1563, + "Ġgla": 8771, + "Ġglac": 29700, + "Ġglacier": 48021, + "Ġglad": 5404, + "Ġgladly": 47307, + "Ġglam": 28133, + "Ġglamorous": 48760, + "Ġglance": 21094, + "Ġgland": 43284, + "Ġglands": 49533, + "Ġglare": 49159, + "Ġglass": 4276, + "Ġglasses": 10812, + "Ġglaub": 23210, + "Ġglaube": 13756, + "Ġglauben": 47139, + "Ġglaze": 39390, + "Ġgle": 48956, + "Ġgleich": 11699, + "Ġgleichen": 49069, + "Ġgleichzeitig": 44242, + "Ġgli": 17161, + "Ġglide": 41848, + "Ġglimp": 25727, + "Ġglimpse": 25838, + "Ġglitch": 23552, + "Ġglitter": 18620, + "Ġglo": 3114, + "Ġglob": 16125, + "Ġglobal": 4338, + "Ġglobalization": 40518, + "Ġglobally": 18958, + "Ġglobe": 15371, + "Ġglor": 26623, + "Ġglorious": 24026, + "Ġglory": 11924, + "Ġgloss": 19574, + "Ġglossy": 38285, + "Ġglove": 26928, + "Ġgloves": 14976, + "Ġglow": 17513, + "Ġglowing": 27064, + "Ġgluc": 19636, + "Ġglucose": 23997, + "Ġglue": 8998, + "Ġglued": 28008, + "Ġglut": 33249, + "Ġgluten": 24326, + "Ġgly": 22633, + "Ġgn": 49819, + "Ġgo": 352, + "Ġgoal": 3387, + "Ġgoals": 5493, + "Ġgoat": 23608, + "Ġgoats": 34219, + "Ġgob": 20489, + "Ġgobierno": 29254, + "Ġgod": 3044, + "Ġgoddamn": 32951, + "Ġgoddess": 24508, + "Ġgods": 14049, + "Ġgodt": 35427, + "Ġgoed": 16987, + "Ġgoes": 1709, + "Ġgogg": 36653, + "Ġgoggles": 39808, + "Ġgoin": 21582, + "Ġgoing": 516, + "Ġgol": 9988, + "Ġgold": 3821, + "Ġgolden": 9729, + "Ġgolf": 12880, + "Ġgolpe": 42032, + "Ġgon": 26307, + "Ġgone": 2780, + "Ġgonna": 799, + "Ġgoo": 33192, + "Ġgood": 665, + "Ġgoodbye": 12084, + "Ġgoodies": 44072, + "Ġgoodness": 8387, + "Ġgoods": 10179, + "Ġgoof": 30356, + "Ġgoofy": 42995, + "Ġgoog": 50061, + "Ġgoogle": 20742, + "Ġgoose": 24717, + "Ġgoosebumps": 48305, + "Ġgor": 24012, + "Ġgord": 42443, + "Ġgorgeous": 12291, + "Ġgorilla": 45066, + "Ġgosh": 6502, + "Ġgosp": 37250, + "Ġgospel": 14943, + "Ġgossip": 31788, + "Ġgost": 13188, + "Ġgosta": 39874, + "Ġgosto": 32022, + "Ġgot": 658, + "Ġgotta": 3428, + "Ġgotten": 5768, + "Ġgou": 21301, + "Ġgour": 46651, + "Ġgouvern": 24894, + "Ġgouvernement": 27504, + "Ġgover": 27526, + "Ġgovern": 1980, + "Ġgovernance": 17449, + "Ġgoverned": 35529, + "Ġgoverning": 30054, + "Ġgovernment": 2463, + "Ġgovernmental": 43391, + "Ġgovernments": 11280, + "Ġgoverno": 34685, + "Ġgovernor": 12965, + "Ġgovernors": 36571, + "Ġgown": 34428, + "Ġgr": 677, + "Ġgra": 1295, + "Ġgrab": 4444, + "Ġgrabbed": 18607, + "Ġgrabbing": 23771, + "Ġgrabs": 30028, + "Ġgrac": 11625, + "Ġgrace": 10042, + "Ġgracias": 16611, + "Ġgracious": 36113, + "Ġgrad": 2771, + "Ġgrade": 7204, + "Ġgraders": 46703, + "Ġgrades": 18041, + "Ġgradient": 16235, + "Ġgrading": 35540, + "Ġgradu": 4138, + "Ġgradual": 32890, + "Ġgradually": 13145, + "Ġgraduate": 8080, + "Ġgraduated": 13693, + "Ġgraduates": 13577, + "Ġgraduating": 18843, + "Ġgraduation": 15652, + "Ġgraffiti": 40531, + "Ġgraft": 44767, + "Ġgrain": 12837, + "Ġgrains": 22908, + "Ġgram": 21353, + "Ġgramm": 17570, + "Ġgrammar": 22317, + "Ġgrams": 11899, + "Ġgran": 9370, + "Ġgrand": 2697, + "Ġgrandchildren": 28112, + "Ġgranddaughter": 44411, + "Ġgrande": 8883, + "Ġgrandes": 16640, + "Ġgrandfather": 14754, + "Ġgrandi": 45155, + "Ġgrandma": 15766, + "Ġgrandmother": 14317, + "Ġgrandpa": 24129, + "Ġgrandparents": 21876, + "Ġgrands": 33298, + "Ġgrandson": 31657, + "Ġgranny": 44797, + "Ġgrant": 6386, + "Ġgranted": 12344, + "Ġgranting": 50204, + "Ġgrants": 16101, + "Ġgranular": 39962, + "Ġgrape": 23978, + "Ġgrapes": 28032, + "Ġgraph": 4295, + "Ġgraphic": 14089, + "Ġgraphical": 35942, + "Ġgraphics": 11837, + "Ġgraphs": 24877, + "Ġgrapp": 27165, + "Ġgrappling": 50086, + "Ġgras": 29444, + "Ġgrasp": 21743, + "Ġgrass": 8054, + "Ġgrasses": 49701, + "Ġgrassroots": 39522, + "Ġgrat": 10158, + "Ġgrate": 46214, + "Ġgrated": 43319, + "Ġgrateful": 7941, + "Ġgratitude": 16935, + "Ġgratuit": 38342, + "Ġgrav": 7427, + "Ġgrave": 12525, + "Ġgravel": 30001, + "Ġgraves": 31664, + "Ġgraveyard": 42607, + "Ġgravit": 26048, + "Ġgravitational": 28538, + "Ġgravity": 12110, + "Ġgravy": 31535, + "Ġgray": 10855, + "Ġgrazing": 48112, + "Ġgre": 6066, + "Ġgrease": 24867, + "Ġgreasy": 36401, + "Ġgreat": 869, + "Ġgreater": 5044, + "Ġgreatest": 6636, + "Ġgreatly": 14147, + "Ġgreatness": 31196, + "Ġgreed": 29230, + "Ġgreedy": 28228, + "Ġgreen": 3092, + "Ġgreenhouse": 22126, + "Ġgreens": 22897, + "Ġgreet": 12044, + "Ġgreeted": 38441, + "Ġgreeting": 28174, + "Ġgreetings": 33667, + "Ġgren": 20313, + "Ġgrenade": 31527, + "Ġgrenades": 43529, + "Ġgrew": 6109, + "Ġgrey": 16578, + "Ġgri": 17865, + "Ġgrid": 10748, + "Ġgrief": 18998, + "Ġgriev": 49260, + "Ġgrieving": 48454, + "Ġgrill": 16492, + "Ġgrille": 49011, + "Ġgrilled": 25183, + "Ġgrilling": 49961, + "Ġgrim": 36010, + "Ġgrin": 49179, + "Ġgrind": 16700, + "Ġgrinder": 41424, + "Ġgrinding": 25300, + "Ġgrip": 12007, + "Ġgrips": 38037, + "Ġgrit": 30133, + "Ġgro": 4634, + "Ġgroans": 44657, + "Ġgrocer": 11884, + "Ġgroceries": 31391, + "Ġgrocery": 14410, + "Ġgroo": 42156, + "Ġgroom": 22198, + "Ġgrooming": 49700, + "Ġgroot": 41906, + "Ġgroove": 26910, + "Ġgrooves": 49359, + "Ġgros": 18638, + "Ġgross": 11367, + "Ġgrosse": 40009, + "Ġgrote": 39928, + "Ġground": 2727, + "Ġgroundbreaking": 42491, + "Ġgrounded": 23535, + "Ġgrounding": 46727, + "Ġgrounds": 19196, + "Ġgroundwater": 40511, + "Ġgroup": 1594, + "Ġgroupe": 32980, + "Ġgrouped": 41877, + "Ġgrouping": 40149, + "Ġgroups": 3935, + "Ġgrow": 1852, + "Ġgrowers": 45946, + "Ġgrowing": 4194, + "Ġgrown": 7709, + "Ġgrows": 13156, + "Ġgrowth": 4599, + "ĠgroÃŁ": 17253, + "ĠgroÃŁe": 19691, + "ĠgroÃŁen": 23076, + "ĠgroÃŁer": 46220, + "ĠgroÃŁes": 48875, + "Ġgrues": 48238, + "Ġgrund": 30886, + "Ġgrup": 12740, + "Ġgrupo": 20190, + "Ġgrupos": 33758, + "Ġgrupp": 47477, + "Ġgry": 41974, + "Ġgráfic": 34613, + "Ġgrâce": 31180, + "ĠgrÃ¶ÃŁ": 20691, + "Ġgu": 695, + "Ġgua": 30081, + "Ġguar": 7498, + "Ġguarante": 14203, + "Ġguarantee": 10815, + "Ġguaranteed": 18031, + "Ġguarantees": 32567, + "Ġguard": 6290, + "Ġguarded": 44157, + "Ġguardian": 30355, + "Ġguardians": 40525, + "Ġguarding": 44077, + "Ġguards": 17652, + "Ġgucken": 33135, + "Ġgue": 13987, + "Ġguer": 14486, + "Ġguerra": 27542, + "Ġguerre": 31400, + "Ġguess": 2041, + "Ġguessed": 21852, + "Ġguesses": 42703, + "Ġguessing": 17939, + "Ġguest": 8341, + "Ġguests": 9804, + "Ġguid": 6489, + "Ġguidance": 10056, + "Ġguide": 5934, + "Ġguided": 19663, + "Ġguideline": 41653, + "Ġguidelines": 12470, + "Ġguides": 17007, + "Ġguiding": 25061, + "Ġguild": 37435, + "Ġguilt": 20421, + "Ġguilty": 12341, + "Ġguit": 31108, + "Ġguitar": 7531, + "Ġguitars": 36809, + "Ġgum": 19973, + "Ġgummy": 45617, + "Ġgun": 3874, + "Ġguns": 10153, + "Ġgur": 40642, + "Ġguru": 29949, + "Ġgust": 9679, + "Ġgusta": 20576, + "Ġgustado": 45221, + "ĠgustarÃŃa": 45896, + "Ġgusto": 38723, + "Ġgut": 5228, + "Ġgute": 21476, + "Ġguten": 31277, + "Ġgutes": 45859, + "Ġguts": 28560, + "Ġguy": 2146, + "Ġguys": 1074, + "Ġgw": 29255, + "Ġgy": 15823, + "Ġgym": 9222, + "Ġgymn": 35760, + "Ġgymnastics": 48461, + "Ġgä": 37612, + "Ġgäller": 48771, + "ĠgÃ¥": 22098, + "ĠgÃ¥ng": 36528, + "ĠgÃ¥r": 19831, + "Ġgé": 38462, + "Ġgén": 14575, + "Ġgénér": 45622, + "Ġgénéral": 27796, + "Ġgì": 22804, + "Ġgö": 7105, + "Ġgör": 8362, + "Ġgöra": 20541, + "Ġgörd": 27407, + "Ġgöre": 21032, + "Ġgörün": 49676, + "ĠgörÃ¼ÅŁ": 38488, + "Ġgöst": 42594, + "Ġgöster": 40968, + "Ġgöt": 39630, + "Ġgöz": 23234, + "Ġgü": 18148, + "Ġgün": 14472, + "Ġgüzel": 14746, + "Ġgüç": 48015, + "ĠgÅĤ": 18117, + "ĠgÅĤos": 43767, + "Ġh": 276, + "Ġha": 324, + "Ġhaar": 39371, + "Ġhab": 3025, + "Ġhabe": 6015, + "Ġhaben": 3084, + "Ġhaber": 15811, + "Ġhabil": 36565, + "Ġhabit": 7164, + "Ġhabitat": 20110, + "Ġhabitats": 42159, + "Ġhabits": 14100, + "Ġhabitual": 46883, + "Ġhabl": 26280, + "Ġhabla": 42135, + "Ġhablando": 29369, + "Ġhablar": 21014, + "Ġhabr": 32794, + "Ġhabt": 23660, + "ĠhabÃŃa": 16395, + "ĠhabÃŃan": 44466, + "Ġhac": 46093, + "Ġhace": 10032, + "Ġhacemos": 33839, + "Ġhacen": 27434, + "Ġhacer": 6720, + "Ġhacerlo": 32039, + "Ġhacia": 21365, + "Ġhaciendo": 20509, + "Ġhack": 10339, + "Ġhacked": 36218, + "Ġhacker": 38155, + "Ġhackers": 39766, + "Ġhacking": 31422, + "Ġhacks": 33617, + "Ġhad": 632, + "Ġhade": 25027, + "Ġhadi": 25789, + "Ġhadn": 8782, + "Ġhaft": 32329, + "Ġhag": 42386, + "Ġhaga": 46726, + "Ġhago": 38721, + "Ġhah": 17206, + "Ġhaha": 17236, + "Ġhahaha": 28142, + "Ġhai": 21822, + "Ġhail": 38157, + "Ġhair": 2578, + "Ġhaircut": 30328, + "Ġhaird": 41954, + "Ġhairs": 26525, + "Ġhairst": 30658, + "Ġhairstyle": 32770, + "Ġhairy": 42346, + "Ġhak": 35720, + "Ġhakk": 37949, + "Ġhal": 7523, + "Ġhalf": 1922, + "Ġhalfway": 15461, + "Ġhall": 6500, + "Ġhalls": 26177, + "Ġhalluc": 35212, + "Ġhallway": 23903, + "Ġhalo": 46268, + "Ġhalt": 12479, + "Ġhalten": 27184, + "Ġhalves": 38490, + "Ġham": 7852, + "Ġhamb": 25172, + "Ġhamburger": 34575, + "Ġhamm": 36600, + "Ġhammer": 13017, + "Ġhan": 7276, + "Ġhand": 1011, + "Ġhandc": 46175, + "Ġhanded": 16013, + "Ġhandful": 16458, + "Ġhandheld": 37634, + "Ġhandic": 31369, + "Ġhandicap": 45975, + "Ġhanding": 34774, + "Ġhandlar": 42572, + "Ġhandle": 4813, + "Ġhandled": 18033, + "Ġhandler": 41967, + "Ġhandles": 18722, + "Ġhandling": 13175, + "Ġhandmade": 39446, + "Ġhandout": 48785, + "Ġhands": 2377, + "Ġhandsome": 13421, + "Ġhandwriting": 39179, + "Ġhandy": 13239, + "Ġhang": 3967, + "Ġhanger": 48034, + "Ġhanging": 8345, + "Ġhangs": 35947, + "Ġhani": 45108, + "Ġhanno": 26595, + "Ġhanya": 46291, + "Ġhapp": 782, + "Ġhappen": 1051, + "Ġhappened": 2011, + "Ġhappening": 2737, + "Ġhappens": 2314, + "Ġhappier": 20423, + "Ġhappiest": 37584, + "Ġhappily": 19909, + "Ġhappiness": 8324, + "Ġhappy": 2055, + "Ġhar": 2233, + "Ġharass": 16910, + "Ġharassment": 25836, + "Ġharbor": 36947, + "Ġhard": 1152, + "Ġhardcore": 28196, + "Ġharden": 50203, + "Ġhardened": 42605, + "Ġharder": 6081, + "Ġhardest": 13158, + "Ġhardly": 13572, + "Ġhardness": 44019, + "Ġhardship": 24172, + "Ġhardships": 41351, + "Ġhardware": 8837, + "Ġhare": 39921, + "Ġhari": 33264, + "Ġharm": 6491, + "Ġharmed": 41478, + "Ġharmful": 19727, + "Ġharmless": 40160, + "Ġharmon": 14750, + "Ġharmonic": 32270, + "Ġharmony": 19410, + "Ġharms": 48505, + "Ġharness": 19700, + "Ġharp": 50093, + "Ġharsh": 14897, + "Ġhart": 36644, + "Ġharus": 28219, + "Ġharvest": 11917, + "Ġharvested": 40994, + "Ġharvesting": 35679, + "Ġhas": 575, + "Ġhash": 22019, + "Ġhasht": 17462, + "Ġhashtag": 20379, + "Ġhashtags": 50016, + "Ġhasn": 6132, + "Ġhass": 33690, + "Ġhassle": 39526, + "Ġhast": 6581, + "Ġhasta": 10764, + "Ġhat": 2385, + "Ġhatch": 17387, + "Ġhate": 4700, + "Ġhated": 17398, + "Ġhaters": 43675, + "Ġhates": 23000, + "Ġhating": 45082, + "Ġhatred": 21890, + "Ġhats": 20549, + "Ġhatte": 13299, + "Ġhatten": 20441, + "Ġhatır": 47323, + "Ġhaul": 21167, + "Ġhaunted": 24878, + "Ġhaunting": 44512, + "Ġhaut": 29032, + "Ġhav": 26139, + "Ġhave": 362, + "Ġhaven": 2378, + "Ġhaver": 41912, + "Ġhavia": 28855, + "Ġhaving": 1419, + "Ġhavoc": 47367, + "Ġhaw": 33634, + "Ġhay": 4842, + "Ġhaya": 24693, + "Ġhayat": 26918, + "Ġhayır": 40148, + "Ġhaz": 11008, + "Ġhazard": 20790, + "Ġhazardous": 40020, + "Ġhazards": 34516, + "Ġhazır": 29573, + "Ġhe": 415, + "Ġhead": 1378, + "Ġheadache": 23520, + "Ġheadaches": 35046, + "Ġheaded": 12798, + "Ġheader": 23117, + "Ġheaders": 45101, + "Ġheading": 9864, + "Ġheadlights": 38487, + "Ġheadline": 28380, + "Ġheadlines": 23867, + "Ġheadphone": 35028, + "Ġheadphones": 16278, + "Ġheadquarters": 21052, + "Ġheads": 8050, + "Ġheadset": 26850, + "Ġheal": 10526, + "Ġhealed": 20482, + "Ġhealing": 9745, + "Ġheals": 45653, + "Ġhealth": 1585, + "Ġhealthcare": 8884, + "Ġhealthier": 19580, + "Ġhealthy": 4627, + "Ġheap": 33591, + "Ġhear": 1568, + "Ġheard": 2198, + "Ġhearing": 4763, + "Ġhearings": 34052, + "Ġhears": 25688, + "Ġheart": 1917, + "Ġheartbeat": 34851, + "Ġheartbreaking": 41030, + "Ġheartfelt": 49332, + "Ġhearts": 8852, + "Ġheat": 3738, + "Ġheated": 18806, + "Ġheater": 30408, + "Ġheating": 15082, + "Ġheats": 41035, + "Ġheav": 3577, + "Ġheaven": 7162, + "Ġheavenly": 29406, + "Ġheavens": 26011, + "Ġheavier": 18279, + "Ġheavily": 10950, + "Ġheavy": 4676, + "Ġheb": 8007, + "Ġhebben": 12116, + "Ġhebt": 28339, + "Ġhecho": 13064, + "Ġheck": 12872, + "Ġhect": 37358, + "Ġhed": 33653, + "Ġhedge": 25304, + "Ġheed": 49781, + "Ġheeft": 17425, + "Ġheel": 9430, + "Ġheels": 19502, + "Ġheft": 43674, + "Ġheh": 37791, + "Ġhehe": 42683, + "Ġheight": 6681, + "Ġheightened": 46154, + "Ġheights": 25930, + "Ġhein": 16464, + "Ġheir": 30038, + "ĠheiÃŁ": 39124, + "ĠheiÃŁt": 13139, + "Ġhel": 801, + "Ġhela": 30158, + "Ġheld": 5167, + "Ġhele": 16812, + "Ġhelemaal": 33595, + "Ġhelfen": 29966, + "Ġhelicop": 16061, + "Ġhelicopter": 19803, + "Ġhelicopters": 39016, + "Ġhelium": 40175, + "Ġhell": 4921, + "Ġhello": 7751, + "Ġhelm": 29554, + "Ġhelmet": 15922, + "Ġhelmets": 42022, + "Ġhelp": 854, + "Ġhelped": 4254, + "Ġhelper": 36133, + "Ġhelpful": 4961, + "Ġhelping": 4315, + "Ġhelpless": 27596, + "Ġhelps": 3665, + "Ġhelt": 24821, + "Ġhem": 8636, + "Ġhemen": 32466, + "Ġhemisphere": 38453, + "Ġhemos": 15396, + "Ġhemp": 48266, + "Ġhen": 22253, + "Ġhence": 16678, + "Ġhep": 26299, + "Ġhepat": 48372, + "Ġheps": 38341, + "Ġher": 720, + "Ġheraus": 25089, + "Ġherb": 22662, + "Ġherbal": 44255, + "Ġherbs": 21426, + "Ġherd": 29484, + "Ġhere": 510, + "Ġheritage": 16040, + "Ġherkes": 42122, + "Ġherman": 39458, + "Ġhero": 5316, + "Ġheroes": 12332, + "Ġheroic": 32915, + "Ġheroin": 35551, + "Ġherramient": 38271, + "Ġhers": 6820, + "Ġherself": 7530, + "Ġhertz": 45830, + "Ġherum": 49675, + "Ġherzlich": 45919, + "Ġhes": 10453, + "Ġhesit": 28336, + "Ġhesitant": 36290, + "Ġhesitate": 20842, + "Ġhesitation": 36125, + "Ġhet": 3639, + "Ġheter": 20789, + "Ġheure": 30027, + "Ġheures": 28509, + "Ġheut": 42793, + "Ġheute": 9801, + "Ġhex": 23291, + "Ġhey": 4177, + "Ġhi": 4879, + "Ġhic": 23697, + "Ġhice": 50026, + "Ġhid": 16253, + "Ġhidden": 7633, + "Ġhide": 6479, + "Ġhides": 35953, + "Ġhiding": 10596, + "Ġhier": 3296, + "Ġhierarch": 35250, + "Ġhierarchy": 22333, + "Ġhigh": 1090, + "Ġhigher": 2946, + "Ġhighest": 6343, + "Ġhighlight": 5078, + "Ġhighlighted": 17173, + "Ġhighlighter": 40455, + "Ġhighlighting": 26551, + "Ġhighlights": 14254, + "Ġhighly": 5405, + "Ġhighness": 49235, + "Ġhighs": 29687, + "Ġhighway": 17205, + "Ġhighways": 43747, + "Ġhij": 10625, + "Ġhijo": 38390, + "Ġhijos": 42590, + "Ġhike": 23282, + "Ġhiking": 23784, + "Ġhil": 28315, + "Ġhilar": 18661, + "Ġhilarious": 19796, + "Ġhilft": 42493, + "Ġhill": 10997, + "Ġhills": 21379, + "Ġhim": 796, + "Ġhimself": 3647, + "Ġhin": 14102, + "Ġhina": 41844, + "Ġhinaus": 46056, + "Ġhind": 20138, + "Ġhindsight": 44357, + "Ġhine": 47551, + "Ġhing": 24895, + "Ġhinge": 28822, + "Ġhinges": 46686, + "Ġhint": 12075, + "Ġhinten": 36417, + "Ġhinter": 23219, + "Ġhints": 27271, + "Ġhip": 8103, + "Ġhipp": 27745, + "Ġhips": 15233, + "Ġhire": 11158, + "Ġhired": 13144, + "Ġhiring": 15335, + "Ġhis": 702, + "Ġhiss": 33182, + "Ġhist": 1758, + "Ġhistogram": 49816, + "Ġhistoire": 31202, + "Ġhistor": 4058, + "Ġhistoria": 18385, + "Ġhistorian": 25139, + "Ġhistorians": 26442, + "Ġhistoric": 13236, + "Ġhistorical": 8584, + "Ġhistorically": 16180, + "Ġhistories": 30631, + "Ġhistory": 2503, + "Ġhistó": 33196, + "Ġhistória": 20670, + "Ġhit": 2045, + "Ġhitch": 33259, + "Ġhits": 8664, + "Ġhitting": 8850, + "Ġhive": 42523, + "Ġhizo": 28803, + "Ġhiç": 15169, + "Ġhiçbir": 31151, + "Ġhiá»ĩn": 48079, + "Ġhj": 23731, + "Ġhjäl": 42822, + "Ġhm": 35481, + "Ġhmm": 16478, + "Ġho": 1106, + "Ġhoard": 45940, + "Ġhob": 12959, + "Ġhobbies": 35750, + "Ġhobby": 18240, + "Ġhoc": 16708, + "Ġhoch": 19783, + "Ġhockey": 22449, + "Ġhoe": 19709, + "Ġhoffe": 34903, + "Ġhog": 24855, + "Ġhogy": 14601, + "Ġhoje": 13458, + "Ġhol": 4091, + "Ġhold": 1797, + "Ġholder": 20349, + "Ġholders": 29274, + "Ġholding": 5061, + "Ġholds": 9190, + "Ġhole": 5458, + "Ġholes": 8118, + "Ġholiday": 9960, + "Ġholidays": 15734, + "Ġholiness": 44867, + "Ġholistic": 30334, + "Ġhollow": 23972, + "Ġholog": 38541, + "Ġholy": 10622, + "Ġhom": 3655, + "Ġhomage": 44073, + "Ġhombre": 26102, + "Ġhombres": 37988, + "Ġhome": 1280, + "Ġhomeland": 32494, + "Ġhomeless": 12294, + "Ġhomelessness": 28791, + "Ġhomem": 30798, + "Ġhomemade": 23336, + "Ġhomeowners": 39868, + "Ġhomepage": 31301, + "Ġhomes": 7388, + "Ġhometown": 22112, + "Ġhomework": 14578, + "Ġhomicide": 49411, + "Ġhomme": 35794, + "Ġhommes": 34795, + "Ġhomogeneous": 42632, + "Ġhomosexual": 30490, + "Ġhon": 2157, + "Ġhone": 43212, + "Ġhonest": 3245, + "Ġhonestly": 6095, + "Ġhonesty": 26839, + "Ġhoney": 8330, + "Ġhoneymoon": 48004, + "Ġhonor": 5968, + "Ġhonorable": 36322, + "Ġhonorary": 49365, + "Ġhonored": 14556, + "Ġhonoring": 38254, + "Ġhonors": 26884, + "Ġhonour": 20631, + "Ġhoo": 30663, + "Ġhood": 13376, + "Ġhoodie": 41191, + "Ġhoof": 44974, + "Ġhook": 6328, + "Ġhooked": 20410, + "Ġhooks": 26485, + "Ġhoop": 29749, + "Ġhoor": 43330, + "Ġhop": 3818, + "Ġhope": 1454, + "Ġhoped": 19737, + "Ġhopeful": 20531, + "Ġhopefully": 4696, + "Ġhopeless": 27317, + "Ġhopes": 13681, + "Ġhoping": 7159, + "Ġhopping": 47199, + "Ġhops": 47579, + "Ġhor": 2569, + "Ġhora": 15098, + "Ġhoras": 19548, + "Ġhoriz": 7937, + "Ġhorizon": 18046, + "Ġhorizont": 10908, + "Ġhorizontal": 12750, + "Ġhorizontally": 33796, + "Ġhorm": 11876, + "Ġhormone": 24211, + "Ġhormones": 22453, + "Ġhorn": 13482, + "Ġhorns": 28818, + "Ġhorr": 17582, + "Ġhorrend": 49520, + "Ġhorrible": 9263, + "Ġhorribly": 45028, + "Ġhorrific": 29248, + "Ġhorrifying": 40227, + "Ġhorror": 11501, + "Ġhors": 11912, + "Ġhorse": 6832, + "Ġhorsepower": 25250, + "Ġhorses": 13112, + "Ġhose": 20061, + "Ġhosp": 3872, + "Ġhospital": 4530, + "Ġhospitality": 31207, + "Ġhospitalized": 42340, + "Ġhospitals": 13014, + "Ġhost": 3975, + "Ġhostage": 38434, + "Ġhosted": 19204, + "Ġhostel": 48879, + "Ġhostile": 27312, + "Ġhosting": 16058, + "Ġhosts": 21573, + "Ġhot": 2368, + "Ġhotel": 7622, + "Ġhotels": 22718, + "Ġhots": 36121, + "Ġhott": 30749, + "Ġhotter": 32149, + "Ġhottest": 32780, + "Ġhou": 36621, + "Ġhour": 1773, + "Ġhourly": 48364, + "Ġhours": 2496, + "Ġhous": 4407, + "Ġhouse": 1782, + "Ġhoused": 36084, + "Ġhousehold": 9888, + "Ġhouseholds": 22850, + "Ġhousekeeping": 48033, + "Ġhouses": 8078, + "Ġhousing": 6849, + "Ġhover": 20076, + "Ġhovering": 44923, + "Ġhow": 577, + "Ġhowever": 4461, + "Ġhoy": 13775, + "ĠhoÅŁ": 37063, + "Ġhp": 34064, + "Ġhtt": 22881, + "Ġhttp": 37428, + "Ġhttps": 34426, + "Ġhu": 2137, + "Ġhub": 11838, + "Ġhubs": 46870, + "Ġhue": 24967, + "Ġhug": 8777, + "Ġhuge": 2603, + "Ġhugely": 27417, + "Ġhugging": 41706, + "Ġhugs": 42149, + "Ġhuh": 7020, + "Ġhuis": 46526, + "Ġhull": 32335, + "Ġhum": 1484, + "Ġhuman": 1952, + "Ġhumanitarian": 25096, + "Ġhumanities": 36140, + "Ġhumanity": 10243, + "Ġhumano": 30985, + "Ġhumanos": 34555, + "Ġhumans": 6255, + "Ġhumble": 16735, + "Ġhumbled": 46199, + "Ġhumid": 34649, + "Ġhumidity": 24751, + "Ġhumili": 29981, + "Ġhumility": 27106, + "Ġhumming": 34965, + "Ġhumor": 14318, + "Ġhumour": 45138, + "Ġhump": 47093, + "Ġhun": 7396, + "Ġhunch": 47630, + "Ġhundred": 3262, + "Ġhundreds": 6779, + "Ġhung": 5753, + "Ġhunger": 19229, + "Ġhungry": 8067, + "Ġhunt": 12454, + "Ġhunted": 44943, + "Ġhunter": 22970, + "Ġhunters": 29509, + "Ġhunting": 12599, + "Ġhur": 2756, + "Ġhurdle": 47423, + "Ġhurdles": 48387, + "Ġhurricane": 27136, + "Ġhurricanes": 48026, + "Ġhurry": 11025, + "Ġhurt": 4607, + "Ġhurting": 17744, + "Ġhurts": 11051, + "Ġhus": 4788, + "Ġhusband": 5213, + "Ġhusbands": 37835, + "Ġhust": 25822, + "Ġhustle": 34639, + "Ġhut": 36755, + "Ġhvad": 48160, + "Ġhvis": 45427, + "Ġhvor": 31459, + "Ġhy": 2477, + "Ġhybrid": 13051, + "Ġhyd": 5796, + "Ġhydrated": 44960, + "Ġhydration": 43631, + "Ġhydraul": 27510, + "Ġhydraulic": 32134, + "Ġhydro": 15435, + "Ġhydrogen": 12697, + "Ġhyg": 24470, + "Ġhygiene": 29541, + "Ġhyp": 7420, + "Ġhype": 24144, + "Ġhyped": 43172, + "Ġhyper": 9848, + "Ġhypert": 37488, + "Ġhypertension": 46172, + "Ġhypnot": 42944, + "Ġhypoc": 50207, + "Ġhypocr": 39419, + "Ġhypoth": 24371, + "Ġhypothes": 14276, + "Ġhypotheses": 49969, + "Ġhypothesis": 17291, + "Ġhypothetical": 33053, + "Ġhyster": 35915, + "Ġhyung": 33216, + "Ġhyvin": 36180, + "Ġhyvä": 38526, + "Ġhá": 16448, + "Ġhä": 24054, + "Ġhält": 40751, + "Ġhär": 6533, + "Ġhät": 15344, + "Ġhätte": 20041, + "Ġhätten": 33278, + "Ġhäuf": 39735, + "Ġhäufig": 47543, + "ĠhÃ¥": 24367, + "Ġhè": 49243, + "Ġhé": 32537, + "Ġhö": 13531, + "Ġhöher": 48045, + "Ġhör": 42651, + "Ġhören": 38681, + "Ġhört": 42243, + "ĠhÃłng": 48373, + "ĠhÆ¡n": 34335, + "Ġhết": 44414, + "Ġhá»į": 27700, + "Ġhá»įc": 46786, + "Ġi": 741, + "ĠiOS": 17430, + "ĠiP": 5180, + "ĠiPad": 12945, + "ĠiPh": 42048, + "ĠiPhone": 7252, + "ĠiPhones": 43793, + "ĠiT": 30882, + "ĠiTunes": 33017, + "Ġia": 20721, + "Ġib": 39073, + "Ġiba": 33423, + "Ġic": 4376, + "Ġice": 4435, + "Ġiceberg": 38880, + "Ġiced": 46091, + "Ġich": 1893, + "Ġici": 11575, + "Ġicing": 30086, + "Ġicon": 6528, + "Ġiconic": 15762, + "Ġicons": 23308, + "Ġicy": 42015, + "Ġid": 4496, + "Ġidag": 43334, + "Ġide": 1153, + "Ġidea": 1558, + "Ġideal": 7157, + "Ġideally": 22915, + "Ġideals": 30956, + "Ġideas": 3487, + "Ġidee": 49742, + "Ġideia": 26409, + "Ġident": 2473, + "Ġidentical": 14800, + "Ġidentific": 49456, + "Ġidentification": 22065, + "Ġidentified": 9234, + "Ġidentifier": 45690, + "Ġidentifies": 34597, + "Ġidentify": 5876, + "Ġidentifying": 16696, + "Ġidentities": 24239, + "Ġidentity": 6575, + "Ġideological": 35341, + "Ġideology": 23101, + "Ġidi": 18014, + "Ġidiot": 14270, + "Ġidiots": 36454, + "Ġidle": 30650, + "Ġido": 47771, + "Ġidol": 13060, + "Ġidols": 29959, + "Ġidé": 39227, + "Ġidée": 34832, + "Ġie": 43203, + "Ġiedereen": 47529, + "Ġiemand": 48687, + "Ġiets": 24791, + "Ġif": 498, + "Ġig": 8508, + "Ġigen": 31305, + "Ġign": 5335, + "Ġignite": 49609, + "Ġignition": 37031, + "Ġignor": 14698, + "Ġignorance": 25390, + "Ġignorant": 29374, + "Ġignore": 11200, + "Ġignored": 19735, + "Ġignoring": 26258, + "Ġigual": 10953, + "Ġih": 5096, + "Ġihan": 36131, + "Ġihm": 16021, + "Ġihn": 14534, + "Ġihnen": 24623, + "Ġihr": 5553, + "Ġihre": 14280, + "Ġihrem": 30859, + "Ġihren": 22347, + "Ġihrer": 23990, + "Ġiht": 36737, + "Ġik": 4320, + "Ġiki": 20739, + "Ġikke": 13076, + "Ġil": 1930, + "Ġile": 15465, + "Ġilgili": 43542, + "Ġilk": 28912, + "Ġill": 3171, + "Ġilleg": 9976, + "Ġillegal": 11905, + "Ġillegally": 39585, + "Ġillness": 10152, + "Ġillnesses": 30791, + "Ġillum": 30579, + "Ġillumin": 28593, + "Ġilluminated": 48577, + "Ġillusion": 18854, + "Ġillusions": 49836, + "Ġillust": 8490, + "Ġillustrate": 23221, + "Ġillustrated": 33875, + "Ġillustrates": 41718, + "Ġillustration": 22645, + "Ġillustrations": 34540, + "Ġils": 9047, + "Ġim": 566, + "Ġimag": 2576, + "Ġimage": 3256, + "Ġimagem": 43824, + "Ġimagen": 40652, + "Ġimagery": 24340, + "Ġimages": 5267, + "Ġimagin": 23427, + "Ġimaginar": 49048, + "Ġimaginary": 26164, + "Ġimagination": 12938, + "Ġimagine": 3811, + "Ġimagined": 16590, + "Ġimaging": 25036, + "Ġimagining": 27798, + "Ġimbalance": 43007, + "Ġimitate": 35556, + "Ġimitation": 47624, + "Ġimm": 3397, + "Ġimmature": 49539, + "Ġimmedi": 3640, + "Ġimmediate": 11629, + "Ġimmediately": 4258, + "Ġimmens": 36893, + "Ġimmense": 22920, + "Ġimmensely": 38674, + "Ġimmer": 5578, + "Ġimmers": 16787, + "Ġimmersed": 35416, + "Ġimmersion": 40348, + "Ġimmersive": 35409, + "Ġimmig": 7730, + "Ġimmigrant": 23873, + "Ġimmigrants": 16598, + "Ġimmigration": 13554, + "Ġimmin": 40728, + "Ġimminent": 44339, + "Ġimmort": 44817, + "Ġimmortal": 31414, + "Ġimmun": 13154, + "Ġimmune": 11992, + "Ġimmunity": 22701, + "Ġimp": 704, + "Ġimpact": 2712, + "Ġimpacted": 15653, + "Ġimpactful": 30842, + "Ġimpacting": 29963, + "Ġimpacto": 49687, + "Ġimpacts": 11606, + "Ġimpair": 30256, + "Ġimpaired": 36762, + "Ġimpairment": 42025, + "Ġimpart": 32177, + "Ġimpat": 31156, + "Ġimpatient": 36895, + "Ġimpe": 19643, + "Ġimpeachment": 33663, + "Ġimped": 22584, + "Ġimpedance": 36264, + "Ġimper": 10100, + "Ġimperative": 32490, + "Ġimperfect": 26714, + "Ġimperial": 21143, + "Ġimperson": 38147, + "Ġimpl": 8484, + "Ġimplant": 28309, + "Ġimplants": 43032, + "Ġimplement": 4445, + "Ġimplementation": 11420, + "Ġimplemented": 12270, + "Ġimplementing": 18114, + "Ġimplic": 10629, + "Ġimplication": 37814, + "Ġimplications": 16602, + "Ġimplicit": 26947, + "Ġimplied": 32614, + "Ġimplies": 18779, + "Ġimply": 33616, + "Ġimport": 974, + "Ġimporta": 33218, + "Ġimportance": 7379, + "Ġimportant": 1021, + "Ġimportante": 9416, + "Ġimportantes": 27963, + "Ġimportantly": 8906, + "Ġimported": 25524, + "Ġimporting": 43866, + "Ġimports": 41596, + "Ġimpos": 38396, + "Ġimpose": 26952, + "Ġimposed": 26491, + "Ġimposing": 40288, + "Ġimposs": 38802, + "Ġimpossible": 6243, + "Ġimpost": 47804, + "Ġimpres": 35672, + "Ġimpress": 6729, + "Ġimpressed": 11679, + "Ġimpression": 9995, + "Ġimpressions": 24245, + "Ġimpressive": 8992, + "Ġimprint": 44615, + "Ġimprison": 24146, + "Ġimprisoned": 35332, + "Ġimpro": 2530, + "Ġimproper": 40651, + "Ġimprov": 29424, + "Ġimprove": 3470, + "Ġimproved": 9689, + "Ġimprovement": 10444, + "Ġimprovements": 13797, + "Ġimproves": 24771, + "Ġimproving": 11470, + "Ġimprovis": 39784, + "Ġimpul": 41767, + "Ġimpulse": 26857, + "Ġin": 294, + "Ġinability": 33162, + "Ġinac": 33230, + "Ġinacc": 37957, + "Ġinaccurate": 46443, + "Ġinad": 42148, + "Ġinadequ": 35441, + "Ġinadequate": 42107, + "Ġinadvert": 49152, + "Ġinan": 33113, + "Ġinappropri": 24728, + "Ġinappropriate": 26723, + "Ġinaug": 23541, + "Ġinaugural": 48741, + "Ġinbox": 35067, + "Ġinc": 834, + "Ġincap": 30399, + "Ġincapable": 44174, + "Ġincar": 23694, + "Ġincarcer": 24650, + "Ġincarcerated": 39059, + "Ġincarceration": 41603, + "Ġincarn": 30938, + "Ġincarnation": 49988, + "Ġincense": 50202, + "Ġincent": 11903, + "Ġincentiv": 35328, + "Ġincentive": 22346, + "Ġincentives": 23374, + "Ġinception": 49834, + "Ġinch": 7227, + "Ġinches": 8478, + "Ġincidence": 41726, + "Ġincident": 9348, + "Ġincidents": 21139, + "Ġincl": 37070, + "Ġinclined": 28173, + "Ġinclu": 25520, + "Ġinclud": 1637, + "Ġinclude": 4090, + "Ġincluded": 5556, + "Ġincludes": 5974, + "Ġincluding": 3009, + "Ġinclus": 17204, + "Ġinclusion": 15874, + "Ġinclusive": 13429, + "Ġincluso": 24018, + "Ġincom": 14036, + "Ġincome": 5742, + "Ġincomes": 42458, + "Ġincoming": 22341, + "Ġincomp": 40393, + "Ġincompet": 41602, + "Ġincomplete": 31709, + "Ġincon": 20972, + "Ġincons": 22039, + "Ġinconsistent": 36891, + "Ġinconven": 28752, + "Ġinconvenient": 46196, + "Ġincor": 7121, + "Ġincorpor": 8788, + "Ġincorporate": 16091, + "Ġincorporated": 21654, + "Ġincorporates": 50193, + "Ġincorporating": 33613, + "Ġincorrect": 18424, + "Ġincorrectly": 42892, + "Ġincr": 42211, + "Ġincre": 1946, + "Ġincrease": 3488, + "Ġincreased": 6505, + "Ġincreases": 8637, + "Ġincreasing": 5662, + "Ġincreasingly": 12980, + "Ġincred": 3267, + "Ġincredible": 4651, + "Ġincredibly": 6252, + "Ġincrement": 26200, + "Ġincremental": 35759, + "ĠincreÃŃ": 46202, + "Ġincub": 33345, + "Ġincumb": 39854, + "Ġincumbent": 45539, + "Ġincur": 35774, + "Ġind": 1016, + "Ġinde": 24162, + "Ġindeed": 6451, + "Ġindem": 37185, + "Ġindent": 44494, + "Ġindepend": 4819, + "Ġindependence": 14640, + "Ġindependent": 6695, + "Ġindependently": 21761, + "Ġindex": 8186, + "Ġindic": 4694, + "Ġindicate": 13330, + "Ġindicated": 16176, + "Ġindicates": 16203, + "Ġindicating": 25604, + "Ġindication": 18877, + "Ġindications": 44450, + "Ġindicative": 47513, + "Ġindicator": 16961, + "Ġindicators": 22176, + "Ġindices": 43840, + "Ġindict": 49981, + "Ġindie": 33184, + "Ġindifferent": 48502, + "Ġindigenous": 15511, + "Ġindirect": 19523, + "Ġindirectly": 37779, + "Ġindisp": 40637, + "Ġindispens": 42937, + "Ġindispensable": 47940, + "Ġindivid": 2461, + "Ġindividual": 2609, + "Ġindividually": 16652, + "Ġindividuals": 5346, + "Ġindo": 13770, + "Ġindoor": 24029, + "Ġindoors": 29655, + "Ġindu": 13716, + "Ġinduce": 41263, + "Ġinduced": 33991, + "Ġinduct": 31612, + "Ġinduction": 33371, + "Ġindul": 28626, + "Ġindust": 2735, + "Ġindustri": 49005, + "Ġindustrial": 9987, + "Ġindustries": 13284, + "Ġindustry": 3518, + "Ġine": 7167, + "Ġineffective": 48836, + "Ġinefficient": 43495, + "Ġinequ": 25099, + "Ġinequalities": 41874, + "Ġinequality": 16970, + "Ġinert": 25832, + "Ġinertia": 37234, + "Ġinevit": 14481, + "Ġinevitable": 21451, + "Ġinevitably": 28171, + "Ġinex": 29961, + "Ġinexpensive": 28382, + "Ġinf": 1536, + "Ġinfamous": 30769, + "Ġinfant": 16757, + "Ġinfantry": 30887, + "Ġinfants": 38829, + "Ġinfect": 5888, + "Ġinfected": 15414, + "Ġinfection": 11764, + "Ġinfections": 19478, + "Ġinfectious": 26780, + "Ġinfer": 13596, + "Ġinference": 38253, + "Ġinferior": 24249, + "Ġinfilt": 29085, + "Ġinfin": 7193, + "Ġinfinite": 13785, + "Ġinfinitely": 36227, + "Ġinfinity": 13202, + "Ġinfl": 9922, + "Ġinflam": 15987, + "Ġinflamm": 16782, + "Ġinflammation": 21613, + "Ġinflammatory": 38199, + "Ġinflation": 15860, + "Ġinflict": 38137, + "Ġinflu": 4015, + "Ġinfluen": 9024, + "Ġinfluence": 6503, + "Ġinfluenced": 15269, + "Ġinfluencer": 39503, + "Ġinfluencers": 38646, + "Ġinfluences": 21222, + "Ġinfluencing": 40396, + "Ġinfluential": 22215, + "Ġinfluenza": 36408, + "Ġinfo": 13614, + "Ġinform": 1356, + "Ġinformación": 21660, + "Ġinformal": 24342, + "Ġinformation": 1589, + "Ġinformational": 49391, + "Ġinformations": 38855, + "Ġinformative": 27759, + "Ġinformação": 48403, + "Ġinformações": 42542, + "Ġinformed": 11740, + "Ġinforming": 43969, + "Ġinforms": 45320, + "Ġinfra": 23654, + "Ġinfrared": 30361, + "Ġinfrast": 6534, + "Ġinfrastructure": 6896, + "Ġinfring": 45205, + "Ġinfused": 50083, + "Ġing": 3957, + "Ġingen": 21600, + "Ġingl": 35511, + "Ġinglés": 49766, + "Ġingred": 5621, + "Ġingredient": 14751, + "Ġingredients": 6952, + "Ġinh": 47707, + "Ġinhab": 16934, + "Ġinhabit": 21863, + "Ġinhabitants": 27740, + "Ġinhabited": 47538, + "Ġinhal": 43157, + "Ġinhale": 22071, + "Ġinher": 9484, + "Ġinherent": 26387, + "Ġinherently": 27993, + "Ġinherit": 21389, + "Ġinheritance": 32122, + "Ġinherited": 27091, + "Ġinhib": 20406, + "Ġinhibit": 49858, + "Ġini": 7408, + "Ġinic": 40380, + "Ġinici": 43043, + "Ġinicial": 44076, + "Ġinim": 45945, + "Ġinit": 3157, + "Ġiniti": 6265, + "Ġinitial": 5883, + "Ġinitially": 9105, + "Ġinitiate": 31574, + "Ġinitiated": 28578, + "Ġinitiation": 43569, + "Ġinitiative": 11552, + "Ġinitiatives": 16194, + "Ġinj": 5580, + "Ġinject": 10711, + "Ġinjected": 36967, + "Ġinjection": 22873, + "Ġinjections": 47178, + "Ġinjured": 13408, + "Ġinjuries": 14799, + "Ġinjury": 10454, + "Ġinjust": 19336, + "Ġinjustice": 24750, + "Ġink": 11276, + "Ġinland": 47009, + "Ġinlet": 36961, + "Ġinm": 41052, + "Ġinmates": 39479, + "Ġinn": 7714, + "Ġinnate": 41766, + "Ġinne": 24170, + "Ġinner": 7284, + "Ġinnerhalb": 48460, + "Ġinning": 49989, + "Ġinnoc": 10843, + "Ġinnocence": 35796, + "Ġinnocent": 13171, + "Ġinnov": 5083, + "Ġinnovate": 33444, + "Ġinnovation": 8504, + "Ġinnovations": 24283, + "Ġinnovative": 12999, + "Ġinnych": 36286, + "Ġinom": 44839, + "Ġinput": 4846, + "Ġinputs": 15743, + "Ġinqu": 13570, + "Ġinquiry": 25736, + "Ġins": 1028, + "Ġinsan": 11513, + "Ġinsane": 10838, + "Ġinsanely": 40965, + "Ġinsanity": 47505, + "Ġinsanlar": 36130, + "Ġinsbesondere": 48694, + "Ġinscre": 27824, + "Ġinscription": 49882, + "Ġinse": 33874, + "Ġinsec": 18851, + "Ġinsect": 13261, + "Ġinsects": 20201, + "Ġinsecure": 32215, + "Ġinsecurity": 35058, + "Ġinsert": 8969, + "Ġinserted": 27992, + "Ġinserting": 46567, + "Ġinserts": 49163, + "Ġinsgesamt": 41438, + "Ġinside": 1854, + "Ġinsider": 40990, + "Ġinsight": 11269, + "Ġinsightful": 46401, + "Ġinsights": 14310, + "Ġinsign": 34261, + "Ġinsignificant": 43685, + "Ġinsist": 13466, + "Ġinsisted": 28456, + "Ġinsists": 50137, + "Ġinsp": 3741, + "Ġinspect": 15018, + "Ġinspection": 22085, + "Ġinspections": 46544, + "Ġinspector": 34564, + "Ġinspir": 17432, + "Ġinspiration": 10249, + "Ġinspirational": 33554, + "Ġinspire": 15638, + "Ġinspired": 7547, + "Ġinspires": 32566, + "Ġinspiring": 15883, + "Ġinst": 1058, + "Ġinstability": 34379, + "Ġinstagram": 22102, + "Ġinstal": 34059, + "Ġinstall": 3625, + "Ġinstallation": 13260, + "Ġinstallations": 41932, + "Ġinstalled": 8899, + "Ġinstaller": 46620, + "Ġinstalling": 20762, + "Ġinstallment": 39413, + "Ġinstance": 5197, + "Ġinstances": 14519, + "Ġinstant": 9836, + "Ġinstantaneous": 45596, + "Ġinstantly": 13518, + "Ġinstead": 2602, + "Ġinstinct": 16556, + "Ġinstincts": 38997, + "Ġinstit": 4348, + "Ġinstitute": 26860, + "Ġinstitution": 7818, + "Ġinstitutional": 18391, + "Ġinstitutions": 8142, + "Ġinstr": 5488, + "Ġinstruct": 7232, + "Ġinstructed": 36384, + "Ġinstruction": 10951, + "Ġinstructional": 35716, + "Ġinstructions": 9415, + "Ġinstructor": 18499, + "Ġinstructors": 28367, + "Ġinstrument": 7198, + "Ġinstrumental": 17388, + "Ġinstruments": 12190, + "Ġinsufficient": 41709, + "Ġinsulation": 30508, + "Ġinsulin": 21587, + "Ġinsult": 15285, + "Ġinsulted": 49063, + "Ġinsulting": 44463, + "Ġinsurance": 7214, + "Ġint": 560, + "Ġintact": 23493, + "Ġintake": 18060, + "Ġinte": 2830, + "Ġinteg": 16200, + "Ġinteger": 24922, + "Ġintegers": 41674, + "Ġintegr": 3572, + "Ġintegral": 11573, + "Ġintegrate": 13365, + "Ġintegrated": 10919, + "Ġintegrating": 26889, + "Ġintegration": 10980, + "Ġintegrity": 16000, + "Ġinteiro": 45633, + "Ġintel": 24777, + "Ġintelig": 44300, + "Ġintell": 4359, + "Ġintellect": 10058, + "Ġintellectual": 12576, + "Ġintellectually": 46481, + "Ġintellig": 5613, + "Ġintelligence": 7599, + "Ġintelligent": 13232, + "Ġinten": 43094, + "Ġintend": 19759, + "Ġintended": 10226, + "Ġintens": 14056, + "Ġintense": 9447, + "Ġintensely": 43235, + "Ġintensity": 13749, + "Ġintensive": 18957, + "Ġintent": 8446, + "Ġintentar": 46596, + "Ġintention": 7789, + "Ġintentional": 21935, + "Ġintentionally": 22062, + "Ġintentions": 19354, + "Ġinter": 728, + "Ġinteract": 4648, + "Ġinteracted": 49621, + "Ġinteracting": 18017, + "Ġinteraction": 9285, + "Ġinteractions": 13280, + "Ġinteractive": 15141, + "Ġinteracts": 43582, + "Ġintercept": 24700, + "Ġinterchange": 30358, + "Ġinterconnect": 26253, + "Ġinterconnected": 36611, + "Ġinterdisciplinary": 38280, + "Ġinteres": 20157, + "Ġinteresante": 36396, + "Ġinteress": 12478, + "Ġinteressant": 37748, + "Ġinteressante": 24372, + "Ġinterest": 1179, + "Ġinterested": 3102, + "Ġinteresting": 1880, + "Ġinterestingly": 25873, + "Ġinterests": 8847, + "Ġinterf": 14510, + "Ġinterface": 9226, + "Ġinterfaces": 28416, + "Ġinterfer": 25799, + "Ġinterfere": 23946, + "Ġinterference": 24497, + "Ġinterfering": 48721, + "Ġinterim": 33500, + "Ġinterior": 10636, + "Ġinterject": 46787, + "Ġintermedi": 15184, + "Ġintermediate": 19376, + "Ġintermitt": 38548, + "Ġintermittent": 44084, + "Ġintern": 2154, + "Ġinternacional": 37382, + "Ġinternal": 6920, + "Ġinternally": 19501, + "Ġinternation": 19257, + "Ġinternational": 5058, + "Ġinternationally": 24422, + "Ġinternet": 4705, + "Ġinterns": 46145, + "Ġinternship": 16861, + "Ġinternships": 35712, + "Ġinterpersonal": 47102, + "Ġinterpol": 44902, + "Ġinterpre": 17489, + "Ġinterpret": 7302, + "Ġinterpretation": 14174, + "Ġinterpretations": 37547, + "Ġinterpreted": 26749, + "Ġinterpreter": 34132, + "Ġinterpreting": 37395, + "Ġinterrog": 24871, + "Ġinterrupt": 12729, + "Ġinterrupted": 30329, + "Ġinterrupting": 49455, + "Ġintersect": 27815, + "Ġintersection": 15236, + "Ġintersections": 47664, + "Ġintertw": 44400, + "Ġinterval": 15035, + "Ġintervals": 26651, + "Ġinterven": 17104, + "Ġintervene": 30407, + "Ġintervention": 13176, + "Ġinterventions": 20924, + "Ġinterview": 4049, + "Ġinterviewed": 19770, + "Ġinterviewing": 26524, + "Ġinterviews": 12318, + "Ġintest": 21098, + "Ġintestine": 42446, + "Ġintestines": 44429, + "Ġintim": 13148, + "Ġintimacy": 34450, + "Ġintimate": 20215, + "Ġintimid": 17042, + "Ġintimidated": 40234, + "Ġintimidating": 29714, + "Ġinto": 666, + "Ġintoler": 35278, + "Ġintox": 40809, + "Ġintr": 17467, + "Ġintra": 43358, + "Ġintric": 30242, + "Ġintricate": 38015, + "Ġintrig": 17934, + "Ġintrigued": 35140, + "Ġintriguing": 32503, + "Ġintrins": 28621, + "Ġintrinsic": 35698, + "Ġintro": 12897, + "Ġintrodu": 2814, + "Ġintroduce": 5366, + "Ġintroduced": 7268, + "Ġintroduces": 31472, + "Ġintroducing": 15424, + "Ġintroduction": 9339, + "Ġintroductions": 48032, + "Ġintroductory": 39048, + "Ġintuit": 16224, + "Ġintuition": 24002, + "Ġintuitive": 21769, + "Ġintuitively": 46506, + "Ġinté": 18555, + "Ġintéress": 23243, + "Ġintéressant": 34358, + "Ġinv": 1048, + "Ġinvade": 39171, + "Ġinvaded": 35882, + "Ġinvalid": 34702, + "Ġinvaluable": 40367, + "Ġinvari": 33270, + "Ġinvasion": 21575, + "Ġinvasive": 30894, + "Ġinve": 32957, + "Ġinvece": 36344, + "Ġinvent": 7962, + "Ġinvented": 14479, + "Ġinvention": 22265, + "Ġinventions": 43748, + "Ġinventor": 41593, + "Ġinventory": 14228, + "Ġinver": 28653, + "Ġinvers": 21378, + "Ġinverse": 17340, + "Ġinversion": 43576, + "Ġinvert": 33966, + "Ġinverted": 38969, + "Ġinverter": 47201, + "Ġinvest": 1963, + "Ġinvested": 13104, + "Ġinvestig": 4557, + "Ġinvestigación": 48919, + "Ġinvestigate": 15013, + "Ġinvestigated": 30070, + "Ġinvestigating": 22858, + "Ġinvestigation": 9627, + "Ġinvestigations": 25582, + "Ġinvestigative": 45495, + "Ġinvestigator": 38330, + "Ġinvestigators": 27079, + "Ġinvesting": 10978, + "Ġinvestir": 49646, + "Ġinvestment": 6078, + "Ġinvestments": 13784, + "Ġinvestor": 18479, + "Ġinvestors": 11519, + "Ġinvinci": 42807, + "Ġinvincible": 48514, + "Ġinvis": 13308, + "Ġinvisible": 14603, + "Ġinvit": 43714, + "Ġinvitation": 17890, + "Ġinvite": 7980, + "Ġinvited": 9185, + "Ġinvites": 35719, + "Ġinviting": 18202, + "Ġinvoice": 47919, + "Ġinvoke": 41117, + "Ġinvol": 2499, + "Ġinvolve": 9494, + "Ġinvolved": 3288, + "Ġinvolvement": 17447, + "Ġinvolves": 11626, + "Ġinvolving": 17030, + "Ġinward": 29876, + "ĠinÃŃcio": 45979, + "Ġio": 19785, + "Ġiod": 44422, + "Ġion": 17437, + "Ġions": 27362, + "Ġip": 28501, + "Ġir": 3418, + "Ġirgend": 11093, + "Ġirgendw": 26455, + "Ġirgendwann": 34313, + "Ġirgendwas": 47090, + "Ġirgendwie": 20759, + "Ġirgendwo": 40865, + "Ġirm": 33842, + "Ġiron": 6497, + "Ġironic": 33719, + "Ġironically": 41082, + "Ġirony": 35365, + "Ġirr": 29413, + "Ġirrational": 39914, + "Ġirre": 16014, + "Ġirregular": 29349, + "Ġirrelevant": 28682, + "Ġirrespons": 38626, + "Ġirresponsible": 46320, + "Ġirrig": 26129, + "Ġirrigation": 31753, + "Ġirrit": 16029, + "Ġirritated": 43650, + "Ġirritating": 45971, + "Ġirritation": 50031, + "Ġis": 307, + "Ġise": 40912, + "Ġisland": 6077, + "Ġislands": 17402, + "Ġisn": 1943, + "Ġisol": 7381, + "Ġisolate": 25660, + "Ġisolated": 14621, + "Ġisolating": 48912, + "Ġisolation": 16001, + "Ġisot": 38018, + "Ġiss": 1620, + "Ġisso": 4616, + "Ġissue": 2734, + "Ġissued": 14379, + "Ġissues": 2663, + "Ġissuing": 43214, + "Ġist": 1418, + "Ġiste": 49920, + "Ġistedi": 40058, + "Ġistem": 42785, + "Ġister": 40366, + "Ġistiyorum": 36699, + "Ġisto": 35835, + "Ġit": 309, + "Ġital": 22366, + "Ġitaliano": 48486, + "Ġitchy": 47360, + "Ġitem": 3174, + "Ġitems": 4754, + "Ġiter": 17138, + "Ġiterate": 44497, + "Ġiteration": 24784, + "Ġiterations": 36540, + "Ġits": 1080, + "Ġitself": 2564, + "Ġitt": 47786, + "Ġitu": 9032, + "ĠitÃŃs": 30924, + "Ġiv": 32412, + "Ġivory": 49218, + "Ġiy": 29861, + "Ġiyi": 16173, + "Ġiz": 14736, + "Ġizquier": 46428, + "Ġiç": 6058, + "Ġiçer": 33913, + "Ġiçin": 8457, + "Ġiçinde": 34283, + "ĠiÅŁ": 8690, + "ĠiÅŁi": 45377, + "ĠiÅŁte": 19804, + "Ġj": 361, + "Ġja": 2784, + "Ġjaar": 22579, + "Ġjab": 33475, + "Ġjack": 7109, + "Ġjacket": 11781, + "Ġjackets": 34612, + "Ġjadi": 19399, + "Ġjag": 6368, + "Ġjail": 10511, + "Ġjak": 4207, + "Ġjakby": 28976, + "Ġjaki": 24492, + "Ġjakie": 22124, + "ĠjakieÅĽ": 31163, + "Ġjakim": 49410, + "ĠjakiÅĽ": 34721, + "Ġjako": 17123, + "ĠjakÄħ": 46719, + "Ġjal": 43089, + "Ġjam": 7872, + "Ġjamais": 14540, + "Ġjan": 25442, + "Ġjangan": 45107, + "Ġjap": 48330, + "Ġjapanese": 49508, + "Ġjar": 15181, + "Ġjard": 46153, + "Ġjars": 38239, + "Ġjaw": 18162, + "Ġjaws": 44942, + "Ġjazz": 15066, + "Ġje": 1506, + "Ġjealous": 13805, + "Ġjealousy": 36103, + "Ġjeans": 18880, + "Ġjed": 5232, + "Ġjede": 34039, + "Ġjedem": 36538, + "Ġjeden": 12906, + "Ġjeder": 19610, + "Ġjedes": 36119, + "Ġjednak": 25897, + "Ġjedoch": 46311, + "Ġjeg": 10610, + "Ġjego": 26542, + "Ġjeito": 31478, + "Ġjej": 28924, + "Ġjelly": 17186, + "Ġjemand": 21717, + "Ġjeopard": 44295, + "Ġjer": 20160, + "Ġjerk": 25197, + "Ġjersey": 40700, + "Ġjest": 3492, + "Ġjeste": 25255, + "Ġjestem": 29627, + "ĠjesteÅĽmy": 35928, + "Ġjeszcze": 14168, + "Ġjet": 14452, + "Ġjets": 35124, + "Ġjetzt": 4354, + "Ġjeu": 16748, + "Ġjeune": 35610, + "Ġjeunes": 32830, + "Ġjeux": 35093, + "Ġjew": 13149, + "Ġjewe": 46534, + "Ġjewel": 16010, + "Ġjewelry": 19982, + "Ġjewels": 43256, + "Ġjeżeli": 23001, + "ĠjeÅĽli": 25630, + "Ġji": 32606, + "Ġjig": 43716, + "Ġjij": 28002, + "Ġjin": 43528, + "Ġjingle": 49495, + "Ġjo": 1488, + "Ġjob": 1691, + "Ġjobbar": 42965, + "Ġjobs": 4782, + "Ġjog": 9464, + "Ġjogar": 39248, + "Ġjogo": 20068, + "Ġjogos": 39307, + "Ġjohn": 35097, + "Ġjoin": 3917, + "Ġjoined": 6869, + "Ġjoining": 5549, + "Ġjoins": 24397, + "Ġjoint": 7225, + "Ġjointly": 46557, + "Ġjoints": 19949, + "Ġjoka": 33793, + "Ġjoke": 7647, + "Ġjokes": 14439, + "Ġjoking": 17396, + "Ġjon": 49151, + "Ġjong": 38678, + "Ġjorn": 40345, + "Ġjos": 29217, + "Ġjot": 27873, + "Ġjotka": 47005, + "Ġjou": 11110, + "Ġjoue": 46209, + "Ġjouer": 30823, + "Ġjour": 2827, + "Ġjourn": 17598, + "Ġjournal": 6708, + "Ġjournalism": 23191, + "Ġjournalist": 17277, + "Ġjournalists": 19535, + "Ġjournals": 29621, + "Ġjourney": 4671, + "Ġjourneys": 36736, + "Ġjournée": 34277, + "Ġjours": 20724, + "Ġjoy": 6258, + "Ġjoyful": 33090, + "Ġjoystick": 48074, + "Ġjs": 42713, + "Ġjsem": 47784, + "Ġju": 3649, + "Ġjud": 3747, + "Ġjudge": 6995, + "Ġjudged": 27485, + "Ġjudgement": 33473, + "Ġjudges": 14449, + "Ġjudging": 23587, + "Ġjudgment": 12216, + "Ġjudgments": 40337, + "Ġjudicial": 26581, + "Ġjudiciary": 49987, + "Ġjue": 27833, + "Ġjuego": 21344, + "Ġjuegos": 43411, + "Ġjug": 9568, + "Ġjuga": 14462, + "Ġjugar": 37692, + "Ġjuice": 8544, + "Ġjuices": 37027, + "Ġjuicy": 24696, + "Ġjul": 30764, + "Ġjullie": 29633, + "Ġjum": 29067, + "Ġjump": 3012, + "Ġjumped": 13864, + "Ġjumper": 44061, + "Ġjumping": 11233, + "Ġjumps": 16704, + "Ġjun": 8156, + "Ġjunction": 33718, + "Ġjung": 14202, + "Ġjunge": 47877, + "Ġjungle": 18228, + "Ġjunior": 16195, + "Ġjunk": 19109, + "Ġjunt": 22739, + "Ġjunto": 24663, + "Ġjuntos": 33868, + "Ġjur": 12721, + "Ġjuris": 17785, + "Ġjurisd": 19078, + "Ġjurisdiction": 27285, + "Ġjurisdictions": 37958, + "Ġjury": 19516, + "Ġjus": 17217, + "Ġjusqu": 20340, + "Ġjust": 445, + "Ġjustamente": 41056, + "Ġjuste": 13016, + "Ġjustement": 27807, + "Ġjustice": 6118, + "Ġjustification": 31591, + "Ġjustified": 27808, + "Ġjustify": 20833, + "Ġjusto": 40534, + "Ġjut": 42079, + "Ġjuven": 32641, + "Ġjuvenile": 38486, + "Ġjuż": 10678, + "Ġjá": 6242, + "Ġjätte": 46752, + "Ġjó": 31390, + "Ġjóvenes": 45110, + "ĠjÄħ": 35692, + "ĠjÄĻ": 42309, + "ĠjÄĻzy": 49055, + "Ġk": 350, + "Ġka": 6799, + "Ġkab": 27835, + "Ġkabul": 46925, + "Ġkad": 8064, + "Ġkadar": 10456, + "Ġkadın": 39421, + "Ġkaf": 35426, + "Ġkah": 21651, + "Ġkahkaha": 37357, + "Ġkaik": 30381, + "Ġkaikki": 46992, + "Ġkal": 7788, + "Ġkalau": 20218, + "Ġkald": 27110, + "Ġkale": 34699, + "Ġkali": 41690, + "Ġkalian": 34531, + "Ġkalk": 34960, + "Ġkalo": 40257, + "Ġkam": 9727, + "Ġkamera": 43246, + "Ġkami": 34502, + "Ġkamp": 45369, + "Ġkamu": 20705, + "Ġkan": 4608, + "Ġkana": 42372, + "Ġkang": 47898, + "Ġkann": 4028, + "Ġkannst": 20853, + "Ġkans": 16030, + "Ġkanske": 24487, + "Ġkanssa": 49054, + "Ġkant": 44055, + "Ġkap": 13816, + "Ġkar": 7917, + "Ġkara": 29555, + "Ġkaraoke": 41629, + "Ġkarate": 48464, + "ĠkardeÅŁ": 24073, + "ĠkardeÅŁim": 38070, + "Ġkarena": 27173, + "Ġkarma": 28396, + "Ġkart": 29120, + "ĠkarÄ±ÅŁ": 36716, + "ĠkarÅŁ": 21742, + "ĠkarÅŁÄ±": 31653, + "Ġkas": 19173, + "Ġkasih": 35894, + "Ġkat": 16536, + "Ġkau": 36273, + "Ġkaufen": 42083, + "Ġkaum": 36443, + "Ġkav": 39039, + "Ġkay": 12446, + "Ġkayak": 22438, + "Ġkaz": 30623, + "Ġkaç": 23916, + "Ġkaż": 21912, + "Ġkażdy": 31615, + "Ġke": 803, + "Ġked": 42472, + "Ġkeen": 20297, + "Ġkeep": 1066, + "Ġkeeper": 38709, + "Ġkeeping": 5145, + "Ġkeeps": 5965, + "Ġkeer": 31531, + "Ġkeh": 39616, + "Ġkein": 13424, + "Ġkeine": 9252, + "Ġkeinen": 20624, + "Ġkeiner": 37767, + "Ġkel": 31332, + "Ġkell": 41892, + "Ġkelu": 40559, + "Ġkeluar": 43365, + "Ġken": 18787, + "Ġkend": 17016, + "Ġkendi": 29723, + "Ġkenn": 36272, + "Ġkennen": 28445, + "Ġkennt": 37682, + "Ġkep": 36428, + "Ġkepada": 45598, + "Ġkept": 4305, + "Ġker": 19377, + "Ġkern": 23434, + "Ġkernel": 28256, + "Ġkes": 16050, + "Ġket": 14979, + "Ġketchup": 29301, + "Ġketo": 44299, + "Ġkettle": 39088, + "Ġkey": 2141, + "Ġkeyboard": 10186, + "Ġkeyboards": 47808, + "Ġkeynote": 33896, + "Ġkeys": 9317, + "Ġkeyword": 20428, + "Ġkeywords": 21009, + "Ġkg": 15696, + "Ġkh": 7168, + "Ġkhi": 23526, + "Ġkho": 49627, + "Ġkhác": 43713, + "Ġkhông": 11415, + "Ġki": 6315, + "Ġkick": 4437, + "Ġkicked": 14609, + "Ġkicking": 19137, + "Ġkicks": 21293, + "Ġkid": 1636, + "Ġkidding": 9287, + "Ġkidna": 20673, + "Ġkidnapped": 29300, + "Ġkidnapping": 47868, + "Ġkidney": 19000, + "Ġkidneys": 35994, + "Ġkids": 2301, + "Ġkiedy": 18777, + "Ġkier": 38767, + "Ġkij": 26106, + "Ġkijken": 30446, + "Ġkil": 5128, + "Ġkilka": 36466, + "Ġkill": 1961, + "Ġkilled": 4652, + "Ġkiller": 13364, + "Ġkillers": 39369, + "Ġkilling": 8011, + "Ġkills": 14563, + "Ġkilo": 21112, + "Ġkilogram": 21741, + "Ġkilograms": 30690, + "Ġkilomet": 9677, + "Ġkilometer": 33795, + "Ġkilometers": 13904, + "Ġkilometres": 30489, + "Ġkilos": 30000, + "Ġkilow": 41295, + "Ġkim": 10776, + "Ġkimchi": 21656, + "Ġkimse": 42005, + "Ġkin": 15784, + "Ġkind": 733, + "Ġkinda": 4144, + "Ġkinderen": 48935, + "Ġkinderg": 24514, + "Ġkindergarten": 26671, + "Ġkindly": 29736, + "Ġkindness": 18171, + "Ġkinds": 3685, + "Ġkinetic": 27135, + "Ġking": 4867, + "Ġkingdom": 10231, + "Ġkingdoms": 44171, + "Ġkings": 21581, + "Ġkir": 33497, + "Ġkiss": 7704, + "Ġkissed": 33027, + "Ġkisses": 35850, + "Ġkissing": 29495, + "Ġkit": 8260, + "Ġkita": 8965, + "Ġkitchen": 6525, + "Ġkite": 38867, + "Ġkits": 22095, + "Ġkitten": 39696, + "Ġkittens": 47363, + "Ġkitty": 33026, + "ĠkiÅŁ": 28212, + "ĠkiÅŁi": 47462, + "Ġkl": 9671, + "Ġkla": 33337, + "Ġklar": 14743, + "Ġklass": 42917, + "Ġkle": 9318, + "Ġklein": 29231, + "Ġkleine": 22278, + "Ġkleinen": 26512, + "Ġkleiner": 39496, + "Ġklim": 36816, + "Ġkm": 10698, + "Ġkn": 444, + "Ġknapp": 40979, + "Ġkne": 32704, + "Ġknead": 28602, + "Ġknee": 9434, + "Ġknees": 10546, + "Ġknew": 2586, + "Ġknife": 7976, + "Ġknight": 26054, + "Ġknights": 48218, + "Ġknit": 15594, + "Ġknitting": 25498, + "Ġknives": 26279, + "Ġknob": 26759, + "Ġknobs": 46999, + "Ġknock": 6728, + "Ġknocked": 16914, + "Ġknocking": 24085, + "Ġknocks": 40815, + "Ġknot": 16966, + "Ġknots": 27426, + "Ġknow": 458, + "Ġknowing": 5276, + "Ġknowledge": 3601, + "Ġknowledgeable": 33800, + "Ġknown": 2570, + "Ġknows": 3255, + "Ġko": 8384, + "Ġkob": 43057, + "Ġkok": 28376, + "Ġkol": 17818, + "Ġkolay": 44999, + "Ġkole": 18303, + "Ġkolej": 23749, + "Ġkoll": 44693, + "Ġkom": 5207, + "Ġkomb": 42925, + "Ġkomen": 27190, + "Ġkomm": 6669, + "Ġkomma": 41808, + "Ġkomme": 31194, + "Ġkommen": 11729, + "Ġkommer": 12589, + "Ġkommt": 10047, + "Ġkommun": 26275, + "Ġkompl": 24526, + "Ġkomplett": 32261, + "Ġkomt": 27760, + "Ġkomun": 45359, + "Ġkon": 5897, + "Ġkonk": 21428, + "Ġkonkret": 36500, + "Ġkonnte": 24058, + "Ġkonnten": 38216, + "Ġkons": 27896, + "Ġkonse": 47020, + "Ġkonst": 34208, + "Ġkont": 14373, + "Ġkontroll": 47107, + "ĠkonuÅŁ": 17311, + "Ġkop": 28920, + "Ġkor": 14784, + "Ġkork": 33445, + "Ġkort": 46980, + "Ġkos": 19532, + "Ġkoska": 49139, + "Ġkost": 27183, + "Ġkosten": 44115, + "Ġkot": 43029, + "Ġkoy": 22674, + "ĠkoÅĦ": 26470, + "ĠkoÅŁ": 49251, + "Ġkr": 15913, + "Ġkra": 28248, + "Ġkrie": 25766, + "Ġkriegen": 46882, + "Ġkrij": 27027, + "Ġkrijgen": 43460, + "Ġkrit": 42825, + "Ġkro": 45909, + "Ġkry": 34847, + "Ġkró": 42366, + "Ġksi": 35952, + "ĠksiÄħż": 39311, + "Ġkto": 23780, + "ĠktoÅĽ": 32982, + "Ġktó": 4695, + "Ġktóra": 19456, + "Ġktóre": 8864, + "Ġktórego": 46951, + "Ġktórej": 36023, + "Ġktóry": 9913, + "Ġktórych": 30382, + "Ġktórym": 30120, + "Ġktórzy": 25382, + "ĠktórÄħ": 37415, + "Ġku": 17807, + "Ġkuin": 31032, + "Ġkul": 27576, + "Ġkull": 22511, + "Ġkullan": 27443, + "Ġkun": 8215, + "Ġkung": 49304, + "Ġkunna": 32074, + "Ġkunne": 45335, + "Ġkunnen": 18377, + "Ġkunt": 34199, + "Ġkup": 37534, + "Ġkur": 10072, + "Ġkurt": 34701, + "Ġkurz": 20465, + "Ġkuv": 49275, + "Ġkw": 23846, + "Ġkwest": 42035, + "Ġky": 28740, + "Ġkys": 35573, + "Ġkä": 16563, + "Ġkän": 48293, + "Ġkäyt": 49313, + "Ġkäytt": 49811, + "Ġkö": 15881, + "Ġkön": 4798, + "Ġkönnen": 6310, + "Ġkönnt": 22541, + "Ġkönnte": 17646, + "Ġkönnten": 37411, + "Ġkör": 42889, + "Ġköt": 32629, + "Ġkötü": 38456, + "Ġkü": 24572, + "Ġküç": 39959, + "Ġküçük": 45704, + "Ġkı": 25470, + "Ġkır": 33414, + "Ġkız": 15225, + "Ġkızım": 37013, + "Ġl": 287, + "Ġla": 635, + "Ġlaat": 32769, + "Ġlab": 2715, + "Ġlabel": 7645, + "Ġlabeled": 21335, + "Ġlabeling": 40244, + "Ġlabels": 16949, + "Ġlabor": 5938, + "Ġlaboratories": 41013, + "Ġlaboratory": 16523, + "Ġlabour": 22572, + "Ġlabs": 20339, + "Ġlac": 28027, + "Ġlace": 33469, + "Ġlack": 5011, + "Ġlacked": 41481, + "Ġlacking": 20889, + "Ġlacks": 31132, + "Ġlact": 34042, + "Ġlad": 6632, + "Ġladder": 18325, + "Ġladies": 9974, + "Ġlado": 11631, + "Ġlados": 40301, + "Ġlady": 7262, + "Ġlag": 8953, + "Ġlagi": 17742, + "Ġlah": 26532, + "Ġlaid": 9897, + "Ġlain": 29272, + "Ġlaisse": 30969, + "Ġlaisser": 34463, + "Ġlake": 11001, + "Ġlakes": 25595, + "Ġlakh": 33314, + "Ġlam": 24688, + "Ġlama": 45423, + "Ġlamb": 10097, + "Ġlambda": 13607, + "Ġlame": 27635, + "Ġlament": 35888, + "Ġlamp": 12684, + "Ġlamps": 34887, + "Ġlan": 9326, + "Ġlance": 39234, + "Ġland": 2117, + "Ġlanded": 15336, + "Ġlandfill": 47031, + "Ġlanding": 11202, + "Ġlandlord": 32654, + "Ġlandlords": 48787, + "Ġlandmark": 26962, + "Ġlands": 5949, + "Ġlandsca": 23865, + "Ġlandscape": 9661, + "Ġlandscapes": 29822, + "Ġlane": 12705, + "Ġlanes": 25397, + "Ġlang": 2265, + "Ġlange": 18131, + "Ġlangsam": 39597, + "Ġlangu": 2510, + "Ġlanguage": 2856, + "Ġlanguages": 8650, + "Ġlangue": 40318, + "Ġlantern": 34031, + "Ġlanz": 38363, + "Ġlanç": 36251, + "Ġlap": 13214, + "Ġlaps": 24971, + "Ġlapse": 49757, + "Ġlapt": 9183, + "Ġlaptop": 10732, + "Ġlaptops": 27642, + "Ġlaquelle": 35668, + "Ġlar": 1613, + "Ġlarg": 11034, + "Ġlarge": 2416, + "Ġlargely": 11611, + "Ġlarger": 4833, + "Ġlargest": 6443, + "Ġlargo": 31245, + "Ġlarva": 42290, + "Ġlas": 2439, + "Ġlasci": 48451, + "Ġlaser": 12530, + "Ġlasers": 37948, + "Ġlash": 35275, + "Ġlashes": 25552, + "Ġlass": 45829, + "Ġlassen": 16168, + "Ġlast": 1036, + "Ġlasted": 21116, + "Ġlasting": 20714, + "Ġlastly": 16386, + "Ġlasts": 20669, + "Ġlat": 4465, + "Ġlata": 46722, + "Ġlatch": 31837, + "Ġlate": 3469, + "Ġlately": 12881, + "Ġlaten": 36335, + "Ġlatency": 27043, + "Ġlatent": 48994, + "Ġlater": 1780, + "Ġlateral": 25128, + "Ġlatest": 6792, + "Ġlatitude": 45436, + "Ġlatt": 29025, + "Ġlatte": 37854, + "Ġlatter": 18481, + "Ġlattice": 34011, + "Ġlaude": 48248, + "Ġlaufen": 41647, + "Ġlaugh": 5801, + "Ġlaughed": 20881, + "Ġlaughing": 5059, + "Ġlaughs": 6197, + "Ġlaughter": 13092, + "Ġlaunch": 4025, + "Ġlaunched": 8730, + "Ġlauncher": 36805, + "Ġlaunches": 31841, + "Ġlaunching": 18354, + "Ġlaund": 17245, + "Ġlaundry": 19811, + "Ġlaure": 49469, + "Ġlaut": 44330, + "Ġlav": 20923, + "Ġlava": 22097, + "Ġlavender": 43757, + "Ġlavor": 29241, + "Ġlavoro": 42060, + "Ġlaw": 2101, + "Ġlawmakers": 40988, + "Ġlawn": 19915, + "Ġlaws": 6064, + "Ġlawsuit": 22504, + "Ġlawsuits": 39493, + "Ġlawyer": 11613, + "Ġlawyers": 16219, + "Ġlay": 2360, + "Ġlayer": 4583, + "Ġlayered": 34666, + "Ġlayering": 40754, + "Ġlayers": 7914, + "Ġlaying": 14903, + "Ġlayout": 13333, + "Ġlayouts": 46100, + "Ġlays": 32714, + "Ġlaz": 19320, + "Ġlazy": 14847, + "Ġlazım": 23951, + "Ġle": 476, + "Ġlead": 1477, + "Ġleader": 5263, + "Ġleaders": 3523, + "Ġleadership": 5848, + "Ġleading": 5775, + "Ġleads": 6689, + "Ġleaf": 10871, + "Ġleague": 14957, + "Ġleagues": 48429, + "Ġleak": 17143, + "Ġleakage": 47799, + "Ġleaked": 31779, + "Ġleaking": 32856, + "Ġleaks": 28885, + "Ġlean": 11659, + "Ġleaned": 48874, + "Ġleaning": 23390, + "Ġleap": 19438, + "Ġlearn": 1466, + "Ġlearned": 3264, + "Ġlearner": 33347, + "Ġlearners": 23655, + "Ġlearning": 2539, + "Ġlearns": 27152, + "Ġlearnt": 18991, + "Ġlease": 24961, + "Ġleash": 41616, + "Ġleast": 1935, + "Ġleather": 12821, + "Ġleav": 3236, + "Ġleave": 1856, + "Ġleaves": 5510, + "Ġleaving": 5012, + "Ġleb": 17111, + "Ġleben": 26392, + "Ġlebih": 20451, + "Ġleche": 50047, + "Ġlect": 5899, + "Ġlecture": 7991, + "Ġlecturer": 49881, + "Ġlectures": 16564, + "Ġled": 4684, + "Ġledge": 47109, + "Ġlee": 46571, + "Ġleer": 34172, + "Ġleft": 1411, + "Ġleftover": 27373, + "Ġleftovers": 43011, + "Ġleg": 1676, + "Ġlegacy": 11711, + "Ġlegal": 5089, + "Ġlegally": 21106, + "Ġlegen": 48315, + "Ġlegend": 9451, + "Ġlegendary": 16698, + "Ġlegends": 27695, + "Ġlegg": 30991, + "Ġleggings": 42733, + "Ġlegisl": 6593, + "Ġlegislation": 11329, + "Ġlegislative": 21331, + "Ġlegislators": 39264, + "Ġlegislature": 21631, + "Ġlegit": 10275, + "Ġlegitim": 29754, + "Ġlegitimacy": 41339, + "Ġlegitimate": 17956, + "Ġlegitimately": 44431, + "Ġlegs": 5668, + "Ġlei": 32791, + "Ġleicht": 28333, + "Ġleider": 29115, + "Ġleisten": 47013, + "Ġleisure": 31339, + "Ġlek": 30863, + "Ġlekker": 44125, + "Ġlem": 7495, + "Ġlemon": 11356, + "Ġlemonade": 44374, + "Ġlemons": 47098, + "Ġlen": 40116, + "Ġlend": 21774, + "Ġlender": 47500, + "Ġlending": 29823, + "Ġleng": 35044, + "Ġlength": 4641, + "Ġlengths": 26329, + "Ġlengthy": 35374, + "Ġlens": 6765, + "Ġlenses": 18059, + "Ġlent": 23556, + "Ġleopard": 47161, + "Ġlequel": 39439, + "Ġler": 32068, + "Ġlernen": 36082, + "Ġles": 1512, + "Ġlesbian": 30253, + "Ġless": 1570, + "Ġlesser": 22043, + "Ġlesson": 6898, + "Ġlessons": 8820, + "Ġlet": 718, + "Ġlethal": 34562, + "Ġlets": 6653, + "Ġlett": 20689, + "Ġletter": 5063, + "Ġletters": 7825, + "Ġletting": 8295, + "Ġlettuce": 25542, + "Ġletz": 14027, + "Ġletzt": 35262, + "Ġletzte": 35236, + "Ġletzten": 18226, + "Ġleuk": 32665, + "Ġleuke": 45970, + "Ġleur": 9580, + "Ġleurs": 18341, + "Ġlev": 20445, + "Ġleva": 43410, + "Ġlevant": 30612, + "Ġlevar": 34538, + "Ġleve": 33076, + "Ġlevel": 1496, + "Ġleveling": 40617, + "Ġlevels": 4358, + "Ġleven": 45542, + "Ġlever": 12451, + "Ġleverage": 13982, + "Ġleveraging": 32666, + "Ġlevers": 45571, + "Ġley": 27786, + "Ġli": 375, + "Ġliability": 25196, + "Ġliaison": 49431, + "Ġliar": 27323, + "Ġlib": 22854, + "Ġliber": 6774, + "Ġliberal": 13767, + "Ġliberals": 48617, + "Ġliberated": 43304, + "Ġliberation": 27736, + "Ġlibert": 18058, + "Ġliberties": 47241, + "Ġliberty": 22849, + "Ġliberté": 49158, + "Ġlibr": 4939, + "Ġlibrarian": 42558, + "Ġlibrarians": 48803, + "Ġlibraries": 15148, + "Ġlibrary": 6405, + "Ġlibre": 29976, + "Ġlibro": 29354, + "Ġlic": 6169, + "Ġlicence": 49047, + "Ġlicense": 10476, + "Ġlicensed": 25225, + "Ġlicenses": 32821, + "Ġlicensing": 29759, + "Ġlick": 30940, + "Ġlid": 10252, + "Ġlider": 45341, + "Ġlidt": 40574, + "Ġlie": 4544, + "Ġliebe": 31623, + "Ġlieber": 38252, + "Ġlied": 20101, + "Ġliegen": 35100, + "Ġliegt": 22421, + "Ġlien": 32553, + "Ġlies": 9134, + "Ġlieu": 26036, + "Ġlieutenant": 45521, + "Ġlif": 4545, + "Ġlife": 993, + "Ġlifecycle": 45722, + "Ġlifelong": 27232, + "Ġlifes": 33321, + "Ġlifespan": 40361, + "Ġlifestyle": 11716, + "Ġlifetime": 11364, + "Ġlift": 5533, + "Ġlifted": 17854, + "Ġlifting": 15798, + "Ġlifts": 30501, + "Ġlig": 11742, + "Ġlige": 35450, + "Ġligger": 43187, + "Ġlight": 1442, + "Ġlighter": 11546, + "Ġlighthouse": 47481, + "Ġlighting": 9577, + "Ġlightly": 16695, + "Ġlightning": 16589, + "Ġlights": 5811, + "Ġlightweight": 22052, + "Ġligne": 34207, + "Ġlihat": 45153, + "Ġlij": 42158, + "Ġlik": 2913, + "Ġlike": 411, + "Ġliked": 4501, + "Ġlikelihood": 22119, + "Ġlikely": 3700, + "Ġliken": 36946, + "Ġlikes": 5902, + "Ġlikewise": 32407, + "Ġliking": 16933, + "Ġliksom": 35308, + "Ġlil": 36532, + "Ġlim": 2364, + "Ġlimb": 30390, + "Ġlimbs": 29315, + "Ġlime": 22035, + "Ġlimit": 4948, + "Ġlimitation": 27432, + "Ġlimitations": 15705, + "Ġlimite": 39946, + "Ġlimited": 5567, + "Ġlimiting": 22083, + "Ġlimits": 10406, + "Ġlimp": 33174, + "Ġlin": 22896, + "Ġlindo": 48436, + "Ġline": 1622, + "Ġlineage": 38257, + "Ġlinear": 8213, + "Ġlinearly": 43586, + "Ġlined": 17189, + "Ġlinen": 46602, + "Ġliner": 24468, + "Ġlines": 3876, + "Ġlineup": 26461, + "Ġling": 22949, + "Ġlinger": 45657, + "Ġlingering": 49542, + "Ġlingu": 21766, + "Ġlinguistic": 43002, + "Ġlinha": 33768, + "Ġlining": 19628, + "Ġlink": 2113, + "Ġlinkage": 49118, + "Ġlinked": 9408, + "Ġlinking": 25775, + "Ġlinks": 6123, + "Ġlion": 17226, + "Ġlions": 32564, + "Ġlip": 8280, + "Ġlips": 10118, + "Ġlipstick": 22543, + "Ġliqu": 5664, + "Ġliquid": 6553, + "Ġliquidity": 33131, + "Ġliquids": 38960, + "Ġliquor": 29162, + "Ġlira": 47723, + "Ġlire": 43254, + "Ġlis": 32670, + "Ġlist": 1329, + "Ġlista": 27764, + "Ġlisted": 10052, + "Ġlisten": 2140, + "Ġlistened": 13207, + "Ġlistener": 31569, + "Ġlisteners": 23274, + "Ġlistening": 4764, + "Ġlistens": 35959, + "Ġlisting": 22161, + "Ġlistings": 45615, + "Ġlists": 14511, + "Ġlit": 7997, + "Ġlite": 15100, + "Ġliter": 2733, + "Ġliteracy": 23166, + "Ġliteral": 20411, + "Ġliterally": 3736, + "Ġliterary": 24194, + "Ġliterature": 10394, + "Ġliters": 32323, + "Ġlith": 26324, + "Ġlithium": 32180, + "Ġlitigation": 33359, + "Ġlitres": 49259, + "Ġlitt": 30267, + "Ġlitter": 26540, + "Ġlittle": 707, + "Ġliv": 11477, + "Ġlive": 1621, + "Ġlived": 5152, + "Ġlivel": 31876, + "Ġlivelihood": 34343, + "Ġlively": 30866, + "Ġliver": 15019, + "Ġlives": 2909, + "Ġlivest": 19531, + "Ġlivestock": 31768, + "Ġlivestream": 29782, + "Ġliving": 2647, + "Ġlivre": 24735, + "Ġlivres": 50020, + "Ġlivro": 33545, + "Ġliz": 28632, + "Ġlizard": 39215, + "Ġll": 4849, + "Ġllam": 16848, + "Ġllama": 23272, + "Ġllamado": 47055, + "Ġlle": 12038, + "Ġlleg": 11234, + "Ġllega": 40423, + "Ġllegar": 24892, + "Ġllegó": 46182, + "Ġllev": 27124, + "Ġlleva": 37681, + "Ġllevar": 30374, + "Ġln": 44166, + "Ġlo": 450, + "Ġload": 3677, + "Ġloaded": 13210, + "Ġloading": 15114, + "Ġloads": 12668, + "Ġloaf": 40743, + "Ġloan": 10529, + "Ġloans": 15443, + "Ġlob": 14366, + "Ġlobb": 35673, + "Ġlobby": 21067, + "Ġlobbying": 47142, + "Ġlobster": 33198, + "Ġloc": 1628, + "Ġloca": 47965, + "Ġlocal": 2654, + "Ġlocalized": 44574, + "Ġlocally": 16143, + "Ġlocals": 23335, + "Ġlocate": 22370, + "Ġlocated": 6870, + "Ġlocation": 4914, + "Ġlocations": 9253, + "Ġlock": 4017, + "Ġlockdown": 17267, + "Ġlocked": 9376, + "Ġlocker": 25707, + "Ġlocking": 23954, + "Ġlocks": 20703, + "Ġlocom": 36369, + "Ġlod": 33311, + "Ġlodge": 47706, + "Ġloft": 34419, + "Ġlog": 3565, + "Ġlogar": 41473, + "Ġlogged": 27231, + "Ġlogging": 27991, + "Ġlogic": 9952, + "Ġlogical": 14978, + "Ġlogically": 38887, + "Ġlogin": 24276, + "Ġlogistics": 27420, + "Ġlogo": 9699, + "Ġlogos": 40654, + "Ġlogr": 31013, + "Ġlogs": 20820, + "Ġloh": 46957, + "Ġloi": 34607, + "Ġloin": 25048, + "Ġlok": 43578, + "Ġlol": 10065, + "Ġlon": 9155, + "Ġlone": 35314, + "Ġloneliness": 28144, + "Ġlonely": 14236, + "Ġlong": 938, + "Ġlonge": 26052, + "Ġlonger": 2854, + "Ġlongest": 15438, + "Ġlongevity": 36556, + "Ġlonging": 35050, + "Ġlongitud": 39596, + "Ġlongitudinal": 48250, + "Ġlongo": 40558, + "Ġlongtemps": 32437, + "Ġlongtime": 44363, + "Ġlongue": 44445, + "Ġlook": 574, + "Ġlooked": 2956, + "Ġlookin": 36186, + "Ġlooking": 1237, + "Ġlookout": 41025, + "Ġlooks": 1542, + "Ġloop": 6367, + "Ġloops": 16121, + "Ġloos": 40454, + "Ġloose": 9612, + "Ġloosely": 37966, + "Ġloosen": 26169, + "Ġloot": 26206, + "Ġlord": 15448, + "Ġlore": 27258, + "Ġloro": 28810, + "Ġlors": 20653, + "Ġlorsqu": 46581, + "Ġlorsque": 40629, + "Ġlos": 1750, + "Ġlose": 3624, + "Ġloser": 24606, + "Ġlosers": 37713, + "Ġloses": 18293, + "Ġlosing": 7027, + "Ġloss": 4470, + "Ġlosses": 15352, + "Ġlost": 2731, + "Ġlot": 688, + "Ġlotion": 41044, + "Ġlots": 3195, + "Ġlotta": 38144, + "Ġlottery": 27391, + "Ġlotus": 39105, + "Ġlou": 15185, + "Ġloud": 6588, + "Ġlouder": 22717, + "Ġloudly": 22958, + "Ġlounge": 33408, + "Ġlove": 959, + "Ġloved": 4333, + "Ġlovely": 7496, + "Ġlover": 18009, + "Ġlovers": 22697, + "Ġloves": 6752, + "Ġloving": 9344, + "Ġlow": 2295, + "Ġlower": 3126, + "Ġlowered": 28466, + "Ġlowering": 28124, + "Ġlowers": 44936, + "Ġlowest": 12437, + "Ġlows": 34794, + "Ġloyal": 12682, + "Ġloyalty": 22831, + "Ġlt": 37818, + "Ġlu": 10438, + "Ġlub": 15980, + "Ġlubric": 31116, + "Ġluc": 21296, + "Ġluck": 3668, + "Ġluckily": 22880, + "Ġlucky": 6356, + "Ġlud": 15946, + "Ġludzi": 29586, + "Ġludzie": 37025, + "Ġluego": 17222, + "Ġlug": 23025, + "Ġlugar": 11467, + "Ġlugares": 33105, + "Ġluggage": 27744, + "Ġlui": 8783, + "Ġlum": 24635, + "Ġlumber": 41686, + "Ġlumin": 32476, + "Ġlumière": 43193, + "Ġlump": 25551, + "Ġlumps": 44948, + "Ġlun": 19039, + "Ġlunar": 32581, + "Ġlunch": 6349, + "Ġlung": 16730, + "Ġlungs": 19467, + "Ġlur": 35583, + "Ġlure": 32350, + "Ġlush": 49729, + "Ġlust": 24672, + "Ġlut": 38319, + "Ġlux": 11363, + "Ġluxurious": 30840, + "Ġluxury": 15558, + "Ġluz": 20671, + "Ġluôn": 35690, + "Ġly": 17293, + "Ġlying": 8493, + "Ġlymph": 31070, + "Ġlyn": 46137, + "Ġlyric": 42409, + "Ġlyrics": 12189, + "Ġlys": 48670, + "Ġlá": 7453, + "Ġlâ": 48835, + "Ġlä": 8235, + "Ġläh": 49383, + "Ġläng": 22566, + "Ġlänger": 40935, + "Ġlässt": 29335, + "Ġläuft": 31807, + "ĠlÃ¥": 33939, + "ĠlÃ¥ng": 39756, + "Ġlæ": 44584, + "Ġlég": 27122, + "Ġlên": 33368, + "Ġlóg": 48475, + "Ġlö": 25209, + "ĠlÃł": 3684, + "ĠlÃłm": 22319, + "ĠlÃŃ": 16118, + "ĠlÃŃder": 44190, + "ĠlÃŃnea": 37452, + "Ġlại": 23017, + "ĠlỼ": 47864, + "Ġm": 275, + "ĠmRNA": 50103, + "Ġma": 463, + "Ġmaar": 10314, + "Ġmac": 7912, + "Ġmacam": 44921, + "Ġmacaron": 49686, + "Ġmach": 2246, + "Ġmache": 28289, + "Ġmachen": 7069, + "Ġmachine": 3479, + "Ġmachinery": 27302, + "Ġmachines": 8379, + "Ġmachst": 43350, + "Ġmacht": 10857, + "Ġmacro": 18887, + "Ġmad": 5244, + "Ġmadam": 28882, + "Ġmade": 1027, + "Ġmadness": 28736, + "Ġmadre": 32966, + "Ġmae": 43783, + "Ġmafia": 36412, + "Ġmag": 2258, + "Ġmagari": 49932, + "Ġmagaz": 9044, + "Ġmagazine": 11332, + "Ġmagazines": 22975, + "Ġmagg": 44639, + "Ġmagic": 5585, + "Ġmagical": 12066, + "Ġmagically": 39763, + "Ġmagician": 38614, + "Ġmagist": 48894, + "Ġmagn": 4944, + "Ġmagnes": 28860, + "Ġmagnesium": 32950, + "Ġmagnet": 15211, + "Ġmagnetic": 12688, + "Ġmagnets": 33022, + "Ġmagnific": 21623, + "Ġmagnificent": 23690, + "Ġmagnitude": 15668, + "Ġmah": 29926, + "Ġmahd": 44194, + "Ġmahdoll": 45158, + "Ġmai": 12698, + "Ġmaid": 30410, + "Ġmaiden": 48515, + "Ġmail": 10071, + "Ġmailbox": 43602, + "Ġmailing": 41612, + "Ġmain": 2135, + "Ġmainland": 32365, + "Ġmainly": 8704, + "Ġmains": 32519, + "Ġmainstream": 15960, + "Ġmaint": 3604, + "Ġmaintain": 6909, + "Ġmaintained": 17578, + "Ġmaintaining": 14916, + "Ġmaintains": 33385, + "Ġmainten": 7780, + "Ġmaintenance": 11258, + "Ġmaintenant": 14817, + "Ġmaior": 15859, + "Ġmaioria": 44384, + "Ġmais": 2420, + "Ġmaison": 28511, + "Ġmaj": 13673, + "Ġmajestic": 49561, + "Ġmajesty": 32146, + "Ġmajor": 2563, + "Ġmajority": 6286, + "Ġmajors": 31770, + "ĠmajÄħ": 26064, + "Ġmak": 963, + "Ġmakan": 46616, + "Ġmake": 652, + "Ġmaken": 24703, + "Ġmaker": 17127, + "Ġmakers": 19323, + "Ġmakes": 1669, + "Ġmakeup": 6567, + "Ġmaking": 1455, + "Ġmal": 2806, + "Ġmala": 37508, + "Ġmalad": 39500, + "Ġmalaria": 45182, + "Ġmale": 7133, + "Ġmales": 20776, + "Ġmalf": 41318, + "Ġmalfunction": 50229, + "Ġmalicious": 33496, + "Ġmall": 16026, + "Ġmalt": 45654, + "Ġmalware": 40747, + "Ġmam": 13524, + "Ġmama": 18775, + "Ġmamm": 19033, + "Ġmammal": 49312, + "Ġmammals": 35408, + "Ġmamy": 17335, + "Ġman": 587, + "Ġmana": 21225, + "Ġmanage": 3067, + "Ġmanageable": 38798, + "Ġmanaged": 6453, + "Ġmanagement": 4592, + "Ġmanager": 6598, + "Ġmanagers": 14084, + "Ġmanages": 22489, + "Ġmanaging": 11642, + "Ġmanchmal": 32092, + "Ġmand": 7411, + "Ġmandar": 48689, + "Ġmandate": 23885, + "Ġmandated": 47563, + "Ġmandates": 48662, + "Ġmandatory": 22173, + "Ġmane": 12743, + "Ġmaneira": 30255, + "Ġmanera": 13913, + "Ġmaneu": 22474, + "Ġmaneuver": 25976, + "Ġmang": 32432, + "Ġmanga": 23316, + "Ġmange": 30465, + "Ġmanger": 34372, + "Ġmango": 23481, + "Ġmaniac": 47193, + "Ġmanic": 48139, + "Ġmanif": 8173, + "Ġmanifest": 10067, + "Ġmanifestation": 29550, + "Ġmanifestations": 46931, + "Ġmanifested": 42775, + "Ġmanifests": 50252, + "Ġmanifold": 47138, + "Ġmanip": 9258, + "Ġmanipulate": 20459, + "Ġmanipulated": 37161, + "Ġmanipulating": 40805, + "Ġmanipulation": 26475, + "Ġmanière": 22267, + "Ġmankind": 21220, + "Ġmanne": 49815, + "Ġmanner": 9060, + "Ġmanners": 34672, + "Ġmano": 18384, + "Ġmanos": 36650, + "Ġmanque": 48124, + "Ġmans": 18868, + "Ġmansion": 25599, + "Ġmant": 10845, + "Ġmanten": 38417, + "Ġmantener": 42759, + "Ġmanter": 48170, + "Ġmantle": 45031, + "Ġmantra": 32094, + "Ġmanual": 9688, + "Ġmanually": 16945, + "Ġmanufact": 5793, + "Ġmanufacture": 27400, + "Ġmanufactured": 25738, + "Ġmanufacturer": 18022, + "Ġmanufacturers": 18455, + "Ġmanufacturing": 11096, + "Ġmanure": 48020, + "Ġmanus": 21550, + "Ġmanuscript": 23928, + "Ġmanuscripts": 42849, + "Ġmany": 867, + "Ġmap": 4471, + "Ġmapa": 44025, + "Ġmaple": 31191, + "Ġmapped": 33318, + "Ġmapping": 18350, + "Ġmaps": 11317, + "Ġmar": 1849, + "Ġmarathon": 27601, + "Ġmaravil": 41009, + "Ġmarble": 26844, + "Ġmarc": 42365, + "Ġmarca": 30582, + "Ġmarch": 8368, + "Ġmarche": 32631, + "Ġmarched": 43565, + "Ġmarching": 30523, + "Ġmarché": 37441, + "Ġmare": 31471, + "Ġmargin": 10270, + "Ġmarginal": 16885, + "Ġmarginalized": 32522, + "Ġmargins": 30317, + "Ġmari": 35555, + "Ġmarijuana": 24956, + "Ġmarin": 34652, + "Ġmarinade": 49386, + "Ġmarine": 20246, + "Ġmaritime": 43892, + "Ġmark": 1491, + "Ġmarked": 12658, + "Ġmarker": 15247, + "Ġmarkers": 19175, + "Ġmarket": 2142, + "Ġmarketed": 49089, + "Ġmarketers": 48003, + "Ġmarketing": 6370, + "Ġmarketplace": 19455, + "Ġmarkets": 8383, + "Ġmarking": 25482, + "Ġmarkings": 39087, + "Ġmarks": 10640, + "Ġmarque": 41024, + "Ġmarriage": 7194, + "Ġmarriages": 39760, + "Ġmarried": 5259, + "Ġmarrow": 47739, + "Ġmarry": 9747, + "Ġmarrying": 36376, + "Ġmars": 30517, + "Ġmarsh": 21653, + "Ġmarshm": 29817, + "Ġmarshmallow": 43896, + "Ġmart": 12396, + "Ġmartial": 20755, + "Ġmartyr": 41005, + "Ġmarvel": 23893, + "Ġmarvelous": 34920, + "Ġmas": 2300, + "Ġmasa": 29216, + "Ġmasala": 35614, + "Ġmasc": 18792, + "Ġmascara": 26016, + "Ġmascot": 42339, + "Ġmascul": 19255, + "Ġmasculine": 28992, + "Ġmasculinity": 45195, + "Ġmash": 31344, + "Ġmashed": 38964, + "Ġmasih": 31510, + "Ġmask": 6094, + "Ġmasked": 45249, + "Ġmasking": 31226, + "Ġmasks": 11830, + "Ġmass": 2758, + "Ġmassa": 26689, + "Ġmassacre": 41076, + "Ġmassage": 16145, + "Ġmasse": 42313, + "Ġmasses": 23935, + "Ġmassive": 5994, + "Ġmassively": 29379, + "Ġmast": 27055, + "Ġmaster": 4505, + "Ġmastered": 38686, + "Ġmastering": 49382, + "Ġmasterpiece": 32208, + "Ġmasters": 19294, + "Ġmastery": 37951, + "Ġmasturb": 48921, + "Ġmasuk": 42364, + "Ġmat": 3803, + "Ġmata": 46106, + "Ġmatar": 39208, + "Ġmatch": 2995, + "Ġmatched": 21447, + "Ġmatches": 10676, + "Ġmatching": 14324, + "Ġmate": 11709, + "Ġmateix": 42770, + "Ġmater": 2389, + "Ġmateria": 34083, + "Ġmaterial": 2527, + "Ġmaterials": 5319, + "Ġmaternal": 37944, + "Ġmates": 31488, + "Ġmath": 5221, + "Ġmathemat": 11619, + "Ġmathematic": 32811, + "Ġmathematical": 18894, + "Ġmathematically": 44003, + "Ġmathematician": 48281, + "Ġmathematics": 18666, + "Ġmaths": 36287, + "Ġmatin": 33389, + "Ġmating": 49955, + "Ġmatière": 46600, + "Ġmatrices": 32284, + "Ġmatrix": 8141, + "Ġmats": 43366, + "Ġmatt": 16539, + "Ġmatte": 21592, + "Ġmatter": 1871, + "Ġmattered": 44282, + "Ġmatters": 7001, + "Ġmattress": 20625, + "Ġmature": 14442, + "Ġmaturity": 28874, + "Ġmatéri": 45731, + "Ġmau": 22074, + "Ġmauv": 49631, + "Ġmauvais": 50018, + "Ġmax": 11469, + "Ġmaxim": 5138, + "Ġmaximal": 49336, + "Ġmaximize": 19874, + "Ġmaximum": 6674, + "Ġmay": 815, + "Ġmaybe": 1310, + "Ġmayo": 38485, + "Ġmayonnaise": 34406, + "Ġmayor": 10120, + "ĠmayorÃŃa": 35342, + "Ġmaze": 33032, + "Ġmañana": 33573, + "Ġme": 385, + "Ġmeal": 6791, + "Ġmeals": 12832, + "Ġmean": 914, + "Ġmeaning": 3620, + "Ġmeaningful": 10995, + "Ġmeaningless": 33232, + "Ġmeanings": 28138, + "Ġmeans": 1355, + "Ġmeant": 4140, + "Ġmeantime": 14991, + "Ġmeanwhile": 29252, + "Ġmeas": 5731, + "Ġmeasurable": 43615, + "Ġmeasure": 3481, + "Ġmeasured": 12690, + "Ġmeasurement": 13160, + "Ġmeasurements": 15383, + "Ġmeasures": 8000, + "Ġmeasuring": 13389, + "Ġmeat": 4615, + "Ġmeatballs": 44741, + "Ġmeats": 38106, + "Ġmec": 25186, + "Ġmechan": 4236, + "Ġmechanic": 23860, + "Ġmechanical": 12070, + "Ġmechanics": 12939, + "Ġmechanism": 7513, + "Ġmechanisms": 15902, + "Ġmed": 1205, + "Ġmedal": 21364, + "Ġmedals": 38647, + "Ġmedi": 17269, + "Ġmedia": 3021, + "Ġmedian": 26779, + "Ġmedic": 4355, + "Ġmedical": 4625, + "Ġmedically": 49230, + "Ġmedication": 13851, + "Ġmedications": 17504, + "Ġmedicinal": 46073, + "Ġmedicine": 7195, + "Ġmedicines": 24251, + "Ġmedida": 32984, + "Ġmedidas": 37295, + "Ġmedieval": 24078, + "Ġmedio": 22123, + "Ġmediocre": 45415, + "Ġmedios": 46017, + "Ġmeditate": 29989, + "Ġmeditating": 46850, + "Ġmeditation": 12537, + "Ġmedium": 6399, + "Ġmedo": 37144, + "Ġmee": 24442, + "Ġmeer": 16318, + "Ġmeet": 1677, + "Ġmeeting": 3440, + "Ġmeetings": 8410, + "Ġmeets": 13961, + "Ġmeg": 10816, + "Ġmega": 17986, + "Ġmegap": 34733, + "Ġmeget": 36411, + "Ġmeglio": 48911, + "Ġmehr": 5417, + "Ġmehrere": 44677, + "Ġmeidän": 44751, + "Ġmeille": 25039, + "Ġmeilleur": 41457, + "Ġmeillä": 45211, + "Ġmein": 10777, + "Ġmeine": 10946, + "Ġmeinem": 24171, + "Ġmeinen": 22738, + "Ġmeiner": 20529, + "Ġmeio": 17706, + "Ġmeist": 36894, + "Ġmeisten": 29708, + "Ġmej": 37758, + "Ġmejor": 11479, + "Ġmejorar": 48858, + "Ġmejores": 42284, + "Ġmel": 4795, + "Ġmelan": 47969, + "Ġmelee": 35810, + "Ġmelhor": 13714, + "Ġmelhores": 46807, + "Ġmellan": 46494, + "Ġmelod": 32834, + "Ġmelodies": 47085, + "Ġmelody": 17997, + "Ġmelon": 41722, + "Ġmelt": 10083, + "Ġmelted": 19057, + "Ġmelting": 20493, + "Ġmelts": 30136, + "Ġmem": 1334, + "Ġmemang": 39290, + "Ġmemb": 27942, + "Ġmember": 4006, + "Ġmembers": 2679, + "Ġmembership": 16560, + "Ġmembr": 15595, + "Ġmembrane": 19651, + "Ġmeme": 21701, + "Ġmemes": 29730, + "Ġmemo": 35900, + "Ġmemoir": 38306, + "Ġmemor": 10560, + "Ġmemorable": 20723, + "Ġmemorial": 24089, + "Ġmemories": 8495, + "Ġmemorize": 27478, + "Ġmemorized": 46677, + "Ġmemory": 4675, + "Ġmen": 1706, + "Ġmencion": 37030, + "Ġmend": 31161, + "Ġmeng": 15330, + "Ġmening": 46890, + "Ġmenjadi": 39964, + "Ġmeno": 40236, + "Ġmenor": 26343, + "Ġmenos": 8902, + "Ġmens": 10923, + "Ġmensen": 18062, + "Ġmenstru": 38827, + "Ġment": 3074, + "Ġmental": 4973, + "Ġmentality": 21976, + "Ġmentally": 17072, + "Ġmente": 26577, + "Ġmention": 2152, + "Ġmentioned": 2835, + "Ġmentioning": 18315, + "Ġmentions": 23844, + "Ġmentor": 14478, + "Ġmentoring": 30257, + "Ġmentors": 21798, + "Ġmentorship": 40422, + "Ġmentre": 49601, + "Ġmenu": 6510, + "Ġmenus": 30347, + "Ġmeny": 46975, + "Ġmeow": 45132, + "Ġmer": 3551, + "Ġmerak": 39668, + "Ġmerc": 10811, + "Ġmercado": 24775, + "Ġmerch": 12618, + "Ġmerchand": 30234, + "Ġmerchandise": 34485, + "Ġmerchant": 32267, + "Ġmerchants": 36253, + "Ġmerci": 30532, + "Ġmerciful": 48756, + "Ġmercury": 33307, + "Ġmercy": 13174, + "Ġmerde": 45772, + "Ġmere": 8401, + "Ġmereka": 23171, + "Ġmerely": 17003, + "Ġmerge": 22183, + "Ġmerged": 36427, + "Ġmerger": 48002, + "Ġmerging": 44559, + "Ġmering": 46643, + "Ġmeringue": 50044, + "Ġmerit": 24527, + "Ġmerits": 40923, + "Ġmerk": 43541, + "Ġmermaid": 43146, + "Ġmerry": 41545, + "Ġmes": 3813, + "Ġmesa": 37024, + "Ġmesela": 45814, + "Ġmeses": 23922, + "Ġmesh": 17407, + "Ġmesma": 21921, + "Ġmesmo": 9082, + "Ġmess": 2082, + "Ġmessage": 3636, + "Ġmessages": 7897, + "Ġmessaging": 21812, + "Ġmessed": 16507, + "Ġmessenger": 26599, + "Ġmessing": 23258, + "Ġmessy": 16191, + "Ġmest": 35621, + "Ġmesure": 37981, + "Ġmesures": 42265, + "Ġmet": 1131, + "Ġmeta": 19616, + "Ġmetabol": 19110, + "Ġmetabolic": 36464, + "Ġmetabolism": 31190, + "Ġmetabolismo": 47889, + "Ġmetadata": 26603, + "Ġmetal": 5760, + "Ġmetall": 20866, + "Ġmetallic": 25759, + "Ġmetals": 22548, + "Ġmetaph": 30946, + "Ġmetaphor": 19157, + "Ġmete": 21245, + "Ġmeteor": 25313, + "Ġmeter": 9255, + "Ġmeters": 8146, + "Ġmeth": 23416, + "Ġmethane": 32521, + "Ġmethod": 3170, + "Ġmethodology": 24850, + "Ġmethods": 7150, + "Ġmethy": 36599, + "Ġmethyl": 48441, + "Ġmetic": 41566, + "Ġmetre": 42431, + "Ġmetres": 23861, + "Ġmetric": 20678, + "Ġmetrics": 16367, + "Ġmetro": 27334, + "Ġmetropolitan": 44645, + "Ġmetros": 34761, + "Ġmets": 37231, + "Ġmett": 27812, + "Ġmettre": 14997, + "Ġmeu": 9230, + "Ġmeus": 28033, + "Ġmeva": 40530, + "Ġmex": 28759, + "Ġmez": 28966, + "Ġmg": 49566, + "Ġmi": 2752, + "Ġmia": 21290, + "ĠmiaÅĤ": 27989, + "Ġmic": 3123, + "Ġmica": 32483, + "Ġmice": 22257, + "Ġmich": 6031, + "Ġmicro": 4532, + "Ġmicrob": 49713, + "Ġmicrobes": 35996, + "Ġmicrobi": 33234, + "Ġmicrof": 42763, + "Ġmicron": 45094, + "Ġmicroorgan": 49129, + "Ġmicrophone": 10952, + "Ġmicrophones": 30495, + "Ġmicros": 15547, + "Ġmicroscop": 30483, + "Ġmicroscope": 29753, + "Ġmicroscopic": 47897, + "Ġmicrow": 17177, + "Ġmicrowave": 19025, + "Ġmics": 45481, + "Ġmid": 2062, + "Ġmiddle": 2808, + "Ġmidnight": 19006, + "Ġmidst": 18629, + "Ġmie": 12597, + "Ġmiedo": 40383, + "Ġmiej": 18522, + "Ġmiejsc": 32754, + "Ġmiejsce": 38122, + "Ġmiel": 41392, + "Ġmieli": 41214, + "Ġmientras": 26010, + "Ġmier": 47448, + "Ġmies": 41543, + "Ġmiesz": 33039, + "Ġmieux": 20401, + "ĠmieÄĩ": 35612, + "Ġmig": 6186, + "Ġmight": 1062, + "Ġmighty": 21556, + "Ġmigrant": 38547, + "Ġmigrants": 31263, + "Ġmigrate": 31821, + "Ġmigrated": 48329, + "Ġmigration": 17011, + "Ġmij": 22953, + "Ġmijn": 19884, + "Ġmik": 23959, + "Ġmike": 43357, + "Ġmikä": 48482, + "Ġmil": 1962, + "Ġmild": 15154, + "Ġmile": 12620, + "Ġmileage": 43121, + "Ġmiles": 6193, + "Ġmilestone": 28048, + "Ġmilestones": 42038, + "Ġmilhões": 39252, + "Ġmilieu": 34276, + "Ġmilit": 19142, + "Ġmilitar": 30653, + "Ġmilitary": 4632, + "Ġmilj": 41128, + "Ġmilk": 5392, + "Ġmilks": 48773, + "Ġmill": 1728, + "Ġmillenn": 21362, + "Ġmillennials": 45543, + "Ġmillet": 47722, + "Ġmilli": 26176, + "Ġmilliards": 47382, + "Ġmilligram": 38298, + "Ġmilligrams": 45147, + "Ġmillimeter": 17942, + "Ġmillimeters": 24388, + "Ġmillion": 2459, + "Ġmillionaire": 41114, + "Ġmillions": 6803, + "Ġmillise": 27940, + "Ġmilliseconds": 34184, + "Ġmillones": 22416, + "Ġmillor": 48638, + "Ġmily": 38728, + "Ġmim": 12247, + "Ġmimic": 31075, + "Ġmin": 923, + "Ġmina": 48412, + "Ġminced": 36442, + "Ġmind": 1575, + "Ġminded": 36707, + "Ġminder": 44146, + "Ġmindful": 14618, + "Ġmindfulness": 25655, + "Ġminds": 9634, + "Ġmindset": 12543, + "Ġmine": 3892, + "Ġminer": 18746, + "Ġmineral": 21630, + "Ġminerals": 22959, + "Ġminers": 35640, + "Ġmines": 25398, + "Ġminha": 11720, + "Ġmini": 8382, + "Ġminiature": 34674, + "Ġminim": 4464, + "Ġminimal": 13206, + "Ġminimalist": 50192, + "Ġminimize": 17522, + "Ġminimizing": 46608, + "Ġminimum": 7285, + "Ġmining": 15512, + "Ġminion": 49361, + "Ġminions": 39288, + "Ġminist": 16182, + "Ġminister": 10563, + "Ġministers": 26220, + "Ġministre": 31122, + "Ġministry": 15024, + "Ġminor": 6696, + "Ġminorities": 30373, + "Ġminority": 16166, + "Ġmins": 31539, + "Ġmint": 18189, + "Ġminus": 3175, + "Ġminut": 13951, + "Ġminute": 3456, + "Ġminutes": 2077, + "Ġminutos": 19421, + "Ġmio": 29908, + "Ġmir": 3149, + "Ġmira": 30286, + "Ġmirac": 30686, + "Ġmiracle": 14660, + "Ġmiracles": 24685, + "Ġmiraculous": 41101, + "Ġmirror": 8013, + "Ġmirrors": 24238, + "Ġmis": 3346, + "Ġmiscon": 27631, + "Ġmisconception": 41350, + "Ġmisconceptions": 50012, + "Ġmise": 36845, + "Ġmiser": 17725, + "Ġmiserable": 22321, + "Ġmisery": 32309, + "Ġmisf": 47351, + "Ġmisin": 32333, + "Ġmisinformation": 34238, + "Ġmisleading": 36429, + "Ġmism": 23220, + "Ġmisma": 24946, + "Ġmismo": 12461, + "Ġmismos": 47458, + "Ġmiss": 1713, + "Ġmisschien": 42047, + "Ġmissed": 6721, + "Ġmisses": 29394, + "Ġmissile": 19321, + "Ġmissiles": 23133, + "Ġmissing": 5361, + "Ġmission": 4447, + "Ġmissionary": 45418, + "Ġmissions": 13744, + "Ġmist": 3544, + "Ġmistake": 6146, + "Ġmistaken": 21333, + "Ġmistakes": 8038, + "Ġmister": 26562, + "Ġmistress": 46635, + "Ġmisunder": 15736, + "Ġmisunderstand": 35736, + "Ġmisunderstanding": 29227, + "Ġmisunderstood": 33870, + "Ġmit": 2194, + "Ġmitad": 46895, + "Ġmite": 36190, + "Ġmiteinander": 43127, + "Ġmiten": 43265, + "Ġmitig": 15699, + "Ġmitigate": 27336, + "Ġmitigation": 32649, + "Ġmitochond": 41008, + "Ġmitt": 19130, + "Ġmittlerweile": 41999, + "Ġmitä": 30451, + "Ġmix": 2890, + "Ġmixed": 7467, + "Ġmixer": 24063, + "Ġmixes": 37121, + "Ġmixing": 11983, + "Ġmixture": 9925, + "ĠmiÄĻdzy": 33964, + "Ġml": 23271, + "Ġmm": 11169, + "Ġmmm": 26159, + "Ġmnie": 17661, + "Ġmniej": 39513, + "Ġmo": 705, + "Ġmob": 4298, + "Ġmobil": 15891, + "Ġmobile": 6013, + "Ġmobility": 16199, + "Ġmobilize": 48637, + "Ġmoc": 34962, + "Ġmock": 17362, + "Ġmocking": 49792, + "Ġmod": 1072, + "Ġmodal": 39745, + "Ġmode": 4391, + "Ġmodel": 2316, + "Ġmodeled": 37140, + "Ġmodeling": 15983, + "Ġmodelling": 42253, + "Ġmodelo": 27825, + "Ġmodels": 5245, + "Ġmoder": 10494, + "Ġmoderate": 18174, + "Ġmoderation": 49471, + "Ġmoderator": 37778, + "Ġmodern": 4363, + "Ġmodes": 14068, + "Ġmodest": 25403, + "Ġmodification": 26747, + "Ġmodifications": 26881, + "Ġmodified": 15873, + "Ġmodifier": 38011, + "Ġmodify": 16927, + "Ġmodifying": 42626, + "Ġmodo": 16664, + "Ġmods": 30899, + "Ġmodular": 31111, + "Ġmodulation": 42288, + "Ġmodule": 10088, + "Ġmodules": 16679, + "Ġmodulus": 42287, + "Ġmodèle": 45631, + "Ġmoet": 12677, + "Ġmoeten": 26175, + "Ġmog": 13172, + "Ġmogelijk": 46617, + "ĠmogÄħ": 34123, + "ĠmogÄĻ": 41737, + "Ġmoi": 7748, + "Ġmoim": 48569, + "Ġmoins": 13099, + "Ġmois": 19230, + "Ġmoist": 8641, + "Ġmoistur": 21531, + "Ġmoisture": 13814, + "Ġmoisturizer": 47588, + "Ġmoisturizing": 44134, + "Ġmoje": 36383, + "Ġmol": 8015, + "Ġmolar": 45712, + "Ġmold": 11102, + "Ġmolds": 48257, + "Ġmole": 6353, + "Ġmolec": 10646, + "Ġmolecular": 19046, + "Ġmolecule": 15582, + "Ġmolecules": 13093, + "Ġmoles": 34286, + "Ġmolt": 10739, + "Ġmolta": 48564, + "Ġmolten": 44845, + "Ġmolto": 16394, + "Ġmolé": 49300, + "Ġmom": 1225, + "Ġmomencie": 40883, + "Ġmoment": 1623, + "Ġmomento": 9333, + "Ġmomentos": 34583, + "Ġmoments": 6065, + "Ġmomentum": 11244, + "Ġmommy": 25606, + "Ġmoms": 25399, + "Ġmon": 1108, + "Ġmonarch": 33658, + "Ġmonaster": 31412, + "Ġmonastery": 37821, + "Ġmond": 17606, + "Ġmonde": 10431, + "Ġmondo": 40499, + "Ġmonet": 15556, + "Ġmonetary": 26388, + "Ġmoney": 1460, + "Ġmonit": 32001, + "Ġmonitor": 6002, + "Ġmonitored": 36255, + "Ġmonitoring": 11028, + "Ġmonitors": 26518, + "Ġmonk": 27698, + "Ġmonkey": 17847, + "Ġmonkeys": 29534, + "Ġmonks": 32201, + "Ġmono": 35624, + "Ġmonopol": 47721, + "Ġmonopoly": 37061, + "Ġmonsieur": 36507, + "Ġmonster": 10090, + "Ġmonsters": 15785, + "Ġmonstr": 47137, + "Ġmont": 8143, + "Ġmontage": 40184, + "Ġmonte": 35437, + "Ġmonter": 47945, + "Ġmonth": 1618, + "Ġmonthly": 12878, + "Ġmonths": 2493, + "Ġmontre": 44132, + "Ġmontrer": 33116, + "Ġmontón": 45259, + "Ġmonument": 20289, + "Ġmonumental": 43105, + "Ġmonuments": 36864, + "Ġmoo": 37284, + "Ġmood": 9268, + "Ġmooi": 38583, + "Ġmoon": 7135, + "Ġmoonlight": 48058, + "Ġmoons": 34139, + "Ġmop": 48106, + "Ġmor": 1896, + "Ġmoral": 9723, + "Ġmorale": 37455, + "Ġmorality": 29106, + "Ġmorally": 38622, + "Ġmorals": 46849, + "Ġmorb": 46510, + "Ġmore": 544, + "Ġmorgen": 36593, + "Ġmorning": 2446, + "Ġmornings": 37143, + "Ġmorph": 25778, + "Ġmort": 6599, + "Ġmortal": 27624, + "Ġmortality": 23330, + "Ġmortar": 33956, + "Ġmorte": 37392, + "Ġmortgage": 20236, + "Ġmos": 13659, + "Ġmosque": 31501, + "Ġmosquito": 23970, + "Ġmosquitoes": 39394, + "Ġmoss": 36193, + "Ġmost": 881, + "Ġmostly": 5240, + "Ġmostra": 43101, + "Ġmostrar": 21487, + "Ġmot": 2184, + "Ġmote": 49071, + "Ġmother": 2895, + "Ġmotherboard": 32916, + "Ġmotherf": 29537, + "Ġmotherfucker": 47069, + "Ġmothers": 17941, + "Ġmotif": 39478, + "Ġmotion": 5394, + "Ġmotions": 27500, + "Ġmotiv": 5426, + "Ġmotivate": 28497, + "Ġmotivated": 14515, + "Ġmotivates": 42569, + "Ġmotivating": 41066, + "Ġmotivation": 12335, + "Ġmotivational": 48186, + "Ġmotivations": 39034, + "Ġmotive": 28827, + "Ġmotives": 39812, + "Ġmotivo": 35804, + "Ġmoto": 42192, + "Ġmotor": 5932, + "Ġmotorcycle": 20554, + "Ġmotorcycles": 46813, + "Ġmotors": 25035, + "Ġmots": 34009, + "Ġmotto": 32680, + "Ġmould": 34803, + "Ġmound": 49034, + "Ġmount": 3746, + "Ġmountain": 6937, + "Ġmountains": 10233, + "Ġmounted": 19138, + "Ġmounting": 22986, + "Ġmounts": 40982, + "Ġmour": 22235, + "Ġmourning": 42947, + "Ġmouse": 9719, + "Ġmouth": 4525, + "Ġmouths": 33171, + "Ġmouve": 33415, + "Ġmouvement": 41219, + "Ġmov": 2402, + "Ġmove": 1286, + "Ġmoved": 4259, + "Ġmovement": 3963, + "Ġmovements": 9981, + "Ġmover": 39945, + "Ġmoves": 6067, + "Ġmovie": 3169, + "Ġmovies": 6233, + "Ġmovimento": 40798, + "Ġmovimiento": 43180, + "Ġmoving": 2684, + "Ġmoy": 32018, + "Ġmoyen": 42009, + "Ġmoyens": 47040, + "Ġmozzarella": 44135, + "Ġmoż": 10697, + "Ġmoże": 12034, + "Ġmożemy": 26500, + "Ġmożli": 30854, + "Ġmożna": 17790, + "Ġmph": 46351, + "Ġmr": 33660, + "Ġmu": 2992, + "Ġmuch": 709, + "Ġmucha": 25248, + "Ġmuchas": 16072, + "Ġmucho": 9824, + "Ġmuchos": 17061, + "ĠmuchÃŃs": 29353, + "ĠmuchÃŃsimo": 44722, + "Ġmud": 8933, + "Ġmudar": 42281, + "Ġmuddy": 38540, + "Ġmue": 49532, + "Ġmuerte": 38497, + "Ġmuff": 22635, + "Ġmuffin": 48400, + "Ġmug": 23610, + "Ġmuit": 4146, + "Ġmuita": 21025, + "Ġmuitas": 25705, + "Ġmuito": 4945, + "Ġmuitos": 28918, + "Ġmuj": 30008, + "Ġmujer": 32032, + "Ġmujeres": 31683, + "Ġmuk": 31475, + "Ġmul": 14077, + "Ġmulher": 33211, + "Ġmulheres": 43244, + "Ġmult": 2120, + "Ġmulti": 4825, + "Ġmultic": 30608, + "Ġmulticultural": 47684, + "Ġmultif": 39824, + "Ġmultim": 32972, + "Ġmultimedia": 49202, + "Ġmultin": 45872, + "Ġmultip": 3311, + "Ġmultipl": 12788, + "Ġmultiplayer": 27325, + "Ġmultiple": 3866, + "Ġmultiples": 46099, + "Ġmultiplic": 17596, + "Ġmultiplication": 27290, + "Ġmultiplied": 17207, + "Ġmultiplier": 44106, + "Ġmultiply": 12972, + "Ġmultiplying": 30955, + "Ġmultit": 42338, + "Ġmultitude": 36358, + "Ġmum": 14697, + "Ġmummy": 45295, + "Ġmun": 11864, + "Ġmund": 23175, + "Ġmundane": 43497, + "Ġmundial": 41740, + "Ġmundo": 7968, + "Ġmungkin": 32633, + "Ġmunicip": 14998, + "Ġmunicipal": 27177, + "Ġmunicipalities": 39748, + "Ġmunicipality": 44186, + "Ġmur": 5257, + "Ġmural": 40595, + "Ġmurder": 6568, + "Ġmurdered": 18486, + "Ġmurderer": 28703, + "Ġmurders": 30479, + "Ġmurm": 39729, + "Ġmus": 1038, + "Ġmuscle": 8679, + "Ġmuscles": 9530, + "Ġmuscular": 31641, + "Ġmuse": 39138, + "Ġmuseum": 8441, + "Ġmuseums": 23248, + "Ġmush": 11559, + "Ġmushroom": 12094, + "Ġmushrooms": 17973, + "Ġmusi": 37587, + "Ġmusic": 1318, + "Ġmusical": 9165, + "Ġmusician": 19570, + "Ġmusicians": 16916, + "Ġmusimy": 43449, + "Ġmusique": 34108, + "Ġmuss": 6425, + "Ġmusst": 31716, + "Ġmusste": 34497, + "Ġmust": 1633, + "Ġmustache": 37798, + "Ġmustard": 23659, + "Ġmustn": 42818, + "Ġmusun": 25447, + "Ġmut": 5839, + "Ġmutant": 47198, + "Ġmutation": 27960, + "Ġmutations": 29243, + "Ġmute": 24523, + "Ġmuted": 32808, + "Ġmutta": 26265, + "Ġmutual": 16917, + "Ġmutually": 39144, + "Ġmuut": 46785, + "Ġmuy": 5323, + "Ġmuá»ijn": 42453, + "Ġmy": 452, + "Ġmycket": 16780, + "Ġmyself": 2059, + "Ġmyst": 9111, + "Ġmyster": 11010, + "Ġmysteries": 30785, + "Ġmysterious": 13831, + "Ġmystery": 11422, + "Ġmystical": 40565, + "Ġmyth": 9474, + "Ġmythical": 40843, + "Ġmythology": 30871, + "Ġmyths": 28205, + "Ġmyös": 23623, + "ĠmyÅĽ": 48633, + "ĠmyÅĽlÄĻ": 37730, + "Ġmá": 12228, + "Ġmáqu": 39701, + "Ġmáquina": 49360, + "Ġmár": 40331, + "Ġmás": 3573, + "Ġmáxim": 31031, + "Ġmáximo": 38876, + "Ġmã": 22410, + "Ġmãe": 29392, + "Ġmão": 31639, + "Ġmä": 25117, + "Ġmänn": 39550, + "Ġmännisk": 45220, + "Ġmänniskor": 48091, + "ĠmÃ¥": 10254, + "ĠmÃ¥nga": 25068, + "ĠmÃ¥ste": 23958, + "Ġmère": 35935, + "Ġmé": 13191, + "Ġméd": 16978, + "Ġmédi": 42436, + "Ġmédia": 49503, + "Ġmédico": 44853, + "Ġmég": 43510, + "Ġmél": 41953, + "Ġmés": 12545, + "Ġmét": 20275, + "Ġméth": 45404, + "Ġmême": 5698, + "Ġmêmes": 42588, + "Ġmês": 41400, + "Ġmình": 14526, + "Ġmó": 32515, + "Ġmón": 37803, + "Ġmów": 13489, + "Ġmówi": 24592, + "ĠmówiÄħ": 46591, + "Ġmö": 7667, + "Ġmöchte": 14570, + "Ġmöchten": 49699, + "Ġmöglich": 16294, + "Ġmöglichst": 44850, + "Ġmöj": 37606, + "Ġmús": 38886, + "Ġmúsica": 20091, + "Ġmü": 6047, + "Ġmüs": 28802, + "Ġmüssen": 9013, + "Ġmüsst": 49481, + "Ġmüsste": 42962, + "ĠmÃł": 13901, + "ĠmÃły": 45464, + "ĠmÃŃ": 14692, + "ĠmÃŃn": 33656, + "ĠmÃŃnimo": 47393, + "Ġmı": 9251, + "ĠmÅĤ": 40770, + "Ġmá»Ļt": 15486, + "ĠmỼi": 37328, + "Ġn": 297, + "Ġna": 1667, + "Ġnaar": 12762, + "Ġnac": 42071, + "Ġnach": 5168, + "Ġnacional": 29836, + "Ġnad": 12617, + "Ġnada": 8096, + "Ġnadie": 28060, + "Ġnadzie": 43693, + "ĠnadziejÄĻ": 48881, + "Ġnag": 17096, + "Ġnagyon": 46259, + "Ġnah": 17170, + "Ġnail": 10173, + "Ġnailed": 30790, + "Ġnails": 15394, + "Ġnaive": 29052, + "Ġnaj": 11212, + "Ġnajbardziej": 41857, + "Ġnajle": 41903, + "ĠnajwiÄĻ": 48636, + "Ġnak": 20332, + "Ġnaked": 15791, + "Ġnam": 8835, + "Ġname": 1315, + "Ġnamed": 4926, + "Ġnamely": 20926, + "Ġnames": 5288, + "Ġnaming": 25290, + "Ġnan": 14067, + "Ġnano": 30129, + "Ġnap": 9296, + "ĠnaprawdÄĻ": 20970, + "Ġnar": 6714, + "Ġnarc": 21328, + "Ġnarciss": 25771, + "Ġnarcissist": 49130, + "Ġnarr": 6397, + "Ġnarration": 43299, + "Ġnarrative": 9977, + "Ġnarratives": 28016, + "Ġnarrator": 32646, + "Ġnarrow": 9432, + "Ġnarrower": 46751, + "Ġnas": 5382, + "Ġnasal": 41575, + "Ġnast": 26088, + "Ġnasty": 17923, + "ĠnastÄĻp": 39662, + "Ġnasze": 43394, + "Ġnaszego": 44517, + "Ġnaszej": 42946, + "Ġnaszych": 45002, + "Ġnaszym": 48094, + "Ġnasıl": 16963, + "Ġnat": 2249, + "Ġnation": 4790, + "Ġnational": 4048, + "Ġnationale": 49974, + "Ġnationalism": 39186, + "Ġnationalist": 49654, + "Ġnationally": 27652, + "Ġnations": 11035, + "Ġnationwide": 29102, + "Ġnative": 8470, + "Ġnatives": 47964, + "Ġnatomiast": 43169, + "Ġnatur": 26389, + "Ġnatural": 3303, + "Ġnaturale": 40877, + "Ġnaturally": 8195, + "Ġnature": 3687, + "Ġnatuur": 24414, + "Ġnatuurlijk": 26892, + "Ġnatürlich": 8762, + "Ġnau": 35616, + "Ġnauc": 49103, + "Ġnaught": 13138, + "Ġnaughty": 32154, + "Ġnause": 34735, + "Ġnav": 5947, + "Ġnaval": 33050, + "Ġnave": 39376, + "Ġnavig": 7407, + "Ġnavigate": 12350, + "Ġnavigating": 32054, + "Ġnavigation": 17346, + "Ġnavy": 31319, + "Ġnaw": 18969, + "Ġnawet": 22696, + "Ġnay": 34227, + "Ġnaz": 20151, + "Ġne": 408, + "Ġnear": 2651, + "Ġnearby": 11184, + "Ġnearest": 23831, + "Ġnearly": 6217, + "Ġneat": 10654, + "Ġneatly": 36634, + "Ġneben": 36098, + "Ġneces": 11909, + "Ġnecesario": 44095, + "Ġnecesit": 38661, + "Ġnecesita": 45485, + "Ġnecess": 2688, + "Ġnecessarily": 4725, + "Ġnecessary": 4818, + "Ġnecessity": 24217, + "Ġneck": 6189, + "Ġnecklace": 24563, + "Ġnectar": 49943, + "Ġned": 25614, + "Ġneden": 34828, + "Ġnee": 41694, + "Ġneed": 643, + "Ġneeded": 2978, + "Ġneeding": 18006, + "Ġneedle": 11037, + "Ġneedles": 24792, + "Ġneeds": 2203, + "Ġneg": 2485, + "Ġnegative": 3671, + "Ġnegatively": 29519, + "Ġnegatives": 40019, + "Ġnegativity": 39297, + "Ġneglect": 17745, + "Ġneglected": 32701, + "Ġneglig": 32570, + "Ġnego": 26722, + "Ġnegoti": 9542, + "Ġnegotiate": 21713, + "Ġnegotiated": 39028, + "Ġnegotiating": 30396, + "Ġnegotiation": 27573, + "Ġnegotiations": 20476, + "Ġnegro": 40008, + "Ġnegó": 31008, + "Ġnegócio": 35532, + "Ġneh": 40857, + "Ġnehme": 48276, + "Ġnehmen": 19905, + "Ġnei": 34517, + "Ġneigh": 4168, + "Ġneighb": 7888, + "Ġneighbor": 5987, + "Ġneighborhood": 7630, + "Ġneighborhoods": 20052, + "Ġneighboring": 31521, + "Ġneighbors": 12512, + "Ġneighbour": 19755, + "Ġneighbourhood": 30471, + "Ġneighbours": 35548, + "Ġnein": 40041, + "Ġneither": 9662, + "Ġnel": 15373, + "Ġnell": 44666, + "Ġnella": 23878, + "Ġnelle": 46350, + "Ġnem": 9939, + "Ġnen": 16399, + "Ġnenhum": 32584, + "Ġnenhuma": 43273, + "Ġneo": 41977, + "Ġneol": 49512, + "Ġneon": 30820, + "Ġnep": 24901, + "Ġnephew": 30799, + "Ġner": 18219, + "Ġnerd": 23229, + "Ġnered": 28085, + "Ġnerede": 44906, + "Ġnerv": 5724, + "Ġnerve": 16355, + "Ġnerves": 23078, + "Ġnervous": 6296, + "Ġness": 39787, + "Ġnessa": 23246, + "Ġnesse": 18270, + "Ġnest": 15646, + "Ġneste": 34739, + "Ġnet": 2533, + "Ġnets": 36170, + "Ġnett": 42084, + "Ġnetwork": 3209, + "Ġnetworking": 17985, + "Ġnetworks": 9590, + "Ġneu": 22510, + "Ġneue": 16842, + "Ġneuen": 21387, + "Ġneues": 43979, + "Ġneur": 12087, + "Ġneural": 18161, + "Ġneuro": 16499, + "Ġneurolog": 28351, + "Ġneurological": 48185, + "Ġneuron": 34090, + "Ġneurons": 22027, + "Ġneuros": 28813, + "Ġneuroscience": 42762, + "Ġneurot": 43286, + "Ġneut": 7989, + "Ġneutr": 39913, + "Ġneutral": 10598, + "Ġneutron": 44362, + "Ġnever": 1128, + "Ġnevertheless": 26924, + "Ġnew": 777, + "Ġnewborn": 32928, + "Ġnewcom": 40014, + "Ġnewer": 17628, + "Ġnewest": 17569, + "Ġnewly": 15109, + "Ġnews": 2583, + "Ġnewsletter": 26469, + "Ġnewsp": 10202, + "Ġnewspaper": 13669, + "Ġnewspapers": 20781, + "Ġnext": 958, + "Ġng": 6415, + "Ġnggak": 28631, + "Ġngh": 29338, + "Ġnghi": 46889, + "ĠnghÄ©": 41077, + "Ġngo": 45843, + "ĠngÃły": 34481, + "Ġngưá»Ŀi": 15898, + "Ġnh": 6245, + "Ġnhi": 20575, + "Ġnhiá»ģu": 28272, + "Ġnhân": 47931, + "ĠnhÃł": 35398, + "Ġnhư": 16228, + "Ġnhưng": 37504, + "Ġnhất": 41081, + "Ġnhững": 20136, + "Ġni": 3867, + "Ġnib": 38956, + "Ġnic": 6201, + "Ġnice": 1481, + "Ġnicely": 9594, + "Ġnicer": 22842, + "Ġnicest": 45516, + "Ġnich": 25570, + "Ġniche": 19956, + "Ġnicht": 1979, + "Ġnichts": 13004, + "Ġnick": 15416, + "Ġnickel": 30542, + "Ġnickname": 21641, + "Ġnie": 2838, + "Ġniece": 39991, + "Ġnied": 32488, + "Ġniego": 49615, + "Ġniemand": 32390, + "Ġnies": 48100, + "Ġniet": 6899, + "Ġnieu": 26829, + "Ġnieuwe": 37029, + "Ġniew": 43622, + "Ġniez": 33511, + "Ġnig": 26996, + "Ġnigga": 41626, + "Ġnight": 1818, + "Ġnightmare": 18724, + "Ġnightmares": 36911, + "Ġnights": 13249, + "Ġnighttime": 38595, + "Ġnih": 27438, + "Ġniin": 16077, + "Ġnik": 44336, + "Ġnim": 24887, + "Ġnimmt": 38891, + "Ġnin": 9616, + "Ġnine": 4949, + "Ġninete": 26286, + "Ġnineteen": 31555, + "Ġninety": 25063, + "Ġning": 17210, + "Ġninguna": 36073, + "Ġninguém": 30091, + "Ġningún": 30394, + "Ġninja": 31604, + "Ġninth": 28207, + "Ġnit": 10900, + "Ġnitrogen": 17903, + "Ġnive": 11461, + "Ġniveau": 19144, + "Ġnivel": 24423, + "Ġniye": 30493, + "Ġniño": 42307, + "Ġniños": 30712, + "Ġniż": 28502, + "Ġno": 572, + "Ġnoble": 20171, + "Ġnobody": 5079, + "Ġnoch": 3514, + "Ġnoche": 29735, + "Ġnochmal": 26509, + "Ġnod": 15224, + "Ġnode": 9984, + "Ġnodes": 13891, + "Ġnodig": 43409, + "Ġnog": 9638, + "Ġnoget": 34574, + "Ġnogle": 48713, + "Ġnoi": 22447, + "Ġnoir": 39359, + "Ġnoise": 5658, + "Ġnoises": 14620, + "Ġnoisy": 24518, + "Ġnoite": 34429, + "Ġnok": 33811, + "Ġnom": 5369, + "Ġnombre": 13000, + "Ġnombreux": 43260, + "Ġnome": 19003, + "Ġnominal": 41641, + "Ġnominated": 25159, + "Ġnomination": 30375, + "Ġnominations": 46331, + "Ġnominee": 37170, + "Ġnominees": 49774, + "Ġnomés": 40052, + "Ġnon": 2107, + "Ġnone": 6022, + "Ġnonetheless": 26756, + "Ġnonprofit": 23348, + "Ġnonprofits": 42851, + "Ġnonsense": 14925, + "Ġnood": 8422, + "Ġnoodle": 21873, + "Ġnoodles": 10480, + "Ġnooit": 48286, + "Ġnoon": 24040, + "Ġnope": 23444, + "Ġnor": 6051, + "Ġnord": 39284, + "Ġnorm": 2026, + "Ġnormal": 2710, + "Ġnormale": 43646, + "Ġnormalized": 48704, + "Ġnormally": 5646, + "Ġnormalmente": 38217, + "Ġnorms": 24357, + "Ġnorte": 41966, + "Ġnorth": 6830, + "Ġnortheast": 40984, + "Ġnorthern": 14197, + "Ġnorthwest": 36930, + "Ġnos": 3269, + "Ġnosaltres": 49100, + "Ġnose": 6690, + "Ġnosotros": 13863, + "Ġnoss": 24970, + "Ġnossa": 15821, + "Ġnossas": 44041, + "Ġnosso": 14347, + "Ġnossos": 35378, + "Ġnost": 10397, + "Ġnostalgia": 34618, + "Ġnostalgic": 40240, + "Ġnostra": 34311, + "Ġnostro": 35779, + "Ġnot": 406, + "Ġnota": 36192, + "Ġnotable": 22556, + "Ġnotably": 31357, + "Ġnotamment": 26165, + "Ġnotation": 24657, + "Ġnotch": 26109, + "Ġnote": 3637, + "Ġnotebook": 21060, + "Ġnotebooks": 43782, + "Ġnoted": 12964, + "Ġnotes": 5570, + "Ġnothin": 47562, + "Ġnothing": 1825, + "Ġnotice": 3449, + "Ġnoticeable": 26041, + "Ġnoticed": 5694, + "Ġnotices": 32978, + "Ġnoticing": 21814, + "Ġnotification": 11554, + "Ġnotifications": 13426, + "Ġnotified": 18013, + "Ġnotify": 36560, + "Ġnoting": 26801, + "Ġnotion": 10710, + "Ġnotions": 35799, + "Ġnotor": 46772, + "Ġnotorious": 38045, + "Ġnotre": 10349, + "Ġnotwend": 41308, + "Ġnou": 23641, + "Ġnoun": 23307, + "Ġnouns": 48184, + "Ġnour": 22683, + "Ġnous": 4666, + "Ġnouve": 11456, + "Ġnouveau": 23326, + "Ġnouveaux": 44952, + "Ġnouvelle": 24156, + "Ġnouvelles": 37172, + "Ġnov": 23883, + "Ġnova": 28265, + "Ġnovamente": 49960, + "Ġnove": 26972, + "Ġnovel": 7613, + "Ġnovels": 24574, + "Ġnovelty": 44805, + "Ġnovo": 18246, + "Ġnow": 586, + "Ġnowadays": 13434, + "Ġnowhere": 11159, + "Ġnozzle": 28998, + "Ġnp": 33808, + "Ġnu": 3822, + "Ġnuance": 42625, + "Ġnuanced": 45115, + "Ġnuances": 38775, + "Ġnuc": 6304, + "Ġnucle": 14962, + "Ġnuclear": 8179, + "Ġnuclei": 49919, + "Ġnucleus": 28055, + "Ġnud": 40045, + "Ġnude": 36505, + "Ġnue": 10412, + "Ġnuest": 7717, + "Ġnuestra": 16825, + "Ġnuestras": 32809, + "Ġnuestro": 14726, + "Ġnuestros": 24099, + "Ġnueva": 28963, + "Ġnuevas": 42817, + "Ġnuevo": 18591, + "Ġnuevos": 42010, + "Ġnug": 30279, + "Ġnuggets": 42663, + "Ġnuit": 38467, + "Ġnull": 18184, + "Ġnum": 1031, + "Ġnuma": 29080, + "Ġnumb": 32200, + "Ġnumber": 1230, + "Ġnumbered": 40936, + "Ġnumbers": 3547, + "Ġnumer": 7866, + "Ġnumerator": 30380, + "Ġnumerical": 29054, + "Ġnumero": 46839, + "Ġnumerous": 12546, + "Ġnuméro": 49525, + "Ġnun": 8905, + "Ġnunca": 13768, + "Ġnuo": 37802, + "Ġnuovo": 49348, + "Ġnur": 4343, + "Ġnurs": 9070, + "Ġnurse": 14012, + "Ġnursery": 37538, + "Ġnurses": 17446, + "Ġnursing": 15423, + "Ġnurt": 23705, + "Ġnurture": 41451, + "Ġnurturing": 48116, + "Ġnut": 5393, + "Ġnutr": 12289, + "Ġnutri": 13242, + "Ġnutrient": 32694, + "Ġnutrients": 17617, + "Ġnutrit": 37972, + "Ġnutrition": 14718, + "Ġnutritional": 34707, + "Ġnutritious": 40850, + "Ġnuts": 10483, + "Ġnutshell": 37711, + "Ġnutzen": 36905, + "Ġny": 18052, + "Ġnya": 24450, + "Ġnylon": 43503, + "Ġnyt": 21508, + "Ġnão": 2431, + "Ġnä": 6433, + "Ġnäch": 13201, + "Ġnächste": 30661, + "Ġnächsten": 19101, + "Ġnäm": 17534, + "Ġnämlich": 21219, + "Ġnär": 15457, + "ĠnÃ¥": 11594, + "ĠnÃ¥gon": 25418, + "ĠnÃ¥gonting": 43998, + "ĠnÃ¥got": 36586, + "ĠnÃ¥gra": 40842, + "ĠnÃ¥r": 36522, + "Ġné": 7024, + "Ġnécess": 31956, + "Ġnécessaire": 46396, + "Ġnên": 40606, + "Ġnó": 6604, + "Ġnói": 27508, + "Ġnós": 9738, + "Ġnú": 11908, + "Ġnúmer": 12803, + "Ġnúmero": 14959, + "Ġnúmeros": 36545, + "ĠnÃło": 29069, + "ĠnÃły": 12542, + "ĠnÃŃvel": 41747, + "ĠnÄĥm": 38098, + "ĠnÄĽ": 46911, + "ĠnÆ°á»Ľc": 30728, + "Ġnữa": 35047, + "Ġo": 277, + "Ġoak": 31322, + "Ġoat": 36792, + "Ġoath": 29450, + "Ġoatmeal": 47223, + "Ġoats": 43095, + "Ġob": 1111, + "Ġobe": 36346, + "Ġobec": 49141, + "Ġobed": 24330, + "Ġobedience": 36585, + "Ġobedient": 42541, + "Ġoben": 21279, + "Ġobes": 26395, + "Ġobese": 50060, + "Ġobesity": 29744, + "Ġobey": 19297, + "Ġobject": 2657, + "Ġobjection": 35756, + "Ġobjections": 44649, + "Ġobjective": 10024, + "Ġobjectively": 46067, + "Ġobjectives": 15961, + "Ġobjects": 6565, + "Ġobjet": 14964, + "Ġobjetivo": 29809, + "Ġobjeto": 40438, + "Ġobjetos": 49605, + "Ġobl": 23740, + "Ġoblig": 9270, + "Ġobligation": 20326, + "Ġobligations": 26234, + "Ġobliged": 47194, + "Ġobliv": 47039, + "Ġobra": 22798, + "Ġobras": 47618, + "Ġobrig": 29126, + "Ġobrigado": 41774, + "Ġobs": 3181, + "Ġobsc": 22082, + "Ġobscure": 34443, + "Ġobser": 12887, + "Ġobserv": 9951, + "Ġobservation": 14816, + "Ġobservations": 18163, + "Ġobserve": 11441, + "Ġobserved": 13095, + "Ġobserver": 27878, + "Ġobservers": 48090, + "Ġobserving": 22107, + "Ġobsess": 35803, + "Ġobsessed": 16923, + "Ġobsession": 30521, + "Ġobsol": 43053, + "Ġobsolete": 46333, + "Ġobst": 9579, + "Ġobstacle": 23112, + "Ġobstacles": 17735, + "Ġobstruct": 45579, + "Ġobstruction": 49711, + "Ġobt": 7464, + "Ġobtain": 12701, + "Ġobtained": 14879, + "Ġobtaining": 36749, + "Ġobten": 28326, + "Ġobviamente": 36325, + "Ġobvious": 6322, + "Ġobviously": 2745, + "Ġobwohl": 48428, + "Ġoc": 10409, + "Ġocas": 44534, + "Ġocc": 2678, + "Ġoccas": 15319, + "Ġoccasion": 9674, + "Ġoccasional": 31644, + "Ġoccasionally": 16895, + "Ġoccasions": 20641, + "Ġoccup": 8073, + "Ġoccupation": 24482, + "Ġoccupational": 43544, + "Ġoccupied": 19629, + "Ġoccupy": 30645, + "Ġoccur": 5160, + "Ġoccurred": 11068, + "Ġoccurrence": 36122, + "Ġoccurring": 18386, + "Ġoccurs": 11843, + "Ġocean": 7810, + "Ġoceans": 25004, + "Ġoch": 3795, + "ĠocksÃ¥": 13312, + "Ġoct": 13350, + "Ġoctave": 44441, + "Ġoctopus": 27962, + "Ġocup": 37305, + "Ġocur": 26430, + "ĠoczywiÅĽcie": 23862, + "Ġod": 3611, + "Ġodc": 36471, + "Ġodd": 7401, + "Ġoddly": 46083, + "Ġodds": 17439, + "Ġode": 45711, + "Ġoder": 4513, + "Ġodor": 41176, + "Ġodpow": 24314, + "Ġodpowied": 36574, + "Ġof": 295, + "Ġofere": 47084, + "Ġoff": 766, + "Ġoffen": 35253, + "Ġoffend": 41836, + "Ġoffended": 26776, + "Ġoffenders": 49079, + "Ġoffense": 17834, + "Ġoffenses": 49765, + "Ġoffensive": 15710, + "Ġoffer": 2626, + "Ġoffered": 8059, + "Ġoffering": 8745, + "Ġofferings": 25898, + "Ġoffers": 7736, + "Ġoffic": 2832, + "Ġoffice": 3398, + "Ġofficer": 8456, + "Ġofficers": 9199, + "Ġoffices": 14434, + "Ġofficial": 4783, + "Ġofficially": 12053, + "Ġofficials": 9798, + "Ġoffline": 21857, + "Ġoffs": 39457, + "Ġoffset": 18687, + "Ġoffshore": 34567, + "Ġoffspring": 36857, + "Ġoficial": 37189, + "Ġoft": 11649, + "Ġoften": 2049, + "Ġoftentimes": 18349, + "Ġog": 5360, + "Ġoggi": 34768, + "Ġogl": 49424, + "Ġogni": 33189, + "Ġogr": 34416, + "ĠogsÃ¥": 23864, + "Ġogóle": 29229, + "Ġoh": 1954, + "Ġohh": 50101, + "Ġohne": 15716, + "Ġoike": 38432, + "Ġoil": 3184, + "Ġoils": 22177, + "Ġoily": 27693, + "Ġojos": 39519, + "Ġok": 3133, + "Ġokay": 1392, + "Ġoke": 40043, + "Ġoko": 45730, + "Ġol": 2545, + "Ġolabilir": 38049, + "Ġolacak": 23172, + "Ġolan": 17771, + "Ġolar": 17318, + "Ġolarak": 17728, + "Ġold": 1331, + "Ġolder": 4906, + "Ġoldest": 14026, + "Ġolds": 41972, + "Ġoldu": 9761, + "ĠolduÄŁ": 15049, + "ĠolduÄŁu": 30588, + "ĠolduÄŁunu": 28619, + "Ġole": 18726, + "Ġoleh": 50051, + "Ġolha": 23550, + "Ġolhar": 37446, + "Ġolho": 50147, + "Ġolhos": 47944, + "Ġoli": 24072, + "Ġolika": 26025, + "Ġolive": 15981, + "Ġolives": 46746, + "Ġoll": 37995, + "Ġolla": 26876, + "Ġollut": 41851, + "Ġolm": 13583, + "Ġolmak": 45535, + "Ġolmas": 40307, + "Ġolması": 47528, + "Ġolmay": 35954, + "Ġolmaz": 31593, + "ĠolmuÅŁ": 32548, + "Ġolsa": 44655, + "Ġolsun": 17632, + "Ġolun": 38084, + "Ġolur": 16538, + "Ġolurs": 41607, + "Ġoluyor": 23597, + "ĠoluÅŁ": 49849, + "Ġolv": 43851, + "Ġolvid": 43194, + "Ġom": 3406, + "Ġomdat": 34982, + "Ġomega": 10498, + "Ġomin": 46812, + "Ġomn": 36874, + "Ġon": 322, + "Ġona": 20325, + "Ġonboard": 24033, + "Ġonc": 40592, + "Ġonce": 1564, + "Ġonda": 45671, + "Ġondan": 49228, + "Ġonde": 14396, + "Ġonder": 20756, + "Ġone": 472, + "Ġones": 2306, + "Ġoneself": 32265, + "Ġongoing": 10452, + "Ġoni": 36317, + "Ġonion": 10916, + "Ġonions": 13146, + "Ġonlar": 43179, + "Ġonline": 2950, + "Ġonly": 787, + "Ġons": 18818, + "Ġonset": 34948, + "Ġont": 6592, + "Ġonto": 3911, + "Ġonu": 20801, + "Ġonun": 27295, + "Ġonwards": 34230, + "Ġonze": 29460, + "Ġoo": 32685, + "Ġooh": 17024, + "Ġook": 7839, + "Ġoops": 34166, + "Ġop": 999, + "Ġopacity": 41693, + "Ġopaque": 42687, + "Ġopen": 1269, + "Ġopened": 5625, + "Ġopener": 43850, + "Ġopening": 5193, + "Ġopenings": 35941, + "Ġopenly": 23109, + "Ġopenness": 36200, + "Ġopens": 9870, + "Ġoper": 2208, + "Ġopera": 22202, + "Ġoperate": 9651, + "Ġoperated": 20826, + "Ġoperates": 22577, + "Ġoperating": 7447, + "Ġoperation": 6916, + "Ġoperational": 16607, + "Ġoperations": 7705, + "Ġoperator": 12973, + "Ġoperators": 19077, + "Ġopin": 3980, + "Ġopini": 46784, + "Ġopinion": 4800, + "Ġopinions": 11819, + "Ġopio": 24434, + "Ġopioid": 32837, + "Ġopioids": 47845, + "Ġopis": 45477, + "Ġoportun": 24237, + "Ġoportunidad": 42794, + "Ġopp": 1458, + "Ġoppon": 8292, + "Ġopponent": 10620, + "Ġopponents": 19001, + "Ġopportun": 2070, + "Ġopportunities": 4786, + "Ġopportunity": 2650, + "Ġoppos": 4665, + "Ġoppose": 28355, + "Ġopposed": 8851, + "Ġopposing": 27890, + "Ġopposite": 6182, + "Ġopposition": 13504, + "Ġoppress": 50240, + "Ġoppressed": 39640, + "Ġoppression": 27337, + "Ġops": 44663, + "Ġopt": 2427, + "Ġopted": 40768, + "Ġoptic": 48269, + "Ġoptical": 20674, + "Ġoptics": 42599, + "Ġoptim": 5028, + "Ġoptimal": 16252, + "Ġoptimism": 31074, + "Ġoptimistic": 19397, + "Ġoptimization": 19618, + "Ġoptimize": 19719, + "Ġoptimized": 26941, + "Ġoptimizing": 40425, + "Ġoptimum": 39326, + "Ġoption": 3614, + "Ġoptional": 17312, + "Ġoptions": 3956, + "Ġor": 420, + "Ġora": 33714, + "Ġorada": 33570, + "Ġoral": 19338, + "Ġorang": 17481, + "Ġorange": 7671, + "Ġoranges": 35474, + "Ġoraz": 28905, + "Ġorb": 14715, + "Ġorbit": 13991, + "Ġorbital": 27677, + "Ġorbitals": 50015, + "Ġorbiting": 48985, + "Ġorbits": 43522, + "Ġorch": 34850, + "Ġorchest": 14161, + "Ġorchestra": 25280, + "Ġorchestral": 36244, + "Ġord": 4792, + "Ġorden": 28615, + "Ġorder": 1668, + "Ġordered": 8866, + "Ġordering": 21739, + "Ġorders": 9470, + "Ġordin": 25376, + "Ġordinance": 40260, + "Ġordinary": 10547, + "Ġore": 20865, + "Ġorg": 14045, + "Ġorgan": 1798, + "Ġorganic": 10220, + "Ġorganis": 15223, + "Ġorganisation": 18641, + "Ġorganisations": 22270, + "Ġorganise": 50110, + "Ġorganised": 36866, + "Ġorganism": 24128, + "Ġorganisms": 22110, + "Ġorganiz": 4645, + "Ġorganization": 4475, + "Ġorganizational": 24730, + "Ġorganizations": 6150, + "Ġorganize": 13859, + "Ġorganized": 9983, + "Ġorganizer": 41363, + "Ġorganizers": 35071, + "Ġorganizing": 17608, + "Ġorgans": 20659, + "Ġorgas": 44834, + "Ġorient": 8579, + "Ġorientation": 14764, + "Ġoriented": 21841, + "Ġorig": 2349, + "Ġorigin": 4957, + "Ġoriginal": 3380, + "Ġoriginally": 7993, + "Ġoriginated": 31129, + "Ġorigins": 22721, + "Ġornament": 35689, + "Ġornaments": 47233, + "Ġoro": 45150, + "Ġorph": 23896, + "Ġorphan": 28711, + "Ġort": 23564, + "Ġorth": 19052, + "Ġorthog": 38130, + "Ġorthogonal": 41488, + "Ġos": 3003, + "Ġoscill": 18225, + "Ġoscillator": 43859, + "Ġoso": 19116, + "Ġosob": 41518, + "Ġosoby": 39737, + "Ġoss": 19508, + "Ġost": 32946, + "Ġostat": 32686, + "Ġoste": 42804, + "Ġostr": 44024, + "Ġosób": 32089, + "Ġot": 4337, + "Ġother": 661, + "Ġothers": 2357, + "Ġotherwise": 5911, + "Ġotra": 13623, + "Ġotras": 20244, + "Ġotro": 11921, + "Ġotros": 16422, + "Ġott": 42772, + "Ġotur": 41598, + "Ġou": 2820, + "Ġouais": 30570, + "Ġought": 13416, + "Ġoui": 14367, + "Ġounce": 29860, + "Ġounces": 27343, + "Ġour": 527, + "Ġours": 11896, + "Ġourselves": 4175, + "Ġout": 484, + "Ġoutbreak": 20963, + "Ġoutbreaks": 39097, + "Ġoutcome": 9700, + "Ġoutcomes": 10070, + "Ġoutdated": 36313, + "Ġoutdoor": 15942, + "Ġoutdoors": 20980, + "Ġouter": 10847, + "Ġoutfit": 11263, + "Ġoutfits": 22331, + "Ġoutgoing": 41565, + "Ġoutlet": 20656, + "Ġoutlets": 27416, + "Ġoutline": 16387, + "Ġoutlined": 27412, + "Ġoutlines": 40125, + "Ġoutlook": 26650, + "Ġoutput": 5598, + "Ġoutputs": 23930, + "Ġoutra": 12301, + "Ġoutrage": 25933, + "Ġoutrageous": 38685, + "Ġoutras": 22221, + "Ġoutreach": 19638, + "Ġoutright": 35189, + "Ġoutro": 13170, + "Ġoutros": 18282, + "Ġouts": 14758, + "Ġoutset": 44618, + "Ġoutside": 2380, + "Ġoutsider": 40484, + "Ġoutsiders": 49825, + "Ġoutstanding": 14485, + "Ġoutta": 21327, + "Ġoutward": 26914, + "Ġouv": 21157, + "Ġouvert": 47683, + "Ġov": 14187, + "Ġoval": 37175, + "Ġovat": 31802, + "Ġoven": 9090, + "Ġover": 670, + "Ġoverall": 4787, + "Ġoverarching": 45501, + "Ġoverboard": 49480, + "Ġoverc": 40027, + "Ġovercome": 10473, + "Ġovercoming": 38047, + "Ġoverd": 19853, + "Ġoverdose": 42206, + "Ġovere": 38657, + "Ġoverflow": 37772, + "Ġoverhe": 29807, + "Ġoverhead": 19922, + "Ġoverl": 15986, + "Ġoverlap": 19959, + "Ġoverlapping": 33535, + "Ġoverlay": 31741, + "Ġoverload": 28777, + "Ġoverlook": 37826, + "Ġoverlooked": 32269, + "Ġoverly": 24324, + "Ġovernight": 13935, + "Ġoverride": 42321, + "Ġovers": 15488, + "Ġoverse": 11916, + "Ġoverseas": 16274, + "Ġoversee": 46543, + "Ġoversight": 29146, + "Ġoversized": 49408, + "Ġoverst": 48834, + "Ġovert": 17038, + "Ġoverth": 30998, + "Ġoverthrow": 46924, + "Ġovertime": 29863, + "Ġoverturn": 42865, + "Ġoverview": 12492, + "Ġoverweight": 40523, + "Ġoverwhel": 9103, + "Ġoverwhelmed": 19042, + "Ġoverwhelming": 13373, + "Ġoverwhelmingly": 42926, + "Ġow": 11492, + "Ġowe": 16655, + "Ġowed": 41262, + "Ġowes": 50028, + "Ġowl": 34488, + "Ġown": 1065, + "Ġowned": 11684, + "Ġowner": 7289, + "Ġowners": 7710, + "Ġownership": 15279, + "Ġowning": 29820, + "Ġowns": 19143, + "Ġox": 5976, + "Ġoxid": 19924, + "Ġoxidation": 36767, + "Ġoxide": 28421, + "Ġoxygen": 9169, + "Ġoy": 15376, + "Ġoyn": 42753, + "Ġoyster": 32005, + "Ġoysters": 42296, + "Ġoyun": 41773, + "Ġozone": 46769, + "Ġoù": 9068, + "ĠoÄŁlum": 26984, + "Ġp": 280, + "ĠpH": 21677, + "Ġpa": 2502, + "Ġpaar": 16509, + "Ġpac": 15165, + "Ġpace": 11638, + "Ġpacing": 43285, + "Ġpack": 2844, + "Ġpackage": 7372, + "Ġpackaged": 38162, + "Ġpackages": 17401, + "Ġpackaging": 16836, + "Ġpacked": 13265, + "Ġpacket": 20300, + "Ġpackets": 30364, + "Ġpacking": 20815, + "Ġpacks": 19403, + "Ġpact": 38104, + "Ġpad": 6887, + "Ġpada": 26069, + "Ġpadding": 39562, + "Ġpaddle": 31834, + "Ġpadre": 34781, + "Ġpadres": 48295, + "Ġpads": 19179, + "Ġpag": 11812, + "Ġpagan": 38238, + "Ġpagar": 28024, + "Ġpage": 3028, + "Ġpages": 7183, + "Ġpai": 32227, + "Ġpaid": 4835, + "Ġpain": 1822, + "Ġpainful": 11697, + "Ġpains": 29774, + "Ġpaint": 4225, + "Ġpainted": 11797, + "Ġpainter": 26619, + "Ġpainters": 48643, + "Ġpainting": 5370, + "Ġpaintings": 14880, + "Ġpaints": 28076, + "Ġpair": 6119, + "Ġpaired": 25699, + "Ġpairing": 32735, + "Ġpairs": 15494, + "Ġpais": 34955, + "Ġpaj": 33819, + "Ġpajamas": 43625, + "Ġpak": 20843, + "Ġpakai": 49062, + "Ġpal": 3984, + "Ġpalab": 21119, + "Ġpalabra": 31702, + "Ġpalabras": 35240, + "Ġpalace": 15207, + "Ġpalate": 48247, + "Ġpalav": 27069, + "Ġpalavra": 40960, + "Ġpalavras": 46169, + "Ġpale": 19546, + "Ġpalette": 15851, + "Ġpaling": 49626, + "Ġpaljon": 34824, + "Ġpall": 24075, + "Ġpalm": 17018, + "Ġpalms": 30819, + "Ġpals": 43806, + "Ġpam": 30738, + "ĠpamiÄĻ": 31088, + "Ġpan": 2462, + "Ġpana": 47296, + "Ġpancake": 28916, + "Ġpancakes": 27859, + "Ġpand": 4565, + "Ġpanda": 46685, + "Ġpandemia": 33245, + "Ġpandemic": 5388, + "Ġpane": 32605, + "Ġpanel": 4831, + "Ġpanelists": 20162, + "Ġpanels": 13419, + "Ġpani": 43916, + "Ġpanic": 14783, + "Ġpans": 32905, + "Ġpant": 14869, + "Ġpantalla": 44449, + "Ġpantry": 40689, + "Ġpants": 10082, + "Ġpap": 5806, + "Ġpapa": 31015, + "Ġpapel": 24710, + "Ġpaper": 3035, + "Ġpapers": 10577, + "Ġpaperwork": 27953, + "Ġpapier": 37410, + "Ġpaprika": 46781, + "Ġpar": 971, + "Ġpara": 1690, + "Ġparab": 45729, + "Ġparach": 33927, + "Ġparachute": 44665, + "Ġparad": 13480, + "Ġparade": 26128, + "Ġparadigm": 24709, + "Ġparadise": 25919, + "Ġparadox": 26221, + "Ġparag": 17372, + "Ġparagraph": 18865, + "Ġparagraphs": 48910, + "Ġparal": 26009, + "Ġparall": 8069, + "Ġparallel": 8952, + "Ġparallels": 44223, + "Ġparaly": 32645, + "Ġparalysis": 49507, + "Ġparalyzed": 41919, + "Ġparam": 6220, + "Ġparameter": 13075, + "Ġparameters": 9834, + "Ġparan": 32369, + "Ġparano": 31416, + "Ġparanoid": 43948, + "Ġparanormal": 37125, + "Ġparap": 36992, + "Ġparar": 37193, + "Ġparas": 21012, + "Ġparasite": 49756, + "Ġparasites": 45289, + "Ġparc": 30511, + "Ġparce": 6992, + "Ġparcel": 34082, + "Ġparch": 35765, + "Ġparchment": 37208, + "Ġpardon": 22440, + "Ġpare": 7448, + "Ġparece": 14120, + "Ġparecer": 44885, + "Ġpareil": 46020, + "Ġparent": 2596, + "Ġparental": 41113, + "Ġparenth": 23350, + "Ġparentheses": 34153, + "Ġparenting": 30896, + "Ġparents": 3152, + "Ġparf": 19743, + "Ġparfait": 36102, + "Ġparfois": 30125, + "Ġparish": 45325, + "Ġparity": 44747, + "Ġpark": 3884, + "Ġparked": 28491, + "Ġparking": 9893, + "Ġparks": 16213, + "Ġparl": 13734, + "Ġparlament": 46024, + "Ġparlar": 45803, + "Ġparle": 18508, + "Ġparler": 16421, + "Ġparliament": 19520, + "Ġparliamentary": 43067, + "Ġparlé": 38570, + "Ġparody": 43386, + "Ġparole": 26783, + "Ġparrot": 42462, + "Ġpars": 21156, + "Ġparse": 48377, + "Ġparsley": 33632, + "Ġpart": 644, + "Ġpartager": 44006, + "Ġparte": 6975, + "Ġpartes": 31210, + "Ġparti": 24408, + "Ġpartial": 14641, + "Ġpartially": 18886, + "Ġpartic": 1276, + "Ġparticip": 3421, + "Ġparticipant": 24950, + "Ġparticipants": 10503, + "Ġparticipar": 48703, + "Ġparticipate": 8197, + "Ġparticipated": 17978, + "Ġparticipating": 13950, + "Ġparticipation": 13487, + "Ġparticle": 12359, + "Ġparticles": 10007, + "Ġparticul": 21861, + "Ġparticular": 1729, + "Ġparticularly": 4098, + "Ġparticulier": 40400, + "Ġpartido": 41310, + "Ġpartie": 17465, + "Ġparties": 8265, + "Ġparting": 46607, + "Ġpartir": 13906, + "Ġpartis": 44634, + "Ġpartisan": 37721, + "Ġpartition": 24808, + "Ġpartly": 17031, + "Ġpartner": 4975, + "Ġpartnered": 29865, + "Ġpartnering": 31290, + "Ġpartners": 4462, + "Ġpartnership": 9982, + "Ġpartnerships": 18245, + "Ġpartout": 32955, + "Ġparts": 3166, + "Ġparty": 3595, + "Ġpas": 1736, + "Ġpasa": 20260, + "Ġpasado": 24794, + "Ġpasando": 45412, + "Ġpasar": 25344, + "Ġpase": 47125, + "Ġpaso": 29212, + "Ġpass": 1320, + "Ġpassa": 23880, + "Ġpassado": 42490, + "Ġpassage": 11497, + "Ġpassages": 31589, + "Ġpassar": 20630, + "Ġpassat": 50050, + "Ġpasse": 14530, + "Ġpassed": 4678, + "Ġpassenger": 18707, + "Ġpassengers": 18436, + "Ġpasser": 18509, + "Ġpasses": 11335, + "Ġpassieren": 46223, + "Ġpassiert": 21671, + "Ġpassing": 8437, + "Ġpassion": 5418, + "Ġpassionate": 11410, + "Ġpassions": 30640, + "Ġpassive": 14975, + "Ġpasso": 38159, + "Ġpassou": 44740, + "Ġpassport": 24694, + "Ġpasst": 37154, + "Ġpassword": 11524, + "Ġpasswords": 33149, + "Ġpassé": 24093, + "Ġpast": 1791, + "Ġpasta": 13296, + "Ġpaste": 9163, + "Ġpastel": 38100, + "Ġpasti": 48145, + "Ġpastor": 21193, + "Ġpastors": 42452, + "Ġpastry": 29198, + "Ġpasture": 48423, + "Ġpasó": 41382, + "Ġpat": 1947, + "Ġpatch": 9972, + "Ġpatches": 26531, + "Ġpatent": 20495, + "Ġpatents": 38142, + "Ġpater": 42302, + "Ġpath": 3100, + "Ġpathetic": 35506, + "Ġpathogens": 44760, + "Ġpaths": 14518, + "Ġpathway": 18590, + "Ġpathways": 22988, + "Ġpatience": 14826, + "Ġpatient": 4537, + "Ġpatiently": 49001, + "Ġpatients": 4209, + "Ġpatio": 42924, + "Ġpatreon": 33161, + "Ġpatri": 18311, + "Ġpatriarch": 46012, + "Ġpatrim": 48369, + "Ġpatriot": 44210, + "Ġpatrol": 26305, + "Ġpatron": 21843, + "Ġpatrons": 27559, + "Ġpatt": 49916, + "Ġpatter": 3829, + "Ġpattern": 5102, + "Ġpatterns": 8294, + "Ġpau": 34221, + "Ġpause": 10465, + "Ġpaused": 46860, + "Ġpave": 28870, + "Ġpaved": 42989, + "Ġpavement": 38305, + "Ġpaw": 38959, + "Ġpawn": 30905, + "Ġpaws": 46768, + "Ġpay": 1689, + "Ġpaycheck": 35639, + "Ġpayer": 38230, + "Ġpaying": 6229, + "Ġpayload": 30918, + "Ġpayment": 10224, + "Ġpayments": 14348, + "Ġpayoff": 46547, + "Ġpayroll": 36873, + "Ġpays": 10604, + "Ġpaz": 30032, + "ĠpaÃŃs": 10572, + "ĠpaÃŃses": 23070, + "ĠpaÅĦst": 21868, + "ĠpaÅĦstwa": 43289, + "ĠpaÅĦstwo": 42233, + "Ġpc": 43451, + "Ġpe": 520, + "Ġpea": 49178, + "Ġpeac": 43370, + "Ġpeace": 4336, + "Ġpeaceful": 13962, + "Ġpeacefully": 36485, + "Ġpeach": 25917, + "Ġpeak": 10651, + "Ġpeaks": 26897, + "Ġpean": 14882, + "Ġpeanut": 19209, + "Ġpeanuts": 32895, + "Ġpear": 37320, + "Ġpearl": 20287, + "Ġpearls": 35111, + "Ġpeas": 24494, + "Ġpec": 42451, + "Ġpeculiar": 27149, + "Ġped": 5670, + "Ġpedal": 19122, + "Ġpedals": 35217, + "Ġpedest": 20497, + "Ġpedestrian": 33947, + "Ġpedestrians": 48339, + "Ġpediatric": 27477, + "Ġpedir": 33533, + "Ġpee": 21343, + "Ġpeek": 19604, + "Ġpeel": 13889, + "Ġpeeled": 39033, + "Ġpeeling": 39926, + "Ġpeer": 15108, + "Ġpeers": 16739, + "Ġpeg": 17199, + "Ġpega": 43005, + "Ġpegar": 22418, + "Ġpeine": 46655, + "Ġpel": 6178, + "Ġpela": 14820, + "Ġpele": 41615, + "Ġpelig": 43839, + "Ġpell": 33836, + "Ġpelo": 12167, + "Ġpelos": 38304, + "Ġpelvic": 40959, + "Ġpelvis": 34617, + "ĠpelÃŃcul": 31810, + "ĠpelÃŃcula": 40154, + "Ġpem": 47690, + "Ġpen": 3435, + "Ġpena": 29222, + "Ġpenal": 13661, + "Ġpenalties": 35389, + "Ġpenalty": 16263, + "Ġpencil": 10985, + "Ġpencils": 30857, + "Ġpend": 12179, + "Ġpendant": 17338, + "Ġpending": 32110, + "Ġpendulum": 44103, + "Ġpenet": 16183, + "Ġpenetrate": 36307, + "Ġpenetration": 35187, + "Ġpeng": 17289, + "Ġpenguin": 45752, + "Ġpeninsula": 45065, + "Ġpenis": 28282, + "Ġpenn": 34911, + "Ġpenny": 24178, + "Ġpens": 6099, + "Ġpensa": 46909, + "Ġpensando": 34525, + "Ġpensar": 18321, + "Ġpense": 11209, + "Ġpenser": 38940, + "Ġpension": 21927, + "Ġpenso": 48005, + "Ġpent": 16834, + "Ġpentru": 31718, + "Ġpeople": 561, + "Ġpeoples": 16915, + "Ġpepp": 39759, + "Ġpepper": 8532, + "Ġpeppers": 21345, + "Ġpept": 41781, + "Ġpequ": 26758, + "Ġpeque": 19132, + "Ġpequeña": 47177, + "Ġpequeño": 38181, + "Ġper": 680, + "Ġperce": 9016, + "Ġperceber": 49376, + "Ġperceive": 20281, + "Ġperceived": 19049, + "Ġpercent": 3043, + "Ġpercentage": 9668, + "Ġpercentages": 42270, + "Ġpercept": 43276, + "Ġperception": 12860, + "Ġperceptions": 35258, + "Ġperch": 29240, + "Ġperché": 14303, + "Ġpercussion": 44430, + "Ġperd": 12611, + "Ġperde": 44182, + "Ġperder": 26971, + "Ġperdre": 46254, + "Ġperdu": 44759, + "Ġperf": 13826, + "Ġperfect": 2176, + "Ġperfection": 19708, + "Ġperfectly": 6239, + "Ġperfekt": 49134, + "Ġperform": 2042, + "Ġperformance": 3389, + "Ġperformances": 16087, + "Ġperformed": 10332, + "Ġperformer": 30248, + "Ġperformers": 30768, + "Ġperforming": 10205, + "Ġperforms": 26213, + "Ġperfume": 28464, + "Ġpergi": 46857, + "Ġpergunt": 31060, + "Ġpergunta": 34908, + "Ġperhaps": 4317, + "Ġperil": 46118, + "Ġperimeter": 32404, + "Ġperiod": 2896, + "Ġperiodic": 27790, + "Ġperiodically": 38916, + "Ġperiods": 13804, + "Ġperipher": 26807, + "Ġperipheral": 40235, + "Ġperish": 41586, + "Ġperk": 38839, + "Ġperks": 36991, + "Ġperlu": 39779, + "Ġperm": 4784, + "Ġperman": 8105, + "Ġpermanent": 10996, + "Ġpermanently": 24042, + "Ġperme": 30287, + "Ġpermet": 20696, + "Ġpermett": 21540, + "Ġpermettre": 37350, + "Ġpermis": 44744, + "Ġpermission": 11226, + "Ġpermissions": 32723, + "Ġpermit": 13423, + "Ġpermite": 31105, + "Ġpermitir": 46865, + "Ġpermits": 30990, + "Ġpermitted": 28658, + "Ġpernah": 41136, + "Ġpero": 4768, + "Ġperpend": 26095, + "Ġperpendicular": 26734, + "Ġperpet": 16211, + "Ġperpetual": 48216, + "Ġperquè": 16839, + "Ġpers": 868, + "Ġperse": 20607, + "Ġpersec": 23783, + "Ġpersecuted": 49903, + "Ġpersecution": 36878, + "Ġpersever": 29917, + "Ġperseverance": 39674, + "Ġpersist": 13233, + "Ġpersistence": 37617, + "Ġpersistent": 24315, + "Ġperson": 954, + "Ġpersona": 12184, + "Ġpersonagem": 49502, + "Ġpersonaje": 41746, + "Ġpersonajes": 43960, + "Ġpersonal": 2973, + "Ġpersonalities": 25308, + "Ġpersonality": 9033, + "Ġpersonalized": 28415, + "Ġpersonally": 5665, + "Ġpersonas": 12019, + "Ġpersone": 29944, + "Ġpersones": 46232, + "Ġpersonn": 30194, + "Ġpersonnage": 43952, + "Ġpersonne": 17219, + "Ġpersonnel": 14988, + "Ġpersonnes": 16246, + "Ġpersons": 14453, + "Ġperspect": 4096, + "Ġperspective": 4585, + "Ġperspectives": 16766, + "Ġpersu": 16336, + "Ġpersuade": 31781, + "Ġpersuaded": 47693, + "Ġpersön": 31228, + "Ġpersönlich": 42699, + "Ġpert": 13269, + "Ġpertaining": 49582, + "Ġpertama": 49109, + "Ġperto": 42855, + "Ġperturb": 40468, + "Ġperò": 12673, + "ĠperÃŃ": 38933, + "ĠperÃŃodo": 44699, + "Ġpes": 9262, + "Ġpesar": 41951, + "Ġpeso": 28149, + "Ġpesos": 33204, + "Ġpess": 35895, + "Ġpessim": 37399, + "Ġpesso": 6818, + "Ġpessoa": 16366, + "Ġpessoal": 24811, + "Ġpessoas": 10021, + "Ġpest": 31068, + "Ġpestic": 28904, + "Ġpesticides": 39015, + "Ġpests": 47645, + "Ġpet": 3817, + "Ġpetals": 31530, + "Ġpetit": 9686, + "Ġpetite": 18319, + "Ġpetites": 34063, + "Ġpetition": 22661, + "Ġpetits": 26487, + "Ġpetrol": 32377, + "Ġpetroleum": 47641, + "Ġpets": 19897, + "Ġpetty": 39334, + "Ġpeu": 5604, + "Ġpeuple": 49186, + "Ġpeur": 30071, + "Ġpeut": 5977, + "Ġpeuvent": 24335, + "Ġpeux": 14844, + "Ġpew": 25889, + "Ġpewn": 47160, + "Ġpewno": 33002, + "ĠpeÅĤ": 43205, + "Ġph": 903, + "Ġpharm": 13105, + "Ġpharmac": 31818, + "Ġpharmaceutical": 27130, + "Ġpharmacy": 30639, + "Ġphase": 5574, + "Ġphases": 18764, + "Ġphen": 7279, + "Ġphenomen": 9388, + "Ġphenomena": 22004, + "Ġphenomenal": 17778, + "Ġphenomenon": 14029, + "Ġphi": 13107, + "Ġphilan": 28797, + "Ġphilanthrop": 28941, + "Ġphilanthropy": 47180, + "Ġphilos": 7012, + "Ġphilosop": 9237, + "Ġphilosoph": 14529, + "Ġphilosopher": 29805, + "Ġphilosophers": 36839, + "Ġphilosophical": 25066, + "Ġphilosophy": 10675, + "Ġphon": 30754, + "Ġphone": 2593, + "Ġphones": 10216, + "Ġphosph": 19775, + "Ġphosphate": 46542, + "Ġphosphorus": 46741, + "Ġphot": 2409, + "Ġphoto": 5052, + "Ġphotograph": 8348, + "Ġphotographed": 45067, + "Ġphotographer": 19494, + "Ġphotographers": 33835, + "Ġphotographs": 17649, + "Ġphotography": 13865, + "Ġphoton": 37443, + "Ġphotons": 40209, + "Ġphotos": 5787, + "Ġphr": 7636, + "Ġphrase": 9535, + "Ġphrases": 20312, + "Ġphys": 2529, + "Ġphysi": 21265, + "Ġphysic": 27903, + "Ġphysical": 4001, + "Ġphysically": 9762, + "Ġphysician": 16456, + "Ġphysicians": 21966, + "Ġphysicist": 42466, + "Ġphysicists": 48716, + "Ġphysics": 10649, + "Ġphysiological": 41234, + "Ġphysiology": 43585, + "Ġphysique": 37058, + "Ġphải": 23394, + "Ġpi": 3895, + "Ġpiace": 50062, + "Ġpian": 32198, + "Ġpiano": 9211, + "Ġpic": 13363, + "Ġpick": 1888, + "Ġpicked": 6183, + "Ġpicking": 8867, + "Ġpickle": 31433, + "Ġpickled": 38076, + "Ġpickles": 38910, + "Ġpicks": 16137, + "Ġpickup": 25328, + "Ġpicky": 41099, + "Ġpicnic": 32137, + "Ġpics": 46690, + "Ġpict": 2317, + "Ġpicture": 3036, + "Ġpictured": 49896, + "Ġpictures": 5242, + "Ġpid": 44540, + "Ġpie": 1730, + "Ġpiece": 2522, + "Ġpieces": 3755, + "Ġpied": 24186, + "Ġpiel": 46065, + "Ġpien": 26274, + "Ġpier": 9766, + "Ġpiercing": 42972, + "Ġpierws": 27623, + "Ġpierwsze": 45994, + "Ġpierwszy": 34016, + "Ġpies": 29640, + "Ġpig": 8120, + "Ġpige": 26704, + "Ġpigeon": 37886, + "Ġpigeons": 48297, + "Ġpiggy": 39349, + "Ġpigment": 31325, + "Ġpigs": 24380, + "Ġpik": 49928, + "Ġpike": 36242, + "Ġpil": 6429, + "Ġpile": 14375, + "Ġpiles": 34861, + "Ġpilgr": 30760, + "Ġpilgrimage": 49954, + "Ġpill": 8100, + "Ġpillar": 27592, + "Ġpillars": 26729, + "Ġpillow": 18581, + "Ġpillows": 38630, + "Ġpills": 23871, + "Ġpilot": 9691, + "Ġpilots": 21506, + "Ġpim": 33917, + "Ġpin": 5447, + "Ġpinch": 14614, + "Ġpine": 15113, + "Ġpineapple": 25740, + "Ġping": 26151, + "Ġpink": 7022, + "Ġpinky": 42616, + "Ġpinned": 33802, + "Ġpinpoint": 40837, + "Ġpins": 16392, + "Ġpint": 23924, + "Ġpione": 19761, + "Ġpioneer": 37668, + "Ġpioneers": 47381, + "Ġpior": 45974, + "Ġpip": 8489, + "Ġpipe": 11240, + "Ġpipeline": 15517, + "Ġpipelines": 40168, + "Ġpipes": 21882, + "Ġpiping": 35204, + "Ġpir": 13528, + "Ġpirate": 27424, + "Ġpirates": 33859, + "Ġpis": 26584, + "Ġpiss": 15171, + "Ġpissed": 23795, + "Ġpist": 12273, + "Ġpista": 49516, + "Ġpistol": 25385, + "Ġpiston": 30002, + "Ġpit": 10147, + "Ġpitch": 7293, + "Ġpitched": 32994, + "Ġpitcher": 42147, + "Ġpitches": 43110, + "Ġpitching": 37499, + "Ġpits": 40312, + "Ġpity": 21103, + "Ġpivot": 14538, + "Ġpivotal": 39078, + "Ġpix": 11273, + "Ġpixel": 19261, + "Ġpixels": 18668, + "Ġpizz": 36075, + "Ġpizza": 8298, + "Ġpizzas": 44037, + "Ġpiù": 10589, + "ĠpiÄĻ": 32677, + "ĠpiÄĻk": 48085, + "ĠpiÅŁ": 47461, + "Ġpl": 499, + "Ġpla": 15256, + "Ġplac": 20831, + "Ġplace": 1081, + "Ġplacebo": 42779, + "Ġplaced": 7074, + "Ġplacement": 17257, + "Ġplaces": 3190, + "Ġplacing": 17221, + "Ġplag": 33756, + "Ġplague": 28185, + "Ġplain": 11121, + "Ġplains": 47362, + "Ġplaint": 39112, + "Ġplais": 29286, + "Ġplaisir": 32756, + "Ġplan": 1393, + "Ġplane": 5720, + "Ġplanes": 14952, + "Ġplanet": 5054, + "Ġplaneta": 34186, + "Ġplanetary": 35788, + "Ġplanets": 15126, + "Ġplank": 27861, + "Ġplanned": 8589, + "Ġplanner": 31268, + "Ġplanners": 49674, + "Ġplanning": 5038, + "Ġplano": 40259, + "Ġplans": 5482, + "Ġplant": 3709, + "Ġplantation": 45328, + "Ġplante": 36829, + "Ġplanted": 17395, + "Ġplanting": 20585, + "Ġplants": 5972, + "Ġplaque": 36542, + "Ġplasma": 22564, + "Ġplast": 35636, + "Ġplaster": 34467, + "Ġplastic": 5900, + "Ġplastics": 34356, + "Ġplat": 3403, + "Ġplata": 30780, + "Ġplataform": 36448, + "Ġplataforma": 46243, + "Ġplate": 5924, + "Ġplateau": 39885, + "Ġplates": 14231, + "Ġplatform": 3663, + "Ġplatforms": 9473, + "Ġplatinum": 37475, + "Ġplats": 48328, + "Ġplaus": 34946, + "Ġplausible": 39925, + "Ġplay": 862, + "Ġplayable": 37146, + "Ġplayback": 37223, + "Ġplayed": 3737, + "Ġplayer": 4256, + "Ġplayers": 4150, + "Ġplayful": 30730, + "Ġplayground": 24646, + "Ġplaying": 2433, + "Ġplaylist": 16788, + "Ġplayoffs": 41142, + "Ġplays": 5749, + "Ġplaythrough": 48752, + "Ġple": 3362, + "Ġplea": 42152, + "Ġplead": 48642, + "Ġpleas": 35122, + "Ġpleasant": 16232, + "Ġplease": 1767, + "Ġpleased": 10587, + "Ġpleasing": 32798, + "Ġpleasure": 6834, + "Ġpleasures": 48627, + "Ġpled": 34263, + "Ġpledge": 26819, + "Ġplein": 21088, + "Ġplenty": 7140, + "Ġpliers": 33982, + "Ġplot": 7542, + "Ġplots": 28609, + "Ġplotted": 43288, + "Ġplotting": 41178, + "Ġplu": 44373, + "Ġpluck": 41514, + "Ġplug": 5452, + "Ġplugged": 25679, + "Ġplugging": 42975, + "Ġplugin": 23407, + "Ġplugins": 33759, + "Ġplugs": 33899, + "Ġplum": 25854, + "Ġplumbing": 39993, + "Ġplung": 37663, + "Ġplup": 45312, + "Ġplupart": 45403, + "Ġplural": 25377, + "Ġplus": 1804, + "Ġplusieurs": 20208, + "Ġplut": 18419, + "Ġplutôt": 20856, + "Ġply": 35318, + "Ġplywood": 43633, + "Ġplötzlich": 49033, + "Ġpm": 23023, + "Ġpne": 26710, + "Ġpneum": 30039, + "Ġpneumonia": 43097, + "Ġpo": 714, + "Ġpobl": 30548, + "Ġpoblación": 42769, + "Ġpobre": 40819, + "Ġpocket": 8963, + "Ġpockets": 16491, + "Ġpoco": 10639, + "Ġpocz": 26423, + "ĠpoczÄħt": 34397, + "ĠpoczÄħtku": 43959, + "Ġpod": 2497, + "Ġpodcast": 7367, + "Ġpodcasts": 24045, + "Ġpode": 7468, + "Ġpodem": 20934, + "Ġpodemos": 12234, + "Ġpoder": 8152, + "Ġpoderia": 33674, + "Ġpodia": 46689, + "Ġpodium": 26827, + "Ġpodob": 43024, + "Ġpodr": 15305, + "ĠpodrÃŃa": 27246, + "Ġpods": 31925, + "Ġpodstaw": 43443, + "Ġpodéis": 45728, + "ĠpodÃŃa": 45588, + "Ġpoem": 13065, + "Ġpoems": 24014, + "Ġpoet": 20874, + "Ġpoetic": 41080, + "Ġpoetry": 15155, + "Ġpoets": 38364, + "Ġpog": 32037, + "Ġpoi": 19260, + "Ġpoint": 935, + "Ġpointed": 10932, + "Ġpointer": 23918, + "Ġpointers": 44548, + "Ġpointing": 12166, + "Ġpointless": 32824, + "Ġpoints": 2793, + "Ġpois": 31014, + "Ġpoison": 10836, + "Ġpoisoned": 36677, + "Ġpoisoning": 36778, + "Ġpoisonous": 37376, + "Ġpojaw": 30655, + "Ġpok": 13010, + "Ġpoke": 19712, + "Ġpokemon": 41161, + "Ġpoker": 36863, + "Ġpoking": 42684, + "Ġpol": 1180, + "Ġpolar": 12367, + "Ġpolarization": 37736, + "Ġpolarized": 48623, + "Ġpole": 13208, + "Ġpoles": 24760, + "Ġpolic": 6285, + "Ġpolice": 3804, + "Ġpoliceman": 42658, + "Ġpolicies": 7657, + "Ġpolicing": 28799, + "Ġpolicy": 3897, + "Ġpolicymakers": 47325, + "Ġpolish": 20452, + "Ġpolished": 29079, + "Ġpolishing": 47258, + "Ġpolit": 2453, + "Ġpolite": 25171, + "Ġpolitic": 48044, + "Ġpolitical": 3905, + "Ġpolitically": 21154, + "Ġpolitician": 26453, + "Ġpoliticians": 14756, + "Ġpolitics": 7341, + "Ġpolitique": 26115, + "Ġpolitiques": 46267, + "Ġpolity": 36066, + "Ġpoll": 6418, + "Ġpollen": 42482, + "Ġpolling": 29518, + "Ġpolls": 24264, + "Ġpollut": 43415, + "Ġpollution": 16727, + "Ġpolsk": 28757, + "Ġpoly": 6754, + "Ġpolygon": 48242, + "Ġpolymer": 20073, + "Ġpolynom": 22560, + "Ġpolynomial": 26110, + "ĠpolÃŃt": 14482, + "ĠpolÃŃtica": 25029, + "ĠpolÃŃticas": 45931, + "ĠpolÃŃtico": 48641, + "Ġpom": 12991, + "Ġpomoc": 48962, + "Ġpomp": 44275, + "Ġpon": 9224, + "Ġpond": 17384, + "Ġpone": 40192, + "Ġponer": 19149, + "Ġpong": 36164, + "Ġponieważ": 32426, + "Ġpont": 18770, + "Ġponto": 17936, + "Ġpontos": 30676, + "Ġpony": 27342, + "Ġponytail": 49138, + "Ġpoo": 36743, + "Ġpool": 7005, + "Ġpools": 28688, + "Ġpoop": 17153, + "Ġpoor": 4716, + "Ġpoorer": 49740, + "Ġpoorest": 44925, + "Ġpoorly": 22271, + "Ġpop": 1665, + "Ġpopcorn": 25334, + "Ġpope": 42248, + "Ġpopped": 21545, + "Ġpopping": 18374, + "Ġpops": 16795, + "Ġpopul": 24017, + "Ġpopula": 32166, + "Ġpopular": 3743, + "Ġpopularity": 19301, + "Ġpopulated": 32998, + "Ġpopulation": 4415, + "Ġpopulations": 12822, + "Ġpoquito": 28229, + "Ġpor": 1515, + "Ġporch": 35513, + "Ġpore": 41459, + "Ġpores": 30082, + "Ġpork": 10208, + "Ġporn": 19444, + "Ġpornography": 49936, + "Ġporque": 4021, + "Ġporridge": 38872, + "Ġport": 2436, + "Ġporta": 28598, + "Ġportable": 21800, + "Ġportal": 14982, + "Ġporte": 26658, + "Ġporter": 41628, + "Ġportfol": 11688, + "Ġportfolio": 12583, + "Ġportion": 8044, + "Ġportions": 25070, + "Ġportrait": 17126, + "Ġportraits": 31880, + "Ġportray": 15676, + "Ġportrayed": 29845, + "Ġports": 18160, + "Ġpos": 1366, + "Ġpose": 10774, + "Ġposed": 31399, + "Ġposer": 39355, + "Ġposes": 26059, + "Ġposible": 26644, + "Ġposición": 46595, + "Ġposing": 40378, + "Ġposit": 11218, + "Ġposition": 2535, + "Ġpositioned": 24889, + "Ġpositioning": 26381, + "Ġpositions": 8432, + "Ġpositiv": 40806, + "Ġpositive": 3353, + "Ġpositively": 25795, + "Ġpositives": 35127, + "Ġpositivity": 35198, + "Ġpositivo": 44710, + "Ġposição": 49842, + "Ġposs": 1402, + "Ġpossa": 41564, + "Ġpossess": 17490, + "Ġpossessed": 29608, + "Ġpossession": 20935, + "Ġpossessions": 40623, + "Ġpossiamo": 44758, + "Ġpossibil": 24145, + "Ġpossibile": 50184, + "Ġpossibilities": 12178, + "Ġpossibility": 7959, + "Ġpossible": 1944, + "Ġpossibly": 6264, + "Ġposso": 22501, + "Ġpossono": 43857, + "ĠpossÃŃvel": 29322, + "Ġpost": 2183, + "Ġpostal": 49645, + "Ġposted": 9437, + "Ġposter": 17171, + "Ġposterior": 33529, + "Ġposters": 28172, + "Ġposting": 15978, + "Ġpostp": 28973, + "Ġpostponed": 49023, + "Ġposts": 12300, + "Ġposture": 18502, + "Ġpot": 1847, + "Ġpotassium": 29547, + "Ġpotato": 7445, + "Ġpotatoes": 11811, + "Ġpotem": 36513, + "Ġpotencial": 48265, + "Ġpotent": 27073, + "Ġpotential": 3995, + "Ġpotentially": 7263, + "Ġpotion": 39113, + "Ġpotrze": 28577, + "Ġpotrzeb": 37595, + "Ġpots": 22022, + "Ġpottery": 45272, + "Ġpou": 5043, + "Ġpouch": 27781, + "Ġpouco": 13920, + "Ġpound": 12013, + "Ġpounding": 40034, + "Ġpounds": 8319, + "Ġpouquinho": 31114, + "Ġpour": 2016, + "Ġpoured": 23270, + "Ġpouring": 20450, + "Ġpourquoi": 19934, + "Ġpourra": 37753, + "Ġpourrait": 25590, + "Ġpourtant": 47856, + "Ġpous": 39140, + "Ġpouv": 29663, + "Ġpouvait": 45913, + "Ġpouvez": 18248, + "Ġpouvoir": 14874, + "Ġpoverty": 10958, + "Ġpovo": 46388, + "Ġpow": 3388, + "Ġpowder": 6341, + "Ġpowdered": 35615, + "Ġpower": 1347, + "Ġpowered": 17786, + "Ġpowerful": 4005, + "Ġpowerless": 47926, + "Ġpowers": 8674, + "Ġpowiedz": 27617, + "ĠpowiedziaÅĤ": 48539, + "ĠpowiedzieÄĩ": 27886, + "Ġpowin": 27310, + "Ġpoz": 21281, + "Ġpozi": 38503, + "Ġpozw": 40557, + "Ġpozy": 49358, + "Ġpr": 582, + "Ġpra": 3206, + "Ġprac": 22404, + "Ġpract": 1927, + "Ġpractical": 8496, + "Ġpractically": 15667, + "Ġpractice": 3124, + "Ġpracticed": 19268, + "Ġpractices": 7525, + "Ġpracticing": 11350, + "Ġpractise": 38208, + "Ġpractition": 18064, + "Ġpractitioner": 32125, + "Ġpractitioners": 25742, + "Ġpracy": 35591, + "Ġprag": 33394, + "Ġpragmatic": 46904, + "Ġpraise": 13286, + "Ġpraised": 31003, + "Ġpraising": 42941, + "Ġprakt": 33721, + "Ġprank": 19794, + "Ġprat": 28844, + "Ġprata": 45895, + "Ġpratic": 33852, + "Ġpraticamente": 45734, + "Ġpratique": 43740, + "Ġpraw": 22508, + "Ġprawd": 41175, + "Ġprawda": 43607, + "Ġprawn": 37047, + "Ġpray": 3690, + "Ġprayed": 22532, + "Ġprayer": 8767, + "Ġprayers": 16860, + "Ġpraying": 15611, + "Ġpre": 659, + "Ġpreach": 21552, + "Ġpreached": 40001, + "Ġpreacher": 42078, + "Ġpreaching": 25381, + "Ġprec": 4346, + "Ġpreca": 25651, + "Ġprecautions": 34684, + "Ġpreced": 16969, + "Ġprecedent": 37388, + "Ġprecio": 46916, + "Ġprecious": 12406, + "Ġprecip": 23354, + "Ġprecipitation": 37662, + "Ġprecis": 7974, + "Ġprecisa": 18861, + "Ġprecisamente": 44901, + "Ġprecise": 13600, + "Ġprecisely": 13402, + "Ġprecision": 18356, + "Ġpreciso": 30109, + "Ġprecon": 47473, + "Ġprecurs": 41736, + "Ġpred": 3852, + "Ġpredator": 35377, + "Ġpredators": 29194, + "Ġprede": 24874, + "Ġpredecessor": 34991, + "Ġpredic": 47336, + "Ġpredict": 6069, + "Ġpredictable": 27737, + "Ġpredicted": 19147, + "Ġpredicting": 32884, + "Ġprediction": 17630, + "Ġpredictions": 21264, + "Ġpredictive": 35521, + "Ġpredomin": 21456, + "Ġpredominantly": 29893, + "Ġpref": 18417, + "Ġprefer": 4382, + "Ġpreferably": 45916, + "Ġpreference": 17502, + "Ġpreferences": 21910, + "Ġpreferred": 16494, + "Ġprefers": 44334, + "Ġprefix": 46969, + "Ġpregn": 7681, + "Ġpregnancy": 16120, + "Ġpregnant": 10435, + "Ġpregunt": 19860, + "Ġpregunta": 24252, + "Ġpreguntas": 39722, + "Ġprehe": 35528, + "Ġprejud": 23121, + "Ġprejudice": 34260, + "Ġprelim": 26414, + "Ġpreliminary": 28817, + "Ġprem": 5624, + "Ġpremature": 34877, + "Ġpremi": 11222, + "Ġpremier": 12689, + "Ġpremiere": 28372, + "Ġpremiers": 45166, + "Ġpremise": 22045, + "Ġpremises": 34266, + "Ġpremium": 12049, + "Ġpremière": 17872, + "Ġpren": 43149, + "Ġprend": 9866, + "Ġprendre": 16566, + "Ġprends": 46750, + "Ġpreoc": 18250, + "Ġpreoccup": 44388, + "Ġpreocup": 23080, + "Ġprep": 2666, + "Ġprepar": 8231, + "Ġpreparation": 13081, + "Ġpreparations": 34122, + "Ġprepare": 5940, + "Ġprepared": 4927, + "Ġpreparedness": 48445, + "Ġprepares": 39418, + "Ġpreparing": 10075, + "Ġprere": 38333, + "Ġpres": 1183, + "Ġpreschool": 39809, + "Ġprescribe": 49292, + "Ġprescribed": 29099, + "Ġprescription": 22456, + "Ġpresence": 6814, + "Ġpresent": 1974, + "Ġpresentation": 5860, + "Ġpresentations": 18964, + "Ġpresente": 28709, + "Ġpresented": 8212, + "Ġpresenter": 35594, + "Ġpresenters": 36987, + "Ġpresenting": 15578, + "Ġpresents": 13533, + "Ġpreserv": 45905, + "Ġpreservation": 27257, + "Ġpreserve": 15665, + "Ġpreserved": 22242, + "Ġpreserving": 33173, + "Ġpreset": 32081, + "Ġpresets": 41865, + "Ġpresidency": 26702, + "Ġpresident": 3868, + "Ġpresidente": 23852, + "Ġpresidential": 16902, + "Ġpresidents": 27611, + "Ġpresque": 37843, + "Ġpress": 1886, + "Ġpressed": 17355, + "Ġpresses": 40892, + "Ġpressing": 12417, + "Ġpressure": 3321, + "Ġpressured": 45306, + "Ġpressures": 23573, + "Ġprest": 16305, + "Ġprestige": 42531, + "Ġprestigious": 33510, + "Ġpresum": 18028, + "Ġpresumably": 26742, + "Ġpresume": 43283, + "Ġpresup": 47640, + "Ġpret": 1162, + "Ġpretend": 11865, + "Ġpretended": 45056, + "Ġpretending": 22106, + "Ġprett": 45421, + "Ġprettier": 36825, + "Ġpretty": 1238, + "Ġprev": 12642, + "Ġprevail": 46059, + "Ġpreval": 22239, + "Ġprevalence": 42583, + "Ġprevalent": 30652, + "Ġprevent": 4871, + "Ġprevented": 27314, + "Ġpreventing": 19965, + "Ġprevention": 14630, + "Ġprevents": 22367, + "Ġpreview": 14281, + "Ġprevious": 3894, + "Ġpreviously": 8046, + "Ġprey": 21107, + "Ġpreço": 42295, + "Ġpri": 1790, + "Ġprice": 3218, + "Ġpriced": 30349, + "Ġprices": 7901, + "Ġpricing": 17621, + "Ġprick": 43986, + "Ġpride": 10936, + "Ġpriest": 15703, + "Ġpriests": 27192, + "Ġprim": 2886, + "Ġprima": 19507, + "Ġprimarily": 10029, + "Ġprimary": 6194, + "Ġprime": 5835, + "Ġprimeira": 21158, + "Ġprimeiro": 18314, + "Ġprimer": 12595, + "Ġprimera": 17382, + "Ġprimero": 21289, + "Ġprimitive": 28540, + "Ġprimo": 38671, + "Ġprin": 3024, + "Ġprince": 16467, + "Ġprinces": 41536, + "Ġprincess": 14742, + "Ġprinci": 3681, + "Ġprincip": 6959, + "Ġprincipal": 9716, + "Ġprincipalmente": 32258, + "Ġprincipals": 45333, + "Ġprincipe": 47656, + "Ġprincipio": 34308, + "Ġprinciple": 8665, + "Ġprinciples": 9156, + "Ġprint": 4482, + "Ġprinted": 13567, + "Ġprinter": 16671, + "Ġprinters": 40007, + "Ġprinting": 14699, + "Ġprints": 22305, + "Ġprior": 4059, + "Ġpriorit": 14846, + "Ġpriorities": 15503, + "Ġprioritize": 25164, + "Ġpriority": 9365, + "Ġpris": 16163, + "Ġprise": 49468, + "Ġprison": 6168, + "Ġprisoner": 28114, + "Ġprisoners": 20417, + "Ġprisons": 31396, + "Ġpriv": 2915, + "Ġprivacy": 11427, + "Ġprivat": 31856, + "Ġprivate": 4551, + "Ġprivately": 31919, + "Ġprivile": 8670, + "Ġprivilege": 12122, + "Ġprivileged": 25293, + "Ġprivileges": 32588, + "Ġprix": 31061, + "Ġprize": 12818, + "Ġprizes": 27350, + "Ġpro": 447, + "Ġproactive": 28028, + "Ġprob": 1239, + "Ġprobabil": 31959, + "Ġprobabilities": 33783, + "Ġprobability": 8482, + "Ġprobable": 21759, + "Ġprobably": 1391, + "Ġprobation": 41821, + "Ġprobe": 22715, + "Ġprobiot": 45710, + "Ġprobl": 15201, + "Ġproblem": 1154, + "Ġproblema": 12395, + "Ġproblemas": 20720, + "Ġproblematic": 19011, + "Ġproblems": 2740, + "Ġproblème": 21111, + "Ġproblèmes": 37317, + "Ġproc": 9510, + "Ġproced": 6682, + "Ġprocedural": 43951, + "Ġprocedure": 10747, + "Ġprocedures": 13846, + "Ġproceed": 8991, + "Ġproceeded": 39053, + "Ġproceeding": 41163, + "Ġproceedings": 37254, + "Ġproceeds": 32280, + "Ġprocent": 38826, + "Ġproces": 17565, + "Ġproceso": 29314, + "Ġprocess": 1399, + "Ġprocessed": 18846, + "Ġprocesses": 7555, + "Ġprocessing": 9007, + "Ġprocesso": 27939, + "Ġprocessor": 15321, + "Ġprocessors": 27751, + "Ġproch": 31847, + "Ġprochain": 39389, + "Ġprochaine": 35306, + "Ġproclaim": 34604, + "Ġproclaimed": 49091, + "Ġprocrast": 39306, + "Ġprocure": 26846, + "Ġprocurement": 35183, + "Ġprod": 15792, + "Ġprodu": 1082, + "Ġproducción": 48586, + "Ġproduce": 5258, + "Ġproduced": 7126, + "Ġproducer": 12314, + "Ġproducers": 16080, + "Ġproduces": 14725, + "Ġproducing": 10501, + "Ġproduct": 1674, + "Ġproduction": 4265, + "Ġproductions": 32612, + "Ġproductive": 13304, + "Ġproductivity": 15604, + "Ġproducto": 47583, + "Ġproductos": 46363, + "Ġproducts": 3383, + "Ġproduit": 35703, + "Ġproduits": 38866, + "Ġproduk": 33699, + "Ġprodukt": 42816, + "Ġproduto": 45823, + "Ġproduz": 28093, + "Ġprodução": 49147, + "Ġprof": 1740, + "Ġprofes": 22912, + "Ġprofesional": 42882, + "Ġprofess": 2668, + "Ġprofession": 7032, + "Ġprofessional": 4843, + "Ġprofessionally": 27941, + "Ġprofessionals": 11954, + "Ġprofessions": 38129, + "Ġprofessor": 8304, + "Ġprofessors": 15924, + "Ġprofile": 7964, + "Ġprofiles": 23693, + "Ġprofit": 7475, + "Ġprofitability": 46249, + "Ġprofitable": 21608, + "Ġprofits": 17982, + "Ġprofound": 14382, + "Ġprofoundly": 39954, + "Ġprofund": 40958, + "Ġprogram": 1461, + "Ġprograma": 21846, + "Ġprogramm": 37648, + "Ġprogramme": 14001, + "Ġprogrammed": 31092, + "Ġprogrammer": 32116, + "Ġprogrammers": 41504, + "Ġprogrammes": 31097, + "Ġprogramming": 9410, + "Ġprograms": 4268, + "Ġprogress": 4205, + "Ġprogressed": 36789, + "Ġprogresses": 41929, + "Ġprogressing": 36305, + "Ġprogression": 18733, + "Ġprogressive": 16131, + "Ġprogressively": 46667, + "Ġprohib": 16015, + "Ġprohibited": 32069, + "Ġproject": 1716, + "Ġprojected": 26231, + "Ġprojecting": 43001, + "Ġprojection": 22743, + "Ġprojections": 32371, + "Ġprojector": 39792, + "Ġprojects": 4455, + "Ġprojekt": 26261, + "Ġprojet": 17929, + "Ġprojeto": 40679, + "Ġprojets": 49830, + "Ġprol": 24398, + "Ġprolong": 27224, + "Ġprolonged": 41237, + "Ġprom": 2234, + "Ġpromet": 37786, + "Ġpromin": 39225, + "Ġprominent": 17034, + "Ġpromise": 6228, + "Ġpromised": 10768, + "Ġpromises": 16403, + "Ġpromising": 20257, + "Ġpromo": 26750, + "Ġpromot": 6609, + "Ġpromote": 9773, + "Ġpromoted": 21162, + "Ġpromotes": 36015, + "Ġpromoting": 16383, + "Ġpromotion": 15783, + "Ġpromotional": 41790, + "Ġpromotions": 42127, + "Ġprompt": 12391, + "Ġprompted": 31042, + "Ġpromptly": 48594, + "Ġprompts": 41095, + "Ġpron": 7569, + "Ġprone": 25806, + "Ġpronoun": 14144, + "Ġpronounce": 19567, + "Ġpronounced": 23155, + "Ġpronouns": 35883, + "Ġpronto": 26194, + "Ġpronunciation": 23338, + "Ġproof": 8177, + "Ġprop": 2365, + "Ġpropag": 12425, + "Ġpropaganda": 22968, + "Ġpropagate": 48256, + "Ġpropagation": 38377, + "Ġprope": 25577, + "Ġproper": 2296, + "Ġproperly": 6108, + "Ġproperties": 7221, + "Ġproperty": 4707, + "Ġproph": 17051, + "Ġprophe": 19944, + "Ġprophecy": 23945, + "Ġprophet": 18566, + "Ġprophetic": 46174, + "Ġprophets": 27297, + "Ġpropia": 40464, + "Ġpropio": 40098, + "Ġpropor": 41516, + "Ġproport": 17762, + "Ġproportion": 16068, + "Ġproportional": 24969, + "Ġproportions": 32482, + "Ġpropos": 7532, + "Ġproposal": 11494, + "Ġproposals": 20198, + "Ġpropose": 17421, + "Ġproposed": 10348, + "Ġproposing": 29939, + "Ġproposition": 24830, + "Ġpropre": 35221, + "Ġpropri": 40465, + "Ġpropriet": 27881, + "Ġproprietary": 38992, + "Ġproprio": 28203, + "Ġprops": 26173, + "Ġpropulsion": 49375, + "Ġpros": 6267, + "Ġprose": 12505, + "Ġprosec": 22382, + "Ġprosecut": 21015, + "Ġprosecution": 37106, + "Ġprosecutor": 32836, + "Ġprosecutors": 40030, + "Ġprospect": 15005, + "Ġprospective": 39377, + "Ġprospects": 32933, + "Ġprosper": 14381, + "Ġprosperity": 22434, + "Ġprosperous": 38928, + "Ġpross": 48794, + "Ġprost": 10293, + "Ġprostate": 36108, + "Ġprosth": 39976, + "Ġprostu": 19518, + "ĠproszÄĻ": 39677, + "Ġprot": 1742, + "Ġprotagon": 17232, + "Ġprotagonist": 24506, + "Ġprote": 5631, + "Ġprotect": 2371, + "Ġprotected": 10594, + "Ġprotecting": 12316, + "Ġprotection": 6334, + "Ġprotections": 29031, + "Ġprotective": 16314, + "Ġprotector": 34986, + "Ġprotects": 22583, + "Ġproteg": 49157, + "Ġprotein": 7944, + "Ġproteins": 15577, + "Ġprotest": 11281, + "Ġprotesters": 34509, + "Ġprotesting": 40171, + "Ġprotests": 20174, + "Ġproto": 47896, + "Ġprotocol": 10336, + "Ġprotocols": 20618, + "Ġproton": 31728, + "Ġprotons": 40270, + "Ġprototy": 46219, + "Ġprototype": 19475, + "Ġprototypes": 42197, + "Ġprotr": 45468, + "Ġproud": 4570, + "Ġproudly": 33522, + "Ġprov": 1439, + "Ġprova": 28959, + "Ġprove": 7081, + "Ġproved": 14617, + "Ġproven": 12785, + "Ġproverb": 49923, + "Ġproves": 25019, + "Ġprovide": 2893, + "Ġprovided": 5649, + "Ġprovider": 12398, + "Ġproviders": 11330, + "Ġprovides": 6417, + "Ġproviding": 6530, + "Ġprovin": 17629, + "Ġprovince": 16705, + "Ġprovinces": 32873, + "Ġprovincial": 33293, + "Ġproving": 27221, + "Ġprovision": 17225, + "Ġprovisions": 25034, + "Ġprovoc": 24568, + "Ġprovocative": 47663, + "Ġprovoke": 47015, + "Ġprow": 45553, + "Ġprowad": 36590, + "Ġproxim": 21932, + "Ġproximity": 27632, + "Ġproxy": 29690, + "Ġproyect": 23832, + "Ġproyecto": 32285, + "Ġprue": 32820, + "Ġprueba": 48241, + "Ġpry": 41902, + "Ġprz": 6541, + "Ġprze": 8325, + "Ġprzeci": 39622, + "Ġprzed": 18334, + "Ġprzede": 44786, + "ĠprzedsiÄĻbior": 43477, + "Ġprzedstaw": 45616, + "Ġprzek": 29785, + "Ġprzep": 30829, + "Ġprzest": 44264, + "Ġprzew": 39758, + "Ġprzez": 14064, + "Ġprzy": 6501, + "Ġprzygot": 35914, + "ĠprzykÅĤad": 23144, + "Ġprzyp": 41780, + "Ġprzypad": 33100, + "Ġprzypadku": 41955, + "Ġprzysz": 44018, + "Ġprá": 27300, + "Ġprès": 25350, + "Ġpré": 11127, + "Ġpréc": 23107, + "Ġprécis": 49436, + "Ġprécéd": 48653, + "Ġpréf": 31139, + "Ġprépar": 38286, + "Ġprés": 11761, + "Ġprésent": 26056, + "Ġprésident": 29654, + "Ġprêt": 44393, + "Ġpró": 8565, + "Ġpróp": 21431, + "Ġprópria": 39608, + "Ġpróprio": 36394, + "Ġpróxim": 12389, + "Ġpróxima": 24096, + "Ġpróximo": 21177, + "Ġps": 18815, + "Ġpse": 25505, + "Ġpseudo": 35899, + "Ġpsi": 20304, + "Ġpsic": 38609, + "Ġpsy": 31673, + "Ġpsych": 4681, + "Ġpsyche": 50223, + "Ġpsychedel": 47732, + "Ġpsychiat": 26347, + "Ġpsychiatric": 40123, + "Ġpsychiatrist": 41287, + "Ġpsychic": 35406, + "Ġpsycho": 33355, + "Ġpsychological": 14346, + "Ġpsychologically": 41387, + "Ġpsychologist": 29514, + "Ġpsychologists": 41562, + "Ġpsychology": 15105, + "Ġpsychopath": 47577, + "Ġpu": 2362, + "Ġpub": 1535, + "Ġpubl": 11227, + "Ġpubli": 49804, + "Ġpublic": 1908, + "Ġpublication": 19953, + "Ġpublications": 25618, + "Ġpublicity": 37264, + "Ġpublicly": 14843, + "Ġpublish": 11374, + "Ġpublished": 6572, + "Ġpublisher": 25088, + "Ġpublishers": 30421, + "Ġpublishing": 17832, + "Ġpuck": 47181, + "Ġpud": 14166, + "Ġpudding": 29149, + "Ġpue": 26990, + "Ġpueblo": 33764, + "Ġpued": 10947, + "Ġpueda": 31907, + "Ġpuedan": 41241, + "Ġpuede": 8919, + "Ġpueden": 14714, + "Ġpuedes": 19010, + "Ġpuedo": 21612, + "Ġpuerta": 48597, + "Ġpues": 11059, + "Ġpuesto": 35136, + "Ġpuff": 19613, + "Ġpug": 47900, + "Ġpuis": 9093, + "Ġpuisqu": 43459, + "Ġpuisque": 28090, + "Ġpuisse": 42363, + "Ġpul": 8331, + "Ġpull": 2235, + "Ġpulled": 7373, + "Ġpulley": 48399, + "Ġpulling": 8407, + "Ġpulls": 16982, + "Ġpulp": 37489, + "Ġpuls": 32295, + "Ġpulse": 17709, + "Ġpulses": 45279, + "Ġpum": 48842, + "Ġpump": 5889, + "Ġpumped": 27774, + "Ġpumping": 27131, + "Ġpumpkin": 17537, + "Ġpumpkins": 49053, + "Ġpumps": 27648, + "Ġpun": 4468, + "Ġpunch": 8135, + "Ġpunched": 37842, + "Ġpunches": 34103, + "Ġpunching": 34866, + "Ġpunct": 27006, + "Ġpunish": 9842, + "Ġpunished": 22365, + "Ġpunishing": 49824, + "Ġpunishment": 14133, + "Ġpunk": 25188, + "Ġpunkt": 39561, + "Ġpunt": 18212, + "Ġpunto": 14326, + "Ġpuntos": 34375, + "Ġpunya": 32781, + "Ġpup": 19784, + "Ġpupil": 44533, + "Ġpupils": 38404, + "Ġpupp": 17014, + "Ġpuppet": 32107, + "Ġpuppies": 33734, + "Ġpuppy": 18196, + "Ġpur": 1864, + "Ġpurch": 5270, + "Ġpurchase": 8110, + "Ġpurchased": 14734, + "Ġpurchases": 26762, + "Ġpurchasing": 20906, + "Ġpure": 6075, + "Ġpuree": 49407, + "Ġpurely": 17491, + "Ġpurity": 34382, + "Ġpurl": 48943, + "Ġpurp": 3527, + "Ġpurple": 9656, + "Ġpurpose": 4334, + "Ġpurposely": 41840, + "Ġpurposes": 9932, + "Ġpurs": 7088, + "Ġpurse": 28345, + "Ġpursue": 12392, + "Ġpursued": 34893, + "Ġpursuing": 20222, + "Ġpursuit": 23365, + "Ġpus": 31252, + "Ġpush": 2944, + "Ġpushed": 9152, + "Ġpushes": 21020, + "Ġpushing": 7380, + "Ġpussy": 40169, + "Ġput": 829, + "Ġputa": 46681, + "Ġputs": 8137, + "Ġputting": 3372, + "Ġpuzz": 18741, + "Ġpuzzle": 12805, + "Ġpuzzles": 24138, + "Ġpuò": 26526, + "Ġpy": 10664, + "Ġpyram": 20543, + "Ġpyramid": 25950, + "Ġpyt": 25878, + "Ġpytanie": 36610, + "Ġpython": 38797, + "Ġpá": 40639, + "Ġpágina": 36960, + "Ġpä": 32232, + "Ġpää": 32764, + "ĠpÃ¥": 4170, + "Ġpère": 37653, + "Ġpé": 29507, + "Ġpén": 49880, + "Ġpéri": 36321, + "Ġpériode": 44703, + "Ġpó": 28157, + "Ġpóźniej": 36968, + "ĠpóÅĤ": 47907, + "Ġpúblic": 15392, + "Ġpública": 38905, + "Ġpúblico": 26557, + "ĠpÅĤ": 28695, + "ĠpÅĻ": 31631, + "Ġq": 9505, + "Ġqu": 421, + "Ġqua": 24159, + "Ġquad": 10787, + "Ġquadrant": 46856, + "Ġquadratic": 37262, + "Ġquais": 44075, + "Ġqual": 4101, + "Ġqualc": 32101, + "Ġqualche": 38737, + "Ġqualcosa": 42400, + "Ġqualidade": 41501, + "Ġqualification": 37425, + "Ġqualifications": 33223, + "Ġqualified": 15904, + "Ġqualify": 20276, + "Ġqualifying": 41793, + "Ġqualitative": 31312, + "Ġqualities": 16477, + "Ġquality": 3125, + "Ġqualité": 42106, + "Ġqualquer": 20437, + "Ġquan": 19068, + "Ġquand": 6932, + "Ġquando": 7770, + "Ġquant": 4426, + "Ġquantidade": 39639, + "Ġquantify": 40421, + "Ġquantitative": 27778, + "Ġquantities": 22927, + "Ġquantity": 11275, + "Ġquanto": 17820, + "Ġquantum": 13018, + "Ġquar": 4723, + "Ġquarant": 41240, + "Ġquarantine": 18138, + "Ġquart": 20837, + "Ġquarter": 6555, + "Ġquarterback": 31952, + "Ġquarterly": 38633, + "Ġquarters": 20612, + "Ġquarto": 50109, + "Ġquartz": 48280, + "Ġquas": 49625, + "Ġquase": 28875, + "Ġquasi": 20954, + "Ġquatre": 31334, + "Ġquatro": 30583, + "Ġque": 631, + "Ġqued": 13617, + "Ġqueda": 23314, + "Ġquedar": 39244, + "Ġqueen": 12206, + "Ġqueens": 42017, + "Ġqueer": 20323, + "Ġquel": 7178, + "Ġquella": 32234, + "Ġquelle": 29237, + "Ġquello": 22813, + "Ġquelqu": 25283, + "Ġquelque": 14448, + "Ġquelques": 16597, + "Ġquem": 13026, + "Ġquer": 7083, + "Ġqueremos": 26813, + "Ġquerer": 39318, + "Ġqueria": 27955, + "Ġqueries": 24109, + "Ġquero": 18738, + "Ġquery": 14581, + "ĠquerÃŃa": 37869, + "Ġquest": 866, + "Ġquesta": 16540, + "Ġqueste": 35455, + "Ġquesti": 29729, + "Ġquestion": 1168, + "Ġquestionable": 37158, + "Ġquestioned": 28146, + "Ġquestioning": 21257, + "Ġquestionnaire": 44702, + "Ġquestions": 1651, + "Ġquesto": 10263, + "Ġquests": 34247, + "Ġquestão": 28477, + "Ġqueue": 18639, + "Ġqui": 1956, + "Ġquick": 1702, + "Ġquicker": 16255, + "Ġquickest": 49403, + "Ġquickly": 2661, + "Ġquien": 20108, + "Ġquienes": 43091, + "Ġquier": 23572, + "Ġquiere": 23877, + "Ġquieren": 36706, + "Ġquieres": 29839, + "Ġquiero": 16811, + "Ġquiet": 5677, + "Ġquieter": 43339, + "Ġquietly": 19141, + "Ġquil": 31619, + "Ġquilt": 27566, + "Ġquin": 42215, + "Ġquindi": 15727, + "Ġquint": 40006, + "Ġquir": 35645, + "Ġquirky": 49515, + "Ġquis": 37945, + "Ġquiser": 28753, + "Ġquit": 10366, + "Ġquite": 1596, + "Ġquitting": 42789, + "Ġquiz": 15450, + "Ġquizz": 43425, + "Ġquizzes": 48955, + "Ġquién": 35327, + "Ġquo": 28425, + "Ġquoi": 11714, + "Ġquot": 9641, + "Ġquota": 45171, + "Ġquotation": 47312, + "Ġquote": 6513, + "Ġquoted": 30047, + "Ġquotes": 19963, + "Ġquotid": 44017, + "Ġquoting": 41552, + "Ġquy": 44088, + "Ġquá": 38338, + "Ġquè": 17802, + "Ġqué": 8057, + "Ġquê": 28605, + "Ġr": 367, + "Ġra": 3342, + "Ġrab": 14085, + "Ġrabb": 28179, + "Ġrabbit": 19509, + "Ġrabbits": 38752, + "Ġrac": 4129, + "Ġrace": 4569, + "Ġraces": 15484, + "Ġracial": 12131, + "Ġracing": 12553, + "Ġracism": 12664, + "Ġracist": 16419, + "Ġrack": 14788, + "Ġracket": 41130, + "Ġracks": 47063, + "Ġrad": 2843, + "Ġradar": 16544, + "Ġradi": 16335, + "Ġradial": 38783, + "Ġradiant": 49430, + "Ġradiation": 12420, + "Ġradiator": 41345, + "Ġradical": 12001, + "Ġradically": 35508, + "Ġradio": 6477, + "Ġradioactive": 35844, + "Ġradish": 31136, + "Ġradius": 15845, + "Ġraft": 43863, + "Ġrag": 17539, + "Ġrage": 20133, + "Ġraging": 44173, + "Ġrah": 23490, + "Ġrahat": 43066, + "Ġraid": 26936, + "Ġraids": 45740, + "Ġrail": 8765, + "Ġrailroad": 30073, + "Ġrails": 27649, + "Ġrailway": 25812, + "Ġrain": 4830, + "Ġrainbow": 18526, + "Ġrained": 47533, + "Ġrainfall": 29382, + "Ġrainforest": 48531, + "Ġraining": 18441, + "Ġrains": 27805, + "Ġrainy": 27181, + "Ġrais": 4000, + "Ġraise": 5300, + "Ġraised": 6005, + "Ġraises": 19658, + "Ġraising": 11225, + "Ġraison": 28402, + "Ġraj": 36007, + "Ġrak": 35544, + "Ġrall": 31552, + "Ġrallies": 48169, + "Ġrally": 17584, + "Ġram": 10211, + "Ġramen": 20948, + "Ġramp": 12428, + "Ġran": 5872, + "Ġranch": 22883, + "Ġrandom": 4974, + "Ġrandomized": 38513, + "Ġrandomly": 16979, + "Ġrang": 32434, + "Ġrange": 3613, + "Ġranged": 45570, + "Ġranges": 22526, + "Ġranging": 25532, + "Ġrank": 6181, + "Ġranked": 20197, + "Ġranking": 17833, + "Ġrankings": 36550, + "Ġranks": 21406, + "Ġrans": 33481, + "Ġransom": 38279, + "Ġrant": 45332, + "Ġrap": 5099, + "Ġrape": 22846, + "Ġraped": 37506, + "Ġrapid": 7558, + "Ġrapidement": 37757, + "Ġrapidly": 12910, + "Ġrapp": 8125, + "Ġrappelle": 43736, + "Ġrapper": 26457, + "Ġrappers": 45025, + "Ġrapping": 44333, + "Ġrapport": 18018, + "Ġrapt": 40142, + "Ġrare": 5892, + "Ġrarely": 13752, + "Ġras": 26815, + "Ġrasa": 41493, + "Ġrash": 40357, + "Ġrasp": 49399, + "Ġraspberry": 41468, + "Ġrat": 5937, + "Ġratchet": 45885, + "Ġrate": 3314, + "Ġrated": 22103, + "Ġrates": 6846, + "Ġrather": 2831, + "Ġrating": 10990, + "Ġratings": 24603, + "Ġratio": 8509, + "Ġration": 24258, + "Ġrational": 15090, + "Ġrationale": 41989, + "Ġratios": 32435, + "Ġrats": 25691, + "Ġratt": 27081, + "Ġrattling": 48822, + "Ġraus": 17202, + "Ġrav": 32987, + "Ġraw": 8936, + "Ġray": 18592, + "Ġrays": 24417, + "Ġraz": 9639, + "Ġrazem": 40225, + "Ġrazor": 30478, + "Ġrazón": 38310, + "Ġre": 319, + "Ġreach": 2524, + "Ġreached": 6488, + "Ġreaches": 14235, + "Ġreaching": 9906, + "Ġreact": 4515, + "Ġreacted": 34037, + "Ġreacting": 25817, + "Ġreaction": 5480, + "Ġreactions": 12215, + "Ġreactive": 28897, + "Ġreactor": 20628, + "Ġreactors": 41649, + "Ġreacts": 33305, + "Ġread": 1401, + "Ġreadable": 49857, + "Ġreader": 15149, + "Ġreaders": 17147, + "Ġreadily": 26336, + "Ġreadiness": 34954, + "Ġreading": 3760, + "Ġreadings": 27319, + "Ġreads": 15700, + "Ġready": 1919, + "Ġreag": 26949, + "Ġreais": 34823, + "Ġreal": 957, + "Ġrealidad": 25635, + "Ġrealidade": 48292, + "Ġrealise": 18809, + "Ġrealised": 21337, + "Ġrealism": 38484, + "Ġrealistic": 12465, + "Ġrealistically": 40734, + "Ġrealities": 27785, + "Ġreality": 4103, + "Ġrealiz": 22828, + "Ġrealizar": 36461, + "Ġrealization": 25138, + "Ġrealize": 4325, + "Ġrealized": 5334, + "Ġrealizes": 29316, + "Ġrealizing": 16734, + "Ġreally": 534, + "Ġrealm": 15355, + "Ġrealmente": 14446, + "Ġrealms": 42824, + "Ġrealt": 41133, + "ĠrealtÃł": 47512, + "Ġreap": 39178, + "Ġreapp": 35638, + "Ġrear": 8250, + "Ġrearr": 29875, + "Ġrearrange": 39568, + "Ġreason": 1778, + "Ġreasonable": 10585, + "Ġreasonably": 23551, + "Ġreasoning": 21577, + "Ġreasons": 4112, + "Ġreass": 19486, + "Ġreb": 12970, + "Ġrebel": 28293, + "Ġrebell": 22260, + "Ġrebellion": 29793, + "Ġrebels": 37919, + "Ġrebirth": 49445, + "Ġrebo": 26802, + "Ġreboot": 33818, + "Ġreborn": 48899, + "Ġrebound": 31850, + "Ġrebuild": 16877, + "Ġrebuilding": 36717, + "Ġrebuilt": 38532, + "Ġrec": 850, + "Ġreca": 43086, + "Ġrecall": 9901, + "Ġrecalled": 39301, + "Ġrecap": 20928, + "Ġrece": 2268, + "Ġreceber": 42748, + "Ġreceipt": 33882, + "Ġreceive": 4774, + "Ġreceived": 4613, + "Ġreceiver": 20086, + "Ġreceivers": 49196, + "Ġreceives": 20717, + "Ġreceiving": 10040, + "Ġrecent": 5162, + "Ġrecently": 3938, + "Ġrecept": 15263, + "Ġreception": 21682, + "Ġreceptive": 45838, + "Ġreceptor": 32264, + "Ġreceptors": 34102, + "Ġrecess": 16417, + "Ġrecession": 24828, + "Ġrecharge": 31366, + "Ġrecher": 27788, + "Ġrecherche": 38501, + "Ġrecht": 24261, + "Ġrechts": 34305, + "Ġreci": 4214, + "Ġrecib": 46387, + "Ġrecibir": 49703, + "Ġrecip": 17325, + "Ġrecipe": 6782, + "Ġrecipes": 13035, + "Ġrecipient": 26216, + "Ġrecipients": 32440, + "Ġrecipro": 28961, + "Ġreciprocal": 46948, + "Ġrecite": 39434, + "Ġreck": 16374, + "Ġreckless": 38884, + "Ġreckon": 29548, + "Ġreclaim": 40074, + "Ġreco": 7759, + "Ġrecogn": 3068, + "Ġrecognise": 23991, + "Ġrecognised": 36802, + "Ġrecognition": 11150, + "Ġrecognizable": 40757, + "Ġrecognize": 5521, + "Ġrecognized": 9823, + "Ġrecognizes": 26564, + "Ġrecognizing": 18538, + "Ġrecoil": 42053, + "Ġrecoll": 39495, + "Ġrecom": 23334, + "Ġrecomend": 40292, + "Ġrecomm": 2616, + "Ġrecommend": 2748, + "Ġrecommendation": 11879, + "Ġrecommendations": 10434, + "Ġrecommended": 9628, + "Ġrecommending": 30559, + "Ġrecommends": 34556, + "Ġrecomp": 48000, + "Ġrecon": 9993, + "Ġreconcile": 41059, + "Ġreconciliation": 31281, + "Ġreconna": 31073, + "Ġreconnect": 30095, + "Ġreconoc": 43838, + "Ġreconsider": 40497, + "Ġreconst": 16891, + "Ġreconstruct": 31499, + "Ġreconstruction": 31565, + "Ġrecord": 2136, + "Ġrecorded": 8287, + "Ġrecorder": 37744, + "Ġrecording": 6613, + "Ġrecordings": 25162, + "Ġrecords": 7724, + "Ġrecount": 43997, + "Ġrecover": 8114, + "Ġrecovered": 19542, + "Ġrecovering": 29180, + "Ġrecovery": 8597, + "Ġrecre": 14261, + "Ġrecreate": 25833, + "Ġrecreation": 31573, + "Ġrecreational": 37554, + "Ġrecru": 9372, + "Ġrecruit": 15119, + "Ġrecruited": 33004, + "Ġrecruiting": 25987, + "Ġrecruitment": 28240, + "Ġrect": 11048, + "Ġrectang": 24077, + "Ġrectangle": 21930, + "Ġrectangular": 31167, + "Ġrecuer": 39092, + "Ġrecuper": 25692, + "Ġrecur": 18680, + "Ġrecurring": 32279, + "Ġrecurs": 20560, + "Ġrecursos": 30409, + "Ġrecy": 12036, + "Ġrecycle": 32162, + "Ġrecycled": 30674, + "Ġrecycling": 23363, + "Ġred": 2182, + "Ġrede": 14328, + "Ġredeem": 37715, + "Ġredef": 38818, + "Ġredemption": 35644, + "Ġreden": 26447, + "Ġredes": 16762, + "Ġredesign": 39853, + "Ġredirect": 29066, + "Ġredist": 36198, + "Ġredo": 29956, + "Ġredu": 2783, + "Ġreduce": 5407, + "Ġreduced": 9212, + "Ġreduces": 18081, + "Ġreducing": 12245, + "Ġreduction": 11004, + "Ġreductions": 40296, + "Ġredund": 27830, + "Ġredundant": 40997, + "Ġreduz": 40674, + "Ġree": 43060, + "Ġreef": 25345, + "Ġreefs": 50054, + "Ġreel": 34973, + "Ġref": 1895, + "Ġrefer": 2864, + "Ġrefere": 33048, + "Ġreferee": 43096, + "Ġreference": 6408, + "Ġreferenced": 32734, + "Ġreferences": 15400, + "Ġreferencing": 40582, + "Ġreferendum": 31957, + "Ġreferral": 33494, + "Ġreferrals": 47444, + "Ġreferred": 10839, + "Ġreferring": 13761, + "Ġrefers": 14942, + "Ġrefill": 42533, + "Ġrefin": 44395, + "Ġrefine": 33906, + "Ġrefined": 26201, + "Ġrefle": 36549, + "Ġreflect": 5031, + "Ġreflected": 15502, + "Ġreflecting": 23543, + "Ġreflection": 12914, + "Ġreflections": 30679, + "Ġreflective": 28931, + "Ġreflects": 18926, + "Ġreflex": 23802, + "Ġreform": 8290, + "Ġreforms": 24897, + "Ġrefr": 13334, + "Ġrefract": 45353, + "Ġrefrain": 46177, + "Ġrefres": 17368, + "Ġrefresh": 15134, + "Ġrefreshed": 46330, + "Ġrefreshing": 19772, + "Ġrefriger": 14162, + "Ġrefrigerator": 19655, + "Ġrefuge": 10991, + "Ġrefugee": 25622, + "Ġrefugees": 18301, + "Ġrefund": 29384, + "Ġrefusal": 48948, + "Ġrefuse": 16791, + "Ġrefused": 14654, + "Ġrefuses": 33222, + "Ġrefusing": 37289, + "Ġreg": 1121, + "Ġregain": 35336, + "Ġregard": 3843, + "Ġregarde": 33357, + "Ġregarded": 26047, + "Ġregarder": 31468, + "Ġregardez": 49841, + "Ġregarding": 8595, + "Ġregardless": 10060, + "Ġregards": 14258, + "Ġregel": 40504, + "Ġregen": 33909, + "Ġregener": 26358, + "Ġregeneration": 43813, + "Ġregime": 13120, + "Ġregiment": 47888, + "Ġregimes": 45738, + "Ġregion": 4458, + "Ġregional": 10964, + "Ġregions": 10682, + "Ġregist": 11376, + "Ġregister": 7280, + "Ġregistered": 13968, + "Ġregistering": 47329, + "Ġregisters": 38351, + "Ġregistration": 16847, + "Ġregistry": 36468, + "Ġregião": 45697, + "Ġregión": 45163, + "Ġregres": 47108, + "Ġregression": 24590, + "Ġregret": 10879, + "Ġregrets": 31214, + "Ġregul": 9837, + "Ġregular": 3890, + "Ġregularly": 11672, + "Ġregulate": 24475, + "Ġregulated": 26243, + "Ġregulating": 46715, + "Ġregulation": 15062, + "Ġregulations": 12563, + "Ġregulator": 36250, + "Ġregulators": 37311, + "Ġregulatory": 18260, + "Ġreh": 22355, + "Ġrehab": 32414, + "Ġrehabil": 26043, + "Ġrehabilitation": 33700, + "Ġrehe": 14369, + "Ġrehears": 17052, + "Ġrehearsal": 24884, + "Ġreicht": 47000, + "Ġreign": 20350, + "Ġreim": 33433, + "Ġreimburse": 41685, + "Ġrein": 6561, + "Ġreincarn": 48343, + "Ġreindeer": 49992, + "Ġreinfor": 20520, + "Ġreinforce": 22634, + "Ġreinforced": 31365, + "Ġreinforcement": 29280, + "Ġreinforcing": 48262, + "Ġreins": 47200, + "Ġreinst": 35056, + "Ġreinvent": 33477, + "Ġreiter": 25211, + "Ġreiterate": 33528, + "Ġreject": 8248, + "Ġrejected": 15749, + "Ġrejecting": 45401, + "Ġrejection": 26044, + "Ġrejo": 22087, + "Ġrejoice": 42397, + "Ġrek": 33881, + "Ġrel": 1039, + "Ġrela": 5195, + "Ġrelacion": 27189, + "Ġrelación": 37247, + "Ġrelat": 22441, + "Ġrelatable": 42355, + "Ġrelate": 10961, + "Ġrelated": 4077, + "Ġrelates": 16155, + "Ġrelating": 23968, + "Ġrelation": 9721, + "Ġrelational": 38444, + "Ġrelations": 2299, + "Ġrelationship": 2480, + "Ġrelationships": 6159, + "Ġrelativ": 21960, + "Ġrelative": 4972, + "Ġrelatively": 7226, + "Ġrelatives": 18201, + "Ġrelativity": 45675, + "Ġrelax": 5789, + "Ġrelaxation": 30315, + "Ġrelaxed": 14628, + "Ġrelaxing": 20103, + "Ġrelay": 24214, + "Ġrelação": 28177, + "Ġrele": 2951, + "Ġrelease": 4374, + "Ġreleased": 4736, + "Ġreleases": 16952, + "Ġreleasing": 16327, + "Ġrelent": 34045, + "Ġrelentless": 46136, + "Ġrelev": 25916, + "Ġrelevance": 32684, + "Ġrelevant": 7340, + "Ġreli": 19653, + "Ġreliability": 24550, + "Ġreliable": 12924, + "Ġreliably": 49927, + "Ġrelie": 21680, + "Ġrelied": 35463, + "Ġrelief": 10915, + "Ġrelies": 30910, + "Ġrelieve": 30450, + "Ġrelieved": 27972, + "Ġrelig": 4039, + "Ġreligion": 7561, + "Ġreligions": 21212, + "Ġreligious": 7185, + "Ġreload": 25628, + "Ġreloc": 26981, + "Ġreluct": 25149, + "Ġreluctant": 33677, + "Ġrely": 10687, + "Ġrelying": 24140, + "Ġrem": 890, + "Ġrema": 28986, + "Ġremain": 6222, + "Ġremainder": 29837, + "Ġremained": 12780, + "Ġremaining": 8877, + "Ġremains": 7023, + "Ġremake": 28582, + "Ġremar": 34329, + "Ġremark": 7942, + "Ġremarkable": 12802, + "Ġremarkably": 37381, + "Ġremarks": 19151, + "Ġremed": 28718, + "Ġremedies": 47133, + "Ġremedy": 31648, + "Ġremem": 20648, + "Ġremember": 1604, + "Ġremembered": 13745, + "Ġremembering": 20719, + "Ġremembers": 26228, + "Ġremembrance": 48083, + "Ġremind": 4160, + "Ġreminded": 15920, + "Ġreminder": 13548, + "Ġreminders": 43458, + "Ġreminding": 27639, + "Ġreminds": 12025, + "Ġreminis": 33765, + "Ġreminiscent": 44304, + "Ġremix": 47788, + "Ġremnants": 44652, + "Ġremo": 4595, + "Ġremot": 19896, + "Ġremote": 8607, + "Ġremotely": 20824, + "Ġremovable": 44060, + "Ġremoval": 17933, + "Ġremove": 4159, + "Ġremoved": 7261, + "Ġremoves": 30445, + "Ġremoving": 12720, + "Ġrempl": 36576, + "Ġren": 8124, + "Ġrename": 36741, + "Ġrenamed": 40949, + "Ġrencont": 28038, + "Ġrend": 6125, + "Ġrender": 15529, + "Ġrendered": 28748, + "Ġrendering": 22407, + "Ġrendez": 40026, + "Ġrendre": 36256, + "Ġrenew": 10162, + "Ġrenewable": 20938, + "Ġrenewal": 35516, + "Ġrenewed": 30228, + "Ġrenov": 18845, + "Ġrenovation": 39973, + "Ġrenowned": 34065, + "Ġrent": 6214, + "Ġrental": 21468, + "Ġrented": 32381, + "Ġrenting": 40598, + "Ġreop": 28994, + "Ġreopen": 33861, + "Ġreopening": 39542, + "Ġreorgan": 41203, + "Ġrep": 1085, + "Ġrepair": 10535, + "Ġrepaired": 36551, + "Ġrepairing": 46158, + "Ġrepairs": 28823, + "Ġrepar": 33291, + "Ġrepay": 27522, + "Ġrepe": 4301, + "Ġrepeat": 7149, + "Ġrepeated": 10477, + "Ġrepeatedly": 18227, + "Ġrepeating": 18617, + "Ġrepeats": 35038, + "Ġrepent": 19994, + "Ġrepentance": 37593, + "Ġrepente": 42884, + "Ġreper": 28946, + "Ġrepertoire": 49604, + "Ġrepet": 13645, + "Ġrepetition": 30432, + "Ġrepetitive": 29404, + "Ġrepl": 3248, + "Ġreplace": 7406, + "Ġreplaced": 10772, + "Ġreplacement": 14419, + "Ġreplaces": 46734, + "Ġreplacing": 19139, + "Ġreplay": 23836, + "Ġreplen": 43532, + "Ġreplica": 35456, + "Ġreplicate": 25356, + "Ġreplicated": 46365, + "Ġreplication": 39911, + "Ġreplied": 20345, + "Ġreplies": 42289, + "Ġreply": 16972, + "Ġrepo": 49040, + "Ġreport": 2275, + "Ġreported": 7055, + "Ġreportedly": 23989, + "Ġreporter": 19152, + "Ġreporters": 26249, + "Ġreporting": 10031, + "Ġreports": 7122, + "Ġreposit": 22283, + "Ġrepository": 25841, + "Ġrepres": 2556, + "Ġrepresent": 2906, + "Ġrepresenta": 49823, + "Ġrepresentation": 10290, + "Ġrepresentations": 33358, + "Ġrepresentative": 12424, + "Ġrepresentatives": 18628, + "Ġrepresented": 10379, + "Ġrepresenting": 13460, + "Ġrepresents": 8855, + "Ġrepro": 35257, + "Ġreprodu": 11408, + "Ġreproduce": 29501, + "Ġreproduction": 33934, + "Ġreproductive": 33569, + "Ġreprés": 27961, + "Ġreprésent": 40509, + "Ġreps": 27007, + "Ġrept": 29143, + "Ġrepublic": 18535, + "Ġrepublican": 39286, + "Ġreputation": 13061, + "Ġrequ": 1724, + "Ġrequest": 5308, + "Ġrequested": 16436, + "Ġrequesting": 31937, + "Ġrequests": 12475, + "Ġrequire": 3651, + "Ġrequired": 4739, + "Ġrequirement": 11695, + "Ġrequirements": 7728, + "Ġrequires": 7029, + "Ġrequiring": 24165, + "Ġrequis": 49878, + "Ġrer": 43819, + "Ġrere": 46453, + "Ġres": 725, + "Ġresc": 9610, + "Ġrescue": 13283, + "Ġrescued": 31757, + "Ġrese": 2025, + "Ġresearch": 2132, + "Ġresearched": 37098, + "Ġresearcher": 21751, + "Ġresearchers": 10309, + "Ġresearching": 24176, + "Ġresemb": 20695, + "Ġresemble": 36870, + "Ġresembles": 34433, + "Ġresent": 28773, + "Ġresentment": 43131, + "Ġreserv": 16454, + "Ġreservation": 28922, + "Ġreservations": 40222, + "Ġreserve": 17824, + "Ġreserved": 24819, + "Ġreserves": 27483, + "Ġreservoir": 26316, + "Ġreset": 14322, + "Ġresid": 13141, + "Ġreside": 40134, + "Ġresidence": 19607, + "Ġresidency": 34014, + "Ġresident": 10832, + "Ġresidential": 17389, + "Ġresidents": 9630, + "Ġresides": 47157, + "Ġresidual": 27980, + "Ġresidue": 34799, + "Ġresign": 27471, + "Ġresignation": 49494, + "Ġresigned": 41180, + "Ġresil": 12227, + "Ġresilience": 19980, + "Ġresiliency": 48712, + "Ġresilient": 23699, + "Ġresin": 26365, + "Ġresist": 4597, + "Ġresistance": 7335, + "Ġresistant": 20383, + "Ġresisting": 43940, + "Ġresistor": 37672, + "Ġresize": 50069, + "Ġresol": 7923, + "Ġresolution": 8669, + "Ġresolutions": 32179, + "Ġresolve": 14151, + "Ġresolved": 20772, + "Ġresolver": 34480, + "Ġresolving": 49940, + "Ġreson": 12544, + "Ġresonance": 30944, + "Ġresonate": 34285, + "Ġresonated": 47957, + "Ġresonates": 41051, + "Ġresort": 19606, + "Ġresource": 7684, + "Ġresources": 3593, + "Ġresp": 1597, + "Ġrespe": 40792, + "Ġrespect": 3104, + "Ġrespectable": 44279, + "Ġrespected": 20020, + "Ġrespectful": 26205, + "Ġrespectfully": 45201, + "Ġrespecting": 41968, + "Ġrespective": 23649, + "Ġrespectively": 25009, + "Ġrespecto": 35694, + "Ġrespects": 24126, + "Ġrespir": 18412, + "Ġrespiratory": 27038, + "Ġrespond": 4196, + "Ġresponded": 15806, + "Ġrespondents": 48275, + "Ġresponder": 36416, + "Ġresponders": 37542, + "Ġresponding": 16670, + "Ġresponds": 27331, + "Ġrespons": 2914, + "Ġresponsabil": 29829, + "Ġresponse": 4134, + "Ġresponses": 13019, + "Ġresponsibilities": 16190, + "Ġresponsibility": 6357, + "Ġresponsible": 6250, + "Ġresponsive": 21826, + "Ġresposta": 42126, + "Ġrespuesta": 40585, + "Ġress": 24689, + "Ġrest": 1472, + "Ġrestart": 21022, + "Ġrestaur": 4793, + "Ġrestaurant": 6383, + "Ġrestaurants": 11486, + "Ġreste": 20694, + "Ġrested": 43090, + "Ġrester": 37197, + "Ġresting": 21221, + "Ġrestless": 45451, + "Ġresto": 28247, + "Ġrestor": 46594, + "Ġrestoration": 23722, + "Ġrestore": 15227, + "Ġrestored": 23143, + "Ġrestoring": 36349, + "Ġrestra": 25508, + "Ġrestraint": 49281, + "Ġrestrict": 7694, + "Ġrestricted": 20608, + "Ġrestriction": 29529, + "Ġrestrictions": 14191, + "Ġrestrictive": 43220, + "Ġrestroom": 41286, + "Ġrests": 39755, + "Ġresult": 1874, + "Ġresultado": 28047, + "Ġresultados": 36796, + "Ġresulted": 18753, + "Ġresulting": 16505, + "Ġresults": 3542, + "Ġresume": 15358, + "Ġresumes": 48068, + "Ġresur": 16042, + "Ġresurrect": 34338, + "Ġresurrected": 48825, + "Ġresurrection": 24150, + "Ġret": 1533, + "Ġretail": 10800, + "Ġretailer": 45467, + "Ġretailers": 33519, + "Ġretain": 18340, + "Ġretained": 33438, + "Ġretaining": 34936, + "Ġretali": 37924, + "Ġretard": 42073, + "Ġretention": 22871, + "Ġrethink": 34595, + "Ġretir": 34906, + "Ġretire": 10731, + "Ġretired": 16776, + "Ġretirement": 15189, + "Ġretiring": 45770, + "Ġretour": 28873, + "Ġretr": 23106, + "Ġretra": 49356, + "Ġretract": 41107, + "Ġretreat": 15505, + "Ġretrie": 19817, + "Ġretrieve": 30254, + "Ġretro": 18820, + "Ġretrospect": 34997, + "Ġretrou": 26311, + "Ġretrouve": 30909, + "Ġretrouver": 36511, + "Ġreturn": 2736, + "Ġreturned": 8752, + "Ġreturning": 12678, + "Ġreturns": 11247, + "Ġreun": 14480, + "Ġreunion": 34720, + "Ġreunited": 50036, + "Ġreus": 38860, + "Ġreusable": 41807, + "Ġreuse": 26225, + "Ġrev": 3698, + "Ġreve": 5174, + "Ġreveal": 10658, + "Ġrevealed": 9599, + "Ġrevealing": 23983, + "Ġreveals": 20893, + "Ġrevel": 15262, + "Ġrevelation": 23456, + "Ġreven": 6158, + "Ġrevenge": 16711, + "Ġrevenir": 44899, + "Ġrevenue": 9324, + "Ġrevenues": 27299, + "Ġrever": 18438, + "Ġreverb": 41829, + "Ġrevers": 14582, + "Ġreversal": 42778, + "Ġreverse": 9943, + "Ġreversed": 30563, + "Ġreversible": 44788, + "Ġreview": 3131, + "Ġreviewed": 18429, + "Ġreviewers": 45837, + "Ġreviewing": 19576, + "Ġreviews": 10229, + "Ġrevis": 20767, + "Ġrevise": 44252, + "Ġrevised": 35228, + "Ġrevision": 34218, + "Ġrevisit": 32676, + "Ġrevital": 42457, + "Ġrevival": 33207, + "Ġrevive": 36292, + "Ġrevived": 48358, + "Ġrevol": 16908, + "Ġrevolt": 42568, + "Ġrevolution": 8894, + "Ġrevolutionary": 22687, + "Ġrevolves": 47934, + "Ġrevving": 49739, + "Ġreward": 7782, + "Ġrewarded": 29105, + "Ġrewarding": 20063, + "Ġrewards": 17203, + "Ġrewind": 41458, + "Ġrework": 48376, + "Ġrewrite": 28132, + "Ġrez": 48060, + "Ġrh": 33418, + "Ġrhe": 50100, + "Ġrhet": 24182, + "Ġrhetoric": 29604, + "Ġrhin": 49030, + "Ġrho": 20293, + "Ġrhy": 8740, + "Ġrhyme": 34753, + "Ġrhymes": 47917, + "Ġrhythm": 11801, + "Ġrhythmic": 46967, + "Ġrhythms": 44892, + "Ġri": 19739, + "Ġrib": 9162, + "Ġribbon": 20921, + "Ġribs": 21400, + "Ġric": 21040, + "Ġrice": 5090, + "Ġrich": 4593, + "Ġricher": 29021, + "Ġriches": 35777, + "Ġrichest": 35098, + "Ġrichness": 44506, + "Ġricht": 22136, + "Ġrichtig": 13129, + "Ġrichtige": 41569, + "Ġrico": 41529, + "Ġrid": 3973, + "Ġride": 5077, + "Ġrider": 25419, + "Ġriders": 23303, + "Ġrides": 20773, + "Ġridge": 34651, + "Ġridic": 9276, + "Ġridiculous": 11083, + "Ġridiculously": 41358, + "Ġriding": 9546, + "Ġrien": 13355, + "Ġries": 23932, + "Ġrif": 13203, + "Ġriff": 36798, + "Ġrifle": 18008, + "Ġrifles": 34058, + "Ġrig": 8329, + "Ġright": 558, + "Ġrighteous": 16153, + "Ġrighteousness": 26407, + "Ġrightly": 32879, + "Ġrights": 4601, + "Ġrigid": 22195, + "Ġrigor": 42191, + "Ġrigorous": 29882, + "Ġrigt": 46159, + "Ġrij": 47237, + "Ġrikt": 38420, + "Ġrim": 15982, + "Ġring": 4875, + "Ġringing": 18423, + "Ġrings": 11136, + "Ġrinse": 27026, + "Ġriot": 32211, + "Ġriots": 43802, + "Ġrip": 12782, + "Ġripe": 31421, + "Ġripped": 22780, + "Ġripping": 38776, + "Ġripple": 40688, + "Ġris": 2253, + "Ġrise": 6272, + "Ġrisen": 28614, + "Ġrises": 21373, + "Ġrising": 11636, + "Ġrisk": 3148, + "Ġrisking": 45235, + "Ġrisks": 10888, + "Ġrisky": 21137, + "Ġrisque": 37574, + "Ġrit": 11289, + "Ġritual": 13792, + "Ġrituals": 29082, + "Ġriv": 28745, + "Ġrival": 16286, + "Ġrivalry": 42352, + "Ġrivals": 33303, + "Ġriver": 6810, + "Ġrivers": 18361, + "Ġro": 744, + "Ġroad": 3060, + "Ġroadmap": 35738, + "Ġroads": 11344, + "Ġroam": 40474, + "Ġroaming": 42680, + "Ġroar": 40347, + "Ġroaring": 36231, + "Ġroast": 12904, + "Ġroasted": 24766, + "Ġroasting": 45227, + "Ġrob": 3870, + "Ġrobbed": 35772, + "Ġrobbery": 37418, + "Ġrobe": 37213, + "Ġrobi": 47380, + "ĠrobiÄĩ": 46900, + "Ġrobot": 7881, + "Ġrobotic": 30468, + "Ġrobotics": 34145, + "Ġrobots": 14733, + "Ġrobust": 13956, + "Ġrock": 3727, + "Ġrocket": 13012, + "Ġrockets": 28361, + "Ġrocking": 30929, + "Ġrocks": 10989, + "Ġrocky": 33301, + "Ġrod": 8685, + "Ġrode": 21602, + "Ġrods": 32761, + "Ġrodz": 28607, + "Ġrogue": 39100, + "Ġrok": 35135, + "Ġroku": 19451, + "Ġrol": 34109, + "Ġrole": 3090, + "Ġroles": 9604, + "Ġroll": 3373, + "Ġrolled": 14306, + "Ġroller": 15948, + "Ġrollers": 46642, + "Ġrolling": 9439, + "Ġrolls": 15767, + "Ġrom": 7438, + "Ġroman": 41362, + "Ġromance": 19064, + "Ġromantic": 13590, + "Ġrond": 39353, + "Ġroof": 8418, + "Ġroofs": 48555, + "Ġrooft": 34460, + "Ġrooftop": 41027, + "Ġrook": 24692, + "Ġrookie": 36299, + "Ġroom": 1808, + "Ġroomm": 23929, + "Ġroommate": 31692, + "Ġroommates": 46886, + "Ġrooms": 9396, + "Ġroot": 5593, + "Ġrooted": 25277, + "Ġrooting": 41572, + "Ġroots": 10669, + "Ġrope": 13540, + "Ġropes": 32964, + "Ġros": 18953, + "Ġrose": 10895, + "Ġroses": 28620, + "Ġroster": 29892, + "Ġrot": 4297, + "Ġrotary": 45811, + "Ġrotate": 13121, + "Ġrotated": 42146, + "Ġrotates": 42133, + "Ġrotating": 19627, + "Ġrotation": 12447, + "Ġrotational": 45420, + "Ġrotations": 44796, + "Ġrotor": 26847, + "Ġrotten": 31977, + "Ġrou": 18450, + "Ġrouge": 40605, + "Ġrough": 5903, + "Ġroughly": 9810, + "Ġround": 3098, + "Ġrounded": 23382, + "Ġrounding": 48237, + "Ġrounds": 13757, + "Ġroup": 48485, + "Ġrout": 4020, + "Ġroute": 7955, + "Ġrouter": 22492, + "Ġroutes": 18242, + "Ġroutine": 9927, + "Ġroutinely": 40443, + "Ġroutines": 33827, + "Ġrouting": 32722, + "Ġrover": 45767, + "Ġrow": 5386, + "Ġrows": 13241, + "Ġroy": 36364, + "Ġroyal": 13351, + "Ġroyalty": 40929, + "Ġroz": 9544, + "Ġrozm": 35234, + "Ġrozp": 47576, + "Ġrozum": 48797, + "Ġrpm": 47071, + "Ġru": 5420, + "Ġrua": 49467, + "Ġrub": 5915, + "Ġrubber": 11593, + "Ġrubbing": 29770, + "Ġrubbish": 29978, + "Ġrud": 32109, + "Ġrude": 18895, + "Ġrue": 43919, + "Ġrug": 18329, + "Ġrugby": 43895, + "Ġrugged": 42662, + "Ġruh": 36614, + "Ġruim": 33871, + "Ġruin": 15514, + "Ġruined": 17013, + "Ġruining": 38938, + "Ġruins": 24747, + "Ġrul": 8551, + "Ġrule": 4978, + "Ġruled": 20077, + "Ġruler": 19661, + "Ġrulers": 35009, + "Ġrules": 4474, + "Ġruling": 21437, + "Ġrum": 8347, + "Ġrumah": 44988, + "Ġrumor": 29639, + "Ġrumors": 21201, + "Ġrun": 1190, + "Ġrund": 23096, + "Ġrunner": 24376, + "Ġrunners": 33892, + "Ġrunning": 2614, + "Ġruns": 6676, + "Ġrunt": 49435, + "Ġrunter": 33295, + "Ġruntime": 34474, + "Ġrunway": 26642, + "Ġrupees": 24638, + "Ġrural": 11165, + "Ġrus": 38684, + "Ġrush": 9300, + "Ġrushed": 24421, + "Ġrushing": 25876, + "Ġrust": 15259, + "Ġrusty": 45394, + "Ġrut": 41324, + "Ġruth": 38225, + "Ġruthless": 47096, + "Ġry": 20791, + "Ġrze": 16081, + "Ġrzecz": 36833, + "Ġrzeczy": 26297, + "ĠrzeczywiÅĽcie": 44922, + "Ġráp": 18213, + "Ġrápido": 24893, + "Ġrä": 39442, + "Ġrätt": 38494, + "Ġrèg": 43659, + "Ġré": 3960, + "Ġréal": 18911, + "Ġréalité": 35677, + "Ġrécup": 43113, + "Ġrédu": 46369, + "Ġréf": 30170, + "Ġréfl": 48438, + "Ġrég": 17563, + "Ġrégion": 42669, + "Ġrép": 14243, + "Ġrépond": 26027, + "Ġrépondre": 40139, + "Ġréponse": 40967, + "Ġrés": 14415, + "Ġrése": 34044, + "Ġrésult": 33671, + "Ġréuss": 28099, + "Ġréussi": 46171, + "Ġrév": 38357, + "Ġrê": 38240, + "Ġró": 11416, + "Ġrównież": 20532, + "Ġróż": 19637, + "Ġróżne": 47760, + "Ġróżnych": 42602, + "Ġrôle": 41681, + "ĠrÄĻ": 41197, + "Ġrất": 25147, + "Ġrằng": 45019, + "Ġrá»ĵi": 19908, + "Ġs": 262, + "Ġsa": 601, + "Ġsaat": 23369, + "Ġsab": 5560, + "Ġsabe": 12275, + "Ġsabem": 46128, + "Ġsabemos": 27200, + "Ġsaben": 36670, + "Ġsaber": 12489, + "Ġsabes": 37790, + "Ġsabia": 36388, + "Ġsabor": 48648, + "Ġsabot": 37167, + "Ġsac": 4899, + "Ġsacar": 43823, + "Ġsach": 42510, + "Ġsack": 33209, + "Ġsacr": 7480, + "Ġsacred": 15757, + "Ġsacrific": 14108, + "Ġsacrifice": 11521, + "Ġsacrificed": 32021, + "Ġsacrifices": 25094, + "Ġsacrificing": 42294, + "Ġsad": 4227, + "Ġsaddle": 30459, + "Ġsadece": 32945, + "Ġsadly": 22023, + "Ġsadness": 22462, + "Ġsaf": 3597, + "Ġsafe": 3273, + "Ġsafeg": 32358, + "Ġsafeguard": 40153, + "Ġsafely": 11750, + "Ġsafer": 15856, + "Ġsafest": 37558, + "Ġsafety": 4514, + "Ġsag": 15274, + "Ġsaga": 34250, + "Ġsage": 19721, + "Ġsagen": 8360, + "Ġsagt": 15764, + "Ġsagte": 36771, + "Ġsah": 19292, + "Ġsai": 32417, + "Ġsaid": 848, + "Ġsail": 15758, + "Ġsailed": 49339, + "Ġsailing": 27452, + "Ġsailors": 42036, + "Ġsaint": 28374, + "Ġsaints": 29546, + "Ġsair": 29157, + "Ġsais": 11757, + "Ġsait": 23146, + "Ġsaja": 32617, + "Ġsak": 23366, + "Ġsake": 9717, + "Ġsaker": 40416, + "Ġsal": 1845, + "Ġsala": 37596, + "Ġsalad": 12604, + "Ġsalads": 48025, + "Ġsalah": 41688, + "Ġsalaries": 35057, + "Ġsalary": 15360, + "Ġsale": 8680, + "Ġsales": 5763, + "Ġsalir": 31514, + "Ġsaliva": 43540, + "Ġsalmon": 18518, + "Ġsalon": 27768, + "Ġsalsa": 32428, + "Ġsalt": 5139, + "Ġsalted": 39783, + "Ġsalts": 50191, + "Ġsalty": 18443, + "Ġsalud": 23933, + "Ġsalut": 45184, + "Ġsalute": 33673, + "Ġsalv": 26858, + "Ġsalvar": 48873, + "Ġsalvation": 17456, + "Ġsam": 3247, + "Ġsama": 17768, + "Ġsamb": 47822, + "Ġsame": 912, + "Ġsamen": 39405, + "Ġsamh": 49864, + "Ġsamma": 43407, + "Ġsamo": 36422, + "Ġsamp": 34098, + "Ġsampai": 38569, + "Ġsample": 6889, + "Ġsamples": 10938, + "Ġsampling": 21179, + "Ġsamurai": 48144, + "Ġsan": 6645, + "Ġsana": 15490, + "Ġsanct": 21794, + "Ġsanction": 39830, + "Ġsanctions": 21342, + "Ġsanctuary": 34390, + "Ġsand": 4932, + "Ġsandbox": 42115, + "Ġsanding": 44338, + "Ġsandwich": 11141, + "Ġsandwiches": 29022, + "Ġsandy": 47122, + "Ġsane": 45610, + "Ġsang": 9980, + "Ġsangat": 31917, + "Ġsangre": 45878, + "Ġsanit": 24533, + "Ġsanitation": 50146, + "Ġsanitizer": 47080, + "Ġsanity": 47892, + "Ġsank": 43746, + "Ġsano": 46942, + "Ġsans": 12177, + "Ġsant": 23044, + "Ġsanté": 30068, + "Ġsao": 33108, + "Ġsap": 18985, + "Ġsapp": 46938, + "Ġsar": 13782, + "Ġsarc": 36836, + "Ġsare": 38706, + "ĠsarÃł": 41338, + "Ġsash": 43780, + "Ġsat": 3227, + "Ġsatell": 11997, + "Ġsatellite": 16016, + "Ġsatellites": 24960, + "Ġsatisf": 5519, + "Ġsatisfaction": 18715, + "Ġsatisfactory": 48614, + "Ġsatisfied": 11239, + "Ġsatisfies": 44271, + "Ġsatisfy": 19319, + "Ġsatisfying": 18348, + "Ġsatu": 27679, + "Ġsatur": 21160, + "Ġsaturated": 25408, + "Ġsaturation": 27090, + "Ġsau": 17828, + "Ġsauc": 49181, + "Ġsauce": 4880, + "Ġsauces": 41447, + "Ġsaud": 47863, + "Ġsauna": 46654, + "Ġsaus": 16534, + "Ġsausage": 20526, + "Ġsausages": 41157, + "Ġsaute": 41223, + "Ġsav": 11163, + "Ġsava": 44908, + "Ġsavage": 42512, + "Ġsave": 3155, + "Ġsaved": 6624, + "Ġsaves": 19155, + "Ġsavez": 30503, + "Ġsaving": 6816, + "Ġsavings": 13454, + "Ġsavior": 41327, + "Ġsavoir": 19345, + "Ġsavory": 33944, + "Ġsavvy": 47506, + "Ġsaw": 1866, + "Ġsax": 42119, + "Ġsay": 584, + "Ġsaya": 9160, + "Ġsayin": 44364, + "Ġsaying": 1566, + "Ġsays": 1619, + "Ġsaç": 48679, + "Ġsaúde": 39937, + "ĠsaÄŁ": 30318, + "Ġsc": 795, + "Ġsca": 4216, + "Ġscaff": 40889, + "Ġscaffold": 44094, + "Ġscal": 15664, + "Ġscalable": 38481, + "Ġscalar": 39684, + "Ġscale": 4373, + "Ġscaled": 36039, + "Ġscales": 17408, + "Ġscaling": 21589, + "Ġscall": 30509, + "Ġscalp": 31972, + "Ġscam": 26917, + "Ġscan": 11049, + "Ġscand": 40273, + "Ġscandal": 27922, + "Ġscanned": 45089, + "Ġscanner": 30211, + "Ġscanning": 27019, + "Ġscans": 35116, + "Ġscar": 10569, + "Ġscarce": 41340, + "Ġscarcity": 44181, + "Ġscare": 17185, + "Ġscared": 5338, + "Ġscares": 35721, + "Ġscarf": 29086, + "Ġscariest": 47755, + "Ġscars": 31353, + "Ġscary": 6958, + "Ġscatter": 34951, + "Ġscattered": 21986, + "Ġscattering": 42314, + "Ġscen": 4191, + "Ġscenario": 9005, + "Ġscenarios": 15077, + "Ġscene": 4145, + "Ġscenery": 25805, + "Ġscenes": 8026, + "Ġscent": 19040, + "Ġsch": 956, + "Ġschaffen": 30888, + "Ġschauen": 25672, + "Ġschaut": 46064, + "Ġsche": 25690, + "Ġsched": 5292, + "Ġschedul": 12000, + "Ġschedule": 7567, + "Ġscheduled": 15678, + "Ġschedules": 28078, + "Ġscheduling": 29055, + "Ġscheint": 47906, + "Ġschem": 22627, + "Ġschema": 34078, + "Ġschematic": 44739, + "Ġscheme": 12232, + "Ġschemes": 26954, + "Ġschizophren": 41532, + "Ġschizophrenia": 49022, + "Ġschle": 22664, + "Ġschlecht": 32427, + "Ġschlim": 37260, + "Ġschlimm": 48821, + "Ġschme": 46459, + "Ġschne": 28643, + "Ġschnell": 17589, + "Ġschneller": 43865, + "Ġschol": 6946, + "Ġscholar": 17912, + "Ġscholarly": 39589, + "Ġscholars": 8553, + "Ġscholarship": 16178, + "Ġscholarships": 28474, + "Ġschon": 4981, + "Ġschool": 1395, + "Ġschooling": 41677, + "Ġschools": 4656, + "Ġschreiben": 48546, + "Ġschw": 17932, + "Ġschwer": 23809, + "Ġschwier": 27546, + "Ġschwierig": 37845, + "Ġschö": 25032, + "Ġschön": 13527, + "Ġschöne": 41152, + "Ġsci": 2180, + "Ġscience": 3497, + "Ġsciences": 17677, + "Ġscient": 3989, + "Ġscientific": 8134, + "Ġscientifically": 39719, + "Ġscientist": 12662, + "Ġscientists": 7708, + "Ġscissors": 16066, + "Ġscold": 26437, + "Ġscolded": 49283, + "Ġscoop": 19555, + "Ġscoot": 21375, + "Ġscooter": 30441, + "Ġscope": 11923, + "Ġscor": 38629, + "Ġscore": 6175, + "Ġscored": 18139, + "Ġscores": 13444, + "Ġscoring": 22358, + "Ġscorp": 46092, + "Ġscout": 34392, + "Ġscr": 5918, + "Ġscra": 13943, + "Ġscrambled": 49127, + "Ġscrap": 23138, + "Ġscrape": 32827, + "Ġscraping": 43738, + "Ġscraps": 45204, + "Ġscratch": 8459, + "Ġscratched": 40513, + "Ġscratches": 33695, + "Ġscratching": 29699, + "Ġscream": 7291, + "Ġscreamed": 41069, + "Ġscreaming": 12636, + "Ġscreams": 22832, + "Ġscree": 38323, + "Ġscreen": 2568, + "Ġscreening": 17732, + "Ġscreens": 11171, + "Ġscreenshot": 27712, + "Ġscreenshots": 40661, + "Ġscrew": 5630, + "Ġscrewdriver": 27282, + "Ġscrewed": 20331, + "Ġscrews": 13050, + "Ġscri": 5545, + "Ġscrib": 39435, + "Ġscript": 5755, + "Ġscripts": 23294, + "Ġscripture": 24783, + "Ġscriptures": 29969, + "Ġscroll": 11369, + "Ġscrolling": 29053, + "Ġscrub": 24163, + "Ġscrut": 28949, + "Ġscrutiny": 38615, + "Ġsculpt": 12613, + "Ġsculpture": 22972, + "Ġsculptures": 37544, + "Ġscène": 42424, + "Ġse": 369, + "Ġsea": 4158, + "Ġseafood": 23206, + "Ġseal": 12185, + "Ġsealed": 21514, + "Ġsealing": 48678, + "Ġseals": 32031, + "Ġseam": 12337, + "Ġseamless": 28677, + "Ġseamlessly": 38083, + "Ġseams": 33547, + "Ġsean": 37670, + "Ġsearch": 3164, + "Ġsearched": 22961, + "Ġsearches": 26701, + "Ġsearching": 10808, + "Ġseas": 22535, + "Ġseason": 3196, + "Ġseasonal": 27421, + "Ġseasoned": 30111, + "Ġseasoning": 23421, + "Ġseasons": 15050, + "Ġseat": 6121, + "Ġseated": 20959, + "Ġseating": 32430, + "Ġseats": 11069, + "Ġseaweed": 29449, + "Ġseb": 48049, + "Ġsebagai": 48246, + "Ġsebel": 46122, + "Ġseben": 46031, + "Ġsec": 907, + "Ġsechs": 41945, + "Ġsecond": 1150, + "Ġsecondary": 11396, + "Ġsecondly": 26246, + "Ġsecondo": 41601, + "Ġseconds": 3949, + "Ġsecre": 34432, + "Ġsecret": 4054, + "Ġsecretary": 15691, + "Ġsecretly": 22611, + "Ġsecrets": 14093, + "Ġsect": 22610, + "Ġsection": 3541, + "Ġsections": 10863, + "Ġsector": 6977, + "Ġsectors": 18373, + "Ġsecular": 25734, + "Ġsecure": 7144, + "Ġsecured": 22905, + "Ġsecurely": 38348, + "Ġsecuring": 33640, + "Ġsecurities": 38597, + "Ġsecurity": 3825, + "Ġsed": 9643, + "Ġsedan": 29344, + "Ġsediment": 32362, + "Ġsee": 536, + "Ġseed": 8871, + "Ġseeds": 9203, + "Ġseeing": 2577, + "Ġseek": 8075, + "Ġseekers": 47915, + "Ġseeking": 11670, + "Ġseeks": 28840, + "Ġseem": 1643, + "Ġseemed": 6576, + "Ġseemingly": 18709, + "Ġseems": 2544, + "Ġseen": 1612, + "Ġsees": 8194, + "Ġseg": 3896, + "Ġsegment": 9469, + "Ġsegments": 19904, + "Ġsegreg": 37630, + "Ġsegregated": 47370, + "Ġsegregation": 34317, + "Ġsegu": 8878, + "Ġsegue": 33850, + "Ġseguinte": 32433, + "Ġseguir": 18584, + "Ġsegunda": 21978, + "Ġsegundo": 17954, + "Ġsegundos": 40108, + "Ġsegur": 22179, + "Ġsegurança": 49538, + "Ġseguridad": 35415, + "Ġseguro": 31424, + "Ġsegún": 36570, + "Ġsehe": 35995, + "Ġsehen": 11333, + "Ġsehr": 5499, + "Ġsei": 10842, + "Ġseid": 38041, + "Ġsein": 6195, + "Ġseine": 15925, + "Ġseinem": 29187, + "Ġseinen": 24427, + "Ġseiner": 23114, + "Ġseis": 28233, + "Ġseism": 40159, + "Ġseit": 16452, + "Ġseiz": 27610, + "Ġseize": 33413, + "Ġseized": 33912, + "Ġseizure": 42522, + "Ġseizures": 44215, + "Ġseja": 13459, + "Ġsek": 17215, + "Ġsekali": 45016, + "Ġsekarang": 29047, + "Ġsel": 5851, + "Ġselber": 23888, + "Ġselbst": 13053, + "Ġseldom": 47717, + "Ġsele": 23264, + "Ġselect": 3048, + "Ġselected": 8209, + "Ġselecting": 18182, + "Ġselection": 9450, + "Ġselections": 47829, + "Ġselective": 33930, + "Ġself": 2698, + "Ġselfie": 22147, + "Ġselfies": 34814, + "Ġselfish": 19074, + "Ġsell": 3607, + "Ġseller": 23600, + "Ġsellers": 31276, + "Ġselling": 6511, + "Ġsells": 20897, + "Ġselon": 37391, + "Ġselv": 33277, + "Ġselves": 41900, + "Ġsem": 4361, + "Ġsemaine": 28681, + "Ġsemaines": 40715, + "Ġsemana": 20205, + "Ġsemanas": 42507, + "Ġsemantic": 47982, + "Ġsemb": 20775, + "Ġsembla": 49277, + "Ġsemble": 38328, + "Ġsemester": 11894, + "Ġsemi": 12909, + "Ġsemic": 27515, + "Ġsemicondu": 36924, + "Ġsemiconductor": 45310, + "Ġsemin": 18288, + "Ġseminar": 29235, + "Ġseminars": 43112, + "Ġsempre": 9553, + "Ġsemua": 28195, + "Ġsen": 3151, + "Ġsenate": 33609, + "Ġsenator": 24664, + "Ġsenators": 32221, + "Ġsencill": 46749, + "Ġsend": 2845, + "Ġsending": 7750, + "Ġsendiri": 39536, + "Ġsendo": 22589, + "Ġsends": 14790, + "Ġsenhor": 46464, + "Ġseni": 21897, + "Ġsenin": 19402, + "Ġsenior": 7965, + "Ġseniors": 21069, + "Ġsens": 2923, + "Ġsensation": 20069, + "Ġsensational": 47507, + "Ġsensations": 36642, + "Ġsense": 2020, + "Ġsenses": 17057, + "Ġsensible": 25380, + "Ġsensing": 30654, + "Ġsensit": 17039, + "Ġsensitive": 9477, + "Ġsensitivity": 19392, + "Ġsensor": 10200, + "Ġsensors": 14840, + "Ġsensory": 27233, + "Ġsent": 2279, + "Ġsente": 47214, + "Ġsentence": 8174, + "Ġsentenced": 30954, + "Ġsentences": 16579, + "Ġsentido": 19850, + "Ġsentiment": 16149, + "Ġsentimental": 42823, + "Ġsentiments": 41146, + "Ġsentir": 23963, + "Ġsenza": 36208, + "Ġsepar": 3128, + "Ġseparate": 4994, + "Ġseparated": 12005, + "Ġseparately": 14759, + "Ġseparates": 34149, + "Ġseparating": 29279, + "Ġseparation": 14634, + "Ġseper": 24418, + "Ġseperti": 28693, + "Ġsept": 23891, + "Ġsequ": 5123, + "Ġsequel": 20622, + "Ġsequence": 8310, + "Ġsequences": 22978, + "Ġsequencing": 32693, + "Ġsequential": 42881, + "Ġser": 816, + "Ġsera": 15021, + "Ġserait": 23139, + "Ġseres": 44721, + "Ġserge": 46463, + "Ġseria": 20809, + "Ġserial": 17436, + "Ġserie": 23030, + "Ġseries": 2638, + "Ġserio": 49531, + "Ġserious": 3156, + "Ġseriously": 6638, + "Ġseriousness": 44880, + "Ġsermon": 34610, + "Ġseront": 39400, + "Ġserpent": 38315, + "Ġsert": 38806, + "Ġserum": 32755, + "Ġserv": 1658, + "Ġservant": 17896, + "Ġservants": 21705, + "Ġserve": 4596, + "Ġserved": 7584, + "Ġserver": 7154, + "Ġservers": 15909, + "Ġserves": 13451, + "Ġservi": 37076, + "Ġservice": 2643, + "Ġservices": 3328, + "Ġservicio": 43078, + "Ġservicios": 42722, + "Ġserving": 8148, + "Ġservir": 29463, + "Ġserá": 16502, + "ĠserÃŃa": 23679, + "Ġses": 5385, + "Ġsesame": 21994, + "Ġsesi": 13315, + "Ġsesleri": 35700, + "Ġsession": 5481, + "Ġsessions": 11081, + "Ġset": 992, + "Ġsets": 6352, + "Ġsett": 5584, + "Ġsetting": 3287, + "Ġsettings": 6257, + "Ġsettle": 11852, + "Ġsettled": 14819, + "Ġsettlement": 18130, + "Ġsettlements": 35558, + "Ġsettlers": 43798, + "Ġsettling": 33841, + "Ġsetup": 8657, + "Ġsetups": 46832, + "Ġsetzen": 35877, + "Ġsetzt": 49099, + "Ġseu": 7986, + "Ġseul": 24448, + "Ġseule": 18800, + "Ġseulement": 27772, + "Ġseus": 17004, + "Ġsev": 15340, + "Ġseva": 42465, + "Ġseven": 3407, + "Ġsevent": 12100, + "Ġseventeen": 39532, + "Ġseventh": 17875, + "Ġseventy": 25662, + "Ġsever": 2802, + "Ġseveral": 2940, + "Ġsevere": 8922, + "Ġseverely": 26271, + "Ġseverity": 35179, + "Ġsevi": 43812, + "Ġsew": 15472, + "Ġsewer": 37079, + "Ġsewing": 19311, + "Ġsewn": 46946, + "Ġsex": 3260, + "Ġsext": 42826, + "Ġsexual": 6701, + "Ġsexuality": 25426, + "Ġsexually": 26791, + "Ġsexy": 13701, + "Ġseç": 43065, + "Ġseñ": 13830, + "Ġseñor": 22188, + "Ġseñora": 41094, + "Ġsf": 47095, + "Ġsh": 402, + "Ġsha": 3230, + "Ġshack": 40369, + "Ġshad": 5744, + "Ġshade": 11466, + "Ġshaded": 48067, + "Ġshades": 20639, + "Ġshading": 30556, + "Ġshadow": 8576, + "Ġshadows": 14740, + "Ġshady": 41853, + "Ġshaft": 18467, + "Ġshake": 10283, + "Ġshaken": 40971, + "Ġshakes": 37891, + "Ġshaking": 15415, + "Ġshaky": 44785, + "Ġshall": 4393, + "Ġshallow": 20488, + "Ġsham": 29758, + "Ġshame": 10069, + "Ġshameful": 49600, + "Ġshameless": 40164, + "Ġshampoo": 27484, + "Ġshap": 6706, + "Ġshape": 3909, + "Ġshaped": 13475, + "Ġshapes": 10854, + "Ġshaping": 25945, + "Ġshar": 16768, + "Ġshare": 2073, + "Ġshared": 5507, + "Ġshareholders": 33294, + "Ġshares": 12182, + "Ġsharing": 5414, + "Ġshark": 13327, + "Ġsharks": 26312, + "Ġsharp": 8199, + "Ġsharpen": 31570, + "Ġsharper": 44670, + "Ġsharply": 42893, + "Ġshattered": 35209, + "Ġshave": 25544, + "Ġshaved": 37980, + "Ġshaving": 36481, + "Ġshe": 750, + "Ġshear": 24082, + "Ġshed": 14951, + "Ġshedding": 49934, + "Ġsheep": 14213, + "Ġsheer": 23061, + "Ġsheet": 8193, + "Ġsheets": 15421, + "Ġshel": 9180, + "Ġshelf": 15222, + "Ġshell": 8720, + "Ġshells": 22523, + "Ġshelter": 13341, + "Ġshelters": 36643, + "Ġshelves": 24349, + "Ġshepherd": 40317, + "Ġsher": 29855, + "Ġsheriff": 37103, + "Ġshield": 10257, + "Ġshields": 33466, + "Ġshift": 5513, + "Ġshifted": 18892, + "Ġshifting": 17573, + "Ġshifts": 19201, + "Ġshimmer": 35088, + "Ġshin": 37124, + "Ġshine": 12207, + "Ġshines": 28056, + "Ġshining": 18269, + "Ġshiny": 16997, + "Ġship": 5374, + "Ġshipment": 49991, + "Ġshipped": 25312, + "Ġshipping": 14122, + "Ġships": 11434, + "Ġshirt": 8336, + "Ġshirts": 20832, + "Ġshit": 4611, + "Ġshitty": 30748, + "Ġsho": 2223, + "Ġshock": 5588, + "Ġshocked": 12763, + "Ġshocking": 18776, + "Ġshocks": 37066, + "Ġshoe": 12796, + "Ġshoes": 6654, + "Ġshook": 28438, + "Ġshoot": 3076, + "Ġshooter": 24680, + "Ġshooters": 45526, + "Ġshooting": 5942, + "Ġshootings": 44314, + "Ġshoots": 20704, + "Ġshop": 3945, + "Ġshopping": 8688, + "Ġshops": 14457, + "Ġshore": 17805, + "Ġshores": 44247, + "Ġshort": 2099, + "Ġshortage": 24708, + "Ġshortages": 46765, + "Ġshortcut": 24822, + "Ġshortcuts": 34620, + "Ġshorten": 39632, + "Ġshortened": 45183, + "Ġshorter": 11639, + "Ġshortest": 31875, + "Ġshortly": 13392, + "Ġshorts": 19848, + "Ġshot": 3347, + "Ġshotgun": 24734, + "Ġshots": 8305, + "Ġshould": 820, + "Ġshoulder": 7948, + "Ġshoulders": 10245, + "Ġshouldn": 4659, + "Ġshout": 8043, + "Ġshouted": 37310, + "Ġshouting": 20382, + "Ġshove": 35648, + "Ġshovel": 29789, + "Ġshow": 855, + "Ġshowc": 29794, + "Ġshowcase": 20388, + "Ġshowed": 4712, + "Ġshower": 10128, + "Ġshowers": 29499, + "Ġshowing": 4099, + "Ġshown": 4898, + "Ġshows": 3110, + "Ġshr": 9884, + "Ġshred": 21567, + "Ġshredded": 39091, + "Ġshrim": 13958, + "Ġshrimp": 15600, + "Ġshrine": 37812, + "Ġshrink": 23060, + "Ġshrinking": 41684, + "Ġshroud": 50077, + "Ġshuffle": 39426, + "Ġshut": 5309, + "Ġshutdown": 34927, + "Ġshuts": 48590, + "Ġshutter": 25517, + "Ġshutting": 36057, + "Ġshuttle": 26728, + "Ġshy": 12685, + "Ġsi": 1511, + "Ġsia": 25176, + "Ġsiamo": 33459, + "Ġsib": 35505, + "Ġsibling": 39409, + "Ġsiblings": 20571, + "Ġsic": 33579, + "Ġsich": 3041, + "Ġsicher": 18623, + "Ġsick": 4998, + "Ġsickness": 25611, + "Ġsid": 20822, + "Ġside": 1252, + "Ġsided": 41651, + "Ġsides": 4881, + "Ġsidewalk": 25360, + "Ġsideways": 26092, + "Ġsido": 14444, + "Ġsie": 2804, + "Ġsiebie": 39137, + "Ġsiege": 34147, + "Ġsieht": 14289, + "Ġsiellä": 42771, + "Ġsiempre": 12758, + "Ġsiendo": 31423, + "Ġsiento": 40340, + "Ġsiete": 40719, + "Ġsig": 4556, + "Ġsigh": 29472, + "Ġsighs": 44705, + "Ġsight": 7860, + "Ġsights": 29363, + "Ġsiglo": 48578, + "Ġsigma": 12771, + "Ġsign": 1465, + "Ġsignal": 6358, + "Ġsignaling": 38639, + "Ġsignals": 12354, + "Ġsignature": 13397, + "Ġsignatures": 32322, + "Ġsigned": 8175, + "Ġsignific": 3350, + "Ġsignifica": 19957, + "Ġsignificance": 17687, + "Ġsignificant": 4776, + "Ġsignificantly": 10591, + "Ġsigning": 13393, + "Ġsigns": 7880, + "Ġsigu": 21152, + "Ġsigue": 34532, + "Ġsigui": 39578, + "Ġsiguiente": 25666, + "Ġsih": 25821, + "Ġsiihen": 40581, + "Ġsiinä": 41464, + "Ġsiis": 47590, + "Ġsiitä": 32705, + "Ġsil": 3425, + "Ġsilence": 12239, + "Ġsilent": 12784, + "Ġsilently": 40087, + "Ġsilhouette": 38275, + "Ġsilic": 26484, + "Ġsilicon": 22848, + "Ġsilicone": 28778, + "Ġsilk": 24395, + "Ġsill": 37160, + "Ġsilly": 11774, + "Ġsilos": 48893, + "Ġsilver": 8753, + "Ġsim": 1034, + "Ġsimilar": 2531, + "Ġsimilarities": 24197, + "Ġsimilarity": 32194, + "Ġsimilarly": 14138, + "Ġsimmer": 29835, + "Ġsimpl": 6883, + "Ġsimple": 2199, + "Ġsimplement": 24208, + "Ġsimplemente": 33190, + "Ġsimpler": 18587, + "Ġsimples": 21730, + "Ġsimplesmente": 44482, + "Ġsimplest": 22811, + "Ġsimplicity": 25632, + "Ġsimplified": 26335, + "Ġsimplify": 20460, + "Ġsimplistic": 44199, + "Ġsimply": 2935, + "Ġsimulate": 27817, + "Ġsimulated": 41713, + "Ġsimulation": 16575, + "Ġsimulations": 35138, + "Ġsimulator": 32974, + "Ġsimult": 13899, + "Ġsimultaneous": 46218, + "Ġsimultaneously": 16561, + "Ġsin": 3343, + "Ġsina": 43400, + "Ġsince": 1670, + "Ġsincer": 30220, + "Ġsincere": 16941, + "Ġsincerely": 30694, + "Ġsincerity": 44040, + "Ġsind": 3290, + "Ġsine": 18609, + "Ġsinful": 41861, + "Ġsing": 1522, + "Ġsinger": 11564, + "Ġsingers": 24275, + "Ġsinging": 6726, + "Ġsingle": 2167, + "Ġsingles": 36334, + "Ġsings": 23250, + "Ġsingular": 20010, + "Ġsini": 30368, + "Ġsinister": 45727, + "Ġsink": 9500, + "Ġsinking": 28148, + "Ġsinks": 43162, + "Ġsinn": 47066, + "Ġsinner": 41293, + "Ġsinners": 41004, + "Ġsino": 18108, + "Ġsinon": 46035, + "Ġsins": 13815, + "Ġsint": 41259, + "Ġsinus": 41503, + "Ġsip": 29668, + "Ġsir": 4735, + "Ġsis": 26288, + "Ġsist": 10555, + "Ġsistem": 45758, + "Ġsistema": 13245, + "Ġsistemas": 48720, + "Ġsister": 4892, + "Ġsisters": 11589, + "Ġsit": 1394, + "Ġsitcom": 49530, + "Ġsite": 3621, + "Ġsites": 7533, + "Ġsitio": 40621, + "Ġsits": 12696, + "Ġsitt": 43709, + "Ġsitten": 23186, + "Ġsitter": 47335, + "Ġsitting": 3798, + "Ġsitu": 2054, + "Ġsituación": 29343, + "Ġsituated": 30143, + "Ġsituation": 2590, + "Ġsituations": 6851, + "Ġsituação": 36768, + "Ġsitzen": 44998, + "Ġsitzt": 49734, + "Ġsitä": 26838, + "Ġsix": 2309, + "Ġsixt": 13074, + "Ġsixteen": 27847, + "Ġsixth": 15102, + "Ġsixty": 21390, + "Ġsiz": 13723, + "Ġsize": 2744, + "Ġsized": 20004, + "Ġsizes": 11602, + "Ġsizi": 45327, + "Ġsizin": 36312, + "Ġsizing": 45435, + "Ġsizz": 43828, + "Ġsiè": 31302, + "Ġsiècle": 40830, + "ĠsiÄĻ": 3244, + "Ġsj": 20601, + "Ġsjäl": 30700, + "Ġsjälv": 39298, + "Ġsk": 1110, + "Ġska": 9958, + "Ġskal": 16890, + "Ġskate": 18237, + "Ġskateboard": 32204, + "Ġskating": 29103, + "Ġske": 8756, + "Ġskelet": 32321, + "Ġskeleton": 25204, + "Ġskeletons": 45538, + "Ġskept": 19128, + "Ġskeptical": 28601, + "Ġsket": 32804, + "Ġsketch": 12325, + "Ġsketches": 34547, + "Ġski": 14274, + "Ġskies": 25861, + "Ġskiing": 32326, + "Ġskill": 5389, + "Ġskilled": 19690, + "Ġskills": 3942, + "Ġskin": 3178, + "Ġskincare": 29461, + "Ġskinny": 25193, + "Ġskins": 27888, + "Ġskip": 10023, + "Ġskipped": 30193, + "Ġskipping": 31533, + "Ġskirt": 20134, + "Ġskirts": 48734, + "Ġskull": 11743, + "Ġskulle": 20750, + "Ġsky": 5443, + "Ġskys": 48227, + "Ġsl": 1061, + "Ġsla": 8039, + "Ġslab": 38616, + "Ġslack": 29767, + "Ġslam": 25617, + "Ġslammed": 50196, + "Ġslang": 42517, + "Ġslap": 21075, + "Ġslapped": 43309, + "Ġslash": 17330, + "Ġslate": 39118, + "Ġslaughter": 26609, + "Ġslave": 14777, + "Ġslavery": 15641, + "Ġslaves": 18394, + "Ġsle": 2426, + "Ġsled": 46242, + "Ġslee": 12931, + "Ġsleek": 43464, + "Ġsleep": 2817, + "Ġsleeping": 8296, + "Ġsleeps": 37991, + "Ġsleepy": 24908, + "Ġsleeve": 21138, + "Ġsleeves": 24555, + "Ġslept": 17400, + "Ġslic": 12377, + "Ġslice": 13153, + "Ġsliced": 27098, + "Ġslices": 19793, + "Ġslicing": 46586, + "Ġslick": 37406, + "Ġslide": 4137, + "Ġslider": 26046, + "Ġslides": 9788, + "Ġsliding": 21169, + "Ġslight": 4036, + "Ġslightest": 41040, + "Ġslightly": 4748, + "Ġslim": 25357, + "Ġslime": 20650, + "Ġslip": 11140, + "Ġslipp": 20129, + "Ġslipped": 28989, + "Ġslippers": 45670, + "Ġslippery": 28100, + "Ġslipping": 36779, + "Ġslips": 44690, + "Ġslit": 43182, + "Ġslog": 49760, + "Ġslogan": 33052, + "Ġslop": 21254, + "Ġslope": 13525, + "Ġslopes": 37725, + "Ġsloppy": 43684, + "Ġslot": 14747, + "Ġslots": 24266, + "Ġslow": 2964, + "Ġslowed": 32057, + "Ġslower": 14009, + "Ġslowing": 26958, + "Ġslowly": 5692, + "Ġslows": 35789, + "Ġslut": 41496, + "Ġsm": 899, + "Ġsmack": 36348, + "Ġsmall": 1359, + "Ġsmaller": 4356, + "Ġsmallest": 16998, + "Ġsmart": 4069, + "Ġsmarter": 20294, + "Ġsmartest": 41491, + "Ġsmartphone": 13307, + "Ġsmartphones": 26782, + "Ġsmash": 17960, + "Ġsmashed": 33269, + "Ġsmashing": 43316, + "Ġsme": 41818, + "Ġsmell": 4316, + "Ġsmelled": 40453, + "Ġsmelling": 35471, + "Ġsmells": 10036, + "Ġsmile": 7563, + "Ġsmiled": 35132, + "Ġsmiles": 28083, + "Ġsmiling": 16005, + "Ġsmo": 24101, + "Ġsmok": 32073, + "Ġsmoke": 8439, + "Ġsmoked": 27205, + "Ġsmokes": 49592, + "Ġsmoking": 14055, + "Ġsmooth": 5508, + "Ġsmoother": 28640, + "Ġsmoothie": 36328, + "Ġsmoothly": 19565, + "Ġsn": 2406, + "Ġsna": 14528, + "Ġsnack": 13288, + "Ġsnacks": 16160, + "Ġsnail": 42555, + "Ġsnake": 12650, + "Ġsnakes": 21817, + "Ġsnap": 13650, + "Ġsnapped": 41396, + "Ġsnapping": 42727, + "Ġsnaps": 19206, + "Ġsnapshot": 30163, + "Ġsnare": 45018, + "Ġsnatch": 46328, + "Ġsne": 9244, + "Ġsneak": 13164, + "Ġsneakers": 35331, + "Ġsneaking": 48525, + "Ġsneaky": 39518, + "Ġsneez": 49299, + "Ġsneeze": 50076, + "Ġsnel": 42582, + "Ġsniff": 31101, + "Ġsnip": 37482, + "Ġsniper": 32441, + "Ġsnipp": 35623, + "Ġsno": 43287, + "Ġsnow": 5756, + "Ġsnowball": 46143, + "Ġsnowfl": 44124, + "Ġsnug": 37069, + "Ġso": 370, + "Ġsoak": 22769, + "Ġsoaked": 27368, + "Ġsoaking": 40580, + "Ġsoap": 14587, + "Ġsob": 18253, + "Ġsober": 26212, + "Ġsobie": 13652, + "Ġsobre": 5473, + "Ġsoc": 13598, + "Ġsoccer": 15469, + "Ġsoci": 3075, + "Ġsociais": 45179, + "Ġsocial": 2093, + "Ġsociale": 41889, + "Ġsociales": 29623, + "Ġsocialism": 36112, + "Ġsocialist": 33981, + "Ġsocially": 21397, + "Ġsociaux": 47460, + "Ġsocied": 26445, + "Ġsociedad": 42306, + "Ġsociedade": 45789, + "Ġsociet": 14051, + "Ġsocietal": 33472, + "Ġsocieties": 19329, + "Ġsociety": 4086, + "Ġsocio": 44303, + "Ġsocioe": 46327, + "Ġsociology": 41744, + "Ġsociété": 32120, + "Ġsock": 35302, + "Ġsocket": 19741, + "Ġsocks": 17564, + "Ġsod": 15047, + "Ġsoda": 17192, + "Ġsodium": 20265, + "Ġsof": 37259, + "Ġsofa": 28668, + "Ġsofort": 33168, + "Ġsoft": 2787, + "Ġsoften": 31356, + "Ġsofter": 23119, + "Ġsoftly": 30832, + "Ġsoftware": 4722, + "Ġsog": 38440, + "Ġsogar": 19485, + "Ġsogen": 36479, + "Ġsogenan": 37467, + "Ġsoi": 46098, + "Ġsoient": 42711, + "Ġsoil": 6704, + "Ġsoils": 31324, + "Ġsoir": 27105, + "Ġsoit": 12703, + "Ġsok": 41513, + "Ġsol": 1404, + "Ġsola": 34162, + "Ġsolamente": 27814, + "Ġsolar": 7936, + "Ġsolche": 29813, + "Ġsolchen": 46281, + "Ġsold": 3718, + "Ġsolder": 38128, + "Ġsoldier": 15632, + "Ġsoldiers": 8892, + "Ġsole": 12321, + "Ġsolely": 23309, + "Ġsolem": 43519, + "Ġsolemn": 46694, + "Ġsolic": 23665, + "Ġsolid": 5100, + "Ġsolidarity": 27220, + "Ġsolids": 38536, + "Ġsolitary": 44155, + "Ġsoll": 7114, + "Ġsollen": 24713, + "Ġsollte": 18042, + "Ġsollten": 29096, + "Ġsolo": 6944, + "Ġsolu": 24807, + "Ġsolution": 3827, + "Ġsolutions": 6547, + "Ġsolve": 5039, + "Ġsolved": 13041, + "Ġsolvent": 33575, + "Ġsolves": 39890, + "Ġsolving": 12606, + "Ġsom": 3307, + "Ġsome": 512, + "Ġsomebody": 2618, + "Ġsomeday": 19412, + "Ġsomehow": 6063, + "Ġsomeone": 1580, + "Ġsomeplace": 37126, + "Ġsomet": 692, + "Ġsomethin": 39374, + "Ġsomething": 746, + "Ġsometime": 15053, + "Ġsometimes": 2171, + "Ġsomewhat": 8344, + "Ġsomewhere": 4079, + "Ġsomm": 41854, + "Ġsommes": 25232, + "Ġsomos": 25244, + "Ġson": 1872, + "Ġsondern": 11465, + "Ġsong": 2153, + "Ġsongs": 5781, + "Ġsonic": 48725, + "Ġsono": 9259, + "Ġsonra": 13800, + "Ġsons": 13476, + "Ġsonst": 26309, + "Ġsont": 4900, + "Ġsoon": 2321, + "Ġsooner": 15324, + "Ġsoort": 43168, + "Ġsoothing": 40704, + "Ġsoph": 12582, + "Ġsophistic": 15572, + "Ġsophisticated": 16950, + "Ġsophom": 32931, + "Ġsophomore": 35798, + "Ġsopr": 37375, + "Ġsoprattutto": 50002, + "Ġsor": 9359, + "Ġsorcer": 41349, + "Ġsore": 22468, + "Ġsorgen": 47972, + "Ġsorrow": 23027, + "Ġsorry": 2597, + "Ġsort": 1333, + "Ġsorta": 33425, + "Ġsorte": 25559, + "Ġsorted": 25462, + "Ġsortie": 45662, + "Ġsorting": 32411, + "Ġsortir": 26906, + "Ġsorts": 7527, + "Ġsos": 27226, + "Ġsost": 41585, + "Ġsotto": 43754, + "Ġsou": 6926, + "Ġsouff": 36966, + "Ġsought": 17532, + "Ġsouha": 45214, + "Ġsoul": 5133, + "Ġsouls": 16588, + "Ġsound": 1626, + "Ġsounded": 17714, + "Ġsounding": 24931, + "Ġsounds": 3263, + "Ġsoundtrack": 27029, + "Ġsoup": 7884, + "Ġsour": 11006, + "Ġsource": 4009, + "Ġsources": 7139, + "Ġsous": 16686, + "Ġsout": 29350, + "Ġsouth": 7377, + "Ġsoutheast": 39014, + "Ġsouthern": 13456, + "Ġsouthwest": 34363, + "Ġsouven": 46509, + "Ġsouvenir": 44361, + "Ġsouvent": 20847, + "Ġsovere": 17894, + "Ġsovereign": 28756, + "Ġsovereignty": 27862, + "Ġsow": 19766, + "Ġsowie": 35874, + "Ġsoy": 8812, + "Ġsoybean": 44227, + "Ġsoybeans": 46706, + "Ġsozial": 31541, + "Ġsozusagen": 33762, + "Ġsp": 637, + "Ġspa": 32543, + "Ġspac": 39404, + "Ġspace": 1901, + "Ġspacecraft": 22910, + "Ġspaced": 43766, + "Ġspaces": 7673, + "Ġspaceship": 39185, + "Ġspacing": 27739, + "Ġspacious": 36801, + "Ġspaghetti": 28556, + "Ġspam": 24028, + "Ġspan": 16174, + "Ġspann": 33360, + "Ġspannend": 49027, + "Ġspanning": 47626, + "Ġspans": 44086, + "Ġspar": 45954, + "Ġspare": 13798, + "Ġspared": 49577, + "Ġspark": 9908, + "Ġsparked": 39653, + "Ġsparkle": 48558, + "Ġsparkling": 39967, + "Ġsparks": 44102, + "Ġspat": 15000, + "Ġspatial": 23598, + "Ġspatula": 33072, + "Ġspawn": 17088, + "Ġspe": 768, + "Ġspeak": 1710, + "Ġspeaker": 8145, + "Ġspeakers": 9518, + "Ġspeaking": 4124, + "Ġspeaks": 10789, + "Ġspear": 26993, + "Ġspec": 1608, + "Ġspecial": 2121, + "Ġspecialist": 17008, + "Ġspecialists": 25476, + "Ġspecialize": 37938, + "Ġspecialized": 19813, + "Ġspecially": 22549, + "Ġspecialty": 22000, + "Ġspecies": 6172, + "Ġspecific": 2685, + "Ġspecifically": 4682, + "Ġspecification": 31256, + "Ġspecifications": 29448, + "Ġspecifics": 28454, + "Ġspecified": 22206, + "Ġspecify": 16500, + "Ġspecimen": 34204, + "Ġspecimens": 41007, + "Ġspecjal": 46433, + "Ġspecs": 27911, + "Ġspect": 6177, + "Ġspectacle": 37303, + "Ġspectacular": 18149, + "Ġspectral": 42761, + "Ġspectrum": 11143, + "Ġspeculate": 40775, + "Ġspeculation": 27696, + "Ġspeculative": 49415, + "Ġspeech": 6218, + "Ġspeeches": 29982, + "Ġspeechless": 48450, + "Ġspeed": 3073, + "Ġspeeding": 35593, + "Ġspeeds": 16411, + "Ġspel": 46486, + "Ġspell": 9827, + "Ġspelled": 34388, + "Ġspelling": 22254, + "Ġspells": 25053, + "Ġspend": 3496, + "Ġspending": 6434, + "Ġspends": 25620, + "Ġspent": 4418, + "Ġsper": 24152, + "Ġsperm": 32899, + "Ġspezie": 48682, + "Ġsphere": 16687, + "Ġspheres": 41225, + "Ġspherical": 37300, + "Ġspic": 41418, + "Ġspice": 19436, + "Ġspices": 19608, + "Ġspicy": 9127, + "Ġspider": 17614, + "Ġspiders": 32171, + "Ġspielen": 30950, + "Ġspielt": 39778, + "Ġspies": 45858, + "Ġspike": 21053, + "Ġspikes": 28997, + "Ġspill": 22044, + "Ġspilled": 37833, + "Ġspin": 6060, + "Ġspinach": 27784, + "Ġspinal": 28022, + "Ġspind": 44169, + "Ġspine": 15395, + "Ġspinner": 44849, + "Ġspinning": 15640, + "Ġspins": 31587, + "Ġspir": 10733, + "Ġspiral": 25165, + "Ġspirit": 3797, + "Ġspirits": 16388, + "Ġspiritual": 6960, + "Ġspirituality": 30637, + "Ġspiritually": 33430, + "Ġspit": 22127, + "Ġspite": 22794, + "Ġspl": 4732, + "Ġsplash": 25757, + "Ġsplashing": 45981, + "Ġsplend": 34350, + "Ġsplendid": 47575, + "Ġsplit": 7472, + "Ġsplits": 37741, + "Ġsplitting": 30348, + "Ġspo": 8243, + "Ġspoil": 18630, + "Ġspoiled": 32439, + "Ġspoiler": 26927, + "Ġspoilers": 32237, + "Ġspoke": 7179, + "Ġspoken": 10759, + "Ġspokes": 25378, + "Ġspokesperson": 45775, + "Ġspong": 50013, + "Ġsponge": 23134, + "Ġspons": 7330, + "Ġsponsor": 16198, + "Ġsponsored": 16621, + "Ġsponsoring": 30311, + "Ġsponsors": 22593, + "Ġsponsorship": 42922, + "Ġspont": 20795, + "Ġspontaneous": 32744, + "Ġspontaneously": 47632, + "Ġspooky": 30510, + "Ġspool": 48884, + "Ġspoon": 12453, + "Ġspoonful": 47114, + "Ġspoons": 36316, + "Ġspor": 43729, + "Ġsport": 7282, + "Ġsporting": 32366, + "Ġsports": 6573, + "Ġsporty": 45804, + "Ġspos": 20443, + "Ġsposób": 22904, + "Ġspot": 4008, + "Ġspotlight": 24656, + "Ġspots": 10681, + "Ġspotted": 21010, + "Ġspouse": 23013, + "Ġspouses": 49784, + "ĠspoÅĤec": 36851, + "Ġspr": 6103, + "Ġspraw": 22734, + "Ġsprawd": 46192, + "Ġspray": 8519, + "Ġsprayed": 40330, + "Ġspraying": 36658, + "Ġspre": 22269, + "Ġspread": 3974, + "Ġspreading": 15232, + "Ġspreads": 25728, + "Ġspreadshe": 23651, + "Ġspreadsheet": 27733, + "Ġsprechen": 27853, + "Ġspricht": 42088, + "Ġspring": 5587, + "Ġsprings": 24647, + "Ġsprink": 30885, + "Ġsprinkle": 24745, + "Ġsprint": 25075, + "Ġsprite": 43848, + "Ġsprout": 43728, + "Ġsprouts": 34628, + "Ġspun": 37038, + "Ġspur": 35657, + "Ġspy": 20752, + "Ġspäter": 24196, + "Ġspé": 31198, + "Ġspécial": 34141, + "Ġsqu": 2339, + "Ġsquad": 15310, + "Ġsquare": 3732, + "Ġsquared": 8889, + "Ġsquares": 19368, + "Ġsquash": 30725, + "Ġsquat": 24305, + "Ġsquats": 45055, + "Ġsque": 8447, + "Ġsqueez": 22390, + "Ġsqueeze": 13578, + "Ġsqueezed": 39470, + "Ġsqueezing": 36645, + "Ġsquid": 28015, + "Ġsquirrel": 28565, + "Ġsquish": 31379, + "Ġsquishy": 45402, + "Ġst": 342, + "Ġsta": 11135, + "Ġstaan": 38055, + "Ġstaat": 28836, + "Ġstab": 16343, + "Ġstabbed": 35726, + "Ġstabil": 11652, + "Ġstability": 11826, + "Ġstabilization": 35476, + "Ġstabilize": 31870, + "Ġstabilized": 48384, + "Ġstable": 8351, + "Ġstack": 8630, + "Ġstacked": 28867, + "Ġstacking": 41376, + "Ġstacks": 30792, + "Ġstad": 38408, + "Ġstadium": 18585, + "Ġstaff": 3525, + "Ġstaffing": 38918, + "Ġstage": 3233, + "Ġstaged": 45178, + "Ġstages": 10232, + "Ġstagger": 29656, + "Ġstaggering": 42974, + "Ġstaging": 41085, + "Ġstagn": 32853, + "Ġstain": 16441, + "Ġstained": 39924, + "Ġstainless": 24048, + "Ġstains": 40733, + "Ġstair": 22273, + "Ġstaircase": 35359, + "Ġstairs": 13471, + "Ġstake": 10407, + "Ġstakeholder": 43406, + "Ġstakeholders": 17779, + "Ġstakes": 28429, + "Ġstal": 49875, + "Ġstalk": 21789, + "Ġstall": 19633, + "Ġstalls": 50248, + "Ġstam": 29682, + "Ġstamina": 36690, + "Ġstamp": 9921, + "Ġstamped": 39111, + "Ġstamping": 41792, + "Ġstamps": 30800, + "Ġstan": 27984, + "Ġstance": 21033, + "Ġstand": 1463, + "Ġstandalone": 37454, + "Ġstandard": 3832, + "Ġstandardized": 31677, + "Ġstandards": 7787, + "Ġstandby": 50170, + "Ġstanding": 4877, + "Ġstandpoint": 15827, + "Ġstands": 7382, + "Ġstanie": 40013, + "Ġstap": 27284, + "Ġstaple": 32361, + "Ġstar": 3543, + "Ġstarch": 24748, + "Ġstare": 22432, + "Ġstared": 44738, + "Ġstaring": 18043, + "Ġstark": 17417, + "Ġstarred": 39438, + "Ġstarring": 30701, + "Ġstars": 6105, + "Ġstart": 722, + "Ġstarted": 1409, + "Ġstarter": 22465, + "Ġstarters": 35131, + "Ġstarting": 2891, + "Ġstartled": 48898, + "Ġstarts": 3719, + "Ġstartup": 18578, + "Ġstartups": 28041, + "Ġstarve": 46755, + "Ġstarving": 28420, + "Ġstat": 2219, + "Ġstata": 49554, + "Ġstate": 1785, + "Ġstated": 11323, + "Ġstatement": 5629, + "Ġstatements": 12363, + "Ġstates": 4368, + "Ġstatewide": 34487, + "Ġstatic": 13437, + "Ġstating": 26688, + "Ġstation": 5214, + "Ġstationary": 30452, + "Ġstationed": 46228, + "Ġstations": 13390, + "Ġstatist": 16012, + "Ġstatistic": 29588, + "Ġstatistical": 22820, + "Ġstatistically": 36478, + "Ġstatistics": 12523, + "Ġstato": 29657, + "Ġstats": 18152, + "Ġstatt": 25675, + "Ġstatue": 17385, + "Ġstatues": 29480, + "Ġstatus": 6558, + "Ġstatut": 35907, + "Ġstatute": 24774, + "Ġstatutory": 42037, + "Ġstay": 1754, + "Ġstayed": 9181, + "Ġstaying": 7939, + "Ġstays": 10834, + "Ġste": 2126, + "Ġstead": 23721, + "Ġsteadily": 36129, + "Ġsteady": 13211, + "Ġsteak": 17009, + "Ġsteal": 11009, + "Ġstealing": 19757, + "Ġsteals": 46962, + "Ġstealth": 25756, + "Ġsteam": 11952, + "Ġsteamed": 32375, + "Ġsteeds": 43603, + "Ġsteel": 8269, + "Ġsteep": 16841, + "Ġsteer": 30814, + "Ġsteering": 14823, + "Ġstehen": 19777, + "Ġsteht": 16361, + "Ġstell": 30787, + "Ġstellar": 42333, + "Ġstellen": 24407, + "Ġstellt": 38582, + "Ġstem": 12312, + "Ġstems": 27600, + "Ġsten": 28031, + "Ġstencil": 38670, + "Ġstep": 1823, + "Ġstepped": 15251, + "Ġstepping": 16821, + "Ġsteps": 4439, + "Ġster": 18924, + "Ġstere": 12730, + "Ġstereo": 29029, + "Ġstereoty": 41182, + "Ġstereotype": 38229, + "Ġstereotypes": 30853, + "Ġsteril": 41477, + "Ġstern": 38312, + "Ġstero": 36407, + "Ġsteroids": 45717, + "Ġstesso": 44413, + "Ġstew": 22654, + "Ġstewards": 36270, + "Ġstewardship": 50092, + "Ġstick": 2897, + "Ġsticker": 20400, + "Ġstickers": 21019, + "Ġsticking": 13465, + "Ġsticks": 12518, + "Ġsticky": 14470, + "Ġstiff": 15451, + "Ġstiffness": 37759, + "Ġstigma": 27880, + "Ġstill": 920, + "Ġstim": 8983, + "Ġstimmt": 37799, + "Ġstimul": 14572, + "Ġstimulate": 31269, + "Ġstimulating": 43671, + "Ġstimulation": 37405, + "Ġstimuli": 47752, + "Ġstimulus": 21366, + "Ġsting": 27175, + "Ġstink": 35843, + "Ġstinks": 50114, + "Ġstinky": 46449, + "Ġstip": 37001, + "Ġstir": 8946, + "Ġstirred": 49409, + "Ġstirring": 28650, + "Ġstitch": 5635, + "Ġstitched": 48992, + "Ġstitches": 13184, + "Ġstitching": 30714, + "Ġsto": 22784, + "Ġstock": 4127, + "Ġstocks": 12966, + "Ġstoked": 49145, + "Ġstol": 43553, + "Ġstole": 16326, + "Ġstolen": 15900, + "Ġstom": 9036, + "Ġstomach": 9665, + "Ġstone": 7581, + "Ġstones": 14083, + "Ġstood": 9371, + "Ġstool": 35086, + "Ġstop": 1590, + "Ġstopped": 5936, + "Ġstopping": 12767, + "Ġstops": 10094, + "Ġstor": 5967, + "Ġstora": 43323, + "Ġstorage": 6725, + "Ġstore": 3531, + "Ġstored": 12187, + "Ġstores": 9512, + "Ġstories": 3676, + "Ġstoring": 26085, + "Ġstorm": 7679, + "Ġstorms": 23288, + "Ġstory": 1657, + "Ġstoryline": 30828, + "Ġstoryt": 17541, + "Ġstorytelling": 21479, + "Ġstos": 43581, + "Ġstove": 19263, + "Ġstr": 1056, + "Ġstra": 2148, + "Ġstraight": 2997, + "Ġstraighten": 32777, + "Ġstraightforward": 15325, + "Ġstrain": 14249, + "Ġstrains": 39110, + "Ġstrand": 14955, + "Ġstranded": 44394, + "Ġstrands": 29664, + "Ġstrang": 24404, + "Ġstrange": 5861, + "Ġstrangely": 39851, + "Ġstranger": 18834, + "Ġstrangers": 22724, + "Ġstrap": 18359, + "Ġstraps": 26654, + "Ġstrat": 23674, + "Ġstrate": 5187, + "Ġstrateg": 5464, + "Ġstrategic": 10924, + "Ġstrategically": 38061, + "Ġstrategies": 9029, + "Ġstrategy": 5206, + "Ġstratég": 45023, + "Ġstraw": 10099, + "Ġstrawberries": 26873, + "Ġstrawberry": 20440, + "Ġstray": 36219, + "Ġstre": 2242, + "Ġstreak": 35634, + "Ġstream": 4309, + "Ġstreaming": 11791, + "Ġstreamline": 47141, + "Ġstreamlined": 48155, + "Ġstreams": 15842, + "Ġstreet": 4838, + "Ġstreets": 8481, + "Ġstrength": 3800, + "Ġstrengthen": 17045, + "Ġstrengthened": 38942, + "Ġstrengthening": 28224, + "Ġstrengths": 16986, + "Ġstress": 4244, + "Ġstressed": 14471, + "Ġstresses": 27732, + "Ġstressful": 19108, + "Ġstressing": 48233, + "Ġstret": 27678, + "Ġstretch": 5985, + "Ġstretched": 23563, + "Ġstretches": 29058, + "Ġstretching": 19632, + "Ġstretchy": 48865, + "Ġstri": 3575, + "Ġstrict": 10910, + "Ġstrictly": 20792, + "Ġstrike": 9302, + "Ġstrikes": 16750, + "Ġstriking": 18559, + "Ġstring": 6798, + "Ġstrings": 13985, + "Ġstrip": 12828, + "Ġstripe": 42957, + "Ġstripes": 27308, + "Ġstripped": 33221, + "Ġstrips": 19842, + "Ġstrive": 23829, + "Ġstriving": 36582, + "Ġstro": 8959, + "Ġstroke": 12403, + "Ġstrokes": 24493, + "Ġstroll": 42812, + "Ġstron": 45766, + "Ġstrong": 2068, + "Ġstronger": 7249, + "Ġstrongest": 16595, + "Ġstrongly": 10613, + "Ġstrony": 32406, + "Ġstruck": 13159, + "Ġstruct": 6594, + "Ġstructural": 15067, + "Ġstructure": 3877, + "Ġstructured": 18519, + "Ġstructures": 9227, + "Ġstrugg": 4312, + "Ġstruggle": 7799, + "Ġstruggled": 19023, + "Ġstruggles": 17592, + "Ġstruggling": 9314, + "Ġstrum": 47338, + "Ġstub": 20266, + "Ġstubborn": 24137, + "Ġstuck": 5541, + "Ġstud": 972, + "Ġstudent": 3107, + "Ġstudents": 1731, + "Ġstudied": 9454, + "Ġstudies": 5313, + "Ġstudio": 6811, + "Ġstudios": 24593, + "Ġstudy": 2979, + "Ġstudying": 7601, + "Ġstuff": 1507, + "Ġstuffed": 24092, + "Ġstuffing": 36046, + "Ġstuffs": 48719, + "Ġstuk": 46042, + "Ġstumble": 41302, + "Ġstumbled": 36668, + "Ġstump": 43164, + "Ġstun": 11885, + "Ġstunned": 35394, + "Ġstunning": 18550, + "Ġstunt": 33391, + "Ġstupid": 6631, + "Ġstur": 29249, + "Ġsturdy": 31506, + "Ġsty": 7952, + "Ġstyl": 23736, + "Ġstyle": 3758, + "Ġstyles": 13273, + "Ġstyling": 27944, + "Ġstylish": 30301, + "Ġstylist": 48544, + "Ġstär": 33527, + "ĠstÃ¥r": 37019, + "Ġstör": 42554, + "Ġsu": 459, + "Ġsua": 8233, + "Ġsuas": 23410, + "Ġsub": 1422, + "Ġsubconscious": 27389, + "Ġsubd": 31662, + "Ġsubdiv": 45331, + "Ġsubir": 34785, + "Ġsubject": 3983, + "Ġsubjected": 32153, + "Ġsubjective": 25972, + "Ġsubjects": 13066, + "Ġsubm": 8286, + "Ġsubmar": 23638, + "Ġsubmarine": 33995, + "Ġsubmarines": 48138, + "Ġsubmer": 36751, + "Ġsubmerged": 46985, + "Ġsubmission": 23689, + "Ġsubmissions": 40429, + "Ġsubmit": 10315, + "Ġsubmitted": 14405, + "Ġsubmitting": 31836, + "Ġsubs": 2090, + "Ġsubscri": 2325, + "Ġsubscribe": 3022, + "Ġsubscribed": 16665, + "Ġsubscriber": 26122, + "Ġsubscribers": 11092, + "Ġsubscribing": 19981, + "Ġsubscription": 17231, + "Ġsubscriptions": 44951, + "Ġsubsequ": 13924, + "Ġsubsequent": 19962, + "Ġsubsequently": 26514, + "Ġsubset": 25993, + "Ġsubsid": 20051, + "Ġsubsidi": 48296, + "Ġsubsidies": 38523, + "Ġsubsidy": 49636, + "Ġsubst": 4594, + "Ġsubstance": 12961, + "Ġsubstances": 25455, + "Ġsubstant": 11889, + "Ġsubstantial": 16726, + "Ġsubstantially": 30797, + "Ġsubstantive": 47113, + "Ġsubstit": 26441, + "Ġsubstitute": 15802, + "Ġsubstitution": 35827, + "Ġsubstrate": 27585, + "Ġsubt": 7257, + "Ġsubtit": 30706, + "Ġsubtitles": 42045, + "Ġsubtle": 13743, + "Ġsubtract": 16390, + "Ġsubur": 23519, + "Ġsuburban": 40138, + "Ġsuburbs": 34185, + "Ġsubway": 24953, + "Ġsuc": 1965, + "Ġsucc": 21578, + "Ġsucceed": 7754, + "Ġsucceeded": 20263, + "Ġsucceeding": 47912, + "Ġsucceeds": 49263, + "Ġsuccess": 2245, + "Ġsuccesses": 26101, + "Ġsuccessful": 4406, + "Ġsuccessfully": 10727, + "Ġsuccession": 36624, + "Ġsuccessive": 48043, + "Ġsuccessor": 31864, + "Ġsuced": 41928, + "Ġsuch": 1270, + "Ġsuchen": 44470, + "Ġsuck": 9967, + "Ġsucked": 26503, + "Ġsucker": 43259, + "Ġsucking": 38669, + "Ġsucks": 15846, + "Ġsuction": 40431, + "Ġsud": 3707, + "Ġsudah": 24940, + "Ġsudden": 3990, + "Ġsuddenly": 5800, + "Ġsue": 20416, + "Ġsued": 33864, + "Ġsuf": 46282, + "Ġsuff": 3889, + "Ġsuffer": 9753, + "Ġsuffered": 12770, + "Ġsuffering": 7755, + "Ġsuffers": 33776, + "Ġsufficient": 11563, + "Ġsufficiently": 31868, + "Ġsuficiente": 33958, + "Ġsug": 22802, + "Ġsugar": 5076, + "Ġsugars": 37551, + "Ġsugg": 3395, + "Ġsuggest": 3402, + "Ġsuggested": 10945, + "Ġsuggesting": 18094, + "Ġsuggestion": 16541, + "Ġsuggestions": 13396, + "Ġsuggests": 13409, + "Ġsuic": 28419, + "Ġsuicidal": 43243, + "Ġsuicide": 12308, + "Ġsuis": 7624, + "Ġsuit": 5722, + "Ġsuitable": 12873, + "Ġsuitcase": 34545, + "Ġsuite": 14205, + "Ġsuited": 24736, + "Ġsuits": 15278, + "Ġsuiv": 20751, + "Ġsuivre": 43404, + "Ġsujet": 23634, + "Ġsuk": 46432, + "Ġsuka": 39076, + "Ġsul": 17603, + "Ġsulf": 22925, + "Ġsulfur": 33831, + "Ġsulla": 33625, + "Ġsulph": 47286, + "Ġsum": 2408, + "Ġsumm": 8367, + "Ġsummar": 14611, + "Ġsummarize": 20858, + "Ġsummary": 12691, + "Ġsummation": 28811, + "Ġsummer": 4266, + "Ġsummers": 46474, + "Ġsummertime": 43785, + "Ġsummit": 21564, + "Ġsummon": 18714, + "Ġsummoned": 40791, + "Ġsums": 34499, + "Ġsun": 3295, + "Ġsund": 33047, + "Ġsunflower": 48215, + "Ġsung": 18829, + "Ġsunglasses": 28675, + "Ġsunk": 40564, + "Ġsunlight": 18379, + "Ġsunny": 20412, + "Ġsunrise": 33675, + "Ġsunscreen": 30304, + "Ġsunset": 20142, + "Ġsunshine": 25219, + "Ġsunt": 35171, + "Ġsuo": 34197, + "Ġsup": 9331, + "Ġsuper": 1687, + "Ġsuperb": 36617, + "Ġsupercom": 27839, + "Ġsupercomputer": 36708, + "Ġsuperfic": 23881, + "Ġsuperficial": 34622, + "Ġsuperhero": 19428, + "Ġsuperheroes": 45417, + "Ġsuperintendent": 38834, + "Ġsuperior": 13028, + "Ġsuperiority": 48668, + "Ġsupermarket": 25180, + "Ġsupernatural": 25678, + "Ġsuperpower": 45765, + "Ġsupers": 37906, + "Ġsuperst": 29423, + "Ġsuperstar": 38953, + "Ġsuperv": 37971, + "Ġsupervis": 34409, + "Ġsupervised": 46533, + "Ġsupervision": 32675, + "Ġsupervisor": 24610, + "Ġsupervisors": 42218, + "Ġsupp": 1003, + "Ġsupper": 44185, + "Ġsuppl": 9386, + "Ġsupplement": 15436, + "Ġsupplemental": 48604, + "Ġsupplements": 26645, + "Ġsupplied": 27625, + "Ġsupplier": 31909, + "Ġsuppliers": 29467, + "Ġsupplies": 11768, + "Ġsupply": 5847, + "Ġsupplying": 46815, + "Ġsupport": 1406, + "Ġsupported": 8104, + "Ġsupporter": 28600, + "Ġsupporters": 17683, + "Ġsupporting": 7231, + "Ġsupportive": 14435, + "Ġsupports": 9346, + "Ġsuppose": 7297, + "Ġsupposed": 3442, + "Ġsupposedly": 20581, + "Ġsuppress": 26835, + "Ġsuppressed": 42645, + "Ġsuppression": 36807, + "Ġsupre": 27283, + "Ġsuprem": 23710, + "Ġsupremacy": 35572, + "Ġsupreme": 27756, + "Ġsupuesto": 34177, + "Ġsur": 1022, + "Ġsure": 988, + "Ġsurely": 11468, + "Ġsurf": 9684, + "Ġsurface": 3753, + "Ġsurfaces": 16130, + "Ġsurfing": 34181, + "Ġsurg": 19560, + "Ġsurge": 18989, + "Ġsurgeon": 22913, + "Ġsurgeons": 42354, + "Ġsurgeries": 33455, + "Ġsurgery": 7930, + "Ġsurgical": 26646, + "Ġsurn": 39270, + "Ġsurname": 50152, + "Ġsurpass": 27650, + "Ġsurplus": 31019, + "Ġsurpr": 3083, + "Ġsurprise": 6365, + "Ġsurprised": 6100, + "Ġsurprises": 22655, + "Ġsurprising": 8830, + "Ġsurprisingly": 17600, + "Ġsurreal": 32513, + "Ġsurrend": 36862, + "Ġsurrender": 22185, + "Ġsurrendered": 48802, + "Ġsurround": 6262, + "Ġsurrounded": 13221, + "Ġsurrounding": 11498, + "Ġsurroundings": 25314, + "Ġsurrounds": 44576, + "Ġsurt": 18622, + "Ġsurtout": 19903, + "Ġsurv": 3940, + "Ġsurve": 11463, + "Ġsurveillance": 18475, + "Ġsurvey": 8984, + "Ġsurveys": 22711, + "Ġsurviv": 12324, + "Ġsurvival": 12559, + "Ġsurvive": 7867, + "Ġsurvived": 14433, + "Ġsurvives": 46231, + "Ġsurviving": 24948, + "Ġsurvivor": 25953, + "Ġsurvivors": 18369, + "Ġsus": 3291, + "Ġsuscept": 26104, + "Ġsusceptible": 31249, + "Ġsuscri": 40405, + "Ġsushi": 23022, + "Ġsusp": 6535, + "Ġsuspect": 9091, + "Ġsuspected": 26439, + "Ġsuspects": 35667, + "Ġsuspend": 42546, + "Ġsuspended": 23437, + "Ġsuspense": 47803, + "Ġsuspension": 15771, + "Ġsuspicion": 32020, + "Ġsuspicious": 17931, + "Ġsust": 5402, + "Ġsustain": 6769, + "Ġsustainability": 16360, + "Ġsustainable": 11235, + "Ġsustained": 23389, + "Ġsustaining": 49097, + "Ġsut": 43489, + "Ġsv": 17342, + "Ġsven": 48208, + "Ġsw": 1693, + "Ġswab": 49840, + "Ġswag": 42064, + "Ġswallow": 20099, + "Ġswallowed": 41769, + "Ġswamp": 31724, + "Ġswap": 18135, + "Ġswapped": 50011, + "Ġswarm": 49839, + "Ġswatch": 42362, + "Ġsway": 27555, + "Ġswe": 2484, + "Ġswear": 11902, + "Ġsweat": 11872, + "Ġsweater": 26550, + "Ġsweating": 25438, + "Ġsweats": 38712, + "Ġsweaty": 36044, + "Ġsweep": 22169, + "Ġsweeping": 33285, + "Ġsweet": 3844, + "Ġsweeter": 44323, + "Ġsweetheart": 36633, + "Ġsweetie": 40508, + "Ġsweetness": 25702, + "Ġsweets": 28680, + "Ġswell": 34251, + "Ġswelling": 33127, + "Ġswept": 31791, + "Ġswift": 29184, + "Ġswiftly": 49891, + "Ġswim": 7110, + "Ġswimming": 11989, + "Ġswims": 42357, + "Ġswing": 11173, + "Ġswinging": 29500, + "Ġswings": 32386, + "Ġswipe": 28170, + "Ġswirl": 30310, + "Ġswitch": 3679, + "Ġswitched": 16858, + "Ġswitches": 19458, + "Ġswitching": 16493, + "Ġswo": 13291, + "Ġswoje": 29489, + "ĠswojÄħ": 49194, + "Ġswollen": 37559, + "Ġsword": 10576, + "Ġswords": 26474, + "Ġsworn": 40068, + "Ġsy": 943, + "Ġsyll": 20223, + "Ġsyllable": 40151, + "Ġsyllables": 45364, + "Ġsyllabus": 48077, + "Ġsym": 6697, + "Ġsymb": 43700, + "Ġsymbol": 5986, + "Ġsymbolic": 25755, + "Ġsymbolism": 47061, + "Ġsymbols": 16944, + "Ġsymm": 14232, + "Ġsymmetric": 32330, + "Ġsymmetrical": 40360, + "Ġsymmetry": 25440, + "Ġsymp": 13240, + "Ġsympath": 22276, + "Ġsympathetic": 36032, + "Ġsympathy": 33240, + "Ġsympt": 7266, + "Ġsymptom": 29370, + "Ġsymptoms": 8332, + "Ġsyn": 5451, + "Ġsynagogue": 49169, + "Ġsync": 20271, + "Ġsynchron": 19331, + "Ġsynchronous": 44743, + "Ġsynd": 15198, + "Ġsyndrome": 19371, + "Ġsyner": 33781, + "Ġsynergy": 50163, + "Ġsynt": 23980, + "Ġsyntax": 28431, + "Ġsynth": 10657, + "Ġsynthes": 26617, + "Ġsynthesis": 30252, + "Ġsynthetic": 23420, + "Ġsyrup": 17852, + "Ġsyst": 20274, + "Ġsystem": 1185, + "Ġsystematic": 27249, + "Ġsystematically": 39531, + "Ġsystemic": 23789, + "Ġsystems": 3652, + "Ġsystème": 25142, + "Ġsytu": 28275, + "Ġsz": 7870, + "Ġszcz": 22090, + "Ġszczegól": 49624, + "Ġszer": 36160, + "Ġszy": 30526, + "Ġszyb": 36456, + "Ġsão": 8364, + "Ġsä": 15316, + "Ġsäga": 28013, + "Ġsäger": 37607, + "Ġsätt": 29503, + "ĠsÃ¥": 4719, + "ĠsÃ¥dan": 40989, + "Ġsé": 7910, + "Ġsécur": 32384, + "Ġsécurité": 37600, + "Ġsérie": 18416, + "Ġsì": 49267, + "Ġsó": 6238, + "Ġsólo": 22885, + "Ġsón": 25421, + "Ġsö": 12643, + "Ġsöy": 27543, + "Ġsöyl": 31222, + "Ġsöyle": 16928, + "Ġsöyled": 35909, + "Ġsöyleye": 35881, + "Ġsöz": 31667, + "Ġsú": 33075, + "Ġsúper": 43282, + "Ġsû": 15998, + "Ġsûr": 18143, + "Ġsü": 21218, + "Ġsür": 48014, + "ĠsÃŃ": 8600, + "Ġsı": 30201, + "Ġsık": 30046, + "Ġsır": 38572, + "ĠsÄĥ": 15446, + "ĠsÄħ": 9015, + "ĠsÅĤ": 15116, + "ĠsÅĤu": 48459, + "Ġsẽ": 17208, + "Ġsá»±": 33602, + "Ġsá»ij": 44983, + "Ġt": 256, + "Ġta": 1846, + "Ġtab": 4421, + "Ġtabii": 31430, + "Ġtable": 3199, + "Ġtables": 8020, + "Ġtablespoon": 22398, + "Ġtablespoons": 21615, + "Ġtablet": 14136, + "Ġtablets": 27622, + "Ġtabs": 20743, + "Ġtac": 25018, + "Ġtack": 9426, + "Ġtackle": 14896, + "Ġtackling": 34415, + "Ġtaco": 34101, + "Ġtacos": 34776, + "Ġtact": 9959, + "Ġtactic": 31012, + "Ġtactical": 26323, + "Ġtactics": 19454, + "Ġtactile": 47319, + "Ġtad": 29622, + "Ġtadi": 42953, + "Ġtag": 6162, + "Ġtagged": 40239, + "Ġtags": 18632, + "Ġtah": 23059, + "Ġtahu": 27294, + "Ġtahun": 34656, + "Ġtai": 20499, + "Ġtail": 6838, + "Ġtailor": 33068, + "Ġtailored": 34858, + "Ġtails": 28537, + "Ġtak": 991, + "Ġtaka": 28017, + "Ġtake": 747, + "Ġtakeaway": 30681, + "Ġtakeaways": 45584, + "Ġtaken": 2726, + "Ġtakes": 2516, + "Ġtaki": 20065, + "Ġtakich": 29607, + "Ġtakie": 15963, + "Ġtakiego": 32296, + "Ġtakiej": 38941, + "Ġtakim": 31732, + "Ġtaking": 1940, + "ĠtakÄħ": 31069, + "Ġtakże": 23306, + "Ġtal": 4023, + "Ġtale": 17172, + "Ġtalent": 8301, + "Ġtalented": 13467, + "Ġtalents": 19933, + "Ġtales": 27254, + "Ġtalk": 751, + "Ġtalked": 2825, + "Ġtalkin": 39243, + "Ġtalking": 1417, + "Ġtalks": 6686, + "Ġtall": 6764, + "Ġtaller": 22406, + "Ġtallest": 42075, + "Ġtalvez": 32320, + "Ġtam": 7677, + "Ġtama": 45342, + "Ġtamam": 18536, + "Ġtaman": 41500, + "Ġtamanho": 45645, + "Ġtamb": 3629, + "Ġtambién": 6407, + "Ġtambé": 22562, + "Ġtambém": 6274, + "Ġtame": 45774, + "Ġtamp": 21424, + "Ġtampoco": 36838, + "Ġtan": 7603, + "Ġtand": 35274, + "Ġtandem": 48120, + "Ġtane": 23233, + "Ġtang": 10266, + "Ġtangent": 27747, + "Ġtangible": 27094, + "Ġtangled": 47192, + "Ġtank": 5466, + "Ġtanks": 14022, + "Ġtant": 12095, + "Ġtanta": 40864, + "Ġtanto": 10331, + "Ġtao": 44292, + "Ġtap": 5119, + "Ġtapa": 42097, + "Ġtape": 7314, + "Ġtaped": 45673, + "Ġtaper": 36277, + "Ġtapes": 31349, + "Ġtapi": 23901, + "Ġtapped": 38693, + "Ġtapping": 21444, + "Ġtaps": 42536, + "Ġtar": 3112, + "Ġtara": 23837, + "Ġtaraf": 32536, + "Ġtard": 21057, + "Ġtarde": 27367, + "Ġtare": 49423, + "Ġtarget": 3779, + "Ġtargeted": 15045, + "Ġtargeting": 17918, + "Ġtargets": 12911, + "Ġtariffs": 39661, + "Ġtark": 44777, + "Ġtart": 22491, + "Ġtas": 8023, + "Ġtask": 5633, + "Ġtasked": 38621, + "Ġtasks": 9608, + "Ġtast": 2700, + "Ġtaste": 3939, + "Ġtasted": 25003, + "Ġtastes": 8666, + "Ġtasting": 26223, + "Ġtasty": 11535, + "Ġtat": 9600, + "Ġtatsächlich": 20796, + "Ġtatto": 12096, + "Ġtattoo": 15080, + "Ġtattoos": 28662, + "Ġtau": 17842, + "Ġtaught": 5928, + "Ġtav": 23214, + "Ġtava": 26777, + "Ġtavalla": 50132, + "Ġtax": 3366, + "Ġtaxation": 47072, + "Ġtaxes": 10041, + "Ġtaxi": 18984, + "Ġtaxpayer": 43204, + "Ġtaxpayers": 38205, + "Ġtay": 39224, + "ĠtaÅŁ": 37276, + "Ġtbsp": 25110, + "Ġte": 535, + "Ġtea": 5817, + "Ġteach": 2924, + "Ġteacher": 5027, + "Ġteachers": 6023, + "Ġteaches": 16876, + "Ġteaching": 4571, + "Ġteachings": 21037, + "Ġteam": 1469, + "Ġteamed": 47426, + "Ġteammate": 25467, + "Ġteammates": 20461, + "Ġteams": 5491, + "Ġteamwork": 30015, + "Ġtear": 12556, + "Ġtearing": 29401, + "Ġtears": 10462, + "Ġteas": 11488, + "Ġtease": 30444, + "Ġteaser": 35326, + "Ġteasing": 37720, + "Ġteaspoon": 17237, + "Ġteaspoons": 43996, + "Ġtech": 7553, + "Ġtechn": 1537, + "Ġtechnical": 6191, + "Ġtechnically": 12120, + "Ġtechnician": 38247, + "Ġtechnicians": 40885, + "Ġtechnique": 6532, + "Ġtechniques": 7512, + "Ġtechno": 36728, + "Ġtechnological": 18439, + "Ġtechnologies": 7943, + "Ġtechnology": 2899, + "Ġtecn": 20105, + "Ġtecnologia": 44905, + "ĠtecnologÃŃa": 48055, + "Ġted": 22337, + "Ġteddy": 45116, + "Ġtedious": 38284, + "Ġtee": 33863, + "Ġteen": 8921, + "Ġteenage": 26866, + "Ġteenager": 21440, + "Ġteenagers": 23618, + "Ġteens": 24849, + "Ġteeny": 48232, + "Ġteeth": 7798, + "Ġtegen": 30945, + "Ġtego": 8627, + "Ġteh": 32991, + "Ġtehd": 44812, + "Ġteil": 33200, + "Ġteilweise": 46748, + "Ġtej": 12573, + "Ġtek": 16624, + "Ġtekn": 32533, + "Ġtekrar": 45847, + "Ġtel": 15284, + "Ġtela": 29203, + "Ġtele": 4304, + "Ġtelef": 40616, + "Ġtelefon": 26812, + "Ġtelephone": 19800, + "Ġteleport": 28050, + "Ġteles": 18273, + "Ġtelescop": 37085, + "Ġtelescope": 26114, + "Ġtelescopes": 46051, + "Ġtelev": 49492, + "Ġtelevis": 40638, + "Ġtelevision": 8815, + "Ġtell": 980, + "Ġtellement": 28906, + "Ġtelling": 3585, + "Ġtells": 5112, + "Ġtem": 1383, + "Ġtema": 15854, + "Ġtemas": 40284, + "Ġtemat": 32954, + "Ġtemos": 14247, + "Ġtemp": 18274, + "Ġtemper": 3393, + "Ġtemperatura": 36903, + "Ġtemperature": 4292, + "Ġtemperatures": 12633, + "Ġtempl": 9100, + "Ġtemplate": 12379, + "Ġtemplates": 21165, + "Ġtemple": 10184, + "Ġtemples": 27431, + "Ġtempo": 8972, + "Ġtempor": 8219, + "Ġtemporada": 41983, + "Ġtemporal": 30881, + "Ġtemporarily": 23750, + "Ġtemporary": 13413, + "Ġtemps": 8827, + "Ġtempt": 13794, + "Ġtemptation": 30423, + "Ġtempted": 29941, + "Ġtempting": 37900, + "Ġtemu": 33346, + "Ġten": 2064, + "Ġtenant": 31000, + "Ġtenants": 31216, + "Ġtend": 3928, + "Ġtended": 34732, + "Ġtendencies": 45488, + "Ġtendency": 18187, + "Ġtender": 15036, + "Ġtendon": 46479, + "Ġtends": 12258, + "Ġtenemos": 9914, + "Ġtener": 11640, + "Ġteng": 10370, + "Ġtenga": 36031, + "Ġtengan": 46874, + "Ġtengo": 13989, + "Ġtenha": 28834, + "Ġtenho": 14291, + "Ġtenido": 33104, + "Ġtenim": 36012, + "Ġtenir": 30593, + "Ġtennis": 18118, + "Ġtens": 10688, + "Ġtense": 18760, + "Ġtension": 8980, + "Ġtensions": 28303, + "Ġtensor": 40863, + "Ġtent": 7054, + "Ġtentang": 43575, + "Ġtentar": 33572, + "Ġtenth": 27269, + "Ġtents": 39283, + "Ġtenure": 32256, + "ĠtenÃŃa": 23718, + "ĠtenÃŃan": 47596, + "Ġteor": 40238, + "Ġter": 1796, + "Ġteraz": 16854, + "Ġterce": 41385, + "Ġtercer": 38103, + "Ġteria": 45530, + "Ġterm": 1433, + "Ġterme": 36285, + "Ġtermin": 10761, + "Ġterminal": 14709, + "Ġterminals": 38579, + "Ġterminar": 36246, + "Ġterminology": 27575, + "Ġterms": 2115, + "Ġterr": 7245, + "Ġterra": 26298, + "Ġterrace": 47232, + "Ġterrain": 17674, + "Ġterre": 31815, + "Ġterrible": 6237, + "Ġterribly": 22903, + "Ġterrific": 20899, + "Ġterrified": 23051, + "Ġterrifying": 18106, + "Ġterrit": 8673, + "Ġterritor": 23484, + "Ġterritorial": 34888, + "Ġterritories": 25195, + "Ġterritory": 11360, + "Ġterror": 8127, + "Ġterrorism": 23917, + "Ġterrorist": 20342, + "Ġterrorists": 28330, + "Ġtert": 38726, + "Ġterug": 35020, + "Ġterus": 35977, + "Ġtes": 20018, + "Ġtest": 1500, + "Ġtestament": 35499, + "Ġteste": 49586, + "Ġtested": 8246, + "Ġtester": 36101, + "Ġtestified": 47639, + "Ġtestify": 31381, + "Ġtestim": 12600, + "Ġtestimon": 30963, + "Ġtestimony": 15634, + "Ġtesting": 4997, + "Ġtestoster": 29841, + "Ġtestosterone": 33417, + "Ġtests": 6921, + "Ġtet": 23319, + "Ġteu": 35280, + "Ġteve": 26628, + "Ġtext": 2487, + "Ġtextbook": 25591, + "Ġtextbooks": 33587, + "Ġtexted": 42553, + "Ġtextile": 42069, + "Ġtexting": 29897, + "Ġtexto": 35503, + "Ġtexts": 15765, + "Ġtexture": 8091, + "Ġtextured": 48656, + "Ġtextures": 24501, + "Ġteż": 9516, + "ĠteÅŁekkür": 44002, + "Ġth": 258, + "Ġtha": 43614, + "Ġthan": 813, + "Ġthank": 1309, + "Ġthanked": 48137, + "Ġthankful": 13611, + "Ġthankfully": 27352, + "Ġthanking": 30830, + "Ġthanks": 3231, + "Ġthat": 300, + "Ġthats": 16777, + "ĠthatÃŃs": 46493, + "Ġthe": 264, + "ĠtheCUBE": 40906, + "Ġtheat": 30982, + "Ġtheater": 10612, + "Ġtheaters": 28887, + "Ġtheatre": 18711, + "Ġtheatrical": 42806, + "Ġthee": 24800, + "Ġtheft": 28508, + "Ġtheir": 641, + "Ġtheirs": 22760, + "Ġthem": 552, + "Ġtheme": 6314, + "Ġthemed": 33920, + "Ġthemes": 13544, + "Ġthemselves": 2969, + "Ġthen": 550, + "Ġtheo": 40594, + "Ġtheological": 40725, + "Ġtheology": 27927, + "Ġtheor": 27423, + "Ġtheore": 10299, + "Ġtheorem": 20904, + "Ġtheoret": 14308, + "Ġtheoretical": 20864, + "Ġtheoretically": 29400, + "Ġtheories": 13667, + "Ġtheory": 5261, + "Ġtherap": 6793, + "Ġtherapeut": 26126, + "Ġtherapeutic": 30395, + "Ġtherapies": 32814, + "Ġtherapist": 19830, + "Ġtherapists": 36509, + "Ġtherapy": 9492, + "Ġthere": 456, + "Ġthereafter": 38729, + "Ġthereby": 28281, + "Ġtherefore": 4412, + "Ġtheres": 42551, + "Ġtherm": 8810, + "Ġthermal": 15070, + "Ġthermometer": 42539, + "Ġthese": 613, + "Ġthesis": 22288, + "Ġtheta": 9725, + "Ġthey": 436, + "Ġthi": 30994, + "Ġthick": 5060, + "Ġthicken": 33821, + "Ġthicker": 18142, + "Ġthickness": 14855, + "Ġthief": 23176, + "Ġthieves": 37057, + "Ġthigh": 27871, + "Ġthighs": 29207, + "Ġthin": 5862, + "Ġthing": 551, + "Ġthings": 721, + "Ġthink": 519, + "Ġthinkers": 37895, + "Ġthinking": 1953, + "Ġthinks": 7309, + "Ġthinly": 47337, + "Ġthinner": 21905, + "Ġthird": 2636, + "Ġthirds": 34552, + "Ġthirst": 34846, + "Ġthirsty": 28115, + "Ġthirteen": 31534, + "Ġthirty": 11790, + "Ġthis": 341, + "Ġtho": 27899, + "Ġthor": 11588, + "Ġthorough": 12934, + "Ġthoroughly": 17987, + "Ġthose": 729, + "Ġthou": 24757, + "Ġthough": 1673, + "Ġthought": 1194, + "Ġthoughtful": 21566, + "Ġthoughts": 4598, + "Ġthous": 3118, + "Ġthousand": 4714, + "Ġthousands": 5383, + "Ġthr": 739, + "Ġthread": 7207, + "Ġthreaded": 47493, + "Ġthreads": 19314, + "Ġthreat": 4734, + "Ġthreaten": 29864, + "Ġthreatened": 18268, + "Ġthreatening": 20768, + "Ġthreatens": 47511, + "Ġthreats": 14909, + "Ġthree": 1045, + "Ġthreshold": 14678, + "Ġthrew": 11918, + "Ġthri": 23949, + "Ġthrill": 32935, + "Ġthrilled": 18744, + "Ġthriller": 43009, + "Ġthrilling": 39347, + "Ġthrive": 21233, + "Ġthriving": 30643, + "Ġthroat": 12394, + "Ġthrone": 17678, + "Ġthrottle": 24235, + "Ġthrough": 807, + "Ġthroughout": 3710, + "Ġthroughput": 44629, + "Ġthrow": 3507, + "Ġthrowing": 10238, + "Ġthrown": 11732, + "Ġthrows": 19251, + "Ġthrust": 24030, + "Ġthu": 40295, + "Ġthumb": 9298, + "Ġthumbna": 21313, + "Ġthumbnail": 26746, + "Ġthumbnails": 46987, + "Ġthumbs": 8838, + "Ġthunder": 19898, + "Ġthunderstorm": 39618, + "Ġthus": 8807, + "Ġthy": 15196, + "Ġthyroid": 32332, + "Ġthé": 30448, + "Ġthì": 17510, + "Ġthôi": 34772, + "ĠthÃłnh": 39953, + "Ġthấy": 27793, + "Ġthế": 27100, + "Ġthứ": 47269, + "Ġthá»±c": 50183, + "Ġthá»ĥ": 24491, + "Ġthá»Ŀi": 49506, + "Ġti": 8757, + "Ġtick": 5204, + "Ġticket": 10550, + "Ġtickets": 12628, + "Ġticking": 33999, + "Ġticks": 42475, + "Ġtid": 9422, + "Ġtidak": 18943, + "Ġtide": 24662, + "Ġtiden": 44302, + "Ġtidy": 34646, + "Ġtie": 7582, + "Ġtied": 9601, + "Ġtief": 45100, + "Ġtiempo": 11772, + "Ġtien": 4902, + "Ġtiene": 7066, + "Ġtienen": 12536, + "Ġtienes": 20716, + "Ġtier": 12362, + "Ġtierra": 33416, + "Ġtiers": 40563, + "Ġties": 14039, + "Ġtiet": 37709, + "Ġtiger": 21432, + "Ġtigers": 47949, + "Ġtight": 4524, + "Ġtighten": 17041, + "Ġtightened": 49673, + "Ġtightening": 42217, + "Ġtighter": 30443, + "Ġtightly": 21952, + "Ġtijd": 26966, + "Ġtik": 44994, + "Ġtil": 8440, + "Ġtilde": 45046, + "Ġtile": 20590, + "Ġtiles": 21982, + "Ġtill": 4288, + "Ġtills": 46729, + "Ġtilt": 18446, + "Ġtilted": 43229, + "Ġtim": 524, + "Ġtimber": 34671, + "Ġtime": 565, + "Ġtimed": 44696, + "Ġtimeframe": 34830, + "Ġtimeless": 41200, + "Ġtimeline": 12933, + "Ġtimelines": 45886, + "Ġtimely": 25150, + "Ġtimer": 19247, + "Ġtimes": 1413, + "Ġtimest": 49108, + "Ġtiming": 10822, + "Ġtin": 15935, + "Ġtinc": 43240, + "Ġting": 17922, + "Ġtinha": 13574, + "Ġtinham": 47257, + "Ġtint": 28738, + "Ġtiny": 5870, + "Ġtio": 44735, + "Ġtip": 4125, + "Ġtipo": 9746, + "Ġtipos": 37105, + "Ġtipping": 41625, + "Ġtips": 6082, + "Ġtir": 13807, + "Ġtirar": 29239, + "Ġtire": 11756, + "Ġtired": 5868, + "Ġtires": 13885, + "Ġtiring": 35182, + "Ġtiro": 44188, + "Ġtiss": 10080, + "Ġtissue": 12404, + "Ġtissues": 27353, + "Ġtit": 3459, + "Ġtitanium": 35289, + "Ġtitle": 4876, + "Ġtitled": 19841, + "Ġtitles": 12992, + "Ġtitre": 44161, + "Ġtitt": 37419, + "Ġtive": 39242, + "Ġtiver": 31417, + "Ġtiế": 34923, + "Ġtiếp": 48667, + "Ġto": 281, + "Ġtoast": 15354, + "Ġtoasted": 48951, + "Ġtob": 20676, + "Ġtobacco": 22994, + "Ġtoc": 42565, + "Ġtoca": 43514, + "Ġtocar": 35631, + "Ġtoch": 22587, + "Ġtod": 4352, + "Ġtoda": 11687, + "Ġtodas": 10906, + "ĠtodavÃŃa": 28388, + "Ġtoday": 965, + "Ġtodd": 33268, + "Ġtoddler": 44348, + "Ġtodo": 5149, + "Ġtodos": 6321, + "Ġtoe": 13976, + "Ġtoen": 29911, + "Ġtoes": 14681, + "Ġtofu": 21419, + "Ġtoget": 1213, + "Ġtogether": 1214, + "Ġtogg": 26911, + "Ġtoggle": 31225, + "Ġtoi": 15648, + "Ġtoil": 9499, + "Ġtoilet": 11137, + "Ġtoilets": 37691, + "Ġtoim": 35590, + "Ġtok": 19164, + "Ġtoken": 14862, + "Ġtokens": 22667, + "Ġtold": 1907, + "Ġtoler": 11125, + "Ġtolerance": 23368, + "Ġtolerant": 45525, + "Ġtolerate": 25773, + "Ġtoll": 16629, + "Ġtom": 2916, + "Ġtoma": 39728, + "Ġtomar": 22048, + "Ġtomato": 9288, + "Ġtomatoes": 15135, + "Ġtomb": 18712, + "Ġtomorrow": 4153, + "Ġton": 2952, + "Ġtone": 8027, + "Ġtoner": 40403, + "Ġtones": 19995, + "Ġtong": 9124, + "Ġtongue": 10601, + "Ġtongues": 37490, + "Ġtonight": 4440, + "Ġtonnes": 41402, + "Ġtons": 9131, + "Ġtoo": 886, + "Ġtook": 1890, + "Ġtool": 2290, + "Ġtoolbar": 47715, + "Ġtoolbox": 44593, + "Ġtooling": 46593, + "Ġtoolkit": 40167, + "Ġtools": 3873, + "Ġtooth": 11680, + "Ġtoothbrush": 37568, + "Ġtoothp": 27003, + "Ġtoothpaste": 39956, + "Ġtop": 1192, + "Ġtopic": 4829, + "Ġtopics": 8378, + "Ġtopl": 41017, + "Ġtopp": 48433, + "Ġtopped": 38781, + "Ġtopping": 36676, + "Ġtoppings": 43052, + "Ġtops": 22836, + "Ġtor": 3930, + "Ġtorch": 27822, + "Ġtore": 37341, + "Ġtorment": 36662, + "Ġtorn": 10885, + "Ġtornado": 27935, + "Ġtornar": 41283, + "Ġtorpedo": 46764, + "Ġtorque": 16437, + "Ġtorso": 34917, + "Ġtort": 10806, + "Ġtortilla": 48857, + "Ġtorto": 50159, + "Ġtorture": 20711, + "Ġtortured": 36166, + "Ġtoss": 14432, + "Ġtossed": 42768, + "Ġtot": 1993, + "Ġtota": 40066, + "Ġtotal": 3217, + "Ġtotalement": 45203, + "Ġtotally": 3879, + "Ġtotalmente": 30865, + "Ġtote": 49019, + "Ġtots": 31661, + "Ġtou": 10095, + "Ġtouch": 2557, + "Ġtouchdown": 34459, + "Ġtouched": 9828, + "Ġtouches": 17431, + "Ġtouching": 11175, + "Ġtouchscreen": 46775, + "Ġtough": 4930, + "Ġtougher": 30298, + "Ġtoughest": 35037, + "Ġtoujours": 11936, + "Ġtour": 3512, + "Ġtouring": 32487, + "Ġtourism": 21832, + "Ġtourist": 19806, + "Ġtourists": 20273, + "Ġtournament": 13713, + "Ġtournaments": 32004, + "Ġtours": 22911, + "Ġtous": 8317, + "Ġtout": 3486, + "Ġtoute": 14953, + "Ġtoutes": 14437, + "Ġtow": 10966, + "Ġtoward": 7361, + "Ġtowards": 3030, + "Ġtowel": 15755, + "Ġtowels": 32819, + "Ġtower": 10567, + "Ġtowers": 25045, + "Ġtown": 3954, + "Ġtowns": 18104, + "Ġtox": 10357, + "Ġtoxic": 12786, + "Ġtoxicity": 45866, + "Ġtoxins": 36104, + "Ġtoy": 12058, + "Ġtoys": 13753, + "Ġtr": 504, + "Ġtra": 944, + "Ġtrabaj": 9618, + "Ġtrabajando": 40473, + "Ġtrabajar": 30793, + "Ġtrabajo": 18099, + "Ġtrabal": 12067, + "Ġtrabalh": 48180, + "Ġtrabalhar": 35531, + "Ġtrabalho": 20834, + "Ġtrace": 13508, + "Ġtraced": 38141, + "Ġtraces": 26076, + "Ġtracing": 25262, + "Ġtrack": 2837, + "Ġtracked": 31703, + "Ġtracker": 37516, + "Ġtracking": 11603, + "Ġtracks": 10218, + "Ġtract": 24207, + "Ġtraction": 23558, + "Ġtractor": 31857, + "Ġtrad": 2479, + "Ġtrade": 4923, + "Ġtraded": 27157, + "Ġtrademark": 31361, + "Ġtrader": 31961, + "Ġtraders": 26014, + "Ġtrades": 21287, + "Ġtradicional": 47956, + "Ġtrading": 9529, + "Ġtradition": 6994, + "Ġtraditional": 5164, + "Ġtraditionally": 19067, + "Ġtraditions": 15643, + "Ġtraff": 21073, + "Ġtraffic": 6419, + "Ġtrafficking": 25843, + "Ġtrag": 38282, + "Ġtraged": 16019, + "Ġtragedy": 18563, + "Ġtragen": 44737, + "Ġtragic": 20385, + "Ġtrail": 9924, + "Ġtrailer": 11724, + "Ġtrailers": 37698, + "Ġtrails": 23024, + "Ġtrain": 3847, + "Ġtrained": 8895, + "Ġtrainee": 40350, + "Ġtrainees": 41316, + "Ġtrainer": 21110, + "Ġtrainers": 35393, + "Ġtraining": 3097, + "Ġtrainings": 33856, + "Ġtrains": 16329, + "Ġtrait": 22538, + "Ġtraitor": 39819, + "Ġtraits": 19526, + "Ġtraject": 18257, + "Ġtrajectory": 21512, + "Ġtram": 25749, + "Ġtramp": 38605, + "Ġtran": 14404, + "Ġtranqu": 17640, + "Ġtranquil": 35337, + "Ġtrans": 1145, + "Ġtransact": 46688, + "Ġtransaction": 14425, + "Ġtransactions": 16856, + "Ġtransc": 43800, + "Ġtranscend": 28535, + "Ġtranscript": 24444, + "Ġtranscription": 35288, + "Ġtransf": 22666, + "Ġtransfer": 5003, + "Ġtransferred": 15809, + "Ġtransferring": 31437, + "Ġtransfers": 29137, + "Ġtransform": 4088, + "Ġtransformation": 9887, + "Ġtransformations": 34852, + "Ġtransformative": 36070, + "Ġtransformed": 16894, + "Ġtransformer": 31782, + "Ġtransforming": 27210, + "Ġtransforms": 35592, + "Ġtransgender": 27470, + "Ġtransient": 41998, + "Ġtransistor": 34750, + "Ġtransit": 17976, + "Ġtransition": 6034, + "Ġtransitional": 46452, + "Ġtransitioned": 47346, + "Ġtransitioning": 33777, + "Ġtransitions": 23767, + "Ġtransl": 5105, + "Ġtranslate": 13799, + "Ġtranslated": 16805, + "Ġtranslates": 28468, + "Ġtranslating": 35030, + "Ġtranslation": 12853, + "Ġtranslations": 37578, + "Ġtranslator": 35223, + "Ġtransluc": 45266, + "Ġtranslucent": 48236, + "Ġtransm": 7715, + "Ġtransmission": 11574, + "Ġtransmit": 17831, + "Ġtransmitted": 25355, + "Ġtransmitter": 40121, + "Ġtransp": 7132, + "Ġtransparen": 16165, + "Ġtransparency": 17131, + "Ġtransparent": 12737, + "Ġtransplant": 20662, + "Ġtransport": 5495, + "Ġtransportation": 11328, + "Ġtransported": 29373, + "Ġtransporting": 49302, + "Ġtranspose": 25167, + "Ġtrap": 11487, + "Ġtrapped": 14994, + "Ġtraps": 24173, + "Ġtras": 22507, + "Ġtrash": 11321, + "Ġtrat": 21507, + "Ġtrata": 31920, + "Ġtratar": 42549, + "Ġtraum": 16790, + "Ġtrauma": 11407, + "Ġtraumat": 35099, + "Ġtraumatic": 26456, + "Ġtrav": 11783, + "Ġtrava": 16020, + "Ġtravail": 18047, + "Ġtravaill": 38222, + "Ġtravaille": 41072, + "Ġtravailler": 30968, + "Ġtrave": 13938, + "Ġtravel": 3147, + "Ġtraveled": 16147, + "Ġtraveler": 46138, + "Ġtravelers": 35283, + "Ġtraveling": 9712, + "Ġtravelled": 31844, + "Ġtravelling": 20515, + "Ġtravels": 19863, + "Ġtravers": 23149, + "Ġtraverse": 45674, + "Ġtravés": 24463, + "Ġtray": 16027, + "Ġtrays": 47496, + "Ġtraz": 37481, + "Ġtrazer": 44776, + "Ġtre": 2192, + "Ġtread": 28286, + "Ġtreadmill": 46374, + "Ġtreasure": 12985, + "Ġtreasures": 31548, + "Ġtreasury": 47213, + "Ġtreat": 2387, + "Ġtreated": 8668, + "Ġtreaties": 48552, + "Ġtreating": 15083, + "Ġtreatment": 5032, + "Ġtreatments": 15795, + "Ġtreats": 19566, + "Ġtreaty": 24772, + "Ġtreball": 37999, + "Ġtreble": 43715, + "Ġtree": 4230, + "Ġtrees": 5852, + "Ġtreffen": 37620, + "Ġtrek": 33646, + "Ġtrem": 7813, + "Ġtremb": 37708, + "Ġtrembling": 47354, + "Ġtremend": 8706, + "Ġtremendous": 10048, + "Ġtremendously": 27985, + "Ġtren": 23136, + "Ġtrench": 39052, + "Ġtrenches": 48245, + "Ġtrend": 6028, + "Ġtrending": 28692, + "Ġtrends": 13892, + "Ġtrendy": 38596, + "Ġtres": 15890, + "Ġtresp": 46347, + "Ġtri": 1376, + "Ġtrial": 7308, + "Ġtrials": 12450, + "Ġtriang": 19335, + "Ġtriangle": 13369, + "Ġtriangles": 29896, + "Ġtriangular": 38190, + "Ġtrib": 15039, + "Ġtribal": 20958, + "Ġtribe": 17625, + "Ġtribes": 19035, + "Ġtribute": 24722, + "Ġtrick": 4282, + "Ġtricked": 39345, + "Ġtricks": 11733, + "Ġtricky": 12414, + "Ġtried": 3031, + "Ġtries": 9898, + "Ġtrif": 36956, + "Ġtrig": 35386, + "Ġtrigger": 7875, + "Ġtriggered": 21710, + "Ġtriggering": 40406, + "Ġtriggers": 22827, + "Ġtril": 26120, + "Ġtrillion": 18723, + "Ġtrilogy": 34030, + "Ġtrim": 10445, + "Ġtrimmed": 44563, + "Ġtrimming": 47212, + "Ġtrio": 37274, + "Ġtrip": 4931, + "Ġtriple": 15508, + "Ġtripod": 28020, + "Ġtrips": 16051, + "Ġtriste": 33526, + "Ġtriumph": 29156, + "Ġtrivia": 48770, + "Ġtrivial": 26703, + "Ġtro": 4495, + "ĠtrochÄĻ": 24926, + "Ġtrois": 19758, + "Ġtroisième": 47582, + "Ġtroll": 20680, + "Ġtrolls": 47749, + "Ġtrong": 18826, + "Ġtroop": 46400, + "Ġtroops": 11522, + "Ġtrop": 9006, + "Ġtroph": 45583, + "Ġtrophy": 28639, + "Ġtropical": 22857, + "Ġtror": 22109, + "Ġtros": 45692, + "Ġtrotzdem": 28325, + "Ġtrou": 3455, + "Ġtrouble": 5253, + "Ġtroubled": 29402, + "Ġtroubles": 15379, + "Ġtroublesome": 46838, + "Ġtroubling": 38080, + "Ġtrous": 34156, + "Ġtrousers": 41463, + "Ġtrout": 43978, + "Ġtrouve": 19359, + "Ġtrouver": 23546, + "Ġtrouvé": 37742, + "Ġtrov": 35449, + "Ġtruc": 14805, + "Ġtruck": 5898, + "Ġtrucks": 16156, + "Ġtrucs": 33505, + "Ġtrud": 32007, + "Ġtrue": 2074, + "Ġtruly": 4908, + "Ġtrump": 21779, + "Ġtrumpet": 35160, + "Ġtrunk": 19849, + "Ġtrust": 3361, + "Ġtrusted": 16034, + "Ġtrustees": 43234, + "Ġtrusting": 28235, + "Ġtrusts": 45358, + "Ġtrustworthy": 39714, + "Ġtruth": 3494, + "Ġtruthful": 44669, + "Ġtruths": 30079, + "Ġtry": 853, + "Ġtryin": 47452, + "Ġtrying": 1382, + "Ġtryna": 49597, + "Ġtrze": 22266, + "Ġtrzeba": 25860, + "Ġtrzy": 34573, + "Ġtrás": 46189, + "Ġträ": 33367, + "Ġtrès": 5732, + "Ġtrên": 33187, + "Ġtrês": 20779, + "ĠtrÆ°á»Ľc": 44860, + "Ġts": 35492, + "Ġtsp": 21438, + "Ġtsun": 34550, + "Ġtsunami": 39032, + "Ġtteokbokki": 47025, + "Ġtu": 2604, + "Ġtua": 33578, + "Ġtub": 10809, + "Ġtube": 9917, + "Ġtuber": 39847, + "Ġtubes": 21458, + "Ġtubing": 43349, + "Ġtuck": 18457, + "Ġtucked": 36089, + "Ġtud": 32602, + "Ġtudo": 9379, + "Ġtug": 33543, + "Ġtuh": 26849, + "Ġtuition": 23925, + "Ġtul": 30210, + "Ġtule": 27954, + "Ġtulee": 40038, + "Ġtum": 13102, + "Ġtumb": 42994, + "Ġtummy": 36974, + "Ġtumor": 22512, + "Ġtumors": 38466, + "Ġtun": 4267, + "Ġtuna": 26670, + "Ġtune": 10864, + "Ġtuned": 10870, + "Ġtunes": 38498, + "Ġtung": 41880, + "Ġtuning": 15164, + "Ġtunnel": 13186, + "Ġtunnels": 30804, + "Ġtuo": 45352, + "Ġtur": 3243, + "Ġturb": 18252, + "Ġturbine": 27536, + "Ġturbines": 44947, + "Ġturbo": 20902, + "Ġturbul": 27462, + "Ġturbulence": 48612, + "Ġturbulent": 41697, + "Ġturf": 42756, + "Ġturkey": 21551, + "Ġturmeric": 36774, + "Ġturmoil": 44554, + "Ġturn": 1261, + "Ġturnaround": 46114, + "Ġturned": 3574, + "Ġturning": 6246, + "Ġturnout": 42497, + "Ġturnover": 37137, + "Ġturns": 4523, + "Ġturret": 34544, + "Ġturtle": 22866, + "Ġturtles": 32422, + "Ġtus": 20647, + "Ġtussen": 50119, + "Ġtut": 3672, + "Ġtutaj": 12749, + "Ġtutor": 35613, + "Ġtutorial": 7073, + "Ġtutorials": 17616, + "Ġtutoring": 44410, + "Ġtutte": 38632, + "Ġtutti": 19822, + "Ġtutto": 23048, + "Ġtuv": 38177, + "Ġtuvo": 43718, + "Ġtv": 16364, + "ĠtvÃ¥": 34600, + "Ġtw": 683, + "Ġtwe": 6986, + "Ġtweak": 29879, + "Ġtweaks": 46664, + "Ġtwee": 30660, + "Ġtweet": 15258, + "Ġtweeted": 25646, + "Ġtweeting": 40090, + "Ġtweets": 25671, + "Ġtwelve": 14390, + "Ġtwent": 34041, + "Ġtwenties": 49398, + "Ġtwenty": 7699, + "Ġtwice": 6091, + "Ġtwin": 18397, + "Ġtwins": 22555, + "Ġtwist": 8203, + "Ġtwisted": 23057, + "Ġtwisting": 34491, + "Ġtwists": 35290, + "Ġtwitch": 34167, + "Ġtwitter": 21439, + "Ġtwo": 732, + "Ġtwor": 46288, + "Ġty": 1104, + "Ġtych": 15180, + "Ġtycker": 31053, + "Ġtying": 32405, + "Ġtyl": 13103, + "Ġtyle": 39293, + "Ġtylko": 13219, + "Ġtym": 8107, + "Ġtyp": 2125, + "Ġtype": 2010, + "Ġtyped": 33941, + "Ġtypes": 3467, + "Ġtypical": 7476, + "Ġtypically": 5850, + "Ġtyping": 18444, + "Ġtyr": 41108, + "Ġtyre": 44087, + "Ġtyres": 42564, + "Ġtys": 38156, + "Ġtyö": 43448, + "Ġtá": 7737, + "Ġtão": 18012, + "Ġtä": 14619, + "Ġtähän": 49580, + "Ġtäll": 37728, + "Ġtämä": 29962, + "Ġtän": 19790, + "Ġtänker": 43431, + "Ġtässä": 29934, + "Ġtät": 37039, + "Ġtätä": 50187, + "Ġtää": 38350, + "Ġté": 19809, + "Ġtéc": 25564, + "Ġtécnica": 45411, + "Ġtélé": 24254, + "Ġtéléphone": 47159, + "Ġtér": 39324, + "Ġtérmin": 45198, + "Ġtêm": 24277, + "Ġtête": 24661, + "Ġtô": 20683, + "Ġtôi": 22336, + "Ġtö": 37064, + "Ġtú": 15056, + "Ġtür": 39219, + "ĠtÃŃtulo": 43399, + "ĠtÄħ": 32294, + "ĠtÄĻ": 32489, + "Ġtại": 37773, + "Ġtừ": 26834, + "ĠtỼi": 47679, + "Ġu": 344, + "Ġub": 26709, + "Ġubiqu": 43868, + "Ġucz": 35403, + "Ġud": 11727, + "Ġuda": 44544, + "Ġudah": 25231, + "Ġug": 10743, + "Ġugh": 38560, + "Ġugly": 12246, + "Ġuh": 2232, + "Ġuhh": 29256, + "Ġuhhh": 38594, + "Ġuhm": 35007, + "Ġuit": 12528, + "Ġuk": 26769, + "Ġul": 20352, + "Ġult": 3725, + "Ġultimate": 9705, + "Ġultimately": 6284, + "Ġultra": 14808, + "Ġultras": 37072, + "Ġultrasound": 40895, + "Ġum": 1105, + "Ġuma": 2772, + "Ġumas": 46010, + "Ġumbre": 20158, + "Ġumbrella": 21925, + "Ġumm": 28397, + "Ġun": 517, + "Ġuna": 2002, + "Ġunable": 11299, + "Ġunacceptable": 31812, + "Ġunanim": 29710, + "Ġunanimously": 48733, + "Ġunas": 25405, + "Ġunatt": 47316, + "Ġunav": 36541, + "Ġunaware": 32065, + "Ġunbedingt": 41211, + "Ġunbel": 46063, + "Ġunbelievable": 16605, + "Ġunbelievably": 43593, + "Ġunbox": 20242, + "Ġunboxing": 26266, + "Ġunc": 6219, + "Ġuncertain": 11308, + "Ġuncertainty": 15697, + "Ġunch": 33686, + "Ġunchanged": 44553, + "Ġuncheck": 46672, + "Ġuncle": 9153, + "Ġunclear": 25636, + "Ġuncles": 47662, + "Ġuncom": 8585, + "Ġuncomfortable": 10532, + "Ġuncommon": 29289, + "Ġuncon": 35847, + "Ġuncond": 34959, + "Ġunconditional": 47916, + "Ġunconscious": 18900, + "Ġuncont": 36019, + "Ġuncover": 21694, + "Ġuncovered": 37729, + "Ġund": 674, + "Ġunde": 40981, + "Ġunder": 833, + "Ġundercover": 48099, + "Ġunderest": 24612, + "Ġunderestimate": 35826, + "Ġundergo": 26426, + "Ġundergoing": 40033, + "Ġundergrad": 14295, + "Ġundergraduate": 19113, + "Ġunderground": 14977, + "Ġunderlying": 14217, + "Ġunderm": 24188, + "Ġundermine": 39257, + "Ġunderneath": 7223, + "Ġunders": 16692, + "Ġunderscore": 37556, + "Ġunderside": 49511, + "Ġunderstand": 1223, + "Ġunderstandable": 25648, + "Ġunderstanding": 3701, + "Ġunderstands": 15146, + "Ġunderstood": 7320, + "Ġundert": 15564, + "Ġundertake": 37010, + "Ġundertaken": 40313, + "Ġundertaking": 39250, + "Ġunderwater": 20967, + "Ġunderway": 27534, + "Ġunderwear": 24941, + "Ġunderworld": 49607, + "Ġundes": 45667, + "Ġundo": 23779, + "Ġundocumented": 40472, + "Ġundoubtedly": 35211, + "Ġune": 2251, + "Ġuneasy": 48589, + "Ġunemploy": 14015, + "Ġunemployed": 34411, + "Ġunemployment": 17438, + "Ġuneven": 34022, + "Ġunex": 11572, + "Ġunexpected": 13106, + "Ġunexpectedly": 40452, + "Ġunf": 3971, + "Ġunfair": 17019, + "Ġunfamiliar": 29415, + "Ġunfinished": 41037, + "Ġunfold": 17980, + "Ġunfolding": 44586, + "Ġunfor": 31411, + "Ġunforgettable": 46194, + "Ġunfortunate": 17843, + "Ġunfortunately": 7015, + "Ġung": 29038, + "Ġungef": 31831, + "Ġungefähr": 41285, + "Ġunglaub": 49087, + "Ġunhappy": 22172, + "Ġunhealthy": 29147, + "Ġuni": 36435, + "Ġunicorn": 28122, + "Ġunified": 26787, + "Ġuniform": 9452, + "Ġuniformly": 48806, + "Ġuniforms": 37235, + "Ġunin": 43456, + "Ġunint": 29466, + "Ġunintended": 49902, + "Ġunintention": 45514, + "Ġuninter": 49234, + "Ġunion": 11671, + "Ġunions": 24914, + "Ġuniqu": 20763, + "Ġunique": 3845, + "Ġuniquely": 31474, + "Ġuniqueness": 48294, + "Ġunit": 4985, + "Ġunite": 29320, + "Ġunited": 18883, + "Ġunits": 6815, + "Ġunity": 18205, + "Ġunivers": 5950, + "Ġuniversal": 11455, + "Ġuniversally": 43995, + "Ġuniverse": 6445, + "Ġuniverses": 50168, + "Ġuniversities": 11779, + "Ġuniversity": 5454, + "Ġuniverso": 42332, + "Ġunjust": 37046, + "Ġunknown": 9841, + "Ġunknowns": 46048, + "Ġunl": 32118, + "Ġunle": 25272, + "Ġunleash": 49814, + "Ġunless": 5969, + "Ġunlike": 8343, + "Ġunlikely": 17518, + "Ġunlimited": 21950, + "Ġunload": 32165, + "Ġunlock": 11634, + "Ġunlocked": 30180, + "Ġunlocking": 49620, + "Ġunlucky": 38838, + "Ġunm": 19334, + "Ġunmute": 41445, + "Ġunnatural": 43470, + "Ġunnecess": 16799, + "Ġunnecessary": 19350, + "Ġunnie": 49665, + "Ġuno": 8526, + "Ġunos": 17780, + "Ġunp": 20994, + "Ġunpack": 26699, + "Ġunpl": 32816, + "Ġunpleasant": 29128, + "Ġunplug": 39456, + "Ġunpre": 19237, + "Ġunprecedented": 21555, + "Ġunpredict": 28341, + "Ġunpredictable": 31160, + "Ġunquote": 37557, + "Ġunravel": 40507, + "Ġunre": 20584, + "Ġunreal": 25754, + "Ġunrealistic": 42867, + "Ġunreasonable": 41730, + "Ġunrelated": 38967, + "Ġunrest": 35103, + "Ġuns": 2693, + "Ġunsafe": 35948, + "Ġunscrew": 42579, + "Ġunseen": 40608, + "Ġunser": 12977, + "Ġunsere": 14339, + "Ġunserem": 26792, + "Ġunseren": 25305, + "Ġunserer": 20965, + "Ġunsett": 43964, + "Ġunst": 18799, + "Ġunstable": 23742, + "Ġunstoppable": 48261, + "Ġunsuccess": 40501, + "Ġunsuccessful": 46258, + "Ġunsure": 32486, + "Ġunt": 1701, + "Ġunten": 25693, + "Ġunter": 8662, + "Ġunters": 20983, + "Ġunterschied": 30058, + "Ġunterstüt": 30007, + "Ġunterstützen": 43081, + "Ġunterwegs": 36258, + "Ġuntil": 1826, + "Ġunto": 16521, + "Ġuntuk": 12711, + "Ġunus": 10054, + "Ġunused": 44383, + "Ġunusual": 10901, + "Ġunut": 37997, + "Ġunve": 31009, + "Ġunveiled": 47430, + "Ġunw": 14853, + "Ġunwanted": 33745, + "Ġunwilling": 38246, + "Ġup": 493, + "Ġupbeat": 23593, + "Ġupbringing": 47268, + "Ġupcoming": 11500, + "Ġupd": 3460, + "Ġupdate": 5623, + "Ġupdated": 10588, + "Ġupdates": 9205, + "Ġupdating": 25113, + "Ġupfront": 30264, + "Ġupgrad": 17789, + "Ġupgrade": 11484, + "Ġupgraded": 24133, + "Ġupgrades": 24868, + "Ġupgrading": 36249, + "Ġuphill": 39132, + "Ġuphold": 34451, + "Ġuplift": 45407, + "Ġupload": 6580, + "Ġuploaded": 17135, + "Ġuploading": 27301, + "Ġuploads": 48611, + "Ġupon": 3564, + "Ġupp": 11775, + "Ġupper": 6597, + "Ġupright": 27405, + "Ġuprising": 49144, + "Ġups": 15497, + "Ġupset": 8340, + "Ġupsetting": 44109, + "Ġupside": 14119, + "Ġupstairs": 16462, + "Ġupstream": 33915, + "Ġupward": 23452, + "Ġupwards": 22167, + "Ġur": 4038, + "Ġuranium": 36830, + "Ġurban": 9681, + "Ġurg": 40199, + "Ġurge": 19029, + "Ġurged": 44206, + "Ġurgency": 29734, + "Ġurgent": 19022, + "Ġurgently": 49390, + "Ġurging": 48489, + "Ġurine": 27638, + "Ġus": 505, + "Ġusa": 29909, + "Ġusability": 46878, + "Ġusable": 29975, + "Ġusage": 14924, + "Ġusando": 29798, + "Ġusar": 14745, + "Ġuse": 764, + "Ġused": 1143, + "Ġuseful": 4420, + "Ġuseless": 14115, + "Ġuser": 4195, + "Ġusername": 30351, + "Ġusers": 5022, + "Ġuses": 4960, + "Ġusing": 1228, + "Ġuso": 22728, + "Ġust": 26189, + "Ġusted": 10467, + "Ġustedes": 17110, + "Ġusu": 32247, + "Ġusual": 7713, + "Ġusually": 2673, + "Ġut": 2839, + "Ġutan": 29011, + "Ġutens": 47294, + "Ġutil": 4976, + "Ġutilis": 33643, + "Ġutilise": 39475, + "Ġutiliser": 34535, + "Ġutilities": 30482, + "Ġutility": 14877, + "Ġutiliz": 19906, + "Ġutilizar": 24060, + "Ġutilization": 37074, + "Ġutilize": 16117, + "Ġutilized": 28158, + "Ġutilizing": 26775, + "Ġutilizz": 40355, + "Ġutmost": 42777, + "Ġutter": 17567, + "Ġutterly": 30251, + "Ġutveck": 39807, + "Ġuw": 23147, + "ĠuwagÄĻ": 43696, + "Ġuważ": 48089, + "Ġuy": 28266, + "Ġuz": 16851, + "ĠuÄŁ": 43222, + "Ġuży": 34097, + "Ġuž": 46803, + "Ġv": 371, + "Ġva": 2773, + "Ġvaak": 49644, + "Ġvaan": 47948, + "Ġvac": 2842, + "Ġvacant": 38890, + "Ġvacation": 12830, + "Ġvacc": 3900, + "Ġvaccin": 44931, + "Ġvaccinated": 14686, + "Ġvaccination": 16498, + "Ġvaccinations": 39333, + "Ġvaccine": 7007, + "Ġvaccines": 12164, + "Ġvacun": 38581, + "Ġvacuum": 14224, + "Ġvad": 16684, + "Ġvag": 13501, + "Ġvagina": 38963, + "Ġvague": 24247, + "Ġvagy": 32970, + "Ġvai": 4405, + "Ġvaig": 26571, + "Ġvain": 22240, + "Ġvais": 9369, + "Ġvak": 31647, + "Ġval": 1323, + "Ġvale": 15474, + "Ġvaleur": 45255, + "Ġvalid": 7363, + "Ġvalidate": 29562, + "Ġvalidated": 40693, + "Ġvalidation": 24071, + "Ġvalidity": 40943, + "Ġvallahi": 45338, + "Ġvalle": 40699, + "Ġvalley": 17636, + "Ġvalleys": 45614, + "Ġvalor": 15367, + "Ġvalores": 38790, + "Ġvalt": 45912, + "Ġvalu": 7332, + "Ġvaluable": 8263, + "Ġvaluation": 38546, + "Ġvalue": 2158, + "Ġvalued": 22608, + "Ġvalues": 4190, + "Ġvalve": 15294, + "Ġvalves": 34950, + "Ġvam": 41864, + "Ġvamos": 5295, + "Ġvamp": 20017, + "Ġvampire": 28592, + "Ġvampires": 45771, + "Ġvan": 3161, + "Ġvandaag": 41901, + "Ġvanilla": 17528, + "Ġvanish": 43584, + "Ġvanished": 37518, + "Ġvanity": 44622, + "Ġvantage": 46206, + "Ġvap": 29393, + "Ġvapor": 20358, + "Ġvar": 1374, + "Ġvara": 17234, + "Ġvard": 23065, + "Ġvardı": 36339, + "Ġvardır": 41312, + "Ġvari": 3034, + "Ġvariability": 35709, + "Ġvariable": 7006, + "Ġvariables": 9102, + "Ġvariance": 21977, + "Ġvariant": 17501, + "Ġvariants": 21669, + "Ġvarias": 37496, + "Ġvariation": 12990, + "Ġvariations": 17840, + "Ġvaried": 22877, + "Ġvaries": 21716, + "Ġvarieties": 22092, + "Ġvariety": 5673, + "Ġvarios": 33665, + "Ġvarious": 3683, + "Ġvarit": 31289, + "Ġvars": 46130, + "Ġvarsa": 48440, + "Ġvary": 10559, + "Ġvarying": 22984, + "Ġvas": 11481, + "Ġvase": 44065, + "Ġvast": 8369, + "Ġvastly": 41426, + "Ġvault": 27134, + "Ġvaya": 47682, + "Ġvaz": 37533, + "Ġve": 1241, + "Ġvec": 42021, + "Ġveces": 17054, + "Ġvector": 8062, + "Ġvectors": 18875, + "Ġved": 14267, + "Ġvedere": 35373, + "Ġveel": 16550, + "Ġveg": 24366, + "Ġvegan": 12824, + "Ġveget": 5764, + "Ġvegetable": 16356, + "Ġvegetables": 9320, + "Ġvegetarian": 25739, + "Ġvegetation": 28769, + "Ġvegg": 22644, + "Ġveggies": 27889, + "Ġveh": 4221, + "Ġvehicle": 5864, + "Ġvehicles": 8948, + "Ġveil": 30705, + "Ġvein": 30669, + "Ġveins": 29390, + "Ġveio": 41164, + "Ġvel": 14610, + "Ġveloc": 7806, + "Ġvelocidad": 50143, + "Ġvelocidade": 45181, + "Ġvelocity": 9269, + "Ġvelvet": 41905, + "Ġvem": 19053, + "Ġvemos": 20909, + "Ġven": 6138, + "Ġvend": 10169, + "Ġvender": 44281, + "Ġvendo": 33152, + "Ġvendor": 24321, + "Ġvendors": 22056, + "Ġvenge": 38008, + "Ġvengeance": 43818, + "Ġvenir": 20817, + "Ġvenom": 34322, + "Ġvent": 6931, + "Ġventil": 27498, + "Ġventilation": 29553, + "Ġvents": 40048, + "Ġventure": 18474, + "Ġvenue": 21645, + "Ġvenues": 32882, + "Ġveo": 41319, + "Ġver": 1306, + "Ġveramente": 50079, + "Ġverb": 9595, + "Ġverbal": 24781, + "Ġverbally": 48162, + "Ġverbess": 49112, + "Ġverbs": 30051, + "Ġverd": 6387, + "Ġverdad": 13692, + "Ġverdade": 15203, + "Ġverde": 29653, + "Ġverder": 47196, + "Ġverdi": 40243, + "Ġverdict": 33957, + "Ġvere": 16443, + "Ġverein": 49162, + "Ġverf": 40660, + "Ġverg": 20209, + "Ġverge": 37164, + "Ġvergessen": 42418, + "Ġverification": 30206, + "Ġverified": 31197, + "Ġverify": 16888, + "Ġverk": 22328, + "Ġverkl": 43403, + "Ġverl": 19441, + "Ġverlier": 49331, + "Ġverloren": 44884, + "Ġverm": 26319, + "Ġverme": 40064, + "Ġvern": 35793, + "Ġverr": 45923, + "Ġvers": 1774, + "Ġversa": 25650, + "Ġversatile": 25057, + "Ġversch": 20563, + "Ġverschied": 22263, + "Ġverschiedene": 35411, + "Ġverschiedenen": 41043, + "Ġverse": 7996, + "Ġverses": 17316, + "Ġversion": 3037, + "Ġversions": 9606, + "Ġversión": 47248, + "Ġverso": 49786, + "Ġverst": 48960, + "Ġverste": 22442, + "Ġverstehen": 37352, + "Ġversuchen": 34749, + "Ġversucht": 36064, + "Ġversus": 5717, + "Ġversão": 41471, + "Ġvert": 6509, + "Ġverte": 16167, + "Ġvertex": 28162, + "Ġvertical": 9429, + "Ġvertically": 28450, + "Ġvertices": 32053, + "Ġverw": 24615, + "Ġvery": 588, + "Ġverz": 43945, + "Ġverändert": 45990, + "Ġves": 28274, + "Ġvess": 11800, + "Ġvessel": 18098, + "Ġvessels": 20117, + "Ġvest": 15814, + "Ġvested": 49317, + "Ġvet": 12423, + "Ġveter": 8901, + "Ġveteran": 18324, + "Ġveterans": 14343, + "Ġveterinar": 47574, + "Ġveto": 42910, + "Ġveulent": 41826, + "Ġveure": 26060, + "Ġveut": 14873, + "Ġveux": 16389, + "Ġveya": 49223, + "Ġvez": 5715, + "Ġvezes": 12925, + "Ġvi": 1932, + "Ġvia": 5766, + "Ġviable": 22024, + "Ġviaje": 48932, + "Ġvib": 11666, + "Ġvibe": 14606, + "Ġvibes": 27636, + "Ġvibr": 11599, + "Ġvibrant": 21571, + "Ġvibrating": 47748, + "Ġvibration": 20006, + "Ġvibrations": 32339, + "Ġvic": 26031, + "Ġvice": 11964, + "Ġvicinity": 42387, + "Ġvicious": 30093, + "Ġvict": 4403, + "Ġvictim": 6760, + "Ġvictims": 11448, + "Ġvictories": 38259, + "Ġvictorious": 42557, + "Ġvictory": 9812, + "Ġvid": 7217, + "Ġvida": 7644, + "Ġvidare": 49324, + "Ġvide": 838, + "Ġvideo": 960, + "Ġvideog": 46801, + "Ġvideos": 2145, + "Ġvidé": 9543, + "Ġvidéo": 11660, + "Ġvidéos": 25417, + "Ġvie": 4941, + "Ġviel": 5891, + "Ġviele": 9693, + "Ġvielen": 19885, + "Ġvielleicht": 12547, + "Ġvielä": 36470, + "Ġviendo": 34506, + "Ġviene": 19561, + "Ġvienen": 49298, + "Ġviennent": 44458, + "Ġviens": 36421, + "Ġvient": 22876, + "Ġvier": 17634, + "Ġview": 1910, + "Ġviewed": 19174, + "Ġviewer": 16767, + "Ġviewers": 8499, + "Ġviewing": 17480, + "Ġviewpoint": 35248, + "Ġviews": 6809, + "Ġvig": 15366, + "Ġvigil": 39093, + "Ġvigilant": 45737, + "Ġvigor": 42396, + "Ġvikt": 26737, + "Ġviktig": 49706, + "Ġviktigt": 46150, + "Ġvil": 15349, + "Ġvill": 4284, + "Ġvilla": 46473, + "Ġvillage": 7288, + "Ġvillagers": 32080, + "Ġvillages": 20444, + "Ġvillain": 17906, + "Ġvillains": 31368, + "Ġville": 23019, + "Ġvimos": 49266, + "Ġvin": 27037, + "Ġvind": 20168, + "Ġvinden": 46089, + "Ġvine": 12755, + "Ġvinegar": 18030, + "Ġvino": 48841, + "Ġvintage": 23050, + "Ġvinyl": 25226, + "Ġviol": 3448, + "Ġviolate": 37478, + "Ġviolated": 33239, + "Ġviolating": 42201, + "Ġviolation": 22840, + "Ġviolations": 30405, + "Ġviolence": 6270, + "Ġviolent": 11867, + "Ġviolently": 46728, + "Ġviolet": 46480, + "Ġviolin": 22878, + "Ġvir": 4107, + "Ġviral": 16132, + "Ġvirgin": 26404, + "Ġvirt": 4480, + "Ġvirtual": 6374, + "Ġvirtually": 14103, + "Ġvirtue": 20816, + "Ġvirtues": 41106, + "Ġvirtuous": 48918, + "Ġvirus": 5752, + "Ġviruses": 21785, + "Ġvis": 1452, + "Ġvisa": 18589, + "Ġvisas": 45922, + "Ġviscos": 38297, + "Ġviscosity": 39744, + "Ġvisibility": 19883, + "Ġvisible": 8974, + "Ġvision": 5201, + "Ġvisionary": 49442, + "Ġvisions": 30746, + "Ġvisit": 3441, + "Ġvisited": 11220, + "Ġvisiting": 11700, + "Ġvisitor": 28222, + "Ġvisitors": 14315, + "Ġvisits": 17753, + "Ġvist": 40247, + "Ġvista": 22553, + "Ġvisto": 17558, + "Ġvisual": 5056, + "Ġvisualization": 25801, + "Ġvisualize": 23273, + "Ġvisually": 19622, + "Ġvisuals": 26035, + "Ġvisão": 49949, + "Ġvit": 9467, + "Ġvita": 32712, + "Ġvital": 11707, + "Ġvitam": 23617, + "Ġvitamin": 17163, + "Ġvitamins": 27920, + "Ġvite": 24462, + "Ġvitesse": 49573, + "Ġviu": 28383, + "Ġviv": 11005, + "Ġvive": 28927, + "Ġviver": 46280, + "Ġvivid": 23603, + "Ġvivir": 39656, + "Ġvivo": 30689, + "Ġvivre": 34248, + "Ġviá»ĩc": 38628, + "Ġvlog": 8917, + "Ġvlogging": 39117, + "Ġvlogs": 30575, + "Ġvo": 1650, + "Ġvoc": 2329, + "Ġvocabulary": 19864, + "Ġvocal": 11657, + "Ġvocals": 28441, + "Ġvocê": 2723, + "Ġvocês": 10522, + "Ġvodka": 35710, + "Ġvog": 31273, + "Ġvoi": 20931, + "Ġvoice": 3177, + "Ġvoiced": 42246, + "Ġvoices": 9802, + "Ġvoid": 22009, + "Ġvoila": 45565, + "ĠvoilÃł": 14624, + "Ġvoir": 10695, + "Ġvois": 18297, + "Ġvoit": 18164, + "Ġvoiture": 38859, + "Ġvoix": 37188, + "Ġvol": 1996, + "Ġvolatile": 34377, + "Ġvolatility": 25877, + "Ġvolcan": 31117, + "Ġvolcanic": 35813, + "Ġvolcano": 21979, + "Ġvolcanoes": 48221, + "Ġvole": 49877, + "Ġvoll": 15593, + "Ġvolley": 30951, + "Ġvolleyball": 35887, + "Ġvolont": 40005, + "Ġvolt": 5962, + "Ġvolta": 18765, + "Ġvoltage": 8352, + "Ġvoltages": 49614, + "Ġvoltar": 36291, + "Ġvolte": 37801, + "Ġvolts": 22322, + "Ġvolume": 5523, + "Ġvolumes": 22219, + "Ġvolunt": 17911, + "Ġvoluntarily": 41782, + "Ġvoluntary": 28563, + "Ġvolunte": 7662, + "Ġvolunteer": 13835, + "Ġvolunteered": 41213, + "Ġvolunteering": 33237, + "Ġvolunteers": 14352, + "Ġvolver": 33998, + "Ġvom": 10135, + "Ġvomit": 42374, + "Ġvomiting": 46234, + "Ġvon": 2957, + "Ġvont": 14362, + "Ġvontade": 47708, + "Ġvoor": 7358, + "Ġvor": 4245, + "Ġvorbei": 38881, + "Ġvorbere": 48391, + "Ġvorher": 29195, + "Ġvorne": 32025, + "Ġvors": 48432, + "Ġvorstellen": 34346, + "Ġvortex": 49113, + "Ġvos": 13845, + "Ġvost": 28944, + "Ġvot": 3478, + "Ġvote": 4740, + "Ġvoted": 13415, + "Ġvoter": 21722, + "Ġvoters": 14073, + "Ġvotes": 12068, + "Ġvoting": 10419, + "Ġvotre": 10087, + "Ġvou": 6008, + "Ġvouch": 31007, + "Ġvoud": 39520, + "Ġvoulais": 37242, + "Ġvoulez": 29072, + "Ġvous": 2630, + "Ġvow": 17033, + "Ġvowel": 29410, + "Ġvowels": 44972, + "Ġvoy": 7552, + "Ġvoyage": 30729, + "Ġvoyez": 31503, + "Ġvoz": 30005, + "Ġvra": 6070, + "Ġvraag": 46485, + "Ġvrai": 17815, + "Ġvraiment": 8322, + "Ġvrij": 45547, + "Ġvs": 12041, + "Ġvu": 9732, + "Ġvue": 32859, + "Ġvuel": 20126, + "Ġvuelta": 41542, + "Ġvul": 7452, + "Ġvull": 45977, + "Ġvulner": 8184, + "Ġvulnerabilities": 37633, + "Ġvulnerability": 24210, + "Ġvulnerable": 10955, + "Ġvur": 40797, + "Ġvy": 44766, + "Ġvá": 36625, + "Ġvárias": 30235, + "Ġvários": 29830, + "Ġvão": 18766, + "Ġvä": 12099, + "Ġvähän": 42702, + "Ġväl": 22974, + "Ġväldigt": 19888, + "Ġvär": 28187, + "ĠvÃ¥": 27748, + "ĠvÃ¥r": 26477, + "ĠvÃ¥ra": 41042, + "Ġvæ": 18836, + "Ġvære": 27458, + "Ġvé": 19050, + "Ġvéhic": 49438, + "Ġvér": 46919, + "Ġvérit": 30678, + "Ġvéritable": 47492, + "Ġvê": 30384, + "Ġvì": 37902, + "Ġvöllig": 35670, + "ĠvÃł": 10274, + "ĠvÃło": 24995, + "ĠvÃŃ": 6153, + "ĠvÃŃde": 6951, + "ĠvÃŃdeo": 8071, + "ĠvÃŃdeos": 20617, + "Ġvẫn": 49004, + "ĠváºŃy": 29738, + "Ġvá»ģ": 25652, + "Ġvá»ĭ": 45186, + "ĠvỼi": 18916, + "Ġw": 261, + "Ġwa": 5406, + "Ġwaar": 16618, + "Ġwack": 42138, + "Ġwaffle": 44328, + "Ġwag": 36854, + "Ġwage": 15444, + "Ġwages": 20097, + "Ġwagon": 34453, + "Ġwah": 31979, + "Ġwahr": 21628, + "Ġwahrscheinlich": 30957, + "Ġwai": 32883, + "Ġwaist": 15732, + "Ġwait": 1699, + "Ġwaited": 15240, + "Ġwaiter": 45389, + "Ġwaiting": 3806, + "Ġwaits": 40597, + "Ġwaiver": 42143, + "Ġwake": 6634, + "Ġwakes": 29610, + "Ġwaking": 20447, + "Ġwaktu": 44782, + "Ġwal": 21346, + "Ġwalk": 1792, + "Ġwalked": 7628, + "Ġwalking": 4494, + "Ġwalks": 12896, + "Ġwall": 2929, + "Ġwallet": 16599, + "Ġwallpaper": 43293, + "Ġwalls": 7920, + "Ġwalnut": 50136, + "Ġwam": 39104, + "Ġwan": 46930, + "Ġwand": 14304, + "Ġwander": 27541, + "Ġwandering": 26396, + "Ġwann": 38064, + "Ġwanna": 1948, + "Ġwant": 528, + "Ġwanted": 1415, + "Ġwanting": 7935, + "Ġwants": 2738, + "Ġwar": 1516, + "Ġward": 15234, + "Ġwardrobe": 29065, + "Ġware": 17464, + "Ġwarehouse": 22244, + "Ġwaren": 11931, + "Ġwarfare": 24490, + "Ġwarm": 4561, + "Ġwarmed": 38201, + "Ġwarmer": 21599, + "Ġwarming": 17983, + "Ġwarmth": 24737, + "Ġwarn": 12286, + "Ġwarned": 21284, + "Ġwarning": 9164, + "Ġwarnings": 30009, + "Ġwarp": 36030, + "Ġwarrant": 16354, + "Ġwarranty": 26852, + "Ġwarri": 13940, + "Ġwarrior": 20173, + "Ġwarriors": 25303, + "Ġwars": 13718, + "Ġwart": 45124, + "Ġwarten": 46907, + "Ġwarto": 31830, + "Ġwarum": 24331, + "Ġwary": 46585, + "Ġwas": 390, + "Ġwash": 5675, + "Ġwashed": 16300, + "Ġwasher": 29304, + "Ġwashes": 48616, + "Ġwashing": 13836, + "Ġwasn": 2067, + "Ġwast": 49075, + "Ġwaste": 5964, + "Ġwasted": 19496, + "Ġwastewater": 46418, + "Ġwasting": 20457, + "Ġwat": 6858, + "Ġwatch": 1159, + "Ġwatched": 6337, + "Ġwatches": 17062, + "Ġwatching": 1976, + "Ġwater": 1281, + "Ġwatercolor": 31727, + "Ġwaterfall": 27848, + "Ġwatering": 33028, + "Ġwatermelon": 26097, + "Ġwaterproof": 27974, + "Ġwaters": 12975, + "Ġwatershed": 49728, + "Ġwatery": 43015, + "Ġwatt": 31556, + "Ġwatts": 31247, + "Ġwave": 5772, + "Ġwaveform": 36512, + "Ġwavel": 22144, + "Ġwavelength": 22907, + "Ġwavelengths": 47424, + "Ġwaves": 9417, + "Ġwaving": 35347, + "Ġwax": 17352, + "Ġway": 636, + "Ġways": 2098, + "Ġważ": 27777, + "Ġważne": 46110, + "Ġwcze": 38533, + "ĠwczeÅĽniej": 40785, + "Ġwe": 321, + "Ġweak": 5336, + "Ġweaken": 48576, + "Ġweakened": 42613, + "Ġweaker": 24286, + "Ġweakest": 44001, + "Ġweakness": 12772, + "Ġweaknesses": 24381, + "Ġwealth": 7203, + "Ġwealthy": 17707, + "Ġweap": 4528, + "Ġweapon": 7463, + "Ġweapons": 7278, + "Ġwear": 3728, + "Ġwearing": 4769, + "Ġwears": 20877, + "Ġweary": 47853, + "Ġweather": 5503, + "Ġweave": 29145, + "Ġweaving": 40028, + "Ġweb": 3670, + "Ġwebcam": 39490, + "Ġwebinar": 10942, + "Ġwebinars": 26065, + "Ġwebpage": 37852, + "Ġwebs": 2859, + "Ġwebsite": 3144, + "Ġwebsites": 12891, + "Ġwed": 6393, + "Ġwedding": 8523, + "Ġweddings": 39617, + "Ġwedge": 34530, + "Ġwee": 32753, + "Ġweed": 20852, + "Ġweeds": 26370, + "Ġweek": 1243, + "Ġweekend": 6711, + "Ġweekends": 23595, + "Ġweekly": 12460, + "Ġweeks": 3259, + "Ġweer": 19662, + "Ġweet": 28991, + "Ġweg": 15565, + "Ġwegen": 32855, + "Ġweigh": 13843, + "Ġweighed": 32844, + "Ġweighing": 31986, + "Ġweighs": 24911, + "Ġweight": 3364, + "Ġweighted": 32807, + "Ġweights": 17443, + "Ġweil": 7689, + "Ġweird": 3657, + "Ġweirdest": 44807, + "Ġweirdly": 48931, + "Ġweit": 15306, + "Ġweiter": 8988, + "Ġweitere": 30020, + "Ġweiteren": 44036, + "Ġweiterhin": 42480, + "ĠweiÃŁ": 13385, + "Ġwel": 2214, + "Ġwelche": 24311, + "Ġwelcome": 2928, + "Ġwelcomed": 23668, + "Ġwelcoming": 17378, + "Ġweld": 13964, + "Ġwelded": 49227, + "Ġwelding": 25393, + "Ġwelfare": 17788, + "Ġwell": 731, + "Ġwellbeing": 29508, + "Ġwellness": 23913, + "Ġwells": 30984, + "Ġwelt": 43119, + "Ġwen": 11472, + "Ġwenig": 20911, + "Ġweniger": 23224, + "Ġwenn": 4797, + "Ġwent": 1437, + "Ġwer": 2612, + "Ġwerd": 37258, + "Ġwerde": 24866, + "Ġwerden": 4604, + "Ġwere": 645, + "Ġweren": 4999, + "Ġwerk": 37585, + "Ġwert": 47659, + "Ġwes": 38384, + "Ġwest": 7009, + "Ġwestern": 13231, + "Ġwet": 6630, + "Ġweten": 40759, + "Ġwh": 315, + "Ġwhack": 42877, + "Ġwhale": 25370, + "Ġwhales": 32403, + "Ġwhat": 437, + "Ġwhatever": 2035, + "Ġwhatnot": 25882, + "Ġwhats": 29625, + "Ġwhatsoever": 17076, + "Ġwhe": 3966, + "Ġwheat": 16691, + "Ġwheel": 5589, + "Ġwheelchair": 22945, + "Ġwheels": 10046, + "Ġwhen": 562, + "Ġwhenever": 5699, + "Ġwhere": 689, + "Ġwhereas": 9735, + "Ġwhereby": 36998, + "Ġwherein": 43531, + "Ġwherever": 8660, + "Ġwhether": 1968, + "Ġwhich": 597, + "Ġwhichever": 24123, + "Ġwhile": 1339, + "Ġwhilst": 18534, + "Ġwhim": 47271, + "Ġwhip": 22377, + "Ġwhipped": 27918, + "Ġwhipping": 45476, + "Ġwhirl": 35706, + "Ġwhirring": 36861, + "Ġwhis": 13641, + "Ġwhisk": 24485, + "Ġwhiskey": 34648, + "Ġwhisper": 26018, + "Ġwhispering": 42445, + "Ġwhistle": 23470, + "Ġwhistles": 49282, + "Ġwhit": 47548, + "Ġwhite": 2418, + "Ġwhites": 21909, + "Ġwho": 567, + "Ġwhoa": 13310, + "Ġwhoever": 11387, + "Ġwhole": 1379, + "Ġwholes": 34228, + "Ġwholesale": 43982, + "Ġwholly": 45157, + "Ġwhom": 7101, + "Ġwhooshing": 44825, + "Ġwhopping": 50043, + "Ġwhose": 6104, + "Ġwhy": 983, + "Ġwi": 26393, + "Ġwicht": 26244, + "Ġwichtig": 13621, + "Ġwichtige": 46276, + "Ġwichtiger": 48840, + "Ġwicked": 22663, + "Ġwid": 5274, + "Ġwide": 4874, + "Ġwidely": 13371, + "Ġwiden": 32552, + "Ġwider": 11842, + "Ġwides": 21516, + "Ġwidespread": 22679, + "Ġwidget": 34047, + "Ġwidgets": 43355, + "Ġwidow": 37207, + "Ġwidth": 11402, + "Ġwidz": 27486, + "Ġwie": 3355, + "Ġwied": 46894, + "Ġwieder": 6216, + "Ġwiel": 20570, + "Ġwield": 35982, + "Ġwiele": 33137, + "Ġwielu": 40437, + "Ġwiem": 26522, + "Ġwife": 3836, + "Ġwifi": 35246, + "Ġwig": 24094, + "Ġwiggle": 33377, + "Ġwij": 24770, + "Ġwil": 20501, + "Ġwild": 4868, + "Ġwilderness": 27613, + "Ġwildlife": 19199, + "Ġwildly": 34731, + "Ġwill": 486, + "Ġwillen": 35830, + "Ġwilling": 4950, + "Ġwillingly": 44675, + "Ġwillingness": 25069, + "Ġwillkommen": 46439, + "Ġwillst": 48355, + "Ġwilt": 45357, + "Ġwin": 1942, + "Ġwind": 2468, + "Ġwinding": 29775, + "Ġwindow": 4910, + "Ġwindows": 9309, + "Ġwinds": 17765, + "Ġwindshield": 39996, + "Ġwindy": 30330, + "Ġwine": 7209, + "Ġwines": 35970, + "Ġwing": 11162, + "Ġwings": 11405, + "Ġwink": 44212, + "Ġwinner": 8507, + "Ġwinners": 17193, + "Ġwinning": 8224, + "Ġwins": 10641, + "Ġwinter": 6355, + "Ġwip": 15887, + "Ġwipe": 14082, + "Ġwiped": 26879, + "Ġwipes": 41228, + "Ġwiping": 40611, + "Ġwir": 1987, + "Ġwird": 4578, + "Ġwire": 6234, + "Ġwired": 27415, + "Ġwireless": 14720, + "Ġwires": 15537, + "Ġwiring": 27520, + "Ġwirklich": 9696, + "Ġwis": 9074, + "Ġwisdom": 10712, + "Ġwise": 10829, + "Ġwisely": 37632, + "Ġwish": 3172, + "Ġwished": 25811, + "Ġwishes": 15065, + "Ġwishing": 30049, + "Ġwissen": 16331, + "Ġwit": 32161, + "Ġwitch": 14867, + "Ġwitches": 43467, + "Ġwith": 365, + "Ġwithd": 12483, + "Ġwithdraw": 14999, + "Ġwithdrawal": 30646, + "Ġwithdrawn": 48151, + "Ġwithhold": 48867, + "Ġwithin": 1951, + "Ġwithout": 1553, + "Ġwithstand": 31311, + "Ġwitness": 7286, + "Ġwitnessed": 21519, + "Ġwitnesses": 20217, + "Ġwitnessing": 39233, + "Ġwives": 24936, + "Ġwiz": 40808, + "Ġwizard": 25807, + "ĠwiÄĻ": 10469, + "ĠwiÄĻc": 16677, + "ĠwiÄĻcej": 26004, + "ĠwiÄĻks": 29968, + "Ġwn": 45368, + "Ġwo": 6020, + "Ġwoah": 37116, + "Ġwob": 33775, + "Ġwod": 47751, + "Ġwoh": 48471, + "Ġwohl": 24531, + "Ġwoj": 40758, + "Ġwok": 40022, + "Ġwoke": 12852, + "Ġwol": 20960, + "Ġwolf": 19216, + "Ġwoll": 8181, + "Ġwollen": 11253, + "Ġwollt": 45826, + "Ġwollte": 24509, + "Ġwollten": 46019, + "Ġwolves": 30404, + "Ġwom": 1579, + "Ġwoman": 3059, + "Ġwomb": 34310, + "Ġwomen": 2266, + "Ġwon": 1582, + "Ġwond": 2046, + "Ġwonder": 2441, + "Ġwondered": 17055, + "Ġwonderful": 3715, + "Ġwonderfully": 38917, + "Ġwondering": 6359, + "Ġwonders": 27348, + "Ġwont": 27524, + "Ġwoo": 21657, + "Ġwood": 4576, + "Ġwooden": 14744, + "Ġwoods": 15296, + "Ġwool": 24181, + "Ġwor": 469, + "Ġword": 1349, + "Ġworden": 14054, + "Ġwording": 47602, + "Ġwords": 2283, + "Ġwordt": 20365, + "Ġwore": 13857, + "Ġwork": 589, + "Ġworked": 2732, + "Ġworker": 11346, + "Ġworkers": 5600, + "Ġworkflow": 20993, + "Ġworkflows": 43461, + "Ġworkforce": 14201, + "Ġworking": 1364, + "Ġworkload": 20139, + "Ġworkloads": 32452, + "Ġworkout": 12169, + "Ġworkouts": 28300, + "Ġworkplace": 15328, + "Ġworks": 1985, + "Ġworksheet": 49890, + "Ġworkshop": 13541, + "Ġworkshops": 19162, + "Ġworkspace": 32706, + "Ġworld": 1002, + "Ġworldly": 40397, + "Ġworlds": 13401, + "Ġworldview": 41141, + "Ġworldwide": 13485, + "Ġworm": 23835, + "Ġworms": 28271, + "Ġworn": 15254, + "Ġworried": 5804, + "Ġworries": 16340, + "Ġworry": 3292, + "Ġworrying": 18788, + "Ġwors": 47567, + "Ġworse": 5324, + "Ġworsh": 35366, + "Ġworship": 9965, + "Ġworst": 5855, + "Ġworth": 3163, + "Ġworthless": 34857, + "Ġworthwhile": 28159, + "Ġworthy": 14829, + "Ġwould": 576, + "Ġwouldn": 2759, + "Ġwound": 10999, + "Ġwounded": 21906, + "Ġwounds": 21969, + "Ġwoven": 39221, + "Ġwow": 6076, + "Ġwp": 32444, + "Ġwprowad": 46733, + "Ġwr": 928, + "Ġwra": 7843, + "Ġwrap": 7019, + "Ġwrapped": 14226, + "Ġwrapper": 46906, + "Ġwrapping": 21993, + "Ġwraps": 25831, + "Ġwrath": 35496, + "Ġwre": 46674, + "Ġwreck": 21478, + "Ġwrench": 25406, + "Ġwrest": 12591, + "Ġwrestle": 43251, + "Ġwrestler": 47557, + "Ġwrestling": 19274, + "Ġwrinkles": 34822, + "Ġwrist": 15043, + "Ġwrists": 41876, + "Ġwrit": 10912, + "Ġwrite": 2464, + "Ġwriter": 9936, + "Ġwriters": 13491, + "Ġwrites": 13657, + "Ġwriting": 3579, + "Ġwritings": 30083, + "Ġwritten": 3720, + "Ġwrong": 2085, + "Ġwrote": 4114, + "Ġws": 37647, + "Ġwsp": 17757, + "Ġwspól": 47148, + "ĠwspóÅĤ": 39069, + "Ġwsz": 38322, + "Ġwszyscy": 44232, + "Ġwszyst": 10998, + "Ġwszystk": 14615, + "Ġwszystkich": 34234, + "Ġwszystkie": 31723, + "Ġwszystkim": 30481, + "Ġwszystko": 22607, + "Ġwt": 23105, + "Ġwtedy": 26959, + "Ġwunder": 47736, + "Ġwur": 8818, + "Ġwurde": 11191, + "Ġwurden": 21105, + "Ġwus": 42571, + "Ġwww": 12520, + "Ġwy": 4628, + "Ġwyb": 45780, + "Ġwyd": 25984, + "Ġwydaje": 49165, + "Ġwygl": 27947, + "ĠwyglÄħda": 32015, + "Ġwyk": 39287, + "Ġwykon": 46702, + "Ġwykor": 43606, + "Ġwym": 29764, + "Ġwyn": 31936, + "Ġwyp": 46392, + "Ġwys": 27062, + "Ġwyst": 48255, + "Ġwz": 24809, + "Ġwzgl": 48538, + "Ġwäh": 24787, + "Ġwährend": 33624, + "Ġwär": 45779, + "Ġwäre": 14558, + "Ġwären": 43933, + "Ġwün": 30841, + "Ġwür": 9195, + "Ġwürde": 11942, + "Ġwürden": 27621, + "ĠwÅĤ": 34696, + "ĠwÅĤa": 12326, + "ĠwÅĤas": 43572, + "ĠwÅĤaÅĽci": 40112, + "ĠwÅĤaÅĽciwie": 50108, + "ĠwÅĤaÅĽnie": 14234, + "Ġx": 2031, + "Ġxem": 47852, + "Ġxen": 49773, + "Ġxi": 36800, + "Ġxu": 41104, + "Ġy": 288, + "Ġya": 2478, + "Ġyacht": 39629, + "Ġyah": 38642, + "Ġyak": 18603, + "Ġyan": 17700, + "Ġyang": 5581, + "Ġyani": 11654, + "ĠyanlÄ±ÅŁ": 46763, + "Ġyap": 6143, + "ĠyapmÄ±ÅŁ": 47527, + "Ġyapt": 15799, + "Ġyapıl": 37009, + "Ġyapıyor": 46427, + "Ġyapıyorsun": 36964, + "Ġyar": 23793, + "Ġyard": 11682, + "Ġyards": 18685, + "Ġyardım": 38875, + "Ġyarn": 11400, + "Ġyat": 42734, + "Ġyay": 23986, + "Ġyaz": 20819, + "ĠyaÄŁ": 49210, + "ĠyaÅŁ": 16098, + "Ġye": 606, + "Ġyea": 24796, + "Ġyeah": 1338, + "Ġyear": 1064, + "Ġyearly": 39102, + "Ġyears": 924, + "Ġyeast": 21629, + "Ġyell": 20525, + "Ġyelled": 38023, + "Ġyelling": 18381, + "Ġyellow": 5566, + "Ġyells": 48543, + "Ġyem": 32525, + "Ġyemek": 41145, + "Ġyen": 21570, + "Ġyeni": 34320, + "Ġyep": 18633, + "Ġyer": 12954, + "Ġyerde": 45857, + "Ġyere": 42044, + "Ġyes": 2086, + "Ġyesterday": 5186, + "Ġyet": 1939, + "Ġyeter": 48398, + "Ġyeux": 36163, + "Ġyht": 48342, + "Ġyhte": 44876, + "Ġyield": 11257, + "Ġyields": 32168, + "Ġyine": 29088, + "Ġyn": 17861, + "Ġyo": 5290, + "Ġyog": 16570, + "Ġyoga": 15128, + "Ġyogurt": 20997, + "Ġyok": 9229, + "Ġyol": 16290, + "Ġyolk": 32464, + "Ġyolks": 47191, + "Ġyou": 291, + "Ġyoung": 2037, + "Ġyounger": 7037, + "Ġyoungest": 17747, + "Ġyoungsters": 49068, + "Ġyour": 428, + "Ġyours": 6342, + "Ġyourself": 1803, + "Ġyourselves": 14791, + "Ġyout": 11325, + "Ġyouth": 7503, + "Ġyoutube": 12487, + "Ġyoutuber": 37901, + "Ġyoutubers": 46325, + "Ġyr": 37739, + "Ġyuan": 28370, + "Ġyum": 26420, + "Ġyummy": 18576, + "Ġyup": 40073, + "Ġyêu": 49107, + "Ġyön": 42315, + "Ġyük": 37531, + "Ġyüz": 16162, + "Ġyüzden": 33454, + "Ġyıl": 31491, + "Ġz": 710, + "Ġza": 7949, + "Ġzab": 24838, + "Ġzac": 34430, + "Ġzach": 29303, + "Ġzaczy": 43811, + "Ġzad": 42788, + "Ġzag": 27001, + "Ġzaj": 33729, + "Ġzak": 23810, + "Ġzal": 29599, + "Ġzam": 19876, + "Ġzaman": 12180, + "Ġzap": 14223, + "Ġzar": 22675, + "Ġzas": 26530, + "Ġzasad": 44585, + "Ġzast": 36746, + "Ġzat": 35802, + "Ġzaten": 22089, + "Ġzaw": 28165, + "Ġzawsze": 30964, + "Ġzd": 16221, + "Ġzde": 49749, + "ĠzdjÄĻ": 49026, + "Ġzdrow": 49745, + "Ġze": 5277, + "Ġzebra": 47060, + "Ġzeg": 23631, + "Ġzeggen": 31633, + "Ġzehn": 33975, + "Ġzeigen": 24687, + "Ġzeigt": 29250, + "Ġzeit": 49367, + "Ġzeker": 43844, + "Ġzelf": 26172, + "Ġzen": 37097, + "Ġzer": 44746, + "Ġzero": 4018, + "Ġzeros": 35193, + "Ġzest": 37889, + "Ġzg": 40948, + "Ġzich": 31820, + "Ġzie": 16503, + "Ġziehen": 40645, + "Ġziem": 25986, + "Ġziemlich": 28901, + "Ġzien": 23735, + "Ġziet": 39827, + "Ġzig": 38290, + "Ġzij": 49311, + "Ġzijn": 8004, + "Ġzinc": 29062, + "Ġzip": 20730, + "Ġzipper": 29887, + "Ġzit": 25013, + "Ġzitten": 35242, + "Ġzm": 17020, + "Ġzmian": 43591, + "Ġzn": 15397, + "Ġznaczy": 36584, + "Ġznaj": 27318, + "Ġznajdu": 47570, + "Ġzo": 5721, + "Ġzoals": 40040, + "Ġzob": 25100, + "Ġzobaczy": 37273, + "Ġzod": 39979, + "Ġzomb": 13374, + "Ġzombie": 20310, + "Ġzombies": 24230, + "Ġzona": 24848, + "Ġzone": 6668, + "Ġzones": 16025, + "Ġzoning": 37184, + "Ġzoo": 25347, + "Ġzoom": 8863, + "Ġzooming": 48226, + "Ġzor": 22304, + "Ġzost": 31873, + "Ġzosta": 23154, + "Ġzou": 22934, + "Ġzrob": 44399, + "Ġzrobi": 24483, + "ĠzrobiÄĩ": 31785, + "Ġzu": 2164, + "Ġzucch": 36748, + "Ġzucchini": 44781, + "Ġzug": 33507, + "Ġzuk": 50151, + "Ġzul": 43238, + "Ġzum": 5919, + "Ġzumindest": 38082, + "ĠzupeÅĤnie": 49922, + "Ġzur": 7147, + "Ġzurück": 15089, + "Ġzus": 11548, + "Ġzusammen": 14311, + "Ġzust": 45034, + "Ġzw": 11873, + "Ġzwar": 19054, + "Ġzwe": 8733, + "Ġzwei": 12002, + "Ġzweite": 37456, + "Ġzweiten": 39943, + "Ġzwischen": 19875, + "ĠzwiÄħz": 27741, + "Ġzwr": 49111, + "Ġzwy": 43436, + "ĠzÅĤ": 31614, + "Ġ{": 10929, + "Ġ{\\": 18128, + "Ġ|": 18362, + "Ġ}": 49870, + "Ġ~": 11938, + "ĠÂ": 1815, + "Ġ¡": 6514, + "Ġ£": 14378, + "Ġ§": 49803, + "Ġ«": 4657, + "Ġ°": 31462, + "Ġ»": 8793, + "Ġ»,": 34319, + "Ġ».": 28082, + "Ġ»:": 40795, + "Ġ½": 32653, + "Ġ¿": 3841, + "ĠÃ": 690, + "Ġá": 7352, + "Ġágua": 23824, + "Ġár": 35349, + "Ġárea": 25701, + "Ġáreas": 48088, + "Ġâ": 20621, + "Ġä": 3078, + "Ġähnlich": 49696, + "Ġän": 26072, + "Ġänd": 24981, + "Ġändern": 47775, + "Ġär": 3775, + "Ġäven": 32669, + "ĠÃ¥": 8841, + "ĠÃ¥r": 19525, + "ĠÃ¥t": 39502, + "Ġç": 1844, + "Ġça": 2788, + "Ġçal": 16210, + "ĠçalÄ±ÅŁ": 18107, + "Ġçek": 22559, + "Ġçev": 45921, + "Ġçoc": 19156, + "Ġçocuk": 25216, + "ĠçocuÄŁ": 38914, + "Ġçok": 7343, + "Ġçünkü": 36336, + "Ġçık": 12208, + "Ġçıkar": 41097, + "Ġçıkt": 34462, + "Ġçıktı": 48378, + "Ġè": 4873, + "Ġé": 1136, + "Ġéc": 15175, + "Ġéch": 39310, + "Ġéconom": 31171, + "Ġéconomique": 49915, + "Ġécrit": 41700, + "Ġégal": 19540, + "Ġégalement": 20503, + "Ġél": 11810, + "Ġélect": 30996, + "Ġélé": 46502, + "Ġéléments": 49977, + "Ġén": 39315, + "Ġéner": 45045, + "Ġénorm": 27982, + "Ġénormément": 41595, + "Ġép": 21018, + "Ġépisode": 47285, + "Ġépo": 21354, + "Ġépoca": 25024, + "Ġéqu": 25830, + "Ġés": 5960, + "Ġét": 4823, + "Ġéta": 21325, + "Ġétaient": 25999, + "Ġétait": 11806, + "Ġétant": 41144, + "Ġété": 8862, + "Ġév": 20090, + "Ġévidemment": 24724, + "Ġéén": 39133, + "Ġê": 6203, + "Ġêtes": 18935, + "Ġêtre": 7418, + "Ġî": 11300, + "Ġîn": 15351, + "Ġînt": 43990, + "Ġñ": 34110, + "Ġó": 11857, + "Ġór": 44083, + "Ġót": 44490, + "Ġô": 24107, + "Ġông": 34835, + "Ġö": 4044, + "Ġöffentlich": 34603, + "Ġöl": 31854, + "Ġöld": 35419, + "Ġön": 12253, + "Ġönce": 22353, + "Ġönem": 31652, + "Ġönemli": 35154, + "Ġör": 39249, + "Ġöver": 23026, + "Ġöyle": 16528, + "Ġöz": 27010, + "ĠÃ¶ÄŁ": 24411, + "ĠÃ¶ÄŁren": 40283, + "Ġø": 43008, + "Ġú": 6991, + "Ġúlt": 11499, + "Ġúltima": 28118, + "Ġúltimo": 21013, + "Ġúltimos": 33013, + "Ġún": 17524, + "Ġúnica": 30104, + "Ġúnico": 26113, + "Ġútil": 49191, + "Ġü": 3304, + "Ġüber": 4502, + "Ġüberall": 38035, + "Ġüberhaupt": 20023, + "Ġübers": 45022, + "Ġüberzeug": 48598, + "Ġübrig": 32343, + "Ġübrigens": 38215, + "Ġül": 35073, + "Ġüst": 28816, + "Ġüz": 32145, + "Ġüzer": 25813, + "Ġüzerine": 43816, + "Ġüç": 29630, + "Ġý": 49291, + "Ġþ": 43219, + "ĠÃĢ": 19018, + "ĠÃģ": 24205, + "ĠÃĦ": 13700, + "ĠÃĦr": 34403, + "ĠÃħ": 43360, + "ĠÃĩ": 6256, + "ĠÃĩa": 11527, + "ĠÃĩok": 19243, + "ĠÃĩünkü": 26763, + "ĠÃĪ": 34495, + "ĠÃī": 4922, + "ĠÃīl": 34325, + "ĠÃīs": 16243, + "ĠÃīt": 40567, + "ĠÃītats": 44444, + "ĠÃİ": 46104, + "ĠÃĵ": 35232, + "ĠÃĶ": 40732, + "ĠÃĸ": 9158, + "ĠÃĸsterreich": 41423, + "ĠÃĸyle": 34883, + "ĠÃĸz": 47498, + "ĠÃľ": 10713, + "ĠÃľber": 18086, + "ĠÃł": 1531, + "ĠÃłs": 23763, + "ĠÃŃ": 18645, + "ĠÄ": 2127, + "Ġİ": 6601, + "Ġİn": 47673, + "Ġİns": 45379, + "Ġİs": 45053, + "Ġİstanbul": 45822, + "Ġİyi": 30786, + "ĠÄ°ÅŁ": 26605, + "ĠÄ°ÅŁte": 34757, + "ĠÄĥ": 26790, + "ĠÄĥn": 28657, + "ĠÄĩ": 45854, + "ĠÄį": 22392, + "ĠÄIJ": 13055, + "ĠÄIJây": 45672, + "ĠÄij": 2934, + "ĠÄijang": 30723, + "ĠÄiji": 13264, + "ĠÄijiá»ģu": 42082, + "ĠÄijâu": 35433, + "ĠÄijây": 20199, + "ĠÄijã": 17283, + "ĠÄijó": 17647, + "ĠÄijược": 15832, + "ĠÄijấy": 39370, + "ĠÄijầu": 32573, + "ĠÄijến": 26353, + "ĠÄijá»ĥ": 20081, + "ĠÄijá»ĭ": 42063, + "ĠÄijá»Ļ": 29075, + "ĠÄijá»Ļng": 46880, + "ĠÅ": 4423, + "ĠÅ¡": 22552, + "Ġź": 50212, + "ĠÅ»": 29804, + "ĠÅ»e": 46864, + "Ġż": 19625, + "Ġżad": 39628, + "Ġże": 3561, + "Ġżeby": 11316, + "Ġży": 16136, + "Ġżycia": 44343, + "Ġżycie": 43202, + "Ġž": 17305, + "Ġže": 25178, + "ĠÅģ": 36901, + "ĠÅĤ": 25387, + "ĠÅĤad": 47910, + "ĠÅĤat": 47759, + "ĠÅĵ": 48360, + "ĠÅļ": 27933, + "ĠÅĽ": 8299, + "ĠÅĽm": 46991, + "ĠÅĽrod": 28580, + "ĠÅĽwi": 21485, + "ĠÅĽwiat": 36425, + "ĠÅĽwie": 40078, + "ĠÅŀ": 7918, + "ĠÅŀey": 43171, + "ĠÅŀimdi": 17734, + "ĠÅŀu": 33583, + "ĠÅŁ": 3382, + "ĠÅŁeh": 49755, + "ĠÅŁek": 18850, + "ĠÅŁekilde": 23537, + "ĠÅŁey": 6517, + "ĠÅŁeyi": 31735, + "ĠÅŁeyler": 28863, + "ĠÅŁimdi": 16391, + "ĠÅŁu": 17235, + "ĠÅŁunu": 45821, + "ĠÅŁur": 49420, + "ĠÅŁÃ¶yle": 26712, + "ĠÅł": 49039, + "ĠÆ¡i": 43144, + "ĠÈ": 36726, + "ĠÈĺ": 38127, + "ĠÈĺi": 41820, + "ĠÈĻ": 15318, + "ĠÈĻi": 17060, + "ĠÍ": 28451, + "ĠÍ¡": 38040, + "Ġ͡°": 40130, + "ĠÎ": 1158, + "ĠΣ": 26408, + "ĠΤ": 20838, + "ĠΤο": 44524, + "ĠΧ": 48924, + "Ġά": 22554, + "Ġάλλ": 41370, + "Ġή": 24841, + "ĠήÏĦαν": 47768, + "Ġα": 5691, + "Ġακ": 40822, + "Ġαλλά": 44716, + "Ġαν": 25715, + "Ġανα": 49931, + "ĠαÏĢ": 45787, + "ĠαÏĢο": 44313, + "ĠαÏĢÏĮ": 19821, + "ĠαÏħÏĦ": 18679, + "ĠαÏħÏĦÏĮ": 26865, + "Ġβ": 15787, + "Ġγ": 10643, + "Ġγια": 17321, + "Ġδ": 8715, + "Ġδεν": 23295, + "Ġδια": 38744, + "Ġε": 5958, + "Ġεί": 25090, + "Ġείναι": 15974, + "ĠεδÏİ": 44440, + "Ġεκ": 44009, + "Ġεν": 42958, + "ĠεÏĢ": 26752, + "ĠεÏĢι": 49185, + "Ġζ": 36544, + "Ġη": 18231, + "Ġθ": 12622, + "Ġθα": 18828, + "Ġι": 47467, + "Ġκ": 4903, + "Ġκά": 26751, + "Ġκάν": 31492, + "Ġκα": 14832, + "Ġκαι": 8839, + "Ġκι": 47328, + "Ġλ": 15015, + "ĠλÎŃ": 36148, + "Ġμ": 5337, + "Ġμα": 36759, + "ĠμαÏĤ": 25287, + "Ġμε": 13769, + "Ġμια": 38170, + "ĠμοÏħ": 23449, + "ĠμÎŃ": 27730, + "ĠμÏĢο": 33904, + "Ġν": 8066, + "Ġνα": 9083, + "Ġξ": 33179, + "Ġο": 11383, + "Ġοι": 33908, + "ĠοÏĢο": 44035, + "ĠÎĪ": 38161, + "ĠÎĮ": 43692, + "ĠÎij": 18793, + "ĠÎĵ": 30350, + "ĠÎĵια": 48575, + "ĠÎĶ": 27556, + "ĠÎķ": 18236, + "ĠÎĹ": 45836, + "ĠÎĺ": 30128, + "ĠÎļ": 19233, + "ĠÎļαι": 32619, + "ĠÎľ": 24834, + "ĠÎĿ": 38854, + "ĠÎŁ": 34650, + "ĠÎł": 20894, + "ĠÎŃ": 10541, + "ĠÎŃνα": 26117, + "ĠÎŃÏĩ": 21807, + "ĠÎŃÏĩει": 42940, + "ĠÏ": 2467, + "ĠÏĢ": 4654, + "ĠÏĢά": 31967, + "ĠÏĢα": 23380, + "ĠÏĢε": 28465, + "ĠÏĢεÏģι": 46618, + "ĠÏĢο": 39099, + "ĠÏĢολ": 30403, + "ĠÏĢολÏį": 36047, + "ĠÏĢοÏħ": 15878, + "ĠÏĢÏģο": 26017, + "ĠÏģ": 40750, + "ĠÏĥ": 5532, + "ĠÏĥαÏĤ": 34981, + "ĠÏĥε": 23814, + "ĠÏĥοÏħ": 43455, + "ĠÏĥÏĦα": 45391, + "ĠÏĥÏĦη": 23502, + "ĠÏĥÏĦην": 31766, + "ĠÏĥÏĦο": 20702, + "ĠÏĥÏħ": 23415, + "ĠÏĥÏħν": 49025, + "ĠÏĦ": 3596, + "ĠÏĦα": 16900, + "ĠÏĦη": 10013, + "ĠÏĦην": 17309, + "ĠÏĦηÏĤ": 22409, + "ĠÏĦι": 25962, + "ĠÏĦιÏĤ": 35816, + "ĠÏĦο": 8335, + "ĠÏĦον": 24022, + "ĠÏĦοÏħ": 13380, + "ĠÏĦοÏħÏĤ": 30320, + "ĠÏĦÏīν": 39575, + "ĠÏħ": 28049, + "ĠÏĨ": 17579, + "ĠÏĩ": 17319, + "ĠÏī": 46653, + "ĠÏĮ": 12485, + "ĠÏĮÏĦι": 27841, + "ĠÐ": 333, + "ĠС": 2933, + "ĠСШÐIJ": 35448, + "ĠСам": 31152, + "ĠСв": 48536, + "ĠСегоднÑı": 35913, + "ĠСейÑĩаÑģ": 23590, + "ĠСеÑĢ": 46779, + "ĠСеÑĢг": 38393, + "ĠСк": 22965, + "ĠСлед": 48301, + "ĠСо": 40156, + "ĠСов": 45680, + "ĠСп": 19349, + "ĠСпаÑģибо": 29219, + "ĠСÑĤ": 17483, + "ĠТ": 3200, + "ĠТак": 8770, + "ĠТакже": 38751, + "ĠТам": 27451, + "ĠТем": 44064, + "ĠТепеÑĢÑĮ": 25238, + "ĠТо": 16047, + "ĠТогда": 46357, + "ĠТолÑĮко": 36021, + "ĠТÑĥÑĤ": 35358, + "ĠТÑĭ": 14509, + "ĠУ": 6523, + "ĠУкÑĢаÑĹ": 34817, + "ĠФ": 13196, + "ĠÐ¥": 9456, + "ĠХоÑĢоÑĪо": 37564, + "ĠХоÑĤ": 35886, + "ĠХоÑĤÑı": 43963, + "ĠЦ": 18545, + "ĠЦе": 36263, + "ĠЧ": 7099, + "ĠЧеÑĢ": 39659, + "ĠЧÑĤо": 13169, + "ĠЧÑĤобÑĭ": 36026, + "ĠШ": 18428, + "ĠЩ": 42373, + "ĠЮ": 27002, + "ĠЯ": 4857, + "ĠЯк": 46116, + "Ġа": 2559, + "Ġаб": 25600, + "ĠабÑģолÑİÑĤ": 32078, + "ĠабÑģолÑİÑĤно": 35060, + "Ġав": 14376, + "ĠавÑĤом": 27669, + "ĠавÑĤомоб": 37122, + "Ġад": 27705, + "Ġак": 13790, + "ĠаккÑĥ": 49381, + "ĠакÑĤив": 30239, + "Ġал": 39336, + "Ġале": 46923, + "ĠамеÑĢик": 34958, + "ĠамеÑĢикан": 46263, + "Ġан": 17086, + "Ġанглий": 46611, + "Ġап": 29356, + "ĠаÑĢ": 16643, + "ĠаÑĤ": 46998, + "Ġб": 1268, + "Ġбаб": 37783, + "Ġбаг": 45165, + "Ġбаз": 39798, + "Ġбал": 37683, + "Ġбан": 29049, + "ĠбаÑĢ": 36766, + "ĠбаÑĤ": 47697, + "Ġбег": 49942, + "Ġбез": 10969, + "ĠбезопаÑģ": 45015, + "Ġбел": 29430, + "ĠбеÑĢ": 24562, + "ĠбеÑģ": 37658, + "ĠбеÑģп": 32971, + "Ġби": 47334, + "ĠбизнеÑģ": 47054, + "Ġбл": 16709, + "Ġблаг": 31971, + "ĠблагодаÑĢ": 38979, + "Ġбли": 21747, + "Ġблиз": 37060, + "Ġблок": 42222, + "Ġбо": 20462, + "Ġбог": 33001, + "Ġбой": 41029, + "Ġбок": 45156, + "Ġбол": 11993, + "Ġболее": 15103, + "ĠболÑĮ": 7351, + "ĠболÑĮÑĪ": 12457, + "ĠболÑĮÑĪе": 12846, + "ĠболÑĮÑĪое": 46843, + "ĠболÑĮÑĪой": 35533, + "ĠбоÑĢ": 30101, + "ĠбÑĢ": 19603, + "ĠбÑĢаÑĤ": 43333, + "ĠбÑĢоÑģ": 47718, + "ĠбÑĥ": 21646, + "ĠбÑĥд": 4529, + "ĠбÑĥде": 47438, + "ĠбÑĥдем": 23213, + "ĠбÑĥдеÑĤ": 7306, + "ĠбÑĥдеÑĤе": 46872, + "ĠбÑĥдÑĤо": 45239, + "ĠбÑĥдÑĥ": 21407, + "ĠбÑĥдÑĥÑĤ": 20393, + "ĠбÑĥдÑĥÑī": 44327, + "ĠбÑĥк": 36761, + "ĠбÑĥкв": 42587, + "ĠбÑĥло": 41981, + "ĠбÑĥм": 49721, + "ĠбÑĭ": 2768, + "ĠбÑĭв": 28951, + "ĠбÑĭваеÑĤ": 48972, + "ĠбÑĭл": 10059, + "ĠбÑĭла": 13640, + "ĠбÑĭли": 14355, + "ĠбÑĭло": 8060, + "ĠбÑĭÑģÑĤÑĢ": 37283, + "ĠбÑĭÑģÑĤÑĢо": 31874, + "ĠбÑĭÑĤÑĮ": 11510, + "ĠбÑĸлÑĮ": 47692, + "Ġв": 740, + "Ġваж": 19491, + "Ġважно": 38851, + "Ġвал": 42187, + "Ġвам": 10448, + "Ġвами": 24166, + "ĠваÑĢи": 32382, + "ĠваÑĢианÑĤ": 42442, + "ĠваÑģ": 10655, + "ĠваÑĪ": 14536, + "ĠваÑĪи": 48375, + "Ġвд": 25507, + "ĠвдÑĢÑĥг": 45926, + "Ġвед": 35126, + "ĠведÑĮ": 28026, + "Ġвел": 29328, + "ĠвеÑĢ": 10544, + "ĠвеÑĢÑģ": 35285, + "ĠвеÑĢÑħ": 47758, + "ĠвеÑģ": 28244, + "ĠвеÑģÑĮ": 29225, + "ĠвеÑĤ": 45010, + "ĠвеÑĩ": 31943, + "ĠвеÑī": 27046, + "ĠвеÑīи": 43050, + "Ġвже": 40738, + "Ġвз": 11892, + "ĠвзÑıÑĤÑĮ": 44101, + "Ġви": 28570, + "Ġвид": 6504, + "Ġвиде": 12921, + "Ġвидел": 40718, + "Ġвидели": 49998, + "Ġвидео": 15589, + "Ġвидим": 38273, + "ĠвидиÑĤе": 41904, + "Ġвидно": 41239, + "ĠвижÑĥ": 47813, + "Ġвик": 49233, + "Ġвин": 49847, + "ĠвклÑİÑĩ": 31251, + "ĠвкÑĥÑģ": 28295, + "Ġвлад": 46458, + "Ġвли": 45689, + "Ġвм": 20307, + "ĠвмеÑģÑĤе": 26905, + "Ġвн": 17958, + "ĠвнеÑĪ": 50025, + "Ġвниз": 46697, + "Ġвним": 24762, + "Ġвнимание": 33267, + "ĠвнÑĥÑĤ": 25282, + "ĠвнÑĥÑĤÑĢи": 39145, + "Ġво": 7900, + "Ġвод": 14545, + "ĠводÑĭ": 44391, + "Ġвоз": 8918, + "Ġвозв": 39797, + "ĠвозвÑĢаÑī": 45503, + "ĠвоздÑĥ": 47396, + "Ġвозм": 18077, + "Ġвозмож": 31544, + "Ġвозможно": 26740, + "ĠвозможноÑģÑĤÑĮ": 41233, + "ĠвозÑĮ": 45097, + "Ġвой": 26055, + "Ġвок": 39277, + "ĠвокÑĢÑĥг": 45247, + "Ġвол": 22211, + "Ġвони": 40727, + "ĠвообÑīе": 14345, + "ĠвопÑĢоÑģ": 17611, + "ĠвопÑĢоÑģÑĭ": 48418, + "ĠвоÑģ": 18867, + "ĠвоÑģп": 31143, + "ĠвоÑĤ": 5505, + "Ġвп": 27163, + "ĠвпеÑĢ": 32560, + "Ġвполне": 46780, + "ĠвÑĢ": 35705, + "ĠвÑĢем": 8951, + "ĠвÑĢемени": 26436, + "ĠвÑĢемÑı": 12039, + "ĠвÑĢоде": 41079, + "ĠвÑģ": 2852, + "ĠвÑģе": 4640, + "ĠвÑģегда": 19087, + "ĠвÑģего": 15520, + "ĠвÑģей": 43419, + "ĠвÑģем": 21042, + "ĠвÑģеÑħ": 17260, + "ĠвÑģп": 35944, + "ĠвÑģÑĤÑĢ": 20569, + "ĠвÑģÑĤÑĢеÑĤ": 47647, + "ĠвÑģÑĤÑĢеÑĩ": 25669, + "ĠвÑģÑİ": 32341, + "ĠвÑģÑı": 24614, + "ĠвÑģÑij": 9649, + "ĠвÑĤоÑĢ": 19823, + "ĠвÑĤоÑĢой": 36128, + "ĠвÑħод": 45746, + "ĠвÑĩ": 49102, + "ĠвÑĭ": 2840, + "ĠвÑĭб": 18061, + "ĠвÑĭглÑıд": 30449, + "ĠвÑĭглÑıдиÑĤ": 40670, + "ĠвÑĭд": 47535, + "ĠвÑĭз": 31572, + "ĠвÑĭй": 42132, + "ĠвÑĭп": 21188, + "ĠвÑĭпол": 34771, + "ĠвÑĭпÑĥÑģк": 48777, + "ĠвÑĭÑģ": 19361, + "ĠвÑĭÑģок": 35998, + "ĠвÑĭÑģÑĤÑĥп": 48828, + "ĠвÑĭÑħод": 27142, + "ĠвÑĭÑĪ": 33994, + "ĠвÑĭÑĪе": 47281, + "ĠвÑĸд": 16947, + "ĠвÑĸн": 40756, + "Ġг": 2342, + "Ġгаз": 36936, + "ĠгаÑĢ": 38470, + "Ġгде": 11418, + "ĠгеÑĢо": 35279, + "Ġгл": 10735, + "Ġглав": 18539, + "Ġглавное": 39940, + "Ġглаз": 27634, + "Ġглаза": 49664, + "ĠглÑĥб": 41863, + "Ġго": 6778, + "ĠговоÑĢ": 8180, + "ĠговоÑĢил": 39801, + "ĠговоÑĢиÑĤ": 25083, + "ĠговоÑĢиÑĤÑĮ": 32460, + "ĠговоÑĢÑİ": 34931, + "ĠговоÑĢÑı": 42210, + "ĠговоÑĢÑıÑĤ": 33374, + "Ġгод": 9182, + "Ġгода": 18411, + "ĠгодÑĥ": 22688, + "Ġгол": 14932, + "Ġголов": 24721, + "ĠголоÑģ": 42390, + "ĠгоÑĢ": 26493, + "ĠгоÑĢаз": 45386, + "ĠгоÑĢаздо": 45607, + "ĠгоÑĢод": 18750, + "ĠгоÑĢода": 45853, + "ĠгоÑģÑĥдаÑĢ": 42950, + "ĠгоÑĤов": 17137, + "ĠгÑĢ": 11726, + "ĠгÑĢад": 47547, + "ĠгÑĢаÑĦ": 45799, + "ĠгÑĢом": 41765, + "ĠгÑĢÑĥ": 47553, + "ĠгÑĢÑĥп": 27530, + "ĠгÑĢÑĥпп": 29311, + "Ġд": 1070, + "Ġда": 8995, + "Ġдав": 12472, + "Ġдавай": 28869, + "ĠдавайÑĤе": 30412, + "Ġдавно": 40086, + "Ġдаже": 11210, + "Ġдал": 22500, + "Ġдалее": 38978, + "ĠдалÑĮ": 22428, + "ĠдалÑĮÑĪе": 26814, + "Ġдан": 19582, + "Ġдв": 7196, + "Ġдва": 18505, + "Ġдве": 32183, + "Ġдвиг": 30618, + "Ġдвиж": 30473, + "ĠдвÑĥÑħ": 32360, + "Ġде": 36397, + "Ġдев": 20572, + "ĠдейÑģÑĤв": 17136, + "ĠдейÑģÑĤвиÑĤелÑĮно": 27208, + "Ġдел": 6649, + "Ġдела": 46157, + "ĠделаеÑĤ": 43109, + "ĠделаÑĤÑĮ": 19284, + "ĠделаÑİÑĤ": 48732, + "Ġделе": 23845, + "Ġдело": 26444, + "Ġден": 33773, + "Ġденег": 40957, + "ĠденÑĮ": 13509, + "ĠденÑĮги": 27087, + "ĠдеÑĢ": 27620, + "ĠдеÑĢев": 29662, + "ĠдеÑĢж": 27565, + "ĠдеÑģÑı": 32233, + "ĠдеÑģÑıÑĤ": 45884, + "ĠдеÑĤ": 15079, + "ĠдеÑĤей": 38668, + "ĠдеÑĤи": 48941, + "Ġди": 28255, + "Ġдив": 49829, + "ĠдиÑģ": 37929, + "ĠдлÑı": 5561, + "Ġдней": 47678, + "ĠднÑı": 36115, + "Ġдо": 5865, + "Ġдоб": 16991, + "Ġдобав": 23856, + "ĠдобÑĢ": 35620, + "Ġдов": 20124, + "ĠдоволÑĮно": 31777, + "Ġдог": 36056, + "Ġдок": 22992, + "ĠдокÑĥм": 43031, + "Ġдол": 8300, + "Ġдолго": 37515, + "Ġдолж": 12220, + "Ġдолжен": 25718, + "Ġдолжна": 40129, + "Ġдолжно": 40475, + "ĠдолжнÑĭ": 27581, + "ĠдоллаÑĢ": 26124, + "ĠдоллаÑĢов": 35902, + "Ġдом": 13049, + "Ġдома": 29012, + "Ġдомой": 46319, + "Ġдоп": 23562, + "Ġдополн": 45120, + "ĠдоÑĢ": 18478, + "ĠдоÑĢог": 24365, + "ĠдоÑģ": 41126, + "ĠдоÑģÑĤ": 34543, + "ĠдоÑģÑĤаÑĤоÑĩно": 28562, + "ĠдоÑģÑĤи": 46630, + "ĠдоÑģÑĤÑĥп": 41057, + "ĠдÑĢ": 37928, + "ĠдÑĢÑĥг": 8435, + "ĠдÑĢÑĥга": 47392, + "ĠдÑĢÑĥгие": 32108, + "ĠдÑĢÑĥгиÑħ": 31211, + "ĠдÑĢÑĥгой": 27823, + "ĠдÑĢÑĥз": 23577, + "ĠдÑĢÑĥзÑĮÑı": 28366, + "ĠдÑĥже": 39919, + "ĠдÑĥм": 13082, + "ĠдÑĥмаÑİ": 23479, + "ĠдÑĥÑħ": 35535, + "ĠдÑĥÑħов": 46373, + "ĠдÑĥÑĪ": 39096, + "Ġе": 1997, + "Ġев": 42402, + "Ġего": 6448, + "Ġед": 20686, + "Ġедин": 33791, + "Ġее": 14803, + "Ġей": 30075, + "ĠемÑĥ": 18220, + "ĠеÑģли": 8042, + "ĠеÑģÑĤе": 43775, + "ĠеÑģÑĤÑĮ": 5640, + "ĠеÑīе": 9910, + "ĠеÑīÑij": 13993, + "ĠеÑij": 18346, + "Ġж": 2989, + "Ġжд": 27020, + "Ġже": 6151, + "Ġжел": 21788, + "Ġжен": 21349, + "ĠженÑī": 28393, + "ĠжеÑģÑĤ": 48111, + "Ġжив": 15156, + "ĠживоÑĤ": 38029, + "Ġжиз": 13505, + "Ġжизни": 21415, + "ĠжизнÑĮ": 25362, + "ĠжиÑĤÑĮ": 40124, + "Ġз": 1423, + "Ġза": 4396, + "Ġзаб": 13890, + "Ġзав": 13388, + "ĠзавиÑģ": 39673, + "Ġзаг": 25770, + "Ġзад": 14787, + "ĠзадаÑĩ": 38793, + "Ġзай": 40133, + "Ġзак": 10264, + "ĠзаклÑİÑĩ": 49613, + "Ġзакон": 25206, + "ĠзаконÑĩ": 39641, + "ĠзакÑĢÑĭ": 43993, + "Ġзал": 32897, + "Ġзам": 13597, + "ĠзамеÑĤ": 36124, + "ĠзамеÑĩ": 41618, + "Ġзан": 18596, + "Ġзаним": 25396, + "Ġзап": 10333, + "ĠзапиÑģ": 36426, + "ĠзаÑĢ": 17821, + "ĠзаÑģ": 27819, + "ĠзаÑĤ": 25880, + "ĠзаÑĤем": 45288, + "ĠзаÑħ": 28701, + "ĠзаÑĩ": 34004, + "ĠзаÑĩем": 41521, + "ĠзаÑī": 31107, + "ĠзаÑıв": 38158, + "Ġзв": 13591, + "Ġзвон": 45832, + "ĠзвÑĥÑĩ": 48031, + "Ġзд": 7608, + "ĠздеÑģÑĮ": 9087, + "ĠздоÑĢов": 29638, + "Ġзем": 27230, + "Ġзм": 48979, + "Ġзн": 15309, + "Ġзна": 6766, + "Ġзнаем": 45491, + "ĠзнаеÑĤ": 39986, + "ĠзнаеÑĤе": 29868, + "ĠзнаеÑĪÑĮ": 38423, + "Ġзнак": 31949, + "Ġзнаком": 40909, + "ĠзнаÑĤÑĮ": 49997, + "ĠзнаÑĩ": 27605, + "ĠзнаÑĩиÑĤ": 24013, + "ĠзнаÑİ": 16315, + "Ġзов": 38893, + "ĠзовÑĥÑĤ": 46376, + "ĠзÑĢ": 27589, + "Ġи": 1006, + "Ġиг": 20713, + "ĠигÑĢ": 14568, + "ĠигÑĢа": 37120, + "ĠигÑĢÑĭ": 36183, + "Ġид": 17255, + "Ġиде": 26547, + "ĠидеÑĤ": 40029, + "Ġиз": 3943, + "Ġизб": 38995, + "Ġизв": 22599, + "ĠизвеÑģÑĤ": 37073, + "Ġизмен": 30345, + "ĠизÑĥÑĩ": 43264, + "Ġили": 8101, + "Ġим": 7604, + "Ġиме": 19539, + "ĠимееÑĤ": 33761, + "Ġименно": 20290, + "Ġин": 6635, + "Ġинд": 47106, + "Ġиногда": 43749, + "ĠинÑģÑĤÑĢÑĥменÑĤ": 44572, + "ĠинÑĤ": 44673, + "ĠинÑĤеÑĢ": 12073, + "ĠинÑĤеÑĢеÑģ": 15033, + "ĠинÑĤеÑĢеÑģно": 33333, + "ĠинÑĦоÑĢм": 29117, + "ĠиÑģ": 12410, + "ĠиÑģк": 20284, + "ĠиÑģп": 11265, + "ĠиÑģполÑĮз": 15552, + "ĠиÑģполÑĮзоваÑĤÑĮ": 33728, + "ĠиÑģпÑĭÑĤ": 46212, + "ĠиÑģÑģлед": 40299, + "ĠиÑģÑĤоÑĢ": 18950, + "ĠиÑģÑĤоÑĢии": 40203, + "ĠиÑģÑĤоÑĢиÑı": 41531, + "ĠиÑĤ": 32388, + "ĠиÑĤог": 36745, + "ĠиÑĤоге": 44063, + "ĠиÑħ": 9642, + "Ġй": 24540, + "Ġйого": 44123, + "Ġк": 981, + "Ġкаб": 46186, + "Ġкад": 42650, + "Ġкаж": 22129, + "Ġкажд": 15698, + "ĠкаждÑĭй": 27628, + "ĠкажеÑĤÑģÑı": 26147, + "Ġказ": 37408, + "Ġкак": 3014, + "ĠкакаÑı": 29334, + "Ġкакие": 19971, + "Ġкаким": 49190, + "ĠкакиÑħ": 44178, + "Ġкакое": 37932, + "Ġкакой": 16898, + "ĠкакÑĥÑİ": 45244, + "Ġкам": 21477, + "Ġкан": 18276, + "Ġканал": 28597, + "Ġканале": 47677, + "Ġкап": 31507, + "ĠкаÑĢ": 13560, + "ĠкаÑĢÑĤ": 34692, + "ĠкаÑģ": 43218, + "ĠкаÑĤ": 33780, + "ĠкаÑĩе": 28595, + "Ġкв": 35350, + "ĠкваÑĢ": 33619, + "ĠкваÑĢÑĤи": 37084, + "Ġкил": 37028, + "Ġкино": 49874, + "Ġкл": 14815, + "ĠклаÑģÑģ": 26197, + "Ġкли": 33504, + "ĠклÑİÑĩ": 43398, + "Ġкни": 32178, + "Ġкноп": 40450, + "Ġко": 3898, + "Ġкогда": 8874, + "Ġкого": 28985, + "Ġкож": 40107, + "Ġкол": 10706, + "Ġколи": 49672, + "ĠколиÑĩе": 25816, + "ĠколиÑĩеÑģÑĤво": 33442, + "Ġком": 7761, + "Ġкоман": 46180, + "Ġкоманд": 35991, + "ĠкомменÑĤ": 32469, + "ĠкомменÑĤаÑĢ": 36558, + "Ġкомна": 43418, + "Ġкомп": 14380, + "Ġкомпании": 44231, + "ĠкомпÑĮÑİÑĤ": 48488, + "ĠкомÑĥ": 40158, + "Ġкон": 6184, + "ĠконеÑĩно": 15271, + "ĠконÑĤ": 43064, + "ĠконÑĤÑĢ": 33271, + "ĠконÑĦ": 45751, + "ĠконÑĨ": 33495, + "ĠконÑĨе": 38769, + "Ġкоп": 42399, + "ĠкоÑĢ": 11384, + "ĠкоÑĢаб": 42830, + "ĠкоÑĢп": 45284, + "ĠкоÑģ": 31839, + "ĠкоÑĤ": 39535, + "ĠкоÑĤоÑĢ": 4388, + "ĠкоÑĤоÑĢаÑı": 19032, + "ĠкоÑĤоÑĢого": 36438, + "ĠкоÑĤоÑĢое": 32000, + "ĠкоÑĤоÑĢой": 29452, + "ĠкоÑĤоÑĢом": 39818, + "ĠкоÑĤоÑĢÑĥÑİ": 32355, + "ĠкоÑĤоÑĢÑĭе": 10381, + "ĠкоÑĤоÑĢÑĭй": 11897, + "ĠкоÑĤоÑĢÑĭÑħ": 28700, + "ĠкоÑĪ": 46774, + "ĠкÑĢ": 7502, + "ĠкÑĢа": 38585, + "ĠкÑĢай": 39584, + "ĠкÑĢаÑģ": 15826, + "ĠкÑĢаÑģив": 26679, + "ĠкÑĢеп": 46584, + "ĠкÑĢов": 31679, + "ĠкÑĢÑĥ": 26970, + "ĠкÑĢÑĥг": 43543, + "ĠкÑĢÑĥп": 39207, + "ĠкÑĢÑĥÑĤ": 43217, + "ĠкÑģÑĤаÑĤи": 35304, + "ĠкÑĤо": 12278, + "ĠкÑĥда": 27509, + "ĠкÑĥп": 25078, + "ĠкÑĥÑĢ": 28975, + "ĠкÑĥÑģ": 48431, + "Ġл": 2344, + "Ġладно": 44107, + "Ġлай": 35475, + "Ġлег": 22311, + "Ġлегко": 39995, + "Ġлеж": 41803, + "ĠлеÑģ": 42548, + "ĠлеÑĤ": 13088, + "Ġли": 7444, + "Ġлибо": 31100, + "ĠлиÑĩ": 29936, + "ĠлиÑĪ": 42637, + "ĠлиÑĪÑĮ": 29179, + "Ġлож": 48048, + "ĠлÑĥÑĩ": 15525, + "ĠлÑĥÑĩÑĪе": 21569, + "ĠлÑİ": 5716, + "ĠлÑİб": 9875, + "ĠлÑİбим": 36973, + "ĠлÑİблÑİ": 44683, + "ĠлÑİбов": 45356, + "ĠлÑİбой": 42803, + "ĠлÑİд": 8836, + "ĠлÑİдей": 16810, + "ĠлÑİди": 15850, + "ĠлÑİдÑıм": 45930, + "Ġм": 1084, + "Ġмаг": 27120, + "Ġмагаз": 39771, + "Ġмай": 41860, + "ĠмакÑģим": 35564, + "Ġмал": 19499, + "ĠмаленÑĮ": 26284, + "Ġмало": 37450, + "Ġмам": 40631, + "Ġмама": 47101, + "ĠмаÑĢ": 31609, + "ĠмаÑģ": 21466, + "ĠмаÑģÑģ": 31384, + "ĠмаÑĤ": 20908, + "ĠмаÑĤеÑĢи": 32835, + "ĠмаÑĪ": 19820, + "Ġмед": 24465, + "ĠмеждÑĥ": 24098, + "Ġмел": 44651, + "Ġмен": 6046, + "Ġменее": 38264, + "ĠменÑĮ": 31752, + "ĠменÑĮÑĪе": 35115, + "ĠменÑı": 6885, + "ĠмеÑĢ": 48231, + "ĠмеÑģÑĤ": 16470, + "ĠмеÑģÑĤа": 43956, + "ĠмеÑģÑĤе": 36534, + "ĠмеÑģÑĤо": 26241, + "ĠмеÑģÑı": 29329, + "ĠмеÑĤ": 18791, + "ĠмеÑħ": 48182, + "ĠмеÑĩ": 42721, + "ĠмеÑĪ": 44874, + "Ġми": 13803, + "Ġмик": 43712, + "Ġмилли": 26349, + "Ġмин": 19073, + "Ġминим": 45754, + "ĠминÑĥÑĤ": 24498, + "ĠмиÑĢ": 20536, + "ĠмиÑĢа": 41454, + "ĠмиÑĢе": 36822, + "Ġмн": 16338, + "Ġмне": 8531, + "Ġмног": 22287, + "Ġмногие": 37343, + "Ġмного": 13347, + "Ġмной": 39199, + "Ġмо": 9971, + "Ġмог": 9962, + "Ġмогли": 37118, + "ĠмогÑĥ": 22951, + "ĠмогÑĥÑĤ": 23461, + "Ġмод": 24104, + "Ġмоей": 46270, + "Ġмож": 4710, + "Ġможем": 28815, + "ĠможеÑĤ": 8689, + "ĠможеÑĤе": 23578, + "ĠможеÑĪÑĮ": 46442, + "Ġможно": 8885, + "Ġмоз": 48140, + "Ġмои": 39822, + "Ġмой": 23400, + "Ġмол": 25634, + "Ġмолод": 28801, + "Ġмом": 17655, + "ĠмоменÑĤ": 17825, + "Ġмон": 32457, + "ĠмоÑĢ": 24127, + "ĠмоÑī": 39218, + "ĠмоÑı": 33691, + "ĠмÑĥж": 22081, + "ĠмÑĥжÑĩ": 40051, + "ĠмÑĥз": 26843, + "ĠмÑĥзÑĭ": 34249, + "ĠмÑĭ": 4777, + "ĠмÑĭÑĪ": 45009, + "ĠмÑıÑģ": 40966, + "ĠмÑĸ": 23895, + "Ġн": 757, + "Ġна": 1470, + "Ġнаб": 22499, + "ĠнаблÑİд": 47147, + "Ġнав": 14192, + "ĠнавеÑĢ": 23237, + "ĠнавеÑĢное": 31159, + "Ġнаг": 30584, + "Ġнад": 8469, + "Ġнадо": 13256, + "Ġнаж": 35675, + "Ġназ": 15006, + "Ġназад": 28724, + "Ġназв": 27161, + "ĠназÑĭв": 20922, + "ĠназÑĭваеÑĤÑģÑı": 40659, + "Ġнай": 19235, + "Ġнайд": 41805, + "ĠнайÑĤи": 31993, + "Ġнак": 20955, + "ĠнаконеÑĨ": 49154, + "Ġнал": 32750, + "Ġнам": 11401, + "Ġнами": 44552, + "Ġнап": 9011, + "ĠнапиÑģ": 30442, + "ĠнапÑĢ": 18296, + "ĠнапÑĢав": 36437, + "ĠнапÑĢимеÑĢ": 24044, + "ĠнаÑĢ": 34316, + "ĠнаÑĢод": 32583, + "ĠнаÑģ": 6519, + "ĠнаÑģколÑĮко": 49635, + "ĠнаÑģÑĤ": 35397, + "ĠнаÑģÑĤолÑĮко": 47779, + "ĠнаÑģÑĤоÑıÑī": 35048, + "ĠнаÑģÑĤÑĢо": 47842, + "ĠнаÑĤ": 48290, + "ĠнаÑĥÑĩ": 38019, + "ĠнаÑħод": 19363, + "ĠнаÑħодиÑĤÑģÑı": 34366, + "ĠнаÑĩ": 8970, + "ĠнаÑĩал": 44800, + "ĠнаÑĩала": 40551, + "ĠнаÑĩина": 21995, + "ĠнаÑĪ": 8253, + "ĠнаÑĪа": 48513, + "ĠнаÑĪего": 45309, + "ĠнаÑĪей": 34670, + "ĠнаÑĪем": 48181, + "ĠнаÑĪи": 36314, + "ĠнаÑĪиÑħ": 41525, + "Ġне": 1725, + "Ġнеб": 22783, + "ĠнеболÑĮÑĪ": 32692, + "Ġнев": 21224, + "Ġнего": 15052, + "Ġнед": 15704, + "Ġнее": 33518, + "Ġнез": 34691, + "Ġней": 23227, + "Ġнек": 39269, + "ĠнекоÑĤоÑĢ": 26666, + "ĠнекоÑĤоÑĢÑĭе": 43876, + "ĠнелÑĮзÑı": 33813, + "Ġнем": 13166, + "Ġнемного": 26583, + "Ġнемнож": 39844, + "Ġнемножко": 44382, + "Ġнеоб": 27864, + "ĠнеобÑħод": 31360, + "ĠнеобÑħодимо": 41432, + "Ġнеп": 17005, + "ĠнеÑģ": 30825, + "ĠнеÑģколÑĮко": 21902, + "ĠнеÑĤ": 9916, + "ĠнеÑij": 44527, + "Ġни": 13686, + "Ġниз": 48019, + "Ġник": 11295, + "Ġникак": 23127, + "ĠникакиÑħ": 47357, + "Ġникогда": 29375, + "ĠникÑĤо": 31666, + "Ġним": 25793, + "Ġними": 42371, + "ĠниÑħ": 14319, + "ĠниÑĩего": 16630, + "Ġно": 6035, + "Ġнов": 10022, + "ĠновÑĭе": 39232, + "ĠновÑĭй": 38121, + "ĠновÑĭÑħ": 46308, + "Ġног": 31538, + "Ġнож": 46718, + "Ġном": 36847, + "ĠноÑĢм": 24068, + "ĠноÑĢмалÑĮно": 39601, + "ĠноÑģ": 37245, + "ĠноÑĩ": 38237, + "ĠнÑĢав": 27564, + "ĠнÑĢавиÑĤÑģÑı": 33652, + "ĠнÑĥ": 13087, + "ĠнÑĥж": 9353, + "ĠнÑĥжен": 47867, + "ĠнÑĥжно": 12264, + "ĠнÑĸ": 46645, + "Ġо": 1000, + "Ġоб": 3348, + "ĠобнаÑĢÑĥж": 47841, + "ĠобÑĢаз": 17938, + "ĠобÑĢазом": 29916, + "ĠобÑĢаÑĤ": 29851, + "ĠобÑģ": 47963, + "ĠобÑī": 17224, + "ĠобÑīе": 48078, + "ĠобÑīем": 26842, + "ĠобÑĬ": 16646, + "ĠобÑĬÑıÑģ": 36712, + "ĠобÑĭÑĩ": 32291, + "ĠобÑĭÑĩно": 41878, + "ĠобÑıз": 27945, + "ĠобÑıзаÑĤелÑĮно": 35515, + "Ġог": 33309, + "ĠогÑĢ": 21517, + "ĠогÑĢом": 28107, + "Ġод": 5693, + "Ġодин": 13319, + "Ġодна": 26985, + "Ġодним": 50096, + "Ġодно": 30387, + "Ġодного": 33828, + "Ġодной": 29281, + "Ġодном": 48635, + "ĠоднÑĥ": 37885, + "Ġож": 35666, + "Ġожид": 47136, + "Ġоз": 29176, + "ĠознаÑĩ": 49994, + "Ġок": 11423, + "Ġоказ": 28833, + "Ġоколо": 40573, + "Ġон": 5345, + "Ġона": 8826, + "Ġони": 7515, + "Ġоно": 25369, + "Ġоп": 7683, + "ĠопаÑģ": 39393, + "ĠопеÑĢ": 36742, + "ĠопиÑģ": 32190, + "ĠопиÑģании": 48303, + "ĠопÑĢед": 26961, + "ĠопÑĢедел": 39305, + "ĠопÑĭÑĤ": 48530, + "ĠопÑıÑĤÑĮ": 31545, + "ĠоÑĢ": 18448, + "ĠоÑĢг": 24443, + "ĠоÑĢганиз": 34254, + "ĠоÑĢÑĥж": 46802, + "ĠоÑģ": 8940, + "ĠоÑģв": 46403, + "ĠоÑģнов": 19217, + "ĠоÑģоб": 21244, + "ĠоÑģобенно": 35817, + "ĠоÑģÑĤ": 12574, + "ĠоÑģÑĤав": 25969, + "ĠоÑģÑĤан": 41633, + "ĠоÑģÑĤанов": 44367, + "ĠоÑģÑĤÑĢ": 42710, + "ĠоÑĤ": 2943, + "ĠоÑĤв": 29642, + "ĠоÑĤвеÑĤ": 25284, + "ĠоÑĤвеÑĩ": 47859, + "ĠоÑĤд": 22243, + "ĠоÑĤдел": 50176, + "ĠоÑĤделÑĮ": 41199, + "ĠоÑĤк": 12799, + "ĠоÑĤкÑĢÑĭ": 27085, + "ĠоÑĤкÑĢÑĭв": 44543, + "ĠоÑĤлиÑĩ": 26902, + "ĠоÑĤмеÑĤ": 47318, + "ĠоÑĤно": 22079, + "ĠоÑĤноÑģ": 44539, + "ĠоÑĤноÑĪ": 30708, + "ĠоÑĤп": 22344, + "ĠоÑĤпÑĢав": 38427, + "ĠоÑĤÑģ": 29870, + "ĠоÑĦ": 31950, + "ĠоÑħ": 28871, + "ĠоÑĩ": 5875, + "ĠоÑĩенÑĮ": 6730, + "ĠоÑĩеÑĢ": 33102, + "ĠоÑĪиб": 40253, + "ĠоÑī": 40065, + "ĠоÑīÑĥÑī": 44966, + "Ġп": 713, + "Ġпад": 44149, + "Ġпал": 40415, + "ĠпалÑĮ": 47226, + "Ġпам": 39164, + "Ġпап": 39322, + "ĠпаÑĢ": 11813, + "ĠпаÑĢÑĥ": 44163, + "ĠпеÑĢ": 4321, + "ĠпеÑĢв": 11922, + "ĠпеÑĢвÑĭй": 30025, + "ĠпеÑĢе": 29641, + "ĠпеÑĢев": 28106, + "ĠпеÑĢед": 15621, + "ĠпеÑĢеж": 46450, + "ĠпеÑĢек": 38924, + "ĠпеÑĢем": 35903, + "ĠпеÑĢеп": 48702, + "ĠпеÑĢеÑħод": 46888, + "ĠпеÑĢи": 45602, + "ĠпеÑĢÑģон": 33399, + "ĠпеÑĢÑģонаж": 38063, + "ĠпеÑģ": 37280, + "ĠпеÑĩ": 44875, + "ĠпиÑģ": 39739, + "ĠпиÑĤ": 33615, + "ĠпиÑĪ": 37979, + "Ġпл": 9283, + "Ġплан": 23443, + "ĠплаÑĤ": 34160, + "Ġпло": 22402, + "ĠплоÑħ": 29938, + "ĠплоÑħо": 45210, + "ĠплоÑī": 44633, + "ĠплÑİÑģ": 43342, + "Ġпо": 2801, + "Ġпоб": 20024, + "Ġпобед": 39281, + "Ġпов": 10499, + "ĠповеÑĢÑħ": 44397, + "ĠповÑĤоÑĢ": 42221, + "Ġпог": 17724, + "ĠпоговоÑĢ": 38858, + "Ġпод": 4095, + "ĠподаÑĢ": 43564, + "ĠподгоÑĤов": 49914, + "ĠподдеÑĢж": 30756, + "Ġподоб": 35229, + "ĠподпиÑģ": 27386, + "ĠподÑĤ": 46103, + "ĠподÑĥм": 38664, + "ĠподÑħод": 44617, + "ĠпоеÑħ": 49519, + "Ġпож": 38587, + "ĠпожалÑĥйÑģÑĤа": 32518, + "Ġпоз": 12188, + "Ġпозвол": 28805, + "Ġпой": 31671, + "Ġпойд": 41207, + "Ġпок": 7240, + "Ġпока": 17770, + "Ġпоказ": 21147, + "ĠпоказÑĭв": 34614, + "ĠпокÑĥп": 34005, + "Ġпол": 4692, + "Ġполез": 40191, + "ĠполиÑĤ": 45330, + "ĠполноÑģÑĤÑĮÑİ": 36392, + "Ġполов": 39884, + "Ġполож": 29408, + "ĠполÑĥÑĩ": 9478, + "ĠполÑĥÑĩаеÑĤÑģÑı": 33451, + "ĠполÑĥÑĩилоÑģÑĮ": 44405, + "ĠполÑĥÑĩиÑĤÑģÑı": 49579, + "ĠполÑĥÑĩиÑĤÑĮ": 41725, + "ĠполÑĮз": 30419, + "ĠполÑĮзов": 44803, + "Ġпом": 8613, + "Ġпомог": 27097, + "ĠпомоÑī": 22301, + "ĠпомоÑīÑĮÑİ": 36387, + "Ġпон": 7903, + "Ġпонад": 49581, + "Ġпоним": 15084, + "ĠпонимаÑİ": 35112, + "ĠпонÑĢав": 34752, + "ĠпонÑıл": 37975, + "ĠпонÑıÑĤно": 39718, + "ĠпонÑıÑĤÑĮ": 44403, + "Ġпоп": 10694, + "Ġпопад": 43613, + "ĠпопÑĢоб": 34089, + "ĠпопÑĥлÑıÑĢ": 46732, + "ĠпопÑĭÑĤ": 46047, + "ĠпоÑĢ": 11948, + "ĠпоÑĢÑıд": 36681, + "ĠпоÑģ": 5810, + "ĠпоÑģле": 16107, + "ĠпоÑģлед": 19253, + "ĠпоÑģмоÑĤÑĢ": 19240, + "ĠпоÑģмоÑĤÑĢеÑĤÑĮ": 38482, + "ĠпоÑģмоÑĤÑĢим": 42293, + "ĠпоÑģÑĤ": 27877, + "ĠпоÑģÑĤав": 28072, + "ĠпоÑģÑĤо": 31299, + "ĠпоÑģÑĤоÑıн": 33212, + "ĠпоÑģÑĤоÑıнно": 41548, + "ĠпоÑģÑĤÑĢо": 47526, + "ĠпоÑģÑĤÑĥп": 43829, + "ĠпоÑĤ": 6364, + "ĠпоÑĤеÑĢ": 39363, + "ĠпоÑĤом": 16873, + "ĠпоÑĤомÑĥ": 11919, + "ĠпоÑĤÑĢ": 26146, + "ĠпоÑĤÑĢеб": 40529, + "ĠпоÑħ": 23052, + "ĠпоÑħож": 38862, + "ĠпоÑĩ": 12079, + "ĠпоÑĩемÑĥ": 21513, + "ĠпоÑĩÑĤи": 30529, + "ĠпоÑĪ": 27148, + "ĠпоÑįÑĤомÑĥ": 19698, + "ĠпоÑıв": 20011, + "ĠпÑĢ": 1285, + "ĠпÑĢав": 10615, + "ĠпÑĢавда": 37136, + "ĠпÑĢавилÑĮно": 39321, + "ĠпÑĢакÑĤи": 27109, + "ĠпÑĢакÑĤиÑĩеÑģки": 38086, + "ĠпÑĢе": 43228, + "ĠпÑĢев": 34393, + "ĠпÑĢед": 8048, + "ĠпÑĢедлаг": 46841, + "ĠпÑĢедлож": 40373, + "ĠпÑĢедÑģÑĤав": 27167, + "ĠпÑĢедÑģÑĤавлÑı": 39412, + "ĠпÑĢез": 39838, + "ĠпÑĢезид": 49529, + "ĠпÑĢек": 28939, + "ĠпÑĢекÑĢаÑģ": 33620, + "ĠпÑĢеп": 47510, + "ĠпÑĢеÑģÑĤ": 44481, + "ĠпÑĢеÑģÑĤÑĥп": 48991, + "ĠпÑĢи": 5082, + "ĠпÑĢиб": 31436, + "ĠпÑĢив": 13398, + "ĠпÑĢивеÑĤ": 33879, + "ĠпÑĢиг": 42619, + "ĠпÑĢигоÑĤов": 49630, + "ĠпÑĢид": 21255, + "ĠпÑĢидÑĥм": 45234, + "ĠпÑĢиеÑħ": 38567, + "ĠпÑĢиз": 26724, + "ĠпÑĢик": 25492, + "ĠпÑĢил": 34770, + "ĠпÑĢилож": 47251, + "ĠпÑĢим": 31806, + "ĠпÑĢимеÑĢ": 22545, + "ĠпÑĢимеÑĢно": 37424, + "ĠпÑĢин": 16003, + "ĠпÑĢиним": 44396, + "ĠпÑĢинÑĨип": 30147, + "ĠпÑĢинÑĨипе": 39086, + "ĠпÑĢиÑĢ": 41640, + "ĠпÑĢиÑģ": 26686, + "ĠпÑĢиÑħод": 26641, + "ĠпÑĢиÑĩ": 26472, + "ĠпÑĢиÑĪ": 22448, + "ĠпÑĢо": 4178, + "ĠпÑĢоб": 15122, + "ĠпÑĢоблем": 20920, + "ĠпÑĢоблема": 48264, + "ĠпÑĢоблемÑĭ": 44340, + "ĠпÑĢов": 13422, + "ĠпÑĢовеÑĢ": 30901, + "ĠпÑĢовод": 33924, + "ĠпÑĢог": 20192, + "ĠпÑĢогÑĢам": 29043, + "ĠпÑĢод": 11354, + "ĠпÑĢодолж": 24519, + "ĠпÑĢодÑĥк": 33873, + "ĠпÑĢоекÑĤ": 32275, + "ĠпÑĢоиз": 16769, + "ĠпÑĢоизвод": 28685, + "ĠпÑĢоизоÑĪ": 41476, + "ĠпÑĢоиÑģ": 21482, + "ĠпÑĢоиÑģÑħодиÑĤ": 28548, + "ĠпÑĢок": 37225, + "ĠпÑĢом": 42988, + "ĠпÑĢоп": 23497, + "ĠпÑĢоÑģ": 21109, + "ĠпÑĢоÑģÑĤ": 27959, + "ĠпÑĢоÑģÑĤо": 8221, + "ĠпÑĢоÑĤ": 15602, + "ĠпÑĢоÑĤив": 22534, + "ĠпÑĢоÑĦ": 33011, + "ĠпÑĢоÑĦеÑģÑģ": 43624, + "ĠпÑĢоÑħод": 39782, + "ĠпÑĢоÑĨ": 20640, + "ĠпÑĢоÑĨеÑģÑģ": 30965, + "ĠпÑĢоÑĩ": 38828, + "ĠпÑĢоÑĪ": 20567, + "ĠпÑĢоÑĪл": 48596, + "ĠпÑĢÑĭ": 50236, + "ĠпÑĢÑıм": 18449, + "ĠпÑĢÑıмо": 28547, + "ĠпÑģ": 40163, + "ĠпÑģиÑħ": 44159, + "ĠпÑĥ": 30836, + "ĠпÑĥÑĤ": 37581, + "ĠпÑĭÑĤ": 28806, + "ĠпÑıÑĤ": 41367, + "ĠпÑıÑĤÑĮ": 43618, + "ĠпÑĸд": 26419, + "ĠÐĨ": 23297, + "ĠÐIJ": 3450, + "ĠÐIJв": 50175, + "ĠÐIJл": 43104, + "ĠÐIJле": 45043, + "ĠÐIJлекÑģ": 32228, + "ĠÐIJлекÑģанд": 44938, + "ĠÐIJн": 20802, + "ĠÐIJнд": 39583, + "ĠÐIJÑĢ": 32091, + "ĠÐij": 5697, + "ĠÐijог": 34008, + "ĠÐijÑĥд": 40208, + "ĠÐijÑĭ": 44804, + "ĠÐĴ": 2348, + "ĠÐĴам": 43670, + "ĠÐĴаÑģ": 37055, + "ĠÐĴедÑĮ": 42612, + "ĠÐĴид": 42888, + "ĠÐĴлад": 41022, + "ĠÐĴо": 24334, + "ĠÐĴоÑĤ": 9756, + "ĠÐĴÑģ": 10779, + "ĠÐĴÑģе": 18029, + "ĠÐĴÑģем": 37367, + "ĠÐĴÑģÑij": 29661, + "ĠÐĴÑĤоÑĢ": 49732, + "ĠÐĴÑĭ": 11886, + "ĠÐĵ": 7247, + "ĠÐĵде": 41996, + "ĠÐĵоÑģ": 47206, + "ĠÐĶ": 3401, + "ĠÐĶа": 9149, + "ĠÐĶав": 17853, + "ĠÐĶавай": 29196, + "ĠÐĶавайÑĤе": 30487, + "ĠÐĶаже": 42900, + "ĠÐĶж": 23792, + "ĠÐĶлÑı": 21324, + "ĠÐĶо": 31695, + "ĠÐķ": 6538, + "ĠÐķв": 34019, + "ĠÐķго": 32908, + "ĠÐķÑģли": 12412, + "ĠÐķÑģÑĤÑĮ": 30547, + "ĠÐķÑīе": 44122, + "ĠÐĸ": 18977, + "ĠÐĹ": 5841, + "ĠÐĹа": 22391, + "ĠÐĹап": 49612, + "ĠÐĹд": 17613, + "ĠÐĹдеÑģÑĮ": 23367, + "ĠÐĹем": 42604, + "ĠÐĹна": 30869, + "ĠÐĹнаÑĩиÑĤ": 44827, + "ĠÐĺ": 3272, + "ĠÐĺз": 24588, + "ĠÐĺли": 34361, + "ĠÐĺм": 34759, + "ĠÐĺн": 27222, + "ĠÐĺÑĤак": 28793, + "ĠÐļ": 3422, + "ĠÐļак": 11011, + "ĠÐļаÑĢ": 43923, + "ĠÐļогда": 23128, + "ĠÐļол": 45363, + "ĠÐļон": 23827, + "ĠÐļонеÑĩно": 35108, + "ĠÐļоÑĢ": 29635, + "ĠÐļÑĢаÑģ": 49491, + "ĠÐļÑģÑĤаÑĤи": 39883, + "ĠÐļÑĤо": 33953, + "ĠÐĽ": 7853, + "ĠÐĽÑİ": 25968, + "ĠÐĽÑİб": 47369, + "ĠÐľ": 3493, + "ĠÐľÐ£": 24143, + "ĠÐľÐ£ÐĹЫÐļÐIJ": 25007, + "ĠÐľÐ°ÑĢ": 26182, + "ĠÐľÐµÐ½Ñı": 47311, + "ĠÐľÐ¸": 47250, + "ĠÐľÐ¸Ñħ": 50150, + "ĠÐľÐ½Ðµ": 23204, + "ĠÐľÐ¾Ð¶ÐµÑĤ": 32786, + "ĠÐľÐ¾Ð¶Ð½Ð¾": 34423, + "ĠÐľÐ¾Ñģ": 32327, + "ĠÐľÐ¾Ñģкв": 38842, + "ĠÐľÑĭ": 12726, + "ĠÐĿ": 2410, + "ĠÐĿа": 11245, + "ĠÐĿав": 46929, + "ĠÐĿад": 29637, + "ĠÐĿадо": 48562, + "ĠÐĿам": 46147, + "ĠÐĿап": 28167, + "ĠÐĿапÑĢ": 36552, + "ĠÐĿапÑĢимеÑĢ": 39645, + "ĠÐĿаÑĩ": 48493, + "ĠÐĿе": 11512, + "ĠÐĿеÑĤ": 21249, + "ĠÐĿик": 28448, + "ĠÐĿо": 7264, + "ĠÐĿов": 36062, + "ĠÐĿÐIJ": 44416, + "ĠÐĿÑĥ": 7571, + "ĠÐŀ": 3688, + "ĠÐŀб": 22853, + "ĠÐŀд": 20125, + "ĠÐŀднако": 39757, + "ĠÐŀй": 42724, + "ĠÐŀк": 48984, + "ĠÐŀн": 12409, + "ĠÐŀна": 20280, + "ĠÐŀни": 18973, + "ĠÐŀп": 45246, + "ĠÐŀÑģ": 38590, + "ĠÐŀÑĤ": 18611, + "ĠÐŀÑĩ": 30352, + "ĠÐŀÑĩенÑĮ": 34062, + "ĠÐŁ": 2608, + "ĠÐŁÐµÑĢ": 20426, + "ĠÐŁÐµÑĢв": 34182, + "ĠÐŁÐ¾": 12121, + "ĠÐŁÐ¾Ð´": 23120, + "ĠÐŁÐ¾ÐºÐ°": 38401, + "ĠÐŁÐ¾Ð»": 28183, + "ĠÐŁÐ¾Ð¼": 43030, + "ĠÐŁÐ¾Ð½": 36067, + "ĠÐŁÐ¾Ñģ": 18689, + "ĠÐŁÐ¾Ñģле": 32747, + "ĠÐŁÐ¾ÑĤ": 17993, + "ĠÐŁÐ¾ÑĤом": 45941, + "ĠÐŁÐ¾ÑĤомÑĥ": 23671, + "ĠÐŁÐ¾ÑĩемÑĥ": 32823, + "ĠÐŁÐ¾ÑįÑĤомÑĥ": 22318, + "ĠÐŁÑĢ": 8567, + "ĠÐŁÑĢав": 39793, + "ĠÐŁÑĢед": 46825, + "ĠÐŁÑĢи": 22059, + "ĠÐŁÑĢивеÑĤ": 38932, + "ĠÐŁÑĢо": 38529, + "ĠÐŁÑĢоÑģÑĤо": 34751, + "ĠÐł": 6325, + "ĠÐłÐ°Ð·": 28972, + "ĠÐłÐ¾ÑģÑģ": 21997, + "ĠÐłÐ¾ÑģÑģии": 29007, + "ĠÐŃ": 5381, + "ĠÐŃÑĤо": 6684, + "ĠÐŃÑĤоÑĤ": 42054, + "ĠÑ": 1015, + "ĠÑĢ": 1475, + "ĠÑĢаб": 41499, + "ĠÑĢабоÑĤ": 9197, + "ĠÑĢабоÑĤаеÑĤ": 30162, + "ĠÑĢабоÑĤаÑĤÑĮ": 33637, + "ĠÑĢабоÑĤÑĥ": 39382, + "ĠÑĢабоÑĤÑĭ": 35402, + "ĠÑĢав": 19353, + "ĠÑĢавно": 27354, + "ĠÑĢад": 26622, + "ĠÑĢади": 34748, + "ĠÑĢаз": 4203, + "ĠÑĢаза": 49578, + "ĠÑĢазб": 26868, + "ĠÑĢазв": 20019, + "ĠÑĢазвиÑĤ": 47359, + "ĠÑĢазг": 39901, + "ĠÑĢаздел": 45414, + "ĠÑĢазлиÑĩ": 40140, + "ĠÑĢазм": 47075, + "ĠÑĢазмеÑĢ": 41813, + "ĠÑĢазнÑĭе": 43059, + "ĠÑĢазнÑĭÑħ": 40644, + "ĠÑĢазÑĢ": 24051, + "ĠÑĢазÑĢабоÑĤ": 38976, + "ĠÑĢай": 37590, + "ĠÑĢан": 36463, + "ĠÑĢанÑĮÑĪе": 40442, + "ĠÑĢаÑģ": 7459, + "ĠÑĢаÑģк": 46666, + "ĠÑĢаÑģп": 26588, + "ĠÑĢаÑģÑģ": 23345, + "ĠÑĢаÑģÑģк": 17399, + "ĠÑĢаÑģÑģказ": 34760, + "ĠÑĢаÑģÑģказÑĭв": 33446, + "ĠÑĢаÑģÑĤ": 31274, + "ĠÑĢе": 15492, + "ĠÑĢеалÑĮно": 38001, + "ĠÑĢеб": 18902, + "ĠÑĢебен": 41417, + "ĠÑĢебÑıÑĤа": 37678, + "ĠÑĢег": 31235, + "ĠÑĢед": 42845, + "ĠÑĢеж": 28418, + "ĠÑĢежим": 37710, + "ĠÑĢез": 17749, + "ĠÑĢезÑĥлÑĮÑĤаÑĤ": 28476, + "ĠÑĢек": 22801, + "ĠÑĢеÑģ": 39836, + "ĠÑĢеÑĪ": 14025, + "ĠÑĢеÑĪил": 44240, + "ĠÑĢиÑģ": 31393, + "ĠÑĢо": 49493, + "ĠÑĢоб": 30971, + "ĠÑĢод": 17925, + "ĠÑĢоз": 20681, + "ĠÑĢок": 31833, + "ĠÑĢол": 26725, + "ĠÑĢолÑĮ": 49189, + "ĠÑĢоÑģ": 44935, + "ĠÑĢоÑģÑģ": 43809, + "ĠÑĢоÑģÑģий": 48971, + "ĠÑĢÑĥ": 17292, + "ĠÑĢÑĥб": 27371, + "ĠÑĢÑĥблей": 40851, + "ĠÑĢÑĥк": 36765, + "ĠÑĢÑĥки": 39304, + "ĠÑĢÑĥÑģ": 27198, + "ĠÑĢÑĭ": 22791, + "ĠÑĢÑĭн": 37314, + "ĠÑĢÑıд": 32921, + "ĠÑĢÑıдом": 43190, + "ĠÑģ": 776, + "ĠÑģам": 5602, + "ĠÑģама": 40517, + "ĠÑģами": 34085, + "ĠÑģамо": 43745, + "ĠÑģамого": 42264, + "ĠÑģамое": 25676, + "ĠÑģамой": 49560, + "ĠÑģамом": 22108, + "ĠÑģамÑĭе": 44253, + "ĠÑģамÑĭй": 30688, + "ĠÑģамÑĭÑħ": 37241, + "ĠÑģб": 29014, + "ĠÑģв": 4155, + "ĠÑģвеÑĤ": 28492, + "ĠÑģвид": 43666, + "ĠÑģво": 6989, + "ĠÑģвобод": 39021, + "ĠÑģвое": 42666, + "ĠÑģвоего": 32325, + "ĠÑģвоей": 25346, + "ĠÑģвои": 25375, + "ĠÑģвоим": 37337, + "ĠÑģвоиÑħ": 30316, + "ĠÑģвой": 25190, + "ĠÑģвоÑİ": 23069, + "ĠÑģвÑıз": 22430, + "ĠÑģд": 48001, + "ĠÑģдел": 10326, + "ĠÑģделал": 40653, + "ĠÑģделали": 44780, + "ĠÑģделаÑĤÑĮ": 18695, + "ĠÑģе": 27383, + "ĠÑģеб": 9968, + "ĠÑģебе": 16683, + "ĠÑģебÑı": 15403, + "ĠÑģегоднÑı": 17413, + "ĠÑģейÑĩаÑģ": 10241, + "ĠÑģек": 22869, + "ĠÑģем": 20933, + "ĠÑģемÑĮ": 36735, + "ĠÑģеÑĢ": 14490, + "ĠÑģеÑĢд": 38479, + "ĠÑģеÑĢÑĮ": 35178, + "ĠÑģеÑĢÑĮез": 47065, + "ĠÑģиг": 48805, + "ĠÑģид": 27360, + "ĠÑģил": 24776, + "ĠÑģилÑĮ": 34158, + "ĠÑģилÑĮно": 31350, + "ĠÑģим": 38994, + "ĠÑģин": 47079, + "ĠÑģиÑģÑĤ": 21351, + "ĠÑģиÑģÑĤем": 24067, + "ĠÑģиÑģÑĤема": 48123, + "ĠÑģиÑĤÑĥ": 27840, + "ĠÑģк": 5239, + "ĠÑģкаж": 21938, + "ĠÑģказ": 10867, + "ĠÑģказал": 24980, + "ĠÑģказала": 48179, + "ĠÑģказаÑĤÑĮ": 20636, + "ĠÑģклад": 46185, + "ĠÑģколÑĮко": 28838, + "ĠÑģкоÑĢ": 17575, + "ĠÑģкоÑĢее": 41420, + "ĠÑģкоÑĢо": 44971, + "ĠÑģл": 4766, + "ĠÑģлед": 15363, + "ĠÑģледÑĥÑİÑī": 26045, + "ĠÑģлиÑĪком": 40576, + "ĠÑģлов": 20319, + "ĠÑģлова": 39002, + "ĠÑģлово": 43272, + "ĠÑģлож": 30858, + "ĠÑģложно": 41016, + "ĠÑģлÑĥж": 35459, + "ĠÑģлÑĥÑĩ": 14002, + "ĠÑģлÑĥÑĩа": 23775, + "ĠÑģлÑĥÑĩае": 26425, + "ĠÑģлÑĥÑĩай": 40181, + "ĠÑģлÑĥÑĪ": 41839, + "ĠÑģлÑĭÑĪ": 31814, + "ĠÑģм": 6871, + "ĠÑģмеÑĢ": 39997, + "ĠÑģмог": 32139, + "ĠÑģмож": 47044, + "ĠÑģмоÑĤÑĢ": 17726, + "ĠÑģмоÑĤÑĢеÑĤÑĮ": 43922, + "ĠÑģмоÑĤÑĢиÑĤе": 46441, + "ĠÑģмÑĭÑģ": 44045, + "ĠÑģн": 42864, + "ĠÑģнаÑĩала": 44437, + "ĠÑģним": 28098, + "ĠÑģнова": 36114, + "ĠÑģо": 7425, + "ĠÑģоб": 10450, + "ĠÑģобиÑĢ": 41534, + "ĠÑģобой": 32474, + "ĠÑģобÑģÑĤвен": 44177, + "ĠÑģобÑģÑĤвенно": 49863, + "ĠÑģобÑĭÑĤи": 42654, + "ĠÑģов": 11030, + "ĠÑģовеÑĢÑĪ": 26227, + "ĠÑģовеÑĢÑĪенно": 37075, + "ĠÑģовеÑĤ": 35282, + "ĠÑģовÑĢем": 42880, + "ĠÑģовÑģем": 27711, + "ĠÑģог": 33255, + "ĠÑģоглаÑģ": 40587, + "ĠÑģод": 45744, + "ĠÑģодеÑĢж": 48206, + "ĠÑģожал": 45999, + "ĠÑģожалениÑİ": 48018, + "ĠÑģоз": 14729, + "ĠÑģозд": 20247, + "ĠÑģозн": 41334, + "ĠÑģок": 38419, + "ĠÑģол": 36059, + "ĠÑģолн": 49685, + "ĠÑģообÑī": 40626, + "ĠÑģооÑĤвеÑĤ": 36815, + "ĠÑģоп": 39135, + "ĠÑģоÑĢ": 43992, + "ĠÑģоÑģ": 33165, + "ĠÑģоÑģÑĤав": 41772, + "ĠÑģоÑģÑĤо": 25631, + "ĠÑģоÑģÑĤоÑıни": 36017, + "ĠÑģоÑĤ": 32206, + "ĠÑģоÑĤÑĢÑĥд": 50233, + "ĠÑģоÑħ": 38696, + "ĠÑģоÑħÑĢан": 41571, + "ĠÑģп": 5307, + "ĠÑģпаÑģ": 41895, + "ĠÑģпаÑģибо": 37536, + "ĠÑģпеÑĨи": 25665, + "ĠÑģпиÑģ": 49918, + "ĠÑģпокой": 47471, + "ĠÑģпоÑĢÑĤ": 49941, + "ĠÑģпоÑģоб": 23677, + "ĠÑģпÑĢав": 31853, + "ĠÑģпÑĢоÑģ": 44312, + "ĠÑģÑĢав": 42987, + "ĠÑģÑĢазÑĥ": 22014, + "ĠÑģÑĢед": 20446, + "ĠÑģÑģÑĭл": 41480, + "ĠÑģÑĤ": 3266, + "ĠÑģÑĤав": 25709, + "ĠÑģÑĤал": 28980, + "ĠÑģÑĤала": 44503, + "ĠÑģÑĤали": 39029, + "ĠÑģÑĤало": 39633, + "ĠÑģÑĤан": 27214, + "ĠÑģÑĤанов": 32003, + "ĠÑģÑĤановиÑĤÑģÑı": 44799, + "ĠÑģÑĤаÑĢ": 17241, + "ĠÑģÑĤаÑĤÑĮ": 36415, + "ĠÑģÑĤен": 48357, + "ĠÑģÑĤо": 13552, + "ĠÑģÑĤоиÑĤ": 23675, + "ĠÑģÑĤол": 24053, + "ĠÑģÑĤолÑĮко": 50156, + "ĠÑģÑĤоÑĢ": 16632, + "ĠÑģÑĤоÑĢон": 17635, + "ĠÑģÑĤоÑĢонÑĥ": 44205, + "ĠÑģÑĤоÑĢонÑĭ": 28360, + "ĠÑģÑĤÑĢ": 18425, + "ĠÑģÑĤÑĢан": 18057, + "ĠÑģÑĤÑĢаÑħ": 50190, + "ĠÑģÑĤÑĢаÑĪ": 35611, + "ĠÑģÑĤÑĢо": 35860, + "ĠÑģÑĤÑĥд": 44322, + "ĠÑģÑĥ": 18272, + "ĠÑģÑĥд": 30103, + "ĠÑģÑĥм": 31372, + "ĠÑģÑĥп": 32453, + "ĠÑģÑĥÑīеÑģÑĤв": 30447, + "ĠÑģÑħ": 42755, + "ĠÑģÑĨен": 40436, + "ĠÑģÑĩ": 23812, + "ĠÑģÑĩиÑĤ": 22413, + "ĠÑģÑĬ": 27223, + "ĠÑģÑĭ": 21811, + "ĠÑģÑİ": 19172, + "ĠÑģÑİда": 25306, + "ĠÑģÑİж": 49785, + "ĠÑĤ": 1069, + "ĠÑĤа": 18752, + "ĠÑĤай": 50074, + "ĠÑĤак": 2936, + "ĠÑĤакаÑı": 22075, + "ĠÑĤакже": 16584, + "ĠÑĤакие": 20113, + "ĠÑĤаким": 31584, + "ĠÑĤакиÑħ": 28572, + "ĠÑĤакого": 31158, + "ĠÑĤакое": 18292, + "ĠÑĤакой": 13452, + "ĠÑĤакÑĥÑİ": 42456, + "ĠÑĤам": 8223, + "ĠÑĤан": 33344, + "ĠÑĤво": 25144, + "ĠÑĤвоÑĢ": 42767, + "ĠÑĤе": 18445, + "ĠÑĤеб": 8458, + "ĠÑĤебе": 14656, + "ĠÑĤебÑı": 12644, + "ĠÑĤел": 15619, + "ĠÑĤелеÑĦ": 33356, + "ĠÑĤелеÑĦон": 44485, + "ĠÑĤем": 12532, + "ĠÑĤемпеÑĢ": 45609, + "ĠÑĤеп": 38923, + "ĠÑĤепеÑĢÑĮ": 16983, + "ĠÑĤеÑĢ": 21168, + "ĠÑĤеÑĢÑĢи": 49634, + "ĠÑĤеÑģÑĤ": 41699, + "ĠÑĤеÑħ": 16615, + "ĠÑĤеÑħнолог": 42709, + "ĠÑĤи": 39317, + "ĠÑĤип": 26264, + "ĠÑĤипа": 35443, + "ĠÑĤо": 4572, + "ĠÑĤоб": 32046, + "ĠÑĤобой": 38068, + "ĠÑĤов": 35838, + "ĠÑĤогда": 21696, + "ĠÑĤого": 11283, + "ĠÑĤоже": 12251, + "ĠÑĤой": 38509, + "ĠÑĤол": 36038, + "ĠÑĤолÑĮко": 9008, + "ĠÑĤом": 13294, + "ĠÑĤомÑĥ": 23644, + "ĠÑĤон": 37089, + "ĠÑĤоп": 41637, + "ĠÑĤоÑĢ": 25594, + "ĠÑĤоÑĤ": 23900, + "ĠÑĤоÑĩ": 23045, + "ĠÑĤоÑĩки": 47880, + "ĠÑĤоÑĩно": 25311, + "ĠÑĤÑĢ": 7550, + "ĠÑĤÑĢав": 46647, + "ĠÑĤÑĢади": 48098, + "ĠÑĤÑĢан": 45454, + "ĠÑĤÑĢеб": 31525, + "ĠÑĤÑĢеÑĤÑĮ": 45305, + "ĠÑĤÑĢи": 22068, + "ĠÑĤÑĢÑĥ": 36310, + "ĠÑĤÑĢÑĥд": 36853, + "ĠÑĤÑĥ": 30480, + "ĠÑĤÑĥда": 30433, + "ĠÑĤÑĥÑĢ": 49248, + "ĠÑĤÑĥÑĤ": 12848, + "ĠÑĤÑĭ": 5991, + "ĠÑĤÑĭÑģÑıÑĩ": 25025, + "ĠÑĤÑıж": 34641, + "ĠÑĥ": 1595, + "ĠÑĥб": 13853, + "ĠÑĥбий": 40636, + "ĠÑĥв": 13247, + "ĠÑĥвелиÑĩ": 41511, + "ĠÑĥвеÑĢ": 32838, + "ĠÑĥвид": 21974, + "ĠÑĥвидеÑĤÑĮ": 46095, + "ĠÑĥг": 20392, + "ĠÑĥд": 11927, + "ĠÑĥдаÑĢ": 39047, + "ĠÑĥдив": 36459, + "ĠÑĥдоб": 35943, + "ĠÑĥж": 25261, + "ĠÑĥжаÑģ": 44973, + "ĠÑĥже": 7520, + "ĠÑĥз": 20940, + "ĠÑĥзна": 33562, + "ĠÑĥк": 32546, + "ĠÑĥкÑĢаÑĹ": 48350, + "ĠÑĥкÑĢаÑĹн": 49454, + "ĠÑĥли": 36639, + "ĠÑĥм": 17497, + "ĠÑĥп": 16036, + "ĠÑĥпÑĢав": 44080, + "ĠÑĥÑĢов": 25200, + "ĠÑĥÑģ": 26732, + "ĠÑĥÑģл": 24636, + "ĠÑĥÑģлов": 34974, + "ĠÑĥÑģп": 23944, + "ĠÑĥÑģÑĤ": 21204, + "ĠÑĥÑģÑĤанов": 31866, + "ĠÑĥÑģÑĤÑĢой": 48582, + "ĠÑĥÑĤ": 25448, + "ĠÑĥÑĩ": 13774, + "ĠÑĥÑĩаÑģÑĤ": 40970, + "ĠÑĥÑĪ": 38521, + "ĠÑĦ": 4394, + "ĠÑĦак": 31953, + "ĠÑĦиз": 44662, + "ĠÑĦилÑĮ": 16172, + "ĠÑĦилÑĮм": 22506, + "ĠÑĦилÑĮма": 36293, + "ĠÑĦин": 42020, + "ĠÑĦоÑĢм": 22817, + "ĠÑĦоÑĤ": 35896, + "ĠÑĦоÑĤогÑĢаÑĦ": 40855, + "ĠÑĦÑĥнк": 39484, + "ĠÑħ": 3490, + "ĠÑħаÑĢ": 38795, + "ĠÑħаÑĢакÑĤеÑĢ": 46144, + "ĠÑħваÑĤ": 32985, + "ĠÑħл": 45566, + "ĠÑħод": 23571, + "ĠÑħозÑı": 49791, + "ĠÑħолод": 39726, + "ĠÑħоÑĢоÑĪ": 11436, + "ĠÑħоÑĢоÑĪий": 48917, + "ĠÑħоÑĢоÑĪо": 16977, + "ĠÑħоÑĤ": 11515, + "ĠÑħоÑĤел": 27688, + "ĠÑħоÑĤиÑĤе": 39268, + "ĠÑħоÑĤÑĮ": 39605, + "ĠÑħоÑĤÑı": 30988, + "ĠÑħоÑĩ": 13057, + "ĠÑħоÑĩеÑĤ": 42175, + "ĠÑħоÑĩеÑĤÑģÑı": 48453, + "ĠÑħоÑĩеÑĪÑĮ": 45656, + "ĠÑħоÑĩÑĥ": 22168, + "ĠÑħÑĥд": 48609, + "ĠÑĨ": 5188, + "ĠÑĨвеÑĤ": 24937, + "ĠÑĨе": 18404, + "ĠÑĨел": 22750, + "ĠÑĨен": 39821, + "ĠÑĨенÑĤ": 26845, + "ĠÑĨенÑĤÑĢ": 46536, + "ĠÑĩ": 1358, + "ĠÑĩа": 15369, + "ĠÑĩаÑģ": 13562, + "ĠÑĩаÑģов": 44477, + "ĠÑĩаÑģÑĤ": 33107, + "ĠÑĩаÑģÑĤи": 29168, + "ĠÑĩаÑģÑĤо": 26549, + "ĠÑĩаÑģÑĤÑĮ": 24544, + "ĠÑĩего": 19275, + "ĠÑĩелов": 10347, + "ĠÑĩеловек": 11326, + "ĠÑĩеловека": 25109, + "ĠÑĩеловеÑĩ": 41365, + "ĠÑĩем": 12056, + "ĠÑĩеÑĢ": 12360, + "ĠÑĩеÑĢез": 17341, + "ĠÑĩеÑĤ": 38140, + "ĠÑĩеÑĤÑĭ": 39644, + "ĠÑĩи": 46660, + "ĠÑĩиÑģ": 23201, + "ĠÑĩиÑģÑĤ": 44459, + "ĠÑĩиÑĤ": 38522, + "ĠÑĩÑĤо": 2143, + "ĠÑĩÑĤоб": 48647, + "ĠÑĩÑĤобÑĭ": 7887, + "ĠÑĩÑĥв": 22472, + "ĠÑĩÑĥвÑģÑĤв": 29269, + "ĠÑĩÑĥд": 43332, + "ĠÑĩÑĥÑĤÑĮ": 30422, + "ĠÑĪ": 5941, + "ĠÑĪиÑĢ": 44583, + "ĠÑĪкол": 33009, + "ĠÑĪÑĤ": 28826, + "ĠÑī": 9427, + "ĠÑīе": 35547, + "ĠÑīо": 14309, + "ĠÑīоб": 42899, + "ĠÑį": 1704, + "ĠÑįк": 13817, + "ĠÑįконом": 41800, + "ĠÑįкÑĢан": 41643, + "ĠÑįкÑģп": 29030, + "ĠÑįкÑģпеÑĢ": 40404, + "ĠÑįлекÑĤ": 31314, + "ĠÑįлем": 44509, + "ĠÑįн": 31037, + "ĠÑįнеÑĢг": 40804, + "ĠÑįп": 43985, + "ĠÑįÑĤ": 4030, + "ĠÑįÑĤа": 21396, + "ĠÑįÑĤи": 11012, + "ĠÑįÑĤим": 23094, + "ĠÑįÑĤиÑħ": 23296, + "ĠÑįÑĤо": 2691, + "ĠÑįÑĤого": 10751, + "ĠÑįÑĤой": 14907, + "ĠÑįÑĤом": 10755, + "ĠÑįÑĤомÑĥ": 31500, + "ĠÑįÑĤоÑĤ": 11508, + "ĠÑįÑĤÑĥ": 18763, + "ĠÑįÑĦÑĦ": 33607, + "ĠÑİ": 29488, + "ĠÑı": 2552, + "ĠÑıв": 19028, + "ĠÑıвлÑıеÑĤÑģÑı": 29755, + "ĠÑıзÑĭ": 29364, + "ĠÑıк": 14760, + "ĠÑıкÑĸ": 35110, + "ĠÑıÑĢ": 44016, + "ĠÑĶ": 28669, + "ĠÑĸ": 8934, + "ĠÑĸз": 49973, + "ĠÑĸн": 29858, + "ĠÑĹ": 27902, + "ĠÑĹÑħ": 49084, + "ĠÕ": 14822, + "Ġ×": 877, + "Ġס": 19713, + "Ġ×¢": 7535, + "Ġ×¢×ľ": 15929, + "Ġ×¢×Ŀ": 31464, + "Ġפ": 13323, + "Ġפ×Ķ": 40833, + "Ġצ": 24803, + "Ġצר": 43563, + "Ġ×§": 14831, + "Ġר": 12926, + "Ġרק": 44918, + "Ġר×ķצ": 41927, + "Ġש": 4113, + "Ġש×IJ×": 39360, + "Ġש×Ķ": 19208, + "Ġש×Ķ×ķ×IJ": 47862, + "Ġש׾": 8817, + "Ġש׾×Ļ": 48982, + "Ġש×ŀ×": 36327, + "Ġש׳": 30222, + "Ġת": 13965, + "Ġ×IJ": 8428, + "Ġ×IJ×": 4142, + "Ġ×IJפ": 40784, + "Ġ×IJת": 9625, + "Ġ×IJת×Ķ": 41254, + "Ġ×IJ×ij׾": 30186, + "Ġ×IJ×ķ": 33038, + "Ġ×IJ×ķת": 23601, + "Ġ×IJ×ķת×ķ": 46725, + "Ġ×IJ×ķ×ŀר": 38272, + "Ġ×IJ×ĸ": 25624, + "Ġ×IJ×Ĺ": 20505, + "Ġ×IJ×Ĺ×ĵ": 42205, + "Ġ×IJ׾": 28379, + "Ġ×IJ×Ŀ": 36517, + "Ġ×IJ׳": 49553, + "Ġ×IJ׳×Ĺ׳×ķ": 30948, + "Ġ×IJ׳×Ļ": 16707, + "Ġ×ij": 11473, + "Ġ×ij×": 6044, + "Ġ×ijס": 40188, + "Ġ×ij×¢": 24464, + "Ġ×ijר": 36981, + "Ġ×ijש": 34561, + "Ġ×ijת": 37613, + "Ġ×ij×IJ": 38400, + "Ġ×ij×IJ×": 33167, + "Ġ×ij×ĵ": 49959, + "Ġ×ij×Ķ": 40435, + "Ġ×ij×Ĺ": 47017, + "Ġ×ij׼": 39150, + "Ġ×ij×ŀ×": 31776, + "Ġ×Ĵ": 15413, + "Ġ×Ĵ×Ŀ": 26611, + "Ġ×ĵ": 17433, + "Ġ×Ķ": 2922, + "Ġ×Ķ×": 3723, + "Ġ×Ķס": 32559, + "Ġ×Ķ×¢": 26507, + "Ġ×Ķפ": 31175, + "Ġ×Ķצ": 43691, + "Ġ×Ķ×§": 33866, + "Ġ×Ķר": 22706, + "Ġ×Ķש": 22537, + "Ġ×Ķת": 25579, + "Ġ×Ķ×IJ": 42876, + "Ġ×Ķ×IJ×": 20079, + "Ġ×Ķ×IJ׾": 46747, + "Ġ×Ķ×ij": 49052, + "Ġ×Ķ×ij×": 43974, + "Ġ×Ķ×Ĵ": 36386, + "Ġ×Ķ×ĵ": 32740, + "Ġ×Ķ×Ķ": 37203, + "Ġ×Ķ×ķ×IJ": 23666, + "Ġ×Ķ×ĸ": 32888, + "Ġ×Ķ×ĸ×Ķ": 28776, + "Ġ×Ķ×Ĺ": 26224, + "Ġ×Ķ×Ļ": 29526, + "Ġ×Ķ×Ļ×IJ": 35422, + "Ġ×Ķ×Ļ×Ķ": 32132, + "Ġ×Ķ׼": 29561, + "Ġ×Ķ×Ŀ": 44775, + "Ġ×Ķ×ŀ": 32357, + "Ġ×Ķ×ŀ×": 17270, + "Ġ×Ķ׳": 35743, + "Ġ×ķ": 7666, + "Ġ×ķ×IJ×": 40298, + "Ġ×ķ×Ķ": 28628, + "Ġ×ĸ": 25412, + "Ġ×ĸ×Ķ": 12173, + "Ġ×Ĺ": 12400, + "Ġ×ĺ": 27265, + "Ġ×ĺ×ķ×ij": 48606, + "Ġ×Ļ": 8128, + "Ġ×Ļש": 20592, + "Ġ×Ļ×Ķ": 49854, + "Ġ×Ļ×ķתר": 36555, + "Ġ×Ļ×ķ×ĵ×¢": 45764, + "Ġ×Ļ׼×ķ׾": 37608, + "Ġ׼": 7127, + "Ġ׼×Ļ": 44826, + "Ġ׼׾": 21547, + "Ġ׼ף": 44644, + "Ġ׾": 3883, + "Ġ׾×": 5001, + "Ġ×ľ×¢": 30377, + "Ġ׾פ": 33954, + "Ġ׾ק": 45904, + "Ġ׾ש": 35769, + "Ġ׾×IJ": 12471, + "Ġ׾×IJ×": 45087, + "Ġ׾×Ķ": 13995, + "Ġ׾×Ķ×Ļ×ķת": 49695, + "Ġ׾×ķ": 47669, + "Ġ׾×Ĺ": 42485, + "Ġ׾×Ļ": 29948, + "Ġ׾׼": 32872, + "Ġ׾×ŀ×": 31383, + "Ġ׾׳×ķ": 44946, + "Ġ×ŀ": 9148, + "Ġ×ŀ×": 5641, + "Ġ×ŀס": 32904, + "Ġ×ŀ×¢": 34413, + "Ġ×ŀצ": 44015, + "Ġ×ŀ×§": 39598, + "Ġ×ŀש": 23950, + "Ġ×ŀת": 30221, + "Ġ×ŀ×IJ": 26295, + "Ġ×ŀ×IJ×": 45686, + "Ġ×ŀ×IJ×ķ×ĵ": 31056, + "Ġ×ŀ×ĵ": 36631, + "Ġ×ŀ×Ķ": 16929, + "Ġ×ŀ×Ĺ": 42644, + "Ġ×ŀ׼": 44698, + "Ġ×ŀ×ŀ×": 41764, + "Ġ׳": 11302, + "ĠØ": 1357, + "ĠØ¢": 19753, + "Ġآپ": 46201, + "ĠØ£": 5551, + "ĠØ£ÙĨ": 14739, + "ĠØ£ÙĨا": 41850, + "ĠØ£ÙĪ": 34051, + "ĠØ£ÙĬ": 36632, + "ĠØ¥": 11933, + "ĠØ¥ÙĦÙī": 30731, + "ĠØ¥ÙĨ": 36145, + "Ġا": 1975, + "Ġاب": 48127, + "Ġاس": 24525, + "Ġاست": 44713, + "ĠاÙĦ": 2423, + "ĠاÙĦØ": 6024, + "ĠاÙĦØ£": 16247, + "ĠاÙĦØ¥": 33688, + "ĠاÙĦا": 42963, + "ĠاÙĦب": 29739, + "ĠاÙĦت": 16712, + "ĠاÙĦتÙĬ": 38392, + "ĠاÙĦج": 25724, + "ĠاÙĦØ®": 33962, + "ĠاÙĦد": 32748, + "ĠاÙĦذ": 32545, + "ĠاÙĦذÙĬ": 43527, + "ĠاÙĦر": 34892, + "ĠاÙĦس": 21136, + "ĠاÙĦØ´": 25124, + "ĠاÙĦص": 31767, + "ĠاÙĦØ·": 41950, + "ĠاÙĦع": 18863, + "ĠاÙĦØŃ": 21542, + "ĠاÙĦÙģ": 27188, + "ĠاÙĦÙĤ": 25062, + "ĠاÙĦÙĥ": 33251, + "ĠاÙĦÙĦ": 13672, + "ĠاÙĦÙĦÙĩ": 21984, + "ĠاÙĦÙħ": 9673, + "ĠاÙĦÙĨ": 28239, + "ĠاÙĦÙĬ": 45595, + "ĠاÙĨ": 16472, + "ĠاÙĪØ±": 32930, + "Ġب": 4724, + "ĠباÙĦ": 20666, + "Ġبت": 39894, + "Ġبد": 47525, + "Ġبع": 45030, + "Ġبعد": 39182, + "ĠبÙĨ": 44945, + "ĠبÙĩ": 39627, + "ĠبÙĬÙĨ": 49374, + "Ġت": 6055, + "Ġتع": 37279, + "ĠتÙħ": 46811, + "ĠتÙĪ": 33427, + "Ġتھ": 41924, + "ĠØ«": 38637, + "Ġج": 10874, + "ĠØ®": 16490, + "Ġد": 11778, + "Ġذ": 29910, + "Ġر": 12602, + "Ġز": 30767, + "Ġس": 8608, + "ĠسÛĴ": 34190, + "ĠØ´": 13412, + "ĠØ´ÙĬ": 44049, + "Ġص": 20328, + "Ġض": 48812, + "ĠØ·": 23032, + "Ġع": 6225, + "ĠعÙĦ": 11203, + "ĠعÙĦÙī": 15844, + "ĠعÙĦÙĬ": 25894, + "ĠعÙĦÙĬÙĩ": 47356, + "ĠعÙĨ": 18871, + "ĠعÙĨد": 43242, + "Ġغ": 32771, + "ĠØĮ": 24637, + "ĠØŁ": 45520, + "ĠØŃ": 11331, + "ĠÙ": 1447, + "ĠÙ¾": 21453, + "ĠÙģ": 6156, + "ĠÙģÙĬ": 8978, + "ĠÙĤ": 12174, + "ĠÙĤاÙĦ": 50239, + "ĠÙĥ": 9122, + "ĠÙĥاÙĨ": 25961, + "ĠÙĥÙĦ": 28242, + "ĠÙĦ": 5296, + "ĠÙĦا": 20193, + "ĠÙĦÙĥÙĨ": 44381, + "ĠÙĦÙĦ": 24976, + "ĠÙĦÙħ": 32767, + "ĠÙĦÙĩ": 46740, + "ĠÙĦÙĪ": 45164, + "ĠÙĦÙĬ": 32239, + "ĠÙħ": 3714, + "ĠÙħا": 19446, + "ĠÙħت": 44650, + "ĠÙħØ«": 50113, + "ĠÙħس": 47524, + "ĠÙħØ´": 37893, + "ĠÙħع": 20449, + "ĠÙħÙĨ": 9154, + "ĠÙħÛĮ": 48478, + "ĠÙħÛĮÚº": 27875, + "ĠÙĨ": 8717, + "ĠÙĨÛģ": 43596, + "ĠÙĨÛģÛĮÚº": 50194, + "ĠÙĨÛĴ": 43947, + "ĠÙĩ": 8032, + "ĠÙĩذا": 23758, + "ĠÙĩذÙĩ": 29538, + "ĠÙĩÙĨا": 34105, + "ĠÙĩÙĪ": 31439, + "ĠÙĩÙĬ": 39896, + "ĠÙĪ": 4032, + "ĠÙĪØ£": 36725, + "ĠÙĪØ§": 36764, + "ĠÙĪØ§ÙĦ": 16070, + "ĠÙĪØ¨": 46599, + "ĠÙĪØª": 34683, + "ĠÙĪØ¬": 49610, + "ĠÙĪØ³": 46952, + "ĠÙĪÙĦ": 35525, + "ĠÙĪÙĦا": 49429, + "ĠÙĪÙĩ": 37037, + "ĠÙĪÛģ": 44291, + "ĠÙĬ": 7251, + "ĠÙĬا": 35186, + "ĠÙĬع": 37495, + "ĠÚ©": 7565, + "Ġکا": 39893, + "Ġکر": 29688, + "ĠÚ©ÙĪ": 31561, + "ĠÚ©Ûģ": 33491, + "ĠÚ©ÛĮ": 23180, + "ĠÚ©ÛĴ": 24049, + "ĠÚ¯": 28697, + "ĠÚĨ": 34766, + "ĠÛģ": 12138, + "ĠÛģÙĪ": 45509, + "ĠÛģÛĮÚº": 38904, + "ĠÛģÛĴ": 23905, + "ĠÛĮ": 25429, + "ĠÛĮÛģ": 35324, + "Ġà¤": 8485, + "Ġम": 48449, + "Ġस": 49316, + "Ġह": 37139, + "Ġà¤ķ": 31970, + "Ġà®": 2548, + "Ġத": 18198, + "Ġந": 12669, + "Ġப": 12008, + "Ġà®®": 16504, + "Ġவ": 13535, + "Ġà®ħ": 12776, + "Ġà®ħத": 35718, + "Ġà®Ĩ": 33586, + "Ġà®ĩ": 12894, + "Ġà®ĩà®°": 26277, + "Ġà®ĩல": 49465, + "Ġà®ī": 23656, + "Ġà®İ": 12814, + "Ġà®İன": 17337, + "Ġà®Ĵ": 37240, + "Ġà®ķ": 13786, + "Ġà®ļ": 14337, + "Ġà²": 34725, + "Ġà¶": 35139, + "Ġà¸ģ": 44579, + "Ġà¹Ģà¸": 32922, + "Ġá": 21879, + "Ġấy": 43966, + "Ġá»": 40132, + "Ġợ": 19272, + "Ġá¼": 34519, + "Ġâ": 672, + "ĠâĢ": 1059, + "ĠâĢ¢": 13937, + "Ġâ̦": 5799, + "ĠâĢ«": 4738, + "ĠâĢĭ": 6107, + "ĠâĢĭâĢĭ": 8701, + "ĠâĢĭâĢĭâĢĭ": 16644, + "ĠâĢij": 41395, + "ĠâĢijâĢij": 45217, + "ĠâĢĵ": 1662, + "ĠâĢĶ": 3466, + "ĠâĤ¬": 17450, + "ĠâĨ": 35265, + "ĠâĨĴ": 41600, + "ĠâĪ": 28462, + "ĠâĪĴ": 48554, + "Ġâĸ": 29405, + "Ġâĺ": 38660, + "ĠâĻ": 873, + "ĠâĻ¥": 43385, + "ĠâĻ©": 36865, + "ĠâĻª": 931, + "ĠâĻªâĻª": 9061, + "ĠâĻªâĻªâĻª": 31650, + "ĠâĻ«": 3846, + "ĠâϬ": 22520, + "ĠãĢĮ": 21675, + "ĠãĢIJ": 26308, + "Ġãģ": 2605, + "Ġãģ¡": 44692, + "Ġãģ¦": 23822, + "Ġãģ§": 21376, + "Ġãģ§ãģĻ": 26063, + "Ġãģ¨": 16746, + "Ġãģ©": 34994, + "Ġãģª": 16647, + "Ġãģ«": 24873, + "Ġãģ®": 21171, + "Ġãģ¯": 20785, + "Ġãģ¯ãģĦ": 48159, + "Ġãģ¾": 20979, + "Ġãģ¾ãģĻ": 45194, + "ĠãģĤ": 15131, + "ĠãģĤãĤĬ": 49444, + "ĠãģĦ": 30155, + "ĠãģĨ": 42504, + "ĠãģĬ": 25223, + "Ġãģĭ": 25295, + "ĠãģĮ": 29697, + "Ġãģĵ": 14384, + "Ġãģĵãģ®": 35421, + "ĠãģĵãĤĮ": 33732, + "Ġãģķ": 47231, + "ĠãģĹ": 26974, + "ĠãģĻ": 41068, + "ĠãģĿ": 18421, + "ĠãģĿãģĨ": 36165, + "ĠãģĿãĤĮ": 47765, + "ĠãģŁ": 25581, + "Ġãģł": 37656, + "ĠãģŃ": 35757, + "ĠãĤĤ": 32505, + "ĠãĤĦ": 43938, + "ĠãĤĪ": 49879, + "ĠãĤĴ": 30181, + "ĠãĤĵ": 42961, + "Ġãĥ": 15096, + "Ġãħ": 40978, + "Ġãħĭãħĭãħĭ": 49249, + "Ġãħĭãħĭãħĭãħĭ": 38032, + "Ġãħİãħİ": 45824, + "Ġä¸Ģ": 26923, + "Ġä¸į": 19021, + "Ġä¸įæĺ¯": 43906, + "Ġä¸įè¦ģ": 50181, + "Ġä»ĸ": 35414, + "Ġä½ł": 10930, + "Ġä¾Ĩ": 33742, + "Ġ大": 28589, + "Ġ好": 12202, + "Ġ对": 30275, + "Ġå°±": 32609, + "Ġå°±æĺ¯": 31526, + "Ġå°į": 8748, + "Ġå°įä¸įå°į": 35164, + "Ġå°įåķĬ": 49155, + "Ġå°ı": 43454, + "Ġå¾Ī": 26029, + "Ġå¿«": 42598, + "ĠåĪĨ": 45903, + "Ġåı¯ä»¥": 43269, + "Ġåľ¨": 37286, + "Ġæ²Ĵæľī": 40183, + "ĠæĢĿ": 47968, + "ĠæĪij": 8624, + "ĠæĪijåĢij": 27338, + "ĠæĪijæĺ¯": 34625, + "ĠæīĢ以": 45168, + "Ġæĺ¯": 11947, + "Ġæľī": 21461, + "ĠçĦ¶å¾Į": 49078, + "ĠçļĦ": 27949, + "Ġ羣çļĦ": 32790, + "Ġè¬Ŀè¬Ŀ": 30999, + "ĠéĢĻ": 45286, + "ĠéĢĻåĢĭ": 36888, + "ĠéĤ£": 18625, + "Ġê": 711, + "Ġê°": 1777, + "Ġê°Ģ": 4147, + "Ġê°Ģ격": 41162, + "Ġê°Ģê¹Į": 44913, + "Ġê°Ģë": 10583, + "Ġê°ĢëĬ¥": 25732, + "Ġê°ĢëĬĶ": 37407, + "Ġê°Ģ족": 46008, + "Ġê°Ģì§Ģ": 26569, + "Ġê°Ģì§Ģê³ł": 21361, + "Ġê°ĢìĦľ": 35312, + "Ġê°Ģìļ´ëį°": 44627, + "Ġê°Ģìŀ¥": 20283, + "Ġê°ĢìŀIJ": 40115, + "Ġê°Ģìł¸": 36434, + "Ġê°ģ": 28378, + "Ġê°Ħ": 17190, + "Ġê°Ħëĭ¨": 50102, + "Ġê°Ī": 23616, + "Ġê°IJ": 10892, + "Ġê°IJë": 41398, + "Ġê°IJìĤ¬": 19538, + "Ġê°IJìĤ¬íķ©ëĭĪëĭ¤": 24399, + "Ġê°ij": 23108, + "Ġê°ijìŀIJ기": 31307, + "Ġê°Ķ": 28676, + "Ġê°ķ": 14623, + "Ġê°ĸ": 27668, + "Ġê°ĸê³ł": 37912, + "Ġê°Ļ": 4385, + "Ġê°ĻìĬµëĭĪëĭ¤": 31297, + "Ġê°ĻìķĦ": 23396, + "Ġê°ĻìķĦìĦľ": 48084, + "Ġê°ĻìķĦìļĶ": 12196, + "Ġê°ĻìĿ´": 16358, + "Ġê°ĻìĿĢ": 10005, + "Ġê°ĻìĿĢëį°": 21864, + "Ġê°ľ": 14552, + "Ġê°ľë": 30185, + "Ġê°ľìĿ¸": 36734, + "Ġê±": 4925, + "Ġê±°": 3675, + "Ġ거기": 25191, + "Ġê±°ë": 15805, + "Ġê±°ëĬĶ": 46821, + "Ġê±°ì£ł": 26957, + "Ġê±°ì§Ģ": 42435, + "Ġê±°ìķ¼": 15928, + "Ġê±°ìĺĪìļĶ": 14050, + "Ġê±°ìĿĺ": 27872, + "Ġê±±": 39365, + "Ġê±±ìłķ": 45315, + "Ġê±´": 13507, + "Ġê±´ê°ķ": 46058, + "Ġê±´ë": 39626, + "Ġê±´ëį°": 29201, + "Ġê±´ì": 46855, + "Ġ걸": 14240, + "Ġ걸ë": 37248, + "Ġê±¸ë¡ľ": 41636, + "Ġê²": 2525, + "Ġê²°": 15561, + "Ġê²°ê³¼": 46310, + "Ġê²°êµŃ": 42335, + "Ġê²½": 9537, + "Ġ경찰": 37102, + "Ġê²½ìļ°": 20591, + "Ġê²½ìļ°ìĹIJëĬĶ": 45745, + "Ġê²Ģ": 20282, + "Ġê²Ģì°°": 45433, + "Ġê²ģ": 23178, + "Ġê²ģëĭĪëĭ¤": 27146, + "Ġê²ĥ": 4431, + "Ġê²ĥëıĦ": 25942, + "Ġê²ĥì²ĺëŁ¼": 44052, + "Ġê²ĥìľ¼ë¡ľ": 34071, + "Ġê²ĥìĿ´": 29665, + "Ġê²ĥìĿĢ": 33825, + "Ġê²ĥìĿĦ": 32746, + "Ġê²Į": 7845, + "Ġê²ĮìŀĦ": 23927, + "Ġê³": 3352, + "Ġ곡": 34895, + "Ġ골ë": 42142, + "Ġê³³": 25177, + "Ġê³µ": 9273, + "Ġê³¼": 17590, + "Ġê³Ħ": 10603, + "Ġê³ĦìĨį": 17551, + "Ġê³ł": 9161, + "Ġê³łë": 18556, + "Ġê³łë¯¼": 41936, + "Ġê³łìĸij": 48105, + "Ġê´": 8214, + "Ġê´Ģ": 21061, + "Ġê´Ģë": 25201, + "Ġê´Ģ볨": 42660, + "Ġê´Ģìĭ¬": 47229, + "Ġê´ij": 26517, + "Ġê´ľ": 17327, + "Ġê´ľì°®": 18286, + "Ġê´ľì°®ìķĦ": 45058, + "Ġêµ": 4946, + "Ġ구": 15197, + "Ġ구ë": 17386, + "Ġ구ëıħ": 32800, + "Ġêµ°": 45644, + "Ġêµīìŀ¥": 15286, + "Ġêµīìŀ¥íŀĪ": 15509, + "ĠêµIJ": 24915, + "ĠêµŃ": 13858, + "ĠêµŃ민": 37336, + "Ġê¶ģ": 29342, + "Ġê¶ģê¸Ī": 32886, + "Ġê·": 1510, + "Ġê·¸": 4296, + "Ġ그거": 23075, + "Ġ그건": 41058, + "Ġ그걸": 35225, + "Ġê·¸ê²ĥ": 32565, + "Ġê·¸ê²Į": 21833, + "Ġê·¸ë": 2003, + "Ġê·¸ë¦¬ê³ł": 8785, + "Ġ그림": 43170, + "Ġê·¸ë§Į": 39067, + "Ġê·¸ëĥ¥": 11208, + "Ġê·¸ëĭ¤ìĿĮ": 36918, + "Ġê·¸ëĭ¤ìĿĮìĹIJ": 45137, + "Ġê·¸ëĮĢë¡ľ": 41711, + "Ġê·¸ëķĮ": 26788, + "Ġê·¸ëŀ": 18158, + "Ġê·¸ëŀ¬": 36185, + "Ġê·¸ëŀĺ": 7080, + "Ġê·¸ëŀĺëıĦ": 27449, + "Ġê·¸ëŀĺìĦľ": 8844, + "Ġê·¸ëŀĺìļĶ": 47453, + "Ġê·¸ëŁ": 4167, + "Ġê·¸ëŁ¬": 14019, + "Ġê·¸ëŁ¬ë": 13725, + "Ġê·¸ëŁ¬ë©´": 16645, + "Ġê·¸ëŁ¬ëĭĪê¹Į": 20855, + "Ġê·¸ëŁ°": 9306, + "Ġê·¸ëŁ°ëį°": 16610, + "Ġê·¸ëŁ´": 45372, + "Ġê·¸ëŁ¼": 13929, + "Ġê·¸ëłĩ": 13773, + "Ġê·¸ëłĩê²Į": 16104, + "Ġê·¸ëłĩì£ł": 34410, + "Ġê·¸ëłĩì§Ģ": 32667, + "Ġê·¼": 42476, + "Ġê·¼ë": 9564, + "Ġê·¼ëį°": 9907, + "Ġê·Ģ": 19112, + "Ġê·ĢìŬ": 36083, + "Ġê¸": 4291, + "Ġ기": 7047, + "Ġ기ë": 12503, + "Ġ기본": 40456, + "Ġ기ë¶Ħ": 37149, + "Ġ기ëĭ¤ë": 31431, + "Ġ기ëĮĢ": 41055, + "Ġ기ìĸµ": 30935, + "Ġ기ìŀIJ": 41483, + "Ġ길": 25222, + "Ġê¸Ī": 34120, + "Ġê¸ī": 44728, + "Ġê¹": 8394, + "Ġê¹Ģ": 17376, + "Ġê¹Ģë": 43629, + "Ġê¹Į": 49124, + "Ġê¹Ķë": 48693, + "Ġêº": 34505, + "Ġê¼": 17264, + "Ġê¼Ń": 25881, + "Ġê½": 24378, + "Ġê½ĥ": 45703, + "Ġê¾": 37006, + "Ġê¿": 28529, + "Ġê¿Ī": 43487, + "Ġë": 531, + "Ġë¡ľ": 26142, + "Ġ루ë": 48512, + "Ġ리": 28227, + "Ġ리ë": 31427, + "Ġ립": 44930, + "Ġë§": 1747, + "Ġë§¡": 49132, + "Ġ매": 17591, + "Ġ매ë": 34638, + "Ġë§Ī": 6437, + "Ġë§Īë": 25847, + "Ġë§Ī무ë": 43797, + "Ġë§Īì§Ģë§ī": 22722, + "Ġë§ĪìĬ¤íģ": 47872, + "Ġë§ĪìĿĮ": 20477, + "Ġë§ĪìĿĮìĹIJ": 43093, + "Ġë§ī": 14438, + "Ġë§Į": 14671, + "Ġë§Įë": 8165, + "Ġë§ĮëĤĺ": 38841, + "Ġë§Įëĵ¤": 12922, + "Ġë§Įëĵ¤ìĸ´": 39001, + "Ġë§Įëĵł": 40628, + "Ġë§Įìķ½": 42195, + "Ġë§Įíģ¼": 50215, + "Ġë§İ": 5671, + "Ġë§İìĿ´": 8358, + "Ġë§İìĿĢ": 18494, + "Ġë§IJ": 7058, + "Ġë§IJê³ł": 35145, + "Ġë§IJë": 31336, + "Ġë§IJìĶ": 20797, + "Ġë§IJìĶĢ": 35665, + "Ġë§IJìĶĢë": 41112, + "Ġë§IJìĶĢëĵľë": 45345, + "Ġë§IJìĿ´": 44276, + "Ġë§IJìĿĦ": 39692, + "Ġë§Ľ": 9508, + "Ġë§ĽìĿ´": 47003, + "Ġë§ĽìŀĪ": 13441, + "Ġë§ĽìŀĪëĬĶ": 49051, + "Ġë§ĽìŀĪìĸ´ìļĶ": 46778, + "Ġë§Ŀ": 46490, + "Ġë§ŀ": 9172, + "Ġë§ŀëĬĶ": 49953, + "Ġë§ŀìķĦ": 29417, + "Ġë§ŀìķĦìļĶ": 35273, + "Ġë¨": 5108, + "Ġ머ë": 37856, + "Ġ머리": 27089, + "Ġ먹": 6554, + "Ġë¨¹ê³ł": 26077, + "Ġ먹ëĬĶ": 30616, + "Ġ먹ìĸ´": 46317, + "Ġ먹ìĸ´ë": 28428, + "Ġ먹ìĿĦ": 28130, + "Ġ먼": 19326, + "Ġ먼ìłĢ": 20749, + "Ġë©": 8514, + "Ġ멤ë": 32303, + "Ġë©ĭ": 29260, + "Ġë©ĭìŀĪ": 46344, + "Ġë©Ķ": 34810, + "Ġë©Ķë": 42873, + "Ġë©ĶìĿ´íģ¬ìĹħ": 31923, + "Ġëª": 3491, + "Ġ모": 11722, + "Ġ모ë": 8941, + "Ġ모르": 20502, + "Ġ모ëijIJ": 27615, + "Ġ모ëĵł": 27714, + "Ġ모ìĬµ": 27780, + "Ġ모ìĸij": 45254, + "Ġ목": 20433, + "Ġ몰ë": 24833, + "Ġ몰ëĿ¼": 41733, + "Ġ몸": 30205, + "Ġ못": 10239, + "Ġëªħ": 18284, + "Ġëªĩ": 23628, + "Ġë¬": 4509, + "Ġ무": 27387, + "Ġ무ë": 19327, + "Ġ무ëĮĢ": 46650, + "Ġ무ì": 12540, + "Ġ무ìĦľ": 45072, + "Ġ무ìĬ¨": 22712, + "Ġ무ìĹ": 45613, + "Ġ무ìĹĩ": 47384, + "Ġ문": 13086, + "Ġë¬¸ìłľ": 24290, + "Ġë¬¸ìłľê°Ģ": 48748, + "Ġ묻": 39399, + "Ġ물": 14403, + "Ġ물ë": 26561, + "Ġë¬¼ë¡ł": 41251, + "Ġ물ìĸ´ë": 44558, + "Ġë®": 45388, + "Ġë¯": 17472, + "Ġ미": 10795, + "Ġ미êµŃ": 28667, + "Ġ미ë": 29004, + "Ġ미ìķĪ": 40241, + "Ġ민": 21509, + "Ġ민주": 49000, + "Ġ믿": 40365, + "Ġë°": 2391, + "Ġë°¤": 38093, + "Ġë°¥": 26479, + "Ġë°©": 10006, + "Ġë°©ë²ķ": 31656, + "Ġë°©ìĨ¡": 35429, + "Ġë°°": 14155, + "Ġë°±": 20710, + "Ġë°±ìĭł": 31551, + "Ġë°Ģ": 38813, + "Ġë°ij": 37734, + "Ġë°Ķ": 12704, + "Ġë°Ķê¿": 45795, + "Ġë°Ķë": 9040, + "Ġë°Ķë¡ľ": 15965, + "Ġë°ĶëĢ": 43841, + "Ġë°ķ": 21140, + "Ġë°ĸìĹIJ": 48652, + "Ġë°ĺ": 16396, + "Ġë°ĺë": 23142, + "Ġë°Ľ": 12152, + "Ġë°Ľê³ł": 48130, + "Ġë°ĽìķĦ": 41561, + "Ġë°ľ": 13825, + "Ġë°ľë": 20414, + "Ġë°ľëĿ¼": 37861, + "Ġë°ľìĥĿ": 47532, + "Ġë°Ŀ": 26499, + "Ġë°ĿíĺĶ": 48437, + "Ġë²": 7307, + "Ġë²Ħ": 22076, + "Ġë²Ħë": 34214, + "Ġë²Ī": 10212, + "Ġë²Ī째": 25055, + "Ġë²Į": 25846, + "Ġë²Įìį¨": 49175, + "Ġë²ķ": 31461, + "Ġë²ł": 28672, + "Ġë³": 2818, + "Ġë³´": 6330, + "Ġë³´ê³ł": 18942, + "Ġë³´ë": 10035, + "Ġë³´ë©´": 19443, + "Ġë³´ëĤ": 39833, + "Ġë³´ëĬĶ": 40891, + "Ġë³´ëĭĪê¹Į": 25612, + "Ġë³´ì": 7842, + "Ġë³´ìĦ¸ìļĶ": 49790, + "Ġë³´ìĭ": 23531, + "Ġë³´ìĭľ": 44771, + "Ġë³´ìĭľë©´": 42872, + "Ġë³´ìĹ": 16519, + "Ġë³´ìŬ": 21918, + "Ġë³´ìŬë": 33820, + "Ġë³´ìŬëĵľë": 47414, + "Ġë³´ìĿ´": 48189, + "Ġë³´ìĿ´ëĬĶ": 47793, + "Ġë³´íĨµ": 41701, + "Ġë³µ": 30696, + "Ġ본": 19387, + "Ġë³¼": 18001, + "Ġë³Ģ": 25575, + "Ġë³Ħ": 47442, + "Ġë³Ħë¡ľ": 45513, + "Ġë³ij": 32245, + "Ġë´": 8649, + "Ġë´¤": 20727, + "Ġë´IJ": 15507, + "Ġë´IJìļĶ": 45639, + "Ġë¶": 3658, + "Ġë¶Ģ": 11351, + "Ġë¶Ģë": 10201, + "Ġë¶Ģë¶Ħ": 18805, + "Ġë¶Ģë¶ĦìĿ´": 47820, + "Ġë¶Ģëĵľë": 47358, + "Ġë¶Ģíĥģ": 37056, + "Ġë¶ģ": 33215, + "Ġë¶ģíķľ": 45319, + "Ġë¶Ħ": 15361, + "Ġë¶Ħë": 21735, + "Ġë¶Ħëĵ¤": 20147, + "Ġë¶Ħëĵ¤ìĿ´": 36029, + "Ġë¶Ħëĵ¤ìĿĢ": 40821, + "Ġë¶ĦìľĦ": 49712, + "Ġë¶Ī": 16285, + "Ġë¶Īë": 25746, + "Ġë¶Ļ": 24618, + "Ġë¸": 13947, + "Ġë¸Įë": 21886, + "Ġë¸Ķë": 25576, + "Ġë¹": 5005, + "Ġ빨": 46954, + "Ġ빨리": 23077, + "Ġë¹µ": 48397, + "Ġë¹¼": 38112, + "Ġë¹Ħ": 10079, + "Ġë¹Ħë": 24241, + "Ġë¹ĦìĬ·": 36156, + "Ġë¹ł": 28117, + "Ġë¹łë": 36351, + "Ġë»": 48557, + "Ġë½": 28744, + "Ġë½ij": 38473, + "Ġë¿": 25829, + "Ġë¿Įë": 41582, + "Ġëģ": 9770, + "Ġëģ¼": 46809, + "ĠëģĿ": 13932, + "ĠëģĿëĤ": 34907, + "ĠëģĿëĤĺ": 48626, + "ĠëĤ": 2079, + "ĠëĤ¨": 11689, + "ĠëĤ¨ìŀIJ": 35266, + "ĠëĤ®": 38601, + "ĠëĤ´": 6918, + "ĠëĤ´ê°Ģ": 10474, + "ĠëĤ´ë": 15139, + "ĠëĤ´ëł¤": 33428, + "ĠëĤ´ì": 25097, + "ĠëĤ´ìļ©": 36898, + "ĠëĤ´ìĿ¼": 42831, + "ĠëĤĺ": 3948, + "ĠëĤĺê°Ģ": 37011, + "ĠëĤĺë": 12623, + "ĠëĤĺëĪ": 44263, + "ĠëĤĺëĬĶ": 17955, + "ĠëĤĺëıĦ": 31057, + "ĠëĤĺì¤ijìĹIJ": 44865, + "ĠëĤĺìģ": 48744, + "ĠëĤĺìĦľ": 43156, + "ĠëĤĺìĺ": 19370, + "ĠëĤĺìĺ¤": 19857, + "ĠëĤĺìĺ¤ë": 49397, + "ĠëĤĺìĺ¤ëĬĶ": 40137, + "ĠëĤĺìĺ¨": 34396, + "ĠëĤĺìĺ¬": 49599, + "ĠëĤĺìĻĢ": 27704, + "ĠëĤĺìĻĶ": 26374, + "ĠëĤĺíĥĢë": 49406, + "ĠëĤľ": 19252, + "ĠëĤł": 16316, + "Ġëĥ": 26218, + "ĠëĥĦ": 43250, + "ĠëĥĦìĥĪ": 49985, + "ĠëĦ": 3214, + "ĠëĦ£": 14948, + "ĠëĦ£ê³ł": 49201, + "ĠëĦ¤": 8808, + "ĠëĦ¤ê°Ģ": 41714, + "ĠëĦĪ": 12963, + "ĠëĦĪ무": 6924, + "ĠëĦĺ": 20237, + "Ġëħ": 8727, + "Ġëħ¸": 29158, + "Ġëħ¸ë": 13262, + "Ġëħ¸ëŀĺ": 24678, + "Ġëħ¸ëŀĺë": 42461, + "Ġëħ¸ëł¥": 49388, + "Ġëħ¹": 36906, + "ĠëĨ": 10091, + "ĠëĨĢë": 29873, + "ĠëĨį": 47379, + "ĠëĨĴ": 25015, + "ĠëĨĵ": 28747, + "ĠëĪ": 7508, + "ĠëĪĦ": 15647, + "ĠëĪĦê°Ģ": 33851, + "ĠëĪĦ구": 36385, + "ĠëĪĦë": 30225, + "ĠëĪĪ": 15333, + "ĠëĪĮ룬": 45934, + "Ġëī": 32086, + "Ġëī´ì": 36036, + "Ġëī´ìĬ¤": 45828, + "ĠëĬ": 7707, + "ĠëĬIJ": 34378, + "ĠëĬIJê»": 41667, + "ĠëĬIJë": 10749, + "ĠëĬIJëĤ": 11796, + "ĠëĬIJëĤĮ": 12652, + "ĠëĬIJëĤĮìĿ´": 29459, + "ĠëĬĺ": 33684, + "Ġëĭ": 2515, + "Ġëĭ¤": 4279, + "Ġëĭ¤ë": 9586, + "Ġëĭ¤ë¥¸": 16435, + "Ġëĭ¤ëĭĪ": 46240, + "Ġëĭ¤ëĵ¤": 47660, + "Ġëĭ¤ìĭľ": 15463, + "Ġëĭ¤ìĸij": 40553, + "Ġëĭ¤ìĸijíķľ": 49679, + "Ġëĭ¤ìĿĮ": 13526, + "Ġëĭ¤ìĿĮìĹIJ": 28232, + "Ġëĭ¨": 16818, + "Ġëĭ¬": 21166, + "Ġëĭ¬ë": 20738, + "Ġëĭ¬ëĿ¼": 42407, + "Ġëĭ´": 39700, + "Ġëĭµ": 41918, + "Ġëĭ¹": 12047, + "Ġëĭ¹ìĭľ": 49559, + "Ġëĭ¹ìĭł": 45594, + "Ġëĭ¹ìŰ": 43424, + "ĠëĭĪ": 35362, + "Ġëĭĺ": 45054, + "ĠëĮ": 28088, + "ĠëĮĢ": 5971, + "ĠëĮĢë": 17691, + "ĠëĮĢë°ķ": 38017, + "ĠëĮĢíĨµëł¹": 39567, + "ĠëĮĢíijľ": 37970, + "ĠëĮĢíķ´": 48374, + "ĠëĮĢíķ´ìĦľ": 27382, + "ĠëĮĢíķľ": 23358, + "ĠëĮĵ": 39765, + "Ġëį": 5596, + "Ġëį°": 20883, + "Ġëį°ë": 39267, + "ĠëįĶ": 6990, + "ĠëįĶë": 46389, + "Ġëı": 5189, + "Ġëı¼": 11080, + "Ġëı¼ìļĶ": 21565, + "ĠëıĦ": 10701, + "Ġëıħ": 39411, + "ĠëıĪ": 26963, + "ĠëıĮ": 20555, + "ĠëıĮë": 34324, + "ĠëıĮìķĦ": 26761, + "ĠëıĻ": 11685, + "ĠëıĻìķĪ": 32589, + "ĠëIJ": 3534, + "ĠëIJ©ëĭĪëĭ¤": 23630, + "ĠëIJIJ": 16718, + "ĠëIJĺ": 5514, + "ĠëIJĺê²Į": 14860, + "ĠëIJĺê³ł": 30597, + "ĠëIJĺë": 20603, + "ĠëIJĺë©´": 35664, + "ĠëIJĺëĬĶ": 18650, + "ĠëIJĺëĬĶëį°": 36436, + "ĠëIJĺì§Ģ": 43463, + "ĠëIJĺìĸ´": 41210, + "ĠëIJľ": 16975, + "ĠëIJł": 16625, + "Ġëij": 8108, + "ĠëijIJ": 11915, + "ĠëijIJë": 33940, + "Ġëijĺ": 21433, + "ĠëĴ": 14749, + "ĠëĴ¤": 19798, + "ĠëĴ¤ìĹIJ": 40856, + "Ġëĵ": 10758, + "Ġëĵ£": 32877, + "Ġëĵ¤": 6275, + "Ġëĵ¤ê³ł": 43488, + "Ġëĵ¤ë": 42186, + "Ġëĵ¤ìĸ´": 12900, + "Ġëĵ¤ìĸ´ê°Ģ": 20794, + "Ġëĵ¤ìĸ´ë": 46088, + "Ġëĵ¤ìĸ´ì": 20744, + "Ġëĵ¤ìĸ´ìĺ": 37916, + "Ġëĵ¯": 43058, + "Ġëĵ±": 15722, + "Ġëĵľ": 35561, + "Ġëĵľë": 13356, + "ĠëĶ": 7378, + "ĠëͰ": 49150, + "ĠëͰë": 15933, + "ĠëͰëĿ¼": 24453, + "Ġëͱ": 16681, + "ĠëĶĶ": 25158, + "ĠëĶĶìŀIJ": 47887, + "Ġëķ": 4893, + "ĠëķĮ": 7765, + "ĠëķĮë": 9057, + "ĠëķĮ문": 11406, + "ĠëķĮ문ìĹIJ": 12365, + "ĠëķĮëĬĶ": 27264, + "ĠëķĮëıĦ": 49738, + "Ġëĸ": 13320, + "Ġëĸ¡": 45197, + "Ġëĸ¨": 27436, + "Ġëĸ¨ìĸ´ì": 30667, + "Ġëĸł": 43687, + "Ġëĸłë": 48158, + "Ġëĺ": 7102, + "ĠëĺIJ": 7992, + "Ġëĺij": 29142, + "Ġëĺijê°Ļ": 33790, + "Ġëļ": 39181, + "ĠëĽ": 40589, + "Ġ뼰": 44380, + "Ġëľ": 20490, + "Ġ뾨": 38766, + "Ġëľ»": 44774, + "ĠëĿ¼": 22339, + "ĠëĿ¼ê³ł": 43281, + "ĠëĿ¼ë": 44831, + "ĠëĿ¼ëĬĶ": 49121, + "ĠëłĪ": 28156, + "ĠëłĪë": 43927, + "ĠëŃ": 10096, + "ĠëŃIJ": 7034, + "ĠëŃIJê°Ģ": 39713, + "ĠëŃIJë": 25205, + "ĠëŃIJìķ¼": 18410, + "ĠëŃĶ": 43972, + "ĠëŃĶê°Ģ": 20729, + "ĠëŃĺ": 32376, + "Ġì": 451, + "Ġì¡": 22116, + "Ġì¡°": 7430, + "Ġì¡°ê¸Ī": 13091, + "Ġì¡°ë": 42707, + "Ġì¡°ìĭ¬": 48164, + "Ġì¢": 3340, + "Ġì¢Ģ": 6796, + "Ġì¢ħ": 25260, + "Ġì¢ĭ": 5008, + "Ġì¢ĭëĭ¤": 44891, + "Ġì¢ĭìķĦ": 10805, + "Ġì¢ĭìķĦìļĶ": 22482, + "Ġì¢ĭìķĦíķĺ": 40344, + "Ġì¢ĭìķĦíķĺëĬĶ": 33164, + "Ġì¢ĭìĿĢ": 16460, + "Ġì¢ĭìĿĦ": 39968, + "Ġì£": 5442, + "Ġ주": 7757, + "Ġì£¼ê³ł": 45848, + "Ġ주ë": 16410, + "Ġ주ëĬĶ": 45589, + "Ġ주ìĦ¸ìļĶ": 34067, + "Ġ죽": 22303, + "Ġì£Ħ": 37347, + "Ġì£ĦìĨ¡": 41939, + "Ġì¤": 4855, + "Ġì¤Ģ": 38879, + "Ġì¤Ģë": 18647, + "Ġì¤Ģë¹Ħ": 21911, + "Ġì¤Ħ": 15320, + "Ġì¤ij": 7596, + "Ġì¤ijêµŃ": 39712, + "Ġì¤ijìĹIJ": 32690, + "Ġì¤ijìļĶ": 24851, + "Ġì¤ijìļĶíķľ": 39072, + "Ġì¤ĺ": 41926, + "Ġì¦": 19220, + "Ġì¦IJ": 35177, + "Ġì¦Ŀ": 33830, + "Ġì§": 2334, + "Ġì§§": 43437, + "Ġì§Ģ": 4704, + "Ġì§Ģê¸": 46253, + "Ġì§Ģê¸Ī": 7356, + "Ġì§Ģê¸Īê¹Įì§Ģ": 41309, + "Ġì§Ģê¸ĪìĿĢ": 46516, + "Ġì§Ģë": 12205, + "Ġì§ĢëĤĺ": 41672, + "Ġì§ĢëĤľ": 26416, + "Ġì§ĢìĹŃ": 36209, + "Ġì§ĢìĽIJ": 47284, + "Ġì§ģ": 19224, + "Ġì§ģìłij": 34196, + "Ġì§Ħ": 5526, + "Ġì§Ħì§ľ": 7106, + "Ġì§Ħíĸī": 32544, + "Ġì§Ī문": 39217, + "Ġì§ij": 12111, + "Ġì§ijìĹIJ": 38380, + "Ġì§ľ": 35609, + "Ġ쪽": 31790, + "Ġì«": 37453, + "Ġì°": 5122, + "Ġì°¨": 15391, + "Ġì°¨ë": 24537, + "Ġì°©": 36018, + "Ġì°¸": 18255, + "Ġì°½": 39501, + "Ġì°¾": 18283, + "Ġì°¾ìķĦ": 33219, + "Ġì°į": 17285, + "Ġì±": 14097, + "Ġì±Ħ": 27411, + "Ġì±ħ": 33623, + "Ġì±Ļ": 49414, + "Ġì²": 6768, + "Ġ첫": 22707, + "Ġì²´": 39667, + "Ġì²ĺ": 16650, + "Ġì²ĺë": 40272, + "Ġì²ĺìĿĮ": 18736, + "Ġì²ľ": 31076, + "Ġì²Ń": 24902, + "Ġì³": 43517, + "Ġì´": 10359, + "Ġì´¬ìĺģ": 27874, + "Ġì´Ī": 26631, + "Ġì´Īë": 34417, + "Ġì´ī": 47783, + "Ġì´Ŀ": 27370, + "Ġìµ": 12568, + "Ġìµľ": 14571, + "Ġìµľê³ł": 36703, + "Ġìµľê·¼": 37349, + "ĠìµľëĮĢ": 44112, + "Ġì¶": 7458, + "Ġ춤": 40037, + "Ġì¶©": 24975, + "Ġì¶©ë¶Ħ": 47891, + "Ġì¶Ķ": 17435, + "Ġì¶Ķê°Ģ": 38160, + "Ġì¶Ķì²ľ": 40264, + "Ġì¶ķ": 36692, + "Ġì¶ľ": 25420, + "Ġì·¨": 28880, + "Ġì¸": 33381, + "Ġ측": 41696, + "Ġì¹": 6639, + "Ġì¹´": 41703, + "Ġì¹´ë": 24369, + "Ġì¹´ë©Ķë": 37680, + "Ġì¹´ë©ĶëĿ¼": 46984, + "Ġì¹ĺ": 18447, + "Ġì¹ĺë": 38366, + "Ġì¹ľ": 15801, + "Ġì¹ľêµ¬": 28307, + "Ġì¹ľêµ¬ë": 30922, + "Ġìº": 25230, + "ĠìºIJë": 45024, + "Ġì»": 9305, + "Ġ커": 38687, + "Ġ커ë": 39573, + "Ġ커íĶ": 45326, + "Ġ컨": 36195, + "Ġ컬ë": 19266, + "Ġì»¬ëŁ¬": 26691, + "Ġì»¬ëŁ¬ë": 39177, + "Ġì¼": 25777, + "Ġì¼Ģ": 46142, + "Ġì½": 10630, + "Ġì½Ķ": 26306, + "Ġì½Ķë": 31512, + "Ġì½Ķë¡ľ": 29716, + "Ġì½Ķë¡ľëĤĺ": 31490, + "Ġì½ĺ": 43875, + "Ġì¿": 27056, + "Ġì¿ł": 37855, + "ĠìĤ": 2774, + "ĠìĤ¬": 4744, + "ĠìĤ¬ê±´": 49653, + "ĠìĤ¬ê³ł": 40836, + "ĠìĤ¬ë": 6606, + "ĠìĤ¬ëŀ": 7727, + "ĠìĤ¬ëŀĮ": 12211, + "ĠìĤ¬ëŀĮë": 18078, + "ĠìĤ¬ëŀĮëĵ¤": 39570, + "ĠìĤ¬ëŀĮëĵ¤ìĿ´": 34919, + "ĠìĤ¬ëŀĮìĿ´": 27660, + "ĠìĤ¬ëŀij": 22581, + "ĠìĤ¬ì§Ħ": 29899, + "ĠìĤ¬ìĭ¤": 14504, + "ĠìĤ¬ìļ©": 14422, + "ĠìĤ°": 29589, + "ĠìĤ´": 21155, + "ĠìĤ´ë": 37316, + "ĠìĤ´ì": 15482, + "ĠìĤ´ì§Ŀ": 22384, + "ĠìĤ´ìķĦ": 46978, + "ĠìĤ¼": 32391, + "Ġìĥ": 3694, + "Ġìĥģ": 8563, + "Ġìĥģíĥľ": 34210, + "ĠìĥģíĻ©": 24581, + "ĠìĥĪ": 31184, + "ĠìĥĪë": 21922, + "ĠìĥĪë¡ľ": 32594, + "ĠìĥĪë¡ľìļ´": 41088, + "Ġìĥī": 22530, + "Ġìĥīê¹": 44105, + "ĠìĥĿ": 6439, + "ĠìĥĿê°ģ": 8594, + "ĠìĥĿê°ģìĿ´": 34581, + "ĠìĥĿê°ģìĿĦ": 30852, + "ĠìĥĿê²¼": 49810, + "ĠìĦ": 3952, + "ĠìĦ¤": 30630, + "ĠìĦ¤ë": 24175, + "ĠìĦ¤ëªħ": 33020, + "ĠìĦ±": 14409, + "ĠìĦ±ê³µ": 38403, + "ĠìĦ¸": 11605, + "ĠìĦ¸ê³Ħ": 40179, + "ĠìĦ¸ë": 32143, + "ĠìĦ¸ìĥģ": 37990, + "ĠìĦľ": 17397, + "ĠìĦľë": 32558, + "ĠìĦľë¡ľ": 44595, + "ĠìĦľìļ¸": 31039, + "ĠìĦŀ": 45048, + "ĠìĦł": 11835, + "ĠìĦłë": 22218, + "ĠìĦłë¬¼": 44956, + "ĠìĦłë°°": 49122, + "ĠìĦłìĥĿ": 33600, + "ĠìĦłìĥĿëĭĺ": 37974, + "ĠìĦłíĥĿ": 33126, + "Ġìħ": 23567, + "Ġìħĭ": 34371, + "ĠìĨ": 4794, + "ĠìĨĮ": 10614, + "ĠìĨĮê°ľ": 42784, + "ĠìĨĮë": 13062, + "ĠìĨĮ리": 21652, + "ĠìĨį": 18663, + "ĠìĨIJ": 15268, + "ĠìĨĶ": 37255, + "ĠìĨĶì§ģ": 40279, + "ĠìĨĶì§ģíŀĪ": 46337, + "ĠìĪ": 3471, + "Ġì΍": 33354, + "ĠìĪĺ": 4446, + "ĠìĪĺê°Ģ": 27345, + "ĠìĪĺë": 22297, + "ĠìĪĺëıĦ": 23455, + "ĠìĪľ": 23841, + "ĠìĪľê°Ħ": 44588, + "ĠìĪł": 41986, + "Ġìī": 18804, + "Ġìī¬": 37687, + "Ġìī½": 33561, + "ĠìĬ": 6955, + "ĠìĬ¤": 25858, + "ĠìĬ¤ë": 40420, + "ĠìĬ¤í": 11196, + "ĠìĬ¤íĥĢ": 30675, + "ĠìĬ¤íĥĢìĿ¼": 45881, + "ĠìĬ¤íĬ¸ë": 49490, + "ĠìĬ¹": 30977, + "Ġìĭ": 2811, + "Ġìĭ¤": 19300, + "Ġìĭ¤ë": 34496, + "Ġìĭ¤ìłľë¡ľ": 46399, + "Ġìĭ¤í": 37403, + "Ġìĭ«": 33649, + "Ġìĭ¬": 21923, + "Ġìĭ¶": 10785, + "Ġìĭ¶ìĿĢ": 26912, + "Ġìĭ¸": 33949, + "Ġìĭľ": 5710, + "Ġìĭľê°Ħ": 16648, + "Ġìĭľê°ĦìĿ´": 39330, + "Ġìĭľë": 24452, + "Ġìĭľì²Ń": 41123, + "Ġìĭľìŀij": 14525, + "ĠìĭĿ": 19675, + "ĠìĭĿìľ¼ë¡ľ": 47270, + "Ġìĭł": 13042, + "Ġìĭłê¸°": 47958, + "Ġìĭłë": 26397, + "ĠìĮ": 35792, + "Ġìį": 37113, + "Ġìį¨": 32575, + "Ġìı": 40304, + "Ġìĵ": 11647, + "Ġìĵ°": 17373, + "Ġìĵ°ê³ł": 43303, + "Ġìĵ°ë": 37159, + "Ġìĵ°ëĬĶ": 44878, + "Ġìĵ¸": 42776, + "ĠìĶ": 13479, + "Ġì͍": 17394, + "Ġì͍ê°Ģ": 49262, + "Ġìķ": 1298, + "Ġìķ¼": 13450, + "Ġìķ½": 11503, + "Ġìķ½ê°Ħ": 14466, + "ĠìķĦ": 2216, + "ĠìķĦê¹Į": 25289, + "ĠìķĦë": 9200, + "ĠìķĦë§Ī": 37298, + "ĠìķĦ무": 30702, + "ĠìķĦ무ë": 29907, + "ĠìķĦë²Ħ": 49972, + "ĠìķĦë¹ł": 41281, + "ĠìķĦëĭ": 16996, + "ĠìķĦëĭĪ": 5651, + "ĠìķĦëĭĪê³ł": 32510, + "ĠìķĦëĭĪë": 14279, + "ĠìķĦëĭĪë©´": 33059, + "ĠìķĦëĭĪëĿ¼": 22948, + "ĠìķĦëĭĪìķ¼": 20425, + "ĠìķĦëĭĪìĹIJìļĶ": 30809, + "ĠìķĦëĭĮ": 28069, + "ĠìķĦëĭĻ": 45842, + "ĠìķĦ주": 22360, + "ĠìķĦì§ģ": 22729, + "ĠìķĦ침": 41812, + "ĠìķĦìĿ´": 25130, + "ĠìķĦìĿ´ë": 24790, + "ĠìķĦíĮĮ": 46438, + "Ġìķħ": 43843, + "ĠìķĪ": 4811, + "ĠìķĪë": 9658, + "ĠìķĪëħķ": 13810, + "ĠìķĪëħķíķĺìĦ¸ìļĶ": 19289, + "ĠìķĪëı¼": 42685, + "ĠìķĪìĹIJ": 31660, + "Ġìķī": 37426, + "ĠìķĬ": 6718, + "ĠìķĬê³ł": 31157, + "ĠìķĬëĬĶ": 34790, + "ĠìķĬìķĦ": 39860, + "ĠìķĬìķĦìļĶ": 39952, + "ĠìķĬìķĺ": 29558, + "ĠìķĬìĿĢ": 34590, + "ĠìķĬìĿĦ": 32112, + "ĠìķĮ": 9457, + "ĠìķĮê³ł": 31935, + "ĠìķĮë": 21246, + "ĠìķĮ볤": 38654, + "ĠìķĮìķĦ": 32352, + "ĠìķĮìķĺìĸ´": 49453, + "Ġìķŀ": 13727, + "ĠìķŀìĹIJ": 42004, + "Ġìķŀìľ¼ë¡ľ": 30293, + "Ġìķł": 21459, + "Ġìķłë": 42422, + "Ġìĸ": 2417, + "Ġìĸ´": 9076, + "Ġìĸ´ë": 4863, + "Ġìĸ´ë¨¸": 33257, + "Ġìĸ´ëĬIJ": 34918, + "Ġìĸ´ëĶ": 41802, + "Ġìĸ´ëĶĶ": 20879, + "Ġìĸ´ëķĮ": 43884, + "Ġìĸ´ëĸ": 7768, + "Ġìĸ´ëĸ¡": 39593, + "Ġìĸ´ëĸ¤": 15620, + "Ġìĸ´ëĸ»": 12580, + "Ġìĸ´ëĸ»ê²Į": 12952, + "Ġìĸ´ëł¤": 32289, + "Ġìĸ´ëłµ": 43961, + "Ġìĸ´ì": 11474, + "Ġìĸ´ì¨": 46478, + "Ġìĸ´ì¨Įëĵł": 49856, + "Ġìĸ´ì©": 43513, + "Ġìĸ´ìļ": 27755, + "Ġìĸ´ìłľ": 39247, + "Ġìĸ¸": 16738, + "Ġìĸ¸ë": 44014, + "Ġìĸ¸ëĭĪ": 27213, + "Ġìĸ¸ìłľ": 43790, + "Ġìĸ¼": 22142, + "Ġìĸ¼êµ": 25233, + "Ġìĸ¼êµ´": 30818, + "Ġìĸ¼ë": 21699, + "Ġìĸ¼ë§": 33502, + "Ġìĸ¼ë§Ī": 44859, + "Ġìĸ¼ë§ĪëĤĺ": 36093, + "Ġìĸij": 17723, + "Ġìĸĺ": 11098, + "Ġìĸĺ기": 19641, + "Ġìĸĺ기를": 38327, + "Ġìĸĺë": 49441, + "ĠìĸĺëĬĶ": 43084, + "ĠìĹ": 2087, + "ĠìŬ": 5518, + "ĠìĹ¬ê¸°": 7543, + "ĠìĹ¬ê¸°ê¹Įì§Ģ": 46869, + "ĠìĹ¬ê¸°ëĬĶ": 48864, + "ĠìĹ¬ê¸°ìĦľ": 25404, + "ĠìĹ¬ê¸°ìĹIJ": 37138, + "ĠìŬë": 8228, + "ĠìŬ룬": 31784, + "ĠìŬ룬ë": 10791, + "ĠìŬ룬ë¶Ħ": 14707, + "ĠìŬ룬ë¶Ħëĵ¤": 25745, + "ĠìŬìŀIJ": 41768, + "ĠìŰ": 11839, + "ĠìŰë": 34902, + "ĠìŰìĬµ": 35901, + "ĠìĹ´": 41280, + "ĠìĹ´ë": 38787, + "ĠìĹ´ì": 40039, + "ĠìĹ´ìĭ¬íŀĪ": 31939, + "ĠìĹĦ": 16685, + "ĠìĹĦë§Ī": 23747, + "ĠìĹĦì²Ń": 18070, + "ĠìĹħ": 32892, + "ĠìĹĨ": 5711, + "ĠìĹĨê³ł": 48724, + "ĠìĹĨëĬĶ": 20986, + "ĠìĹĨëĭ¤": 50174, + "ĠìĹĨìĬµëĭĪëĭ¤": 47236, + "ĠìĹĨìĸ´": 28715, + "ĠìĹĨìĸ´ìļĶ": 31162, + "ĠìĹĨìĿ´": 33353, + "ĠìĹIJ": 20122, + "ĠìĹIJë": 44428, + "ĠìĹŃ": 19427, + "ĠìĹŃìĭľ": 34522, + "Ġìĺ": 2355, + "Ġìĺ¤": 5175, + "Ġìĺ¤ë": 10258, + "Ġìĺ¤ë¥¸": 46673, + "Ġìĺ¤ë¹ł": 33398, + "Ġìĺ¤ëĬ": 36791, + "Ġìĺ¤ëĬĺ": 8880, + "Ġìĺ¤ëĬĺëıĦ": 47455, + "Ġìĺ¤ëĬĺìĿĢ": 23720, + "Ġìĺ¤ëŀĺ": 46211, + "Ġìĺ¤ëŀľë§Į": 48551, + "Ġìĺ¤ì¼ĢìĿ´": 30567, + "Ġìĺ¤í": 25586, + "Ġìĺ¨": 25506, + "Ġìĺ¬": 28603, + "Ġìĺ¬ë": 12917, + "Ġìĺ¬ëĿ¼": 22327, + "Ġìĺ·": 30880, + "Ġìĺģ": 9293, + "Ġìĺģìĥģ": 15603, + "ĠìĺģìĥģìĿĦ": 42942, + "ĠìĺģíĻĶ": 44869, + "ĠìĺĨ": 29095, + "ĠìĺĪ": 10134, + "ĠìĺĪë": 22551, + "ĠìĺĪë»IJ": 45527, + "ĠìĺĪìģ": 20684, + "ĠìĺĪìģĺ": 28424, + "ĠìĺĽ": 44298, + "ĠìĺĽëĤł": 48646, + "ĠìĻ": 4186, + "ĠìϏ": 27357, + "ĠìĻĢ": 12500, + "ĠìĻĢìĦľ": 45783, + "ĠìĻĦ": 18112, + "ĠìĻĦë": 36683, + "ĠìĻĦìĦ±": 41867, + "ĠìĻĦìłĦ": 25587, + "ĠìĻĶ": 17766, + "ĠìĻľ": 9883, + "ĠìĻľë": 33750, + "ĠìĻľëĥIJíķĺë©´": 49338, + "Ġìļ": 4709, + "Ġìļ©": 33622, + "Ġìļ°": 14995, + "Ġìļ°ë": 22776, + "Ġìļ°ë¦¬": 8126, + "Ġìļ°ë¦¬ê°Ģ": 22408, + "Ġìļ°ë¦¬ë": 36118, + "Ġìļ°ë¦¬ëĬĶ": 42425, + "Ġìļ°ìĻĢ": 36963, + "Ġìļ´ëıĻ": 33541, + "Ġìļ¸": 40814, + "ĠìļĶ": 10161, + "ĠìļĶë": 39688, + "ĠìļĶì¦ĺ": 24835, + "ĠìĽ": 6891, + "ĠìĽĢ": 40481, + "ĠìĽĢì§ģ": 42114, + "ĠìĽĥ": 25014, + "ĠìĽIJ": 13499, + "ĠìĽIJë": 20884, + "ĠìĽIJëŀĺ": 25169, + "Ġìľ": 4916, + "Ġìľ¤": 36844, + "Ġìľ¼": 37163, + "ĠìľĦ": 9491, + "ĠìľĦìĹIJ": 38388, + "ĠìľĦíķ´": 31600, + "ĠìľĦíķ´ìĦľ": 30238, + "ĠìľĦíķľ": 41475, + "Ġìľł": 11878, + "Ġìľłë": 22262, + "ĠìľłíĬľë": 39163, + "ĠìĿ": 1191, + "ĠìĿ´": 2620, + "ĠìĿ´ê±°": 7075, + "ĠìĿ´ê±°ë¥¼": 46208, + "ĠìĿ´ê±°ëĬĶ": 24535, + "ĠìĿ´ê±´": 21867, + "ĠìĿ´ê±¸": 27107, + "ĠìĿ´ê²ĥ": 23088, + "ĠìĿ´ê²ĥëıĦ": 42118, + "ĠìĿ´ê²Į": 10496, + "ĠìĿ´ë": 2892, + "ĠìĿ´ë¦Ħ": 28581, + "ĠìĿ´ë¯¸": 30099, + "ĠìĿ´ë²Ī": 16299, + "ĠìĿ´ë²ĪìĹIJ": 40692, + "ĠìĿ´ë٬": 37398, + "ĠìĿ´ëٰ": 8381, + "ĠìĿ´ëłĩê²Į": 5483, + "ĠìĿ´ì": 4329, + "ĠìĿ´ìª½": 40325, + "ĠìĿ´ìĥģ": 20362, + "ĠìĿ´ìķ¼": 20510, + "ĠìĿ´ìķ¼ê¸°": 37576, + "ĠìĿ´ìķ¼ê¸°ë¥¼": 48974, + "ĠìĿ´ìĸ": 40186, + "ĠìĿ´ìļ©": 37839, + "ĠìĿ´ìľł": 32292, + "ĠìĿ´ìł": 41049, + "ĠìĿ´ìłľ": 8424, + "ĠìĿ´íķ´": 49373, + "ĠìĿ´íĽĦ": 43577, + "ĠìĿµ": 45664, + "ĠìĿ¸": 9385, + "ĠìĿ¸ë": 34339, + "ĠìĿ¸íĦ°ë": 47491, + "ĠìĿ¼": 7682, + "ĠìĿ¼ë": 16623, + "ĠìĿ¼ë°ĺ": 47057, + "ĠìĿ¼ë³¸": 38496, + "ĠìĿ¼ëĭ¨": 17304, + "ĠìĿ¼ìĿ´": 42848, + "ĠìĿ½": 43302, + "ĠìĿĢ": 31863, + "ĠìĿĮ": 15179, + "ĠìĿĮìĭĿ": 34203, + "ĠìĿĮìķħ": 37851, + "ĠìĿij": 21712, + "ĠìĿĺ": 14389, + "ĠìĿĺë": 29321, + "Ġìŀ": 1332, + "Ġìŀ¡": 16545, + "Ġìŀ¡ìķĦ": 40845, + "Ġìŀ¥": 12280, + "Ġìŀ¥ëĤľ": 46314, + "Ġìŀ¬": 20804, + "Ġìŀ¬ë": 16526, + "Ġìŀ¬ë¯¸": 37723, + "Ġìŀ¬ë°Į": 31224, + "ĠìŀĦ": 43216, + "Ġìŀħ": 10051, + "ĠìŀħëĭĪëĭ¤": 37589, + "ĠìŀĪ": 2297, + "ĠìŀĪê±°ëĵłìļĶ": 44262, + "ĠìŀĪê²Į": 41680, + "ĠìŀĪê³ł": 18683, + "ĠìŀĪê³łìļĶ": 44426, + "ĠìŀĪ기": 48371, + "ĠìŀĪë": 23549, + "ĠìŀĪëĤĺ": 48178, + "ĠìŀĪëĬĶ": 7153, + "ĠìŀĪëĬĶëį°": 19197, + "ĠìŀĪëĬĶëį°ìļĶ": 43550, + "ĠìŀĪëĭ¤": 27468, + "ĠìŀĪëĭ¤ê³ł": 32517, + "ĠìŀĪëĭ¤ëĬĶ": 38469, + "ĠìŀĪì£ł": 34070, + "ĠìŀĪì§Ģ": 37693, + "ĠìŀĪì§Ģë§Į": 49355, + "ĠìŀĪìĬµëĭĪëĭ¤": 10552, + "ĠìŀĪìĸ´": 17300, + "ĠìŀĪìĸ´ìĦľ": 27937, + "ĠìŀĪìĸ´ìļĶ": 12654, + "ĠìŀĪìĹĪ": 15972, + "ĠìŀĪìľ¼": 47324, + "ĠìŀĪìľ¼ë©´": 35783, + "ĠìŀĪìľ¼ëĭĪê¹Į": 44489, + "ĠìŀĪìĿĦ": 18082, + "ĠìŀĪìŀĸìķĦìļĶ": 38853, + "ĠìŀIJ": 5650, + "ĠìŀIJ기": 37257, + "ĠìŀIJ꾸": 45989, + "ĠìŀIJë": 15905, + "ĠìŀIJ주": 47295, + "ĠìŀIJìĭł": 31505, + "ĠìŀIJìŰ": 39635, + "Ġìŀij": 14585, + "ĠìŀijìĹħ": 40316, + "ĠìŀijìĿĢ": 45870, + "Ġìŀĺ": 6644, + "Ġìŀĺë": 24041, + "Ġìŀĺ못": 38991, + "Ġìŀł": 15825, + "Ġìŀłê¹": 24155, + "Ġìŀłê¹IJ": 43479, + "Ġìŀłê¹IJë§Į": 33805, + "Ġìł": 1647, + "ĠìłĢ": 4841, + "ĠìłĢ기": 33789, + "ĠìłĢë": 13163, + "ĠìłĢëĬĶ": 10551, + "ĠìłĢëıĦ": 27591, + "ĠìłĢíĿ¬": 14594, + "ĠìłĢíĿ¬ê°Ģ": 27463, + "Ġìłģ": 14370, + "ĠìłģìĿ´": 48660, + "ĠìłĦ": 6831, + "ĠìłĦë": 19617, + "ĠìłĦìĹIJ": 27117, + "ĠìłĪë": 36144, + "ĠìłĪëĮĢ": 48811, + "ĠìłIJ": 20060, + "Ġìłij": 21616, + "Ġìłijì¢ħ": 32840, + "Ġìłķ": 4980, + "Ġìłķë§IJ": 12793, + "Ġìłķë¶Ģ": 34659, + "ĠìłķëıĦ": 13636, + "ĠìłķëıĦë¡ľ": 42173, + "ĠìłķíĻķ": 47930, + "Ġìłľ": 4424, + "Ġìłľê°Ģ": 7439, + "Ġìłľë": 23406, + "ĠìłľëĮĢë¡ľ": 43795, + "ĠìłľìĿ¼": 23090, + "ĠìłľíĴĪ": 21496, + "Ġí": 1175, + "Ġíģ": 9414, + "Ġíģ¬": 23130, + "Ġíģ¬ê²Į": 38926, + "Ġíģ¬ë": 27680, + "Ġíģ°": 21307, + "Ġíģ´ë": 30464, + "ĠíĤ": 21959, + "ĠíĤ¤": 31855, + "Ġíĥ": 8675, + "ĠíĥĢ": 19840, + "ĠíĥĦ": 46979, + "Ġíĥľ": 28808, + "ĠíĦ°": 39565, + "Ġíħ": 18575, + "ĠíħĮ": 30516, + "ĠíĨ": 20901, + "ĠíĨµ": 17006, + "ĠíĨł": 40309, + "ĠíĨłë": 47955, + "Ġíά": 27256, + "ĠíĬ": 11412, + "ĠíĬ¸ë": 34479, + "ĠíĬ¹": 16909, + "ĠíĬ¹ë³Ħ": 48735, + "ĠíĬ¹íŀĪ": 37704, + "ĠíĬĢ": 49470, + "Ġíĭ": 22114, + "Ġíĭ°": 42417, + "ĠíĮ": 6950, + "ĠíĮ¨": 35470, + "ĠíĮ¬": 45480, + "ĠíĮ¬ë": 47132, + "ĠíĮĢ": 31448, + "ĠíĮĮ": 15390, + "ĠíĮĮë": 44475, + "ĠíĮIJ": 35008, + "ĠíĮĶ": 37110, + "ĠíĮĶë": 49236, + "Ġíį¼": 40849, + "Ġíİ": 10981, + "Ġíݸ": 16990, + "Ġíİĺ": 48574, + "Ġíı": 9250, + "Ġíı¬": 17101, + "Ġíı¬ìĿ¸": 45253, + "Ġíıī": 21967, + "ĠíıŃ": 35663, + "Ġíij": 41065, + "Ġíijľ": 20966, + "ĠíijľíĺĦ": 34232, + "ĠíĴ": 21442, + "ĠíĴĢ": 40036, + "ĠíĶ": 8074, + "Ġíͼ": 17448, + "Ġíͼë": 24009, + "Ġíͼë¶Ģ": 30192, + "ĠíĶĦë": 32051, + "ĠíĶĦë¡ľ": 27758, + "ĠíĶĮë": 28764, + "Ġíķ": 1362, + "Ġíķ¨": 19340, + "Ġíķ¨ê»ĺ": 21469, + "Ġíķ©": 32413, + "Ġíķ©ëĭĪëĭ¤": 18802, + "Ġíķ´": 11683, + "Ġíķ´ë": 11134, + "Ġíķ´ëıĦ": 35776, + "Ġíķ´ì": 7960, + "Ġíķ´ì£¼": 23281, + "Ġíķ´ì¤": 29409, + "Ġíķ´ìĦľ": 17705, + "Ġíķ´ìķ¼": 20556, + "Ġíķ´ìļĶ": 25744, + "ĠíķĦ": 19620, + "ĠíķĦìļĶ": 22731, + "Ġíķij": 45549, + "Ġíķĺ": 3369, + "Ġíķĺê²Į": 44605, + "Ġíķĺê²łìĬµëĭĪëĭ¤": 23473, + "Ġíķĺê³ł": 10301, + "Ġíķĺ기": 47378, + "Ġíķĺë": 5832, + "Ġíķĺ루": 33918, + "Ġíķĺë©´": 17422, + "Ġíķĺë©´ìĦľ": 37466, + "ĠíķĺëĤĺ": 12261, + "ĠíķĺëĤĺë": 38878, + "ĠíķĺëĬĶ": 10914, + "ĠíķĺëĬĶëį°": 29600, + "ĠíķĺëĭĪê¹Į": 47490, + "Ġíķĺì§Ģ": 26882, + "Ġíķĺì§Ģë§Į": 23286, + "ĠíķĻ": 24504, + "Ġíķľ": 4815, + "ĠíķľêµŃ": 21045, + "Ġíķľë": 10737, + "Ġíķľë²Ī": 14463, + "Ġíķľëĭ¤": 44005, + "Ġíķľëį°": 49780, + "Ġíķł": 8981, + "Ġíķłê²ĮìļĶ": 43258, + "Ġíķłë": 44148, + "ĠíķŃ": 25031, + "ĠíķŃìĥģ": 30747, + "Ġíĸ": 11988, + "Ġíĸ¥": 29165, + "ĠíĸĪ": 8154, + "ĠíĸĪëĬĶëį°": 27418, + "ĠíĸĪëįĺ": 45564, + "ĠíĸĪìĬµëĭĪëĭ¤": 32314, + "ĠíĸĪìĸ´": 49528, + "ĠíĸĪìĸ´ìļĶ": 36331, + "Ġíĸī": 21484, + "Ġíĸīë³µ": 36921, + "ĠíĹ": 13431, + "ĠíŤ": 45037, + "ĠíĹĪ": 26893, + "ĠíĹĪë": 47078, + "ĠíĹĪíĮĿ": 41756, + "Ġíĺ": 5706, + "Ġíĺ¸": 26932, + "Ġíĺ¹": 27088, + "Ġíĺ¹ìĭľ": 34767, + "Ġíĺ¼": 31523, + "Ġíĺ¼ìŀIJ": 36028, + "ĠíĺĦ": 17505, + "ĠíĺĦìŀ¬": 39870, + "Ġíĺij": 46977, + "Ġíĺķ": 12459, + "ĠíĻ": 5930, + "ĠíĻį": 36990, + "ĠíĻĶ": 20661, + "ĠíĻĶë": 26700, + "ĠíĻĶìŀ¥": 40711, + "ĠíĻķ": 12619, + "ĠíĻķì§Ħ": 45061, + "ĠíĻķìĭ¤íŀĪ": 50149, + "ĠíĻķìĿ¸": 31288, + "ĠíĻĺ": 29288, + "ĠíĻľ": 42194, + "ĠíĻľëıĻ": 45638, + "Ġíļ": 14794, + "Ġíļ¨": 33571, + "ĠíļĮ": 22980, + "ĠíĽ": 11091, + "ĠíĽ¨": 41842, + "ĠíĽ¨ìͬ": 42489, + "ĠíĽĦ": 21638, + "ĠíĽĦë": 23104, + "ĠíĽĦë³´": 40089, + "Ġíľ": 30200, + "ĠíĿ": 14473, + "Ġíŀĺ": 30326, + "Ġíŀĺë": 22042, + "Ġíŀĺëĵ¤": 28576, + "Ġï": 25072, + "Ġï·": 28081, + "Ġï·º": 41122, + "Ġï·»": 47735, + "Ġ�": 16867, + "ĠðĿ": 42244, + "ĠðĿĺ": 42341, + "ĠðŁ": 7385, + "ĠðŁİ": 19034, + "ĠðŁİµ": 25674, + "ĠðŁİ¶": 43669, + "ĠðŁIJ": 27480, + "ĠðŁij": 36276, + "ĠðŁĺ": 20732, + "ġ": 221, + "Ģ": 222, + "Ģë": 2366, + "Ģë¡ľ": 36680, + "Ģ리": 34374, + "ĢëıĦ": 33225, + "ĢìĿ´": 12192, + "ĢìĿĦ": 25700, + "ģ": 223, + "ģ¼": 29278, + "ģĶ": 30895, + "Ĥ": 224, + "Ĥ¨": 30856, + "Ĥ¬": 9915, + "Ĥ´": 22485, + "Ĥĺ": 3404, + "Ĥĺë": 14886, + "ĤĺëĿ¼": 47495, + "ĤĺìļĶ": 26057, + "Ĥľ": 16662, + "Ĥł": 24095, + "ĥ": 225, + "ĥ¥": 10408, + "ĥ½": 4720, + "ĥĢ": 22373, + "ĥģ": 17486, + "ĥIJ": 12476, + "ĥIJë©´": 35482, + "ĥIJíķĺë©´": 46370, + "Ħ": 226, + "Ħ¤": 5626, + "Ħ¤ìļĶ": 12974, + "Ħ°": 26267, + "Ħ±": 42235, + "Ħ¸": 20600, + "Ħ¸ìļĶ": 25918, + "Ħë": 2703, + "Ħë¡ľ": 14046, + "Ħ를": 21273, + "Ħë§Ī": 21274, + "ĦëıĦ": 24798, + "Ħëĵ¤": 10801, + "ĦĪ": 23318, + "ĦIJ": 45382, + "Ħľ": 3556, + "ħ": 227, + "ħ¸": 37524, + "ħëĭĪëĭ¤": 28332, + "ħĢ": 32710, + "ħĦ": 35530, + "ħķ": 12831, + "ħĺ": 36630, + "Ĩ": 228, + "Ĩµ": 9999, + "Ĩĵ": 28500, + "Ĩĵê³ł": 47441, + "ĩ": 229, + "Ī": 230, + "ά": 20435, + "άë": 48458, + "Īë": 2196, + "Ī를": 31567, + "Īë§Į": 30962, + "Īë¬": 5520, + "Ī무": 6438, + "Ī무ë": 27532, + "Ī문": 35604, + "ĪëĤĺ": 19505, + "ĪëĦ¤": 39510, + "Īëįĺ": 13461, + "ĪëıĦ": 22616, + "ī": 231, + "īìŀ¥": 14547, + "Ĭ": 232, + "Ĭ¤": 19426, + "Ĭ¨": 21588, + "Ĭ¸": 21830, + "Ĭ¸ë": 28699, + "ĭ": 233, + "Į": 234, + "Įë": 2457, + "Į를": 29039, + "Įëį°": 50158, + "ĮëıĦ": 33723, + "Įëĵł": 47353, + "Į룬": 39530, + "ĮĢ": 3638, + "ĮĢë": 8405, + "ĮĢë¡ľ": 15527, + "ĮĢ를": 49946, + "į": 235, + "į¨": 18304, + "į°": 2336, + "į¼": 21709, + "įãĥ«": 38518, + "įëĭĪëĭ¤": 27169, + "įĶ": 19666, + "įĶë": 12890, + "įĶëĭĪ": 39638, + "įĶëĿ¼": 39898, + "įĶëĿ¼ê³ł": 19129, + "įĶëĿ¼ê³łìļĶ": 21261, + "įĺ": 8092, + "İ": 236, + "ı": 237, + "ı¼": 25116, + "ıĦ": 1838, + "ıĦë¡Ŀ": 19305, + "ıħ": 19079, + "ıĮ": 34242, + "ıĻ": 8309, + "ıĻìķĪ": 48608, + "IJ": 238, + "IJ×": 2660, + "IJë": 2998, + "IJë§Į": 25940, + "IJë©´": 32324, + "IJëį°": 43429, + "IJëıĦ": 22983, + "IJIJ": 35606, + "IJĺ": 10487, + "IJĺëĬĶ": 43653, + "IJľ": 14987, + "ij": 239, + "ij¥": 42815, + "ij×": 4349, + "ij׾": 23602, + "ijIJ": 15150, + "ijIJë": 45193, + "ijľ": 12139, + "Ĵ": 240, + "ĵ": 241, + "ĵ¤": 2403, + "ĵ¤ëıĦ": 46313, + "ĵ¤ìĿ´": 8109, + "ĵ¤ìĿĢ": 22571, + "ĵ¤ìĿĦ": 24968, + "ĵ¤ìĿĺ": 29990, + "ĵ¯": 39358, + "ĵ±": 22205, + "ĵľ": 7087, + "ĵľë": 6300, + "ĵľë¥¼": 43871, + "ĵľë¦´": 29512, + "ĵľë¦´ê²ĮìļĶ": 41413, + "ĵľëĬĶ": 29609, + "ĵĿ": 26152, + "ĵł": 6646, + "Ķ": 242, + "Ķ©": 34521, + "Ķê°Ģ": 13833, + "Ķë": 3261, + "Ķë¡ľ": 18839, + "ĶëıĦ": 40720, + "ĶìĿ´": 17793, + "ĶìĿ´íģ¬": 29819, + "ĶìĿ´íģ¬ìĹħ": 30952, + "ĶĶ": 9520, + "ĶĶìĸ´": 40803, + "ĶĶìĺ¤": 49117, + "ķ": 243, + "ķ¼": 6612, + "ķĦ": 33889, + "ķĮ": 14922, + "ĸ": 244, + "ĸ´": 25982, + "ĸ×Ķ": 7889, + "ĸìĹIJ": 28216, + "ĸĪ": 4341, + "Ĺ": 245, + "ĹIJ": 8926, + "ĺ": 246, + "ĺë": 1894, + "ĺ를": 18855, + "ĺëıĦ": 8226, + "Ļ": 247, + "ĻĢ": 37404, + "ļ": 248, + "ļ©": 22621, + "ļĶ": 1206, + "Ľ": 249, + "Ľi": 8971, + "ľ": 250, + "ľ¨": 34057, + "ľë": 2163, + "ľë¡ľ": 15636, + "ľë¥¼": 20087, + "ľë©´": 34092, + "ľëĮĢ": 36718, + "ľëıĦ": 17099, + "ľëıĻ": 38667, + "ľł": 27144, + "Ŀ": 251, + "Ŀi": 10677, + "Ŀ¤": 35156, + "Ŀ¼": 2742, + "Ŀ¼ê³ł": 6954, + "Ŀ¼ë": 9316, + "Ŀ¼ë©´": 32713, + "Ŀ¼ëĬĶ": 13182, + "Ŀ¼ëıĦ": 25574, + "Ŀ¼ìĦľ": 48367, + "Ŀ½": 20523, + "ŀ": 252, + "ŀ¨": 43369, + "ŀ×": 3376, + "ŀר": 18520, + "ŀת": 40339, + "ŀĢ": 18781, + "ŀĪ": 5387, + "ŀĪë": 36329, + "ŀĪ볤": 50073, + "ŀĮ": 22855, + "ŀIJ": 15876, + "ŀIJë": 45863, + "ŀij": 9143, + "ŀĸ": 47812, + "ŀĺ": 4241, + "ŀĺë": 14387, + "ŀĺëıĦ": 38371, + "ŀĻ": 34284, + "ŀľë": 27273, + "ŀľë§Į": 46034, + "Ł": 253, + "٬": 6235, + "٬ë": 7871, + "٬ìļ´": 40537, + "ٰ": 7436, + "ټ": 15375, + "ٽ": 21498, + "Łģ": 38067, + "Łī": 24502, + "ł": 254, + "ł¤": 5743, + "ł¤ê³ł": 18914, + "ł¤ë": 19479, + "ł¤ìĦľ": 40673, + "ł¤ìļĶ": 45410, + "ł¥": 11770, + "ł¨": 26627, + "łµ": 39469, + "ł¸": 14264, + "ł¹": 25565, + "ł×ķ": 32219, + "ł×Ĺ": 21418, + "ł×Ĺ׳×ķ": 22152, + "ł×Ļ": 10361, + "łë": 4673, + "łë¥¼": 39988, + "łĩ": 3921, + "łĩê²Į": 4591, + "łĪ": 10417, + "łĪë": 29494, + "łĪìĿ´": 38845, + "łĮ": 37422, + "łľ": 7589, + "Ń": 255, + "Ńī": 43962, + "ŃIJ": 4381 +} diff --git a/merges.txt b/merges.txt new file mode 100644 index 0000000..6038932 --- /dev/null +++ b/merges.txt @@ -0,0 +1,50001 @@ +#version: 0.2 +Ġ t +Ġ a +Ġt h +i n +e r +Ġ w +Ġ s +o u +Ġth e +r e +o n +a t +e n +Ġ c +i t +i s +Ġ b +n d +Ġ d +Ġ m +Ġ h +Ġ o +in g +e s +Ġ p +Ġt o +a n +Ġ f +o r +l l +Ġ I +Ġ l +Ġ y +a r +Ġ g +Ġy ou +e d +Ġa nd +Ġ in +Ġo f +a s +Ġ n +o m +i c +Ġth at +u s +e t +v e +a l +o w +l e +Ġ is +Ġ e +Ġ it +o t +' s +Ġb e +i on +Ġ T +Ġw h +Ġ A +en t +Ġ S +Ġ re +a y +Ġw e +Ġ on +er e +Ġh a +u t +a c +i d +i g +o s +k e +v er +i m +Ġ Ð +ĠT h +a m +a ll +Ġf or +e l +c h +r o +Ġth is +Ġs t +Ġ W +Ġ u +a d +ou t +i r +l d +c t +Ġ k +i f +Ġg o +. . +Ð ¾ +it h +l y +h t +q u +Ġ - +Ġd o +Ġ j +Ġha ve +Ġ B +Ġa n +Ġw ith +Ġa re +Ġ r +Ġd e +Ġs e +Ġs o +Ġ v +s t +i ll +u r +Ġl i +Ġ M +es t +o d +all y +' t +us t +Ġa s +Ġ C +c e +Ġm e +Ð ° +Ð µ +i l +Ġ H +Ġw as +t er +t h +Ġc an +an t +Ġc om +ou r +ig ht +Ġ Y +at ion +ĠA nd +o l +Ġs h +Ñ Ĥ +o p +s e +Ġn ot +ĠS o +Ġn e +u n +Ġa b +Ġli ke +Ġa t +Ġ D +i e +Ġh e +Ġc on +Ġc h +o re +Ġa l +Ġo r +Ġ qu +Ġ O +om e +r a +u l +Ġ N +p p +Ġyou r +ou ld +Ġ P +Ġf r +g e +er s +' re +Ð ¸ +Ġthe y +Ġwh at +us e +Ġa ll +ĠTh e +Ġ L +es s +e m +Ġk n +Ġj ust +ar t +Ġp ro +ver y +u m +Ġl o +Ġ ì +Ġm y +o k +Ġe x +a b +Ġth ere +Ġb ut +Ġkn ow +Ġs u +Ġ G +Ñ ģ +Ġ E +Ġm a +о Ð +Ġ en +Ġab out +ĠI t +is t +Ġw or +r i +in d +Ġon e +at e +a nd +in k +Ġl e +or t +' m +Ġ F +ic h +Ñ Ģ +id e +Ġg et +Ġ out +.. . +Ġw ill +ã ģ +i ve +Ð ½ +Ġfr om +a in +ĠW e +Ġu p +p e +re s +c a +Ġ R +Ġ if +Ġp l +Ġd on +ac k +Ġ 1 +Ġ " +Ġt r +Ġ us +ĠW h +it y +Ġ J +ĠY ou +Ġh ere +h er +Ġs ome +ou g +a k +ar d +Ġgo ing +Ġu n +m ent +Ġth ink +Ġp e +en d +Ġ ( +ca use +Ġt im +as t +à © +Ġ our +Ġw ant +am e +i es +Ġ ë +u d +in e +Ġre ally +Ġt e +Ġse e +c i +Ġb y +s o +u re +os e +Ġ [ +a re +Ġm ore +a h +on e +c k +op le +а Ð +Ġthe n +Ġth ing +Ġthe m +v en +ou nd +os t +on g +e ct +Ġr ight +a g +Ġin t +Ġpe ople +Ġwh en +ou s +p l +Ġtim e +Ġ im +Ġwh o +Ġ 2 +a p +Ġbe cause +h ing +Ġn o +ic e +Ġlo ok +Ġh as +Ġw ould +Ġh ow +ac t +Ġf e +n t +oug h +Ġp r +ĠB ut +Ġs ay +Ñ ĥ +Ġn ow +Ġm an +Ġ very +Ġwor k +i z +Ġ K +i v +it t +Ġa r +e p +Ġc l +Ġwh ich +Ġc o +an s +' ve +Ġs a +f f +' ll +Ġan y +Ġa ct +Ġy e +b er +ac h +a ge +p er +Ġal so +f er +Ġthe se +Ġa d +е Ð +th er +ac e +ic k +a ke +re at +i re +u e +Ġa g +Ġ U +u ch +ion s +r y +0 0 +n a +Ġd id +Ġqu e +Ġha d +Ġe very +ĠH e +Ġl a +Ġw ay +Ġs p +b le +ĠTh is +as s +Ġthe ir +it e +Ġne ed +Ġp art +Ġw ere +Ġb ack +i p +ow n +om et +b e +as e +Ġma ke +ir st +i a +en ce +an g +an k +Ġg ot +Ġp re +Ġcon t +Ġo ther +p t +ĠTh at +o g +Ġgo od +Ġint o +al k +Ġbe en +Ġa m +Ġo ver +u ally +Ġ â +ì Ŀ +Ġu nd +h e +w ay +Ġg r +Ñ Į +Ġd if +Ġp er +Ñ ı +ĠI n +Ġt w +on d +ar s +in t +or m +Ġl ot +Ġwh ere +Ġ à +Ġ V +Ġs omet +Ð » +en s +Ġg u +Ġa c +u g +Ñ ĭ +Ä ± +Ġf irst +re e +Ġh is +itt le +Ġim p +Ġm o +a v +Ġl ittle +ĠWh at +Ġm uch +Ġ z +Ġ ê +ab le +ĠÐ ¿ +Ġp o +Ġcom p +n e +Ġd is +Ġl et +an ce +Ġh er +Ġthing s +Ġst art +ul t +Ġa pp +Ġre s +Ġf o +Ġc ould +Ġin ter +Ġth ose +Ġd es +Ġwe ll +Ġtw o +Ġk ind +x t +res s +el y +à ¤ +Ġb r +Ġth r +ĠÐ ² +Ġ i +is h +Ġdif fer +Ġ ro +ĠS t +Ġsomet hing +Ġt ake +Ġb o +y s +Ġsh e +Ġt alk +l o +Ñ ĩ +Ġe ven +Ð º +ã Ģ +ĠÐ ½ +Ġb u +ĠI f +Ġd own +ĠC h +ad e +ation s +Ġ use +or d +Ġof f +Ġact ually +Ġs pe +d u +at ed +at er +os s +n ing +à ¼ +Ġdo es +Ġ Ñģ +Ġne w +Ġb et +ve l +c ess +p le +Ġha pp +t ing +on na +Ġ es +Ġd ay +Ġon ly +ig n +k ay +s el +ent s +ou nt +i ld +i le +Ġs c +Ġh im +Ġag ain +v ing +Ġg onna +Ġcom m +Ġh el +ot her +Ġ ke +ic al +Ġ 3 +Ġe l +Ġthr ough +Ġcom e +ar k +d ay +i er +à ³ +Ġth an +ĠThe y +Ġm ay +Ġs er +í ķ +Ġc all +Ġdiffer ent +Ġsh ould +ĠTh ere +ar y +ĠN ow +ã Ĥ +th ing +w e +or y +f ter +Ġp ut +or s +i al +ë ĭ +Ġund er +Ġin c +ĠY e +u b +f orm +Ġv ide +à ¸ +ver s +Ġfe el +à ¡ +od y +f t +f ore +Ġe m +g et +Ġsa id +it ion +Ġre c +i ous +at ch +Ġtr y +Ġhel p +Ġsh ow +Ð ´ +Ġb it +u ll +Ð ² +ÑĤ о +g r +Ġpl ay +if e +a il +ĠYe ah +Ġqu est +Ġman y +Ġp ers +Ġg reat +Ã Ń +Ġ est +n g +Ġâ Ļ +t y +l a +ĠO h +Ġ × +à ® +ĠB e +ad y +Ġm ost +ct ion +ĠN o +Ġdo ing +Ġbe ing +Ġto o +c es +Ġb l +. " +Ġre m +is s +on s +> > +r u +w n +on t +i b +e ll +Ġs m +ot h +u al +Ġ >> +Ġp h +l es +o c +f ul +Ġse c +is e +Ġad d +ig h +er t +Ġs ame +â Ģ +Ġme an +Ġf ind +e k +Ġen d +- - +Ð ¼ +Ġst ill +a z +Ġ ' +Ġm in +Ġye ars +ur n +Ġar ound +sel f +Ġw r +b s +oug ht +ĠâĻ ª +Ġf l +an ge +Ġa fter +Ġpo int +m er +v ed +Ġl ong +o y +ä ¸ +Ġc r +way s +Ġs y +Ġt ra +Ġ2 0 +a ve +Ġch e +Ġ ent +Ġbe fore +p h +Ġat t +i an +i ly +Ġpers on +Ġb ig +Ġs ch +Ġre al +Ġne xt +Ġlo ve +Ġvide o +ĠL et +Ġf in +Ġma k +i ble +Ġto day +er m +ĠA l +ow er +an n +i x +Ġp ar +Ġst ud +à ¶ +Ġimp ort +t e +Ġg ive +v es +Ġd ie +Ġde c +Ġte ll +ĠÐ º +Ñģ ÑĤ +Ġwh y +ic ally +ic t +re d +Ġb as +Ġsu re +Ġbe l +at ing +Ġt ak +Ġs et +Ġl ife +Ġdid n +Ø § +o b +u nd +at h +Ġo p +ĠÐ ¾ +a it +Ġwor ld +Ġsu pp +i o +Ġc our +ĠÐ ¸ +w ard +е н +Ġal ways +u p +Ġha nd +ĠH ow +ci al +Ġcon s +Ġ Ñ +Ġin d +Ġ 4 +ĠA s +Ġf un +j ect +Ġimport ant +Ġs ur +e w +at es +Ġ 5 +Ġd i +Ġm ade +Ġin s +Ġas k +Ġ et +Ġn um +Ġc ar +ĠO kay +Ġs im +i k +Ġl ast +ĠG o +Ġm us +Ġre l +ul ar +´ ì +ĠWe ll +pe ct +ĠTh ank +Ġth ree +à £ +ã ĥ +Ġin v +Ġg en +l ic +Ġhapp en +ë Ĭ +i en +e ver +оР² +Ġst r +ĠA ll +Ġin st +Ġâ Ģ +Ġde f +Ġs l +Ġm ight +un g +Ġye ar +Ġo wn +Ġke ep +b ody +d er +Ġ ÑĤ +ĠÐ ´ +Ġan other +Ġm od +Ġe v +Ġgu ys +Ġab le +ã o +qu e +id ent +ĠY es +Ġit s +Ġpl ace +Ġpro du +ar n +ĠÐ ¼ +Ġre p +Ġex per +Ġf am +it ies +if ic +Ġh igh +i ed +o ol +ie w +е ÑĤ +re n +Ġdon e +Ġ ... +ëĬ Ķ +st em +ĠS e +Ġbet ter +c ome +Ġd el +Ġt y +Ġu m +Ġh o +ĠA n +Ġm on +ing s +Ġs k +Ġo b +c om +ble m +op e +st and +' d +ment s +Ġe le +ĠI s +Ġd a +Ġre g +le ase +i ke +al s +iz e +ê ° +Ġc are +Ġne ver +ìĿ ´ +es e +Ġm et +ol og +ĠWh en +u ck +е ÑĢ +Ġ é +Ġd at +à § +Ġex am +il ity +Ġd et +c ri +Ġus ed +ĠD o +Ġtr ans +e g +t en +Ñ İ +c us +Ġsec ond +Ġb est +Ġh ard +Ġ ide +Ġpro blem +ê ³ +ĠU n +Ñ ħ +Ġ Î +Ġw atch +ĠS h +at ter +Ġpre t +Ġd er +Ġcour se +Å Ł +at ive +ic s +Ġquest ion +ut e +ì Ĺ +ĠF or +at her +Ġc ol +i end +Ġ í +Ġ Z +Ġdoes n +ar ch +Ġinter est +Ġp ol +Ġc or +i ence +Ġp res +Ġe ach +Ġsy stem +Ġf act +i el +ab ly +Ġ er +Ġr un +Ġì Ŀ +Ġto p +n er +Ġth ought +Ġe as +i ent +Ġc re +Ñ Ī +Ġcomm un +y e +re ady +ll ow +Ġevery thing +om m +Ġm ed +ļ Ķ +Ġc ount +it s +Ġcom pl +h ip +Ù Ħ +o ok +Ġto get +Ġtoget her +am p +Ġg ame +Ġal ready +аР» +Ġcall ed +al e +Å Ĥ +ĠM y +Ġunder stand +Ġd r +Ġm om +it ed +оР» +Ġus ing +z y +Ġnum ber +ãĢ ģ +c ed +Ġc le +н о +ëĭ ¤ +in ce +Ġlook ing +Ġpret ty +Ġpro b +ĠS he +Ġ ve +Ġget ting +Ġwe ek +Ġe ff +u ff +a ir +u es +er n +Ġ Q +ou p +ent ion +Ġs ide +оР¼ +Ġfor m +Ġb us +Ġas s +Ġ ed +as on +we en +âĢ ¦ +Ġt urn +Ġc ur +Ġco ll +Ġd ire +ĠG od +Ġ1 0 +Ġe qu +ĠÐ ± +Ġop en +Ġsu ch +ir d +аРº +Ġe ar +Ä Ļ +g an +Ġpart ic +Ġfr iend +Ġex p +Ġex t +Ġh ome +Ġw ater +ĠO n +ÑĤ ÑĮ +or k +Ġп ÑĢ +Ġmo ve +n ess +en se +h o +Ġch ar +c o +in s +Ġb oth +Ġ1 9 +Ġg ra +Ġbet ween +á » +Ġì ķ +as h +ĠR e +a i +al th +u res +em ber +Ġa v +Ġ ver +à ª +one y +Ġth ank +Ġmay be +u c +im e +ê³ ł +Ġa way +Ġn ame +ou se +Ġac c +Ġmus ic +Ġch ange +Ġp ass +g er +Ġbu ild +Ġv al +in ess +an y +Ġfe w +´ ë +t a +Ġl ist +à ¥ +Ġo ld +Ġì ŀ +Ġs ort +Ġme m +Ġc a +ce pt +Ġgen er +Ġye ah +Ġwh ile +Ġany thing +r ic +gr am +Ġe in +c y +ur ing +ĠD e +Ġp ower +Ġcom ing +Ġwor d +Ġ- - +Ġbel ie +Ġf ound +t o +Ð ¿ +Ġme ans +Ġin form +Ġ Ø +Ġ Ñĩ +Ġsm all +00 0 +Ġc ame +Ġ íķ +w h +Ġwork ing +Ġexam ple +Ġp os +Ġde p +ê ² +ä º +ot e +Ġde m +ì § +t s +Ġv ar +a ut +Ġt ri +ch n +Ġhe ad +Ġwho le +× Ļ +z e +Ġtry ing +Ġt em +Ġc ou +et s +Ġ 6 +Ġf il +vel op +Ġc ase +à ¯ +Ġprob ably +Ġo kay +Ġpl an +Ġs it +Ġsch ool +ĠTh en +¸ ë +m e +Ġpro cess +Ġf ar +Ġre ad +Ġp oss +Ġb re +Ġso l +ic ht +Ġsupp ort +ĠT o +ert ain +Ġstart ed +Ġc ap +Ġle ft +Ġdat a +Ġtim es +еР» +Ġwant ed +а н +Ġtalk ing +Ġis t +Ġha ving +um p +Ġcont in +Ġsu b +ĠÐ · +p r +ëĭ Ī +in a +Å ¼ +Ġc reat +od e +× ķ +æ ĺ +! ! +Ġt erm +is m +оР´ +ĠBe cause +Ġw ent +id er +Ġpro v +Ġch ild +Ġd en +Ġl ight +b r +³ о +o h +Ġbo ok +Ġ Ù +ut ion +ĠJ ust +en e +Ġf our +Ġv is +ê° Ģ +Ġh ope +Ġmak ing +ĠL e +ì ķ +Ġo pp +a u +Ġm oney +Ġpro gram +à ¨ +Ġst and +I N +Ġs ign +Ġle arn +à ł +ĠD on +Ġte am +Ġн а +l ud +Ġre st +ic es +æ ľ +Ġ ÑĢ +Ġa ut +Ġle ad +ation al +d e +g y +Ġn ice +Ġd as +Ġd ist +Ġh um +ĠO ne +æ Ī +Ġcom es +Ġj o +Ġc ent +Ġex pl +Ġm ark +re en +l ed +g in +ì ļĶ +Ġle vel +Ġcon f +us h +Ġde velop +Ġt est +en g +v ious +at ure +еР¼ +re t +Ġj e +Ġst uff +Ġcl ass +ow s +Ġê · +Ġs i +Ġl es +ro p +ç ļ +Ġp or +Ġw ar +ìĹ IJ +Ġevery one +Ġg e +Ġche ck +ot t +Ġs ing +Ġar t +Ġfo llow +Ġ20 1 +ĠF r +a is +ì ĸ +Î ± +å ° +Ġà ł +im es +Ġre t +Ġch ang +Ġp ub +Ġin f +Ġte chn +ad a +iv es +Ġbe h +æĺ ¯ +Ġlook s +ãĢ Ĥ +Ð · +ĠWh y +çļ Ħ +Ġen ough +Ġb ra +it ch +ä » +Ġad v +Ð ± +Ġwith out +w er +mer ic +d en +Ġcompl et +Ġide a +ter s +o ck +Ġdef in +Ġe ver +Ġg l +Ġon ce +Ġbr ing +Ġsay ing +Ġan s +Ġhe ar +n ect +Ġl ess +g o +re am +ad o +ì ŀ +Ġm ind +ent e +Ġf ull +Ġb ad +Ġw om +Ġsome one +Ġd u +Ġw on +Ġcont ro +ort un +Ġhe alth +Ġch o +ĠA r +Ġcon c +Ġinform ation +Ġst op +at t +at ely +ä ½ +Ġgr oup +Ġ Ñĥ +Ġqu ite +Ġres p +E R +ug ht +ê ¸ +m an +iz ed +ĠB r +Ġrem ember +Ġfam ily +Ġbus iness +a w +Ġspe c +Ġa u +ĠO r +Ä ħ +Ġse en +Ġl ar +Ġ 7 +g g +b ers +Ġd ra +Ġmon th +Ġsay s +Ġis s +Ġli ve +Ġl ine +Ġmom ent +Ġex c +el s +Ġs ound +Ġco ol +Ġlo c +Ġc ertain +Ġd ri +о ÑĤ +am es +Ġm ust +n y +и ÑĤ +Ġk id +Ġinc lud +ìĿ Ħ +at or +Ä Ł +h a +are d +Ġse em +Ð ¹ +ì Ħ +Ġel se +Ġì ł +ir l +Ġ 8 +Ġv o +Ġquest ions +in es +e e +æĪ ij +ü r +ĠA meric +Ġst ory +Ġser v +ver n +ag es +l and +ĠâĢ ĵ +er a +ĠC an +Ġp op +et her +Ġn a +Ġor der +Ġmak es +Ġs ince +c on +ct or +Ġth ough +Ġprodu ct +л и +Ġle g +Ġme et +al f +Ñģ Ñı +un ch +it er +o ve +×ķ × +i et +аР¼ +it al +Ġsu per +l ing +Ġp ay +Ġpar a +Ġj ob +ĠH ere +Ġs w +k s +pt ion +m a +Ġbelie ve +¬ ë +Ġw ait +оР¹ +Ġun t +Ġqu ick +h r +ĠÑ į +ĠP ro +Ġm en +à ¹ +Ġday s +Ġgo es +Ġspe ak +ĠA t +em ent +Ġm iss +Ġa w +Ġdes ign +Ġpro ject +о ÑĢ +i j +ant s +at s +ĠCh r +Ġ 9 +Ġc ut +Ġre qu +Ġн е +ĠN ot +as ter +Ġm ill +Ġpartic ular +Ġp ie +Ġstud ents +Ġf ive +ou n +ĠN e +Ġg i +Ġp as +Ġf ree +ĠS p +l ich +Ġpro f +Ġen g +Ġpr ot +ĠL ike +os ed +Ġcon nect +a pp +Ġë § +it ing +Ġb lo +Ġl os +ist s +Ġexper ience +re nt +Ġst ay +Ġfo od +t on +ru ct +Ġh ist +v iew +in ing +m ost +i vers +b o +ãģ Ħ +ĠT r +g en +Ġp lease +Ġcommun ity +Ġc e +A N +n o +Ġb ody +Ġh our +Ġ vers +á º +c er +Ġê ° +Ġre ason +ĠR ight +Ġl ater +Ï Ħ +Ġh ouse +Ġ X +оР½ +Ġst ate +f ic +å ¤ +Å Ľ +iel d +Ġp ri +Ġp ast +Ġw alk +olog y +er ing +an na +Ġt er +Ġho ld +Ġor gan +b en +Î ¿ +ó n +Ġeff ect +Ġyour self +Ġpl us +a j +and o +ur al +Ġro om +le ct +ê² Į +? " +s ide +Ġbe come +Ñ Ĩ +Ġ  +o od +Ġcon st +Ġn ight +ut es +Ð ¶ +Ġbre ak +Ġp ain +Ġst ep +ire d +Ġnot hing +Ġunt il +Ñ ĸ +аР² +Ù Ĭ +Ġd uring +ì§ Ģ +l ess +o ll +н Ñĭ +Î ¹ +f ect +i ver +ı Ħ +ith er +y ing +Ġbe gin +×Ļ × +iv id +Ġà § +Ġs al +Ġt a +Ġp ot +Ġ $ +Ġm ar +Ġcle ar +Ġf ace +Ġgr ow +Ġ * +Ġins ide +Ġfriend s +Ġle ave +en n +Ġeas y +Ġare a +al ity +ou d +Ġe at +Ù Ĩ +Ġp ur +or n +Ġsa w +Ġans wer +Ġfr ont +Ġbe aut +¼ ë +Ġm atter +Ġs on +ĠN ew +Ġres ult +id es +ch e +Ġf ut +p s +Ġfo cus +Ġinterest ing +å ¥ +Ġa p +" . +Ġcre ate +о Ñģ +Ġp ress +r oss +Ġp ick +l ine +Ġto ok +ĠM ay +r ow +Ġ ich +ĺ ë +Ġre f +Ġm or +r act +are nt +A R +Ġex act +Ġsp ace +w ork +н и +Ġb ir +Ġde v +Ð ³ +Ġto ld +Ġpub lic +ci ally +Ġv iew +ĠHe y +m ed +ll o +c c +Ġf ac +Ġcou ple +Ġhe art +l er +Ġre ady +Ġal most +ar ing +Ġh alf +ĠM e +av or +i que +Ġchar ac +Ġpr act +O N +an e +Ġ il +н а +Ġv i +l ish +he ad +Ġle ast +Ġbas ically +as ed +r ight +Ġy et +Ġtak ing +Ġcount ry +Ġw in +Ġis n +Ġposs ible +Ġc am +Ġinc re +Ġp at +Ġw anna +Ġcons ider +Ġab s +Ġwith in +Ġhum an +Ġthink ing +Ġo h +¡ ľ +Ġqu i +as es +Ġ 0 +it ely +ä¸ į +Ġk ill +Ġm il +Ġinv est +is ter +Ġsu c +ion al +el f +Ġwh ether +Ġcontro l +Ġagain st +ot s +ëĭĪ ëĭ¤ +i or +Ġpres ent +Ġ ا +Ġwatch ing +u be +er v +Ġn icht +Ġgo vern +ĠTh ese +Ġ : +u it +ug h +Ġwork s +o o +Ġw ir +Ġa ir +ĠT e +аР· +is ion +wh ere +Ġto t +j oy +ì ĭ +Ġv ol +ĠÐ µ +Ġcl ose +ĠA d +Ñ ī +in ed +Ġun a +Ġê· ¸ë +° ë +or ry +Ġb ro +Ġfil m +if t +2 0 +Ġty pe +Ġhappen ed +ĠA m +Ġg irl +ĠA re +ward s +Ġp our +Ġcol or +el t +а Ñģ +Ġs ense +le x +ĠW ith +us s +ri b +Ġre se +Ġn orm +Ġfut ure +Ġde al +end ing +e y +Ġ x +er o +ĠC l +u k +Ġwhat ever +sel ves +Ġyou ng +ì Ĭ +ĠM ar +ĠChr ist +Ġgu ess +Ġper form +Ġen er +r on +Ġh it +Ġw ond +Ġdire ct +ĠE very +Ġof ten +Ġf a +Ġal ong +Ġcl ick +ĠL ook +Ġsit u +Ġhapp y +e ad +Ġag o +Ġen c +Ġmy self +Ġco ver +оР± +Ġm id +Ġc ost +Ġt en +ĠS ch +Ġex pect +Ġwas n +Ġstr ong +if ul +Ġopp ortun +in al +y le +Ġsh are +Ġtr ue +Ġapp ro +Ġch all +Ġmin utes +Ġch ann +Ġë Ĥ +Î µ +l i +Ġm ess +or ies +pe cially +Ġwr ong +Ġy es +Ġì Ĺ +ir on +Ġall ow +Ġsu bs +Ġf ore +Ġf ight +Ġso cial +Ġc ra +an a +Ġa ff +Ġ ess +Ġway s +Ġsh ort +Ġf all +Ġla w +ĠWh o +Ġen joy +Ġc al +Ġac cess +f e +Ġn on +Ġac ross +er y +vious ly +ĠE x +id ed +Ġl ink +ĠP r +Ġterm s +ac es +Ġl and +az ing +Ġ1 5 +Ġm ult +Ġspe cial +å Ģ +iv ing +ìĿ Ģ +Ġty p +Ġst e +Ġ Ä +Ġfor ward +å ı +Ġf re +å¥ ½ +Ġrese arch +௠į +а ÑĤ +Ġma in +Ġrec ord +Ġh u +Ġdefin itely +Ġe ither +Ġlist en +Ġke y +Ġmark et +ĠÑĩ ÑĤо +iz ation +Ġvide os +Ġgu y +Ġf ig +Ġst ra +ĠP l +ull y +am os +Ġm ention +Ġs ong +Ġinter n +r al +ur s +Ġh on +Ġval ue +Ġb ar +c le +оР¶ +Ä ĩ +ľ ë +Ġz u +и м +ä½ ł +Ġsing le +Ġa uch +cus s +Ġget s +Ġsomet imes +å ¾ +am b +m m +c ing +Ġper fect +ĠB l +out h +ì ł +Ġs ci +p ar +Ġre d +Ġp ost +Ġm ot +Ġele ct +ĠE u +it ive +ĠS ome +Ġdes cri +Ġcur rent +é s +Ġt re +ĠE n +Ġm it +E N +Ī ë +i um +Ġhe ard +Ġsim ple +l ar +Ġevery body +il ar +Ġneed s +Ġdif fic +ĠGo od +um ent +c ent +Ġo per +а ÑĤÑĮ +et y +Ġbl ack +Ġgi ven +on es +Ġwe l +é Ģ +Ġìķ Ħ +Ġ3 0 +A T +Ġst at +ou ch +ĠM r +а ÑĢ +Ġsh o +Ġcon d +× Ķ +m y +Ġchild ren +Ġe u +еР´ +ìķ Ħ +ter n +Ġu h +Ġh ar +Ġpr om +Ġp ull +re w +Ġcomp any +Ġbeaut iful +ust om +íķ ĺ +к и +Ġst re +Ġam azing +ri es +Ġsuc cess +Ġm ach +n ot +Ġdis cuss +Ġn at +¦ ¬ +Ġun e +Ġdiffic ult +Ġr is +Î ½ +Ġc amp +Ġbu y +ä¸ Ģ +Ġma g +p o +ĠY our +Ġbeh ind +ic a +ı n +ĠO K +Ġl ang +Ġwom en +Ġen v +Ġre ce +Ġchann el +i ally +u le +Ġ1 2 +th ers +Ġb ott +Ġrep ort +ent ly +f ully +T he +Ġs ent +Ġev ent +Ġener gy +l t +Ġword s +ar r +d le +Ġa head +ard s +Ø ± +äº Ĩ +Ġto ol +con om +е Ñģ +Ġexact ly +Ġf avor +Ġl ow +Ġpro per +Ġìŀ Ī +Ġ ! +Ġrel ations +Ġm as +Ġkid s +Ġent ire +ud e +Ù ħ +ĠWh ere +Ġon es +Ġc ity +ol ut +Ġs ix +ab ility +ö r +il i +ĠE s +Ġhapp ens +ain s +Ġmod el +Ġp ict +Ġes pecially +Ġ1 00 +k t +Ġso on +b y +ro du +Ġan n +Ġsubs cri +ĠQ u +Ġav ail +im ent +Ġv oc +k a +Ġ2 00 +ap er +ĠI nd +Ġì § +h or +į ° +j or +и л +Ġs qu +A U +ar ning +ĠÐ ³ +I S +ĠÐ » +еР¹ +y es +å ħ +ĠÐ Ĵ +Ġor ig +оР³Ð¾ +Ġask ed +il t +оР³ +Ġcontin ue +Ġì ĺ +r am +Ġo thers +E S +oh n +Ġl ay +Ġbas ed +Ġp u +Ġapp e +Ġl im +Ġpro p +Ģ ë +m in +Ġh ot +ĠL a +Ġf ast +Ġprot ect +Ġam ount +Ġa qu +Ġf und +Ġc ustom +Ġc ult +Ġhand s +Ġha ven +Ġa ud +Ġout side +ĠA fter +ap s +Ġan im +pl oy +Ġh at +ĠF irst +Ġt reat +Ġe p +Ġm ater +Ġbuild ing +Ġë ° +å IJ +ìĦ ľ +z a +ught er +ĠP e +ne y +et er +at ic +Ġed uc +ê¸ ° +Ġmo v +ĵ ¤ +am a +r ation +Ġs n +Ù Ī +Ġs um +Ġph ot +ĠÐ Ŀ +Ġ . +æľ ī +Ġfin ish +itt ing +å ® +Ġlar ge +Ġì ĸ +Ġwh ite +ar a +Ġma is +ĠH i +Ġd am +Ġا ÙĦ +Ġbo x +ĠHe llo +Ġs le +Ġo pt +ri ed +¥ ¼ +Ġact iv +Ġn ão +ĠC om +Ġplay ing +T h +Ġavail able +Ġp ort +å Ī +ĠA h +Ġl as +Ġear ly +Ġwond er +± ° +Ġ1 8 +c ul +Ġfun ction +Ġmor ning +ll e +i ents +u x +Ġc ir +it ions +Ġde ep +Ġpol it +y or +m p +ak ing +Į ë +ĠM an +Ġmill ion +Ġ / +Ġind ivid +Ġp an +Ġgovern ment +Ġwr ite +ĠT od +am ent +Ġ Ï +Ġw ind +ĠE ng +ch en +W h +ì ľ +Ġ ident +ãģ § +v ent +ur ch +Ġh y +Ġy a +Ġtr ad +Ġrelations hip +à º +Ġd ou +O R +Ġs we +Ġne g +in ation +Ġte xt +i pp +Ġf ine +á s +ĠD r +ĠC ome +Ġmonth s +, " +ен и +Ġhour s +Ġp od +ir t +Ġinv ol +Ġcoll ect +Ġau f +Ġp a +Ġhist ory +m b +if y +Ġ ? +Ġbel ow +as ure +ab y +Ġlang u +Ġan t +Ġcom b +at o +Ġex ist +Ġë ĭ +Ġtak es +Ġcharac ter +a ff +Ġf ield +Ġe conom +ie f +Ġpie ce +å ľ +Ġre ach +Ġê ² +on y +Ġmater ial +Ġd ig +Ġph ys +Ġimp ro +Ġsim ilar +I C +Ġn et +y n +Ġpos ition +Ã Ł +Ġb ene +re ad +Ġle arning +um e +Ġcle an +ÑĤо ÑĢ +Ġco ok +Ġseem s +Ġo l +ĠU S +ĠJ es +Ġ à® +ent ial +ivers ity +ac y +Ġ Ñı +olut ely +re ct +ĠP lease +Ġrep res +Ġt ouch +m en +ĠÐ ° +i ón +ĠThank s +Ġan g +Ġma jor +Ġit self +ill s +" , +i ans +Ġsc reen +Ġh or +Ġknow n +Ġenv iron +Ġfin al +Ġfig ure +ĠT w +Ġe yes +Ġim ag +Ġsee ing +Ġha ir +re m +Ġapp lic +end s +p ut +Ġnew s +Ġcomplet ely +ugh s +Ġkn ew +if ied +ĠJ e +ĠD id +Ġsitu ation +Ġf lo +m s +Ġph one +Ġb all +d o +Ġp arent +Ġs orry +ur y +и н +ip s +аР´ +Ġinst ead +Ġhu ge +Ġt u +Ġ ãģ +ĠG r +Ġdet ail +ĠÐ Ł +Ġindivid ual +Ġf ire +Ġcl os +Ġw er +un e +Ġrun ning +Ġcon vers +Ġrec omm +Ġcom o +Ġsome body +ĠJ ohn +ĠìĿ ´ +ĠO ur +pl es +ĠP h +Ġan al +Ġ5 0 +Ġof fer +Ġ < +ition al +g est +Ġv ous +l et +ic y +Ġfeel ing +L E +r os +Ġth ird +оРº +Ġser ies +ĠAn y +is ed +o ld +Ġdra w +Ġserv ice +Ġcan not +b al +ãģ Ĩ +Ġli ving +ı m +Ġdiffer ence +Ġopportun ity +Ġne ar +or th +k en +Ġloc al +Ø ª +ĠC on +Ġob ject +Ġd ass +ãģ Ļ +IJ × +Ġquick ly +ra ph +Ġiss ues +éĢ Ļ +ĠAmeric an +Ġpre p +en ces +Ġprof ess +ll ing +o f +Ġfo ot +b re +Ġus ually +Ġgener al +d a +an ces +Ġd est +Ġo cc +Ġmem bers +Ġd ans +Ġequ al +z t +Ġbe com +Ġmo ving +Ġspec ific +ÃŃ a +Ġf ur +Ġne cess +Ġcomm on +Ġatt ack +ĠÑį ÑĤо +ĠTod ay +Ġun s +ĠG u +i od +Ġacc ount +Ġgra nd +Ġs elf +ĠE l +Ġt ast +Ġcont ent +Ġc u +Ħ ë +ĠMay be +ĠJes us +ore s +p ort +© ´ +Ġg ives +Ġnorm al +ÑĢ Ñĥ +Ġimp act +ä r +Ġd ies +Ġl ab +s h +i os +ĠP res +ĠU nd +ĠO f +Ġfin ally +Ġdo ll +Ġvoc ê +p ly +ĠA g +Ġtak en +Ġgr ound +f ort +Ġg ave +ĠIn st +Ġl ost +Ġwork ed +Ġl iter +Ġiss ue +Ġind ust +Ġret urn +Ġhappen ing +Ġwant s +и в +Ġproblem s +ĠC ar +Ŀ ¼ +ĠAl so +Ġs ize +Ġob viously +ĠS u +ĠS c +Ġrecomm end +our ces +ast ic +.. .. +Ġm i +l ier +ĠE ven +ci a +Ġh ur +v a +Ġm ass +Ġwould n +un t +ck s +Ġf elt +os p +l ight +ол ÑĮ +n ie +Ġbott om +Ġб Ñĭ +ore d +is on +Ġgr ad +Ġum a +Ġv a +Ġì Ĥ +ress ion +ul ation +I D +id ence +Ġb ur +Ġg one +l u +ìĸ ´ì +Ġre du +Ġj a +ìĿ ĺ +it a +Ġso ft +Ġç a +ic o +er al +à ± +a f +Ġpoint s +g u +Ġd é +ap t +a x +ĠAl right +Ġcam era +Ġa ch +Ġп о +Ġse ver +5 0 +Ġs ie +Ï ģ +Ġm al +Ġcomp ut +Ġmid dle +Ġcould n +m ing +Ġì ĭ +ĠH is +Ġg ames +Ġint rodu +Ġc ell +p or +Ġsle ep +Ġë ³ +id ing +Ġ ou +Ġde g +Ġdr ink +Ġenviron ment +ĠUn ited +Ġtalk ed +Ġcho ose +Ġj our +e ge +ĠM in +Ġint e +Ġr ather +Ġoff ic +к а +ac hing +Ġmention ed +Ġf ill +Ġtr ack +Ġn ie +Ġ ut +Ġв Ñĭ +ib ility +Ġv ac +Ġr ad +Ġp ack +Ġs end +ĠD as +ĠA b +Ġeng ine +ãģ Ĺ +Ġcomp et +à ´ +Ġв Ñģ +Ġdo or +Ġlong er +å° į +Ġlangu age +Ġext ra +pl ay +Ġwe bs +um b +ro om +ç ľ +Ġbegin ning +Ġre fer +A M +n en +ig her +f ace +er c +Ġfor get +Ġcom ment +еРº +л Ñı +r or +ż e +ĠG e +Ġd ark +Ġany one +ant e +g es +ìĬ µ +Ñ ij +b ed +j e +ruct ure +Ġpr im +id a +è ¦ +ãģ ¾ +Ġm ix +Ġstart ing +ĠìĿ ´ë +Ġprov ide +act ion +Ġm other +Ġper iod +Ġst ick +ĠYou T +Ġtechn ology +ê ¹ +Ġb ed +Ġg iving +Ġexpl ain +z en +im ate +Ġrepres ent +lo ad +ĠHow ever +Ġli ves +ut h +ir it +og n +Ġli k +Ġresp ons +Ġpri v +Ġto m +ç ão +i am +Ġexc ited +Ġc ard +gr ound +Ġ× Ķ +Ġs ens +Ġte ach +id o +h od +Ġep is +Ġwel come +Ġw all +ä ¹ +Ġch ance +h en +ĠÐ ¡ +ĠÄ ij +Ġsim ply +ĠÑĤ ак +r ing +j a +b ook +Ġsever al +st e +Ġcreat ed +Ġо ÑĤ +Ġp ush += = +Ġh igher +u f +our ce +o ke +Ġon line +Ġre le +Ġt on +ens ive +Ġfavor ite +Ñĥ д +Ġlook ed +Ġv on +âĢ Ķ +Ġf ür +Ġbut ton +Ġb ill +Ġchang es +! " +Ġsl ow +ab les +Ġde ath +and s +ate g +Ġthem selves +ãģ £ +Ġc op +ãģ ® +Ġperson al +ug hing +Ġ1 1 +g ar +ad es +Ġneed ed +Ġstud y +ag ed +ÑģÑĤ в +in o +Ġdis c +k i +Ġadd ress +× ¨ +itt en +es ome +ĠÐ ¶ +¤ ë +ur a +Ġm u +Ġcontin u +f or +Ġm atch +ãģ ¦ +Ġstra ight +IJ ë +n ers +Ġdo g +Ġde b +ĠC O +Ġo s +g ed +c ame +Ġcor rect +et te +ĠSe e +Ġinclud ing +ĠEu ro +est er +Ġj ump +ĠWh ich +Ġк ак +s on +y a +IN G +Ġe ine +os h +en cy +Ġmed ia +Ġsubscri be +é Ĥ +Ġpr in +Ġha b +ĠP er +ĠW as +Ġp age +it or +Ġto wards +Ġtri ed +en ge +art ment +Ġvar i +Ġp aper +Ġpict ure +Ġvers ion +Ġbr ought +w are +ĠSt ates +Ġs ich +led ge +Ġper cent +Ġgo d +e c +ĠC omm +Ġdec ided +Ġse lect +íķ ľ +) . +ur ity +Ġfur ther +Ġcom ments +le ment +Ġd ream +Ġcent er +m i +Ġc as +Ġwom an +Ġro ad +Ġf ail +Ġbe came +l us +il ities +ãģ ¯ +ĠC o +Ġman age +Ġrec ogn +Ġact ion +Ġbene f +Ġear lier +× ľ +Ġspe ed +Ġm ent +Ġso ci +Ġsho ot +u i +Ġà ¤ +Ġapp ly +v o +x im +Ġca use +Ġsur pr +Ġha ben +D I +Ġf ather +ĠNe xt +ĠYouT ube +Ġc ode +Ġro le +g ress +Ġg reen +et t +Ġbu ilt +Ġfl ow +Ġb ase +Ġtra ining +Ġr ound +ĠW ill +Ġp ath +ĠR o +Ġinterest ed +ìĸ ´ +Ġres pect +Ġchang ed +iss ion +Ġstud ent +og raph +Ġappro ach +Ġshow s +å° ± +Ġt ar +Ġcr it +Ġg lo +ìĬµ ëĭĪëĭ¤ +Ġde ad +ĠPres ident +Ġth ous +Ġb al +st er +e x +Ġabs olutely +Ġm ic +Ġpract ice +Ġqu ality +Ġl ower +og le +Ġse par +b all +med i +Ġre view +ĠA pp +Ġo k +âĢ ĭ +Ġexper ien +Ġconc ern +ent ially +m ore +ĠJ o +ap an +ĠI ch +ist ic +Ġf air +Ġwebs ite +i res +ĠB y +Ġtra vel +Ġris k +Ġm ir +Ġbo ard +Ġs en +Ġparent s +ĠW ow +Ġfe ed +Ġsa ve +Ġser ious +Ġin it +E L +und red +A S +Ġv an +or row +Ġwor th +Ġse arch +Ġ1 6 +Ġpart s +ÑģÑĤ ÑĮ +Ġcomp an +Ġmov ie +Ġmet hod +Ġ ill +Ġw ish +d y +Ġit em +Ġmin us +ang er +Ġvo ice +Ġsk in +Ġare as +Ġe ight +Ġo bs +Ġ , +аР¹ +Ġo il +Ġc y +Ġb aby +s y +Ġem ploy +ĠK e +Ġpl aces +Ġf ix +Ġest á +ãģ ¨ +iv ed +Ġlot s +Ġse ason +un k +al t +Ġt able +ĠÐ ¢ +à ¢ +Ġatt ention +ãģ ª +ĠH er +Ġa ge +Ġp ra +b ack +c il +Ġnet work +r it +Ġdo c +Ġare n +ig en +Ġë Ħ +Ø ¯ +end er +Ġtot al +Ġpr ice +Ġcra zy +ì ļ +i qu +th ough +Y ou +Ù ĩ +ãĤ ĵ +Ï ħ +Ġs at +Ġb i +ĠD ie +Ġsh a +Ġthank s +u h +Ġst age +аР¶ +ĠF l +Ġle av +Ġbo y +Ġa f +ö n +ĠG et +Ġac cept +Ġent er +Ġt ur +Ġsi ÄĻ +Ġhon est +ãĢ Į +Ġs am +Ġre pl +g ing +Ġdevelop ment +ĠA ct +or a +ãĢ į +ä ¾ +Ġknow s +Ġim age +ĠL ord +и ÑĤÑĮ +Ġweek s +Ġse x +Ķ ë +Ġh undred +Ġsound s +Ġlearn ed +Ġb ud +ĠÑģ ÑĤ +Ġinc red +â Ļ +Ġn os +Ġd rop +Ġb en +ĠÐ ĺ +Ġsa fe +at a +Ġf uck +so ci +Ġd an +Ġcr oss +1 0 +m o +ver t +Ġ1 7 +z ie +å ķ +Ġd om +ĠB o +Ġset ting +Ġinvol ved +ar ily +Ġs ind +Ġs us +Ġwor ry +et h +ê¹ Į +Ġs un +Ġh ier +Ġcertain ly +ou l +ort s +ĠE r +ĠU m +Ġca us +Ġnat ural +Ġà ¼ +Ġc ry +ĠSe c +Ġs om +æ ² +Ġeduc ation +а еÑĤ +Ġmult ip +Ġal one +Ġe ye +Ġr ate +ĠEuro pe +è ¿ +m on +Ġf it +iz ing +pp ed +Ġpress ure +th e +и Ñģ +it es +ĠA f +re ci +att le +Ġserv ices +ĠGo ogle +é ģ +Ġc ases +Ġdri ve +Ġchall eng +u z +ĠM o +ìľ ¼ë +v al +åĢ ĭ +Ġf ol +Ġì ¢ +ff ic +Ġr a +Ġs in +Ġbl ue +Ġaff ect +Ġm is +Ġsh ot +Ġо б +as ing +Ġsign ific +ĠC he +Ġê ³ +Ġpos itive +ì £ +Ġw ie +Ġ4 0 +ord ing +ĠFr om +ê µ +Ġbra nd +Ġtr ust +Ġp le +Ġcommun ic +Ġwe ight +Ġask ing +Ġta x +ĠJ apan +ãģ Ł +Ġíķ ĺ +op s +Ï Ĥ +Ġput ting +Ġro ll +ĠAmeric a +re g +ŀ × +at ures +ens ion +ĠS omet +Ġorig inal +p ing +Ġ ÅŁ +Ġproduct s +ãĥ ¼ +Ġcont act +ol ution +Ġgo al +Ġp ow +Ġperform ance +Ġblo od +at ors +ĠM ich +Ġtem per +ĠD an +Ġsu gg +ÑĤ и +Ġim m +Ġoff ice +Ġar ri +Ġcom fort +ĠÐ Ķ +Ġsugg est +Ġpl at +Ĥ ĺ +1 9 +Ġo m +Ġse ven +ĠC ent +ill e +Ġcon cept +Ġb ag +ü n +ive ly +Ġd iv +m os +æ ī +Ġfeel s +Ġ ir +ak es +le y +Ġpartic ip +ĠÐ ļ +f l +j ust +Ġs il +ĠP a +A L +Ġgot ta +Ġf an +Ġchall enge +Ġcompan ies +ĠPe ople +< / +оР· +Ġp en +is ing +Ġa us +em ic +am ente +Ġmeet ing +Ġvis it +Ġsupp osed +ĠOn ce +д а +or ld +3 0 +U S +Ġvi ol +Ġnot ice +ĠÐ IJ +h an +p ed +ì ĺ +h h +Ġtr ou +Ġmin ute +ĠP ar +r ay +Ġt it +Ġup d +Ġblo ck +Ġd ue +a ur +Ġfor ce +Ġcou n +ĠâĢ Ķ +Ġtyp es +ë § +Ġl ate +Ġimpro ve +Ġì Ī +Ġa ve +ul es +c l +am ed +Ġaw esome +ĠO k +Ġv ot +Ġmach ine +Ġfollow ing +Ġme asure +ac ión +u el +ch an +Ġab ility +Ġt out +Ġide as +Ġincre ase +Ġen s +ĠÑ ħ +Ġë ª +Ġj est +ĠÐ ľ +Ġtr uth +h y +Ġsp end +Ġsci ence +et e +Ġ1 4 +Ġepis ode +Ġal g +end ed +ãģ ĵ +ar i +ll a +Ġf ish +Ġthr ow +m it +å ¹ +Ġcir c +ĠC al +Ġt our +Ġdire ction +Ġno ch +еР² +é n +Ġcount ries +Ġindust ry +in y +ic le +Ġfe et +I t +Ġlead ers +et zt +Ġst aff +ç Ķ +Ġpur p +it o +? ! +ĠJ a +Ġst ore +et ic +ĠCh ina +Ġë IJ +ĠUn iversity +Ġ # +Ġdec ision +Ġach ie +Ġact ual +u ly +Ġse ction +Ġresult s +Ġst ar +Ġm ist +ib ly +Ġd ad +Ġnum bers +om b +è ª +ĠS pe +Ġm er +Ġ2 5 +Ġaut om +Ġco ld +Ø ¨ +Ħ ľ +ag er +ĠT V +ĠS ie +ĠH ave +Ġ że +ug g +ain ed +Ġup on +Ġlo g +Ġcomplet e +Ġbra in +ag ing +ĠM us +o ver +Ġeas ier +Ġinte gr +Ġm ás +Ġturn ed +Ġst ri +iv al +Ġhe av +ĠT H +Ġwr iting +ÑĢ Ð° +åľ ¨ +å¤ § +Ġcl a +d ing +Ġtell ing +и д +ic ated +ä» ¥ +ac ht +ãģ Ĥ +h aps +ĠSt e +Ġres ources +Ġd ann +Ġpart y +Ġ ÏĦ +Ġsa f +is es +t re +o int +Ġknow ledge +Ġany more +Ġf ly +Ġma int +и к +å ij +Ġse ll +la ughs +ĠY ork +Ġb ien +Ġo d +Ġeas ily +Ġr ange +Ġo ption +Ø ¹ +Ġapp reci +oc r +Ġdet erm +Ñ Ħ +Ġmean ing +Ġs ite +Ġdis co +ver age +Ġl ose +Ġinst all +Ġem ot +ant ly +ä t +Ġt amb +ĠW ar +ĠH o +ĠG en +em y +еР· +ĠP ol +Ġmess age +Ġnot e +Į Ģ +Ġh et +Ġim medi +Ġav o +Ġbook s +Ġbecom es +res h +è s +as ons +Ġhim self +ut s +Ġj u +Ġaw are +Ġrequ ire +Ġsystem s +ĠH ar +Ġam ong +Ġh om +Ġb reat +Ġwe ird +Ġë ¶ +Î » +Ø © +if f +or ing +Ġplat form +ĠT ake +Ġhelp s +ut ions +Ġfor g +Ġl uck +ĠEng lish +Ġwe b +Ġneg ative +Ġt ut +Ġab ove +ng th +Ġê ±° +Ġst ories +Ġlo ad +Ġback ground +Ġsw itch +g a +Ġprin ci +Ġfin an +Ġvar ious +Ġl Ãł +Ġkind s +ain ing +Ġn ature +ĠÐ ŀ +c z +Ġpr ay +Ġg ar +ir m +Ġ & +Ġì ĥ +n s +ĠR ep +ĠF e +Ġre v +ra nd +Ġlike ly +Ġunderstand ing +ı r +ãģ ĭ +Ġf al +Ġ1 3 +ÑĨ и +Ġsu d +Ġbr other +Ġpl ant +Ġthrough out +w ise +p re +Ġcult ure +ĠÙ ħ +Ġwonder ful +Ġa h +pp er +Ġso ld +Ġstart s +Ġwr itten +Î ¯ +n i +Ġ×Ķ × +ĠD av +Ġu lt +Ġar m +Ġro ck +Ġwe ar +ë į° +an o +ra g +Ġsqu are +ан и +c ast +le br +Ġliter ally +Ġplay ed +Ġhe at +on se +r ict +Ġins p +id s +Ġpop ular +ë ıĦ +Ġc atch +Ġm ount +Ġj ud +Wh at +еР± +R A +a ud +к о +Ġsur face +Ġcon v +Ġpie ces +O h +æ Ģ +Ġst yle +pp ing +Ġread ing +Ġconvers ation +оР¿ +ä¾ Ĩ +ĠAg ain +Ġb ank +t ime +Ñĥ ÑĤ +er ve +ĠG reat +Ġcap t +аР± +ay s +ĠF in +ific ation +Ġä r +а Ñİ +Ġe gg +ĠW el +Ġtar get +ul a +ch es +an i +O O +ic ious +n ow +Ï ĥ +bo ard +Ġg ente +Ġd ro +ĠE t +Ġd in +Ġc os +Ġaut hor +Ø ³ +Ġo ch +Ġem ail +Ġsp irit +Ġs itting +m as +Ġstre ngth +Ġbig ger +ĠW ait +Ġm at +Ġpol ice +ress ed +Ġwait ing +is hing +Ġdoll ars +ho od +s s +Ġimag ine +in i +Ġm es +Ġdis e +id ge +ab or +Ġp et +Ġh op +ĠK ing +Ġcomput er +Ġgo ld +Ġn u +Ġf ing +) , +Ġsec urity +ru ction +Ġsol ution +e xt +Ġp atter +ick en +ure d +Ġstand ard +ìĭ ľ +Ġdou ble +Î · +Ġw ife +is a +Ġdirect ly +ac ed +Ġb unch +Ġ ¿ +ал ÑĮ +Ġreg ard +Ġswe et +Ġun ique +ĠâĻ « +Ġtra in +ĠG erm +Î ¬ +R E +Ġbeh av +Ġpre d +ì ĥ +s et +Ġdescri ption +é e +Ġc at +å ĵ +Ġcoll ege +ì Ľ +Ġapplic ation +ĠS en +as k +Ġc red +ub lic +Ġmultip le +Ġn i +Ġpres ident +Ġadd ed +Ġro b +Ġaqu i +Ġh osp +Ġtool s +Ġg un +Ġbas ic +Ġl ines +Ġst ructure +ĠR uss +Ġtot ally +Ġbig gest +Ġe en +Ġar g +Ġ× ľ +Ġp ark +ĠD es +Ġce lebr +Ġf ait +ен ÑĮ +Ġsu ff +Ġreg ular +¨ ë +Ġm ine +ĠK ore +Ġpre vious +Ġp i +Ġse g +Ġpol icy +Ġк о +ĠTr ump +Ġvac c +ó w +ĠS y +и Ñĩ +it ter +Ġpolit ical +r as +Ġal s +ел ÑĮ +Ġsha pe +an z +Ġon to +Ġar ch +Ġam b +ag ram +ĠS m +ct ions +Ġjo in +b or +å Ľ +Ġfr ame +ł ĩ +Ġcho ice +௠ģ +Ñĥ Ñİ +ĠC or +ĠS w +I T +Ġt end +ĠE ar +Ġto r +Ġev ents +Ġcla im +ĠD a +ĠM ark +Ġgroup s +Ġe ating +ĠW orld +Ġrec ently +Ġtast e +Ġsur v +à ¤ +Ġsk ills +Ġи з +itt ed +Ġsh op +ìĿ ´ì +Ġest ab +ĠëĤ ĺ +Ġsecond s +ĠTh ose +ĠE nt +Ġì Ħ +ers on +Ġto wn +Ġc and +Ġopt ions +Ġ ing +V ID +Ġenc our +Ġr é +âĻ ª +Ġent re +Ġmove ment +ĠB en +Ġbir th +Ġwh e +Ġh ang +ĠE m +ig e +ro ll +Ġun f +ì Ĥ +Ġr id +Ġsp read +Ġh ost +al d +ĠE d +Ġcons um +U N +Ġop in +it ar +ĠM ed +Ġsub ject +Ġp al +Ġcar ry +Ġag ree +ĠWh ile +Ġcare er +Ġsci ent +Ġsud den +Ġf ile +z i +Ġex cept +é º +Ġpot ential +ĠAn other +Ġcomp lex +ĠS im +end o +Ġr ais +Ġphys ical +Ġd ate +ak er +ĠC ol +Ġpower ful +Ġmem ber +ra p +Ġsp ot +Ġs ource +Ġf em +é m +Ġem p +j i +iet y +Ġinf lu +Ġd ry +Ġlo ck +Ġz ero +ĠU h +Ġr out +Ġpor que +Ġ2 4 +Ġt al +Ġfol ks +Ġla unch +Ġcomp on +ĠWel come +Ġk ann +ä n +ĠÑį ÑĤ +e es +ĠÙ Ī +Ġany way +Ġaud ience +äº º +Ġsl ight +on a +Ġu r +Ġrel ig +Ġext rem +ı z +ĠM a +Î ¼ +Ġà ¶ +Ġall ows +Ġf at +ĠF ace +Ġn ational +Ġinter view +ĠM c +é t +Ġc ute +el a +Ġsec ret +ĠW est +ĠD ep +Ġex erc +Ġhist or +Ġpri or +Ġ6 0 +av a +ac her +y ond +ĠH a +Ġest e +in ary +ĠN orth +on st +Ġsm art +am s +ал и +Ġd ar +er ed +Ġfun ny +ĠO b +ĠBl ack +Ġrel ated +ĠB u +Ġsome where +ĠR em +n es +ment e +ĠRe ally +Ġcreat ing +Ġfam il +Ġsoci ety +Ġg el +Ġtrans form +Ä ĥ +Ġinclud e +Ġh ol +l ike +k o +air s +Ġп од +Ġpers pect +Ġb es +Ġparticular ly +Ġshow ing +ĠP art +Ġqu al +lo ck +Ġreal ity +ho ld +ict ion +o on +Ġv ir +ãģ « +it ary +Ġdr ug +Ġfe ature +Ġre asons +Ġ× © +Ġwr ote +Ġf ant +Ġb and +Ù ĥ +en a +ke y +Ġear th +d om +Ġfe atures +Ġflo or +Ġspeak ing +Ġt ip +ĠA ust +Ġst ock +Ġch urch +Ġr ac +ìľ¼ë ¡ľ +à¸ Ļ +ãĤ Į +k y +Ġresp onse +Û Į +ul ations +Ġsl ide +Ġgrad u +ci ous +Ġme ant +Ġ == +Ġ× IJ× +ã ħ +Ġkind a +Ġsc ene +Ġm uit +Ġê° Ģ +r ast +re st +Ġplay ers +w a +Ġbro ad +Ġtom orrow +oc ol +ĠÑģ в +ĠB ar +ı k +Ġse a +Ġrem ove +Ġrem ind +ом Ñĥ +ĠS ince +Ġave c +ce ll +и Ñħ +Ġdoc ument +Ġê·¸ë Ł +Ġne igh +be at +Ġp Ã¥ +Ġas pect +Ġd ed +lish ed +il s +Ġour selves +u ce +Ġhe y +ĠпÑĢ Ð¾ +ent y +Ġas soci +ad os +um ber +Ġ ] +éĤ £ +no v +Ġì Ļ +Ñĥ Ñĩ +Ġcond ition +ëĬĶ ëį° +Ġval ues +Ġsc en +min ist +Ġc ast +Ġgrow ing +Ġus er +Ġresp ond +l im +é r +y m +çľ ĭ +os es +sy ch +ĠÑĢ Ð°Ð· +Ġappe ar +Ġpro gress +eng th +Ġj ak +ĠD is +Ġpat ients +ĠS er +Ġg as +è re +ìĸ´ì ļĶ +Ġre ci +ìĿ ¸ +Ġs ca +ep end +Ñģ к +аР¿ +Ġb atter +Ġve h +ð Ł +Ġac com +Ġbe at +Ġpain t +Ġcont rib +Ġs ad +Æ ° +al es +Ġt ree +b a +Ġb orn +ic ed +à® ķ +b and +Ġme chan +ĠD et +Ġcap ital +Ġdel iver +Ġfe ar +ŀ ĺ +ĠS outh +Ġb ought +Ġst ress +Ġv or +? ? +i h +ìķ ¼ +Ġer a +ìĿ´ ë +а Ñı +is ions +iv ity +Ġhelp ed +Ġass ist +Ġplay er +r an +Ġimmedi ately +Ġmo ved +c ie +ê ± +Ġann oun +å ¿ +ìŀ IJ +Ġprodu ction +Ġsum mer +Ġt un +Ġprogram s +G H +al ing +ir a +el ess +. ) +Ġa verage +è¦ ģ +Ġgl ass +om an +if ically +Ġëĭ ¤ +ĠC ong +ĠV er +Ġtr ick +Ġbe gan +Ġv ill +ê ±° +h ow +æ Ń +Ġt ill +Ġ9 0 +ber t +Ġê ¸ +Ġtemper ature +à ² +à¹ Ī +Ġgra ph +Ġê· ¸ +Ġr ot +Ġmo b +A Y +a el +Ġre pe +Ġdev ice +Ġ19 9 +Ġte le +Ġke pt +p a +æ ĸ +ver se +Ġst ream +е Ñĩ +ess ion +Ġstr ugg +z z +Ġdeg ree +Ġhelp ing +Ġsm ell +Ġper haps +p ro +Ġcont ext +Ġi k +Ġп еÑĢ +Ġcal cul +éº ¼ +b ing +Ġreal ize +l am +ĠCh ar +y t +ĠìĿ ´ì +Ġd anger +ĠI m +a a +Ġlo ved +Ġpurp ose +Ġfinish ed +Ġpe ace +Ġo t +Ġglo bal +Ï Ģ +Ġab er +ĸ Ī +Ġcharac ters +Ġn ur +Ġdam age +Ġem er +Ġpre c +ĠW ir +Ġinst it +ij × +Ġallow ed +b on +Ġto d +еР³Ð¾ +Ġj etzt +Ġmed ic +Ġsmall er +ce ed +Ġlevel s +Ġint ell +W e +Ġse m +Ġcurrent ly +Ġmod ern +Ġcont ract +Ġdetail s +ortun ately +O S +Ġst ates +Ġad just +ant age +e z +ĠV ery +Ġsc ale +Ġre lease +Ġf az +Ġ ic +it ude +A C +ĠP at +id en +Ń IJ +Ġpre fer +olog ical +ĠFace book +Ġê° Ļ +Ġ .. +ĠM ake +Ġко ÑĤоÑĢ +ĠDav id +ĠAf ric +Ġmod e +ĠC ity +Ġsh all +ĠÑ Ħ +im in +Ġз а +r om +u a +Ġbe yond +Ġdist rib +к Ñĥ +ĠDo es +Ġv ict +r ate +Ġv ai +Ġsuccess ful +Ġh ous +ah a +est s +ĠE st +Ġdisco ver +Ġthere fore +ch a +Ġc up +Ġpop ulation +ĠI l +s c +Ġsp ent +re l +Ġuse ful +Ġt ab +æ Ŀ +Ġ Å +Ġìł ľ +Ġcon se +Ġqu ant +ay a +Ġb on +åı ¯ +ĠCh in +Ġê² ĥ +ound s +е ÑĪ +ell e +Ġ ice +2 1 +Ġk ick +ä¸ ĭ +Ġstep s +Ġton ight +нÑĭ й +ren ch +. ' +Ġgra b +Ġimp lement +ĠìĪ ĺ +Ġmiss ion +Ġclear ly +Ġappreci ate +è Ģ +Ġf resh +ar m +ĠTw o +Ġex ec +Ġproject s +Ġcommun ities +ri ble +Ġreg ion +Ġfre qu +ro y +Ġhow ever +Ġpart ners +an c +Ġmin im +Ġl at +Ġfamil ies +Ġev idence +Ġp un +ra ft +Ġl oss +Ġma p +Ġany body +Ġchang ing +Ġr ules +Ġorgan ization +Ġess entially +ĠR ed +Ġele ment +æ Ĺ +Ġv irt +r at +Ġpr int +and er +are n +em os +ο Ïħ +Ġcond itions +ab e +Ġd ance +и ÑĢ +Ġd os +о Ñĩ +ĠQ ue +Ġwalk ing +Ġt ro +Ġ id +Ġadd itional +Ġfull y +Ġf ans +Ġadd ition +Ġlik ed +Ġü ber +Ġb ow +d i +Ġm aster +o ff +) : +m ber +Ġë ¬ +å ¯ +åĪ ° +la use +Ġo der +Ġsaf ety +Ġre act +à® ¿ +b t +Ġdis app +Ġgirl s +S t +ĠA ng +Ġfa ith +Ġturn s +Ġt ight +Ġm outh +am i +z er +Ġwe ap +Ġб Ñĥд +Ġhosp ital +ra id +Ġmic ro +ĠSt ate +ĠM ost +ag n +Ġdec ide +Ġpat ient +Ġcor ner +Ġdi ed +N o +ĠSt ud +re nd +em pt +Ġli e +Ġl if +ĠBe fore +t ó +ĠSu per +Ġbe ll +6 0 +Ġpriv ate +ĠPa ul +Ġg ib +Ġag re +´ì Ħľ +Ġs ig +Ġinvest ig +Ñı ÑĤ +en ing +Ġdist ance +Ġwar m +Ġdig ital +å¾ Ī +in er +Ġp and +ĠCO VID +Ð ³Ð¾ +g n +Ġr ace +Ġpr oud +Ġte aching +Ġ ÑĤо +ìŀ ¥ +ĠAll ah +I n +Ġw ood +Ġcol ors +Ġw ird +u j +id ad +Ġcustom ers +Ġconnect ed +Ġlay er +Ġachie ve +Ġperspect ive +ĠC oll +Ù Ĥ +Ġcl oud +!! ! +Ġend ed +łĩ ê²Į +Ġmanage ment +Ġr ich +Ġsub st +Ġrem o +Ġser ve +Ġres ist +Ġthought s +Ġgrow th +ili ar +Ġright s +Ġchar ge +Ġcons ist +Ġwer den +Ġem b +and om +Ġhur t +Ġk an +i as +л о +Ġsh it +Ġbe g +Ġrece ived +it ation +Ġme at +Ġis so +ff ee +Ġfam ous +Ġcomfort able +I L +ĠB ye +èª ª +åĢ ij +oth es +Ġmed ical +Ġenjoy ed +Ġhealth y +Ġw y +c ies +Ġeff ort +Ġdo ctor +Ġmil itary +L AU +Ġg ro +Ġb attle +Ġf ed +Ġcap ac +Ġaf raid +iv il +ĠвÑģ е +Ġl ength +ys is +Ġbe i +¤ í +Ġorgan iz +or g +in c +Ġinter act +ĠChin ese +Ġacc ording +Ġincred ible +Ġkill ed +Ġda ughter +ĠÏ Ģ +Ñĭ в +Ġschool s +Ġ « +ll er +Ġshould n +n al +Ġcr is +Ġch icken +Ġf aster +Ġextrem ely +Ġopp os +Ġn ous +Ġ + +ri a +Ġfinan cial +Ġexc iting +Ġjour ney +×Ļ× Ŀ +ł ë +Ġdis play +Ġmem ory +Ġheav y +н е +Ġpass ed +ÑĢ Ð¸ +il es +Ġp sych +Ġspec ifically +Ġeng age +Ġl ed +or ge +ĠD em +ord er +Ġ8 0 +Ġcre am +ester day +Ġed ge +Ġп ол +Ġbu ll +Ġind ic +Ġk tó +Ġhope fully +um ents +ag en +н ого +Ġh ate +ch t +8 0 +Ġeff ic +Ġì§ Ģ +Ġintern et +Ġbud get +Ġproper ty +id ay +Ġì ļ +Ġм ож +ol a +Ġshow ed +ĠM on +Ġthous and +A P +Ġpo or +us ed +ĠJ ack +Ġs Ã¥ +ĥ ½ +Ġes c +Ġsoft ware +Ġqu ar +ĠØ ¨ +Ġnecess arily +om en +i y +Ġevent ually +ish ed +Ġbr ight +E D +Ġs pl +Ġdem and +Ġth reat +Ġs ir +Ġrele ased +ck et +ĠâĢ « +Ġrequ ired +Ġv ote +ì ¹ +à® ¤ +Ġdevelop ed +ĠìĤ ¬ +at ory +Ġd ir +ca pe +Ġslight ly +à ¬ +๠ī +re et +Ġdise ase +Ġcour t +Ġitem s +ĠEar th +ÑģÑĤ и +ж е +ì ² +Ġchalleng es +ĠBr it +Ġdesign ed +1 2 +Ġhear ing +Ġlisten ing +z o +ĠÑģ л +ãģ§ ãģĻ +Ġper o +Ġwe aring +pl ic +Ġch em +Ġbal ance +Ġb a +Ġrece ive +im a +Ġsignific ant +Ġм Ñĭ +an ch +ĠC r +ĠC oun +ê¸ Ī +Ġjo bs +Ġoffic ial +Ġper m +om s +Ġopportun ities +Ġover all +Ġh us +od es +Ġn ation +ĠR eg +Ġor d +Ġrest aur +Ġì Ĩ +Ġm el +v in +Ġw enn +Ġk ön +æ ĥ +Ġopin ion +ãĤ Ĥ +è ¬ +ĠSomet imes +ç Ĥ +Ñī е +as c +O U +Ġ20 20 +Ġdel icious +ig er +Ġìķ Ī +o le +Ġhand le +Ġc it +Ġíķ ľ +Ġf ör +o oth +Ġnecess ary +Ġind epend +æ Ħ +ist en +h am +Ġé t +ãĥ ³ +Ġmult i +Ï Į +? ) +Ġcamp us +Ġtop ic +Ġr ain +Ġpan el +ĠS am +Ġlar ger +aud ience +Ġpa id +Ġeconom ic +ol t +Ġstre et +ĠC ont +Ġdri ving +Ġìł Ģ +Ġh ay +Ġprofess ional +ĠIn tern +å ¸ +Ġin put +Ġc ateg +Ġc ro +Ġ ll +E T +Ñĭ й +* * +ĠZ e +B LE +Ġì ¤ +re es +ĠÐ ¯ +ed e +ier t +Ġfo ld +Ġd ur +ĠN ational +Ġìĸ ´ë +an ced +Ġfa ire +ut ed +Ġk ing +Ġw ild +o i +up beat +Ġpre vent +i us +Ġà ¨ +Ġw ide +Ġr ing +Ġtit le +Ġstand ing +Ġal though +Ġh i +Ġsa uce +Ġs ides +Ġanim als +il ing +at ives +ìĹIJ ìĦľ +ĠO ver +Ġdes p +Ġconsider ed +ar ies +i ers +Ġein en +Ġs ister +Ġë ķ +ĠS ure +ãĤ ĭ +ri end +a ign +Ġsh own +Ġs ac +Ġs ont +Ġcent ury +Ġt ien +ĠÎ º +ĠS T +åķ Ĭ +Ġold er +ie m +Ġtr uly +ĠS i +Ġwind ow +iqu es +ar io +æ² Ĵ +Ġloc ation +Î º +Ġì ľ +v i +ag ue +ĠS orry +Ġdis p +Ġhe ll +Ġà ī +Ġtr ade +Ġcrit ical +Ġê ± +Ġn amed +Ġprep ared +ĠH ouse +al u +Ġt ough +Ġtri p +Ġs and +c el +ü z +ĠP ut +Ġap art +is f +v is +Ġli br +a ven +Ġv ie +Ġeffect ive +ภ² +Ġmag n +Ġmuit o +Ġê µ +h al +Ġlim it +Ġn ine +Ġwill ing +ı ÅŁ +s p +еР³ +h i +Ġal t +ĠJ an +Ġorig in +ĠU s +Ġele ments +Ġus es +Ġhelp ful +Ġfl at +Ġfam iliar +ĠP ark +Ġc ore +Ġclos er +Ġact ive +Ġad minist +C E +нÑĭ е +ç Ħ +Ġrel ative +Ġment al +Ġr andom +Ġpart ner +Ġut il +ph one +Ġr ule +w w +Ġìł ķ +Ġsch on +Ġco ffee +H A +Ġconnect ion +Ġun it +la ughing +l og +Ġapp l +л а +us ic +ĠB ra +Ġany where +AU DI +Ġsepar ate +bo x +Ġd ivid +Ġtest ing +Ġs ick +Ġwer en +ä» ĸ +Ġ׾ × +Ġadv antage +Ġtrans fer +' . +Ġë ¹ +Ġfind ing +н ой +Ġì¢ ĭ +Ġfor t +Ġeconom y +Ġl ack +Ġleav ing +Ġd im +å İ +ĠR es +Ø Ń +Ġdiscuss ion +еР¿ +Ġg es +du ct +Ġch ain +Ġus ers +e ch +ÅĤ a +Ġdis h +Ġcare ful +Ġte acher +Ġopt im +Ġfl u +at ically +Ġref lect +Ġtreat ment +e ed +i ÄĻ +à ¹ +à® ¾ +Ġequ ip +Ġplan ning +Ġsol ve +ãģ Ŀ +ĠT om +Ġavo id +Ġp ou +Ġgreat er +l in +O L +ĠL u +ĠM ore +Ġatt ract +ê n +un a +Ġphot o +er ation +Ġplan et +Ġcop y +Ġvis ual +ir ing +Ġintern ational +Ġla ughing +Ġth ick +Ġhold ing +Ġbring ing +Ġlet ter +Ġb urn +Ġeffect s +it é +our s +O T +ê me +ĠSch ool +×ķ× ª +rop ri +l ig +α ι +Ġad ult +Ġsu gar +Ġr ide +Ġhigh light +Ġno body +Ġ2 1 +Ġch at +ĠпÑĢ Ð¸ +Ġin nov +ung en +Ġatt ach +ed om +å Ĭ +y l +Ġleg al +Ġr ice +Ġcoll abor +k ing +d own +æ Ļ +ãĤ Ĭ +Ġi h +ĠA c +ous ly +Ġr ap +Ġsol id +Ġgener ally +Ġpatter n +al i +à¸ Ń +Ġtrans l +in ter +a ult +Ġë ¨ +Ġexp ress +Ġexam ples +Ġch ose +Ġtell s +ÃŃ s +ain t +ĠT ell +ĠMich ael +æ ¨ +ĠN umber +Ġt ap +Ġexper iment +Ġbenef it +Ġì ° +Ġse qu +Ġexp ensive +Ġgener ation +ĠM any +Ġadd ing +Ġk il +Ġcamp aign +ĠA nt +ra w +omm en +Ġs oul +j o +ĠAct ually +am m +ê² ł +Ġma xim +Ġsal t +Ġc ru +Ġcall ing +ãģ Į +Ġbas is +b an +Ġkeep ing +ĠM or +ed s +ì Ĩ +Ġto do +ам и +н Ñı +Ġli ved +ĠD u +ãĤ ī +å® ¶ +for ce +å¹ ´ +fer ence +al a +Ġocc ur +s k +Ġrec ent +Ġc ars +Ġtrad itional +ent le +² Ī +Ġhel d +Ġn ach +ĠCent er +er en +Ġb in +Ù ģ +Ġcomm e +Ġre ve +Ġìĺ ¤ +Ġexpect ed +ab il +Ġfocus ed +o v +Ġi P +or ial +i ro +Ġet c +am ing +ĠS on +Ġy esterday +Ġstr ate +ĠÑ Ĩ +Ġë ı +p es +Ġactiv ity +Ġadv ice +Ġopen ing +f in +Ġre la +é ĸ +Ġinst ance +ĠEvery one +b l +p en +Ġvis ion +ĠA lex +if orn +Ġt ick +H e +Ġstrate gy +Ġk om +P E +ĠG l +Ġelect ric +1 5 +Ġda ily +Ġhus band +Ġst ation +Ġanal ysis +yn am +Ġatt empt +Ġbill ion +v ant +Ġfor th +Ġm ath +al y +Ġbehav ior +ĠM as +k an +ĠD ay +Ġbl ess +Ġg ut +ĠH igh +o x +Ġd ress +Ġj ed +è ¯ +å ĸ +Ġexperien ces +ist a +Ġfight ing +å · +ĠÑģ к +Ġmost ly +a use +Ġpict ures +ен ÑĤ +Ġm ad +Ġmod els +ÑĪ Ðµ +ĠC ount +Å Ħ +ÅĤ o +ep t +O M +ĠA N +Ġtrou ble +4 0 +Ġb ird +ul ate +Ġm ur +Ġprodu ce +Ġmar ried +b it +Ġthe ory +í ĺ +Ġlead er +ĠL ast +A A +è µ +Ġim ages +Ġexp and +ĠP or +Ġpur ch +ĠS an +ĠChrist mas +ĠAust ral +Ġw id +ĠM iss +Ġknow ing +Ġz e +s hip +k u +Ñħ од +ĠInst agram +ĠInd ia +Ġest a +ĠCal iforn +Ġ7 0 +Ġdra g +Ġbr ush +Ġn ames +A nd +Ġy o +ill a +Ġsch ed +Ġdest roy +ye ar +Ġv amos +Ġ ÙĦ +ç a +Ġforg ot +и е +Ġra ise +re me +íķ ´ +ĠG ive +Ġcont ain +ra b +Ġg ift +ĠÑģ п +Ġrequ est +Ġsh ut +Ġdeg rees +Ġbenef its +Ñĭ е +Ġstud ies +Ġend s +Ġevery where +Ġher o +op h +er ry +Ġmaterial s +en ed +N A +å į +Ġmu y +Ġwor se +ä» Ģ +ĠM ad +Ġdec isions +ion e +Ġfore ign +la ughter +i ber +ени Ñı +ãħ ĭ +Ġreal ized +Ġ ign +Ġwe ak +ĠÎ ¼ +Ġsca red +Ġass um +A K +ï ¿ +ï¿ ½ +Ġcover ed +ĠS at +Ġо н +Ġindividual s +Ġcomp ared +1 1 +ĠAd d +ic les +Ġc ert +r ar +Ġbr ief +Ġactiv ities +Ġf ab +b ar +Ġa st +ĠO ther +Ġclass es +Ġo g +Ġmiss ing +ãģ ł +é Ŀ +w ers +× © +Ġintrodu ce +Ġequ ation +ãģ¾ ãģĻ +Ġn om +Ġpain ting +us hing +ĠA P +Ġencour age +Ġsh ip +itt ee +iver se +ot a +n am +ãĥ » +Ġexerc ise +ĠÐ Ń +Ġn as +Ġthous ands +ĠCaliforn ia +Ġs es +Ġr ow +ŀ Ī +Ġpand emic +Ġsk ill +b el +Ġdire ctor +Ġmil k +Ġn ut +Ġmot ion +Ġcl osed +è ¨ +Ġcred it +ah r +Ġche ese +Ġal tern +im ately +Ġs ust +ĠT ra +Ġgl ad +Ġhigh ly +Ġw a +Ġredu ce +Ġb le +ad or +in ated +ion es +ci ent +Ġdep ending +Ġsh aring +Ġca ught +ra el +Ġme hr +Ġpass ion +ç Ľ +Ġr u +Ġfar m +T I +av es +ĠR ob +ĠB ro +Ġmot iv +ret ch +ru pt +ĠB ig +Ġall e +Ġet t +ub s +ĠJapan ese +ĠH all +и ли +AUDI BLE +ç ¬ +Ġcell s +ik a +el ine +il er +Ġì £ +Ġsk y +IN AUDIBLE +end e +ap ter +Ġp in +Ġg ather +h ol +le ction +Ġsy n +Ġpl ug +r ound +Ġun iversity +h ib +Ġfant astic +k n +Ġho le +ĠRem ember +in ct +ak s +C H +Ġbro ken +Ġstr ateg +Ġal ive +Ġt ank +Ġc art +r ated +r ie +ĠSt ep +ĠEvery thing +Ġb ound +Ġso bre +Ġcustom er +¡ Į +ur g +ĠB ill +L a +wh at +Ġre action +Ġs ession +Ġpl ans +ĠìĿ´ë łĩê²Į +Ġdown load +ì Ļ +u er +Ġc ab +Ġinst r +if ying +ĠN ice +Ġteam s +ı l +Ġgo als +is ch +Ġtrans port +Ġanim al +Ġcost s +Ġcall s +Ġse hr +ì Ī +ri an +Ġd ial +Ġwe ather +à¹ Ģ +Ġв оÑĤ +ĠPl ay +Ġsh ared +Ġsm ooth +ab a +Ġleav es +à® © +Ġconc ent +Ġsh ift +ĠëIJ ĺ +ĠGo vern +Ġdem onst +Ġbut ter +ĠìĹ ¬ +Ġsat isf +Īë ¬ +Ġrecogn ize +ĠF rench +Ġvol ume +ä nd +Ñĥ м +Ġì§ Ħ +ĠKe ep +ow a +ipp ed +ÑģÑĤ ÑĢ +Ġdet ect +ĠÏ ĥ +Ġl ift +Ġcl othes +ĠSt op +à µ +m et +Ġcl in +Ġar r +f riend +Ġst uck +Y e +h and +um a +Ġsc ri +Ġfuck ing +ct ors +× ª +Ġjo ining +Ġc ette +ĠØ £ +ĠWh ite +Ġi hr +Î Ń +ãģ Ń +Ġinclud ed +ess o +Ġac ad +b um +Ġs ab +Ġд лÑı +è¿ Ļ +uf act +ĠRep ublic +r im +Ġye llow +Ġlim ited +T ER +ĠT y +Ġnot es +v est +и з +al ed +Ġph ase +and a +ĠM om +R I +Ġim mer +m al +Ġin j +Ġy ang +ud ible +аР³ +Ġset t +Ġmag ic +Ġens ure +Ġsp ring +Ġsh ock +Ġwhe el +ог да +ãĤ Ī +Ġcan cer +Ġro ot +Ð IJ +gen cy +Ġë į +i i +Ġout put +Ġcomm it +Ġwork ers +ìķĦ ìļĶ +ĠÑģ ам +ve y +Ġpe u +Ġc ivil +is c +Ġbr ings +ÑĢ Ð°Ð² +an ia +Ä ģ +c raft +mb ol +Ġintell ig +b i +ac ing +y ou +Ġbecom ing +ĠD er +em a +å°± æĺ¯ +Ġing red +Ġcomm and +Ġupd ate +Ġpre m +Ġopen ed +Ħ ¤ +ени е +Ġg ard +Ġstat ement +Ġsc rew +Ġpr ote +Ġc ards +Ġt ask +Ġeven ing +Ġst itch +in en +ĠB er +m ark +ĠD ad +Ġе ÑģÑĤÑĮ +Ġ× ŀ× +ìĹ Ī +Ġb an +Ġcl im +Ġfre edom +Ġnorm ally +еÑģ ÑĮ +å ¦ +Ġprov ided +Ġìŀ IJ +ĠìķĦ ëĭĪ +ĠK im +ied er +ìĿ Į +Ġcit iz +Ġb ike +Ġb ak +Ġno ise +Ġcl imate +iz es +å¾ Į +Ġincre asing +ĠTH E +Ġli qu +Ġperson ally +e f +res p +Ġleg s +ind er +Ġp ed +Ġë§ İ +Ġdep end +Ġvar iety +ĠIs rael +Ġwas h +å Ĩ +Ġqu iet +ĠJ ames +ĠJ ew +Ġfore ver +ĠI nt +Ġcoun ter +ur ance +ĠAny way +ca re +ĠOn ly +ci ón +ad i +ĠE v +ëĭĪ ê¹Į +ĠÎ ± +Ġslow ly +Ġо д +Ġnot iced +ier en +Ġfe ll +ĠÐ ij +Ġm ême +Ġwhen ever +! ) +ĠH y +å ¼ +ord s +us ion +ĠSt ar +Ġí ĺ +ĠM ac +ä¸ Ĭ +i ven +Ġìĭ ľ +ĠìĹ Ĩ +ĠT ur +Ġg er +r is +Ġve z +Ġл Ñİ +Ġvers us +ا Ø +ocol ate +Ġplan e +Ġz o +Ġsu it +Th is +Ġn erv +ĠA cc +Ñĥ ж +ìĤ ¬ +n h +em e +Ġa uss +Ġme as +Ġtr ès +Ï ī +Ñģ ли +ĠAr t +ĠSec ond +олÑĮ ко +ch o +it ect +е ÑģÑĤ +Ġb oss +Ġinc ome +ł ¤ +Ġsh ad +Ġapp ropri +ĠM al +op t +Ġart ist +Ġplay s +oth ers +ĠIn ter +Ġvir us +Ġh ung +Ġconst ant +Ġscri pt +Ġsn ow +ul f +k et +Ġdev ices +Ġmet al +ight s +ìĦ ¸ +Ġsal es +Ġve get +Ġcollect ion +Ġv ia +k er +Ġgot ten +O W +i én +Ġacc ur +Ġw ave +ult y +ĠA ir +Ġlead ing +ic ing +Ġcent ral +ĠChrist ian +f r +ĠAl though +Ġsong s +Ġf if +нÑĭ Ñħ +Ġbel ong +oss ible +ì ° +Ġphot os +is l +Ġrela x +s a +US IC +ê · +Ġman ufact +ĠTw itter +Ġdanger ous +Ġhy d +le ar +i ant +ĠâĢ ¦ +Ġsudden ly +Ġla ugh +Ġang le +ĠG ot +Ġwor ried +о е +Ġp ap +ĠM art +en o +Ġbatter y +Ġп оÑģ +Ġlight s +Ġar ms +ĠA bs +m es +âĢ ĵ +use um +Ġte a +ĠM ic +Ġfor mer +ograph y +Ġapplic ations +ĠD ire +çĦ ¶ +Ġfeed back +itch en +yor um +u ed +ig t +ư á» +os ition +ĠD el +Ġíķ ĺë +ĠB ack +ad s +Ġpr ime +ì£ ¼ +ì£ ł +× ij +Ġm ut +] . +ĠÐ Ĺ +lo c +k in +Ġexper t +Ġal right +ung s +Ġsupp ly +Ġleaders hip +ĠF ra +Ġtyp ically +Ġs el +Ġtre es +Ġ2 2 +h ar +Ġwor st +Ġbus y +ant o +ĠU p +ĠB as +Ġpresent ation +Ġstr ange +Ġth in +ÑĤ е +Ġveh icle +Ġд о +cell ent +7 0 +Ġt ired +Ġcris is +Ġt iny +as y +Ġr an +é ĩ +Ġfor ces +Ġо Ñĩ +Ġident ify +Ġass ess +иÑĤ е +S E +Ġcreat ive +ç Ł +Ġdep artment +Ġinit ial +æĪij åĢij +ĠD am +ak t +v ere +Ġinf ect +Ġp ump +Ạ¡ +Ġv iel +Ġr are +Ġd ot +ash ion +em pl +Ġf lex +Ġk on +Ġtr uck +Ġle ct +Ġpl astic +la w +Ġlik es +Ġr ough +ĠM AT +í ŀĪ +Ġcomm er +Ġas se +Ġc ake +Ġact ions +Ġad m +Ġother wise +ĠHe alth +Ġcoll e +à¹Ģ ภ+Ġr ub +å¾ Ĺ +æ Ķ +Ġsc r +Ġz um +ĠH im +Ġch amp +Ġconcern ed +Ġ5 00 +Ġpl ate +ĠO ut +Ġdon c +Ġequip ment +Ġta ught +ll ed +Ġí Ļ +iv a +Ġmot or + » +Ġgu ide +å ī +Ġstop ped +Ġr at +Ġlab or +Ġa im +Ġprep are +ĠÑ Ī +Ġshoot ing +ann ed +cri pt +Ġen emy +Ġdep ends +Ġn av +Ġb er +Ġland s +Ġun ivers +i u +Ġfact or +ok ing +Ġcar bon +b ut +ĠL ove +el d +ĠÎ µ +Ġg a +Ġé s +Ġbre ad +Ġvol t +í Ĭ +Ġwas te +Ġkeep s +æī Ģ +Ġst or +Ġhon or +Ġun less +Ġcol um +Ġë ĮĢ +Ġpl ants +Ye ah +Ġinclud es +ä¸ Ń +Ġo x +Ġpe ut +ë§ Į +ìĥ ģ +ist ry +ภ± +ĠDep artment +ant a +Ġfing er +Ġst retch +Ġsy mbol +Ġneigh bor +æ ¬ +ê° Ħ +~ ~ +ĠÑĤ Ñĭ +ĠA ber +k es +Ġmass ive +ĠC H +ĠS al +× ł +ãĤ Ĵ +Ġd ynam +ach e +ĠP re +Ġmon itor +ent ed +E O +Ġrais ed +ist ics +Ú © +Ġv ou +it en +¡ ° +Ġbusiness es +Ġe arn +Ġmob ile +id ade +Ġha be +y r +l ict +Ġcon duct +Ġfed eral +Ġw o +b u +Ġn one +Ġteach ers +ĠاÙĦ Ø +éģ ĵ +id ents +ا ÙĦ +Ġtre nd +еР¶ +Ġal bum +Ġm ich +b ased +ภµ +Ġtrans ition +Ġн о +õ es +h ost +ed y +ĠPro f +p an +ij n +Ġcapac ity +und o +Ġ× ij× +Ġbreat h +Ġм ен +Ġm ü +í Ļ +ĠA ut +hing ton +Ġn or +Ġg ain +po int +Y es +ĠØ ª +ĠN a +Ã¥ r +Ġi ç +ĠM ary +Ġsp in +Ġant i +åIJ § +Ġsome how +Ġlaw s +Ġmom ents +Ġg re +Ġmo ves +ĠW ould +Ġpred ict +Ġv ra +Ġ201 9 +¶ Ħ +Ġfund ament +2 5 +Ġp ure +Ġw ow +Ġis land +Ġinvest ment +Ġb ath +ĠY a +Ġhard er +Ġt ips +å Ĺ +Ġelect ron +ĠB ob +Ġb ond +od ies +ĠA ug +Ġgib t +Ġch air +Ġtw ice +w ood +Ġcl ar +Ġmas k +Ġhonest ly +Ġ201 8 +t ies +' , +Ġp ens +Ġsurpr ised +Ġcommunic ation +ãģ£ ãģ¦ +Ġsp r +Ġwh ose +Ġst ars +× IJ× +ĠâĢ ĭ +Ġproper ly +Ġg rew +os ing +Ġdi vers +A D +Ġem pt +Ġexp ression +Ạ¿ +ĠP al +ãģ Ĭ +Ġjust ice +Ġp air +w o +Ġse at +or ter +Ġlink s +ĠM er +Ġre nd +но е +up id +ĠH el +ĠM arch +ĠL o +Ñģ ÑĮ +Ġhas n +Ġev alu +ãģ ı +å¤ © +il os +Ġfund ing +Ġv en +u an +ĠM aster +ĠO l +ĠF re +Ġy ap +ĠS ir +s ch +Ġmist ake +am an +Ġdin ner +ĠWas hington +Ġorganiz ations +Ġж е +av ing +Ġv ÃŃ +Ġbirth day +Ġbe ar +ĠÙ ģ +Ġaff ord +Ġre ven +Ġrelationship s +r ough +ĠT ime +Ġt ag +ĠS un +u ary +ĠP o +c ar +ab ilities +Ġpr ison +Ġl ic +ìł ķ +id den +Ġspec ies +é » +Ġf irm +Ġsc ore +Ġd it +Ġspe ct +Ġp el +Ġcompl icated +æ¨ £ +Ġr ank +Ġoppos ite +Ġpick ed +Ġк он +el er +Ġm ig +ĠS l +ĠN et +Ġne ck +ĠFr ance +Ġtechn ical +ภ¡ +Ġmil es +Ġprim ary +Ġse in +s es +Ġla ughs +b ra +ÅĽ ci +ri age +Ġn ic +et ers +Ġà ª +olog ies +ĠI S +r ad +ud o +ı nd +m ar +Ġex ch +Ġcompet ition +Ġauss i +ĠS erv +Ġre nt +Ġch ocolate +Ġw ieder +Ġnear ly +Ġspe ech +Ġun c +Ġpar am +ĠBrit ish +Ġrem ain +ภģ +ur t +ĠØ ¹ +Ġcr ack +ail s +Ġprom ise +Ġpay ing +i ÃŁ +Ġad apt +ал а +Ġmov ies +Ġw ire +Ł ¬ +æľ ĥ +Ġter rible +Ġs ó +Ġperfect ly +åij ¢ +ord in +Ġj á +Ġimp ossible +ĠTh ree +Ġn h +Ġtur ning +r um +ĠB el +ig g +Ġrespons ible +и й +Ġincred ibly +w i +ian o +Ġhum ans +Ġà ĩ +Ġsetting s +Ġj oy +o ot +Ġdeal ing +ill ed +Ġsur round +Ġfollow ed +Ġposs ibly +Ġinit i +st en +Ġpr os +Ġcand id +Ġass ign +Ġviol ence +W ell +Ġr ise +P S +Ġtamb ém +Ġë ĵ¤ +i ance +y an +Ġaud io +ĠB et +ĠAmeric ans +ĠAs s +is chen +ìŀ ħ +Ġult imately +Ġpol ic +Ġmajor ity +éĢĻ åĢĭ +ĠFin ally +er ap +Ġgu ard +ĠMAT T +Ġbr own +м и +Ġch a +ĠHo ly +Ġnerv ous +ipp ing +ÄĻ d +ĠS a +ĵ ľë +¶ Ģ +l ie +çľ Ł +Ġn uc +ĠA pr +é Ľ +ĠKore a +eg o +ĠCan ada +Ġkön nen +Ġcomp ar +Ġg anz +ĠM ais +Ġthem e +Ġk i +Ġdraw ing +az on +ĠO ff +t t +ĠW ind +Ġtod os +Ġob vious +на Ñı +I M +ĠÐ ł +we ll +Ġbl ow +Ġho ok +Ġcir cle +Ġë³ ´ +Ġarch itect +ĠK r +Ġc ó +Ġprotect ion +eg a +å ĩ +Ġwatch ed +Ġans wers +Ġdi et +iv o +Ġpow der +Ġyour s +Ġhigh est +çĤ º +F F +å º +Ġbo ys +ö yle +Ġl unch +è¬ Ŀ +ĠI I +Ġset s +Ġmo le +Û ģ +Ġwin ter +Ġluck y +Ġrespons ibility +Ġsign al +Ġwond ering +Ġa x +Ġcook ing +ов оÑĢ +le g +Ġп оÑĤ +Ġsurpr ise +Ġdem ocr +Ġlo op +Ġj ag +Ġcur ious +Ġmarket ing +Ð Ŀ +ar on +ĠApp le +Ġvirt ual +Ġ19 8 +no on +ĠM et +оÑģ ÑĤо +об Ñĭ +it u +ĠA w +Ġbu ying +Ġrestaur ant +ĠB ud +Ġdou bt +Ġgr ant +Ġver d +Ġc ash +Ġfac ulty +Th at +ĠE in +å¤ ļ +Ġw ed +it ness +ĠM ag +n el +Ġn arr +Ġacc ident +Ġmed ium +em ents +Ġcr ow +n ight +ìĿ ¼ +ä¹ Ł +Ġlibr ary +аÑİ ÑĤ +Ġtamb ién +Ġrefer ence +Ġfour th +h ouse +v ention +Ġfill ed +ĠC our +ib r +Ġn g +Ġdevelop ing +Ġprov ides +Ġpo ll +Ġtra ffic +arent ly +à® Ł +Ġform s +Ġcl ient +Ġg entle +Ġmus s +ĠCong ress +ĠInd ian +ce an +Ġp il +Ġc zy +st ood +ut y +Ġn ä +Ġsp ending +Ġconst ruction +ina udible +Ġë§ Ī +Īë¬ ´ +Ġìĥ Ŀ +om a +os en +ag o +Ġlar gest +ãħĭ ãħĭ +Ġun iverse +b es +os a +Ġе го +Ġd ude +ĠM AR +Ġind eed +ε ι +Ġman aged +ĠSh ould +S o +Ġappl ied +Ġfair ly +ĠD en +Ġanal y +Ġconst antly +Ñģ п +H ow +ĠS ay +en cies +ĠP C +Ġegg s +à® ° +Ġet h +ĠEnt ão +in ar +i ot +Ġc z +ĠEurope an +ãģ Ī +ĠA M +Ġc á +Ġrad io +§ Į +Ġh ide +ä» Ĭ +ĠSt art +Ġcl ub +ĠH ope +Ġeff orts +lus ion +Ġc ities +h one +Ġreach ed +Ġgu id +ro id +Ġhar m +Ġcut ting +Ġb ul +1 8 +i est +ĠMe x +Ġ iron +çŁ ¥ +Ġafter noon +Ġha ll +Ġpr zy +Ġg osh +Ġinflu ence +Ġв ид +Ġincre ased +ĠMin ister +Ġdis ci +ĠP eter +Ġver t +Ġmen u +Ġse lling +ur ally +Ġqu ote +Ġ ¡ +Ġcontin ues +mp re +ĠÅŁ ey +it ution +Ġна Ñģ +c les +ĠGerm an +c zy +ĠÐ £ +B e +Ġk itchen +ĠT ry +i pe +Ġic on +ar p +Ġprov iding +ĠTr ans +Ġtechn ique +Ġh är +Ġinf rast +Ġsus p +ü ck +ic ip +ĠÐ ķ +Ġc in +ìĸ ´ë +Ġpr z +Ġcompon ent +Ġby e +ĠB ible +iz er +C h +Ġsol utions +Ġaccom pl +Ġ201 6 +I E +ĠT a +Ġass ume +Ġliqu id +Ġë¨ ¹ +Ġquar ter +Ġfem ale +ĠTh ink +Ġstat us +it ute +Ġco ach +Ġre in +Ġcomb ination +è · +ĠT er +Ġobject s +Ġdist rict +Ġmake up +Ġmur der +w as +f en +Ġbow l +Ġpub lished +Ġsp orts +ãģ ¡ +Ġident ity +Ġseem ed +Ġact ing +л Ñİ +ri x +Ġup load +Ġh ast +Ġbo at +ĠM od +ri o +Ġ = +Ġcy cle +¯ ¸ +Ġl oud +ust ed +com ing +Ġ201 7 +Ġon t +Ġleg isl +Ġst ruct +ĠSomet hing +Ġconf lict +Ġu pper +Ġman ager +Ġm ort +Ġf ra +ĠÄ ° +ĠM ike +ĠW ork +Ġn ó +ph ere +ĠìĤ ¬ë +ĠL and +Ġfil ter +Ġprom ot +æ ° +æĻ Ĥ +ķ ¼ +Ġrecord ing +× Ŀ +Ġassoci ated +Ġf uel +und er +Ġele ction +Ġemploy ees +ĠCom p +ÑĢÑĥ г +ĠW o +ro l +Ġsa ved +ĠH on +ĠV i +åĪ Ĩ +ac a +p ret +Ġw et +Ġst upid +Ġl ad +Ġf est +Ġw ake +Ġи н +Ġgreat est +ĠJ im +Ġserious ly +Ġì ¹ +Ġfeel ings +Ġ3 00 +i ation +Ġbeaut y +Ġìŀ ĺ +Ġs an +ĵ ł +Ġ- ( +Ġcons cious +Ġд ел +b ye +ç Ļ +M an +Ġlet s +Ġsho es +y d +ä¹ Ī +Ġdisapp e +ĠCount y +ĠSc ott +Ġbut t +Ġaqu ÃŃ +Ġconf ig +resp ond +LAU GH +© ëĭĪëĭ¤ +Ġdivid ed +Ġac qu +Ġz one +Ġk omm +a ção +ì§ ľ +c ut +Ġ2 3 +Ġmaxim um +ro g +Ġrun s +Ġcompon ents +Ġarri ved +Ġconf ident +ÑĢ Ð¾Ð² +Ġhe ight +Ġpro ced +E M +ĠÐŃ ÑĤо +ĠM en +Ġtalk s +Ġconf idence +ĠChr is +Ġlead s +Ġn ose +f all +b b +ĠNot hing +is er +Ġindepend ent +Ġmin or +Ġsy m +l en +ci ence +Ġf ashion +Ġsex ual +Ġb un +h ere +Ġso il +Ġdies e +Ġsh ap +Ġempt y +Ġjour nal +ag on +ĠThe ir +Ġweek end +ÃŃ t +Ġer ror +Ġn ar +à ¸ +è © +an cy +Ġìķ Ĭ +Ġfore st +Ġha cer +Ġmiss ed +ãģ ķ +åı¯ 以 +Ġev il +Ġstor age +Ġsing ing +in ha +Ġkn ock +Ġimp ress +ĠоÑĩ енÑĮ +ĠGo ld +ĠS ur +ĠP ort +åİ » +ĠL ond +Ġfaz er +ot y +ot o +Ġan x +ĠWill iam +Ġexist ing +pl ace +ĠC D +Î ³ +ĠColl ege +l or +ĠE ast +s en +f ach +o ft +Ġexperien ced +Ġlo ves +im m +Ġpo ly +Ġes se +ì ¤ +ĠG rand +è § +ch er +Ġvict im +ĠG es +л ÑĮ +v ision +Ġt all +Ġl ens +Ġз на +ĠB oth +Ġì ² +Ġsust ain +Ġarg ument +Ġfact ors +Ġautom atically +Ġfr uit +Ġli ber +Ġa le +ĠP ress +ĠB a +ĠÐ ³Ð¾ +Ġhundred s +th at +ĠR ich +Ġreci pe +ĠI T +è ĩ +Ạ¥ +Ġdescri be +Ġdri ver +ĠO ct +ĠM at +д е +Ġme al +Ġlat est +Ġth erap +Ġcomp are +ĠAm azon +Ġì¢ Ģ +ĠRuss ia +Ġstr ing +Ġk a +ĠComm un +Ġd ia +I s +Ġmill ions +Ġcor por +Ġcor respond +Ġfix ed +ĠJo e +Ù İ +Ġview s +Ġr iver +Ġstud io +ig ger +Ġfl avor +Ġpres ence +Ġun its +Ġsa ving +av our +Ġp esso +or ith +Ġh ers +ĠN at +as ion +ĠFr ank +о ÑĪ +ÅĤ y +í Ħ +Ġein em +Ġfun ctions +um an +Ġn orth +Ġìł Ħ +Ġhor se +v id +Ġple asure +а ÑĪ +é es +ind a +Ġt ail +Ġexpl ore +S T +Ġcommer cial +ĠD uring +ar l +] : +f it +Ġr ates +æ ³ +M USIC +Ġhous ing +Ġein er +Ġsitu ations +æ ĭ +Ġdec re +Ġappropri ate +ен но +% . +Ġb ac +Ġw at +ens ity +ä h +kn own +it z +Ġemot ional +erv ation +Ġbl ind +1 6 +í ĥ +大 å®¶ +Ġjo ined +Ġloc ated +ĠÑģ м +ad as +ber g +Ġd ess +Ġde ar +ed en +c os +Ġad opt +1 00 +ow e +ĠChe ck +ism o +Ġsim pl +Ġang ry +Ġмен Ñı +ĠC am +Ġp ad +Ġatt end +Ġsam ple +æĹ ¥ +Ġì Ľ +ĠI N +ul ous +ĠS ar +ĠSh ow +Ġinfrast ructure +ĠAug ust +Ġless on +Ġn iet +æ İ +Ġfo i +Ġbro ke +t r +ç ķ +Ġ4 5 +Ġg ew +Ñĥ п +at i +Ġmaint ain +Ġart ists +ing er +æĿ ¥ +er ved +I A +Ġequ als +Ġoper ation +ill y +ĠëĤ ´ +Ġcrow d +Ġintern al +Ġtest s +ĠR ock +ĠC ons +ĠëĦ Ī무 +w ar +Ġs ou +Ġch art +ĠJ une +ĠApr il +g ent +Ġv ent +Ġqu and +ĠKore an +im o +ç ī +id ers +Ġmount ain +ÑģÑĤ ав +æľ Ī +ij k +Ġdiscover ed +ĠS und +ĠS il +Ġso lo + ´ +Ġsch ol +ĠE ach +ç µ +Ġb are +Ġí Į +ĠvÃŃ de +Ġingred ients +ĠIt s +Ŀ¼ ê³ł +Ġì Ĭ +Ï į +ĠLe e +Ġsc ary +Ġprinci p +Ġspirit ual +ì ħ +ĠH old +æ²Ĵ æľī +Ġdef ine +ĠL es +ĠN or +ĠE nd +Ġbl og +ĠG reen +аеÑĤ ÑģÑı +p art +el es +äº ĭ +ĠUnd er +Ġpart e +Ġ3 5 +Ġse ctor +ĠS ept +Ġaut h +à® ® +om in +Ġcl ients +Ġc i +ĠFr iday +er as +Ġtw e +ul ated +Ġcult ural +ĠÑģв о +Ġëį Ķ +Ġà º +Ġpar ce +à® ² +Ġtrad ition +Ġjud ge +ĠGen eral +Ġdeterm ine +ĠIs n +ĠP L +ne ath +Ġmatter s +íķ ´ì +! ] +а Ñħ +Ġpo ol +Ġvari able +Ġvacc ine +Ġcaus ed +Ġw est +ĠY ep +f ast +Ġph ilos +hor a +Ġcontinu ed +Ġunf ortunately +ãģ į +æ ķ +Ġfl ight +Ġw rap +Ġhu h +ĠAbs olutely +Ġp ink +Ġrem ains +Ġn é +Ġf le +ĠS ol +Ġlos ing +Ġalg orith +Ġrequ ires +Ġfound ation +ĠB ur +Ġprofess ion +ĠM id +Ġë ŃIJ +c an +ĠM il +Ġyoung er +Ġappe ars +ter m +íķĺ ê³ł +ac le +ĠLond on +Ġengine ering +ภ¢ +Ġadv ent +ìĦ¸ ìļĶ +Ġê¸ ° +ĠM aj +ÑĢ ÐµÐ¼ +ing u +ĠU K +u ro +s pe +Ġt ent +Ġreport ed +ĠA L +H ey +Ġë§ IJ +Ġd ent +ĠAustral ia +ĠJan uary +³ ´ +ag ues +ars h +r ig +Ġtien e +ภ£ +Î ® +Ġmach en +un te +Ñĥ Ñģ +Ġelect r +Ġtut orial +Ġpl aced +ĠìĿ´ ê±° +ĠCoun cil +í ĸĪ +°ë ¦¬ +ah ren +Ġê·¸ë ŀĺ +Ġpro ve +f ol +Ġqu er +Ġche ap +ĠF ather +ĠP ower +ĵ ľ +Ġpur s +Ġes p +ĠB re +ê¸ °ë +om as +æĥ ³ +ил ÑĮ +Ġge ht +os ter +ê³ ¼ +Ġfil es +ĠÐ § +be ll +Ġwh om +Ġë ĺ +Ġex cellent +Ġdat ab +Ġg ö +Ġì§Ħ ì§ľ +Ġbelie f +j et +Ġj ack +Ġsw im +ri al +um in +a uc +Ġso ll +Ġess ential +íķĺ ëĬĶ +Ġev ol +cha ft +ain e +th let +Ġinc or +Ġreport s +Ġdefin ition +ke l +Ġcirc um +Ġprodu ced +Ġ× Ľ +ant ic +n et +Ġa ward +Ġd urch +Ġtrans p +Ġm ale +¦ ¬ë +Ġmo on +ĠGe orge +Ġfly ing +i ó +Ġs ources +Ġpl enty +ĠDem ocr +R O +Ġ 00 +Ġsec ure +ĠB ir +ra in +Ġz ur +Ġeffic ient +Ġrepe at +Ġmethod s +Ġcal m +Ġdiscuss ed +ĠìŀĪ ëĬĶ +Ġser ver +an ie +ĠInst ead +Ġide al +Ġcon ven +Ġhop ing +ĠT or +Ġdep th +Ġhe aven +EN CE +Ġhab it +gr ad +Ġfl ag +Ġin e +Ġk h +ĠL I +Ġfac ing +ĠA U +ĠT im +Ġg em +ĠJ ul +Ġel a +iz za +Ġfe llow +Ġqu el +Ġsp oke +Ġcitiz ens +u ge +é ĥ½ +Ġp ages +Ġf asc +Ġrelig ious +at en +Ġch apter +ĠV al +Ġcons ult +ĠM ill +g l +op er +Ġinf in +Ġmar riage +Ġmedic ine +Ġд в +Ġdog s +Ġinstr ument +ĠEx act +á n +Ġ20 21 +Ġf er +Ġwe alth +Ġgr ade +Ñĭ Ñħ +Ġcr ime +Ġth read +Ġess a +Ġw ine +co hol +ph a +ภĩ +og ue +Ġins urance +arr ator +ĠSept ember +Ġv id +ĠSp irit +Ġg est +ĠRuss ian +Ġproper ties +Ġart icle +Ġunder neath +y er +Ġjo int +Ġrelative ly +Ġin ch +Ġdesp ite +ĠG ree +Ġclass ic +Ġsupport ing +Ġinst ruct +lus ive +Ġdi agn +æ Ĭ +Ġadminist ration +аб оÑĤ +ĠO pen +æīĢ ä»¥ +Ġп ок +Ġdoll ar +Ġconse qu +o ber +ĠGerm any +Ġter r +ĠQ U +ĠÐ ĵ +ç ¾ +Ġstrong er +É Ļ +ĠÙ Ĭ +ĠiP hone +Ġfab ric +ü h +Ġen em +æ ¯ +Ġsub t +E E +ond e +Ġcre w +Ġremo ved +Ġl ady +Ġpot entially +ĠÐĿ о +y al +Ġsym pt +Ġar my +Ġintrodu ced +t es +Ġaspect s +1 4 +ĠL ou +Ġ ) +Ġde ploy +p et +Ġh an +ĠW atch +Ġweap ons +Ġph en +Ġreg ister +Ġein fach +Ġsp ort +Ġbr idge +Ġin ner +Ġminim um +Ġw itness +Ġes o +Ġvill age +Ġown er +¦¬ ê³ł +Ġsc ream +il ed +Ġp itch +b ru +Ġadv ance +ä¸į æĺ¯ +Ġsupp ose +ĠAt t +еÑĤ ÑģÑı +Ġdiffer ences +ak ed +Ġinter pret +à ¦ +iend o +Ġabs ol +ĠбÑĥд еÑĤ +Ġë ² +Ġtri al +Ġthink s +ly ing +cept ion +ĠAfric an +Ġchem ical +Ġta pe +Ġconvers ations +Ġdistrib ution +t i +ĠA I +Ġfl ash +Ġunder stood +ĠGovern ment +å° ı +! ? +ĠS k +ê± °ë +ri er +T S +ĠAcc ording +Ñİ ÑĤ +Ġsp ons +ÑĤ обÑĭ +Ġval u +ere m +icht ig +Ġresist ance +ĠG al +ger y +Ġbeg ins +Ġadv anced +Ġrele vant +Ġpolit ics +ĠF am +Ġç ok +ĠN ever +ill ing +Ġfoot ball +и и +ĠI D +ĠAfric a +Ġfing ers +Ġб олÑĮ +Ġà ¡ +Ġcl ip +ĠL at +ãĤ Ħ +Ġì§Ģ ê¸Ī +es se +Ġvo or +Ġas ide +æ ŀ +Ġto ward +Ġb at +Ġval id +ĠM ens +Ġcomplet ed +ı ÄŁ +Ġpod cast +ĠB on +Û Ĵ +ĠJ uly +il a +Ġpack age +Ġpull ed +ch ar +ĠM el +o is +Ġs outh +Ġë Ķ +Ġimport ance +Ġp ushing +Ġis ol +Ġstand s +c ill +ä ¼ +Ġ ðŁ +or i +ê° ģ +Ġhom es +Ġconcern s +Ġb iz +å ½ +b ie +Ġb is +Ġge ar +ĠM S +Ġh un +ĠM att +Ạ£ +se y +ĠSec ret +Ġod d +ĠM ax +oll y +f ord +ĠS H +Ġrepl ace +Ġnav ig +Ġin i +и Ñı +Ġgi ant +Ġma nd +ĠH app +TI ON +g un +iam o +ìŀħ ëĭĪëĭ¤ +Ġg ap +Ġê tre +Ġclass room +Ġhy p +ak i +è ® +is ters +ack s +ĠÑģ о +Ġb ug +Ġgra v +am in +Ġevery day +Ġì ¡° +Ġgard en +ce mber +Ġest o +åĹ İ +Ø ¬ +Ł ° +å ģ +Ġr om +Ġìłľ ê°Ģ +Ġfall ing +Ġfa ult +ell y +Ġch est +Ġл и +Ġpot ato +Ġbuild ings +Ġoper ating +Ġp are +w r +D on +ĠF our +Ġv ul +Ġl á +Ġfr ust +ĠD ann +ol es +ny a +Ġì ¶ +ĠÑĢ Ð°Ñģ +× Ľ +Ġa ÃŃ +w ord +Ġweap on +Ġob t +ĠF all +ĠSte ve +Ġmix ed +Ġp ode +ĠA S +ĠL eg +Ġdes c +Ġspl it +Ġemer gency +ĠS ing +Ġprof it +Ġtyp ical +ĠDon c +Ġannoun ce +ĠTe x +Ġsac r +tern al +Ġcomm ittee +ig o +Ġdi am +ph as +Ġdef e +ĠProf ess +Ġdec l +Ñĥ ÑĢ +2 2 +ol f +ĠM ond +u y +Ġa y +Ġl em +Ġlove ly +ĠC ould +Ġgu ar +H H +Ġcare fully +ĠL isten +Ġк ÑĢ +Ġyou th +ĠThere fore +Ġdream s +ĠJe ff +? ] +Ġë Ī +D A +Ġb odies +au x +Ġtechn iques +Ġmechan ism +× ĵ +Ġо ни +Ġdes ire +à ® +ĠV o +qu es +ĠÑĥ же +ĠWho a +ĠG ame +Ġh al +an ish +Ġpract ices +5 00 +Ġsort s +up s +ate ful +Ġhers elf +Ġgu itar +Ġprop os +Ġsit es +Ġbe ach +Ġ× ¢ +ç¬ ¬ +н Ñĥ +Ġdr am +ĠNo ve +V E +r ant +Ġpl ot +ĠìŬ 기 +ĠC a +Ġestab lished +Ġ201 5 +Ġinsp ired +Ġannoun ced +ä¸ ª +ĠÑĤ ÑĢ +Ġ2 6 +Ġv oy +Ġte ch +ìł ģ +Ġprocess es +ont o +ĠP an +Ġrap id +ist an +Ġ19 7 +Ġrelig ion +Ġ2 8 +Ġsm ile +Ġb ab +Ġ Ú© +ĠV ir +Ġsched ule +Ġexec ut +Ġpr on +Ñ į +ĠÐĿ Ñĥ +m usic +ìĽ IJ +Ġg an +ìĭ ł +Ġdef ault +Ġbe m +Ù ī +Ġfor ced +ĠOb viously +Ġst one +Ġt ie +Ġdrink ing +Ġser ved +C ause +Ġcon ference +ĠExact ly +ãĥ Ī +ł ľ +ìĻ Ģ +ĠR a +Ġf ake +Ġdif f +ãģ © +Ġchalleng ing +Ġì¤ ij +Ï ĩ +ä»Ģ 麼 +Ġintellig ence +re te +Ġstud ying +Ġapp oint +Ġt an +Ġи м +Ġcur ve +ĠTe am +ĠA z +Ġз д +ĠMus ic +f ield +ir ation +Ġfail ed +Ġno vel +Ġdifferent ly +Ġes cape +ĠY o +ĠOct ober +ı yor +Ġdescri bed +Ġcon vert +ac ement +Ġhot el +is ation +Ġsu is +ãģ ij +å ŃIJ +æĢ İ +Ġwalk ed +2 00 +Ġneighbor hood +is p +ĠL os +Ġh idden +Ġ2 7 +л е +Ġph r +ĠIs land +ĠSt reet +end a +hip s +os ure +Ġdefin ed +ภ§ +Ġv ida +Ġlab el +ĠEvery body +Ġjo ke +ia o +ا ÙĨ +Ġa thlet +... " +ĠF ire +D o +Ġdef ense +Ġent ertain +á t +Ġpolic ies +Ġal cohol +ĠEng ine +Ġg al +ĠJ ud +Ġvol unte +ick s +et a +ag t +Ġ× ķ +Ġm ö +1 3 +Ġenc oun +Ġe h +Ġor ange +Ġabs or +Ġsp aces +ĠNove mber +êµ ¬ +i at +Ġt am +ck now +Ġst orm +ĠDire ctor +Ġpre gn +ĠìĿ ¼ +Ġо п +Ġres ource +Ġb ard +ne w +ĠDe cember +u its +Ġwe il +Ġconst ruct +s i +n ic +Ġfl our +Ġrest rict +ü t +Ġentire ly +Ġbreak ing +ent lich +Ġtw enty +Ġcaus es +Ġele v +ĠS pr +ĠIntern et +Ġk iss +Ġoper ations +s zy +Ġë Ĭ +Ġscient ists +Ġgr own +Ġown ers +out s +Ġcour ses +Ġus ual +Ġin n +Ġtrans m +ñ o +Ġnu est +к ов +Ġcateg ory +ĠL ife +ĠPl us +Ġat mos +wh ile +Ġrecord s +Ġde ÄŁ +ëĭ¤ ê³ł +ĠìĤ¬ë ŀ +Ġrequire ments +in n +Ġimm ig +Ġdeep er +ç ´ +Ġapp s +Ġcolle agues +ż y +Ġoff ers +Ġt á +Ġcolum n +la ud +I R +ĠM s +Ġexch ange +l as +ĠL aw +ĠJ on +is se +ro gen +Ġmo i +× Ĺ +Ġs ending +Ġhe llo +е е +ÅĽ Äĩ +Ġsuc ceed +Ġsuff ering +Ġad vert +Ġì£ ¼ +çŁ¥ éģĵ +Ġrec o +ın ı +Ġк ом +all ey +Ġfail ure +ie j +Ġëķ Į +Ġdrug s +Ġcu ando +Ġìĸ´ë ĸ +ĠAb out +Ġqu ando +9 0 +ĠF ed +1 7 +S h +in ho +ĠSund ay +ĠPh il +Ġacad emic +ĠIn c +Ġmaint en +åĩ º +Ġre ward +er d +Ġcomm itted +ìĬ ¤ +г ÑĢ +Ġstand ards +Ġk al +Ġint ention +ĠZ h +Ġa cknow +ä ¿ +Ġ== = +og y +å § +Ġfilm s +is k +Ġte eth +Ġstrugg le +r d +u en +Ġdis s +ĠD ar +am y +Ġenem ies +Ġve loc +ĠC all +um bs +иÑĤ елÑĮ +Ġo cean +é d +ìļ ° +Ġtre m +ient o +еÑĪ ÑĮ +ffic ient +Ġbott le +Ġinstit ution +est y +ĠH an +h ab +ëĬ ĺ +Ġar rest +éĤ Ħ +Ġlet ters +oun ce +í Į +A n +Ġcreat es +Ġcl ock +Ġdeb t +Ġan cient +ific ations +g i +B ut +ĠT u +k l +Ġb order +Ġo ok +ĠB ay +est a +Ġë³ ´ì +Ġw ra +pre ne +Ġê² Į +ang le +Ġbelie ved +ien cy +ak a +Ġcrit ic +Ġb omb +Ġha m +ĠÐ Ľ +êµ Ń +ĠGu ys +ros oft +Ġcr im +et ch +AR R +Ġs ight +и на +Ġa in +á» ij +is che +Ġau x +Ġnum er +Ġsurv ive +A ll +B C +Ġs z +Ł ¬ë +Ġj am +ĠCour t +Ġall es +Ġtr igger +Ð ŀ +Ġform at +Ġdec ades +Ġc es +Ġsign s +Ġrob ot +ĠCh urch +Ġa z +Ġs oup +ĠTex as +ut en +ĠÑĩ ÑĤобÑĭ +Ġneigh b +ĸ ×Ķ +Ġcommunic ate +Å ¡ +Ġel imin +Ġfrequ ency +her n +id os +Ġem phas +Ġmess ages +Ġg ender +ĠW enn +Ġв о +Ġpr ices +ol o +Ġп он +w ing +ĠF il +а ем +ĠC ur +Ġfal se +Ġfield s +Ġs é +2 4 +Ġm ac +u ÅŁ +Ġlay ers +Ġadv oc +w an +Ġk ar +ĠÅ ŀ +Ġdec or +Ġwall s +o e +iss ions +Ġres ol +× ¢ +ĠCar ol +ĠV ide +le ep +ĠY OU +Ġfl ip +Ġsur gery +Ġch op +U R +. , +Ġag ency +Ġwant ing +Ġsol ar +Ġhor iz +ĠAd am +Ġstay ing +ol ic +Ġgr ateful +Ġrem ark +Ġtechn ologies +Ġprote in +å¿ ĥ +д ел +ĠM ont +Ġshould er +Ġz a +re y +ĠO oh +Ġst y +ic ar +оÑĤ ÑĢ +Ġrout e +ĠT urn +Ġb om +Ġdeb ate +Ġposs ibility +Ġíķ ´ì +ap a +Ġinv ent +ür lich +Ġprof ile +Ġsen ior +pp y +v as +Ġm undo +ate ver +Ġapp arently +en er +× IJ +ç Ń +Ġprec is +Ġal ign +Ġkn ife +ĠRo bert +å ĭ +Ġfo ol +Ġinv ite +us ing +Ġcircum st +Ġcapt ure +Ġd ough +ĠS and +Ġse u +ĠNew s +Ġb ite +Ġne ut +w ide +Ġlect ure +Ġëĺ IJ +Ġorigin ally +Ġcho ices +ĠG ar +Ġver se +Ġl it +Ġ19 6 +íķ ł +Ġmeas ures +ç ões +w ater +ri ve +Ġz ijn +í ģ +ĠB us +Ġhe b +е Ñħ +ĠK ar +ĠN ão +Ġkill ing +à® ª +Ġmir ror +m od +Ġm ol +Ġcre ation +Ġest im +Ġatmos phere +Ġg am +Ġt ables +is i +ĠL ittle +Ġt as +ĠE le +é l +Ġscen es +Ġt one +Ġaffect ed +ĠAU DI +ĠBr own +I f +ĠÙ ĩ +ĠDan iel +羣 çļĦ +qu er +ch i +íķ ĺë +Ġmist akes +Ġs la +ãĤ ¤ +Ġent r +Ġе Ñģли +Ġsh out +Ġport ion +Ñ Ĺ +Ġpre viously +á» Ļ +ĠпÑĢ ÐµÐ´ +оÑģ ÑĮ +Ġhead s +ç İ +å Ń +åľ ĭ +Ġgr ass +ภ° +cri be +Ġqu é +ĠSp anish +Ġoffer ed +ĠбÑĭ ло +ĠCl oud +Ġve ctor +ĠH uh +Ġk ad +if ts +ĠÎ ½ +Ġhung ry +Ð ¡ +Ġpar all +AN D +ĠvÃŃde o +iz z +Ġocc up +Ġí Ķ +Ġsee k +h es +Ġdo ors +Ġhous es +Ġconsider ing +Ġgradu ate +Ġf ulf +è ¡Į +è £ +Ġext reme +Ġflow ers +it ate +ĠP ri +Ġfundament al +Ñĩ аÑģ +è¯ ´ +Ġtext ure +į ĺ +ĠAN D +à® ± +ĠT em +Ġn ada +ì§ Ħ +Ġcelebr ate +um s +Ġp ill +Ġи ли +go ing +Ġh ip +Ġsupport ed +Ġper man +Ġagre ement +Ġty m +Ġë ij +ĵ¤ ìĿ´ +Ġpurch ase +í Ķ +ĠPl an +eg en +Ġrec over +P U +ĠMic rosoft +du c +Ġhol es +Ġdro pped +Ġp ig +Ġend ing +Ġattack s +be c +Ġre n +Ġr app +Ġìļ °ë¦¬ +Ġter ror +Ġ× Ļ +Ġed it +Ġa o +. +Ġhero es +ĠB oston +Ġdepend ent +Ġmotiv ation +fl ix +Ġse am +ки е +Ġdra in +od ed +Ġgu ilty +ĠJ enn +ing en +Ġgrant ed +ĠK elly +ĠS av +ĠUn cle +ĠHon estly +EL I +Ġnavig ate +Ġbless ed +c ore +Ġear ning +Ġsign als +Ġdis k +ial s +Ġag es +æ ħ +Ġpartic le +ĠÑĩ еÑĢ +Ġcan n +Ġt ier +Ġstat ements +ê³ł ìļĶ +ĠëķĮ문 ìĹIJ +ĠCh o +Ġpol ar +an ç +ĠK enn +ĠN i +ĠF ight +or gan +é ķ +ĠCh a +ĠS ÃŃ +ãĥ ª +Ġs lic +Ġcert ific +Ġtempl ate +ĠFed eral +Ġconsider ation +Ġexpl o +ĠM ain +ĠN E +Ġalong side +Ġd ressed +ĠP oint +Ġenviron ments +Ġpró xim +Ġda ar +Ġprom pt +Ġpurs ue +Ġentertain ment +Ġth roat +Ġproblem a +Ġm art +ì ¼ +Ġprov ider +Ø Į +Ġ× Ĺ +int e +m aking +Ġstro ke +Ġtiss ue +U n +Ġpre cious +ĠAr ts +ink ing +ĠÐŀ н +Ġи Ñģ +n ah +ĠÐķ Ñģли +Ġcor ners +Ġtrick y +in ch +l ijk +Ġpress ing +le vel +AN G +Ġrad iation +ìĦ ł +Ġconf ront +Ġv et +Ġrepresent ative +Ġprop ag +Ġcra p +ĠDe c +Ġr amp +еп еÑĢÑĮ +u és +ess en +cri ption +Ġb ills +ĠMatth ew +Ġan ime +ấ t +Ġlow est +h as +sc reen +og rap +ал о +int on +ĠJ ah +èĢ ħ +it Ãł +Ġk ay +Ġrot ation +ĠW ere +abe i +Ġtri als +Ġle ver +ight y +Ġsp oon +Ġh unt +c ling +Ġdis m +ĠболÑĮ ÑĪ +Ġass ault +Ġíĺ ķ +Ġweek ly +Ġm ismo +Ġgen etic +ul pt +ĠStud ent +Ġreal istic +Ġauthent ic +æī ĵ +ast a +Ġarrest ed +Ġguid elines +Ġ×ľ× IJ +Ġд ав +ĠCom ing +f ür +Ġrequ ests +ĥ IJ +Ġanaly ze +Ġinter ess +Ġh alt +ĠO per +on om +Ġd uck +Ġwith d +s er +ĠÏ Į +ĠHist ory +Ġyout ube +ãĤ į +Ġsab er +w alk +f ont +Ġover view +3 9 +ü y +ett i +Ġfro zen +Ġf lesh +ÄŁ i +ĠP M +ĠìĻ Ģ +é ¢ +ÑĨи и +Ġê¸ °ë +íģ ¬ +Ġpr ose +oo oo +r ates +W S +Ġautom atic +Ġcollect ing +Å ij +Ġneighb ors +» . +ĠEx pl +Ġcir cul +co ver +we g +Ġstick s +Ġe ller +Ġw ww +Ġd orm +ĠEx per +Ġstat istics +Ġemail s +Ġgra ve +im iz +H S +Ġu it +, ' +Ġlas er +è ī +ĠÑĤ ем +Ñĭ ÑĪ +Ñī Ñij +Ġgen au +Ġtien en +Ġmed itation +ĠOr gan +Ġest imate +Ġë¬ ´ì +l ets +Ġn Ãły +Ġmind set +Ġres on +Ġm és +Ġnumer ous +Ġvie lleicht +ĠTh ird +u ous +ĠDe ad +ан д +H N +Ġrac ing +Ġag ents +ĠU t +Ġte ar +ĠH P +Ġchem istry +Ġsurv ival +æĸ ° +Ġconvin ced +Ġ ; +Ġreg ulations +ĠE S +åĴ Į +3 00 +Ġen se +Ġì µ +Ġd ict +G A +Ġah ÃŃ +åĭ ķ +Ġte j +Ġо ÑģÑĤ +ĠE lect +Ġintellect ual +Ġbi as +Ġbur den +çĤ ¹ +Ġìĸ´ëĸ » +Ġche er +Ġso ph +Ġportfol io +ub a +Ġest os +T V +F or +Ġas h +Ġkom mer +Ġcollect ive +Ġw rest +ĠJ etzt +ĠW at +re ich +Ġprim er +act ive +Ġm ie +ick ed +Ġhun ting +Ġtest im +Ġcompass ion +ĠØ ± +Ġbr ut +Ġsal ad +об Ñīе +Ġsol ving +Ġflo ating +ç · +Ġattract ive +ÙĪ ÙĦ +Ġper d +if fer +Ġsc ulpt +hh h +ĠWe ek +Ġent hus +Ġn ad +Ġmer ch +ĠíĻ ķ +Ġm ile +好 äºĨ +ĠÎ ¸ +ĠëĤ ĺë +éĩ į +3 8 +Ġch ains +ĠAl most +Ġtick ets +r in +ĠC C +Ġdistrib uted +abet es +Ġtemper atures +Ġg ained +Ġflex ibility +Ġscream ing +Ġab road +un o +Ġentreprene urs +ĠNet work +ĠCanad ian +Ġpre v +Ġs ö +ĠÑĤеб Ñı +ĠP oke +ĠP od +ĠTur key +çı¾ åľ¨ +Ġabst ract +Ġsn ake +ĠAm y +ĠëĬIJëĤ Į +Ġbra ve +ĠìŀĪ ìĸ´ìļĶ +ĠK al +Ġ200 7 +á rio +Ġmark ed +gin es +Ġall oc +ON G +Ġscient ist +Ġes ca +Ġrac ism +× ij× +ĠS ams +ĠP enn +Ġload s +Ġà® ¨ +ü ber +M e +ix ò +Ġper ò +an ne +Ġexp ressed +м еÑĢ +Ġmo et +Ġret urning +n ia +Ġexp on +P ro +Ġlo yal +M L +Ġl amp +Ġsh y +Ġcomp osition +ĠL y +Ġmagn etic +Ġprem ier +Ġmeasure d +Ġsumm ary +Ġattack ed +Ġfin ishing +Ð Ĺ +ç ¥ +Ġs its +Ġhyd rogen +Ġma i +ĠDeuts ch +as ı +Ġobt ain +v ie +Ġso it +Ġë° Ķ +Ġl ane +Ġconse gu +в о +Ġe ase +ak in +ĠF a +Ġunt uk +Ġbur st +Ġc um +al ım +ú blic +id i +ĠRoy al +ĠK on +Ġcommon ly +Ġremo ving +Ġj ur +il ib +Ġan ch +íĸ ī +ưỠ£ +ĠÐľ Ñĭ +ĠAn th +ĠS Ã¥ +Ġinter rupt +Ġst ere +ĠO S +ony m +ter y +ĠMar ia +ê² ĥ +Ġexpl oring +Ġtransp arent +Ġf ate +ĠJ ung +Ġgr up +Ġdark er +ĠD oug +Ġman e +æĶ ¾ +ạ i +d ri +lo ok +ĠDes ign +Ġtut aj +Ġhorizont al +re on +ort e +ĠCor rect +ĠSte ven +Ġv ine +0 2 +i Äĩ +Ġsie mpre +ĠK ey +åĥ ı +ĠG ames +Ġna ar +Ġshock ed +el ve +ĠR ose +ìĭ ¬ +Ġstop ping +oh l +ĠM ix +Ġsuff ered +Ġsig ma +Ġweak ness +ĠO w +ี à¹Ī +I F +Ġà® ħ +ad ed +ĠNet flix +an es +Ġrem ained +ir y +Ġr ip +ell t +Ġsil ent +Ġpro ven +Ġtox ic +Ġal umin +Ġmulti pl +al and +Ġ3 4 +0 6 +ĠB ru +Ġìłķ ë§IJ +J ust +b oy +Ġsho e +Ġcreat ure +Ġhead ed +ĠоÑĤ к +æ ± +Ġess ence +Ġremark able +Ġnú mer +Ġd rew +Ġpu zzle +ĠLibr ary +ĠF u +ash es +k k +ĠI st +¦ ° +ĠB ry +Ġc eremony +Ġà® İ +Ġc ri +e qu +ãĤ ¢ +Ġpri ze +Ġdim ensions +og ram +Ġle ather +Ġpop ulations +u um +Ġve gan +Ñı д +Ġcó mo +å Ħ +Ġstri p +å £ +Ġvac ation +ħ ķ +Ġme als +ili pp +Ġ ents +ar am +ric ht +Ġgra in +ĠSp ain +Ġche ek +ĠA ff +I ON +ĠBr ing +Ġ3 8 +iel en +ul u +ĠболÑĮ ÑĪе +Ġannounce ment +ĠÑĤ ÑĥÑĤ +ĠPro phet +ard o +3 7 +Ġw oke +Ġtransl ation +ĠN OT +ĠC L +Ġd Ã¼ÅŁ +ÑĨ Ñĸ +ac er +ĠL oc +Ġper ception +N O +Ġdies en +L ook +he art +av ed +Ġbound ary +Ġfl ows +Ñij м +Ġarg uments +Ġelect ions +ı s +Ġhe ck +Ġsuit able +Ġf iber +ĠSt ra +x y +ĠH um +Ġmonth ly +u per +Ġgol f +Ġl ately +ĠG ard +ĠR en +ĠA st +ĠF ant +аÑģ Ñģ +Ġobs er +ë ¡ľ +Ġeas iest +į Ķë +Ġwebs ites +p ol +Ġco con +Ġà® ĩ +ĠV eg +Ġwalk s +Ġint ro +Ġdirect ed +ĠAn na +Ġëĵ¤ ìĸ´ +ĠEaster n +ĠS aint +ĠB ow +Ġro ast +ĠU RL +Ġjed en +ur as +aj a +Ġse mi +Ġrapid ly +Ġtarget s +ĠCont rol +Ġb ah +Ġref lection +Ġcreat ivity +hold ers +Ġìĺ ¬ë +Ġamong st +Ġfeed ing +ÑįÑĤ омÑĥ +Ġвид е +Ġë§Įë ĵ¤ +ĠSm art +Ġrel iable +Ġvez es +Ġ× ¨ +ch uckles +az ione +ĠWilliam s +Ġa ç +Ġsle e +е Ñī +Ġtim eline +Ġthor ough +á» į +ĠO t +ạ n +Ġimag ination +Ġmechan ics +r ist +Ġclaim ed +ÏĦ η +ê te +ĠHur ry +ĠiP ad +Ġconst ru +ĠC la +ĠAl s +ä¼ ļ +ut z +Ġcult ures +Ġìĸ´ëĸ» ê²Į +Ġbelong s +Ġy er +ĠDoes n +Ġge omet +Ġb id +Ġfo am +Ġh ob +ĠBrit ain +Ġsubst ance +Ġann iversary +ĠëĦ Ī +Ġnot ed +Ġgovern or +Ġstock s +3 1 +Ġdi ye +ìĬ ¤ë +Ġre b +z el +Ġmultip ly +Ġoper ator +Ħ¤ ìļĶ +Ġwat ers +Ġd är +Ġuns er +ĠEliz abeth +é« ĺ +Ġincreasing ly +ĠG ro +Ġen gines +ir s +Ø « +Ġtre asure +P C +in ction +ir i +Ġacc um +Ġvari ation +Ġp om +Ġtit les +ĠF est +ó s +Ġeld er +ny m +r un +Ñı в +Ġinnov ative +Ġnom bre +Ġco inc +Ġfr anch +Ġent onces +Ġnicht s +Ġexc lusive +ĠChe ers +ĠB i +u je +æŃ ¡ +Ġp ok +ĠP rem +Ġrock et +ELI PE +Ġhosp itals +ri um +Ġjust e +Ġham mer +Ġquant um +Ġrespons es +ll y +end i +Ġact ively +Ġfr idge +i ate +l ong +Ġqu em +Ġdeath s +Ġsuper ior +ck en +ìĿ´ì ĹIJ +kt op +Ġgather ed +£ ¨ +Ġd azu +Ġreci pes +Ġbu zz +c en +Ġany time +ons ense +Ġcirc les +Ġsol ved +Ġìĭ ł +Ġcoron avirus +ĠLu ke +Ġbu bb +Ġcont empor +r zy +ĠJ ane +Ġд ом +Ġscrew s +Ġhy brid +Ġcas ual +Ġsel bst +be ing +ĠÄ IJ +ĠCol umb +ĠÑħ оÑĩ +Ġbu cket +Ġevalu ate +Ġid ol +Ġrep utation +ĠìĨ Įë +ÙĪ Ø± +Ġhe cho +Ġpo em +Ġsubject s +pl ant +ĠBe h +ĠSpe aking +Ġbatter ies +Ġfollow ers +ö l +Ġg ently +Ġsi xt +Ġparam eter +Ġik ke +ĠT our +ĠD J +ot te +ĠJ ahren +Ġprepar ation +Ġд Ñĥм +Ġ8 00 +c op +ik ing +Ġë¬ ¸ +Ġн Ñĥ +Ġл еÑĤ +åIJ Į +ĠI de +Ġì¡° ê¸Ī +Ġla ughter +Ġmole cules +ĠR est +Ġobs erved +d zie +Ġadvert ising +ert o +Ġmo ins +ĠM IT +Ġexc it +Ġt um +Ġty l +Ġinvest ed +Ġph arm +Ġunex pected +Ġph i +oty pe +we ise +Ġge ç +jour d +Ġhors es +n Äħ += " +ĠS M +Ġf ib +Ġcl ips +çķ ¶ +å¦Ĥ æŀľ +Ġreg ime +Ġrot ate +r ou +n ik +Ġarm or +ðŁ ĺ +еÑĢ Ð° +åº ¦ +ĠO ch +Ġr ichtig +üz el +ane ously +m ek +éĮ ¯ +ĠX iao +Ġexist ed +w orth +ãģ£ ãģ¨ +Ġna ught +Ġhe iÃŁt +ĠB al +Ġres id +iv ot +om atic +Ġh ired +Ġgrad ually +Ġon ions +Ġcomp at +Ġint im +Ġj ew +Ġcontrib ution +ĠI re +ac ji +Ġsl ice +Ġimm un +ĠR us +Ġgr ows +ĠSimilar ly +Ġhard est +Ġst ruck +Ġmeasure ment +... ] +th ey +Ġìł Ģë +Ġsne ak +Ġappl ies +Ġн ем +æ ĵ +×ij ר +ĠЧ ÑĤо +Ġout ro +Ġinnoc ent +Ġm og +ĠSams ung +Ġmer cy +Ġhand ling +Ġinter vention +id ays +g ot +Ġcur ric +Ġbound aries +Ġconf using +Ŀ¼ ëĬĶ +æ ĩ +Ġstitch es +ÃŃ vel +Ġtun nel +it ä +Ġg ost +im y +Ġcz as +Ġm é +Ġcat al +ĠSim on +ĠLI AM +m ic +ĠÐ ¤ +Ġey el +is as +ĠC PU +ĠD ou +Ġnä ch +Ġinfin ity +Ġr if +ĠPe ace +ĠC u +Ġminim al +Ġlisten ed +Ġpo le +hal b +Ġload ed +Ġste ady +ĠBes ides +ê m +Ġl ap +Ġco op +Ġfriends hip +w orld +Ġge h +Ġtyl ko +ĠLa ura +Ġsurround ed +ĠE vent +Ġch ap +ĠW onder +bre ak +Ġdro ve +Ġbroad er +Ġch i +F i +Ġge hen +Ġwest ern +Ġintellig ent +Ġpers ist +Ġfound ed +ãģĵ ãģ¨ +Ġhistor ic +Ġfr Ã¥ +cks Ã¥ +Ġhand y +Ġsy mp +Ġr ows +Ġnut ri +b ur +ĠLe on +Ġsist ema +Ġext ensive +ĠÑĥ в +í ı +Ġnight s +Ġcá c +Ġcount ing +ĠM ust +all ow +еÑģ Ñģ +M om +Ġнад о +Ġbar rel +ãĥ ŀ +AR D +Ġinstall ation +Ġin sect +Ġëħ ¸ë +uj Äħ +ĠÄij i +Ġpack ed +Ġf iction +N ow +ĠY ay +Ġper t +r ons +und e +ach es +Ġsty les +Ġapr ès +ok u +ĠV ice +ın ız +com m +Ġassign ed +Ġinteract ions +Ġac ab +F ELIPE +Ġresc ue +Ġindust ries +ĠAnd y +Ġpra ise +Ġfl ame +Ġsn ack +í Ĥ +ç ģ +Ġsw o +rend er +Ġbo ards +ĠÑĤ ом +en ne +Ġpast a +Ġdev il +ĠF el +Ġhat te +Ġcoll eg +e h +ì » +ãģĵ ãģ® +Ġproduct ive +for ward +и п +Ġsmart phone +Ġinv is +Ġb um +Ġwho a +ìŀ Ħ +Ġo cksÃ¥ +ĠL ang +ĠSy ria +Ġses i +ί α +Ġappro val +4 8 +Ġод ин +Ġë ĸ +ĠH arr +ĠAd minist +Ġ× ¤ +ĠDe an +f i +Ġcitiz en +Ġsh ark +0 5 +Ġbo il +Ġindic ate +å ¡ +A re +Ġlay out +Ġref r +ĠPac ific +AA AA +ĠAustral ian +g ression +V oice +ал ÑģÑı +Ġshel ter +T o +au pt +Ġevalu ation +ap or +Ġcur rency +Ġм ного +ig os +ãģ ° +Ġo ct +Ġro yal +è ³ +as il +ĠChild ren +Ġr ien +Ġë ĵľë +Ġbar rier +Ġej emplo +Ġe k +N D +es p +ен а +Ġp ic +Ġkill er +Ġintegr ate +Ġfew er +Ġdis abilities +Ġ .... +Ġtri angle +Ġfe es +Ġwid ely +em i +Ġoverwhel ming +Ġz omb +Ġb ere +Ġho od +ĠA ye +ĠHar vard +e v +ĠÏĦ οÏħ +Ġcup s +ĠA uch +z ona +Ġ199 0 +Ġwe iÃŁ +Ġcr unch +æ ¥ +Ġз ав +Ġmeas uring +Ġst ations +ĠStep hen +Ġshort ly +Ġsig ning +Ġcom edy +om o +Ġsuggest ions +Ġsign ature +ĠпÑĢ Ð¸Ð² +Ġdis order +as ka +Ġworld s +Ġprecis ely +n orm +ra v +ĠC ivil +In ter +ĠC ertain +Ġinj ured +Ġsuggest s +ĠGold en +Ġcy ber +ĠØ ´ +Ġtempor ary +Ġco oper +Ġvot ed +Ġ ought +ấ y +x ual +Ġpan els +Ġ9 5 +Ġhands ome +ĠпÑĢ Ð¾Ð² +Ġper mit +Ġke in +Ġbad ly +Ġnot ifications +iz a +ĠNot ice +Ġinc lusive +Ġanswer ing +Ġí Ĺ +u ld +íħ Į +Ġnow adays +Ġ3 7 +Ġb olt +Ġstat ic +ĠH op +Ġav ant +aj o +Ġë§Ľ ìŀĪ +Ġfif ty +ĠF inal +Ġsc ores +ĠT ap +Ġcy l +Ġconv ince +Ġany ways +od a +Ġìķ ¼ +Ġser ves +ĠÑĤак ой +ĠZo om +Ġsaving s +ul o +Ġs outhern +view er +Ġho je +Ġse ja +Ġrepresent ing +Īë įĺ +l ik +ĠSome body +Ġbe ast +Ġstick ing +Ġins ist +Ġtal ented +Ġexplain ing +Ġatt orney +éĥ ¨ +Ġst airs +ĠD og +í ĭ +Ġc ig +Ġshap ed +Ġs ons +Ïģ ι +ut t +Ġì Ķ +Ġpar ad +ìĿ¸ë į° +Ġh orn +ĠJ our +ann o +Ġworld wide +åĬ Ľ +Ġparticip ation +¦ Ħ +Ġm ów +Ġburn ed +Ġwrit ers +all ah +ĠF und +Ġcle ver +ĠLe ute +b in +Ġbe ating +f oot +ĠìĽ IJ +ĠStud io +Ġv ag +be y +r ze +Ġoppos ition +Ġж из +w ho +Ġê± ´ +Ġtr ace +Ġд енÑĮ +Ġep id +Ġges ch +ĠN ar +ĠB E +Ñĥ й +ĠS ign +ed ly +Ġcl ay +Ġinst antly +Ġgather ing +ĠGal axy +Ġb ored +ĠBudd h +c é +Ġm am +Ġsl ope +Ġëĭ¤ ìĿĮ +Ġsch ön +Ġp ir +ge f +am er +Ġh ö +Ġcolle ague +Ġpres ents +ad ium +Ġà® µ +Ġfal ar +be ep +Ġdri ed +ism s +Ġro pe +Ġworks hop +Ġest ud +Ġb ands +Ġthem es +åħ ¬ +ÙĬ ر +åIJ İ +Ġremind er +ÑĤ Ñĥ +ĠB h +Ġcocon ut +ĠÑģ ÑĤо +ĠCh annel +Ġimmig ration +ä s +.. ... +ä¸ » +çĻ ½ +st op +Ġк аÑĢ +Ġco ins +ĠÑĩ аÑģ +Ġdest ruction +l ined +Ġbar riers +ant ine +Ġprint ed +Ġcongrat ulations +ĠHe art +Ġin qu +th a +Ġhard ly +ĠA ven +Ġt inha +ĠS ony +ĠN F +Ġgradu ates +Ġsque eze +ere my +ÏĦ ι +Ġep ic +ĠJ u +Ġol m +ĠLa ughter +Ġbelief s +ĠC ru +ĠTr ue +ĠS oul +owe en +Ġrom antic +Ġз в +Ġan os +ĠY up +éĺ ¿ +d im +Ġin fer +Ġз ам +Ġso c +uk a +Ġprec ise +Ġdro pping +Ġcl ue +Ġer rors +char ge +ĠP u +omet er +Ġlamb da +ac ional +ĠD ong +Ġcham ber +Ġthank ful +ĠN u +ĠHaw ai +Ġinf o +Ġactiv ate +ĠQ ual +Ġqu ed +Ñĥ лÑĮ +Ġcl oth +åĸ ľ +Ġw ichtig +5 5 +Ġot ra +ograp her +Ġcur ios +Ġ19 80 +Ġemp res +d ess +e ur +Ġcl uster +ar ter +ob ile +ĠY an +ĠAd v +Ġdiscipl ine +Ġìłķ ëıĦ +ĠPl ace +ĠSe lect +T E +ĠбÑĭ ла +Ġwh is +Ġb ay +ĠD or +en cing +Ġrep et +Ġf icar +p ad +Ġf og +u yor +Ġsn ap +ib t +Ġso bie +Ġappoint ment +ĠR y +Ġce iling +our se +Ġwr ites +ĠAfghan istan +Ġm os +az e +Ġpen al +Ġcry stal +IC E +ê° IJ +é Ł +ĠTes la +Ġthe ories +Ġappe al +Ġnewsp aper +Ġcook ies +æ © +ĠاÙĦ ÙĦ +Ġma j +ĠGet ting +k ommen +ĠHe aven +ell s +Ġdiv ine +Ä « +Ġa kt +Ġhop es +ĠCh en +we gen +** * +ĠFra ge +Ġн и +ภ¹ +min ister +nes ota +wh ich +Ġexpl icit +Ġverd ad +Ġgradu ated +ĠPh ilipp +Q L +ĠM I +Ġdev ot +Ġc ure +Ġclos est +Ġà Ħ +Ġsex y +ãģ Ľ +ĠDe ath +ok o +ug u +ĠAn ne +itar ian +es a +ег од +ĠD ur +Ġ 000 +ze it +Ġtour nament +Ġmel hor +ภª +Ġin du +Ġf law +Ġw ars +ĠM ind +ĠI ron +ÑĤ ак +ĠV R +Ġs iz +ĠS outhern +Ġê·¸ëŁ ¬ë +Ġaw ak +Ġìķ ŀ +Ġc ube +believ able +if all +d is +Ġabandon ed +m ind +Ġpar l +Ġclass ical +è ĭ +á»Ļ t +ĠAut o +ĠB or +ç © +4 00 +ĠSoci ety +Ġsubt le +Ġmiss ions +Ġremember ed +ĠE ither +Ġda für +OR D +Ġint ensity +ES IN +ĠC up +Ġrare ly +Ġto ys +ĠChar lie +á» Ł +Ġgla ube +Ġround s +T IN +Ġcap ability +Ġderiv ative +Ġrefer ring +Ġd Ã¥ +ĠT ALI +Ġcott on +Ġcon fer +Ġcolum ns +Ġliber al +Ġnun ca +Ġμ ε +Ġind o +ib en +ĠBe ispiel +Ġê·¸ë łĩ +ĠÑĥ Ñĩ +Ġh oy +Ġfr y +ĠScott ish +è Ĭ +Ġc iv +Ġconserv ative +Ġair pl +Ġs ar +r us +Ġinvest ments +Ġinfin ite +Ġà® ķ +ĠTALI ESIN +ĠG ary +ue ll +Ġа к +ĠC ir +Ġrit ual +Ġ>> > +Ġtem pt +ĠTe ch +ĠPoke mon +Ġimprove ments +Ġsp are +Ġtransl ate +Ġson ra +ĠFil m +w ort +Ġм и +Ġperiod s +Ġje alous +ãģĦ ãģĦ +Ġt ir +M I +Ġconduct ed +ĠìķĪë ħķ +0 9 +ĠPol it +ĠWhere as +Ġmoist ure +Ġs ins +Ġk ap +ĠÑį к +Ġben im +Ġelimin ate +Ġathlet es +ĠMan ager +Ġfeature d +ap ore +äº Ľ +Ġë° ľ +Ġper f +ĠTh us +Ġdeb ut +об ÑĢ +Ġse ñ +Ġmyster ious +w ords +Ķ ê°Ģ +Ġcheck s +Ġvolunte er +Ġwas hing +ĠMar vel +ĠA B +iss ors +! ' +ĠF ull +ye on +Ġwe igh +ĠJO HN +Ġv os +Ġproced ures +Ġaddress ed +ĠBer lin +put er +ĠB an +Ġmedic ation +Ġdr one +ĠÑĥ б +ĠJe an +Ġcap s +Ġdisappoint ed +Ġw ore +Ġêµ Ń +Ġorgan ize +ĠHall oween +Ġfant asy +y ard +Ġnos otros +Ġjump ed +Ġphot ography +ĠN ame +re c +A B +Ġbless ing +ĠSh ut +Ġbit ter +p op +ãģĿ ãĤĮ +Ġde i +Ġfulf ill +çIJ Ĩ +Ġden gan +Ġbe lo +ĠMean while +Ġdep ois +Ġdi abetes +Ġbu nd +ĠZe aland +Ġdig est +Ġt ires +Ġdo d +ag ne +ế t +Ġpe el +Ġз аб +Ġn odes +Ġtrend s +ĠSw itch +ĠA ward +ĠOr ig +ĠH al +Ġest as +Ġ3 60 +Ġsim ult +Ġcom ic +Ġm Ãł +Ġbal anced +ĠPrin cess +Ġkilomet ers +á» © +Ġpart ir +ì¤ ij +so ft +ĠV iew +Ġbi ological +in st +4 4 +Ġman era +Ġcompreh ensive +ĠS ab +Ġcr imes +y ers +ĠComp any +ĠPh ot +Ġpou co +i ac +Ġbe im +in ate +Ġsub sequ +ĠMay or +Ġcent uries +è res +ìŀĸ ìķĦìļĶ +Ġê·¸ëŁ ¼ +ĠFra u +ĠO H +Ġëģ Ŀ +ĠN ah +ĠSer ies +Ġover night +íĴ Ī +ĠâĢ ¢ +Ġtra ve +atter ed +Ġwar ri +ĠGru nd +ĠInd ones +Ġsc ra +ob y +ĠBro ok +Ġcur s +Ġë ¸ +Ġexpl ains +ram atic +Ġparticip ating +Ġmin ut +Ġcontract s +Ġg egen +Ġdisappe ared +ĠS N +Ġrob ust +ap h +Ġsh rim +Ġdev ast +c ope +Ġme ets +Ġpeace ful +m ate +Ġwe ld +Ġ× ª +d on +Ñĥ ÑĤÑĮ +Ġregister ed +ĠN ik +j in +Ġc av +Ġe cht +io x +Ġflow ing +но ÑģÑĤи +Ġto e +Ġent ity +ов а +f its +ĠPat rick +ÑĤ ÑĢ +Ġle verage +Ġcor rel +i ah +Ġstr ings +ist inct +Ġg ue +arch y +Ġteng o +ım ız +Ġor bit +ä¸ º +Ġе ÑīÑij +ca ke +Ġ׾ ×Ķ +ĠMin nesota +Ġbra ke +ow ie +Ġcra w +ê¸°ë ¥¼ +Ġprogram me +ĠÑģл ÑĥÑĩ +åı ª +ien ces +ĠO ui +ĠP ers +im iento +ĠIn vest +Ġsl ower +æĻĤ åĢĻ +ĠB eth +Ġnur se +ĠSpr ing +S p +Ġun employ +д и +Ġgen ius +ĠA aron +Ġê·¸ëŁ ¬ +Ġe i +ãģĹ ãĤĩ +Ġtank s +Ġau jourd +Ġcomplex ity +ĠÑĢ ÐµÑĪ +Ġold est +Ġlet z +åħ ¥ +Ġphenomen on +pr int +ĠBund es +it at +ê» ĺ +Ġ4 2 +ĠW i +Ġinc om +Ġg ek +Ġembr ace +Ġt ies +out e +Ġd ose +ĠF riends +Ñĭ ÑĤ +егод нÑı +Ġor g +Ħë ¡ľ +ó g +Ġex ceed +Ġgod s +Ġê±° ìĺĪìļĶ +Ġsoci et +ĠUn ivers +it ät +Ġword en +Ġsm oking +Ġint ens +ab ul +em ia +è ij +4 7 +f ly +Ġ200 6 +ĠSer iously +Ġprze z +æ ¼ +c re +Ġn an +Ġmod es +ов аÑĤÑĮ +ĠH ang +em en +Ġbenefic ial +Ġvot ers +ĠBro ad +Ġb ent +W ow +Ġm ul +åĵ ¥ +ĠU C +Ġdam aged +ĠUk raine +Ġw ipe +Ġst ones +Ġman agers +Ġr ab +ÑģÑĤÑĢ Ð¾ +l at +Ġde ce +Ġgraph ic +Ġf oss +Ġdisag ree +ĠAm en +Ġsec rets +ho le +ink le +Ġfortun ate +Ġì ± +ìľ Ħ +èIJ ¬ +Ġhab its +Ġbur ied +Ġh in +Ġvirt ually +ol as +ĠR P +ĠT ab +l ow +Ġsacr ific +Ġestim ated +ol n +Ù ĭ +c ur +ĠFe el +Ġcast le +Ġus eless +Ġdis g +ĠJac ob +Ġga an +Ġup side +Ġpare ce +ãĥ³ ãĥ +Ġsh ipping +ĠC R +Ġdis rupt +ac ter +UN D +f u +å® Į +ĠP ick +ĠChar l +ĠB ull +Ġenter prise +Ġpunish ment +ack ing +Ġfr action +Ġtab let +Ġch ord +Ġsimilar ly +åħ¶ 實 +ĠTor onto +Ġcour ts +ÄŁ l +esz cze +Ġpron oun +ĠS ister +ĠM P +Ġgreat ly +ĠD ank +ic op +Ġgar bage +Ġresol ve +ĠS af +ĠG un +Ġcomp ound +Ġë° ° +ĠMus ik +âĻ « +Ġcha os +ĠWhen ever +Ġe uros +Ġor chest +Ġrefr iger +al an +ภ· +ĠAm azing +Ġp ud +ag an +Ġj eszcze +is y +Ġaccur acy +ĠA ma +is ode +ë ĮĢ +Ġinterpret ation +ĠL iber +æ · +c am +Ġevol ved +ĠK ay +ÑĨ Ñĭ +Ġcreat or +it as +Ġal arm +Ġcelebr ation +z ent +Ġfun cion +Ġo v +umb ling +Ġ % +à¸ Ī +Ġrestrict ions +Ġн ав +ĠK inder +Ġban ana +ÑĮ Ñı +Ġdiam eter +Ġnor thern +ur ers +ĠP as +æĪij çļĦ +Ġwork force +Ġj ung +Ġguar ante +Ġequ ilib +Ġsu ite +Ġeu ro +Ġdel iber +S te +Ġdownt own +Ġch in +Ġc odes +ed ia +Ġshe ep +res hold +wn ie +ó b +Ġunder lying +l ia +j er +ÏĢ ÏĮ +ç Ŀ +th rop +Ġz ap +Ġvac uum +ĠH ab +Ġwra pped +ì ¢ +Ġinvent ory +м а +Ġco ord +Ġpl ates +Ġsy mm +T e +ĠwÅĤa ÅĽnie +Ġreach es +Ġlon ely +S cript +le e +ess er +Ġê± ¸ +ĠGes ch +ĠMo ving +Ġré p +ĠV ill +åIJ Ī +ĠR achel +Ġtem os +ON E +Ġstra in +Ġang el +Ġf Ã¥ +T r +Ġach o +Ġhighlight s +ĠW er +ĠCar l +Ġbl ur +Ġreg ards + · +ил ÑģÑı +Ġrec re +ĠY ani +U CK +ł ¸ +Ġelectr ons +ĠSp iel +Ġv ed +Ú ¾ +Ġbe am +Ġid iot +ë ĵ¤ +на Ñĩ +id d +Ġsk i +it ative +Ġhyp othes +ãģ§ãģĻ ãģŃ +ent er +ĠìķĦëĭĪ ë +Ġih re +Ġpre view +ang el +Ġdem on +Ġd us +Ġd ic +ĠK om +LE Y +... ! +Ġsie ht +ĠSon ic +Ġten ho +an as +Ġdig it +ĠMa ar +Ġunder grad +oun cer +uff y +Ġconvers ion +Ġdis connect +Ġe cho +om er +Ġcurric ulum +Ġper ché +Ġw and +.. ? +Ġroll ed +Ġentreprene ur +Ġtheore t +ĠÑī о +Ġins ights +Ġzus ammen +o in +ret t +p rodu +Ġvisit ors +e ous +Ġgrand mother +Ġhum or +Ġн иÑħ +zen ia +ins on +Ġres et +Ġbase ball +Ġmatch ing +ëĭ¤ ê°Ģ +Ġpun to +ì ¡ +Ġre de +Ġaddress ing +Ġfore cast +ĠB ol +Ġcol ored +Ġdocument ation +Ġexpect ation +ĠNor thern +Ġcre o +Ġà® ļ +f on +Ġuns ere +U M +Ġcop ies +Ġexpand ed +Ġveter ans +ĠAl m +Ġво обÑīе +Ġpsych ological +Ġnos so +Ġpay ments +im eters +Ġ-- > +ĠJenn ifer +Ġvolunte ers +os se +or ious +ĠбÑĭ ли +è Ĥ +ĠEs s +w s +ĠB C +ĠI C +W oman +Ġv ont +Ġeth nic +EN N +им о +Ġlo b +Ġou i +c s +Ġre he +Ġìł ģ +Ġch ick +ús ica +Ġk ont +ĠDist rict +Ġp ile +Ġа в +ей ÑģÑĤв +Ġ £ +Ġiss ued +Ġком п +Ġpros per +Ġprof ound +ĠDe ar +Ġãģ ĵ +Ġfund ed +Ġb isa +ŀ ĺë +× Ł +ĠìĿ ĺ +Ġtw elve +ĠChamp ions +éĿŀ 常 +Ñģ л +Ġ200 5 +p m +Ġon de +Ġdiff é +ĠCh all +Ġdifficult ies +Ġgar age +Ġd á +ün k +Ġë¬ ¼ +Ġtr an +Ġsubm itted +z w +ÙĪ Ø§ +Ġar k +ĠìĦ ± +Ġgrocer y +он а +i ere +Ġa est +Ġexhib ition +Ġr és +Ġconsist ency +Ġcook ie +н ей +Ġrepl acement +æ² ¹ +ĠS em +ĠìĤ¬ ìļ© +8 00 +Ġgen es +Ġtrans action +ĠE L +Ġdur ante +ib les +ĠE at +t ail +iss ance +Ġto ss +Ġsurv ived +Ġoff ices +Ġsupport ive +Wh ere +Ġtout es +Ġë§ ī +Ġj okes +ier on +ap ers +Ġm ature +ĠM arsh +Ġs ido +k ind +Ġreal mente +ĠChe f +Ġquel que +Ġjud ges +e ft +ER S +Ġj et +Ġpers ons +è » +iz ations +ri k +Ġsh ops +ĠW y +Ġele g +qu è +qu oi +Ġjug a +Ġíķľë ²Ī +ĠQuest ion +ĠGlo bal +Ġìķ½ ê°Ħ +ĠSt ation +æİ ¥ +ĠOh io +Ġstick y +Ġst ressed +Ġg ün +Ġí Ŀ +ÑģÑĤ Ñĥп +é ¡Į +ĠPh D +im mer +Ġment or +Ġinv ented +Ġre un +Ġine vit +Ġpol ÃŃt +Ġexec ute +ĠSt ory +Ġout standing +Ġgu er +ĠR ain +Ġch oses +ĠT it +ĠÑģ еÑĢ +ĠSing apore +ĠN one +Ġch ronic +°ë į° +Ġe go +æł · +ES T +ãģĤ ãĤĬ +ĠW ang +ĠN AT +Ġa ug +Ġdes ktop +Ġetern al +ĠìĤ¬ ìĭ¤ +ĠConst itution +ìĤ ¬ë +×Ļ× ľ +p res +ĠТ Ñĭ +Ġinter f +Ġlist s +Ġfight s +ft en +ĠI owa +Ġmotiv ated +ĠH osp +Ġelse where +Ġpath s +Ġinst ances +B l +r ange +á» ± +ĠS it +man a +Ġìĭľ ìŀij +Ġm ình +ans as +Ġs na +Ġphilos oph +Ġpas se +ưỠĿi +ak h +ent al +Ġih n +ru ctor +Ġв аÑĪ +Ġgener ous +Ġp ivot +п ол +Ġjam ais +Ġcom ent +ĠL ew +od zi +ĠX box +Ġв од +Ġcons ent +ī ìŀ¥ +Ġdis par +l ass +ĠGovern or +Be ifall +Ġê° ľ +Ġbelo ved +׳ ×ķ +se ll +Ġhon ored +le h +Ġw äre +un ting +Ġfra ud +ĠR AM +ê± ¸ +Ġkill s +Ġeconom ics +0 4 +п еÑĢ +Ġco isas +Ġи гÑĢ +ÃŃ m +Ġmö chte +Ġìµ ľ +Ġstim ul +Ġfast est +l v +Ġg én +ĠS ounds +Ġ19 70 +Ġhome work +spe aking +Ġencour aging +Ġqu ery +Ġre vers +pro fit +Ġd y +Ġìŀ ij +ëĬĶëį° ìļĶ +Ġso ap +ĠG all +ĠC N +ĠAn s +Ġf ic +ank s +Ġdess ert +ĠìłĢ íĿ¬ +ĠM aking +Ġcome ç +ê³ Ħ +Ġassoci ation +D ad +he e +Ġh ogy +Ġap ro +Ġinvis ible +Americ an +í İ +Ġvi be +Ġem issions +Ġadvoc ate +Ġkick ed +Ġ vel +Ġsum mar +Ġfre aking +ch ron +Ġpin ch +Ġwszyst k +isc al +Ġpro ved +Ġmind ful +Ġt ä +Ġno ises +Ġisol ated +Ġcross ed +Ġê° ķ +Ġvo ilÃł +Ġch ore +ĠR A +C om +Ġrelax ed +at ro +Ġpre vention +Voice over +O D +ĠCo vid +Ġsepar ation +Ġ- [ +иÑĩ его +çĻ ¼ +ĠS D +ble ep +Ġindepend ence +Ġpart ial +Ġalgorith ms +ĠAny one +Ġassoci ate +h um +ic ular +Ġb ạn +Ġbatt les +G ood +App lause +Ġbast ante +Ġadv ant +ĠS weet +Ġref used +ãĤ ¸ +ĠÑĤеб е +pl et +Ġencour aged +åĵ ¦ +Ġmir acle +ĠB un +ĠV ar +rim ination +e lect +ĠM ult +Ġdeliver ing +e ing +Ġc m +ne hmen +ĠL ine +Ġë§ Į +en ced +ĠS ound +ĠCont in +ij d +UN G +k le +Ġth reshold +Ġcomp act +ad t +Ġto es +ĠP ur +own ed +ment ed +Ġdes igning +Ġvacc inated +Ġexha ust +Ġbas ics +Ġcons ists +ĠGu y +ac zy +Ġm ÃŃ +w on +å® ³ +Ġ8 5 +æ Ĥ +Ġm um +Ġign or +Ġprint ing +ac ular +p ow +Ġexpand ing +Ġg ir +ĠC ab +íĺ ¸ +ÑĤÑĮ ÑģÑı +ĠìĹ¬ëŁ¬ë ¶Ħ +Ġang les +Ġterm inal +ĠW on +ĠInter esting +Ġcross ing +Ġbond s +Ġpu eden +Ġor b +lar ın +Ġcreep y +Ġnutr ition +Ġall ies +Ġwire less +Ġdes ired +Ġcomp ute +ĠAri zona +ĠBeaut iful +Ġprodu ces +Ġnuest ro +t ed +Ġel igible +ĠÑģ оз +ic ial +ĠH ero +Ġcons ume +Ġrob ots +Ġpurch ased +c ción +Ġ iz +ượ c +ίν αι +ĠØ£ ÙĨ +Ġshad ows +ĠMed ia +Ġprin cess +Ġk lar +Ġwood en +Ġus ar +Ġg üzel +Ġsl ot +r ade +Ġë Ĵ +Ġhar mon +Ġingred ient +ors hip +ek i +Ġgrand father +Ġexcit ement +Ġpolit icians +.. ! +Ġout s +Ġsepar ately +ĠÑı к +ĠW elt +ĠP ow +j an +Ġorient ation +åı ĭ +L C +age m +ÛĮ Úº +åIJ Ĺ +Ġbran ches +ad en +rent e +ĠI hr +as m +Ġest ão +ĠN ic +Ġsla ve +Ġcomp ress +c rowd +Ġclim bing +ĠMan agement +ĠB ah +Ġpan ic +Ġk or +Ġcool ing +Ġb ind +Ġз ад +Ġr ack +Ġent it +Ġs ends +Ġyour selves +d es +ĠMuslim s +Ġí ļ +ism a +cy cle +un kt +ĠC ore +Ġinj uries +Ġident ical +ка Ñı +ĠDeutsch land +Ġе е +is an +Ġtr uc +let on +Ġback up +Ġult ra +Ġab und +ille urs +Ġby ÅĤo +åħ ĥ +ort ed +Ġearth qu +Ġк л +Ġobs ervation +Ġmainten ant +el en +Ġsett led +Ġp ela +ĠE conom +Ġ Õ +Ġste ering +ĠAL L +ĠC her +Ġpat ience +ĠS now +Ġb or +Ġworth y +Ġcá i +Ġ× § +Ġκ α +d og +ĠK aren +ill es +Î ² +Ġagric ulture +×ķ× Ł +ĠSe an +Ġsens ors +íķ ´ë +ag h +Ġpublic ly +Ġpe ux +ĠAlex ander +Ġprior it +Ġla zy +ard on +atter ing +Ġcost ume +س ت +è¿ ĺ +Ġun w +Ð Ľ +Ġthick ness +qu ito +g unt +ist as +ne ys +ĠëIJĺ ê²Į +ĠBr asil +Ġto ken +Ġaff ili +l on +Ġf Ã¥r +ĠBe ach +Ġw itch +ĠSe ven +Ġp ant +λ λ +Ġcapt ain +å Ŀ +Ġve ut +Ġpou voir +ac z +ĠBar b +Ġut ility +Ġcontempor ary +Ġobt ained +Ġpainting s +e ar +Ġpe an +ĠO g +Ġc ust +л ем +Ĥ ĺë +ĠIs so +Ġac onte +ĠTe le +ĠAss istant +à ī +íĸĪ ìĬµëĭĪëĭ¤ +Ġcount s +Ġbu ck +ĠDe ep +Ġtack le +Ġh arsh +Ġdec ides +éĹ ľ +. âĢĭ +éĤ Ĭ +ĠAng el +Ġlay ing +Ġcal ories +Ġcontro lling +Ġadvant ages +ĠÑįÑĤ ой +Ġappro aching +Ġthreat s +ak an +em atic +m ann +ê³ µ +m umbles +ac ió +Ġmaint aining +Ġfound er +l ah +f ight +Ġadm itted +â̦ . +ķ Į +ab ol +Ġus age +Ġn onsense +ĠPal est +Ġcont re +ĠDemocr atic +ĠE R +j ekt +Ġar bit +Ġг ол +ĠMich elle +ich er +es h +ĠP ho +к ом +4 9 +ĠEner gy +ο Ïį +Ġc ents +Ġref ers +Ġg ospel +ĠSh a +ĠSh are +×Ļ× ł +Ġclin ic +ĠëĦ £ +Ġequ ality +ug s +Ġsh ed +Ġplan es +Ġtout e +re ck +Ġstra nd +Ġbi ology +Ġle ague +ĠP ok +Ġnúmer o +ĠCo ast +Ġconsist ently +Ġnuc le +OO OO +Ġob jet +Ġch or +Ġg inger +Ġd abei +Ġcoop eration +à¯į . +nt en +ç ¤ +l Ãł +ìĸ ij +r ado +Ġpass ive +Ġglo ves +Ġunder ground +Ġlog ical +Ġk et +Ġfunction ality +¸ë ¦¬ +Ġport al +ell er +×Ļ× ¨ +ĠT ed +ĠG re +IJ ľ +Ġperson nel +Ġemer ging +ĠF ür +Ġmeant ime +usal em +ĠC lear +Ġtra pped +Ġìļ ° +Ġdis pl +Ġmet tre +Ġmun icip +Ġwithd raw +Ġsp at +un es +Ġaccess ibility +æĪij 们 +Ġap are +Ġpros pect +Ġн аз +Ġcop per +ĠP RO +Ïħ ÏĦ +Ġattack ing +ĠV in +ĠSt one +Ġinvestig ate +st yle +ĠÎ » +ë ¡Ŀ +ë§ Ī +Ġins pect +Ġli ver +ал иÑģÑĮ +Ġser a +hal ten +em an +Ġmin istry +' ' +Ġd ots +ãħĭãħĭ ãħĭãħĭ +Ñĥ ÑģÑĤ +ĠJ ak +AK E +Ġg aps +uck er +ĠинÑĤеÑĢ ÐµÑģ +ĠEm ily +Ġinter val +Ġt ender +ĠTechn ology +g ame +Ġtri b +ÙĦ ا +ĠDevelop ment +Ùħ ا +Ġwr ist +Ġf ires +Ġtarget ed +ìł IJ +Ġso d +íļ Į +Ġoldu ÄŁ +Ġse asons +vent ions +Ġн его +Ġsomet ime +ли в +n é +Ġt ú +ĠDe us +Ġexec ution +á p +ĠCh ange +ĠInd eed +Ġreg ulation +ĠH ung +é is +Ġwish es +Ġj azz +Ġstruct ural +Ġblow ing +Ġby Äĩ +Ġtherm al +ph ant +ÑĢÑĥ з +ан ÑĤ +ĠP ull +Ġconf usion +нÑĭ ми +Ġscen arios +ìłģ ìľ¼ë¡ľ +Ġд еÑĤ +Ġtatto o +Ġaut re +Ġhe ating +Ġtreat ing +Ġпон им +Ġexc lus +ĠL OL +we ar +ag le +Ġzur ück +Ġr ational +s u +Ġdet er +ĠN ative +à®ķ ள +ach ed +Ġ ãĥ +ĠEnt onces +Ġhor a +ìĿ´ìĹIJ ìļĶ +Ġl ite +à « +Ġsix th +Ġбол ее +act or +Ġpsych ology +çĽ ¸ +Ġdem ands +Ġpe er +Ġnew ly +ĠWW E +Don ald +ĠBo x +Ġp ine +Ġload ing +ĠN ico +Ġs ÅĤ +omm e +AR T +Ġrecru it +Ġbug s +arent s +ĠпÑĢ Ð¾Ð± +ĠIn side +ipp er +d ramatic +Ġplan ets +ord e +Ġy oga +ch ild +ĠMar ie +Ġãģ Ĥ +ĠB L +Ġfil med +Ġref resh +Ġtomato es +Ġf et +Qu é +Ġ !! +ĠëĤ ´ë +r ine +Ġinteract ive +s al +ann ah +pe z +ç¶ ĵ +Ġunderstand s +ĠTok yo +Ġlibr aries +Ġread er +ij IJ +o z +ĠEnd e +ĠF lo +Ġm ild +Ġpo etry +Ġж ив +æĦ Ľ +Ġbeh ave +Ġdo en +ĠSus an +p age +ra ham +Ġcommunic ations +Ġtun ing +Ġp ac +Ġanx ious +I O +M ark +Ġhi ç +book s +Ġp iss +Ġen abled +achel or +ĠF OR +Ġé c +ĠT R +il st +h at +ĠìĿ Į +Ġty ch +Ġj ar +Ġbuild s +ĠAr gent +Ġinter medi +Ġl ou +Ġa ra +Ġassign ment +Ġcabin et +Ġretire ment +ãģ » +Ġdis abled +ric a +Ġa wards +Ġbo ots +Ġacknow led +Ġth y +Ġêµ ¬ +Ġsy nd +ни й +il ton +Ġprob l +ĠF al +Ġverd ade +Ġ7 00 +ĠLe arning +oc us +Ġpal ace +N ot +t ain +c m +Ġmagn et +inc oln +Ġfig uring +ĠL yn +ĠB oss +ĠV O +Ġdiagn osis +Ġequ ipped +w atch +in os +ad ers +Ġsh elf +Ġorgan is +Ġn od +Ġk ız +pp ers +Ġrest ore +Ġart ic +ĠVo ice +ı yorum +ê² © +Ġspread ing +Ġh ips +Ġw ard +ure au +Ġinter section +6 6 +Ġ3 9 +ç ³ +Ġwait ed +ì ´ +hh hh +Ġd ys +ĠE N +Ġb atch +Ġca f +Ġmark er +大家 好 +or able +ó ria +Ġste pped +Ġcelebr ating +ан а +Ġwor n +ĠF ol +Ġpl a +Ġattempt s +Ġtwe et +Ġr ust +g ence +í Ĩµ +Ġre vel +Ġre cept +en ess +Ġ( ( +ãĥ¼ ãĥ +! âĢĭ +ĠìĨ IJ +Ġinfluen ced +и ж +Ġкон еÑĩно +Ġcolleg es +ion i +Ġs ag +An n +ol ar +Ġexpress ions +Ġsu its +Ġowners hip +el and +pie ce +æĢİ ä¹Ī +Ġdesp ués +Ġt el +Ġins ult +Ġêµ īìŀ¥ +ĠSm all +ĠF R +ok a +ber ries +ĠAnt on +ел Ñı +Ñı Ñģ +Ġval ve +act s +Ġwood s +à® £ +Ġcult iv +Ġf á +ãģ¨ ãģĦãģĨ +Ġche ers +Ġassum ption +Ġfit ness +ÃŃ cul +Ġpod r +Ġwe it +ĠH ind +Ġd ign +Ġз н +Ġsqu ad +Ġdest ro +c ere +sh irt +imm t +eng ers +Ġs ä +k ÅĤad +Ġ ÈĻ +Ġocc as +Ġì¤ Ħ +Ġprocess or +ĠD M +ĠDad dy +Ġsoon er +Ġstraight forward +Ġdepart ments +ĠChr ome +Ġwork place +ĠPy thon +Ġm eng +ĠD AN +ĠI ce +ĠëĪ Ī +ĠG i +Ġh iring +Ġland ed +Ġdemocr atic +ied z +ãģĺ ãĤĥ +Ġse v +ic ia +Ġespe cial +ĠN ous +Ġh ät +Ġb ou +per t +ies z +åij Ģ +Ġv il +ÅĽ li +Ġî n +Ġloss es +éķ · +Ġto ast +Ġreal m +ĠAust in +ĠIn formation +Ġres ume +Ġch ase +Ġsal ary +Ġë¶ Ħ +ли Ñĩ +ĠÑģл ед +ĠFur ther +Ġcar ing +Ġv ig +Ġval or +è¿Ļ 个 +ĠÑĩ а +Ġanalyt ics +Ġglo be +ĠM AN +Ġn el +ìĿ´ì ķ¼ +Ł ¼ +Ġo y +íķĺ ìĦ¸ìļĶ +j en +Ġtrou bles +ah aha +Ġchurch es +u et +Ġmeasure ments +b il +ì ½ +if ully +ин Ñĥ +ĠWil son +¦ ´ +ĠíĮ Į +Ġì° ¨ +Ġp úblic +ĠJer usalem +Ġn ails +Ġsp ine +Ġhe mos +Ġz n +qu is +ĠLe ben +Ġrefer ences +IT H +i per +ĠÑģеб Ñı +ì ģ +ĠW a +st ate +§ Ŀ +åħ ± +ĠGen er +Ġact ress +ĠEn joy +๠ĥ +Ġ× Ĵ +Ġinfect ed +Ġsh aking +Ġn ick +ภ¸ +Ġf ot +Ġaccompl ished +u ke +Ġshe ets +Ġf ence +Ġnurs ing +Ġintrodu cing +Ġfe at +O ne +T O +Ġcl ubs +ĠBru ce +on ge +ch ange +ĠBat man +åı ° +ĠOffic er +Ġhyd ro +Ġsupp lement +Ġc ela +Ġlong est +Ġcompet ing +Ġcon he +g iving +Ġbra ins +Ġlo ans +Ġw age +ĠCl inton +Ġs Äĥ +ane ous +Ġl ord +ÑĢÑĥ ж +Ġqu iz +Ġst iff +ĠL GB +s z +M E +m are +th ere +Ġn är +ĠM and +l ast +Ġd ag +Ġhalf way +ĠB and +Ġëĭ¤ ìĭľ +ĠA ren +Ġi le +P N +ent o +Ġalg um +Ġsoc cer +Ġblock ed +ĠJon athan +Ġse w +ĠTest ament +Ġv ale +Ġbehav i +å§ ĭ +Ġcon na +IC H +Ġaud iences +m l +amm ad +ĠìĤ ´ì +I GH +Ġr aces +em ed +Ġm á»Ļt +à ¯ +Ġover s +Ġdecl ared +Ġs ana +ĠU na +ĠÑĢ Ðµ +uck s +Ġp airs +Ġan ge +N e +Ġup s +av y +ø r +ree k +Ġbehav iors +Ġreflect ed +Ġprior ities +Ġcon du +Ġret reat +Ġexp enses +Ġë´ IJ +Ġtri ple +Ġêµīìŀ¥ íŀĪ +ä lt +Ġind igenous +Ġmin ing +Ġaccept able +Ġru in +C A +u ine +Ġpip eline +ct ic +ê t +ĠвÑģ его +Ġb oun +ĠDig ital +ĠBo om +ÑĨ е +Ġл ÑĥÑĩ +Ġas c +ĮĢë ¡ľ +ĠGood bye +Ġrend er +ene z +ar re +ĠTH AT +b our +ic ión +ãĤ Ń +E very +Ġw ires +ĠPar liament +n ung +ate ur +ĠS ave +ĠPh ys +Ġam or +ĠE ve +Ġfr ight +Ġgam ma +Ġmic ros +m itt +ĠC ode +ĠBe y +pl ed +ĠиÑģп олÑĮз +ç Ĺ +ìĥ ī +å¥ ¹ +Ġmon et +ĠJah re +Ġlux ury +Ġde af +Ġbet ray +Ġê² ° +и ки +Ġdefe ated +Ġunder t +Ġwe g +Ġcool er +ãģķ ãĤĵ +iam i +éĤĦ æľī +ĠJess ica +ĠJ oy +Ġsoph istic +ени и +ðĿ ĺ +Ġch ili +ĠTy pe +Ġprote ins +Ġpresent ing +al ia +ìļ ¸ +ĠMaj or +Ġmolec ule +um er +Ġcoll apse +ĠAny ways +ĠMount ain +ant ed +ãĢ IJ +Ġвиде о +æ° ´ +A ud +Ġcon qu +Ġvo ll +Ġkn it +Ġmem br +ĠMark et +Ġd ari +Ġcalcul ated +г и +Ġshrim p +ĠM u +ĠпÑĢ Ð¾ÑĤ +Ġìĺģ ìĥģ +Ġproduct ivity +Ġcogn itive +ĠHe b +ict ions +ê² ½ +Ġcr é +f ör +Ġpray ing +ash i +ĠT ik +ó r +w en +ÑĮ Ñİ +ix o +Ġ( " +ĠÑĤ ел +Ġìĸ´ëĸ ¤ +ĠпеÑĢ ÐµÐ´ +ĠD rive +ãĢ ij +ĠE qu +Ġequilib rium +Ġdescri bes +не е +4 2 +ĠCur rent +y y +Ġabsor b +Ġsold ier +d ers +Ġtestim ony +Ġdec line +ľë ¡ľ +g age +Ġinsp ire +la pping +Ġspin ning +Ġsla very +Ġfac ial +Ġtrad itions +ári os +ĠHosp ital +Ġn est +ĠëĪ Ħ +Ġto i +Ġfe ars +ìħ ¨ +ĠM uh +Ġgradu ation +Ġimpact ed +Ġa unt +ĠLet s +Ġalumin um +Ġdomin ant +ĠDav is +ĠNav y +Ġcom pt +op les +Ġest ava +è ¥ +Ġsc al +Ġpres erve +ĠO pp +Ġpract ically +Ġmagn itude +Ġf itting +Ġcoordin ate +Ġfurn iture +ĠFam il +Ġexplos ion +Ġdocument ary +ĠS cript +Ġport ray +m at +Ġschedul ed +Ġdynam ics +ph y +ak y +ĠU I +C he +Ġcontinu ously +ĠPro v +å° ij +Ñĥ з +ra h +Ġger ne +pro of +Ġsecret ary +ĠPat reon +sc ream +ĠK ids +á»ĵ i +Ġk g +Ġuncertain ty +Ġк ажд +Ġmit ig +Ġread s +å· ² +ĠR u +Ġpri est +Ġн ед +Ġlimit ations +Ġflo at +6 00 +ĠT oy +ĠJim my +Ġoff ensive +en i +ĠX i +Ġeye br +ĠTur k +Ġaccident ally +Ġoh ne +ĠS aud +9 5 +ĠD utch +ан Ñģ +ĠSe attle +Ġëĵ ± +che ck +k ÄĻ +Ġcontrib utions +Ġbes ide +Ġqu indi +Ġfle w +æĹ ¶ +ذ ا +ĠL O +Ġwa ist +ĠE V +Ġhol idays +j on +Ġmis under +Ñı н +Ġb out +Ġd imin +Ạ½ +ó l +ĠGr ace +Ġinput s +Ġden y +Ġform ing +ĠB ild +Ġad equ +Ġfol k +Ġreject ed +se mb +Ġfrust rated +op en +ĠBet ter +il on +Ġtow el +Ġdifferent ial +Ġsac red +Ġsa il +éĩ Į +ent imes +Ġgentle man +Ġicon ic +Ġcomp aring +Ġs agt +Ġtext s +Ġgrand ma +Ġroll s +Ġcont ents +ä¸į 好 +оÑģ Ñģ +Ġsusp ension +ro it +¦ ¼ +Ġasse z +Ġd ort +ĠM ath +ĠVict or +ĠJava Script +ä¸į å°į +Ġen han +Å Ļ +ĠB ush +Ġpromot ion +Ġk in +Ġmon sters +ĠColor ado +ĠÎ ² +íķ´ì ļĶ +æŃ £ +iffer ent +Ġn aked +Ġpro d +et ics +ĠW oman +Ġtreat ments +Ġest oy +v é +Ġlif ting +Ġy apt +ĠRo ber +Ġì¹ ľ +Ġsubst itute +ak u +r idge +Ġê± °ë +Ġrespond ed +Ġb é +ĠEngine er +Ġtransfer red +ë ² +Ġha ber +o op +ĠW E +Ġv est +Ġfor ty +ĠD S +Ġ200 4 +Ġco aching +n om +ĠB ab +Ġn ossa +ĠJ ake +Ġg y +Ġde leg +Ġìŀ ł +ĠкÑĢ Ð°Ñģ +Ġstand point +Ġdis ad +Ġart work +A d +ill o +ĠÄij ược +ĠPr om +ĠL ib +Ġcritic ism +Ġcontact s +ÑĢ Ð°Ð¼ +Ġachieve ment +ÐĶ Ð° +Ġdiss ol +ĠVeg as +Ġstream s +ĠK ent +ĠعÙĦ Ùī +Ġrad ius +Ġsu cks +ĠA ch +Ġf i +ou st +ĠлÑİд и +Ġpal ette +ĠH az +ĠAnth ony +Ġtem a +ĠC os +Ġsa fer +α ÏĤ +Ġcont rad +Ġma ior +Ġinfl ation +ĠSil ver +Ġatt ending +íķľ íħĮ +art o +Ġapplaud ing +Ġcomput ing +ĠH at +æ » +k now +mak ers +Ġcon oc +Ġeduc ated +Ġmod ified +Ġinc lusion +ment al +ŀ IJ +is ia +ĠÏĢ Î¿Ïħ +Ġa un +ĠIre land +Ġk ö +Ġcompl iance +Ġinsp iring +иÑĤелÑĮ но +Ġdisp os +ì° ¨ +Ġw ip +r ical +raw d +Ġt res +Ġmob il +olut ions +B O +Ġb ounce +Ġassum ed +ĠMed ical +Ġf iscal +Ġng ưá»Ŀi +ition ally +Ġst olen +ĠB M +Ġmechanism s +ε ί +Ġqual ified +Ġìŀ IJë +ught ers +ĠH IV +ĠL ots +Ġser vers +Ġcar r +ĠT ogether +Ġattract ed +Ġk r +æĪij æĺ¯ +th ur +in in +ĠH alf +È Ľ +ĠP ap +Ġremind ed +AL L +Ġhel met +Ġbott les +Ġprofess ors +Ġse ine +ÅĤ Äħ +ãĥ ı +Ġê±° ìķ¼ +Ġ×¢ ׾ +f un +ĠB ird +Ġfight er +ĠëĶ °ë +ĠT ool +Ġt in +ino is +ë ¶Ħ +×Ļ× Ł +ĠC AR +åIJ į +irst y +Ġout door +ĠN S +ãħ İ +ff en +Ġl ud +H ello +Ġroll er +ie le +ĠPol and +Ġap a +ex p +Ġcertific ate +ĠT own +аÑİÑĤ ÑģÑı +ild e +Ġdeterm in +P R +Ġfree ze +Ġmain stream +Ġobject ives +b lo +Ġtak ie +åĵĪ åĵĪ +Ġë°Ķë ¡ľ +el et +ĠI V +ĠF ast +Ġd ere +em p +ĠD ra +ĠìŀĪ ìĹĪ +Ġdisc rimination +Ġε ίναι +ne cess +æ ® +ıģ ı +Ġpost ing +wi ÅĽcie +Ġl ub +Ġol ive +Ġr im +Ġmodel ing +Ġa ño +ĠPak istan +Ġover l +Ġinf lam +N E +ìĹIJ ê²Į +Ġatt ended +Ġdeal t +ĠAl t +ĠL incoln +Ġaw ake +Ġfil ters +ĠWith in +czy wiÅĽcie +Ġs û +ĠJohn ny +Ġintegr ity +Ġisol ation +ĠE asy +ĠпÑĢ Ð¸Ð½ +ĠAl ice +Ġsm iling +en ix +, ... +Î ¶ +Ġbeg un +Ġjew el +Ġconvention al +Ġstat ist +Ġhand ed +Ġir re +Ġpro hib +Ġsatell ite +é¦ Ļ +ĠInd ust +Ġtra ged +Ġtra va +Ġih m +Ġcru el +ĠAg ora +ĠD oc +Ġz ones +Ġm all +Ġtr ay +×ķ× ł +Ġir rit +Ġk ans +ĠBe at +ud ge +ie lle +Ġtrust ed +Ġb ikes +ĠÑĥ п +ĠM ember +w ick +Ġcreat ors +Ġher itage +ind istinct +Ġres ur +enn en +C ome +Ġf iring +ĠBu eno +ĠТ о +ik an +ett es +Ġk es +Ġtri ps +Ġdivor ce +ĠK l +Ġcons ol +ke ep +기 ê°Ģ +ĠRep ort +Ġhost ing +Ġdiam ond +Ġcompl ic +Ġhel icop +Ġdep uis +d s +ĠCh an +Ñı л +Ġsc issors +il ation +Ġprop ortion +ER E +ĠÙĪ Ø§ÙĦ +int a +Ġmuch as +u ation +it is +æĬ Ĭ +Ñı Ñī +Ġni in +Ġemphas ize +uel a +Ġprodu cers +Ġr ze +änd er +ET H +æ º +Ġconst itu +åĽ ½ +Ġperform ances +ist le +go v +ĠL iter +Ġincorpor ate +Ġeduc ate +ĠN in +ì ª½ +Ùĩ Ùħ +el eration +×ķ× ij +Ġya ÅŁ +or ous +ĠC as +Ġgr ants +ëĬ ¥ +am el +Ġê·¸ë łĩê²Į +ĠE ste +Ñħод иÑĤ +ĠпоÑģ ле +Ġg ent +Ġfocus es +al ities +ĠR h +ë ³´ +æ° ij +ĠD ance +r r +Ġam er +Ġutil ize +Ġl ÃŃ +ĠAm ong +Ġpregn ancy +Ġlo ops +ал оÑģÑĮ +ĠM oh +Ġcatch ing +Ġglo b +Ġa jud +Ġ[ ? +ĠAn al +lo oking +Ġsurf aces +Ġprogress ive +Ġvir al +0 8 +Î ¾ +K A +Ġ ży +Ġpick s +ann on +Ġbul k +ĠR oss +Ġdescri bing +ĠG el +Ġloc ally +Ġend less +Ġmass age +Ġclean ed +Ġtravel ed +ен Ñĭ +Ġsent iment +ig ma +ĠN as +Ġchemical s +Ġright eous +ĠMag ic +Ġrel ates +Ġtruck s +Ġ19 60 +åĪ ¥ +Ġapp et +Ġsn acks +ĠSum mer +Ġy üz +Ġpr is +ĠMex ican +Ġtransp aren +Ġminor ity +Ġver te +Ġl assen +4 6 +л ек +é p +ĠÑĦ илÑĮ +Ġi yi +Ġsp an +íķĺ ì§Ģ +Ġind icated +qu ar +Ġscholars hip +ĠLGB T +Ġhistor ically +ó ÅĤ +Ġmin ist +Ġpen et +ĠR ap +Ġcons ervation +çĽ ´ +ĠH oney +ĠBe i +id el +Ġrespons ibilities +Ġmess y +ĠEx cept +OR E +Ġiniti atives +Ġjun ior +Ġdesign ers +Ġexpl oration +Ġspons or +Ġmob ility +Ġint eg +land o +Ġb ark +Ġindic ates +à ¶ +Ġemploy er +å® ī +Ġcous in +Ġbo iling +Ġch rom +Ġç al +Ġper pet +Ġcont ained +Ġpark s +Ð « +ĠEngine ering +P lease +ĠStart ing +her o +Ġlaw yers +è¥ ¿ +Ġz d +Ġfranch ise +ra ge +Ġint uit +ĠG L +re ach +ĠE lle +Ġnh ư +ĠN ord +Ġbe an +0 7 +Ġple asant +å½ ĵ +v iron +Ġgrad ient +z us +ĠE M +Ġess ay +ìĹIJ ìļĶ +ế n +n u +á» « +ĠÃī s +Ġden omin +ĠGirl s +Ġperson nes +ĠاÙĦØ £ +b ild +ĠSt at +Ġcompl iment +ĠK ate +Ġoptim al +Ġh id +د ÙĬ +Ġquick er +w all +E n +IN E +?? ? +ì² ´ +ĠA ction +å Ł +Ġpenal ty +ĠK az +' ? +Ġc ried +Ġcan vas +ft e +Ġexc lud +¸ë ¡ľ +Ġemphas is +Ġen zy +ĠH ou +Ġoverse as +ÃŃ amos +å¸ « +ö glich +Ġhead phones +c n +ĠA ge +Ġa kan +Ġcharacter istic +íķĺë ©´ +get s +Ġë¶ Ī +Ġr ival +Ġb orders +em ente +em ás +Ġy ol +Ġcom pe +end ers +ınd an +Ġmö glich +Ġbubb les +nat ural +Ġar med +Ġel abor +ĠìĿ´ë ²Ī +Ġwash ed +οÏħ με +è« ĭ +Ġfl avors +Ġexist e +Ġpre st +ĠThe ma +оп ÑĢоÑģ +er on +U E +er i +Ġconc er +Ġa ixò +åħ © +Ġprotect ive +Ġзна Ñİ +ĠëĤ ł +ĠII I +Ġme er +ĠSh op +ll i +ĠOr der +ĠM Y +ĠG host +ãĤĤ ãģĨ +ad el +Ġst ole +Ġrele asing +ĠCom ment +Ġtra ins +ë ªħ +Ġw issen +ens ed +Ġdesc end +Ġf ier +Ġrad i +Ġpers u +ç ¢ +Ġм н +ĠD est +Ġwor ries +it et +b as +Ġst ab +n ame +or ic +ĠCl ose +Ġalum ni +ĠS elf +ff e +it ating +ather ine +ĠRight s +Ġell os +Ġwar rant +Ġn erve +Ġveget able +ĠTe il +Ġê°Ļ ìĿ´ +R Y +Ġsustain ability +Ġste ht +Ġbr id +ada ÅŁ +Ġt v +Ġdur ation +Ġpesso a +Ġmet rics +Ġad am +c as +аÑĢ Ð¸ +Ġev ident +Ġdisplay ed +Ø§Ø ¦ +Ġre ck +ĠBudd ha +Ġde le +ĠDie go +os ph +Ġb la +ĠM ik +ul ator +Ġ200 1 +Ġpromot ing +y ch +ĠE X +Ġlast ly +Ġout line +Ġspir its +Ġve ux +Ġsubt ract +ĠÅŁ imdi +Ġp ins +Ġbur ger +Ġmol to +Ġhab ÃŃa +Ġë° ĺ +ig u +er st +Ġn en +Ġbac on +it ious +Ġcar ries +Ġprom ises +nd e +ĠLe ft +ĠL im +æ £ +Ġ4 4 +Ġcare ers +Ġì£ ¼ë +Ġspeed s +qu é +m ad +mark et +is me +Ġ200 3 +Ġre cess +ĠJ UD +Ġrac ist +ĠSch l +Ġpar ler +Ġot ros +ish es +Ġconvert ed +aa aa +ани и +ĠAr k +ĠCh ance +Ġelement ary +ε ν +ink s +Inter viewer +Ġfre ely +al ah +Ġëĭ¤ë ¥¸ +Ġrequest ed +Ġtor que +no ÅĽci +ou red +ĠSt aff +Ġst ain +ĠAl an +Ġv ere +ĠW inter +Ġdef ect +ied y +Ġbe ats +Ġh á +um n +o ons +it udes +Ġse it +o ly +Ġres erv +Ġext r +Ġphys ician +vis or +Ġhand ful +ĠN ations +Ġì¢ĭ ìĿĢ +uc cess +Ġup stairs +ĠSqu are +Ġhe in +ĠSe ason +ol is +Ġpr ince +Ġdef ensive +ç ½ +Ġм еÑģÑĤ +Ñĸ й +Ġا ÙĨ +um ble +ê¹Į ìļĶ +Ġass ass +Ġcirc ular +Ġqual ities +Ġh mm +Ġbl own +ĠL iz +ĠK ur +ĠS A +Ġfind ings +Ġcol ours +Ġde lle +ĠI R +ĠA th +ĠD ub +ĠO x +ĠØ ® +Ġpo ckets +Ġgr ill +Ġswitch ing +Ġprefer red +ĠW ales +Ġex emplo +Ġchop ped +Ġvacc ination +Ġne uro +Ġspec ify +iv os +Ġser á +Ġz ie +Ġà® ® +Ġresult ing +ĠU gh +Ġmess ed +C D +Ġpa ar +Ġcom er +Ġcou ch +ĠFest ival +Ġ4 9 +v ous +z ens +ç¨ ® +ĠKenn edy +ĠT s +Ġë³´ì Ĺ +Ġdemonst ration +Ġun to +Ġfrust rating +Ġlabor atory +Ġe gy +Ġbeaut ifully +Ġìŀ ¬ë +Ġal gu +Ġö yle +ä½ł çľĭ +ĠP H +Ġfort une +Ġclean er +ĠRob in +Ġsa us +ĠG eld +Ġk at +o bs +Ġol ur +Ġm att +Ġquest a +Ġsuggest ion +en cer +о ÑģÑĤ +Ġrad ar +Ġìŀ ¡ +ish a +à® ¨ +ãĤĵ ãģª +j es +Ġve el +ìĤ ° +Ġauth ors +ãĢ İ +pl an +Ġcollabor ative +Ġinst inct +Ġfar ming +au ge +E du +Ġmembers hip +Ġsimult aneously +Ġb ake +Ġk ä +Ġlect ures +Ñĩ еÑģ +Ġprend re +Ġcoll aps +ĠS aya +ĠF ut +Ġy og +ĠR ather +ر ÙĬ +Ġcamp s +ол од +Ġsim ulation +ĠM ak +La ughs +Ġgre y +Ġsent ences +y en +ĠUn less +J e +ĠSat an +ĠÑĤак же +ĠN A +Ġbr on +Ġ? ] +Ġsoul s +Ġlight ning +Ġimag ined +Ġczy li +ps ilon +et ta +Ġbelie ving +Ġstrong est +ĠC ON +Ġquel ques +Ġimmig rants +Ġwall et +éĢĻ æĺ¯ +ĠJer sey +Ġimplic ations +Ġfor b +ãĢ ı +Ġun believable +Ø§Ø ¡ +Ġoper ational +ü s +ĠG M +Ġê·¸ëŁ °ëį° +Ġgrac ias +Ġent end +ĠReg ard +ro b +ĠÑĤ еÑħ +è ı +ĠRev olution +Ġwa ar +ĠB iz +th eless +Ġspons ored +qu ier +ĠìĿ ¼ë +Ġte k +ĠëIJ ł +ig keit +ĠL uck +ĠCertain ly +Ġto ll +Ġн иÑĩего +ĠM oney +ĠÑģ ÑĤоÑĢ +ĠDou ble +ĠW olf +Ġch unk +ά ν +it és +on ing +M ar +Ġgrand es +Ġcollect ions +ĠEurop a +Ġа ÑĢ +ĠâĢĭâĢĭ âĢĭ +Ġê·¸ëŁ¬ë ©´ +Ġоб ÑĬ +Ġãģ ª +Ġìĭľ ê°Ħ +ĠC ustom +Ġì² ĺ +Ñĸ лÑĮ +Ġindivid ually +í Ĺ +Ġdo zen +Ġo we +ĠVict oria +åı¯ èĥ½ +Ġbe et +ur b +Ġanal og +i ção +Ĥ ľ +so ever +Ġmod o +Ġsubscri bed +ìŀ ¬ +Ġent ities +çī ĩ +Ġclos et +Ġrespond ing +Ġprin ter +ĠStep han +Ġby ÅĤ +ĠD om +ĠF ern +ĠP ier +ĠwiÄĻ c +Ġh ence +Ġmod ules +ãĥ ¬ +ĠëĶ ± +ĠDann y +ĠÑģеб е +Ġv ad +ĠìĹ Ħ +Ġs ous +Ġsp here +B Y +ĠP ed +ign ed +Ġwhe at +Ġund ers +Ġevol ve +Ġdec lar +Ġlight ly +Ġident ifying +æĦı æĢĿ +Ġlegend ary +Ġgen uine +Ġgr ind +ĠU ne +ge ben +Ġb icy +Ġjump s +Ġprov ince +zi ÄĻ +Ġ×IJ× ł×Ļ +Ġh oc +Ġб л +ĠGr ad +Ġreven ge +ĠاÙĦ ت +o oh +æĭ ľ +аÑĨи и +å¹ ³ +Ġelect ro +ĠëIJ IJ +ãģ§ ãģ¯ +Ġf als +ri el +ok er +ĠEx cellent +ĠMor gan +Ġbr ick +Ġsubstant ial +Ġpoll ution +ĠT ür +ĠEv et +Ġl ung +ãģ ĸ +×Ļ× © +omm es +Ġreal izing +Ġhum ble +ĠL ock +Ġb od +Ġìĸ ¸ +Ġpe ers +uz z +Ġembed ded +Ġclar o +Ġag greg +Ġemploy ers +ĠR aj +Ġãģ ¨ +ĠY i +Ġje u +at ers +Ġstri kes +n os +aut res +d r +op her +ĠApp arently +íĺ Ħ +Ġinf ant +ا ب +ÑĤ Ñĭ +í Ľ +Ú ¯ +Ġred es +acaÄŁ ım +ĠDA VID +ĠCh icken +Ġperspect ives +Ġview er +Ġsh ar +ĠпÑĢо из +lig t +er os +it able +ил оÑģÑĮ +Ġdif ÃŃ +´ë į° +Ġret ired +Ġthat s +zen ie +be iten +Ġmy cket +ĠR ab +Ġinflam m +ì° ® +Ġd um +Ġdad dy +æľ Ł +Ġimm ers +Ġplay list +௠Ĩ +Ġtra um +Ġref use +st ep +à® ļ +c up +Ġpop s +r imin +ay ım +Ġa ld +Ġun necess +Ġd ah +ĠIr ish +Ġcomp r +la ÅŁ +T P +Ġtransl ated +S c +ce ÄŁim +´ IJ +Ġd rei +ĠлÑİд ей +Ġqu iero +Ġhe le +z lich +Ġapp les +Ġdistrict s +Ġcred its +Ġas p +Ġëĭ ¨ +or al +å½ ± +Ġste pping +ĠV a +Ġg ains +6 5 +Ġnuest ra +ed ay +ass ador +ĠL ind +Ġcrop s +ci endo +ig ue +Ġb ana +A m +Ġp ent +Ġadd iction +Ġpack aging +ä d +ª ¨ +Ġper què +Ġcampaign s +Ġste ep +Ġne ue +Ġembarrass ed +Ġdist inction +it zer +åij Ĭ +Ġregist ration +Ġll am +ĠAlm ighty +li est +Ġu z +n ak +ç º +Ġter az +iam ente +Ġtrans actions +Ġc ôt +Ġswitch ed +Ġcom bo +Ġpray ers +Ġintern ship +Ġaddress es +Ġchar ity +ĠW OO +Ġb ait +è¿ ĩ +Ġ � +Ġf ica +ĠTy ler +ar u +Ġat oms +ĠLe vel +ĠпоÑĤ ом +Ġf ame +ul k +Ġteach es +Ġre build +ед ÑĮ +ĠIndones ia +ush i +ĠSh ort +Ġens uring +f s +e le +Ġmargin al +Ġconclud e +am t +Ġver ify +ĠMc Donald +Ġsk al +Ġrec onst +ĠM ann +Ġbas ement +Ġtransform ed +Ġoccasion ally +z one +ĠD ans +Ġкак ой +Ġdiagn osed +ĠÏĦ α +Ġcomm ands +Ġpresident ial +Ġab b +Ġbrack et +ĠL em +Ã¥ ng +Ġfavor ites +Ġrev ol +ĠíĬ ¹ +Ġhar ass +é ħ +Ġcle ans +st änd +Ġknock ed +Ġpe oples +Ġmusic ians +Ġmut ual +ĠC old +8 8 +ze j +at ie +ĠHon or +Ġobs essed +ĠM USIC +ĠBre ak +ú ng +Ġmod ify +Ġs öyle +Ġ×ŀ ×Ķ +ĠOn line +f o +ĠMill er +Ġlik ing +Ġin hab +Ġgrat itude +ĠJour nal +arn ess +J ohn +ĠG it +åī Ľ +Ġsin cere +ĠS ci +ĠE li +Ġsymbol s +Ġman ually +ε ÏĤ +Ġв Ñĸд +ĠF at +Ġlab els +Ġsophistic ated +ump s +Ġrele ases +Ġ4 7 +ĠO M +ê°Ģ ë +ĠB ien +ĠRe f +è¨ ĺ +ĠSt a +ĠE gg +Ġindic ator +ps on +Ġnas ıl +R ight +Ġcon vey +Ġkn ot +Ġconnect s +ul as +Ġpre ced +Ġine quality +am iento +Ġrep ly +O Y +Ġdism iss +ĠëIJ ľ +çĦ ¡ +ĠÑħоÑĢоÑĪ Ð¾ +Ġm éd +Ġrandom ly +ĠO nt +u ard +Ġpull s +ĠÑĤ епеÑĢÑĮ +ĠNe ed +ĠSo ft +Ġstrength s +Ġgo ed +um en +æŃ » +Ġíİ ¸ +Ġд об +Ġclar ity +ĠA i +Ġball oon +ĠP and +ĠìķĦ ëĭ +Ġsh iny +Ġsmall est +on ia +h ill +ot ing +Ġe ing +Ġmere ly +Ġse us +Ġн еп +Ġí Ĩµ +Ġgu ides +Ġspecial ist +Ġste ak +ãĤĪ ãģĨ +Ġmig ration +que le +Ġru ined +Ġpu pp +å¥ ³ +Ġk end +ang an +Ġpal m +Ġunf air +Ġz m +ĠD V +ch ester +и Ñİ +Ġo oh +er g +AT H +° © +åĵ ª +r ison +Ġinvol ving +Ġpart ly +anç ais +Ġv ow +Ġprom inent +Ġcry st +ib a +Ġdes erves +Ġover t +Ġsens it +ĠWh e +Ġtight en +Ġintim id +Ġal iment +w ill +Ġstrength en +ĠT an +åı Ī +ãģĹ ãģ¾ãģĻ +on i +ĠM un +Ġpro ph +Ġrehe ars +ĠK le +Ġve ces +Ġwonder ed +ok i +Ġsens es +´ì ĭ +ưỠĽ +ĠÈĻ i +Ġmuch os +Ġwatch es +ortun ate +ĠJ uan +ìŀĸ ìķĦ +ÑĢ Ðµ +e i +ion en +Ġexperiment al +Ġda ughters +ภĽ +Ġment ally +bec ca +aw are +ìĦ Ŀ +Ġwhat soever +Ġen ables +ĠL ow +o id +ภĬ +ó d +Ø º +Ġconstruct ed +ĠLad ies +Ġaccus ed +Ġа н +D an +Ġsp awn +Ġcontain ers +Ġart istic +ı p +Ġdisc l +Ġaut res +in as +ĠN ation +Ġn ag +be an +w he +ľë ıĦ +ĠSe oul +Ġíı ¬ +ĠN ich +Ġcomp lement +Ġinter ven +ĠMod el +ĠOr ange +nam on +Ġcalcul ation +se e +Ġusted es +Ġle b +Ġdo ct +Ñĸ н +Ġf oster +Ġel astic +ĠAh h +Ġa ce +ĠP ink +ĠJ eg +Ġde er +ãģĹ ãģĦ +s is +Ġjak o +ĠEm ma +ÑģÑĤв енно +Ġport rait +Ġmak er +Ġa ument +ÑĢ Ð¾Ð± +Ġairpl ane +Ġtransparen cy +Ġadjust ment +ĠCD C +ç on +Ġupload ed +Ġд ейÑģÑĤв +Ġго ÑĤов +Ġit er +Ġcur se +ô n +mer ce +ar an +Ġle ak +çµ IJ +Ġabs ence +Ñģ кий +Ġread ers +al er +Ġbene ath +ang o +h etic +Ġfin ns +Ġpo op +Ġdu plic +H i +ig s +olog ically +op p +Ġd izer +ĠAll en +Ġgl i +Ġacc eleration +Ġvit amin +ãĥ Ń +v ä +ĠAc cess +à® Ļ +r ás +Ġappreci ated +Ġn ah +Ġpos ter +Ġt ale +Ġhighlight ed +æĸ ĩ +ż eli +Ġblock chain +Ġmic row +Ġcin ema +ĠCh ang +ĠSe arch +ust ers +ĠZ ero +ĠDiv ision +ÑĢ Ð°Ñģ +Ġsca re +Ġj elly +ĠAdminist ration +S O +Ġl ined +Ġê° Ħ +Ġge ben +Ġso da +Ġwin ners +³ ¼ +Ù Ĵ +ĠAm b +åķı é¡Į +å Ķ +Ġpe g +å· ± +4 3 +Ġra us +Ġre wards +Ġinc lus +Ġhigh way +Ġha h +Ġmultipl ied +Ġs ẽ +Ġdisci ples +Ġn ing +Ġdress ing +Ġattrib utes +ĠM osc +ĠGree ce +Ġse k +ĠLe arn +Ġj us +rend re +Ġperson ne +pl ete +Ġpl acing +Ġl uego +ill ance +Ġоб Ñī +Ġprov ision +Ġl ion +t ra +bo ards +Ġbehavi our +he y +Ġsubscri ption +Ġprot agon +ãĥ £ +Ġvar a +ĠÅŁ u +Ġha ha +Ġteas poon +æ Ł +av oir +Ġcrypt o +ĠÑģÑĤ аÑĢ +ĠSt ore +ab s +ĠStud ents +Ġla und +int o +Ġapproach ed +° ľ +ÑĥÑİ Ñī +ĠL abor +ot es +iat ric +Ġgro ÃŁ +ut ive +Ġи д +ĠG ib +Ġpl acement +ĠdifÃŃ cil +Ġf rog +ĠвÑģе Ñħ +ĠJ r +az ed +Ñĥ Ñī +Ġê ¼ +fr ame +а еÑĪÑĮ +Ġlock down +åij ³ +Ġmed i +Ġ×Ķ× ŀ× +ени й +em ale +ì¢ ħ +ater al +Ġdist ant +Ġbe ars +Ġjournal ist +è§ £ +ĠMarsh all +ĠIh nen +uet ooth +b ag +ĠÄij ã +ĠHigh ness +Ġì° į +и ка +ĠW u +ĠFr an +Ġp eng +Ġf on +Ġhypothes is +ĠÑĢ Ñĥ +Ġl y +× ļ +ìĽ Ķ +ĠRad io +ภŀ +D av +Ġembarrass ing +ĠìŀĪ ìĸ´ +Ġcast ing +Ġc age +ĠP sych +ĠìĿ¼ ëĭ¨ +ĠÅ ¾ +im b +Ġdirect ors +S H +ĠÏĦη ν +á»ģ u +Ġkon uÅŁ +Ġoption al +quar ters +ik er +ĠS ant +Ġvers es +ë ¶Ģ +Ġo lar +ĠÏ ĩ +ãĥ ķ +Ġγ ια +ĠI mm +Ġcontrovers ial +Ġer sten +Ġreci p +ĠChristian ity +Ġê´ ľ +ord on +×ķ× © +Ġsl ash +ĠP f +Ñĥд ÑĮ +×ķ× Ŀ +ĠPer ry +Ġm amy +Ġbackground s +Ġà®İ ன +Ġpend ant +ĠColumb ia +Ġin verse +ĠÑĩеÑĢ ÐµÐ· +Ġs v +Ġdig ging +4 1 +ch em +Ġnavig ation +ĠSh in +ĠFr ont +P D +Ġbe aring +ĠW asser +Ġw ax +ĠCH RIS +ch ing +Ġpress ed +E l +ĠD al +ons in +Ġb inding +Ñģк ой +po ons +Ġmo ck +are st +к ÑĢа +M M +Ġcor rupt +st orm +Ġref res +ĠCo ach +ll ä +ĠTH IS +Ġpar ag +Ġìĵ ° +p ool +Ġbill ions +Ġê¹ Ģ +gr oup +Ġwel coming +cell ence +ĠDu ke +ê¸ ´ +Ġprim era +ìł ¸ +Ġp ond +Ġstat ue +Ġêµ ¬ë +Ġh atch +Ġinstrument al +Ġresident ial +ì» ¤ +Ġaccept ing +osh i +d ate +ĠìĶ ¨ +Ġplant ed +Ġj oking +Ġì Ħľ +Ġh ated +ĠÑĢаÑģ Ñģк +Ġsle pt +Ġpack ages +Ġisland s +es en +ÄŁ ı +Ġdi agon +ĠO sc +Ġmes h +Ġsc ales +ar ity +ĠDef ense +ãģ¡ ãĤĩ +ĠLew is +ĠÑģ егоднÑı +Ġfl ies +uin ely +ĠCons ider +Ġst ark +he w +ĠAs ÃŃ +³ ´ë +Ġprop ose +Ġíķĺë ©´ +od o +ĠNorm ally +Ġhe eft +ĠHarr is +g ro +ĠBlo od +b ase +Ġi OS +Ġtouch es +Ġinsp ir +Ġ× ĵ +Ġb inary +Ġì¶ Ķ +Ġser ial +Ġ ion +Ġunemploy ment +Ġodd s +ĠF ab +ĠF BI +BR UN +Ġweight s +ν ο +at ile +Ġnurs es +Ġinvolve ment +ĠíĶ ¼ +Ġgovern ance +Ġâ Ĥ¬ +ÑĢÑĥ п +ier ra +íĺ ķ +ĠJ erry +Ġbe ard +Ġsal vation +ĠAl ong +g entle +ĠK i +b ol +ĠPl at +Ġhas ht +è¿ ij +Ġw are +Ġpart ie +y cz +Ġint r +F ih +n ent +Ġche at +il en +Ġë ¯ +or ie +Ġfá cil +et ric +Ġaffect ing +unci ation +Ġaff airs +Ġbe e +Ġview ing +Ġor ang +ĠL an +ĠС ÑĤ +ä¸ ĸ +ĠM es +ĥ ģ +er ie +Ġes pa +Ġinter pre +Ġposs ess +Ġpure ly +rit o +f ound +as ma +ìłģ ìĿ¸ +Ġexam ine +ĠÑĥ м +Ġbes ch +ĠTom orrow +ĠB lock +Ġvari ant +Ġprefer ence +Ġcoach es +Ġmedic ations +Ġíĺ Ħ +Ġemp ire +ë Ħ¤ +ĠIll inois +Ġcris py +Ġth ì +Ġbe es +7 7 +Ġgl ow +è º +ĠStud ies +åIJ Ħ +ĠChall enge +Ġunlike ly +Ð § +ıy orsun +DI E +Ġminim ize +iz ard +Ġú n +Ġencont rar +ĠK ill +å » +Ġvan illa +ĠGr ant +ĠG T +se a +Ġs ought +в од +Ġnä m +ĠA unt +OW N +Ġpump kin +st ellen +Ġr ag +ег да +Ġstory t +Ġfor um +æ© Ł +Ġestab a +uch e +Ġcon gress +ĠRe y +Ġdram atically +ĠSp ort +ĠYe llow +Ġê³Ħ ìĨį +Ġdisg usting +ĠRe cent +Ġacqu ired +Ġc ables +çĶ ļ +d in +Ġv isto +Ġcommunic ating +ÑģÑĤав лÑı +еÑģ ÑĤо +ãĥ»ãĥ» ãĥ» +Ġré g +Ġso cks +Ġpro ces +be cause +Ġut ter +Ġcoloc ar +Ġnew est +Ġgr amm +è¡ ¨ +ä¸į çŁ¥éģĵ +Ġsh ifting +Ġcar rier +ĠÑģк оÑĢ +ĠSch w +Ġexec uted +Ġmaint ained +ĠÏ Ĩ +ĠM oses +Ġdis se +Ġhor r +ãĢ ľ +Ġr ally +Ġall em +ĠEvent ually +Ġdi yor +lv ania +Ġsch nell +Ġê³ ¼ +Ġë§ ¤ +Ġstrugg les +l ate +Ġclar ify +é ment +Ġmulti plic +иб о +Ġjour n +Ġfra gr +Ġsurprising ly +Ġdesper ate +5 2 +Ġs ul +ĠRe ad +ĠF ried +Ġm ond +w oo +Ġorgan izing +ãģĹãĤĩ ãģĨ +ĠSo on +Ġв опÑĢоÑģ +ĠN ur +ĠÐĹ Ð´ +Ġsp ider +е ÑģÑı +Ġtutorial s +Ġnutri ents +or er +Ġcoe fficient +Ġarrange ment +Ġpr icing +n an +y u +B L +Ġtri be +ĠHow ard +un ks +Ġnew er +Ġprov in +Ġpred iction +h os +Ġol sun +ĠAr ound +Ġv ier +ĠÑģÑĤоÑĢ Ð¾Ð½ +Ġv alley +ĠE la +if i +Ġgal axy +Ġtran qu +Ġad vers +ĠTem ple +iff s +ig ence +èĩª å·± +Ġkön nte +ĠÄij ó +D id +Ġphotograph s +ĠA WS +ÑĨи Ñı +Ġgu ards +Ġappoint ed +ĠG il +Ġм ом +Ġc od +ĠUn like +Ġeven ly +isc onsin +Ġest ou +Ġm nie +ĠEx ec +ĠM V +ĠE ine +ä¿ ¡ +ĠRog er +ĠF ac +ĠL ist +Ġf uer +аеÑĤ е +om ed +Ġattract ion +èī ² +Ġter rain +ĠD rop +Ġcorpor ations +Ġsci ences +Ġthr one +ãģĦ ãģŁ +Ġa j +ĠR ot +çī ¹ +Ġsupp orters +ĠB ere +H ere +Ġdifer entes +Ġsignific ance +Ïĥ η +æĪij 覺å¾Ĺ +Ġcl amp +Ġë ĮĢë +Ġfab ulous +re z +æĮ ģ +Ġassum ptions +ut her +w id +p ot +è¿ İ +Ġy an +ul in +ÑĢ Ñĭв +ĠSl ow +ĠPenn sy +Ġíķ ´ìĦľ +Ġme io +Ġwealth y +ĠE ight +Ġpul se +Ġfr iction +id ity +ĠH oll +i yorum +Ġsound ed +ĠC arr +Ġfor k +â ĺ +ĠP A +Ġcons pir +Ġc oding +r t +ĠTy p +Ġìĸ ij +Ġп ог +Ġmis er +ĠÑģм оÑĤÑĢ +ĠSw eden +Ġolar ak +ĠZh ang +ĠCh i +ĠT itan +Ġscreen ing +ĠSp ider +ĠÅŀ imdi +Ġobst acles +lar a +Ġchalleng ed +p se +T ON +á» ¥ +ĠP i +Ġlag i +ie urs +Ġhur ting +Ġneg lect +Ġgener ating +Ġyoung est +Ġaud it +ĠÑĢ ÐµÐ· +Ïģ ά +Ġdon ate +ĠPD F +Ġvis its +Ġcru ise +P P +as er +Ġw sp +back s +iv als +ãģĨ ãĤĵ +Ġde ve +Ġprop ort +Ġc ath +ĠE ffect +Ġwind s +ĠìĻ Ķ +Ġchart s +Ġs ama +Ġautom ation +Ġпок а +Ġol an +Ġbo ats +Ġca fe +Ġden ied +ĠM ama +Ġblock ing +ĠTh or +Ġphenomen al +Ġstake holders +Ġun os +Ñĥ еÑĤ +ĠAb raham +ãģ§ ãĤĤ +Ġdetect ion +Ġjur is +Ġpower ed +z ial +Ġwel fare +Ġup grad +Ġmoż na +ĠC ase +c ular +Ķ ìĿ´ +ãĥ ģ +ĠGu ess +Ġcy cles +ä¾ ĭ +çµ ¦ +ro ck +um i +Ġel ite +Ġqu è +åł ± +ÑĤ ом +Ġsh ore +gun ta +Ġk u +Ġfaith ful +ĠJ eremy +a id +à · +ug al +å°į åķĬ +ĠV el +Ġvra i +st ell +¨ ¸ +Ġk ol +è ½ +Ġquant o +Ġз аÑĢ +Ġ200 2 +es y +Ġres erve +Ġмом енÑĤ +Ġdeploy ed +Ġdefin ing +Ġsa u +Ġga at +" ) +Ġtrans mit +Ġpubl ishing +Ġrank ing +Ġoff ense +Ġ4 6 +p in +ĠT aking +Ġentit led +Ġgen uinely +Ġvari ations +Ġfind e +Ġt au +Ġunf ortunate +ĠR ah +port s +Ġc Å +Ġmon key +Ġbr ac +we i +l ung +Ġart if +Ġsy rup +ĠÐĶ Ð°Ð² +Ġlift ed +Ġche z +ĠAd vent +ĠSt ock +Ġdo l +м ен +иÑĪ ÑĮ +Ġy n +g io +d et +Ġdes se +Ġg ri +ĠChair man +ç ħ +Ġcu enta +an im +Ġcra b +Ġesc al +Ġpremi ère +ĠGe f +Ġd ining +Ġsevent h +Ġch asing +ĠT ower +Ġbrut al +Ġfundament ally +ãģ¨ ãģĨ +л ениÑı +st age +Ġacqu is +Ġcyl inder +Ġcomm ander +m em +ĠU V +ha ppy +Ġe psilon +Ġinv itation +Ġfar mer +ch air +Ġdest iny +Ġso vere +ĠHeb rew +Ġserv ant +Ġbe w +Ġg ast +ut ies +Ġadministr ative +ĠComm and +é ta +Ġnit rogen +ê· ¼ +Ġab i +Ġvill ain +Ġblank et +ĠS end +Ġbeat en +² Ħ +Ġvol unt +Ġschol ar +ĠEm peror +Ġ4 3 +v able +ĠD us +ĠG U +Ġtarget ing +ww w +Ġamend ment +ìĨ Įë +Ġt ing +Ġn asty +Ġg auge +ĠÑĢ Ð¾Ð´ +ĠH ans +Y our +α ν +Ġpro jet +ĠHawai i +Ġsusp icious +Ġsch w +Ġremo val +Ġint rig +ĠM U +Ġp onto +ठ¾ +Ġоб ÑĢаз +Ġguess ing +p ace +Ġm others +Ġmill imeter +л ение +没 æľī +Ġavail ability +ic z +æŃ ¤ +Ġfr act +Ġbas es +k m +ĠB TS +ĠF ield +Ġd zie +Ġseg undo +ĠëĤĺ ëĬĶ +Ġlegit imate +im as +Ġв н +Ġcor ruption +Ġsm ash +ĠVal ent +Ġalign ed +ĠPennsy lvania +Ġg ab +ĠE un +ent h +ĠMor ning +Ġcand le +Ġback pack +ĠIslam ic +a ções +Ġenc ry +Ġmushroom s +íĮ Į +d it +Ġtrans it +ĠW isconsin +Ġparticip ated +ĠIl s +Ġunf old +¶ Ģë +Ġprof its +Ġwar ming +ĠG ang +Ġnetwork ing +Ġme ga +Ġthorough ly +le ments +ĠH m +Ġdec iding +Ġemotion ally +Ġexha usted +ĠÐŁ оÑĤ +c ido +ĠHT ML +Ġcopy right +Ġmel ody +y im +Ġand ers +osh op +Ġë³ ¼ +Ġathlet e +ĠG E +Ġfrequ ent +Ġdes ires +Ġneed ing +ĠY un +Ġrif le +Ġlo ver +' T +Ġd ense +Ġt ão +Ġnot ified +Ġid i +ìĹ Ń +í Ĩ +Ġinteract ing +Ġrapp ort +еÑĢ Ð¸ +s ki +Ġb esser +Ġmanufact urer +ĠK yle +Ġaccount able +ĠS ak +ĠP il +ĠD omin +Ġpres um +ĠÐĴÑģ е +Ġvine gar +Ġguarante ed +çľĭ åΰ +Ġhand led +éŁ ³ +c at +Ġcivil ization +Ġaccom p +ĠV M +é mon +Ġde ze +Ġgrad es +Ġsoll te +Ġst aring +×IJ× ª +ar nt +Ġhoriz on +Ġtrav ail +h our +第 ä¸Ģ +ĠE D +ĠD ak +Ġn y +Ġcon ve +ĠCh am +Ġfir ms +ĠL iu +ĠÑģÑĤ ÑĢан +Ġli bert +Ġlens es +Ġint ake +ĠвÑĭ б +Ġmens en +h el +Ġpract ition +Ġ3 50 +ãĤ ³ +F O +Ġbed s +Ġancest ors +ĠìĹĦ ì²Ń +Ġdistur b +ĠLast ly +ĠSupp ort +ี à¹ī +ĠCor ona +Ġenthus i +Ġвоз м +ĠìĤ¬ëŀ Įë +Ġ5 2 +b ird +Ġredu ces +ĠìŀĪ ìĿĦ +ĠG ene +êµ IJ +ÄĻ p +ĠÃľ ber +Ġconcer ning +us er +Ġconcent rate +ĠWH AT +ish op +onym ous +no ld +Ġsuggest ing +© ° +ĠF ish +.... .... +Ġvess el +Ġtrabaj o +ãģ µ +ĠO cean +å§ IJ +y g +Ġtown s +d el +Ġterr ifying +Ġçal Ä±ÅŁ +Ġs ino +Ġe ats +Ġge z +Ġg eme +ĠìĻ Ħ +Ġcomp art +Ġimplement ing +ĠPot ter +ĠGerm ans +Ġg ÅĤ +Ġt ennis +Ġcar pet +au er +ĠSaud i +ye ong +Ġcur ry +ĠFore st +Ñĭ л +Ġfif teen +Ġbol ts +Ġ{ \ +¬ ´ +Ġsett lement +Ġl ange +Ġb am +G et +íķ Ļ +Ġsw ap +ĠK han +Ġcomm ence +Ġquar antine +Ġsc ored +ç ĸ +Ġ19 50 +Ġthick er +Ġsû r +åı £ +ĠLar ry +Ġall ez +ìĭľ ëĬĶ +Ġg ü +Ġspect acular +/ / +b oth +Ġst ats +å¦ ³ +ĠN ancy +Ġbun u +Ġcr ust +Ġactiv ated +Ġê·¸ë ŀ +out he +Ġport s +Ġne ural +Ġj aw +Ġobserv ations +Ġvo it +ab an +ả i +¦¬ë ¥¼ +om es +௠ĭ +qu i +Ġkind ness +Ð ij +Ġ4 1 +Ġmoder ate +Ġang els +ĠT amb +è t +Ġch lor +ĠBill y +ì² ĺë +ac on +Ġselect ing +ĠDel ta +Ġn ull +den ly +Ġci ud +Ġtend ency +Ġbreak down +Ġm int +ÑĦ оÑĢм +or ph +Ġda wn +s pr +ĠW ILL +äch lich +Ġpu ppy +7 00 +Ġà® ¤ +Ġfail s +ĠCon c +Ġrel atives +Ġinv iting +Ġaut onom +Ġcomp osed +Ġun ity +Ġdec is +Ġaccess ories +ĠC ass +Ġb ist +ĠT ip +ì§ ¸ +Ġp unt +Ġr áp +éĢ ² +AN K +ãģ ļ +ex ist +Ġcompat ible +Ġn er +Ġе мÑĥ +Ġa plic +Ġb apt +Ġfail ing +ĠTam am +Ġos cill +Ġletz ten +Ġrepeated ly +Ġjung le +ĠP ush +h ai +ĠÎ · +Ġdead ly +Ñı ж +wi Äħ +ĠComm on +ĠÎ ķ +Ġsk ate +T C +ĠMin i +Ġhob by +ầ n +Ġrout es +Ġam igos +Ġcon jun +Ġpartners hips +Ġno vo +Ġa ver +Ġpou vez +br idge +Ġpre oc +h im +Ġtur b +Ġso b +ĠSn ap +Ġì° ¸ +min ute +Ġtra ject +uj ÄĻ +Ġe ager +Ġregul atory +Ġbank ing +b ling +ÑĪ ÑĮ +a ż +Ġbiz arre +it ated +d ire +Ġthreat ened +Ġsh ining +Ġn esse +Ġcor ps +ĠÑģ Ñĥ +Ġt eles +Ġtem p +t em +Ġк ан +Ġfe ver +N ew +Ġheav ier +ĠS ah +b ud +Ġout ros +Ġì° ¾ +Ġëª ħ +arr ing +Ġê´ľ ì°® +ĠN ap +Ġse min +ĠTh an +if s +Ġdes en +ĠÑĤак ое +Ġlos es +ĠB alt +k on +Ġнап ÑĢ +Ġvo is +ĠMosc ow +Ġch airs +h is +Ġrefuge es +k g +Ġk ole +į ¨ +аÑģ ибо +¦ ½ +ĠUn iverse +ĠDire ct +Ġche ating +ĠC in +Ġpat ri +Ġadv ise +ĠN ether +Ġprime iro +Ġmention ing +n ut +5 6 +ar ı +Ġpet ite +b led +Ġpens ar +ic io +IN D +Ġveter an +Ġlad der +Ġconsequ ence +ож ал +ĠB urn +Ġr ug +ĠM ade +Ġg it +" ... +Ġcompet itors +Ġprz ed +Ġapp arent +ĠArgent ina +ĠWork ing +Ġcollabor ate +w oman +Ġret ain +Ġle urs +Ġdash board +×Ļ× ĵ +ĠEar ly +B M +Ġе Ñij +ол ог +Ġsatisf ying +Ġoft entimes +Ġma pping +ünk ü +ar th +f old +Ġlaunch ing +Ġa ura +Ġprec ision +work s +G od +Ġstra p +ĠIm per +Ġr ivers +Ġ | +Ġcu er +reg on +Ġarri val +ка Ñħ +ĠM iami +ан Ñĭ +Ġsurviv ors +ĠSen ior +Dav id +Ġest ado +Ġse ctors +Ġpop ping +Ġch im +ay ı +Ġkun nen +Ġgall ery +Ġsun light +ese hen +Ġye lling +ĠMe in +ĠPho enix +Ġman o +Ġhistor ia +Ġoccur ring +æ¬ ¸ +ì ¸ +ад и +å¾ ħ +Ġinstitution al +ĠT ut +ç ² +Ġsl aves +ãģ© ãģĨ +Ġforg iveness +Ġtw in +ĠHy un +н ÑĮ +ĠK omm +and ra +sh ot +ss ä +ĠÑĨ е +at ta +Ġexp ense +ĠG PU +ĠP ast +rib ly +ĠëŃIJ ìķ¼ +Ġгод а +Ġresp ir +æĿ ± +ĠQue ens +h ops +Ġs érie +Ġpre f +Ġcom ed +Ġpl ut +ĠOver all +Ġãģ Ŀ +Ġc ush +Ġring ing +Ġincor rect +ĠÑģÑĤ ÑĢ +Ġgeomet ry +Ġadvert is +ĠÐ ¨ +Ġreview ed +ãģĤ ãģĤ +Ġdo zens +Ġdeterm ination +ĠPh ill +Ġcontrib uted +ĠC it +Ġpass engers +Ġcôt é +Ġre ver +Ġtechn ological +Ġall en +Ġr aining +av i +Ġsal ty +Ġtyp ing +ĠÑĤ е +Ġt ilt +Ġì¹ ĺ +Ġо ÑĢ +ĠпÑĢ Ñıм +Ġr ou +Ġare na +ar at +åĪ « +HH HH +Ġmanufact urers +ĠEd ward +Ġt uck +Ġbl ows +ing o +ĠMar c +ìķĦ ìĦľ +M ich +ĠCle an +è ´ +est o +ĠP ack +Ġsha ft +BRUN O +Ġa ven +u ur +Ñģк олÑĮко +ê´ Ģ +Ġautom ated +Ġvent ure +Ġsurve illance +ĠG row +ĠE mer +Ġд оÑĢ +Ġinvest or +ĠY ok +Ġl atter +ĠN I +Ġfunction ing +ĠHam ilton +Ġ5 1 +Ġmurder ed +Ġanch or +Ġc uc +ĠSC P +ĠMad am +Ġconstra ints +Ġb arn +ank en +Ġë§İ ìĿĢ +ĠMot or +ĠDo ing +Ġam en +et ts +Ġinst ructor +eg t +ak o +Ġpost ure +iv ia +ĠPol ish +Ġдв а +Ġcolor ful +Ġel bow +Ġpar le +Ġpass er +Ġcond em +ort al +Ġfert il +ا د +ĠCol omb +Ġalign ment +Ġastron aut +ĠM ut +Ġsal mon +Ġstructure d +ŀ ר +Ġclick s +Ġm iej +æĶ ¿ +ãģĦ ãĤĦ +ĠR ound +Ġrain bow +ĠV A +ãģĶ ãģĸ +ì§ Ī +ot z +, +Ġch ords +ĠSand ers +Ġë¶ Ħë +B en +Ġdar über +ili ans +Ġorder ing +ĠMan h +Ġkil ogram +Ġkar ÅŁ +Ġgr asp +Ġghost s +al en +ĠJ edi +Ġб ли +Ġdownload ed +Ġconduct ing +ĠH ak +Ġresearch er +il an +go od +ĠH annah +ĠdÃ¼ÅŁ ün +ĠMess iah +u ity +ion a +Ġprob able +ĠY E +Ġindepend ently +Ġbuff er +b urn +our d +ĠMc K +Ġl ingu +uj emy +еÑĢ ÑĤ +Ġintuit ive +Ġcrack s +app ropri +nt y +Ġge en +Ġl end +Ġcert ification +ID S +un ter +pe es +Ġtr ump +Ġbank rupt +Ġfe as +è Ĺ +Ġdu ż +æ¸ ħ +Ġvirus es +Ġ5 8 +g od +Ġж ел +Ġst alk +I nd +ach i +ĠC F +ĠC ond +Ġsan ct +Ġcont en +Ġfre ed +ĠR T +Ġment ors +ì¡ ± +Ġport able +ĠPaul o +r ane +HA HA +ĠS ection +ç Ĩ +hy un +ĠÎŃ Ïĩ +ĠP ub +ĠInd epend +Ġcomp ounds +ĠÑģ Ñĭ +Ġmess aging +Ġded ication +Ġnot icing +Ġdevot ed +ÑİÑĤ ÑģÑı +Ġsn akes +Ġbattle field +p ers +Ġdel a +9 2 +Ġha i +ill ä +ér er +e very +Ġrespons ive +×Ļ ×ķ +op f +é ī +Ĭ ¸ +Be cause +Ġtour ism +Ġê·¸ ê²Į +×ķ× ¦ +Ġcan s +st üt +Ġdon ne +ĠD ios +ĠU ber +act ory +Ġorient ed +ĠH erm +Ġpat ron +ur f +be i +Ġprogram a +ĠOh h +gen er +Ġf ist +ĠW endy +Ġand a +Ġguess ed +Ġfre ak +ä¸Ń åľĭ +ĠK ings +ch ool +Ġoff line +ĠIndian a +ĠAll iance +Ġ5 3 +Ġpartic ul +ĠF ocus +Ġinhab it +Ġê°ĻìĿĢ ëį° +ĠMc G +ows ki +ĠìĿ´ ê±´ +Ġpa ÅĦst +он и +itt a +Ġconfirm ation +ĠBrook lyn +Ġnood le +f und +it ud +Ġgrand parents +Ġbar becue +ει ÏĤ +Ġ á +Ġball ot +ĠV eter +Ġpip es +ig ious +ĠG raph +est ed +Ġë¸ Įë +ĠK E +ãģ¡ãĤĩ ãģ£ãģ¨ +Ġe ins +Ġhat red +ãģij ãģ© +Ġd ang +ee ee +Ġarch ae +ĠJes se +Ġdetect ed +Ġsen i +burg h +Ġdispl acement +Ġdo p +Ġcondition ing +Ġне ÑģколÑĮко +Ġdistur bing +P H +Ġthin ner +Ġwound ed +ĠCu ando +Ġcush ion +Ġwh ites +Ġprefer ences +Ġì¤Ģë ¹Ħ +Ġka ż +ĠG ate +ĠP ath +d les +à¸Ħ ร +im ore +Ġë³´ìĹ ¬ +Ġdiscipl ines +á» ı +Ġmes ma +Ġìĥ Īë +Ġìĭ ¬ +Ġg ing +Ġumbre lla +IGH T +Ġp ension +Ġcomb ining +S S +Ġrect angle +á»ĩ t +Ġpro xim +ĠC ow +¸ Į +Ġintention al +æķ Ļ +Ġdec id +ĠÑģк аж +ĠU ma +ias m +b uz +Ġdebr is +Ġc ass +ĠP rop +is ka +ë ł¥ +ester ol +uss ian +ìĿ´ë ŀij +Ġun limited +Ġadm ire +Ġtight ly +Ġgen ome +ĠJun ior +ven ir +g us +Ġc Äĥ +ĠV lad +Ġí Ĥ +Ġrel ativ +in ci +Ġaun que +ĠBo ys +ÑĨи он +ĠSw iss +Ġphys icians +Ġíı ī +ĠP ET +Ġw ounds +ab out +Ãł i +on z +ur ities +ĠÑĥв ид +å· ¦ +Ġment ality +Ġvari ance +Ġseg unda +Ġvol cano +al ie +ॠĩ +Ġt iles +ĠT erry +ĠاÙĦÙĦ Ùĩ +Ġcan on +Ġsc attered +pt on +Ġdefin itions +Ġal gebra +ot en +ab lo +ij uana +Ġwra pping +Ġses ame +ĠнаÑĩ ина +ĠAl f +ĠÐł оÑģÑģ +or no +Ġan kle +Ġspecial ty +Ġattempt ing +ili ation +Ġ19 20 +Ġphen omena +ĠPro duct +ĠB uck +ĠA ww +se en +Ġvo id +ĠFrank lin +Ġadvoc acy +ĠS ep +Ġcool est +ĠÑģ ÑĢазÑĥ +ĠQu and +Ġ9 00 +ĠTr ad +d ies +Ġhas h +æĪij å°± +ä¹Ł æĺ¯ +Ġpot s +Ġsad ly +Ġvi able +ĠT iger +ĠON E +Ġneur ons +ow anie +Ä Ĺ +ĠSh ar +ĠLand es +Ġconfer ences +è© ² +Ġcred ential +Ġl ime +ine e +x it +p ay +Ġinc ons +Ġ>> : +èª į +Ġí ŀĺë +Ġless er +Ġsp ill +Ġprem ise +Ġ36 5 +ĠH ost +Ġtom ar +×IJ× ľ +ë ²Ī +ĠWhat s +Ġlight weight +ĠM ap +f ia +ells chaft +Ġvend ors +uest o +ĠM ister +ĠÐŁ ÑĢи +åı ³ +h ma +Ġintention ally +ĠT ang +éĹ ® +Ġident ification +Ġetc etera +ĠN ee +ĠÑĤ ÑĢи +ê· ¸ +Ġcrypt ocur +Ġin hale +Ġadd ict +åIJĦ ä½į +Ġma u +ĠÑĤак аÑı +Ġë² Ħ +Ġcomp rar +ied zieÄĩ +ĠоÑĤ но +Ġbegin ner +Ġм Ñĥж +Ġobs c +Ġlim iting +asc ular +Ġins pection +ac i +Ġre jo +M us +Ġz aten +Ġsz cz +ĠMad rid +Ġvar ieties +Ġest Ãł +ĠSh akes +Ġk its +Ġad minister +Ġla va +Ġg Ã¥ +è© ¦ +ת ×Ļ +ĠWay ne +Ġinst agram +Ġr ated +p aper +Ġb ild +Ġpret ending +Ġobser ving +ĠÑģам ом +Ġtr or +Ġorgan isms +Ġfal ta +Ġh ometown +ç ± +Ġí ĭ +Ġche g +Ġì ¡ +Ġcomm a +is é +Ġlike lihood +av ored +Ġgel di +ни ков +Ġmed io +Ġjak ie +ĠJ up +Ġgreen house +Ġsp it +ко е +Ġк аж +ĠG ram +ĠCon ference +Ġdef icit +s ın +in se +u ÄŁ +Ġr icht +Ġcoinc idence +åı į +Ġeu rop +Ġbutter fly +p read +Ġìĸ ¼ +èĢ ¶ +Ġwa vel +ĠIn fin +ĠPlan et +Ġself ie +ient ras +Ġar rog +os er +id al +ł×Š׳×ķ +üt ün +Ġfresh man +ĠMach ine +Ïĥ ÏĦ +ĠD ia +ìĿ´ ëĭ¤ +ãģĵ ãģĨ +ne a +Ġlist ing +Ġconfig ure +ut or +U p +ts chaft +ri ère +Ġup wards +ĠÑħоÑĩ Ñĥ +Ġswe ep +B r +Ġexpress ing +Ġun happy +Ġmand atory +g ender +ĠA ÃŃ +Ġindic ators +Ġoil s +n ote +Ġseg ur +ож еÑĤ +yn asty +Ġdist ances +Ġmer ge +BER T +Ġsur render +Ġbu at +ĠA wards +Ġseñ or +od ox +Ġfl avour +Ġab dom +Ġconfig ur +8 6 +ĠDI Y +Ġrig id +° ĺ +Ġcorpor ation +Ġg room +j aw +ĠNe ar +ил о +Ġoper a +ĠIn nov +и ÑĢа +ĵ ± +Ġspec ified +Ġcos m +ĠFre edom +Ġcl own +ĠN em +Ġв ол +Ñij н +Ġchar ger +à¹ģ ล +Ġinflu ential +äs ident +é ¤ +ĠìĦ łë +Ġvol umes +æ IJ +Ġout ras +ĠTw itch +Ġfound ing +Ġa while +Ġco il +ê° Ļ +Ġc ả +ĠTh row +ĠH ence +omm t +ĠBen jamin +глÑı д +T ime +ob ic +Ġm our +Ġd read +ĠL Ãł +ĠCh ile +Ġpre val +Ġv ain +Ġart ık +Ġpres erved +ĠоÑĤ д +Ġware house +Ġbest e +ĠSever al +ĠS ituation +Ġcard board +T od +er na +Ġgar ant +Ġgest ure +Ġh en +Ġspe lling +ose xual +Ġan ne +Ġm ice +ĠMe ine +c ard +Ġre bell +Ġcert o +Ġìľ łë +Ġvers chied +ĠB os +Ġinv ention +Ġtr ze +Ġman ière +ĠCh ad +Ġsp re +Ġorganis ations +Ġpoor ly +Ġan terior +Ġst air +к ÑĢ +Ġatom ic +Ġsymp ath +Ġcontin ually +Ġkle ine +è te +и Ñī +ο ÏĤ +pe ut +Ġrep osit +Ġent ra +E m +Ġfinan cing +Ġмн ог +Ġthe sis +ĠCom puter +e au +ĠT ree +Ġbr ide +ons ieur +sh ire +w ic +D E +ĠìĪ ĺë +Ġac om +ĠP O +ers ch +Ġпом оÑī +ĠAr men +Ġì£ ½ +Ġz or +Ġprint s +ĠD ass +æ¸ ¯ +Ġdur able +ĠTrans port +ìŀIJ ê°Ģ +Ġл ег +Ġdé t +ô le +am ous +Y N +Ġcl iff +Ġgramm ar +ĠÐŁÐ¾ ÑįÑĤомÑĥ +ĠlÃł m +es ch +Ġmiser able +Ġvol ts +ĠC ad +uk an +ÑĤ ив +r ust +Ġìĺ¬ë Ŀ¼ +Ġver k +Ġchick ens +ĠY oo +Ġout fits +c ode +Ġhier archy +net es +Ġcounter part +Ġt ôi +Ġt ed +ĠB art +Ġë Ŀ¼ +ĠGen au +Ġinc oming +ĠA BC +ri que +ĠоÑĤ п +qu al +Ġincent ive +Ġih ren +׳ ×Ļ +lo e +Ġ19 30 +Ġbar g +Ġd iction +Ġön ce +IN S +Ġre h +isia j +m outh +Ġsc oring +l ık +ĠìķĦ 주 +OR IA +ĠEst ados +Ġcompan ion +Ġasse mble +Ġpun ished +Ġit al +Ġprev ents +ist es +ĠKent ucky +Ġloc ate +Ġfast ing +ãģ¨ æĢĿ +ĥ Ģ +ĠSe b +ĠCr own +op ia +Ġwh ip +us z +к ами +Ġdatab ases +åŃ Ĺ +Ġprose c +Ġ199 7 +ĠìĤ´ì §Ŀ +ĠSol ar +ĠP ues +ĠZ en +oll o +ĠG uru +Ġsque ez +ĠÐĹ Ð° +ĠÄ į +cept ions +c ca +iz able +m and +Ġbreak through +Ġtables poon +ĠS EC +ik h +ĠS ão +Ġп ло +am en +Ġpr ac +Ġdar ling +Ġtall er +Ġrend ering +Ġìļ°ë¦¬ ê°Ģ +ĠÏĦη ÏĤ +Ġm ã +Ġes os +uer do +ĠÑģ ÑĩиÑĤ +all er +ìĹĪ ìĸ´ìļĶ +Ġmill ones +ler in +Ġpe gar +on ne +Ġenroll ment +Ġli egt +Ġbo a +w iÄĻ +bs p +Ġcy cling +ĠBern ie +Ġ198 9 +Ġд алÑĮ +ĠDak ota +ĠÑģв Ñıз +ĠC P +Ġst are +íĤ ¤ +Ġprosper ity +Ġarrange ments +Ġarri ving +m ä +Ġkay ak +ip t +Ġp ardon +Ġrel at +Ġver ste +ĠF ig +Ġfo il +ĠTalk ing +pe are +Ġno i +ĠпÑĢи ÑĪ +Ġhoc key +Ġad o +ĠO UT +6 7 +Ġhorm ones +ĠAven ue +ĠSuper man +Ġpres cription +uber netes +C L +ot ive +N IS +ien en +Ġsad ness +ĠV it +T y +Ġstar ter +Ġbed e +Ġfound ations +Ġso re +åº Ĺ +Ñīе ÑģÑĤв +ìļ °ë +ĠÑĩ Ñĥв +l ink +Ġmane u +work ing +Ãł n +ĠAtt ack +ĠC art +ve is +ĠRes p +ens ing +Ġì¢ĭ ìķĦìļĶ +Ġesc uch +ĠR NA +Ĥ ´ +Ġad op +Ġb ending +ع د +Ġman ages +us p +Ġt art +Ġrout er +B o +Ġestab lishing +Ġbal ancing +Ġathlet ic +ĠS lo +Ġf ills +Ġн аб +Ġд ал +Ġpos so +ĠV ielen +Ġcrit ics +Ġlaws uit +ĠIsa ac +ĠÑĦилÑĮ м +Ġtr as +Ġpra w +ĠCra zy +Ġne u +Ġk ull +Ġtum or +ĠAP P +g ate +ĠA RE +9 8 +ĠSte am +Ġfuck ed +l age +ĠâĻ ¬ +ĠM D +f y +Ġshell s +ĠSe ems +iz ers +Ġr anges +ĠAnton io +AT ION +ĠB aba +Ġìĥ ī +k un +Ġpray ed +ÑĢ Ñı +ĠпÑĢоÑĤ ив +Ġse as +b ury +Ġ×Ķ× © +Ġtra it +ĠDep ending +Ġd re +Ġkön nt +ÑĨ Ñĥ +Ġlip stick +ee z +ĠпÑĢ Ð¸Ð¼ÐµÑĢ +Ġassign ments +B ob +Ġmet als +Ġspe cially +å°į ä¸įå°į +Ġìĺ Īë +ĠÅ ¡ +Ġv ista +ĠÎ ¬ +Ġtw ins +Ġnot able +ĠS au +Ġdé velop +Ġç ek +Ġpoly nom +av am +Ġtamb é +он ом +Ġpl asma +Ġe fect +Ġlä ng +Ġcas i +Ñģ а +ım ı +ãģĻ ãĤĭ +ĵ¤ ìĿĢ +Ġlab our +oss en +ĠP un +r if +Ġd oses +Ġoper ates +ил ли +Ġja ar +st aw +ĠìĤ¬ëŀ ij +Ġat m +Ġprotect s +Ġimp ed +H O +Ġc ima +Ġto ch +ab is +Ġsend o +la us +Ġcur l +ĠN um +Ġspons ors +Ġdé but +ĠAlex a +ĠB ür +ĠA mer +Ġc ope +Ġиз в +j al +Ġ199 5 +ap at +res se +ĠPri ze +ĠCla ire +ĠBrand on +Ġwszyst ko +Ġval ued +à¸Ļ ะ +Ġse ct +Ġsecret ly +Ġdiam onds +ĠEv an +ĠRP G +ãģ« ãģª +Īë ıĦ +ĠUnivers al +Ġdoub ts +ĠP in +wiÄħ z +ļ © +Ġal bo +Ġbra ucht +AU L +ĠM obile +gr ades +Ġsch em +wh y +ĠN icht +p i +g le +Ġchor us +Ġg ly +Ġrein force +Ġm uff +ĠSh en +ĠH ola +Ñĥ г +vid emment +v ial +ac ious +laim ed +ĠR ico +Ġve gg +Ġillust ration +ĠBut ter +ow ad +Ġeu x +Ġenf ants +ĠLe ader +ĠVill age +et ically +ÙĨ ÙĬ +Ġst ew +Ġsurpr ises +Ġc ue +ĠGrand ma +ĠC elsius +ĠR icht +en c +Ġpet ition +Ġher b +Ġw icked +Ġsch le +oc aly +Ġtrans f +Ġtok ens +ĠGr ay +ĠB BC +I K +Ġ15 00 +z n +ĠNe v +Ġk oy +Ġz ar +Ġbull shit +ĠColomb ia +ul ative +Ġwides pread +y ect +k it +Ġempres a +Ġn our +Ġburn s +at in +a ired +Ġrevolution ary +Ġгод Ñĥ +ĠLog an +Ġ199 6 +ĠGra ham +re b +ĠN HS +æľ Ľ +Ġcost umes +Ġnaw et +Ġlo vers +ĠLuc y +ĠInd igenous +íķĺ 기 +Ġimmun ity +¥ ´ë +uit o +Ġexcess ive +Ġdon ations +Ġ×Ķ ×¨ +Ġì² « +éī Ħ +Ġdry ing +mel on +Ġsurve ys +Ġ무ì Ĭ¨ +é¢ ¨ +aa a +Ġpro be +an cial +Ġlou der +Ġhot els +ü ÄŁ +ag ner +Ġorig ins +Ġë§Ī ì§Ģë§ī +Ġ* * +Ġstr angers +ĠHa us +com ed +Ġan throp +Ġus o +ĠìķĦ ì§ģ +ĠY uan +ĠíķĦ ìļĶ +pl er +ress ive +Ġsp raw +ĠSt ew +Ġ199 4 +Ġeld ers +Ġme inen +Ġj unt +Ġac oust +ĠW ohn +Ġban anas +Ġproject ion +ĠSt ick +leg t +spe ed +ĠcÅ ©ng +ĠW ort +ĠBalt imore +ĠÑĨ ел +Ġdun no +å¼ · +? , +ãĥī ãĥ³ +ĠLoc al +ost o +Ð Ń +од а +ĠPort uguese +Ġtheir s +Ġdé m +åı ¦ +Ġdra uf +ĠBuddh ist +ert a +G e +Ġcar rot +ĠWonder ful +Ġso ak +Ġchair man +gg i +IC A +f ried +Ġfl ick +ĠThrough out +Ġìļ °ë +Ġc ough +Ġfl uffy +sch ool +Ġr ipped +---- ---- +ĠZuk unft +Ġн еб +Ġst o +ĠB O +p ent +ĠLaw rence +Ïī ÏĤ +st icks +ĠE ins +ĠÑĢ Ñĭ +ĠStr ong +Ġcar amel +Ġsp ite +az ar +éĥ½ æĺ¯ +Ġcrit ically +Ġob ra +ow itz +ĠZ one +ĠÑĢ ÐµÐº +Ġsu g +ard ed +Ġg ì +ff entlich +an che +Ø Ł +ast ically +ìĿ ¼ë +л ав +Ġsimpl est +ĠF riend +Ġque llo +Ġamb ition +Ġabb iamo +åº ķ +ĠÑĦ оÑĢм +ĠEs sa +Ġeduc ators +Ġstatist ical +éĢĻ éĤĬ +Ġchang er +Ġat au +éta is +ĠShakes peare +ë IJĺ +Ġtr iggers +Ġreal iz +Ġcel ui +whe el +Ġloyal ty +Ġscream s +ke hr +ĠM ega +e ast +Ġtop s +ĠTot ally +ount ain +l ord +Ġviol ation +ĠG A +Ġnic er +ĠF resh +ĠMel issa +fun ction +Ġra pe +Ġexcept ions +Ġsil icon +Ġliber ty +Ġhousehold s +ãģį ãģ¾ãģĻ +ĠC A +ĠÐŀ б +Ġli b +ŀ Į +c ific +Ġtrop ical +Ġinvestig ating +H D +Ġad apter +ĠP itt +an cia +ĠShe ll +friend ly +Ġconclus ions +Ġtur tle +Ġdec omp +Ġanim ations +ĠÑģ ек +ins i +Ġret ention +k ie +Ġinject ion +ĠMad ison +ì° ° +Ġv ient +Ġvar ied +Ġviol in +ĠB il +Ġluck ily +Ġh tt +l ä +Ġr anch +çľĭ çľĭ +Ġsó lo +ìķ ħ +ĠD erek +ĠScript ure +оÑĢ Ð° +Ġclassroom s +av il +form ed +Ġbefore hand +ĠG em +pre ch +Ġl in +Ġgre ens +ÑĨ ев +ĠMer cedes +Ġdr ought +gas ps +Ġab ortion +Ġter ribly +Ġspos ób +Ġsec ured +Ġat rás +Ġwavel ength +Ġgra ins +ect ive +Ġspace craft +Ġtour s +Ġprof es +Ġsur geon +ĠP ie +Ġide ally +arn er +U P +op ard +s ce +Ġimm ense +ĠOr t +roll er +ĠD allas +ĠNich olas +Ġs ulf +ĠToy ota +Ġquant ities +ce ans +Ġcu i +an ça +ĠC AN +itzer land +åĦ ¿ +Ġz ou +ĠCy ber +le gen +ĠIn it +ed u +Ġa pert +Ġad jac +ou v +èĢĮ ä¸Ķ +r s +Ġcab bage +Ġwheel chair +iny l +ĠD ynam +ĠìķĦëĭĪë Ŀ¼ +Ġl ing +h l +Ġмог Ñĥ +Ġcris p +Ġm ij +Ġd ug +n in +Ġbl oss +Ġbelong ing +Ġloud ly +Ġminer als +Ġconclud ed +Ġsearch ed +9 6 +ĠMe et +ĠS EO +ĠС к +ĠH ob +ot ta +Ġpropag anda +Ġcin namon +Ġhun ter +Ġgeme ins +Ġsculpt ure +uls ion +Ġv äl +Ġmagaz ines +Ġcontrovers y +ä¸Ģ 樣 +Ġsequ ences +ãģĦ ãĤĭ +Ġíļ Į +Ġdel eted +ä½ ¿ +IJë ıĦ +Ġvary ing +ãĥ Ĩ +Ġmount ing +Ġaff air +Ġpath ways +æ ¦ +Ġdig o +äº ® +Ġд ок +A lex +Ġtob acco +ĠC V +Ġbother ed +Ġamb ient +ink y +ĠS L +Ġh ates +Ġje żeli +Ġcon greg +Ġel as +Ġde uts +ĠStud ios +ch ÄĻ +Ġdocument ed +ĠCru z +ĠL en +ĠDoug las +ĠPort ugal +ent i +Ġsp ouse +Ġanal ys +av ia +Ġed ited +Ġl ại +bu ilt +Ġv ille +ad ora +Ġbrac elet +Ġs ushi +Ġp m +Ġtra ils +Ġl ug +Ġö ver +Ġs orrow +Ġcol ony +ado x +Ġser ie +any ak +ĠØ · +ĠG ulf +æĺ¯ ä¸įæĺ¯ +ĠP V +ĠSam uel +ĠK it +ĠR al +ont in +ex pl +Ġent ries +Ġactiv ists +P s +Ġs ant +ĠÑĤо Ñĩ +ĠBr uno +ke ley +Ġtut to +é Ķ +Ġv intage +Ġterr ified +Ġпо Ñħ +us ive +ow ers +ай ÑĤ +ë ıĻ +Ġtwist ed +ĠTh ought +Ġt ah +Ġshr ink +Ġshe er +l it +Ġdal am +Ġd ib +Ġv ard +ow ane +Ġdo br +ĠR ena +ĠÑģво Ñİ +ĠpaÃŃs es +ĠE ra +ãģ® ãģ§ +ĠB UT +s ighs +Ġê·¸ ê±° +Ġgro ÃŁen +Ġë¹ ¨ë¦¬ +Ġn erves +Ġconst it +Ġpreoc up +ĠG ay +ĠX u +keep er +he ure +.. ) +ĠCal m +ĠUn idos +ĠìĿ´ ê²ĥ +ĠAqu i +Ġìłľ ìĿ¼ +d ır +ì¦ ĺ +y our +ĠÑįÑĤ им +20 20 +Ġr und +ĠH O +ĠC atherine +iel i +Ġf usion +Ġide ology +Ġfor am +sh aped +ĠíĽ Ħë +Ġw t +Ġret r +Ġpr éc +Ġê° ij +Ġopen ly +v ity +구 ìļĶ +Ġobst acle +Ġbo o +Ġse iner +ic orn +Ġeigen lijk +Ġhead er +are mos +Ġso fter +ĠÐŁ од +Ġpre jud +Ġdefin es +ier te +Ġbl ending +Ġbelie vers +ĠWo chen +Ġник ак +ĠÐļ огда +ĠTyp ically +Ġíģ ¬ +ç® ¡ +ci os +Ġmiss iles +Ġsp onge +ĠK itchen +Ġt ren +ning en +Ġsc rap +Ġser ait +´ì ł +ç ¹ +Ġë° ĺë +Ġrest ored +Ġprzy kÅĤad +ĠK ubernetes +Ġsa it +Ġu w +Ġen abling +Ġtra vers +amp s +åı Ĺ +ĠOM G +ens or +Ġz osta +Ġpronoun ced +A ng +norm al +Ġeconom ies +t in +ĠChamp ion +iz en +Ġar beiten +ĠG ospel +ĠZ u +ng a +Ġliter acy +ĠM ans +Ġcircul ation +Ġad ap +ĠTot al +Ġmere ka +Ġol acak +ÑģÑĤ аÑĤи +J ack +Ġm und +Ġth ief +b ies +Ġê² ģ +a que +ĠÚ© ÛĮ +ĠSc ar +å ² +Ġab ol +Ġdev ote +Ġ0 1 +Ġs itten +ĠVis ual +we ek +s ome +ing t +Ġjournal ism +ĠH ir +ĠB achelor +in ery +Ãľ ND +ãĥ Ł +ç» Ļ +Ġcolor ing +ĠCr ist +Ġcelebr ities +ĠÑĩ иÑģ +ĠC rit +Ġdifferent iate +ĠÐľ не +el im +Ġse afood +Ġalgum as +otherap y +æĪ ° +Ġgla ub +Ġarbitr ary +g ens +ĠбÑĥд ем +Ġt av +Ġcream y +ĠCount ry +a ñ +м еÑĤ +Ġh inter +Ġm ism +Ġillust rate +ÃľND NIS +Ġdecre asing +Ġwen iger +AK I +ix on +Ġн ей +Ġfat to +Ġn erd +ç ł +Ġb itte +P er +Ġt ane +Ġgö z +Ġfor te +ĠE y +Ġнав еÑĢ +è¢ « +ĠWord Press +ĠM is +Å ¯ +z äh +Ġinté ress +osa urs +ĠFall s +Ġn essa +9 7 +Ġmuseum s +Ġcorrespond s +Ġs ings +f our +Ġed er +ĠCommun ist +o a +ne k +ĠWH O +Ġcor po +Ġmess ing +ÏĦ αι +Ġbrush es +Ġb isc +ĠAr beits +ĠT ax +Ġse le +Ġflag s +ou pe +Ġanticip ated +ãĥ ij +ĠN ad +Ġpou red +Ġm l +Ġll ama +Ġvisual ize +Ġlisten ers +ÙĦ Ùĥ +al ten +Mich ael +Ġcos ì +Õ¡ Õ +op us +Ġíķ´ì £¼ +Ġh ike +ĠAtt orney +ĠHill ary +ud ed +Ġíķĺ ì§Ģë§Į +Ġdo ve +Ġstorm s +ак Ñģ +Ġdoct rine +Ġhe x +ik s +no ÅĽÄĩ +Ġscript s +Ġδ εν +ĠÑįÑĤи Ñħ +ĠÐ Ĩ +ab er +ĠV as +Ġcent imeters +×ŀ ×Ķ +ни б +Ġrid ers +ĠT rib +åĮ ħ +Ġtak że +Ġn oun +Ġic ons +Ġsole ly +mind ed +Ġdisp on +ĠSw itzerland +Ġcl usters +Ġqu eda +ail ing +Ġman ga +Ġ6 8 +Ħ Ī +Ġt et +g ins +ha us +ç© º +å· ¥ +ĠO P +ot ed +Ġnouve au +AL LY +ÙĪ Ø¯ +ò n +Ġmort ality +ĠGit Hub +d rop +Ġdis gu +Ġrec om +Ġloc als +Ġhome made +amb a +Ġpron unciation +Ġal phabet +ан ÑĮ +ow any +ir as +id ency +OM E +ĠÑĢаÑģ Ñģ +ar ak +v iamente +Ġnon profit +ĠYouT uber +Ġp arenth +ĠB oo +v at +ĠSt ir +Ġpre cip +Ġan ts +Ġall y +ĠMa ori +ĠëĮĢ íķľ +åı¯ æĺ¯ +og ene +ĠLab our +aret te +Ġrecy cling +ens a +Ġpurs uit +Ġs ak +ĠÐĹд еÑģÑĮ +Ġtoler ance +Ġsa at +Ġclick ed +âĻ ¥ +Ġface book +ĠInt o +Ġincent ives +기 ëĬĶ +ĠD ennis +ĠW ik +ges ch +à¹ĢภĽ +ĠÏĢ Î± +ĠWh oo +Ġround ed +Ġdo pe +Ġcapt uring +ĠWar ri +Ġcivil ian +Ġchar ming +Ġes as +Ġsust ained +Ġle aning +Ġabund ance +ÃŃ lia +алÑĮ нÑĭй +Ġph ải +ac ja +Ġê°Ļ ìķĦ +act iv +า ย +Ġ9 7 +Ġм ой +c ro +ĠJack ie +itt ees +br acht +ul ent +Ġìł ľë +Ġplug in +v antage +part y +Ġsu as +Ġan te +Ñĥ л +ÐĿ ÐIJ +æĤ ¨ +ĠÏĥ Ïħ +Ġmet h +Ġenthus iasm +ÑıÑĤ ÑģÑı +íĻ Ķë +Ġsynth etic +Ġseason ing +ĠL ost +on omy +ĠSp ark +Ġb ure +Ġass ured +Ġimag in +Ġcar ro +S ha +Äħ t +нÑĥ ÑĤÑĮ +át ica +T Y +Ġk ern +ĠBrazil ian +à ° +Ġsusp ended +ĠCar ib +Ġbiz im +ĠOl iver +ãģ ¶ +T om +Ġпл ан +Ġn ope +omet hing +Ġbe iden +ÑĨ ен +Ġflu ct +Ġμ οÏħ +Ġf athers +ĠBl ake +Ġup ward +ĠD ash +ĠL il +ĠìĪ ĺëıĦ +Ġrevel ation +Ġelev ated +ĠJi ang +LE D +ĠThom pson +Ġмог ÑĥÑĤ +ÑģÑĤ ÑĢÑĥ +if iers +Ġcome back +Ġbuy ers +ê² ° +ĠS ales +иÑĩ е +c iones +Ġwh istle +Ġd ull +LE X +Ġíķĺ ê²łìĬµëĭĪëĭ¤ +Ġcrimin als +Ġdes cent +ipp le +mas ı +Ġfool ish +ĠдÑĥм аÑİ +t ar +Ġman go +Ġchore ography +M att +Ġterr itor +Ġac aba +ĠEin stein +ĠI BM +ĠMet al +ĠCry stal +Ġr ah +Ġf oul +ĠIsland s +Ġint act +ĠR ail +. : +Ġac á +ĠпÑĢ Ð¾Ð¿ +еÑĢ Ðµ +ĠWr ite +he he +ĠF O +ĠÏĥ ÏĦη +Ġdo in +h eld +Ġappropri ately +Ġdeliber ately +Ġarch ive +Ġgive away +ãģĵ ãģĵ +Ġfin ale +л аÑģ +ен о +Æ¡ n +æ£ Ĵ +og o +çī © +ĠAud ience +ãħ ł +Ġsub ur +Ġhead ache +ан нÑı +ĠW itch +ĠSwed ish +ĠB I +Ġer ase +Ġk hi +Ġcomment ary +ĠS ultan +íĥ Ŀ +ĠLe ban +Ġë³´ì ĭ +ĠP am +pe kt +mon th +Ġground ed +ê ¾ +ĠÅŁek ilde +2 50 +ĠS CH +ios o +Ġin aug +he imer +Ġreflect ing +ĠR uth +ĠO il +Ġtrou ver +u ep +.. ] +Ġìŀ Īë +Ġol ha +Ġreason ably +Ġgl itch +U B +ĠGr an +Ġad alah +Ġl ent +ر ا +Ġtr action +Ġadjust ing +´ ¤ +ниб ÑĥдÑĮ +Ġд оп +Ġstretch ed +Ġor t +Ġcos ine +vi ol +Ġì ħ +c ir +Ġbast ard +ä¸ ĩ +ĠÑħ од +Ġqu ier +Ġpress ures +ĠAn h +å¹ ¾ +Ġell es +Ġд ÑĢÑĥз +ĠможеÑĤ е +Ġch á» +ĠM é +ö k +ầ u +ìł Ī +z in +Ġca ution +ib an +Ġjud ging +ÑĥÑİ ÑĤ +Ġb aj +ĠС ейÑĩаÑģ +ĠPo or +ĠNaz i +Ġup beat +y ang +Ġweek ends +ĠEss entially +Ġol uyor +Ġspat ial +ack er +Ġsell er +Ġ×IJ ×ķת +ij ׾ +Ġv ivid +ĠB ond +ê ¶Į +is kt +ãĤ µ +Ġgo at +dri ver +Ġm ug +ict ional +Ġall t +ĠIn iti +ĠR and +Ġfinish es +Ġê° Ī +Ġvit am +Ġteen agers +ĠMor ris +ì¤ Ħ +ĠO ri +i ya +Ġmy ös +St ep +ĠK re +è¾ ¦ +Ġdin osaur +Ġëª ĩ +aff e +ĠëIJ ©ëĭĪëĭ¤ +Ġz eg +åĪ ĩ +ĠManh attan +Ġsu jet +ue lle +st off +Ġd ür +Ġsub mar +es es +Ġa quele +Ġn ou +ĠFa ith +t z +ĠÑĤ омÑĥ +ace ut +li ers +Ġband width +ưỠĿ +Ġrespect ive +ĠA ve +Ġspread she +ĠS ent +ic amente +Ġinf ra +Ġlearn ers +Ġà® ī +ai ah +ren al +Ġmust ard +Ġhab t +ç ĥ +ĠQu é +Ġanaly zing +æ¯ ı +Ġso lic +Ġ×Ķ ×ķ×IJ +Ġcaus a +Ġwel comed +ĠS uccess +Ġfac ile +ĠÐŁÐ¾ÑĤ омÑĥ +sche in +Ġf etch +Ġstr at +ĠÑģÑĤо иÑĤ +ìĹIJìĦľ ëĬĶ +ĠÑģп оÑģоб +m am +Ġser ÃŃa +nam ents +wr iter +Ġconsult ing +íĺ Ģ +ĠBer keley +e u +as ive +U U +ĠAnal yt +Ġsubm ission +Ġmagnific ent +en za +Ġe con +Ġprof iles +Ġinc ar +A b +ĠN un +Ġh ic +scream ing +Ġresil ient +åĪ © +gr und +Ġconc ur +Ġbere its +L D +Ġnur t +ì ī +Ġfe ast +Ġenc uent +ĠMich el +Ġsup rem +" ] +Ġfeed s +ĠKoll egen +iss er +ĠF eng +ĠW en +m un +Ġten ÃŃa +ĠW rest +Ġìĺ¤ëĬĺ ìĿĢ +Ġst ead +Ġrest oration +Ġdon ated +Ġdel s +Ġc ensus +Ġdesper ately +worth y +H E +ĠSp a +ĠBry an +Ġh j +ĠR aw +ìķĦ ë +ĠCam era +Ġz ien +Ġst yl +ĠT W +ĠChe ese +bor ne +Ġob l +ĠAl ready +Ġunst able +Ġfl ames +p ost +H a +rom agn +ĠìĹ Ħë§Ī +d est +Ġkole j +Ġtempor arily +Ġdeterm ining +ĠGl ass +ÑĢ Ð¾Ð½ +ol an +Ġdom inated +åĮ ĸ +__ __ +ĠÙĩ ذا +ĠD ana +Ġdin heiro +a qu +ë ¯¼ +ĠÃł s +ĠJo ey +ĠGr iff +Ġatt ain +Ġtrans itions +ĠLiter ally +ен д +ĠHa ven +Ġgrab bing +Ġcryst als +ĠFour th +Ġcand les +ĠÑģлÑĥÑĩ а +ric o +Ġ5 000 +et to +Ġund o +Ġk to +Ġdi vert +Ġch ir +Ġper sec +Ġh iking +Ġannounce ments +çĶ ± +з Ñĭ +Ġa uc +Ġsystem ic +ĠR M +Ïĥ α +ĠÐĶ Ð¶ +Ġy ar +ĠW ard +Ġpiss ed +Ġcar n +Ġautonom ous +ãħİ ãħİ +so ver +æ²Ĵ éĮ¯ +å¾Ī 好 +Ġref lex +Ġgard ens +Ġd ated +ì ± +ami ÄĻ +Ġcontinu ity +Ġcitizens hip +Ġsch wer +Ġz ak +t able +ĠÑģ Ñĩ +è§ ģ +ĠÏĥ ε +Ġgener ates +구ë Ĥĺ +ö h +ó m +al am +ĠJUD Y +ĠB ug +Ġãģ ¦ +Ġdr ones +Ġá gua +ac aks +æ ļ +ĠÐļ он +× ĸ×Ķ +Ġstri ve +ĠAl tern +Ġne arest +Ġpro yect +ter a +ĠASH LEY +Ġwor m +Ġre play +Ġt ara +ĠInd ians +ãĤ ° +ica id +ĠìĪ ľ +Ġappe aling +ĠW es +Ġment ions +Ġдел е +Ġk w +Ġfrag ile +is z +k ów +h ang +col or +Ġpresident e +8 7 +е ÑĦ +çĪ ¸ +Ġдоб ав +ĠN elson +á fic +ĠMIC HAEL +Ġmechan ic +Ġmet res +Ġo czywiÅĽcie +ĠC ind +Ġog sÃ¥ +Ġlands ca +AC E +Ġhead lines +Ġcat alyst +ĠC atch +ink les +Ġp ills +ord o +Ġimmig rant +Ġexam ination +Ġacc idents +zÄħ d +Ġqui ere +Ġne lla +Ġ6 7 +Ġpass a +Ġsuper fic +ist or +Ġno v +ëĭ µ +Ġmand ate +is ons +ĠVirt ual +Ġsel ber +Ġcounsel ing +ĠN BA +Ġse pt +Ġbelie ver +Ġmar vel +ĠInte gr +Ġм Ñĸ +Ġor ph +Ġback ward +ĠGen eration +ĠP ict +ĠÑĤо ÑĤ +Ġtap i +pro chen +Ġhall way +ht e +ĠÛģ ÛĴ +ĠZ um +èĢģ 師 +ach ment +iqu er +fol g +ĠEd die +ĠK il +Ġwell ness +st ock +è¼ ĥ +Ġka ç +Ġterror ism +Ġpo inter +O f +her ic +ĠUlt imately +Ġmes es +ĠTr ade +Ġp int +Ġtu ition +Ġdisag re +Ġê²Į ìŀĦ +Ġmanus cript +Ġro omm +Ġoutput s +е ÑĨи +Ġr ies +Ġsal ud +otz dem +Ġmass es +Ġby ÅĤa +Ġclear ing +Ġdisc ourse +ats on +Ġfold ed +ĠJ ar +ÙĦ Ùī +9 00 +ĠÑĥ Ñģп +Ġprophe cy +Ġinterf ere +иÑħ од +๠Į +Ġth ri +Ġ×ŀ× © +Ġlaz ım +Ġ199 2 +Ġfut uro +Ġlock ing +Ġembar go +ĠNe ither +iv amente +ĠmÃ¥ ste +Ġm ik +Ġcollect or +еко ÑĤоÑĢ +ĠG and +Ġsent ir +ĠM ight +å¡ Ķ +Ġgan zen +U C +Ġrel ating +S D +Ġmos quito +G R +Ġho llow +âĺ ħ +ĠWalk er +Ġaffili ate +Ġduplic ate +н ем +Ġgra pe +ĠOrgan ization +Ġsy nt +J oe +Ġg eg +Ġreve aling +ĠEth an +out er +Ġy ay +é« Ķ +л аÑĢ +Ġreported ly +Ġihr er +Ġrecogn ise +Ġbum per +ĠR andy +ĠVen us +t les +Ġappet ite +Ġgluc ose +Ġch odzi +ĠFurther more +t ir +Ġcont a +Ġint uition +Ġalt itude +Ġch unks +ĠJosh ua +ıģ ım +ry lic +le ans +ĠíĶ ¼ë +L L +Q ue +Ġg or +Ġзна ÑĩиÑĤ +Ġpo ems +Ġexc el +Ġexpl ored +Ġpop ul +Ġinclus o +st ä +ĠG avin +all ing +ĠÏĦο ν +é © +ar beit +ĠG as +Ġgl orious +rie ben +Ġsp am +Ġindo or +Ġthr ust +ĠA ld +ĠPri or +Ġon board +ãģł ãģķãģĦ +o ca +AS H +£ ł +ĠChrist ine +Ġdra wer +Ġno on +Ġìŀ ĺë +Ġperman ently +æ· ± +ĠнапÑĢ Ð¸Ð¼ÐµÑĢ +Ġpodcast s +era peut +pr it +Ġstain less +ĠÚ© ÛĴ +Ġfamil ia +ĠÑĢаз ÑĢ +un to +ĠÑģÑĤ ол +Ġh ä +ĠH ai +ĠP B +iz on +Ġkon nte +Ġbüy ük +Ġutil izar +Ú Ĩ +Ġaqu esta +Ġmix er +ud ent +лек Ñģ +ÅĤ u +ĠÑģиÑģÑĤ ем +Ġн оÑĢм +Ġfat al +Ġconsider ations +Ġvalid ation +Ġo li +Ġk ardeÅŁ +ĠGL ORIA +Ġp all +еÑģÑĤ е +Ġrect ang +Ġmed ieval +allah i +ast i +ĠSy rian +Ġshe ar +Ġdeb ug +ĠM ai +Ġknock ing +ĠLe x +ard an +ro v +Ġmem orial +æ° £ +ook y +Ġstuff ed +Ġpass é +Ġw ig +Ĥ ł +Ġpróxim a +Ġ199 1 +Ġм еждÑĥ +Ġnuest ros +ĠBe ast +Ġsm o +atch ed +olog ia +Ġм од +Ġge e +Ġconcept ual +Ġà ´ +Ġdecre ases +Ġquer ies +олÑĮ ÑĪ +ĠA part +Ġex empl +å± ± +Ġfl ed +ĠO FF +gg ak +Ġbe ad +h ir +l ies +ĠClear ly +ı lar +Ġch ess +Ġwhich ever +Ġ9 6 +Ạ± +Ġrespect s +Ġм оÑĢ +Ġorgan ism +Ġgrand pa +ĠV ie +è·Ł ä½ł +Ġflo oding +Ġupgrad ed +Ñij ÑĢ +Ġcheek s +Ġcon quer +Ġstub born +Ġpuzz les +Ġau ction +Ġre lying +ĠPRO F +ĠEs per +ĠÐľ У +Ġhy pe +Ġposs ibil +Ġimp rison +ĠEr n +ìĹĪ ìĬµëĭĪëĭ¤ +Ġenv ie +Ġresur rection +ä¸į è¡Į +Ġs per +ĠVenez uela +s om +Ġìŀł ê¹ +Ġnouve lle +Ġclos es +Ġ19 40 +Ġqu a +ĠJ ared +ĠP ir +Ġind e +Ġscr ub +uk u +Ġrequ iring +Ġв ами +Ġconsider able +åIJ Ľ +il ia +Ġin ne +Ġmein em +Ġhard ship +Ġtra ps +ro c +ĠìĦ ¤ë +Ġresearch ing +ĠMarg aret +Ġpen ny +Ġbı rak +Ñij л +Ġw ool +Ġr het +Ġflat ten +ç ĩ +à¹Ģภ£ +Ġp ied +ĠCh ap +Ġunder m +Ġf ret +Ġcrash ed +ĠFra uen +ذ Ùĩ +iv an +Ġliter ary +late go +Ġsp äter +Ġsimilar ities +â Ĩ +ĠCor on +ĠC reek +Ġboss es +Ġaccompan ied +Ġdeb ates +Ġassemb led +Ġà ģ +ĠV ai +Ġtr act +Ġsimple ment +ĠAr in +Ġvulner ability +Ġhorm one +I EL +OO K +Ġrel ay +ĠAnd rea +r il +Ġnecess ity +aceut ical +Ñİ Ñī +ous ing +nah men +Ġfoot print +m ap +ĠT ier +ann ya +int end +åĸ ® +å ¢ +Ġdecor ate +Ġzomb ies +ĠHy d +ĠSu z +Ġcampus es +ĠE mb +Ġthr ottle +Ġad min +Ġop ortun +Ġmir rors +Ġident ities +ĠCl in +Ġë¹ Ħë +á¹ £ +ĠO tt +Ġbl ues +Ġimpress ions +- , +Ġv ague +a fe +Ġinfer ior +eral d +Ġmedic ines +Ġpre gunta +os ely +Ġt élé +ĠMon th +ĠLe aders +ĠEgypt ian +Ġr ation +k ers +he its +Ġre cht +P lay +Ġe g +Ġpoll s +ĠWOO DR +Ġsl ots +j am +B oth +ĠR at +ÑĢ Ð°Ð¶ +ĠBr ight +ä¸Ģ å®ļ +á»ij i +ur ious +Ġsing ers +Ġlo gin +Ġt êm +l ation +ĠM um +ưá»Ŀ ng +ĠEd itor +åIJ ij +Ġinnov ations +h ave +ĠS ek +Ġwe aker +ĠG ob +A fter +´ì §Ģ +Ġ문 ìłľ +ãĥ¼ ãĥ¼ +Ġdisad vantage +ç¢ º +Ġg aze +ĠM ack +Ïģ ί +ĠK iss +ĠH olo +ĠBir th +iz i +b ab +ä¿ Ŀ +ìĭľ ê³ł +д еÑĢж +Ġsqu at +кÑĥ Ñģ +un i +ĠComm e +ĠWOODR UFF +ĠChampions hip +Ġwel che +ĠY outh +z em +Ġod pow +Ġpersist ent +r ut +ìĶ © +íĸ ¥ +la ir +ik u +Ġvend or +Ġch úng +Ġfinan ci +Ġover ly +â u +Ġgl uten +Ġ18 00 +Ġdiv isions +Ġciud ad +Ġob ed +Ġwar um +Ġe her +Ġel im +ĠÐĴ о +Ġpeu vent +ĠW anna +Ġattend ance +Ġassess ments +ĠB og +Ġimag ery +Ġcollect ively +Ġinform al +ĠSch we +Ġde utlich +ĠCh el +ĠP E +ow ed +Ġb anner +Ġshel ves +ĠRet urn +æĭ ¿ +LAUGH S +Ġcongrat ulate +ĠNor way +Ġd well +ĠCarib bean +Ġnorm s +ĠAn imal +ĠValent ine +Ġext ending +ĠV ou +or r +ĠCh eng + ¡ +ĠдоÑĢ Ð¾Ð³ +Ġve g +Ġh Ã¥ +ĠX in +Ġì¹ ´ë +em et +Ġhyp oth +Ġinteress ante +ric es +I Z +ĠUS D +Ġrun ner +ĠB ag +Ġê ½ +Ġcomeç ar +Ġpig s +Ġweakness es +P h +ĠVi ol +ä¸į ç͍ +Ġdra gging +ĠAqu ÃŃ +ĠCS S +Ġmill imeters +Ġest ás +Ġac ute +Ġde jar +i ÄŁ +ob ra +L ove +Ġsil k +** ** +Ġjo ins +Ġpro l +Ġê°IJìĤ¬ íķ©ëĭĪëĭ¤ +æĶ ¯ +ØŃ د +agh etti +än ner +Ġstr ang +Ġdoub led +Ġdescri ptions +Ġst ellen +Ġpart i +ç« ĭ +² Ħë +Ġö ÄŁ +ig hing +Ġang ular +Ġnat uur +ĠSh el +ư Æ¡ +Ġr ays +Ġse per +st art +v ised +Ġrush ed +Ġinternation ally +Ġnive l +Ġbox ing +fall en +á»ij c +Ġse inen +plic ity +Ġcarb oh +ĠTra vis +us o +ĠPh ase +Ġactiv ation +Ġop io +· ¨ +Ġdecre ased +C ar +Ġbund le +Ġexp end +orm al +Ġadjac ent +Ġme e +ĠоÑĢ Ð³ +Ġtrans cript +ĠLang uage +G S +è§ ī +Ġse ul +Ãł nh +Ġn ya +ning s +Ġìĭ ľë +ĠëͰë Ŀ¼ +ĠA gr +ÃŃ d +çķ Ļ +Ġab y +ĠNe o +ıyor uz +ĠThink ing +a ime +Ġv ite +Ġtrav és +Ġ×ij× ¢ +Ġм ед +O ur +ho ot +Ġl iner +ĠP izza +Ġhy g +fl ies +ĠContin ue +Ġdent al +ĠT ib +Ġreg ulate +lie ÃŁ +AL K +ĠTa e +ê¸ ¸ +ĠBre xit +ĠG ut +Ġoccup ation +Ġz robi +â m +Ġwh isk +ä¸ĸ çķĮ +Ġkans ke +om on +ro be +Ġwar fare +Ġth á»ĥ +Ġjak i +Ġstro kes +Ġpe as +ĠDam it +H AN +Ġinter ference +Ġмин ÑĥÑĤ +N ER +out ing +Ġtext ures +Ł ī +ow i +Ġíķ Ļ +Ġd ens +Ġprotagon ist +än n +Ġgod dess +Ġwoll te +ij o +ĠWo che +ĠV PN +st ory +Ġkind erg +Ġfun nel +Ġdist ress +ноÑģÑĤÑĮ Ñİ +Ġno isy +ĠпÑĢод олж +Ġdar an +Ġenzy me +л ож +Ġm ute +Ġd war +Ġا س +Ġkom pl +Ġmer it +Ġf osse +ĠDr ink +Ġfor a +Ġw ohl +Ġbree ze +Ġsan it +Ġdr in +ĠìĿ´ê±° ëĬĶ +Ġ6 2 +Ġì° ¨ë +aby tes +Ġde eds +ĠÐ ¹ +i ème +igg ling +Ġ" ' +ĠÑĩа ÑģÑĤÑĮ +ĠAns wer +Ġev angel +Ġ10 80 +ĠVis it +ic ient +Ġreli ability +Ñİ ÑģÑĮ +ĠEar lier +Ġf id +çŃī ä¸Ģä¸ĭ +Ġslee ves +iy orsun +Ġb ib +ĠAcc ount +Ñı ли +cipl inary +z as +Ġб еÑĢ +Ġneck lace +Ġbl ender +ĠPhill ips +et i +ĠJup iter +Ġprov oc +ĠYe ars +ent re +ac io +Ġk ü +Ġanten na +Ġnovel s +Ġf art +ĠS ugar +ĠJud y +Ġcollaps ed +ç ° +rit is +Ġìĥģ íĻ© +ÐĹ Ð« +ĠVer f +rane an +ere um +ĠTar get +Ġ8 8 +ĠÐĺ з +ide o +Ġreg ression +ì¶ ľ +Ġmów i +Ġstud ios +i ens +ip h +Ġfr ying +Ġfasc inated +ĠW ah +b ucks +m aya +ĠSat urn +ĠM ommy +Ġrating s +Ġaut umn +ươ ng +Ġlos er +Ġcent ro +érie ur +ĠF old +Ġsuper visor +ĠNo bel +Ġunder est +ob ia +Ġв ÑģÑı +Ġver w +Ġfu els +Ġartif acts +Ġë¶ Ļ +ĠAut om +çļĦ æĺ¯ +Û Ķ +×ķ× ¡ +Ġih nen +Ġ5 9 +ound ing +еÑĢ Ñĭ +in ars +ch ant +Ġadd icted +Ġexplos ive +Ġdisp ers +â ĸĪ +ax is +AR Y +Ġl um +ĠÑĥ Ñģл +ĠØ Į +Ġru pees +ĠPe arl +c amp +t v +oy a +Ġconclud es +Ġcoll ision +Ġbuy er +Ġplay ground +Ġspr ings +Ġfemin ine +ĠR as +Ġincar cer +íĹ ĺ +Ġdial ect +Ġclos ure +Ġchat ting +Ġb abe +Ġspot light +Ġnot ation +è· ¯ +St ar +i ão +Ġt ête +Ġt ide +Ġjun to +Ġsen ator +Ð ¥ +Ġexcus es +Ġbl ink +Ġadm ission +ĠL ily +Ñĭ ми +Ġam igo +Ġl ust +ëĭ ¬ +Ġam ino +äºĭ æĥħ +Ġconsult ant +ĠElect ric +Ġëħ¸ë ŀĺ +uj ah +Ġshoot er +icht en +ĠUkrain ian +Ġaim s +ĠEnter tain +Ġmir acles +èŃ ° +Ġze igen +Ġl am +Ġres s +ĠJ ill +yl an +Ġro ok +Ġh aya +Ġpass port +ad ata +Ġju icy +con f +л ей +ĠS z +Ġinter cept +ãģĤãĤĬãģĮãģ¨ãģĨ ãģĶãģĸ +ĠTe ams +Ġmak en +ir rel +ĠLI KE +áºŃ y +êµ ° +Ġshort age +Ġparad igm +Ġpap el +Ġast ero +ãģ¾ ãģŁ +Ġsoll en +ĠMic key +ĠOr leans +Ġchol esterol +Ġgo ose +ÑĨи Ñİ +ãģĤ ãĤĭ +ĠF L +Ġгол ов +Ġtrib ute +ĠG am +Ġé videmment +Ñı Ñħ +å® ŀ +çĶ ° +Ġin appropri +uh an +Ġorganiz ational +ail ed +Ġend ure +Ġ7 6 +Ġshot gun +Ġliv re +Ġsu ited +Ġwarm th +ĠS IM +Ġenv ision +Ġde grad +î ne +La ughing +ĠWho ever +ĠBuddh ism +Ġspr inkle +ceÄŁ iz +Ġru ins +Ġst arch +ĠHer z +Ġinjust ice +Ġhum idity +ожал Ñĥй +ĠOb ject +ĠI gn +ĠEx am +ig ers +Ġth ou +ĠSo y +iv as +Ġpol es +m ath +Ġв ним +ING ING +ed ral +Ġexpl or +Ġroast ed +Ġcraw l +Ġco ff +Ġan om +Ġw ij +Ġimpro ves +Ġtreat y +Ġdiscover ing +Ġstat ute +Ġmerc ado +ĠÑģ ил +Ġint el +ĠChance llor +ĠMed icaid +ug i +Ġver bal +Ġd ön +Ġscript ure +Ġit eration +ek s +ĠOx ford +Ġw äh +ĠV ad +ĠA K +ĠìķĦ ìĿ´ë +Ġi ets +Ġneed les +Ùĥ Ùħ +Ġpas ado +Ġalbum s +Ġye a +et zen +Ħë ıĦ +Ġdeterm ines +Ġthe e +ĠPlay ing +är t +Ġ× ¦ +c led +Ġdown ward +al one +Ġsol u +Ġpart ition +Ġw z +d d +Ġpesso al +å ª½ +Ġfact ories +Ġble ibt +ม า +als a +ĠNF L +Ġfu era +Ġres erved +ĠE arn +Ġhel t +Ġshort cut +Ġconvin cing +sp ace +Ġen force +Ġc ores +Ġe fter +Ġrecess ion +x ico +Ġprop osition +ar ians +rop ol +Ġëª °ë +ĠÎ ľ +ĠìļĶ ì¦ĺ +Ġactiv ist +Ġconv iction +Ġz ab +Ġcancel ed +ÑĤо Ñĩно +ĠÎ ® +éĢĻæ¨£ åŃIJ +n ite +Ġfund ra +buz zer +ел о +ic ations +Ġz ona +Ġte ens +Ġmethod ology +Ġì¤ij ìļĶ +th an +ĠU l +ĠG rey +Ġh og +IN K +ĠS ung +ĠC laud +ĠCN N +Ġdel ivers +al in +ĠAd obe +ot he +ĠDes wegen +ภ³ +Ġwer de +Ġgre ase +Ġup grades +ĠFin land +ac cept +Ġinter rog +be e +Ġãģ « +Ġpre de +ĠN ep +ĠCam bridge +Ġgraph s +Ġha unted +Ñģ ем +æ § +åħ ĭ +S ome +ĠM all +Ġrehears al +ĠUr ban +ĠL ag +Ġn im +ê° ķ +Ġposition ed +Ġavo ided +EM A +Ġlleg ar +Ġráp ido +Ġgou vern +Ġh ing +Ġdeal er +Ġreform s +Ġfat ty +к ол +ĠA ce +Ġne p +Ġì² Ń +Ġcomput ation +ĠSt ream +bour ne +t ur +P or +Ġsleep y +Ġbang et +ãģĤ ãģ® +Ġwe ighs +Ġble iben +ĠG ren +Ġun ions +Ġêµ IJ +Ġap render +uit ar +ĠJ est +um ing +ĠPlay er +ĠExt rem +Ġinteg er +аÑĩ е +Ġconcert s +×ķ× Ľ +Ġtro chÄĻ +ĠRe pe +éĩį è¦ģ +๠Ĥ +ż en +Ġsound ing +Ġan onymous +Ġex ca +ĠIran ian +Ġener getic +Ġw ives +ĠÑĨ веÑĤ +Ġa is +ãģĭ ãģª +Ġsud ah +Ġunder wear +Ġcrunch y +ĠP ain +Ġger çek +red ict +Ġm isma +Ñĸ ÑĤ +Ġsurv iving +ÎŃ ÏĤ +Ġparticip ant +ĠH essen +ári as +Ġsub way +ist ä +Ġcor al +Ġmar ijuana +ĠMem orial +ÑĪ Ð¸Ð¹ +ri z +Ġsatell ites +Ġle ase +ĠCam eron +um ph +Ġclass mates +äh än +ÑģÑĤв е +Ġh ue +ĵ¤ ìĿĦ +Ġproport ional +Ġn oss +Ġl aps +r Ã¥ +Ġbit coin +ÐĹЫ ÐļÐIJ +Ġì¶ © +ĠÙĦ ÙĦ +ĠM ort +ĠEs p +arn os +ĠÑģказ ал +Ġä nd +åħ Ħ +×Ļ ×Ļ×Ŀ +ĠGe b +ge hen +I naudible +bor ough +ÑĦ ÑĦ +Ġfellow ship +ĠP aper +Ġcur ved +ĠGE OR +Ġcalcul ator +ĠCat al +ĠvÃł o +Ġby pass +л еÑĤ +à ³ +tr ans +ren cies +ì ¡Į +ig ent +Ġtast ed +Ġo ceans +u ft +erv ice +ĠÐľÐ£ ÐĹЫÐļÐIJ +ĠClass ic +Ġrespect ively +~ ) +î tre +ĠN ash +Ġz it +ĠìĽ ĥ +ĠëĨ Ĵ +qu ote +ĠUn s +Ġt ac +Ġpro ves +ĠPort land +b ly +Ġ ere +ì¶ Ķ +Ġépo ca +ĠÑĤÑĭ ÑģÑıÑĩ +7 6 +Ġhad e +ĠF ro +ĠpolÃŃt ica +t ag +Ġíķ Ń +Ġsch ö +are tt +Ġprov isions +Ġmot ors +Ġimag ing +Ġdo k +ul ously +Ġme ille +çݰ åľ¨ +ë IJ +ĠIS O +ĠST EM +ĠBow l +Ġto wers +ĠE e +ĠPerform ance +Ġlo in +cuss ion +Ġcoast al +ial e +com pass +Ġspell s +Ġdisappoint ing +Ġë²Ī 째 +E ER +Ġvers atile +as ury +Ġen fin +Ġdown side +Ġgu iding +ĠاÙĦ ÙĤ +Ġnin ety +char ged +ĠF ans +Ġphilosoph ical +Ġg arn +ĠmÃ¥ nga +Ġwilling ness +Ġport ions +ab en +Ġ ï + ¿ +ra ul +Ġspr int +if en +ıy la +Ġк Ñĥп +ãģı ãģłãģķãģĦ +Ġens uite +ĠCap itol +Ġ6 3 +ĠговоÑĢ Ð¸ÑĤ +Ġappoint ments +æī ¾ +omi ast +Ġcare g +Ġpubl isher +Ġher aus +Ġε ί +ĠV S +ãģĿ ãģĹãģ¦ +ä¸Ń åħ± +Ġsacrific es +th ird +Ġhuman itarian +ĠëĤ ´ì +im on +Ġine qu +Ġz ob +Ġcomfort ably +ĠD inge +Ġcancell ed +ĠPS AKI +ĠRob inson +Ġfin s +) ? +ĠHist or +ĠÑĩеловек а +Ġt bsp +te xt +k im +Ġupd ating +Ġgel d +f eld +ı ¼ +Ġm ä +Ġcaf é +Ö Ģ +ĠS ri +ĠReg ion +ĠH ahaha +Ġfin ances +ĠاÙĦØ ´ +Ġb unk +ru k +ha ft +Ġlater al +Ġext ensions +ĠìķĦ ìĿ´ +Ġdefin ite +ĠZ hao +ĠLu is +st y +Ġcas os +ĠK lim +Ġ199 3 +Ġreal ization +Ġhistor ian +Ġcrack ed +ëĤ ´ +Ġsyst ème +ĠC IA +ĠÑĤ во +osp heric +Ġfle e +Ġr ất +ĠRegard less +Ġrel uct +Ġtim ely +ĠJul ian +G M +é Ĵ +ad ura +é£ Ł +Ġdress es +çģ £ +ĠëĶ Ķ +Ġnom inated +Ġadvoc ates +ym ph +Ġrecord ings +Ġdev iation +Ġpriorit ize +Ġspir al +ĠYOU R +Ġtransp ose +amp oo +ĠìĽIJë ŀĺ +ĠV ision +Ġpol ite +Ġha mb +ĠPat ient +æ¯Ķ è¼ĥ +íģ ¬ë +Ġs ia +Ġê³ ³ +Ġž e +è§ Ģ +Ġsuper market +ë ¹ +ĠS ierra +Ġgr illed +ĠUp on +Ġabs ent +Ġme c +ĠAp ollo +Ġp unk +ĠPa ÅĦst +ĠÑģв ой +Ġê±° 기 +G irl +Ġskin ny +ĠPrem ier +Ġterrit ories +Ġli ability +Ġj erk +r atic +Ġdan cers +ĠÑĥ ÑĢов +Ġê´ Ģë +on ly +ĠSt u +Ġske leton +ĠëŃ IJë +Ġзак он +ı kt +ĠMI KE +Ġl ö +m ie +Ġre iter +ãģĵãĤĮ ãģ¯ +ĠKoll eg +ĠAd ams +lich er +Ġçoc uk +Ñı г +Ġbl ush +Ġsun shine +Ġe z +ĠDev il +Ġê¸ ¸ +Ġãģ Ĭ +ad d +Ġlic ensed +Ġv inyl +ĠC zech +im ag +Ġcrack ing +Ġì º +Ġud ah +Ġs ommes +Ġìĸ¼ êµ +wa Äĩ +Ġf res +åij ½ +ĠWal mart +ĠТ епеÑĢÑĮ +at isf +C I +l ang +Ġdiff usion +çĶ · +Ġsom os +ĠM akes +æĪij æĥ³ +ĠRick y +Ġmuch a +íķ ¨ +Ġhorse power +as ia +Ġfib ers +Ġ erm +Ñģ кие +Ġjest e +Ġfire fight +Ġcu isine +Ġbesond ers +d ig +Ġì¢ ħ +ĠÑĥ ж +Ġtr acing +Ġcertain s +ĠApp ly +Ñĭв аÑĤÑĮ +ç Į +Ġbr u +ĠY ES +ĠB ai +ĠD it +ĠB is +Ġun le +ÑģÑĤа ÑĤоÑĩно +ĠAw ak +.. " +Ġ12 5 +Ġroot ed +Ġcaut ious +con st +Ġorchest ra +çľ ¼ +Ġвн ÑĥÑĤ +Ġquel qu +ĠоÑĤ веÑĤ +ĠMet hod +ì¹ ľ +Ġμ αÏĤ +l ü +ĠìķĦ ê¹Į +Ġn aming +C har +ĠS icher +Ġprivile ged +ĠF ly +Ġãģ ĭ +áºŃ t +Ġadv ances +ĠZel da +Ġand ra +Ġgr inding +ĠEd ition +p f +Ġwarri ors +Ġh edge +Ġuns eren +ĠÑģÑİ Ð´Ð° +el iness +Ġpersonal ities +Ġf ö +' M +ĠÑĤо Ñĩно +Ġsh ipped +Ġmete or +Ġsurround ings +ĠF ill +u esta +ĠPerson al +ĠAll e +OR T +ä¹ ħ +ĠS che +V I +Ġcompar able +dam n +Ġd itch +Y AN +ism us +Ġpick up +Ġd ak +ĠE P +b est +ĠS ue +äll t +Ġpop corn +Ġfold ing +h ome +ив аеÑĤ +å·² ç¶ĵ +Ġan not +ch uck +Ġfier ce +Ġdam aging +Ġfl op +Ġpas ar +Ġre ef +ĠÑģво ей +Ġz oo +o vers +j ets +Ġpr ès +ĠSil icon +te ok +ĠS eth +at amente +Ġtransm itted +Ġrepl icate +Ġsl im +ĠC ream +æĦŁ ãģĺ +Ġside walk +ìĪ ĺë +Ġжиз нÑĮ +ĠMon ica +ä¾Ĩ äºĨ +Ġcop ied +ĠTer ra +ist ent +ç³ » +Ġо но +Ġwh ale +ĠW ITH +л ÑĥÑĪ +å½± çīĩ +ĠE en +ĠÑģво и +Ġord in +Ġpl ural +Ġsp okes +Ġdisp ute +Ġsens ible +Ġpre aching +Ġktó rzy +pt ed +av ier +Ġpist ol +ĠTap i +Ġ ÅĤ +ff ff +Ġac rylic +Ġignor ance +ĠZ iel +r ans +Ġweld ing +m id +æĪij ä¸į +Ġзан им +Ġlan es +Ġmin es +Ġmom s +×ķ× Ĺ +ĠCham ber +t ier +Ġmod est +ĠìĹ¬ê¸° ìĦľ +Ġun as +Ġw rench +hand ed +Ġsatur ated +ĠF ang +ĠCommission er +ठ° +Ġ× ĸ +ĠLouis iana +ĠM ask +Ġcub es +ìĶ ¨ +Ġvidé os +ĠnÃ¥ gon +Ġr ider +Ġì¶ ľ +Ġs ón +ĠLat ino +b ank +íķ´ì £¼ +ĠB rend +Ġsexual ity +... , +Ġforget ting +Ġ ÛĮ +ĠAven gers +ĠBon jour +cess or +кÑĢа ÑĹ +c ence +Ġge ograph +cul o +о ÑģÑĤÑĮ +Ġswe ating +íĥ Ģ +Ġsymm etry +ts Ã¥ +Ġj an +ĠFer r +é¦ ĸ +Ġamb assador +ziÄĻ k +Ġmus un +ĠÑĥ ÑĤ +ĠL G +iss ent +comm un +Ġcour s +Ġdevelop s +Ġbron ze +Ġsubst ances +dri ven +주 ìĦ¸ìļĶ +Ġa os +åĦ Ħ +ĠPROF ESS +h alf +Ġsort ed +ĠB omb +л аг +ĠMalays ia +ĠChrist ina +Ġteam mate +èģ ŀ +F T +Ġk ı +heart ed ++ + +ogen ic +Ġbell s +ĠOu ais +Ġspecial ists +б Ñĭ +dep th +lass es +g ies +ĠCo ffee +Ġmark ing +Ġfo ll +ul i +Ġad hesive +ĠB ot +ĠP unkt +e ye +ĠB ub +el ong +åĪ ¶ +ĠпÑĢ Ð¸Ðº +Ġdon or +8 4 +Ġen for +Ġcatch es +Ġbr icks +Ġkn itting +ĠKnow ing +ok s +H Y +r ide +ĠFant asy +im an +Ġp se +Ġìĺ ¨ +Ġв д +Ġrest ra +Ġevalu ated +ÑĢ ÐµÐ² +Ġfortun ately +Ġche gar +ر ب +Ġdom ains +ib i +ar ry +Ġshut ter +Ġfic ou +M ike +Ġinc lu +Ġdon ors +Ġa pl +ĠL ower +Ġimport ed +Ġacad emy +Ġfin als +Ġdisappe ars +ÙĬ ا +Ġadministr ator +j s +Ġcut ter +Ġr anging +ör per +Ġconstra int +ĠT able +ĠSh an +v ic +ĠF ix +ĠSw ift +oun ces +ĠWar um +Ġlett uce +app elle +Ġsh ave +Ġb ás +Ġ7 7 +ĠO oo +a o +ĠMc M +ĠD rew +Ġl ump +Ġl ashes +schein lich +R ep +in is +ĠC ette +Ġcompos ite +emet ery +Ġsort e +ĠFin ancial +он е +ron es +ĠV oy +Ġt éc +ł ¹ +ĠNin ja +ĠCor in +ен нÑı +ìĿ´ìĹ Ī +Ġn ich +Ġdetect ive +â̦ " +Ïĥ ε +Ŀ¼ë ıĦ +Ġë³ Ģ +Ġë¸ Ķë +Ġpro pe +ĠW right +Ġ×Ķ× ª +ĠSh i +Ġãģ Ł +Ġinvestig ations +éĤĦ æĺ¯ +ĠPower Point +ĠCh u +Ġìĺ ¤í +ĠìĻĦ ìłĦ +ĠFra gen +un ning +Ġpour rait +Ġtext book +м Ñĭ +Ġf ahren +Ġ ÑĤоÑĢ +Ġl akes +ünd e +I nt +ĠMet ro +Ġmans ion +Ġа б +ĠZh ou +Ġcorrid or +Ġesc ol +Ġindic ating +ia ÅĤa +Ġm ommy +Ġarch ives +Ġfound ers +eng ine +ĠDie u +Ġsick ness +Ġë³´ ëĭĪê¹Į +Ġar b +Ġn ed +ĠCh op +Ġco vid +Ġsl am +Ġpublic ations +D C +Ġsp ends +æ ¾ +Ġrefuge e +Ġd ile +Ġ×IJ× ĸ +ific ar +ĠS ach +G u +Ġre load +?? ?? +Ġje ÅĽli +ĠÑģ оÑģÑĤо +Ġsim plicity +Ġbull ying +Ġм ол +Ġreal idad +Ġuncle ar +app a +le vant +ĠIS IS +ĠW atson +Ġde in +ĠMic ro +íķ ľë +ü g +Ġdev am +Ġtwe eted +å° İ +Ġunderstand able +at an +Ġvers a +Ġpre ca +Ġv á»ģ +ĠCop y +ĠOr acle +Ġmindful ness +Ġdisc ret +ern en +ĠP le +H ave +Ġisol ate +Ġde u +Ġsevent y +ĠH ills +Ġarc ade +ĠÑģп еÑĨи +Ġsigu iente +ĠB ÃľNDNIS +lig a +ĠвÑģÑĤÑĢ ÐµÑĩ +ô m +Ġtwe ets +Ġsch auen +Ġcrit ique +ĠðŁİ µ +Ġst att +ĠÑģам ое +ân cia +Ġsuper natural +Ġplug ged +F l +yn ı +ĠTamb ién +Ġencourage ment +ĠSer ver +ëĤ ľ +up a +Ġast on +Ġhe ars +ÑĢа Ñħ +Ġsch e +Ġr ats +Ġrec uper +Ġun ten +ĠFight ing +Ġacadem ics +ç¤ º +ĠS ü +Ñģ киÑħ +Ġpa ired +Ģ ìĿĦ +Ġá rea +Ġsweet ness +åı Ĭ +Ġde fer +Ġmuit as +ĠAud io +Ġlock er +ÙĬ د +ĠÑģÑĤ ав +Ġbu ena +AN S +Ġdetect or +av o +be k +Ġα ν +íİ ¸ +Ġdra gged +Ġдолж ен +à ĸ +ر Ø© +ìĿ´ì §Ģ +Ġcell e +ck ing +ĠاÙĦØ ¬ +ĠCan vas +Ġespa ñ +Ġgl imp +Ġspread s +ong o +ĠM ason +ĠIn g +Ġê°Ģ ëĬ¥ +ÏĦ ικ +Ġsec ular +Ġb ater +Ġinqu iry +Ġenerg ies +Ġmanufact ured +Ġveget arian +Ġpine apple +ÑıÑĤ а +Ġpractition ers +2 000 +Ġíķ´ì ļĶ +ĠìĹ¬ëŁ¬ë ¶Ħëĵ¤ +Ġë¶ Īë +ĠJeff erson +ĠJo an +Ġtr am +å® ¹ +ch mal +ĠH ait +á¹ ĩ +Ġun real +Ġsymbol ic +Ġste alth +Ġspl ash +ĠEntertain ment +Ġmetall ic +?" . +è¶ Ĭ +ar ound +Ġdesp air +ĠNev ada +ĠFin ance +Ġk rie +ĠL ux +ĠSm ash +ke eping +Ġз аг +Ġnarc iss +Ġdz isiaj +Ġtoler ate +o ard +Ġlink ing +ĠEconom ic +Ġì ¼ +Ġmor ph +ĠN ak +ĠB aker +at on +r ings +ĠP eng +ĠAir port +ãģĭ ãģ£ãģŁ +íķĺ ëĭ¤ +§ ģ +pr ints +Ġhad i +Ġemp ir +ĠL ives +ann ers +Ġн им +ĠPROFESS OR +Ġpositive ly +ant om +Ġbad ge +ke lt +Ġinter fer +Ġfulf illing +Ġvisual ization +éĹľ ä¿Ĥ +ĠPr ice +� � +Ġscen ery +Ġpr one +Ġw izard +Ġb anyak +ver b +s ky +Ġwish ed +Ġrail way +Ġü zer +Ġalgu ien +ĠA W +Ġкол иÑĩе +Ġreact ing +ĠB uch +ภ¶ +Ġan th +Ġsi h +Ġh ust +ĠSc reen +il ant +ah o +Ġfragr ance +Ġelev ation +ĠMed iter +Ġë ¿ +Ġé qu +Ġwra ps +Ġin ert +Ġrecre ate +л аÑĤ +Ġbo leh +Ġharass ment +unk y +Ġglimp se +reg ierung +Ġfut ur +Ġreposit ory +Ġeng ra +Ġtraff icking +ass is +ĠTre k +Ġë² Į +Ġë§ Īë +ĠK ab +ani u +g ive +Ġdin osaurs +Ġfe ather +Ġatt itudes +Ġpl um +ĠR S +ĠAn fang +ill ery +ĠìĬ ¤ +M Y +Ġtrze ba +Ġsk ies +ĠA j +ur able +C U +ĠSh ane +Ġdepart ure +ĠT ON +iet en +r ats +æ° Ĺ +is u +Ġb ord +Ġinteresting ly +çĻ » +oug hing +Ġr ushing +Ġvol atility +Ġp yt +Ġform ats +Ġз аÑĤ +Ġê¼ Ń +Ġwhat not +Ġcomp ort +s w +ore an +ĠRel ax +Ġcl an +ĠA H +Ġpe w +Ġdiction ary +T ake +sh irts +ĠH ugh +ĠعÙĦ ÙĬ +ĠP ic +Ġenroll ed +Ġjed nak +Ġoffer ings +Ġcor az +L ife +Ġ !!! +Ġcl er +ĠVide os +ĠRod rig +ĠId ent +ĠP os +ĠSt age +ĠR ace +Ġen act +ãģĦ ãģ¾ãģĹãģŁ +ĠG y +ĠHis pan +Ġdef ence +ĠCamp bell +m atic +Ġrele v +Ġpe ach +Ħ¸ ìļĶ +Ġparad ise +Ġcere mon +Ġannoy ed +æĮ ĩ +la x +Ġexplo it +Ġcla use +ek er +ĠBlo om +n ant +ate urs +Ġhe ights +E ven +Ñģ он +Ġoutra ge +ĠVietnam ese +ãģ¯ ãģ¯ +T R +Ġe er +Ġcann on +ĠCom b +IJë §Į +è» Ĭ +Ġê²ĥ ëıĦ +Ġaccomplish ments +ĠAnalyt ics +Ġshap ing +re iben +Ġb achelor +Ġfing ert +ack ed +Ġpyram id +ĠStew art +á st +Ġsurviv or +Ġdu ct +Ġdeal ers +æ´ » +ع Ùħ +ли н +Ġed e +×ķ× ¢ +ĠÙĥ اÙĨ +ĠÏĦ ι +Ġcho oses +ĠO wn +го ÑĤов +h ire +алÑĮ нÑĭе +ĠÐĽ Ñİ +Ġо ÑģÑĤав +te ch +Ġdro it +Ġsubject ive +en es +Ġdiv is +ave z +Ġmaneu ver +à¹Ħ à¸Ķ +ade ce +ĠEn s +ac ial +ĠProt ection +ĸ ´ +Ġform ally +Ġwy d +ingu ém +Ġz iem +Ġrecru iting +×Ļ× ļ +n em +Ġforb idden +ĠB apt +×IJ× ł×Ļ +Ġsubs et +ĠMag az +n ement +Ġaqu ela +rag on +Ġcomm ittees +Ġéta ient +ud i +ĠDa wn +Ġb ore +Ġcompos er +ĠwiÄĻ cej +ang a +Ġdis like +ĠD ays +åŁ º +Ġpar al +Ġm ientras +Ġheaven s +ãģ Ĵ +he id +Ġtrad ers +on ce +Ġmasc ara +ĠÏĢ Ïģο +Ġwhis per +ĠMus k +éĽ Ĩ +ĠFamil ie +All ah +ĠOl ivia +ĠPr os +Ġol ika +il im +Ġrép ond +ĠP eters +Ġ å¾Ī +Ġbit es +Ġv ic +ĠN Y +em ption +Ġ4 50 +Ġvisual s +Ġlie u +ück en +ĠSte el +ĠG P +w ait +Ġnotice able +uch a +Ġreh abil +Ġreject ion +ĠÑģлед ÑĥÑİÑī +Ġsl ider +Ġregard ed +Ġgrav it +ĠRes erve +c ount +Ġbre eding +Ġlon ge +ale b +Ġkn ight +Ġв ой +Ġprés ent +Ĥĺ ìļĶ +ĠSpec ifically +Ġpos es +Ġve ure +ok ay +em as +Ġ ãģ§ãģĻ +Ġma jÄħ +Ġweb inars +Ġcann abis +Ġdam als +ĠNorth west +Ġp ada +Ġcrowd s +Ġfut ures +Ġä n +Ġciv ilians +ĠS achen +æ į +Ġtr aces +Ġ먹 ê³ł +Q U +é¡ĺ ãģĦ +ĠI F +an ın +ìĤ ´ +Ġb iblical +ĠV ed +Ġst oring +ÑĢав лÑı +æĩī 該 +Ġn ast +Ġd ö +ÑĢ Ð¾Ð¿ +el ia +Ġside ways +ĠUnder stand +ĠQ ur +Ġper pend +ĠMill ionen +Ġwater melon +ĠDiv ine +ult ur +ab ord +Ġsuccess es +Ġhom bre +Ġcar p +Ġsus cept +ung kin +Ġk ij +ul us +Ø§Ø ¬ +Ġnot ch +Ġpolynom ial +å¹ ² +å © +Ġún ico +Ġteles cope +Ġpolit ique +k iem +ĠÎŃ Î½Î± +Ġaggreg ate +ĠGe off +Ġtr il +ĠG RA +Ġsubscri ber +im et +Ġдол лаÑĢ +op ing +Ġth erapeut +ĠCan cer +Ġpar ade +Ġir rig +âĻª âĻª +Ġclear er +Ġb og +ĠM aur +า à¸ĩ +ĠShang hai +acht e +ĠK ol +el ujah +Ġha v +ĠCr ime +se k +Ġë ¡ľ +ien na +ĠG or +è Ľ +ĠпоÑĤ ÑĢ +Ġкаж еÑĤÑģÑı +ĠL ift +ĠS ort +ĠP sal +Ġp ing +ĵ Ŀ +ph is +ĠF UCK +ĠS yn +Ġbam boo +¬ ìĺģ +c uts +Ġm mm +Ġfunktion iert +Ġ _ +ÃŃ cio +St op +Ġimag inary +Ġnot amment +ĠIniti ative +ãĥ ¥ +ĠK urt +Ġlo osen +Ġbus car +çģ « +Ġz elf +Ġpro ps +åĽ ī +Ġmoet en +Ġmill i +Ġhall s +ĠM atch +Ġbrack ets +ĠC ou +æ¦ Ĥ +ĠÐľ аÑĢ +IS A +Ġcig arette +Ġcompet itions +ĠM IN +Ġbeh ö +vo or +Ġ ust +ĠZ i +ĠO cc +ul ates +Ġball oons +Ġpr onto +ĠM iy +ĠF ile +Ġкл аÑģÑģ +нÑĥ л +Ġcere al +Ġincre ment +Ġref ined +åı¦ å¤ĸ +pr ising +ĠR F +Ġrespect ful +Ġlo ot +ask et +Ġdeix a +ing le +Ġfuncion a +ĠRe vel +Ġso ber +Ġperform s +ĠG entle +ãĤ ¨ +Ġrecip ient +ĠHa use +Ġë ĥ +F rom +Ġmin isters +Ġpar adox +å°±æĺ¯ 說 +Ġtast ing +Ġ×Ķ× Ĺ +Ġre use +ĠL ane +ĠÑģов еÑĢÑĪ +Ġremem bers +Ġfemin ist +Ġcommit ments +Ġproject ed +Ġg az +iyor uz +Ġoblig ations +R o +z ar +Ġch w +ĠJ AM +ĠbÄĻd Äħ +asp berry +Ġм еÑģÑĤо +ë² ķ +Ġreg ulated +Ġw icht +ĠTre vor +Ġsecond ly +ĠIh re +els h +Ġrep orters +ÑĤоÑĢ Ð° +oy o +G I +Ġinter connect +é IJĺ +OS H +æŃ ² +Ġbr ass +Ġign oring +ä»Ĭ æĹ¥ +in fect +Ġpro jekt +ore t +ÏĦα ν +ĠÑĤ ип +Ġmut ta +Ġunbox ing +Ħ ° +å¡ Ĭ +Ġadv ised +ĠDen ver +Ġsevere ly +ĠM hm +Ġfl ipped +Ġp ien +Ġkomm un +ĠF RE +Ġà®ĩ à®° +aint ed +Ġkn ives +Ġhab l +Ġgew orden +arett es +C S +Ġмал енÑĮ +Ġgal ax +Ġnin ete +ê±°ë Ĥĺ +Ġs is +Ġadvis ory +Ġdr illing +ĠWould n +ün f +gest ellt +ĠHel en +Ġ×ŀ× IJ +ap olis +Ġrze czy +Ġter ra +Ġhe p +Ġalg ún +ik k +Ġastron om +ĠStar bucks +k Äħ +Ġpat rol +Ġì½ Ķ +Ġg on +Ġ ãĢIJ +Ġson st +Ġencoun ters +Ġret rou +Ġshark s +Ġd or +ĠR ever +Ġev apor +Ġreserv oir +Ġalleg ed +ul er +Ġver m +Ġcommer ce +Ġf itted +ge m +Ġtact ical +Ġl ith +éīĦ å¡Ķ +h ad +è® Ĭ +Ġcarboh yd +Ġlength s +ι ο +Ġdem ographic +R ob +ĠS kin +cc oli +Ġsimpl ified +Ġread ily +ĠC um +ades h +ĠD Ã¥ +us st +ig ne +et on +Ġmen or +q i +OO M +à¸Ń à¸Ļ +Ġpsych iat +Ġeight y +Ġм илли +ĠT ob +ed o +ç¶ ² +ĠÄij ến +Ġcirc uits +ĠLAU GH +ic ism +em or +Ġreg ener +eg ree +Ġbure auc +ĠAl ber +ä¹ĭ å¾Į +ĠW or +å¤ « +Ġres in +Ġby ÅĤy +ĠI G +à¯į , +Ġ7 8 +Ġwe eds +ĠMy th +9 3 +æ ¿ +ĠëĤĺ ìĻĶ +é v +á ½ +ö ren +ç ar +ĠP AUL +Ġdisad vant +Ġposition ing +Ġcock tail +Ġagre es +n n +ĠS ally +M s +Ġinher ent +Ġmonet ary +Ġnat ur +ĠN h +ĠImp ort +Ġle ben +Ġw i +uss y +Ġob es +Ġwand ering +Ġìĭ łë +Äħ da +etch up +Ġdispos al +ĠJ A +ĠC er +z illa +Ġvir gin +ĠSl ide +and el +Ġrighteous ness +ĠÎ £ +Ġide ia +ä½ł 好 +иÑĢов аÑĤÑĮ +ר ×IJ +Com ment +Ġpre lim +ĠV ale +Ġì§Ģë Ĥľ +ĠV anc +OM AN +Ġп Ñĸд +Ġy um +st re +ce m +Ġpo cz +Ġfrag ment +ĠÑģлÑĥÑĩа е +Ġunder go +ĠH ank +ce ks +ĠF PS +Ġoc ur +Ġdeter ior +æ³ ¨ +Ġempres as +Pa ul +Ġ) )) +ĠвÑĢем ени +Ġsc old +×Ļ× ¢ +Ġsuspect ed +Ġaccess ing +Ġsubst it +Ġhistor ians +ä» » +Ġдел о +Ġsoci ed +r one +Ġre den +Ġext ends +epher d +Ġbal con +ä¸į èµ· +ĠSol o +Ġpolit ician +олÑĮ но +Ġirgend w +Ġtraum atic +Ġrapp er +ĠRO BERT +Re ally +æģ ¯ +Ġline up +AS E +Ġcontract or +ĠCorpor ation +g or +ĠTod o +ÑģÑĤÑĢ Ð¾Ð¹ +F BE +Ġnews letter +Ġko ÅĦ +alt ies +ĠпÑĢ Ð¸Ñĩ +ĠHe avy +Ġsw ords +Ġmanip ulation +Ġfun k +Ġv Ã¥r +ĠTal iban +Ġë° ¥ +Ġac ne +ür ü +Ġdes wegen +ĠD ust +Ġsil ic +Ġhook s +Ġbl ij +Ġpet its +Ġfil me +ĠBere ich +ĠSa id +Ġimp osed +Ġdi ary +Ġго ÑĢ +ĠG ates +Ġal ta +å¸ Į +Ġch cia +ple asant +Ġë° Ŀ +Ġmoż emy +ĠAust ria +Ġbro ker +Ġsuck ed +èĢ ĥ +Ġcomp artment +Ġcl one +Ġ×Ķ× ¢ +ĠDan ke +Ġnoch mal +ез д +Ġad renal +Ġkle inen +ãģ¾ ãģĹãĤĩãģĨ +Ġsubsequ ently +Ġdecent ral +Ġgen etics +Ġê´ ij +Ġmon itors +ĠApp lic +ĠRep orter +w ert +Ġwie m +ĠMove ment +Ġinterview ing +Ġhair s +Ġpu ò +ĠChel sea +Ġco her +Ġc ot +Ġz as +Ġpatch es +Ġl ah +Ñĥн к +ĠRe agan +ĠMar co +c ity +Ġdef ender +Ġdecor ation +ij i +Ġl itter +Ð ¨ +Ġj ego +RE W +ĠP ik +ĠHe e +ĠI v +Ġи де +ĠThe ater +ĠÑĩаÑģ ÑĤо +Ġswe ater +Ġhighlight ing +Ġa insi +Ġdipl omatic +ĠNever theless +å ³ +AS ON +Ġpúblic o +Ġf erm +reat ed +c od +Ġë¬ ¼ë +Ġm ister +ĠVanc ouver +Ġrecogn izes +ec d +Ġcomplic ations +en cial +ãģĹ ãģı +Ġê°Ģ ì§Ģ +ĠUlt imate +Ġva ig +ĠM erry +×ķ× Ĵ +ĠMar cus +ç¸ ½ +ow ego +Ġm ente +S m +Ġa ja +ĠTa o +Ġjud icial +Ġentrepreneurs hip +Ġнем ного +Ġp is +Ġer g +Ġch rist +ĠC urt +ĠÑĢаÑģ п +λ ε +ens ch +ÃŃ re +Ġfo cal +ĠDiam ond +av ÃŃa +Ġh anno +ĠSqu ad +Ġassoci ations +ĠCreat ive +Ġmess enger +Ġbe gging +Ġdec imal +Ġd Ä±ÅŁ +Ġmet adata +sel s +Ġİ ÅŁ +ữ a +Ġdiffic ile +d ı +Ġs laughter +ĠVer g +Ġ×Ĵ ×Ŀ +ç° ¡ +æĮ ī +ĠTe a +ass es +O k +Ġsynth es +ot iation +Ġpain ter +Ġel bows +Ġarchitect ural +ĠÑĢ Ð°Ð´ +Ġgl or +im age +amp a +cul iar +ł ¨ +Ġte ve +ĠSt elle +ĠB am +Ġì´ Ī +as is +ip edia +ĠG I +ĠAct ive +çĦ¶ åIJİ +az i +ãĤĮ ãģ¦ +ĠL ucky +íķ © +ĠпÑĢ Ð¸Ñħод +Ġrun way +Ġauthent ication +Ġpos ible +Ġsupp lements +Ġsurg ical +G en +Ġfeas ible +D O +Ġout look +Ġinter vals +Ġan ecd +Ãł ng +Ġstra ps +ĠSh u +ud d +iss enschaft +Ġport e +Ġcomm itting +Ġall ey +Ġco venant +ĠPed ro +less ness +ĠSol id +ĠM olly +Ġн екоÑĤоÑĢ +Ġcooper ate +åĮ Ĺ +oll en +Ġtun a +Ġkinderg arten +ĠS iz +Ġduż o +ĠM BA +ĠGEOR GE +ĠF isher +å¿ ĺ +ĠCa esar +ĠкÑĢаÑģ ив +ĠDel hi +zy m +Ġexpl icar +ê°Ģ ì§Ģ +un s +gr ow +ĠпÑĢ Ð¸Ñģ +Ġ8 6 +Ġst ating +Ġmass a +ch ter +Ġì»¬ë Ł¬ +Ġdep uty +S M +n oc +Ġge ography +ĠEnter prise +ĠC ant +ö z +Ġun pack +ĠíĻ Ķë +Ġsearch es +Ġpres idency +Ġtri vial +Ġp ige +ou bt +ãĤ ļ +ì¼ ĢìĿ´ +Ġbudget s +Ġu b +Ġp ne +ĠY ale +ĠÅŁ öyle +reg ular +Ġimper fect +AR A +Ġfam ÃŃlia +ur m +ĠAdvent ure +ãĥ Ĭ +c is +em ark +Ġne go +Ġinappropri ate +ĠпÑĢи з +ĠÑĢ Ð¾Ð» +Ġdream ed +B ry +Ġshut tle +Ġpill ars +Ġb ik +in um +ĠÑĥ Ñģ +ĠNe br +Ġperpend icular +Ġbook ed +ber y +Ġv ikt +be ar +es us +Ġвозм ожно +¨ ¹ +Ġpresum ably +ĠMem phis +Ġambul ance +×ķ× ŀר +Ġthumbna il +Ġmod ification +éĩ ı +Ġinterpret ed +Ġprom o +Ġκ ά +Ġε ÏĢ +Ġacoust ic +ĠD B +åĵ İ +Ġnon etheless +ou le +Ġpe qu +Ġkn ob +ãĤ £ +ĠëıĮ ìķĦ +Ġpurch ases +ĠÃĩ ünkü +Ġdivid ing +per form +ract ion +health y +ĠTit le +Ġu k +Ġcer ca +Ġargu ably +Ġf ale +ë³ µ +Ġgam ers +Ġutil izing +Ġoff ended +Ġt ava +al ı +Ġmed ian +Ġinfect ious +ĠAn nie +Ġsmart phones +Ġpar ole +åĸ Ŀ +ĠEp ic +z za +Ġun ified +Ġê·¸ë ķĮ +Ġcur tain +ĠÄ ĥ +Ġsex ually +Ġuns erem +ĠCon vention +Ġalleg edly +Y a +ĠH oo +en ment +æĢ ª +íĽ Ħ +Ġgig antic +Ġnot ing +Ġre bo +ĠJ ama +ĠAl z +Ġborrow ed +ì¹ ¨ +Ġper ipher +оÑĤ а +ĠG B +ĠGe ar +Ġeconom ically +Ġtele fon +Ġqu eremos +ĠдалÑĮ ÑĪе +Ġr as +ĠTe ach +ic ios +at os +Ġpl edge +b au +ĠHim self +L ink +Ġesper o +Ġchrom os +ĠP ER +Ġer le +Ġpod ium +ç os +Ġnie u +Ġf en +ĠGO D +ĠCh ocolate +wer k +Ġt ừ +Ġsupp ress +λ η +Ġ24 0 +Ġsit ä +Ġhonest y +ĠB io +ĠB ard +ĠобÑī ем +Ġм Ñĥз +Ġmar ble +ĠÑĨ енÑĤ +Ġproc ure +Ġrot or +ber n +Ġtu h +Ġhead set +at em +Ġwarrant y +à® ´ +Ġfil ing +ι ά +Ġcomp rendre +Ġimp ulse +Ġsal v +wr itten +Ġinstit ute +K im +ĠLGBT Q +fic iente +H is +ĠαÏħÏĦ ÏĮ +Ġteen age +or us +ĠÑĢаз б +S ee +ĠCons erv +á»ģ n +ful ness +Ġstraw berries +ĠAb u +и он +Ġo lla +NO ISE +ĠEm ploy +Ġwip ed +ur ger +Ġmod ifications +Ġíķĺ ì§Ģ +Ġfoot steps +Ġhon ors +Ġad ul +Ġfl ipping +ĠH U +Z Y +Ġintegr ating +ب ر +ull a +Ġnatuur lijk +ĠíĹ Ī +ĠEth ereum +ÙĬ ÙĦ +w ed +Ġpe aks +ĠK es +Ġblo om +Ġcr ashing +Ġ9 11 +ĠоÑĤ лиÑĩ +Ġcontro llers +ĠD od +Ġвм еÑģÑĤе +Ġsort ir +å¥ ĩ +ĠStra ight +ĠGrac ias +Ġgro ove +Ġto gg +Ġìĭ¶ ìĿĢ +é ro +Ġout ward +ĠW A +ĠRock y +Ġsc am +Ġhay at +ig nty +â Ħ +pl ings +Ġantibiot ics +Ġ ä¸Ģ +Ġnever theless +j ang +com merce +Ġspo iler +Ġglo ve +Ġch atter +ĠB Y +~ ? +Ġíĺ ¸ +Ġdem ol +we chsel +im ir +Ġra id +еÑĢ Ñħ +ìŀIJ 기 +en f +Ġcomment ed +Ġoptim ized +Ġconv icted +Ġb ats +ĠS B +ĠA ur +ĠT ong +Ġimplic it +ĠJan et +Ġre ag +ãģ ² +ĠAdv anced +Ġimp ose +ש ×Ķ +Ġschem es +oug her +ab olic +Ġê±° ì£ł +Ġslow ing +Ġwt edy +Ġdest ructive +Ġоп ÑĢед +Ġland mark +Ġëı Ī +ĠWalk ing +Ạ¹ +Ġt ijd +ĠK N +ĠQu ant +ìĺ ¤ë +Ġк ÑĢÑĥ +Ġper der +Ġno ve +änd e +Ġãģ Ĺ +b ia +Ġcust ody +Ġb iod +æĿ± 西 +Ġdirect ing +... âĢĭ +Ġre loc +Ġdemand e +ãĤĵ ãģł +Ġo ÄŁlum +Ġод на +ĠMil k +åı · +ĠK ra +ĠH onda +Ġp ue +Ġele kt +Ġbegin ners +Ġspe ar +ÃŃ nh +ĠLu ft +Ġn ig +ĠSchool s +Ġfor ums +ĠQ in +pp o +Ġz ag +ĠÐ ® +Ġtooth p +ĠSt yle +ì´ Ī +Ġpun ct +Ġrep s +ĠA ly +Ġamend ments +Ġö z +Ġdig its +ur ai +Ġcha otic +ĠMas ters +e on +ĠC ash +ĠC uz +Ġbede utet +Ġscan ning +Ġж д +н еÑĤ +Ġcertain ty +j ek +Ġdi jo +ĠCl imate +Ġr inse +Ġk rij +vel and +Ġsound track +ĠSa fe +ĠNo va +9 4 +Ġa the +ĠVer b +ol er +ìĿ´ì £ł +Ġv in +Ġrespir atory +ĠStud y +ĠC AM +Ġav ocado +ĠZ hen +Ġlat ency +Ġfe athers +Ġcont ar +Ġв еÑī +Ġf ark +Ġbl ended +Ġexpl oded +ĠX X +ĠBen im +Ġalgu ém +isto ire +Ġconfident ial +Ġm ast +Ġì ¿ +ge h +Ġdis respect +ĠSystem s +ư a +E d +Ġw ys +Ġex otic +Ġgl owing +ù ng +oun ge +è Ħ +ани з +Ġpal av +ĠSw ord +Ġg im +ĠC row +Ġpot ent +b ish +Ġab used +ĠJ ed +Ġg ambling +ĠS pect +Ġinvestig ators +æĻ ļ +Ġr att +Ġdo b +ĠD ES +h og +ĠоÑĤк ÑĢÑĭ +íĮ ħ +ĠденÑĮ ги +Ġíĺ ¹ +Ġë¨ ¸ë¦¬ +Ġsat uration +Ġinher ited +ĠInnov ation +ìĹ Īëįĺ +Ġtang ible +Ġdep ri +h ed +Ġпом ог +Ġslic ed +ॠį +Ġth ế +Å ¥ +6 8 +Ġcor ona +Ġgift ed +Ġso ir +Ġhum ility +ĠìĿ´ 걸 +Ġflaw s +ĠпÑĢ Ð°ÐºÑĤи +Ġk ald +wa ż +y w +ãĤĵ ãģ§ãģĻ +ir teen +Ġcroch ets +¦¬ ê°Ģ +ĠìłĦ ìĹIJ +Ġdes e +æ¥ Ń +Ġм аг +Ġdz iaÅĤ +Ġl ég +ch anging +Ġlle v +ÅĦ sk +çĶ » +Ġ198 4 +orn s +ĠW elsh +Ġpharm aceutical +Ġpump ing +ĠSh aw +p unk +Ġva ult +Ġkin etic +Ġhur ricane +ĠInc luding +ứ c +ĠGrand pa +ans hip +é¦Ļ 港 +ĠвÑĭ Ñħод +н ож +ľ ł +ut ta +Ġê²ģ ëĭĪëĭ¤ +Ġb az +Ġпо ÑĪ +Ġpe culiar +zy Äĩ +ĠEll ie +Ġlearn s +ĠKr ishna +Ġconse cut +Ġemp ath +ĠD in +Ġtrad ed +ĠBor is +ugg age +oll a +Ġназ в +Ġetern ity +Ġв п +è mes +Ġgra pp +b é +ĠпÑĢед ÑģÑĤав +ĠF C +į ëĭĪëĭ¤ +e ven +ĠNebr aska +ortun e +Ġk arena +ĠAg ent +Ġst ing +ĠP I +Ġmunicip al +power ed +Ġconse gue +ĠMan chester +Ġrain y +Ġbl i +Ġk ost +Ġhal ten +ĠAh hh +ins ula +er ting +ĠاÙĦ Ùģ +Ġrel acion +Ġk omen +Ġd ome +Ġpri ests +ĠInt rodu +rop he +sh ore +vel t +clip se +ĠÑĢ ÑĥÑģ +×Ļ× ¡ +Ġsab emos +ĠHoll and +og i +ank i +ĠM ats +Ġsm oked +ull ie +Ġeuro pe +ĠдейÑģÑĤв иÑĤелÑĮно +Ġbard ziej +Ġtransform ing +ĠE z +op ath +Ġìĸ¸ ëĭĪ +ĠÑģÑĤ ан +ằ ng +ั à¹ī +ĠO uch +Ġclear ance +ust ain +Ġsolid arity +Ġpro ving +ĠÐĺ н +ĠÑģ ÑĬ +Ġpro long +ад но +Ġs os +ĠDe al +Ġ17 0 +m ons +Ġз ем +Ġlo gged +Ġlif elong +Ġsens ory +Ġbe hold +ĠF AR +èt ement +ĠFed eration +Ġdod ge +ĠSh ir +Ġdrag ons +ĠAr ctic +Äħ ż +Å į + º +Ġden ke +Ġpodr ÃŃa +co le +ÑĥлÑĮÑĤ аÑĤ +Ġsystem atic +ам а +ch os +Ġclin ics +ĠB S +Ġtal es +us ions +Ġí ά +Ġpres ervation +Ġl ore +ĠProt est +á» Ľ +å¸ Ĥ +Ġacknowled ged +ĠIs aiah +ĠëķĮ ëĬĶ +Ġ× ĺ +Ġcompet itor +Ġadv ancing +z ip +Ġtent h +ĠLa ure +Ġh ints +Ġexerc ising +ŀ ľë +ĠIntell igence +u ated +OU T +op ed +Ġaut onomy +Ġbrand ing +ĠMediter ranean +Ñĸ к +Ġscrew driver +Ġsu pre +Ġst ap +Ġjurisd iction +ĠSetting s +Ġfore front +ĠF emale +com fort +Ġmultiplic ation +ĠMur ray +Ġbo b +ĠT as +Ġt ahu +Ġon un +et ter +Ġproph ets +l ag +Ġreven ues +Ġpr á +Ġupload ing +Ġmach inery +asc al +ĠEst á +ĠG oth +ĠB ald +ĠS aw +Ġstri pes +ìł ij +Ġpow in +æĹ¥ æľ¬ +Ġhost ile +Ġdar um +Ġprevent ed +ожалÑĥй ÑģÑĤа +Ġalgun as +Ġhop eless +Ġz naj +Ġread ings +Ġcra ving +t at +ĠP ig +Ġli ar +çĪ ± +Ġmulti player +Ġd ale +ĠCour se +íģ ¼ +ĠK ita +Ġcustom s +Ġrespond s +end ra +è¦ ĸ +Ġmet ro +Ñģ ол +Ġmitig ate +Ġopp ression +Ġ æĪijåĢij +qu inho +Ġam mo +Ġen fer +Ġp ony +Ġ ounces +° Ķ +ĠìĪĺ ê°Ģ +Ġdich o +ĠDe b +Ġwond ers +ĠRo ose +Ġpri zes +ĠA LEX +Ġthank fully +Ġtiss ues +ĠÑĢав но +ĠL una +intell igible +ĠìĻ ¸ +ê° ij +ĠHe at +ĠÑģ ид +ĠQu i +Ġ ions +Ġaccommod ation +ä¾ ¿ +ĠK art +ien st +Ġt arde +Ġso aked +ĠCase y +Ġì´ Ŀ +ĠÑĢ Ñĥб +Ġdifferent i +Ġleft over +Ġexch anges +sec ond +Ġfirst ly +Ġbuild er +ri en +Ġd w +Ġboun cing +? < +olog ÃŃa +we alth +Ġmed itate +ĵ¤ ìĿĺ +ĠC raft +è§ī å¾Ĺ +æĻ ® +ri v +ĠAgain st +Ġcer amic +esp ère +Ġcompet ent +ĠHop kins +Ġkil os +Ġgra vel +Ġpist on +Ġfriends hips +Ġesc re +Ġvo z +ĠGes ellschaft +Ġunter stüt +Ġmu j +Ġwarning s +p os +ĠProfess ional +w szy +od le +b ands +Ġteam work +stell ung +Ġd x +åį Ĭ +Ġatt orneys +Ġweit ere +ãħĭãħĭ ãħĭ +ĠOrig inal +×Ļ× Ĺ +Ġbroadcast ing +ĠпеÑĢв Ñĭй +uch i +Ġhe ure +Ġgra bs +ĠW OR +ĠPla id +M in +Ġp az +ĠP uis +um u +it ates +Ġco ats +Ġbu en +Ġhe ir +Ġpne um +ש ר +ens er +ĠJUD GE +Ġbl onde +á¹ Ľ +Ġg ak +Ġs ık +Ġquot ed +Ġequip o +Ġw ishing +ÃŃ cia +Ġver bs +çµ Ħ +ĠCanad ians +Ġgover ning +ĠEv ans +E uro +Ġgen res +Ġunters chied +ĠBeck y +³¼ ê²ĮìļĶ +Ġe inge +ĠRa ise +ol and +ĠStr ateg +Ġer es +ĠVeter ans +Ġbreak out +Ġsant é +Ġad el +Ġinvestig ated +Ġpe ur +Ġag ile +Ġrail road +ans ka +Ġе й +Ġexp os +ator ies +ĠCont ent +Ġtruth s +ĠTra il +Ġgu a +Ġp ores +Ġwrit ings +ĠU hr +ĠThat s +Ġic ing +O C +ĠProdu ction +Ġcar ne +IS S +Ġn inguém +n on +Ġv icious +×ķ× Ķ +Ġrecon nect +Ġcent res +ĠK em +Ġcre ase +ĠìĿ´ë ¯¸ +айÑĤ еÑģÑĮ +Ġб оÑĢ +ĠHay ır +ĠÑģ Ñĥд +Ġún ica +owa ÅĤ +Ġad her +h ua +Z Z +Ġprecis o +Ġcurrent s +Ġseason ed +ĠIo T +ĠB ishop +è¨ Ī +st ed +ĠBern ard +ì¤ ĺ +æ² » +ĠGl enn +Ġktóry m +ื à¹Ī +Ġast rolog +ĠK ot +å¤ ľ +Ġparf ois +Ġfor wards +ĠW iÄĻ +ĠÎ ĺ +Ġn ano +è» į +s ub +ĠBr ill +Ġgr it +Ġc ited +g ado +Ġmel ts +Ġfor cé +âĸĪ âĸĪ +Ġb ajo +Ġdiscret ion +° ° +at ivity +Ġsitu ated +ãĥ« ãĤ¯ +Ñīе е +åľ° æĸ¹ +ĠпÑĢин ÑĨип +am az +Ġaqu arium +Ġdissol ve +ĠGod s +S uper +Ġam id +z k +Ġ ãģĦ +éł IJ +amp f +Ġhel a +' ! +Ġdevelopment al +ĠD ise +ĠÑĢабоÑĤ аеÑĤ +Ġsnaps hot +好 好 +Õ ¸ +ĠY ue +ĠH ulk +ĠDo om +ĠFel ix +Ġré f +M ale +ç· Ĭ +ph ants +EN S +ĠMe chan +ĠG olf +åĨį è¦ĭ +Ġgener osity +ät ze +Ġunlock ed +Ġ ãĤĴ +íĥ ģ +ocaly pse +Al right +Ġê° ľë +Ġ×IJ× ij׾ +ĠKeep ing +Ġcollabor ating +ch ief +ĠFern ando +Ġchef s +ĠíĶ¼ë ¶Ģ +Ġsk ipped +Ġperson n +Ġax e +che z +Ġextract ion +ĠA V +ĠGib bs +Ġí ľ +Ġs ı +I AM +V iew +ĠGR ANT +Ġëª ¸ +Ġver ification +Ġdep icted +ĠMo z +ou x +Ġt ul +Ġsc anner +Ġcomed ian +ĠVol ks +ĠJE FF +è¨Ĥ éĸ± +§ Ħ +Ġdistract ion +r á +ĠIN TER +Ġsin cer +Ġ×ŀ× ª +Ġש ׳ +Ġconstruct ive +ar f +ĠëĪ Ħë +Ġe co +r amos +Ġrenew ed +in ement +ĠU b +ĠPe pper +ì§Ģ ê°Ģ +ĠDar win +Ġmerch and +Ġv árias +è ce +N G +ĠìľĦ íķ´ìĦľ +Ġак ÑĤив +ĠUn ters +ع ÙĦ +Ġint ric +omm a +ie ving +ĠCarol ine +åĵ ģ +ĠPR ES +Ġperform er +Ġaut our +ãģ¾ãģĽ ãĤĵ +Ġutter ly +Ġsynth esis +Ġles bian +Ġretrie ve +Ġmane ira +Ġimp air +Ġment oring +ĠSoul s +ĠGo Pro +ÑĢ Ð°ÑĤÑĮ +Ġc ose +ĠSS D +I RE +Ġup front +ĠA un +Ġgam er +Ġl itt +Ġag gression +ĠLike wise +ĠBet ty +ĠD art +ĠD LC +ish ment +ìŀ¥ ìĿĦ +Ġ 对 +ç» ı +c ream +ĠBaby lon +Ġn ug +br ar +Ġa ynı +am ily +b ike +ahah aha +lo yd +Ġmir a +Ġper me +ĠG aming +Ġfirm ware +M a +Ġassist ed +at ics +Ġìķŀ ìľ¼ë¡ľ +ĠM ental +niej s +ĠI z +ow Äħ +Ġt ougher +Ġde ed +èĭ ¦ +Ġsty lish +ĠTool s +ĠH amp +Ġsun screen +Ġartic ulate +i ye +и ÑĦ +ĠSp read +ĠHA VE +Ġsw irl +Ġspons oring +ä» ĭ +iov ascular +mes i +Ġrelax ation +ĠÑģво иÑħ +Ġmar gins +Ġsa ÄŁ +ĠPr ide +ĠÏĦοÏħ ÏĤ +и ÑĨи +en ci +Do es +Ġcor pse +Ġend urance +Ġí ŀĺ +ì¹ ´ +Ġhair cut +Ġinterrupt ed +Ġwind y +ĠC aleb +Ïģ Ïĩ +ĠPour quoi +Ġhol istic +uc lear +ĠWho le +å£ « +A ct +Ġgall on +c ade +ĠReg ional +ro ads +ĠSch ne +á ng +Ġиз мен +ãĤĪ ãģŃ +Ġmen us +Ġspl itting +Ġpr iced +ĠÎ ĵ +Ġus ername +ĠÐŀ Ñĩ +Ġcomp ressed +y in +Ġguard ian +Ġgo of +Ġcheck list +Ġinter change +Ġexped ition +Ġex tern +Ġinfra red +eng o +Ġden ying +Ġpack ets +on ent +B B +ĠInc re +Ġsin i +ÃŁ er +è g +ma al +gen eration +Ġminor ities +Ġlle var +Ġnom ination +Ġcons id +Ġ×ľ× ¢ +m uÅŁ +ĠEs c +Ġnumer ator +Ġka ik +Ġktóry ch +ies en +Ġv ê +ĠUS S +ĠPri vate +Ġод но +Ġal ém +ÃŃt ulo +Ġlim b +Ġforg iven +Ġdiscl osure +ÏĦ ί +Ġning ún +Ġtherapeut ic +Ġnegoti ating +ĠN ike +ense ful +Ġin cap +Ġflag ship +t own +â Ī +ĠÏĢ Î¿Î» +Ġwol ves +Ġviol ations +ĠAr nold +Ġinterven e +Ġhe ater +Ġrecurs os +Ġma id +ê² ¼ +Ġдав айÑĤе +ĠCe lebr +Ġca pe +ĠSt y +ain en +s ite +b ij +Ġп олÑĮз +Ġfr amed +Ġpublish ers +ĠÑĩ ÑĥÑĤÑĮ +Ġtempt ation +Ġcert eza +Ġex empt +ìĬ ¹ +se lling +ĠT ask +ho on +ĠC oc +ĠPark s +Ġrepet ition +ĠÑĤ Ñĥда +Ġens l +ĠdeÄŁ iÅŁ +ĠOr lando +ĠMain ten +æŃ ¢ +oc ument +ĠH C +Ġscoot er +Ġнап иÑģ +Ġtight er +Ġte ase +Ġremo ves +Ġkij ken +ĠÑģÑĥ ÑīеÑģÑĤв +Ġth é +ĠвÑĭ глÑıд +Ġrel ieve +Ġmit ä +Ġstation ary +ö ff +p able +Ġar ter +Ġdé f +r ative +Ġcon ect +Ġsad dle +ĠD iane +Ġcomm emor +fend im +S ÃŃ +Ġíģ ´ë +Ġman ge +at te +Ġarrog ant +Ġrobot ic +Ġgi Ãł +æĺ¯ çļĦ +Ġneighbour hood +iss on +Ġдв иж +ĠR I +ĠNorm an +b rand +am ation +Ġraz or +Ġmur ders +ĠÑĤ Ñĥ +Ġwszystk im +Ġut ilities +Ġmicros cop +ê ¿ +Ġda qui +oll ar +ĠÐĶав айÑĤе +Ġann ée +Ġkilomet res +Ġhom osexual +Ġarchitect s +ãģ¡ ãģ¯ +Ġni ye +L ER +Ġmicro phones +ĠSt unden +Ġconsecut ive +iend a +v änd +D ER +Ġlif ts +ĠMe at +Ġsave z +íĸ Īëįĺ +M en +Ġdism ant +ê±°ë ¥¼ +Ġins ulation +Ġsc all +Ġsp ooky +Ġpar c +Ġball et +ĠWhats App +Ġfr anc +Ġdeliber ate +Ġíħ Į +Ġm ars +ĠZ ur +P r +dis ciplinary +Ġobs ession +м е +Ġmarch ing +ĠEmer gency +ig uous +Ġs zy +ĠL ands +Ġboard ing +ĠпоÑĩ ÑĤи +Ġenv y +Ġcompassion ate +Ġmer ci +Ġdes irable +d ale +Ġcan ım +ĠAnt ar +tem ps +Ġconfig ured +ĠComp ared +ne h +ic ating +Ġnic kel +ÙĪ ÙĤ +Ùĥ ÙĪÙĨ +op es +Ġform ulas +ĠÐķ ÑģÑĤÑĮ +Ġpo bl +ĠP J +ĠL ud +ä»Ĭ åĽŀ +ĠBr id +ĠH og +ĠBr is +J en +Ġshad ing +ĠY as +Ġdistur bed +Ġrecomm ending +Ġc é +ĠH OW +ìĹĪ ìĸ´ +Ġrevers ed +ĠInteresting ly +iox id +åħ Ń +Ġìĺ¤ ì¼ĢìĿ´ +ế u +x x +Ġou ais +ĠYouT ubers +ĠR osa +ĠH aupt +j adi +Ġvlog s +Ġcult ura +ĠLeaders hip +ĠH ep +Ġill um +´ë ıĻ +Ġcustom ized +Ġmar ca +Ġqu atro +Ġн аг +ĠSpace X +ĠE igen +ast ing +ĠolduÄŁ u +Ġfor ts +ãģ ī +r iment +ien cia +Ġten ir +ro ffen +Ġ197 9 +Ġc ie +ĠëIJĺ ê³ł +Ġes cri +ÏĮ ÏĤ +íı ¬ +uz zy +C ong +ìĿ¸ ìĿ´ +G reat +s il +é ch +ãģ¨ ãģĭ +Ġmult ic +ĠDis k +² ķ +Ġfaz la +Ġle vant +Ġab ajo +ur ry +st ru +Ġ먹 ëĬĶ +Ġaccess ory +Ġдв иг +ĠR id +20 19 +Ġdown stream +æķ ¸ +Ġk az +ut an +Ġchar coal +Ġa fect +w u +Ġcontext s +Ġfe ared +ĠìĦ ¤ +Ġhist ories +Ġf as +ens ible +Ġcoco a +ill ar +ge ons +Ġspiritual ity +ĠP ew +Ġpharm acy +Ġpass ions +Ġb os +Ġall á +Ġthri ving +ĠRe act +Ġoccup y +Ġwithdraw al +Ġallow ance +ĠFra ktion +Ġbud dies +Ġid le +Ġdissol ved +Ġpreval ent +Ġmil itar +Ġsens ing +Ġpo jaw +Ġanc ora +Ġabund ant +Ġha irst +ãģĤ ãĤĮ +Ġtw ee +Ġnäch ste +ĠMöglich keit +Ġho o +uff icient +Ġfant ast +Ġed ible +Ġëĸ¨ ìĸ´ì +ìĽ ĥ +Ġve in +uc ci +Ġdevot ion +Ġconce aler +in come +Ġrecy cled +ĠìĬ¤í ĥĢ +Ġpont os +Ġdess us +Ġvé rit +Ġreflect ions +ĠA A +Ġtake away +b are +ĠCont act +e il +ĠHe ar +Ġmir ac +ĠGer ilim +ĠÑģам Ñĭй +Ġv ivo +Ġkilogram s +ĠCr im +û t +7 8 +Ġsincere ly +ra z +Ġë³ µ +Ġarri v +Ġconcept ion +ĠPers ian +Ġsj äl +Ġst arring +ĠìķĦë ¬´ +ĠFore ver +е ÑģÑĤÑĮ +Ġve il +Ġsubt it +od ka +ĠоÑĤно ÑĪ +Ġcook s +ен Ñı +K ay +Ġni ños +ĠPh one +Ġstitch ing +Ġfinger print +é¢ ĺ +λ ά +Ġded icate +ĠL ob +Ġblack s +ĠB le +b out +ĠÄij ang +Ġe ks +Ġsqu ash +ĠK ü +od i +Ġn Æ°á»Ľc +Ġvoy age +Ġplay ful +ĠØ¥ ÙĦÙī +an ic +Ġcondem n +ĠB öyle +ĠPol ize +ãĤ¿ ãĥ¼ +Ġay uda +Ġp am +à¹Ħ à¸Ľ +ĠK athy +ед ин +нов а +Ġbr ig +eg er +Ġe agle +Ġvis ions +ĠíķŃ ìĥģ +Ġsh itty +Ġh ott +ĠBr itt +ut ors +ENT E +æĽ ² +Ġph on +ĠB ing +Ġпод деÑĢж +spr ing +æĸ ¯ +et ten +Ġpil gr +Ġed iyor +енÑĤ Ñĭ +ag gio +Ġj ul +Ġcomp rend +te il +ĠØ ² +Ġperform ers +Ġinf amous +ĠM K +ç ª +æ³ ģ +ot le +e ff +ĠH ash +Ġcow ard +ĠB RA +ĠD D +Ġcom ida +Ġpl ata +Ġfl ap +ĠMe hr +rib ution +ĠY emen +Ġmyster ies +Ġİ yi +Ġst ell +Ġeyel iner +Ġdel es +Ġnail ed +Ġillness es +Ġst acks +Ġtrabaj ar +fl ower +ci u +Ġcr ude +Ġsubstant ially +Ġhome m +Ġnep hew +Ġstamp s +Ġcar bs +ÑĮ ÑĤе +mo oth +Ġtun nels +ac ie +æ³ ¢ +ĠSe ñ +ĠH era +ĠìķĦëĭĪ ìĹIJìļĶ +ĠWy oming +ĠHD MI +ĠL is +u ción +Ġste er +о Ñİ +иÑĤ а +N T +Ġìĸ¼êµ ´ +Ġpal ms +Ġne on +ов аниÑı +Ġfilter ing +Ġjou er +ĠH ö +Ġне Ñģ +ê²ł ìĸ´ìļĶ +Ġ8 1 +Ġstory line +Ġprz ep +Ġthank ing +ĠBo eing +Ġsoft ly +j em +алÑĮ нÑĭÑħ +Ġflash light +Ġп Ñĥ +ĠW OMAN +ắ c +ÃŃ ch +Ġlux urious +Ġw ün +Ġimpact ful +Ġcons on +re u +ir ring +if ter +Ġconstitu ents +èIJ ½ +Ġ9 4 +ĠT ou +g om +ĠìĥĿê°ģ ìĿĦ +Ġstere otypes +Ġmoż li +åĪĨ 享 +Ĥ ¨ +Ġpencil s +ĠÑģл ож +Ġih rem +ĠBes ch +ĠK oh +ĠEnt scheid +Ġle k +Ġför s +Ġtotal mente +Ġlive ly +Ġent ropy +Ġdisc ern +ĠÐĹ Ð½Ð° +Ġdo v +Ġmyth ology +è¨ĺ å¾Ĺ +apan ese +Ġapprox imate +аÑĤ ив +if iable +ĠSe o +åĢ Ĵ +´ìĭ¬ íŀĪ +Ġìĺ · +Ġtempor al +Ġi T +Ġest at +к им +Ġspr ink +Ġgr und +Ġinfant ry +Ġsch affen +ç´ Ħ +Ġan k +ri ages +ĠYe on +ĠMor oc +Ġinv asive +ģ Ķ +Ġparent ing +ĠR is +ib ile +Ġmod s +å½ ¢ +ĠпÑĢов еÑĢ +ĠTh ing +ĠWhere ver +Ġacknowled ging +Ġpa wn +um mer +or b +6 9 +Ġretr ouve +Ġrel ies +ĠHigh way +Ġa we +ãģ§ãģĻ ãģĭ +ita ire +Ġapplic ant +Ġais le +w orm +Ġpay load +Ġcar re +ĠB ach +æł ¼ +Ġì¹ľ 구ë +ни е +Ġit ÃŃs +onna ise +s ol +èı ¯ +alg ia +Ġrock ing +Ġbest en +rit es +^ ^ +ин ой +Ġba ixo +Ġ기 ìĸµ +оÑĤ ÑĢи +s im +Ġinc arn +ëĭ¤ ìĿĮ +Ġl ick +s ided +Ġ7 1 +f order +Ġreson ance +Ġte gen +Ġmet aph +ows er +Ġ×IJ× ł×Ĺ׳×ķ +? ãĢį +Ġsp ielen +Ġvoll ey +ĶìĿ´íģ¬ ìĹħ +lo oked +Ġsent enced +Ġmultip lying +Ġide als +Ġwahr scheinlich +Ġdepos its +bil ir +Ġeff et +ill on +Īë §Į +Ġtestim on +Ġz awsze +ĠпÑĢоÑĨ еÑģÑģ +ĠL av +ä¸į éĮ¯ +Ġtrava iller +Ġla isse +ĠMount ains +ĠÑĢ Ð¾Ð± +Ġexam ined +it us +W as +л Ñĭ +Ġattrib uted +ĠìĬ ¹ +ĠBar on +Ġg ep +Ġatt ent +ĠColl ection +Ġthe at +ĠC ai +Ġwell s +Ġhuman o +çĹ ħ +ĠH ast +ĠÑħоÑĤ Ñı +cz as +Ġperm its +Ġle gg +Ġe po +ĠF en +Ġth i +ĠF oi +Ġé lect +Ġ8 3 +Ġover th +Ġ è¬Ŀè¬Ŀ +Ġten ant +è² · +N ext +Ġpra ised +sec urity +ĠImp act +为 ä»Ģä¹Ī +Ġv ouch +Ġneg ó +Ġun ve +Ġcritic ize +ĠKen ya +Ġtact ic +Ġlo gr +Ġpo is +Ġpap a +spe aks +ðŁ ij +isp ers +Ġsur plus +Ġcold er +åį Ĺ +åIJ ¬ +pl ets +ĠV ienna +ĠLe ad +Ġaer ial +ĠT ah +енÑĤ ов +ĠGree ks +C am +Ġmá xim +Ġk uin +ch io +Ġdemonst rates +an os +ĠC ert +ĠÑį н +Ġblog s +ĠìĦľ ìļ¸ +Ġbe ams +ик ов +Ġprompt ed +Ġfright ening +ĠPors che +ãģĪ ãģ¦ +lar ını +Ġch illing +is phere +Ġfl ashing +ĠK ard +b read +Ġex h +Ġty cker +Ġec ological +ĠMa e +Ġ×ŀ×IJ ×ķ×ĵ +ĠëĤ ĺëıĦ +л он +ys s +Ġper gunt +Ġpri x +izz ard +Ġcan cers +Ġ9 1 +s usp +ĠIt em +ÅŁ a +Ġp est +Ġtak Äħ +Ġl ymph +ĠPat ri +f ill +Ġrec onna +Ġoptim ism +Ġmim ic +Ġì² ľ +ĠMad ame +oc y +l ining +åijĬ 訴 +erm e +Ġfold ers +Ġcz ÅĤ +uch ar +Ġcur so +Ġbre ach +ни ÑĤÑĮ +Ġp amiÄĻ +Ġel ig +Ġaut op +F low +Ġprogram med +ĠPro cess +Ġfig ur +ĠS F +ĠE les +Ġprogram mes +Ġdiz zy +ìĭľ ê°Ħ +Ġли бо +Ġsn iff +ĠSeb astian +ĠH ye +Ġ4 000 +Ġperm ite +æ¢ Ŀ +Ġза Ñī +Ġgu it +ĠD ais +Ġaccord ance +Ġmod ular +ogene ous +æĭ į +Ġpou quinho +Ġart illery +Ġlub ric +Ġvol can +ĠN H +ðŁ ¤ +Ġde an +R h +Ġminist re +åĿ IJ +ĠIn v +ĠBul gar +ĠD aten +è İ +I m +Ġorigin ated +ĠN ixon +inte gr +Ġlack s +ĠN acht +ìĸ´ë Ĥĺ +cam era +Ġrad ish +ki ye +Ġang es +Ġpré f +j uk +ĠBe e +ĠB U +ĠвоÑģ п +ĠB T +ê mes +ĠSt ück +ĠIn k +æĪĸ èĢħ +ĠSerge ant +ĠMult ip +Ġhiç bir +ĠС ам +ĠD é +ol ph +ìĸ ¸ +Ġimp at +ĠìķĬ ê³ł +ĠÑĤак ого +ĠнавеÑĢ Ð½Ð¾Ðµ +Ġunpredict able +Ġm end +ĠìĹĨ ìĸ´ìļĶ +Ġjakie ÅĽ +Ġann i +Ġdon né +ĠK irsty +Ġrectang ular +Ġempez ar +ĠEx change +ê° Ķ +Ġé conom +ãģĵ ãĤĵ +el in +re ibt +Ġ×Ķ× ¤ +Ġc emetery +Ġespañ ol +ol in +лÑİ Ð´ +Ġgr âce +all en +ĠPh ilos +ĠEr st +Ġìĥ Ī +ĠV id +G ive +O H +μ ο +ĠP are +Ġmetabol ism +Ġma ple +Ġax le +ĠD y +Ġkomm e +Ïİ Î½ +Ġgreat ness +Ġver ified +Ġsp é +ĠFahren heit +ĠB ren +ĠConf eder +Ġhist oire +Ġelimin ating +ĠAd ding +ĠAb i +æĿ İ +Ġhospital ity +t im +Ġbon ito +Ġpart es +ĠдÑĢÑĥг иÑħ +ĠSh ay +ĠS ed +Ġreg rets +Ñı ми +Ġten ants +éĢ Ł +ĠP TS +Ġdev i +ĠL ate +ue z +Ġsö yl +ãĤ » +Ġìŀ¬ë °Į +Ġtogg le +Ġmas king +алÑĮ ного +Ġpers ön +Ġamer ican +f ik +ĠR GB +ens on +ĠK A +ww ww +ĠÑĢ ÐµÐ³ +met ics +Ġeduc ator +ãĤ· ãĥ«ãĤ¯ +p ark +елÑĮ зÑı +ar us +ÑĢ ÐµÑĤ +Ġfe ito +Ġcho ir +Ġlar go +Ġe ens +Ġwat ts +ĠSing le +Ġsuscept ible +ic er +Ġв клÑİÑĩ +Ġp us +íĻ ĺ +E ng +Ġfant as +Ġspecific ation +Ġconfront ed +ĠColumb us +ив еÑĤ +ar ım +Ġcaffe ine +mun ition +Ġmig rants +l ide +it ations +ĠG eme +Ạ« +Ġpl anner +Ġstim ulate +Ġapro xim +ce u +ĠN om +Ġv og +ĠÑĢ Ð°ÑģÑĤ +Ġense ñ +Ġsell ers +Ġgut en +z d +C al +Ġdescri pt +Ġrecon ciliation +z inho +á¹ĩ a +ãģĺãĤĥ ãģĤ +acy j +ĠCO L +s aw +ĠíĻķ ìĿ¸ +Ġvar it +Ġpartner ing +Ġdet ention +Ġbomb ing +c lapping +ien cies +ond u +AM E +Ġê°Ļ ìĬµëĭĪëĭ¤ +c ÃŃa +ĠпоÑģ ÑĤо +ĠAS MR +Ġhome page +Ġsi è +an tha +ĠP oll +Ġ igen +cy ch +Ġê°ij ìŀIJ기 +Ġconsider ably +ä»ĸ çļĦ +ĠAr ist +Ġwith stand +Ġqual itative +ĠK raft +ĠÑį лекÑĤ +ĠBe ad +екÑĤ ив +Ġcr ushing +ì³ IJ +Ġnav y +ÙĪ Úº +s ho +Ġo ak +ipp ers +Ġso ils +Ġpig ment +Ġev itar +ãĥ ĩ +Ġf use +ĠD ale +: " +Ġcompl ètement +Ġke l +๠Ĩ +Ġqu atre +ĠU M +Ġë§ IJë +æł ¹ +ÃŃ r +Ġle isure +ĠH ousing +Ġfold s +est ion +AR S +Ġm ash +urp ose +Ġaccum ulated +ĠSt uff +èª ŀ +Ġtap es +ĠÑģ илÑĮно +ĠLO VE +Ġ198 2 +Ġsc ars +Ġcapital ist +ĠN ed +Ġsoft en +Ġnot ably +Ġforcé ment +ĠRa um +Ġнеоб Ñħод +Ġtrad emark +Ġfert ig +Ġ? ! +æĹ ł +Ġreinfor ced +Ġre charge +ĠPut ting +Ġvill ains +Ġhand ic +Ġadvertis ement +ت ÙĬ +ĠÑģ Ñĥм +ĠR iley +×ķ× ij× +äº ¬ +O s +Ø§Ø ² +B oy +Ġsqu ish +ock et +Ġtest ify +æ¼ Ķ +Ġ×ľ× ŀ× +Ġм аÑģÑģ +man uel +ĠArk ansas +if fe +Ġanalyst s +ĠDe af +Ġj ó +Ġgrocer ies +ĠWhe el +ĠÑĢ Ð¸Ñģ +Ġc òn +ĠC ob +Ġpris ons +è ve +ĠCab inet +Ġpos ed +Ġguer re +ĠL loyd +Ġcl erk +Ġcr ises +ĠSh o +ĠO re +ĠFoot ball +ĠAd vis +ĠZh eng +è į +ĠAM Y +Ġun for +Ġmon aster +Ġcomp ile +Ġimm ortal +at able +Ġpar ano +Ġt iver +ĠStep h +ĠFu ÃŁ +Ġdisc ontin +Ġr ipe +Ġhack ing +Ġs iendo +Ġsegu ro +alt res +Ġand eres +Ġë ¦¬ë +Ġexp orts +æŃ ¥ +Ġtab ii +Ġ기 ëĭ¤ë +Ġbother ing +Ġpick le +ĠBRI AN +Ġalt ar +ĠпÑĢи б +Ġtransfer ring +ĠV ors +ĠÙĩ ÙĪ +ĠZ a +ĠFr ances +Ġbrow se +em it +Ġche wing +ĠFred dy +Ġedit ors +ä lle +Ġí ĮĢ +ĠS que +ĠC ultural +aw k +ĠS ache +ĠCar bon +ắ t +F L +ĠN GO +pe ÅĤ +ĠS ou +Ġh vor +un intelligible +Ġë² ķ +Ġ ° +i in +Ġ×¢ ×Ŀ +Ġder rière +Ġczy m +ĠAp ost +Ġregard er +Ġag rade +ĠC andy +Ġma re +Ġintrodu ces +bird s +Ġuniqu ely +Ġm uk +Ġcook er +Ġcrew s +Ġje ito +ER T +¶ Ħë +n isse +Ġe f +Ġcart e +ĠY ak +ĠP AT +и но +bok ki +Ġm ates +Ġdist int +Ġì½Ķë¡ľ ëĤĺ +Ġy ıl +Ġκ άν +Ġconfigur ations +eng a +re cht +H appy +ãĤĦ ãģ£ãģ¦ +in vest +Ġreconst ruct +ĠÑįÑĤ омÑĥ +Ġmos que +ra um +Ġvoy ez +ĠN BC +ĠìŀIJ ìĭł +Ġstur dy +Ġк ап +Ġans ch +al id +Ġmas ih +ĠR EP +Ġì½ Ķë +Ġded uct +Ġsal ir +w urf +il ot +ĠM utter +old s +ĠF EMA +ĠB ib +Ġneighb oring +Ġbl iss +Ġíĺ ¼ +ли ÑģÑĮ +ĠÑĤÑĢ ÐµÐ± +Ġ å°±æĺ¯ +Ġgren ade +Ġe gal +Ġfin ely +Ġpet als +Ġke er +Ġch yba +Ġsk ipping +Ġth irteen +Ġgrav y +ĠS AT +6 1 +Ġн ог +Ġmin s +IT E +Ġso zial +íķĺë ©´ìĦľ +rukt ur +Ġвозм ож +Ġоп ÑıÑĤÑĮ +Ġar th +ĠCub an +Ġtre asures +Ġfertil izer +Ġawak ening +Ġë°± ìĭł +Ġr all +Ġdep ict +ĠP ablo +Ġninete en +Ġw att +Ġentire ty +K S +ĠWood s +S ch +ĠÚ© ÙĪ +ĠD ry +ãģ ŀ +u ve +Ġreconst ruction +Ġanat omy +Īë ¥¼ +Ġb aba +Ġlisten er +Ġshar pen +ĠPer u +ĠвÑĭ з +Ġrecre ation +Ġiniti ate +Ġcal or +ĠN aj +ge e +ĠFe els +ĠSnap chat +ĠT et +ĠN est +ĠD af +ĠFin ish +ĠÑĤак им +ú c +iz ens +Ġsp ins +Ġemb ry +Ġpass ages +Ġc ient +Ġjust ification +ä»ĸ 說 +Ġolm az +Ġflood ed +Ġemo ji +Ġembr acing +Ġdisc ard +ĠBas ic +ag og +ĠìľĦ íķ´ +Ġas ylum +er in +Ġf im +Ġnin ja +Ġautom ate +Ġaller gic +ÿÿ ÿÿ +am am +Ġм аÑĢ +ĠO i +ä us +Ġin duct +ĠB EN +Ġz ÅĤ +Ġkaż dy +ĠAM P +n ÄĽ +S ure +Ġqu il +Ġespe c +ro k +BS CRI +Ġlie be +p us +ach sen +Ġcr icket +ëĬ IJ +ĠFr ame +ekk ür +ar b +Ġp ÅĻ +иÑģ Ñģ +Ġzeg gen +Ġdou bles +ĠD re +t est +ins p +bo ys +Ġm ão +ĠVer se +Ġmus cular +ĠMA LE +Ġd ulu +Ġoccas ional +L o +conom ic +Ġv ak +Ġrem edy +å¤ ł +ĠâĻªâĻª âĻª +ve m +Ġön em +ĠkarÅŁ ı +ĠSh arp +h ur +Ġë°© ë²ķ +Ġgrand son +Ġakt iv +ĠTh rones +ĠìķĪ ìĹIJ +Ġto ts +Ġsub d +ĠPa ula +Ġgra ves +ĠB rent +Ġник ÑĤо +Ġsö z +Ġcre c +ĠVlad imir +çĸ « +Ġп ой +Ġ" - +Ġp sy +at ri +id an +Ġa ún +Ġstandard ized +ì¹ ĺë +Ġк ÑĢов +ĠZh u +s omething +Ġ7 50 +Ġmuj eres +Ġa it +éĹ ´ +ag u +Ġcorrect ed +ik ka +el ed +ĠCare er +ow ym +Ġroomm ate +Ġdescend ants +ĠNapole on +ĠÐĶ Ð¾ +íĸĪ ìĸ´ìļĶ +Ġbun un +ĠMich a +ç· ļ +Ġdesc ob +P I +Ġpalab ra +Ġtrack ed +Ġdepend ence +ĠBar ack +åģ ĩ +Ġfert ility +ĠSouth west +Ġincom plete +Ġcomun ic +Ġcomp ris +ĠRest aur +Ġac ron +κ α +Ġapprent ices +Ġmus st +ĠA br +Ġpent ru +ĠCons ort +ĠAve c +Ġdum plings +L R +Ġwszystk ie +Ġsw amp +н ев +ugg le +Ġwater color +Ġprot on +ĠEspa ña +ock ing +ов ал +Ġtak im +V ery +Ġdement ia +ĠÅŁey i +J ac +ĠMac Book +ĠL iv +ffic ients +ĠH unt +Ġover lay +æĦŁ è¦º +ĠSky pe +p unkt +Ġconf ined +ĠAd rian +ر Ùĥ +ĠJe ep +Ġenqu anto +Ġan est +оÑĤ веÑĤ +Ġм енÑĮ +Ġirrig ation +á»ij n +Ġeight een +ĠP on +Ġresc ued +Ġ198 3 +r ü +ja e +ĠJe ong +Ġamazing ly +ĠF DP +Ġback stage +c ue +ĠÏĥÏĦη ν +ĠاÙĦØ µ +Ġlivest ock +ĠW arner +Ġmaj ors +ãĥģ ãĥ£ +Ġcooper ative +ĠBr ady +ra ined +rie b +Ġ×ij× ŀ× +Ġдов олÑĮно +ĠF E +Ġle aked +ĠMerc ury +Ġpersu ade +Ġtransform er +ĠNor weg +ĠìĹ¬ë Ł¬ +Ġzrobi Äĩ +Ġcard iovascular +ĠCr ash +Ġg ossip +а ÑģÑĤÑĮ +Ġì ª½ +Ġsw ept +ĠH orn +ĠAt é +Ġbu kan +ĠK aw +K Y +ĠSt ories +G ary +Ġgard ening +ĠQuick ly +ĠFal con +Ġov at +c ı +ĠCom plet +ĠD ate +ĠпÑĢ Ð¸Ð¼ +Ġlä uft +ĠAud rey +ĠW ent +Ġpel ÃŃcul +Ġcar riage +Ġun acceptable +ny mi +ĠÑģл ÑĭÑĪ +Ġter re +uell ement +EE EE +Ġpharm ac +h ões +Ġz ich +Ġmig rate +ĠF ry +ñ ana +ĠM uito +EO VER +Ġfort ress +ĠCom pan +ĠJ SON +ord nung +Ġw arto +Ġun gef +ìħĶ ìĦľ +ĠÑĢ Ð¾Ðº +Ġpad dle +J ared +Ġsubm itting +Ġl atch +Ġf ug +Ġк оÑģ +ĠE f +Ġlaunch es +Ġf t +ote chn +Ġtrave lled +ا Ùģ +éģ ķ +Ġpro ch +Ġded im +8 3 +Ġreb ound +ĠL U +p ath +ĠÑģп ÑĢав +Ġö l +ĠíĤ ¤ +Ġpriv at +Ġtr actor +ĠAtt ention +S er +Ġcos es +á ria +p al +ĠìĿ Ģ +Ġsuccess or +Ġconnect ors +ĠÑĥÑģÑĤ анов +Ġgen ocide +Ġsufficient ly +ĠA ixò +Ġstabil ize +Ġcon gest +Ġcar ving +Ġz ost +ĠбÑĭ ÑģÑĤÑĢо +Ġshort est +Ġli vel +Ġ8 9 +éģ Ĭ +Ġer k +Ġport raits +à¥ Ģ +è ĺ +bo at +ll ah +AN C +Ġempir ical +ĠE cho +ĠNeder land +è¿Ļ ä¹Ī +N et +Ġcuid ado +ĠR oma +Ġc alf +Ġgi ants +ĠExpl orer +ĠColl ect +al ition +ĠDest iny +Ġaus ge +ĠE du +ĠC lo +Ġear rings +ĠTr ack +ĠR OS +ĠBe lle +çĻ ¾ +Ġpu eda +Ġday time +Ġsupp lier +ĠS V +ĠEx hale +Ġgal era +c ourse +Ġcent imeter +ĠB ast +m ud +Ġsang at +ĠPhys ical +Ġpriv ately +Ġtr ata +lyn n +ill i +Ġë© ĶìĿ´íģ¬ìĹħ +Ġcryst all +Ġpod s +ả n +in ator +ĠRec ords +å® ĺ +ÄŁim iz +isse ment +h are +h adow +ĠD K +ĠìķĮ ê³ł +Ġw yn +Ġrequest ing +ĠD onna +ĠìĹ ´ìĭ¬íŀĪ +ine a +Ġex ert +ĠDun can +Ġв еÑĩ +ĠH ah +ठĤ +ĠL if +ĠF inding +ĠNo v +Ġзн ак +Ġо ÑĦ +ĠQu è +Ġquarter back +ĠÑĦ ак +Ġbipart isan +ÄŁ in +Ġné cess +Ġrefer endum +Ġcomp iler +Ġprob abil +ед и +Ġtrad er +æĺ ĵ +ĠR um +ge me +Ġd io +ĠbÄĻdzie my +ĠÏĢ Î¬ +ê¾ ¸ +×ķ× ĺ +Ġठķ +Ġбл аг +Ġscal p +ĠPa use +Ġcapt ion +Ġend anger +Ġen lar +Ġrot ten +ãĥĥ ãĥĪ +Ġw ah +èĤ ī +Ġd zi +ĠInst all +A y +Ġcre ar +енÑĤ а +Ġwe ighing +Ġbutter flies +ĠG ast +äº ķ +h orn +war z +IC EOVER +Ġнай ÑĤи +Ġcoe fficients +ç°¡ åĸ® +ĠSp encer +ĠH igher +Ġcow ork +å¨ ĺ +ĠкоÑĤоÑĢ Ð¾Ðµ +Ġmon it +Ġdys function +ĠÑģÑĤ анов +Ġtour naments +Ġoy ster +B N +Ġtr ud +sl ow +ĠPen ny +ĠOd ys +æ r +Ġf ou +Ġenjoy ment +аÑĤ Ñĭ +Ġwygl Äħda +алÑĮ наÑı +ĠProt ect +Ġmo y +Ġcl aw +Ġsusp icion +Ġsacrific ed +Ġgost o +B ig +Ġaggress ively +Ġvor ne +ãĥ ł +Ġbl amed +ĠSe hr +פ ר +c ito +Ġse als +Ġmu jer +ĠWe ird +Ġfore ns +Ġcontrib utes +est ra +Ġp og +L OL +Ġhacer lo +о ÑĤÑĮ +f iction +7 9 +λ ο +大 æ¦Ĥ +å£ ° +ĠÑĤ об +ĠG S +ĠCl ara +ite z +Ġadvoc ating +ĠíĶ Ħë +s ung +Ġvert ices +Ġnavig ating +Ġeurop é +çļ Ĩ +Ġslow ed +Ġfore ground +ĠIndust rial +Ġad ore +ìĭ Ń +Ġcré er +æŀ Ĺ +chn itt +Ġun aware +Ġcur ly +ent ar +Ġl er +Ġprohib ited +ĠHero es +ĠRe ed +u ca +Ġsm ok +Ġkun na +zeit ig +im men +ĠL un +Ġаб ÑģолÑİÑĤ +Ġdeg li +Ġvill agers +Ġpres et +z ept +ud s +Ġem it +ä½ł è¦ģ +Ġë ī +ëĬĶ ì§Ģ +нак о +Ġos ób +Ġ196 9 +ĠÐIJ ÑĢ +Ġman chmal +ĠBro ck +Ġmant ra +ĠW IL +b ach +in ä +el as +kel n +Ġdisci ple +Ġqual c +Ġde hyd +ìĿ´ë Ŀ¼ëĬĶ +A f +ìĦ± ìĿ´ +R yan +Ġpupp et +ĠдÑĢÑĥг ие +Ġr ud +Ġp ending +P lus +ĠìķĬ ìĿĦ +Ġb á»ĭ +ĠSe ga +ç e +Ġprogram mer +b li +Ġun l +Ġensl aved +Ġsoci été +Äģ h +Ġinherit ance +ĠBang l +erm aid +Ġpractition er +ĠSt alin +ĠUs er +ci ble +Ġcard iac +ĠKore ans +Ġdump ed +Ġ×Ķ ×Ļ×Ķ +á is +Ġhydraul ic +oubt edly +ĠP it +Ġpic nic +Ġbehö ver +ĠÑģм ог +Ġbra king +é» ij +ut ar +ĠìĦ ¸ë +ub l +Ġü z +Ġmaj esty +Ġb ers +ut able +Ġhot ter +çħ § +ÛĮ ÙĨ +Ġbi ases +Ġsubject ed +Ġnaught y +Ġcir cus +ãģĹ ãģĭ +ĠIm medi +ĠSte fan +ĠTri ple +en k +Ġw it +Ġrecy cle +em ie +d ated +Ġun load +Ġpop ula +ch in +Ġyield s +Ġeng lish +ĠBon nie +Ġsp iders +à ģ +Ġer osion +éĥ¨ åĪĨ +ĠN ICK +иÑı Ñħ +Ġimp art +Ġк ни +Ġres olutions +Ġlith ium +Ġconver gence +ĠT ara +Ġдв е +th s +ĠCind y +æĪij è¦ģ +å¹ « +ĠD IE +Ġass urance +Ġоп иÑģ +Ġbu ckets +Ġc ues +ĠQu iet +Ġsimilar ity +Ġfound ational +ĠMin ist +æ» ¿ +Ġp ian +Ġcent r +Ġnum b +Ġmon ks +uj ourd +en zie +Ġskate board +Ġd latego +ĠÑģ оÑĤ +ĠA E +Ġmaster piece +ĠSol omon +ĠRed dit +Ġr iot +ab l +ĠJ azz +Ġelectromagn etic +Ġinsec ure +ĠComp et +ger ies +об од +ł ×ķ +ðŁ Ĵ +Ġsen ators +ĠBris bane +ĠAl b +utter ing +ĠAll ow +z ero +Ġp ai +ĠÐIJ лекÑģ +ĠDis play +ĠBl ade +ĠApp s +Ġp ä +Ġд еÑģÑı +Ġque lla +ĠGa o +ен нÑĭÑħ +Ġspoil ers +Ġgall ons +ĠÙĦ ÙĬ +ĠZ ion +æľī ä¸Ģ +on ie +rag t +ĠCh and +Ġë³ ij +Ġbl unt +Ġus u +ĠK ad +ra kt +Ġcin ematic +Ġam munition +re ne +Ġfour teen +ĠC arn +c rit +Ġten ure +v u +Ġprincipal mente +Ġalle en +éĢĻ ä¸Ģ +Ġkompl ett +Ġdü ny +J ames +Ġrecept or +Ġones elf +g uru +Ġmerch ant +l iness +Ġover looked +Ġharmon ic +éķ ¿ +ies o +×ķ× ŀ +col m +ĠпÑĢо екÑĤ +ĠAd a +ا س +T im +Ġrecur ring +Ġproceed s +ĠPart icularly +ĠDown load +et rical +Ġmat rices +Ġproyect o +anc ies +ĠUh m +Ġc aves +Ġìĸ´ë ł¤ +ĠLe af +Ġоб ÑĭÑĩ +ĠìĿ´ì ľł +Euro pe +Ġt Äħ +Ġpul s +Ġtak iego +ÐĿ е +G U +Ġfor s +Ïģ γ +Ġfot os +Ġ) ) +Ġë© ¤ë +Ġaqu ilo +ĠK urd +ï¸ ı +pt ic +ĠD ort +Ġmis ery +aus o +åĬ Ł +chuck ling +ĠR idge +ĠíĸĪ ìĬµëĭĪëĭ¤ +Ġ* ** +å® ¢ +ĠHmm m +Ġge ographic +Ġany s +Ġtal vez +Ġske let +Ġsign atures +Ġlit ers +IJë ©´ +ĠÑģво его +Ġski ing +ĠÐľ оÑģ +Ġadop ting +Ġha ft +Ġsymm etric +ĠL iqu +Ġthy roid +Ġmis in +lud e +Ġh ull +ĠX D +ĠG ust +ze ich +Ġvibr ations +Ġes emp +ĠвÑģ Ñİ +ĠQu em +Ġü brig +ĠS ke +ĠLyn ch +room s +art et +f est +Ġfr üher +Ġl ure +ä¸į好 æĦıæĢĿ +ĠìķĮ ìķĦ +ĠW IN +ĠR YAN +ĠкоÑĤоÑĢ ÑĥÑİ +ĠK ash +Ġ×Ķ× ŀ +Ġsaf eg +ĠHall elujah +Ġдв ÑĥÑħ +Ġstap le +Ġsed iment +ĠAct s +Ġbl aming +Ġmain land +Ġsport ing +Ġdecor ations +Ġexecut ing +Ġpar an +ĠDoll ar +Ġproject ions +Ġcommission ed +Ġb our +ö m +Ġste amed +ĠëŃ ĺ +Ġpet rol +Ġcel ular +å¸ ¶ +ĠHung ary +Ġrent ed +Ġв аÑĢи +bb ie +Ġsé cur +ü ll +Ġsw ings +bet ween +Ġи ÑĤ +est ro +Ġnie mand +ĠìĤ ¼ +ĠP ardon +ess es +ĠM ID +Ġcentral ized +ĠAl ien +cul os +Ġcr ise +裡 éĿ¢ +Ġcl asse +beit et +i ÄŁi +Ġwh ales +Ġper imeter +Ġty ing +Ġstr ony +Ġlike wise +ĠP unch +D a +ĠBapt ist +Ġsort ing +Ġ iv +Ġíķ © +Ġre hab +Ġet a +ri ver +Ġsa i +ãģĦãģŁ ãģł +od us +ãģĬé¡ĺãģĦ ãģĹãģ¾ãģĻ +Ġess ayer +Ġtur tles +ĠHaz rat +Ġfab rics +Ġcav ity +Ġpon ieważ +Ġschle cht +Ġs alsa +ÅŁ ekkür +Ġse ating +Ġeconom ists +Ġman g +Ġsegu inte +Ġr ang +Ġrat ios +Ġconst ell +Ġlong temps +u ating +Ġspo iled +Ġrecip ients +Ġsn iper +ä¹ĭ åīį +ìĬµ ëĭĪê¹Į +Ġw p +ĠLIN KE +Ġfl are +ĠAd ri +ñ as +Ġback l +mä ÃŁ +ĠB end +Ġworkload s +ĠÑģ Ñĥп +Ġ197 5 +им ÑģÑı +ан е +Ġм он +Ġaspir ations +ĠA er +ĠговоÑĢ Ð¸ÑĤÑĮ +ĠQ ian +å¦ Ī +Ġcomprom ised +Ġyol k +ла ÑģÑĤ +Ġhe men +ro ve +d ens +Ġком менÑĤ +Ġ- -- +Ġflu ores +но Ñģ +ĠLiver pool +ĠÑģоб ой +ĠZ we +Ġl umin +ĠO G +á ¸ +hol m +pro fits +S N +Ġproport ions +Ġm ica +ĠB oh +ĠAt las +Ġuns ure +Ġtour ing +Ġn ied +Ġt ÄĻ +Ġimper ative +Ġdem ek +ĠSher iff +r ance +Ġhom eland +ĠH ail +ĠG anz +y mm +M on +åĨ · +v ida +Ġdesar roll +æĬ Ģ +Ġintrig uing +ĠH ugo +Ġ ãĤĤ +é ¬ +а ÑĨ +ĠWiÄĻ c +att ed +ĠìķĦëĭĪ ê³ł +ĠV ari +á d +Ġsur real +Ġdispar ities +Ġm ó +ull en +ĠìŀĪ ëĭ¤ê³ł +Ġп ожалÑĥйÑģÑĤа +Ġma ins +Ġe ject +Ġmeth ane +Ġmarginal ized +Ġchill i +r ès +Ġy em +ä½ł æĺ¯ +ĠCh un +Ġdeb ts +Ġdownload ing +ĠAth ens +is ierung +ry n +Ġte kn +ĠQu indi +éľ Ģ +Ġtara f +Ġh é +Ġconscious ly +Ġfix es +uck le +may ın +Ġfre i +Ġsp a +Ġì§Ħ íĸī +ĠاÙĦØ ° +ĠÑĥ к +let t +Ġolm uÅŁ +Ġche esy +า à¸ģ +na ire +Ġw iden +Ġli en +Ġesca ping +igg s +ĠBl ick +c Äħ +ĠìĦ ľë +Ġ×Ķ× ¡ +Ġв пеÑĢ +oph one +ie ll +ĠSU BSCRI +Ġl ions +Ġê·¸ ê²ĥ +Ġinsp ires +Ġguarante es +Ġcome ça +ĠGrow ing +Ġneg lig +ĠFrank f +Ġge geben +ĠÄij ầu +Ġend lich +Ġì ፠+ĠT T +ĠL ith +ÏĢ Î± +aster n +ĠA zer +Ġlun ar +h ic +Ġна ÑĢод +Ġnen hum +è· ij +ĠSalv ador +ĠPro gress +Ġprivile ges +ĠëıĻ ìķĪ +Ġant agon +ĠImp f +Ġdesc ub +ĠLe i +ĠìĥĪë ¡ľ +Ñĩ е +Ġdó lares +ĠMeg han +ĠW ire +to o +ay ing +us c +Ġt ud +Ġappe als +ed uc +Ġp ane +Ġj i +Ġde cks +ĠAl ter +Ġ å°± +ìĦ ¤ +åĪĨ éIJĺ +Ġproduct ions +ĠWILL IAM +Ġimpl ied +Ġfulfill ment +ĠA ah +Ġsa ja +x us +ĠÎļ αι +Ãł s +uc ch +ок о +ĠDisc ord +ĠS Y +j sk +ĠWall ace +un ction +Dan iel +Ġk öt +ij ah +Ġmarch e +Ġdis gr +Ġm ungkin +Ġal ma +³ µ +Ġextensive ly +ĠFl oren +ĠAll ison +ãĤ ± +ÙĬ Ùħ +Ġju ven +ĠRena issance +Ġfundra ising +ĠCha os +Ġpar aly +Ġnarr ator +Ġecosystem s +A sh +Ġmitig ation +ĠA ujourd +ĠIde e +! , +Ġ ½ +Ġland lord +Ġdefect s +Ġac re +uls ive +Ġalg ae +pe k +Ġem ba +ĠR oc +éĽ ¢ +ks om +ä che +Ġle uk +Ġlever aging +Ġê·¸ëłĩ ì§Ģ +ĠPal m +Ġä ven +Ġl is +ĠIn sp +ĠR ita +ĠAb b +ith m +Ġsuper vision +Ġrevis it +Ġpi ÄĻ +Ġeu h +Ġf ades +Ġmot to +åį ¡ +ез ж +ĠSh im +Ġrelev ance +Ġo o +Ġo stat +n ica +Ġcho ix +ĠFac ulty +Ġì¤ij ìĹIJ +ĠAb ove +Ġнеб олÑĮÑĪ +Ġsequ encing +Ġnutri ent +Ġconqu ered +Ġdigest ive +Ġback drop +ĠL ori +ail able +G ame +Ġneglect ed +om orph +ill ah +Ġkn e +Ġsi itä +Ġworks pace +ĠVen ice +ĠK ne +Ñī о +ħ Ģ +ĠH ass +Ġv ita +Ŀ¼ë ©´ +Ġlay s +ên cias +é rica +ĠL l +æ± Ĥ +ĠCo ca +ĠWH Y +èĪ ŀ +Ġrout ing +Ġperm issions +Ġd ings +pre nd +pro gram +Ġcro cod +br al +AAAA AAAA +ag it +ĠN ä +Ġgek ommen +at ten +Ġrefer enced +Ġpair ing +ĠPart ner +ĠCoron avirus +Ñĸ Ñģ +è½ ī +Ġ×Ķ× ĵ +Ġespec ÃŃfic +ars i +qu elle +Ġspont aneous +çĨ ± +Ġê²ĥ ìĿĦ +ĠÐŁÐ¾Ñģ ле +ĠاÙĦ د +ĠSh out +Ġн ал +Ġdisgu ise +ĠJ ord +Ġwe e +Ġmiej sc +Ġser um +Ġplais ir +Ġcred ible +Ġb Ã¥ +ĠA J +ma res +Ġrod s +Ġer an +ãģ¾ ãģĤ +Ġp ää +ĠU A +ĠUn known +ĠÙĦ Ùħ +ĠRab bi +Ġla at +Ġhairst yle +ĠØ º +éģ ĭ +Ġc ach +ĠWr iting +оÑĩ ки +ab ad +Ġstraight en +-- " +w ife +Ġhott est +Ġpun ya +ĠF ashion +gr iff +ĠQ R +ot ch +ĠÐľ ожеÑĤ +Cl oud +ĠStri ke +ĠHe in +Ġ 羣çļĦ +Ġle i +ĠFl ow +weg s +Ġha br +åīĽ åīĽ +nah me +Ì ģ +Ġple asing +op ping +Ġ구ë ıħ +Ġdr an +Ġbang s +Ġ7 9 +Ġsk et +Ġcav al +ĠMac ron +Ġweight ed +Ġm uted +Ġnuest ras +EE P +Ġmath ematic +ĠM RI +ag us +Ġtherap ies +θ ε +Ġun pl +Ġcomm encer +f ull +Ġtow els +Ġpr ue +Ġlic enses +׼ ×ķ׾ +ĠÐŁ оÑĩемÑĥ +Ġpoint less +B ye +Ġelig ibility +Ġscra pe +Ġab usive +ĠM ant +Ġje unes +t al +ĠPrin cip +ĠOrth odox +Ġmel od +ĠмаÑĤ еÑĢи +Ġprosecut or +Ġopio id +ĠÑĥ веÑĢ +ĠBe en +Ġìłij ì¢ħ +Ġd ynasty +Ġajud a +Ġent reg +Ġweigh ed +Ġe ure +ĠB em +Ġab normal +8 2 +ĠJ R +ĠA kt +ĠB ri +ú t +Ġst agn +! * +Ġwe gen +Ġle aking +ĠW ords +ĠM au +Ġv ue +ĠL iam +ани ем +Ġclin icians +ĠP ump +Ġför st +? ... +Ġautom otive +ĠOw en +zus agen +ĠH undred +Ġdecentral ized +Ġbul bs +Ġ×ľ× Ľ +Ġprovin ces +ĠMil an +8 1 +k as +Ġëĵ £ +Ġfor ça +Ġright ly +å³ ¶ +r Äħ +Ġven ues +Ġw ai +Ġpred icting +ĠWi Fi +Ġê¶ģ ê¸Ī +ر ÙĪ +Ġ×Ķ× ĸ +cent ury +Ġgrad ual +ĠProblem e +ĠìĹ ħ +Ġcop ing +ĠBr us +Ġpean uts +irts chaft +Ġз ал +ĠT roy +Ġsper m +ĠM itar +ĠTür kiye +g rand +¦ Ń +Ġ×ŀ× ¡ +Ġp ans +ĠKnow ledge +ber ly +ĠÐķ го +Ġdan ced +ĠFr ost +ĠB urg +Ġbit ing +ìłķ ìĿĦ +me al +Ġhero ic +Ġmother board +ĠL icht +ãģ£ ãģ +ll an +ай н +ĠÑĢ Ñıд +Ġ à¹Ģภ+on en +ir ie +Ar t +r ang +ν η +Ġnew born +Ġam is +Ġا ÙĪØ± +Ġsoph om +ĠCare ful +Ġprospect s +ens en +Ġthr ill +ĠVi á»ĩt +A dam +r ition +ent ric +ud en +Ġcertific ates +Ġas hes +èª ¿ +play ing +Ġs adece +Ġo st +Ġairpl anes +ÑĢ Ð¾Ðº +on er +Ġmagnes ium +Ġgod damn +Ġ197 2 +ĠSch ule +Ġtem at +Ġpart out +௠Ĥ +Ġin ve +ĠScient ists +ĠHud son +win ning +ceks in +Ġcongress ional +or u +Ġro pes +в ед +Ġmad re +Ġf erry +ĠCoh en +ĠP red +Ġvag y +Ġб еÑģп +Ġmult im +Ġdrain age +Ġsim ulator +g iggles +ĠSt adium +об Ñī +Ġnot ices +Ġcraw ling +Ġgr oupe +åı ¸ +Ġkto ÅĽ +ĠY oga +Ġmed ida +ĠÑħ ваÑĤ +ĠL ite +Ġr av +or ama +Ġdisc ord +ĠDI RE +Ġte h +ĠN urs +ç² ī +Ġpitch ed +Ġbark ing +ĠC oke +wi ad +Ġpop ulated +éĻ ¤ +pe lled +Ġб ог +Ġpe wno +ĠC ube +Ġrecru ited +éĢĻ ç¨® +ĠC ara +ıģ ını +im ated +ĠÑĪ ÐºÐ¾Ð» +ic ional +ĠпÑĢо ÑĦ +Ġcontam ination +Ġúlt imos +Ġfear ful +Ġele phants +us i +ĠiT unes +ĠSw ami +ê ¼ +ĠìĦ¤ë ªħ +ĠRich ards +Ġmagn ets +ĠRicht ung +ĠLeg ion +èı ľ +Ġk itty +Ġkiss ed +Ġwater ing +Ġcon o +ĠPalest ine +id ir +Ġma ze +Ġflu ids +ĠProdu cer +ĠKr sna +好 åķ¦ +la f +Ġ×IJ ×ķ +Ġm iesz +ĠX ing +oint ed +se in +ĠF uk +ĠDep ression +ĠD uty +ĠPan ther +Ġsu nd +Ġref ere +Ġexc lusion +Ġnav al +ĠWin ston +Ġsl ogan +Ġhypoth etical +Ġelev ate +ë ł¹ +Ġcabe ça +ĠGes und +m eter +ĠìķĦëĭĪë ©´ +Ġcloud y +â̦ ? +ĠSch ritt +ĠJ S +ì į +ĠSpr ings +ĠB atter +· ° +Ġtail or +ĠPTS D +ĠG ent +Ġba ÄŁ +Ġspat ula +Ġcr ay +ĠLeg isl +Ġs ú +Ġle ve +า ม +Ġer ad +Ġdon g +Ġd erm +ĠBank s +ich o +åħĪ çĶŁ +ĠFr anz +ra vel +éģ Ķ +ол о +Ġfl ute +ĠE k +Ġjoy ful +Ġch ased +ĠLar ge +O ver +Ġentrepreneur ial +Ġcons iders +Ñĥ ем +op a +Ġdorm ir +ĠElement ary +Ġprzy pad +ÑĥÑģ ка +ĠоÑĩ еÑĢ +ug ene +Ġten ido +Ġlug ares +ë ¥ +ĠÑĩ аÑģÑĤ +Ġsa o +Ġbra id +ĠV ere +ĠRe ich +ĠP oss +Ġin an +w and +re f +Ġmont rer +Ġ198 1 +çķ ª +as ında +Ġch rome +ĠTr inity +Ġexplo itation +ĠS ense +ĠC MS +ĠNo ble +ĠìĦł íĥĿ +Ġswe lling +elect ronic +] ? +Ġbr ushing +Ġliquid ity +ĠH ook +ĠCon nor +ĠAl um +Ġgu cken +su ite +Ġwie le +Ġbarrel s +ĠReg el +ĠM ent +ĠT rip +ĠBr ush +ĠE rik +ur ate +ÉĻ r +ĠC yr +ou ble +ĠBe cca +Ġpass words +Å ± +bor g +Ġv endo +ĠCla us +ĠF az +ind est +Ġdece ased +Ġcompar isons +ĠL CD +ĠP ork +Ġevent ual +Ġpat reon +Ġin ability +Ġext inction +Ġì¢ĭìķĦ íķĺëĬĶ +ĠÑģ оÑģ +aj u +Ġ×ij× IJ× +Ġso fort +Ġdest ined +ĠR in +Ġmouth s +ĠNat ürlich +Ġpres erving +Ġlim p +é» ¨ +oc used +ин г +Ġexp osing +ĠÎ ¾ +ë į +la ugh +Ġhis s +ãģł ãģĭãĤī +Ġind ie +Ġdet al +ÑĢав ÑģÑĤв +Ġtr ên +æķ ° +Ġog ni +Ġsimple mente +Ġ197 8 +Ġgo o +Ġ196 7 +Ġgen ug +h ö +Ġhist ó +å® Ł +Ġlob ster +c endo +Ġte il +Ġalle vi +00 00 +OL D +Ġpes os +Ġbon uses +Ġam i +Ġrev ival +ĠHor se +Ġs ack +T alk +Ġmul her +ĠпоÑģÑĤо Ñıн +ĠH ood +H uh +Ġë¶ ģ +Ġhy ung +ĠMe eting +Ġimport a +Ġì°¾ ìķĦ +ĠV ern +Ġstri pped +Ġref uses +Ġqual ifications +op l +Ģë ıĦ +ix ÃŃ +Ġdi ab +it ime +fl ows +Ġin ac +ĠG ong +Ġmeaning less +Ġcourage ous +Ġmicro bi +az y +h ist +Ġvolunte ering +V IE +Ġviol ated +Ġsymp athy +ĠEd it +好 åĥı +elect ric +produ ct +Ġpand emia +Ġgeomet ric +ĠCon vers +g re +Ġgl ut +ist ed +ĠاÙĦ Ùĥ +ĠCh ain +ĠPres ent +ĠY in +ĠÑģ ог +ĠV log +Ġìĸ´ë ¨¸ +Ġdon n +Ġh itch +uck ing +ãģĬ ãģĦ +w ald +ris k +Ġhar i +ĠK ens +ĠId ol +Ġвним ание +Ġtod d +Ġsm ashed +Ġinv ari +Ġкон ÑĤÑĢ +Ġaut istic +ìŀ¥ ëĭĺ +R es +д Ñĭ +ch au +Ġsel v +Ġhät ten +ठ¿ +Ġexpect s +Ïģ η +Ġaç ık +ĠHT TP +le ÅŁ +Ġswe eping +ĠBet a +Ġcounterpart s +ab ile +ĠSim s +C s +Ġrep ar +s qu +Ġprovin cial +Ġshare holders +Ġrun ter +Ġged acht +ĠTe en +Ġgrand s +çĶ ¢ +ag les +Ġrock y +ven s +Ġr ivals +un al +Ġreact s +ë © +Ġmerc ury +ĠLu igi +Ġо г +ĠJ UST +Ġl od +Ġcort ex +w ig +Ġl akh +ì¤ij ìĹIJ +ĠV ic +ĠM und +Ġma pped +ĠD ell +ĠD ruck +Ġlif es +алÑĮ ное +ivid ual +ad ım +Ġat rav +ĠFl ug +ĠKle in +ê±° ìķ¼ +ห à¸Ļ +Ġapp li +ா ? +ü yorum +ĠинÑĤеÑĢеÑģ но +Ġdis infect +> - +Ġchamp agne +Ġk la +op ers +Tr ans +ĠDes ert +Ġcultiv ate +ĠFuck ing +idel ity +ĠÑĤ ан +Ġinc ub +Ġtem u +Ġlearn er +found er +ĠSy l +ãĤ Ģ +Ġf ato +z ier +ĠìĹĨ ìĿ´ +ĠìĪ ¨ +Ġpsych o +ĠÑĤел еÑĦ +Ġregard e +Ġrepresent ations +Ġlit igation +Ġsp ann +ult s +b ior +è¦ĭ ãģ¦ +ä¸į å¤ļ +ĠSur vey +ĠLED s +Ġtr ä +Ġl ên +Ġant ioxid +еÑĢ Ð¾Ð¼ +Ġindu ction +Ġfool ed +ät zlich +ĠговоÑĢ ÑıÑĤ +ĠF act +umb ai +Ġw iggle +NO UN +Ġdévelop p +ĠCl aro +Ġì ¸ +ë ¬ +ãģªãĤĵ ãģł +Ġaccum ulate +Ġmaint ains +ë Ħ +ĠFight er +íĨ ł +Ġmat in +Ġcoup on +Ġst unt +Ġdeb uted +å¾ħ ãģ£ãģ¦ +Ġpra g +ив аем +7 3 +Ġexp res +Ġìĺ¤ë ¹ł +ĠпеÑĢ Ñģон +Ġcalcul us +Ġab rupt +ĠInspect or +our t +æĸ Ļ +ź niej +int ense +B a +Ġl ounge +Ġast hma +ĠHi ç +ª » +Ġeditor ial +Ġse ize +Ġk ır +Ġm ouve +Ġtier ra +Ġtestoster one +Ġr h +ĠKing ston +EL LE +ĠRepresent ative +Ġ197 4 +Ġi ba +T s +Ġsort a +Ġ( ?) +Ġت ÙĪ +ĠëĤ´ë ł¤ +Ġbek ommt +Ġspirit ually +Ġdist orted +M ad +Ġre im +á nh +ĠOtt oman +ĠRel ig +ĠEl s +Ġret ained +ĠLa ughs +æĢ » +ĠS AS +ĠколиÑĩе ÑģÑĤво +×ķת ר +Ġinnov ate +Ġk ork +ĠÑĢаÑģÑģк азÑĭв +ond ere +iv i +ay e +ount y +ĠполÑĥÑĩ аеÑĤÑģÑı +Ġbun s +åħ « +Ġyüz den +Ġsur geries +Ø£ ÙĨ +Ġbankrupt cy +w elt +Ġsi amo +Ġdark est +ĠH ann +gg a +Ġform as +ĠD j +n amed +Ġshield s +ue ller +ĠF ew +Ġl ace +Ġfur ious +ĠY U +Ġsociet al +Ġjudge ment +ĠD os +Ġj ab +law s +Ġrein vent +ĠK atherine +ĠCh oi +ad ows +Ġr ans +od en +ĠMid west +n ın +Ġdep ort +ĠD ip +ç´ ħ +Ġaten ción +ĠCourt ney +ivid ad +ĠÚ© Ûģ +Ġeffic acy +ĠBrook s +Ġrefer ral +Ġкон ÑĨ +Ġmal icious +Ġk ir +ĠGod dess +Ġfun ky +Ġinter im +ĠK örper +Ġìĸ¼ë § +k ur +Ġк ли +Ġtruc s +ges etz +Ġz ug +ĠGl ück +ĠMin ute +Ġprest igious +Ġnie z +Ġconcent rations +ла ÑģÑĤи +ĠS is +ĠVit amin +ko v +ĠP BS +Ġне е +Ġretail ers +Ġcon ventions +ĠSam antha +Ġproud ly +J ordan +ĠJ ASON +at k +Ġtr iste +Ġst är +Ġreiter ate +Ġpos terior +Ġ197 3 +ĠP ine +ĠJul iet +Ġped ir +k il +Ġover lapping +Ġexclud e +Ġecon óm +Ġaccept s +ĠS ter +æ± º +Ġìļ ´ëıĻ +est ab +Ġt ug +ar g +Ġliv ro +Ø§Ø µ +Ġse ams +Ġbur aya +Ġe llo +ĠT M +ĠP aw +ĠInd ex +Ex c +Ġinspir ational +Ġd unk +è° ģ +ak ter +Ġcondition er +ĠSal ut +ÅĤ ec +Ġìī ½ +ĠÑĥз на +ĠRome o +f ruit +ĠY O +Ġchá» ī +б Ñĥ +b ons +Ġreprodu ctive +Ġor ada +Ġíļ ¨ +Ġtent ar +Ġma ñana +ãĤ ¬ +Ġsol vent +Jess ica +ĠLeg al +Ġtu a +Ġs ic +ĠE Q +au kee +ìĭľ ëĭ¤ +ĠÅŀ u +Ġad here +ĠT ul +Ġà® Ĩ +Ġtext books +ĠFif th +Ġexper i +Ġch ic +Ġhe ap +in ely +at ra +T wo +Ġhele maal +Ġf ren +æİ ¨ +Ġbis her +Ø§Ø ´ +ĠìĦł ìĥĿ +ĠT ages +Ġs á»± +Ġbull ied +Ø ¤ +Ġbenef ited +ĠPre viously +ĠÑį ÑĦÑĦ +Ù į +Ġsen ate +ĠM orm +ij ke +ĠF lu +Ġincorpor ating +j ack +Ġп иÑĤ +Ġimp ly +Ġha cks +ĠR ICH +Ġк ваÑĢ +ĠпÑĢек ÑĢаÑģ +Ġdepend ency +Ġìļ © +Ġì± ħ +Ġwäh rend +Ġsu lla +ĠPitts burgh +Ġesemp io +¼ë ¡ľ +pr ot +ĠR osen +ĠIndepend ence +Ġpars ley +ie gen +Ġha w +Ġaqu ell +ĠC AP +ĠÑĢабоÑĤ аÑĤÑĮ +ĠCl iff +ion ar +Ġsec uring +æĪijåĢij çļĦ +ν ε +Ġutil is +Ġcou le +ĠP ing +Ġtre k +Ġf ak +Ġenorm e +Ġìĭ « +è® © +Ġdoub ling +ĠнÑĢав иÑĤÑģÑı +Ġh ed +ho ven +ĠStand ing +Ġm ÃŃn +ĠJ imin +Ġmon arch +Ġco ke +Ġm r +Ġcl ic +à į +Ġimpe achment +Ġdur ability +Ġvar ios +Ġcommercial s +Ġgreet ings +ĠR i +ĠApp reci +ìŀĪ ëĬĶ +Ġrés ult +ér t +Ġsal ute +Ġpoder ia +Ġsun rise +ve ck +Ġreluct ant +Ġcommission er +å¿ µ +â te +ĠKen ny +ĠSir i +ãĥĥ ãĥĹ +ĠëĬ ĺ +ĠE E +Ġun ch +к он +ĠاÙĦØ ¥ +Ġbel ts +Ġhas s +Ġмо Ñı +Ġdispl aced +Ġab ra +ÎŃ Î» +Ġscratch es +Ġcom et +Ġauthor ization +ĠL LC +Ġprodu k +Ġrehabil itation +å ŀ +Ñĸ Ñĩ +ud ing +ol it +Ġ10 5 +Ġexp ands +Ġalt ri +ĠKom ment +Ġan f +P l +ĠM ana +f ed +Ġb ri +Ġor a +G s +ĠG ur +uck land +Ġjun ction +Ġiron ic +ĠFe ed +Ġpra kt +ĠHam mer +Įë ıĦ +ĠTr acy +çµ ± +ĠAs ide +н его +ĠиÑģполÑĮз оваÑĤÑĮ +Ġz aj +Ġequ itable +Ġcur b +Ġãģĵ ãĤĮ +Ġderiv atives +Ġpupp ies +ĠKenn eth +ĠCom pl +ig ram +ĠGar cia +) " +ĠHar bor +est ial +Ġ ä¾Ĩ +Ġ ers +æ ¹ +Ġunw anted +Ġbel ang +аР³Ð¾ +em b +d os +ĠìĻ ľë +ĠBud get +Ġbatt ling +ØŃ ت +k ok +наÑĩ ала +Ġpl ag +Ġcant idad +Ġgrup os +Ġplug ins +ler ini +Ġиме еÑĤ +Ġso zusagen +ol ics +Ġpue blo +Ġrem inis +r än +ĠMor rison +Ġl inha +Ġbreath s +ĠT aste +Ġenf rent +ĠDo cker +Ġд ен +Ġethnic ity +Ġw ob +Ġsuff ers +Ġtransition ing +ĠR ange +ÄĻd zy +Ġк аÑĤ +Ġsy ner +Ġdon ut +Ġprob abilities +ĠO mar +Wh ich +u ish +is in +Ġdem os +ĠìłĢ 기 +Ġëĺij ê°Ļ +Ġед ин +Ġc erve +Ġj oka +I AN +Ġkilomet er +Ġhorizont ally +ĠBh ag +Ġ- > +ĠMon itor +Ġknowledge able +Ġf av +Ġpin ned +Ġe Bay +ick er +Ġìŀłê¹ IJë§Į +ĠXia omi +Ġcap it +Ġn p +Ġ196 5 +ho e +Ġn ok +ĠS age +Ġн елÑĮзÑı +ĠT ow +g am +Ġdic en +ĠSUBSCRI BE +Ġrebo ot +Ġp aj +Ġë³´ìĹ ¬ë +Ġth icken +ĠRe ality +id än +N a +Ġê²ĥ ìĿĢ +!! ) +Ġrout ines +Ġод ного +Ġex ting +Ġì¦ Ŀ +Ġsulf ur +Ġcar ve +Ġastero id +ĠWarri or +Ġphotograph ers +Ġpe ll +Ġcros sover +æĪij çŁ¥éģĵ +Ġhace mos +ĠNe j +Ġsett ling +Ġir m +ĠBook s +ient ôt +Ġesp acio +ĠSchol ars +Ġdo omed +ĠIR S +w ohl +Ġseg ue +ĠëĪĦ ê°Ģ +Ġpr atic +B T +ĠConsider ing +ĠBuff alo +Ġtrain ings +Ġge bru +ĠG leich +Ġpir ates +Ġen velop +Ġre open +im at +Ġte e +Ġsu ed +fe h +Ġ×Ķ× § +Ġdi ets +Ġjunt os +ast o +Ġmisunder stood +Ġru im +Ġclass ify +ĠпÑĢод Ñĥк +Ġin se +Ġillust rated +Ġcorros ion +Ġacc red +ĠAunt ie +ĠпÑĢив еÑĤ +ĠLI VE +Ġre k +Ġrece ipt +åΰ åºķ +ĠBar bie +ĠSn ake +t urn +Je ff +ãģĬ ãģĬ +ķ Ħ +VO ICEOVER +co ll +Ġrun ners +ìł ľë +os os +mo on +Ġkey note +ĠInst it +S PEAK +Ġplug s +Ġcur v +ĠY uri +ĠTh eres +ĠP s +Ġμ ÏĢο +Ġconver ter +Ġref ine +Ġbad ass +Ġο ι +Ġreg en +az zi +ÙĬ Ùģ +Ġse ized +Ġiç er +ile e +Ġup stream +Ġbud s +Ġp im +Ġíķĺë £¨ +Ġall uded +Ġthem ed +Ġconsist ing +Ġb ons +un uz +ĠпÑĢов од +ĠLove ly +ॠĭ +Ġpar ach +ĠSta ats +éļ Ĭ +Ġselect ive +Ġf ase +ĠGeor get +Ġcoc aine +Ġreprodu ction +ĠL ara +ĠL D +Ġg h +J on +Ġl Ã¥ +Ġëij IJë +Ġtyp ed +ĠB ana +ë ĵľë +Ġsav ory +ĠZ omb +stand en +Ġpedest rian +Ġdifférent s +Ġìĭ ¸ +èī ¯ +Ġcompl ained +ç¦ ı +ĠÐļ ÑĤо +Ġ×ľ× ¤ +ali ÅĽmy +Ġmort ar +Ġverd ict +Ġsu ficiente +ĠMill ion +mitt el +in als +ĠاÙĦØ ® +аÑİ ÑģÑĮ +Ġmi ÄĻdzy +ĠO le +Ġin vert +czy Äĩ +озм ожно +star ter +Ġaud itor +ĠSc out +ch ien +ĠSver ige +uff led +Ġze hn +ĠA uckland +Ġarg ent +Ġ197 6 +ĠHo e +Ġboth ers +Ġsocial ist +Ġpl iers +Ġemer gen +ĠX P +еÑĢ Ð¾Ð² +M ore +ĠLe vi +ĠAnd ers +ibil idad +ĠP arents +Ġindu ced +ìĸ´ì ¤ +Ġbal ances +ĠвÑĭ ÑĪ +Ġsubmar ine +St art +Ġdri es +Ġvol ver +Ġtick ing +c ott +Ġf aj +pr és +ĠS abb +Ġза Ñĩ +Ġпок Ñĥп +Ġbapt ized +ĠBrill iant +ĠÐij ог +Ġm ots +b its +Ġlatt ice +æĪij è·Łä½ł +Ġcor iander +Ġresid ency +yn c +Ġpier wszy +ĠKn ock +ĠZ ap +ĠÐķ в +ê² ¬ +å°ı å¿ĥ +Ġune ven +ĠJ as +od or +ç¿ Ĵ +7 4 +ĠS ite +Ġacontece u +ym pt +Ġtril ogy +Ġlan tern +ĠZ ucker +v ari +we lling +ĠPot ato +gom ery +Ġreact ed +ĠChr on +Ġj ede +be eld +Ġtw ent +Ġl act +æ¨ Ĥ +Ġré se +Ġrel ent +Ġfurn ace +Ġwid get +Ġearthqu akes +ĠAd just +il it +ĠØ£ ÙĪ +Ġhear ings +Ġdefend ant +irs iniz +Ġbas k +c ja +ľ ¨ +Ġrif les +Ġinst al +ĠFor give +p ical +ĠÐŀÑĩ енÑĮ +Ġpet ites +Ġh p +Ġren owned +ĠIn n +Ġ주 ìĦ¸ìļĶ +Ġemphas ized +éĹ® é¢ĺ +ĠìŀĪ ì£ł +Ġê²ĥ ìľ¼ë¡ľ +ãĤ Ĩ +Å ĵ +g ili +D ave +Ġexha usting +ÅĤ ug +Ġsch ema +μ ά +cy cl +Ġaut ant +Ġpar cel +Ġmater ia +ĠB erry +ĠÑģ ами +Ġextract ed +ĠSay ing +ism atic +Ġпоп ÑĢоб +Ġneur on +g raph +ľë ©´ +Ġencl osure +ĠJoh ann +Ġafter math +ÑĤ об +Ġu ży +Ġs amp +3 60 +ĠMe i +Ġt aco +Ġrecept ors +Ġpunch es +ĠHo je +ĠÙĩ ÙĨا +=" # +ĠAng ular +Ġmus ique +Ġro l +Ġà ± +ster reich +Ġcl am +ĠTre asury +chem ical +Ġap ar +Ġapp end +Ġforb id +ĠHamb urg +ак ов +Ġê¸ Ī +ild a +Ġprepar ations +Ġmog Äħ +Ġcam ino +E ric +ĠBl ind +èĪ ĩ +å¹´ çļĦ +ĠDis covery +ì¸ ł +çĪ ¶ +Ġinterpre ter +Ġb red +ĠPsal m +Ġdef ended +ìī ¬ +ĠEr fahr +ĠPe ach +Ġmo ons +ĠO st +Ġspé cial +Ġarri ver +ĠW is +u ci +Ġrobot ics +I VE +Ġsie ge +ar la +Ġsepar ates +ĠT C +íı ° +quis ite +Ġparenth eses +ик е +ç« Ļ +Ġtr ous +å» º +ĠÑģ илÑĮ +Ġbe ers +Ġпл аÑĤ +ãģĻãģĶ ãģĦ +Ġso la +Ġd ès +ming ham +ik te +Ġo ops +Ġtw itch +å° ĩ +Ï Ī +ĠShould n +uv re +Ġle er +cript ions +Ġeyes hadow +ĠGu o +ĠPow ell +Ġsup uesto +Ġan a +r als +ĠMont real +Ġsurf ing +ĠÐŁÐµÑĢ Ð² +×ŀ ×ķ +Ġmillise conds +Ġsubur bs +Ġplanet a +ÑĥÑĪ ÐºÐ° +hr lich +ĠH Y +Ġس ÛĴ +ĠM M +ĠE ff +åı¯ æĦĽ +ĠH S +ans on +Ġì§ģ ìłij +Ġsu o +Ġdeploy ing +Ġk unt +ter ing +Ġere ct +ìŀ¥ ìĿ´ +ĠìĿĮ ìĭĿ +Ġspec imen +! ... +æĪij 說 +Ġlig ne +Ġk onst +ade qu +Ġìĥģ íĥľ +Ġaccess ed +ĠP ole +k ill +Ġë² Ħë +Ġauthentic ity +Ġapp elle +ull e +Ġrev ision +Ġgo ats +г ли +Ġp au +ĠR anger +ĠIm ag +aut hor +Ġe ve +ĠMess enger +Ġn ay +Ġwh oles +ät te +Ġon wards +ĠDep ois +Ġíijľ íĺĦ +ĠSAR S +Ġwszystk ich +Ġdest ru +umb ing +Ġcompat ibility +Ġmis information +od ore +ĠF avor +ek o +ı Į +w aukee +ĠTe aching +ĠK O +Ġbet ting +Ġquest s +Ġviv re +ĠмÑĥз Ñĭ +Ġs aga +Ġswe ll +Ġge he +æĢİ麼 樣 +ĠоÑĢг аниз +Ġg ide +ĠG ross +Ġdale j +Ġcl aws +á»Ļ c +Ġprejud ice +Ġins ign +i hood +Ġpl ed +Ġdó nde +ĠPolit ical +Ġprem ises +und ert +ع ت +on nen +Ġespa ço +Ġf é +ĠHarr ison +ĠC ensus +Ġcard io +Ġdi y +Ġmil ieu +Ġjourn ée +ĠRe lease +N IE +ĠM uk +id ée +á»į i +Ġiç inde +ŀ Ļ +Ġreson ate +Ġm oles +ĠF lying +ĠGl oria +ĠPast or +ĠAre na +好 ä¸į好 +N ON +ол ов +Ġall ÃŃ +om at +ìĸ´ë ıĦ +Ġcaracter ÃŃst +Ġdecl ining +Ñĸ Ñı +an co +ĠIn form +Ġbarg ain +Ġbus hes +ĠNat urally +Ġre chts +ĠT ensor +ĠPat ricia +Ġprincip io +ĠM umbai +Ġwom b +Ġnost ra +Ġdile mma +Ġirgendw ann +Ġ196 4 +Ġenerg ÃŃa +Ġна ÑĢ +Ġseg regation +ĠA thlet +Ġ» , +Ġy eni +ĠSe it +Ġven om +Ġdak ika +Ġëı Įë +ĠÃī l +Ġf us +ĠM og +¦½ ëĭĪëĭ¤ +Ġrem ar +ĠTed dy +Ġbreast s +ic ans +æĶ¶ çľĭ +k ap +Ġh Æ¡n +ĠJ P +ãĥ³ ãĤ¿ +Ġresur rect +ĠìĿ ¸ë +her ical +Ġfot ograf +ĠJos é +Ġlivel ihood +Ġbib li +ter i +Ġvor stellen +ĠA AA +Ġassess ing +Y A +Ġspl end +Ġexca v +Ġbapt ism +y ll +w ow +M ac +Ġpl astics +teok bokki +Ġintéress ant +Ġcommand ed +Ġfamous ly +ĠÐĺ ли +ĠMan uel +Ġsouth west +Ġde formation +ÃŃcul o +ĠнаÑħод иÑĤÑģÑı +ĠP atter +d egree +ĠczÄĻ sto +" - +Ġìħ ĭ +Ġman ger +ĠTrust ee +Ģë ¦¬ +Ġpunt os +iv able +Ġvol atile +ĠëĬ IJ +Ġinst ability +Ġc iel +ci Äħ +Ġpur ity +но ÑģÑĤ +S il +ed ar +åĻ ¨ +NOUN CER +Ġspe lled +G ER +Ġsanct uary +Ġacceler ating +Ġsc out +ĠпÑĢ ÐµÐ² +f ahren +ãģĵ ãģ¡ãĤī +ĠëĤĺìĺ ¨ +Ġpocz Äħt +ĠMe u +ka ar +³´ ê³ł +ak ra +D own +ĠÃĦ r +ĠEl ite +Ġall ons +Ġmay onnaise +ĠS ustain +prising ly +Ġsuper vis +Ġê·¸ëłĩ ì£ł +Ġunemploy ed +Ġfresh ly +Ġ×ŀ× ¢ +ĠD h +Ġtack ling +Ġo gr +Ġì´ Īë +ãĤĪ ãĤį +Ġlo ft +ar ah +ĠA irl +ĠD ir +ĠÐľ ожно +Ġbook ing +ĠC RA +Ġhtt ps +Ġcho ke +Ġg own +Ġno ite +Ġz ac +ist ol +Ġsec re +Ġresemb les +Ġcu ad +ìĤ¬ ê°Ģ +sh ow +Ġbl anc +Ġag u +ĠPr int +ast ed +ĠWe ather +i pl +Ġobsc ure +Ġcont e +ough s +) ; +ĠD ame +ä¸Ģ 缴 +Ġclar ification +Ġintim acy +Ġup hold +ĠMir ror +Ġw agon +x ide +Ġcl og +app er +ĠImmedi ately +ú de +Ġtouch down +Ġro oft +аÑĪ Ð° +Ġç ıkt +Ġla isser +ĠUn real +ens itive +Ġ12 3 +Ġpl aster +Ġduck s +Ġet me +Ġb ishop +bre vi +Ġb ic +ä¸ĭ åİ» +Ġrun time +Ġamb itions +м аÑĤ +ĠWe in +ĠMar i +ĠíĬ ¸ë +Ġresol ver +Ġng Ãły +ĠR ise +ãĤĪãģĨ ãģ« +ĠCr us +Ġmerchand ise +Ġel i +Ġstate wide +Ġow l +éģ ł +æĶ ¹ +Ġtwist ing +Ġcontam inated +ĠCom merce +hy thm +ĠÃ Ī +Ġìĭ ¤ë +Ġmus ste +u ir +Ġsum s +ĠSome where +ãĥ İ +Ġk ami +Ġa ired +ĠAND REW +Ġê º +Ġv iendo +Ġantib ody +Ġabsol ument +Ġprotest ers +ĠQué bec +st adt +Sha un +Ġcham bers +ĠWe ar +ĠEffect s +Ġhaz ards +Ġne i +Ġcoraz ón +Ġá ¼ +ĠS G +Ķ © +ĠìĹŃ ìĭľ +Ġcom fy +ĠC ody +Ġpens ando +Ġg anska +ĠAc ross +öll ig +aby te +Ġwed ge +Ġkal ian +Ġsig ue +end es +ĠGro ÃŁ +Ġutil iser +Ġfl own +ани Ñİ +Ġle var +rest rial +Ġillust rations +Ġas lında +BLE EP +Ġдо ÑģÑĤ +Ġtur ret +Ġsuit case +ziÄĻ ki +Ġsket ches +Ġac red +ĠRe i +Ġt sun +ĠS ag +Ġthird s +ĠKIR BY +ra i +Ġhuman os +Ġrecomm ends +Ġextraordin arily +Ġcommence ment +K N +ope z +Ġ×ij× © +Ġlet hal +ĠEst amos +Ġinspect or +ĠSe ok +e un +Ġoff shore +Ġget tin +ye ars +ĠSil ence +ĠNat ur +up un +Ġtr zy +Ġno get +Ġhamb urger +ĠPra ise +é nd +Ġ197 1 +yl ie +k rit +ĠìĥĿê°ģ ìĿ´ +çļ ® +Ġmoment os +Ġest é +Ġdisse min +Ġgig s +Ġdes af +Ġav is +ĠZ oo +ĠìķĬ ìĿĢ +h äng +åı ¥ +h ake +ĠB ism +Ġre think +ĠMal colm +Ġident ifies +l ower +ix el +Ġtv Ã¥ +k ed +ier z +Ġö ffentlich +Ġproc laim +so on +l ol +Ġlo i +Ġb itten +ro llo +Ġser mon +Ġes qu +Ġjack ets +Ġgr áfic +Ġпок азÑĭв +Ġcabe za +ch odzi +Ġpel vis +Ġnost algia +Ġbre w +Ġshort cuts +ĠAd emás +Ġsuperfic ial +åħ© åĢĭ +Ġbo ca +ĠæĪij æĺ¯ +iment os +åĽł 为 +Ġspr outs +é£ Ľ +ĠJon as +ĠFloren ce +st atic +da ughter +* ) +ÅĤ by +f ashion +ĠG inger +Ġë§ ¤ë +Ġhust le +ut os +ĠÑĤ Ñıж +ĠL ös +ש ×Ļ×Ŀ +any ch +tu ber +Ġtid y +Ġfront al +Ġwhis key +Ġhum id +ĠÎ Ł +Ġr idge +Ġmar in +Ġb ientôt +ĠCarr ie +ch w +Ġtah un +ĠEr geb +F R +Ġìłķ ë¶Ģ +ĠSold ier +Ġenlight enment +Ġexam ining +ĠNot re +Ġer am +ĠSun ny +Ġlay ered +ĠD azu +r ades +好 åIJĥ +ĠнаÑĪ ÐµÐ¹ +Ġtim ber +Ġman ners +ĠBir mingham +Ġmini ature +omet ers +Ġfill er +ĠR ip +ĠK omb +own er +ì ¿ +id ian +Ġdem ás +ĠÙĪ Øª +Ġpreca utions +Ġgovern o +z elf +ĠCom plete +å¸ ĥ +ĠPh antom +ãģ¾ ãģļ +Ġн ез +ĠкаÑĢ ÑĤ +ĠAnt wort +ĠPf izer +ĠFran co +Ġw ÅĤ +Ġfr ig +es per +Ġk ale +Ġfilm maker +Ġk urt +Ġinv alid +å± Ģ +are lla +Äĥ ng +ram ento +Ġnutr itional +Ġdict ators +Ġaf in +Ġf uzzy +ĠG ina +ó t +ĠExtrem adura +Ġdemonst rations +ĠMont gomery +íķ´ì Ħ¤ +ĠGand hi +ãĥ Ŀ +ç½ ® +Ġreun ion +Ġjaki ÅĽ +ĠZ ug +OU GH +l ifting +Ġ ಠ+á¹Ľ á¹£ +e b +ĠW OW +ĠSh iva +omet ry +Ġwild ly +Ġt ended +Ġmeg ap +ì² ĺ +Ġna use +Ġg erek +ãĥ ĭ +ĠMar cel +Ġn este +Ø® ر +Ġfe h +åĨ ħ +susp enseful +ĠWrest le +ĠPalestin ians +ĠG ORD +iy et +ĠÑĢ Ð°Ð´Ð¸ +Ġvers uchen +Ġtrans istor +ĠÐŁÑĢ Ð¾ÑģÑĤо +Ġпон ÑĢав +Ġrhy me +ĠVerm ont +pl atz +è® ° +ĠÄ°ÅŁ te +ĠH ag +ĠÐĺ м +ĠÑĢаÑģÑģк аз +Ġmet ros +ĠInfin ity +w olf +ib al +ft ig +Ġ ÚĨ +Ġíĺ¹ ìĭľ +Ġo ggi +Ġdisp osit +ĠпÑĢ Ð¸Ð» +ĠвÑĭ пол +Ġth ôi +ĠK ENN +Ġhand ing +act us +Ġtac os +Ġformer ly +ĠCorinth ians +ãģ« ãģ¯ +ÑĨÑĸ ÑĹ +Ġpad re +Ġcongreg ation +æ ij +fer t +Ġsub ir +ais er +qu a +ara oh +ĠCur ry +ĠìķĬ ëĬĶ +ел Ñİ +Ġf uss +Ġbo oty +Ġl ows +Ġh ommes +ĠM H +ĠDisney land +w ent +Ġresid ue +Ġbe eping +è¼ ķ +ät ta +Ġm ould +ĠPro jekt +st alk +Ġartif act +ĠAnt rag +ĠAM D +ĠCry pt +Ġë© Ķ +ĠFel ipe +ĠCO B +el u +Ġself ies +ĠS anti +ch utz +ĠУ кÑĢаÑĹ +ges amt +Ġflo ck +j az +pl ain +Ġwr inkles +Ġre ais +Ġpal jon +Ġempower ment +Ġattend ees +pp a +Ġn eden +он Ñĭ +Ġtime frame +ĠCher ry +Ġid ée +Ġg ag +Ġdon key +Ġô ng +ĠH are +éļ Ľ +ĠK ara +Ġacom pan +pl aces +im ientos +ĠH amm +б и +ub en +ili yor +Ġth irst +Ġk ry +ĠGeorget own +׳ ×Ķ +Ġor ch +Ġheart beat +Ġtransform ations +est ones +ĠK H +Ġcart oons +Ġan ci +Ġworth less +Ġtail ored +p u +Americ ans +Ġp iles +ĠMon key +Ġbas in +ĠTem per +ĠP aint +Ġpunch ing +Ġba ik +ĠOak land +v re +ÅŁ allah +yd d +Ġcas ually +od u +Ġc oded +ĠNorweg ian +ĠV ince +Ġprem ature +ĠProm ise +ек ÑģÑĤ +Ġdevast ated +ĠPrem ium +ĠPar am +ĠÃĸ yle +um uz +P O +r ators +Ġlamp s +Ġterritor ial +Ġback bone +list ed +D Y +ĠاÙĦ ر +Ġpurs ued +ĠComm ons +Ġê³ ¡ +lo cks +ed or +Ġconce ived +g ere +Ġdisappe aring +ĠS ull +ĠìĹ °ë +Ġho ffe +Ġdet ox +íĶ Į +Ġret ir +ĠëģĿ ëĤ +Ġper gunta +ĠB OY +ç² ¾ +Ġp enn +æĿ¥ äºĨ +h és +h on +Ġcatastroph ic +Ġa ust +Ġtor so +Ġìĸ´ ëĬIJ +ĠìĤ¬ëŀĮë ĵ¤ìĿ´ +Ġmarvel ous +ĠHar ley +ach ine +Ġti ế +itt o +ĠI ÃŃm +yl on +Ġshut down +.' ' +Ġap ologies +ĠCommun ication +ĠговоÑĢ Ñİ +ãģĤ ãĥ¼ +âĦ ¢ +ÃŃ veis +ac un +Ġret aining +Ġcontrad iction +ĠAD AM +C OM +Bry an +ĠM onsieur +Ġadap ting +Ш ÐIJ +ĠSc r +änd ert +Ġpl aus +ä»Ĭ天 çļĦ +Ġon set +Ġassist ants +Ġval ves +Ġsc atter +ĠR ust +aw ia +Ġread iness +Ġp ais +Ġb ible +Ġamb iente +Ġа меÑĢик +Ġunc ond +Ġk alk +åĬ ¨ +Ġmo c +un n +Ġact u +Ġhum ming +iss imo +ĠPat rol +g ow +ãĥ ¤ +ĠTHE Y +ĠBod en +ĠB ie +Ġre el +ĠÑĥÑģл ов +Ġende avor +ĠPer iod +ustom ed +m als +al on +B ox +ĠÏĥ αÏĤ +Ġom dat +Ġal tre +ĠHe h +k ad +Ġprotect or +Ġdomin ance +odynam ic +Ġcommunic ated +k ö +Ġprede cessor +ĠL uk +ĠFl ower +Ġãģ © +po que +ÑĤи ÑĢов +Ġret rospect +Ġdecis ive +Ġexem pel +{ \ +ĠR ück +r ite +ĠZe us +Ġcal orie +Ġattract ions +ĠH inter +Ġuh m +ĠíĮ IJ +Ġrul ers +Ġdiscour aged +Ġaconte cer +Ġacc ents +ĠOpt im +ĠAl g +k ids +20 21 +ĠLind say +Ġfilm makers +pr owad +Ġter ug +ëĭ ´ +ĠSom mer +20 18 +Ġborrow ing +ĠTrans fer +н оп +ari as +Ġhead phone +ì¼ ľ +Ġtransl ating +Ġauf ge +ப à®Ł +we is +av ant +pa id +b aby +Ġtough est +Ġrepe ats +ĠTer esa +L ord +Ġacab ar +ĠR ide +d ir +Ġl eng +Ġd wa +Ġhead aches +Ġn ữa +ĠнаÑģ ÑĤоÑıÑī +Ġbo ils +Ġlong ing +ri as +ó rio +ĠParad ise +ĠSeñ or +erd em +Ġrein st +Ġsal aries +Ġinsec urity +ÅĤo ÅĽci +ĠабÑģолÑİÑĤ но +ink en +ĠEd dy +ud os +Ġd ummy +Ðļ ак +s ix +Ġin box +Ạ© +Pe ople +á»ĵ ng +Ġorganiz ers +f ind +Ġü l +ĠCO M +ż a +we ile +Comment ary +íĬ¸ë ¥¼ +ĠMitt el +k us +èĽ ĭ +ठ¨ +ir al +Ġgar ment +ικ ά +Ġst ool +pay ers +Ġsh immer +ĠO llie +ĠJe żeli +è¿ĺ æľī +Ġ197 7 +Ġje ux +Ġext inct +ĠTransport ation +ĠM aker +Ġj ohn +Ġrich est +Ġtraum at +Ġli egen +´ë ¥¼ +è¿Ļ éĩĮ +Ġun rest +ĠSt raw +æĭľ æĭľ +Ġcom a +ĠKr isten +ĠÐļон еÑĩно +ĠBry ce +ĠÑıк Ñĸ +Ġpearl s +Ġпоним аÑİ +Ġadd itions +Ġas ympt +ĠменÑĮ ÑĪе +Ġsc ans +Ch ild +ĠH ide +к ÑĥÑİ +et as +Ġd ank +Ġple as +Ġess ays +Ġj ets +åħ Ĵ +Ġв ед +Ġposit ives +ho f +- ) +zz o +Ġstar ters +Ġsm iled +Ġ194 4 +qu iera +Ġro k +Ġpu esto +N ico +Ġsim ulations +Ġ à¶ +Ġintrig ued +ĠOver watch +åĸ Ĥ +s igh +b ai +Ġë§IJ ê³ł +id é +Ġcra bs +áºŃ p +ĠIraq i +ìĿ´ë ¥¼ +ÑĤ Ñı +ĠSoph ia +ĠDN S +Ġönem li +ĠLu o +Ŀ ¤ +ĠCoun sel +l igen +анÑĮ ÑĪе +Ġtrump et +Ġd apat +ĠJ M +ĠEVER Y +Ġå°į ä¸įå°į +å¤ ¢ +ĠL ayer +Ġc ô +н ал +ĠJ oo +ĠH ack +Ġs unt +ĠLeon ard +ĠFire base +äng er +Ġexpl oding +v oy +Ġì¦ IJ +ĠÑģ еÑĢÑĮ +Ġsever ity +Ġbest imm +çµIJ æŀľ +Ġt iring +Ġprocure ment +Ġdiplom acy +Ġdecor ative +ĠÙĬ ا +Ġpenet ration +Õ « +Ġout right +EN E +ĠUn i +od les +Ġz eros +Ġdelight ful +j m +Ġdo po +没 äºĭ +Ġposit ivity +ĠVIS TA +ĠRes ource +íĥ Ģë +ÑĪ Ð¸Ðµ +C arl +Ġpip ing +Ġchop ping +ĠGan ze +ü ss +ĠA o +Ġsh attered +ĠDet ective +Ġund oubtedly +Ġhall uc +Ġen ch +Ñĭ Ñĩно +ÑĥлÑı ÑĢ +is esti +Ġped als +Ġdur um +¤í Ķ +la imer +Ġprop re +C u +Ġtransl ator +Ġca ÅĤ +Ġê·¸ 걸 +Ġca ÅĤy +U A +Ġrev ised +Ġпод об +ĠArt icle +ĠHait i +Ġà ĵ +ĠC trl +Ġroz m +la it +Ġletz te +is pering +dis play +Ġalumin ium +Ġpalab ras +Ġconoc er +Ġz itten +Ġdir ig +åıª æľī +Ġbrain storm +Ġw ifi +ĠPart icip +Ġview point +ĠQu an +Ġhier arch +W elcome +å¯ ¾ +Ġoff en +ĠRe covery +gan o +W ould +Ġrep ro +Ġper ceptions +Ġdem asi +ĠBangl adesh +ĠIncred ible +Ġlet zt +Ġbehav ing +Ġaston ishing +Ġâ Ĩ +ĠëĤ¨ ìŀIJ +èµ° äºĨ +ãĥ Ķ +ĠGORD ON +C AR +? !" +ĠP rest +Ġë§ŀ ìķĦìļĶ +Ġt and +Ġl ash +ç Ĭ +ific ant +Ġint oler +Ġг еÑĢо +Ġte u +as o +ĠÑģов еÑĤ +Ġtravel ers +ĠSy nd +ĠвеÑĢ Ñģ +F onda +ad ı +Ġtrans cription +Ġtit anium +Ġtw ists +Ġgear box +ens ation +f at +C oll +ĠCommon wealth +z on +ĠPolize i +ĠAPP LAUSE +f ry +ĠJud a +este em +Ġso ck +ĠJug end +Ġк ÑģÑĤаÑĤи +ĠD ro +Ġproch aine +ãĥ¼ ãĥ« +Ġli ksom +ĠEner gie +ĠMar ina +Ġ2 30 +Ġê°Ģ ìĦľ +ump ing +Ġl one +ç´ ļ +Ġfont s +Ġbusiness man +Ġp ly +Ġdo e +gr id +ĠMil waukee +ĠE den +! ". +ĠÛĮ Ûģ +og ens +Ġteas er +Ġqui én +Ġincent iv +go vern +Ġchild care +Ġsneak ers +Ġimprison ed + ® +иÑĤ еÑģÑĮ +an bul +Ġreg ain +Ġtranqu il +Red ner +éĽ ¨ +IF A +Ġide ological +Ġmayor ÃŃa +Ġb ureau +et erm +ĠD ID +ìĬ · +Ġw aving +Ġbe b +Ġá r +Ġк в +Ġenv oy +an ut +ик Ñĥ +ĠEnviron ment +ĠAss ass +ãĤĵ ãģ§ +ĠB read +ĠТ ÑĥÑĤ +Ġstair case +ĠDise ase +Ġauc un +Ġëĭ Ī +Ġconfront ation +Ġ194 1 +Ġiron y +Ġwor sh +ãĤĮ ãĤĭ +Ġf ick +ĠNa omi +Ġback side +ie ux +K ap +Ġved ere +Ġlength y +Ġbreak er +ĠRoll e +Ġpred ator +Ġnoss os +Ġadvert ise +è³ ĩ +ÑĢод е +Redner wechsel +re ten +Ġcollect ors +ıģ ımız +Ġtr ig +Ġax es +in ters +Ġpen alties +ĠOs man +ĠJen na +Ġfl akes +Ġtrain ers +Ġstun ned +ĠSc roll +ĠP ip +Ġна ÑģÑĤ +Ġnh Ãł +ĠSm ack +ẫ n +rat os +ĠÑĢабоÑĤ Ñĭ +Ġu cz +ĠLem on +ĠS ind +Ġpsych ic +ĠAb g +Ġmamm als +Ġimmers ive +Ġb ots +Ġverschied ene +Ġg eral +Ġfoll ower +Ġ ä»ĸ +Ġsegur idad +Ġimmers ed +fe ito +c ross +Ġö ld +íĥ Ħ +Ġãģĵ ãģ® +Ġ×Ķ ×Ļ×IJ +ĠJ ian +Ġbili yor +are a +Ġk af +Ġgod t +缸 ä¿¡ +Ġë°© ìĨ¡ +Ġdet riment +æ¥ ļ +Ñĸ л +ĠÄij âu +Ġchlor ide +ø re +le i +Ġmont e +Ġdifférent es +à¯ģ . +Ġcareg ivers +Ġin adequ +Ġfare well +ĠÑĤип а +ont ec +ĠE ph +HH H +ĠTod os +ĠС ШÐIJ +Ġtro v +Ġl ige +Ġc ông +ĠC iv +Ġcap az +ĠV allahi +Ġquest e +Ġrepl ica +س ب +z na +ĠÑģл Ñĥж +ĠP T +w ave +ien i +Ġrel ied +de velop +Ġdem e +ĠA man +Ġ[ ...] +Ġcompl iments +u ais +ĠíĮ ¨ +Ġsmell ing +Ġdad urch +ÙĪ Øª +Ġor anges +Ġл ай +Ġstabil ization +åĢ į +ãĤĮ ãģŁ +æ¥ ½ +Ġappl iances +Ġh m +ĥ IJë©´ +odynam ics +Ġc iÄĻ +ĠC ott +M ON +ĠM ang +æĶ¯ æĮģ +Ġall erdings +ικ ή +sh ots +Ġt s +ĠG ör +ĠCH AR +Ġ: ( +Ġwr ath +Ġf ique +Ġfüh ren +Ġtest ament +Ġ^ ^ +á¹Ľá¹£ á¹ĩa +AL D +Ġtext o +ĠDog s +Ġs ib +Ġpath etic +ock s +Ġrad ically +ĠM ORE +ĠJAM ES +Ġing l +ĠTechn ical +Ġpor ch +ĠU T +ĠобÑıз аÑĤелÑĮно +Ġrenew al +Ġaesthet ics +ik um +Ġbe verage +der n +Ġpredict ive +Ġch uy +ĠRegard ing +ĠFor ward +ĠÙĪ ÙĦ +Ġcontext ual +Ġdwar f +Ġpre he +Ġgovern ed +ħ Ħ +Ġtrabal har +Ġnegó cio +ĠболÑĮÑĪ Ð¾Ð¹ +еÑĩ аÑĤ +Ġд ÑĥÑħ +Ġflood s +Ġbow ling +ĠO B +ĠH är +Ġgrad ing +주 ëĬĶ +Ġg ars +d ling +Ġr ak +ë Ī +c reat +ĠÑī е +Ġneighb ours +f ood +Qu ery +Ġhero in +ice ps +ĠK inda +N ET +Ġmar i +Ġim itate +Ġach ter +Ġsettle ments +ra re +cc iones +Ġë ĵľ +Ġf ik +it ung +Ġм акÑģим +Ġel f +Ġd alla +ĠPol sce +ĠP ul +Ч ÑĤо +ĠMor gen +ØŃ Ùħ +Ġsuprem acy +Ġk ys +ĠHur ricane +ĠG TA +ĠFe h +Ġfinal mente +m und +ĠK rie +é poque +ĠT ucker +IT T +Ġl ur +Ġdi pping +ä v +Ġeer ste +ĠFl int +bild ung +ู à¹ī +Ġto im +Ġpr acy +Ġtransform s +Ġspeed ing +Ġpresent er +Ġfellow s +f illed +ie za +Ġadv ising +ĠInter view +и гÑĢ +we hr +ĠD ante +pt ure +Īë¬ ¸ +¯ ¸ë +IJ IJ +ĠCoun ter +Ġcr ist +Ġì§ ľ +Ġje une +ĠÑģÑĤ ÑĢаÑĪ +Ġmie Äĩ +Ġtut or +Ġmas ala +Ġpowder ed +Ġn au +ĠFreder ick +Ġbill ing +ĠE isen +Ġд обÑĢ +Ġm est +æ ½ +Ġsn ipp +Ġmon o +ĠA lo +ĠMer cy +éri ence +Ġcasual ties +ĠAN NOUNCER +ä» İ +Ġto car +Ġbacter ial +H o +Ġstre ak +ĠJ ENN +Ġpl ast +Ñģ лед +Ġre app +Ġpay check +Ġmin ers +hab t +ĠJ ap +н ÑĥÑĤ +Ġred emption +Ġqu ir +hn lich +Ġaccum ulation +Ġsh ove +Ġadrenal ine +M ake +ĠH ern +oss ing +ĠV il +ub by +her tz +bre aks +Ġsp ur +ĠD aha +US TIN +Ġcontinu er +ĠSa ul +ãģ® ãģ¯ +Ġíı Ń +ĠëIJĺë ©´ +Ġë§IJìĶ Ģ +Ġо ж +Ġsuspect s +Ġla quelle +ĠMuch as +Ġv öllig +ul en +Ġimp res +Ġlo bb +ene e +Ġн аж +T a +Ġréal ité +ĠRe x +Ġharvest ing +Ġest r +æ ¶ +osp ace +OS S +Ġdisturb ance +ass ic +ĠIs ab +Ġdéc ouv +ĠHamp shire +Ġor nament +Ġlu ôn +ĠU W +Ġj Äħ +éĤ£ ä¹Ī +Ġrespect o +Ġcomun idad +Ġcom igo +ag na +Ġintrins ic +ĠAlum ni +Ġses leri +Ġestim ation +âĢĶ âĢĶ +Ġprodu it +ãĢĤ ãĢį +Ġв ÑĢ +Ġwh irl +Ġac ces +ç u +Ġvari ability +Ġv odka +its u +Ġinternship s +Ġalloc ate +R R +íĽ Ī +Ġinstruction al +t ant +Ġà®ħ த +Ġinv ites +Ġha k +Ġsca res +Ġe clipse +п ов +к олÑĮ +ativ as +Ġstab bed +ĠD OM +ä¸į åΰ +ro ots +ĠPict ure +íĺ ¼ +ĠC HA +ie c +ı ı +han ol +Ġmisunder stand +R ay +Ġroad map +ocument ed +iz ione +ĠOl ive +r ift +Ġ×Ķ× ł +æ¯ į +l est +; ; +ĠE A +éľĢ è¦ģ +од Ñĥ +Ġhob bies +Ġbur ial +ãģ« ãģ¡ãģ¯ +Ð ¤ +le ge +ĠH J +Ġobject ion +Ġãģ Ń +ct ory +Ġincre mental +Ġgym n +Ġepid emi +Ñģ Ñĭл +à ij +Ġadvance ment +Ġpar ch +New s +Ġa yr +л ам +Ġ×ľ× © +Ġdipl oma +ãģ¡ãĤĥ ãĤĵ +Ġrob bed +On ly +Ġinc ur +Ġch anting +Ġíķ´ë ıĦ +Ġrich es +ĠCar men +Ġnost ro +λ ÎŃ +ĠPow der +à¹Ģภ« +ĠìŀĪ ìľ¼ë©´ +Ġgerçek ten +ĠPik achu +ем он +OL L +Ġplanet ary +Ġsl ows +Ġclock wise +al ion +Ġì Į +Ġver n +Ġh omme +Ġend point +Ġinnoc ence +Ġelement os +Ġsophom ore +Ġnot ions +ĠCould n +p ur +Ġz at +Ġobs ess +Ġmotiv o +ĠK ub +ĠDr ug +A nt +ĠPlay ers +ĠHum ans +Ġme lee +ĠWild life +ĠV P +Ġvolcan ic +Ġcom in +ĠGu ang +ĠÏĦι ÏĤ +ĠоÑģоб енно +ĠS ize +L isten +ĠA aa +app ro +Ġbar bar +ĠPark inson +нÑı ÑĤÑĮ +å į° +Ġunderest imate +Ġsubst itution +Ġcosm etic +ä¸ĭ 次 +Ġwill en +Ġbe ide +ann i +Ġcondition ed +ĠDe bbie +Ġis to +ĠEd wards +ìĽĮ ìļĶ +ĠÑĤ ов +Ġab brevi +ĠM ün +ĠPr inc +ĠLi ang +Ġst ink +Ġradio active +ãģĨ ãĤı +Ġac ontec +Ġun con +ĠTur bo +ãģ IJ +Ġkiss es +æĺ¯ ä»Ģ麼 +еÑĤ ÑĢов +Ġfront ier +ĠSp y +ĠBel arus +ĠC BS +á» Ĺ +am oto +íķľë į° +ĠÑģÑĤ ÑĢо +ĠEn fin +Ġbread th +éĺ ² +ĠCa fe +ĠDaf ür +ĠB our +ar as +Ġbl ueprint +an ı +Ġconst ants +Ġattack er +ĠForm ula +za Äĩ +Ġs owie +Ġeyebr ow +ob ook +Ġset zen +第 ä¸ī +ons ider +aw ning +Ġsöyle ye +Ġinv aded +Ġpronoun s +Ġdob ry +S i +ĠÐ¥ оÑĤ +Ġvolley ball +Ġl ament +is ches +ar me +ap i +ĠW iki +ли ÑĪ +Ġkas ih +Ġp ess +ĠÑĦ оÑĤ +ĠS ul +å¾ · +Ġpse udo +Ġmem o +ĠìŰ ìĬµ +ĠдоллаÑĢ Ð¾Ð² +ĠпеÑĢ ÐµÐ¼ +ĠRe ach +mir al +alt ed +Ġstat ut +read ing +Ġsöy led +ĠLind sey +ĠAh mad +ë ¶Ģë +ĠС егоднÑı +Ġprzy got +Ġhy ster +U RE +ĠNe igh +Rep orter +ĠB unu +ĠTreat y +ĠR ank +ĠF ame +in ished +Ġge ared +Ġcomp ose +od ia +ĠL on +Ġjeste ÅĽmy +ĠDIRE CTOR +Ġel kaar +ĠV iel +×IJ× © +ynth ia +ä¸ ¦ +Ġm ère +ĠTom ato +Ġex atamente +ni ÄĻ +ĠFre i +ĠD if +Ġopen ings +Ġgraph ical +ĠÑĥд об +ĠвÑģ п +ĠWeek ly +ев а +Ġhang s +Ġuns afe +Ġem blem +ĠKolleg innen +al ay +Ġk si +Ġh ides +Ġol may +Ġent ste +Ġarth ritis +ÃŁ erdem +Ġbin nen +Ġlist ens +ĠH ess +åĨį ä¾Ĩ +ĠLou ise +ld en +ен Ñģ +ĠVers ion +ĠAgric ulture +ìĬ¤ë ¥¼ +м ан +ë Ħ¤ìļĶ +Ġw ines +ĠIN F +r ul +ĠJ K +ıyor lar +sh ield +reat h +Ġter us +ĠL um +Ġanticip ation +Ġacc ustomed +ĠM ina +Ġw ield +io è +mer a +Ġcount down +Ġcl ing +Ġcomm end +Ġfakt iskt +Ġdef enses +Ġcock pit +Ġком анд +Ġdish was +ĠThan os +Ġkid neys +Ġse he +Ġmicro bes +Ġc uff +ĠвÑĭÑģ ок +ĠSp icy +çŃī çŃī +வ à®° +cul us +or c +ç¾ ħ +ix es +ĠC redit +Ġr aj +Ġbring t +ĠN iss +Ġgr im +ĠS OL +Ġten im +ĠSud an +ĠSp art +Ġpromot es +ĠN ossa +ĠÑģоÑģÑĤо Ñıни +Ġì° © +Ġunc ont +ĠLiber al +ĠТ олÑĮко +ĠV iele +Ġktóre j +Ġ* *** +M ax +ĠЧ ÑĤобÑĭ +3 50 +Ġíĺ¼ ìŀIJ +Ġë¶Ħë ĵ¤ìĿ´ +Ġwar p +Ġteng a +Ġsympath etic +Ġbiz i +ĠZ ack +ied o +Ġëī ´ì +p iel +ĠÑĤ ол +Ġsc aled +ĠPET ER +ĠCO MM +ĠC ame +Ġcatast rophe +Ġsweat y +ig ration +Ġstuff ing +ĠÏĢολ Ïį +ĠDri ver +zy st +T ech +Ġassess ed +ĠSur face +ır ım +s ur +ler weile +Ġд ог +Ġshut ting +Ġfr actions +ĠÑģ ол +every one +Ġer n +ĠÐĿ ов +Ġdefend ers +Ġvers ucht +ãĥ³ãĥ Ģ +Ġpol ity +ĠÐŁ он +ver ständ +Ġbrows ers +Ġtransform ative +Ġdict ate +ĠLE GO +Ġning una +ê´ ij +Ġp izz +ĠHar old +ĠL opez +Ú¾ ÛĮ +an ız +atch et +ÙĬ ت +Ġl ernen +Ġê·Ģ ìŬ +Ġhous ed +Ġclean se +ĠW AT +lar ation +Ġby tes +Ġtuck ed +Ġfault s +д о +F X +Ġìĸ¼ë§ ĪëĤĺ +Ġde form +Ġcontract ing +ĠTIM E +ir se +Ġne ben +Ġc erc +ĠArm strong +Ġtest er +Ġparf ait +Ġjealous y +Ġtox ins +Ġdis bel +ÑĥÑĢ Ñĭ +imp ression +Ġprost ate +Ġfire wall +Ġclass ics +еÑĩ ÑĮ +Ġsocial ism +Ġgrac ious +ĠÑģ нова +Ġд нÑı +Ġburn er +ĠMin or +Ġìļ°ë ¦¬ë +Ġjed es +Ġcontinu um +Ġh ots +Ġoccur rence +Ġadminister ed +Ġзам еÑĤ +Ġhes itation +Ġdr ills +er ca +ĠвÑĤоÑĢ Ð¾Ð¹ +Ġstead ily +Ġinsan lar +Ġi han +í ij +Ġhel per +ĠSen in +åģ ľ +ов ание +ĠER IC +b la +ĠAcad emic +Ġhuman ities +bl ack +ump y +ort ex +Ġìł Īë +ĠØ¥ ÙĨ +Ġdiscl ose +ĠEl ijah +Ġλ ÎŃ +ĠQu er +ب ÙĦ +ãĤ ¡ +T ell +ar le +Ñĸ ÑĢ +Ġaug mented +Ġë¹Ħ ìĬ· +Ġand roid +ठ¤ +ar ma +Ġs zer +ge ord +Ġge ek +Ġye ux +Ġp ong +ĠãģĿ ãģĨ +Ġtort ured +ĠB ath +z ig +ason able +Ġn ets +Ġbar u +ĠFl at +ĠV ater +ĠTer ror +ĠA vo +Ġceremon ies +ro e +Ùģ Ø³ +O ps +Ġhy vin +Ġap resent +ol or +ĠигÑĢ Ñĭ +ort on +Ġê·¸ëŀ ¬ +Ġlook in +ĠT Y +ĠM int +Ad d +Ġm ite +ĠSm oke +Ġnot a +Ġm oss +ĠAb end +Ġì» ¨ +Ġexagger ated +f ires +Ġred ist +ff iti +Ġopen ness +ê°IJ ìĿ´ +ende u +ен ной +W atch +Ġav atar +ĠP ey +ur un +Ġsen za +Ġì§Ģ ìĹŃ +ĠNat omiast +Ġemer gence +ray s +Ġcraft ed +g ary +ãģł ãģij +ü ng +- " +Ġhack ed +Ġstr ay +en cie +em o +Ġcom en +ĠK ız +ĠJ asmine +ĠH indi +man as +Ġinfin itely +em on +ìĿ¸ëį° ìļĶ +j ak +Ġro aring +éri que +s weise +ĠRo lex +åł± å°İ +ĠStu art +bn b +Ġdiagn ose +Ġcoher ent +ĠM J +æºĸ åĤĻ +Ġp ike +l av +Ġorchest ral +а ÑģÑĤи +Ġterm inar +Ġgather ings +Ġcompl iant +Ġupgrad ing +Ġregul ator +Ġlan ç +éĢ £ +Ġmerch ants +ta wa +Ġmonit ored +Ġrend re +ä¸ ¤ +Ġunter wegs +ang uard +g ard +ĠBel ow +du ino +ĠЦ е +Ġimped ance +ìľ ¡ +ä» ½ +Ġakt uell +ĠV atic +åŃ © +Ġste wards +Ġbright est +Ġk enn +Ġk au +ĠMat rix +ĠB ark +ĠðŁ ij +Ġt aper +Ġcas ino +ר ×Ķ +ys ical +Ġbuild ers +ĠczÅĤ owie +ĠNep al +Ġ! " +Ġterm e +Ġin nych +Ġmath s +Ġdraft ed +ĠB alk +Ġhesit ant +Ġvolt ar +Ġrev ive +ĠÑĦилÑĮ ма +Ġassass in +ĠS olutions +Ġdu el +Ġbear ings +à¸Ħ ะ +Ġrook ie +ik at +Ġbisc uits +Ġc ords +Ñĥв аÑĤи +AR IN +Ġprogress ing +ĠG ir +Ġpenet rate +ĠSt orage +e ight +ĠÑĤ ÑĢÑĥ +Ġdon ÃŃt +Ġsiz in +Ġout dated +ĠнаÑĪ Ð¸ +Ġaff ir +Ġspo ons +Ġon i +Ġfl ank +ĠG ol +h ã +Ġp éri +Ġhonor able +ĠBreat he +sc enes +Ġob viamente +ик Ñģ +Ġש ×ŀ× +Ġsmooth ie +ŀ Īë +Ġd ime +ĠíĸĪ ìĸ´ìļĶ +Ġapp el +ĠCath olics +Ġsing les +Ġlat en +Ġç ünkü +ĠV ader +æı Ľ +Ġvard ı +ĠIst anbul +gr é +ĠEl sa +ë l +Ġinve ce +Ġcr ane +Ġo be +ĠSh ark +Ġsm ack +Ġrest oring +. \ +Ġë¹ łë +Ġf aded +um bers +S inging +Ġdep ressing +th est +ĠW ahr +Ġmult itude +ÑĢавÑģÑĤв ÑĥйÑĤе +rij k +ek a +Ġcomplet es +ĠWell s +Ġro y +ĠPr ay +ĠKal au +iz in +iaÅĤ em +Ġlo com +ĠNash ville +ĠPent agon +ë ¯¸ +ĠNE W +Äħ Äĩ +ÃŃ ss +Ġmarry ing +Ġfe ud +íĻ ķ +æĢ ¥ +) ! +ĠOper ations +Ñĥ ÑĶ +Ġmo je +Ġinstruct ed +ĠëĪĦ 구 +Ġ×Ķ× Ĵ +ĠпомоÑī ÑĮÑİ +Ġsab ia +ìķĺ ìĸ´ìļĶ +pl ane +p ri +Ġпол ноÑģÑĤÑĮÑİ +ĠK itty +Ġpróp rio +ed ere +Ġinteres ante +Ġд е +Ġcond ensed +Ġav ent +T OR +Ġgre asy +AR K +ort a +A J +Ġdis reg +Ġcorrect ions +Ġst ero +Ġinfluen za +Ġdess es +Ġball ots +Ġme get +Ġma fia +Ġb öl +n ost +ĠÑģÑĤ аÑĤÑĮ +Ġrespond er +Ġhint en +g rav +à¸Ń ะ +yn chron +Ġvi ens +Ġsam o +Ġd t +pan nt +ĠÅĽwi at +Ġзап иÑģ +Ġmer ged +Ġke p +Ġmis leading +Ġdig amos +Ġam mon +è¾ Ľ +ch et +Ġê°Ģ ìł¸ +Ġun i +ĠëIJĺ ëĬĶëį° +Ġнап ÑĢав +ĠкоÑĤоÑĢ Ð¾Ð³Ð¾ +Ġanim ate +×ķ× IJ× +еÑĢ Ð² +Ġmin ced +Ġka um +ãģĤ ãģģ +ÏĢ Îµ +л ег +exist ing +Ġplata form +ĠK RIS +ìĽ ł +ĠFamil ien +ĠLib ya +Ġbiod iversity +Ġidi ots +ird i +Ġszy b +ĠRoll ing +ü cht +ĠÑĥд ив +Ñģ Ñĥд +Ġreal izar +Ġcan ned +ĠÑĢ Ð°Ð½ +Ġmet abolic +ĠBe ef +Ġkil ka +лÑİ Ñģ +Ġreg istry +моÑĤÑĢ Ð¸ÑĤе +Ġviel ä +Ġod c +Ġcondem ned +æ© ĭ +f al +ĠD il +wo ÅĽci +A w +Ġstatist ically +Ġso gen +ĠB ETH +Ġsh aving +å¹ ¸ +oc al +ĠFun ny +Ġpeace fully +Ġaddict ive +ĠIns ert +la uf +Ġexperien cia +é¦ĸ åħĪ +иÑĤ елÑı +ÃŃ gen +ág ina +Ġabdom en +íķľ ëĭ¤ +ic us +im ana +ì ፠+arch ing +Ġkonk ret +ìķ ĺë +ек а +ou fl +ive l +Ġn ude +èt res +Ġm onsieur +Ġcl ash +Ġtherap ists +Ġcub ed +Ġretrou ver +Ġwave form +Ġpot em +ĠForm er +is ión +åº ľ +Ġ×IJ× Ŀ +und os +ĠMein ung +ص ÙĦ +ĠJ ude +Ġn Ã¥r +ĠLeon ardo +ĠCr isto +ĠG OT +ÑģÑĤÑĢÑĥ к +L AN +Ġg Ã¥ng +Ġdé b +ĠFrankf urt +Ġcra ppy +Ġli l +ann ée +ĠмеÑģÑĤ е +RE T +ĠN er +ĠCO STA +Ġjed em +Ġcurt ains +Ġiter ations +Ġun av +Ġpla que +or um +ĠÎ ¶ +Ġnúmer os +Ġdes ap +² ½ +Ġcomp iled +Ġref le +Ġrank ings +Ġrep aired +ĠÐĿап ÑĢ +Ġdownload s +Ġarm our +Ġ×Ļ ×ķתר +Ġlonge vity +ĠTON ER +ĠкомменÑĤ аÑĢ +Ġcz ego +Ġnot ify +Ġairport s +Ġend uring +let te +Ġapp arat +Ġhab il +á»ĩ c +n ad +IC O +ĠBra h +Ġseg ún +Ġgovern ors +k aha +ĠSchl uss +Ġodpow ied +ir ting +Ġrem pl +ĠAb original +ident ally +Ġenhan cing +lic ting +ĠHawai ian +Ġstri ving +ĠN iet +Ġzn aczy +Ġobed ience +ĠnÃ¥ got +Ġexp ired +Ġ19 18 +pres ented +Ġpr owad +ĠTer r +ĠPrinc eton +Ġmor gen +Ġattract ing +ĠS igma +ign er +ĠRe chts +ĠP eki +Ġmet hy +Ġha mm +Ġdire ito +Ġdeleg ation +ив аÑİÑĤ +Ġg in +You ng +Ġdepend encies +ĠBrad ley +bud s +Ġf is +Ġpyt anie +Ġinterconnect ed +Ġemba ixo +ĠS as +Ġr uh +ĠS icht +S ur +Ġsuper b +ĠSabb ath +ĠD anger +k ol +Ġh ou +s upp +ĠN acional +Ġsuccess ion +Ġv á +ĠMaÃŁ nahmen +ĠJess ie +ĠId aho +fore st +ħ ĺ +Ġ×ŀ× ĵ +ĠØ£ ÙĬ +Ġsweet heart +Ġneat ly +ĠEv angel +ê³ ¡ +ĠSu ite +úblic a +ĠÑĥ ли +ĠAnn ouncer +l igh +Ġsens ations +Ġshel ters +Ġh art +Ġsqueez ing +ĠR ivers +ĠCook ing +ì± ħ +person al +Ġman os +ÑijÑĤ ÑģÑı +w ij +Ġgo gg +ĠMill i +ĠF P +ün st +ĠL S +Ġspray ing +Ġf aux +Ġaut ograph +olog ic +Ġtor ment +Ġencry pted +á» ħ +Ġest re +ç¹ ¼ +à ± +Ġst umbled +Ġa ider +Ġsab en +x ter +ĠC ities +ĠTür k +ëĭ ¥ +ch ine +Ġto pping +Ġpoison ed +ĠRoman ia +×ĵ ×Ļ +Ģë ¡ľ +ĠпоÑĢ Ñıд +Ġchir ping +ĠìĻ Ħë +×ij× ¢ +Ġcu anto +Ġdon ating +ĠReg ent +ĠBer uf +Ġdistract ing +Ġstam ina +ĠDar ren +Ġì¶ ķ +l ists +d al +ch uss +Ġeconom ist +ãģĪ ãĥ¼ +org t +Ġist iyorum +è¿ Ľ +ĠSur prise +ĠHa o +Ġìµľ ê³ł +ĠG W +ĠIn ner +Ġqu ieren +Ġmind ed +Ġsupercom puter +Ġdiagram s +íĬ ľë +ê²ł ìĸ´ +ĠобÑĬ ÑıÑģ +Ġestab an +Ġdestro ys +ĠBre aking +Ġkar Ä±ÅŁ +Ġrebuild ing +ľë ĮĢ +ли во +ĠSau ce +ĠF usion +×ķ× ŀ× +ĠQu inn +Ġga uche +ĠÙĪ Ø£ +Ġ È +ç ĵľ +Ġtechn o +Ġdisp atch +ĠaÅŁ k +Ġein zel +ĠG mail +ç ŀ +Ġê°ľ ìĿ¸ +ĠÑģем ÑĮ +Ġjour neys +Ġi ht +Ġfib re +Ġdram as +ouch ed +Ġren ame +Ġоп еÑĢ +Ġpo o +ĠD ru +ĠиÑĤ ог +Ġz ast +Ġco z +Ġz ucch +Ġobt aining +Ġcomm ute +Ġsub mer +ĠV ish +ĠR abb +og g +Ġh ut +íĸĪ ìĸ´ +æ¯Ķ å¦Ĥ +ere mi +Ġμ α +Ġdisk ut +Ġб Ñĥк +Ġimp aired +d epend +ĠÙĪ Ø§ +ĠÑĢ Ñĥк +Ġб аÑĢ +Ġoxid ation +Ġsitu ação +ÉĻ n +u ção +Ġsag te +ĠS ER +ĠC ake +Ġtur meric +ĠK ak +b ung +ĠK á¹Ľá¹£á¹ĩa +Ġpoison ing +Ġsl ipping +ĠS ays +å°± åı¯ä»¥ +ò ng +çŁ ³ + « +ĠClaud ia +ĠChar acter +ни ÑĨ +co at +Ġprogress ed +ĠFer gus +Ġìĺ¤ ëĬ +Ġo at +ord able +ĠLe y +ĠHera us +Ġresult ados +ĠKay la +Ġr iff +Ġcheg ou +Ġx i +Ġsp acious +Ġrecogn ised +Ġe ch +ĠT ie +Ġlaunch er +J im +Ġsupp ression +ĠImp ossible +Ġguit ars +ĠFour ier +иÑĩеÑģ кий +ĠTh erap +ĠK af +cent ered +ĠÑģо оÑĤвеÑĤ +Ġk lim +Ġcarbohyd rates +ign ant +ĠAst ron +Ġem ple +Ġdr astic +ĠмиÑĢ Ðµ +в ин +u w +Ġpret tier +Ġdon uts +ĠAth ena +Ġdiss ert +Ġpl ante +Ġur anium +ìĿ Įë +ar é +Ġrze cz +Ġdisplay ing +æĪ ² +Ġsar c +r ão +Ġtamp oco +Ġphilosoph ers +ĠRe cht +æĵ ļ +Ġcoment arios +y se +Ġìľ ¤ +Ġm ise +ĠG in +Ġн ом +ĠFR OM +l iner +at if +Ġspo ÅĤec +x a +ĠÑĤ ÑĢÑĥд +Ġw ag +기 ìĹIJ +ĠM G +Ġoff spring +ĠUnder standing +åıª æĺ¯ +OR A +Ġwh irring +Ġsur rend +Ġpok er +Ġmon uments +ĠâĻ © +Ġorgan ised +ĠSo zial +ĠF actory +Ñħ а +Ġrese mble +з д +Ġexplos ions +Ġpay roll +Ġom n +ĠJ orge +ι Ïĥ +Ġfract ure +Ġpersec ution +Ġdem ais +E CH +, ) +Ġcri ar +ĠJ OSH +Ġdem ographics +Ġ16 00 +Ġcur rencies +ĠT ips +Ġ éĢĻåĢĭ +ĠRe fer +ĠDan cing +Ġincons istent +Ġde h +Ġimm ens +Ġme ist +Ġimpat ient +Ġbehav es +æĿ ¾ +ĠëĤ´ì ļ© +Ġback story +Ġagree ing +ĠÅ ģ +ih in +Ġtemper atura +ĠBack ground +Ġnut zen +Ġëħ ¹ +ĠM änner +Ġcollabor ations +ĠK os +éģİ åİ» +Ġnight mares +ë ĵ± +ĠQueens land +Ġassoci ates +ĠK ok +Ġfact orial +ĠHy ung +Ġê·¸ ëĭ¤ìĿĮ +Ġfil ho +Ġel ét +Ġíĸī ë³µ +° ± +Ġgef unden +Ġsemic ondu +Ġcounsel ors +ĠU pper +ĠA ub +ick ers +V er +Ġnorth west +ĠMainten ant +ĠL akes +аÑı в +int é +ì° ½ +Ġг аз +Ġgi orn +Ġdigit ally +ĠCirc uit +ì¼ Ģ +ãĤĬ ãģ¾ãģĹãģŁ +Ġcheer ful +ĠPet erson +ĠDan ish +ativ os +Ġli ken +Ġhar bor +али ÑģÑĤ +x e +Ġcur ls +ĠR hod +E nd +ĠE T +Ġacqu aint +ĠKel vin +Ġtr if +ĠA way +ìŀIJ ëĬĶ +v s +Ġp ágina +Ġin let +ĠSant os +Ġìļ° ìĻĢ +Ġyap ıyorsun +th eme +Ġsou ff +Ġinject ed +Ġpó źniej +iver so +amp ed +Ġda her +Ġd agger +ĠлÑİб им +Ġt ummy +Ġenlight ened +c ents +ĠD ah +Ġcu est +ä¾Ĩ 說 +IL Y +Ġ×ij ר +Ġbang ing +ĠEm il +ĠC ler +ĠB order +иж Ñĥ +Ġpresent ers +ĠST UD +co ins +ĠíĻ į +Ġper ks +Ġpar ap +Ġcertain es +ĠL ore +ö st +ĠMAR TIN +Ġb ios +Ġwhere by +ver ts +ĠMir anda +Ġst ip +æ¾ ¤ +and ez +׼ ׾ +uj in +Ġê ¾ +Ġaller gies +pl ate +Ġyap ıl +Ġundert ake +ĠëĤĺ ê°Ģ +P art +Ġkız ım +h guru +ãģĤ ãģ¨ +ĠJohn s +Ġeyel ashes +Ġdra ined +Ġst Ã¥r +ãģĤãĤĬ ãģ¾ãģĻ +ĠJ ade +Ġcal end +fil m +Ġmes a +Ġlud zie +Ġattract s +Ġju ices +Ġк ил +Ġnieu we +Ġmen cion +Ġign ition +Ġbl adder +anda ag +ĠExt ension +íĤ ¨ +fe ed +ĠÙĪ Ùĩ +Ġsp un +Ġt ät +оÑĢ Ð¾ÑĤ +ty ard +ron ics +ĠH uge +Ñĥж д +st ring +Ġun just +Ġpra wn +Ġfrost ing +Ġdisappear ance +ios a +Ġcard i +ĠPri est +Ġcient ÃŃfic +åĵª 裡 +ĠÐĴ аÑģ +Ġë¶Ģ íĥģ +Ġth ieves +Ġphys ique +ĠE ugene +Ġбли з +Ġmon opoly +Ġbi ography +Ġho ÅŁ +Ġt ö +m ac +Ġshock s +ìĦ ¸ë +h it +Ġsn ug +Ġinc l +Ġded ic +Ġult ras +Ġизв еÑģÑĤ +Ġutil ization +ĠÑģовеÑĢÑĪ ÐµÐ½Ð½Ð¾ +Ġserv i +st ag +1 80 +Ġse wer +ĠCh oice +Ġdis charged +ĠJ D +ол еÑĤ +ĠкваÑĢ ÑĤи +Ġteles cop +ĠJe ÅĽli +ĠN ana +c ale +ĠÑĤ он +mm m +äºĨ åIJ§ +Ġge habt +ëĤ ł +æĬ ķ +à¸Ļ à¸Ļ +Ġet her +Ġz en +Ġresearch ed +ĠCzy li +å®Į åħ¨ +work ers +Ġê²½ ì°° +Ġsher iff +all o +Ġtip os +Ġprosec ution +Ġfrog s +Ġf alt +j d +ĠíĮ Ķ +Ġfilter ed +ĠO ft +Ġì į +Ġdis fr +ĠMust ang +Ġwo ah +ĠRE ALLY +Ġмог ли +Ġentr ada +Ġиг ÑĢа +Ġmix es +ĠавÑĤом об +Ð Ļ +Ġsh in +Ġparan ormal +Ġsome place +Ġdish on +eta an +Ġfu erte +Ù ¹ +Ġdo om +ìĪ ľ +Ġexist ential +Ġbu ld +ĠSD K +ĠпÑĢав да +Ġturn over +ĠìĹ¬ê¸° ìĹIJ +Ġठ¹ +Ġmodel ed +Ġbug ün +Ġexperiment ation +Ġmorning s +Ġmed o +Ste vie +Ġplay able +Ġairl ines +g ments +Ġê¸°ë ¶Ħ +ĠT omb +ĠMV P +AUDI ENCE +Ġcheck out +Ġpas st +Ġbe ispiel +ĠLink s +he avy +Ġquestion able +Ġìĵ °ë +Ġs ill +Ġmanip ulated +ĠL oren +Ġìľ ¼ +Ġver ge +á k +I ES +Ġsab ot +ĠCustom er +ale ży +Ġnom inee +ĠG ad +Ġnouve lles +ĠS PE +ist ling +Ġo val +обÑĢ Ð°Ð¶ +if ty +éĩ İ +Ġbez el +y et +Ġfre ight +ĠHan ım +r ÃŃa +Ġz oning +Ġind em +ĠB ü +Ġfemin ism +Ġvo ix +Ġof icial +Ġdi yorum +» IJ +Ġar ose +Ġpar ar +ìĿ¸ ì§Ģ +ĠMart ine +ĠL ect +Ġrest er +Ġdrown ing +u ya +c ida +ĠAri el +Ġ0 2 +Ġ×Ķ ×Ķ +ç´ ł +ĠW ert +Т Ñĭ +Ġwid ow +Ġparch ment +Ġcott age +ĠX L +ĠSl ack +ĠN ES +Ġro be +Ġg imm +Ġcam inho +ĠHar per +Ġcit rus +Ġfirefight ers +Ġdop amine +el ets +Ġdemocr at +ìł ľë¡ľ +Ġplay back +o j +ĠпÑĢ Ð¾Ðº +ĠSull ivan +se mble +ĠW orth +ĠMust afa +า ร +Ġmet s +éĸ Ģ +л оÑģÑĮ +Ġinert ia +Ġuniform s +è¶ ³ +é rio +×ķר ×Ķ +é nt +Ġà® Ĵ +ĠÑģам ÑĭÑħ +Ġvou lais +ĠZ immer +ê² łë +Ġн оÑģ +en cias +Ġrel ación +Ġê± ¸ë +Ġfact ion +Ġg osp +пол ож +n ap +h ak +Ġproceed ings +ĠìĨ Ķ +ìķĦ ëĭĪ +ĠìŀIJ 기 +Ġwer d +Ġso f +Ġsch lim +Ġfl avored +Ġquad ratic +ĠBo ot +Ġpublic ity +ĠCar o +Ġ ?" +ни ÑĨа +man ia +ĠS UR +ĠB UR +l ance +ét ica +Ġzob aczy +Ġtri o +s ama +Ġta ÅŁ +Ġas ymm +ress er +Ġت ع +Ġп еÑģ +Ġbeginning s +lad ım +ĠбÑĭ ÑģÑĤÑĢ +Ġmo o +ĠGene va +Ġ åľ¨ +er us +bor ah +Ġref using +b ull +ĠWait ing +ĠInd ividual +Ġan onym +im ens +Ġmed idas +Ġfragr ant +Ġdirect ement +ĠìķĦ ë§Ī +ur ia +Ġsp herical +Ġab ge +ĠVictor ian +Ġspect acle +ĠRodrig uez +Ġoc up +ĠN är +mark s +ng ulo +ĠLu ci +Ġshout ed +Ġregul ators +ÄŁ ini +Ġdis ent +ĠÑĢÑĭ н +ëĤ ¨ +ĠìĤ ´ë +Ġprobl èmes +ĠF inger +asse mble +Ġpe ar +Ġdro ite +ĠEvery where +t am +оÑĤ ив +в ой +ordin ate +ĠL ak +Ġm Ỽi +ĠTele vision +Ġexpon entially +av as +Ġble v +ĠM T +ä¿ º +Con nell +ĠêµŃ 민 +ĠÑģво им +Ġach a +ĠD ynasty +J in +Ġto re +Ġfl or +Ġмног ие +æ²Ĵ äºĭ +ow an +b ah +Ġì£ Ħ +ĠC ela +Ġìµľ ê·¼ +Ġpermett re +Ġab ras +Ġverste hen +Ġesc ort +ĠThe m +är ke +por ter +Ġkah kaha +Ġhe ct +Ġda u +w ah +ol ve +ĠAg es +s chaft +ĠSt ell +ne lle +ĠEn suite +ĠÐĴÑģ ем +Ġcr éd +ĠP P +l ords +gr unting +Ġcontract ion +G ot +Ġacqu iring +Ġso pr +Ġpoison ous +R NA +Ġan ar +ĠH of +' ) +Ġremark ably +Ġintern acional +ü cke +in qu +Ġdu y +Ġbeast s +ĠL AN +Ġpreced ent +ĠRP M +åij ¨ +Ġsel on +Ġmort e +Ġcomeç ou +Ñı ла +Ġinterpre ting +ĠBur ke +ÑĤ ÑĢа +ĠìĿ´ë ٬ +Ġpess im +ĠN ok +íĮ Ŀ +F emale +Ġìĭ ¤í +Ļ Ģ +Ġstim ulation +Ġsl ick +Ġê°Ģ ëĬĶ +Ġк аз +ĠH BO +Ġpap ier +Ġkön nten +Ñĥб ли +ĠConst ant +SPEAK ING +Ġktó rÄħ +Ġcos metics +ĠT rend +Ġrob bery +Ġt itt +Ġgj ort +Ġdiet ary +ł Į +ĠKir by +ĠпÑĢимеÑĢ Ð½Ð¾ +Ġqual ification +Ġìķ ī +Ġcabin ets +Ġhtt p +ĠEric a +ç¾ © +Ġdisadvant ages +Ġch attering +y z +fe it +Ġgu ild +ĠE TF +ĠDrag ons +ĠH ERE +vent h +ÙĦ اÙħ +Ġmarch é +D am +Ġphot on +Ġest able +M ag +Ġol har +Ġcou pling +ĠHil fe +ĠW izard +Ġм ало +hel p +ĠlÃŃ nea +Ġì « +Ġstand alone +Ġmor ale +Ġzwe ite +ãĤĪãĤį ãģĹãģı +ähr t +Ġd otted +Ġdri pping +ĠFl ag +éĿ Ĵ +ro cket +rate gy +ir im +Ġíķĺë ©´ìĦľ +Ġsogen an +ĠUn o +ĠSch utz +Ġest ilo +ĠS ubs +ĠDais y +ÐĿ еÑĤ +' ... +Ġplat inum +Ġb irl +ĠSo vi +Ġviol ate +Ñĥ еÑĤÑģÑı +r ill +Ġtra z +Ġsn ip +Ġcum pl +à¸Ń à¸ģ +Ġc uk +éħ Ĵ +ĠParl ament +Ġhyper t +Ġpul p +Ġtong ues +at to +Ġbus ca +ih n +ER O +ĠÙĬ ع +Ġvari as +ĠMar ian +Ġbound ed +Ġpitch ing +Ġdefic iency +ĠBless ed +ĠEx erc +uch s +Ġnhư ng +æľ¬ å½ĵ +Ġrap ed +h ales +Ġmal a +p ic +Ġ40 1 +ÅĽ niej +ar ina +ëĵ¤ ìĿĦ +ott i +Ġдол го +Ġtrack er +ĠShel by +Ġvan ished +Ġbak ery +Kap ı +J esus +ĠK R +J O +ħ ¸ +Ġdisc s +ìĦ ¯ +ì§Ģ ë +×Ļ× ¦ +em ary +K endra +Ġy ük +ück t +Ġv az +Ġk up +akt u +ĠÑģп аÑģибо +Ġa ik +Ġnurs ery +Ġendanger ed +êm ement +emat ics +Ġrespond ers +ĠRepresent atives +Ġsculpt ures +ig keiten +Ġde pl +Ġinterpret ations +Ġdead lines +Ġ194 2 +Ã Ĺ +Ġsug ars +em u +l ively +Ġrecre ational +Ġdist ort +Ġunders core +Ġun quote +Ġsaf est +Ġsw ollen +Ġanalys es +Ġcommen cé +å¦ ¹ +and in +ĠÐ¥ оÑĢоÑĪо +Ġdi arr +ãģ¾ ãģģ +zi est +Ġtooth brush +éł» éģĵ +u ations +Ġc ade +Ġbackl ash +h ind +Ġris que +z ess +ĠìĿ´ìķ¼ ê¸° +Ġesper ar +Ġtransl ations +ion ed +gro ans +Ġп ÑĥÑĤ +Ġgen etically +éĢ ł +Ġhapp iest +Ġwer k +ato on +Ġmus i +Ġfun ção +Ġìŀħ ëĭĪëĭ¤ +ĠÑĢ Ð°Ð¹ +Ġbe vor +BL ANK +Ġrepent ance +P ut +Ġpotrze b +Ġsal a +Ġcamp a +W ER +Ġdec ÃŃa +Ġsécur ité +ĠAppreci ate +Ñĩ и +ĠR andom +ë³ Ħ +k ah +Ġmö j +Ġsä ger +Ġ×Ļ ×Ľ×ķ׾ +Ġ19 0 +xt ures +E u +Ġg ä +Ġ×ij× ª +ĠC roat +ap o +P LE +Ġpersist ence +åĬ © +Ġbl ends +Ġtre ffen +ĠSanti ago +yd ia +al do +ĠTensor Flow +ĠD ual +ãĥ ľ +Ġch iff +ìĹ ´ +Ġcontract ed +Ġseg reg +ĠFair y +Ġwis ely +Ġvulner abilities +Ġhand held +Ġgad gets +Ġbo ÅŁ +ĠPop ular +Ġcurv ature +ë ¬¸ +ĠMAR Y +ìĿ´ì Ĭ +Ġform ulation +Ġcel ery +Ġblur ry +ĠT S +ale z +Ġw s +Ġprogram m +ĠSt ack +ĠJ IM +ов али +ı ll +Ġp ère +ĠKan ye +ĠDel aware +Ġãģ ł +Ġda unting +Ġб еÑģ +ĠSt upid +b ig +ffic ial +Ġprecip itation +Ġpl ung +ụ c +bur se +Ġdar le +Ġcri pp +Ġpione er +Ġdis put +Ġse an +ãģĵ ãĤĵãģª +Ġresist or +Ġalle in +ipp les +are l +Ġend ors +z ust +ĠÑĢеб ÑıÑĤа +ed ed +Ġì¹´ë ©Ķë +Ġlle va +Ġken nt +Ġб ал +ĠDoc ument +ĠKn ights +Ġbuck le +Ġìī ¬ +Ġal k +ĠEvery day +atter s +Ġtoil ets +Ġj ugar +ĠìŀĪ ì§Ģ +Ġgen auso +ĠLandes regierung +ãģ£ãģ ± +ij e +Ġtrail ers +ĠT igers +Ġg itti +Ġforg iving +Ġconcur rent +ĠV u +ĠíĬ¹ íŀĪ +ĠBR OWN +ound ed +" ; +Ġtre mb +Ġt iet +ĠÑĢеж им +Ġnuts hell +ел иÑĩ +Ġlos ers +ric ting +Ġrede em +def ined +N ice +Ġbroad band +K O +Ġte asing +Ġpart isan +ı ma +Ġìŀ¬ë ¯¸ +ĠJour ney +Ġslop es +un ing +gr unts +Ġt äll +Ġuncover ed +Ġmy ÅĽlÄĻ +ĠEst her +äº İ +ĠHealth y +Ġë° ij +r ée +Ġpolar ization +Ġfl av +Ġcambi ar +Ġy r +ĠR anch +Ġspl its +Ġtrou vé +åľĭ å®¶ +Ġrecord er +Ġdé part +ÙĪ Ø¨ +ĠK ry +Ġinteress ant +Ġeder im +ÅĽ wiad +il ateral +w right +Ġpour ra +ê ter +Ġcam el +á ŀ +Ġrapid ement +Ġme j +Ġstiff ness +AD AS +Ġdiff ers +Ġal ot +ĠS ig +ÑıÑĤ елÑĮ +Ġabstract ion +åľ ĺ +Ġke iner +gr upp +ĠSher lock +íĺ Ķ +Ġc ite +Ġover flow +Ġt ại +ú car +b ula +Ġconjun to +ĠC I +Ġmoder ator +Ġindirect ly +Ġalle ine +â Ĥ +ÑĪ Ð¸Ð± +Ġб аб +Ġdan ach +Ġ19 39 +Ġpr omet +Ġdest inations +ĠIll ust +ικ ÏĮ +Ġsab es +Ġhe h +ĠGesetz ent +ĠM iz +ен ко +ĠM ys +Ð ¬ +ĠJuda ism +Ġmust ache +Ġst immt +ĠG aza +Ġvol te +Ġnu o +Ġm ón +ĠCom put +ู à¹Ī +ĠR adi +Ġexception ally +Ġassum es +éĸĭ å¿ĥ +ãģĪ ãģ° +in form +Ġshr ine +æĵ Ĭ +Ġimplic ation +ĠF itz +æ²Ĵ éĹľä¿Ĥ +! . +Ġl t +Ġall oy +Ġeth ic +Ġmonaster y +ìĭľ ì£ł +ica ção +Ġcoordin ating +ĠM oto +Ġover look +Ġcho is +Ġantibiot ic +ĠMin ne +ĠB J +ĠA pa +or ian +Ġsp illed +J am +Ġhus bands +Ġcre ations +Ġa ñ +üs sel +ĠìĿ´ì ļ© +Ġanaly se +r ose +Ġpunch ed +Ġpres que +Ġastron omy +Ġschwier ig +ĠEb ola +Ġc is +Ġac et +ĠF X +end re +ĠìĿĮ ìķħ +Ġweb page +Ġfre aked +Ġlat te +Ġì¿ ł +Ġë¨ ¸ë +N ever +G ra +íĻĶë ¥¼ +ey ed +Ġë°ľë Ŀ¼ +Ġesper a +Ġapare ce +ra ção +Ġdisrupt ive +ĠJo int +ur ous +re as +Ġquer ÃŃa +Ġdistrib utions +Ġexpon ent +ì¹ ĺ를 +Ġd l +z hou +ĠHe aring +å·® ä¸įå¤ļ +ĠC raw +Ġflo ats +oun ced +L ab +W orld +Ġbur dens +Ġauthor itarian +ĠB olt +Ġод нÑĥ +Ġpige on +Ġdistract ions +ĠHeraus forder +Ġz est +es c +Ġsh akes +at as +ĠÙħ Ø´ +hol es +Ġthink ers +al ta +Ġar che +ĠS uk +an ha +Ġtempt ing +Ġyou tuber +Ġv ì +Ġdz iaÅĤa +ĠVatic an +P ark +Ġsup ers +ĠNik ki +ëĬ IJë +or ang +ram ient +é ¬¼ +Ġê°ĸ ê³ł +Ġdessert s +Ġav ere +ĠGreg ory +Ġëĵ¤ìĸ´ì ĺ +Ġcost ing +ĠClin ic +Ġreb els +ĠM ob +Ġbun lar +ĠYour s +ert ime +Ġret ali +m ara +at us +all es +Ġд ÑĢ +Ġд иÑģ +Ġdiscount s +ĠGU Y +Ġкак ое +ĠExper iment +re ment +ĠXi ang +Ġb ate +W E +Ġspecial ize +Ġde ity +ĠL oki +m ag +ĠN it +W est +Ġmater nal +Ġqu is +åŁº æľ¬ +bro ken +Ġlas ers +Ġha kk +ĠAng els +Ġmaster y +ant is +T iffany +ee e +ç ij +ore m +Ġin acc +Ġjurisd ictions +ĠKard ash +æľ º +I l +ĠS inn +åĭķ çĶ» +Ġathlet ics +c ÄĻ +Ġlo osely +Ġdiet a +A g +Ġ? ? +ĠëĮĢ íijľ +Ġsuper v +Ġnut rit +Ġdr ifting +ĠìĦłìĥĿ ëĭĺ +Ġпон Ñıл +ĠVict ory +ÙĦ Ø© +×ķ׳ ×Ķ +Ġп иÑĪ +Ġsh aved +Ġmes ure +ond en +Ùĥ ر +Ġex ile +ĠDes de +ĠP interest +Ġattach ments +Ġh ombres +Ġfin es +ĠìĦ¸ ìĥģ +Ġsleep s +ĠT aco +ĠI RA +ri os +Ġo ll +et es +Ġun ut +fashion ed +Ġtre ball +ĠNear ly +ĠÑĢе алÑĮно +Ġch il +éĢ ± +ÄŁ a +ĠM EL +ros cop +ĠC G +Ġv enge +Ġdishwas her +al gic +Ġmod ifier +Ġemb assy +t imer +em ics +Ġintric ate +Ġev et +ĠëĮĢë °ķ +Ġis ot +Ġна ÑĥÑĩ +ĠQu iz +res o +δ Ïİ +Ġye lled +Ġfed er +ELL ER +Ġexceed ed +on as +ic ano +Ġжив оÑĤ +ĠMa o +ĠKaz uto +Ġ ãħĭãħĭãħĭãħĭ +Ġfront line +ĠHung arian +Ġüber all +aw at +Ġgri ps +i ções +arn ya +ĠÍ ¡ +Ġse id +Ġan ak +Ġacab ou +íķ ij +Ġnot orious +ĠGod zilla +Ġover coming +ĠP end +Ġol abilir +ül me +Ġer halten +ãĤī ãģĦ +ê· ¹ +ĠM eter +Ġsta an +O l +Ġch ats +ĠBu enos +ÃŃ ve +alu able +Ġstrateg ically +Ġcompr ised +ĠпеÑĢÑģон аж +Ġw ann +ĠC en +н иÑĤе +Ł ģ +ĠÑĤоб ой +i ad +ĠkardeÅŁ im +ĠCongress man +ream ing +h omme +Ġcommun aut +Ġalcohol ic +Ġpick led +Ġac ord +p osition +eg ól +Ġtrou bling +ĠMarch eg +Ġzum indest +Ġseam lessly +Ġol un +ĠTV s +ĠпÑĢакÑĤи ÑĩеÑģки +Ġback end +ãģĵãĤĵ ãģ«ãģ¡ãģ¯ +id able +Ġgad get +Ġfa ço +ĠMarcheg iani +Ġë° ¤ +Ġaccident al +ĠL P +Ġeld est +ĠAd miral +Ġn Äĥm +le ver +Ġpast el +Ġfond o +Con nie +Ġter cer +Ġp act +ĠMont e +Ġme ats +ĠS MS +ĠAustral ians +ç ¼ +Rh ett +Ġexact ement +Ġë¹ ¼ +ĠM OD +ç ¡ +ĠR apt +ĠNo ch +Ġab ort +ĠNav al +ĠFu ji +IN TER +Ġнов Ñĭй +Ġmiej sce +ĠIC U +ĠGrad uate +ĠGl en +ard i +ĠÈ ĺ +Ġsold er +Ġprofess ions +Ġorth og +om n +int rodu +ĠDen ise +ìŀIJë ¥¼ +Ġcorrespond ence +AM A +Ġinf lict +Ġf and +ĠG ü +ĠÑĩ еÑĤ +Ġtr aced +Ġpat ents +Ġamb ush +Ġlot ta +ff er +ĠW agner +Ġimp erson +Ġextr êmement +ÙĤ ت +cond uct +A tt +ĠM ueller +ĠAl icia +Ġcy c +Ġha cker +Ġt ys +Ġha il +Ġз аÑıв +Ġpas so +Ġì¶ Ķê°Ģ +ĠÎ Ī +Ġpack aged +ĠC ynthia +he et +ä¸Ń åĽ½ +ĠNiss an +ĠQuest o +é ¨ +d id +Ġμ ια +ĠEll is +ĠAnal ysis +ce mos +Ġas eg +ĠMy ster +ĠCa o +Ġtu v +ĠIndust ry +주 ê³ł +ot al +Ġpeque ño +br as +Ġcompreh end +ĠSim pson +ÑģÑĤв ие +ocr acy +иÑĩеÑģ ки +ĠM ush +ĠLaur ie +Ġtriang ular +ĠPres ents +ĠK unden +ç´ ¹ +æŃ ¦ +ĠIs s +ĠDe ck +á»ĥ n +ĠDark ness +Ġinflamm atory +eremi ah +Ġwar med +vey ard +ĠMem ory +et ty +Ġtax payers +ภĵ +Ø ¡ +Ġpract ise +ëĭ ¬ë +Ġdr illed +m Ã¼ÅŁ +log o +ĠF ach +¤ë ¡ľ +Ġübrig ens +Ġkon nten +Ġnormal mente +Ġarg ues +iling ual +°ë ¥¼ +eg al +Ġtrava ill +ov y +а ÑĤо +Ġr uth +ĠL ights +Ġconsist ed +×ijר ×Ļ×Ŀ +Ġstere otype +Ġpay er +ĠRe e +ĠAir bnb +Ġdr owned +ĠZ oe +Ġcan opy +Ġbar r +Ġн оÑĩ +Ġpag an +Ġj ars +Ġr ê +er ver +æĪ ¿ +ie ben +Ġes pect +ĠF i +Ġunw illing +Ġtechn ician +ặ t +m ember +ĠCan al +س Ùħ +Ġlie ber +Ġin ference +Ġhon oring +åij µ +ĠCamp aign +Ġline age +ĠSt ress +Ġvict ories +Ġde ja +× £ +ê tes +bl ick +Ġмен ее +oth s +ĠCou ple +J ason +ĠNic olas +ек Ñģ +l ib +Ġher ramient +Ġ×IJ ×ķ×ŀר +Ġвид им +mill imeter +Ġsil houette +Ġdrive way +Ġcher ish +ãħł ãħł +Ġrans om +Ġinter disciplinary +ĠPort al +Ġtra g +th ood +Ġted ious +Ġgloss y +Ġpré par +ĠC ay +ĠT ook +ĠBott om +Ġz ig +å « +åį ± +re presented +à¹Ģล ย +Ġdesar rollo +ìĦ ľë +Ġvis cos +Ġmill igram +ĠG und +Ġfer ment +d rum +Ġdraw ers +La ugh +Ġpel os +Ġpave ment +Ġmem oir +av ait +Ġ20 50 +¤ë ¥¼ +Ġraz ón +Ġflour ish +Ġst ern +ä¸ Ī +ĠCh ung +Ġser pent +ĠGentle men +羣çļĦ å¾Ī +k ook +Ġl ut +import e +p arent +Ġw sz +Ġsc ree +ĠMitar beiter +å· ´ +m ut +Ġìĸĺ 기를 +Ġsem ble +ĠO W +Ġinvestig ator +ĠCher yl +ĠG erald +Ġpr ere +Ġcomp ares +ny t +Ġdiferen ça +? - +Ġqu á +ר ×Ļ +S en +Ġhe ps +Ġgrat uit +Ġcons ort +ĠST OP +ĠProtest ant +Ġelectro de +â Ĺ +Ġsecure ly +иÑĩеÑģ кой +Ġt ää +Ġreg isters +ĠHeaven ly +og ly +iss ä +ĠPhys ics +ĠMer kel +Ġré v +éĻ ¢ +Ġer ased +ĠSac ramento +Ġcoff in +Ġex acer +Ġl anz +Ġpo ets +ul if +Ġì¹ ĺë +ĠN erd +ĠN CT +ĠH our +neh mer +ŀ ĺëıĦ +ĠPrin ci +S w +m ies +ar med +ĠBeat les +Ġpropag ation +Ġexch anged +Ġcum ulative +Ġì§ij ìĹIJ +Ġdefe ating +æĬ ± +b els +Ġw es +ĠOdys sey +ä½ł æĥ³ +av ior +ĠìľĦ ìĹIJ +Ġbr it +Ġhij o +D AY +ĠاÙĦت ÙĬ +ĠС еÑĢг +Ñĥ ка +eds iÄĻ +Ġimp os +Ġell as +Ġfire arms +ĠN R +Ġ×ij× IJ +ĠÐŁ ока +aw i +ĠìĦ± ê³µ +Ġpup ils +ĠT ack +Ġfr ase +ĠSh ip +Ġst ad +ä¸ ľ +ĠGreat er +un un +imm ung +gr own +ĠN XT +ĠAmeric as +f ox +Ġmant en +éłIJ åĤĻ +ĠÑģ ок +Ġr ikt +lect ric +de ep +Ġзна еÑĪÑĮ +Ġben ut +ĠInf rast +ĠEm ir +ĠоÑĤп ÑĢав +ĠKim chi +ĠFinn ish +´ìł ģ +ina ire +Ġo ike +æ¸ħ æ¥ļ +Ġhost age +ĠBut ton +ÙĤ ÙĬ +ek ing +ĠKaz akh +Ġcomfort ing +Ġso g +Ġgreet ed +g uitar +p ayer +Ġrel ational +Ġconstru ir +çī¹ åĪ¥ +op ian +ĠVol ume +iet h +ÑģÑĤв ом +ur rection +li ÅĽmy +Ġhem isphere +ĠBe an +IG N +Ġköt ü +ĠFall out +Ġbr ace +ç¹¼ çºĮ +ÏĢ Î¬ +ĠH AS +Ġg é +Ġcharacter ize +ặ c +ĠMil ky +Ġtum ors +Ġn uit +ĠG az +ĠìŀĪ ëĭ¤ëĬĶ +Ġг аÑĢ +ess ment +ĠA be +Ġë½ ij +ĠEins atz +J IN +j ä +C ry +ĠProm ised +ĠÑģеÑĢ Ð´ +ok us +Ġscal able +ĠпоÑģмоÑĤÑĢ ÐµÑĤÑĮ +ück lich +Ġreal ism +Ġmay o +Ġjuven ile +Ġhead lights +Ġgör Ã¼ÅŁ +ĠRe form +Ġhal ves +cz ne +Ġbreak up +że j +Ġr ätt +D ay +ĠìĿ¼ë ³¸ +Ġmu erte +Ġtun es +ĠSm ile +rec ord +Ġrecher che +atisf ied +Ġpo zi +Ġcelebr ations +ise xual +ĠRO B +third s +ĠF ortune +ĠÑĤ ой +Ġbrand ed +lo o +Ġd ud +Ġrandom ized +Ġcomb in +ä¸Ģ äºĽ +ier an +c zenia +į ãĥ« +Ġcur ator +Ġar tery +ĠÑĥ ÑĪ +ĠÑĩ иÑĤ +Ġsubsid ies +Ġbloss om +ĠTw ilight +Ġhy vä +ĠPom pe +ĠC isco +ĠÐŁÑĢ Ð¾ +Ġbir i +Ġg ern +Ġre built +Ġw cze +Ġbenefic i +Ġdrum mer +Ġsol ids +Ġdi yorsun +ãģĤãĤĬãģĮãģ¨ãģĨãģĶãģĸ ãģĦãģ¾ãģĹãģŁ +l ated +Ġmud dy +Ġh olog +Ġcl aps +ĠR ings +ĠO key +ĠBra ve +Ġvalu ation +Ġmig rant +Ġinter mitt +Ġeig ene +ili ary +ãĥ¼ ãĥĪ +mark t +k r +ĠR ib +á»Ļ i +Ġaccus ations +Ġa rab +w ash +ĠBard zo +Ġu gh +est ers +oph ren +Ġaliment os +ĠU z +Ö Ĥ +Ġ6 50 +ĠпÑĢи еÑħ +F I +Ġsamp ai +Ġparl é +hes ion +Ġs ır +Ġapparat us +Ġcor related +ĠPrincip al +Ġcor r +ĠOffic ial +иÑĩеÑģ кие +Ġtermin als +Sh ould +Ġvac un +Ġst ellt +Ġmo oi +etz ung +Ġк ÑĢа +Ġda i +Ġп ож +Te am +ĠP PE +ĠÐŀ Ñģ +ĠLe ah +ĠI vy +y st +Ġuh hh +Ġnight time +Ġtrend y +Ġsec urities +Ġcontin ents +Ġfirst hand +ĠVer on +ĠëĤ ® +Ġbrows ing +ĠC ada +t ro +Ġtr amp +re ib +Ġerst mal +irl er +Ġps ic +Ġget ir +ĠN P +Ġdzie ci +об ÑĢаз +Ġmagic ian +Ġscrut iny +Ġsl ab +ĠO T +ist y +ir ies +ore st +Ġtask ed +Ġmor ally +ìķ¼ ì§Ģ +ust ered +Ġfool s +Ġir respons +Ġein f +Ġvi á»ĩc +Ġsc or +Ġpill ows +ĠG egen +Ġtut te +Ġquarter ly +Ġdid nt +ĠG ym +ĠE ther +ĠØ « +лиÑĪ ÐºÐ¾Ð¼ +Ġsign aling +ĠN ode +ĠDonc s +Ġy ah +ĠKan al +Ġf ading +et in +Ġinfluen cers +Ġmed als +Ġengine ered +Ġfer mented +ê²ł ì§Ģë§Į +ĠBeet hoven +×ŀ× © +inent al +ĠìķĮë ł¤ +üt fen +al nya +Ġo vere +Ġden kt +ак ÑĤеÑĢ +Ġâ ĺ +Ġneces it +Ġgener ators +gr ass +Ġпод Ñĥм +lie ÃŁen +B ar +ľë ıĻ +ĠдеÑĤ ей +Ġsuck ing +Ġsten cil +Ġprim o +ĠBreat h +st rom +Ġimmens ely +Ġapp reh +ìłķ ìĿ´ +P op +Ġj ong +ĠGi ul +ĠAD HD +Ġhö ren +Ġe lo +iv ent +Ġr us +Ġoutrage ous +Ġmaster ed +Ġì» ¤ +ÙĪ Ùģ +ip es +ĠRud y +Jac ob +Ġbull ish +Ġt apped +Ġfa ud +iz ophren +ĠÑģо Ñħ +ĠDar ling +Ġ196 3 +ĠPre vention +² Ķ +Ġabdom inal +st ones +Ġav aient +á»ķ i +m ake +Ġs are +ĠInst ant +к ам +Ġkeep er +Ġblank ets +ãģ§ ãģĹãĤĩãģĨ +Ġswe ats +ĠMinne apolis +åħ¨ éĥ¨ +Ġgen ommen +Ġfast en +ĠBrus sels +åij ¼ +Ġcaf eter +Ġabsor bing +Ġha go +ĠEl mo +Ġgust o +ĠY ap +M úsica +Ġt ert +Ġband a +Ġm ily +Ġthere after +ĠStock holm +ĠC arson +Ġcalib ration +ava ÅŁ +ans a +ik ke +Ġfore see +Ġqual che +Ġdest e +æ ¤ +ün üz +Ġfor ge +D is +est en +Ġδ ια +Ġenca ps +ĠGes pr +Ġcher cher +ick ets +ÑĤоÑĢ Ñĭ +C r +ĠТак же +Ġrabb its +ĠD ot +he iten +Ġcaus al +ĠF oster +ajÄħ c +Ġbere it +Ġayud ar +é« Ļ +ãģ ³ +s ong +com b +Ġfr inge +Ġcyber security +Ġëľ ¨ +Ġk ier +Ġbesch äft +Ġкон ÑĨе +Ġfacil it +ĠNam en +Ġbil ateral +t x +ĠW issenschaft +Ġnu ances +Ġr ipping +Ġf y +ĠSicher heit +ĠGh ana +ol on +Ġto pped +ĠMoroc co +Ġrad ial +ĠL EE +ĠAndre as +ed d +ĠìĹ ´ë +ĠAirl ines +ãģĵ ãĤį +Ġval ores +ê· ľ +H y +Ġзад аÑĩ +ĠKend all +ĠÑħ аÑĢ +ĠV amp +Ġpy thon +Ġmanage able +ĠG ente +o ise +ici ary +Ġimp oss +ĠBun ny +iest a +And rew +Ġser t +ĠC ec +zz arella +Ġautom obile +ĠT iere +all ows +åĨ Ĩ +Ġë° Ģ +ĠSc orp +ĠJ elly +ag ara +ĠSt retch +Ġrede f +Ġexacer b +ĠS HA +é f +ors a +Ġflaw ed +ĠNo el +?! ? +Ġpro cent +Ġmen stru +ĠпÑĢо Ñĩ +Ġinf ants +ðŁİ µ +pa use +ĠR acing +Ġ194 8 +Ġsuper intendent +id ores +id y +bra him +Ġunl ucky +Ġper k +an ci +Ġë§Įë Ĥĺ +ĠÐľÐ¾Ñģ кв +Ġfin ans +Ġdiferen cia +łĪ ìĿ´ +éħ į +OR Y +ĠT ac +ÛĮ ا +Ġdes em +Ġваж но +ĠJ U +ĠìŀĪ ìŀĸìķĦìļĶ +ĠÎ Ŀ +Ġinform ations +ĠH EL +h st +Ġпог овоÑĢ +Ġvo iture +Ġre us +änd ig +ĠпоÑħ ож +j ing +Ġd ru +alt ra +Ġprodu its +Ġk ite +Ġeye ball +ĠB elt +ĠRestaur ant +Ġg amb +Ġpor ridge +it ters +Ġconver ts +Ġyard ım +Ġmáxim o +w irtschaft +Ġíķĺë Ĥĺë +Ġì¤ Ģ +Ġice berg +Ġvor bei +Ġ25 6 +ocr atic +Ġreck less +on ner +Ġm ús +Ġlog ically +ĠPr ison +ĠNet z +Ġvac ant +Ġn immt +ĠH ARR +Ġз ов +ĠDe e +ring e +ni est +ĠR ules +ìĬ¤ë ٽ +cuss ions +Ġfl oral +Ġconstra ined +Ġdifferent iation +ĠQue bec +ĠÛģ ÛĮÚº +Ġpúblic a +it el +Ġaccommod ations +ĠGr ü +í ľ +Ġpick les +иÑĩеÑģ киÑħ +Ġcomm issions +ĠBa ek +Ġçoc uÄŁ +ĠMed ium +Ġperiod ically +Ġwonder fully +Ġstaff ing +ìĽ IJë +ri re +f le +ĠMc L +ĠÑĤ еп +ĠпеÑĢ ÐµÐº +н олог +Ġíģ¬ ê²Į +çϼ çı¾ +Ġprosper ous +ĠSpirit ual +ĠCh ick +DI A +ĠÐŁÑĢ Ð¸Ð²ÐµÑĤ +Ġper ÃŃ +ÑĮ ÑİÑĤ +Ġconsult ants +ĠEar l +ä»Ĭ å¹´ +Ġru ining +оÑĢ Ðµ +Ġpens er +Ġtak iej +Ġstrength ened +ĠLiqu id +он еÑĨ +ав аÑĤÑĮ +Ġcam er +Ġdisagre ement +Ġbat hing +ĠY osh +a al +pre chen +RIS ADAS +Ġsuper star +æģ Ń +лÑı ÑĤÑĮ +Ġn ib +ĠTh erm +ĠDAN IEL +Ġp aw +Ġliqu ids +Ġcapac it +ark en +Ġvag ina +Ġm ashed +Ġemer ges +ys cy +Ġun related +ĠGu ild +Ġin verted +it ives +T ra +Ġbe gr +Ġal te +ì§ ķ +ãĤģ ãģ¦ +ĠÑĢазÑĢ Ð°Ð±Ð¾ÑĤ +f inder +Ġдал ее +Ġблаг одаÑĢ +walk er +Ġcr ater +ass adors +ren ces +ins ki +ĠK IM +ĠEll iot +20 17 +ĠS r +ink a +ano v +Ġìŀĺë ª» +Ġpropriet ary +display style +ĠÑģ им +Ġиз б +ĠPan el +Ġinstinct s +ĠCommun ications +éº » +mid t +Ġë§Įëĵ¤ ìĸ´ +ĠÑģл ова +ĠGil bert +缮 åīį +Т ак +voor beeld +е ÑİÑģÑĮ +ary n +que z +Ġd art +Ñĸ ÑĪ +ĠH ut +S al +Ġs outheast +Ġpestic ides +Ġhelicop ters +Ġend ured +i ada +Ġbre wing +ìĹ ¬ë +ĠÑģв обод +ĠS aints +ĠFr ançais +ĠEconom ics +Ġdis loc +oph obia +C amer +Ġnegoti ated +ĠÑģÑĤ али +ìĬ¤í ģ +og ie +Ġtsun ami +Ġpeel ed +Ġmotiv ations +è¨ Ń +ost at +fl an +ĠD AC +Ġk av +' RE +ĠPe arson +b be +c zenie +Ġaten ção +íĨµ ëł¹ +ãģ£ ãģ¡ +ĠÑĥд аÑĢ +Ġintrodu ctory +ĠI ci +ë ĮĢë +ak at +Ġt rench +Ġproceed ed +ĠCo in +Ġdere cho +ĠRed e +æ¯ Ľ +ан нÑĭй +Ġincarcer ated +ĠRich mond +R ock +ĠP av +ĠKar ma +ug es +Ġconte ú +ë ¹Ħ +Ġê·¸ë §Į +ĠG one +Ġwsp óÅĤ +ĠRah men +un ken +Ġì¤ijìļĶ íķľ +Ġi b +Ġatt aching +H ay +Ġsu ka +ìį ¹ +Ġpivot al +ĠRes pect +ÃŃ da +I B +ĠVer antwort +w iet +Ġforens ic +ÑĢи ÑģÑĤ +ĠпÑĢинÑĨип е +Ġmark ings +Ġk ettle +ĠOper a +ĠDo ctors +Ġshred ded +Ġrec uer +Ġvig il +ĠF ail +Ġentre v +Ġд ÑĥÑĪ +Ġout breaks +èµ° åIJ§ +ĠÏĢ Î¿ +Ġro gue +ang led +Ġyear ly +ĠCre ed +Ġw am +Ġlot us +ê³ ¼ë +ãĢģ ãĢģ +ĠSp it +ĠIt u +Ġstra ins +Ġstamp ed +Ġpl aint +Ġpot ion +Ġconsolid ation +è© ķ +оÑĩ кÑĥ +Ġvlog ging +Ġsl ate +ĠAu ft +ĠInc or +ừ ng +§ IJ +en h +Ġhe iÃŁ +Ġdom est +ĠSt rom +åį ³ +ak is +Ġfra gen +Ġfin er +ĠS ug +Ġup hill +Ġé én +â̦ ) +ĠÑģ оп +ĠCore y +Ġsie bie +Ġm use +Ġclo ves +Ġp ous +ĠFin anz +ĠR oute +am at +Ġmut ually +ĠвнÑĥÑĤ ÑĢи +ĠSel ena +ë Ķ +ĠGa ussian +ë ¶ĢíĦ° +Ġ×ij× Ľ +Ġej erc +å¾ ® +ke a +ĠG erry +ĠS ic +大 çļĦ +Ġ196 6 +ies e +Ġfoss ils +Ġest ad +ĠK ane +ci Äĩ +Ġìľł íĬľë +Ġп ам +ĠCru ise +int érieur +Ġbe kannt +ĠP ode +Ġdem ander +R em +Ġinv ade +Ġdecor ating +rop ic +Ġcow boy +ĠPh oto +opol it +Ġì»¬ë Ł¬ë +Ġre ap +Ġhand writing +à¹Ħ ร +Ġë ļ +Ġب عد +ĠM t +Ù Ģ +Ġspaces hip +Ġnational ism +Ġcouncil s +ĠGriff in +ĠAh med +Ġcl ich +ĠO L +w l +ĠPil ot +å® ® +Ġacron ym +Ġg els +Ġelectro ly +è ĵ +Ġм ной +Ġepis od +ĠDies es +ĠAT P +Ġed iyorum +Ġexpress es +Ġexhib its +C omm +Ġк ÑĢÑĥп +Ġmat ar +Ġ20 25 +ĠArt em +vas ive +r Ãł +Ġbe ÅŁ +é» ĥ +Ġliz ard +Ġfill e +Ġì§ Ī문 +Ġмо Ñī +Ġt ür +Ġcul prit +Ġwo ven +ĠAN Y +n im +Ġt ay +Ġprom in +Ġacom pa +Ġid é +Ġbo iler +ĠThe men +Ġaven ue +ĠM ud +Ġнов Ñĭе +Ġwitness ing +Ġl ance +ĠCH AN +ĠBe ver +ت Ùħ +Ġchem otherapy +K ing +ĠbÄĻd ÄĻ +Ġat ual +Ġt ive +Ġtalk in +Ġqued ar +ie ÃŁ +ed el +Ġìĸ´ì łľ +Ġjog ar +Ġö r +Ġundert aking +ĠStre ngth +Ġmil hões +ĠW ine +ĠM olt +è® ² +ãģij ãĤĮ +Ġunderm ine +ĠArch ives +v ana +mer cial +M C +Ġcast e +п ÑĢ +Ġlegisl ators +ul ators +ên io +Ġëį °ë +ĠÑħоÑĤ иÑĤе +Ġн ек +Ġs urn +Ġcons ci +ĠP OW +Ġcul inary +ĠK AT +ĠFol ks +Ñĭв аем +Ġв ок +ãģij ãĤĭ +s ervice +pt s +Ġпоб ед +æĺ¯ åķĬ +Ġt ents +Ġn ord +ST E +Ġrepublic an +Ġwy k +Ġmin ions +èĻ ķ +Ġmem ang +j est +Ġcompar ative +Ġty le +car bon +bed ingt +ks en +Ġneg ativity +Ġsjäl v +Ġd ú +æīĢ æľī +Ġrec alled +c ra +ĠT ada +ĠÑĢÑĥ ки +ĠопÑĢед ел +Ġproc rast +Ġjog os +ĠO o +ĠHe arts +Ġé ch +Ġksi Äħż +Ġco arse +ĠT ube +ĠG reens +Ġé n +Ġdumb bell +ĠÑĤ и +Ġquer er +ا ØŃ +Ïĥ ει +ĠпÑĢав илÑĮно +Ġп ап +Ġcomp ra +Ġt ér +ĠAnt es +Ġoptim um +Ġbisc uit +κ ι +acz ego +Ġìĭľê°Ħ ìĿ´ +ĠMar ines +ver o +Ġvacc inations +Ġpet ty +rit ers +Ġа л +count ry +Ġcoun ters +Ġattend ant +ĠH ui +ãģ¨ãģĦãģĨãģĵãģ¨ ãģ§ +ck a +ÑģÑĤвен нÑĭй +gu y +Ġtrick ed +ĠR ED +Ġthr illing +ÏĢο ι +Ġpig gy +Ġan unci +OR TER +ĠVal ue +Ġr ond +ĠA DA +Ġpos er +h ores +ĠR oland +ĵ ¯ +Ġno ir +Ġש ×IJ× +ë° ľ +iem and +ĠпоÑĤ еÑĢ +ê³ ³ +Ġê± ± +Ġformat ting +ĠL ed +è§Ģ çľ¾ +Ġkill ers +ĠÄij ấy +Ġha ar +ag ain +! > [ +min ster +Ġв ли +Ġident ifier +ĠLamb da +Ġtr os +Ġflaw less +Ġdetriment al +Ġbun ları +W ar +Ġreg ião +羣çļĦ æĺ¯ +ĠB ike +cess ors +Ġc ùng +ĠR N +Ġê½ ĥ +Ġküç ük +ĠBegin ning +íĺ ¸ë +Ġge we +Ġden ote +ĠAlber to +Ġprob iot +Ġo de +Ġmol ar +Ġburst ing +ass umed +Ġfoot prints +ved a +Ġstero ids +Ġfl aming +ĠE ller +Ġerk ennen +ät zen +Ġlife cycle +ĠD OU +ĠK arena +ĠGuer ra +è¿ĺ æĺ¯ +Ġsin ister +Ġpod éis +Ġpar ab +Ġok o +Ġmat éri +Ġcar ic +son aro +Ġpratic amente +ÑĥÑģ а +Ġcomun que +Ġvig ilant +Ġreg imes +ĠShoot ing +Ġra ids +ĠN ora +ĠW ieder +m ens +ĠÑģ од +Ġê²½ìļ° ìĹIJëĬĶ +Ġв Ñħод +Ġaut obi +ĠS chn +ĠRob bie +ĠF itness +Ġкон ÑĦ +Ġpeng uin +моÑĤÑĢ Ñı +Ġми ним +play s +Ġdeleg ates +M er +Ġsist em +ĠMicha els +m ale +ا ع +Ġcá ch +ĠH ä +Ġ×Ļ ×ķ×ĵ×¢ +Ġsuper power +Ġstr on +Ġro ver +Ġdé pend +éĻ ³ +Ġret iring +Ġvamp ires +Ġmer de +ĠCh anging +Ġt ame +Ġspokes person +Ġc ay +Ġfl irting +ĠGr ö +Ġw är +Ġwy b +Ġcoe ur +ạ nh +ĠìĻĢ ìĦľ +Ġconna is +ĠHundred s +ĠBe a +Ġα ÏĢ +pr uch +Ġsocied ade +ĠWh ilst +ĠK ait +esp ace +Ġch ia +ĠEr m +Ġë°Ķ ê¿ +Ġf ences +ĠM ortal +ê² ģ +Ġг ÑĢаÑĦ +ĠHom eland +ĠJ UN +is st +Ġpar lar +Ġsport y +é o +Ġdeep en +ĠBeh avior +éĢ ı +åĵĪåĵĪ åĵĪ +Ġer rand +Ġrot ary +ĠWell ington +W ind +Ġmes ela +ả ng +iend e +Ġex cell +ĠGen ius +ĠEdu ardo +æľī 人 +ĠÅŁ unu +Ġİ stanbul +Ġprod uto +Ġ ãħİãħİ +O FF +Ġwoll t +çĪ Ĩ +Ġëī´ì Ĭ¤ +Ġl ass +Ġher tz +Ġar omatic +Ġзв он +Ġaut oc +ĠL ust +Ġ11 2 +ĠÎ Ĺ +Ġreview ers +Ġrecept ive +å°į äºĨ +â nd +og lo +ĠìķĦëĭ Ļ +Ġn go +Ñĸ ÑĤи +Ã¥ t +con o +Ġtek rar +Ġ주 ê³ł +Ġgel miÅŁ +Ġbed time +ĠAr gh +AD A +ĠгоÑĢод а +ĠÄ ĩ +Ġall iances +g iggling +Ġyer de +Ġsp ies +Ġg utes +ç i +Ġallt id +ĠL ah +ŀ IJë +Ġdo kÅĤad +ÙĪ ÙĬ +Ġtoxic ity +Ġcancell ation +Ġ195 8 +d ro +Ġìŀij ìĿĢ +ĠMotor ola +Ġmult in +Ġenthusi asts +ĠM ighty +ĠCoc onut +: ãĢĮ +ĠPict ures +Ġsang re +Ġbl inking +ol esome +ĠìĬ¤íĥĢ ìĿ¼ +F P +Ġboom ing +ĠдеÑģÑı ÑĤ +Ġr atchet +Ġtim elines +len ess +Ġc ages +ĠGood night +omet imes +Ġc unning +ĠR isk +ul ed +d ade +Ġpr ata +Ġgust arÃŃa +am us +ĠJin ping +Ġest rut +Ġdescob rir +ĠM Äģ +ĠAll an +Ġ åĪĨ +Ġ×ľ× § +Ġpres erv +ĠStraw berry +Ä ı +L u +Ġk ro +ĠRep orts +ìħĶ ìķ¼ +Ġval t +Ġpouv ait +Ġapp ar +ĠB one +Ġprefer ably +ĠRep ública +å°± åΰ +Ġher zlich +Ġchim ney +Ġç ev +Ġvis as +Ġver r +Ġcultiv ation +ĠArmen ia +Ġвд ÑĢÑĥг +Ġcock ro +retch ed +art z +ĠлÑİд Ñıм +ĠpolÃŃt icas +ĠP anz +ĠA KA +ĠëĪ Į룬 +Ġer ro +Ġcam per +Ġ10 2 +ठ¸ +d one +Ġho ard +ĠÐŁÐ¾ÑĤ ом +je ong +Ġdest a +p ak +Ġin im +Ġgrow ers +ĠMess age +Ġele ctor +eng age +ĠFor bes +ĠCincinn ati +Ġdiffé rence +d f +Ġsp ar +Ġawait s +ĠUSS R +ĠR ising +ĠHo ÅŁ +Ġfoot ing +Ġcond iciones +ÑĤоÑĢ Ð¾Ð² +Ġclin ician +ĠDisk uss +å£ ĵ +ר ×Ĵ +× ¥ +ite it +g ren +Ġchar isma +Ġle uke +Ġirrit ating +Ġcir ca +ĠRhod es +Ġp ior +Ġhandic ap +roy able +Ġv ull +O G +Ġin ÃŃcio +ier i +Ġspl ashing +Ġdem ise +Ġassist ir +Ñĩ ÑĤо +Ġcover t +ĠG ud +ภī +kl är +ĠìŀIJ 꾸 +Ġver ändert +ĠR EM +ĠCon ven +at ge +Ġpierws ze +Ġcler gy +ling ton +l iv +V PN +ĠÑģ ожал +ĠH ate +ãģ¨ ãģĵãĤį +ÏĨ ο +ĠResp ons +оз д +Ġet mek +Ġchem in +Ùħ Ø© +Ġê°Ģ 족 +T re +Ġum as +ĠBur ton +Ġpatri arch +ĠSmithson ian +¥ ĺ +M oon +A ir +Ġmed ios +Ġer aser +Ġwoll ten +Ġpare il +ĠBill ie +æĬ ½ +еÑĢÑĤ в +Ġparl ament +Ġag ony +ĠQU E +sequ ently +An other +ĠWh ew +ĠAnn ual +Ġse ben +ìĥģ ìĿĦ +val ues +ŀľë §Į +Ġsin on +ere al +ĠEn light +ĠChem istry +ĠCatal unya +Ġdoct r +ant on +Ġst uk +ĠPl ate +ĠKardash ian +Ġfil os +ĠW et +Ġпоп ÑĭÑĤ +Ġunknown s +ĠSch on +ĠBald win +Ġtelescop es +ĠG ucci +ox ide +ĠConserv ative +ìĦ± ìĿĦ +Ġhina us +P ower +Ġê±´ ê°ķ +Ġprev ail +orm an +m achine +Ġ194 6 +Ġun bel +Ġsch aut +Ġp iel +e enth +Ġobject ively +Ġch akra +aud io +Ġch icos +ĠV ault +å° Ī +Ġmedic inal +ĠT ail +Wh ile +Ġas phalt +Ġfro ze +ĠE K +unch ing +n osis +20 15 +ĠG ri +Ġodd ly +ĠM är +ĠA eg +c olo +P ar +Ġëĵ¤ ìĸ´ë +Ġv inden +ĠO VER +Ġ iced +Ġsc orp +Ġha c +qual ified +ĠÑĥвид еÑĤÑĮ +erm o +H EN +Ġso i +Ġmulti ples +Ġlay outs +Ġblind ness +ĠB owser +Ġпод ÑĤ +ĠÃ İ +vention al +Ġm ata +mad ı +Ġge ez +Ġcad ence +Ġważ ne +ĠChrist ie +ven ge +C all +Ġturn around +Ġblo b +ĠЯ к +ĠVoice over +Ġper il +ĠJa ime +ĠH OY +l ane +Ġse bel +ĠDu o +ĠHistor ical +Ġd ni +Ġg ema +y k +Ġsab em +ắ ng +Ġv ars +ĠRon nie +ĠRon aldo +ĠPer què +ns inn +h air +Ġrelent less +Ġl yn +Ġtravel er +æĢİ麼 äºĨ +n ine +Ġant im +Ġì¼ Ģ +Ġsnow ball +ĠÑħаÑĢ Ð°ÐºÑĤеÑĢ +Ġintern s +Ġconstitu ency +ĠÐĿ ам +׾ ׾ +V EL +Ġvikt igt +Ġap oyo +ÙĦ ب +Ġj ard +Ġheight ened +ÑĢо ÑģÑĤ +ĠSM ITH +Ġдел а +Ġrepair ing +Ġr igt +ĠShe ikh +ĠBrit ney +Ġevery time +Ġadvent urous +oc key +er nt +Ġat aque +ĠAltern atively +e ffect +Ġpalav ras +ĠElli ott +Ġréuss i +Ġhypert ension +ĠMan ual +Ġproph etic +Ġhand c +ÑĮ е +Ġref rain +ĠSqu id +ìŀ ¡ +Ġком ан +äll en +Ġlleg ó +Ġbas h +ion y +ĠÑģк лад +Ġк аб +Ġcare less +ĠP ool +Ġtr ás +Ġfil s +ĠSch r +Ġsp rawd +ĠMon aten +Ġunfor gettable +ĠCott on +Ġinconven ient +ĠR X +or is +Ġhum bled +ת ×Ĺ +ĠØ¢ Ù¾ +Ġincre ÃŃ +ĠKomment are +èĪ Ĵ +r ación +Ġv antage +ĠSe al +ĠìĿ´ 거를 +Ġjou e +ãģĿãģĨ ãģ§ãģĻãģŃ +Ġìĺ¤ë ŀĺ +ĠиÑģп ÑĭÑĤ +ob en +Ġgr ate +Ġcontro le +ĠPer cy +ÅĤ ada +Ġsimult aneous +Ġprot oty +ĠgroÃŁ er +Ġbew usst +iniz i +Ġpass ieren +ĠHapp iness +åī ĩ +sh i +ge ht +Ġstation ed +ĠErgeb nis +Ġdirect amente +Ġsurv ives +Ġperson es +BER G +Ġvom iting +Ġconhe cer +Ġad jour +ĠCiv ic +pe i +bur st +Ġëĭ¤ ëĭĪ +é ı +Ġsl ed +Ġplataform a +ĠS ect +ĠDe fin +çĻ» éĮ² +én om +chn et +Ġprofit ability +Ġerre icht +á»ı i +c ation +Ġì§Ģ ê¸ +Ġperd re +Ġfel ony +Ġ195 7 +æĪij å¾Ī +Ġunsuccess ful +Ġnag yon +Ġelastic ity +Ġfac ade +Ġearth ly +ĠамеÑĢик ан +Ġcon n +c la +D u +Ġpolit iques +Ġhal o +iant es +Ġмо ей +ãĥ³ ãĥī +ton es +el ier +è® ļ +ht aking +Ġwicht ige +Ġan no +ĠL ok +ill ions +Ġv iver +Ġsol chen +Ġsu f +ĠSal z +ĠN vidia +z uge +ĠSp ike +V ideo +Ġtw or +ĠA la +èij ī +Ġh anya +ĠAd m +ìĿ µ +ĠPatient en +ĠOn ion +ĠKo be +ĠSc ene +ĠR ash +æ¨ Ļ +ÑĢа ÑģÑĤ +ist ani +Gen eral +le ye +imb ap +Ġconce aled +ĠFr idays +ĠW ool +Ġнов ÑĭÑħ +Ø´ ر +Ġê²° ê³¼ +Ġjed och +´ìĭ ľ +ĵ¤ ëıĦ +Ġìŀ¥ ëĤľ +uk t +L ou +Ġ먹 ìĸ´ +ĠEx pect +Ġдом ой +Ġirrespons ible +Ġac erca +ĠZ ust +ר ×ĺ +U I +Ġyout ubers +ĠPos itive +Ġsoci oe +Ġsn atch +èĥ Į +Ġrefresh ed +Ġnom inations +ĠP att +Ġobsol ete +Ġdem iÅŁ +åı ¤ +orm uÅŁ +ĠìĨĶì§ģ íŀĪ +Ġf la +Ġcra ziest +ĠZ ie +ĠT ú +z ep +ic em +Ġë©ĭ ìŀĪ +Ġcyn ical +ãģĿ ãĤĵãģª +Ġt resp +Ġcra z +Õ¥ Õ +Ġne lle +Ġm ph +ĠN ered +ĠK ob +ĠE ck +¨¸ ëĭĪ +J an +ĠТ огда +Ġde ci +ĠV og +Ġbubb ling +éĢ Ģ +ú a +Ġproduct os +iber al +Ġrepl icated +ĠImp rove +ill ary +C ha +Ġré du +ĥIJ íķĺë©´ +Ġcon not +ĠK rit +ĠдÑĥÑħ ов +Ġtread mill +ĠP W +Ġзов ÑĥÑĤ +Ġcl ams +Ġdra fting +Ġ195 6 +un ta +Ġexpend itures +ĠHoo ver +W OO +ÑĪе е +Ġded uction +mon ary +Ġreci b +Ġpo vo +Ġëį Ķë +ĠP AL +ĠBl ow +Ġwy p +Ġdest ac +de al +Gra eme +Ġnécess aire +Ġdamn ed +Ġ19 38 +Ġìĭ¤ ìłľë¡ľ +Ġtro op +Ġinsight ful +ĠT J +ĠоÑģ в +Ġf idelity +ĠSk ip +ĠMay o +ë§ Ŀ +app e +Ġbl as +ĠW Y +ĠG N +ct ar +S u +Ġcu ent +he ws +Ġcorps es +A bs +Ġwaste water +Ġc iek +ĠOn u +Ġexplos ives +Ġar ma +ĠSTEP HAN +polit ik +ĠOs aka +ta ÅĤ +Ġyap ıyor +Ġiz quier +Ġbele za +ĠWy att +åIJ ¸ +Ġsu k +Ġspec jal +Ġdan ke +wh istle +ĠfÃŃs ica +ĠHar riet +ĠìķĦ íĮĮ +Ġwill kommen +ip ing +ĠÑģмоÑĤÑĢ Ð¸ÑĤе +Ġмож еÑĪÑĮ +Ġinacc urate +Ġarrog ance +ĠRem o +γ ά +ass ed +Ġdeliver ies +Ġst inky +ĠпеÑĢ ÐµÐ¶ +j ay +Ġtrans itional +Ġr ere +ĠNGO s +ĠAT M +Ø® ت +i ology +Ġв лад +Ġsch me +ĠSh ine +ìķ ¡ +p ants +Ġser ge +Ġsen hor +Ġab duct +ĠBry ant +V ES +Ġawak ened +ĠL az +rop olis +ĠLa o +è¾Ľ èĭ¦ +Ġvill a +Ġsumm ers +Ġent hal +Ġ194 9 +V ia +Ġìĸ´ì ¨ +Ġtend on +Ġviol et +Ġintellect ually +Ġboun ced +ara us +Ġ19 19 +Ġvra ag +Ġsp el +ĠSch war +Sc ott +ĠInd o +Ġë§ Ŀ +Ġcanon ical +ĠI KE +Ġthat ÃŃs +Ġme llan +æ¯ Ĵ +ig mat +C ould +... ?) +Ġfo arte +ĠKum ar +rend o +Ġél é +à ´ +val uation +c ases +Ġintuit ively +h ong +ett ed +Ġsou ven +Ġmor b +Ġc ors +ĠN V +ĠHas an +æĥħ åĨµ +ie ved +Ġì§Ģê¸Ī ìĿĢ +Ġdum pling +Ġcontr ôle +Ġambigu ity +æ©Ł æľĥ +Ġco g +ĠScript ures +Ġc ai +Ġbe ver +大家 éĥ½ +Ġhu is +Ġa ime +Ġerkl ären +ĠL M +ĠF ey +éļ ¾ +à®± த +Ġsuper vised +Ġje we +s pl +ĠÑĨенÑĤ ÑĢ +Ġcoll isions +ÙĦ Ùģ +ĠHog warts +ĠDur ham +×ķ× £ +Ġphosph ate +Ġoverse e +Ġinspect ions +Ġbr inc +ĠZ ak +Ġpay off +Ġch aud +ĠHung er +ã os +v ir +Ġf iance +Ġb oug +l ived +c ry +åĽŀ ä¾Ĩ +Ġjoint ly +Ġgirl friends +ĠNe xus +¦¬ ê²łìĬµëĭĪëĭ¤ +ĠK wang +åĵĪ åĽī +å§ ij +ÅĤ ÄĻ +ĠN eden +ie ce +Ġins erting +æŁ ĵ +ĠM ummy +ĠGlo be +Ġle e +Ġg erman +Ġcre ams +ach o +Ġch ưa +ĠGal ile +Ġfür s +Ġest iver +c idos +Christ ian +Ġlors qu +Ġcut est +v ale +ĠкÑĢ ÐµÐ¿ +Ġw ary +Ġslic ing +Ġesper ando +ĠV ander +ĠDe ixa +Ġ195 4 +Ġmów iÄħ +Ñĸ ÑĶ +Ġtool ing +Ġrest or +Ġpos ición +Ġintent ar +ĠAp ache +OU L +ĠÙĪ Ø¨ +Ġmat ière +ãĥ¼ ãĤĵ +Ġl inen +Ġestrat ég +ĠMut ta +é¡ ¯ +è¡Į äºĨ +Ġpart ing +Ġminim izing +Ġapp rendre +æľ Ŀ +Ġан глий +ĠDo o +ĠFire fox +c ómo +Ġge opolit +Ġmak an +Ġmog elijk +ĠÏĢε Ïģι +Ġcá» © +Ġinstall er +Ġdib uj +ĠHe ath +lo op +ĠBro ken +HY UN +sh elf +Ġf izer +Ġenh ances +ä¾ĭ ãģĪãģ° +Ġдо ÑģÑĤи +ĠP UB +ĠKolleg in +Ġatt ained +Ä ¾ +Ġmist ress +ĠOft entimes +×ŀ ×Ļ×Ŀ +Ġbe we +ĠS ora +ra uen +ba um +Ġroll ers +Ġm ering +ĠP AC +Ġн Ñĸ +ĠRép ublique +ĠÑĤ ÑĢав +ĠV anguard +uc iones +Ġ무ë ĮĢ +Ġg our +¯ ¤ +ĠÏ ī +Ġsa una +Ġpe ine +ĠVal erie +ĠS ikh +fend imiz +ber o +ĠÑĩ и +Ġdo ÅĽwiad +ĠE uros +Ġcomment aires +Ġtwe aks +ĠF aster +ĠÑĢаÑģ к +Ġprogress ively +ĠE uch +bor o +ĠIng red +C ap +Ġun check +Ġìĺ¤ë ¥¸ +Ġw re +ĠF T +ör ung +Ġmemor ized +ĠD inner +ĠP hew +ou bl +Ġput a +Ġadm its +ез де +op od +Ġpand a +Ġhing es +ci pe +Ġtrans act +Ġpod ia +Ġp ics +Ġcriter ion +ĠOrchest ra +ĠBl og +Ġsolem n +ĠPix ar +Th ree +Ġв низ +ĠVol unte +ĠSav age +ĠPV C +ĠC af +Ġwy kon +Ġgrad ers +Ġcr ouch +Ġcl iche +Ġsoy beans +ĠM UR +ĠGonz alez +ĠM imi +ĠBol sonaro +Ġdi aphrag +Ġbil ang +ëIJĺ ëĬĶ +éĤ£ æĪijåĢij +Ġregul ating +M c +J udge +Ġн ож +Ġjak Äħ +ites se +ĠW ij +Ġl ata +gro aning +POS ING +Ġ×IJ×ķת ×ķ +Ġha ga +Ġground ing +Ġviol ently +Ġt ills +Ġeng ag +ĠHo llow +Ġпоп ÑĥлÑıÑĢ +Ġw prowad +Ġrepl aces +Ġfluores cent +urg ical +igg ly +ĠTrad itional +t te +ĠÙĦ Ùĩ +Ġphosph orus +Ġapr on +ĠWat ers +ĠK ultur +ав ай +Ġol ives +Ġ×Ķ×IJ× ľ +Ġteil weise +Ġsen cill +Ġprend s +Ġnarr ower +Ġj ätte +ĠInformation en +ìĥģ ìĿ´ +Ġstar ve +Ġfr ick +ĠBe weg +ठ² +Ġdolph in +ĠLAUGH TER +ĠINTER VIE +åĶ ī +Ġyan lÄ±ÅŁ +Ġtor pedo +Ġshort ages +ìĿ´ë ĵľ +ıld ı +Ġp aws +Ġo zone +Ġcultiv ated +ĠF ot +Ġnot or +н оз +Ġко ÑĪ +Ġtouch screen +ĠAll y +æľĢ è¿ij +Ġë§ĽìŀĪ ìĸ´ìļĶ +ĠС еÑĢ +Ġв полне +Ġpap rika +ĠDust in +Ġefect o +Ġop ini +Ġmu ut +Ġhá»į c +Ġinter ject +ÄĻ t +Ġbut ts +ure z +ĠP ike +ĠH ok +ĠGu inea +ĠCath edral +Ġ14 00 +C ra ++ , +ë§ Ľ +³´ë ıĦë¡Ŀ +aby rin +Ġvide og +Ġо ÑĢÑĥж +Ġu ž +Ġbus cando +ĠAss istance +éĻ ½ +Ġmel hores +ì¡ ´ +Ġëģ ¼ +ĠR J +Ġت Ùħ +Ġo min +Ġmotor cycles +ĠS app +Ġsupply ing +ĠAl gun +Ġaer ospace +×¢ ׾ +oc cup +le ist +Ġê±° ëĬĶ +Ġcomplet a +b res +! ( +ĠÐŁÑĢ ÐµÐ´ +Ġdisadvant aged +ĠAtt end +ĠJud ah +á»ĭ ch +yl ene +act ly +Ġset ups +Ġammon ia +ĠSchwe iz +ĠSh ame +Ġband e +ĠF uel +Ġtroubles ome +Ġnum ero +ĠM OM +ĠпÑĢед лаг +ment ioned +ĠболÑĮÑĪ Ð¾Ðµ +ĠVikt or +ĠSty les +Ġcruc ified +ructure d +en viron +Ġmor als +Ġmed itating +Ġax ial +is ance +ĠAb st +G reen +Ġê± ´ì +Ġquad rant +Ġper gi +Ġcamer aman +ĠSe qu +Ġpa used +ĠLa ughing +ê· Ģ +? .. +ĠÅ» e +Ġpermit ir +Ġdetect ors +ĠH UD +av al +ĠìĹ¬ê¸° ê¹Įì§Ģ +Ġh ubs +Ġbest immt +ĠбÑĥдеÑĤ е +INTER POSING +Ġten gan +Ġcra ve +ĠBundes regierung +ĠBlo ody +Ġus ability +ĠE as +ĠÄijá»Ļ ng +Ġ195 5 +Ġkrie gen +Ġhabit ual +Ġessential s +rim inal +Ġroomm ates +éĤ£ å°± +ĠпеÑĢе Ñħод +Ġng hi +Ġmen ing +ĠSym phony +ĠH ug +ag gi +Ġw ied +Ġmit ad +ãģ£ãģ¦ ãģĦãģĨ +te enth +ida Äĩ +S ave +Ġrob iÄĩ +Ġboun ces +° ĸìĹIJ +st ars +Ġprag matic +Ġcogn ition +Ġwra pper +Ġw arten +ad h +Ġpens a +ĠHert z +Ġn ÄĽ +ĠRe id +ĠPC s +ĠMo le +Ġ.. ... +Ġpre cio +ĠChampions hips +ê°Ģë Ŀ½ +Ġv ér +Ġcorrid ors +ĠElect ronic +S l +Ġа ле +Ġoverth row +Ġk abul +ĠR ES +ĠCyber punk +ог од +ĠÐĿ ав +Ġw an +Ġmanifest ations +Ġcual es +ĠW ise +ĠLös ung +Ġex fol +Ġearn s +ÑĥÑģÑĤ иÑĤÑĮ +Ġsa pp +ĠBra un +ĠBRAND ON +ì¹ Ļ +Ġs ano +ĠF EL +Ñĭв айÑĤеÑģÑĮ +ожд ениÑı +Ġse wn +F un +Ġrecipro cal +Ġexpans ive +ĠTra ffic +Ġktóre go +ĠÙĪ Ø³ +æĺ ¥ +Ġë¹ ¨ +pro ve +ig are +Ġlo h +Ø§Ø ¶ +H ope +Ġdevote es +ĠG om +Ġste als +ĠU ms +ĠTw ice +ãĤ ² +iy im +Ġrhythm ic +ĠV orte +Ġpref ix +om ination +Ġdat o +Ġcust ard +ĠVO ICE +å· ŀ +Ġmen y +ist ors +Ġíĺ ij +ĠìĤ´ì ķĦ +Ġíĥ Ħ +Ġk ort +Ġab a +ĠV era +ep y +Ġì¹´ë©Ķë Ŀ¼ +Ġsubmer ged +ĠC lock +Ġthumbna ils +Ġbo ast +ĠF are +!! ] +ĠÅĽ m +Ġkaik ki +ĠTechn ologies +ìĻ ¸ +ãĥ Ĵ +иÑĤ ай +å°ı æĻĤ +Ġа ÑĤ +Ġkn obs +Ġre icht +ượ ng +gl io +Ġë§Ľ ìĿ´ +ê°IJ ìĿĦ +Ġjot ka +ĠHand y +ĠHab en +n ous +Ġin land +Ġam azon +ho oting +S L +Ġle isten +~ " +Ġprov oke +ĠTw ist +Ġ×ij× Ĺ +Ġdepart ed +ê° ľë¥¼ +Ġk onse +ĠCar wyn +íķĺ ìĭł +ident al +ES CO +Ġt teokbokki +Ġdiz endo +ç· ´ +ınd aki +imas u +af ar +Ġland fill +Ġcorrect ing +Ġcle ars +ĠNum mer +H AM +Ġcart ridges +ĠDies el +p aced +Ġobl iv +Ġmoy ens +ĠSin ne +ĠPre is +il iz +ĠÑģм ож +Ġbroad en +ä»ĸ æĺ¯ +x es +Ġcarbohyd rate +íĺ ¹ +se ok +Ġecho es +Ġc ess +ë° Ķ +Ġб изнеÑģ +Ġllam ado +Ġess ent +ĠìĿ¼ë °ĺ +ĠA ires +ph en +Ġze bra +Ġsymbol ism +On ce +Ġr acks +ĠKaf ka +ĠÑģеÑĢÑĮ ез +Ġsin n +p icious +ka a +Ġmotherf ucker +Ġapprentices hip +Ġr pm +Ġtax ation +Ġfur ry +ĠSac red +ĠÑĢаз м +por a +eng es +ĠíĹ Īë +ĠÑģ ин +Ġsanit izer +Ġcr inge +ĠS ca +оÑĩ но +Ġof ere +Ġmel odies +ĠVel vet +ĠIhr er +ĠHy brid +ĠG iov +Ġirgend was +Ġdep ende +ĠUs ers +Ġh ump +dri ving +Ġs f +Ġruth less +à¹ĢภĦ +Ġlem ons +Ġfö ret +ĠO j +Ġм ама +Ġinter personal +Ġge v +Ġab norm +иÑģ л +Ġин д +Ġkont roll +Ġreg res +Ġled ge +Ġerzäh lt +ĠT act +Ġarri vé +Ġsubstant ive +Ġspoon ful +zw ischen +oooo o +Ġconten ido +Ġbes l +á»ĥ m +k ten +Jam ie +Ġsand y +ä¸į åIJĮ +â ĭ +Ġp ase +Ġdet te +ĠBelg ian +ê° ľë +ula res +r ud +ig or +ĠíĮ ¬ë +Ġremed ies +Ġblast ing +ĠS ich +Ġож ид +Ġmon str +Ġmanif old +Ġglaub en +ĠE ST +Ġstream line +Ġlobb ying +ĠGoth ic +to ire +.. ' +Ġdém ocr +Ġнаб лÑİд +Ġwsp ól +ĠczÄĻ ÅĽÄĩ +ä¸ĭ éĿ¢ +is és +g angen +Ġbez pie +rem lin +ê° Ŀ +St ill +Ġres ides +Ġgele cek +Ġtélé phone +Ġpe wn +Ġle opard +Ġcompliment ary +Ġc rib +ĠAnim als +Ġge il +ess el +Ġgard er +Ġcatch y +æ¨ ¹ +ĠE ts +ĠCom mercial +ĠD ENNIS +ĠCoordin ator +ĠAb igail +ffff ff +ấ p +Ġpeque ña +Ġinject ions +ce kt +Ġphilanthrop y +Ġp uck +Ġcelebr ates +ĠD unk +ĠD latego +ãģ¾ ãģł +δ ή +grad uate +ĠM obil +t ill +ac am +Ġyol ks +Ġtang led +Ġman iac +Ġoblig ed +ĠLa ink +Ġver der +ĠDam on +Ġmut ant +Ġhop ping +Ġre ins +Ġinver ter +Ġcont empt +׳ ס +le arning +M iss +ĠÐĵ оÑģ +ĠMe yer +ê»ĺ ìĦľ +é£ İ +×ķ׳ ×Ļ×Ŀ +ask ing +Ġtrim ming +Ġtre asury +Ġs ente +A ust +ĠUnterstüt zung +ĠCom edy +ĠAn akin +é ¹ +ÑĢÑĥ ÑĤ +ĠH ari +ograph ers +Ġoat meal +ĠB ots +ä¸į äºĨ +Ġп алÑĮ +Ġacknowledge ment +x ic +Ġê´Ģ ìĭ¬ +gas ping +Ġãģ ķ +Ġterr ace +Ġor naments +ĠM ER +comm ittee +ĠìĹĨ ìĬµëĭĪëĭ¤ +Ġr ij +é ³ +צ ×Ŀ +le me +Ġlibert ies +Ġfell as +ĠCop per +ben ch +ĠIde a +á»į n +ÑĪ Ð° +Ġvers ión +ÏĦο Ïį +ĠÐľ и +ĠпÑĢил ож +Ġbox er +ĠT anner +ĠM oy +ì¹ĺ ëĬĶ +T hr +Ġtin ham +Ġpol ishing +Ġconsequ ently +Ġamen ities +ĠK I +ĠGRE EN +ĠFrank ie +н иÑĤ +itt el +Ñģ кое +urs ed +Ġup bringing +Ġth ứ +ĠìĭĿ ìľ¼ë¡ľ +Ġwh im +Ġchin ese +conf idence +ĠJ eder +ãģª ãģ®ãģ§ +aj cie +ĠT ous +ĠPow ers +ừ a +other mal +ĠвÑĭ ÑĪе +r ale +Ø§Ø ® +Ġì§Ģ ìĽIJ +Ġép isode +Ġsul ph +Ġenc ara +k raft +alar ı +ĠCom es +Ġdiv ul +ĠRud olph +ĠM use +Ġut ens +ĠìŀIJ 주 +Ġp ana +ĠVeget a +ĠPH P +ĠN SA +ent in +ĠCarne gie +ا ÙĬ +iÄĻ cy +H arry +Ġf ır +С п +Ġglad ly +Ġaver aging +íķĺ ê²łìĬµëĭĪëĭ¤ +лÑı ÑİÑĤÑģÑı +ĠÐľ енÑı +Ġquot ation +ri res +itch ens +ay ed +Ġun att +ĠP erez +ĠоÑĤ меÑĤ +Ġtact ile +ĠEu h +is ini +b uh +Ġhat ır +ĠìŀĪ ìľ¼ +Ġpolicy makers +³´ì Ħ¸ìļĶ +ac ı +Ġκ ι +Ġregister ing +re to +ĠSpr inkle +ĠGram my +ax ter +Ġб и +Ġsit ter +Ġpred ic +Ġthin ly +Ġstr um +Ġag grav +Ġa ha +ر ج +m ellow +Ġconst ante +ĠL aut +ist on +Ġtransition ed +ĠCamb odia +ãģĦ ãģįãģ¾ãģĻ +è·Ł 大家 +art ed +Ġmis f +ĠPunk te +Įë ĵł +Ġtremb ling +Ġges pannt +ĠعÙĦÙĬ Ùĩ +Ġникак иÑħ +Ġë¶Ģë ĵľë +ĠÑĢазв иÑĤ +Ġit chy +Ġc iento +Ġpl ains +Ġk ittens +Ġback log +ĠPres iding +pt a +Ġha voc +ĠDarr in +ĠÐĽÑİ Ð± +Ġsegreg ated +Ġg hetto +Ġerle bt +Ġdrug iej +ĠSi xt +åı ĥ +ร ะ +uen cia +Ġíķĺ 기 +ĠëĨ į +Ġrob i +Ġpione ers +Ġmilli ards +ĠWitch er +Ġ무ìĹ ĩ +or ro +m ass +Ġdiver gence +ĠRiver a +ĠNo odles +Ġend roit +ĠK osten +ĠдÑĢÑĥг а +ĠmÃŃn imo +ĠKazakh stan +ت Ùĩ +Ġвоз дÑĥ +Ġgesch rieben +ĠN il +Ñģ ки +ĠFr üh +Ġbever ages +æº IJ +ĠG on +æĺ ¨ +Ar in +ĠInt ro +ocaly ptic +Ġexhaust ion +ĠStat us +ĠBatter y +és z +£ ¼ë +air y +Ġë³´ìŬë ĵľë +Ġdispar ity +Ù Į +ĠTuc son +Ġbright ly +pro blem +Ġbiom ass +éĻ į +§ ī +Ġhur dle +Ġwavelength s +Ġ< < +Ġteam ed +FF FF +ĠS lim +om ial +Ġunve iled +ĠVere in +ÙĤ Ø· +est ry +Ġcl ás +Ġch eddar +Ġaccus ing +ĠScient ific +ĠбÑĥд е +ĠCyr us +ε ÏĦε +Ĩĵ ê³ł +Ġë³ Ħ +Ġcur d +Ġrefer rals +sh ift +åį ķ +nik ów +Ġm ier +Ġconf ronting +ê²ĥ ëıĦ +aw l +Ġtry in +Ġê·¸ëŀĺ ìļĶ +Ġch iar +Ġìĺ¤ëĬ ĺëıĦ +æĶ¿ æ²» +es que +Ġmism os +ĠSh ak +Ġsoci aux +Ġpi ÅŁ +ĠkiÅŁ i +Ġcy an +h ay +be w +b od +ĠÎ ¹ +ĠMain ly +Ñİ ÑĤÑĮ +hab itude +ĠÑģп окой +è·Ł æĪij +Ġpre con +ĠM andy +ðŁ¤ £ +ill os +Ġgr upp +Ġcr umble +Ġconstru ctor +erv ices +Ġlight house +ĠCon cept +ан ÑĤи +alt ro +h ope +ĠAll eg +ìĸ´ë ¥¼ +pie ces +oun ter +Ġíķĺ ëĭĪê¹Į +ĠìĿ¸ íĦ°ë +Ġvérit able +Ġthread ed +bl ind +Ĥĺë Ŀ¼ +Ġtr ays +ĠEd ison +ĠÃĸ z +ĠSte vie +Ġl ender +Ġbrig ade +Ġdeuts che +m uffled +b art +Ġinsan ity +Ġsav vy +Ġsens ational +Ġdere chos +ĠM X +ĠпÑĢ ÐµÐ¿ +Ġthreat ens +Ġrealt Ãł +Ġindic ative +Ġch ops +Ġbenef iting +ĠVern on +ĠSt rand +n un +qu ently +10 1 +Ġe el +ìĪ Ļ +r ints +ĠÙħ س +Ġب د +Ġпо ÑģÑĤÑĢо +Ġyap mÄ±ÅŁ +Ġol ması +Ġi edereen +ol é +ke f +Ġë°ľ ìĥĿ +Ġr ained +Ġalm ighty +ĠвÑĭ д +ĠC PR +F re +Ġinhab ited +Ġarb ets +Ġa kin +а ÑģÑĤв +v ania +Ġhäuf ig +ĠMat te +s orry +Jen ny +ĠгÑĢ Ð°Ð´ +Ġwh it +Ġbro kers +å¯ Ł +Ġh ine +ast en +Ġг ÑĢÑĥ +M B +ĠP RI +S ab +Ġwrest ler +Ġfacil itating +Ġeh kä +ĠC red +Ġ12 7 +Ġnot hin +Ġmand ated +å¯ Į +ÑĥÑĤ ÑģÑĤв +F rank +Ġwor s +Ġdzie ÅĦ +ĠUnder ground +Ġznaj du +ĠB ä +ĠPrin zip +аÑĤ елей +Ġveter inar +Ġsplend id +Ġroz p +Ġpsych opath +ig on +Ġh ops +Ġc ần +ĠX ian +Ġtro isième +Ġproduct o +ĠdeÄŁ er +ĠContin uing +ив ал +c ık +Ġmoistur izer +Wh ite +Ġsi is +ĠEver est +ien ced +Ġcả m +ĠJ apon +´ìł Ħ +Ġten ÃŃan +Ġenc anta +M m +Ġdrop down +ĠI ya +³´ë ©´ +Ġword ing +ĠSque eze +ĠMap le +Ġclar ified +ĠMun icip +ĠRou ge +ĠNick i +ĠGo o +v olt +t ek +fect ure +f red +ar rive +ãĥ¼ ãģĦ +te z +E p +Ġob ras +ĠV ID +ĠR iv +ĠMod i +i be +Ġacontec endo +Ġim itation +Ġcamoufl age +Ġspan ning +ĠSEC RET +ĠOre o +ìĨĮë ¦¬ +Ġh unch +Ġca ÅĤe +Ġspont aneously +ĠPer d +Ġet ap +ĠHo le +ĠDis ability +Ġafter life +æģ © +Ġtest ified +Ġpres up +Ġpet roleum +Ġcontr ario +ĠAss essment +ÄŁ lu +Ġp ests +Ġdil ig +ĠвÑģÑĤÑĢ ÐµÑĤ +Ġcons équ +Ġcann ons +Ġcan oe +ĠM ile +Ġcit oy +Ġbe gged +ĠMin nie +ÅĤy ch +Ġprinci pe +ÏĢÏĮ ν +m niej +Ġw ert +Ġëĭ¤ë ĵ¤ +an se +Ġunc les +Ġprovoc ative +Ġinter sections +Ġdemocr ats +ĠJul ius +ин ки +yg usal +Ġ׾ ×ķ +Ġgj orde +Ġg asket +ĠB ock +Ġİ n +b reat +ĠEqu ity +ard ı +Ġкан але +Ġд ней +Ġt Ỽi +Ġfi xture +Ġab uses +Ġv aya +Ġou vert +Ġmultic ultural +Ġcontext o +ĠSes ame +Ġdé pl +Ġcons omm +ĠPart e +Ġp em +ĠCon an +Ġб ÑĸлÑĮ +Ġpersu aded +Ġdra ins +M oo +F ORE +Ġб аÑĤ +Ġf od +ĠProduct s +ì§Ħ ì§ľ +Ġ" [ +ĠW ick +ĠNar uto +н али +ry w +Ġl odge +Ġin h +Ġvont ade +Ġdi j +ĠJes ús +Look ing +Ġfore arm +ĠIntegr ation +ĠHARR IS +Ġtool bar +le ader +Ġsel dom +Ġб ÑĢоÑģ +ĠK ook +он д +Ġmon opol +Ġmill et +Ġl ira +ĠAs ians +Ġ18 90 +ci ÄŁim +Ġed en +ĠIKE A +ĠNeigh bor +ĠKazu ya +ü d +Ġpsych edel +Ġenvision ed +åĿ Ĺ +Ġï· » +Ġw under +ĠBulgar ia +B rid +Ġmar row +Ġdep iction +ĠT in +ĠPhar ise +Ġeinz ige +Ġblind ly +ãģĽ ãģ¦ +Ġdef ens +D ire +Ġvibr ating +Ġtroll s +Ġdisrespect ful +Ġw od +Ġstimul i +Ġcreep ing +Ġcla irement +Ġsc ariest +Ġdécouv rir +Ġ10 4 +ĠвеÑĢ Ñħ +ĠÅĤ at +Ġróż ne +Ġbar ley +ĠRe pl +ĠT we +k ke +ĠãģĿ ãĤĮ +ĠRed mi +ĠMet roid +Ġή ÏĦαν +Che ck +ĠS EN +Ġ ido +ÑĤоÑĢ Ð¸Ð¸ +ó p +UN KNOWN +Ġänd ern +ĠJu ice +ĠGes icht +å°± æľĥ +ĠнаÑģÑĤ олÑĮко +íĥ ķ +Â Ń +ex hales +Ġì´ ī +Ġj sem +ÏĢ ÏīÏĤ +Ġit t +ëªħ ìĿ´ +Ġrem ix +Ġbloss oms +ĠR enee +is ations +ìĬ¤í Ħ° +Ġë³´ ìĿ´ëĬĶ +uest as +op edia +ĠA im +ìĿ´ì¦ Ī +sc ene +Ġleak age +uck t +S ad +A sk +Ġsusp ense +Ġimp ost +ĠStrateg ic +ĠIt ÃŃs +âĢ Į +Ġkey boards +Ġam using +og r +id erman +ŀ ĸ +Ġв ижÑĥ +Ġd ips +Ġapolog ized +ĠST AR +Ġesc uela +ĠC hing +н ениÑı +Ġë¶Ģë¶Ħ ìĿ´ +ĠFle et +Ġs amb +Ġentsprech end +Ġelectrod es +ĠFrei heit +æĪij ä¸įçŁ¥éģĵ +ĠSh rim +iÃŁ e +Ġselect ions +Ġfor di +Ġd oss +Ñı Ñĩ +Ġdiscrimin ate +ĠAu ÃŁerdem +Ġdesenvol v +ĠIntern al +ĠBened ict +å¯ Ĩ +ĠSh iv +M issy +Ġоб наÑĢÑĥж +Ġна ÑģÑĤÑĢо +Ġcontrol ar +ĠL ia +Ġopio ids +ant u +Ġcup board +æģ IJ +г е +acht s +Ġcur ated +Ġx em +Ġwe ary +Ġbre thren +Ġbudget ing +Ġpour tant +éļ » +ais ia +ĠоÑĤв еÑĩ +ĠG IS +μ αι +Ġש×Ķ ×ķ×IJ +Ġsa ud +Ġl Ỽ +Ðķ Т +ub ine +ĠнÑĥж ен +Ġkidna pping +Ġbr at +ĠTer re +ĠMon et +Ġë§Ī ìĬ¤íģ +Ġflash y +ĠIS BN +Ġfreel ance +i age +Ġjun ge +ì¶ © +cer al +ĠÑĤоÑĩ ки +Ġform ulate +ĠF ER +ĠDart mouth +ìľ¼ë ©´ìĦľ +å¢ ĥ +ow iÄħ +ĠëĶĶ ìŀIJ +Ġreg iment +Ġmetabol ismo +ĠP arr +Ġì¶© ë¶Ħ +Ġsan ity +ĠL al +ĠG ö +ĠG la +Ġprot o +Ġmicroscop ic +Ġk ang +ĠSc alia +Ġp ug +ĠSc ore +ĠSav annah +Ġgard e +ĠN OR +å°į åIJ§ +Ġsche int +Ġp óÅĤ +Ġcor ri +Ġbr ute +Ġ ÅĤad +ä»ĸ 们 +Ġsucceed ing +Ġbicy cles +N on +Ġseek ers +Ġuncond itional +Ġrhy mes +ĠGar age +Ġinv oice +Ġcan vi +ne ck +Ġcustom izable +irit ual +Que en +íķĺ ìĭľëĬĶ +Ġpower less +Ġcs ak +ä¸į ä¼ļ +is oft +Ġìłķ íĻķ +Ġnh ân +ĠM AND +ĠH af +Ġrevol ves +ä¹Ł åı¯ä»¥ +ov an +ar oo +ĠGr ind +éĽ ª +Ġindispens able +Ġconsult ed +ĠClin ical +A cc +Ġol hos +Ġmon ter +ĠH ana +et ah +Ġva an +Ġt igers +Ġcau cus +ðŁĺ Ĥ +³´ì ŀIJ +pow ers +ium s +ĠíĨ łë +Ġtrad icional +Ġreson ated +Ġìĭł 기 +th em +Ro bert +Ġelement o +Ġant id +Ġоб Ñģ +Ġnat ives +Ġlo ca +ow ment +ĠT ight +Ġ æĢĿ +Ġmel an +ĠN ue +am is +Ġsor gen +as ına +H ome +ĠPUB G +Ġaw fully +ĠSh ore +ĠPer ché +ĠL au +ĠCind erella +ĠCh est +Ġsem antic +Ġdesert ed +ĠMom o +ĠHern andez +gen es +ĠAd ult +иÑĩеÑģ кого +osh ima +ĠcaracterÃŃst icas +ĠK L +´ìŀ ¥ +oc ar +Ġfeh lt +Ġd ruk +ĠPop py +EN GLISH +ĠVerg leich +B rien +Ġrec omp +ĠÑģ д +Ġmer ger +Ġmarket ers +Ġhoney moon +Ġpen so +Ġbell i +еÑĤ Ñĥ +Ġbank er +Cam era +ĠSt all +ĠSt amp +ĠB ite +еж де +Ġs ür +Ġgü ç +ĠPas sover +ĠBug ün +ĠÑģожал ениÑİ +Ġн из +Ġman ure +Ġglac ier +è« ĩ +RA Y +ter ror +Ġsal ads +Ġhur ricanes +ĠDesign er +ator io +Ġfact ual +ĠTam my +Ġзв ÑĥÑĩ +Ġintrodu ctions +Ġhouse keeping +Ġh anger +ëĭ ĺë +ak te +ĠCol a +' ] +ĠG ender +оÑĢ Ð¾Ð½ +ip se +ic ias +Ġsuccess ive +Ġpolit ic +Ġhö her +ĠQ iao +ĠG imme +Ġл ож +Ġse b +ĠWe iter +ĠSak ura +ĠB oulder +ĠAm érica +peÅĤ nie +Ġtecn ologÃŃa +ish ops +f ur +Ġmoon light +Ġdispers ed +Ġre z +ен ное +алÑĮ нÑĥÑİ +ĠTw elve +ĠH OR +ìĭ¤í ŀĪ +il age +Ġshad ed +Ġres umes +ĠPe anut +ĠM ILL +ap ons +ĠU FC +ĠSo le +Ġjoy stick +ĠOliv ier +war ming +Ġsyll abus +Ġоб Ñīе +Ġhi á»ĩn +Ġfest a +Ġcr adle +ĠZ ac +Ġremem brance +Ġê°Ļ ìķĦìĦľ +ĠpiÄĻ k +Ġco exist +ĠV II +Ġá reas +Ġu waż +Ġobser vers +Ġmännisk or +co on +ĠD AM +Ġnas zym +Ġall igator +ĠFree ze +ĠEst ate +ĠÑĤÑĢ Ð°Ð´Ð¸ +Ġunder cover +Ġn ies +ĠFeh ler +pl in +ĠK abul +il ate +Ġê³ł ìĸij +Ġm op +ìĦ ¼ +Ġand erer +ĠK ELL +ок и +Ġж еÑģÑĤ +Ġgra zing +Ġda ÃŃ +Ġcapital ize +Ġa pex +Ġnurt uring +Ġcort ar +Ġcontr ac +ımız ı +Ġtand em +éĥ½ æľī +ge ment +ĠÑģиÑģÑĤем а +Ġman que +ia jÄħ +W OR +Ġا ب +Ġcart s +AN O +Ġë°Ľ ê³ł +ĠC ena +ĠBi ology +id ar +Ġa ż +er ne +an u +Ġthank ed +Ġsubmar ines +Ġman ic +Ġм оз +ä¼ Ĭ +inst ant +ess ential +Ġsam urai +Ġpast i +Ġal an +Ġbro ch +Ġb aker +ĠGu ill +¨ ¼ +Ġwithd rawn +ëĭ Ŀ +Per fect +qu ency +Ġstream lined +Ġ13 00 +´ë ıĦ +Ġëĸ łë +Ġãģ¯ ãģĦ +Ġh vad +ä¸Ģå®ļ è¦ģ +Ġverb ally +ĠK ons +Ġì¡° ìĭ¬ +Ġdie z +æİ° æİ° +Ġchuck ling +ĠM ih +Ġrall ies +Ġman ter +Ġearn est +s uper +Ġge ce +ĠR end +ĠGer ade +jen igen +ĠV all +Ġìŀ ĪëĤĺ +ĠÑģказ ала +Ġtrabal h +ĠнаÑĪ ÐµÐ¼ +Ġм еÑħ +ik it +Ġnoun s +Ġneurolog ical +Ġmotiv ational +ĠMcM ahon +ĠFin ished +Ġë³´ ìĿ´ +ĠField s +Ġadoles cents +ĠT isch +ĠNe ben +ĠFl owers +ĠEner g +Ġdire t +ĠTh i +ĠP icas +æĥ ľ +æĢİä¹Ī æł· +Ġav ete +ĠF ors +ĠChap el +N ão +E t +ĠÑģод еÑĢж +ren o +Ġs ven +Ġdost ÄĻp +ne e +ĠSnap dragon +ĠID s +ìķĺ ëĬĶëį° +ר ×ļ +Ġsun flower +Ġperpet ual +ç³ ĸ +Ġkn ights +Ġg ird +ĠTo ld +Ġvolcano es +Ġadvers ary +ĠEconom y +Ġextra pol +Ġbl uetooth +Ġzoom ing +Ġsk ys +Ġgen ial +ÃŃcul os +amb re +Ġм еÑĢ +Ġteen y +Ġstress ing +ìķ Į +ON Y +Ġtransluc ent +Ġround ing +Ġgr ues +×Ļ׳ ×Ķ +ap rès +Ġprue ba +Ġpoly gon +Ġblue berry +ĠProgram m +Ġtren ches +Ġse bagai +Ġpal ate +Ġla ude +Ġbehav ed +Ġlongitud inal +ĠMod ule +Ġadm ir +λ ι +G reg +Ġwy st +Ġpropag ate +Ġmold s +ĠT ub +ĠL oud +ust o +Ġun stoppable +Ġreinfor cing +éĿŀ常 çļĦ +ĠпÑĢоблем а +Ġpot encial +Ġhe mp +ìŀ Ķ +ठ¯ +Ġopt ic +Ġerfolg reich +Ñģ Ñĭ +олÑĮ ÑĪе +ur st +ĠPo is +Ġrespond ents +Ġneh me +ĠEx ternal +ol ate +H yun +Ġquart z +Ġmathematic ian +Ġbás icamente +Ġa il +ìł ľë¥¼ +att utto +Ġno oit +Ġaff lict +ĠOl ga +èŃ · +Ġна ÑĤ +Ġd ites +Ġreal idade +Ġk än +Ġuniqu eness +Ġpad res +Ġsubs idi +Ġpige ons +β α +st ad +Ġder en +ĠС лед +d oo +ĠопиÑģ ании +Ġam ber +Ġgoose bumps +ĠfrÃ¥ gor +ĠV ital +ĠIsrael ites +w asser +Is n +Ġcomm its +ĠSTE VEN +ĠBev ölker +uit ive +Ġleg en +Ġbr uk +иÑĢов ан +yn en +hel m +Ġgener ational +ĠL ändern +οι ÏĢÏĮν +uz u +Ġcall er +он ÑĮ +üm ü +Ġbes ar +Ġpl ats +Ġmig rated +Ġj ap +ĠW AR +Ġdis sect +ĠZus ch +ĠZe iten +ĠL ions +ĠD F +â Ķ +ки в +Ġpedest rians +ĠMar ilyn +d ock +Ġy ht +Ġre incarn +ĠSon o +ĠGrow th +ÑĥÑģ ов +Ġdun geons +Ġbag us +k ich +ĠÑĥ кÑĢаÑĹ +éĨ « +ĠK eller +chem istry +J apanese +Ġwill st +Ġdecomp osition +ĠÑģÑĤ ен +Ġrev ived +íķĻ êµIJ +ĠÅ ĵ +ä½ IJ +ìĭ ¸ +ipp y +Ġhour ly +j än +ĠWork shop +Ŀ¼ ìĦľ +Ġcu arto +Ġpat rim +ĠB urch +ĠìŀĪ ê¸° +Ġhe pat +Ġh Ãłng +ĠëĮĢ íķ´ +ĠваÑĪ Ð¸ +Ġre work +Ġpar se +Ġçıkt ı +ĠS ax +ĠMong o +ĠAa ah +ram ble +D J +Ġstabil ized +ĠSpe ech +Book s +Ġhur dles +ĠW O +ĠLamb org +Ġ19 33 +Ġvor bere +Ġclin ically +Ġbreat htaking +ĠGate way +пеÑĢв ÑĭÑħ +ut ers +Ġë¹ µ +Ġyet er +Ġpull ey +Ġmuff in +ĠPre fer +ĠP ence +Ġinform ação +ìĬ¤í Ĭ¸ë +ãĤ¸ ãĥ£ +ĠTur tle +ĠReg ina +ĠLo ad +do es +pan ze +¸ Ķ +Ġmin a +ĠLatin os +amm ers +ĠT ort +ĠBey once +имо ÑģÑĤи +ĠвопÑĢоÑģ Ñĭ +Ġbul un +èĢĮ å·² +ine k +bere ich +Ġpast ure +ĠO A +ĠM elt +ĠEt t +ĠD Y +Ġob wohl +Ġle agues +ÑĤ еÑģÑĮ +Ġк ÑĥÑģ +Ġv ors +Ġto pp +ograph ical +as st +Ġl indo +Ġë°Ŀ íĺĶ +Ġré fl +Ġclim bs +Ġv arsa +Ġmethy l +ĠKar ere +Æ°á» Ł +R ad +Ġprepared ness +он Ñĩ +ĠO D +ĠC GI +Ġठ® +Ġspeech less +Ġlas ci +Ġbol ag +ĠÑħоÑĩ еÑĤÑģÑı +Ġgr ieving +ĠJohann es +ĠCar roll +ad aki +Ī ¬ë +ĠsÅĤ u +Ġinner halb +Ġgymn astics +п ÑĢи +if iques +Ġkar ate +Ġdom u +ãģĿãĤĮ ãģ§ +OTH ER +Ġdemand é +Ġbook let +ĠKy oto +Ġw oh +ĠMar ÃŃa +viol ent +J E +Ġl óg +Ġbrut ally +c ot +ĠÙħ ÛĮ +ĠWars z +å® Ī +w ol +Ġmik ä +ĠPron ounce +ĠBrend an +Ġr oup +Ġital iano +å¦Ĥ æŃ¤ +Ġкомп ÑĮÑİÑĤ +Ġur ging +ed es +Ġcarbon o +ĠRichards on +ĠÐĿ аÑĩ +ĠTra iner +ĠCrime a +Ġdi apers +Ġco vet +ĠMah ar +ĠH utch +ĠAus w +ber ty +Ġind ifferent +кÑĢ ÐµÑĤ +uld ade +Ġhar ms +¢ ÙĨ +les ia +Ġg io +ĠMist ress +ĠK nox +ĠFRE E +Ġë £¨ë +ĠнаÑĪ Ð° +Ġinvinci ble +Ġma iden +ĠJ eez +Ġbre ve +po le +Ġcritic isms +ĠRus ia +ठ® +ph in +ĠComp are +ĠB ON +Ġsne aking +ĠR ails +ĠG eral +Ġ195 3 +H ola +Ġоп ÑĭÑĤ +Ġrain forest +Ġbel um +ĠOb i +ĠIS S +ãĤĮ ãģªãģĦ +ĠС в +Ġbl ond +Ġwz gl +Ġpowiedz iaÅĤ +Ġch oking +ĠSong s +ĠBir az +Ġyell s +Ġstyl ist +ÏĮ ÏĦε +Ġsch reiben +ĠJ aw +ĠEle ven +ĠR if +/ . +Ġìĺ¤ë ŀľë§Į +Ġtreat ies +uff ed +ĠâĪ Ĵ +Ġroof s +à¹Ģภª +Ġë » +Ġspark le +ĠK iev +ĠAr gu +ere cht +ĠÐĿад о +ĠF IL +Ġmol ta +ĠDe vi +Ġcam pe +Ġbene vol +ĠT ough +Ġmo im +Ġevac uate +Ġer rado +å© Ĩ +ÑĢÑĥ го +Ġíİ ĺ +ĠÎĵ ια +Ġweak en +Ġillum inated +Ġsig lo +ĠV acc +и ей +al is +ĠÑĥ ÑģÑĤÑĢой +Ġdon a +ÅĤ os +ü man +Ġprodu cción +Ġcl ot +ĠM ango +Ġune asy +Ġsh uts +ĠExam ples +ve ll +e be +Ġprompt ly +ĠT eles +ĠпÑĢоÑĪ Ð» +Ġpu erta +Ġüber zeug +Ġco ch +so cial +ĠB enson +ĠM eth +ĠEx ped +Ġsupplement al +Ġconce ive +Ġ×ĺ ×ķ×ij +Ġcapt ivity +ıĻ ìķĪ +ĠÑħ Ñĥд +form ing +Ġupload s +Ġturbul ence +j oint +Ġsatisf actory +ĠAn ime +Ġwash es +Ġliber als +ĠSun shine +ĠRE AL +ub lik +b inary +T ony +Ġpolar ized +Ġenrich ed +t aking +ĠëģĿ ëĤĺ +Ġple asures +Ġex termin +in ese +at l +v är +аÑĢ Ñĭ +Ġmy ÅĽ +n arrator +Ġод ном +Ġnaj wiÄĻ +Ġmobil ize +Ġmill or +Ġat a +æ· · +ĠpolÃŃt ico +Ġple ad +Ġpain ters +ĠS ow +о ÑĦ +ĠìĺĽ ëĤł +ĠÑĩ ÑĤоб +Ġs abor +ĠUnd ert +ĠJER RY +Å¡ ÃŃ +Ġë° ĸìĹIJ +Ġpréc éd +Ġannot ation +ĠI naudible +Ġtext ured +Ġfisher man +v ordan +icher ung +Ġìłģ ìĿ´ +Ġge zeigt +Ġmand ates +Ġbe ak +ĠTW O +ĠAk bar +il ian +Ġtiế p +Ġsuperior ity +ink u +Ġl ys +ĠF CC +ĠC PA +ust ering +nic os +an ja +Ġch ills +ĠC age +Ġse aling +Ġsa ç +Ġded ans +ĠAl ger +Ġspe zie +Ġcol oss +ıy ı +clock wise +Ġexact amente +Ġ iemand +am ı +Ġmand ar +ra j +f aced +ag ua +Ġê¹ Ķë +Ġins besondere +Ġdri zzle +Ġdimin ish +ĠY oda +A I +Ġbil miyorum +ĠM MA +ateg ory +ĠпеÑĢ ÐµÐ¿ +Ġparticip ar +Ġnormal ized +Ġcomplex ities +æ´ ² +æİ § +аÑĢ Ð¾Ð² +m ist +ich a +Gr oup +Ġresil iency +Ġnog le +ĠCN C +pr ü +Ġphysic ists +н ок +L I +Ġstuff s +Ġsist emas +Ġinterfer ing +ĠMar vin +ér cito +ĠìĹĨ ê³ł +Ġson ic +Ġequ iv +Ġab ord +ĠRam en +Ġ0 9 +med im +at iques +Ġдел аÑİÑĤ +Ġunanim ously +Ġsk irts +ĠíĬ¹ ë³Ħ +ĠP rix +k ami +Ġfr uition +Ġbirthday s +ик ом +Ġinaug ural +Ġcorrel ate +ĠT ory +ĠëĤĺ ìģ +Ġde w +ĠPre cis +ih i +Ġë¬¸ìłľ ê°Ģ +Ġc iting +ĠL ana +ĠK ag +Ġplay through +ĠProt ocol +fr ist +hov ah +Ġmerc iful +Ġb ilingual +ĠG uitar +r h +Ġglam orous +ĠVik ings +ĠOoo oh +íķĺ ëĬĶëį° +ĠUg anda +Ġcollaps es +ent ry +Ġantioxid ants +ëĤ ĺë +ÑĪ Ð°Ñı +Ġtri via +Ġgä ller +Ġfun gi +Ġmil ks +Ġd icht +μ η +po ke +ĠвÑĭп ÑĥÑģк +Ġfeed er +ĠAl cohol +h ower +Ġdes erving +ĠRe bel +ios is +Ġ10 3 +Ġhand out +Ġen m +Ġland lords +Ġge ology +r ils +Ġco bra +ĠV old +ĠP anch +ĠGRE G +Ġpr oss +Ġbrac elets +ĠV ega +Ġroz um +æ¬ ¾ +аз д +ĠLy nd +ĠHon ors +Ġsurrend ered +Ġlibr arians +12 5 +ĠÑģ иг +Ġuniform ly +ĠE agles +ìķ Ļ +иÑĤ ан +and id +ĠìłĪë ĮĢ +ĠØ ¶ +Ġarrest s +ĠCS V +ĠAzerbai jan +ort ic +ĠD X +ĠAdvent ures +Ġab us +ĠF au +Ġschlim m +Ġratt ling +Ġconsum es +ĠTol kien +Ġresurrect ed +ĠX Y +íĬ¸ ê°Ģ +ĠвÑĭ ÑģÑĤÑĥп +ĠAng ie +żen ia +M ic +ĠShe ila +acht et +Ġover st +Ġl â +Ġine ffective +æĿ ¡ +æĢİä¹Ī äºĨ +å¿ Ļ +Ġwicht iger +Ġv ino +Ġp um +Ġang led +ĠP ione +ĠM ỹ +ãģĿãĤĮ ãģ¯ +wo ÅĽÄĩ +d raw +ั à¹Ī +mark ets +Ġcaf es +ĠC em +â Ŀ¤ +ĠS uit +M K +Ġemphas izes +Ġtort illa +Ġmejor ar +ĠSur viv +cast ing +Ġeduc ación +ĠG um +u ely +ĠìĹ¬ê¸° ëĬĶ +Ġstretch y +en ça +Ġwith hold +Ġex iting +Ġenthal py +ĠTrans it +ıl mÄ±ÅŁ +al ies +Ġsal var +Ġlean ed +ĠgroÃŁ es +Ġf itt +ак и +S arah +Ġhost el +Ġfinger na +Ġnadzie jÄĻ +w ives +R ec +Ġsp ool +аÑĤ ов +ĠEn emy +Ġf ury +Ġdet ta +ĠF ay +éļ ¨ +Ñı ÑİÑĤ +Ġaproxim adamente +Ġsil os +Ġmag ist +Ġc ree +ĠKr ank +ĠD OWN +Ġstart led +Ġre born +ĠUm welt +ĠSuz anne +ни ÑĨÑĭ +out ez +ĠJ AC +y ards +rad as +ra u +ip ts +h ail +Ġparagraph s +Ġme glio +Ġisol ating +Ġace ite +ĠH arsh +Ġcy st +ĠBlock chain +ĠÑħоÑĢоÑĪ Ð¸Ð¹ +Ġvirt uous +Ġinvestig ación +Ġdev oir +Ġmast urb +ĠS ale +ÙĬر Ø© +ĠÎ § +ĠStra ÃŁen +Ġdi kk +Ġa fore +ĠJung kook +Ġcho ciaż +ĠDebat te +Ġweird ly +Ġvia je +reg ist +H elp +Ġkind eren +Ġform ulated +Ġenf im +ĠTow ards +ко ÑĹ +iver ing +ĠдеÑĤ и +char ger +Ġpur l +Ġacadem ically +ĠNur se +Ġdel eting +ay o +Ġref usal +Ġdepict s +ĠDr acula +Ġtoast ed +ĠZomb ie +ĠSuper ior +ĠB old +Ġquizz es +Ġg le +4 50 +Ġcome ço +yn n +Ġver st +ĠO laf +Ġpom oc +ĠS ask +ë ĺ +ĠT CP +ĠProper ty +íķĺ ì£ł +à¸ľ ม +bo om +ar os +ĠÑĢоÑģÑģ ий +ĠбÑĭв аеÑĤ +åĩº åİ» +ĠìĿ´ìķ¼ ê¸°ë¥¼ +Ġcomb ien +v acc +Ġeben falls +par a +Ġз м +Ġdesper ation +ord re +Ġש׾ ×Ļ +Ġgener ously +ĠÐŀ к +Ġorb iting +> ", + "archeological": "archaeological", + "ardour": "ardor", + "armour": "armor", + "armoured": "armored", + "armourer": "armorer", + "armourers": "armorers", + "armouries": "armories", + "armoury": "armory", + "artefact": "artifact", + "artefacts": "artifacts", + "authorise": "authorize", + "authorised": "authorized", + "authorises": "authorizes", + "authorising": "authorizing", + "axe": "ax", + "backpedalled": "backpedaled", + "backpedalling": "backpedaling", + "bannister": "banister", + "bannisters": "banisters", + "baptise": "baptize", + "baptised": "baptized", + "baptises": "baptizes", + "baptising": "baptizing", + "bastardise": "bastardize", + "bastardised": "bastardized", + "bastardises": "bastardizes", + "bastardising": "bastardizing", + "battleax": "battleaxe", + "baulk": "balk", + "baulked": "balked", + "baulking": "balking", + "baulks": "balks", + "bedevilled": "bedeviled", + "bedevilling": "bedeviling", + "behaviour": "behavior", + "behavioural": "behavioral", + "behaviourism": "behaviorism", + "behaviourist": "behaviorist", + "behaviourists": "behaviorists", + "behaviours": "behaviors", + "behove": "behoove", + "behoved": "behooved", + "behoves": "behooves", + "bejewelled": "bejeweled", + "belabour": "belabor", + "belaboured": "belabored", + "belabouring": "belaboring", + "belabours": "belabors", + "bevelled": "beveled", + "bevvies": "bevies", + "bevvy": "bevy", + "biassed": "biased", + "biassing": "biasing", + "bingeing": "binging", + "bougainvillaea": "bougainvillea", + "bougainvillaeas": "bougainvilleas", + "bowdlerise": "bowdlerize", + "bowdlerised": "bowdlerized", + "bowdlerises": "bowdlerizes", + "bowdlerising": "bowdlerizing", + "breathalyse": "breathalyze", + "breathalysed": "breathalyzed", + "breathalyser": "breathalyzer", + "breathalysers": "breathalyzers", + "breathalyses": "breathalyzes", + "breathalysing": "breathalyzing", + "brutalise": "brutalize", + "brutalised": "brutalized", + "brutalises": "brutalizes", + "brutalising": "brutalizing", + "busses": "buses", + "bussing": "busing", + "caesarean": "cesarean", + "caesareans": "cesareans", + "calibre": "caliber", + "calibres": "calibers", + "calliper": "caliper", + "callipers": "calipers", + "callisthenics": "calisthenics", + "canalise": "canalize", + "canalised": "canalized", + "canalises": "canalizes", + "canalising": "canalizing", + "cancelation": "cancellation", + "cancelations": "cancellations", + "cancelled": "canceled", + "cancelling": "canceling", + "candour": "candor", + "cannibalise": "cannibalize", + "cannibalised": "cannibalized", + "cannibalises": "cannibalizes", + "cannibalising": "cannibalizing", + "canonise": "canonize", + "canonised": "canonized", + "canonises": "canonizes", + "canonising": "canonizing", + "capitalise": "capitalize", + "capitalised": "capitalized", + "capitalises": "capitalizes", + "capitalising": "capitalizing", + "caramelise": "caramelize", + "caramelised": "caramelized", + "caramelises": "caramelizes", + "caramelising": "caramelizing", + "carbonise": "carbonize", + "carbonised": "carbonized", + "carbonises": "carbonizes", + "carbonising": "carbonizing", + "carolled": "caroled", + "carolling": "caroling", + "catalogue": "catalog", + "catalogued": "cataloged", + "catalogues": "catalogs", + "cataloguing": "cataloging", + "catalyse": "catalyze", + "catalysed": "catalyzed", + "catalyses": "catalyzes", + "catalysing": "catalyzing", + "categorise": "categorize", + "categorised": "categorized", + "categorises": "categorizes", + "categorising": "categorizing", + "cauterise": "cauterize", + "cauterised": "cauterized", + "cauterises": "cauterizes", + "cauterising": "cauterizing", + "cavilled": "caviled", + "cavilling": "caviling", + "centigramme": "centigram", + "centigrammes": "centigrams", + "centilitre": "centiliter", + "centilitres": "centiliters", + "centimetre": "centimeter", + "centimetres": "centimeters", + "centralise": "centralize", + "centralised": "centralized", + "centralises": "centralizes", + "centralising": "centralizing", + "centre": "center", + "centred": "centered", + "centrefold": "centerfold", + "centrefolds": "centerfolds", + "centrepiece": "centerpiece", + "centrepieces": "centerpieces", + "centres": "centers", + "channelled": "channeled", + "channelling": "channeling", + "characterise": "characterize", + "characterised": "characterized", + "characterises": "characterizes", + "characterising": "characterizing", + "cheque": "check", + "chequebook": "checkbook", + "chequebooks": "checkbooks", + "chequered": "checkered", + "cheques": "checks", + "chilli": "chili", + "chimaera": "chimera", + "chimaeras": "chimeras", + "chiselled": "chiseled", + "chiselling": "chiseling", + "circularise": "circularize", + "circularised": "circularized", + "circularises": "circularizes", + "circularising": "circularizing", + "civilise": "civilize", + "civilised": "civilized", + "civilises": "civilizes", + "civilising": "civilizing", + "clamour": "clamor", + "clamoured": "clamored", + "clamouring": "clamoring", + "clamours": "clamors", + "clangour": "clangor", + "clarinettist": "clarinetist", + "clarinettists": "clarinetists", + "collectivise": "collectivize", + "collectivised": "collectivized", + "collectivises": "collectivizes", + "collectivising": "collectivizing", + "colonisation": "colonization", + "colonise": "colonize", + "colonised": "colonized", + "coloniser": "colonizer", + "colonisers": "colonizers", + "colonises": "colonizes", + "colonising": "colonizing", + "colour": "color", + "colourant": "colorant", + "colourants": "colorants", + "coloured": "colored", + "coloureds": "coloreds", + "colourful": "colorful", + "colourfully": "colorfully", + "colouring": "coloring", + "colourize": "colorize", + "colourized": "colorized", + "colourizes": "colorizes", + "colourizing": "colorizing", + "colourless": "colorless", + "colours": "colors", + "commercialise": "commercialize", + "commercialised": "commercialized", + "commercialises": "commercializes", + "commercialising": "commercializing", + "compartmentalise": "compartmentalize", + "compartmentalised": "compartmentalized", + "compartmentalises": "compartmentalizes", + "compartmentalising": "compartmentalizing", + "computerise": "computerize", + "computerised": "computerized", + "computerises": "computerizes", + "computerising": "computerizing", + "conceptualise": "conceptualize", + "conceptualised": "conceptualized", + "conceptualises": "conceptualizes", + "conceptualising": "conceptualizing", + "connexion": "connection", + "connexions": "connections", + "contextualise": "contextualize", + "contextualised": "contextualized", + "contextualises": "contextualizes", + "contextualising": "contextualizing", + "cosier": "cozier", + "cosies": "cozies", + "cosiest": "coziest", + "cosily": "cozily", + "cosiness": "coziness", + "cosy": "cozy", + "councillor": "councilor", + "councillors": "councilors", + "counselled": "counseled", + "counselling": "counseling", + "counsellor": "counselor", + "counsellors": "counselors", + "crenelated": "crenellated", + "criminalise": "criminalize", + "criminalised": "criminalized", + "criminalises": "criminalizes", + "criminalising": "criminalizing", + "criticise": "criticize", + "criticised": "criticized", + "criticises": "criticizes", + "criticising": "criticizing", + "crueller": "crueler", + "cruellest": "cruelest", + "crystallisation": "crystallization", + "crystallise": "crystallize", + "crystallised": "crystallized", + "crystallises": "crystallizes", + "crystallising": "crystallizing", + "cudgelled": "cudgeled", + "cudgelling": "cudgeling", + "customise": "customize", + "customised": "customized", + "customises": "customizes", + "customising": "customizing", + "cypher": "cipher", + "cyphers": "ciphers", + "decentralisation": "decentralization", + "decentralise": "decentralize", + "decentralised": "decentralized", + "decentralises": "decentralizes", + "decentralising": "decentralizing", + "decriminalisation": "decriminalization", + "decriminalise": "decriminalize", + "decriminalised": "decriminalized", + "decriminalises": "decriminalizes", + "decriminalising": "decriminalizing", + "defence": "defense", + "defenceless": "defenseless", + "defences": "defenses", + "dehumanisation": "dehumanization", + "dehumanise": "dehumanize", + "dehumanised": "dehumanized", + "dehumanises": "dehumanizes", + "dehumanising": "dehumanizing", + "demeanour": "demeanor", + "demilitarisation": "demilitarization", + "demilitarise": "demilitarize", + "demilitarised": "demilitarized", + "demilitarises": "demilitarizes", + "demilitarising": "demilitarizing", + "demobilisation": "demobilization", + "demobilise": "demobilize", + "demobilised": "demobilized", + "demobilises": "demobilizes", + "demobilising": "demobilizing", + "democratisation": "democratization", + "democratise": "democratize", + "democratised": "democratized", + "democratises": "democratizes", + "democratising": "democratizing", + "demonise": "demonize", + "demonised": "demonized", + "demonises": "demonizes", + "demonising": "demonizing", + "demoralisation": "demoralization", + "demoralise": "demoralize", + "demoralised": "demoralized", + "demoralises": "demoralizes", + "demoralising": "demoralizing", + "denationalisation": "denationalization", + "denationalise": "denationalize", + "denationalised": "denationalized", + "denationalises": "denationalizes", + "denationalising": "denationalizing", + "deodorise": "deodorize", + "deodorised": "deodorized", + "deodorises": "deodorizes", + "deodorising": "deodorizing", + "depersonalise": "depersonalize", + "depersonalised": "depersonalized", + "depersonalises": "depersonalizes", + "depersonalising": "depersonalizing", + "deputise": "deputize", + "deputised": "deputized", + "deputises": "deputizes", + "deputising": "deputizing", + "desensitisation": "desensitization", + "desensitise": "desensitize", + "desensitised": "desensitized", + "desensitises": "desensitizes", + "desensitising": "desensitizing", + "destabilisation": "destabilization", + "destabilise": "destabilize", + "destabilised": "destabilized", + "destabilises": "destabilizes", + "destabilising": "destabilizing", + "dialled": "dialed", + "dialling": "dialing", + "dialogue": "dialog", + "dialogues": "dialogs", + "diarrhoea": "diarrhea", + "digitise": "digitize", + "digitised": "digitized", + "digitises": "digitizes", + "digitising": "digitizing", + "disc": "disk", + "discolour": "discolor", + "discoloured": "discolored", + "discolouring": "discoloring", + "discolours": "discolors", + "discs": "disks", + "disembowelled": "disemboweled", + "disembowelling": "disemboweling", + "disfavour": "disfavor", + "dishevelled": "disheveled", + "dishonour": "dishonor", + "dishonourable": "dishonorable", + "dishonourably": "dishonorably", + "dishonoured": "dishonored", + "dishonouring": "dishonoring", + "dishonours": "dishonors", + "disorganisation": "disorganization", + "disorganised": "disorganized", + "distil": "distill", + "distils": "distills", + "dramatisation": "dramatization", + "dramatisations": "dramatizations", + "dramatise": "dramatize", + "dramatised": "dramatized", + "dramatises": "dramatizes", + "dramatising": "dramatizing", + "draught": "draft", + "draughtboard": "draftboard", + "draughtboards": "draftboards", + "draughtier": "draftier", + "draughtiest": "draftiest", + "draughts": "drafts", + "draughtsman": "draftsman", + "draughtsmanship": "draftsmanship", + "draughtsmen": "draftsmen", + "draughtswoman": "draftswoman", + "draughtswomen": "draftswomen", + "draughty": "drafty", + "drivelled": "driveled", + "drivelling": "driveling", + "duelled": "dueled", + "duelling": "dueling", + "economise": "economize", + "economised": "economized", + "economises": "economizes", + "economising": "economizing", + "editorialise": "editorialize", + "editorialised": "editorialized", + "editorialises": "editorializes", + "editorialising": "editorializing", + "edoema": "edema", + "empathise": "empathize", + "empathised": "empathized", + "empathises": "empathizes", + "empathising": "empathizing", + "emphasise": "emphasize", + "emphasised": "emphasized", + "emphasises": "emphasizes", + "emphasising": "emphasizing", + "enamelled": "enameled", + "enamelling": "enameling", + "enamoured": "enamored", + "encyclopaedia": "encyclopedia", + "encyclopaedias": "encyclopedias", + "encyclopaedic": "encyclopedic", + "endeavour": "endeavor", + "endeavoured": "endeavored", + "endeavouring": "endeavoring", + "endeavours": "endeavors", + "energise": "energize", + "energised": "energized", + "energises": "energizes", + "energising": "energizing", + "enrol": "enroll", + "enrols": "enrolls", + "enthral": "enthrall", + "enthrals": "enthralls", + "epaulette": "epaulet", + "epaulettes": "epaulets", + "epicentre": "epicenter", + "epicentres": "epicenters", + "epilogue": "epilog", + "epilogues": "epilogs", + "epitomise": "epitomize", + "epitomised": "epitomized", + "epitomises": "epitomizes", + "epitomising": "epitomizing", + "equalisation": "equalization", + "equalise": "equalize", + "equalised": "equalized", + "equaliser": "equalizer", + "equalisers": "equalizers", + "equalises": "equalizes", + "equalising": "equalizing", + "eulogise": "eulogize", + "eulogised": "eulogized", + "eulogises": "eulogizes", + "eulogising": "eulogizing", + "evangelise": "evangelize", + "evangelised": "evangelized", + "evangelises": "evangelizes", + "evangelising": "evangelizing", + "exorcise": "exorcize", + "exorcised": "exorcized", + "exorcises": "exorcizes", + "exorcising": "exorcizing", + "extemporisation": "extemporization", + "extemporise": "extemporize", + "extemporised": "extemporized", + "extemporises": "extemporizes", + "extemporising": "extemporizing", + "externalisation": "externalization", + "externalisations": "externalizations", + "externalise": "externalize", + "externalised": "externalized", + "externalises": "externalizes", + "externalising": "externalizing", + "factorise": "factorize", + "factorised": "factorized", + "factorises": "factorizes", + "factorising": "factorizing", + "faecal": "fecal", + "faeces": "feces", + "familiarisation": "familiarization", + "familiarise": "familiarize", + "familiarised": "familiarized", + "familiarises": "familiarizes", + "familiarising": "familiarizing", + "fantasise": "fantasize", + "fantasised": "fantasized", + "fantasises": "fantasizes", + "fantasising": "fantasizing", + "favour": "favor", + "favourable": "favorable", + "favourably": "favorably", + "favoured": "favored", + "favouring": "favoring", + "favourite": "favorite", + "favourites": "favorites", + "favouritism": "favoritism", + "favours": "favors", + "feminise": "feminize", + "feminised": "feminized", + "feminises": "feminizes", + "feminising": "feminizing", + "fertilisation": "fertilization", + "fertilise": "fertilize", + "fertilised": "fertilized", + "fertiliser": "fertilizer", + "fertilisers": "fertilizers", + "fertilises": "fertilizes", + "fertilising": "fertilizing", + "fervour": "fervor", + "fibre": "fiber", + "fibreglass": "fiberglass", + "fibres": "fibers", + "fictionalisation": "fictionalization", + "fictionalisations": "fictionalizations", + "fictionalise": "fictionalize", + "fictionalised": "fictionalized", + "fictionalises": "fictionalizes", + "fictionalising": "fictionalizing", + "fillet": "filet", + "filleted": "fileted", + "filleting": "fileting", + "fillets": "filets", + "finalisation": "finalization", + "finalise": "finalize", + "finalised": "finalized", + "finalises": "finalizes", + "finalising": "finalizing", + "flautist": "flutist", + "flautists": "flutists", + "flavour": "flavor", + "flavoured": "flavored", + "flavouring": "flavoring", + "flavourings": "flavorings", + "flavourless": "flavorless", + "flavours": "flavors", + "flavoursome": "flavorsome", + "flyer / flier": "flier / flyer", + "foetal": "fetal", + "foetid": "fetid", + "foetus": "fetus", + "foetuses": "fetuses", + "formalisation": "formalization", + "formalise": "formalize", + "formalised": "formalized", + "formalises": "formalizes", + "formalising": "formalizing", + "fossilisation": "fossilization", + "fossilise": "fossilize", + "fossilised": "fossilized", + "fossilises": "fossilizes", + "fossilising": "fossilizing", + "fraternisation": "fraternization", + "fraternise": "fraternize", + "fraternised": "fraternized", + "fraternises": "fraternizes", + "fraternising": "fraternizing", + "fulfil": "fulfill", + "fulfilment": "fulfillment", + "fulfils": "fulfills", + "funnelled": "funneled", + "funnelling": "funneling", + "gage": "gauge", + "gaged": "gauged", + "gages": "gauges", + "gaging": "gauging", + "galvanise": "galvanize", + "galvanised": "galvanized", + "galvanises": "galvanizes", + "galvanising": "galvanizing", + "gambolled": "gamboled", + "gambolling": "gamboling", + "gaol": "jail", + "gaolbird": "jailbird", + "gaolbirds": "jailbirds", + "gaolbreak": "jailbreak", + "gaolbreaks": "jailbreaks", + "gaoled": "jailed", + "gaoler": "jailer", + "gaolers": "jailers", + "gaoling": "jailing", + "gaols": "jails", + "gasses": "gases", + "generalisation": "generalization", + "generalisations": "generalizations", + "generalise": "generalize", + "generalised": "generalized", + "generalises": "generalizes", + "generalising": "generalizing", + "ghettoise": "ghettoize", + "ghettoised": "ghettoized", + "ghettoises": "ghettoizes", + "ghettoising": "ghettoizing", + "gipsies": "gypsies", + "glamor": "glamour", + "glamorise": "glamorize", + "glamorised": "glamorized", + "glamorises": "glamorizes", + "glamorising": "glamorizing", + "globalisation": "globalization", + "globalise": "globalize", + "globalised": "globalized", + "globalises": "globalizes", + "globalising": "globalizing", + "glueing": "gluing", + "goitre": "goiter", + "goitres": "goiters", + "gonorrhoea": "gonorrhea", + "gramme": "gram", + "grammes": "grams", + "gravelled": "graveled", + "grey": "gray", + "greyed": "grayed", + "greying": "graying", + "greyish": "grayish", + "greyness": "grayness", + "greys": "grays", + "grovelled": "groveled", + "grovelling": "groveling", + "groyne": "groin", + "groynes": "groins", + "gruelling": "grueling", + "gruellingly": "gruelingly", + "gryphon": "griffin", + "gryphons": "griffins", + "gynaecological": "gynecological", + "gynaecologist": "gynecologist", + "gynaecologists": "gynecologists", + "gynaecology": "gynecology", + "haematological": "hematological", + "haematologist": "hematologist", + "haematologists": "hematologists", + "haematology": "hematology", + "haemoglobin": "hemoglobin", + "haemophilia": "hemophilia", + "haemophiliac": "hemophiliac", + "haemophiliacs": "hemophiliacs", + "haemorrhage": "hemorrhage", + "haemorrhaged": "hemorrhaged", + "haemorrhages": "hemorrhages", + "haemorrhaging": "hemorrhaging", + "haemorrhoids": "hemorrhoids", + "harbour": "harbor", + "harboured": "harbored", + "harbouring": "harboring", + "harbours": "harbors", + "harmonisation": "harmonization", + "harmonise": "harmonize", + "harmonised": "harmonized", + "harmonises": "harmonizes", + "harmonising": "harmonizing", + "homoeopath": "homeopath", + "homoeopathic": "homeopathic", + "homoeopaths": "homeopaths", + "homoeopathy": "homeopathy", + "homogenise": "homogenize", + "homogenised": "homogenized", + "homogenises": "homogenizes", + "homogenising": "homogenizing", + "honour": "honor", + "honourable": "honorable", + "honourably": "honorably", + "honoured": "honored", + "honouring": "honoring", + "honours": "honors", + "hospitalisation": "hospitalization", + "hospitalise": "hospitalize", + "hospitalised": "hospitalized", + "hospitalises": "hospitalizes", + "hospitalising": "hospitalizing", + "humanise": "humanize", + "humanised": "humanized", + "humanises": "humanizes", + "humanising": "humanizing", + "humour": "humor", + "humoured": "humored", + "humouring": "humoring", + "humourless": "humorless", + "humours": "humors", + "hybridise": "hybridize", + "hybridised": "hybridized", + "hybridises": "hybridizes", + "hybridising": "hybridizing", + "hypnotise": "hypnotize", + "hypnotised": "hypnotized", + "hypnotises": "hypnotizes", + "hypnotising": "hypnotizing", + "hypothesise": "hypothesize", + "hypothesised": "hypothesized", + "hypothesises": "hypothesizes", + "hypothesising": "hypothesizing", + "idealisation": "idealization", + "idealise": "idealize", + "idealised": "idealized", + "idealises": "idealizes", + "idealising": "idealizing", + "idolise": "idolize", + "idolised": "idolized", + "idolises": "idolizes", + "idolising": "idolizing", + "immobilisation": "immobilization", + "immobilise": "immobilize", + "immobilised": "immobilized", + "immobiliser": "immobilizer", + "immobilisers": "immobilizers", + "immobilises": "immobilizes", + "immobilising": "immobilizing", + "immortalise": "immortalize", + "immortalised": "immortalized", + "immortalises": "immortalizes", + "immortalising": "immortalizing", + "immunisation": "immunization", + "immunise": "immunize", + "immunised": "immunized", + "immunises": "immunizes", + "immunising": "immunizing", + "impanelled": "impaneled", + "impanelling": "impaneling", + "imperilled": "imperiled", + "imperilling": "imperiling", + "individualise": "individualize", + "individualised": "individualized", + "individualises": "individualizes", + "individualising": "individualizing", + "industrialise": "industrialize", + "industrialised": "industrialized", + "industrialises": "industrializes", + "industrialising": "industrializing", + "inflexion": "inflection", + "inflexions": "inflections", + "initialise": "initialize", + "initialised": "initialized", + "initialises": "initializes", + "initialising": "initializing", + "initialled": "initialed", + "initialling": "initialing", + "instal": "install", + "instalment": "installment", + "instalments": "installments", + "instals": "installs", + "instil": "instill", + "instils": "instills", + "institutionalisation": "institutionalization", + "institutionalise": "institutionalize", + "institutionalised": "institutionalized", + "institutionalises": "institutionalizes", + "institutionalising": "institutionalizing", + "intellectualise": "intellectualize", + "intellectualised": "intellectualized", + "intellectualises": "intellectualizes", + "intellectualising": "intellectualizing", + "internalisation": "internalization", + "internalise": "internalize", + "internalised": "internalized", + "internalises": "internalizes", + "internalising": "internalizing", + "internationalisation": "internationalization", + "internationalise": "internationalize", + "internationalised": "internationalized", + "internationalises": "internationalizes", + "internationalising": "internationalizing", + "ionisation": "ionization", + "ionise": "ionize", + "ionised": "ionized", + "ioniser": "ionizer", + "ionisers": "ionizers", + "ionises": "ionizes", + "ionising": "ionizing", + "italicise": "italicize", + "italicised": "italicized", + "italicises": "italicizes", + "italicising": "italicizing", + "itemise": "itemize", + "itemised": "itemized", + "itemises": "itemizes", + "itemising": "itemizing", + "jeopardise": "jeopardize", + "jeopardised": "jeopardized", + "jeopardises": "jeopardizes", + "jeopardising": "jeopardizing", + "jewelled": "jeweled", + "jeweller": "jeweler", + "jewellers": "jewelers", + "jewellery": "jewelry", + "judgement": "judgment", + "kilogramme": "kilogram", + "kilogrammes": "kilograms", + "kilometre": "kilometer", + "kilometres": "kilometers", + "labelled": "labeled", + "labelling": "labeling", + "labour": "labor", + "laboured": "labored", + "labourer": "laborer", + "labourers": "laborers", + "labouring": "laboring", + "labours": "labors", + "lacklustre": "lackluster", + "legalisation": "legalization", + "legalise": "legalize", + "legalised": "legalized", + "legalises": "legalizes", + "legalising": "legalizing", + "legitimise": "legitimize", + "legitimised": "legitimized", + "legitimises": "legitimizes", + "legitimising": "legitimizing", + "leukaemia": "leukemia", + "levelled": "leveled", + "leveller": "leveler", + "levellers": "levelers", + "levelling": "leveling", + "libelled": "libeled", + "libelling": "libeling", + "libellous": "libelous", + "liberalisation": "liberalization", + "liberalise": "liberalize", + "liberalised": "liberalized", + "liberalises": "liberalizes", + "liberalising": "liberalizing", + "licence": "license", + "licenced": "licensed", + "licences": "licenses", + "licencing": "licensing", + "likeable": "likable", + "lionisation": "lionization", + "lionise": "lionize", + "lionised": "lionized", + "lionises": "lionizes", + "lionising": "lionizing", + "liquidise": "liquidize", + "liquidised": "liquidized", + "liquidiser": "liquidizer", + "liquidisers": "liquidizers", + "liquidises": "liquidizes", + "liquidising": "liquidizing", + "litre": "liter", + "litres": "liters", + "localise": "localize", + "localised": "localized", + "localises": "localizes", + "localising": "localizing", + "louvre": "louver", + "louvred": "louvered", + "louvres": "louvers", + "lustre": "luster", + "magnetise": "magnetize", + "magnetised": "magnetized", + "magnetises": "magnetizes", + "magnetising": "magnetizing", + "manoeuvrability": "maneuverability", + "manoeuvrable": "maneuverable", + "manoeuvre": "maneuver", + "manoeuvred": "maneuvered", + "manoeuvres": "maneuvers", + "manoeuvring": "maneuvering", + "manoeuvrings": "maneuverings", + "marginalisation": "marginalization", + "marginalise": "marginalize", + "marginalised": "marginalized", + "marginalises": "marginalizes", + "marginalising": "marginalizing", + "marshalled": "marshaled", + "marshalling": "marshaling", + "marvelled": "marveled", + "marvelling": "marveling", + "marvellous": "marvelous", + "marvellously": "marvelously", + "materialisation": "materialization", + "materialise": "materialize", + "materialised": "materialized", + "materialises": "materializes", + "materialising": "materializing", + "maximisation": "maximization", + "maximise": "maximize", + "maximised": "maximized", + "maximises": "maximizes", + "maximising": "maximizing", + "meagre": "meager", + "mechanisation": "mechanization", + "mechanise": "mechanize", + "mechanised": "mechanized", + "mechanises": "mechanizes", + "mechanising": "mechanizing", + "mediaeval": "medieval", + "memorialise": "memorialize", + "memorialised": "memorialized", + "memorialises": "memorializes", + "memorialising": "memorializing", + "memorise": "memorize", + "memorised": "memorized", + "memorises": "memorizes", + "memorising": "memorizing", + "mesmerise": "mesmerize", + "mesmerised": "mesmerized", + "mesmerises": "mesmerizes", + "mesmerising": "mesmerizing", + "metabolise": "metabolize", + "metabolised": "metabolized", + "metabolises": "metabolizes", + "metabolising": "metabolizing", + "metre": "meter", + "metres": "meters", + "mhm": "hmm", + "micrometre": "micrometer", + "micrometres": "micrometers", + "militarise": "militarize", + "militarised": "militarized", + "militarises": "militarizes", + "militarising": "militarizing", + "milligramme": "milligram", + "milligrammes": "milligrams", + "millilitre": "milliliter", + "millilitres": "milliliters", + "millimetre": "millimeter", + "millimetres": "millimeters", + "miniaturisation": "miniaturization", + "miniaturise": "miniaturize", + "miniaturised": "miniaturized", + "miniaturises": "miniaturizes", + "miniaturising": "miniaturizing", + "minibusses": "minibuses", + "minimise": "minimize", + "minimised": "minimized", + "minimises": "minimizes", + "minimising": "minimizing", + "misbehaviour": "misbehavior", + "misdemeanour": "misdemeanor", + "misdemeanours": "misdemeanors", + "misspelt": "misspelled", + "mitre": "miter", + "mitres": "miters", + "mm": "hmm", + "mmm": "hmm", + "mobilisation": "mobilization", + "mobilise": "mobilize", + "mobilised": "mobilized", + "mobilises": "mobilizes", + "mobilising": "mobilizing", + "modelled": "modeled", + "modeller": "modeler", + "modellers": "modelers", + "modelling": "modeling", + "modernise": "modernize", + "modernised": "modernized", + "modernises": "modernizes", + "modernising": "modernizing", + "moisturise": "moisturize", + "moisturised": "moisturized", + "moisturiser": "moisturizer", + "moisturisers": "moisturizers", + "moisturises": "moisturizes", + "moisturising": "moisturizing", + "monologue": "monolog", + "monologues": "monologs", + "monopolisation": "monopolization", + "monopolise": "monopolize", + "monopolised": "monopolized", + "monopolises": "monopolizes", + "monopolising": "monopolizing", + "moralise": "moralize", + "moralised": "moralized", + "moralises": "moralizes", + "moralising": "moralizing", + "motorised": "motorized", + "mould": "mold", + "moulded": "molded", + "moulder": "molder", + "mouldered": "moldered", + "mouldering": "moldering", + "moulders": "molders", + "mouldier": "moldier", + "mouldiest": "moldiest", + "moulding": "molding", + "mouldings": "moldings", + "moulds": "molds", + "mouldy": "moldy", + "moult": "molt", + "moulted": "molted", + "moulting": "molting", + "moults": "molts", + "moustache": "mustache", + "moustached": "mustached", + "moustaches": "mustaches", + "moustachioed": "mustachioed", + "multicoloured": "multicolored", + "nationalisation": "nationalization", + "nationalisations": "nationalizations", + "nationalise": "nationalize", + "nationalised": "nationalized", + "nationalises": "nationalizes", + "nationalising": "nationalizing", + "naturalisation": "naturalization", + "naturalise": "naturalize", + "naturalised": "naturalized", + "naturalises": "naturalizes", + "naturalising": "naturalizing", + "neighbour": "neighbor", + "neighbourhood": "neighborhood", + "neighbourhoods": "neighborhoods", + "neighbouring": "neighboring", + "neighbourliness": "neighborliness", + "neighbourly": "neighborly", + "neighbours": "neighbors", + "neutralisation": "neutralization", + "neutralise": "neutralize", + "neutralised": "neutralized", + "neutralises": "neutralizes", + "neutralising": "neutralizing", + "normalisation": "normalization", + "normalise": "normalize", + "normalised": "normalized", + "normalises": "normalizes", + "normalising": "normalizing", + "odour": "odor", + "odourless": "odorless", + "odours": "odors", + "oesophagus": "esophagus", + "oesophaguses": "esophaguses", + "oestrogen": "estrogen", + "offence": "offense", + "offences": "offenses", + "omelette": "omelet", + "omelettes": "omelets", + "optimise": "optimize", + "optimised": "optimized", + "optimises": "optimizes", + "optimising": "optimizing", + "organisation": "organization", + "organisational": "organizational", + "organisations": "organizations", + "organise": "organize", + "organised": "organized", + "organiser": "organizer", + "organisers": "organizers", + "organises": "organizes", + "organising": "organizing", + "orthopaedic": "orthopedic", + "orthopaedics": "orthopedics", + "ostracise": "ostracize", + "ostracised": "ostracized", + "ostracises": "ostracizes", + "ostracising": "ostracizing", + "outmanoeuvre": "outmaneuver", + "outmanoeuvred": "outmaneuvered", + "outmanoeuvres": "outmaneuvers", + "outmanoeuvring": "outmaneuvering", + "overemphasise": "overemphasize", + "overemphasised": "overemphasized", + "overemphasises": "overemphasizes", + "overemphasising": "overemphasizing", + "oxidisation": "oxidization", + "oxidise": "oxidize", + "oxidised": "oxidized", + "oxidises": "oxidizes", + "oxidising": "oxidizing", + "paederast": "pederast", + "paederasts": "pederasts", + "paediatric": "pediatric", + "paediatrician": "pediatrician", + "paediatricians": "pediatricians", + "paediatrics": "pediatrics", + "paedophile": "pedophile", + "paedophiles": "pedophiles", + "paedophilia": "pedophilia", + "palaeolithic": "paleolithic", + "palaeontologist": "paleontologist", + "palaeontologists": "paleontologists", + "palaeontology": "paleontology", + "panelled": "paneled", + "panelling": "paneling", + "panellist": "panelist", + "panellists": "panelists", + "paralyse": "paralyze", + "paralysed": "paralyzed", + "paralyses": "paralyzes", + "paralysing": "paralyzing", + "parcelled": "parceled", + "parcelling": "parceling", + "parlour": "parlor", + "parlours": "parlors", + "particularise": "particularize", + "particularised": "particularized", + "particularises": "particularizes", + "particularising": "particularizing", + "passivisation": "passivization", + "passivise": "passivize", + "passivised": "passivized", + "passivises": "passivizes", + "passivising": "passivizing", + "pasteurisation": "pasteurization", + "pasteurise": "pasteurize", + "pasteurised": "pasteurized", + "pasteurises": "pasteurizes", + "pasteurising": "pasteurizing", + "patronise": "patronize", + "patronised": "patronized", + "patronises": "patronizes", + "patronising": "patronizing", + "patronisingly": "patronizingly", + "pedalled": "pedaled", + "pedalling": "pedaling", + "pedestrianisation": "pedestrianization", + "pedestrianise": "pedestrianize", + "pedestrianised": "pedestrianized", + "pedestrianises": "pedestrianizes", + "pedestrianising": "pedestrianizing", + "penalise": "penalize", + "penalised": "penalized", + "penalises": "penalizes", + "penalising": "penalizing", + "pencilled": "penciled", + "pencilling": "penciling", + "personalise": "personalize", + "personalised": "personalized", + "personalises": "personalizes", + "personalising": "personalizing", + "pharmacopoeia": "pharmacopeia", + "pharmacopoeias": "pharmacopeias", + "philosophise": "philosophize", + "philosophised": "philosophized", + "philosophises": "philosophizes", + "philosophising": "philosophizing", + "philtre": "filter", + "philtres": "filters", + "phoney": "phony", + "plagiarise": "plagiarize", + "plagiarised": "plagiarized", + "plagiarises": "plagiarizes", + "plagiarising": "plagiarizing", + "plough": "plow", + "ploughed": "plowed", + "ploughing": "plowing", + "ploughman": "plowman", + "ploughmen": "plowmen", + "ploughs": "plows", + "ploughshare": "plowshare", + "ploughshares": "plowshares", + "polarisation": "polarization", + "polarise": "polarize", + "polarised": "polarized", + "polarises": "polarizes", + "polarising": "polarizing", + "politicisation": "politicization", + "politicise": "politicize", + "politicised": "politicized", + "politicises": "politicizes", + "politicising": "politicizing", + "popularisation": "popularization", + "popularise": "popularize", + "popularised": "popularized", + "popularises": "popularizes", + "popularising": "popularizing", + "pouffe": "pouf", + "pouffes": "poufs", + "practise": "practice", + "practised": "practiced", + "practises": "practices", + "practising": "practicing", + "praesidium": "presidium", + "praesidiums": "presidiums", + "pressurisation": "pressurization", + "pressurise": "pressurize", + "pressurised": "pressurized", + "pressurises": "pressurizes", + "pressurising": "pressurizing", + "pretence": "pretense", + "pretences": "pretenses", + "primaeval": "primeval", + "prioritisation": "prioritization", + "prioritise": "prioritize", + "prioritised": "prioritized", + "prioritises": "prioritizes", + "prioritising": "prioritizing", + "privatisation": "privatization", + "privatisations": "privatizations", + "privatise": "privatize", + "privatised": "privatized", + "privatises": "privatizes", + "privatising": "privatizing", + "professionalisation": "professionalization", + "professionalise": "professionalize", + "professionalised": "professionalized", + "professionalises": "professionalizes", + "professionalising": "professionalizing", + "programme": "program", + "programmes": "programs", + "prologue": "prolog", + "prologues": "prologs", + "propagandise": "propagandize", + "propagandised": "propagandized", + "propagandises": "propagandizes", + "propagandising": "propagandizing", + "proselytise": "proselytize", + "proselytised": "proselytized", + "proselytiser": "proselytizer", + "proselytisers": "proselytizers", + "proselytises": "proselytizes", + "proselytising": "proselytizing", + "psychoanalyse": "psychoanalyze", + "psychoanalysed": "psychoanalyzed", + "psychoanalyses": "psychoanalyzes", + "psychoanalysing": "psychoanalyzing", + "publicise": "publicize", + "publicised": "publicized", + "publicises": "publicizes", + "publicising": "publicizing", + "pulverisation": "pulverization", + "pulverise": "pulverize", + "pulverised": "pulverized", + "pulverises": "pulverizes", + "pulverising": "pulverizing", + "pummelled": "pummel", + "pummelling": "pummeled", + "pyjama": "pajama", + "pyjamas": "pajamas", + "pzazz": "pizzazz", + "quarrelled": "quarreled", + "quarrelling": "quarreling", + "radicalise": "radicalize", + "radicalised": "radicalized", + "radicalises": "radicalizes", + "radicalising": "radicalizing", + "rancour": "rancor", + "randomise": "randomize", + "randomised": "randomized", + "randomises": "randomizes", + "randomising": "randomizing", + "rationalisation": "rationalization", + "rationalisations": "rationalizations", + "rationalise": "rationalize", + "rationalised": "rationalized", + "rationalises": "rationalizes", + "rationalising": "rationalizing", + "ravelled": "raveled", + "ravelling": "raveling", + "realisable": "realizable", + "realisation": "realization", + "realisations": "realizations", + "realise": "realize", + "realised": "realized", + "realises": "realizes", + "realising": "realizing", + "recognisable": "recognizable", + "recognisably": "recognizably", + "recognisance": "recognizance", + "recognise": "recognize", + "recognised": "recognized", + "recognises": "recognizes", + "recognising": "recognizing", + "reconnoitre": "reconnoiter", + "reconnoitred": "reconnoitered", + "reconnoitres": "reconnoiters", + "reconnoitring": "reconnoitering", + "refuelled": "refueled", + "refuelling": "refueling", + "regularisation": "regularization", + "regularise": "regularize", + "regularised": "regularized", + "regularises": "regularizes", + "regularising": "regularizing", + "remodelled": "remodeled", + "remodelling": "remodeling", + "remould": "remold", + "remoulded": "remolded", + "remoulding": "remolding", + "remoulds": "remolds", + "reorganisation": "reorganization", + "reorganisations": "reorganizations", + "reorganise": "reorganize", + "reorganised": "reorganized", + "reorganises": "reorganizes", + "reorganising": "reorganizing", + "revelled": "reveled", + "reveller": "reveler", + "revellers": "revelers", + "revelling": "reveling", + "revitalise": "revitalize", + "revitalised": "revitalized", + "revitalises": "revitalizes", + "revitalising": "revitalizing", + "revolutionise": "revolutionize", + "revolutionised": "revolutionized", + "revolutionises": "revolutionizes", + "revolutionising": "revolutionizing", + "rhapsodise": "rhapsodize", + "rhapsodised": "rhapsodized", + "rhapsodises": "rhapsodizes", + "rhapsodising": "rhapsodizing", + "rigour": "rigor", + "rigours": "rigors", + "ritualised": "ritualized", + "rivalled": "rivaled", + "rivalling": "rivaling", + "romanticise": "romanticize", + "romanticised": "romanticized", + "romanticises": "romanticizes", + "romanticising": "romanticizing", + "rumour": "rumor", + "rumoured": "rumored", + "rumours": "rumors", + "sabre": "saber", + "sabres": "sabers", + "saltpetre": "saltpeter", + "sanitise": "sanitize", + "sanitised": "sanitized", + "sanitises": "sanitizes", + "sanitising": "sanitizing", + "satirise": "satirize", + "satirised": "satirized", + "satirises": "satirizes", + "satirising": "satirizing", + "saviour": "savior", + "saviours": "saviors", + "savour": "savor", + "savoured": "savored", + "savouries": "savories", + "savouring": "savoring", + "savours": "savors", + "savoury": "savory", + "scandalise": "scandalize", + "scandalised": "scandalized", + "scandalises": "scandalizes", + "scandalising": "scandalizing", + "sceptic": "skeptic", + "sceptical": "skeptical", + "sceptically": "skeptically", + "scepticism": "skepticism", + "sceptics": "skeptics", + "sceptre": "scepter", + "sceptres": "scepters", + "scrutinise": "scrutinize", + "scrutinised": "scrutinized", + "scrutinises": "scrutinizes", + "scrutinising": "scrutinizing", + "secularisation": "secularization", + "secularise": "secularize", + "secularised": "secularized", + "secularises": "secularizes", + "secularising": "secularizing", + "sensationalise": "sensationalize", + "sensationalised": "sensationalized", + "sensationalises": "sensationalizes", + "sensationalising": "sensationalizing", + "sensitise": "sensitize", + "sensitised": "sensitized", + "sensitises": "sensitizes", + "sensitising": "sensitizing", + "sentimentalise": "sentimentalize", + "sentimentalised": "sentimentalized", + "sentimentalises": "sentimentalizes", + "sentimentalising": "sentimentalizing", + "sepulchre": "sepulcher", + "sepulchres": "sepulchers", + "serialisation": "serialization", + "serialisations": "serializations", + "serialise": "serialize", + "serialised": "serialized", + "serialises": "serializes", + "serialising": "serializing", + "sermonise": "sermonize", + "sermonised": "sermonized", + "sermonises": "sermonizes", + "sermonising": "sermonizing", + "sheikh": "sheik", + "shovelled": "shoveled", + "shovelling": "shoveling", + "shrivelled": "shriveled", + "shrivelling": "shriveling", + "signalise": "signalize", + "signalised": "signalized", + "signalises": "signalizes", + "signalising": "signalizing", + "signalled": "signaled", + "signalling": "signaling", + "smoulder": "smolder", + "smouldered": "smoldered", + "smouldering": "smoldering", + "smoulders": "smolders", + "snivelled": "sniveled", + "snivelling": "sniveling", + "snorkelled": "snorkeled", + "snorkelling": "snorkeling", + "snowplough": "snowplow", + "snowploughs": "snowplow", + "socialisation": "socialization", + "socialise": "socialize", + "socialised": "socialized", + "socialises": "socializes", + "socialising": "socializing", + "sodomise": "sodomize", + "sodomised": "sodomized", + "sodomises": "sodomizes", + "sodomising": "sodomizing", + "solemnise": "solemnize", + "solemnised": "solemnized", + "solemnises": "solemnizes", + "solemnising": "solemnizing", + "sombre": "somber", + "specialisation": "specialization", + "specialisations": "specializations", + "specialise": "specialize", + "specialised": "specialized", + "specialises": "specializes", + "specialising": "specializing", + "spectre": "specter", + "spectres": "specters", + "spiralled": "spiraled", + "spiralling": "spiraling", + "splendour": "splendor", + "splendours": "splendors", + "squirrelled": "squirreled", + "squirrelling": "squirreling", + "stabilisation": "stabilization", + "stabilise": "stabilize", + "stabilised": "stabilized", + "stabiliser": "stabilizer", + "stabilisers": "stabilizers", + "stabilises": "stabilizes", + "stabilising": "stabilizing", + "standardisation": "standardization", + "standardise": "standardize", + "standardised": "standardized", + "standardises": "standardizes", + "standardising": "standardizing", + "stencilled": "stenciled", + "stencilling": "stenciling", + "sterilisation": "sterilization", + "sterilisations": "sterilizations", + "sterilise": "sterilize", + "sterilised": "sterilized", + "steriliser": "sterilizer", + "sterilisers": "sterilizers", + "sterilises": "sterilizes", + "sterilising": "sterilizing", + "stigmatisation": "stigmatization", + "stigmatise": "stigmatize", + "stigmatised": "stigmatized", + "stigmatises": "stigmatizes", + "stigmatising": "stigmatizing", + "storey": "story", + "storeys": "stories", + "subsidisation": "subsidization", + "subsidise": "subsidize", + "subsidised": "subsidized", + "subsidiser": "subsidizer", + "subsidisers": "subsidizers", + "subsidises": "subsidizes", + "subsidising": "subsidizing", + "succour": "succor", + "succoured": "succored", + "succouring": "succoring", + "succours": "succors", + "sulphate": "sulfate", + "sulphates": "sulfates", + "sulphide": "sulfide", + "sulphides": "sulfides", + "sulphur": "sulfur", + "sulphurous": "sulfurous", + "summarise": "summarize", + "summarised": "summarized", + "summarises": "summarizes", + "summarising": "summarizing", + "swivelled": "swiveled", + "swivelling": "swiveling", + "symbolise": "symbolize", + "symbolised": "symbolized", + "symbolises": "symbolizes", + "symbolising": "symbolizing", + "sympathise": "sympathize", + "sympathised": "sympathized", + "sympathiser": "sympathizer", + "sympathisers": "sympathizers", + "sympathises": "sympathizes", + "sympathising": "sympathizing", + "synchronisation": "synchronization", + "synchronise": "synchronize", + "synchronised": "synchronized", + "synchronises": "synchronizes", + "synchronising": "synchronizing", + "synthesise": "synthesize", + "synthesised": "synthesized", + "synthesiser": "synthesizer", + "synthesisers": "synthesizers", + "synthesises": "synthesizes", + "synthesising": "synthesizing", + "syphon": "siphon", + "syphoned": "siphoned", + "syphoning": "siphoning", + "syphons": "siphons", + "systematisation": "systematization", + "systematise": "systematize", + "systematised": "systematized", + "systematises": "systematizes", + "systematising": "systematizing", + "tantalise": "tantalize", + "tantalised": "tantalized", + "tantalises": "tantalizes", + "tantalising": "tantalizing", + "tantalisingly": "tantalizingly", + "tasselled": "tasseled", + "technicolour": "technicolor", + "temporise": "temporize", + "temporised": "temporized", + "temporises": "temporizes", + "temporising": "temporizing", + "tenderise": "tenderize", + "tenderised": "tenderized", + "tenderises": "tenderizes", + "tenderising": "tenderizing", + "terrorise": "terrorize", + "terrorised": "terrorized", + "terrorises": "terrorizes", + "terrorising": "terrorizing", + "theatre": "theater", + "theatregoer": "theatergoer", + "theatregoers": "theatergoers", + "theatres": "theaters", + "theorise": "theorize", + "theorised": "theorized", + "theorises": "theorizes", + "theorising": "theorizing", + "tonne": "ton", + "tonnes": "tons", + "towelled": "toweled", + "towelling": "toweling", + "toxaemia": "toxemia", + "tranquillise": "tranquilize", + "tranquillised": "tranquilized", + "tranquilliser": "tranquilizer", + "tranquillisers": "tranquilizers", + "tranquillises": "tranquilizes", + "tranquillising": "tranquilizing", + "tranquillity": "tranquility", + "tranquillize": "tranquilize", + "tranquillized": "tranquilized", + "tranquillizer": "tranquilizer", + "tranquillizers": "tranquilizers", + "tranquillizes": "tranquilizes", + "tranquillizing": "tranquilizing", + "tranquilly": "tranquility", + "transistorised": "transistorized", + "traumatise": "traumatize", + "traumatised": "traumatized", + "traumatises": "traumatizes", + "traumatising": "traumatizing", + "travelled": "traveled", + "traveller": "traveler", + "travellers": "travelers", + "travelling": "traveling", + "travelog": "travelogue", + "travelogs": "travelogues", + "trialled": "trialed", + "trialling": "trialing", + "tricolour": "tricolor", + "tricolours": "tricolors", + "trivialise": "trivialize", + "trivialised": "trivialized", + "trivialises": "trivializes", + "trivialising": "trivializing", + "tumour": "tumor", + "tumours": "tumors", + "tunnelled": "tunneled", + "tunnelling": "tunneling", + "tyrannise": "tyrannize", + "tyrannised": "tyrannized", + "tyrannises": "tyrannizes", + "tyrannising": "tyrannizing", + "tyre": "tire", + "tyres": "tires", + "unauthorised": "unauthorized", + "uncivilised": "uncivilized", + "underutilised": "underutilized", + "unequalled": "unequaled", + "unfavourable": "unfavorable", + "unfavourably": "unfavorably", + "unionisation": "unionization", + "unionise": "unionize", + "unionised": "unionized", + "unionises": "unionizes", + "unionising": "unionizing", + "unorganised": "unorganized", + "unravelled": "unraveled", + "unravelling": "unraveling", + "unrecognisable": "unrecognizable", + "unrecognised": "unrecognized", + "unrivalled": "unrivaled", + "unsavoury": "unsavory", + "untrammelled": "untrammeled", + "urbanisation": "urbanization", + "urbanise": "urbanize", + "urbanised": "urbanized", + "urbanises": "urbanizes", + "urbanising": "urbanizing", + "utilisable": "utilizable", + "utilisation": "utilization", + "utilise": "utilize", + "utilised": "utilized", + "utilises": "utilizes", + "utilising": "utilizing", + "valour": "valor", + "vandalise": "vandalize", + "vandalised": "vandalized", + "vandalises": "vandalizes", + "vandalising": "vandalizing", + "vaporisation": "vaporization", + "vaporise": "vaporize", + "vaporised": "vaporized", + "vaporises": "vaporizes", + "vaporising": "vaporizing", + "vapour": "vapor", + "vapours": "vapors", + "verbalise": "verbalize", + "verbalised": "verbalized", + "verbalises": "verbalizes", + "verbalising": "verbalizing", + "victimisation": "victimization", + "victimise": "victimize", + "victimised": "victimized", + "victimises": "victimizes", + "victimising": "victimizing", + "videodisc": "videodisk", + "videodiscs": "videodisks", + "vigour": "vigor", + "visualisation": "visualization", + "visualisations": "visualizations", + "visualise": "visualize", + "visualised": "visualized", + "visualises": "visualizes", + "visualising": "visualizing", + "vocalisation": "vocalization", + "vocalisations": "vocalizations", + "vocalise": "vocalize", + "vocalised": "vocalized", + "vocalises": "vocalizes", + "vocalising": "vocalizing", + "vulcanised": "vulcanized", + "vulgarisation": "vulgarization", + "vulgarise": "vulgarize", + "vulgarised": "vulgarized", + "vulgarises": "vulgarizes", + "vulgarising": "vulgarizing", + "waggon": "wagon", + "waggons": "wagons", + "watercolour": "watercolor", + "watercolours": "watercolors", + "weaselled": "weaseled", + "weaselling": "weaseling", + "westernisation": "westernization", + "westernise": "westernize", + "westernised": "westernized", + "westernises": "westernizes", + "westernising": "westernizing", + "womanise": "womanize", + "womanised": "womanized", + "womaniser": "womanizer", + "womanisers": "womanizers", + "womanises": "womanizes", + "womanising": "womanizing", + "woollen": "woolen", + "woollens": "woolens", + "woollies": "woolies", + "woolly": "wooly", + "worshipped": "worshiped", + "worshipper": "worshiper", + "worshipping": "worshiping", + "yodelled": "yodeled", + "yodelling": "yodeling", + "yoghourt": "yogurt", + "yoghourts": "yogurts", + "yoghurt": "yogurt", + "yoghurts": "yogurts" +} diff --git a/old_luganda_test_predictions.tsv b/old_luganda_test_predictions.tsv new file mode 100644 index 0000000..9d91d4d --- /dev/null +++ b/old_luganda_test_predictions.tsv @@ -0,0 +1,1029 @@ +audio_id speaker_id reference prediction +UG001_LUG001 UG001 Abakyala bali mu kukola mirimu gyaabwe okusiItula emiti gya matooke , okukola ebibbo, babeerawo nga bakola emirimu mingi wegityo okugeezako betongole. Abakyala bali mu kukola emirimu gyaabwe nga basitula amatooke okukole ebiibo babera awo n’gabakola ebirimu ebingi bwebityo okugezaako ng‚a betungule +UG001_LUG002 UG001 Ebibala ebimyufu ne ebyeelubinyumye nyo wanno okusinziira nga webibeera mu mikolo ejja tradition ne bilala, binyumye nyo mu bibala byabyo, wembilabaako nzijukiira olunako lwabampereza ekimuli. Ebibala ebimyufu nebyeru binyumye nnyo wano okusinziira nga bwe bibera mu mikolo egya tradition nemirala byonna bimyimye bulungi nti biri mubibale byabyo kati bwembirabako zijukira olunaku lwewampereza ekimuli +UG001_LUG003 UG001 Emikolo basimbyeewo tenti balinze abantu bajje bayingiile omukolo, banyumyeemu, banyumiirwe balabe ku bagole nabalala, bazinjukiza nga ndi mbaga ya mukwano gwange, ka decoresoni kali kalungi nga kano kendaba wano. Emikolo esimbye wo tenti, balinze abantu bajje bayingira omukolo, banyumirwe balabe ku bagole nabalala. Nga ndi mu mbaga ya mukwano gwange ka decoration kali kalungi nnyo nga kanakundaba wano +UG001_LUG004 UG001 Abayindi abayina ebibbo balabika nga bali mukwabya ebitambo mu malamizo gaabwe. Abayindi abayindii balina ebibbo balabika nga bali mu kwaayo ebitambo ku malamizo gaabwe. +UG001_LUG005 UG001 Enimiro ya ya majjaani erimu omuntu nga agakima, ate nekilara mulimu no obukubo emotoka ze gayitamu nga bwolaba agebiseera ebyo wegabeela. Ennimiro ya majjaani erimu omuntu nga agakima ate nekirala mulimubukubo bwe mwoloka bwesi baziyitamu naye woba age busenyi wegabeera +UG001_LUG006 UG001 Omusubuzi wo kuluguddo ali mukwokya kasooli, akasooli kawooma nyo akawungezi nga ogenda waka nokayitako kati nga bwolaba we nali sityudenti nga bwolaba bwe naali ndi student bwenali ndi omuyizi ku makerere waliwo abakyala benali ndaba okumpi ne enguddo nga banoga kasooli nga otukaako nogula kasooli nogenda nga omenyako. Omusubuzi bwe ku nguudo ali mu kwokya akasooli, akasooli kanyuma nnyo okawungeezi ng'ogenda awaka oyitirawo awo nokakola kati nga olaba bwenali studenti nti bwendala ndi muyizi ku makeere waliwo abakyala babera awokumpi ne ngundo nge banogwa kasoolI otukaako nogulira wo kasoli ka lukumi nogenda ngo omenyako +UG001_LUG007 UG001 Omukyala ali mukutunda amanda ate amanda mangi amanda gakola emirimu mingi, okukuuma seminti no kukuuma ebintu ebirimu obuwuka gayamba nyo abakyala abatalina mijjulo okufumbira mu sigili nebiraala nga ebyo. Omukyala ali mu kutunda amanda ate manda mangi gakola emirimu emingi okufumba okukuuma cement nokugoba ebintu ebirimu obuwuka gayamba nnyo abakyala batayina bijjiro okunfumbira mu sigiri nebirala ng’ebyo. +UG001_LUG008 UG001 Abayindi bali ku kizimbe kyaabwe nga basitudde ebibbo, omuyindi oli ayambadde esaati ya white, ayina enviiri nga ngyelu akutte akadomola. Abayindi bali ku kizimbe cyaabwe nga basitudde ebyibo. Omuyindi oli ayambadde ssaati ya wayiti, alina envili nzijje zzeeru ngakutte akadoomola +UG001_LUG009 UG001 Abantu mu Uganda bali mukujaguza nga bali mukukiima fuudu, nga bona kilabika waliwo omukolo nga bayitiddwa awo nga bali mu kulya Abantu mu Uganda bali mukujagajja nga bakwata balimukusima food nge bonna kirabika waliwo omukolo ngaba yitidde awo balikulya +UG001_LUG010 UG001 Eno tawuni ye Uganda emotoka ziri ku nguudo ne boda boda ziriko abantu nga ziri busy, kilabika mulimu turafiki , kati turafiki ono mu Uganda ebera kizibu kinene mu Uganda ova kumulimu nga otuuka ewaka ekiro. Eno town ye Uganda, emmotoka ziri ku nguddo ne bodaboda ziriko abantu nga ziiri busy kirabika mulimu traffic kati traffic eno mu uganda ebeera kizibu kinene mu Uganda ova ku mulimo otuka ewaka ekiro +UG001_LUG011 UG001 Omusajja ali ku gaali atunda amatooke no mulala omusajja atambula mu byalo byewaffe eyo mu Uganda wabela yo abantu abatambuza matooke nga ku motoka, ku gaali nga webityo. Omusajja ali ku ggaali atunda amatooke nomulala omusajza akute ekikopo atambula mu byaalo bye waffe eyo mu Uganda mubeeramu abantu abatambuza mattooke kumoloka, ku Ggali nga bwebityo. +UG001_LUG012 UG001 Mu Uganda mulimu ensolo , enjovu, zino enjovu zili mu kakuuni emu nga zeyagadde, zili mukulya ate zili mu nasono paka nga omusana weguuli ne ebimyansi webili. Mu Uganda mulimu ensolo enjovu zino enjo vu ziri mu kakundi emu nga zeyagadde ngaziri mukulya ate zirimu national park nge omusana weguli nebinyansi webiri. +UG001_LUG013 UG001 Nasono paka elimu ensolo zebayita giraffe, ensolo ze bayita giraffe zidduka nyo, wokalabira wali ne kaduuka tosobola ku kakwaata ate kalya ebibala olumu kabeera awo ne kalya ebyokulya bye ensolo endala nga empologoma. Eno national park erimu ensolo zibayita giraffe nga ensoli eziduka nnyo wokalabira wali ne kadduka tesobola kakwata ate kali mu bibala kalye ebibala kabeera awo olumu kabera ebyokulya byensolo endala ng’empologoma +UG001_LUG014 UG001 Emere eri kusiyaani erabikanga nga omukyeere oba akawunga eri ku meeza kino kilabika nga omuntu attadeewo emere okulya. Emmere eri ku suyaani nga erabika ng’omuceere oba akawungu, erimu kumeeza era kyekitegeera kino kirabikirnga omuntu asavinze atadewo emmere okulya +UG001_LUG015 UG001 Turafiki nyingi nyo wano ekampala olaba ebimotoka ebinene,abamagaali,abeepiki bali ,mu kutambula ate enguudo nfuunda nyo, bwendaba wano kino ekifananyi kilaga embeera ye Kampala nga bwebeera. Traffic nnyingi nryo wano mu Kampala, olaba emmotoka ebineene, ebi loole, awa ma gaaali, aba mapiki, abomotoka obutono bali mukutambula ate enguudo nfunda nyoo okusinziira nga bwendaba kino ekifananyirwa kiraga embeera ye kampala naye nge webera +UG001_LUG016 UG001 Edduuka ezitunda hadiweya ziliko kawuuba elangi namaduuka abntu batmbula bali mu bizinensi. Edduuka ezitunda hardware ziriko kawuuba, erangi ne namadduko abantu batambula bali mu business +UG001_LUG017 UG001 Emere eno mukyeere, kageege ne ebinyobwa eliku meeza ku sowani enjeelu, eno emere enyuma nyo nga ovudde ku mulimu nga toyagala kuewatta matooke, emere eno enyuma nyo nga bwokiwulira. Emmere eno, muceere, kabeggi n’ebinyobwa biri ku mmeeza ku ssowaani enyerlow ate enno emmere nyuma nnyo nga ovudde ku mulimu naye toyagala kuba amatooke otekako nawo emeere nanyuma wange bwokyubulira. +UG001_LUG018 UG001 Emotoka eri ku nguudo egenda eri ne boda egenda eno, waliwo amayumba agalilanye oluguudo nga galabika nga amayumba ga abantu. Emmotoka eri ku nguudo egenda eringa ebusa agendaeri ne boda agenda eno. Waliwo amayumba agaliranye oluguudo nga galabika ng’amayuuba g‚abantu +UG001_LUG019 UG001 Abantu batudde abalala bali mu kukola mu katale ka matooke, kindabikira nti kalinga ka resitoranti, omuntu ali mukulya amatooke, mulimu ebijanjaalo mulimu esigili abantu bali mukulya abalala batudde awo, byona bili Abantu batudde abalala bali mu kkola ku katale ka matooke kirabika kindabikira nti kalinga aka restaurant omuntu ali mu kulia amatooake, ebijanjalo mwalimu esigiri abamu bafumba abalal batude amanda ggali awo buli kimu kyonna kwegamba byonna biringa +UG001_LUG021 UG001 Ensiiko, olutooke ne ensiiko mulimu byalangi ya kinyansi gajilinanye kugamba, galabika nga agatafibwako, tegalina ekiriisa. Ensiko olutooke nensiko mulimu bya kinyansi byalangi ya kiyasi nga ggali ganirinanye okugamba galabika ngagatafibwako tegalina ekiriisa +UG001_LUG022 UG001 Emotoka zili kuluguudo ne boda eli kuluguudo zisitudde abantu kyezili olaba kumabbali go luguudo lwa entebbe nga lugenda kuba telulina jamu mungi kuba emotoka zitambula, eboda zitambula. Emmotoka ziri ku lugudo ne boda zuri kulugudo zitude abantu kye ziiri olaba mu mabbali w’enguuto luno oluguudo lulinga olwa entebbe nga lugenda kubanga tulindawojam nnyingi emmotooka zitambula amaboda gatambu +UG001_LUG023 UG001 Abakyala bali mu kuguula amenvu, amatooke,enva , nyaaya bali kuduuka na matooke nabantu bali mu kuggula matooke no kutwala ewabwe babeko kyebefumbirako. Abakyala bali mu kutunda,bali mukugula amenvu amatooke,enva ennyaanya.Bali ku dduuka na mattooke nabantu balimukuggula ebintu okutwala ewaabwe babe kibakukibefumbirako +UG001_LUG024 UG001 Ekifananyi kino kilaga etawuni ye kampala nga bakikubidde emabbali,etawuni yekampala erabika bweeti bulungi nga ogilabila nga oli wagulu ku kizimbe oba nga olabira ku kamera, mulimu amamotoka , mulimu Ekifananyi kino kiraga etawuni ye Kampala nga bakikubudde emabali etauni ya kampala erabika bweti bulungi ng’ogirabira gwa nge oliku mutwe ngo oli waggulu ku kizimbe oba oli wansi ngo labira ku kamera mulimu amamotoka +UG001_LUG025 UG001 Akatale kebibala nenva nga waliwo wotameloni nebifananyi yabyesimbyeeko, naye nemidaala gyabantu emirala abli mukutunda bali awo mukatale. Akatale akatale kebibala ne nenva nga waliwo watermelon ne bifananyi jabesimbyeko nemiddaala gya bantu abalala bali mu kutunda balyawo mu katale +UG001_LUG026 UG001 Abantu wano muluguudo mu tawuni bali bangi nga oyitila mu kikuubo nga olaba abantu bali bangi nyo, mulimu obutale,kano aktale kalionga aka Nakasero maketi nga kali mukutunda. Abantu wano mu lugudo mu town bali bangi, wandabikira nga ku kikkubo kyoba oyitila eyo nge olaba abantu balyangi nnyo mulimu akatale kano akasero market waliwo abanyu bangyi naye omulyango ali mu kutunda byayina +UG001_LUG027 UG001 Edduka lya KFCgebatela okugula enkooko gyebateela okugula mu Kampala waliyo emotoka, emu ya dabo kabbini endala ya kika ekya Subaru. Edduuka ya KFC mu Kampala gyebatera okugula enkoko gyabangi gebanyumirwa nnyo mu kampala waliwo emmotoka bbiri, emu ya double cabin endalya yakikati ekya subalu ne +UG001_LUG028 UG001 Ettundiro lya mafuuta liliiko emotoka, liliiko abantu nabakozi abamu abatunda amafuta kwebali awo, waliwo ekizime nga tekinaba kuggwa waliwo noluguudo kindabikira nga sitagi yew masaka nyondo. Etundiro lyamafuta liriko emmotoka lirimu abantu nabakozi bAbatunda amafuta nabo kwebalya wo waliwo ekizimbe nga tekennagwa noluguudo nge ggenda mu pakinga endala oluguuddo kyendabikira nti stage ye masaka nyondo +UG001_LUG029 UG001 Akatale kebatundiramu enteb, fanikya, amatanka nenyumba mulimu waya ze nyumba ezamasanyalazze. Akatale ke batundiramu kebatundira mu entebe, furniture, emiti, amatanka ne nnyumba zirimu wiring za masanyalaze. +UG001_LUG030 UG001 Emere ya matooke ne kabbegi, nenyama eli ku siyaani enjeru nga biri kumezza enungi enyo nekilala eno emere gyetulidde leero. Emmere ya matooke ne cabbage nennyama eri ku siyaani enyeru nga biri mu mmeeza ennungi nnyo n’ekirala eno emmere gyetulidde leero. +UG001_LUG031 UG001 Buleke fasti kuliko kyaayi mukalu, amenvu na amajji, ne kyapati nga bili kumezza ennungi nga bwetwalidde leero kumakya. Breakfast kuliko caayi mu kalu, amenvu n’amajje ne chapati beeyi ku siyaani ku mmeeza ennungi nga etwalidde leero ku makya. +UG001_LUG032 UG001 Abantu ne motoka bazituute ku mafuta okufuna amafuta zeyongeleyo okutambula,nga bwoba olaba omuntu nga atambula nga amafuta gamuweddeko ayitirawo eri ku petulositesooni nagulayo amafuta na continyuwinga nga bwolaba petulositesooni eya. Abantu ne mmotoka bazitudde ku mafuta okufuna amafuta zeyongera eyokutambula nga bwoba olaba omuntu atambuza amasuta agamuwedde ko ayitirawo eri ku petrol station nafunayo amavuta nag onar continuinga nabwobola aba petrolstation eya +UG001_LUG034 UG001 Amatooke gali ku motoka bagavuga bagatwaala mu bifo ebitaliimu matooke ate gano gasimbye bulungi kwegamba tegononeeka, amatooke gano ganyuma nyo nga omazze gawata nogatwaaala nogafumba. Amatooke ggali ku mmotoka bagavuga bagatwala mu bifo ebitalimu matoo ke ate gano ganno amattooke gasembye bulungi kwegamba nti tegononookaate amatooke ganyuma nnyo ng’omaze gagula nowata nogafumba nogakola nogateeka mudagala negabeerawo awo. +UG001_LUG035 UG001 Endabikila nga ekatanga kubanga ewantu wonna wakyafu nyo nabantu balabikanga abatunda simanyi oba abantu bali mukutunda kati kasasilo ebeera awo nyingi nyo. Eno endabikira nga eka tanka kubanga awantu wonna wakyafu nnyo n’abantu bali mu balimu mukutunda simanyi obwa kirabika ng” abantu mulimukutinda kati kasasiro ebeera awo nyinji nyo. +UG001_LUG036 UG001 Tuliku nyanja mulimu ebikyaffu bingi, amaato galilanye ku wagulu we nyanja waliwo ebinyansi ebyakilagala Tuli ku nnyanja mulimu ebikyafu bingi amato galingaane ku waggulu we Nyanja waliwo ebinyaansi ebyakiragala. +UG001_LUG037 UG001 Emere gyosobola kulya nogamba ndiide emerekubanga ekiri wanno kino sikilabanga ne green ekozze dikoresoni, binzijukizza olunaku lwenagenda ne mukwano gwange okwewaamu no kwesanyussa twalya ekyenyajja nekitulemeela wo. Eno emmere gyosobola okulya nogamba ndidde mmere kubanga ekirwano kino sikirabanga ekyennyanja ne green, byonna birungi bikoze nga decoration binzijukiza olunaku lwe nagenda ne mukwono gwange okwewaamu ngas tulya ngatunyumira twali ekenyenja nakituremerako +UG001_LUG038 UG001 Abakyala abomuganda mu karamoja bambala bwebati okulaga kalikya yabwe nga bali ku buyumba bwabwe obwekika, batudde awo mumbugga, bali bapozinze okufuna ekifananyi nga bwoba olaba abantu ababeleeyo mu kibuga nga bwebakola. Abakyala abomu Uganda mu Karamoja bambala webati okulaga culture yaabwe nga bali ku buyumba bwaab we obw’ekika batudde awo mu mbuga balibapozize okufuna ekifananyi naye woba olaba abantu ababeera eyo mu bibuga nage bakola obeerawo nolaba abaana ngabatude +UG001_LUG039 UG001 Abasajja abekaramoja nga bambadde balinga abagenda kumukolo, bali mu famu zaabwe, bonna balina obugatto obufanagana obwekika kya karamoja, enyambala gyebambaddemu ye karamoja yenyini nyini. Abasajja abe karamoja nga bambadde balinga bagenda ku mukolo bali mu farm zaabwe wano bayina obugaato obufanagana bekomyeewo bayita obugatto obfanaganya obwekika eya ba karimoja enyamba jibambadeemu yaba nekaramojja benyininyini +UG001_LUG040 UG001 Abakyala batunda engoye nabamu bali mukutunda engoye mu katale nga balilanye ebizimbe ebineene naye ate abantu tebalina wakuyitila kubanga ebintu bingi, akatale kalabika okuba busy nyo. Abakyala batunda engoye mu katale nabamu bali mukugula ngoy omukatale akanyiranye ebizimbe ebinene ate abantu tebalina nebakuyitira kubanga e bintu bingi akatare kalabika kabeera busy ennyo +UG001_LUG041 UG001 Mu nimiro yamajjani mu Uganda mulimu abakyala nabaami bali mu kulima bamu bali mu kuyiwaamu amaazi, mulimu muwogo, mulimu ne lumonde. Ennimiro ya majani mu Uganda mulimu abakyala nabami bali mukuluma abamu balI mu kuyigatinga balMu ku yibamU amazzi guno omusiri eno endomero mulimo muwogo mulimi ne noyini mundi. +UG001_LUG042 UG001 Akatale ke ebibala omuli enyaanya, nebikajjo, okutambula mulimu entebe,abamu bali mukutunda abalala bali ku midaala gyabwe nga batunda ebibala. Akatale ke bibala omuli ennyaanya, amenvu ebikajjo nabakyala bali mu kutambula mulimu entebe abamu baliu ku tunda abalala batudde ku midaala gyaabwe ngabatunda ebiibala byaab we +UG001_LUG043 UG001 Akatale kebibala mulimu kasooli ne kaloti, nemiddaala , abakyala na abaami basubuuzi bali mukutunda ebyaabwe. Akatale kebibala mulimu ennyaanya,mulimun kasooli ne carrot namiddaala abakyala nabami oba balinga basubuzi bali mu kutunda ebyo byaabwe. +UG001_LUG044 UG001 Amenvu bagafumbye bulungi nebatekaamu suppu,nebatekamu nenva ezidugavu nga kuliko elyenvu eriyengedde enyo mulimu ne ebigiiko. Amenvu bagafumbye bulungi nebateekamu ssipu bateeka ko nenva endogavu biri ku mmeeza mulimu eryenvu eri yingedde nnyo mulimo ne bijjiiko +UG001_LUG045 UG001 Emotoka esitudde wotameloni kuliko ne embawo nga zilinga ezisanikidde, muliko omuwala atudde waggulu ali mukulaba omwana attunda wotameloni ku motoka ya pikaou ezedda erikumpi awo nekizimbe ekiringa oluguudo. Emmotoka ezitudde watermelon muliko ne mbaawo ziringa ezi sanikidde muliku omuwala atudde waggulu awo ali mu kulaba omwami ali mukutunda watermelon ku mmotooka ye pikapu eva edda eri kumpaawO nekizimbe ekiringwa oluguudo +UG001_LUG046 UG001 Omulimi afanagana no omuyimbi bano abeyuganda nga bwebafanagaana ali ne ekibbo ku mugongo gwe ate ali mu kukongola majjaani mu musiri bwegaba gakuzze webatyo wrebakola. Omulimi omulumi afanagana nomuyimbi abaana be Uganda nga bwebafananganga ali nekibo kumugongo gwe ate alimukusu Alimuku kwobola amajaani mu musiri wegaba gakuzze webakebwa akola +UG001_LUG047 UG001 Ekifananyi kyebakubidde ewala kilabika bulungi oyinza okugamba, oyinza kulowooza eno tawuni ya amerika kumbe eno tawuni ya Uganda abantu gyetusinziira, mu makati awo waliwo ekisaawe kyp omupiira nga bwolaba Nakivubo awo nga wewali wali mu makati getawuni. Ekifananyi ekibakubidde ewala kirabika bulungi oyinza okulowooza eno etawuni ya New York kumbe erya Uganda abantu jetusinziira mu makati awo waliwo esawa ekyomupiira ekiringa ennachivuvu nga bwewali walaba ennakivvulu aw o naye nyina wa makatti ge ttawuni +UG001_LUG048 UG001 Abakyaala bali ku selefi bali mu kumwenyerera balina ebibala balina muwogo, abakyala basubuuzi, nga bwomanyi abkyala bakola buli kimu kyonna okulaba nga bakuliyetinze ebibasanyussa nga selefi, okusanyuka, olugambo byona bwebityo. Abakyala abali ku self bali mukumwenyereera balina ebibala balita muwogo abakyalabasubuzi nga bwomanyi abakyalo abasumbuzi bakola buli kimukyoona okulaba bakriyetinze ebybasanyusa ngo a-self nge kusanyuka olugambo lyonna lwebitye +UG001_LUG049 UG001 Omukyala ali mukutundda enva kwono omwaami alinga amugamba twalilako mukyala wo zino enva ne nyaanya nebilala nga omusaajja alaba omukyala nga ali mukumwenyeerera, kiyinza okulabika nga ekintu ekibeera nyo mu Uganda. Omukyala ali mu kutunda enva ono omwami ali nga amugamba twaliirako omukyalo zino envva ezennyaanya ne birala, omusajja alaba omutyala wenali mukumwenyerera kiyinza kulabika nge ekintu ekibeera nyoo mu Uganda +UG001_LUG050 UG001 Mukyala yomu ali yeka nga attunda enva, enyaanya ne doodo kumasefuliya, kumeeza nga ali musanyuffu nagalab ssente zijja essawa yonna. Omukyala yomu ali yeka nga atunda enva, nyaanya ne doodo, zirekisi ku masafuriya ku meza naye ali musanyufu alaba ssente zijje ssaawa yonna +UG001_LUG052 UG001 Endimiro ya muwoggo mulimu abalimi bali mu kulima enimiro yabwe bakole bye bagaala. Ennimiro ennimira ye muwogo mulimu abalimi bali mukulaba balimukulumia ennima yaabwe bakolebwa byebagala. +UG001_LUG053 UG001 Abakyala mu Uganda bwebaeela mu butale baaba batunda ebintu byabwe ebibawo nga enyaaya ne carrot nga batunda nga ki nga ckabbegi nga enyanya ne bilala. Abakyala mu Uganda webaberera mubutale baba batunda ebintu byaabwe ebyo babiyisawo nga ennyaanya ne karoti naye balinze abasubuzi abajja newamanyi ssente byebabatunda ngaki cabbage, nge n'ennyaaya nebirala +UG001_LUG054 UG001 Eboda boda nga eliko omusajja ajivuga eriranye je batundira ebintu bya pulasitiika, amatanka, mulimu ne ebitanda eli wagulu waliwo emotoka nga zipakinze. Eboda boda nga eriko omusajja ajivuga eri nyina linyanye gye batundira ebintu bya pulasitika tugenze nge amatanka mulimu ne bitanda eryewagulu waliwo emmotoka nganzi pakinze +UG001_LUG064 UG001 Ekikopo kili ku meeza eno Ekikopo kiri ku mmeeza eno. +UG001_LUG065 UG001 Nvudeyo ewaka nga bukya Tudeyo ewaka nga bukya +UG001_LUG066 UG001 Tugende ewa musawo zo kumakya Tugenda ewa musawo ku makya +UG001_LUG072 UG001 Tukolera wammu okuvila ddala kuntandikwa Tukolera wamu okuziyira ddala kuntandikwa +UG001_LUG075 UG001 Ensimbi zili mu saati ya taata Ensimbi ziri musuuti ya taata. +UG001_LUG078 UG001 Ekifananyi kino kizizaamu essanyu Ekifananyi kino ki nzizaamu essanyu +UG001_LUG079 UG001 Okutambula kunyumiira mu kiro Okutambula kinyumira mu kiro +UG001_LUG080 UG001 mpereza ekiwandiko ku telefoni Mpereza ekiwandiko ku terefooni +UG001_LUG081 UG001 Ffuna ekitabo mukabati akatono Funa ekitabo mukabaati akatono +UG001_LUG082 UG001 Emmere eli ku saawa eyataffera Emmere eri kusawa ya tafiiri +UG001_LUG096 UG001 Ebugguma lya leero linyogovu nyo Ebugumu lya leero linyogovu nnyo +UG001_LUG100 UG001 Nzize okufunna obubaka bwo. Nzize okufuna obubaka bwo. +UG001_LUG101 UG001 Enyumba eno elimu abatambuze abassatu ennyumba eno erimu abatawuzi abasatu. +UG001_LUG103 UG001 Okwagala okuyiga enimi endala Twagala okuyiga enimi endala +UG001_LUG104 UG001 Nsaaba amagezi okuva gyooli Tusaba amagezi okuva gyooli. +UG001_LUG105 UG001 Ndi ne nyabo kukyaalo Ndi ne nyabo ku kyalo. +UG001_LUG111 UG001 Ekifo kino kinyomeddwa nyo Ekifo kino ki nyumidde nnyo. +UG001_LUG115 UG001 Kakati tutegeke entuula yaffe. Kati tutegeke entuula yaffe. +UG001_LUG118 UG001 Abayizi bali mu kikomera kati Abayizi bali mu kisulo balimu ku ssomero kati. +UG001_LUG119 UG001 Mpa ssente zino nzileete ewaka Mpa ssente zino nzireete ewaka. +UG001_LUG120 UG001 Omukazi Oyo atambula nedoboozi ddene Omukazi oyo atambula n'eddoboozi eddene. +UG001_LUG121 UG001 Ebirungi bijja mu bwangu nyo Ebirungi bizze mu bwangu nnyo. +UG001_LUG127 UG001 Obulamu buli mu bulaago bwange Obulumi obulumu bulimubulago bwange. +UG001_LUG133 UG001 Tugenda eyo ewa jajja kunkomero Tugenda ewa jjajja ku nkomerero +UG001_LUG138 UG001 Tugenda muluwumula lwe somero Tugenda mu luwumula lwa ssomero. +UG001_LUG141 UG001 Okusaba kusobola kusobola okukola enkyukakyuka Okusaba kusobola okukola enkyukakyuka +UG001_LUG144 UG001 Funa emikono gyo ogyebdabyeeko Funa emikono gyo gyendabeko. +UG001_LUG271 UG001 Nze nkimanyi nti obulamu bwonna busobola okukyuka mukaseela katono Nze nkimanyi nti obulamu bwonna busobola okukyuka mu kaseera katono. +UG001_LUG272 UG001 Eddagala elisinga obulungi si lyakusaba naye lya kwetegga nensonga ezamanyi Eddagala erisinga obulungi siryakusaba naye lya kwetega ne n’ensonga ezamaanyi. +UG001_LUG273 UG001 Enkuba bwe yongela okunyirira, abantu bangi bayimirira mu nkuba nga bagenda ku mirimu. Enkuba weyongera okunyirira abantu abangi bayimirira mu nkubo nga bagenda ku mirimu. +UG001_LUG332 UG001 Abantu muffe ebyensiikeke bakozesabobudde obungi okulima ebyokulya, emmere era kino kyekimu kubintu byabwe ebyensonga Abantu mu bifo ebyensiike bakozesa obudde bungi okulima ebwokulya ng’emmere era kino kiba kye bintu byaabwe ebye nsonga +UG001_LUG335 UG001 Abantu mu Uganda balina obuzibu mu kwogela kumilimu Gye buli lunaku okufuna ebuyiiya obulongofu Abantu mu Uganda balina obuzibu mu kwongera ku mirimu gye buli lunaku okufuna obuyiiya obulongoofu +UG001_LUG336 UG001 Mu bifo ebyensiikke abakulina balina okusaba obuyambi ku bantu abalala okukola emirimu gyabwe buli lunaku. mu bifo ebyensiike abakulima balina okusaba obuyambi ku bantu abalala okukola emirimu gyaabwe buli lunaku +UG001_LUG340 UG001 Abakyaala mu Uganda bakozesa obudde bungi okulima nokutunda ebyensuulu buli lunako Abakyala mu Uganda bakozesa obudde obungi okulima nokutunda ku mikutu gyebyesubulu buli lunaku +UG001_LUG341 UG001 Abantu mu bifo ebyensiinke balina okukola Emilimu gyabwe buli lunaku ela bibayamba okufuna Obuyiya. Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era jino bibayamba okufuna obuyiiya +UG001_LUG347 UG001 Abantu mu Uganda bakozesa obuude bungi okulima ebyokulya buli lunaku ela kino kyongera ebyokkulya mu maka gaffe Abantu mu Uganda bakozesa obudde obungi okulima ebyokulya buli lunaku era kino kyongera ku by’okula mu maka gaffe +UG001_LUG348 UG001 Abavubuka mu Uganda balina emilimu gyabwe buli lunaku okugeza okulima no kutunda ebyensigo. Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza; okulima nokutunda ebintu byaabWe +UG001_LUG350 UG001 Abantu mu Uganda balina obuzibu bwo kwongela kumilimu gyabwe buli lunaku ela bino byongera kungeri yofuna obuyiya Abantu mu Uganda balina obuzibu bwo kwongera ku mirimu gyaabwe buli lunaku era jireta kubyokufuna ebyo +UG001_LUG351 UG001 Abantu mu bifo ebyensiinke balina okukola emilimu gyabwe buli lunako ela kino kyongeela ku byokulya kumakya Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka +UG001_LUG359 UG001 Abantu mu Uganda balina obuzibu mu kwogera ku milimu gyabwe buli lunaku era kino byeyongera ku kufuuna obuyiiya Abantu mu Uganda balina obuzibu bwo kwongera ku mirimu gyaabwe buli lunaku era kino kyongerako ku byokufuna obuyiiya +UG001_LUG365 UG001 Abaana bangi my bintundu ebye nsiinke bagenda ku ssomero nga batambula ku bigere buli lunaku. Abaana abangi mu bitundu ebyensiike bagenda ku ssomero nga batambula buli lunaku +UG001_LUG375 UG001 Abantu mu uganda basanyuka nyo ku mikolo nebivulu Abantu mu Uganda basanyuka nnyo ku mikolo ne bivulu buli lunaku +UG001_LUG377 UG001 Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okutunda ne bintu ebyomumaka. Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunakuokugeza okutunda ebyokulya n'ebintu byo mu maka +UG001_LUG378 UG001 Abaantu mu Uganda bayina obuzibu mu kwogera Abantu mu Uganda balina obuzibu mu kwongera nokusoma buli lunaku +UG001_LUG379 UG001 Abantu mu Uganda bakozesa obuude bungi okulima buli lunaku okugeza okuzimba ebyo bulimi. Abantu mu Uganda bakozesa obudde bungi okulima buli lunaku okugeza okuzimba ebyobulimi +UG001_LUG381 UG001 Abakyaala mu Uganda bakozesa obudde bungi okukola emirimu gyabwe buli lunaku okugeza okutunda ebyokulya. Abakyala mu Uganda bakozesa obudde obungi okukola emirimu gyaabwe buli lunaku okugeza; okutunda ebyokulya +UG001_LUG383 UG001 Abantu mu bifo bye nsiinke balina okukola emilimu jabwe ela bino byongela ku byokulya mumaka Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era lino lyoyongera ku byokulya mu maka +UG001_LUG391 UG001 Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya ne bintu ebyomumaka. Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza ebyokulya n'ebintu byo mu maka +UG014_LUG001 UG014 Abakyala nga bakozesa amatooke okukola omuguwa Abakyala nga bakozesa amatooke okukola omugwa +UG014_LUG002 UG014 Ebimuli ziri mwenda biri mu nyumba Ebimuli ziri mu mwenda biri mu nnyumba +UG014_LUG003 UG014 Embaga kiri mukyalo nga nga abantu abantu nga bayimiridde Embaga kiri mu kyalo nga abantu abantuga bayimiridde +UG014_LUG004 UG014 Abantu banji nga bayimiridde mu kubo Abantu abangi nga bayimiridde mu kkubo +UG014_LUG005 UG014 Omukyala ku nimiro yemboga Omukyala ku ku kunimiro ye mboga +UG014_LUG006 UG014 Akasooli akasooli ewooma ngevudde kumuliro Akasoli akasoli ewooma nga evudde ku muliro +UG014_LUG007 UG014 Abatunda amanda bazitunda ku beeyi layisi nga wa lukumi Abantunda amanda bazitunda ku bbeeyi layisi nga wa lukumi +UG014_LUG008 UG014 Abantu banji bayimirridde maaso ge kizimba waliwo Abantu abangi bayimiride mu maaso ge kizimba waliwo +UG014_LUG009 UG014 Essawa yo kulya kyenkya waliwo omugati nomu Essaawa yokulya kyenkya waliwo omugaati +UG014_LUG010 UG014 Waliwo emotoka ne pichi pichi naze ku kupichi kupichi nga zigya wano Waliwo emmotoka ne ppikipiki naze ku pppikimpiki ngazijja wano +UG014_LUG011 UG014 Okutunda amatooke mu kubo nga bajisibye ku gaali Okutunda amatooke mu kkubo nga bagisibye ku ggaali +UG014_LUG012 UG014 Enjovu mukaaga ziri ku Enjovu mukaaga ziri ku UG image zero thirteen +UG014_LUG013 UG014 Entuga ssatu ziyimiridde Entuga ssatu ziyimiridde +UG014_LUG014 UG014 Obujji ewooma nomugati weba enjala ekuluma Obujji ewooma nomugaati bwebenjala ekulumi +UG014_LUG015 UG014 Abantu abant bayimirride mu bayimiridde mu jam Abantu abantu bayimiridde mu mu bayimiriire mu jam +UG014_LUG016 UG014 Edduka eritunda ebintu byokuzimba omusaaja atudde ku pichi anga ali ku simu Edduuka eritunda ebintu byokuzimba, omusajja atudde ku piki nga ali kussimu +UG014_LUG017 UG014 Omuceere ewooma nga oji Omuceere ewuuma nga ojji +UG014_LUG018 UG014 Okuzimba ekanisa nga eyafe eya zzana Okuzimba ekanisa nga eyaffe yazana +UG014_LUG019 UG014 Edduka webagisiga chapati nyumirwa kulya chapati Edduuka lye bwebajisika chapati nnyumirwa kulya chapatis +UG014_LUG020 UG014 Edduka kwebagitunda engato Edduuka webajitunda engatto +UG014_LUG022 UG014 Omuvuzi wa pichi atwala eki ebikajjo mu katale Omuvuzi wapiki atwala ebikajjo mu katale +UG014_LUG023 UG014 Abakazi basatu nga bagula ebi Abakazi basatu nga bagula ebi +UG014_LUG024 UG014 Enguddo kifanana by pass ku tubise Enguudo kifanana by-pass tuyise +UG014_LUG025 UG014 Omusajja atunda watermelon kukubo Omusajja atunda watermelon ku kkubo +UG014_LUG026 UG014 Akatale ya Kalerwe akapande wokulembeze we gwanga Akatale yakalere akapande wokulembeze ewegwanga +UG014_LUG027 UG014 Ekiffo webatunda chips nenkoko mu bulenga Ekifo kwe batunda chips n'enkoko mu bulenga +UG014_LUG028 UG014 Mulugendo nga tugya wano twanywedde amafuta ku shell. Mu lugendo lwe tuggyewano tuwanywedde amafuta ku shell +UG014_LUG029 UG014 Omusajja atunda obuliri Omusajja atunda obulere +UG014_LUG030 UG014 Emere ya matooke nenyama Emmere ya matooke nennyama +UG014_LUG031 UG014 Emere nga waliwo chapati ccayi namajji ewoma Emmere nga waliwo chapati, caayi namaggi ewoooma +UG014_LUG032 UG014 Emotoka enywa mafuta amafuta eyamba emotoka okutambula Emmotoka ennywa mafuta amafuta eyamba emmotoka okutambula +UG014_LUG033 UG014 Enkoko nga bajisika kumuliro tujirya Enkoko nga bagisiika ku muliro tujirya +UG014_LUG034 UG014 Emotoka evudde kunimiro etwala matooke mukatale Emmotoka evudde ku nnimiro etwala mumatooke mu katale +UG014_LUG035 UG014 Ekifo kidugala nyo naye abantu bali kutunda ebyokulya Ekifo kino kyettanamu ebivulu bwe bisanga nga biri mu bibuga naye kirabika oba abantu bali ku kutunda ebyokulya +UG014_LUG036 UG014 Abantu bali kumpi nenyanja nga bayoza engoye zabwe mu bucket bali banji Abantu bali kumpi ne nnyanja nga bayooza engoye ezaabwe mu bucket balibangi +UG014_LUG037 UG014 Ebyenyaja ebisike ampomera nyo nga ndide Ebyennyanja ebisiike ampomera nnyo nga ndidde +UG014_LUG038 UG014 Abantu bataano nga batudde Abantu bataano nga batudde +UG014_LUG039 UG014 Abantu banji nga bayimirridde baliwo abasajja nabakazzi n’abaana bo abantu bafanana Abantu abangi nga bayimirire waliwo abasajja nabakazi na baana bo abantu bafanana +UG014_LUG040 UG014 Engoye eza beeyi layisi Engoye eza bbeeyi layisi +UG014_LUG041 UG014 Abantu mukaga balima munimiri ya muwogo nga bakolera wamu Abantu mukaaga balima mu nnimiro ya muwogo ngabakolera wamu +UG014_LUG042 UG014 Tebantunda ebintu ebyokulya nga nyanya obutungulu namatooke Gyebatunda ebintu byokulya nga nyaanya, omutungulu na mattooke +UG014_LUG043 UG014 Akawungezi nga musana zikirira munyanja Akawungezi nga musana zikirira mu nnyanja +UG014_LUG044 UG014 Enva ya matooke za ba zungu Enva enva ya matooke zabazungu +UG014_LUG045 UG014 Omusajja atunda watermelon ku motoka ye Omusajja atunda watermelon ku mmotoka ye +UG014_LUG046 UG014 Omurasta alimunimiro alimusanyufu nyo Omu raster ali mu nnimiro ali musanyufu nnyo +UG014_LUG047 UG014 Omusajja ali kola olujji Omusajja ali ku kola olujji +UG014_LUG048 UG014 Ekibugga enene nga abantu banyumirwa kukyakala mukifo ngeno Ekibuga ennene nga abantu banyumirwa kukyakala mu kifo keeno +UG014_LUG049 UG014 Abakazi babiiri batunula mu simu basanyufu nyo Abakazi babiri batunda mu ssimu basanyufu nnyo +UG014_LUG050 UG014 Omukazi ali kutunda Omukazi ali Ali kutunda +UG014_LUG051 UG014 Omukyala ali katale atunda nyanya zino ziba nkumi biiri Omukyala ali ku katale atunda nnyaanya zino ziba enkumi bbiri +UG014_LUG052 UG014 Edduka nene webatunda engoye Edduuka nnene gye webatunda engoye +UG014_LUG053 UG014 Omukyala mukulu ali tunda nyanya Omukyala omukulu alitunda nnyaanya +UG014_LUG054 UG014 Ayita gyebatunda Ayita gye batunda engo ngo enge +UG014_LUG055 UG014 Basika chapatti namajji Mpa sika chapati na amaggi +UG014_LUG056 UG014 Tugula emere eza nkonko naku zino bajisera nyo Tugula emmere eza nkoko, na ku ziino bagiseera nnyo +UG014_LUG057 UG014 Amata tubikozesa okuzimba Amatannu tubikozesa okuzimba +UG014_LUG058 UG014 Abakazi za bantu engoye bajitadde wabweru Amaka zabantu engoye bajitadde wabweru +UG014_LUG059 UG014 Amadduka owamafaliso nebaka Amadduuka owa mafaliso ne baka +UG014_LUG060 UG014 Enkoko nga bazitunda mukubo tuteera kugula enkoko zino Enkoko nga bazitunda mu kkubo tutera okugula enkuko zino +UG014_LUG061 UG014 Epipa bazitekamu amazzi Epiipa mbaziteekamu amazzi +UG014_LUG062 UG014 Sinagenda mu edwaliro nga silwadde Sinagenda mu eddwaliro nga sirwade lwa +UG014_LUG063 UG014 Akatale gyebatunda ematooke abantu banyumirwa nyo okulya amatooke Akatale gye batunda amatooke abantu banyumirwa nnyo okulya amtooke +UG014_LUG064 UG014 Abasaajja ababiri balimuku kola Abasajja ababbiri balimukola +UG014_LUG065 UG014 Ngenda kugula entebbe empya ne buliri Ngenda kugula entebe empya ne buliri +UG014_LUG066 UG014 Abana nga bavudde ku somero nga bagenda waka omu kawungezi Abaana nga bavudde ku ssomero naye bagenda waka omukawungezi +UG014_LUG071 UG014 Nze nkimanyi nti obulamu bwona busobola okukyuka mukasera katono Nze nkimanyi nti obulamu bwonna busobola okukyuka mu kaseera katono +UG014_LUG072 UG014 Eddagala erisinga obulunji sirya kusaba naye lwa ensonga eza manyi Eddagala erisinga obulungi siryakusaba naye lwakwekata ensonga ezamaanyi +UG014_LUG073 UG014 Okunyirira abantu banji bayimirira munkuba nga bagenda Okunyirira abantu abangi bayimirira mu nkuba ngabagenda +UG014_LUG074 UG014 Omukwano gwekukwata kubantu betulaba bu lunaku guleta essanyu linji Omukwano gwe kukwaata ku bantu be tulaba buli lunaku guleeta essanyu lingi +UG014_LUG075 UG014 Okuvuganya no kuwangula sibikwata ku mikisa wabula Okuvuganya nokuwangula sibikwata ku mikisa wabula ku +UG014_LUG076 UG014 Abazzade baffe begomba enyo okulaba nga turina obulamu Abazadde baffe begomba ennyo okulaba nga tulina obulamu +UG014_LUG077 UG014 Buli lunku tulina okulwana okukola obulunji nokuwangula Buli lunaku tulina okulwana okukola obulungi noku n’okuwangula +UG014_LUG078 UG014 Kulembera emirimu jona gyetukola buli Kulembera emirimu gyonna gyetukola buli +UG014_LUG079 UG014 Yayaniriza omukwano gwe essanyu eri amanyi enyo Yayaniriza omukwano gwe essanyu eri amaanyiennyo +UG014_LUG080 UG014 Abantu abali ku kibuga byeyongera buli mwaka kivamu nkuba nobunkenke Abantu abali ku kibuga bye yongera buli mwaka kiva mu nkuba nobunkenke +UG014_LUG081 UG014 Enjogera yamanyi etuyamba okufuna ebyo byetuba tulindirira Enjogera yamaanyi etuyamba okufuna ebyo byetuba tulindirira +UG014_LUG082 UG014 Okwewala ebizibu kyetagga obulamu obutekedwamu obulunji Okwewala ebizibu kyetaaga obulamu obutekedwaamU obutegekedwamubulungi +UG014_LUG083 UG014 Omwana muto ayagala okuyiga okusoma nokuwandika obulunji Omwana muto ayagala okuyiga okusoma nokuwandiika obulungi +UG014_LUG084 UG014 Ebyotulya ebirunji bituletera amanyi namanyi gomubiri Ebyo ebirungi bituletera amaanyi namanygi gomubiri +UG014_LUG085 UG014 Ennaku zino abantu banji bayingirira kumukuto gwa internet Ennaku zino abantu abangi bayingirira ku ku mukutu gwa internet +UG014_LUG086 UG014 Obuyonjo bwesomera buyamba omwana okuba nobulamu obulunji Obuyonjo bwesomera buyamba omwana okuba nobulamu obulungi +UG014_LUG087 UG014 Amanyi gomuntu gava mu ku tegera Amaanyi go muntu gava mu kutegeera +UG014_LUG088 UG014 Abakyala banji balina Abakyala abangi balina obuvunanyizibwa +UG014_LUG089 UG014 Emikolo jenjawulo jireta ensanyu Emikolo emikulu gye gyenjawulo jireeta essanyu mu +UG014_LUG090 UG014 Obulamu bwaffe buba bulunji bwetukwata kumikwano jaffe obulunji Obulamu bwaffe buba bulungi bwe tukwaata ku mikwano gyffe obulungI +UG014_LUG091 UG014 Okutambula mu bifo ebirala kuyamba omuntu kuyiga nokutegera Okutambula mu bifo ebirala kuyamba omuntu okuyiga nokutegeera +UG014_LUG092 UG014 Ebyefayo byegwanga bituyamba okumanya ensibuko yaffe ebyafaayo by'eggwanga bituyamba okumanya ensi ensibuko yaffe +UG014_LUG093 UG014 Omusomesa asanyusa nyo omwana nga amuyamba kuyiga obulunji Omusomesa asanyusa nnyo omwana nga amuyamba ku kuyiga obulungi +UG014_LUG094 UG014 Enteka teka yo bulamu etuyamba okutuka ku bi Enteekateeka yo bulamu etuyamba okutuka ku +UG014_LUG095 UG014 Okuba nokwagala mumaka tulina okuleta esanyu mubuli muntu Okuba nokwagala mu maka tulina okuleeta essanyu mubuli muntu +UG014_LUG096 UG014 Okuyiga ebigambo ebyenjawulo kuyamba Okuyiga ebigambo eby'enjawulo kuyamba +UG014_LUG097 UG014 Emikolo gyenaku enene jileta abantu okuva ebitundu ebyenjawulo Emikolo gyennaku ennene jireta abantu okuva ebitundu eby'enjawulo +UG014_LUG098 UG014 Obunayizibwa eri omusomesa buli lunaku Obu obunanyizibwa eri omu omusomesa buli lunaku +UG014_LUG099 UG014 Okutendereza katonda kileta Okutendereza okutembereza katonda kireeta +UG014_LUG101 UG014 Obulamu bwomuntu bulina okusirikirira Obulamu bwomuntu bulina okusirikirira +UG014_LUG102 UG014 Okukola enyo kubirimu birina okuleta ebivamu ebirunji Okukola ennyo ku birimu birina okuleeta ebivaamu ebirungi +UG014_LUG103 UG014 Okuffa kwa muganda waffe kwaleta obulumi nokufayo Okufa kwa muganda waffe kwaleeta obulumi nokufayo +UG014_LUG104 UG014 Omwana asaba okusanyuka buli kasera nga ali wamu ne bazaade ze Omwana asaaba okusanyuka buli kaseera nga ali wamu ne bazadde +UG014_LUG105 UG014 Okutambulira mu bibuga birala kuyamba ku kumbulira Okutambulira mu bibuga birara kuyamba mukubulirwa +UG014_LUG106 UG014 Ekibiina kyabayizi kitera okuyiga nokugabana obukungu Ekibiina kya abayizi kitera okuyiga nokugabana obukungu +UG014_LUG108 UG014 Enjuyi enzenjawulo eze gwanga ziyamba mu kukola obulunji Enjuyi ezenjawulo ezegwanga ziyamba mu kukola obulungi +UG014_LUG109 UG014 Okutegera ebigambo ebyenjawulo kuyamba mu bulamu ng’omuntu okutegeera ebigambo by'enjawulo kuyamba mu bulamu bwomuntu +UG014_LUG110 UG014 Omusajja omukulu yaffayo nyo kubantu mukitundu kye Omusajja omukulu yafaayo nnyo ku bantu mu kitundu kye +UG014_LUG111 UG014 Omukyala omuto ayagala nyo okuyiga ebyomutima musomero Omukyala omuto ayagala nnyo okuyiga ebyomutima mu ssomero +UG014_LUG112 UG014 Enkuba bweyengera Enkuba bweyengeera +UG014_LUG113 UG014 Emirimu jaffe jireta ebivamu Emirimu gyaffe emirimu jaffer gireeta ebivaamu +UG014_LUG115 UG014 Okutukiriza ebigendererwa bwo bulamu bwebigasa buli omu Okutukiriza ebigendererwa bwobulamu bwebigasa buli omu +UG014_LUG116 UG014 Obuvanyirizibwa bwona bulina okutwala maso obulunji Obuvanyizibwa bwaffe bWonna bulina okutwala mu maaso obulungi +UG014_LUG117 UG014 Omwana wakula mumirembe afuna obulamu obulunji enyo Omwana bwakula mu mirembe afuna obulamu oburungi ennyo +UG014_LUG118 UG014 Okukola mu bifo byenjawulo kuyamba Okukola mu bifo byenjawulo kuyamba +UG014_LUG119 UG014 Omukwano ogwamanyi gutera okuwa ensanyu buli kasera Omukwano ogwa manyi kutera okuwa essanyu buli kasere +UG014_LUG120 UG014 Okukimanya nti obulamu bulina en en enk Okukimanya nti obulamu bulina enkoko +UG014_LUG121 UG014 Omusomesa akola enyo ku kusomesa abana obulunji Omusomesa akola ennyo ku kusomese abaana obulungi +UG014_LUG122 UG014 Okutegera ebibuzo ebyenjawulo kuyamba okutegeera ebibuuzo eby'enjawulo kuyamba +UG014_LUG123 UG014 Omukyala asanyukira nyo okubera nabana abalala mumaka Omukyala asanyukira nnyo okubeera nabaana abalala mu maka +UG014_LUG124 UG014 Okuyiga kubintu ebipya kuyamba ku kufuna obulamu obulunji Okuyiga ku bintu ebipya kuyamba mu kufuna obulamu obulumi +UG014_LUG125 UG014 Ensi yona erina engeri zenjawulo zokubera Ensi ensi yonna erina engeri zenjawulo zokubeera +UG014_LUG126 UG014 Okusaba ku lwa mikwano jaffe kuleta emirembe Okusaba kulwamikwano gyaffe kuleeta emirembe +UG014_LUG127 UG014 Omusaajja omuto ayagala nyo okuyiga ebyensoma Omusajja omuto ayagala nnyo okuyiga ebyensoma +UG014_LUG128 UG014 Okulabirira abavubuka kuleta emirembe mumaka Okulabirira abavubuka kuleeta emirembe mu maka +UG014_LUG129 UG014 Obutafaayo kubulamu buyinza okuleta Obutafaayo ku bulamu buyinza okuleeta +UG014_LUG131 UG014 Okusaaba katonda kulina okuleta Okusaba okusaaba katonda kulina okuleeta +UG014_LUG132 UG014 Obudde obunji okulima byokulya ne emere era kino kiba kyabintu byabwe Obudde obungi okulima byokulya ne mmere era kino kiba kyabintu byaabwe +UG014_LUG133 UG014 Abaana amu Uganda banji basanyukira Abaana mu Uganda bangi basanyukira.. +UG014_LUG134 UG014 Abakyala mu Uganda bakoseza obudde bunji Abakyala mu Uganda bakozesa obudde bungi +UG014_LUG135 UG014 Abantu mu Uganda balina obuzibu mu kwogera ku milimu gye buli lunaku okufuna Abantu mu Uganda balina obuzibu mukwongera ku mirimu gye buli lunaku okufuna +UG014_LUG136 UG014 Mubifo ebyensike abakulima bayina okusaba obuyambi kubantu abalala okukola Mu bifo ebye nsiinke abakulima balina okusaba obuyambi ku bantu abalala okukola +UG014_LUG137 UG014 Abantu mu maka gaffe balina okukola emirimu enjejawulo buli lunaku Abantu mu maka gaffe balina okukola emirimu egyenjawulo buli lunaku +UG014_LUG138 UG014 Abantu bato mu Uganda bakoseza obudde obunji okutekawo Abantu abato mu Uganda bakoseza obudde obungi okuteekawo +UG014_LUG139 UG014 Abavubuka banji mu Uganda balina okukola emirimu jabwe buli lunaku Abavubuka abangi mu Uganda balina okukola emirimu gyaabwe buli lunaku +UG014_LUG140 UG014 Abakyala mu Uganda bakoseza obudde obunji Abakyala mu Uganda bakoseza obudde obungi +UG014_LUG141 UG014 Abantu mubifo ebyesike balina okukola emirimu jabwe buli lunaku Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku +UG014_LUG142 UG014 Abaana mu Uganda basanyuka nyo okulaba Abaana abaana mu Uganda basanyuka nnyo okulaba +UG014_LUG143 UG014 Abantu mu Uganda bakozesa obudde obunji okutekawo emikolo Abantu mu Uganda bakozesa obudde bungi okuteeka emikolo +UG014_LUG144 UG014 Abavu abavubuka mu uganda balina okukola Abavubuka mu Uganda balina okukola +UG014_LUG145 UG014 Aba Abakyala mu uganda bakoseza obude ibungi okukola emirimu gyabwe Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe +UG014_LUG146 UG014 Abantu mu Uganda bayina obuzibu mu kwogera no kusoma Abantu mu Uganda balina obuzibu mukwogera nokusoma +UG014_LUG147 UG014 Abantu mu Uganda bakozesa obunji Abantu abantu mu Uganda bakozesa obudde obungi +UG014_LUG148 UG014 Abavubuka mu Uganda bayina okukola emirimu jabwe buli lunaku Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku +UG014_LUG150 UG014 Abantu mu Uganda barina obuzibu mu kwogera Abantu mu Uganda balina obuzibu mukwongera +UG014_LUG151 UG014 Abantu mubifo byensike balina okukola Abantu mu bifo byensiike balina okukola +UG014_LUG152 UG014 Abavubuka mu Uganda ba basanyuka nyo Abavubuka mu Uganda basanyuka nnyo.. +UG014_LUG153 UG014 Abakyala mu Uganda balina okukola emirimu buli lunaku Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku +UG014_LUG155 UG014 Abantu mu Uganda bayina obuzibu mu kwogera Abantu abantu mu Uganda balina obuzibu mu kwogera +UG014_LUG156 UG014 Abantu mu Uganda bakozesa obudde obunji Abantu mu Uganda bakozesa obudde bungi +UG014_LUG157 UG014 Abavubuka mu Uganda balina okukola emirimu jabwe buli lunaku Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku +UG014_LUG158 UG014 Abakyala mu Uganda bakozesa obudde obunji okukola Abakyala mu Uganda bakozesa obudde okukola +UG014_LUG159 UG014 Abantu mu Uganda balina obuzibu mu Abantu mu Uganda balina obuzibu +UG014_LUG160 UG014 Abantu mubifo byensike bayina okukola emirimu gyabwe buli lunaku Abantu mu bifo byensiike balina okukola emirimu gyaabwe buli lunaku +UG021_LUG001 UG021 Ewaka tulina abantu abakola emilimu ejenjawulo omuli okusitula ebitooke netukolamu ebintu ebyenjawulo omuli engoye engato emikeka netufunamu sente ezituyamba okubelawo Awaka tuyina abantu abakola emirimu ezenjawulo okutetula ebitooke netukolamu eddoboozi eby'enjawuli omuli engoye, engaato, emikeeka ne tufunamU ssente etuyamba okubeerawo. +UG021_LUG002 UG021 Nali ntambula e Kampala nensanga ebimuli ebinyilila okukamala nembyegomba nensobola okwa fordinga ebimu nensobola okubitwalako ewaka Nali ntambula e Kampala nensanga ebimuli ebiniriza okukamala nebyegomba nensobola okwafoldingako ebirimu nen sobola obitwalako ewaka +UG021_LUG003 UG021 Eluwero twalinayo omukolo nga bakyadde bakyalide muganda waffe netukola embaga eyali enyilila ela nebatimba tent ezali zilina colour enungi okuli orange red white Eluwero lwali nayo omukolo nga basadde basalidde muganda waffe netukola embaga eyali anyirira era nebatimba ssente ezaabwe ziyina kala ennungi okuli orange red white +UG021_LUG004 UG021 Ebweru wegwanga okugeza Indian abantu bayamba banabwe omuli mukubagabila ebyokulya okubayamba mu bintu byebatalina ebyokozesa ewaka Ebweru wegwanga okugeza mu India abantu bayamba banaabwe omuli mukubagabira ebyokulya mukuyamba mubintu webatayina byokozesa ewaka +UG021_LUG005 UG021 Tulima e luwero ebimela ebyenjawuli omuli okulima enanansi okulima emboga netusobola okubitunda netujamu sente ezitusomesa ezitubezawo mubulamu obwabulijo Tulima ebweru ebumera eby'enjawulo omuli okulimira enanansi, emboga netusobola okubitunda ne tuddamu ssente ezitusomesa eziturezaawo mu bulamu obwa bulijjo. +UG021_LUG006 UG021 Abantu bakola emilimu ejenjawulo omuli okwokya kasoli basobole okubezawo family zabwe ela basobole okusomesa abana babwe basobole okutuka mumasomelo amalungi elanga bakolela wamu obutawela Abantu bakola emirimu ezenjawulo omuli okukoosa kasooli, basobole okubeezawo family zaabwe era basongole somesa baana baabwokutuka masomero amalungi era nga bakolera wamu obutawera. +UG021_LUG007 UG021 Abantu batunda amanda okusobola okubelawo obulamu bwabwe nokuyamba abaana babwe mubintu byebetaga mubulamu obwabulijo elanga kino kiyambye bana Uganda bangi okusobola okufuna nokutambuza obulamu bwabwe Abantu batunda airmanda okusobola okubeerawo obulamu bwabwe nokuyamba abaana baab we mu bintu byebetaaga bulamubwa buyiddo era nga kino ki yambye banayuganda bangi okutula ofunamU nokutambuza obukugu bwaab We +UG021_LUG008 UG021 Ebimuli bilungi nyo eli emikolo ejenjawulo elanga abantu babikozesa okusobola okola emikolo nga emba omuli okusimba kumbaga okusimba okwaniliza abaenyi ewaka nebilala bingi Ebumuli birungi nnyo eri emikolo ezenjawulo era ngabantu babikozesa okusobola okukola emigongo nga embaga omuli okuzimba ku mbaga kuzamba okwaniriza abagenyi ewaka nebirala bintu. +UG021_LUG009 UG021 Tukola emikolo ejenjawulo ewaka ela mulimu okugabila abantu ebyokulya netubayamba okubezawo obulamu bwbabwe nela nabo abatalina ku streets netubagabila basobole okubelawo noku sustainga obulamu bwabwe Tukola emikolo ezenjawulo ewaka era nga mulimu okugabira abantu ebyokulya netubayamba okubeezawo obulamu bwaffe leero nawe batalina ku street ne tubagabirwa basobole okuberawho no’kusustaininga obula mu bwaffe +UG021_LUG010 UG021 Obulamu mu Uganda bukalubamu nga tolina ntambula jokozesa nba tolina sente zokozesa ela abantu balabwako nga batambulila kuboda elanga nabo bakola bukubilile okusobola okubelako nemotoka basobole okubelako mubulamu obulungi Obulamu mu Uganda bukalubamuga toyina ntambula zokozesa oba ssente zukozesanga abantu balabwako nga batabuli ku boda naye nabo bakola bukubirize okusobola okubeera ko emmotoka babeera obulungi. +UG021_LUG011 UG021 Okulima nsubila omuntu kweyandibadde asinga okwetaga mubulamu kuba ebintu byetulima bituyamba mubulamu bwaffe obwabulijo omuli okulya okunwywa byona tubija mukulima Okulima nsubira omuntu gwe yandibadde asinga okwetaaga mu bulamu cause ebintu byetulina bituyamba mu bbulamubaffe obwa bulijjo omuli okulya,okunywa byonna tubija mukuzimba +UG021_LUG012 UG021 Okulambula ebisolo ebyenjaulo omuli okulaba enjovu empologoma mu national parks e Uganda kilungi nyo ela kigaziya obulamu bwomuntu nekikakanyako nekubwongo bwo okulabanga obela free mubwongo Okulambula ebisolo eby'enjawulo omuli okulaba enjovu empologoma mu national parks e Uganda sirungi nnyo era sigalya obamu bwomuntu nekikamyako nobwongo bwo okubanga obeera free mu bwongo +UG021_LUG013 UG021 Ebisolo byanjawulo nyo byetusanga kutale omuli ebiwanvu omuli ebinene omuli ebitini byona byona tusobola okubisangayo eyo mubutale ela nebisobola okutwaniliza ngaffe abantu ababisanzeyo Ebisolo byanjawulo nnyo bwetusaanga ku ttale omuli ebiwanvu omuri ebinene omuti ebissimi byonna byona bisobola okubisaangayo mu tTale era nebistowoola okutwaaliza ngaffe abantu ababisanzeyo. +UG021_LUG014 UG021 Mumele jetulya twetaga okumanya kika ki ekyemele kyeetwandilidde okusobola oku maintaininga obulamu bwaffe nokusobola okubezawo omubili gwaffe nga guli bulungi okugeza twetaga emele ezamu amanyi ela etuwa obulamu Mu meere zetulya twetaaga okumanya sikaati ezo emeere tetwandiiridde okusobola okumentaininga obulamu bwaffe nokusaba okubeezawo omubiri gwaffe nga guli bulungi okugeza tutanga emmere eyetuwa obutalimu +UG021_LUG015 UG021 Otambula mubulamu obwabulijo nga osangamu ebinyigiliza bingi mwosangila abantu kumakubo nga banonya engeli yokutambulamu ubanga amakubo mafunda getulina e Uganda ate tegali kumutindo omulungi Otambula mu bulamu obwa bulijjo nga osangamyo ebinyigiriza bingi wosangira abantu ku makubo naga banoonya engeri yokutambulamukubanga amakubbo mafunda getuyina e Uganda ate tegali kumutindo omulungi. +UG021_LUG016 UG021 Ndowoza buli muntu yanditeza kuduuka okusobola okubezawo obulamu bwe elanga kino kyandibade nti yetaga ebintu ebimuyambako mumilimu je okugeza okuzimba okusiiga ebizimbe noku transportinga ebintu ewaka Lowooza buli muntu yandetaaze kuduuka okusobola okubeezawo obulamu bwe era nga kino kyandibadde nti yetaaga ebintu ebingi bye tweyambako mu mulimu ze okugezza; okuzimba, okusiiga e bizimbe no ku transportinga e Bintue waka +UG021_LUG017 UG021 Ebyokulya ebimu byetulya okugeza omucere cabbage ebinyebwa bitugatako nyo mubulamu bwaffe obwabulijo ela tetwandibudde wabali nga mubulamu bwaffe tubyetaga nyo Ebyokulya ebimu byetuly okugeza omuseere cabbage ebinyeebwa bitugattako nnyo mu bulamu bwaffe obwa buddho era tetwanze bitadde wabali ng’a mubulamU bwafe kuba tubyetaaga nyo. +UG021_LUG018 UG021 Mubulamu buno buli omu yetagako ekifo weyandibadde asabila weyandibadde awumulila elanga asobola okutukawo mubudde ela woba nga otambulirako e Luwero tulina logi mwosobola okuwumulila ela netubela ne car wash wosobola okwoleza emotoka yo Mubulamu buno buli omu yesagako ekifo weyandibadde asabira weyanzibade awumulila era nga asobola okutuka wo mu bude era bwoba ngotambulirako ebiweere tuyina road mwosobala okuwumilira era ne tubeera ne kawaswa osobola nokoleda emmotoka yo +UG021_LUG019 UG021 Abantu kumakubo bakola emilimu ejenjawulo okugeza nga okusiika chapati okufumba emele basobole okubezawo obulamu bwabwe ela basobole okubela nesanyu mumaka gabwe Abantu ku makubo bakola emirimu ezenjawulo okugeza nga okusiika sapati okufumba emmere basobole okubezawo obulamu bwabwe era basoloole okubera nosanyu mu maaka gaab we +UG021_LUG020 UG021 Wogenda mukatale okugeza ake Luwero osangayo ebintu ebyenjawulo omuli engato omuli ensawo ebiyambako abana okuda kumasomelo ebiyambako abalimi okugeza nga boots Wogenda mu katale okugeza akeluwero osangayo ebintu byenjawulo omuli engaso omuri ensawo eziyambako abantu okudda ku masomero ekiyamabko abalimi okugenda nga boots okusobola okulima +UG021_LUG021 UG021 Amatooke tugetagila ddala mubulamu bwaffe ela twetaga emele etuzamu amanyi nandisabye buli maka okubela nga galina ebitooke okugeza biyambakumikolo nebiyamba mu culture zaffe eza baganda Amatooke tugwetagira ddala mu bulamu bwaffe era twetaaga emmere etuddamu amaanyi nansabye buli maka okubeera nga gayina ebitookeebitoolke biyamba ku mikolo ne miymba mu kalisa laffe eza baganda. +UG021_LUG022 UG021 Ebikajjo byenandi sabidde dala abantu abasinga obungi abana Ugananda okubanga basobola okubi affordinga kuba byalayisi ate nga tubyetaga mumubili gwaffe bituyamba okwongeza sugars mumubili elanga bituyamba okuba namanyi Ebikaddo bino bisabidde ddala abantu abasinga obunzi abaana Uganda okuba nga basobola okubyafundinga kuba byalayisi ate nge tubyetaaga mubiri gwaffe bituyamba okusoboli okwongeza sigazi tafu mu biri era nebituyamaba okuva namanyi +UG021_LUG023 UG021 Enga ogenzeko ewobulenzi osangayo abakyala bangi nga bava kumilimu jabwe nebadda mulugambo nokwogereza abantu bebatalina bibakwatako nekibaletela emilimu jabwe okugotana nobutakulakulana Nga ogende ko oba ebyobulenzi osangayo abasaala banzi nga bava ku mirimu gyaabwe ne badda mu lugambo nokwogereza abantu bebatayina tebakwatako ne kibaleeta emirimu giab we okugotaana nobutakulakula +UG021_LUG024 UG021 Nga otunulide e Uganda development yaffe egenda ekulakula mpola mpola omuli okuzimba engudo ne flyover northern road byona bikuzekuze olwensonga nti omukulembeze wegwanga asobodde okbikwasa namanyi Nga otunulidde e Uganda development yaffe egenda ekula kula mpola mpolya omuzi okuzimba enguuddo ne flyover northern road gyonna zikudeekute olwe nsonga nti omukulembeze we ggwanga asobodde obikwasana amaanyi +UG021_LUG025 UG021 Teli mulimu mwangu nga otunulidde mu Uganda buli mulimu guyina kyosobola okufunamu mumaso awo tonyoma mulimu gwona elanga ogenze mubutale osangayo abantu bangi nemilimu jebali bayita ejabakyala kati abasajja bebajitunda okugeza okutunda watermelon Seri mulimu nga otunulidde mu Uganda buli mulumu gulina ekyosobola okufuna mu maaso awo tonyewo mumalimugonegona era nge ogende mubutale osangayo abantu abangi nemirimujje bali bayitiride abasaala kati abasajja bebalunda watermelon +UG021_LUG026 UG021 Okusinzila e Kampala abantu nga obatunulidde enumber yabwe nyingi nyo okusinzila kubantu ababela e kapchorwa olwensonga emilimu mingi ejili e Kampala okugeza nga obwa boda boda omuli ogwa taxi nemilala mingi Okusinziira bwe Kampala abantu nga obatunulidde enamba yaabwe miivi nnyo okusiniiza ku bantu ababeera eKapisola kuba ensonga nti emiri miivu ejjude ekampalo omuli ogwa bodaboda omuri ogwasakisi nemirala mynvu. +UG021_LUG027 UG021 Nga ozeko e Bulega waliyo KFC buli omu jensubila kyekyandibadde ekiloto kye okusobola okufunako bulikasela buliwayagalide nga afuna KFC wajagalide elanga nga aji orderinga mukasela mwajagalidemu Nga ozeko ebulenga waliyo kfc buli omu gyensubula nti esanyibadde ekirotose okusobola ofunako bulikaseera bulimwayagalidde ngafuna kfs wajagalide era jiwodalinga mukasera kayagala +UG021_LUG028 UG021 Otunulila amatundilo gamafuta wano e Uganda agasinga sente zegasa kumafuta emisobolo mingi nyo ela abantu batini nyo abasobola okwa fordinga okusawo businesses yamafuta Awo tunulira amatundiro gamafuta wano e Uganda agasinga ssente negasa kumafuta omusolo mingi nnyo era abantu batunda basobola okwafoldinga okusaawo business yamafuuta +UG021_LUG029 UG021 Nga otunulide abantu e Uganda emilimu kati jafuka ejebula omuli omulimu gwokubajja omulimu gwokola ebya plastics ela abantu tebagusulideyo gwanagamba basobodde okubelawo nebakola bukubilile okusobola okufunamu ensimbi Nga otunulidde abantu e Uganda emirimu kati gyafuuka ejjebula omuli omulimu gw’okubazza omolmgu kw‘okukola ebya plastics era abantudebatutalideyo gwanagamba basobode okubeerawo nebakola bukubirize okusobola ofuna mu ensimbi. +UG021_LUG030 UG021 Ndowoza mubulamu buli omu yanditaze ekyokulya omuli enyama etooke okusingila dala abantu bomu central abantu bomu western banzyetaze ekyokulya kino kubanga kibazamu amanyi ela bakyetagila ddala Ndowooza mbulamu bugumu yandesaaze ekyokulya omuli ennyama okuzze ettooke okusingira ddala abantu bomu senturo abntu bamuwese saani bandyesaaze kyokula kino kuba kibazamumanyi era batetagira daler +UG021_LUG031 UG021 Nga tonaba tonaba kulowoza okutandika milimu jona jona mulunaku wanditaze okusobola oku settinga obulamu bwo nekyokulya ekirungi omuli okulya amenvu okulya kuggi ku chai neka chapati nosobola oku runninga olunaku olulungi Nga tonnaba tunabakulowooza kutandika mirimu zonna zanna mu lunaku wantetaaze okusobola okutestinga olunaku lwo n’ekyokulya ekirungi omuli okulyAmenvu, okula ku vvb, ka thai ne ka chapati nosobole okulwana engulu bulungI +UG021_LUG032 UG021 Nga otunulidde amasundilo gamafuta mangi nyo tegalina space ewela oyinza okusanga nga toilet elikumpi nabantu webafunila amafuta ekyandibadde nti kiwa obuzibu abantu abamu elanga abamafuta balina okukyusaamu Nga osunulidde amatundiro ga mafuta amazzi nobwegalina space ewera oyinza okusanga nga toilets eri kumpi nabantu webafuna amafuta aganze badda ensi siwa obuzibu abantu abamu era ngamafta balina okukyusamya +UG021_LUG033 UG021 Nga otunulidde mu Uganda tulina ebintu bingi ebyokebwamu kasoli ebyokebwamu gonjja omuli kumakubo nga otambula okugeza e Namawojolo oli tasobola kuyitawo nga taguze kifi kyankoko Nga otunulidde mu Uganda tulima ebitundu bingi ebiyokebwamu kasooli nga omuli kumakubo naye ngotambula kugeza ennama wezolola olina tolayitawo. +UG021_LUG034 UG021 Amatooke yebiziness jendaba buli omu jeyanditaze mu Uganda wano kuba tegatwala banga dene okukula ela tegetagisa bintu bingi okubanga na sesnte ezivamu nyingi nyo Amatooke business zendaba buli omu gye yandesaaze mu Uganda wano kuba tegasoora banga ddene ku kula era segesagisa bintu ebingi okukola okanga ne ssente ezivamu nnyinza ennyo. +UG021_LUG035 UG021 Okusinzila ku structure jewandilabye e Uganda aantu bangi abavu elanga abantu bangi abeyiya okubezawo obulamu bwabwe omuli abantu ababela mu gheto abantu abeyiya ababela mubulamu obutategelekeka Okusinziira ku structure ewa nzirabia Uganda abantu banzi abavu era bantu abangi abali okubeezawo obulamu bwabwe omuli abanyu ababeera mu ghetto abayiri ababerako mu bulamU obutategerekeka +UG021_LUG036 UG021 Nga ogenzeko kunyanja ewali abavubi eno josobola okusanga abantu abatayawula mazzi agebyovu amazzi agenyanja ela bagagata wamu kino kiletedde ebyenyanja okufa Gwe ogendeko ku nnyanja ewali abavubi eno gyosobola okusanga abantu abatawula amazzi agebyovu,amazzi agenyanja gona bagagasa wamu kino kireetedde ebyenyaja okufa +UG021_LUG037 UG021 Tambulako mumawoteli agenjawulo omuli eye Luwero bakuweleza ela baku servinga emele ezenjawulo omuli ekyenyanja omuli akawunga omuli sukuma nga babitade mu fashion eyenjawulo Tambula akoma woteri agenjawulo omuli woteer ye Luweru bakuwereza era bakasavinga emmere ezenjawilo omuri enkyenyanja omulimu akawunga nga babitade mu fashion eyenzawolo. +UG021_LUG038 UG021 Nga otambudde ko mu Uganda mwemuli tribe ezenjawulo omuli abana Kenya omuli abagwere omuli abasoga naye kuluno abantu bano bayita mubulamu obwenjawulo ela nenaku jebasanga yanjawulo Nga osambuddeko mu Uganda mwosanga tribe ezenjawulo omuli abanakenya omuri abagweere omori abasoga naye kuluno abantu bano balitambula mu buyinzaawo era nenaku gyebasanga yanjirawolo. +UG021_LUG039 UG021 Culture e Uganda kikulu nyo okugeza abantu ababela e karamoja basanga obuzibu bungi nyo olwembela yobudde jebayitamu ela kino kibaletedde okwe isolatinga nebabela nga babela boka Kalisa e Uganda kikulu nnyo okugeza abantu ababera e Karamoja basanga obuzibu buli lunaku olwe mbeeya yobudde zebayitamu era bino bibaleetedde okwidoletinga nebabera ngababeera bokka +UG021_LUG040 UG021 Nga otambudeko mu Owino josanga ebintu ebyenjawulo omuli engoye omuli abantu abatunda ebintu ku layisi naye kakano abantu basobodde okumanya omugaso gwokugula engoye enungi Nga otambuddeko muwino gyosanga ebintu byenjawulo omuli engoye omuri abantu abatunda ebitundu bulayisi naye kakano abanyi basobodde okumanya omugasso g’okugula engoya ennungi. +UG021_LUG041 UG021 Nga otunulidde ebyobulimi e Uganda bili kumwanjo nyo ela biyambye nyo egwanga okukulakulana okuli okulima enanansi e Luwero okulima emwanyi okulima emele eyenjawulo ela kuyambye abantu bangi Nga otunulidde ebyobulimi Uganda biri ku mwalo nnyo era biyambye nnnyO ggwanga okukulakulana okulima ennanansi eriwero oku lima emmwaanyi okuliima ebimera ebye’ndawulo era siyamba abantu bangi. +UG021_LUG042 UG021 Obutale obutini tini ela obuyambyeko abantu okulakulana mubusiness zabwe nga batandikidde ku zero nebagenda nga bakula mpola bubayambye nyo okubelanga balungi Obutale obutini simi era ubuyambye ko abantu okulakulana mu business zaabwe nga batandikidde ku ziro nebagenda ngabakula mpola mpolya bubayambyi nnyo okubeera naga balungi. +UG021_LUG043 UG021 Nga otunulidde mubulamu bwetutambulilamu wano wenkuletela enyanja nomwezi byotasobola koma kusako maso nga obitunudeko kubanga omwezi bweguba gugwa kumazzi oyinza okulabila dala nga bilabika bulungi Nga otunulidde mu bulamu bwetukusambulira wano wenkuleetera ennyanja nomwezi gyotasobola kukozesaako maaso nga obitunudeeko kuba omulenzi weguba gugwa ku mazzi oyinza okulabir ddala birabika bulungi. +UG021_LUG044 UG021 Abantu abamu e Uganda babelawo nyo na tebalina milimu okugeza abantu abamu batunulila emilimu ejemu nga balowoza tejisobola kubawa sente naye nga osobola okutandikila awo nofuka omugaga Abantu abamu e Uganda babeera wo nnyo nga tebalina mirimu okugeza abantu awamU batunulira emirimu emirumu ezimunga balowooza zisobola kuba wa ssente naye ate naga zetutambikiraawo nofuka omugaaga +UG021_LUG045 UG021 Okukungula amajani gwemulimu gwenyiza okukubiliza buli omu asobole ogwetanila kuba gulungi nyo ela guyambyeko abantu bangi nokubaa esanyu elitagwa wo Okukungula amaddaani gwe mulimu gwenyiza okukubiriza buli omu asobole ogwetanira kuba guluzi nnyo era guyambyeeko abantu banzi nokubaawo essanyu erisagwa awo +UG021_LUG046 UG021 Enkulakulana eli e Uganda yamugundu nyo nyo elanga osobola okutunulila Kampala jetwali tulowoza nti ye city yoka yoka jetulina nga kati ewazino tulina cuty nyingi okuli Jinja Mbarara nendala nyingi Enkulakulana eri e Uganda ya mugundo nnyo era nga osobola okunyumira kampala gyetwazibuza nti ye city yoka zetuyina ngatati ssawa zino tuyita city nyiingi okuli mbarara,zindya nendala nyensi. +UG021_LUG047 UG021 Osanga abantu abali musanyu nga kyekintu kyebasinga okwetaga naye omwana owobuwala yetaga okubela nesimu mungalo okusobola okutambuza obulamu oburungi ela okusobola okubelawo nga akwasaganya embela ye Osanga abantu nga bali mu sanyu ng’ekintu kyebasinga okwetaaga naye omwana owobowooza yetaaga okubeera ne ssimu mungalo okusobola otambula obulamu obutalungi era okusoobala okuberawo nti wasaganya embeerayo. +UG021_LUG049 UG021 Osanga abantu abali musanyu nga kyekintu kyeasinga okwetaga naye omwana owobuwala yetaga okubela nesimu mungalo okusobola okutambuza obulamu obulungi ela okusobola okubelawo nga akwasaganya embela ye Osanga abantu nga bali mu sanyu ng’ate ekintu kyebasinga okwetaaga naye omwana owobowooza yetaaga okubeera ne ssimu mungalo okusobola otambula obulamu obutalungi era okusoobala okuberawo nti wasaganya embeerayo. +UG021_LUG050 UG021 Nga otunulidde bazadde baffe bayita mumbela nyingi omuli okuyisibwamu amaso omuli okusekelelwa kumilimu jebakolela naye tebagwedemu manyi ela basigala batuyamba nebatulabilila Nga otunulidde bazadde baffe bayita mu mbeera nnyo omuli okuyisibwamu amaaso omuri okusekebera ku mirimu gyebayita jebakolera ne tebagwedda emmanyi era basigade bakyatuyamba nebatalabirira. +UG021_LUG051 UG021 Ebyokulya bingi byoyinza osanga mu Uganda byotasobola kusanga munsi endala zona zona omuli greens ezenjawulo nakati ebuga jobyo nebilala bingi nyo ela abantu babyetanide nyo okusobola okubelawo mubulamu Ebyokulya ebingi byoyinza osanga mu Uganda byosasobola kusanga munsi endala zonna zona omuli greens ez’endawulo nakati, ebuga, eddoboo, n‚ebirala bingi nnyo era abantu babyosalidde ennyO okusobula oberawo mu bulamu. +UG021_LUG052 UG021 Tukola emilimu mingi naye ejituwa sente jemitini. sometimes opangisa business nga okolela just capital yeka ekituletedde okutuza mubyalo nekiletedde obutakula kulana ngaffe abantu Tukola emirimu eingi naye ejitibwa ssente the machine sometimes opangisa business nga okolera just capital ekayeka etuletedde okutunza mu byalo netuletegedde obusakulakula langa f abantu +UG021_LUG053 UG021 Okusinzila ku bazadde byaffe byebayitamu kyandi tuwadde ekyokuyiga kingi naffe twandibadde tuli bakozi nyo dala okusobola okuba sanyusa nokubawa esanyu basobole okutwenyumilizamu ngaffe abaana bebazala ela nokubawesa ekitibwa Okusinziira kubazadde bwebye byebayitamu tanikwade esokuyiga kinvi ntunafuna twandibaddetuli bakozeno ddala okusobola okubasanisa nokuba wetusaanyu nebasoboka otwenyumizam mu ngaffe abaana bebazaala era nokuma wesekisiibwa. +UG021_LUG054 UG021 Okusinzila ku bintu byetulina wano e Uganda okutunda plastics gwemulimu gwendaba oguletedde abantu bangi ensimbi elanga bwoba ogwetanidde osobola okufunamu sente Okusinziira ku bintu byetuyina wano e Uganda okutunda plastics gwe mulimu gwendaba oguletedde abantu bandi ensimbi era nga oba ogwetanyide osobola ofunamu ssente enyingi ddala +UG021_LUG055 UG021 Okusinzila nti rolex ezimu zetukolela wano e Uganda kizibu okujisanga ebwelu wegwanga, kino kyongedde okusa Uganda kukatale nokuletela antu abenjawulo okuja okulaba rolex yaffe engeli jewomamu Okusinziira nti rolex ezimu zetukolera wano e Uganda sizibwa okujisanga obweliwo egwanga kino twongedde okozesa uganda ku katale nokuleteza abantu abenjawulo okudda okulaba roex yaffe engeri gyewomamu +UG021_LUG056 UG021 Nandikubiliza buli mulunzi yenayena jaali okuli abalunzi benkoko abalunzi bente okwetanila amaduuka agatunda emele zebisolo bino kubabiletela ebinyonyi nebisolo okukula obulungi ela nga bilungi nyo dala Nandi kubiyita buli mulunzi yonna yenna gyaali okuli abalunzhi b’enkoko abalenvu bense okwesanira amaduuka agasunda emmere yebisolo bino oba ziretera ebinyonyi nebbalala okula obulungi era nga birunginnyo ddala +UG021_LUG057 UG021 Nandisabye buli muvubuka bwoba nga olina etaka lyona lyona wosobola okukubila blocka okusobola okugezako nga gwe okozesa at least eyo space jolina okusobola okweyambayamba abantu nosobola okwekulakulanya. Nanditabye obuli muvubuka woba nga oyina ettaka lyonna lyoona wosobola okukulira bulooka okusobala okugezako ngagwe okozesa at least eyo space zoyina okuyamba yamba abantu nosobera okwekulakulanya. +UG021_LUG058 UG021 Mubulamu buli omu yanditaze awantu wabela okugeza ozimbye enyumba yo nga olina ne space wosobola okolela emilimu jo okugenza nga okutunda mobile money nosobola okwekulakulanya notadde mabega Mubulamu buli omu yandiyita aza wansi wabeera kugeza ozimbye ennyumba yo nga olina ne space wosobola okukolera emirimu zo okugezza nge otunda mobile money nosobole okwekulakulanya nosadde amabega +UG021_LUG059 UG021 Nga otunulidde ebyobulunzi ebyokulima nebyokutunda e Uganda emisolo mingi jebatade kubintu byetugula ela ekiletedde abasubuzi abasinga okulekawo business zino nekibaletela okugenda mu businesses endala Nga otunulidde ebyobutunzi e Byokulima ne byokutunda e Uganda emisolo mingi gyebatadde ku bintu bye tugula era eteredde abasubuzi abasinga okulekawo business zino netibaletela okugenda mu business endala. +UG021_LUG060 UG021 Nga otunulidde ebinyonyi nga okuli enkoko biyisa mubintu bingi nyo okuli stress nga eno evila mumbela eyokuba nti ozilese mukasana abalunzi abasinga balowoza nti enkoko zino zisobola okula nga tebaziwadde buyambi Nga otunulidde ebinyonyi okuyinga enkoko ziyita mu bintu bingi nnyo okuli stress ng’eno ezira mumbeera eyokuba nti ozireese mu kasana abalungi abasinga balowooza nte enkonko zisobola okula nga tebaziwadde buyambi. +UG021_LUG061 UG021 Okusinzila kuki kyetulaba buli omu yanditeza tank eya mazzi kubatomanya climate oba egenda kukyuka oba tegenda kukyuka ela buli omu yandibadde ajetaga najisawo ewaka okusobola omutelekela kumazi mukisela kyekyeya Okusinziira ku ttivi tulaba buli omu yandesaaze tanka eya mazzi kuba tomanyi climate essaawa yonna oba egenda kutuka obategenda ku tu ka era bulimu byandibadde adetaaga na ssaawa ewaka okusobola omutegekera ku maazi mu biseera bye nseeya. +UG021_LUG062 UG021 Buli mulwadde nandimukubiliza okusobola okubelanga agenda kudwaliloelimuwa obujanjabi obulungi okutali nti dwaliro ki oba dwaliro ki kili nti ogenze nebakujanjaba bulungi nowona kyekisinga Buli mulwadde na ndi mukubiriza okusobola okubeera nga agenda kudwaliro erimuwa obuzandabe obulungi okutale ensi ddwalirosi oba dddwalirodsi kirina ogenda ne bakuzanaba bulunginowono e singa. +UG021_LUG063 UG021 Okusinzila kubalimi e Uganda bakoze gwamanyi nyo okusingila dala abavudde mu western bakoze mulimu gwamanyi basobodde okusubuza amatooke nebagayingiza Kampala nga ela basobodde okuyamba abantu bangi Okusinziira ku balimi e Uganda bakoze gwa maanyi nnyo okusingiza ddala abavizila dddala mu westn bakozese omulimu gwamaanyI basobodde okusubula nga amatooke ne bagayingiza Kampala era kusobode okuyamba abantu bangi. +UG021_LUG064 UG021 Okuzimba kyenandikubiliza buli muvubuka jali okusobola okweyamba yamba asobola okupota nasobola okuzimba bona bandibadde bakolela wamu nebasobola okwebezawo mubulamu obwabulijo Okuzimba ffe nandukubiriza buli muvubuka yenna yonna jaje okusobola okweyambayamba asobole okuposa nasobale okuzima bwonna bandibadde bakozese wamu nebasobore okubeezawo mu bulamu obwa biriddo. +UG021_LUG065 UG021 Okusinzila omuntu yenayena yanditaze okusula ewalungi ela nkubiliza buli mu Uganda okusobola okufuna ekitanda ekyomulembe okusobola okufuna awantu wasula nga walungi nga nomufaliso nga mulungi kino kisobole okumuyambako Okusinziira omuntu yenna yeyina yandiyita okusula walungi eza nkubera buli munayuganda kufuna ekitanda esa omulembe kfuna owantu wasula nga walungu naye nomufaliso mulungo kino kyetaaga kutambula obulamu bwaffe +UG021_LUG066 UG021 Mubulamu twanditaze omuntu yenayena gwosobola okutambula naye nakuyamba okukola emilimu ejenjawulo omuli okuvuga emotooka omuli okusoma nga asobodde okuyambako kubanga buli muntu yetaga omuntu Mu bulamu twandetaaze omuntu yenna yenina gwosobola okutambula naye nakuyamba okukola emirimu ezenjawulo omuli okuvuga emmotoka, ng asobodde okusoma okubadde obulungi nga afunemu ssente +UG021_LUG071 UG021 Tulina akasela akatono lelo. Tulina akaseera katono leero. +UG021_LUG077 UG021 Okusaba okusaba kusobola okukyusa ebintu. Okusaba kusobola okusuusa ebintu. +UG021_LUG080 UG021 Nsiima enyimba ezokujukiza. Nsiima ennyimba ez’okujukiza. +UG021_LUG088 UG021 Ekifananyi kino kinzizamu esanyu. Ekifananyi kino kiyinzizaamu essanyu. +UG021_LUG091 UG021 Funa ekitabo muka box akatono. Ffuna ekisabo mu kabaasi akatono +UG021_LUG095 UG021 Omuwala akoze obulungi lero Omuwala akoze obulungi leero. +UG021_LUG096 UG021 Nkozejo ku file eno tukyuse Nkozeko ku fayilo eno tutuuse. +UG021_LUG099 UG021 Omukwano gwanamadala gugumikiliza Omukwano gwa namaddala gugumikiriza. +UG021_LUG102 UG021 Okusaba kwange kukusikanga bulungi Okusaba kwange kukusanga bulungi. +UG021_LUG103 UG021 Oli mugumu nyo mubyoyogela Oli mugumu nnyo mu byoyogera. +UG021_LUG104 UG021 Sembeza wano tukoze wamu Sembeza wano tukoze wamu. +UG021_LUG107 UG021 Edoboozi lyange silya wansi Eddoboozi lyange sirya wansi +UG021_LUG111 UG021 Enyumba eno elimu abutuuze ababastu ennyumba eno erimu abasubuzi abassatu +UG021_LUG116 UG021 Tukola enyo okulaba nti tugenda mumaso Tukola ennyo okulaba nti tugenda mu maaso +UG021_LUG125 UG021 Kati tutegeke entula yaffe Kati tutegetse entuula yaffe. +UG021_LUG127 UG021 Ategela ebigambo byange bulungi Ategeera ebigambo byange bulungi. +UG021_LUG128 UG021 Abayizi balimu kisomelo balimu kisomelo kati Abayizi bali mu kisomero balimu kishomerero kati. +UG021_LUG131 UG021 Ebilunzi bizze mubwangu nyo Ebirungi bizze mu bwanguzi nnyo. +UG021_LUG143 UG021 Tugenda ewa jajja kunkomelelo Tugende ewa byajja kunkomerero. +UG021_LUG149 UG021 Okola wamu kufuna ebilungi Okukola wamu kufuna ebirungi. +UG021_LUG150 UG021 Buli lunaku tulina okulowoza obulungi Buli lunaku tulina okulowooza obulungi. +UG021_LUG151 UG021 Okusaba okusobola okukola enkyuka kyuka Okusaba okusobola okukula entuuka suka. +UG021_LUG155 UG021 Njagala okuwuliza amanyi mudobozi lyo Njagala okuwuliriza amaanyi mu ddoboozi lyo. +UG021_LUG157 UG021 Siima ekubo ogendeleze obulungi Siima ekkubo ogendereze obulungi. +UG021_LUG159 UG021 Twagenda kusomelo enkya ya lelo Twagenda ku ssomero enkya ya leero +UG021_LUG169 UG021 Ekizikiza kijja mutuntu dene Ekizikiza kijjamu ttuntu ttu ntu ddene. +UG022_LUG001 UG022 Ebifananyi nengera omukazi ali nomumwami nga kindaga nti balina kampuni gyebalimu bakutte emiggo bajikozesa nga bagezaako okuba nga balina ebintu byebaliko nsuubira nti byakulya kuba ekyuuma kino nkimanyi nali nkirabyeko nokukikolerako kikuba kasooli kawunga ka muwogo. Ebifananyi nengera mukavyu akalina omwami kakyi ndaga balina kampuni gyebalimu bakutte emiggo bagikozesa ngabagezaako okubanga abayina ebintu byebaliko nfumbila nti byakulya kuliko ekikuba kasooli +UG022_LUG002 UG022 Nengera ebimuli ebiri mu color ezenjawulo red, blue ndabamu ebimuli ebirimu color eyakasaayi, eyakyenvu ne ne ne colour endala naye nga birungi biri mu kikebe nga kiri mu meeza binyirira bulungi nnyo. Ebimuli ebiri mu colour ezenjawulo red blue ndabamu ebimmuri eyakasayi eyakyenvu ne colour endala naye birungi biri mu kikebe nga kiri mu mmeeza binyirira bulunginnyo +UG022_LUG003 UG022 Olusisi olusirira okuliko ne balloon byombi byombi biri ku mmeeza waliwo omukolo ogutekeddwa okubeerawo kuliko ne bimuli ebirungi ku ssabasajja ba DJ nga bambadde bulungi. Olufifira okuliko ne baloon byombi biri ku mmeeza waliwo omukolo ogutekedwa okubeerawo kuliko n'ebimuli ebirungi kufa abasajja ba DJ nga bambadde bulungu +UG022_LUG004 UG022 Abayindi bali mu kikula kyabwe bambadde amakanzu agalinga amasuuka amasaati aga checked bakutte na ka bucket omuli zi apple ebisero besibye nebitambaala balinga abakazzi Abayindi bali mu kikula kyaabwe bambadde amakanzu agalinga amasuuka amasaati ga cheque bakutte naka bucket omuli v apple ebisero besibye nebitambaala galingo abakabi +UG022_LUG005 UG022 Ebintu biringa amajaani genarabako e Fort ate nga byefananyiriza amajaani nze kuntegera yange ndaba nga majaani ate nga binyirira nnyo bri mu line nsubira nze kuntegeera yange ago majaani sikirala wabula majaani. Ebintu biringa amajaani bye nalabako efoati ate nga bifananyiriza majaani emu kuntegeera yange ndaba nti kutugenda mu maju ani ate binyiriira bino biri mu line nfubiira ntiempere ku ntegedde ago majjani sikirala wabula maijaani +UG022_LUG006 UG022 Kasooli bali mu kumwookya ate nange ntera okumulya ko kasooli anyirira bulungi nyo naye ate mukulu ku muntu nga nze ku muntu nga nze atayina mannyo simwangu mulya naye nga kasooli mulungi nnyo. Kasoli bali mu kumwokya ate nange ntera omuli ako kasoli anyirira bulungi nnyo naye ate mukulu ku muntu nga anze atalina manyu si mwanga omulya ngayenga kasolimulunginnyO +UG022_LUG007 UG022 Ensawo za manda zipangiddwa mu bitundu ku nguudo zaffe zino eze nakawa kireka bazisibye bulungi kuliko omwami no mukyala bakola business omu aguza munne enkumi ebiri enku ssatu ne nkumi taano kuliko ne nyumba ezrinanyewo kiraga nti webasula. Ensawo zamanda zipangiddwa mu bitundu ku nguudo eza fubina eze nakawa kireka bazisibye bulungi kuliko omwami nomukyala bakola business omu aguza munne enkumi biri ennaku ssatu nenkuumi tano kulikoe n'enju eziriranyeewo kiraga nti bwebasula +UG022_LUG008 UG022 Abayindi nga bava mu katale betisse ebisero byabwe badda ewaka bava kusubula basisinkanye omuzeeyi alinga musawo ndaba akutte first aid box alabika nga alaga nga waliwo abafunyemu obuzibu mwetegefu obajanjaba Abayindi nga bava mu katale betise ebifero byaabwe badde ewaka bavva kusubula basisinkanye omuveere alinga musawo ndaba akute first aid box alabika ngalaga nti waliwo abafunyemu obuzibu mwetegefu okujanjaba +UG022_LUG009 UG022 Waliwo akabagga kuliko abakyaala nabaami bakutte ebindaazi bakyabagabula namasowaani gaabwe ate elabika nga self eri self ki ngambe nti okugabana okugabula kuno si kwaboona wabula kwabalondemu ndabaomukyala ayambadde eprone agabula abantu abazze ku mukolo guno kuliko ne sumbuusa Waliwo akabaga kuliko abakyala n'abaami bakutte ebindazi bakya bagabbula namasowani gaabwe terabika nga ferefu kongeri ffereufu kingambye okugabula kuno si kwawonna wabola gwabalondemu ndabe omukyala ayambadde poloni agabura abantu abava ku mukolo guno. Kuliko ne fumbo +UG022_LUG010 UG022 Aba boda boda nga bali ku luguudo lwe Busega bali mu jaamu ndaba emotoka zikutte line nobugaali obulinga obwempaka ne zikalina empaanvu kwosa nebifananyi byabesimbyeewo naye nga bagenda kasoobo. Aba bodaboda nga bali ku lugudo lwe Busega Bali mujam ndaba emmotoka zikutte line nobugaali obulingwa obwempaka ne zikali ne mpanvu kwosa ne bifananyi bya besimbye wo naye nge bagenda kasoobo +UG022_LUG011 UG022 Omusajja omusubuuzi ajje gonja ajje bogoya e Mbaale amusibye kugaali amuleese e Kampala bamuweemu akasente asisinkanye omukyaala naye amugula layisi. Omusajja omusubuzi aje gonjja ajiye bbogoya e mbaale amusuubye ku ggaali amuleese e Kampala bamuwemu akasente afifikanye omukyala naye amugula layisunu +UG022_LUG012 UG022 Ndi mu national game park mu park ye bisolo ndaba enjovu nene olubuto zilina amattu zilina ebintu bilinga amayembe nobwana bwaazo zili mu bibinja. Ndi mu national game park mu paka yebisolo ndaba enjovu nnina olubuto zirina amatu ziri ebintu ebiringa amayembe nobwana bwaazo biri mu bibinja +UG022_LUG013 UG022 Mulimu ensolo empanvu elina obulago obunene yatobeka color ezenjawulo bangambako nti yentulege naye ndaba nga mpaanvu nyo ate nga nene nze mbadde manyi oba mpologoma naye nji naye ntulege eri mukulya obuddo mu park ye bisolo. Mulimu ensolo empaavu erina obulago bunene yatebeka colour ezenjawulo bangambako nti ye ntulege naye ndaba nga mpaav nu nnyo ate nganeene zebadde manyi oba mpologoma nayee naientuleege eri mu kulya obuddo mu park yebisolo +UG022_LUG014 UG022 Abazungu balya oba binno balya biki mulimu ebintu ebinga omukyeele ku sowaani elinga gyebakola mu bumba nebukabalagala sebbo fe eno ewaffe ebyo tetukyabilye twelira masavu. Abazungu balya oba bino balyabiki mulimu ebintu byeringa omuceere ku ssowaani eringa gyebakola mu bumba nebuka balagala febo ffeno ewaffe rwetukyabilia twelira masavu +UG022_LUG015 UG022 Loole loole esisinkanye owa boda boda owa boda boda awagaanya ayagala sebbo akole empaka ayitewo naye jukira maaso eliyo aba police bajja siba oyo. Loole loole efifikanye owa bodaboda o wa boda boda awaganya eyagala feebo akulimpa kati bo naye jukira maaso eriyo aba police bajja feeba oyo +UG022_LUG016 UG022 Hardware waliwo ebizimbisisbwa nababigula bagenda bizimbisa era bazimbe enyumba zinyirire mulimu wheelbarrow nomusajja ali wano ayogera ku simu oba ayagal buzimbisibwa oba alina gwaleseewo simanyi Hardware waliwo ebizimbisibwa nababigula bagenda kubizimpisa era bazimbye ennyumba zinyirire muli wellebarer nomusajja aliwano ayogera ku ssimu oba ayagala bizimbisiibwe obalina gwalefe wo simanyi +UG022_LUG017 UG022 Ndaba omusajja era amazze naleeta ebinyebwa nomukyeele kwosa embogga eyo emere nze ebyo ebyokulya nze byantama sikyayagala nange njagala kulya ku pillawo nkyuuse embeela. Ndaba omusajja era amazze naleeta ebinyoobwa nomuceere kosa emboga yemmere enzijji eryokulya mvu lyanthama sikyalagala nange njagalakuly ku ppira awo nti ufembeera +UG022_LUG018 UG022 Owa boda boda agenze ebulenga naye ebintu bya boss abyelabide e Busegga kati adayo kubikimayo. Owa bodaboda agenvu e Bulenga naye ebintu bya bbofuna birabidde bufega kati addayo okubikimayo +UG022_LUG019 UG022 Towooza nti gwe mwaavu weka nabasajja sebo abakola buli kumakya nakawungeezi nabo bali ku kikomando nga nze so embeera nange njitegeera. Tulowooza nti gwe muvubuka na basajja ffe babakola buli ku makya nabawungezi bali kukikomando nga nze ffembeera nange mjitegeera +UG022_LUG020 UG022 E banaye neeno eliyo akatake kalinga aka st Balikudembe banaye laba nigiina balina ebintu binji oba mulimu ne socks zamasomero uncle yantumye ensawo ne ngato ne uncle sock zengenda otwalila Diana ku somero. Naye neriya akatale kalinga bali ku ddembe banange laba nigina waliwo ebintu ebingi oba mulimu ne stocks za masomero uncle yantumye ensawo ningatto ni uncle sooka ozze ngenda otwalira Diana ku ssomero +UG022_LUG021 UG022 Bino ebitooke oba bya bino ebitooke oba bya color ki biwaanvu naye byagaana okusaako etooke elitegeera endagala mpaanvu kuliko ebisanjja ate akatooke akaliko katono fe ewaffe eBusegga ebyo tetukyabigula tetukyabilima twabigoba dda byadeeyo Masaka. Bino ebitooke oba bya Kalaki biwanvu nnyo okuffaako etoooke eritegeera endagala mpaavu kuliko ebisanja ate akatoke akaliko katono ffe ewaffe bufwegendi tetukyabigula tetutuyabilima twabiggwa dda biradeyo mafaka +UG022_LUG022 UG022 Omusajja alina goowa alinga gwebalima e Bamunanika ebikajjo bye bilungi naye anafuna abaguzzi abaguzzi benaku zino nga bakwegayirira nze yalimpadeyo ekikagyo kimu naye aseera. Omusajja alina gowa ali nga gwebali mbe bamunanika ebikajo byebirungi naye ana kufuna baguzi abaguzI bennaku zino nnga bakwegayirira muvayo ali mpadde ekigambo kimu nabyo aseera +UG022_LUG023 UG022 Bambi omukazi atafubana na mbeera ne muwala we atadewo akanyanya ne bogoya naye ebisero bikalu ate alinanye wa super market oba bikwatagana bitya kansubire nti naye anoonya kikumi bambi katonda amusasire afune ssente awerere omwana. Omukazi atakusubana na mbeera ne muwala we ataddewo akanyaanya ne bogoya naye ebisero bikalu ate aliranye wa supermarket oba bichwatagana bitya kansumbire nti naye anonya kikumi bangi katonda musasira afune ssente awulirere omwana +UG022_LUG024 UG022 Museveni yazimba enguudo sebo ezo nazilabako nange e Dubai abasajja balina ssente oluguudo luyita wansi ne wagulu. Muthabeni yazimbye enguudo ffe be zonna zirabako nange Dubai abasajja balina ssente oluguudo luyita wansi ne waggulu +UG022_LUG025 UG022 Abasajja bali mukatale eNakawa baleese apple baleese e naanaansi ewafe eBamunanika tebakyabigula ssente nyinji okuleka eno eFunbwe bwobileteyo bakuwa ssente nga nyinjiko naye abitunda taleese tali serious nakatono laba gyali laba abaguzi tebajja naye yalibadde abiyimba atleast nafunayo ssente ezokulya lunch. Abasajja bali mu katale naka abalese apple balese enanansi ewaffe bamunaniika tebakyabigula ssente nnyingi okuleka eno effumbo bwobireetayo bakuwa ssentenga nyiinji ko naye abitunda tali serious nakatono laba gyaliraba aba guzi tebajja nalyali badda abimba atilifiti nafunayo sSsnte ebulokulya lunch +UG022_LUG027 UG022 Eeeeeh eno gyempulira gyebayita KFC ndabako emotooka kati nze bananguza ebyokulya kukassente akatono kenina akatono ndabawo omusajja aweese ensawo ate agenda eri gye basunda amafutta fe ewaffe tagagulira eri mubudomola na mubukyupa era Jjaja yagamba amafuta gayokya nze ebyo sibikiriza era bwefuna ssente nga mpa Aggie yaleeta amafuta eka nze sisobola genda mu town. Eno gyempulira gyebayita KFC ndabako emmotoka kati nze banaguzza ebyokulya ku kasiti akatono kenina akatoondabbawo omusajja aweese ensawa ate agenda eri gjebafunda amafuta ffe ewaffe tugaguula erimubudomola namubucupa era jjaja agamba amfuta gayokya nzize byosibikiriza era bwenfuna ssente ngampa aleta amasute wadeka mbi sisobola genda mu town +UG022_LUG029 UG022 Ebibajje nga birungi bilinga ebye Nsambya ne kumasomero fe twabisulako naye nga bu deeka bumenyeka uncle Steven nanzijayo nantwaala e Namagunga gyenamalira okusoma naye nga ebikku bitulima ku somero uncle owobupipa twamugamba atuwe obupipa ku layisi tayagala kutuwa bupipa bwe abuseera okamala agende abweguze. Ebibajje nga birungi biringa ebyenfambya ne ku masomero ffe twabisulako naye naga budeka bumenyika uncle steven nanvijayo natwale namavuga gye namalira okusoma nange ebiku bitulema kusomeo uncle owopipa twamugamba atuwe wopupa kulayisi tayagala tuwa mupip bwa bufere okukamaala agenda bweguzze +UG022_LUG030 UG022 Emere nungi okulya naye oba eyalunze omunyo oba yabadde ali kuki yebase enva temuli munyo bweyazukuse natekamu omunyo nga munji aba abakazi balemedwa okulya nga emere ejudde omuyo kati emere bagenda giyiwa nze sigyagala nange namaze okulya. Emmere nnungi okulya nayo oba yalunze omunyo obayabadde ali kuki yebaffe enva temulimu nnyo bweyazukuseinateekamu omunya mungi abakazi balemedde okula ng'emmere ejude omuno kati emmereye bagenda ki? nga sijagala nange namaze oklya +UG022_LUG031 UG022 Atuwadde amajji abiri ne chaayi obwenvu atadeko butono atuwe ne chapati nga satu ne kojja ayongereko bufuuke bisatu omuntu alye akutte agende yebake kuba yakooye nnyo nazuukuka ekiro ngende nsome ebitabo. Atubadde amaggi abiri ne caayi obulenvu ataddeko butono attunda ne chapati nga ssatu negujayo omuddo gifuuke ebisatu omuntu ali akute agenda eyimba kekuba yakooli ennyo nazze okuka ekirungendo ensome ebitabo +UG022_LUG032 UG022 Bantu bazibu baali bazimba esundiro lya mafuta ye yalimba enno mu kyaalo simanyi baliyita Ago pex Ago pex oba byebiki ebyo nze sibitegeera mbu Ago pex laba emotoka nja kubuuza uncle Ago pex nze sibimanyi. Bantu bazibu bali bavumba ebifundiro lya mafuta butera olimanyi baliyita agopex oba ebiti byo sibitegeera mbu agopets laba emmotoka nja kubuuza uncle agopency be sirima nnyo +UG022_LUG033 UG022 Omusajja yasiriziza enyama kyoka banaye naye ayagala ssente ebyo ba campasser tebajja bilya ebyo bilibwa bali abalina retake naye ba fresher ba fresher ebyo tebabilya enkoko zasiride nnyo ayagala ba fresher bazilye aah aah bajja kulya ezo mu Kikoni. Omusajja yasiriziza ennyama kyoka banange naye alagala ffente ebyo ba Kampasa tebaja birya ebwebiribwa balya abalina Liteke nga ba Fulefa baFlefa eyo tebabirya Nkoko za firidde nnyo ayagalayo pa Fureza bajja kulyeva mu kikoni +UG022_LUG034 UG022 Omusajja oba agenda gamba atya nanyini lusuku yasuubudde emere emu ya mabanja eyengerede ku motoka amatooke manji omusajja ayagala ssente abajja ogula bagala mabanja kati sente agenda kuzijawa ali mu loan emotoka police ejja jitwaala ejitwaale ku police bajisibe yamanyi emere ye oba evunda oba ajitwala mu Owino abasubuzi bajisubule. Omusajja oba agenda gamba atya nanyini lusuku yafubudde emmere emu ye amabanja eyengered ku mmotoka amatooke amangi aba omusajaja agala fent abajjogula bagala mabanja kati Fent agenda kuvijawa ali mu loani emmotoka polisi ejakujitwale ajitwali ku police bajifube yamaanya emeere yoba evunda obanga ajitetwala muwe na ba furuzi bajisubule +UG022_LUG036 UG022 Amaato nga manji ge Ssese jjaja yanyumiza ekizinga kye Ssese mbu enyanja bwetabuka amaato baga amazzi gasindiks amaato negadda ebali laba abantu engoye zabwe bambi zona zili awo oba abamu bafudde teli amayi bambi bafiridde muyaga babadde banji ndabako abamu abasattu balamu abasattu mbalaba balamu bali awo balinze ntambula kilabika. Amato nga mangi ga bwe ge ffe jajja nyumirwa ekizinga kye fffe mu nnyanja wetambuka amazzi gasindika amto negadde baliraba abantu engoye zaabwe bambi zonna ziri awo oba abamu basudde terya manyi bampibasulidde muyaga babade bangi ndabako abasatu abalamu abashatumbala aba salamubali awho balinze tambula kirabika +UG022_LUG037 UG022 Engege elinga umbrella oba bazisiika batya atadeko akantu oba bwebayita sausage oba biki nze sibimanyi mpulira babiyita sausage simanyi sausage simanyi sausage Naaki alabika yabimanyi bebasomera e Kampala naye nze sibimanyi. Eno engeri ga eringa eya bulwera oba babifubika batya atadeko akantu obabwe webayita sosedi obaba biki mpulira waberiyita sosodi simanyi ssosiidi simanye ssi odi naki alabika yabimanyo byebafuna emmere i Kampala naye mve ssomero +UG022_LUG038 UG022 Eeeh bebano bebatugambako abe Karamojja bambi tebaseka laba enju mwe basula baby waabwe laba bwafanana bambi singa nfuna ssente nembagulira ku bizigo balebe bwe ba fanana uncle yagamba jjaja mbu abantu be Karamojja bewunyisa kituufu bewunyisa ayambadde ekintu kilinga leesu ebugere tananabako naye ayagala. Ebe bano webatugambako abikaramoja bambi tebakyafrica laba enju mweba fula bibyewabira waffe wanana bampi singa nfuna front nembagulira kubuzibu balabe weba fanana uncle yagamba jajambo abantu ekaramojia bewoyisa ekitufu bewonyisa eyambadde ekintu kiringa lefu ebigiri tananakumu naye ayagala +UG022_LUG039 UG022 Sebo bano ba Karamojja baki befananyiriza aba Kramojja naye batugamba tebambala naye bano bamabdde engoye sebo zinyirira bino bileesu ne mwowino gyebiri bino eeeeh ne buno bulugabire wano webuli sebo Mustafa yabugula Mustafa yagula neezo ewaka gyezili ezo nemiggo bajilundisa ente neeyo ewaffe e Luwero nabirabako ebyo babikozesa. Ffebo bano ba karamoja baki byefananyiriza ba Karamojja naye batugamba tebambala ngoye ffezo zinyirira bino biri efune mu owino gyebiri wano buli ffeebo mustafa yabogulamu mustifa yogula neziri ewaka neziggo bajirundisa ente eri ewaffe luwenda birako ebyo babikozesa +UG022_LUG040 UG022 Bano tebakyayimba ngoye laba emijoozi emirungi mijoozi emirungi okwambala okudukiramu okuzanyiramu omupiira maama yetegereza ate tagula takimayi system ya basubuzi bwoba togula olina genda olina genda mulago yeeli abalwadde obkulaba agele engoye omusajja kyaalya ne kyatwalira abaana be nze ezo nziyimba buyimbi era mbeera sharp nyo mwowino nze nyima engoye. Bano tebakyayimba ngoye ndabe emijozi emirungi okwambala okuzanyiramu omupira maama yetegereza ate tagula tekimanyi sisitemu yabasubuzi bwoba togule olina agenda mulago erya balwadde abokulaba agule engoyne omusajja afune kyale nekyatwalire abaana be nze ezo nziyimpa buyimbi era mbeera saku nnyo muwena onyumirwa +UG022_LUG041 UG022 Eno omusajja wano kisaawe oba nimiro ndabamu ebintu sebo biringa bitoogo mulimu ebintu biringa kalandalugwo ebiddodo alabika omusajja naggaga yakola farm sebo mulimu abantu balima naye nze ekyantamya okola mu farm ndaba obussentwe obusente bwa cholo bagaba obusente butono ayagala omarilize omulimu osule eyo odeyo eka ate bakukube emiggo lwa nkumi satu. Eno omusajja wano kisaawe oba nnimiro ndabamu ebintu ssebo biringa ebitogo mulimu biringa kalandalugo ebi doodo erabika ono musajjwa nagga ggakola farm sebo mu limu abantu balima nennyini gyekyantamye okukola mu farm obawo obusente obutono ayagala omalirivu omulimi ofuleyo odeyeko emiggo lankumiisatu +UG022_LUG042 UG022 Haaaa enyanya nunji naye zagwa ebeeyi eri ewafe e Semuto tebakyalima nyanya balina kasooli munji nabamugula tebamulaba nze kyenjagala ku midaala gino gyiliko amenvu kubanga nze ndi sporty elyenvu bogoya bikajjo nono omusajja asindika ekigaali naye olaba tabiliiko ali ku bikajjo bye anoonya ebikajjo babyagala bikola sukaali. Nnyaanya nnungi naye lagwa ebeeyi erya ewaffe ffe mutwe tebakyali manyaanya balina kafuuli mungi namugula temumulaga kufira kyenjagala ku middala gino lyafanana envu kubanga nze ndifutoti ameenvu bogoya bikajjo no nomusajja afindika ekigaali era olaba atabiriko ali ku bikajo bye anonya we bikaju babyagalabikola fuka +UG022_LUG043 UG022 Batugamba enyaja zitta sebo bampisako ku lake Albert naye nga omutima tegundiimu oba abasajja bavugirawa eeeh bino byebayita ocean byebayita simayi biki batusomesa simanya Atlantic ocean simanyi biki nze byanelabira banga dene nga nvude ne kusomero banaye naye ndaba mazzi kiringa kiyanja esinga ne Victoria yewaffe sebo. Batugamba ennyanja ziyita febo bampisako clay carlbert naye ng’omutima tegundi emu oba abasajja bavuga wano kati vino vebayita oseni simanyi luki batusomesa simayi nya talanti ke osani simanye luchi nze byanerabira banga ddene nga avudde ne ku ssomero bana nindaba amazzi kiringa kiya nje ate efenga ne victoria ye wafe sebo +UG022_LUG044 UG022 Abasajja bazibu laba ekyokulya kyebamuwade olye ebyo ebyokulya webake bili kasowaani karungi naye bitono bilinga bi kivuuvu kasoolisooli biddodo nomuzigo eyo diet nze sijisobola nzilayo ewaffe e Luweero oba ngenda eKassese mu ba jjaja nge nembeera eyo naye nga ebyo sibilide. Abavubajja bazibu laba ekyokulya kyemuwadde oli ebyo ebikulu webaka biri ku kasowani naye kalungi bitono biringa bikivuvu, kasooli fooli, bidodo, nomuzigo eyo diet sijisobola kufira yo ewaffe luwero oba ngenda ekasuse mu bajjaja mbere nembera eryo nga ebesiridde +UG022_LUG045 UG022 Eeeh omusajja yevudemu nga akoze ssente ziganye aguze ogumotoka ogukade atadeko water melon zilinga za mutwalo sebo naye anonya kikumi oyo omusajja wewafe eli mukyaalo aguze akamotoka simanya ka lukimu mu bibiri kuliko omuwala ono Agnes yakamala e Makerere kati ayimba apple ajja kufuna ssente alina degree mu business mu business administration ajja kufuna ssente oyo. Omusajja yevudemu nga akoze ssente zigaanye aguva ogu motooka ogukadde ataddeko watermelon ziringa za mutwalo sibbo naye anonya kikumi omusajjwa we waffe ali mu kyalo aguza akamotoka simanyi lukumi bibiri kuliko omuwala ono agenda enfuyi aka malima keere kati ayimba ajjakufuna ssentu alina degree mu Business administration ajakuffuna Ssenttu +UG022_LUG046 UG022 Newunyiza ekifananyi omusajja alinga president wa ghetto sebo jangu olabe Bobi wine ate anoga majaani ali Fort anoga majaani ssente ssente efuse ekizibu ssente efuse ekizibu aweese ekikapu ekisero kilinga mwana eeh beeli Nakigalala nabo banoga amagaani sebo nga batekamu naye ali happy nyo yasiba ne kirasta sebo. Newundiiva ekifananyi omusajja alinga pulevidenti wa getto febo jjangu olaba ebobuwaini yataaga nogamajaani ali ffu kutya nogamajaini ssente ssentefufa ekifi bwaffe sekikappu ekiffo kiringa mwana eba erina kigalala nabo banoga majaani sebo nga bateekamu naye ali happy nnyo yafiba nekirafuta +UG022_LUG047 UG022 Omusajja ayokya nzijji nze ebyo byanema nze ebyo byanema lwabulemu sibisobola uncle yali abintwalamu olujji lwanjikya lwankuba mutwe neneyokya nengalo sikyabisobola ebyo nze ogwange ndi muzanyi njiiya embeera yona okulaba nga mberawo naye ebibaati nga bikade bizeeyi ebibaati nga bizeeyi bya asbestos bizeeyi nyo. Omusajja ayokya amazijji ebiva ebyo bya nnima bivayo ebinva ebyeyanema lwabula emu sibisobola enkuba yafira entwala mu luujji lwanjokye lwangulu ne nyoyoke wano engalo sikyabisobolo elyo muvuge ogwa ngenda muzanyo ndiyembeera yonna okulaba nga mbeerawo bibati nti bivi yebifo ekyo buveeyi +UG022_LUG048 UG022 Akabuga akabuga kali akabuga kalinga ake Bulenga mulimu obuzimbe obuwanvu naye kandeke kusudiya ekibuga kine ekyo sebo kisinga ne kye Kampala naye nakyo tekili clean nyo sebo abantu bakola ebintu byabwe nebabileka awo omukazi yazimba kalina nagenda e Dubai yalekamu abakazi. Akabuga akubuga kalina akeeru lenga mulimu obuzibbe obuwanvu naye kandike ku food ekifo kinene kyokusinga nekyekampala nakyo tekiri clean ennyo fe abantu bakola ebintu byaabwe nebabireka awo omukazi yazimba kalinda nagenda e Dubai yalikamu abakazzi +UG022_LUG049 UG022 Laba omukazi no mwana we banaye mukifo kyokola ssente bali ku whatsapp bawhatsappinga ssente banazijawa batunda ebintu ebya yellow oba micungwa gyegye bugisu gino emicungwa gye bugisu si gye busoga gye bugisu gino. Laba omukazi nomwana we bana mu kifo kyokola ssente bali ku whatsapp oba whatsappinga ssentte banazijawa batunda ebintu bya yerlow obemicungwa gyajje bugiffu gino emicunga jjeebugffu sijjebusoga jjebugaffu jino +UG022_LUG050 UG022 Eeeh batugamba bwetulya apples ne tulya greens omubiri gufuna amanyi nja kutandika obilyaako laba omukazi oba aguza ono omusaja eeh ono omusaja tu traininga naye ono mujukide ono Peter ono amanyi agajja eno mulabe sebo alina ssente era banaye bino tebijja soboka nga temuli ssente kati laba ebintu byaguze asiike enkoko enkya sebo. Batugamba bwe tulya apples netulya greens omubiri gufuna amaanyi nja tandika obbirya kulaba omukazi ono musajja tutraininga naye onopita onomujukide onupita Ono amaanya agaja eno mola feba alina fente era banange ebintu byebajja soboka temuli fete batera abantu ebiintyu byaguze afike enkoko +UG022_LUG051 UG022 Abantu bafanagana oyo omukazi namulabye mukatale e Bweyogerere alina emidaala mingi ye business ye ate kisitegeela kati eri aleseeyo ani agalawo najja eno bamukubira simu nti gyangu abaguzi bali eno baagi oba omusajja tamuliiko yekorela bibye naye bagamba alina sente naye tawangaaza musajja abasajja abamufuna bebafa abasajja abamufuna bebafa. Abantu bafanagana oyo mukazi namulabye mu katale alina emiddaala mingi ye business bye ate ffe balirira kati eri ali e Seyaani agalawo na jje bamukubira simu tebyangu abaguzi bali eno bangi oba musajja tamuliiko kyekolera bibye naye bagamba Alina ssente Naye tawa nga ava misajjo abasajjaba musunna +UG022_LUG052 UG022 Boyi aguze ubuntu butono naye avimba laba amagatto sebo ayita kubyakabi azimba ndaba akute obubinika ate bulabika simayi pako kati pako enkade elina akatale akwate ssente agende e Nabugabo agule pako empya ne ki giini kimusiwuseeko ebigato bisiwuse agulemu open batugamba ye nanyini kalina eyo eri awo mbu Muwanguzi tawanika. Boya aguze obuntu butono naye azimba aba magatto sebo ayita ku byakalyazibwa okuva ebikuba endaba akutte obubinika ate bulabika simanyi pako kati pakinga erina akatale ako tesentagenda gugaba agule paka empya nekijji nikiguseko biga tubisewose agulemu open batugamba yananye kali nengyo omwanguzi +UG022_LUG053 UG022 Eeeh laba omusajja laba mukyaala ebyo babiyita batya carrots carrots banaye abekilimi tulabye carrots omusajja gwebaguza alinga akubidwa oba alabye oba alabye girlfriend we no musajja omulala anyiize bamugamba sasula mazze okusibilako ebintu ebilowoozo bili walala ate enkuba etandise okutonya omusajja omukyaala ayagala kusibako bintu bye agende ewaka naye emese tezibilye. Laba omusajja wano mukyala ebyo babiyita carrots carrots bano abeekirimi tulabye carrots omukyla gwebaguza ali nga akubidde oba alabika galosendi we nomusaja omulala anyizze bamugamba ffasulo amaze okufuna ebintuebiloggo biri walara ate enkuba etanyusa otonya omamayaraga tezibako bintu byagenda ewaka +UG022_LUG054 UG022 Ebyo byebayita bi tanka bu ppipa bukola eri mu nimiro abasajja eri uncle Seeki bwaba alima ku musana mulaba no buppipa mu nimiro atumye ono musajja wo kukyalo oyo omusajja awangalide ku boodabooda okuva nga tusoma primary ku Namagabi nera kati akyakola boda boda oba alina emyaka emeka omusajja oyo yena asiwuuse naye mukukwaana abakazi oyo Ebyo byebayita bitanka bupiipa bukola eri mu nnimiro abasajja eryankosekiwa balima ko musana mulaba nobupiipu amunimiro atunda omusajjawokujalo we ku bodaboda kubanga tusoma primary ennama gabino era kati akyakola Bodabodoba alina emiyaka gye kuliko omukazi oyo ye nafiri waffe mukwano aba kazayinamu +UG022_LUG061 UG022 Nze nkimanyi nti obulamu bwona obusobola okukyuuka mu kaseela. Nze nkimanyi nti obulamu buno obusobola okukyuuka mu kaseera +UG022_LUG062 UG022 Eddagala elisinga obulungi lya kusaba naye lya kwegata nensonga ezamanyi. Eddagala erisinga obulungi lya kusaba naye lyakwegata nenfonga eza manyi +UG022_LUG063 UG022 Enkuba bweyongera okunyinyila okunyilira abantu banji bayimilira munkuba nga nagenda ku mirimu. Enkuba bweyongera okunyirira okinyiria abantu bayimiriira mu nkubo nga bagenda ku mirimu +UG022_LUG064 UG022 Mukwaano gwe tukukwaata ku bantu mukwaano tegukwaata ku bantu bye tulaba buli lunaku guleta esanyu linji. Mukwano gwe tukukwaata ku bantu mukwono tegukwanga ku muntu betulaba buli lunaku guleeta essanyu lingi. +UG022_LUG065 UG022 Okuvuganya no kuwangula si bikwata mukisa wabula kuteekateeka. Okuvuganya nokuwangula sibikwata wabula kuteekateeka +UG022_LUG066 UG022 Abazadde bafe begomba byebegomba enyo okulabanga tetulina bulamu bulungi. Abavubadde baffe begomba bebegombA ennyo okulaba nga tetuliina bulamu bulungi +UG022_LUG075 UG022 Enaku zinno abantu banji bayingirira ku mukutu gwa internet. ennaku zino abantu abangi bayingirira ku mukutu gwa internet +UG022_LUG076 UG022 Obuyonjo bwe somero buyamba omwana okukuba okuba nobulamu obulungi. Obuyonjo bwe ssomero buyamba omwana okuba okula nobulamu obulungi +UG022_LUG077 UG022 Amanyi go muntu gava mu kutegeela no kuwewela nokwewala nokwewala ebyamani agakyamu. Amaanyi gomuntu gava mukutegeera nokwewara nokuewaala ebyamaany agakyamu +UG022_LUG078 UG022 Abakyaala banji balina obuvunayizibwa obunene mumaka gabwe. Abakyala abangi balina obuvunanyizibwa bunene mu maka gaabwe +UG022_LUG079 UG022 Emikolo egyenjawulo gyileta esanyu mu bantu nokwegata. Emikolo egye njawulo gireeta effanyo mu bantu nokuyigata +UG022_LUG080 UG022 Obulamu bwafe bulungi bwe twegata bwetukwata ku mukwano gyafe bulungi. Obulamu bwaffe bulungi bwe tukwaata ku mikwano +UG022_LUG081 UG022 Okutambula mubifo ebilala kuyamba omukutu okuyiga nokutegeera obulala. Okutambula mu bifo ebirala kuyamba omukuto okuyiga nokutegeera obulala +UG022_LUG083 UG022 Omusomesa asanyusa nyo omwana nga nga amuyamba kukuyiga obulungi. Omusomesa afanyusa nnyo omwana nga amuyamba okuyiga obulungi +UG022_LUG084 UG022 Enteekateeka obulamu etuyamba okutuuka ku bigenderelwa. Enteekateeka obulamu etuyamba okutuka ku bigendererwa +UG022_LUG085 UG022 Okuba nokuwangula mu maka kulina okuleta esanyu mu buli muntu. Okuba nokuwangula mu maka kulina okuleeta essanyu ku buli muntu +UG022_LUG086 UG022 Emikolo egyenaku enene gyileta abantu okuva ebiyumdu ebyenjawulo. Emikolo egyenaku ennene jireta abantu okufa ebitundu eby'enjawulo +UG022_LUG088 UG022 Okuvaayo mu kusomesa kilina obuvunanyizibwa eri omusomesa bili lunaku. Okuvaayo mu kusomesa kirina obuvunanyizibwa eri omusomesa buli lunaku +UG022_LUG089 UG022 Okutendereza katonda kileeta obulamu obutalimu buvumi. Okutendereza katonda kireeta obulamu obutaliimu buvune +UG022_LUG091 UG022 Obulamu bwomuntu bulina okusilikira bwe bulina okusaba obulungi. Obulamu bwo muntu bulina okusirikira bwe bulna kusaba obulungi +UG022_LUG092 UG022 Okukola enyo kubirimu bilina okuleta ebivunyawo bulungi. Okukola ennyo ku birimu birina okuleeta ebivamu obulungi +UG022_LUG093 UG022 Okufa okufa kwomugaga okufa kwomugaga wafe kwaleta obulumi nokufaayo. Okuffa okuff ku mugagga kwaleeta obulumi nokufaayo +UG022_LUG094 UG022 Omwana asba okusanyuka buli kaseera nga ali wamu ne zzade ne zzade. Omwana asaba okusanyuka buli kafeera nga ali wamu ne vadde nevd +UG022_LUG095 UG022 Okutanbulira mu bibuga bilala kuyamba kukubulira kukubulilira ebyenjawulo. Okutambulira mu bibuga birala kuyamba ku kuburirira eby'enjawulo +UG022_LUG101 UG022 Omukyala omuto ayagala nyo okuyiga ebyomutima ne musomero. Omukyala omuto ayagala nnyo okuyiga ebyomutima mu ssomero +UG022_LUG102 UG022 Enkuba bwe nyilira eyamba abalimi okufuna ebyokulya. Enkuba bwenyirira eyamba abalimi okufuna ebyokulya +UG022_LUG103 UG022 Emirimu gyafe gileeta ebivaamu ebirungi bwetugikolamu amanyi. Emirimu gyaffe gireeta ebivamu ebirungi bwetujikolamumanyi +UG022_LUG105 UG022 Okutukiriza ebigendelerwa byo bulamu bigasa buli omu. Okutukiriza ebigendererwa byo bulamu bigassa buli omu +UG022_LUG108 UG022 Okukola mu bifo ebyenjawulo kuyamba kukuziyiza kukuyingiza ssente. Okukola mu bifo eby'enjawulo kuyamba ku +UG022_LUG109 UG022 Mukwano ogwo mukwano ogwa manyi gutela okuwa esanyu buli kasera. Mukwano ogwa mukwono ogwamaanyi gutera okuwa essantu buli kaseera +UG022_LUG110 UG022 Okukimamanya nti obulamu bulina enkomelero kuyamba mu ku teekateeka. Okukimanya nti obulamu bulina enkomerero kuyamba mu kuteekateeka +UG022_LUG111 UG022 Omusomesa akola nyo kukusoma abaana obulungi. Omusomesa akola nnyo ku kusoma abaana obulungi +UG022_LUG112 UG022 Okutegeera ebizibu ebyenjawulo kuyamba mukukola obulungi. Okutegeera ebivibu eby'enjawulo kuyamba okukola obulungi +UG022_LUG113 UG022 Omukyala asanyukira nnyo okubeera na baana ablala mu maka. Omukyala afanyikira nnyo okubiira na baana abalala mu maka +UG022_LUG114 UG022 Okuyiga ku bintu ebipya kuyamba kukufuna obulamu obulungi. Okuyiga ku bintu ebipya kuyamba okufuna obulamu obungi +UG022_LUG115 UG022 Ensi yona elina engeri ezenjawulo ezo kubeera obulungi. Ensi yonna erina engeri ezenjawulo ezokubeera obulungi +UG022_LUG116 UG022 Ensi yona elina engeri ezenjawulo ezo kubeera obulungi. Ensi yonna erina engeri ezenjawulo ezokubeera obulungi +UG022_LUG118 UG022 Okulabilira abavubuka okuleta emirembe mu maka. Okulabirira abavubuka okuleeta emirembe mu maka +UG022_LUG119 UG022 Obutafayo ku bulamu buyinza okuleta obuzibu. Obutafaayo ku bulamu buyinza okuleeta obuzibu +UG022_LUG121 UG022 Amanyi go muntu gayinza okuva mu kwagala okwa manyi. Amaanyi g'omuntu gayinza okuva mu kwagala okwamaany. +UG022_LUG122 UG022 Abantu mu bifo bye bye bye nsiike bakozesa obude bunji okulima ebyokulya nga emere kino kiba kiba kyekyo ebintu byabwe bya nsonga. Abantu mu bifo bye byenfike bakozesa obudde bungi okulima ebyokulya ng'emmere era kino kiba kyekyebintu kyeka eb intu byaabwe byanfonga +UG022_LUG123 UG022 Abaana mu Uganda banji basanyukira okuzanya mu bifo byo bulamu era kino kye ebintu ebyobulamu obulungi. Abaana mu Uganda bangi basanyukira okuzannya mu bifo byobulamu era kino kiba kyebintu eby'obutambula obungi +UG022_LUG124 UG022 Abakyala mu Uganda bakozesa obude bungi okulima era okukola ebyokulya byabwe mu maka buli lunaku. Abakyala mu Uganda bakozesa obudde bungi okulima era okukola ebyokulya byabwe mu makka buli lunaku +UG022_LUG125 UG022 Abantu mu Uganda balina obuzibu mu kwogera ku mirimu gwe buli lunaku okufuna obuyiiya obulongofu. Abantu mu Uganda balina obuzibu mu kwogera ku mirimu buli lunaku okufuna ebuyiya Maka obulongoofu +UG022_LUG126 UG022 Mubifo bye nsiike abakolima balina okusaba bbalina okusaba obuyambi balina okusaba obuyambi ku bantu abalala okukola emirimu gyabwe buli lunaku. Mu bifo byenfiike abakulima balina okusaba balna kufaaba obuyambi balinah okusaaba Obuymbi ku bantu abalala okukola emirimu gyaabwe buli lunaku +UG022_LUG127 UG022 Abantu mumaka gaffe alina okukola emirimu eg egyenjawulo buli lunaku okugeza okuzimba emikono nokutunda ebintu byo mumaka. Abantu mu maka gaffe balina okukola emirimu emirumu ejenjawulo buli lunaku okugeza okuzimba, emikono ,nokutunda ebintu byo mu Maka. +UG022_LUG128 UG022 Abantu abato mu Uganda bakozesa obude bunji okutekawo ebyokulya mu maka buli lunaku. Abantu abato mu Uganda bakozesa obudde bungi okuteekawo ebyokulya mu makka buli lunaku +UG022_LUG129 UG022 Abavubuka banji mu Uganda balina okukola emirimu gyabwe buli lunaku okugeza okuzimba ebwobukugu nokufuna nebyenfuna. Abavubuka abangi mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okuzimba ebyo bukugu nokufuna ne byenfuna +UG022_LUG130 UG022 Abakyaala mu Uganda bakozesa obude bunji okulima nokutunda ku mikutu gye bisubulu buli kunaku Abakyala mu Uganda bakozesa obudde bungi okulima nokutunda ku mikutu gyebisubulo buli lunaku +UG022_LUG131 UG022 Abantu mu bifo byensike balina okukola emirimu gyabwe buli lunaku era bino bibayambe okufuna obuyiya. Abantu mu bifo ebyenfike balina okukola emirimu gyaabwe buli lunaku era bino bibayambe okufuna obuyiiya +UG022_LUG133 UG022 Abantu mu Uganda bakozesa obudde bungi okutekawo emikolo ebivulu buli lunaku. Abantu mu Uganda bakozesa obudde bungi okuteekawo emikolo ebivulu buli lunaku +UG022_LUG134 UG022 Abakyaala mu Uganda bakozesa obudde bungi okukola emirimu gyabwe buli lunaku okugeza okutunda ebyokulya ne bintu byoomu. Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byomu +UG022_LUG135 UG022 Abakyaala mu Uganda bakozesa obudde bungi okukola emirimu gyabwe buli lunaku okugeza okutunda ebyokulya ne bintu byoomumaka Abakyala mu ggwanga Uganda abakyalamu mu uganda bakozesa obudde bungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byo mu maka +UG022_LUG136 UG022 Abantu mu gwanga balina obuzibu mu kwogera nokusoma buli lunaku era kino kibayambe okufuna abuyiiya. Abantu mu ggwanga balina obuzibu mu kwogera nokusoma buli lunaku era kino kibayambe okufuna obuyiiya +UG022_LUG137 UG022 Abantu mu Uganda bakozesa obudde bungi okulima ebyokulya buli lunaku era kino kyongera ku byokulya mu maka gafe. Abantu mu Uganda bakozesa obudde bungi okulima ebyokulya buli lunaku era kino kyongera ku byakulyamu maka gaffe +UG022_LUG139 UG022 Abakyaala mu Uganda bakozesa obude bungi okukola emirimu gyabwe buli lunaku okugeza okutunda ebyokulya ne bintu byomumaka. Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byo mu maka +UG022_LUG140 UG022 Abantu mu maka abantu mu Uganda balina obuzibu mu kwogera ku mirimu ku mirimu gyaabwe buli lunaku era bino byongera ku ngeri yo kufuna obuyiiya. Abantu mu Uganda balina obuzibu bwo kwogera ku mirimu gyaabwe buli lunaku era kino kyongera yokufuna ebuyiya +UG022_LUG141 UG022 Abantu mu abantu mu bifo ebyensike balina balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka. Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka +UG022_LUG142 UG022 Abavubuka mu Uganda basanyuka nnyo okukola emirimu gyabwe buli lunaku okugeza okugeza buli lunaku okugeza okulima. Abavubuka mu Uganda basanyukira nnyo okula emirimu gyaabwe buli lunaku okugeza okulima +UG022_LUG143 UG022 Abakyaala mu Uganda balina okukola emirimu gyabwe buli lunaku okugeza okutunda obyokulya nebintu byomumaka. Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byo mu maka +UG022_LUG144 UG022 Abantu mu Uganda bakozesa obude bungi okulima buli lunaku okugeza okuzimba ebyobulimi. Abantu mu Uganda bakozesa obudde bungi okulima buli lunaku okugeza okuzimba eby'obulimi +UG022_LUG145 UG022 Abantu mu Uganda balina obuzibu mu kwogera no kusoma buli lunaku era bino bibayamba okufuna obuyiiya obulongofu. Abantu mu Uganda balina obuzibu mu kwogera nokusoma buli lunaku era bino bibayamba okufuna obuyiiya obulongoofu +UG022_LUG146 UG022 Abantu mu Uganda bakozesa obude bungi okulima ebyokulya bili lunaku era kino kyongera ku byokulya mumaka gafe. Abantu mu Uganda bakozesa obudde bungi okulima ebyokulya buli lunaku era kino kyongera ku byakulyamu maka gaffe +UG022_LUG147 UG022 Abavubuka mu Uganda balina okukola emirimu gyabwe buli lunaku okugeza okulima nokutunda ebintu ebyensiko. Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okulima nokutunda ebintu byaab wemfuko +UG022_LUG148 UG022 Abakyala mu Uganda bakozesa obude bungi okukola emirimu gyabwe buli lunaku okugeza okutunda ebyokulya ebintu ebyomumaka. Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya, ebintu ebye’omumaka +UG022_LUG149 UG022 Abantu mu maka balina obuzibu mu kwogera ku murimu gyaabwe buli lunakuera bino byongera ku ngeri yo kufuna obuyiiya. Abantu mu maka balina obuzibu bwo kwogera ku mirimu gyaabwe buli lunaku era kino kyongera yokufuna obuyiiya +UG022_LUG150 UG022 Abantu mu bifo byensiike balina okukola emirimu gyabwe buli lunaku kino kyongera ku byokulya mu maka. Abantu mu bifo bye nfiike balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka +UG036_LUG001 UG036 Ndaba abantu babande uniform balinga abayina kyebagala okukukola bakute ebizo bya matooke nga abayina kyebategeka okukola. Ndaba abantu bambadde uniformu balinga bayina kyebagala okukola bakutte ebizibu bya matooke nga balina kyabategeka okula +UG036_LUG002 UG036 Ndaba ebimuli bya color nyinji birungi biri nga roses. Ndaba ebimuli bya colour nnyingi birungi nga roses +UG036_LUG003 UG036 Ndaba bategeka omukolo ki gwa kwanjula bantu betala bategeka balloon batimbye bulungi mukolo gwa kwanjula. Ndaba bategeka omukolo gwa kwanjula. Bantu betala bategeeka baluuni batimbye bulungi mukolo gwakwanjuira +UG036_LUG004 UG036 Ndaba aba Hindi bangi bambade zi sali zaabwe ekyambalo kyobuwangwa bwaabwe kirabika bajaguza ebikujuko bya buwangwa bwaabwe. Abayindi bangi bambadde sali zaabwe, kyamba obuwangwa bwaffe bwirabika bajaguza ebikujiko byobuangwa baab we +UG036_LUG005 UG036 Enimiro ya cabbage nyingi eno erabika yali project ye kitongole kyobulimi. Ennimiro ya cabbage nnyingi erabika yali project eyekitongole ekyobulimi. +UG036_LUG006 UG036 Ayokya kasooli wa kutunda alabika bulungi nyo. Ayo kyakasoli wakutunda, arabika bulungi nnyo. +UG036_LUG007 UG036 Mukazi atunda ensawo za manda no kupima apima mu buveera. Omukazi atunda ensawo za manda n'okupima apima mu ssente. +UG036_LUG008 UG036 Abahindi bambade engoye zaabwe betise ebibbo ku mutwe mulimu ebibala ne bimuli mulimu abato na bakulu na bakulu bali mu kikujuko bali mu maaso ge sinzizo lyaabwe bali mu kusaba. Abayindi bambadde engoye zaabwe betise ebimotoka ku mutwe mulimu ebirala ne bimuli, abato n'abakulu bali mu kikujjo balyemu maaso ge singizo lyaabweri balemukusaba +UG036_LUG009 UG036 Omukolo bali mu kulya mmere, abategesi bali mu kubagabura emmere olu line olunyiriri luwaanvu abantu bafuna ekyokulya essaawa kirabika ssaawa ye kyenkya, kuba bakute ebikopo bya chai ne byokunyweerako. Omukolo bali mu kulya mmere, abategesi bagabula emmere olungi lyanvu, ekyokulyAsaawa kirabika ssawa ye kyenkya bangude ebikopo bya caayi n'ebyokunyweera ku +UG036_LUG010 UG036 Ndaba oluguudo luyisa mmotoka nyinji, lukute jam n’abantu bayita bbali abobupiki na ba maggaali. Ndaba oluguudo luyisa mmotoka nnyingi lukutejamu nabantu bayita bali ab’obupiki n'amagaali. +UG036_LUG011 UG036 Amusajja atembeeya amatooke ku luguudo mulimu bogoya ndiizi ne matooke agokulya, omukyaala ali mu kulamuza amatooke. Omusajja atembeeya matooke ku lugudo mulimu bogoya ndiizi ne matooka agokulya. Omukyala ali mu kulamuza amatoo ke +UG036_LUG012 UG036 Ndaba edundiro lye bisolo nga mulimu enjovu ziri ttaano n’omwana gwaazo, mu dundiro lye bisolo mu busubi ne bire birabika nti bwaali budde bwa kumakya nga omusana guvaayo. Ndaba eddundiro lye bisolo nga mulimu bwenjovu ziri tano ne mwana wazo mudundiro lya bisoli mu busubi nebire birabika baligudde ku makya naye omusana guvaayo +UG036_LUG013 UG036 Ndaba entwiga nayo eri mu dundiro lye bisolo mu busubi akasana ko kumakya nga kavaayo nga eri mu kwota omusana. Ndaba enkuya nayo eri mu jundiro lyebisolo mu busubi akasana nga ako ku makya kavaayo ng’eri mukwota omusana. +UG036_LUG014 UG036 Ku siwaani nga mukyeere ne nyama ye mbizzi. Okulya ku ssowaani nga muceere nennyama ye mbizi. +UG036_LUG015 UG036 Oluguudo lukute Jam mulimu gamba engeri ya kabenge ekimotoka ekinene ki lukululana kiri mu kuwaguza kiyingire oluguudo, nabavuga obuggaali boodabooda benyigiriza okiyitawo. Oluguudo lukutejam mugamba engeri ya kabenge, ekimotoka ekinene ekiru kululana kiyingire obudde bwonna bavuga bodaboda benyigiriiza okujitawo. +UG036_LUG016 UG036 Ndaba etundiro lye bizimba, ndabako mitayimbwa,gundi Kawuuba, paint langi ma tank go kulembekeramu amazzi babitundirawo na kapande ke essomero Seeta. Ndaba ettundiro lyebizimbe, ndabako mitayimbwa bodaboda ogundi gavumenti langi, matanka golembekiramu amazzi, babitundirawo nakapande ke ssomero bu seeta +UG036_LUG017 UG036 Ndaba emmere ku sowaani omukyeere, cabbage ne binyeebwa. Ndaba emmere ku ssowaani omuceere, cabbage ne binyebwa. +UG036_LUG018 UG036 Ekipande Mystica no muzikiti gwe batanaba kumaliriza okuzimba ne mmotoka ewandiseeko ranger enguudo no musajja wa boda avuga boda ku luguudo. Ekipande emisika n'omuzikiti bantanaba okumaliriza okuzimba, nemmotoka ewandiiseeko ranger emuguudo, nemusajja wa boda avuga bonda mu luguuddo +UG036_LUG019 UG036 Ndaba omusiisi wa chapati nga waliwo na matooke ngeri ngeri waliwo hotel n’omukazi ayoza bintu nabamu balya balala bali ku dduuka bagula kayumba ka mobile money nga kagale. Ndaba omusisi gwa chapati nga waliwo namatooke, eri ngeri wano woteri nomukazi ayoza bintu nabamu balya balala bali kuduka bagula akayumba ka mobayiro mane nge akagale +UG036_LUG020 UG036 Katale ko mubuulo mu mabalibali go luguudo batunda ngoye, ngato, bag boots mabali gomwaala ku luguudo. Akakyale ko mu mabbali g'omwala batunda engoye nga baga boots mumabali g’omuwala ku luguudo. +UG036_LUG021 UG036 Olusuku lwa matooke n’etooke etto lyakasa nga otutooke wa wajudeko ebisanja ebingi ebikaze. Olusuku lwa matooke ne tooke yakasawo nga ekitookeyajjudde ebisanja ebingi ebitaze. +UG036_LUG022 UG036 Oluguudo nga lulungi lunyirira waliwo omusajja atunda avuga ebikajjo abitwala mu katale ku bitunda, mu luguudo nga teluliko jam, emmotoka zitambula bulungi. Oluguudo nga lulungi lunyirira, waliwo omusajja atunda avuga ebikajjo abitwala mu katale kubintu ku luguuddo ngana terurikojambo emmotoka ezitambula bulungin. +UG036_LUG023 UG036 Akatale ke birime omuddaala, si katale omuddaala guyimiride gwoka abantu bagula amenvu, enyanya, miyembe na matooke. Akatale kebirime omudala, si katale omudaala buyimiride wo buli lunaku eddeka, abantu bagula amenvu, nyaanya, emiyembe na matooke. +UG036_LUG024 UG036 Oluguudo olwe bazimba wagulu olwa Northern bypass lwe ndengera ne mmotoka nga ziyitawo. Oluguudo olwe Bazibba wa northern bypass bwenengera emmotoka ziyitawo. +UG036_LUG025 UG036 Omusajja nga atunda atunda watermelon ne michungwa a displayinze wagulu ewali ebipande bya masomero na malwaliro Sumbwe community hospital ne kya. Omusajja nga atunda watermelon ne micungwa display ebipande bweya masomero namadwaliro sumba community hospital +UG036_LUG026 UG036 Street nga eri busy nyo nyo nyo ndaba ekipande kya kinene bakiyita billboard nga kya Kibooko ne kipande kya Museveni kiriko KCC, ndaba walinga Busega ku round about abantu. Street nga eri busy, ndaba ekipande kinene naye kita bell board nge kya kiboko, nekipanda Kya Museveni kiriko KCCI , walinga e Busega ku round about abantu bo +UG036_LUG027 UG036 ekizimbe ekya KFC nga wapakinzewo emmotoka ya Airtel no musajja ayambade esaati ye red aweese ensawo ayitawo agenda. Ndaba ekizimbe kya KFC nga wakutinza wo emmotoka yange omusajja owa reda ssati +UG036_LUG028 UG036 Esundiro lya mafuta elya Shell emmotoka zinywa amafuta endala zipakinze na bantu bayingira mu dduuka lyee sundiro lya mafuta okugula ebintu Essundiro lya mafuta erya shell, emmotoka zinya amafuta endala zipakinze nabantu bayingira mu dduuka ly'essundro lye mafuuta buli lunaku +UG036_LUG029 UG036 Edduuka eritunda ebibajje ne bitanda ne batunda ne bi drum bya plastic ebitonotono, omusajja ayambade ekooto ngariko kirabika ye nanyini byo abitegeka alinda abokugula bajje bagule. Edduuka eritunda ebibajje ne bitanda, batunda wo ne bidulamu bya pulasitiki ebitonotono, omusajja ayambadde kkooti nalabika nanyini byo abitegeka alinda abokugula gyebagule. +UG036_LUG030 UG036 Emmere ku suwaani eriko matooke, cabbage, nyama nga nanyini agitegese agenda kujja agirye. Emmere ku suwani, matooke, cabbage, nyama nga nayindi ajiteggeza agenda okujja ajirye. +UG036_LUG031 UG036 Ekyenkya nga kiri ku suwaani waliwo amenvu ga ndiizi, chapati, magi ne ne kyaayi nyini byo abitadeko babirye. Ekintu kyaabwe nga kiri ku ssowaani waliwo amenvu, gavumenti ndiizi, chapati, maji ne caayi, ebyo byabadde ko babirye. +UG036_LUG032 UG036 Esundiro lya mafuta nga teliri busy waliwo emmotoka emu ya black erina omupiira ku kabina ne mmotoka enene trailer eya blue nayo epakinzeeko, omusajja ayingira. Ensundiro yamafuta nga teriri busy nnyo, waliwo emmotoka eya black nomupiira ku kabiina, ne mmotoka ennene ne trailer ya blue nayo epakinzeeko omusajja ayingirira +UG036_LUG033 UG036 Omusajja ayokya enkoko ya business, enkoko erabise obulungi alinda ba customer bajje bagule, eyidde bulungi. Omusajja ayokya enkoko ya bizinensi, enkonko erabise bulungi alinda ba kasitoma bajje bagule eyide bulujji. +UG036_LUG034 UG036 Emmotoka eva Mbarara ejja e Kampala egenda etunda amatooke kiraga ebade ejudde naye bagenda bagatoolako. Emmotoka eva mu mbarara e Kampala egenda etudde amatooke naye bagenda bagatulako. +UG036_LUG035 UG036 Akatale nga kalinga akononebwa embuyaga nga ekasude ebintu biyiise bagezaako okutereza, kakyaafu kyaafu ebintu omukazi agezako okutereza ebintu bye nabantu betegese okugula. Akatale nga kalinga akononebwa ebuyaga naye kasudde, ebintu biyiise bagezaako okutereeza, gakyafukyafu ebiti omukazi ategeera ko kuteereza abantu betegese okugula +UG036_LUG036 UG036 Kumwaalo amaato ne bintu bingi biringa amasowaani ebikopo kirabika bikyaafu kyaafu nabavubi bali mu mazzi basika bwato batandike emirimu gyaabwe. Mu mwalo amato n'ebintu ebingi biringa amasowaani erikupo kirabika bikyafukyafu nabaana balimazze basika bwato batandike emirimu gyaabwe +UG036_LUG037 UG036 Ekyenyanja ekisiikeko na kawunga nga kategese bulungi n’olunyanya olusale bulungi nga luli wagulu wa nakati nga bitegese kuliibwa. ekyennyanja ekisiikeko n'akawunga nga kategese bulungi, olunyaanya lusale wamu lwe wano akati andri tegese kulibwa +UG036_LUG038 UG036 Abantu bano aba gwanga lye egwanga lye Karamoja betuyita ba Karamajong bambade engoye bali ku nyumba yaabwe mu kasisira kaabwe we batude na baana baabwe nga balinga balina gwe bali balinze. Abantu bano ba ggwanga lya karamojong, bakalamajong teyita ba karamajongs bambadde engoye bali ku nnyumba yaabwe mu kasisera kaab we batudde nabaana baab webali mungeri balinga webalinze +UG036_LUG039 UG036 Abegwanga lye Karamoja nga bali ewaabwe ewabwe wajude ensiko balaba nga balinga abakyaziza omugenyi bambade bulungi nga balinga nga bye bajaguza nabaana. Abegwanga lye karamoja nga bali ewaabwe ne waaba ewanjudde ku bbalama naye bayina abalinga abakyazize omugenyi bambadde bulungi nnyo nge balinga abalala gyebajja mu +UG036_LUG040 UG036 Akatale ko mubuulo abantu nga bangi bakeyingidemu bagula engoye, bagula ebintu nabalala nga batunda balala batambula mu katale. Akatale ko mu buli abantu nga bangi bakiyimiridde, bagula engoye,bagula ebintu nabalala batunda balala bantambulira mu katale. +UG036_LUG041 UG036 Endimiro nga erimu kasooli omuto amera mu bijanjalo, muwogo nga bamulima mu nsozi mu mu nsozi. Emirimiro nga eri mu kasooli omutwala amera mu mijanjalo mu luwoogo naye bamulima mu nsozi. +UG036_LUG042 UG036 Akatale ke bibala nga mulimu amenvu, ebikajjo, enyanya, emikyuungwa abantu bagula balala batambula abalala batudde nowebukajjo naye abirina ku wheelbarrow mukazi amugulako. Akatale kebibala ameenvu, ebikajjo, ennyaanya, emicungwa , abantu bagula batambula, abalala batudde nobwe bikajho naye ayina wheelbarrow omukazi amugulako +UG036_LUG043 UG036 Obudde nga bugenda kuziba, enjuba nga egenda kubulirayo mu bire, nga obudde bugenda kuba bwa kiro ndabako enyanja ne bire wagulu. Obudde nga bugenda kuziba, enjuba ng’egenda ku bulirayo mu bire. Obudde bugende kuba wakiro ndabako ennyanja ne biri waggulu +UG036_LUG044 UG036 Amenvu nga bagasalide mu supu nga waliwo na n’obulagala bwa green ku ngulu na menvu amalala nga simasuse bagategese agengedde na mabisi ne fork bagitegese bajje balye. Amenvu nga bagasalidde mu ssuppu, waliwo ne bulaga bwa green kungulu, namenvu amalala agatsemasuse agategese agengedde na mabisi ne ffooko bajitegese bajibalye. +UG036_LUG045 UG036 Ndaba akamotoka ka batundiramu watermelon, mwana omuwala ayimiride kirabika yali ayita mu luguudo lwe bayita fly over ayimiridde akamooka nga. Ndaba akamotoka katono batundira watermelon omwana omuwala ayimiride kirabika yali ayitamu lwe bayita fry over nga akemootooka +UG036_LUG046 UG036 Ndaba omusajja yetise ekisero anoga majjaani mu kiseera ekikungula amajjaani. Ndaba omusajja eye kiseero anoga majani mu kisera ekikungula amajaani. +UG036_LUG047 UG036 Omusajja ayokya ebyuuma zi gate ali mu kolero lye mwa mwakolera mwayokeza ebyuuma bye alinda alitereze ba customer abagenda okuzimba bajje bagule. Omusajja ayokya ebyuuma zi gate mukolero gye mwakolera mwayokeza ebiuuma bye alinda betereeze ba kasitoma abagenda okuzimba baggye bagule. +UG036_LUG048 UG036 Ndaba ebizimbe ebiwanvu mu kibuga nga biri mu distance ya wala, bi kirabika eyo makati g’ekibuga. ekizimbe ekyo ekiwanvu ekya Mapeera kye kyo kyenengera. Ndaba ebizimbe ebiwanvu mu kibuga nga biri mu distance ya wala, kirabika makati gekibugga ekizembe Ekiwanvu ekyamapeera kyekyo kyendengera. +UG036_LUG049 UG036 Abaana ababiri batunda mu katale muwogo,emikyuungwa naye nga balina kyebalaba ku ssimu ekibasanyusiza enyo nyo nyo nebeaga ne basanyuka. Abaana ababiri batunda mu katale muwogo emicungwa naye balina kyebalaba ku ssimu ekibasanyusiza ennyo nyo nebasanyuka +UG036_LUG050 UG036 Omukyala nga ali mu katale nga wa customer kamulali, customer omulenzi yagisanyukira nnyo nasekako no kuseka. Omukyala nga ali mu katale naye awa kasitoma kamulali, kasitioma omulenzi yajisanyuka nnyo nasekaako nokuseeka +UG036_LUG051 UG036 Omukyala atunda kamulali amupimye ku busowaani mu bipimo, apakingide customer agenda ku ku kumuguza. Omukyala atunda kamulali amupimye kubusowaani mu bipimo apakingidde kasitoma agenda okumuguza. +UG036_LUG052 UG036 Etundiro lye bintu bya njawulo waliwo abatunda ebizimbisa nebyo kozemu ddala ba batunda engoye, amasepeki no musajja atambula bano bempulira bayimba mpako leeta ekikozeko be. Ettundiro lye bintu bya njawulo, waliwo abatunda ebizimbisa nebyokozesebwa omuddaala, batunda engoye, amasepiki, nomusajja atambula , bano be mpulira bayimba bakoleeta ezikozeko +UG036_LUG053 UG036 Etundiro lye lye birime obumonde, enyanya ne cabbage mu katale ndabako agula natunda natunda carrots nga zirabika. Ettundiro lye birime, obumonde ennyaanya ne kabeggi mu katale, ndaba ko agula natunda carrots nga zirabika +UG036_LUG055 UG036 Omusiisi wa chapati nga asiika rolex nga ya customer. Omusiisi wa kyapati nga asiika rolex ya kasitoma +UG036_LUG056 UG036 Etundiro lye lye byokulya byenkoko na ne bisolo nga embizi,ente oli atunda apima apimira customer ku minzaani ono omuwala yali aze kugula byakulya bye nkoko nga agenda mu. Entundiro ye ebyokulya byenkoko na nebisolo ate Bantu buli atunda apima apimira kasitoma ku munzaani omuwala aze kugula ebokulyas byenkonko nga agenda amuguza +UG036_LUG057 UG036 Matafaali bagakubye waliwo agakaze ge bapanze agalala bagabiseeko agalala bagaanise gakale ate omusana guvudeyo mulungi ,obudde bwa kumakya nga ssaawa nnya. Amatafali bagakubye, waliwo agakaze ge bapanze, agalala bagabiseeko,agalal bagaanisse kale ate omusana guvuddeyo bulungi budde bwaffe mu makya nga ssaawa nya +UG036_LUG058 UG036 Amaka naye amaka bagakoleramu ne business waliyo akayumba ka mobile money balina mobile money, batundayo na matooke bozeeza ne ngoye naye tewali muntu aliyo. Amaka naye amaka bagakolera ne bizinensi, waliwo akayumba ne mobile money batunda yo namatooke bwoziza nenkoye nga tewali muntu aliyo +UG036_LUG059 UG036 Amadduuka mangi waliwo ne dduuka lye ddagala, ngoye,mifaaliso ne bintu byakola madduuka ga bantu bangi si lyamuntu omu kukubo. Madduka amangi, waliwo n'edduuka eddagala engoye ebifatiso ne bintu byakola mu madduko agabantu abangi bangi si gavumenti ku kkubo. +UG036_LUG060 UG036 Enkoko ziri mukatimba kirabika bazitunda nokuzisala bazisala ndaba minzani munju na mazzi ku sigiri mwe bazinyika ne bazi. Enkoko ziri mu katimba kirabika bazitunda nokuzisala, ndaba munzanju na mazzi ku sigiri mwebazinyika. +UG036_LUG061 UG036 Akayumba ka ka flat ka payitingidwa mu sadoline ne tank ezokulembekerwamu amazzi zitimbidwa wabweru kirabika za kutundibwa. Akayumba ka flat ka paintingiddwa mu sadolin ne tanka ezokulembegwamu amazzi zitimbidd wa wabweru kirabika zakutundibwa. +UG036_LUG062 UG036 Eddwaliro lya First Care Medical Clinic lijanjaba abantu waliyo emmotoka ya ambulance etwaala ababeera bali bubi oba nababeera nga bafude nayo eri ku dwaliro na kammotoka akatini. Eddwaliro lya first care medical clinic eri ejanjaba abantu waliyo emmotoka ya ambulance etwala ababera bali bubi oba nababira ngabafudde nayo Eri ku ddwaliiro nakamotoka akatono +UG036_LUG063 UG036 Katale ke mmere kumpi no mwaala ate n’oluguudo ne mmotoka nene lorry eyita mu luguudo n’abakazi na basajja abatunda ebintu byaabwe batunda. Katale kemere kumpi nomwala noluguudo nemmotoka ennene, loole eyita mu luguuddo, abakazi na basajja batunda ebintu byaabwe. +UG036_LUG064 UG036 Ekolero lye bigoma ne enkokoto ne pavers nga abantu bali mu kukola abasajja abambadde element nga gyebali bakola. Enkolero lye bigoma ne nkokoto ne pavers nga abantu bali mu kukola, abasajja bambadde erementi gyebali bakolera. +UG036_LUG065 UG036 Etundiro lyebintu ebikozeseeko nga entebe, ebitanda, ebibajje ebiba kabada, zi cooker batunda ebintu ebikozeseeko ate waliyo ne esalamala. Ebintu ebikozeseeko nga entebe, ebitanda, bagye, ekabadda, zi mkuuka batunda ebi bintuebikozese ko ate waliwo ne salamala. +UG036_LUG066 UG036 Enjuba nga evaayo abantu nga batambula emmotoka nga zitambula kiro zitandise nokwasa amataala nga abalala abantu batambuza ebigere nga badayo ewaabwe. Enjuba nga evaayo abantu ngan batambula, emmotoka naga zitambuza ku kiro tanise nokukwasa amatala, nabalala nabo batumbuuza bigere naye baddayo ewaabwe +UG036_LUG071 UG036 Nze nkimanyi nti obulamu bwona busobola okukyuuka mu kaseera katono. Nze nkimanyi nti obulamu bwonna busobola okukyuka mu kaseera katono. +UG036_LUG072 UG036 Edagala erisinga obulungi si lya kusaba naye lya kwegata ne n’ensonga ezamaanyi. Eddagala erisinga obulungi si lya kusaba naye lye kwegatta ne nsonga ezamaanyi. +UG036_LUG073 UG036 Enkuba bwe yongera okunyirira abantu bangi bayimirira mu nkuba nga bagenda ku mirimu. Enkuba bweyongera okunyirira, abantu abangi bayimirira ku nkubo nga bagenda ku mirimu +UG036_LUG074 UG036 Mukwano gwe tukwata ku bantu be be betulaba buli lunaku guleeta esanyu lingi. Omukwano gwaffe gutukwaata ku bantu betulaba buli lunaku guleeta essanyu lingi. +UG036_LUG075 UG036 Okuvuganya nokuwangula sibikwata ku mukisa wabula ku ku kuteekateka. Okuvuganya nokuwangula sibikwata ku mukisa wabula kukuteekateeka +UG036_LUG076 UG036 Abazade baffe be be begomba enyo okulaba nga tulina obulamu obulungi. Abazadde bafe bebegomba ennyo okulaba nga tulina obulamu obuliungi. +UG036_LUG077 UG036 Buli lunaku tulina okulwaana okukola obulungi no n’okuwangula bye twagala. Buli lunaku tulina okulwana okukola obulungi nokuwangula ebyo byetwagala. +UG036_LUG078 UG036 Okusaba Katonga kukulembera emirimo gyo gyona gyetukola buli lunaku. Okusaba katonda okukulembera emirimu gyonna gyetukola buli lunaku +UG036_LUG079 UG036 Omusajja omuto yayanyiriza mukwano gwe ne sanyu lyamanyi enyo. Omusajja omuto yayaniriza mukwano gwe ne sanyu erya manyi ennyo. +UG036_LUG080 UG036 Abantu abali ku kibuga beyongera buli mwaka kivaamu enkuba no bunkenke. Abantu abali mu kibuga beyongera buli mwaka ekivamu enkuba nobunkenke +UG036_LUG081 UG036 Enjogera ya maanyi etuyamba okufuna ebyo byetuba tulindirira. Enjogera eya manyi etuyamba okufuna ebyo byetuba tulindirira. +UG036_LUG082 UG036 Okwewala ebizibu kyetaaga obulamu obutekedwa obulungi. Okwewala ebizibu kyetaaga obulamu obutekedwa mu bulungi +UG036_LUG083 UG036 Omwana muto ayagala okiyiga okusoma no kuwandiika obulungi. Omwana muto ayagala okuyiga okusoma nokuwandika obulungi. +UG036_LUG084 UG036 Ebyokulya ebirungi bi bi bituletera amaanyi n’amaanyi ago mubiri. Ebyokulya ebirungi bituletera amaanyi n'amaanyu ago mubiri. +UG036_LUG085 UG036 Enaku zino abantu bangi bayigira ku mukutu gwa internet. Ennaku zino abantu abangi bayigira ku ku mukutu gwa internet. +UG036_LUG087 UG036 Amaanyi go muntu gava mu kutegera no kwewala byamanyi agakyamu. Amaanyi gomuntu gava mukutegeera nokwewala ebyamaanyii agakyamu +UG036_LUG088 UG036 Abakyala abakyala bangi balina obuvunanyizibwa obunene mu maka gaabwe. Abakyala abakyalabangi balina obuvunanyizibwa bunene mu Maka gaabwe. +UG036_LUG089 UG036 Emikolo gye njawulo gireeta essanyu mu bantu n’okwegata. Emikolo gye njawulo jireeta essanyu mu bantu no okwegata. +UG036_LUG090 UG036 Obulamu bwafe buba bulungi bwetukwata kuemikwano gyafe obulungi. Obulamu bwaffe buba bulungi bwe tukwaata ku mikwano gyaffe obulungI +UG036_LUG091 UG036 Okutambula mu bifo ebirala ku ku kuyamba omuntu okuyiga no kutegeera obulala. Okutambula mu bifo ebirala kuyamba omuntu okuyiga nokutegeera obulala +UG036_LUG092 UG036 Ebyafaayo bye gwanga bi bituyamba okumanya ensibuko yaffe. Ebyafaayo by'eggwanga bituyamba okumanya ensibuko yaffe. +UG036_LUG093 UG036 Omusomesa asanyusa nyo omwana nga amuyamba okuyiga obulungi. Omusomesa asanyusa nnyo omwana nga amuyamba okuyiga obulungi. +UG036_LUG094 UG036 Enteekateka yo bulamu etuyamba okutuuka ku ku bigendelerwa. Enteekateeka yobulamu etuyamba okutuka kubigendererwa. +UG036_LUG095 UG036 Okuba no okwagala mu maka ku kulina okuleeta essanyu mu mirimu mu buli muntu. Okuba nokwagala mu maka kulina okuleeta essanyu mu buli muntu. +UG036_LUG096 UG036 Okuyiga ebigambo byenjawulo kuyamba okuziyiza okukyaamu. Okuyiga ebigambo bye njawulo kuyamba okuziyiza okukyama. +UG036_LUG097 UG036 Emikolo gyenaku enene gireeta abantu okuva ebitundu ebyenjawulo. Emikolo gye naku ennene jireeta abantu okuva mu bitundu eby'enjawulo. +UG036_LUG098 UG036 Okuvaayo mu kusomesa kirina obuvunanyizibwa eri omusomesa buli lunaku. Okuvayo mukusomesa kirina obunanyizibwa eri omusomsa buli lunaku +UG036_LUG099 UG036 Okutendereza Kataonda ki kireeta obulamu obutalimu buvune. Okutendereza Katonda kireeta obulamu obutalimu buvune. +UG036_LUG101 UG036 Obulamu bwomuntu bu bulina okusirikirira bu bulina okusaba obulungi. Obulamu bwomuntu bulina okusirikirira, bulna okusaaba obulungi +UG036_LUG102 UG036 Okukola enyo ku birimu birina okuleeta ebivaamu ebirungi. Okukola ennyo ku birimu binina okuleeta ebivamu ebirungi. +UG036_LUG103 UG036 Okufa kwa muganda waffe kwa kwa kwaleeta obulumu n’okufaayo. Okuffa kwa muganda waffe kwaleeta obulumi nokufaayo. +UG036_LUG104 UG036 Omwana asaba kusanyuka buli kaseera nga ali wamu ne nzadde ze. Omwana asaba okusanyuka buli kaseera nga ali wamu ne zadde. +UG036_LUG105 UG036 Okutambulira mu bibuga birala ku ku ku kuyamaba kukubulirira ebye njawulo. Okutambulira mu bibuga ebirala kuyamba okubulirira eby'enjawulo. +UG036_LUG106 UG036 Ekibiina kya bayizi ki ki ki ki ki kitera okuyiga no ku ku ku kugabana. Ekibiina Kya abayizi kitera okuyiga nokugabana obukugu. +UG036_LUG107 UG036 Okukolera awamu ku ku bulamu buno ku kuleeta obulungi obuyonjo. Okukolera awamu ku bulamubuno kuleeta obulungi obuyonjo. +UG036_LUG108 UG036 Enjuyi ezenjawulo zegwanga ziyamba mu okukola obulungi. Enjuyi ezenjawulo ezegwanga ziyamba okukola obulungi +UG036_LUG109 UG036 Okutegeera ebigambo ebyenjawulo kuyamba mu bulamu bw’omuntu. Okutegeera ebigambo byenjawulo kuyamba mu bulamu bwomuntu. +UG036_LUG110 UG036 Omusajja omukulu yafaayo enyo ku kubantu mu kitundu kye. Omusajja omukulu yafayo nnyo ku bantu mu kitundu kye. +UG036_LUG111 UG036 Omukyala omuto ayagala nyo okuyiga ebyo ebyomutima mu ssomero. Omukyala omuto ayagala nnyo okuyiga ebyomu mutima mu ssomero. +UG036_LUG112 UG036 Enkuba bwe bwe yenyinyirira eyamba abalimi okufuna ebyo kulya. Enkuba bwe ye nyumirira eyamba abalimi okufuna ebyokulya. +UG036_LUG113 UG036 Emirimu gyafe gi gireeta ebivaamu ebirungi mwe tugikolamu amaanyi. Emirimu gyaffe gireeta ebivaamu ebirungi mwetujikolamumanyi. +UG036_LUG115 UG036 Okutukiriza ebigenderwa byobulamu bwe bigasa buli omu. Okutukiriza ebigendererwa byo bulamu bwaffe bigassa buli omu +UG036_LUG116 UG036 Obuvunanyizibwa bwafe bwona bulina okutwala mumaaso bulungi. Obuvunanyizibwa bwaffe bwoona bulina okutwala mu maaso obulungi. +UG036_LUG118 UG036 Okukola mu bifo byenjawulo kuyamba okuyingiza ssente. Okukola mu bifo byenjawulo kuyamba okuyingiza ssente. +UG036_LUG119 UG036 Omukwano gwamanyi gutera okuwa essanyu buli kaseera. Omukwano gwa amaanyi gutera okuwa essanyu buli kaseera +UG036_LUG120 UG036 Okimanyi nti obulamu bulina enkomerero ku ku kuyamba mu kuteekateka. Okimanyi nti obulamu bulina enkomerero okuyamba mu kitekateka +UG036_LUG121 UG036 Omusomesa akola enyo ku kusomesa abaana obulungi. Omusomesa akola nnyo okusomese abaana obulungi. +UG036_LUG122 UG036 Okutegeera ebibuzo byanjawulo kuyamba mu kukola obulungi. Okutegeera ebibuuzo bya njawulo kuyamba okukola obulungi. +UG036_LUG123 UG036 Omukyala asanyukira nyo okubeera n’abaana abalala mu maka. Omukyala asanyukiira nnyo okubeera nabaana abalala mu maka. +UG036_LUG125 UG036 Ensi yonna erina engeri ezenjawulo okubeera obulungi. Ensi yonna erina engeri zenjawulo okubeera obulungi. +UG036_LUG126 UG036 Okusaba kwa mikwano gyaffe kureeta mirembe. Okusaba kwagula mu mikwano gyaffe kuleeta emirembe. +UG036_LUG127 UG036 Omusajja omuto ayagala nyo kuyiga ebyensoma. Omusajja omuto ayagala nnyo okuyiga ebye soma. +UG036_LUG128 UG036 Okulabirira abavubuka kureeta emirembe. Okulabirira abavubuka kuleeta emirembe. +UG036_LUG129 UG036 Omusajja omutto ayagala nyo okuyiga ebyensoma. Omusajja omuto ayagala nnyo okuyiga ebyensoma. +UG036_LUG130 UG036 Amaanyi go muntu ga yinza okuva mu kwagala okwamaanyi. Amaanyi gomuntu gayinza okuva mukwagala okwamanyI +UG036_LUG131 UG036 Okusaba Katonda kulina okureeta emirembe mu mitima. Okusaba katonda kulina okuleeta emirembe mu mitima +UG036_LUG132 UG036 Abantu mu mu bifo ebyensiike bakozesa obudde obungi okulima ebyo kulya nga emmere era ki kino kiba ebintu byaabwe ebyensonga. Abantu mu bifo ebyensiike bakozesa obudde obungi okulima eb’okulya nga emmere era kino bintu byanbwe ebye songa +UG036_LUG133 UG036 Abaana mu Uganda bangi basanyukira okuzanya mu bifo ebyobulamu era kino kiba kya bintu byo bulamu obulungi. Abaana mu Uganda bangi basanyukira okuzannya mu bifo ebyobulamu era kino bintu byobula, obulungi. +UG036_LUG134 UG036 Abakyala mu Uganda bakozesa obudde obungi okulima era okukola obyokulya byaabwe mu maka bu buli lunaku. Abakyala mu Uganda bakozesa obudde obungi okulima era okukola ebyokulya byaabwe mu makka buli lunaku. +UG036_LUG135 UG036 Abantu mu Uganda balina obuzibu mu kwongera ku ku ku mirimu gya buli lunaku okufuna obuyiiya obulongoofu. Abantu mu Uganda balina obuzibu okwongera ku mirimu buli lunaku ogufuna ebuyiya Maka bulungi +UG036_LUG136 UG036 Mu biffo ebyensiike abakulima balina okusaba obuyambi ku ku bantu abalala okukola emirimu gyaabwe buli lunaku. mu bifo ebyensiike abakulima balina okusaba obuyambi ku bantu abalala okukola emirimu gyaabwe buli lunaku. +UG036_LUG137 UG036 Abantu mu maka gaawe gaffe balina okola emirimu gyenjawulo buli lunaku okugeza okuzimba emikono no kutunda ebintu ebyomumaka. Abantu mu maka gaffe balina okukola emirimu egyenjawulo buli lunaku okugeza okuzimba emikono nokutunda ebintu byo mu Maka. +UG036_LUG138 UG036 Abantu mu Uganda bakozesa obudde obungi okuteekawo ebyokulya mu maka buli lunaku. Abantu mu Uganda bakozesa obudde obungi okuteekawo ebyokulya mu makka buli lunaku. +UG036_LUG139 UG036 Abavubuka bangi mu Uganda balina okola emirimu gyabwe buli lunaku okugeza okuzimba ebyo bukugu ne byenfuna. Abavubuka abangi mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okuzimba ebyo bukugu ne byenfuna. +UG036_LUG140 UG036 Abakyala mu Uganda bakozesa obudde bungi okulima no kutunda mu mikutu gyobusuubuzu buli lunaku. Abakyala mu Uganda bakozesa obudde obungi okulima nokutunda ku mikutu gyo buli lunaku. +UG036_LUG141 UG036 Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era bino bibayamba okufuna obuyiiya. Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era kino bibayamba okufuna obuyiiya. +UG036_LUG142 UG036 Abaana mu Uganda basanyuka nyo okulaba abantu abalala nga bakola emirimu gyaabwe buli lunaku. Abaana mu Uganda basanyuka nnyo okulaba abantu abalala ngabakola emirimu gyaabwe buli lunaku. +UG036_LUG143 UG036 Abantu mu Uganda bakozesa obudde obungi okuteeka emikolo nebivulu buli lunaku. Abantu mu Uganda bakozesa obudde obungi okuteeka emikolo n'ebivulu buli lunaku. +UG036_LUG144 UG036 Abavubuka mu Uganda balina okola emirimu gyaabwe buli lunaku okugeza okulima n’okutunda ebyobulimi. Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunakuokugeza okulima nokutunda ebyobulimi. +UG036_LUG145 UG036 Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyabwe buli lunaku okugeza okutunda ebyokulya nebintu ebimu. Abakyala mu Uganda bakozesa obudde obungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu ebimu +UG036_LUG146 UG036 Abantu mu Uganda balina obuzibu mu kwogera no no kusoma buli lunaku era kino kibayamba okufuna obuyiiya. Abantu mu Uganda balina obuzibu mu kwogera nokusoma buli lunaku era kino kibayamba okufuna obuyiiya +UG036_LUG147 UG036 Abantu mu Uganda bakozesa obudde obungi okulima ebyokulya buli lunaku era kino kyo kino kyongera ku byokulya mu maka gaffe. Abantu mu Uganda bakozesa obudde obungi okulima ebyokulya buli lunaku era kino kyongera ku byokula mu maka gaffe. +UG036_LUG148 UG036 Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okulima no kutunda ebintu byensiiko. Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza; okulima nokutunda ebintu byensiko. +UG036_LUG149 UG036 Abayala mu Uganda bakozesa obudde obungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya ne n’ebintu ebyo mumaka. Abakyala mu Uganda bakozesa obudde obungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byo mu maka. +UG036_LUG150 UG036 Abantu mu Uganda balina obuzibu mu kwongera mu mirimu gyaabwe buli lunaku era bino byongera ku ngeri y’okufuna obuyiiya. Abantu mu Uganda balina obuzibu mu kwongera ku mulimu buli lunaku era bino byongeera ngeri yokufuna obuyiiya +UG036_LUG151 UG036 Abantu mu bifo byensiike ba balina okukukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka. Abantu mu bifo bye nsiike balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka. +UG036_LUG152 UG036 Abavubuka mu Uganda basanyuka okukola emirimu gyaabwe buli lunaku oku okugeza okutunda ebyokulya ne bintu byo mumaka. Abavubuka mu Uganda basanyuka okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byo mu maka. +UG036_LUG153 UG036 Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okutunda no kulya ebintu byo maka. Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunakuokugeza okutunda nokulya ebintu byo mu maka. +UG036_LUG154 UG036 Abantu mu Uganda abakozesa obudde obungi okulima buli lunaku okugeza n’okuzimba obyo bulimi. Abantu mu Uganda bakozesa obudde bungi okulima buli lunaku okugeza n'okuzimba ebyobulimi. +UG036_LUG155 UG036 Abantu mu Uganda balina obuzibu mu kwogera no kusoma buli lunaku era bino bibayamba okufuna obuyiiya obu obulongoofu. Abantu mu Uganda balina obuzibu mu kwogera nokusoma buli lunaku era bino bibayamba okufuna ebuyiya obulongoofu +UG036_LUG156 UG036 Abantu mu Uganda ba bakozesa obudde obungi okulima byokulya buli lunaku era kino kyongera ku byokulya mu maka gaffe. Abantu mu Uganda bakozesa obudde obungi okulima ebyokulya buli lunaku era kino kyongera ku byokula mu maka gaffe. +UG036_LUG157 UG036 Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okulima no kutunda ebintu bye nsiko. Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okulima nokutunda ebintu byensiko. +UG036_LUG158 UG036 Abakyala mu Uganda bakozesa obudde obungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n’ebintu byomumaka. Abakyala mu Uganda bakozesa obudde obungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byo mu maka. +UG036_LUG159 UG036 Abantu mu Uganda balina obuzibu mu kwogera mu kwongera ku mirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka. Abantu mu Uganda balina obuzibu mu kwogera ku mirimu gyaabwe buli lunaku era kino kyongera ekyokulya mu maka +UG036_LUG160 UG036 Abantu mu Uganda balina obuzibu mu kwogera mu kwongera ku mirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka. Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka +UG036_LUG161 UG036 Abavubuka mu Uganda basanyuka nyo oku okukola emirimu gyaabwe buli lunaku okugeza okulima n’okutunda ebyo bulimi. Abavubuka mu Uganda basanyuka nnyo okukola emirimu gyaabwe buli lunaku okugeza okulima nokutunda ebyobulimi. +UG036_LUG162 UG036 Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okutunda no kulya ne bintu ebyo mumaka. Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okutunda n'okulya ebyomaka. +UG036_LUG164 UG036 Abavubuka mu Uganda basanyuka okukola emirimu gyaabwe buli lunaku okuzimba obulamu obulungi. Abavubuka mu Uganda basanyuka okukola emirimu gyaabwe buli lunaku okuzimba obulamu obuliungi. +UG036_LUG165 UG036 Abaana bangi mu bitundu byensiike bagenda kusomero nga batambula ku ku bigere buli lunaku. Abaana abangi mu bitundu ebyensiike bagenda ku ssomero nga batambula ku bigere buli lunaku +UG036_LUG166 UG036 Abantu mu Uganda bakozesa emmotoka za taxi, piki piki oba batambula ku bigere buli lunaku. Abantu mu Uganda bakozesa emmotoka za taxi, ppikipiki oba batambula buli lunaku. +UG036_LUG167 UG036 Abayizi abamu basoma ebyokulabirako mu masomero era bino biba bayamba okufuna obuyiiya. Abayizi abamu basoma ebyokulabirako mu masomero era bino bibayamba okufuna obuyiiya. +UG036_LUG168 UG036 Bakyala mu Uganda bakola emirimu egikwata ku bakabangula abaana wamu nokutunda mu katale buli lunaku. Abakyala mu Uganda bakola emirimu egikwata ku kukabangula abaana nokutunda mu katale buli lunaku. +UG036_LUG170 UG036 Abantu mu Uganda balina obuzibu mu kwogera ku mirimu gyaabwe buli lunaku. Abantu mu Uganda balina obuzibu okwogera ku mirimu gyaabwe buli lunaku +UG036_LUG172 UG036 Musomero lye kibuga okunonyereza ku byo bulimi kwo kwongera ku ngeri yokuyiga. Mu ssomero ly'ekibuga okunoonyereza ku byobulimi kwongera ku ngeri yo kulima +UG036_LUG173 UG036 Okutambula ku bigere kusomero, ku mulimu kuyamba abantu okutuuka ku bifo ebyensiike. Okutambula ku bigere ku ssomero oku mulimu kuyamba abantu okutuka ku bifo ebyensiike. +UG036_LUG174 UG036 Enyumba zino ziri kumpi no mukulu we kibuga era buli lunaku abantu basaba obuyambi ku mikolo. ennyumba zino ziri kumpi nomukulu we kibuga era buli lunaku abantu basaba obuyambi ku mikolo. +UG036_LUG175 UG036 Okulima emmere nokutunda ku katale ki kibintu byensonga mu maka gaffe. Okulima emmere nokutunda ku katale kye bintu gyensonga mu maka gaffe. +UG036_LUG176 UG036 Mu bibuga abantu bangi basoma ebikwaata kungeri yo bulamu obulungi no kutambula buli lunaku. Mu bibuga abantu abangi basoma ebikwata ku ngeri yobulamu obulungi nokutambula buli lunaku. +UG036_LUG177 UG036 Okuzanya na balala ku bifo ebyensike kweyongera ebyokukola ku byobulimi. Okuzannya nabalala ku bifo ebyensiike kweyongera ku ngeri yokola ku byobulimi +UG036_LUG178 UG036 Ebyokulya ebyokukola mu maka byeyongera ku ngeri yokukulakulanya abavubuka. Ebyokulya ebyo kukola mu makka beyongera ku ngeri yo kulakulanya abavubuka +UG036_LUG179 UG036 Okujukira okuyiga ebyokulima nokusoma ebyokulabirako mu musomero buli lunaku okuyamba abavubuka. Okujjukira okuyiga ebyokulima nokusoma ebikolabirako mu ssomero buli lunaku kuyamba abavubuka. +UG036_LUG180 UG036 Emikolo gyobufumbo nebivulu byongera okukuuma obulamu bwa bantu mu bifo byensiike. Emikolo gyobufumbo ne bivuluo byongera okukuma obulamu bwabantu mu bifo bye nsiinke. +UG036_LUG181 UG036 Okusoma ku nsiko no kukola ku ku mikolo gyobulimi ku ku kuyamba abantu okuzuula ebyo bulamu obulungi. Okusoma ku nsiko nokukola ku mikolo gyobulimi kuyamba abantu okuzula ebyobulamu obulungi. +UG036_LUG182 UG036 Okukola ku mikolo gyo bulimi no kutunda ebyo kulya mu maka kye kyebintu byokuyiga buli lunaku. Okukola emikolo gyobulimi nokutunda ebyokulya mu makka kye bintu byoyiga buli lunaku. +UG036_LUG183 UG036 Mu kibuga abantu bangi basoma ebikwaata ku nsiko ne byo bulimi okusobola okukuuma obulamu obulungi. Mu kibuga abantu abangi basoma ebikwata ku nsiko ne byobulimi okusobola okukuma obulamu obuliungi. +UG036_LUG184 UG036 Mu kibuga abantu bangi basoma ebikwaata ku nsiko ne byo bulimi okusobola okukuuma obulamu obulungi. Okutambula ku bigere oba kumotoka kuyamba abantu okutuka ku bifo ebyensiike buli lunaku. +UG036_LUG185 UG036 Okujukira ebyokulima no kutunda mu katale kyeyongera ku kungeri yo kuyiga abavubuka. Okujukira ebyo okulima nokutunda mu katale kyeyongera ku ngeri yo kuyiga abavubuka. +UG036_LUG186 UG036 Ebintu byokulya mu maka byeyongera ku ngeri yokukola ebyobulimi no kusoma. Ebintu byokulya mu makka bye yongera ku ngeri yokukola kubyobulimi nokusoma +UG036_LUG187 UG036 Okugeza ku mikolo gyobufumbo ne bivulu kweyongera kungeri yo kukuuma obulamu bwa abantu. Okugeza ku mikolo gyo bufumbo ne bivulu kweyongera ku ngeri yokukuma obulamu bwa abantu. +UG036_LUG188 UG036 Okuwandiika ebikwaata ku ku nsiko no kusoma ku byobulimi mu ssomero buli lunaku kuyamba abaana. Okuwandiika ebikwata ku nsiko nokusoma kubyobulimi mu ssomero buli lunaku kuyamba abaana. +UG036_LUG189 UG036 Okutunda ku mikutu gyempurizinganya no kwewandiisa mu maka gaffe kweyongera ku ngeri yo kuyiga. Okutunda ku mikutu gye mpuliziganya nokwewandika mu maka gaffe kuyongera ku ngeri yo kiyiga +UG036_LUG190 UG036 Musomero bye kibuga okunonyereza ku bwobulimi kweyongera kungeri yokuyiga buli lunaku. Mu ssomero lyekibuga okunonyereza ku byobulimi kweyongera ku ngeri yokuyiga buli lunaku +UG042_LUG001 UG042 Abaana besomelo bali internship yabwe eya agriculture Abaana be ssomero balimu mu skulutandasi yaabwe eya agriculture +UG042_LUG002 UG042 Nagulidde mukwano gwange ebimuli kumbaga ye esoka Nagulidde mukwano gwange ebimuli ku mbaga yesooka +UG042_LUG003 UG042 Mukwano gwange yampise kubugenyi nanfula omugenyi omukulu Mukwano gwange yampise ku bugenyi bwe nga mukola omugenyi omukulu +UG042_LUG004 UG042 Mama wange yagenze e India okulaba ebintu bwebitambula Maama wange yagenze e India okulaba ebintu bwe bitwaziibwa. +UG042_LUG005 UG042 Natumye mukwano gwange munimilo okufuna zicabbage empitilivu Natumye mukwano gwange mu nnimiro okufuna za kabbegi empitilivu. +UG042_LUG006 UG042 Yayise kumabali golugudo okungulila kasoli omu Yayise ku mabbali g’oluguudo okungulira kasooli omu +UG042_LUG007 UG042 Mukwano gwange atunda amanda mangi kunusu lukumi zoka Mukwano gwange atunda amanda amangi ku nusu zokumi +UG042_LUG008 UG042 Aba India batuletedde ebibala bingi nga tuli mu town yabwe Aba India batuletedde ebibala ebingi nga tuli mu towuni yaabwe +UG042_LUG009 UG042 Mukwano gwange yagenze mu catering service okufunaensimbi Mukwano gwange yagenze mu catering service okufuna ensimbi +UG042_LUG010 UG042 Olugudo lwemulago lwabadde emotoka empitilivu kumakya Oluguudo gwe mulago gwabadde ko emmotoka mpitirivu ku makya +UG042_LUG011 UG042 Yatandise okuguza amatooke kubeyi layisi Yokuba yatandise okuguza amatooke kubbeyi layisi +UG042_LUG012 UG042 Twagenze ku queen Elizabeh netusangayo enjovu empitilivu mu park Twagenze Queen Elizabeth netusangayo enjovu mpitirivu mu park +UG042_LUG013 UG042 Twalabye mu park jewabadde Twalebye ennimiro endala mu paka gyetwabadde. +UG042_LUG014 UG042 Mukwano gwange yampadde emele jesitala nantelako nomugati Mukwano gwange yampadde emmere gyesitaliako nanteekateeka +UG042_LUG015 UG042 Kumakya Jam yabadde muyitilivu bitruck bibadde mukubo Ku makya gya jam yabadde mpitirivu ku biturack ebibadde mu kkubo +UG042_LUG016 UG042 Yansidise ku hadware okukimayo ka wover nekalangi Yansindise ku hardware okukima yokawuva ne langi eseta +UG042_LUG017 UG042 Sister wange yampadde akamele akalungi nantelako omucere ne cabbage Ssita wange yampadde akammere akalungi naterako mu kyeele ebinyeebwa ne cabbage +UG042_LUG018 UG042 Nayise kukanisa nensoka nensaba nga kusomelo kumakya Nayise ku kanisa nensooka nensava nga ngenda ku ssomero amakya +UG042_LUG019 UG042 Yamugambye asoke afune ekikomando kyolukumi kyoka Yamugambye asooka funa ekikomando kyolukumi +UG042_LUG020 UG042 Nagenze kukatale okugulayo engato ezili kumulembe Nagenze ku katale okugulayo ebigatto ebiri kumulembe luno +UG042_LUG021 UG042 Lelo yakeledde mulusuku okufuna amatooke amangi enyo Leero yakeeredde mu lusiiro okufuna ka matooke amangi ennyo +UG042_LUG022 UG042 Bamutumye okuleta ebikajjo ku boda boda nayita ku high way Bamutumye okuleeta ebikajjo ku bodaboda nayita Ku high way +UG042_LUG023 UG042 Yasose nagenda kuduka eli okumpi nenyanya nabileta Yasose nagenda kuduuka eriri okumpi nafuunawo endere ne nnyaanya nabireeta +UG042_LUG024 UG042 Lelo ku highway tewabadeko motoka nyingi kumakya nga nzijja Leero ku highway tewabadde ko mmotoka nnyingi kumakya nga nzijja +UG042_LUG025 UG042 Ngenda kusoka ngule watermelon kumakya nga nzijja mukatale Ngenda ku sooka ngule watermelon ku makya nga zijja mu katale +UG042_LUG026 UG042 Nagenze mutaxi park okufuna taxi enantwala mukyalo lelo Nagenze mu takisi paka okufuna takisiy nantwala mu kyalo leero +UG042_LUG027 UG042 Bamutute ku KFC nebamugulilayo enkyenkya enkya lelo Bamutute ku KFC ne bamugulira yo ekyenkya ekya leero +UG042_LUG028 UG042 Emotoka jetwabademu yawedemu amafuta nesoka negenda ku shell okufuna amalala Emmotoka gyetwabadde mu yaweddemu amafuta, nesooka negenda ku shell okufuna amaalala +UG042_LUG029 UG042 Nagenze okufuna ebitanda ebyokutwala munyumba jengenda okuba nga nsula Nagenze okufuna ebitanda byokutwala mu nnyumba gyengenda okuba nga nsula +UG042_LUG030 UG042 Mukwano gwange yampadd emele enungi lelo yampadde amatooke nenyama Mukwano gwange ayambadde emmere ennungi leero gweyambadd amatooke nennyama +UG042_LUG031 UG042 Kuma kumakya yasose namuwa chai mungi ne chapati namaggi neminekye Ku makya yasoose ne mbuwa caayi ennungi ne chapati amaggi ne bineke +UG042_LUG032 UG042 Okumakya agenda kuyita ku shell okufuna amafuta gemotoka ye Oku makya agenda kuyita ku shell okufuna amafutagomumotoka ye +UG042_LUG033 UG042 Yayise kubali wolugudo nafunako enkokoeyokuba nga alyako ekilo Yayise ku bbali w’oluguudo nafuuna ko enkoko eyo kuba nga lyako ekirwo +UG042_LUG034 UG042 Emotoka bajitumye amatooke negatwala mukibuga ejjo Emmotoka bagitumye amatooke negatwala mu kibuga engyo +UG042_LUG035 UG042 Yagenze kukatale akali opposite newaffe okufuna ebyokulya Yagenze ku katale akali opposite newaffe okufuna ebyokulya +UG042_LUG036 UG042 Abaana batandise okyogela bintu byabwe magula mazi Abaana batandise okugeza ebintu byaabwe ku magulu nga mazzi +UG042_LUG037 UG042 Yandetedde ekyenyanja nga kinene nyo nakinsikila nakimpa Yandetedde ekyennyanja nga kinene nnyo nakisikira +UG042_LUG038 UG042 Yagenze okulaba abakaramoja kyoka mbu alabe bwebafanana Yagenze e northern okulaba aba Karamoja kyoka mbwale be bafanana. +UG042_LUG039 UG042 Aba nilotics begase nga balimu culture yabwe lelo Aba Nile nga bali mu culture yaabwe leero +UG042_LUG040 UG042 Sister wange yagenze mukatale okugula engoye zomwana we omuto Sistawa nge yagenze mu katale okulembe engoye zo mwana we omuto +UG042_LUG041 UG042 Nagenze kunimilo okuyambako mukwano gwange mukulima Nagenze ku nnimiro okuyambako mukwano gwange mu kulima +UG042_LUG042 UG042 Nagenze kukatale okufunako enyanya zengenda okufumbisa ekyenkya Nagenze ku katale okufunako ennyaanya ze ngenda okumbisa ekyenkya +UG042_LUG043 UG042 Mukwano gwange yakubye ekifananyi ekilungi ekyomusana nga gugenda Mukwano gwange yakubye ekifananyi ekyomusana nga gugenda +UG042_LUG044 UG042 Yampadde amenvu nantelako bwengenze omukyalila Yampadde amenvu nanterako nebirala bwenagenze omukyali +UG042_LUG045 UG042 Mukwano gwange yatandise okuguza fruits nga akozesa motoka ye Mukwano wange yatandiise okuguza fulusi nga zikolesa mmotoka ye +UG042_LUG046 UG042 Yafunye omulimu gwagenda okukola mukyalo ogwokubanga afuna amajani munimilo Yafunye omulimu gwagenda okukola mu kyalo ogwokuba nga funa amajaani mu nnimiro +UG042_LUG047 UG042 Nagenze ku wedding okukozesa olugi lwokuteka kunyumba yange Nagenze ku welding okukozesa olujji lwokuteeka ku nnyumba yange +UG042_LUG048 UG042 Nayimilide wagulu we town ye Kampala nenjilaba bulungi enyo Nayimiridde waggulu we tawuni ye kampala nejiraba bulungi ennyo +UG042_LUG049 UG042 Gwenaze okugula fruits omukazi nemusasula nga nkozesa esimu yange Bwenamaze okugula flutes, omukazi ne musasulanga nkoseza essimu yange +UG042_LUG050 UG042 Omukazi yampadde enyanya nyingi kusente entono zenamuwadde Omukazi yampadde ennyaanya nnyingi ku ssente entono ze muwawade. +UG042_LUG051 UG042 Omukazi yamparkingidde bulungi enyanya nenzitwala ewaka Omukazi ya parkingirade bulungi bwe naguze ennyaanya ne zitwala ewakka. +UG042_LUG052 UG042 Nayise ku hardware okufunako langi jengenda ojujozesa nga tuzimba enyumba Nayise ku hardware okufuna langi gyengenda okukozesa nga tuzimba ennyumba +UG042_LUG053 UG042 Bamufunidde carrots nyingi bweyagenze kukatale navayo nazo Bamufunidde zi karoti nnyingi bweyagenze ku katale Akewaabwe navayo nazo +UG042_LUG054 UG042 Bagenze mu town olwamaze okumugamba nti agende agule bucket empya Yagenze mu tawuni olwamaze okumugamba ntagenda gule ebakedo empya +UG042_LUG055 UG042 Mukwano gwange yagenze okufuna rolex eyokulya ekyegulo kyalelo Mukwano gwange yagenze okufuna rolex yokulya ekyengulo ekya leero +UG042_LUG056 UG042 Yagenze okugula ebyokulya ebyenkoko zebamuwadde kukitongole Yagenze okugula ebyokulya ebye nkoko ze bamuwadde ku kitongole. +UG042_LUG057 UG042 Mukwano gwange yatandise okukola amatofali mu vacation ye Mukwano wange yatandise okukola amatafali mu vacation +UG042_LUG058 UG042 Ne neighbour waffe yagadewo bweyamaze okwoza engoye ze nagenda mu town Neyibba wafe yagadde wo bweyamaze okwoza engoye ze nagenda mu town +UG042_LUG059 UG042 Yagenze kuduka okugula byagenda okubanga akozesa ewuwe Yagenze kuduuka okugula byagenda okuvanga kozesa +UG042_LUG060 UG042 Mukwano gwange yatandise okulunda enkoko ewabwe okufuna ensimbi Mukwano gwange yatandiise okulunda enkoko ewa bwe kufuna ensimbi +UG042_LUG061 UG042 Yagenze ku hadware okugulayo tank enene ezokutekamu amazzi agenkuba Yagenze ku hardware okugulayo edrum ennene zokuteekamu amazzi agenku +UG042_LUG062 UG042 Nagenze okulaba mukwano gwange mudwalilo alibubi enyo Nagenze okulaba mukwano gwange mudwaliro ali bubi ennyo +UG042_LUG063 UG042 Yagenze okugula amatooke mukatale agokufumba ewaka ewabwe Yagenze okugula amatooke mu katale agokufumba ewaka ewabwe +UG042_LUG064 UG042 Nagenze okuyambako mukwano gwange okukola zagenda okuba nga tutunda Nagenze okukuyamba ko mukwano gwaabwe okula konkulyente zagenda okuba nga tunda +UG042_LUG065 UG042 Nagenze okugula layise enyo muduka lyewaffe Nagenze okugula ekitanda kya bbeeyi layisi ennyo mudduuka +UG042_LUG066 UG042 Ekilo kulugudo tewabadeko bantu bangi ku highway ekilo kyenkya Ekirogo lugudo tewabadde ko bantu bangi ku high way ekiro kyenkya. +UG042_LUG071 UG042 Tulina akasela akatono lelo Tulina akaseera katono leero. +UG042_LUG088 UG042 Ekifananyi kino kinzizamu esanyu Ekifananyi kino kinzizaamu essanyu +UG042_LUG096 UG042 Nkozejo ku file eno tukyuse Nkozeko mu file eno tuyuuse. +UG042_LUG101 UG042 Amanyi gava mumumukwano gwamanyi Amaanyi gava mu mukwano ogwa manyi +UG042_LUG103 UG042 Oli mumu olimugumu nyo mubyoyogela Oli muggumu nnyo mu byogera +UG042_LUG104 UG042 Sembela wano tukole wamu Sembera wano tukole wamu +UG042_LUG107 UG042 Edoboozi lyange silya wansi Eddoboozi lyange si lya lwa wansi +UG042_LUG111 UG042 Enyumba eno elimu obutuuze ababastu ennyumba eno erimu abatuuze basatu. +UG042_LUG116 UG042 Nkola enyo okulaba nti tugenda mumaso Tukola ennyo okulaba nti tugenda mu maaso. +UG042_LUG121 UG042 Ekifo kino kinyumidde enyo Ekifo kino kyinyumidde ennyo. +UG042_LUG125 UG042 Kati tutegeke entula yaffe Kati tutegeke entuula yaffe. +UG042_LUG131 UG042 Ebilunzi bizze mubwangu nyo Ebirungi bizze mu bwangu nnyo. +UG042_LUG143 UG042 Tugenda ewa jajja kunkomelelo Tugenda ewa jajja kunkomerero +UG042_LUG150 UG042 Buli lunaku tulina okulowoza obulungi Buli buli bulirunaku tulina okulowooza obulungi +UG042_LUG152 UG042 Twatandise okudamu ebibuzo ebitontono Twandise okuddamu ebibuuzo ebitonotono +UG042_LUG153 UG042 Leka leka tugende tulabe ekifo ekilala Leeka leeka tugende tulaba ekifo eki ekirala +UG042_LUG158 UG042 Twagenda kusomelo enkya ya lelo Twagenda ku ssomero enkya ya leero +UG042_LUG161 UG042 Nsula mukubuga ekikulu Kampala Nsula mu kibuga ekikulu Kampala +UG042_LUG168 UG042 Ekizikiza kijja mutuntu dene Ekizikiza kijja mu ttuntu ddene. +UG057_LUG001 UG057 Tulina tulina omusajja mukyalo alina ekyuuma kya kawunga naye abantu bangi bateka nyo okuleeta kasooli okufuusamu obuwunga kweekyo ekyuuma naye nga abeera abasasula ku sente entono nga tabajjaako esente nyinji abantu bamwagala nyo kuba ebyo byona yabakoleera Tulina tulina omusajja mu kyalo, waliwo ekyuma kyakawunga naye abantu abangi batandike okulya na kasooli okufusaamu obuwungi bwekye ekiyuma nga tebasobola ku ssente entonotono nti baba tubajaako ssentte nnyingi era abantuu bamwagala ntyo. +UG057_LUG002 UG057 Waliwo eno mu Kampala waliwo omukyaala atunda ebimuli nga binyirira bya kala yenjawulo era abantu babyagala nyo buli lunaku babigula era omukazi afuna nyo sente mwebyo ebimuli era afuna sente endala zakozesa mu bulamu bwe Wali eno mu Kampala wali omukyala atunda ebimuli nga binyirira bya colour ye njawulo, era abantu babiyaga nnyo buli lunaku babigula,ole omukaazi afunila ssente ku mabbali we bimulire era mwafuna ssentendala zakozesaawo ubulamu we. +UG057_LUG003 UG057 Eyo mukyalo twali tugenze okwanjula sisita wange waliyo abantu bangi abajja okukyalila nebajja era wali emere buli omu yalya emere nebasanyuka nebanywa ne bebaka no kwebaka Eyo mu kyaatwe twetugeza okwanjula sisita wange, waali abantu abangi abaja okukyalira ne baddulayo era waliyo emmere buli omu yalimu emeere abato ne basanyuka ne banywa n’ebirebaka nokweba ka. +UG057_LUG004 UG057 Nali ngenda kusomero olunaku lumu nesanga omusajja nga abantu bangi basitudde ebirabo nga bagala kumuwa naye sategela omusajja pasita oba yali mulambuzi so nasalawo okuwoza nti pasita bali bamazze okumuwa ebirabo nasalawo nze nempitawo buyisi tewali kyenayogela Nali ngenda ku ssomero naku nomu nensaanga omusajja nga abantu abangi bazitunda ebirabo naye ate agala omusuwaja yali Pasita oba yari mulabisi, mulambisi. Ssowaani asalawo okubuuza abatuuze bali kumpere nti Pasiter baze baza okumuya ebulabo. +UG057_LUG005 UG057 Eyo mukyalo waliwo omusajja alima amajjani mwajja ssente okusomesa abaana be nokulabilila famile ye, enimiro nene nyo eya majjani era afunamu sente nyinji nyo ebiseera ebimu awaako abaneyibba ebyobwelele Eyo omukyala waliwo omusajja alima amajaani, naye gano amanjaani mwagya ssente zokusomesa abaana be nokulabirira family enimi nonene nnyo eya majaani era afunamu ssententi nnungi ninyo. Era biseera emu awaka abalimba obwerere. +UG057_LUG006 UG057 Nina mukwano gwange eyo mutawuni ayokya kasooli buli lwegulo era mwafuna sente kuba yasalawo okunonya omulimu ngata nasalawo okwokya kasooli era kati mwafuna sente naye nga agenda kweyongeera okulakulana Nina mukwano gwange yo mu town, ngayo nkyakasoli buli lwekulo era mufuna ssente okuba nga nasala okunyonya omulimu ngasaba kukwokya kasoli era kati mwafuna ne ssentene nge agenda kuyongeera mpola mpole akulane. +UG057_LUG007 UG057 Nina muganda wange eyo mu tawuni atunda amanda abeera agayokyela mu kyalo naye lwaki abantu bayokya nyo amanda, bayokya nyo emiti okujjamu amanda kubanga buli bwebayokya amanda emiti babeera bagyigyawo era nga tetufuna nkuba nyinji Nina muganda wange yo mu town, ayatunda amanda naye ngabeera agayokya omukyala nga olwaki nemu lwakiri abantu bayitaamu amandabakyala mpola eno emiti yokujama amalala kubanga webo webayo ky’amanda emti babeera bajijjawo era naga tetufuna akuba lingi. +UG057_LUG008 UG057 Olunaku lumu nali ngenda kussomero ku nkuba nensanga abantu nga basitudde ebirabo bali babitwala nengezaako okubuuza abali bayimiridde okumpi nebagamba nti babitwala mu church nze neneyongeerayo kugenda kusoma safayo kumanya binji Waliwo nakulumu nalingenda ku ssomero kunkuba, ne’nsanga abantu bazitude ebirabo,ne saamaanyi webaali babitwaala. Nagezaako okubozaaba ba bayimidde ekumpi nga balinga amantu babittwale awo mu church then nengerayo negenda kusomesa waffe ayokumanya lingi. +UG057_LUG009 UG057 Waliwo waliwo olunaku lwe nali ngenze awantu awantu nali mpitawo nensanga nga abantu bali kufuna emere nensalawo nengenda okukwata sowani nyimirire ku line ndabe ekigenda mu maaso kubanga enjala yali enuma nyo nensalawo nenfuna ku sowani kubanga enjala yali enuma nanti Waliwo ono akuba nga egenze awantu, awanu, nadipitawo,nesanga ng’a wano balikufuna emeere ne salawoni agenda okwata essowaani nyimire ku line era nengerayo simanyi ekigenda mu maaso kubanga enjala alimumanyu, nesalawono eteka wo ssawa ni nfune ku mbeeru age. +UG057_LUG010 UG057 Olunaku lumu nali mpita mu kubo nendaba motoka then nga nina namba puleti ya mukwano gwange bwe nalingiza munda nendaba nga yali mukwano gwange nensalawo nanyingiza ne tugenda fena gye yali agenda Wano ku nalimpita walipo ne ndaba motooka,nteekateeka eyo mukwano gwange bwenali ngiza munda,ne ndeba ameere imikwono gwangi. +UG057_LUG011 UG057 Eyo mukyalo tulina omusajja ali kusubuula kusubuula nyo amatooke buli lunaku asubuula amatooke nga agagula ku bantu nga agaduusa nga agatwaala mu kibuga ogatunda nga afunamu sente enyinji enyo era zalabilila famile ye Eyo omukyala otunda omusajja atambula nnyo okusuubulwa amatooke, buli lunaku asubuula amatoke agagula ku bantu, ggadoza abalala batwale mu kibuga ogatunda afunemu ssente nnyaanya ennyO era za labira family ye. +UG057_LUG012 UG057 Enaku ezo nagendako mu zo naye nensanga yo elephants nga nyinji, obuto ne nkulu nali silaba nga ko elephant mu bulamu bwange nasanyuka okulaba nensalawo natwalako ne bifananyi era nalaba nga elephant ze zisinga obunene mu nsi yona Nakumu nasalako ndabako omuso, naye nesanga yo era efananamu singa nnyingi obutono enkulu, najisirangako era efana muntu mulimu wange, nasanyukira wo nensala ko natagako nebifaransa, era nalaba nga yefaano tusinga obunene mu musi yonna. +UG057_LUG013 UG057 Olunaku olulala nagenda ku zoo era omulundi ogwokubili nensanga girafe bwenagenda okwetegeleza girafe yesinga obuwanvu mu bisolo byona yesinga empanvu nyo era etela nyo okulya bikoola bye miti ebibeera ebisemba yo wagulu. Kubanako oyagala ku zoo,neera omuntu ogwokuba ensanga giraffe wenali gwendagenda okuyita eggwanga nga giraffe ye singo bwa vumusa emisolo byonna wensinga empavu nnyo, era eretera anyo okulya ebikola bye mitayimbira era ebyesimba ewagu. +UG057_LUG014 UG057 Naku nkya ya mukwano gwange nensalawo okwebaka yo, afumba emere nga bread nga agambe nti emere yolwegulo lwona teyalya sapa yasalawo jasiti afumbe emere nga tulye nga akulekera emigatti ebijanjaalo Omukwano gwange nesalawo okwebakayo, era olwegulo nafumba emeere nga buli wegamba nti emmere yosalawo ne ssapa yasalowooza afumba immeere etulye naye nge kuliko emigati ne bijanjalo. +UG057_LUG015 UG057 Nali salabanga nali ngenda mu tawuni kireka nensanga emotoka zona nga zili ku luguudo, bodaboda, taxi, loole nga tewali abantu webasobola okuyita kubanga turafiki yali mungi nyo nyo nyo era nasalawo okuyimirira paka ya motoka nensooka mpitawo Nanditse nabangako nali ngenda mu town Mukibuga ne nsanga nga mmotoka zonna ziri kumpu bodaboda taxi bwatekati wano abantu webasobola okuyita kubanga plastiki yali mungi nyonnyoni era byonna byenasalawo okukiyimirira +UG057_LUG016 UG057 Nina mukwano gwange eyo eKampala alina hardware bagiyiita pasenti hardware ettunda ebintu ebyenjawulo, wilu bbalo, wilu bbalo, emisumaali, langi nebintu ebilala era abitunda kubbbeyi etali yawaggulu nyo Nina mukwano gwange wo mu Kampala balina hardware bayita Pasent Pasnt hardware etunda ebintu byenjawulo wheelbarrow wheel barrow emisomeri langi n'ebintueba era bitunda ku bbeeyi y’etage ya waggulu ennyo. +UG057_LUG017 UG057 Olunaku nali ngenze okukyalila jjaja wange nafumba emere nga omuceere ebijanjaalo ne binyebwa nyumirwa okubilya ani okufumba kuba lwe lwali olunaku oluseemba lwali luzze okumulabako Obulamu bwalingiza okukyalira jajja wange nafumbye emmere nga omuceere ebinyeebwa nenyumirwa okubirya, ne musomatu alosanga olusimba lwali lisze ono kumulabako. +UG057_LUG018 UG057 Olunaku nali mpitawo nga ngenda mukono nendaba ekyaakyi, eyabaporo eya bakatoleeka nga mpanvu nensalawo ne ntwaalako ekifananyi ngende ndageko mikwano jange nebagamba bali basaaba mu kyaaki eyo eyo yenyini olwadako netugenda netusaba babili kubanga ate munda mwali munyilila Olunaku lumu nabyo mpitawo nganga ennene mukulu n'endaba e-church ya ba katolika, nga mpanvu nensalawO ne ntwaleko ekifananyi ndowooza emikwano nyange nebagamba nti nobiba basalamu eyo church ye oba dda ku bintu byonna tusabye babiri kubanga temunda mwali munyirira. +UG057_LUG019 UG057 Nina mukwano gwange awo e Nakawa alina akaduuka, alina edduuka telitunda bintu bingi naye alina bizinensi endala zatunda wabweelu nga okusiika kyapati, okutunda amatooke, byakutunda bikomando naye nga byonna abifunamu sente ezisobola okulabilila baganda be Nina Mukwano Mungeri, alina kadduuka nga alimu edduuko lye lyetunda ebintu ebyo byenyanaye, anabiza endala zakulaba bweru gwe okusika chapati, wakutunza amatooke, yakutunda bikomando, naye nabyo namigata wamu nafunamu ssente zisobola okulabirira abaganda bye. +UG057_LUG020 UG057 Nali ngenda e Nakawa nensanga abantu bangi abatunda engato ezenjawulo bwoba oyagala gula wano nga omulala akusika,jangu ogule eno nga omulala akusika jangu ogule eno ku nkomelerwa nga tomanyi wa wosobola okugula so nensalawo nenfuna omuntu omu nengula engaatto Omulala nga eno akawaanyi nsanga abantu abangi batunda, abatundayo engatto obuzenjawulo nali nagala wabula oyagala ogula wano ng’omulalala agusika nti jange ogule enho ng-omukomeera ngedde omanyibwa bwosobola okugula, osobola osaana ensawo yonna mudda omuntu omu negula engato. +UG057_LUG021 UG057 Esayidi zo mukyalo esayidi ze mbale , abantu bangi abalima amatooke naye amatooke agamu tegateekako baana bungi, amatooke amaneene,osobola okuddawo twasalawo okuteekamu fatalayiza so kati ebitooke byasalawo okutekaako amatooke amaneene Naye ebisale byomukyala side za mbele abantu abangi abalima amatooke,ne matoo ke agamatwe gatekako gatera kuko obana gundi,amatoo ka amanene okujawo ekye kizitwasara okuteeka mu fertilizer ne mannywa so kati bitandikeho gebitandiika okuteko amatoke amanenene. +UG057_LUG022 UG057 Olunaku nali mpiita mu takisi nendaba omusajja nga attunda ebikajjo ku pikipiki ne newunya ono tajja kufuna accident mwako akaseera kenyini loore neyitawo kumpi emutomere kubanga ebikajjo byali bigenda sayidi ne sayidi naye Katonda namuyamba nawona Obulamu bwomulabye bupita mu taxi, n'endaba omusajja ngazitunda ebikajo ku ppikipiki, ne wunywa otayaja kufuna accident mark akaseera ke nyweerawo oleni eyitawokumpi ya butonotono kubanga ebikayo byali bigenda side byeyindi sayidi katonda muyamba nawona. +UG057_LUG023 UG057 Nali nina mukwano gwange omuwala sayidi zeyo enakasongola attunda eduuka nebintu ebilala gamba nga enyaanya, amatooke, nebintu ebilala naye nga abantu bamwagala nyo olwonutukirivu bwe bwalina ayagala buli omu ajja okugula buli omu ajja okugula ebintu we Nina mukwano gwe nga omuwala oyo mu side zeni na kasongole, batunda edduuka ne mitwe byebala ng’amanyifo, nyaanya, amatooke, nemitwe banenge abantu bamwagala nnyo oba obutukirivu bwebwalina ayagalawo nti omuntu aje kugula emitwe. +UG057_LUG024 UG057 Olunaku lumu nalintula mu motoka nendaba oluguudo lwe bazimbwa wagulu nali silaba nga ko oluguudo olwazimbibwa wagulu nensalawo ntwaleko ekifananyi male ntwale mpositinga ku social media nenfuna likes nyinji nga sizeza bulijjo Wano tuli mu motooka n'endaba oluguudo lwe bazimbiwa, bwagula esangako olugundo lwasimbibwa waggulu ne nsera no twali teye kifananyi, mane ndabawo ne postangakoko ku social media ne funa likes jingi nga eziterawa bulijjo. +UG057_LUG025 UG057 Nyina mukwano gwa mukwano gwange attunda wotameloni mukiffo kyenakawa eyo lunaku lumu mukwano gwange yantwala okugula wotameloni nasalawo nampa wotameloni ku bbeyi eyawansi kuba nali niina mukwano gwange kuba nalina mukwano gwange agamba nti bampe ku wotameloni ya sente ntono Nina mukwano gwa mukono nga atunda watermelon, ngenda ye mu kifo kyenali ka bweyo, olunaku mukwanogu yange yanjula watermelon nasalawo naba watermelons ku beyi ya wansi kubanga nanina mikwalo gwange, kuba namukwamo ngange yangambe ate eba apeku ne tamale no ya seta entono +UG057_LUG026 UG057 Woba oyagala okufuna bwoba nga oyagala okulaba ekifo ekisinga okubeera bbize mu kibuga genda olabe Kampala, Kampala wewantu ewagenda okubeera bbize, motoka pikipiki abanttu bona babeera bbize mu kifo kibeera kizibu nokuyiitawo Bwo bwoyagala okufuna eki bwo oba oyagalira ekifo ekisembe mu kibuga, ngenda olaba i Kampala, waliwo abantu bagenda okubeera busy, mmotoka mmatooke ppikipiki abantuuze beeza bukifho, era sikulaba kibeera bizinensi kuliko okuyitawo. +UG057_LUG027 UG057 Olunaku lumu nali mpitaawo nga tuli mu takisi naye takisi yali ewedemu amafuta netusalawo ogenda ku filingi shell netujiteekamu amafuta nendaba woteeli enungi nga munda batundamu emere enungi nga KFC. Wano ne kumpita wa nga tuli mu taxi, naye naga takisi yali abadde amafuta, netugenda ku feelingi shell netunyiza mafuta n'endaba wo hoteli ennungi ngamu batundiramu emmere enungi nge KFC. +UG057_LUG028 UG057 Waliwo olunaku olulala twayita ku shell endala ku pikipiki bwetwatukaayo ku shell nga omusajja talina sente wadde nekikumi mu nsawo nasalawo nze nenfunamu sente zange nemuwa nateekamu amafuta netweyongeerawo olunaku netweyongeerayo nagamba ssente yazelabidde ku meeza Waliwo nakola twayita ku shell endala nga ndi ku ppikipiki, netuletukayo mu shell omusajja naye nge kiringa ssente wano nekiri musawo nenasalawono ensalo amazze ne ntwalayo amasente zange nemmwara ateekamu awafuta ne tweyongerayo era tenagamba ssentu jazi babidde ku mezza +UG057_LUG029 UG057 Nina mukwano gwange alina akola ebintu ebyenjawulo nga ebitanda, entebe, fomu, meeza nebintu ebilala naye nga bino ebintu ateela nyo okubitunda ku masomero kubanga akola ebitanda bya bantu ebyawagulu ne wansi era amasomeero gattela nyo okubigula afuna nyo ssente Nina mukwano gwange, atunda akola ebintu byenjawulo nga ebitanda, entebe, fomu, mmeeza ne bintueba naye njagala no okutunda amasomeera okubanga akolea ebutanda ebyabantu webiwaayo buli wansi. +UG057_LUG030 UG057 Olunaku lumu nali nkyaali ne mukwano gwange nasalawo okunfimbiira ekyemisaana nafumba enyama amatooke no mukyeere nga byona biwooma bulungi nampa ne ndya nemusiima kale okufumba obulungi bye yali alina Kulikuma nanyi nkyalidde mukwano gwange, nasala okufumbila ekyebisana, bafumba ennyama amatooke nomuceere ngabyona biwooma bungi, nafa ne ndya emu simantula okuffumba oba bulungi bwa layo alina. +UG057_LUG031 UG057 Neera awantu nali ngenze wa mukwano gwange omulala nanfumbira kyaayi kumakya na majji na menvu nali silya nga kukyaayi namenvu namajji awamu ne kyapati so wenalaba ebyo nrngamba nti omwana alya bulungi nyo bwentyo nemusiima Naye era abantu bano bali mukaaga nga omwana afumbila caayi ku makya, kubanga na amaggi, namenvu nali sijidde kuliko caayo amenvu namamagi ne chapati sobala alabirira nti obulamu bulungi nnyo. +UG057_LUG032 UG057 Waliwo wenali mpiita nendaba shell nga shell nkadde nyo nenewunya nti eno shell tebafuna profit, tebagiteekamu ssente nensalawo nengamba nti basobola basobola okukolaki okugitekamu ssente bagilabirira neela bupya Waliwo shell wano bwenalimpita n'endaba shell nga shell mukadde nnyo era mpi nenewunya no’shell tebafuna profit bagiteka mu ssente neserawo nengamba nti basobole okolaki? bagitekamu ssentte bagirabira neera bupya +UG057_LUG033 UG057 Nali ndi mutakisi nga ngenda sayidi zzeyo e Mbale kwe nalaba omusajja nali mu siika nga ate ayokya enkooko netusalawo netuyimilila netugulayo enkooko emu buli omu nagulayo emu emu netulya nga bwe tweyongeerayo Nali ndi mu taxi nga yasalaze kanzayo mba naye wano alikusiga ngakusika oba atenga ayokya enkoko wamu ne wamwe nkuko netuyimirira netugula yekogo emu buli omu agulako emunye tulaba bwetweyongerayo tweyongera +UG057_LUG034 UG057 Tulina eyo omusajja mu kyalo ateela nyo okusubuula amatooke naye ku lwomukaaga nesande ateela nyo okupakinga amatooke mu kimotoka ya fuso oba eya tuleera nagatuzaamu nga agatwaala mu kibuga so alyooke agatunde ku bbeyi eyawagulu afunemu profits. Tuneyo omusajja mutera teranywe okusuubula amatooke, naye nga buli womukaaga ne Sande atera nnyo oku pakinga matoo ke mu kimotoka ya Fuso oba e-trailer nanga gaduzamu nganyigatekwata ku kibuga, so asokalyeko agatunde ku bbeeyi yaabwe awagala afune mu plots +UG057_LUG035 UG057 Waliwo wenali mpita nga ngenda kampala nendaba obuvubuka nga buli awo bulinga abantu abatabeerawo embeera yabwe yali mbi nga kasasiiro yenna ajjudde awo nenewunya bano abantu bano bafayo oba tebafayo Waliwo bwe nange mpitera nga ngenda Kampala, ne ndaba obuduuka nganga buli awo obulinga abantu abategeerawo. Embeere yaabwe yale empi naye kasasu enajude wano ewunya abante wuno. Bafayo oba tebafayo? +UG057_LUG036 UG057 Waliwo we nali mpiita nga ngenda kampala nendaba obuvubuka nga buli awo obulinga abantu abataberawo , embeera yabwe yali mbi nga kasasiro ajjude nenewunya abantu bano bafayo oba tebafayo nensalawo nembuuza omu nti nengamba omu nti basobola okulabilila. Waliwo bwe nange mpitera nga ngenda Kampala, ne ndaba obuduuka nganga buli awo obulinga abantu abategeerawo. Embeere yaabwe yale empi naye kasasu enajude wano ewuunya wana abntu bwaffe aba faayo oba tebafaayo, nesalawO nemboze omuntu nembaata negamba omunti gebasobola okulakirira awantiu. +UG057_LUG037 UG057 Olunaku lumu nali sigenda nga ku riva naye olunaku lwenagenda yo nendaba ku maato namaazi amangi ne byenyanja ebineene byenali silabangako nebansitulako ne mu lyaato nentambula ku nyanja yona paka wenakomawo ewaka Wonna kulunabya sigenda nga ku kuyiga nayo wenagenda yo,n'endaba ku maato na mazzi amangi ne byenyanja ebinene ebintu byanjye sirabangako, naye nebasituyeko mu lyato ne mpita ne ntambula mu Nnyanja yona paka bwe na milonga ekomayo ewaka. +UG057_LUG038 UG057 Nali silabangako abantu nga bambadde bangozi, bangozi mu nsingo yabwe naye olunaku lwe nabalaba nenewunya bano abantu babitekamu batya bakula nazzo oba kiki so wenasalawo okubabuuza nebagamba nti bateera nyo kuzitekamu woba ngha bamaze bazijjamu Naye sibyebangako abantu nga bambadde bangozi, bangozigi mu singa yaabwe newunya ku muntu naba laba? Newunya baana abntu babitekamu batya? Bakola nazo oba bakiki so basala okubibuza nebagamba nti bazitalanguko kuziteekamukuba nge bagaane bazijawo. +UG057_LUG039 UG057 Olunaku lumu mukwano gwange omukalamoja yali ampise okugendako ewabwe wenatuuka mu nothi nensanga abasajja abantu nga bona bambadde besiba obutambala mu nsingo zabwe mu nsiingo nga bona basitudde emiggo wenabuuza nebagamba kalikya yabwe bakikola webatyo Ono nali mukwano gwange omu Karamoja alina mpi so genda keere bwaabwe wenatuka mu north, abasajja abantu ngabona bambadde ebesiibutambaala musingo zaabwegati, mumusingo nga boona basitudde emikono ewunya bwenaguzinze okulaba batukolawo webakyu. +UG057_LUG040 UG057 Akatale nagenda akatale e Kireka naye nga abantu bangi ngabali kutunda engoye buli omu yali akola bizinensi buli omu yali akola bizinensi nga buli omu ate nga walimu okuleekaana kungi woba oyagala ggula eno ekintu nga bakusika ogula eno woba oyagala gula eno ngabakusika ogule eno Akatale nagenda akatayi kireka naye ngabantu abangi balimu balitunda engoye muli omu yali akola business mulo omuyali ekola bizinensi nga buli muntu ate nti mwalimukulekana kungi, weyagala gulirayo ekintu ntabakusika ogula eno +UG057_LUG041 UG057 Nina omusomesa wange asomesa agulikaliya naye kulwomukaga ne sande atela nyo okutwala abayizi be mu nimiro okusobola okumuyambako okusobola okumuyambako ne birimwa bye ate nabo bayige engeri gya bikola mu Nina omusomesa wange asomeseza gwe culture naye buli womukaaga ne ssanda talamu okutwala bayisise mu nnimiro okusobola okumuyambako okusabolaokumiyamboko n'ebirimwa bye ate namabali ngoye bayigeyo engeri jabikolamue. +UG057_LUG042 UG057 Waliwo akaseera nali ngenda gula ebinyu mu katale nensanga abantu nga batunda ebirimwa ebyenjawulo obutungulu na nyaanya ameenvu ne bintu ebilala ku bbeyi eyawansi yali sizoni yebyo ebintu Waliwo ayakasana naye ngenda gula ebintu mu katale nensanga abantu nga batunda ebirimu eby'enjawulo nenga nyaanya, ameenvu, ne bintusaku beyi awansi kubanga buli lunaku yali season yebi e binte +UG057_LUG044 UG057 Mukwano gwange kumakya nsobola okumuzukussa tugende, nemusanga ngali kutematema amenvu, agamusowaani agalinga breakfas, nemugamba bino bikuyamba ki nagamba bino bikuwa amanyi agokumakya. Nali nze omukwano gwange ku makya, nali so okumuza okusa tugende,naye nomusana ngamba azagala kusuka, nemisanga ali kutematemaamu amenvu amenvubi nga ateekamumasowani ngabeyitwa ne muggamba bino bikuba manyo ku make. +UG057_LUG045 UG057 Nali ntambula nensanga omusajja ngali kutunda wotameloni ngali ku pikapu naye wotameloni yali yalukumi lukumi ate wotameloni ebiseera ebisinga yali ya kumi bbiri lukumi mu bitaano, kumi bbiri bitaano so wenabuuza kituffu wa lukumi nagamba walimu nebitaano nemuwa ebyebitaano nampa abiri Naye kulumu nali tambula, nensanga omusajja ng’ali kutunda watermelon, ng ali ku pick up-ne, guli watermelon yali wali enkumi likumi ate nga naddala watermelon ebisi bya bisiinga yale walukumi bitano. Siboyinza okuva ekitufu walikuminagambeyo wewomona nebiri bitanu nemu nebitanu nampa babiri. +UG057_LUG047 UG057 Mu kikubga ayokya enzijji, amadinisa, ne bi konteyina era abitunda kubbeyi ya wagulu nyo, abantu banji batela nyo okugula newankubadde bbeyi yawagulu nyo nyo Mu kibuga tayokya enzijji, amadinisa ne bu container era bitunda ku bbeeyi ya waggulu nnyo. Era abantu abangi batandike okujukula wano newankuba nga bbeyia wagggulu onyono. +UG057_LUG048 UG057 Waliwo akaseela ke nali nebaseemu nebase mu woteli nga ndi mu kizimbe ekisembayona alingiza mu dinisa nendaba nga ekibuga nendaba nga ekibuga namayumba nga ganyilila agali awo wansi nensalawo ntwale ekifananyi mpositinge ku social media nenfuna likes nga nyinji Waliwo akaseera ke kye basimba nebasimbwa hotel nga wano ekizimbe ekisembo weba, ono ayinza yo omulesa n'endaba ng’ekibuga nengamba ekiberanga kyino ennyumba amayumba aganirira era ggali awo wansi nensale awotwala ekifananyi positinge ku social media nenfuna like singa nyinshi. +UG057_LUG049 UG057 Olunaku lumu nali mpitawo nensanga abakazi babiri nga bali kunyumya nga basanyufu naye nga waliwo kyebali balaba kussimu bwe nababuuza nga lwaki mu li basanyuffu nangamba bansindikidde ssente ku ssimu nga basanyuffu nyo nembagamba ssente mmeeka nebagamba bansindikidde miliyoni bbiri Olunaku lunaku epitawo nensanga bakazi babye ngabali kunyumya nga basanyufu,nenga olwekere balya kala ku ssimu banaba buzalimu naye abantu basinikidde ssente ku simu neba ba sanyuffunyo,nebagamba ssentemeke bagambo mbazanikiride milioni bbiri. +UG057_LUG050 UG057 Lwakuba ku mulimu waliwo mukwano gwange eyali agenze ogula enyaanya mu katale ogula nyaanya nyingi omukazi namala namwongeera ku nyaanya endala nagamba kati ogenda kubeera kasitoma wange kati omusajja bwa neyongeera kugula nyaanya eyo Waliwo akumulimu kukano nga engeri ya genda ku kugula nyaanya mu katale, esera okugulanza nyinshi, wali amanyo omukazi namala mwagala kunyanja endala naye agamba ogende gukubeera kati kasitoma wange kemisanja nti nayongeranga oyo kuguza nyaaya eyo. +UG057_LUG051 UG057 Waliwo omukyala bamuyita nalongo attunda nyaanya nebintu ebilala nga ebintu ebilala nga mukyala mulungi nyo abantu bamwagala buli lunaku bwaleeta enyaanya nga zigwao mwako akaseera ke nyini era abantu bewunya lwaki enyanya zaggwaawo mu kaseera bwentyo Waliwo omukyala womuto nalongo, ate atunda nyaanya,nebintu ebirala nga,nina bintuyenya nnyo ng’a mukyla mu mujji ennyO. Abantu abangi buli lunaku baletera nyaaya naye ziri kubanwa akasana ke, era abantu webonyole waki nyaonya zigaba ku kasena ke +UG057_LUG052 UG057 Olunaku lumu nali ntuuse nayini eleveni nagenda mu kifo nga tewali kizimbe kyona ekyali kiliwo na bwe naddamu okuyitawo nga nsanga nga waliwo ebizimbe bingi waliwo amaduuka amanene ate nebizimbe bali ku bizimba nenewunya nga ensi ekulakulana mangu Wanaku wali nge mtuuse aba Nileveni, nagenda mu kifo ngateweera ekizimbe ekyo nekirala kirwo, nonakubye naddawo okuyitawokasanga waliyo ebizibu ebingi ,waliwo amatooke amanene ate ne bizimbe bebali ku bizimba era eno ewunya nga eseera yo kulakulana maama. +UG057_LUG053 UG057 Waliwo omukyala waliwo mukwano gwa mukwano gwange attundacarroti, nyaanya, muwogo, bumonde nebintu ebilala naye nga bino ebintu abitunda kubbeyi eyawansi okusinga abantu abalala naye abantu betanila okubigula era olweekyo ebintu bye bigwawo mangu mangu Waliwo omukyala wali wo mukwano gwange atunda carrot, nyaanya nga olumu ndde nebintu ebirara naye nabino ebitundu byatunda ku beya wansi okusinga abantu abaera era batandikujjo kubigula era bwekyo ebinte bye bigulawo mangu mangi +UG057_LUG054 UG057 Olunaku lumu nali mpitawo nga ngenda Kampala nendaba ekintu bino bitanka ebibeeramu amaazi go kunabiira engalo nensalawo nguleko kimu kyenatwalako ewaka awo wenakigula nekitwala ewaka nenkitekaamu amaazi nentadiika okunaba mungalo Wano nga kumulwadde i Pitawo, nange ngenda Kampala, ne ndaba ebintu bino bitanka ebibeeramu amazzi okunabirayo engalo. N’ensalawongoleko ki mu kwagala esiri kirina twaliiko ewaka, wenakigula netutwalako ewuka nateekamwo amazi nanga emisaladdi tenaku lwokunangamugani. +UG057_LUG055 UG057 Olunaku lumu enjala yali enuma ewomusajja ne ngenda omusajja nansikiira rolexi nemugamba nti anjigirize engeeri jje bakolamu rolexi awo namala nanjigiliriza nange okuva olwo lunaku nentandika okuyiga engeri gye bagyikolamu nga njitunda Waliwo olumu nalinjagala eno nomanya nga ava ku ssomero naye woba omusajja nganga ayimiride awo ne mugamba nti asika rolex omukyala alina asikiriza roex obulingisa enguudo jebakola mu rox awno bano andikiriza nange okufuna onokuneta +UG057_LUG056 UG057 Waliwo sayidi ze kampala waliwo omusajja atunda emere ye nkooko ye bigero byona emere ye nkooko yona jjangu osisinkane ne coco feeds emere yo mulembe esobola okukuza enkooko zo nezibeera nga zizitowa ne nyama ennungi Waliwo essanyu ze ye Kampala, tulina omusajja atunda emiri yenkoko bye bigere byonna bwoba oyagala oba enkiko kyo enjanga osisinkana nnyo ensibuko ffine wosobola okufuna emirembe omulimu zesobole okuguza ebikoko zamu bulungi era nezibera zitowa na zifunira ennyaanya ennungi +UG057_LUG057 UG057 Nina mukwano gwange tusoma naye kumakya olwegulo naddayo nakuba amatofaali ge, mu gano amtofaali mwajja sente ezimusomesa no kulabilira famile ye kubanga taata we yafa ate maama we teyesobola soyadda mu kukuba amtofaali eno nga bwasoma Nina mukwano gwange tusoma naye netusoma kumakya olwego namana addayo nakuba matafali mwagala amatafalimu ajja ssente zeyasomasera nokulabirira family ye kubanga teyateweyafa maama weta eyo esobola yosoye addamukuba amatofali era nga wasoma ekubangako emikulu +UG057_LUG058 UG057 Olunaku lumu nalinya nali waka nga nyanika engoye jasiti nensalawo nengula waya nensibako engoye zange awo nga zikala mangu okusinga okuzanika ku mabati ne ku biti Waliwo buli omu nalibwa kane nga njanikanga engoye just ku mabati naye wano kulumu nensalawo ne ngula wire nesibaako engoya zange awo ngasikaala mangu okusinga okuzanika ku Mabaati ne ku bit. +UG057_LUG059 UG057 Nina anko wange alina poloti za mayumba reyo sayidi ze Nakawa naye enyumba nga elimu abapangisa batundiiramu ebintu ebyenjawulo nga amafaliso, entebe nebintu ebyenjawulo era nga abantu batela nyo okubigula Nina uncle wange, alina alita plot za mayumba eyo side zirina akawungi, naye ngamagambo abapangisa batundiramu ebintu byenjawulo nga amafaliso, entebe n'ebintuebyenjalo nabyo tubatanda okubigula. +UG057_LUG060 UG057 Nina mukwano gwange sayidi zeeyo Entebbe ayina bizinensi ya kutunda bukoko, enkoko azitundira mu katandaalo , nga enkooko azitundiira mu katandaalo era azitunda ku bbeyi ya mitwaalo ebiri ebiri buli nkooko era bateela nyo okuzimanya naye ebiseera ebimu akola lossi nga tatunze wadde nekitundu N’emukwano mwangiza nga eza we Entebbe, Naye nge business ya kutunda ku enkoko, nenzino enkonko azitundira mu katandariro,neno zinenkoko azintudira mukatandaalio, era zitunda kubeyi nebire byentuko,era abantu batandikuzimba ne bisisema kolalo si kubanga tatunzirako omuntu amuteeka mu kitundu. +UG057_LUG061 UG057 Olunaku lumu nali mpitawo nga batumye okugula ki tanka mu town e Kampala naye ku kubo nasanga ebitanka mu kubo nga bisinga bye bali bantumye nga binene nensalawo ngulawo ntwale ekyo kubanga byali bya bbeyi yawansi byali kumu ne ngenda nekyo Wano nga ekumulwadde epitawo nti abantu mbyewa kugula ki tanka mu town kampala neera eri ku kkubo weenasanga ebi tanku eby'enjawulo nfuna ebisolo byebala byansumi naye binene ngesela wangulu awo twali ekyokuba beyabaeyi ya wansi yabeye ngabigumu nayenga ennani eki +UG057_LUG062 UG057 Eyo sayidi yeyo kilabika waliwo edwaliro lyebayita Fast Care Medical bwoba nga offunye omusujja gwona oba obuzibu bwona genda okyalire lino edwaliro lisobola okola buli kimulisobola okulabilila buli ndwadde yonna ebeera ku sente eyawansi okusinga amalwaliro amalala kebasobola okuba Eyo sadiika ebweru wadde abasajja ba America, bwoba nga onfuna omusujja gwonna, oba owobuzzi wonna genda okyalire, eddwaliro lisobola okulaba bulijjiimu, lisobole okula byabulindwa dda yo nebeera ekuma ku ssente za wansi okusinga amalala. +UG057_LUG063 UG057 Waliwo ekifo kyenali mpitawokali nga akatale naye samanya kifo ki kubanga nali mu takisi ne ndaba abantu bali mu kutunda amatooke mangi, engoye nebintu ebilala ebyokulya ate nga omusana gwali mungi nyo nga guli mu kwookya ne ngamba lwaki tebazimbawo akayumba Waliwo ekifo kyenali mpitawoka naye ngakateera ne ssamu nakifooki akikungaala mu taxi,ne ndaba nga abantu balikutunda amatooke amangi, engoye n'ebintu ebirala ebyokulya ate ngo omusana gwaali mugyi nolnga guli kuwota nenyambalibwa ki tebazimba waka kabomba kebasobola okubeera +UG057_LUG064 UG057 Nina mukwano gwange akola mu bintu ebyenjawulo forexample amatofaali,sementi nebintu ebilala byebakolamu sementi naye nag abitunda kubbeyi eya wansi era nga mwafuna ssente ezisobola okuyamba, ezimulabirira ne famile naye abantu babigula no Nina mukwano muka nga akola mu bintu eby'enjawulo for example amatafaali ngabakolamu cement, nebintuebirala byebakolamusemit, naye naga bitunda ku beyi eyawansi era nganywa afuna ssente ezisobola okuyamba okuzimba family ye era abantu babikula nnyo. +UG057_LUG065 UG057 Nina muganda wange omuto yatandika bizinensi eyokukola ebitanda, kabadda enzijji nebintu ebyenjawulo era nafuna ssente ezo zeyesomesaamu ne bintu ebilala byayagala okukola yatandika bwentyo nga akyaali muto kati kilooto kizze nga kituffu Namuganda wange omuto yatandika business okukola ebitanda, akabadda, nenzijji ne bintu byenjawulo era mufuna ssente ezokubeera esomese wamu n'ebintuebyagala okula, yatandiika wemuntu ngayakyali mutono nga ayaganye nakati kiroreto kizze nge kituffu +UG057_LUG066 UG057 Bwoba nga oyagala olabe omusana nga gunyirira kumakya enyo kumakya ssawa kumi nabbiri olabe omusana nga bwe guvaamu egufa enjuba kumakya olunaku Guba nga oyagala olaba omusana ogaguyeera kumakya ennyo ku makya ssaawa kumi na bbiri, olaga omukyala naye guvaamu ebiffo eby'enjuula ku mikya. +UG057_LUG071 UG057 Tulina akaseela katono leero Tulina akaseera katono leero. +UG057_LUG076 UG057 Tugende awa musawo kumakya Twegenda ewa musawo ku makya. +UG057_LUG077 UG057 Okusabala kusobola okukyuusa ebintu Okusaba kusoobola okukyuusa ebintu. +UG057_LUG078 UG057 Ndabye amotoka empya mu luguudo Ndebye emmotoka empya mu luguudo. +UG057_LUG080 UG057 Nsiima enyimba zo okujukira Nsiima ennyimba zaawo okunjukira. +UG057_LUG082 UG057 Tukolele wammu okuvila ddala kuntandikwa Tukolera wa mu kufira ddala kuntandikwa. +UG057_LUG085 UG057 Ensimbi zili musuuti ya taata Eziri zirimu ssoti ya taata +UG057_LUG089 UG057 Okutambula kunyumira mukiro Tambula kinyumira mu kiro. +UG057_LUG090 UG057 mpereza ekiwandiko ku telefoni Mpereza ekiwandiko ku terefoni +UG057_LUG091 UG057 Ffuna ekitabo mukabati katono Funa ekitabo mukabaati katono +UG057_LUG092 UG057 Emere eli ku ssawa ya tafaali Emeere eri ku ssawa ya tafaali. +UG057_LUG106 UG057 Ebbugumu lya leero linyogovu nyo Ebugguma lya leero liyinza okufuna +UG057_LUG109 UG057 Manya nti ndi wano kutuyamba Namaanyi nti ndiwano okutuyamba. +UG057_LUG111 UG057 Enyumba eno elimu obutuuze abassatu ennyumba eno eri mu obutuuze abasatu +UG057_LUG115 UG057 Nyabo ku kyalo Nina enyabo ku kyalo +UG057_LUG116 UG057 Tukola enyo okulaba nti tugenda mu maso Tukola ennyo okulaba nti tugenda mu maaso +UG057_LUG118 UG057 Twesiga Katonda mu buli kikolebwa Twesiga Katonda mu buli kikolebwa +UG057_LUG125 UG057 Tutegedde entuula yaffe Kati tutegeka entuula yaffe. +UG057_LUG126 UG057 Tutegeke entuula yaffe Truly to take into our lives +UG057_LUG129 UG057 Abalenzi bali mu kusomera mu kisomero kati Abayizi bali mu kusome mukisomero kati +UG057_LUG131 UG057 Gino giliise mu bwangu nyo Ebirungi bizze mu bwangu nnyo. +UG057_LUG132 UG057 Obudde bugenda buggwa mukiro Obudde bugenda bugwa mukiro. +UG057_LUG136 UG057 Tulina okukola okukola ekiseera kyokka Tulina okukola okula ekiseera kyoka. +UG057_LUG140 UG057 Ye aliwo okuva kumakya Yali okuva ku makya +UG057_LUG141 UG057 Ekirabo kino kya nali ntege ntegedde Kirabo kino byanali ntegedde +UG057_LUG142 UG057 Ebbaluwa gye waleteddemu eli mu nyumba Waliwo ekintu kyoletmu eri mu nnyumba +UG057_LUG146 UG057 Okulabako kunyumirwa nyo Okulabako kunyumirwa nnyo +UG057_LUG149 UG057 Okukola wamu kufuna bilungi ebilungi Okukola wamu kufuna ebirungi ebrung +UG057_LUG150 UG057 Buli lunaku tulina okulowooza bulungi Buli lunaku tulina okulowooza bulungi +UG057_LUG152 UG057 Twandiise okuddamu ebibuuzo ebitonotono Tweyini so okudda amavuzi bitonotono. +UG057_LUG154 UG057 Funa emikono gyo ndabeko Funa emikono gyo gyogendereko +UG057_LUG159 UG057 Twagende twagenda kusomero enkya yaleero Twagende twagenda ku ssomero enkya ya leero +UG057_LUG163 UG057 Emotoka etambula mu luguudo luno Emmotoka etambula mu luguudo luno. +UG057_LUG164 UG057 Nyimba nyimba za bayimbi abalala Nyimba nnyimba z’abayimbi abalala. +UG057_LUG165 UG057 Tulina embwa etuwulirizao bulungi Tulina embwa etuwoyereza obulungi +UG057_LUG167 UG057 Mpa amaazi agalimu kooko eno Gaba amazzi agali mu konko eno +UG057_LUG168 UG057 Omusajja anywa amata buli lunaku Omusajja oyo anywa amata buli lunaku +UG057_LUG169 UG057 Ekizikiza kijja mu tuntu neene Ekizikiza kinjamu tutunene. +UG057_LUG171 UG057 Tugenda kukola omulimu munyumba Tugenda okukola omulimu mu nnyumba. +UG057_LUG175 UG057 Nsanyuka okukulaba leero nyo Sanyuko ku kulaba leero nnyo +UG057_LUG177 UG057 Yanguwa o olwo Yanguwa olwo +UG058_LUG001 UG058 Ba ba ba aba ba bali ba ba ba ba ba bali mu mu mu mu mu mu ku ku ku ku muku kusi mukusimu. Bali bali mu ku +UG058_LUG002 UG058 Ebimuli bi birabika bulungi, awantu awagenda oku oku okubeera omukolo. Awantu awo agenda okubeera omukolo +UG058_LUG003 UG058 Awa awa awa awantu awa awagenda okubeera omukolo. Aba aba aba abayindi bali ku ku ku ku. Awantu awatugenda okubeera omukolo. UD image zero four abayindi bali ku +UG058_LUG004A UG058 Aba aba aba abayindi bali ku ku ku ku ku ku festival. Abayindi bali ku fesitivo. +UG058_LUG004B UG058 ba ba ba omulimi alima ee mboga. Omulimi alima emboga +UG058_LUG005 UG058 Omusajja kakalirira ka ka kasooli. Omusajja akalirira kasooli +UG058_LUG006 UG058 Omusajja akalirira ka ka ka kasooli. Omusajja akalirira kasooli. +UG058_LUG007 UG058 Omukyala atu atunda amanda. Omukyala atunda amanda. +UG058_LUG008 UG058 Aba ba abayindi nga bawaayo ebirabo ebirabo mu mu mu mu mu mu mu mu sinzizo. Aba Nyinga bawayo ebirabo ebiraabu mu musinzizo. +UG058_LUG009 UG058 Abantu nga bagula ebyo ku ku ku kulya mu mu mu restaurant. Abantu nga bagula ebyokulya mu restaurant. +UG058_LUG010 UG058 Olu oluguudo nga lukute jam jam nga emmotoka zi zi ziyimiridde. Oluguudo nga lukuttejam jam ngemmotoka ziyimiridde +UG058_LUG011 UG058 Omusajja atambuza amatooke ku ku ku ku ggali ki nga ki ki ki ki ki kirabika akola delivery eri ba ba ba ba ba ba bakama be. Omusajja atambuuza amatooke ku ggaali nga kirabika akola delivery eri bakama be. +UG058_LUG012 UG058 Enjuvu mu mu mu mu mu mu mu mu mu zoo nga ziri ziri wamu no no no no no no bo bwa bwana bwa bwa bwaazo. Enjovu mu zzu nga ziri wamu nobwana bwaazo. +UG058_LUG013 UG058 Entulege nga zimaze okufuna ebyokulya mu mu mu mu mu mu kibira. Entunege nga zimaze okufuna ebyokulya mu kibya. +UG058_LUG014 UG058 Emmere erabika bu bulungi okuliibwa. Emmere erabika bulungi okulibwa. +UG058_LUG015A UG058 Jam jam asusse nyo mu mu mu mu mu mu mu mu Kampala. Jjambwa asusenyu mu Kampala. +UG058_LUG015B UG058 Ammmm edduuka eritunda ebizimbisi. Edduuka eritunda ebizimbisa. +UG058_LUG016 UG058 Bizimbisibwa nga wheel barrow, langi asiiga nga biri ku ku ku disp. Business bwange waliwo langi asiiga nga biri ku +UG058_LUG017 UG058 Na na na na na na nkedde oku okulya ku ku ku ku mukyeere wamu ne ne ne ne binyeebwa nga kuliko cabbage. Nali ngedde okulya ku mukyere wamu ne binyebwa kuliko cabbage +UG058_LUG018 UG058 Town erabika bu bu bu bulungi era government ekoze bulungi nyo oku oku okutereza ekibuga kyaffe Kampala. Town erabika bulungi era government ekoze bulngi nnyo okutereza ekibuga kyaffe. +UG058_LUG019 UG058 Mu mu mu mu mu mu mu ku ku ku ku ku ku ku ku ku ku ku ku ku street ku ku ku mu mu omusajja asiika chapati era no no no no no no no no ne ne ne ne ne customer we nga ali mu ku kulya. Ku security kuliko omusajja asiika chapati era no ne kasitoma nga ali mu kulya +UG058_LUG020 UG058 Aka aka aka akatale ku ku ko ko ko mu Kampala ka ka kaliko kaliko omugoteko mungi era aba aba aba abantu ba ba batunda ebintu mu kukubo atenga tekirabika bulungi. Akatale ko mu Kampala kaliko obudde obungi era abantu batunda ebintu ku kkubo ate nga kirabika +UG058_LUG021 UG058 Embarara balima nyo amatooke era malungi. Abalala balima nnyo amatooke era malungi +UG058_LUG022 UG058 Omusajja attise ebi ebi ebikajjo ku ku ku ku ku ku piki ate nga ngali ku ku high high high high way, eki ekiyinza okuviirako obu. Omusajja atisse ebikajo ku piki ate nga ali kuhayiwa ekiyinza okuvirako obu +UG058_LUG023 UG058 Omu omukazi nga age agenzeeko ku ku ku katale ku ku ku ku ku oku okugula ebi ebintu ebinafumba ewaka nga endagala. Omukazi nga agenze ko ku katale okugula ebintu ebynafumba ewaka nge enjagala +UG058_LUG024 UG058 Museveni akulakulanyiza ekibuga era tulaba pass pass fly over kitegeza nti nti congestion mu mu Kampala ekendeede. Museveni akola okulanyiza ekibuga era tulaba pass fly over kitegeza nti congestion mu Kampala ekkendedde. +UG058_LUG025 UG058 Watermelon nga ziri mu mu mu mu katale nga zi zi zi zi zi zi zirabika bulungi. Watermelon nga ziri mu katale naye nze zirabika bulungi +UG058_LUG026 UG058 Aba abantu nga ba ba bakedde okugenda mu mu mu mu kibuga okukola ku ssente naye nga omugoteko go mungi nyo nyo nyo. Abantu nga bakedde okugenda mu kibuga okukola ku ssente naye omubudde bwaffe bu ggo mungi nnyo +UG058_LUG027 UG058 Ama amazima gali nti njagala okulya ku ku KFC chicken ba ba ba baji mpaanira nyo. Amazima galentina okulya ku KFC chicken, bajimpampanira nnyo. +UG058_LUG028 UG058 Tu tu tu sooka sooka oyimirireko ku ku ku ku ku mafuta tu tu tu tu tu tu tu tu tu tu tu tu tutekeko mu mmotoka ku ku ku banga ga ga gawe. Ssooka soka oyimirireko ku mafuta tuteekeko mu mmotoka kubanga gawe. +UG058_LUG029 UG058 Omusajja abajja ebi ebi ebi ebi ebitanda nga abitadde ku ku display abantu basobole oku oku okubiraba. Omusajja abagya ebitanda nga bitadde ku display a bantu basobole okubiraba. +UG058_LUG030 UG058 Na na na na na na na na na na omu emmere amatooke amanyige nga ku kuliko enyama te tebinkolera kubanga kyemanyi butto aba mungi. Emmere amatooke amanye nga kuliko ennyama tebikolera kubanga kimanyi buto +UG058_LUG031 UG058 Chapati, amenvu, amaagi ne ne ne ne kyaayi biwooma nyo ku okulya nga omuntu ya ya ya yakazukuka mu mu ttulo. Chapati, amenvu, amajji ne caayi biwooma nnyo okulya nga omuntu yakazukuka mu mutwe. +UG058_LUG032 UG058 Awantu awatundirwa amafuta nga oba oyagala nokumala ekye ekyetaago osobola okugenda wo awo tusasula ssente ensamusamu. Awantu awatundirwa amafuta nga oba oyagala nokumala ekyetaago kosobola okugendawo awo okusasula ssente ensamu +UG058_LUG033 UG058 Nze sirya nkoko nka kalilire ya ku ku kubo kubanga ndi musajja mu mu mu mu musiraamu simanyi ani aba agisazze. Nze sirya nkoko nkalirire ya kkubo kubanga ndi musajja mu mu musiramu simanyi ani aba agisaze. +UG058_LUG034 UG058 Emmotoka nga ettisse amatooke nga egajja e Mbarara nga egareeta mu mu mu mu mu mu mu Kampala. Emmotoka nga etise amatooke ng’egajja e Mbarara nge galeeta mu Kampala. +UG058_LUG035 UG058 Naye streets zo mu Kampala ezimu nkyaafu era nga sisobola kufunawo bya bya bya bya kulya yade yade yade nakamu olwo bikyaafu obuyitiridde obungi. Naye situlizemu Kampala ezimu mu kyafu era nga sisobola kufunawo bya byakulya yadde naddala olwo bukyafvu obuyitiridde obungi +UG058_LUG036 UG058 Amazima go gali nti na na na ndyagadde oku okugenda ko okuvuba ebyenyanja ku ku ku lake Victoria. Amazima ggali nti natugende okuva ebyennyanja ku leggi biki bikitolya. +UG058_LUG037 UG058 Ekyenyanja mu mu mu mu mu mu mu katale Emulungo nga kya kya bbeyi , sisobola ku ku kukigula. Ekyennyanja mu katale emulungo nga kya beyi sisobola okukiggula. +UG058_LUG038 UG058 Aba aba aba aba Karamoja nga ba ba bali mu mu mu mubiseera bya bya bya byaabwe ebyeddembe nga ba bali wa wa wa wabweeru nga ba ba bayota ku ku ku ku kasana. Aba Karamoja nga bali mu biseera byaabwe ebyendembe nge balyewo wabweru bayota ku ssana. +UG058_LUG039 UG058 Wano ba ba bakwata aba Karamoja aba aba aba aba aba abakazi na na na na na balenzi, abava oku oku okulunda ente, nebakungaana nga family ne ba. Wano bakwata aba Karamoja abakazi nabalenzi. Abava okulunda ente nebakungana nga family nebazanye +UG058_LUG040 UG058 Abantu nga ba ba bali mu mu mu mu katale okwegulira ku ku ku ku ku bukumba nge engoye, wadde nga bwa bbeeyi nyo. Abantu nga bali mu katale okwegulira ku lukumba engoye newadde nnya wa bbeeyi nnyo +UG058_LUG041 UG058 Aba abantu ba ba bakedde okugenda oku okulimako mu mu mu mu mu nimiro za za zaabwe okusobola okufuna ebyo ku ku kulya. Abantu bakedde okugenda okulimako mu nnimiro zaabwe okusobola okufuna ebyokulya. +UG058_LUG042 UG058 Aka aka aka akatale ka ka ka kalabika bu bu bu bulungi nyo olwa display ya yaako enungi na na na abantu abali organized. Akatale kalabika bulungi nnyo olwa display yakomnungi na bantu abali organised. +UG058_LUG043A UG058 Mwana tu tu tuve ku ku ku ku ku ku ku nyanja obu obudde buzibye. Mbwaala tuve ku nnyanja obudde buzibye +UG058_LUG043B UG058 Bino bino ebyo eby’okulya sisobola kubirya tebi tebiwooma,tebiwooma amenvu nga bagataddemu juice. Bino bino ebyokulya sisobola kubirya tebiwooma amenvu nga bagatademu. +UG058_LUG045 UG058 Aka aka aka akamotoka nga ketisse watermelon ku mu mu mu mu mu mu mu mu mu mu Kamapala nga kwe bazitundira. Akamotoka nga katiise watermelon mu Kampala nti ziba zitundira. +UG058_LUG046 UG058 Omulimi nga mu mu mu mu sanyufu olw’okuba ali mu mu mu ku mu ku mu ku havestinga majjaani mwagenda okufuna aka akasente oku okuzaayo abaana ku ku. Omulimi omusanyufu olwokuba ali mu ku harvest nga majjani mwagenda okufuna akasente okuzayo abaana kuso. +UG058_LUG047 UG058 Njagala onjokyeze olujji lwe nateeka ku nyumba yange nga lulabika bulungi nyo ate nga lugazi. Njagala okukinze oluji lwe nateeka ku nnyumba yange nga lulabika bulungi ninyo ate ngalugaze. +UG058_LUG048 UG058 Ekibuga Kampala ki ki ki ki ki ki kirabika bu bu bulungi kuva ku ku kuba nga etambula nungi olw’ensonga nti tu tuyinamu ne ne train okusabaza abantu. Ekibuga Kampala kirabika bulungi kubanga etambula nnungi olwe nsonga eyinamu ne train okusabaza abantu +UG058_LUG049 UG058 Abakyala nga bali ku ku ssimu nga ki ki ki kirabika wa wa wa wa waliwo ekibasanyusiza. Abakyala nga bali ku ssimu nge kirabika waliwo ekibasanyusiza. +UG058_LUG050 UG058 Omwana nga nga awa maama we ku ku ku ku red paper agende afumbe emmere enungi. Omwana nga awa maama we ku red paper agende afumbye emeere ennungi. +UG058_LUG051 UG058 Maama nga ba ba ba nga mu mu mu mu mu musanyufu olwokufuna ku ku ku ku bi bi birungo ebigenda okusiika emmere ewaka. Maama nga musanyufu olwo kufuna ku birungo ebigenda okusiika emmere ewaka. +UG058_LUG052 UG058 Kino ekifananyi manyi mwe bakikubira era nga kirabika bakikubira mu zanda e sides ze yo a naba kubanga nga ndabiradala Muwanguzi hard ware ate nga nji manyi bulungi nyo. Kino ekifananyi manyi webakikubira era nga kirabika bakikkubia mu zantu ensajja nge e kanaba kuba ndabera ddala muwanguzi hardware ate njimanyie bulungi +UG058_LUG053 UG058 Ennaku zino aba abakyala ba ba ba bakeera mu katale ku kunonya ssente zi zirabirira baana ewaka olw’esonga nti abasajja. Ennaku zino abakyala batera mu katale kunonya ssente zirabira baana waka olwe nsonga nti abasajja +UG058_LUG054 UG058 Kati abantu mu mu mu mu mu mu mu Kampala batandisewo factory ekola tanks za za za za za za za mazzi era nga kiraga wano nti bazitadde ku ku display oku oku okuziraga. Kati abantu mu Kampala batandise wo fakitora ekola tanks za mazzi era nga kiraga wano nti bazitadde ku display okuziraga +UG058_LUG055 UG058 Njagala onkolere ka rolex ka bbiri, ka bbiri bitaano, enjala endi buli bubi. Njagala okukolera karooli ka bbiri bitaano engeri ya +UG058_LUG056 UG058 Jangu ogende ondetere emmere ye nkoko. Jjangu ogende onetere emmere yenkoko +UG058_LUG057 UG058 Abantu bononye nyo ettaka anti bakuba bulooka ekireteera okubeera nga mukoka atawanya nyo abantu ate era ne bulooka zaabwe ziraga nti zi zi zi ziyambye nyo nyo. Abantu banoonya nnyo ettaka kuba bloka eri okubeera nga mukooka atewanya nyo abantu ate era nebloka zaabwe ziraga byenyonyo +UG058_LUG058 UG058 Wano njagala kupangisawo walabika bulungi. Wano njagala kupangisa wo okulabika bulungi +UG058_LUG061 UG058 Tu tu tu tu tu tu tu tu tu tulina akaseera ka akatono leero. Tulina akaseera katono leero +UG058_LUG062 UG058 Nva ku ku ku ku ku mulimu buli lunaku. Nva ku mulimu buli lunaku +UG058_LUG063 UG058 Omwana ayagala ku ku ku ku ku ku ku kulaba jajja. Omwana ayagala ku kulaba njajja. +UG058_LUG064 UG058 Ekikopo ki ki ki kiri ku ku ku ku meeza eno. Ekikopo kiri ku mmeeza eno. +UG058_LUG065 UG058 Tu tu tu tu tu tudeyo ewaka ngabukya. Tuddeyo ewaka nga bukya. +UG058_LUG066 UG058 Tugende ewa musawo ku ku kumakya. Tugenda ewa musawo ku makya. +UG058_LUG067 UG058 Okusaba ku ku ku ku kusobola oku okukyusa ebi. Okusaba kusobola okutusa +UG058_LUG068 UG058 Ndabye emmotoka empya mu mu. Ndebye emmotoka empya mu +UG058_LUG070 UG058 Nsiima enyimba ezo okujukirwa. Nsiima ennyimba ezokujukira. +UG058_LUG071 UG058 Omukwano gu guli ku mitima gyaffe. Omukwano guli ku mitima gyaffe +UG058_LUG072 UG058 Tu tu tu tu tu tu tu tukolera wamu oku okuvira ddala kuntandikwa. Tukolera wamu okuvila ddala kuntandikwa +UG058_LUG075 UG058 Nsimbi ziri mu suit ya taata. Ensimbi ziri mu suuti ya taata. +UG058_LUG076 UG058 Ndowooza ku ku byo kukola. Ndowooza kubyokukola. +UG058_LUG077 UG058 Tu tu tu tu tulina okuyiga buli lunaku. Tulina okuyiga buli lunaku +UG058_LUG078 UG058 Ekifananyi ki ki ki kino ki kinzizaamu essanyu. Ekifananyi kino kinzizamu essanyu. +UG058_LUG079 UG058 Tutambula kinyumira mu. Kitambula kinyumira mu +UG058_LUG081 UG058 Funa ekitabo muka baati akatono. Funa ekitabo mukabaati akatono. +UG058_LUG082 UG058 Emmere eri ku ssaawa yataffaali. Emmere eri kussaawa yatafaali +UG058_LUG083 UG058 Buli mulenzi azanya ne mikwano gye. Omulenzi azannya ne mukwano gye. +UG058_LUG088 UG058 Tu tu tuli ku ku tu tuli ku ku ku luguudo lwe kitongole. Tuli tuli ku luguudo olwe kitongole +UG058_LUG091 UG058 Amaanyi gava mu mukwano ogwamaanyi. Amaanyi gava mukwano ogwa manyi +UG058_LUG093 UG058 Oli muggumu mu byo yogera. Oli muggumu nnyo mu byoyogera +UG058_LUG095 UG058 Eki ekibala ki ki kino ki ki kyoka ki ki kiri ku meeza. Ekibala kino kyoka kiri ku mmeeza. +UG058_LUG096 UG058 Ebugguma lya leero linyogovu nyo. Mugumu nnyo olya leero ni nyogovu nkyo. +UG058_LUG097 UG058 Edoboozi lyange si siryawansi. Eddoboozi lyange sirya wansi. +UG058_LUG098 UG058 Ebbugumu lya leero linyogovu nyo. Ebugguma byo lyaffe leero lijogera nnyo +UG058_LUG099 UG058 Manyi nti ndi wano okukuyamba. Manyi nti ndiwano okukuyamba +UG058_LUG101 UG058 Enyumba eno erimu abatuuze bassatu. ennyumba eno erimu abatuuze bassatu. +UG058_LUG102 UG058 Gula ekintu kino mu mu dduuka. Gula ekintu kino mu dduuka. +UG058_LUG103 UG058 Twa twagala okuyiga ennimi endala. Twagala okuyiga enimi endala. +UG058_LUG104 UG058 Tu tu tu tusaba amagezi okuva gyooli. Tusaba abagenzi okuva gyobuli +UG058_LUG105 UG058 Ndi ndi ndi nyabo ku ku ku kukyaalo. Ndi ndi nyabo ku kyalo +UG058_LUG106 UG058 Tu tu tu tukola enyo okulaba nti tu tu tu tugenda mu mu maaso. Tukola ennyo okulaba nti tut u tugenda mu maaso +UG058_LUG107 UG058 Obudde buno bukyali ku ku kumakya. Obudde buno bukyali ku makya +UG058_LUG108 UG058 Twesiga Katonda mu buli kikolebwa. Twesiga Katonda mu buli kukolebwa. +UG058_LUG110 UG058 Tu tu tunywa amazzi agava mu kisulo. Tunywa amazzi agava mu kisulo +UG058_LUG111 UG058 Ekifo kino kyenyuludde nyo. Ekifo kino kyenyumidde nnyo. +UG058_LUG114 UG058 Ekintu kino ki kyangu okukikola. Ekintu kino kyangu okukikola +UG058_LUG115 UG058 Kati tutegeke entula yaffe. Kati tutegeka entuula yaffe. +UG058_LUG116 UG058 Njagala okutandika leero ku kumakya. Njagala okutandika emirembe ku makya +UG058_LUG118 UG058 Abayizi bali mu bali mu bali mu kisomero kati. Abaana abangi bali mu kisomero kati. +UG058_LUG119 UG058 Mpa ssente zino zi zireete ewaka. Mpa ssente zino nzireete ewaka. +UG058_LUG120 UG058 Omukazi ayagala kutambula nedoboozi eddene. Omukezi ayagala okutambula ne ddoboozi eddene. +UG058_LUG122 UG058 Obudde bugenda bwa mukiro. Obudde bugenda bwa mukiro +UG058_LUG132 UG058 Ebbaluwa gyoleteddemu eri mu nyumba. Ebbaluwa gyoleteddemu eri mu nnyumba +UG058_LUG133 UG058 Tugenda ewa jajja kunkomero. Tugenda ewa jajja ku nkomerero +UG058_LUG134 UG058 Omusajja attunda ebikappu ku ku ku luguudo. Omusajja atunda ebikapu . +UG058_LUG135 UG058 Mmere ya ya leero egabiddwa bulungi. Mmere ya leero egabiddwa bulungi. +UG058_LUG136 UG058 Kulabako ko kunyumira nyo. Okulabako kunyumira nnyo +UG058_LUG138 UG058 Tu tu tu tugende muluwumula lwa ssomero. Tugende muluwumula lwa ssomero +UG058_LUG139 UG058 Okukola wamu kufuna bi ebirungi. Okukola wamu kufuna ebirungi +UG058_LUG142 UG058 Tutandise okuddamu ebibuuzo ebitonotono. Kandise okuddamu ebibuuzo ebitonotono. +UG058_LUG143 UG058 Leeka tugende tulabe ekifo ekirala. Neka tugende tulaba ekifo eki ekirala +UG058_LUG144 UG058 Funa emikono gyo gye ndabeeko. Funa emikono gyo gyendabeko +UG058_LUG145 UG058 Njagala okuwulira amaanyi mu doboozi lyo. Njagala okuwulira amaanyi mu ddoboozi lyo. +UG058_LUG146 UG058 Manyi nti omukwano gwagwanidde buli muntu. Manyi nti omukwano gwagwanidde buli muntu. +UG058_LUG147 UG058 Sima ekubo ogendereze bulungi. Sima ekkubo ogendereze bulungi. +UG058_LUG149 UG058 Ngenda ku ku kusomero enkya ya leero. Tugenda ku ssomero enkya ya leero +UG058_LUG151 UG058 Abaana bakoze omulimu ogu ogulungi. Abaana bakoze omulimu oguliungi. +UG058_LUG152 UG058 Nsula mu kibuga eki ekikulu. Nsula mu kibuga ekikulu Kampu +UG058_LUG154 UG058 Enyimba enyimba enyimba za bayimbi abalala. ennyimba ennyi nyimba zaymbi abalala +UG058_LUG155 UG058 Tu tu tu tuyina embwa etuwuliriza bulungi. Tulina embwa etuwuliriza bulungi. +UG058_LUG156 UG058 Nkuwoze omulimu gwange ogu ogwa leero. Nkozze omulimu gwange okukola leero +UG058_LUG157 UG058 Mpa amazzi agali mu nkooko eno. Mpa amazzi agali mu nkoko eno. +UG058_LUG161 UG058 Ngenda kukola omulimu mu nyumba. Tugenda kukola omulimu mu nnyumba +UG052_LUG001 UG052 Bakute ebigogo nga bivude kumatooke bakolela wamu okuyambagna kumilimu jebaki mukukola ebimuli ebimuli bilungi babiwanise Abakyala bakutte ebigogo nga biva ku matooke, bakolera wamu okuyambagana ku mirimu gye bali mu kukola. Ebimuli birungi babiwaniise. +UG052_LUG002 UG052 Ebimuli nilungi babiwanise ba customer bajje babigule Ebimuli eb imuli birungi ba biwaaniise bakasitoma bajje babigule. +UG052_LUG003 UG052 Tent tent nobutebe kilabika waliwo omukolo ogugenda okubelawo naye nga tewali bantu tebanatuka byona bifanana bulungi Tent tenti n'obutebe kirabika waliwo omukolo ogugenda okubeera awo naye nga tewali bantu tebanatuuka byonna bifanana bulungi. +UG052_LUG004 UG052 Abantu baliwamu balinga balina kyebajaguza nayenga sibawano sibana Uganda naye nga balina kyebajaguza Abantu bali wamu ba balinga abalina kyebajaguza naye nga siba wano, sifa na Uganda, nsiba +UG052_LUG005 UG052 Omwami alinga akunguka ebilime oba majani alinga akungula munimiro oba majani sikitegera bulungi Omwami ali ngakungula ebirimo oba amajaani, ali nga akunguula mu nnimiro obamaja ani sikitegeera bulungi. +UG052_LUG006 UG052 Balimukwokya kasoli bafunemu akasente abantu bajje babaguleko kubanga sente zetagisibwa Bali mu kwokya kasooli, bafunemu akasente abantu bajje baguleko kubanga ssente zetagizibwa. +UG052_LUG007 UG052 Ensawo zamanda omukyala alina gwaguza amanda kubanga wano amanda gatuyamba nyo okufumba gayamba nyo omuntu wawansi abela atalina sente za gas kati amanda Ensawo zamanda, omukyala alina gwaguza amanda kubanga wano amandagatuyamba okufumba gayamba nnyo omuntu wawanze abera atalina ssente za gas kati amonda gagu. +UG052_LUG008 UG052 Abantu nga sibamugwanga lino bakute ebyokulya nela balabika balina kyebajaguza balina oba Abantu nga siba mu ggwanga lino bakutte ebyokulya neera ne era balabika bayina era kyebajaguza balina oba. +UG052_LUG009 UG052 Abantu balimukufuna emele emele ela elabika yamukolo kubanga yamilundi mingi elabikilawo nti yamukolo kubanga ela yanjawula Abantu bali mu kufuna emmere, emmeere era erabika ya mukolo kubanga yamirundi mingi, erikira nti ya mikolo ku bange era yanjawulo. +UG052_LUG010 UG052 Olugudo nga lwakolansi silwataka boda boda zitiseko abantu ne taxi wamu nabobugali nabebizimbe ebiwanvu ebya kalina Oluguudo nga lwa kolansi, si lwataka, bodaboda zetiseeko abantu ne taxi wamu naba obugaali nebizimbe ebiwanvu ebya kalina. +UG052_LUG011 UG052 Omusajja akute bogoya amuje mukyalo ajje atunde afunemu kuka sente Omusajja akutte bbugoya amugye mu kyalo, ajatunde afunemu kasente. +UG052_LUG012 UG052 Ebisolo nga bili kutale nga binonya byakulya oba baziyita Njovu zili kutale Ebisolo nga biri ku ttale, nge bino ennya byakulya oba baziyita njovu ziri ku thale +UG052_LUG013 UG052 Akasolo kalina obulago nga buwanvu nako kanonya byakulya kutale nga ziliwamu zona Akasola kayina obulago nga buwanvu, nako kanoonya byakulya ku ttale naye ziri wamu zonna. +UG052_LUG014 UG052 Emele nge alikusowani bagasemu nebilala oba bindanzi naye emele eli kusowani Emmere nga eri ku ssowaani bagasemu nebirala oba bindazi, emmere eriku ssoowani. +UG052_LUG015 UG052 Boda boda zitiseko abantu ne motooka balinga abagenda okwetomela nyingi zona zili kumukumu Bodaboda zitiseeko abantu ne mmotoka balinga abagenda okwetomera, nnyingi zonna ziri kumukumu. +UG052_LUG016 UG052 Eduuka litunda ebyokuzimbisibwa nga langi ebidomola byamazzi tank Edduuka litunda ebyokuzimbisibwa nga langi, ebidomola bya mazzi, tanker +UG052_LUG017 UG052 Emele elikusowani kuliko omucere ebinyobwa cabbage emboga byona byona bili wamu ku sowani Emmere eri ku ssowaani kuliko omuceere ebinyoobwa, cabbage n'embogga byonna byona biri waamu ku soowani. +UG052_LUG018 UG052 Emotooka zili kukubo ekubo dungi nyo naye sinyingi wamu namayumba kuliko ne signs Emmotoka ziri ku kkubo, ekkubbo ddungi nnyo naye si nyiingi waliwo na mayumba kuliko ne ssinzizo. +UG052_LUG019 UG052 Eduuka liloko omudala gwa chapati abantu bobatunda bafunemu kukasente waliwo amasepiki ndowoza bategeka kufumba matooke Edduuka liriko omuddala gwa chapati, abantu bbo batunda, bafunemu kasente, waliwo amasepiki ndowooza bategeka kufumba amatooke. +UG052_LUG020 UG052 Kuliko ekibuga kuliko ebintu bingi batunda engato zokwambala wansi mubigele batunda amaduuka mangi nekipande kyabesimbyewo Ekibuga kuliko ebintu ebingi batunda ebi e bisinga nga nja kwambala wansi mu bigere, batunnda amadduuka amangi neki pande kyabesimbye wo. +UG052_LUG021 UG052 Ebitooke nga bili kumukumu naye tebinaba kula okujako emele bikyalibito tebinaba kukula byona byona Ebitooke nga biri kumu kumi naye tebinaba ku kula okujjako emmere, bikyali bito, tebinaba mu kukula byonna byona. +UG052_LUG022 UG052 Omusajja avuga ebikajjo ku piki ekubo gazi bulungi elanga nga dungi bulungi dungi silyataka lya kolansi avugilako ebikajo Omusajja avuga ebikajo ku piki,ekkubo gazi bulungi era nga ddungu dddung si lyattaka lya kolansi avugirako evigawo. +UG052_LUG023 UG052 Akadala kebintu kujudde amanvu namatooke nga teganaba kwengela abantu bangi bali awo balamuza baguleko Akaddala kebintu kujjudde amenvu na matooke nga teganaba kwengera abantu bangi bali awo balamuza baguleko. +UG052_LUG024 UG052 Amakubo amakubo amakubo gali mangi mangi emotooka zilondako wa wezagala kuyitila kubanga amakubo ganjawulo Amakubo amakubO ggali mangi mangu, emmotoka zirondako wezitunda kuyitira kubanga amkubbo ga njawulo. +UG052_LUG025 UG052 Obupande bwanjawulo kuliko akesomelo kuliko akedwalilo kuliko eyesimbyewo nebibala nga bijude byona byona kuliko watermelon emiyimbe ne nanansi Apande bwanjawulo kuliko ake ssomero, kuliku ak’eddwaliro,kuliko eyesimbyewo nebibala nga bijjudde byonna byona kulika watermelon, emiyembe ne nanansi. +UG052_LUG026 UG052 Ekibuga kyona kyona kijudde abantu emotooka boda boda obupande bwomukulembeze wegwanga wamu nabantu abatambuza ebigele Eki eki ekibuga kyonna kyona kijjudde abantu, erimu emmotoka bodaboda obupande bwomukulembeze we ggwanga waliwo n'abantu abatambuzza ebigere. +UG052_LUG027 UG052 Webagula ebyokulya enkoko jebayita KFC wapakinzewo amamotooka amalungi kubanga wabeyi Webagula ebyokulya enkoko gyebayita KFC wa pakinze wo amamotoka malungi kubanga wabeyi. +UG052_LUG028 UG052 Esundilo lyamafuta emotooka bwebulina okusaba obulungi Essundiro wa mafuta, emmotoka bwe bulina okusaba obulungi. +UG052_LUG063 UG052 Akatale mulimu amatooke muli amatooke engoye obupanda bwabantu abesimbyewo obupande bwabantu abesimbyewo Akatale akatale mulimu amatooke engoye engoya obupande bwabantu abesimbye wo. +UG052_LUG064 UG052 Akatale mulimu amatooke engoye obupande bwabantu abesimbyewo Akatale mulimu amatooke, engoye ,obupande bwabantu abesimbye wo +UG052_LUG065 UG052 Funiture nge’ntebe ezitulwamu wamu nebitanda nobutebe Furniture nga entebbe ezitulwamu wamu nebitanda nobutebbe. +UG052_LUG066 UG052 Obudde bwakilo kubanga emotokka zaka etala wamu Obudde obwa kiro ku kubanga emmotoka zaketaala wamu na +UG052_LUG072 UG052 Edagala elisinga obulungi silya kusaba naye lyakwegata n'ensonga Eddagala erisinga obulungi si lya kusaba naye lye lyakwegatta ne nsonga. +UG052_LUG073 UG052 Enkuba weyongela okunyilila abantu bantu bayimila kukubo nga bagenda kumilimu. Enkuba bweyongeera okunyirira , abantu abangi bayimirira mu nkuuba nga bagenda ku mirimu +UG052_LUG074 UG052 Omukwano gwe gwe tukwata kubantu betulaba buli lunaku guletera esanyu lingi. Omukwano gwetukwaata ku bantu betulaba buli lunaku guleeta essanyu lingi. +UG052_LUG075 UG052 Okuvuganya n'okuwangula sibikwata ku mukisa wabula ku kuteketeka Okuvuganya nokuwangula sibikwata ku mukisa wabula kuteekateeka +UG052_LUG076 UG052 Buli lunaku tulina okulwana okula bulungi nokuwangula byetwagala Buli buli lunaku tulina okulwana okukola obulungi nokuwangula ebyo byetwagala. +UG052_LUG077 UG052 Okusaba Katonda kukulembele emilimu jona jetukola buli lunaku Okusaba Katonda kulembere emirimu gyonna +UG052_LUG078 UG052 Okusaba Katonda kukulembele emilimu jona jetukola buli lunaku Okusaba Katonda kulembere emirimu gyonna +UG052_LUG079 UG052 Omusajja omuto yayaniliza mukwano gwe nesanyu elyamanyi Omusajja omuto yaniriza mu mukwano gwe nessanyu eryamaanyi ennyo +UG052_LUG080 UG052 Abantu abali ku ku kibuga beyongela buli mwaka Abantu abali ku kibuga beyongera buli mwaka ki +UG052_LUG081 UG052 Enjogela yamanyi etuyamba okufuna ebyo byetulindilila Enjogera yamaanyi etuyamba okufuna ebyo byetuba tulindirira. +UG052_LUG083 UG052 Omwana omuto ayagala okuyiga okusoma n'okuwandikila obulungi Omwana omuto ayagala okuyiga okusoma nokuwandiika obulungi. +UG052_LUG084 UG052 Ebyokulya ebyokulya ebokulya ebilungi bituletela amanyi na na na na na n'amanyi agomubiri Ebyokulya ebirungi bituletera amaanyi n'amaany agomubiri. +UG052_LUG085 UG052 Enaku zino abantu abantu bangi bayigila kumukutu kumukutu ogwa internet Ennaku zino abantu abangi bayingira ku ku mukutu gwa yintaneti. +UG052_LUG086 UG052 Obuyonjo bwe bwe somero buyamba omwana okuba nobulamu obulungi Obuyonjo bwe ssomero buyamba omwana okuba nomulamu obulungi +UG052_LUG087 UG052 Amanyi g'omuntu gava mu kutegera nokutegera ebyamanyi agakyamu. Amaanyi go muntu gava mukutegeera nokwewala ebyamaanyI agakyamu. +UG052_LUG088 UG052 Abakyala bangi balina obuvunanyizibwa obunene mu mu mu maka gabwe Abakyala abangi balina obuvunanyizibwa obunene mu maka gaabwe. +UG052_LUG089 UG052 Emikolo egye njawulo gileta esanyu mu bantu n'okwegatta Emikolo gye gyenjawulo gireeta essanyu mu bantu no okwegata. +UG052_LUG090 UG052 Obulamu bwaffe buba bulungi bwe bwe bwetukwata ku mikwano gyaffe obulungi Obulamu bwaffe buba bulungi bwe tu bwo bwatukwaata ku mikwano gyaffe obulungin. +UG052_LUG091 UG052 Okutambula mu mu mu bifo ebilala ku ku kuyamba kuyamba omuntu okuyiga n'okukutegera obulala Okutambula mu bifo ebirala kuyamba omuntu okuyiga nokutegeera obulala +UG052_LUG093 UG052 Omusomesa asanyuse nyo omwana nga ayamba okuyiga obulungi Omusomesa asanyusa nnyo omwana nga amuyamba kukuyiga obulungi. +UG052_LUG094 UG052 Ente ente entekateka y'obulamu etuyamba okutuuka ku bigendererwa Ente enteekateeka yobulamu etuyamba oku. +UG052_LUG095 UG052 Okuba n'okwagala mu maka, kulina okuleeta Okuba nokwagala mu maka kulina okuleeta +UG052_LUG096 UG052 Okuyiga ebigambo ebyenjawulo kuyamba kuziyiza okukyamu Okuyiga ebigambo ebye njawulo kuyamba okuziyiza okukyaamu. +UG052_LUG097 UG052 Emikolo gye naku enene Emikolo gye nnaku ennene +UG052_LUG098 UG052 Okuvaayo mukusomesa kilina obuvunanyizibwa eli obusomesa buli lunaku Okuvayo mukusomesa kirina obuvunanyizibwa eri omusomerera buli lunaku +UG052_LUG099 UG052 Okutendereza Katonda kileeta obulamu obulamu obutalimu buvune Okutendereza Katonda kireeta obulamu obutaataliimu buvune. +UG052_LUG102 UG052 Okukola enyo kumilimu bilina bilina okuteka ebivaamu ebirungi Okukola ennyo kubirimu birina okuleeta ebivamu ebirungi. +UG052_LUG103 UG052 Okuffa kwa kwa kwa muganda waffe kwa kwa kwa kwa leeta obulumi obulumi nokufaayo Okufa kwa muganda waffe kwaleeta obulumi nokuffayo. +UG052_LUG104 UG052 Omwaana omwaana asaba okusanyuka nga ali wamu ne ne ne Omwana asaaba okusanyuka buli kaseera nga ali wamu ne. +UG052_LUG105 UG052 Okutambulira mu bibuga kuyamba okuwulira ebye njawulo Okutambulira mu bibuga birara kuyamba okubulirwa eby'enjawulo. +UG052_LUG106 UG052 Eki eki eki ekibina ekyabayizi kitera okuyiga n'okugabana obukuggu Eki eki ekibina kyabayizi kitera okuyiga nokugabana obukugu. +UG052_LUG107 UG052 Okukolera okolera awamu ku bulamu buno ku ku ku ku leeta obulungi obuyonjo. Okukolera awamu ku bulamubunno kuleeta obulungi obuyonjo. +UG052_LUG108 UG052 Enjuyi enjuyi eze eze eze njawulo eze gwanga ziyamba mu mu mu ku mu ku kola obulungi Enjuyi ezenjawulo zegwanga ziyamba mukukola obulungi. +UG052_LUG109 UG052 Okutegera o ebigambo ebye njawulo kuyamba mu bulamu bwo muntu Okutegeera ebigambo eby'enjawulo kuyamba mu bulamu bwomuntu. +UG052_LUG111 UG052 Omukyaala omuto ayagala nyo okuyigga eby'omutima mu somero Omukyala omuto ayagala nnyo okuyiga ebyomutima mu ssomero. +UG052_LUG112 UG052 Enkuba bwe bwe bwe yinyilira eyamba abalimi okufuna ebyokulya Enkuba bwe nyirira eyamba abalimi okufuna ebyokulya. +UG052_LUG113 UG052 Emirimu gyaffe gileeta ebivaamu ebilungi bwe tugikola bwe tugikola mumanyi Emirimu gyaffe gireeta ebivamu ebirungi bwetubikola mu maanyi. +UG052_LUG116 UG052 Obuvanyizibwa bwaffe bwona bulina okutwala Obuvunanyizibwa bwaffe bWonna bulina okutwala +UG052_LUG117 UG052 Omwana omwana bwakula mu mirembe afuna obulamu obulungi obulungi Omwana bwa bwangula mu mirembe affuna obulamu obullungi obutekedwa +UG052_LUG152 UG052 Abavubuka abavubuka mu mu mu Uganda balina okukola emilimu jabwe buli lunaku okugeza okulima Abavubuka mu Uganda basanyuka nnyo okukola emirimu gyaabwe buli lunakuokugeza okulima +UG052_LUG154 UG052 Abantu mu mu Uganda bakozesa obudde obungi okulima buli lunaku okugeza oku Abantu mu Uganda bakozesa obudde obungi okulima buli lunaku okugeza oku +UG052_LUG155 UG052 Abantu mu Uganda balina obuzibu mukwogela n'okusoma buli lunaku ela bino biyamba bino biyamba Abantu mu Uganda balina obuzibu mu kwogera nokusoma buli lunaku era bino biyamba okufuna +UG052_LUG156 UG052 Abantu mu Uganda bakozesa obudde obungi okugeza okulima ebyokulya Abantu mu Uganda bakozesa obudde obungi okulima ebyokulya buli lunaku era +UG052_LUG157 UG052 Abavubuka mu Uganda balina okukola emilimu jabwe buli lunaku okugeza okulima n'okutunda ebintu ebye Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza; okulima nokutunda ebintu bye. +UG052_LUG158 UG052 Abakyala mu Uganda bakozesa obudde obungi okukola ebye Abakyala mu Uganda bakozesa obudde obungi okukola emiri gye +UG052_LUG159 UG052 Abantu mu Uganda balina obuzibu mukwongela ku milimu jabwe buli lunaku ela bino byongela ku ngeli Abantu mu Uganda balina obuzibu mukwongera ku mirimu gyaabwe buli lunaku era bino byongerako engeri +UG052_LUG160 UG052 Abantu mu bife ebeyensike bali na kukola emirimu jabwe buli lunaku ee eee Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku diff --git a/predictions.tsv b/predictions.tsv new file mode 100644 index 0000000..ddc2f7a --- /dev/null +++ b/predictions.tsv @@ -0,0 +1,2041 @@ +audio_id speaker_id language reference prediction +UG001_LUG001 UG001 lug Abakyala bali mu kukola mirimu gyaabwe nga basitula emiti gya matooke , okukola ebibbo, babeerawo nga bakola emirimu mingi webityo okugeezako nga betongole. Abakyala bali mu kukola emirimu gyaabwe nga basitula amatooke okukole ebiibo babera awo n’gabakola ebirimu ebingi bwebityo okugezaako ng‚a betungule +UG001_LUG002 UG001 lug ebibala ebimyufu n’ebyeru binyumye nnyo wano okusinziira nga bwebibeera mu mikolo egya tradition n'emirala, binyumye nnyo mu bibala byabyo, wembilabaako, nzijukiira olunaku lwebampereza ekimuli. Ebibala ebimyufu nebyeru binyumye nnyo wano okusinziira nga bwe bibera mu mikolo egya tradition nemirala byonna bimyimye bulungi nti biri mubibale byabyo kati bwembirabako zijukira olunaku lwewampereza ekimuli +UG001_LUG003 UG001 lug Emikolo esimbyeewo tenti abantu balinze abantu bajje bayingiile omukolo, banyumyeemu, banyumiirwe balabe ku bagole nabalala, bazinjukiza nga ndi mu mbaga ya mukwano gwange, ka dikolasoni kali kalungi nnyo nga kano kendaba wano. Emikolo esimbye wo tenti, balinze abantu bajje bayingira omukolo, banyumirwe balabe ku bagole nabalala. Nga ndi mu mbaga ya mukwano gwange ka decoration kali kalungi nnyo nga kanakundaba wano +UG001_LUG004 UG001 lug Abayindi abayindi balina ebibbo balabika nga bali mu kuwaayo ebitambo mu malamizo gaabwe. Abayindi abayindii balina ebibbo balabika nga bali mu kwaayo ebitambo ku malamizo gaabwe. +UG001_LUG005 UG001 lug Endimiro ya ya majjani erimu omuntu nga agakima, ate n'ekirala mulimu n'obukubo emmotoka ze gayitamu nga bwolaba age Bushenyi bwegabeera. Ennimiro ya majjaani erimu omuntu nga agakima ate nekirala mulimubukubo bwe mwoloka bwesi baziyitamu naye woba age busenyi wegabeera +UG001_LUG006 UG001 lug Omusubuzi wo kuluguddo ali mukwokya akasooli, akasooli kanyuma nnyo akawungezi nga ogenda waka oyitilawo awo kati nga bwolaba we nali sityudenti nga bwolaba bwe nnali ndi student bwe nnali ndi muyizi ku makerere waliwo abakyala be nnali ndaba okumpi n'enguudo nga banoga kasooli, otukaako nogulawo akasooli ka lukumi nogenda nga omenyako. Omusubuzi bwe ku nguudo ali mu kwokya akasooli, akasooli kanyuma nnyo okawungeezi ng'ogenda awaka oyitirawo awo nokakola kati nga olaba bwenali studenti nti bwendala ndi muyizi ku makeere waliwo abakyala babera awokumpi ne ngundo nge banogwa kasoolI otukaako nogulira wo kasoli ka lukumi nogenda ngo omenyako +UG001_LUG007 UG001 lug Omukyala ali mu kutunda amanda ate amanda mangi amanda gakola emirimu mingi, okukuuma seminti nokugoba ebintu ebirimu obuwuka gayamba nnyo abakyala abatalina mijjulo okufumbira mu sigiri nebirala nga ebyo. Omukyala ali mu kutunda amanda ate manda mangi gakola emirimu emingi okufumba okukuuma cement nokugoba ebintu ebirimu obuwuka gayamba nnyo abakyala batayina bijjiro okunfumbira mu sigiri nebirala ng’ebyo. +UG001_LUG008 UG001 lug Abayindi bali ku kizimbe kyaabwe no nga basitudde ebibbo, omuyindi oli ayambadde ssaati ya white, ayina enviiri nga ngyeru akutte akadomola. Abayindi bali ku kizimbe cyaabwe nga basitudde ebyibo. Omuyindi oli ayambadde ssaati ya wayiti, alina envili nzijje zzeeru ngakutte akadoomola +UG001_LUG009 UG001 lug Abantu mu Uganda bali mu kujagujja nga bakwata bali mu kukima food, nga bonna kirabika waliwo omukolo nga bayitidde awo nga bali mu kulya Abantu mu Uganda bali mukujagajja nga bakwata balimukusima food nge bonna kirabika waliwo omukolo ngaba yitidde awo balikulya +UG001_LUG010 UG001 lug Eno town ye Uganda emmotoka ziri ku nguudo ne bodaboda ziriko abantu nga ziri busy, kirabika mulimu turafiki , kati turafiki ono mu Uganda ebeera ebeera kizibu kinene mu Uganda ova ku mulimu nga otuuka ewaka ekiro. Eno town ye Uganda, emmotoka ziri ku nguddo ne bodaboda ziriko abantu nga ziiri busy kirabika mulimu traffic kati traffic eno mu uganda ebeera kizibu kinene mu Uganda ova ku mulimo otuka ewaka ekiro +UG001_LUG011 UG001 lug Omusajja ali ku ggaali atunda amatooke n’omulala omusajja akutte ekikupu atambula mu mu byaalo by'ewaffe eyo mu Uganda mubeeramu abantu aba abatambuza amatooke ku mmoloka ku ggaali nga webityo. Omusajja ali ku ggaali atunda amatooke nomulala omusajza akute ekikopo atambula mu byaalo bye waffe eyo mu Uganda mubeeramu abantu abatambuza mattooke kumoloka, ku Ggali nga bwebityo. +UG001_LUG012 UG001 lug Mu Uganda mulimu ensolo , enjovu, zino enjovu ziri ziri mu kakuuni emu nga zeyagadde, ziri mu kulya ate ziri mu national park nga omusana weeguli nebinyansi webiri. Mu Uganda mulimu ensolo enjovu zino enjo vu ziri mu kakundi emu nga zeyagadde ngaziri mukulya ate zirimu national park nge omusana weguli nebinyansi webiri. +UG001_LUG013 UG001 lug Eno national park erimu ensolo zebayita giraffe, ensolo ze bayita giraffe zidduka nnyo, bwokalabira wali ne kadduka tosobola kukwata ate kalya ebibala olumu kabeera ebyokulya bya byensolo endala nga nga empologoma. Eno national park erimu ensolo zibayita giraffe nga ensoli eziduka nnyo wokalabira wali ne kadduka tesobola kakwata ate kali mu bibala kalye ebibala kabeera awo olumu kabera ebyokulya byensolo endala ng’empologoma +UG001_LUG014 UG001 lug Emmere eri kusiyaani nga erabika nga omuceere oba akawu eri ku mmeeza kino kirabika nga omuntu asavinze ataddewo emmere okulya. Emmere eri ku suyaani nga erabika ng’omuceere oba akawungu, erimu kumeeza era kyekitegeera kino kirabikirnga omuntu asavinze atadewo emmere okulya +UG001_LUG015 UG001 lug Turafiki nnyingi nnyo wano mu kampala olaba emmotoka ebinene,ebiloole, awa magaali,abamapiki bali ,mu kutambula ate enguudo nfuunda nnyo okusinziira nga bwendaba wano kino ekifananyi kiraga embeera ye Kampala nga bwebeera. Traffic nnyingi nryo wano mu Kampala, olaba emmotoka ebineene, ebi loole, awa ma gaaali, aba mapiki, abomotoka obutono bali mukutambula ate enguudo nfunda nyoo okusinziira nga bwendaba kino ekifananyirwa kiraga embeera ye kampala naye nge webera +UG001_LUG016 UG001 lug Edduuka ezitunda hardware ziriko kawuuba elangi n'amaduuka abantu batambula bali mu bizinensi. Edduuka ezitunda hardware ziriko kawuuba, erangi ne namadduko abantu batambula bali mu business +UG001_LUG017 UG001 lug Emmere emmere eno muceere, kabegi n'ebinyoobwa eri ku mmeeza ku ssowaani enjeru, eno emmere enyuma nnyo nga ovudde ku mulimu nga toyagala kuwaata matooke otekako, emmere eno enyuma nnyo nga bwokiwulira. Emmere eno, muceere, kabeggi n’ebinyobwa biri ku mmeeza ku ssowaani enyerlow ate enno emmere nyuma nnyo nga ovudde ku mulimu naye toyagala kuba amatooke otekako nawo emeere nanyuma wange bwokyubulira. +UG001_LUG018 UG001 lug Emmotoka eri ku nguudo egenda eri egenda eri ne boda egenda eno, waliwo amayumba agaliranye oluguudo nga galabika nga amayumba g'abantu. Emmotoka eri ku nguudo egenda eringa ebusa agendaeri ne boda agenda eno. Waliwo amayumba agaliranye oluguudo nga galabika ng’amayuuba g‚abantu +UG001_LUG019 UG001 lug Abantu batudde abalala bali mu kukola ku katale ka matooke, kirabika kindabikira nti kalinga aka restaurant, omuntu ali mukulya amatooke, ebijanjaalo mulimu essigiri abantu bali mukulya abalala batudde, amanda gali awo buli kimu kyonna kwegamba byonna bilinga Abantu batudde abalala bali mu kkola ku katale ka matooke kirabika kindabikira nti kalinga aka restaurant omuntu ali mu kulia amatooake, ebijanjalo mwalimu esigiri abamu bafumba abalal batude amanda ggali awo buli kimu kyonna kwegamba byonna biringa +UG001_LUG021 UG001 lug Ensiko, olutooke n'ensiko mulimu bya kinyansi bya langi ya kinyansi nga gali ganyililanye okugamba, galabika nga agatafibwako, tegalina ekiriisa. Ensiko olutooke nensiko mulimu bya kinyansi byalangi ya kiyasi nga ggali ganirinanye okugamba galabika ngagatafibwako tegalina ekiriisa +UG001_LUG022 UG001 lug Emmoloka ziri ku luguudo ne boda ziri ku luguudo zisitudde abantu kyezili olaba kumabbali go luguudo lwa entebbe nga lugenda kuba telulinawo jamu nnyingi kuba emmoloka zitambula, amaboda gatambula. Emmotoka ziri ku lugudo ne boda zuri kulugudo zitude abantu kye ziiri olaba mu mabbali w’enguuto luno oluguudo lulinga olwa entebbe nga lugenda kubanga tulindawojam nnyingi emmotooka zitambula amaboda gatambu +UG001_LUG023 UG001 lug Abakyala bali mu kutunda bali mu kugula amenvu, amatooke,enva , nnyaanya bali ku dduuka n'amatooke n'abantu bali mu kugula matooke n'okutwala ewaabwe babeeko kyebefumbirako. Abakyala bali mu kutunda,bali mukugula amenvu amatooke,enva ennyaanya.Bali ku dduuka na mattooke nabantu balimukuggula ebintu okutwala ewaabwe babe kibakukibefumbirako +UG001_LUG024 UG001 lug Ekifananyi kino kiraga etawuni ye kampala nga bakikubidde emabbali,etawuni y'ekampala erabika bweeti bulungi nga ogilabila nga oli waggulu ku kizimbe oba nga olabira ku kamera, mulimu amamoloka, mulimu Ekifananyi kino kiraga etawuni ye Kampala nga bakikubudde emabali etauni ya kampala erabika bweti bulungi ng’ogirabira gwa nge oliku mutwe ngo oli waggulu ku kizimbe oba oli wansi ngo labira ku kamera mulimu amamotoka +UG001_LUG025 UG001 lug Akatale akatale k'ebibala nenva nga waliwo watermelon n'ebifananyi yabyesimbyeeko, naye nemidaala gy'abantu emirala abali mu kutunda bali awo mu katale. Akatale akatale kebibala ne nenva nga waliwo watermelon ne bifananyi jabesimbyeko nemiddaala gya bantu abalala bali mu kutunda balyawo mu katale +UG001_LUG026 UG001 lug Abantu wano mu luguudo mu town bali bangi nga oyitila mu kikuubo nga olaba abantu bali bangi nnyo, mulimu obutale,kano akatale kalinga aka Nakasero market nga kali mu kutunda. Abantu wano mu lugudo mu town bali bangi, wandabikira nga ku kikkubo kyoba oyitila eyo nge olaba abantu balyangi nnyo mulimu akatale kano akasero market waliwo abanyu bangyi naye omulyango ali mu kutunda byayina +UG001_LUG027 UG001 lug Edduuka lya KFC gyebatera okugula enkoko gyebatera okugula mu Kampala waliyo emmotoka, emu ya double cabin endala ya kika ekya Subaru. Edduuka ya KFC mu Kampala gyebatera okugula enkoko gyabangi gebanyumirwa nnyo mu kampala waliwo emmotoka bbiri, emu ya double cabin endalya yakikati ekya subalu ne +UG001_LUG028 UG001 lug Ettundiro lya mafuuta liriko emmotoka, liriko abantu nabakozi abamu abatunda amafuta nabo kwebali awo, waliwo ekizimbe nga tekinaggwa waliwo n'oluguudo waliwo parking nga egenda mu luguudo kindabikira nga siteegi ye Masaka Nyondo. Etundiro lyamafuta liriko emmotoka lirimu abantu nabakozi bAbatunda amafuta nabo kwebalya wo waliwo ekizimbe nga tekennagwa noluguudo nge ggenda mu pakinga endala oluguuddo kyendabikira nti stage ye masaka nyondo +UG001_LUG029 UG001 lug Akatale ke batundiramu entebe, furniture, emiti, amatanka n'ennyumba lirimu wire nnyingi ez'amasanyalaze. Akatale ke batundiramu kebatundira mu entebe, furniture, emiti, amatanka ne nnyumba zirimu wiring za masanyalaze. +UG001_LUG030 UG001 lug emmere ya matooke ne cabbage, n'ennyama eri ku siyaani enjeru nga biri ku mmeza ennungi ennyo nekirala eno emmere gyetulidde leero. Emmere ya matooke ne cabbage nennyama eri ku siyaani enyeru nga biri mu mmeeza ennungi nnyo n’ekirala eno emmere gyetulidde leero. +UG001_LUG031 UG001 lug Breakfast kuliko caayi mukalu, amenvu na amajji, ne chapati nga biri ku mmezza ennungi nga bwetwalidde leero ku makya. Breakfast kuliko caayi mu kalu, amenvu n’amajje ne chapati beeyi ku siyaani ku mmeeza ennungi nga etwalidde leero ku makya. +UG001_LUG032 UG001 lug Abantu ne mmotoka bazitutte ku mafuta okufuna amafuta zeyongereyo okutambula,nga bwoba olaba omuntu nga atambula nga amafuta gamuweddeko ayitirawo eri ku petrol station nagulayo amafuta na continuinga nga bwolaba petrol station eya. Abantu ne mmotoka bazitudde ku mafuta okufuna amafuta zeyongera eyokutambula nga bwoba olaba omuntu atambuza amasuta agamuwedde ko ayitirawo eri ku petrol station nafunayo amavuta nag onar continuinga nabwobola aba petrolstation eya +UG001_LUG034 UG001 lug Amatooke gali ku moloka bagavuga bagatwaala mu bifo ebitalimu matooke ate gano amatooke gasimbye bulungi kwegamba tegononeka, amatooke gano ganyuma nnyo nga omazze gawata nogatwaala nogafumba. Amatooke ggali ku mmotoka bagavuga bagatwala mu bifo ebitalimu matoo ke ate gano ganno amattooke gasembye bulungi kwegamba nti tegononookaate amatooke ganyuma nnyo ng’omaze gagula nowata nogafumba nogakola nogateeka mudagala negabeerawo awo. +UG001_LUG035 UG001 lug Endabikira nga town nga e katanga kubanga awantu wonna wakyafu nnyo nabantu balabikanga abatunda simanyi oba abantu bali mu kutunda kati kasasiro ebeera awo nnyingi nnyo. Eno endabikira nga eka tanka kubanga awantu wonna wakyafu nnyo n’abantu bali mu balimu mukutunda simanyi obwa kirabika ng” abantu mulimukutinda kati kasasiro ebeera awo nyinji nyo. +UG001_LUG036 UG001 lug Tuli ku nnyanja mulimu ebikyafu bingi, amaato galilanye ku waggulu w'ennyanja waliwo ebinyansi ebyakiragala Tuli ku nnyanja mulimu ebikyafu bingi amato galingaane ku waggulu we Nyanja waliwo ebinyaansi ebyakiragala. +UG001_LUG037 UG001 lug Emmere gy'osobola okulya nogamba ndidde emmere kubanga ekiri wano kino sikilabanga ekyenyanja ne green ekozze dikoresoni, binzijukiza olunaku lwe nagenda ne mukwano gwange okwewamu nokwesanyusa twalya ekyennyanja nekitulemerako. Eno emmere gyosobola okulya nogamba ndidde mmere kubanga ekirwano kino sikirabanga ekyennyanja ne green, byonna birungi bikoze nga decoration binzijukiza olunaku lwe nagenda ne mukwono gwange okwewaamu ngas tulya ngatunyumira twali ekenyenja nakituremerako +UG001_LUG038 UG001 lug Abakyala ab'omu Uganda mu karamoja bambala bwebati okulaga culture yaabwe nga bali ku buyumba bwaabwe obwekika, batudde awo mu mbuga, bali bapozinze okufuna ekifananyi nga bwoba olaba abantu ababera eyo mu kibuga nga bwebakola. obeera awo n’olaba abantu nga batudde Abakyala abomu Uganda mu Karamoja bambala webati okulaga culture yaabwe nga bali ku buyumba bwaab we obw’ekika batudde awo mu mbuga balibapozize okufuna ekifananyi naye woba olaba abantu ababeera eyo mu bibuga nage bakola obeerawo nolaba abaana ngabatude +UG001_LUG039 UG001 lug Abasajja abe Karamoja nga bambadde balinga abagenda ku mukolo, bali mu famu zaabwe, bonna balina obugatto obufanagana obw'ekika kya ba karamoja, enyambala gyebambaddemu y'aba na karamoja yenyini nyini. Abasajja abe karamoja nga bambadde balinga bagenda ku mukolo bali mu farm zaabwe wano bayina obugaato obufanagana bekomyeewo bayita obugatto obfanaganya obwekika eya ba karimoja enyamba jibambadeemu yaba nekaramojja benyininyini +UG001_LUG040 UG001 lug Abakyala batunda engoye mu katale n'abamu bali mu kugula engoye mu katale akalilanye ebizimbe ebinene ate abantu tebalina wakuyitila kubanga ebintu bingi, akatale kalabika kubeera busy nnyo. Abakyala batunda engoye mu katale nabamu bali mukugula ngoy omukatale akanyiranye ebizimbe ebinene ate abantu tebalina nebakuyitira kubanga e bintu bingi akatare kalabika kabeera busy ennyo +UG001_LUG041 UG001 lug Endimiro y'amajjaani mu Uganda mulimu abakyala n'abaami bali mu kuluma abamu bali mu kuirrigatinga bali kuyiwamu amazzi, eno endimilo mulimu omuwogo, mulimu na ne lumonde. Ennimiro ya majani mu Uganda mulimu abakyala nabami bali mukuluma abamu balI mu kuyigatinga balMu ku yibamU amazzi guno omusiri eno endomero mulimo muwogo mulimi ne noyini mundi. +UG001_LUG042 UG001 lug Akatale k'ebibala omuli ennyaanya, amenvu, ebikajjo, n'abakyala bali mu kutambula mulimu entebe,abamu bali mu kutunda abalala bali ku midaala gyaabwe nga batunda ebibala byaabwe. Akatale ke bibala omuli ennyaanya, amenvu ebikajjo nabakyala bali mu kutambula mulimu entebe abamu baliu ku tunda abalala batudde ku midaala gyaabwe ngabatunda ebiibala byaab we +UG001_LUG043 UG001 lug Akatale k'ebibala mulimu ennyaanya mulimu e kasooli ne kaloti, na n'emiddaala , abakyala n'abaami abamu balinga abasubuuzi bali mu kutunda ebyabwe. Akatale kebibala mulimu ennyaanya,mulimun kasooli ne carrot namiddaala abakyala nabami oba balinga basubuzi bali mu kutunda ebyo byaabwe. +UG001_LUG044 UG001 lug Amenvu bagafumbye bulungi nebatekaamu suppu,nebateekako n'enva endugavu nga kuliko elyenvu eriyengedde nnyo mulimu nebijiiko. Amenvu bagafumbye bulungi nebateekamu ssipu bateeka ko nenva endogavu biri ku mmeeza mulimu eryenvu eri yingedde nnyo mulimo ne bijjiiko +UG001_LUG045 UG001 lug Emmotoka esitudde watermelon muliko n'embaawo nga zilinga ezisanikidde, muliko omuwala atudde waggulu awo ali mu kulaba omwana atunda watermelon ku mmotoka ya pickup ezedda eri kumpi awo nekizimbe ekiringa oluguudo. Emmotoka ezitudde watermelon muliko ne mbaawo ziringa ezi sanikidde muliku omuwala atudde waggulu awo ali mu kulaba omwami ali mukutunda watermelon ku mmotooka ye pikapu eva edda eri kumpaawO nekizimbe ekiringwa oluguudo +UG001_LUG046 UG001 lug Omulimi afanagana n'omuyimbi bano ab'eyuganda nga bwebafanagaana alina ekibbo ku mugongo gwe ate ali mu ku kukongola majjaani mu musiri bwegaba gakuzze bwebatyo webakola. Omulimi omulumi afanagana nomuyimbi abaana be Uganda nga bwebafananganga ali nekibo kumugongo gwe ate alimukusu Alimuku kwobola amajaani mu musiri wegaba gakuzze webakebwa akola +UG001_LUG047 UG001 lug Ekifananyi ekibakubidde ewala kirabika bulungi oyinza okugamba, oyinza kulowooza eno town ya New York kumbe eno town ya Uganda abantu gyetusinziira, mu makati awo waliwo ekisaawe ky'omupiira nga bwolaba Nakivubo awo nga wewali wali mu makkati ge town. Ekifananyi ekibakubidde ewala kirabika bulungi oyinza okulowooza eno etawuni ya New York kumbe erya Uganda abantu jetusinziira mu makati awo waliwo esawa ekyomupiira ekiringa ennachivuvu nga bwewali walaba ennakivvulu aw o naye nyina wa makatti ge ttawuni +UG001_LUG048 UG001 lug Abakyala bali ku serefi bali mu kumwenyerera balina ebibala balina muwogo, abakyala basubuuzi, nga bw'omanyi abakyala abasubuuzi bakola buli kimu kyonna okulaba nga bakuliyetinze ebibasanyussa nga selefi, nga okusanyuka, olugambo, byonna bwe bityo. Abakyala abali ku self bali mukumwenyereera balina ebibala balita muwogo abakyalabasubuzi nga bwomanyi abakyalo abasumbuzi bakola buli kimukyoona okulaba bakriyetinze ebybasanyusa ngo a-self nge kusanyuka olugambo lyonna lwebitye +UG001_LUG049 UG001 lug Omukyala ali mu kutunda enva ku ono omwami alinga amugamba twalirako mukyala wo zino enva n'ennyaanya nebilala nga omusajja alaba omukyala nga ali mu kumwenyerera, kiyinza okulabika nga ekintu ekibeera nnyo mu Uganda. Omukyala ali mu kutunda enva ono omwami ali nga amugamba twaliirako omukyalo zino envva ezennyaanya ne birala, omusajja alaba omutyala wenali mukumwenyerera kiyinza kulabika nge ekintu ekibeera nyoo mu Uganda +UG001_LUG050 UG001 lug Omukyala y'omu ali yekka nga atunda enva, ennyaanya ne doodo eziri ku masefuliya, ku mmeeza nga ali musanyufu ng'alaba ssente zijja essaawa yonna. Omukyala yomu ali yeka nga atunda enva, nyaanya ne doodo, zirekisi ku masafuriya ku meza naye ali musanyufu alaba ssente zijje ssaawa yonna +UG001_LUG052 UG001 lug Endimilo endimilo ye muwogo mulimu abalimi bali mu kulaba mu kulima enimiro yaabwe bakole byebagala. Ennimiro ennimira ye muwogo mulimu abalimi bali mukulaba balimukulumia ennima yaabwe bakolebwa byebagala. +UG001_LUG053 UG001 lug Abakyala mu Uganda bwe babeera mu butale baba batunda ebintu byaabwe ebibabisawo ng'enyaaya ne carrot nga balinze abasubuzi abajja nebabawamu ssente nebabawa byebatunda nga ki, nga cabbage nga ennyaanya nebirala. Abakyala mu Uganda webaberera mubutale baba batunda ebintu byaabwe ebyo babiyisawo nga ennyaanya ne karoti naye balinze abasubuzi abajja newamanyi ssente byebabatunda ngaki cabbage, nge n'ennyaaya nebirala +UG001_LUG054 UG001 lug Eboda boda nga eriko omusajja ajivuga eriranye gye batundira ebintu bya pulasitiika,tugeze nga amataanka, mulimu nebitanda eri waggulu waliwo emmotoka nga zipakinze. Eboda boda nga eriko omusajja ajivuga eri nyina linyanye gye batundira ebintu bya pulasitika tugenze nge amatanka mulimu ne bitanda eryewagulu waliwo emmotoka nganzi pakinze +UG001_LUG064 UG001 lug Ekikopo kiri ku mmeeza eno Ekikopo kiri ku mmeeza eno. +UG001_LUG065 UG001 lug tudeyo ewaka nga bukya Tudeyo ewaka nga bukya +UG001_LUG066 UG001 lug Tugende ewa musawo ku makya Tugenda ewa musawo ku makya +UG001_LUG072 UG001 lug Tukolera wamu okuviira ddala kuntandikwa Tukolera wamu okuziyira ddala kuntandikwa +UG001_LUG075 UG001 lug Ensimbi ziri mu suuti ya taata Ensimbi ziri musuuti ya taata. +UG001_LUG078 UG001 lug Ekifananyi kino kizizamu essanyu. Ekifananyi kino ki nzizaamu essanyu +UG001_LUG079 UG001 lug Okutambula kinyumira mu kiro Okutambula kinyumira mu kiro +UG001_LUG080 UG001 lug mpereza ekiwandiko ku terefoni Mpereza ekiwandiko ku terefooni +UG001_LUG081 UG001 lug Funa ekitabo mu kabaati akatono. Funa ekitabo mukabaati akatono +UG001_LUG082 UG001 lug Emmere eri ku saawa ya taffiri Emmere eri kusawa ya tafiiri +UG001_LUG096 UG001 lug Ebuggumu lya leero linyogovu nnyo Ebugumu lya leero linyogovu nnyo +UG001_LUG100 UG001 lug Nzize okufuna obubaka bwo. Nzize okufuna obubaka bwo. +UG001_LUG101 UG001 lug Ennyumba eno erimu abatabuze abasatu ennyumba eno erimu abatawuzi abasatu. +UG001_LUG103 UG001 lug Twagala okuyiga ennimi endala. Twagala okuyiga enimi endala +UG001_LUG104 UG001 lug Tusaba amagezi okuva gyooli. Tusaba amagezi okuva gyooli. +UG001_LUG105 UG001 lug Ndi ne nyabo ku kyalo Ndi ne nyabo ku kyalo. +UG001_LUG111 UG001 lug Ekifo kino kinyumidde nnyo Ekifo kino ki nyumidde nnyo. +UG001_LUG115 UG001 lug Kati tutegeke entuula yaffe. Kati tutegeke entuula yaffe. +UG001_LUG118 UG001 lug Abayizi bali mu kisomero kati Abayizi bali mu kisulo balimu ku ssomero kati. +UG001_LUG119 UG001 lug Mpa ssente zino nzireete ewaka Mpa ssente zino nzireete ewaka. +UG001_LUG120 UG001 lug Omukazi oyo atambula n'eddoboozi eddene Omukazi oyo atambula n'eddoboozi eddene. +UG001_LUG121 UG001 lug Ebirungi bizze mu bwangu nnyo Ebirungi bizze mu bwangu nnyo. +UG001_LUG127 UG001 lug Obulumi buli mu bulago bwange Obulumi obulumu bulimubulago bwange. +UG001_LUG133 UG001 lug Tugenda ewa jjajja ku nkomerero. Tugenda ewa jjajja ku nkomerero +UG001_LUG138 UG001 lug Tugenda mu luwumula lwa ssomero Tugenda mu luwumula lwa ssomero. +UG001_LUG141 UG001 lug Okusaba kusobola kusobola okukola enkyukakyuka Okusaba kusobola okukola enkyukakyuka +UG001_LUG144 UG001 lug Funa emikono gyo gyendabeko Funa emikono gyo gyendabeko. +UG001_LUG271 UG001 lug Nze nkimanyi nti obulamu bwonna busobola okukyuka mu kaseera katono Nze nkimanyi nti obulamu bwonna busobola okukyuka mu kaseera katono. +UG001_LUG272 UG001 lug Eddagala erisinga obulungi si lya kusaba naye lya kwetega n'ensonga ezamaanyi Eddagala erisinga obulungi siryakusaba naye lya kwetega ne n’ensonga ezamaanyi. +UG001_LUG273 UG001 lug Enkuba bweyongera okunyirira abantu bangi bayimirira mu nkuba nga bagenda ku mirimu. Enkuba weyongera okunyirira abantu abangi bayimirira mu nkubo nga bagenda ku mirimu. +UG001_LUG332 UG001 lug Abantu mu bifo ebyensiike bakozesa obudde obungi okulima ebyokulya nga emmere era kino kiba kye bintu byaabwe eby'ensonga Abantu mu bifo ebyensiike bakozesa obudde bungi okulima ebwokulya ng’emmere era kino kiba kye bintu byaabwe ebye nsonga +UG001_LUG335 UG001 lug Abantu mu Uganda balina obuzibu mu kwongera ku mirimu Gye buli lunaku okufuna obuyiiya obulongoofu Abantu mu Uganda balina obuzibu mu kwongera ku mirimu gye buli lunaku okufuna obuyiiya obulongoofu +UG001_LUG336 UG001 lug Mu bifo ebyensiike abakulima balina okusaba obuyambi ku bantu abalala okukola emirimu gyaabwe buli lunaku. mu bifo ebyensiike abakulima balina okusaba obuyambi ku bantu abalala okukola emirimu gyaabwe buli lunaku +UG001_LUG340 UG001 lug Abakyala mu Uganda bakozesa obudde obungi okulima nokutunda ku mikutu gyebyensuulu buli lunaku Abakyala mu Uganda bakozesa obudde obungi okulima nokutunda ku mikutu gyebyesubulu buli lunaku +UG001_LUG341 UG001 lug Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era bino bibayamba okufuna obuyiiya. Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era jino bibayamba okufuna obuyiiya +UG001_LUG347 UG001 lug Abantu mu Uganda bakozesa obudde obungi okulima ebyokulya buli lunaku era kino kyongera ku byokulya mu maka gaffe Abantu mu Uganda bakozesa obudde obungi okulima ebyokulya buli lunaku era kino kyongera ku by’okula mu maka gaffe +UG001_LUG348 UG001 lug Abavubuka mu Uganda balina emirimu gyaabwe buli lunaku okugeza okulima n'okutunda ebintu ebyensiko. Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza; okulima nokutunda ebintu byaabWe +UG001_LUG350 UG001 lug Abantu mu Uganda balina obuzibu mu kwongera ku mirimu gyaabwe buli lunaku era bino byongera ku ngeri yokufuna obuyiiya Abantu mu Uganda balina obuzibu bwo kwongera ku mirimu gyaabwe buli lunaku era jireta kubyokufuna ebyo +UG001_LUG351 UG001 lug Abantu mu bifo ebyensiinke balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka. Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka +UG001_LUG359 UG001 lug Abantu mu Uganda balina obuzibu mu kwongera ku mirimu gyaabwe buli lunaku era kino byeyongera ku ngeri y'okufuna obuyiiya Abantu mu Uganda balina obuzibu bwo kwongera ku mirimu gyaabwe buli lunaku era kino kyongerako ku byokufuna obuyiiya +UG001_LUG365 UG001 lug Abaana bangi mu bitundu ebyensiike bagenda ku ssomero nga batambula ku bigere buli lunaku. Abaana abangi mu bitundu ebyensiike bagenda ku ssomero nga batambula buli lunaku +UG001_LUG375 UG001 lug Abantu mu Uganda basanyuka nnyo ku mikolo n'ebivulu Abantu mu Uganda basanyuka nnyo ku mikolo ne bivulu buli lunaku +UG001_LUG377 UG001 lug Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu ebyo mu maka. Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunakuokugeza okutunda ebyokulya n'ebintu byo mu maka +UG001_LUG378 UG001 lug Abantu mu Uganda balina obuzibu mu kwogera nokusoma buli lunaku Abantu mu Uganda balina obuzibu mu kwongera nokusoma buli lunaku +UG001_LUG379 UG001 lug Abantu mu Uganda bakozesa obudde obungi okulima buli lunaku okugeza okuzimba eby'obulimi. Abantu mu Uganda bakozesa obudde bungi okulima buli lunaku okugeza okuzimba ebyobulimi +UG001_LUG381 UG001 lug Abakyala mu Uganda bakozesa obudde obungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya. Abakyala mu Uganda bakozesa obudde obungi okukola emirimu gyaabwe buli lunaku okugeza; okutunda ebyokulya +UG001_LUG383 UG001 lug Abantu mu bifo ebyensiinke balina okukola emirimu gyaabwe era bino byongera ku by'okulya mu maka Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era lino lyoyongera ku byokulya mu maka +UG001_LUG391 UG001 lug Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu ebyo mu maka. Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza ebyokulya n'ebintu byo mu maka +UG014_LUG001 UG014 lug Abakyala nga bakozesa amatooke okukola omuguwa Abakyala nga bakozesa amatooke okukola omugwa +UG014_LUG002 UG014 lug Ebimuli ziri mwenda biri mu nnyumba Ebimuli ziri mu mwenda biri mu nnyumba +UG014_LUG003 UG014 lug Embaga kiri mu kyalo nga nga abantu abantu nga bayimiridde Embaga kiri mu kyalo nga abantu abantuga bayimiridde +UG014_LUG004 UG014 lug Abantu bangi nga bayimiridde mu kkubo Abantu abangi nga bayimiridde mu kkubo +UG014_LUG005 UG014 lug Omukyala ku nnimiro y'emboga Omukyala ku ku kunimiro ye mboga +UG014_LUG006 UG014 lug Akasooli akasooli ewooma nga evudde ku muliro Akasoli akasoli ewooma nga evudde ku muliro +UG014_LUG007 UG014 lug Abatunda amanda bazitunda ku bbeeyi layisi nga wa lukumi Abantunda amanda bazitunda ku bbeeyi layisi nga wa lukumi +UG014_LUG008 UG014 lug Abantu bangi bayimiridde maaso ge kizimba waliwo Abantu abangi bayimiride mu maaso ge kizimba waliwo +UG014_LUG009 UG014 lug Essawa yokulya kyenkya waliwo omugaati nomu Essaawa yokulya kyenkya waliwo omugaati +UG014_LUG010 UG014 lug Waliwo emmotoka ne ppikipiki. nazze ku ppikipiki nga zijja wano Waliwo emmotoka ne ppikipiki naze ku pppikimpiki ngazijja wano +UG014_LUG011 UG014 lug Okutunda amatooke mu kkubo nga bagisibye ku ggaali. Okutunda amatooke mu kkubo nga bagisibye ku ggaali +UG014_LUG012 UG014 lug Enjovu mukaaga ziri ku Enjovu mukaaga ziri ku UG image zero thirteen +UG014_LUG013 UG014 lug Entuga ssatu ziyimiridde Entuga ssatu ziyimiridde +UG014_LUG014 UG014 lug Obuuji ewooma n'omugaati weba enjala ekuluma Obujji ewooma nomugaati bwebenjala ekulumi +UG014_LUG015 UG014 lug Abantu abantu bayimirride mu bayimiridde mu jam Abantu abantu bayimiridde mu mu bayimiriire mu jam +UG014_LUG016 UG014 lug Edduuka eritunda ebintu byokuzimba omusajja atudde ku piki nga ali ku ssimu Edduuka eritunda ebintu byokuzimba, omusajja atudde ku piki nga ali kussimu +UG014_LUG017 UG014 lug Omuceere ewooma nga oji Omuceere ewuuma nga ojji +UG014_LUG018 UG014 lug Okuzimba ekanisa nga eyaffe ya Zzana Okuzimba ekanisa nga eyaffe yazana +UG014_LUG019 UG014 lug Edduuka ye webajisika chapati nyumirwa kulya chapati Edduuka lye bwebajisika chapati nnyumirwa kulya chapatis +UG014_LUG020 UG014 lug Edduuka kwebagitunda engatto Edduuka webajitunda engatto +UG014_LUG022 UG014 lug Omuvuzi wa piki atwala eki ebikajjo mu katale Omuvuzi wapiki atwala ebikajjo mu katale +UG014_LUG023 UG014 lug Abakazi basatu nga bagula ebi Abakazi basatu nga bagula ebi +UG014_LUG024 UG014 lug Enguudo kifanana bypass ku tubise Enguudo kifanana by-pass tuyise +UG014_LUG025 UG014 lug Omusajja atunda watermelon ku kkubo Omusajja atunda watermelon ku kkubo +UG014_LUG026 UG014 lug Akatale ya Kalerwe akapande w'okulembeze w'eggwanga Akatale yakalere akapande wokulembeze ewegwanga +UG014_LUG027 UG014 lug Ekifo webatunda chips n'enkoko mu Bulenga Ekifo kwe batunda chips n'enkoko mu bulenga +UG014_LUG028 UG014 lug Mu lugendo nga tujja wano twanywedde amafuta ku Shell. Mu lugendo lwe tuggyewano tuwanywedde amafuta ku shell +UG014_LUG029 UG014 lug Omusajja atunda obuliri Omusajja atunda obulere +UG014_LUG030 UG014 lug emmere ya matooke n'ennnyama Emmere ya matooke nennyama +UG014_LUG031 UG014 lug Emmere nga waliwo chapati, caayi n'amajji ewooma Emmere nga waliwo chapati, caayi namaggi ewoooma +UG014_LUG032 UG014 lug Emmotoka enywa mafuta amafuta eyamba emmotoka okutambula Emmotoka ennywa mafuta amafuta eyamba emmotoka okutambula +UG014_LUG033 UG014 lug Enkoko nga bagisiika ku muliro tugirya Enkoko nga bagisiika ku muliro tujirya +UG014_LUG034 UG014 lug Emmotoka evudde ku nnimiro, etwala matooke mu katale Emmotoka evudde ku nnimiro etwala mumatooke mu katale +UG014_LUG035 UG014 lug Ekifo kidugala nnyo naye abantu bali kutunda ebyokulya Ekifo kino kyettanamu ebivulu bwe bisanga nga biri mu bibuga naye kirabika oba abantu bali ku kutunda ebyokulya +UG014_LUG036 UG014 lug Abantu bali kumpi nennyanja nga bayooza engoye zaabwe mu bucket bali bangi Abantu bali kumpi ne nnyanja nga bayooza engoye ezaabwe mu bucket balibangi +UG014_LUG037 UG014 lug ebyennyanja ebisike ampomera nnyo ngandidde Ebyennyanja ebisiike ampomera nnyo nga ndidde +UG014_LUG038 UG014 lug Abantu bataano nga batudde Abantu bataano nga batudde +UG014_LUG039 UG014 lug Abantu bangi nga bayimiridde waliwo abasajja n'abakazi n’abaana bo abantu bafanana Abantu abangi nga bayimirire waliwo abasajja nabakazi na baana bo abantu bafanana +UG014_LUG040 UG014 lug Engoye eza bbeeyi layisi Engoye eza bbeeyi layisi +UG014_LUG041 UG014 lug Abantu mukaaga balima mu nimiro wa muwogo nga bakolera wamu Abantu mukaaga balima mu nnimiro ya muwogo ngabakolera wamu +UG014_LUG042 UG014 lug Tebantunda ebintu ebyokulya nga nnyaanya omutungulu n'amatooke Gyebatunda ebintu byokulya nga nyaanya, omutungulu na mattooke +UG014_LUG043 UG014 lug Akawungezi nga musana zikirira mu nnyanja Akawungezi nga musana zikirira mu nnyanja +UG014_LUG044 UG014 lug Enva enva y'amatooke za bazungu Enva enva ya matooke zabazungu +UG014_LUG045 UG014 lug Omusajja atunda watermelon ku mmotoka ye. Omusajja atunda watermelon ku mmotoka ye +UG014_LUG046 UG014 lug Omurasta ali mu nnimiro ali musanyufu nnyo Omu raster ali mu nnimiro ali musanyufu nnyo +UG014_LUG047 UG014 lug Omusajja ali kola olujji Omusajja ali ku kola olujji +UG014_LUG048 UG014 lug Ekibuga ennene nga abantu banyumirwa kukyakala mu kifo ng'eno Ekibuga ennene nga abantu banyumirwa kukyakala mu kifo keeno +UG014_LUG049 UG014 lug Abakazi babiri batunula mu ssimu basanyufu nnyo Abakazi babiri batunda mu ssimu basanyufu nnyo +UG014_LUG050 UG014 lug Omukazi ali kutunda Omukazi ali Ali kutunda +UG014_LUG051 UG014 lug Omukyala ali katale atunda nnyaanya, nnyaanya zino ziba nkumi bbiri Omukyala ali ku katale atunda nnyaanya zino ziba enkumi bbiri +UG014_LUG052 UG014 lug Edduuka nnene kye webatunda engoye Edduuka nnene gye webatunda engoye +UG014_LUG053 UG014 lug Omukyala mukulu ali tunda nnynanya Omukyala omukulu alitunda nnyaanya +UG014_LUG054 UG014 lug Ayita gyebatunda Ayita gye batunda engo ngo enge +UG014_LUG055 UG014 lug Basiika chapati n'amagi Mpa sika chapati na amaggi +UG014_LUG056 UG014 lug Tugula emmere eza nkoko nnaku zzino bajiseera nnyo Tugula emmere eza nkoko, na ku ziino bagiseera nnyo +UG014_LUG057 UG014 lug Amatanu tubikozesa okuzimba Amatannu tubikozesa okuzimba +UG014_LUG058 UG014 lug Abakazi za bantu engoye bajitadde wabweru Amaka zabantu engoye bajitadde wabweru +UG014_LUG059 UG014 lug Amaduuka owamafaliso nebaka Amadduuka owa mafaliso ne baka +UG014_LUG060 UG014 lug Enkoko nga bazitunda mu kkubo tutera kugula enkoko zino Enkoko nga bazitunda mu kkubo tutera okugula enkuko zino +UG014_LUG061 UG014 lug Epipa bazitekamu amazzi Epiipa mbaziteekamu amazzi +UG014_LUG062 UG014 lug Sinagenda mu eddwaliro nga sirwadde Sinagenda mu eddwaliro nga sirwade lwa +UG014_LUG063 UG014 lug Akatale gyebatunda a matooke abantu banyumirwa nnyo okulya amatooke Akatale gye batunda amatooke abantu banyumirwa nnyo okulya amtooke +UG014_LUG064 UG014 lug Abasajja ababiri bali mu kukola Abasajja ababbiri balimukola +UG014_LUG065 UG014 lug Ngenda kugula entebe empya ne buliri Ngenda kugula entebe empya ne buliri +UG014_LUG066 UG014 lug Abaana nga bavudde ku ssomero nga bagenda waka omu kawungeezi Abaana nga bavudde ku ssomero naye bagenda waka omukawungezi +UG014_LUG071 UG014 lug nze nkimanyi nti obulamu bwonna busobola okukyuka mu kaseera katono Nze nkimanyi nti obulamu bwonna busobola okukyuka mu kaseera katono +UG014_LUG072 UG014 lug Eddagala erisinga obulungi sirya kusaba naye lwa kwekata ensonga eza maanyi Eddagala erisinga obulungi siryakusaba naye lwakwekata ensonga ezamaanyi +UG014_LUG073 UG014 lug Okunyirira abantu bangi bayimirira mu nkuba nga bagenda Okunyirira abantu abangi bayimirira mu nkuba ngabagenda +UG014_LUG074 UG014 lug Omukwano gwe kukwata ku bantu betulaba bu lunaku guleeta essanyu lingi Omukwano gwe kukwaata ku bantu be tulaba buli lunaku guleeta essanyu lingi +UG014_LUG075 UG014 lug Okuvuganya n'okuwangula sibikwata ku mikisa wabula Okuvuganya nokuwangula sibikwata ku mikisa wabula ku +UG014_LUG076 UG014 lug Abazadde baffe begomba ennyo okulaba nga tulina obulamu Abazadde baffe begomba ennyo okulaba nga tulina obulamu +UG014_LUG077 UG014 lug Buli lunaku tulina okulwana okukola obulungi n'okuwangula Buli lunaku tulina okulwana okukola obulungi noku n’okuwangula +UG014_LUG078 UG014 lug Kulembera emirimu gyonna gy'etukola buli Kulembera emirimu gyonna gyetukola buli +UG014_LUG079 UG014 lug Yayaniriza omukwano gwe essanyu ely'amaanyi ennyo Yayaniriza omukwano gwe essanyu eri amaanyiennyo +UG014_LUG080 UG014 lug Abantu abali ku kibuga byeyongera buli mwaka kivamu enkuba n'obukenke Abantu abali ku kibuga bye yongera buli mwaka kiva mu nkuba nobunkenke +UG014_LUG081 UG014 lug Enjogera y'amaanyi etuyamba okufuna ebyo byetuba tulindirira Enjogera yamaanyi etuyamba okufuna ebyo byetuba tulindirira +UG014_LUG082 UG014 lug Okwewala ebizibu kyetaaga obulamu obutekeddwamu obulungi Okwewala ebizibu kyetaaga obulamu obutekedwaamU obutegekedwamubulungi +UG014_LUG083 UG014 lug Omwana muto ayagala okuyiga okusoma n'okuwandiika obulungi. Omwana muto ayagala okuyiga okusoma nokuwandiika obulungi +UG014_LUG084 UG014 lug Ebyotulya ebirungi bituletera amaanyi n'amaanyi g'omubiri Ebyo ebirungi bituletera amaanyi namanygi gomubiri +UG014_LUG085 UG014 lug Ennaku zino abantu bangi bayingirira ku mukutu gwa internet. Ennaku zino abantu abangi bayingirira ku ku mukutu gwa internet +UG014_LUG086 UG014 lug Obuyonjo bwe ssomera buyamba omwana okuba n'obulamu obulungi Obuyonjo bwesomera buyamba omwana okuba nobulamu obulungi +UG014_LUG087 UG014 lug Amaanyi g'omuntu gava mu kutegeera Amaanyi go muntu gava mu kutegeera +UG014_LUG088 UG014 lug Abakyala bangi balina obuvu Abakyala abangi balina obuvunanyizibwa +UG014_LUG089 UG014 lug Emikolo gy’enjawulo gireeta essanyu Emikolo emikulu gye gyenjawulo jireeta essanyu mu +UG014_LUG090 UG014 lug Obulamu bwaffe buba bulunji bwe tukwata ku mikwano gyaffe obulungi Obulamu bwaffe buba bulungi bwe tukwaata ku mikwano gyffe obulungI +UG014_LUG091 UG014 lug Okutambula mu bifo ebirala kuyamba omuntu kuyiga n'okutegera Okutambula mu bifo ebirala kuyamba omuntu okuyiga nokutegeera +UG014_LUG092 UG014 lug Ebyefaayo by'eggwanga bituyamba okumanya ensibuko yaffe ebyafaayo by'eggwanga bituyamba okumanya ensi ensibuko yaffe +UG014_LUG093 UG014 lug Omusomesa asanyusa nnyo omwana nga amuyamba kuyiga obulungi Omusomesa asanyusa nnyo omwana nga amuyamba ku kuyiga obulungi +UG014_LUG094 UG014 lug Enteekateeka y'obulamu etuyamba okutuuka ku bi Enteekateeka yo bulamu etuyamba okutuka ku +UG014_LUG095 UG014 lug Okuba n'okwagala mu maka tulina okuleeta essanyu mu buli muntu Okuba nokwagala mu maka tulina okuleeta essanyu mubuli muntu +UG014_LUG096 UG014 lug Okuyiga ebigambo ebyenjawulo kuyamba Okuyiga ebigambo eby'enjawulo kuyamba +UG014_LUG097 UG014 lug Emikolo gyennaku ennene gireeta abantu okuva ebitundu eby'enjawulo Emikolo gyennaku ennene jireta abantu okuva ebitundu eby'enjawulo +UG014_LUG098 UG014 lug Obunayizibwa eri omusomesa buli lunaku Obu obunanyizibwa eri omu omusomesa buli lunaku +UG014_LUG099 UG014 lug Okutendereza okutendereza katonda kileta Okutendereza okutembereza katonda kireeta +UG014_LUG101 UG014 lug Obulamu bw'omuntu bulina okusirikirira Obulamu bwomuntu bulina okusirikirira +UG014_LUG102 UG014 lug Okukola ennyo ku birimu birina okuleeta ebivamu ebirungi Okukola ennyo ku birimu birina okuleeta ebivaamu ebirungi +UG014_LUG103 UG014 lug Okufa kwa muganda waffe kwaleeta obulumi n'okufaayo Okufa kwa muganda waffe kwaleeta obulumi nokufayo +UG014_LUG104 UG014 lug Omwana asaba okusanyuka buli kaseera nga ali wamu ne bazadde ze Omwana asaaba okusanyuka buli kaseera nga ali wamu ne bazadde +UG014_LUG105 UG014 lug Okutambulira mu bibuga birala kuyamba ku kumbulira Okutambulira mu bibuga birara kuyamba mukubulirwa +UG014_LUG106 UG014 lug Ekibiina kya'bayizi kitera okuyiga nokugabana obukungu Ekibiina kya abayizi kitera okuyiga nokugabana obukungu +UG014_LUG108 UG014 lug Enjuyi ezenjawulo ezeggwanga ziyamba mu kukola obulungi Enjuyi ezenjawulo ezegwanga ziyamba mu kukola obulungi +UG014_LUG109 UG014 lug Okutegeera ebigambo eby'enjawulo kuyamba mu bulamu bw'omuntu. okutegeera ebigambo by'enjawulo kuyamba mu bulamu bwomuntu +UG014_LUG110 UG014 lug Omusajja omukulu yaffaayo nnyo ku bantu mu kitundu kye Omusajja omukulu yafaayo nnyo ku bantu mu kitundu kye +UG014_LUG111 UG014 lug Omukyala omuto ayagala nnyo okuyiga eby'omutima mu ssomero Omukyala omuto ayagala nnyo okuyiga ebyomutima mu ssomero +UG014_LUG112 UG014 lug Enkuba bweyengera Enkuba bweyengeera +UG014_LUG113 UG014 lug Emirimu gyaffe emirimu gyaffe gireeta ebivaamu Emirimu gyaffe emirimu jaffer gireeta ebivaamu +UG014_LUG115 UG014 lug Okutukiriza ebigendererwa bwo'bulamu bwebigasa buli omu Okutukiriza ebigendererwa bwobulamu bwebigasa buli omu +UG014_LUG116 UG014 lug Obuvanyirizibwa bwaffe bwonna bulina okutwala mu maaso obulungi. Obuvanyizibwa bwaffe bWonna bulina okutwala mu maaso obulungi +UG014_LUG117 UG014 lug Omwana wakula mu mirembe afuna obulamu obulungi ennyo Omwana bwakula mu mirembe afuna obulamu oburungi ennyo +UG014_LUG118 UG014 lug Okukola mu bifo byenjawulo kuyamba Okukola mu bifo byenjawulo kuyamba +UG014_LUG119 UG014 lug Omukwano ogwamaanyi gutera okuwa essanyu buli kaseera Omukwano ogwa manyi kutera okuwa essanyu buli kasere +UG014_LUG120 UG014 lug Okukimanya nti obulamu bulina enk Okukimanya nti obulamu bulina enkoko +UG014_LUG121 UG014 lug Omusomesa akola ennyo ku kusomesa abaana obulungi Omusomesa akola ennyo ku kusomese abaana obulungi +UG014_LUG122 UG014 lug Okutegeera ebibuuzo eby'enjawulo kuyamba okutegeera ebibuuzo eby'enjawulo kuyamba +UG014_LUG123 UG014 lug Omukyala asanyukira nnyo okubeera n'abaana abalala mu maka. Omukyala asanyukira nnyo okubeera nabaana abalala mu maka +UG014_LUG124 UG014 lug Okuyiga ku bintu ebipya kuyamba ku kufuna obulamu obulungi Okuyiga ku bintu ebipya kuyamba mu kufuna obulamu obulumi +UG014_LUG125 UG014 lug Ensi ensi ensi yonna erina engeri zenjawulo zokubeera Ensi ensi yonna erina engeri zenjawulo zokubeera +UG014_LUG126 UG014 lug Okusaba ku lwa mikwano gyaffe kuleeta emirembe Okusaba kulwamikwano gyaffe kuleeta emirembe +UG014_LUG127 UG014 lug Omusajja omuto ayagala nnyo okuyiga eby'ensoma Omusajja omuto ayagala nnyo okuyiga ebyensoma +UG014_LUG128 UG014 lug Okulabirira abavubuka kuleeta emirembe mu maka Okulabirira abavubuka kuleeta emirembe mu maka +UG014_LUG129 UG014 lug Obutafaayo ku bulamu buyinza okuleeta Obutafaayo ku bulamu buyinza okuleeta +UG014_LUG131 UG014 lug Okusaba okusaba katonda kulina okuleeta Okusaba okusaaba katonda kulina okuleeta +UG014_LUG132 UG014 lug Obudde obungi okulima byokulya ne emmere era kino kiba kya bintu byaabwe Obudde obungi okulima byokulya ne mmere era kino kiba kyabintu byaabwe +UG014_LUG133 UG014 lug Abaana mu Uganda bangi basanyukira Abaana mu Uganda bangi basanyukira.. +UG014_LUG134 UG014 lug Abakyala mu Uganda bakozesa obudde bungi Abakyala mu Uganda bakozesa obudde bungi +UG014_LUG135 UG014 lug Abantu mu Uganda balina obuzibu mu kwogera ku mirimu gye buli lunaku okufuna Abantu mu Uganda balina obuzibu mukwongera ku mirimu gye buli lunaku okufuna +UG014_LUG136 UG014 lug Mu bifo ebyensiike abakulima balina okusaba obuyambi ku bantu abalala okukola Mu bifo ebye nsiinke abakulima balina okusaba obuyambi ku bantu abalala okukola +UG014_LUG137 UG014 lug Abantu mu maka gaffe balina okukola emirimu egy'enjawulo buli lunaku Abantu mu maka gaffe balina okukola emirimu egyenjawulo buli lunaku +UG014_LUG138 UG014 lug Abantu bato mu Uganda bakozesa obudde obunji okuteekawo Abantu abato mu Uganda bakoseza obudde obungi okuteekawo +UG014_LUG139 UG014 lug Abavubuka bangi mu Uganda balina okukola emirimu gyaabwe buli lunaku Abavubuka abangi mu Uganda balina okukola emirimu gyaabwe buli lunaku +UG014_LUG140 UG014 lug Abakyala mu Uganda bakozesa obudde obungi Abakyala mu Uganda bakoseza obudde obungi +UG014_LUG141 UG014 lug Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku +UG014_LUG142 UG014 lug Abaana abaana mu Uganda basanyuka nnyo okulaba Abaana abaana mu Uganda basanyuka nnyo okulaba +UG014_LUG143 UG014 lug Abantu mu Uganda bakozesa obudde obungi okuteekawo emikolo Abantu mu Uganda bakozesa obudde bungi okuteeka emikolo +UG014_LUG144 UG014 lug Abavu abavubuka mu uganda balina okukola Abavubuka mu Uganda balina okukola +UG014_LUG145 UG014 lug Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe +UG014_LUG146 UG014 lug Abantu mu Uganda bayina obuzibu mu kwogera n'okusoma Abantu mu Uganda balina obuzibu mukwogera nokusoma +UG014_LUG147 UG014 lug Abantu mu Uganda bakozesa obudde obungi Abantu abantu mu Uganda bakozesa obudde obungi +UG014_LUG148 UG014 lug Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku. Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku +UG014_LUG150 UG014 lug Abantu mu Uganda balina obuzibu mu kwogera Abantu mu Uganda balina obuzibu mukwongera +UG014_LUG151 UG014 lug Abantu mu bifo byensiike balina okukola Abantu mu bifo byensiike balina okukola +UG014_LUG152 UG014 lug Abavubuka mu Uganda ba basanyuka nnyo Abavubuka mu Uganda basanyuka nnyo.. +UG014_LUG153 UG014 lug Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku. Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku +UG014_LUG155 UG014 lug Abantu mu Uganda balina obuzibu mu kwogera Abantu abantu mu Uganda balina obuzibu mu kwogera +UG014_LUG156 UG014 lug Abantu mu Uganda bakozesa obudde obungi. Abantu mu Uganda bakozesa obudde bungi +UG014_LUG157 UG014 lug Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku +UG014_LUG158 UG014 lug Abakyala mu Uganda bakozesa obudde obungi okukola Abakyala mu Uganda bakozesa obudde okukola +UG014_LUG159 UG014 lug Abantu mu Uganda balina obuzibu mu Abantu mu Uganda balina obuzibu +UG014_LUG160 UG014 lug Abantu mu bifo byensiike balina okukola emirimu gyaabwe buli lunaku Abantu mu bifo byensiike balina okukola emirimu gyaabwe buli lunaku +UG021_LUG001 UG021 lug Ewaka tulina abantu abakola emirimu egy'enjawulo omuli okusitula ebitooke netukolamu ebintu ebyenjawulo omuli engoye engatto emikeeka netufunamu ssente ezituyamba okubeerawo Awaka tuyina abantu abakola emirimu ezenjawulo okutetula ebitooke netukolamu eddoboozi eby'enjawuli omuli engoye, engaato, emikeeka ne tufunamU ssente etuyamba okubeerawo. +UG021_LUG002 UG021 lug Nali ntambula e Kampala n'ensanga ebimuli ebinyirira okukamala nebyegomba nensobola okwaffordingako ebimu n'ensobola okubitwalako ewaka Nali ntambula e Kampala nensanga ebimuli ebiniriza okukamala nebyegomba nensobola okwafoldingako ebirimu nen sobola obitwalako ewaka +UG021_LUG003 UG021 lug E Luwero twalinayo omukolo nga bakyadde bakyalidde muganda waffe netukola embaga eyali enyirira era nebatimba tent ezali zilina colour ennungi okuli orange red white Eluwero lwali nayo omukolo nga basadde basalidde muganda waffe netukola embaga eyali anyirira era nebatimba ssente ezaabwe ziyina kala ennungi okuli orange red white +UG021_LUG004 UG021 lug Ebweru w'eggwanga okugeza mu India, abantu bayamba bannaabwe omuli mu kubagabila ebyokulya okubayamba mu bintu bye batalina eby'okozesa ewaka Ebweru wegwanga okugeza mu India abantu bayamba banaabwe omuli mukubagabira ebyokulya mukuyamba mubintu webatayina byokozesa ewaka +UG021_LUG005 UG021 lug Tulima e luwero ebimera eby'enjawulo omuli okulima enanansi okulima emboga n'etusobola okubitunda n'etujjamu ssente ezitusomesa ezitubeezawo mu bulamu obwa bulijjo Tulima ebweru ebumera eby'enjawulo omuli okulimira enanansi, emboga netusobola okubitunda ne tuddamu ssente ezitusomesa eziturezaawo mu bulamu obwa bulijjo. +UG021_LUG006 UG021 lug abantu bakola emirimu egy’enjawulo omuli okwokya kasooli basobole okubezaawo family zaabwe era basobole okusomesa abaana baabwe basobole okutuka mu massomero amalungi era nga bakolera wamu obutaweera Abantu bakola emirimu ezenjawulo omuli okukoosa kasooli, basobole okubeezawo family zaabwe era basongole somesa baana baabwokutuka masomero amalungi era nga bakolera wamu obutawera. +UG021_LUG007 UG021 lug Abantu batunda amanda okusobola okubezaawo obulamu bwaabwe n'okuyamba abaana baabwe mu bintu bye beetaaga mu bulamu obwa bulijjo era nga kino kiyambye bana Uganda bangi okusobola okufuna nokutambuza obulamu bwaabwe Abantu batunda airmanda okusobola okubeerawo obulamu bwabwe nokuyamba abaana baab we mu bintu byebetaaga bulamubwa buyiddo era nga kino ki yambye banayuganda bangi okutula ofunamU nokutambuza obukugu bwaab We +UG021_LUG008 UG021 lug Ebimuli birungi nnyo eri emikolo egy’enjawulo era nga abantu babikozesa okusobola okola emikolo nga embaga omuli okutimba ku mbaga okutimba okwaniriza abagenyi ewaka n'ebirala bingi Ebumuli birungi nnyo eri emikolo ezenjawulo era ngabantu babikozesa okusobola okukola emigongo nga embaga omuli okuzimba ku mbaga kuzamba okwaniriza abagenyi ewaka nebirala bintu. +UG021_LUG009 UG021 lug tukola emikolo egy’enjawulo ewaka era nga mulimu okugabira abantu ebyokulya n'etubayamba okubezaawo obulamu bwaabwe era nabo abatalina ku streets netubagabila basobole okubeerawo nokusustainga obulamu bwaabwe Tukola emikolo ezenjawulo ewaka era nga mulimu okugabira abantu ebyokulya netubayamba okubeezawo obulamu bwaffe leero nawe batalina ku street ne tubagabirwa basobole okuberawho no’kusustaininga obula mu bwaffe +UG021_LUG010 UG021 lug Obulamu mu Uganda bukalubamu nga tolina ntambula gy'okozesa oba tolina ssente z'okozesa era abantu balabwako nga batambulila kuboda era nga nabo bakola bukubilile okusobola okubeerako nemmotoka babeere obulungi Obulamu mu Uganda bukalubamuga toyina ntambula zokozesa oba ssente zukozesanga abantu balabwako nga batabuli ku boda naye nabo bakola bukubirize okusobola okubeera ko emmotoka babeera obulungi. +UG021_LUG011 UG021 lug Okulima nsubila omuntu kweyandibadde asinga okwetaaga mu bulamu kuba ebintu by'etulima bituyamba mu bulamu bwaffe obwa bulijo omuli okulya okunwywa byonna tubijja mu kulima Okulima nsubira omuntu gwe yandibadde asinga okwetaaga mu bulamu cause ebintu byetulina bituyamba mu bbulamubaffe obwa bulijjo omuli okulya,okunywa byonna tubija mukuzimba +UG021_LUG012 UG021 lug Okulambula ebisolo ebyenjawulo omuli okulaba enjovu empologoma mu national parks e Uganda kirungi nnyo era kigaziya obulamu bw'omuntu n'ekikakanyako n'obwongo bwo okulaba nga obeera free mu bwongo Okulambula ebisolo eby'enjawulo omuli okulaba enjovu empologoma mu national parks e Uganda sirungi nnyo era sigalya obamu bwomuntu nekikamyako nobwongo bwo okubanga obeera free mu bwongo +UG021_LUG013 UG021 lug Ebisolo byanjawulo nnyo byetusanga ku ttale omuli ebiwanvu omuli ebinene omuli ebitini byonna byonna tusobola okubisangayo eyo mu ttale era nebisobola okutwaniliza nga ffe abantu ababisanzeeyo Ebisolo byanjawulo nnyo bwetusaanga ku ttale omuli ebiwanvu omuri ebinene omuti ebissimi byonna byona bisobola okubisaangayo mu tTale era nebistowoola okutwaaliza ngaffe abantu ababisanzeyo. +UG021_LUG014 UG021 lug Mu mmere gyetulya twetaaga okumanya kika ki eky'emmere ky'etwandilidde okusobola okumaintaininga obulamu bwaffe nokusobola okubezaawo omubiri gwaffe nga guli bulungi okugeza twetaaga emmere ezaamu amaanyi era etuwa obulamu Mu meere zetulya twetaaga okumanya sikaati ezo emeere tetwandiiridde okusobola okumentaininga obulamu bwaffe nokusaba okubeezawo omubiri gwaffe nga guli bulungi okugeza tutanga emmere eyetuwa obutalimu +UG021_LUG015 UG021 lug Otambula mu bulamu obwa bulijjo nga osangamu ebinyigiliza bingi mwosangila abantu ku makubo nga banoonya engeri y'okutambulamu kubanga amakubo mafunda getulina e Uganda ate tegali ku mutindo omulungi Otambula mu bulamu obwa bulijjo nga osangamyo ebinyigiriza bingi wosangira abantu ku makubo naga banoonya engeri yokutambulamukubanga amakubbo mafunda getuyina e Uganda ate tegali kumutindo omulungi. +UG021_LUG016 UG021 lug Ndowooza buli muntu yandyetaze ku dduuka okusobola okubeezawo obulamu bwe era nga kino kyandibadde nti yetaaga ebintu ebimuyambako mu milimu gye okugeza okuzimba okusiiga ebizimbe nokutransportinga ebintu ewaka Lowooza buli muntu yandetaaze kuduuka okusobola okubeezawo obulamu bwe era nga kino kyandibadde nti yetaaga ebintu ebingi bye tweyambako mu mulimu ze okugezza; okuzimba, okusiiga e bizimbe no ku transportinga e Bintue waka +UG021_LUG017 UG021 lug Ebyokulya ebimu byetulya okugeza omuceere cabbage ebinyeebwa bitugattako nnyo mu bulamu bwaffe obwa bulijjo era tetwandibitadde wabbali nga mu bulamu bwaffe kuba tubyetaaga nnyo Ebyokulya ebimu byetuly okugeza omuseere cabbage ebinyeebwa bitugattako nnyo mu bulamu bwaffe obwa buddho era tetwanze bitadde wabali ng’a mubulamU bwafe kuba tubyetaaga nyo. +UG021_LUG018 UG021 lug Mu bulamu buno buli omu yetagaa ko ekifo weyandibadde asabira weyandibadde awumulira era nga asobola okutuukawo mu budde era woba nga otambulirako e Luwero tulina lodge mw'osobola okuwummulira era netubeera ne car wash w'osobola okwoleza emmotoka yo Mubulamu buno buli omu yesagako ekifo weyandibadde asabira weyanzibade awumulila era nga asobola okutuka wo mu bude era bwoba ngotambulirako ebiweere tuyina road mwosobala okuwumilira era ne tubeera ne kawaswa osobola nokoleda emmotoka yo +UG021_LUG019 UG021 lug Abantu ku makubo bakola emirimu egy'enjawulo okugeza nga okusiika chapati okufumba emmere basobole okubeezawo obulamu bwaabwe era basobole okubeera n'essanyu mu maka gaabwe Abantu ku makubo bakola emirimu ezenjawulo okugeza nga okusiika sapati okufumba emmere basobole okubezawo obulamu bwabwe era basoloole okubera nosanyu mu maaka gaab we +UG021_LUG020 UG021 lug Wogenda mu katale okugeza ake Luwero osangayo ebintu eby'enjawulo omuli engatto omuli ensawo eziyambako abaana okudda ku masomero ebiyambako abalimi okugeza nga boots okusobola okulima Wogenda mu katale okugeza akeluwero osangayo ebintu byenjawulo omuli engaso omuri ensawo eziyambako abantu okudda ku masomero ekiyamabko abalimi okugenda nga boots okusobola okulima +UG021_LUG021 UG021 lug Amatooke tugetagila ddala mu bulamu bwaffe era twetaaga emmere etuzzaamu amaanyi, nandisabye buli maka okubeera nga galina ebitooke okugeza biyamba ku mikolo n'ebiyamba mu culture zaffe eza Baganda Amatooke tugwetagira ddala mu bulamu bwaffe era twetaaga emmere etuddamu amaanyi nansabye buli maka okubeera nga gayina ebitookeebitoolke biyamba ku mikolo ne miymba mu kalisa laffe eza baganda. +UG021_LUG022 UG021 lug Ebikajjo bye nnandisabidde ddala abantu abasinga obungi abaana Ugannda okuba nga basobola okubi affordinga kuba bya layisi ate nga tubyetaaga mu mubiri gwaffe bituyamba okusobola okwongeeza sugars zaffe mu mubiri era nga bituyamba okuba n'amaanyi Ebikaddo bino bisabidde ddala abantu abasinga obunzi abaana Uganda okuba nga basobola okubyafundinga kuba byalayisi ate nge tubyetaaga mubiri gwaffe bituyamba okusoboli okwongeza sigazi tafu mu biri era nebituyamaba okuva namanyi +UG021_LUG023 UG021 lug Nga ogenzeeko e Wobulenzi osangaayo abakyala bangi nga bava ku mirimu gyaabwe ne badda mu lugambo n'okwogereza abantu be batalina bibakwatako nekibaletera emirimu gyaabwe okugotaana n'obutakulakulana Nga ogende ko oba ebyobulenzi osangayo abasaala banzi nga bava ku mirimu gyaabwe ne badda mu lugambo nokwogereza abantu bebatayina tebakwatako ne kibaleeta emirimu giab we okugotaana nobutakulakula +UG021_LUG024 UG021 lug Nga otunulidde e Uganda, development yaffe egenda ekulakula mpola mpola omuli okuzimba enguudo ne flyover northern road zonna zikuzekuze olw'ensonga nti omukulembeze weggwanga asobodde okubikwasa n'amaanyi Nga otunulidde e Uganda development yaffe egenda ekula kula mpola mpolya omuzi okuzimba enguuddo ne flyover northern road gyonna zikudeekute olwe nsonga nti omukulembeze we ggwanga asobodde obikwasana amaanyi +UG021_LUG025 UG021 lug Teli mulimu mwangu nga otunulidde mu Uganda buli mulimu guyina ky'osobola okufunamu mumaso awo tonyooma mulimu gwonna era nga ogenze mu butale osangaayo abantu bangi n'emilimu gyebali bayita egyabakyala kati abasajja bebagitunda like okutunda watermelon Seri mulimu nga otunulidde mu Uganda buli mulumu gulina ekyosobola okufuna mu maaso awo tonyewo mumalimugonegona era nge ogende mubutale osangayo abantu abangi nemirimujje bali bayitiride abasaala kati abasajja bebalunda watermelon +UG021_LUG026 UG021 lug Okusinziira e Kampala abantu nga obatunulidde enumber yaabwe nnyingi nnyo okusinziira ku bantu ababeera e kapchorwa olw'ensonga emirimu mingi ejili e Kampala omuli ogwa bodaboda, omuli ogwa taxi n'emilala mingi Okusinziira bwe Kampala abantu nga obatunulidde enamba yaabwe miivi nnyo okusiniiza ku bantu ababeera eKapisola kuba ensonga nti emiri miivu ejjude ekampalo omuli ogwa bodaboda omuri ogwasakisi nemirala mynvu. +UG021_LUG027 UG021 lug Nga ozzeeko e Bulega waliyo KFC buli omu gyensubila kyekyandibadde ekilooto kye okusobola okufunako buli kaseera buli wayagalidde nga afuna KFC wajagalidde era nga nga aji orderinga mu kaseera mwajagaliddemu Nga ozeko ebulenga waliyo kfc buli omu gyensubula nti esanyibadde ekirotose okusobola ofunako bulikaseera bulimwayagalidde ngafuna kfs wajagalide era jiwodalinga mukasera kayagala +UG021_LUG028 UG021 lug Otunulila amatundilo gamafuta wano e Uganda agasinga ssente zegasa ku mafuta emisolo mingi nnyo era abantu batini nnyo abasobola okwaffordinga okusaawo business yamafuta Awo tunulira amatundiro gamafuta wano e Uganda agasinga ssente negasa kumafuta omusolo mingi nnyo era abantu batunda basobola okwafoldinga okusaawo business yamafuuta +UG021_LUG029 UG021 lug Nga otunulidde abantu e Uganda emirimu kati gyafuuka egyebbula omuli omulimu gw'okubajja omulimu gw'okola ebya plastics era abantu tebagusuliddeyo gwa naggamba basobodde okubeerawo n'ebakola bukubilile okusobola okufunamu ensimbi Nga otunulidde abantu e Uganda emirimu kati gyafuuka ejjebula omuli omulimu gw’okubazza omolmgu kw‘okukola ebya plastics era abantudebatutalideyo gwanagamba basobode okubeerawo nebakola bukubirize okusobola ofuna mu ensimbi. +UG021_LUG030 UG021 lug ndowoza mu bulamu buli omu yandyetaaze eky'okulya omuli ennnyama okuli ettooke okusingila ddala abantu bo mu central abantu bo mu western bandyetaaze eky'okulya kino kubanga kibazaamu amaanyi era bakyetagila ddala Ndowooza mbulamu bugumu yandesaaze ekyokulya omuli ennyama okuzze ettooke okusingira ddala abantu bomu senturo abntu bamuwese saani bandyesaaze kyokula kino kuba kibazamumanyi era batetagira daler +UG021_LUG031 UG021 lug Nga tonaba tonaba kulowoza okutandika mirimu gyonna gyonna mulunaku wandyetaaze okusobola okusettinga obulamu bwo neky'okulya ekirungi omuli okulya amenvu okulya ku ggi ka caayi ne ka chapati nosobola okurunninga olunaku olulungi Nga tonnaba tunabakulowooza kutandika mirimu zonna zanna mu lunaku wantetaaze okusobola okutestinga olunaku lwo n’ekyokulya ekirungi omuli okulyAmenvu, okula ku vvb, ka thai ne ka chapati nosobole okulwana engulu bulungI +UG021_LUG032 UG021 lug Nga otunulidde amatundilo ga mafuta mangi nnyo tegalina space ewera oyinza okusanga nga toilet eri kumpi n'abantu webafunila amafuta ekyandibadde nti kiwa obuzibu abantu abamu era nga abamafuta balina okukyusaamu Nga osunulidde amatundiro ga mafuta amazzi nobwegalina space ewera oyinza okusanga nga toilets eri kumpi nabantu webafuna amafuta aganze badda ensi siwa obuzibu abantu abamu era ngamafta balina okukyusamya +UG021_LUG033 UG021 lug Nga otunulidde mu Uganda tulina ebintundu bingi eby'okebwamu kasoli ebyokebwamu gonjja omuli ku makubo nga otambula okugeza e Namawojolo oli tasobola kuyitawo nga taguzeyo kifi ky'enkoko Nga otunulidde mu Uganda tulima ebitundu bingi ebiyokebwamu kasooli nga omuli kumakubo naye ngotambula kugeza ennama wezolola olina tolayitawo. +UG021_LUG034 UG021 lug Amatooke ye bizinesi gy'endaba buli omu gye yandyetaaze mu Uganda wano kuba tegatwala bbanga ddene kukula era tegetaagisa bintu bingi okukola okubanga na ne ssente ezivaamu nnyingi nnyo Amatooke business zendaba buli omu gye yandesaaze mu Uganda wano kuba tegasoora banga ddene ku kula era segesagisa bintu ebingi okukola okanga ne ssente ezivamu nnyinza ennyo. +UG021_LUG035 UG021 lug Okusinziira ku structure gyewandilabye e Uganda abantu bangi abaavu era nga abantu bangi abayiiya okubeezawo obulamu bwaabwe, omuli abantu ababeera mu ghetto abantu abeyiiya ababeera mu bulamu obutategeerekeka Okusinziira ku structure ewa nzirabia Uganda abantu banzi abavu era bantu abangi abali okubeezawo obulamu bwabwe omuli abanyu ababeera mu ghetto abayiri ababerako mu bulamU obutategerekeka +UG021_LUG036 UG021 lug Nga ogenzeko ku nnyanja ewali abavubi, eno gyosobola okusanga abantu abatayawula mazzi ag'ebyovu amazzi ag'ennyanja era bagagatta wamu. kino kiletedde ebyennyanja okufa Gwe ogendeko ku nnyanja ewali abavubi eno gyosobola okusanga abantu abatawula amazzi agebyovu,amazzi agenyanja gona bagagasa wamu kino kireetedde ebyenyaja okufa +UG021_LUG037 UG021 lug Tambulako mu mawoteri agenjawulo omuli eye Luwero bakuwereeza era bakuservinga emmere ezenjawulo omuli ekyennyanja omuli akawunga omuli sukuma nga babitadde mu fashion ey'enjawulo Tambula akoma woteri agenjawulo omuli woteer ye Luweru bakuwereza era bakasavinga emmere ezenjawilo omuri enkyenyanja omulimu akawunga nga babitade mu fashion eyenzawolo. +UG021_LUG038 UG021 lug Nga otambudde kko mu Uganda mwosanga tribe ez'enjawulo omuli abaana Kenya omuli abagwere omuli abasoga naye kuluno abantu bano bayita mu bulamu obwenjawulo era ne nakku gy'ebasanga yanjawulo Nga osambuddeko mu Uganda mwosanga tribe ezenjawulo omuli abanakenya omuri abagweere omori abasoga naye kuluno abantu bano balitambula mu buyinzaawo era nenaku gyebasanga yanjirawolo. +UG021_LUG039 UG021 lug Culture e Uganda kikulu nnyo okugeza abantu ababeera e Karamoja basanga obuzibu bungi nnyo olw'embeera y'obudde gye bayitamu era kino kibaletedde okwe isolatinga nebabeera nga babeera bokka Kalisa e Uganda kikulu nnyo okugeza abantu ababera e Karamoja basanga obuzibu buli lunaku olwe mbeeya yobudde zebayitamu era bino bibaleetedde okwidoletinga nebabera ngababeera bokka +UG021_LUG040 UG021 lug Nga otambudeko mu Owino gyosanga ebintu eby'enjawulo omuli engoye omuli abantu abatunda ebintu ku layisi naye kakano abantu basobodde okumanya omugaso gw'okugula engoye ennungi Nga otambuddeko muwino gyosanga ebintu byenjawulo omuli engoye omuri abantu abatunda ebitundu bulayisi naye kakano abanyi basobodde okumanya omugasso g’okugula engoya ennungi. +UG021_LUG041 UG021 lug Ng'otunulidde ebyobulimi e Uganda biri kumwanjo nnyo era biyambye nnyo eggwanga okukulakulana okuli okulima enanansi e Luwero okulima emmwanyi okulima ebimera eby'enjawulo era kiyambye abantu bangi Nga otunulidde ebyobulimi Uganda biri ku mwalo nnyo era biyambye nnnyO ggwanga okukulakulana okulima ennanansi eriwero oku lima emmwaanyi okuliima ebimera ebye’ndawulo era siyamba abantu bangi. +UG021_LUG042 UG021 lug Obutale obutinitini era obuyambyeeko abantu okulakulana mu business zaabwe nga batandikidde ku zero ne bagenda nga bakula mpola mpola bubayambye nnyo okubeera nga balungi Obutale obutini simi era ubuyambye ko abantu okulakulana mu business zaabwe nga batandikidde ku ziro nebagenda ngabakula mpola mpolya bubayambyi nnyo okubeera naga balungi. +UG021_LUG043 UG021 lug Nga otunulidde mu bulamu bwe tutambulilamu wano we nkuleetera ennyanja n'omwezi byotasobola koma kusaako maaso nga obitunuddeko kubanga omwezi bweguba gugwa ku mazzi oyinza okulabila ddala nga bilabika bulungi Nga otunulidde mu bulamu bwetukusambulira wano wenkuleetera ennyanja nomwezi gyotasobola kukozesaako maaso nga obitunudeeko kuba omulenzi weguba gugwa ku mazzi oyinza okulabir ddala birabika bulungi. +UG021_LUG044 UG021 lug Abantu abamu e Uganda babeerawo nnyo nga tebalina mirimu okugeza abantu abamu batunuulira emirimu egimu nga balowooza tegisobola kubawa ssente naye nga ate osobola okutandikila awo n'ofuuka omugagga Abantu abamu e Uganda babeera wo nnyo nga tebalina mirimu okugeza abantu awamU batunulira emirimu emirumu ezimunga balowooza zisobola kuba wa ssente naye ate naga zetutambikiraawo nofuka omugaaga +UG021_LUG045 UG021 lug Okukungula amajjaani gwemulimu gwenyiza okukubiliza buli omu asobole ogwetanila kuba gulungi nnyo era guyambyeeko abantu bangi nokubawa essanyu eritagwaawo Okukungula amaddaani gwe mulimu gwenyiza okukubiriza buli omu asobole ogwetanira kuba guluzi nnyo era guyambyeeko abantu banzi nokubaawo essanyu erisagwa awo +UG021_LUG046 UG021 lug Enkulakulana eri e Uganda yamugundu nnyo nnyo era nga osobola okutunuulira Kampala gyetwali tulowooza nti ye city yokka yokka gyetulina nga kati essawa zino tulina city nnyingi okuli Mbarara, Jinja n'endala nnyingi Enkulakulana eri e Uganda ya mugundo nnyo era nga osobola okunyumira kampala gyetwazibuza nti ye city yoka zetuyina ngatati ssawa zino tuyita city nyiingi okuli mbarara,zindya nendala nyensi. +UG021_LUG047 UG021 lug Osanga abantu abali mu ssanyu nga kye kintu kyebasinga okwetaaga naye omwana ow'obuwala yetaaga okubeera n'essimu mu ngalo okusobola okutambuza obulamu obulungi era okusobola okubeerawo nga akwasaganya embeera ye Osanga abantu nga bali mu sanyu ng’ekintu kyebasinga okwetaaga naye omwana owobowooza yetaaga okubeera ne ssimu mungalo okusobola otambula obulamu obutalungi era okusoobala okuberawo nti wasaganya embeerayo. +UG021_LUG049 UG021 lug Osanga abantu abali mu ssanyu nga ky'ekintu kyebasinga okwetaaga naye omwana ow'obuwala yetaaga okubeera n'essimu mu ngalo okusobola okutambuza obulamu obulungi era okusobola okubeerawo nga akwasaganya embeera ye Osanga abantu nga bali mu sanyu ng’ate ekintu kyebasinga okwetaaga naye omwana owobowooza yetaaga okubeera ne ssimu mungalo okusobola otambula obulamu obutalungi era okusoobala okuberawo nti wasaganya embeerayo. +UG021_LUG050 UG021 lug Nga otunulidde bazadde baffe bayita mu mbeera nnyingi omuli okuyisibwamu amaaso omuli okusekererwa ku mirimu gye bayita gye bakolera naye tebagweddemu maanyi era basigala batuyamba ne batulabirira Nga otunulidde bazadde baffe bayita mu mbeera nnyo omuli okuyisibwamu amaaso omuri okusekebera ku mirimu gyebayita jebakolera ne tebagwedda emmanyi era basigade bakyatuyamba nebatalabirira. +UG021_LUG051 UG021 lug Ebyokulya bingi by'oyinza osanga mu Uganda by'otasobola kusanga munsi endala zonna zonna omuli greens ez'enjawulo nakati ebbuga ejjobyo n'ebirala bingi nnyo era abantu babyetanidde nnyo okusobola okubeerawo mu bulamu Ebyokulya ebingi byoyinza osanga mu Uganda byosasobola kusanga munsi endala zonna zona omuli greens ez’endawulo nakati, ebuga, eddoboo, n‚ebirala bingi nnyo era abantu babyosalidde ennyO okusobula oberawo mu bulamu. +UG021_LUG052 UG021 lug Tukola emirimu mingi naye egituwa ssente gy'emitini. sometimes opangisa business nga okolera just capital yekka ekituletedde okutuza mu byalo nekiletedde obutakulakulana nga ffe abantu Tukola emirimu eingi naye ejitibwa ssente the machine sometimes opangisa business nga okolera just capital ekayeka etuletedde okutunza mu byalo netuletegedde obusakulakula langa f abantu +UG021_LUG053 UG021 lug Okusinziira ku bazadde byaffe bye bayitamu kyandituwadde eky'okuyiga kingi naffe twandibadde tuli bakozi nnyo ddala okusobola okubasanyusa n'okubawa essanyu basobole okutwenyumirizaamu nga ffe abaana bebazaala era nokubawesa ekitiibwa Okusinziira kubazadde bwebye byebayitamu tanikwade esokuyiga kinvi ntunafuna twandibaddetuli bakozeno ddala okusobola okubasanisa nokuba wetusaanyu nebasoboka otwenyumizam mu ngaffe abaana bebazaala era nokuma wesekisiibwa. +UG021_LUG054 UG021 lug Okusinziira ku bintu byetulina wano e Uganda okutunda plastics gwe mulimu gwe ndaba oguleetedde abantu bangi ensimbi era nga bwooba ogwetanidde, osobola okufunamu ssente enyingi ddala Okusinziira ku bintu byetuyina wano e Uganda okutunda plastics gwe mulimu gwendaba oguletedde abantu bandi ensimbi era nga oba ogwetanyide osobola ofunamu ssente enyingi ddala +UG021_LUG055 UG021 lug Okusinziira nti Rolex ezimu zetukolera wano e Uganda kizibu okujisanga ebweru w'eggwanga, kino kyongedde okusa Uganda ku katale n'okuletera abantu ab'enjawulo okujja okulaba Rolex yaffe engeri gyewoomamu Okusinziira nti rolex ezimu zetukolera wano e Uganda sizibwa okujisanga obweliwo egwanga kino twongedde okozesa uganda ku katale nokuleteza abantu abenjawulo okudda okulaba roex yaffe engeri gyewomamu +UG021_LUG056 UG021 lug nandikubirizza buli mulunzi yenna yenna gyali okuli abalunzi b'enkoko abalunzi b'ente okwetanila amaduuka agatunda emmere z'ebisolo bino kuba zireetera ebinyonyi n'ebisolo okukula obulungi era nga birungi nnyo ddala Nandi kubiyita buli mulunzi yonna yenna gyaali okuli abalunzhi b’enkoko abalenvu bense okwesanira amaduuka agasunda emmere yebisolo bino oba ziretera ebinyonyi nebbalala okula obulungi era nga birunginnyo ddala +UG021_LUG057 UG021 lug Nandisabye buli muvubuka oba nga olina ettaka lyonna lyonna wosobola okukubira buloooka okusobola okugezaako nga gwe okozesa atleast eyo space gyolina okusobola okweyambayamba abantu nosobola okwekulakulanya. Nanditabye obuli muvubuka woba nga oyina ettaka lyonna lyoona wosobola okukulira bulooka okusobala okugezako ngagwe okozesa at least eyo space zoyina okuyamba yamba abantu nosobera okwekulakulanya. +UG021_LUG058 UG021 lug Mu bulamu buli omu yandyetaaze awantu wabeera okugeza ozimbye ennyumba yo nga olina ne space wosobola okolera emirimu ggyo okugeza nga okutunda mobile money n'osobola okwekulakulanya notadda mabega Mubulamu buli omu yandiyita aza wansi wabeera kugeza ozimbye ennyumba yo nga olina ne space wosobola okukolera emirimu zo okugezza nge otunda mobile money nosobole okwekulakulanya nosadde amabega +UG021_LUG059 UG021 lug Ng'otunulidde eby'obulunzi eby'okulima neby'okulunda e Uganda emisolo mingi gye batadde ku bintu bye tugula era ekiletedde abasubuzi abasinga okulekawo business zino n'ekibaletera okugenda mu businesses endala Nga otunulidde ebyobutunzi e Byokulima ne byokutunda e Uganda emisolo mingi gyebatadde ku bintu bye tugula era eteredde abasubuzi abasinga okulekawo business zino netibaletela okugenda mu business endala. +UG021_LUG060 UG021 lug Nga otunulidde ebinnyonyi okuli nga enkoko biyisa mu bintu bingi nnyo okuli stress nga eno ejila mu mbeera eyokuba nti ozilese mu kasana abalunzi abasinga balowooza nti enkoko zisobola okula nga tebaziwadde buyambi Nga otunulidde ebinyonyi okuyinga enkoko ziyita mu bintu bingi nnyo okuli stress ng’eno ezira mumbeera eyokuba nti ozireese mu kasana abalungi abasinga balowooza nte enkonko zisobola okula nga tebaziwadde buyambi. +UG021_LUG061 UG021 lug Okusinziira ku ki kye tulaba buli omu yanditeza ttanka eya mazzi kuba tomanya climate oba egenda kukyuuka oba tegenda kukyuka era buli omu yandibadde agyetaaga najisaawo ewaka okusobola omuterekera ku mazzi mu biseera bye kyeeya Okusinziira ku ttivi tulaba buli omu yandesaaze tanka eya mazzi kuba tomanyi climate essaawa yonna oba egenda kutuka obategenda ku tu ka era bulimu byandibadde adetaaga na ssaawa ewaka okusobola omutegekera ku maazi mu biseera bye nseeya. +UG021_LUG062 UG021 lug buli mulwadde nandimukubiliza okusobola okubeera nga agenda ku ddwaliro erimuwa obujjanjabi obulungi okutali nti ddwaliro ki oba ddwaliro ki, kiri nti ogenze nebakujjanjaba bulungi n'owona ky'ekisinga Buli mulwadde na ndi mukubiriza okusobola okubeera nga agenda kudwaliro erimuwa obuzandabe obulungi okutale ensi ddwalirosi oba dddwalirodsi kirina ogenda ne bakuzanaba bulunginowono e singa. +UG021_LUG063 UG021 lug Okusinziira ku balimi mu Uganda bakoze omulimu gwa maanyi nnyo okusingila ddala abavudde mu western, bakoze omulimu gwa maanyi, basobodde okusubuza amatooke ne bagayingiza Kampala nga era gusobodde okuyamba abantu bangi Okusinziira ku balimi e Uganda bakoze gwa maanyi nnyo okusingiza ddala abavizila dddala mu westn bakozese omulimu gwamaanyI basobodde okusubula nga amatooke ne bagayingiza Kampala era kusobode okuyamba abantu bangi. +UG021_LUG064 UG021 lug Okuzimba kye nandikubiriza buli muvubuka yenna yenna gyali okusobola okweyambayamba, asobola okupota n'asobola okuzimba bonna bandibadde bakolera wamu nebasobola okwebeezawo mu bulamu obwa bulijjo Okuzimba ffe nandukubiriza buli muvubuka yenna yonna jaje okusobola okweyambayamba asobole okuposa nasobale okuzima bwonna bandibadde bakozese wamu nebasobore okubeezawo mu bulamu obwa biriddo. +UG021_LUG065 UG021 lug Okusinziira omuntu yenna yenna yandyetaaze okusula ewalungi era nkubiliza buli munnayuganda okusobola okufuna ekitanda eky'omulembe okusobola okufuna awantu wasula nga walungi nga nomufaliso nga mulungi kino kisobole okumuyambako Okusinziira omuntu yenna yeyina yandiyita okusula walungi eza nkubera buli munayuganda kufuna ekitanda esa omulembe kfuna owantu wasula nga walungu naye nomufaliso mulungo kino kyetaaga kutambula obulamu bwaffe +UG021_LUG066 UG021 lug Mu bulamu twandyetaaze omuntu yenna yenna gwosobola okutambula naye n'akuyamba okukola emirimu egy'enjawulo omuli okuvuga emmotoka omuli okusoma nga asobodde okuyambako kubanga buli muntu yetaaga omuntu Mu bulamu twandetaaze omuntu yenna yenina gwosobola okutambula naye nakuyamba okukola emirimu ezenjawulo omuli okuvuga emmotoka, ng asobodde okusoma okubadde obulungi nga afunemu ssente +UG021_LUG071 UG021 lug Tulina akaseera katono leero. Tulina akaseera katono leero. +UG021_LUG077 UG021 lug Okusaba kusobola okukyusa ebintu. Okusaba kusobola okusuusa ebintu. +UG021_LUG080 UG021 lug Nsiima ennyimba ez'okujukiza. Nsiima ennyimba ez’okujukiza. +UG021_LUG088 UG021 lug Ekifananyi kino kinzizamu essanyu. Ekifananyi kino kiyinzizaamu essanyu. +UG021_LUG091 UG021 lug Funa ekitabo mu kabasi akatono. Ffuna ekisabo mu kabaasi akatono +UG021_LUG095 UG021 lug Omuwala akoze obulungi leero Omuwala akoze obulungi leero. +UG021_LUG096 UG021 lug Nkozeko ku file eno tukyuuse Nkozeko ku fayilo eno tutuuse. +UG021_LUG099 UG021 lug Omukwano gwa namaddala gugumikiliza Omukwano gwa namaddala gugumikiriza. +UG021_LUG102 UG021 lug Okusaba kwange ku kusanga bulungi Okusaba kwange kukusanga bulungi. +UG021_LUG103 UG021 lug Oli mugumu nnyo mu by'oyogera Oli mugumu nnyo mu byoyogera. +UG021_LUG104 UG021 lug Sembeza wano tukoze wamu Sembeza wano tukoze wamu. +UG021_LUG107 UG021 lug Eddoboozi lyange si lya wansi Eddoboozi lyange sirya wansi +UG021_LUG111 UG021 lug Ennyumba eno erimu abutuuze abasatu ennyumba eno erimu abasubuzi abassatu +UG021_LUG116 UG021 lug Tukola ennyo okulaba nti tugenda mu maaso Tukola ennyo okulaba nti tugenda mu maaso +UG021_LUG125 UG021 lug Kati tutegeke entuula yaffe Kati tutegetse entuula yaffe. +UG021_LUG127 UG021 lug Ategeera ebigambo byange bulungi Ategeera ebigambo byange bulungi. +UG021_LUG128 UG021 lug Abayizi bali mu kisomero bali mu kisomero kati Abayizi bali mu kisomero balimu kishomerero kati. +UG021_LUG131 UG021 lug Ebirungi bizze mu bwangu nnyo Ebirungi bizze mu bwanguzi nnyo. +UG021_LUG143 UG021 lug Tugenda ewa jajja ku nkomerero Tugende ewa byajja kunkomerero. +UG021_LUG149 UG021 lug Okukola wamu kufuna ebirungi Okukola wamu kufuna ebirungi. +UG021_LUG150 UG021 lug Buli lunaku tulina okulowooza obulungi. Buli lunaku tulina okulowooza obulungi. +UG021_LUG151 UG021 lug Okusaba okusobola okukola enkyukakyuka Okusaba okusobola okukula entuuka suka. +UG021_LUG155 UG021 lug Njagala okuwuliza amaanyi mu ddoboozi lyo Njagala okuwuliriza amaanyi mu ddoboozi lyo. +UG021_LUG157 UG021 lug Siima ekkubo ogendereze obulungi Siima ekkubo ogendereze obulungi. +UG021_LUG159 UG021 lug Twagenda ku ssomero enkya ya leero Twagenda ku ssomero enkya ya leero +UG021_LUG169 UG021 lug Ekizikiza kijja mu tuntu tuntu ddene Ekizikiza kijjamu ttuntu ttu ntu ddene. +UG022_LUG001 UG022 lug Ebifananyi nengera omukazi n’omwami nga kindaga nti balina kampuni gye balimu bakutte emiggo bajikozesa nga bagezaako okuba nga balina ebintu byebaliko nsuubira nti byakulya kuba ekyuuma kino nkimanyi nali nkilabyeko n'okikolerako kikuba kasooli akawunga ka mu. Ebifananyi nengera mukavyu akalina omwami kakyi ndaga balina kampuni gyebalimu bakutte emiggo bagikozesa ngabagezaako okubanga abayina ebintu byebaliko nfumbila nti byakulya kuliko ekikuba kasooli +UG022_LUG002 UG022 lug Nengera ebimuli ebiri mu colour ezenjawulo red, blue ndabamu ebimuli ebirimu color eyakasaayi, eyakyenvu ne ne colour endala naye nga birungi biri mu kikebe nga kiri mu mmeeza binyirira bulungi nnyo. Ebimuli ebiri mu colour ezenjawulo red blue ndabamu ebimmuri eyakasayi eyakyenvu ne colour endala naye birungi biri mu kikebe nga kiri mu mmeeza binyirira bulunginnyo +UG022_LUG003 UG022 lug Olusisi olusirira okuliko ne balloon byombi byombi biri ku mmeeza waliwo omukolo ogutekeddwa okubeerawo kuliko nebimuli ebirungi ku ssabasajja ba DJ nga bambadde bulungi. Olufifira okuliko ne baloon byombi biri ku mmeeza waliwo omukolo ogutekedwa okubeerawo kuliko n'ebimuli ebirungi kufa abasajja ba DJ nga bambadde bulungu +UG022_LUG004 UG022 lug Abayindi bali mu kikula kyaabwe bambadde amakanzu agalinga amasuuka amasaati aga checked bakutte na ka bucket omuli zi apple ebisero besibye nebitambaala balinga abakazi Abayindi bali mu kikula kyaabwe bambadde amakanzu agalinga amasuuka amasaati ga cheque bakutte naka bucket omuli v apple ebisero besibye nebitambaala galingo abakabi +UG022_LUG005 UG022 lug Ebintu biringa amajaani genarabako e Fort ate nga byefananyiriza nga amajaani nze kuntegera yange ndaba nga majaani ate nga binyirira nnyo biri mu line nsubira nti nze kuntegeera yange ago majaani sikirala wabula majaani. Ebintu biringa amajaani bye nalabako efoati ate nga bifananyiriza majaani emu kuntegeera yange ndaba nti kutugenda mu maju ani ate binyiriira bino biri mu line nfubiira ntiempere ku ntegedde ago majjani sikirala wabula maijaani +UG022_LUG006 UG022 lug Kasooli bali mu kumwookya ate nange ntera omulyako kasooli anyirira bulungi nnyo naye ate mukulu ku muntu nga nze ku muntu nga nze atayina mannyo simwangu mulya naye nga kasooli mulungi nnyo. Kasoli bali mu kumwokya ate nange ntera omuli ako kasoli anyirira bulungi nnyo naye ate mukulu ku muntu nga anze atalina manyu si mwanga omulya ngayenga kasolimulunginnyO +UG022_LUG007 UG022 lug Ensawo za manda zipangiddwa mu bitundu ku nguudo zaffe zino eze nakawa kireka bazisibye bulungi kuliko omwami nomukyala bakola business omu aguza munne enkumi ebiri enkumi ssatu ne nkumi taano kuliko nenju ezirinanyewo kiraga nti webasula. Ensawo zamanda zipangiddwa mu bitundu ku nguudo eza fubina eze nakawa kireka bazisibye bulungi kuliko omwami nomukyala bakola business omu aguza munne enkumi biri ennaku ssatu nenkuumi tano kulikoe n'enju eziriranyeewo kiraga nti bwebasula +UG022_LUG008 UG022 lug Abayindi nga bava mu katale betisse ebisero byaabwe badda ewaka bava kusuubula basisinkanye omuzeeyi alinga musawo ndaba akutte first aid box alabika nga alaga nga waliwo abafunyemu obuzibu mwetegefu obajjanjaba Abayindi nga bava mu katale betise ebifero byaabwe badde ewaka bavva kusubula basisinkanye omuveere alinga musawo ndaba akute first aid box alabika ngalaga nti waliwo abafunyemu obuzibu mwetegefu okujanjaba +UG022_LUG009 UG022 lug Waliwo akabaga kuliko abakyala n'abaami bakutte ebindaazi bakyabagabula namasowaani gaabwe ate erabika nga self eri self ki ngambe nti okugabana okugabula kuno si kwaboona wabula kwabalondemu ndabaomukyala ayambadde apron agabula abantu abazze ku mukolo guno kuliko ne sumbuusa Waliwo akabaga kuliko abakyala n'abaami bakutte ebindazi bakya bagabbula namasowani gaabwe terabika nga ferefu kongeri ffereufu kingambye okugabula kuno si kwawonna wabola gwabalondemu ndabe omukyala ayambadde poloni agabura abantu abava ku mukolo guno. Kuliko ne fumbo +UG022_LUG010 UG022 lug Aba bodaboda nga bali ku luguudo lwe Busega bali mu jaamu ndaba emmotoka zikutte line n'obugaali obulinga obwempaka ne zikalina empaanvu kwosa nebifananyi bya besimbyeewo naye nga bagenda kasoobo. Aba bodaboda nga bali ku lugudo lwe Busega Bali mujam ndaba emmotoka zikutte line nobugaali obulingwa obwempaka ne zikali ne mpanvu kwosa ne bifananyi bya besimbye wo naye nge bagenda kasoobo +UG022_LUG011 UG022 lug Omusajja omusubuuzi ajje gonja ajje bogoya e Mbale amusibye ku ggaali amuleese e Kampala bamuweemu akasente asisinkanye omukyala naye amugula layisi. Omusajja omusubuzi aje gonjja ajiye bbogoya e mbaale amusuubye ku ggaali amuleese e Kampala bamuwemu akasente afifikanye omukyala naye amugula layisunu +UG022_LUG012 UG022 lug Ndi mu national game park mu park yebisolo ndaba enjovu nnene olubuto zirina amattu zirina ebintu bilinga amayembe n'obwana bwazo ziri mu bibinja. Ndi mu national game park mu paka yebisolo ndaba enjovu nnina olubuto zirina amatu ziri ebintu ebiringa amayembe nobwana bwaazo biri mu bibinja +UG022_LUG013 UG022 lug Mulimu ensolo empanvu erina obulago obunene yatobeka colour ez'enjawulo bangambako nti y'entulege naye ndaba nga mpanvu nnyo ate nga nnene nze mbadde manyi oba mpologoma naye nji naye ntulege eri mu kulya obuddo mu park yebisolo. Mulimu ensolo empaavu erina obulago bunene yatebeka colour ezenjawulo bangambako nti ye ntulege naye ndaba nga mpaav nu nnyo ate nganeene zebadde manyi oba mpologoma nayee naientuleege eri mu kulya obuddo mu park yebisolo +UG022_LUG014 UG022 lug Abazungu balya oba bino balya biki mulimu ebintu ebilinga omuceere ku suwaani eringa gye bakola mu bbumba ne bukabalagala ssebo ffe eno ewaffe ebyo tetukyabilya, twelira masavu. Abazungu balya oba bino balyabiki mulimu ebintu byeringa omuceere ku ssowaani eringa gyebakola mu bumba nebuka balagala febo ffeno ewaffe rwetukyabilia twelira masavu +UG022_LUG015 UG022 lug Loole loole esisinkanye owa boda boda owa boda boda awagaanya ayagala ssebo akole empaka ayitewo naye jukira maaso eriyo aba police bajja siba oyo. Loole loole efifikanye owa bodaboda o wa boda boda awaganya eyagala feebo akulimpa kati bo naye jukira maaso eriyo aba police bajja feeba oyo +UG022_LUG016 UG022 lug Hardware waliwo ebizimbisibwa nababigula bagenda bizimbisa era bazimbe ennyumba zinyirire mulimu wheelbarrow n'omusajja ali wano ayogera ku ssimu oba ayagala bizimbisibwa oba alina gwaleseewo simanyi Hardware waliwo ebizimbisibwa nababigula bagenda kubizimpisa era bazimbye ennyumba zinyirire muli wellebarer nomusajja aliwano ayogera ku ssimu oba ayagala bizimbisiibwe obalina gwalefe wo simanyi +UG022_LUG017 UG022 lug Ndaba omusajja era amazze naleeta ebinyeebwa nomuceere kwosa embogga eyo emmere nze ebyo ebyokulya nze byantama sikyayagala nange njagala kulya ku pilawo nkyuuse embeera. Ndaba omusajja era amazze naleeta ebinyoobwa nomuceere kosa emboga yemmere enzijji eryokulya mvu lyanthama sikyalagala nange njagalakuly ku ppira awo nti ufembeera +UG022_LUG018 UG022 lug Owa boda boda agenze e Bulenga naye ebintu bya boss abyerabide e Busega kati addayo kubikimayo. Owa bodaboda agenvu e Bulenga naye ebintu bya bbofuna birabidde bufega kati addayo okubikimayo +UG022_LUG019 UG022 lug Tolowooza nti gwe mwaavu wekka n'abasajja ssebo abakola buli ku makya n'akawungeezi nabo bali ku kikomando nga nze so embeera nange njitegeera. Tulowooza nti gwe muvubuka na basajja ffe babakola buli ku makya nabawungezi bali kukikomando nga nze ffembeera nange mjitegeera +UG022_LUG020 UG022 lug E banaye neeno eriyo akatale kalinga aka st Balikuddembe banaye laba nigiina balina ebintu bingi oba mulimu ne stocks zamasomero uncle yantumye ensawo n'engatto ne ankle sock z'engenda otwalira Diana ku ssomero. Naye neriya akatale kalinga bali ku ddembe banange laba nigina waliwo ebintu ebingi oba mulimu ne stocks za masomero uncle yantumye ensawo ningatto ni uncle sooka ozze ngenda otwalira Diana ku ssomero +UG022_LUG021 UG022 lug Bino ebitooke oba bya bino ebitooke oba bya color ki biwaanvu naye byagaana okusaako etooke eritegeera endagala mpanvu kuliko ebisanja ate akatooke akaliko katono. ffe ewaffe e Busega ebyo tetukyabigula tetukyabilima twabigoba dda byadd'eyo Masaka. Bino ebitooke oba bya Kalaki biwanvu nnyo okuffaako etoooke eritegeera endagala mpaavu kuliko ebisanja ate akatoke akaliko katono ffe ewaffe bufwegendi tetukyabigula tetutuyabilima twabiggwa dda biradeyo mafaka +UG022_LUG022 UG022 lug Omusajja alina goowa alinga gwebalima e Bamunanika ebikajjo bye birungi naye anafuna abaguzi abaguzi be nakku zino nga bakwegayirira nze yalimpadeyo ekikajjo kimu naye aseera. Omusajja alina gowa ali nga gwebali mbe bamunanika ebikajo byebirungi naye ana kufuna baguzi abaguzI bennaku zino nnga bakwegayirira muvayo ali mpadde ekigambo kimu nabyo aseera +UG022_LUG023 UG022 lug bambi omukazi atafubana na mbeera ne muwala we ataddewo akanyanya ne bogoya naye ebisero bikalu ate alinanye wa supermarket oba bikwatagana bitya kansubire nti naye anoonya kikumi bambi katonda amusasire afune ssente awerere omwana. Omukazi atakusubana na mbeera ne muwala we ataddewo akanyaanya ne bogoya naye ebisero bikalu ate aliranye wa supermarket oba bichwatagana bitya kansumbire nti naye anonya kikumi bangi katonda musasira afune ssente awulirere omwana +UG022_LUG024 UG022 lug Museveni yazimba enguudo ssebo ezo nazilabako nange e Dubai abasajja balina ssente oluguudo luyita wansi ne waggulu. Muthabeni yazimbye enguudo ffe be zonna zirabako nange Dubai abasajja balina ssente oluguudo luyita wansi ne waggulu +UG022_LUG025 UG022 lug Abasajja bali mu katale e Nakawa baleese apple baleese enaanansi ewaffe e Bamunanika tebakyabigula ssente nnyingi okuleka eno e Fumbwe bwobileteyo bakuwa ssente nga nyingiko naye abitunda taleese tali serious nakatono laba gyali laba abaguzi tebajja naye yalibadde abiyimba atleast nafunayo ssente ezokulya lunch. Abasajja bali mu katale naka abalese apple balese enanansi ewaffe bamunaniika tebakyabigula ssente nnyingi okuleka eno effumbo bwobireetayo bakuwa ssentenga nyiinji ko naye abitunda tali serious nakatono laba gyaliraba aba guzi tebajja nalyali badda abimba atilifiti nafunayo sSsnte ebulokulya lunch +UG022_LUG027 UG022 lug Eeeeeh eno gyempulira gyebayita KFC ndabako emmotoka kati nze bananguza ebyokulya kukassente akatono kenina akatono ndabawo omusajja aweese ensawo ate agenda eri gye basunda amafutta ffe ewaffe tugagulira eri mu budomola na mu bukyupa era Jjaja yagamba amafuta gayokya nze ebyo sibikiriza era bwefuna ssente nga mpa Aggie yaleeta amafuta eka nze sisobola genda mu town. Eno gyempulira gyebayita KFC ndabako emmotoka kati nze banaguzza ebyokulya ku kasiti akatono kenina akatoondabbawo omusajja aweese ensawa ate agenda eri gjebafunda amafuta ffe ewaffe tugaguula erimubudomola namubucupa era jjaja agamba amfuta gayokya nzize byosibikiriza era bwenfuna ssente ngampa aleta amasute wadeka mbi sisobola genda mu town +UG022_LUG029 UG022 lug Ebibajje nga birungi bilinga ebye Nsambya ne kumasomero fe twabisulako naye nga bu deeka bumenyeka uncle Steven nanzijayo nantwaala e Namagunga gye namalira okusoma naye nga ebikku bitulima ku somero uncle owo'bupipa twamugamba atuwe obupipa ku layisi tayagala kutuwa bupipa bwe abuseera okamala agende abweguze. Ebibajje nga birungi biringa ebyenfambya ne ku masomero ffe twabisulako naye naga budeka bumenyika uncle steven nanvijayo natwale namavuga gye namalira okusoma nange ebiku bitulema kusomeo uncle owopipa twamugamba atuwe wopupa kulayisi tayagala tuwa mupip bwa bufere okukamaala agenda bweguzze +UG022_LUG030 UG022 lug Emmere nnungi okulya naye oba eyalunze omunnyo oba yabadde ali kuki yebase enva temuli munnyo bweyazukuse natekamu omunnyo nga mungi aba abakazi balemeddwa okulya nga emmere ejudde omunnyo kati emmere bagenda giyiwa nze sigyagala nange namaze okulya. Emmere nnungi okulya nayo oba yalunze omunyo obayabadde ali kuki yebaffe enva temulimu nnyo bweyazukuseinateekamu omunya mungi abakazi balemedde okula ng'emmere ejude omuno kati emmereye bagenda ki? nga sijagala nange namaze oklya +UG022_LUG031 UG022 lug Atuwadde amajji abiri ne caayi obwenvu ataddeko butono atuwe ne chapati nga ssatu ne kuji ayongereko bifuuke bisatu omuntu alye akutte agende yebake kuba yakooye nnyo nazuukuka ekiro ngende nsome ebitabo. Atubadde amaggi abiri ne caayi obulenvu ataddeko butono attunda ne chapati nga ssatu negujayo omuddo gifuuke ebisatu omuntu ali akute agenda eyimba kekuba yakooli ennyo nazze okuka ekirungendo ensome ebitabo +UG022_LUG032 UG022 lug Bantu bazibu bali bazimba esundiro lya mafuta ye yalizimba eno mu kyalo simanyi baliyita Agopex. Agopex oba byebiki ebyo nze sibitegeera mbu Agopex laba emmotoka nja kubuuza uncle Agopex nze sibimanyi. Bantu bazibu bali bavumba ebifundiro lya mafuta butera olimanyi baliyita agopex oba ebiti byo sibitegeera mbu agopets laba emmotoka nja kubuuza uncle agopency be sirima nnyo +UG022_LUG033 UG022 lug omusajja yasiriziza ennyama kyokka banaye naye ayagala ssente ebyo ba campuser tebajja bilya ebyo biliibwa bali abalina retake naye ba fresher ba fresher ebyo tebabilya enkoko zasiridde nnyo ayagala ba fresher bazilye aah aah bajja kulya ezo mu kikoni. Omusajja yasiriziza ennyama kyoka banange naye alagala ffente ebyo ba Kampasa tebaja birya ebwebiribwa balya abalina Liteke nga ba Fulefa baFlefa eyo tebabirya Nkoko za firidde nnyo ayagalayo pa Fureza bajja kulyeva mu kikoni +UG022_LUG034 UG022 lug Omusajja oba agenda gamba atya nannyini lusuku yasubudde emmere emu ya mabanja eyengeredde ku mmotoka amatooke manji omusajja ayagala ssente abajja ogula bagala mabanja kati ssente agenda kuzijawa ali mu loan emmotoka police ejja gyitwaala egyitwaale ku police bagisibe yamanyi emmere ye oba evunda oba agitwala mu Owino abasubuzi bagisubuule. Omusajja oba agenda gamba atya nanyini lusuku yafubudde emmere emu ye amabanja eyengered ku mmotoka amatooke amangi aba omusajaja agala fent abajjogula bagala mabanja kati Fent agenda kuvijawa ali mu loani emmotoka polisi ejakujitwale ajitwali ku police bajifube yamaanya emeere yoba evunda obanga ajitetwala muwe na ba furuzi bajisubule +UG022_LUG036 UG022 lug Amaato nga mangi ge Ssese jjaja yanyumiza ekizinga kye Ssese mbu ennyanja bwetabuka amaato baga amazzi gasindika amaato negadda ebbali laba abantu engoye zaabwe bambi zona ziri awo oba abamu bafudde teri amanyi bambi bafiridde mu muyaga babadde bangi ndabako abamu abasatu balamu abasatu mbalaba balamu bali awo balinze ntambula kirabika. Amato nga mangi ga bwe ge ffe jajja nyumirwa ekizinga kye fffe mu nnyanja wetambuka amazzi gasindika amto negadde baliraba abantu engoye zaabwe bambi zonna ziri awo oba abamu basudde terya manyi bampibasulidde muyaga babade bangi ndabako abasatu abalamu abashatumbala aba salamubali awho balinze tambula kirabika +UG022_LUG037 UG022 lug Engege eringa ya mu Lwera oba bazisiika batya ataddeko akantu oba bwebayita sausage simanyi sausage oba biki nze sibimanyi mpulira babiyita sausage simanyi sausage simanyi sausage Naki alabika yabimanyi bebasomera e Kampala naye nze sibimanyi. Eno engeri ga eringa eya bulwera oba babifubika batya atadeko akantu obabwe webayita sosedi obaba biki mpulira waberiyita sosodi simanyi ssosiidi simanye ssi odi naki alabika yabimanyo byebafuna emmere i Kampala naye mve ssomero +UG022_LUG038 UG022 lug Eeeh bebano bebatugambako abe Karamoja bambi tebakyaseeka laba enju mwe basula baby waabwe laba bwafanana bambi singa nfuna ssente nembagulira ku bizigo balabe bwe bafanana uncle yagamba jjaja mbu abantu be Karamojja bewunyisa kituufu bewunyisa ayambadde ekintu kilinga leesu ebigere tananabako naye ayagala. Ebe bano webatugambako abikaramoja bambi tebakyafrica laba enju mweba fula bibyewabira waffe wanana bampi singa nfuna front nembagulira kubuzibu balabe weba fanana uncle yagamba jajambo abantu ekaramojia bewoyisa ekitufu bewonyisa eyambadde ekintu kiringa lefu ebigiri tananakumu naye ayagala +UG022_LUG039 UG022 lug Ssebo bano ba Karamoja baki befananyiriza aba Karamoja naye batugamba tebambala naye bano bambadde engoye ssebo zinyirira bino bileesu ne mu Owino gyebiri bino eeeeh ne buno bulugabire wano webuli ssebo Mustafa yabugula Mustafa yagula naye ezo ewaka gyezili ezo n'emiggo bagilundisa ente neeyo ewaffe e Luwero nabilabako ebyo babikozesa. Ffebo bano ba karamoja baki byefananyiriza ba Karamojja naye batugamba tebambala ngoye ffezo zinyirira bino biri efune mu owino gyebiri wano buli ffeebo mustafa yabogulamu mustifa yogula neziri ewaka neziggo bajirundisa ente eri ewaffe luwenda birako ebyo babikozesa +UG022_LUG040 UG022 lug Bano tebakyayimba ngoye laba emijoozi emirungi, mijoozi emirungi okwambala okudukiramu okuzanyiramu omupiira maama yetegereza ate tagula takimanyi system y'abasubuzi bwoba togula olina genda olina genda Mulago yeeri abalwadde okulaba agule engoye omusajja kyalya ne kyatwalira abaana be nze ezo nziyimba buyimbi era mbeera sharp nnyo mu Owino nze nyimba engoye. Bano tebakyayimba ngoye ndabe emijozi emirungi okwambala okuzanyiramu omupira maama yetegereza ate tagula tekimanyi sisitemu yabasubuzi bwoba togule olina agenda mulago erya balwadde abokulaba agule engoyne omusajja afune kyale nekyatwalire abaana be nze ezo nziyimpa buyimbi era mbeera saku nnyo muwena onyumirwa +UG022_LUG041 UG022 lug Eno omusajja wano kisaawe oba nnimiro ndabamu ebintu ssebo biringa bitoogo mulimu ebintu biringa kalandalugo ebiddodo alabika omusajja naggaga yakola farm ssebo mulimu abantu balima naye nze ekyantamya okola mu farm ndaba obusente obusente bwa cholo bagaba obusente butono ayagala omalirize omulimu osule eyo oddeyo eka ate bakukube emiggo lwa nkumi ssatu. Eno omusajja wano kisaawe oba nnimiro ndabamu ebintu ssebo biringa ebitogo mulimu biringa kalandalugo ebi doodo erabika ono musajjwa nagga ggakola farm sebo mu limu abantu balima nennyini gyekyantamye okukola mu farm obawo obusente obutono ayagala omalirivu omulimi ofuleyo odeyeko emiggo lankumiisatu +UG022_LUG042 UG022 lug Haaaa ennyaanya nungi naye zaagwa ebbeeyi eri ewaffe e Semuto tebakyalima nnyaanya balina kasooli mungi n'abamugula tebamulaba nze kyenjagala ku midaala gino gyiriko amenvu kubanga nze ndi sporty. elyenvu bbogoya bikajjo noono omusajja asindiika ekigaali naye olaba tabiriiko ali ku bikajjo bye anoonya. ebikajjo babyagala bikola sukaali. Nnyaanya nnungi naye lagwa ebeeyi erya ewaffe ffe mutwe tebakyali manyaanya balina kafuuli mungi namugula temumulaga kufira kyenjagala ku middala gino lyafanana envu kubanga nze ndifutoti ameenvu bogoya bikajjo no nomusajja afindika ekigaali era olaba atabiriko ali ku bikajo bye anonya we bikaju babyagalabikola fuka +UG022_LUG043 UG022 lug Batugamba ennyaja zitta ssebo bampisaako ku lake Albert naye nga omutima tegundiimu oba abasajja bavugirawa eeeh bino byebayita ocean byebayita simanyi biki batusomesa simanya Atlantic Ocean simanyi biki nze byanerabira banga ddene nga nvude ne ku ssomero banaye naye ndaba mazzi kiringa kiyanja esinga ne Victoria ye waffe ssebo. Batugamba ennyanja ziyita febo bampisako clay carlbert naye ng’omutima tegundi emu oba abasajja bavuga wano kati vino vebayita oseni simanyi luki batusomesa simayi nya talanti ke osani simanye luchi nze byanerabira banga ddene nga avudde ne ku ssomero bana nindaba amazzi kiringa kiya nje ate efenga ne victoria ye wafe sebo +UG022_LUG044 UG022 lug Abasajja bazibu, laba eky'okulya kyebamuwadde olye ebyo ebyokulya webake biri kasowaani karungi naye bitono bilinga bi kivuuvu kasoolisooli biddoddo n'omuzigo eyo diet nze sijisobola nzilayo ewaffe e Luwero oba ngenda e Kaseese mu ba jjaja nembeera eyo naye nga ebyo sibilidde. Abavubajja bazibu laba ekyokulya kyemuwadde oli ebyo ebikulu webaka biri ku kasowani naye kalungi bitono biringa bikivuvu, kasooli fooli, bidodo, nomuzigo eyo diet sijisobola kufira yo ewaffe luwero oba ngenda ekasuse mu bajjaja mbere nembera eryo nga ebesiridde +UG022_LUG045 UG022 lug Eeeh omusajja yevudemu nga akoze ssente ziganye aguze ogumotoka ogukadde ataddeko watermelon zilinga za mutwalo ssebo naye anonya kikumi oyo omusajja wewaffe eri mu kyalo aguze akamotoka simanya ka lukumi mu bibiri kuliko omuwala ono Agnes yakamala e Makerere kati ayimba apple ajja kufuna ssente alina degree mu business mu business administration ajja kufuna ssente oyo. Omusajja yevudemu nga akoze ssente zigaanye aguva ogu motooka ogukadde ataddeko watermelon ziringa za mutwalo sibbo naye anonya kikumi omusajjwa we waffe ali mu kyalo aguza akamotoka simanyi lukumi bibiri kuliko omuwala ono agenda enfuyi aka malima keere kati ayimba ajjakufuna ssentu alina degree mu Business administration ajakuffuna Ssenttu +UG022_LUG046 UG022 lug Newunyiza ekifananyi omusajja alinga president wa ghetto ssebo jangu olabe Bobi wine ate anoga majaani ali Fort anoga majaani ssente ssente efuuse ekizibu ssente efuuse ekizibu aweese ekikapu ekisero kilinga mwana eeh beeri Nakigalala nabo banoga amajaani ssebo nga batekamu naye ali happy nnyo yasiba ne kirasta ssebo. Newundiiva ekifananyi omusajja alinga pulevidenti wa getto febo jjangu olaba ebobuwaini yataaga nogamajaani ali ffu kutya nogamajaini ssente ssentefufa ekifi bwaffe sekikappu ekiffo kiringa mwana eba erina kigalala nabo banoga majaani sebo nga bateekamu naye ali happy nnyo yafiba nekirafuta +UG022_LUG047 UG022 lug Omusajja ayokya nzijji nze ebyo byanema nze ebyo byanema lwabulemu sibisobola uncle yali abintwalamu olujji lwanjikya lwankuba mutwe neneyokya nengalo sikyabisobola ebyo nze ogwange ndi muzanyi njiiya embeera yonna okulaba nga mberawo. naye ebibaati nga bikadde bizeeyi ebibaati nga bizeeyi bya asbestos bizeeyi nnyo. Omusajja ayokya amazijji ebiva ebyo bya nnima bivayo ebinva ebyeyanema lwabula emu sibisobola enkuba yafira entwala mu luujji lwanjokye lwangulu ne nyoyoke wano engalo sikyabisobolo elyo muvuge ogwa ngenda muzanyo ndiyembeera yonna okulaba nga mbeerawo bibati nti bivi yebifo ekyo buveeyi +UG022_LUG049 UG022 lug Laba omukazi no mwana we banaye mu kifo kyokola ssente bali ku whatsapp bawhatsappinga ssente banazijawa batunda ebintu ebya yellow oba micungwa gy'egye bugisu gino emicungwa gye bugisu si gye busoga gye bugisu gino. Laba omukazi nomwana we bana mu kifo kyokola ssente bali ku whatsapp oba whatsappinga ssentte banazijawa batunda ebintu bya yerlow obemicungwa gyajje bugiffu gino emicunga jjeebugffu sijjebusoga jjebugaffu jino +UG022_LUG050 UG022 lug Eeeh batugamba wetulya apples ne tulya greens omubiri gufuna amaanyi nja tandika obilyaako laba omukazi oba aguza ono omusajja eeh ono omusajja tu traininga naye ono mmujjukidde ono Peter ono amaanyi agajja eno mulabe ssebo alina ssente era banaye bino tebijja soboka nga temuli ssente kati laba ebintu byaguze asiike enkoko enkya ssebo. Batugamba bwe tulya apples netulya greens omubiri gufuna amaanyi nja tandika obbirya kulaba omukazi ono musajja tutraininga naye onopita onomujukide onupita Ono amaanya agaja eno mola feba alina fente era banange ebintu byebajja soboka temuli fete batera abantu ebiintyu byaguze afike enkoko +UG022_LUG051 UG022 lug Abantu bafanagana oyo omukazi namulabye mu katale e Bweyogerere alina emiddaala mingi ye business ye ate kisitegeera kati eri aleseyo ani agalawo najja eno bamukubira ssimu nti jangu abaguzi bali eno bangi oba omusajja tamuliiko yekolera bibye naye bagamba alina ssente naye tawangaza musajja abasajja abamufuna bebafa abasajja abamufuna bebafa. Abantu bafanagana oyo mukazi namulabye mu katale alina emiddaala mingi ye business bye ate ffe balirira kati eri ali e Seyaani agalawo na jje bamukubira simu tebyangu abaguzi bali eno bangi oba musajja tamuliiko kyekolera bibye naye bagamba Alina ssente Naye tawa nga ava misajjo abasajjaba musunna +UG022_LUG052 UG022 lug Boyi aguze obuntu butono naye avimba laba amagatto ssebo ayita ku byakabi azimba ndaba akute obubinika ate bulabika simayi pako kati pako enkade erina akatale akwate ssente agende e Nabugabo agule pako empya ne ki giini kimusiwuseeko ebigatto bisiwuuse agulemu open batugamba ye nanyini kalina eyo eri awo mbu Muwanguzi tawanika. Boya aguze obuntu butono naye azimba aba magatto sebo ayita ku byakalyazibwa okuva ebikuba endaba akutte obubinika ate bulabika simanyi pako kati pakinga erina akatale ako tesentagenda gugaba agule paka empya nekijji nikiguseko biga tubisewose agulemu open batugamba yananye kali nengyo omwanguzi +UG022_LUG053 UG022 lug Eeeh laba omusajja laba mukyaala ebyo babiyita batya carrots, carrots banaye abekilimi tulabye carrots omusajja gwebaguza alinga akubiddwa oba alabye oba alabye girlfriend we nomusajja omulala anyiize bamugamba sasula mazze okusibilako ebintu ebilowoozo biri walala ate enkuba etandise otonya omusajja omukyaala ayagala kusibako bintu bye agende ewaka naye emesse tezibilye? Laba omusajja wano mukyala ebyo babiyita carrots carrots bano abeekirimi tulabye carrots omukyla gwebaguza ali nga akubidde oba alabika galosendi we nomusaja omulala anyizze bamugamba ffasulo amaze okufuna ebintuebiloggo biri walara ate enkuba etanyusa otonya omamayaraga tezibako bintu byagenda ewaka +UG022_LUG054 UG022 lug Ebyo byebayita bi tanka bu ppipa bukola eri mu nimiro abasajja eri uncle Seki bwaba alima ku musana mulaba no buppipa mu nimiro atumye ono musajja w'okukyalo oyo omusajja awangalidde ku bodaboda okuva nga tusoma primary ku Namagabi neera kati akyakola bodaboda oba alina emyaka emeka omusajja oyo yenna asiwuuse naye mu kukwaana abakazi oyo Ebyo byebayita bitanka bupiipa bukola eri mu nnimiro abasajja eryankosekiwa balima ko musana mulaba nobupiipu amunimiro atunda omusajjawokujalo we ku bodaboda kubanga tusoma primary ennama gabino era kati akyakola Bodabodoba alina emiyaka gye kuliko omukazi oyo ye nafiri waffe mukwano aba kazayinamu +UG022_LUG061 UG022 lug Nze nkimanyi nti obulamu bwonna obusobola okukyuuka mu kaseera. Nze nkimanyi nti obulamu buno obusobola okukyuuka mu kaseera +UG022_LUG062 UG022 lug Eddagala erisinga obulungi lya kusaba naye lya kwegatta nensonga ezamaanyi. Eddagala erisinga obulungi lya kusaba naye lyakwegata nenfonga eza manyi +UG022_LUG063 UG022 lug Enkuba bweyongera okunyinyila okunyilira abantu bangi bayimirira mu nkuba nga bagenda ku mirimu. Enkuba bweyongera okunyirira okinyiria abantu bayimiriira mu nkubo nga bagenda ku mirimu +UG022_LUG064 UG022 lug Mukwano gwe tukukwata ku bantu mukwano tegukwata ku bantu betulaba buli lunaku guleta essanyu lingi. Mukwano gwe tukukwaata ku bantu mukwono tegukwanga ku muntu betulaba buli lunaku guleeta essanyu lingi. +UG022_LUG065 UG022 lug Okuvuganya n'okuwangula si bikwata mukisa wabula kuteekateeka. Okuvuganya nokuwangula sibikwata wabula kuteekateeka +UG022_LUG066 UG022 lug Abazadde baffe begomba byebegomba ennyo okulaba nga tetulina bulamu bulungi. Abavubadde baffe begomba bebegombA ennyo okulaba nga tetuliina bulamu bulungi +UG022_LUG075 UG022 lug Ennaku zino abantu bangi bayingirira ku mukutu gwa internet. ennaku zino abantu abangi bayingirira ku mukutu gwa internet +UG022_LUG076 UG022 lug Obuyonjo bwe ssomero buyamba omwana okukuba okuba nobulamu obulungi. Obuyonjo bwe ssomero buyamba omwana okuba okula nobulamu obulungi +UG022_LUG077 UG022 lug Amaanyi g'omuntu gava mu kutegeera n'okuwewera n'okwewala n'okwewala ebyamaanyi agakyamu. Amaanyi gomuntu gava mukutegeera nokwewara nokuewaala ebyamaany agakyamu +UG022_LUG078 UG022 lug Abakyala bangi balina obuvunanyizibwa obunene mu maka gaabwe. Abakyala abangi balina obuvunanyizibwa bunene mu maka gaabwe +UG022_LUG079 UG022 lug Emikolo egyenjawulo gyileta essanyu mu bantu nokwegatta. Emikolo egye njawulo gireeta effanyo mu bantu nokuyigata +UG022_LUG080 UG022 lug Obulamu bwaffe bulungi bwetwegatta bwetukwata ku mukwano gyaffe bulungi. Obulamu bwaffe bulungi bwe tukwaata ku mikwano +UG022_LUG081 UG022 lug Okutambula mu bifo ebirala kuyamba omukutu okuyiga n'okutegeera obulala. Okutambula mu bifo ebirala kuyamba omukuto okuyiga nokutegeera obulala +UG022_LUG083 UG022 lug Omusomesa asanyusa nnyo omwana nga amuyamba ku kuyiga obulungi. Omusomesa afanyusa nnyo omwana nga amuyamba okuyiga obulungi +UG022_LUG084 UG022 lug Enteekateeka obulamu etuyamba okutuuka ku bigendererwa. Enteekateeka obulamu etuyamba okutuka ku bigendererwa +UG022_LUG085 UG022 lug Okuba n'okuwangula mu maka kulina okuleeta essanyu mu buli muntu. Okuba nokuwangula mu maka kulina okuleeta essanyu ku buli muntu +UG022_LUG086 UG022 lug Emikolo egyennaku ennene gireeta abantu okuva ebitundu ebyenjawulo. Emikolo egyenaku ennene jireta abantu okufa ebitundu eby'enjawulo +UG022_LUG088 UG022 lug Okuvaayo mu kusomesa kirina obuvunanyizibwa eri omusomesa buli lunaku. Okuvaayo mu kusomesa kirina obuvunanyizibwa eri omusomesa buli lunaku +UG022_LUG089 UG022 lug Okutendereza katonda kileeta obulamu obutalimu buvune Okutendereza katonda kireeta obulamu obutaliimu buvune +UG022_LUG091 UG022 lug Obulamu bw'omuntu bulina okusirikira bwe bulina okusaba obulungi. Obulamu bwo muntu bulina okusirikira bwe bulna kusaba obulungi +UG022_LUG092 UG022 lug Okukola ennyo ku birimu birina okuleeta ebivunwaawo bulungi. Okukola ennyo ku birimu birina okuleeta ebivamu obulungi +UG022_LUG093 UG022 lug Okuffa okuffa kwomugaga okuffa kwomugaga waffe kwaleta obulumi nokufaayo. Okuffa okuff ku mugagga kwaleeta obulumi nokufaayo +UG022_LUG094 UG022 lug Omwana asaba okusanyuka buli kaseera nga ali wamu n'ezzade n'ezzade. Omwana asaba okusanyuka buli kafeera nga ali wamu ne vadde nevd +UG022_LUG095 UG022 lug Okutambulira mu bibuga ebirala kuyamba kukubulira kukubulilira ebyenjawulo kukubulilira ebyenjawulo. Okutambulira mu bibuga birala kuyamba ku kuburirira eby'enjawulo +UG022_LUG101 UG022 lug Omukyala omuto ayagala nnyo okuyiga eby'omutima ne mu ssomero. Omukyala omuto ayagala nnyo okuyiga ebyomutima mu ssomero +UG022_LUG102 UG022 lug Enkuba bw'enyilira eyamba abalimi okufuna ebyokulya Enkuba bwenyirira eyamba abalimi okufuna ebyokulya +UG022_LUG103 UG022 lug Emirimu gyaffe gireeta ebivaamu ebirungi bwetugikolamu amaanyi. Emirimu gyaffe gireeta ebivamu ebirungi bwetujikolamumanyi +UG022_LUG105 UG022 lug Okutukiriza ebigendererwa byo bulamu bigasa buli omu. Okutukiriza ebigendererwa byo bulamu bigassa buli omu +UG022_LUG108 UG022 lug Okukola mu bifo eby'enjawulo kuyamba ku kuziyiza ku kuyingiza ssente. Okukola mu bifo eby'enjawulo kuyamba ku +UG022_LUG109 UG022 lug Mukwano ogwo mukwano ogwa maanyi gutera okuwa essanyu buli kaseera. Mukwano ogwa mukwono ogwamaanyi gutera okuwa essantu buli kaseera +UG022_LUG110 UG022 lug Okukimanya nti obulamu bulina enkomerero kuyamba mu kuteekateeka. Okukimanya nti obulamu bulina enkomerero kuyamba mu kuteekateeka +UG022_LUG111 UG022 lug Omusomesa akola nnyo ku kusoma abaana obulungi. Omusomesa akola nnyo ku kusoma abaana obulungi +UG022_LUG112 UG022 lug Okutegeera ebizibu eby'enjawulo kuyamba mu kukola obulungi. Okutegeera ebivibu eby'enjawulo kuyamba okukola obulungi +UG022_LUG113 UG022 lug Omukyala asanyukira nnyo okubeera n'abaana abalala mu maka. Omukyala afanyikira nnyo okubiira na baana abalala mu maka +UG022_LUG114 UG022 lug Okuyiga ku bintu ebipya kuyamba ku kufuna obulamu obulungi. Okuyiga ku bintu ebipya kuyamba okufuna obulamu obungi +UG022_LUG115 UG022 lug Ensi yonna erina engeri ezenjawulo ezokubeera obulungi. Ensi yonna erina engeri ezenjawulo ezokubeera obulungi +UG022_LUG116 UG022 lug Ensi yonna erina engeri ezenjawulo ez'okubeera obulungi. Ensi yonna erina engeri ezenjawulo ezokubeera obulungi +UG022_LUG118 UG022 lug Okulabilira abavubuka okuleeta emirembe mu maka Okulabirira abavubuka okuleeta emirembe mu maka +UG022_LUG119 UG022 lug Obutafaayo ku bulamu buyinza okuleeta obuzibu. Obutafaayo ku bulamu buyinza okuleeta obuzibu +UG022_LUG121 UG022 lug Amaanyi go muntu gayinza okuva mu kwagala okwamaanyi. Amaanyi g'omuntu gayinza okuva mu kwagala okwamaany. +UG022_LUG122 UG022 lug Abantu mu bifo bye bye byensiike bakozesa obudde bungi okulima ebyokulya nga emmere kino kiba kiba kyekyo ebintu byaabwe bya nsonga. Abantu mu bifo bye byenfike bakozesa obudde bungi okulima ebyokulya ng'emmere era kino kiba kyekyebintu kyeka eb intu byaabwe byanfonga +UG022_LUG123 UG022 lug Abaana mu Uganda bangi basanyukira okuzanya mu bifo by'obulamu era kino kye ebintu eby'obulamu obulungi. Abaana mu Uganda bangi basanyukira okuzannya mu bifo byobulamu era kino kiba kyebintu eby'obutambula obungi +UG022_LUG124 UG022 lug Abakyala mu Uganda bakozesa obudde bungi okulima era okukola ebyokulya byaabwe mu maka buli lunaku. Abakyala mu Uganda bakozesa obudde bungi okulima era okukola ebyokulya byabwe mu makka buli lunaku +UG022_LUG125 UG022 lug Abantu mu Uganda balina obuzibu mu kwogera ku mirimu gwe buli lunaku okufuna obuyiiya obulongofu. Abantu mu Uganda balina obuzibu mu kwogera ku mirimu buli lunaku okufuna ebuyiya Maka obulongoofu +UG022_LUG126 UG022 lug Mu bifo byensiike abakolima balina okusaba balina okusaba obuyambi balina okusaba obuyambi ku bantu abalala okukola emirimu gyaabwe buli lunaku. Mu bifo byenfiike abakulima balina okusaba balna kufaaba obuyambi balinah okusaaba Obuymbi ku bantu abalala okukola emirimu gyaabwe buli lunaku +UG022_LUG127 UG022 lug Abantu mu maka gaffe balina okukola emirimu egyenjawulo buli lunaku okugeza okuzimba emikono n'okutunda ebintu ebyo mu maka. Abantu mu maka gaffe balina okukola emirimu emirumu ejenjawulo buli lunaku okugeza okuzimba, emikono ,nokutunda ebintu byo mu Maka. +UG022_LUG128 UG022 lug Abantu abato mu Uganda bakozesa obudde bunji okuteekawo ebyokulya mu maka buli lunaku. Abantu abato mu Uganda bakozesa obudde bungi okuteekawo ebyokulya mu makka buli lunaku +UG022_LUG129 UG022 lug Abavubuka bangi mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okuzimba ebyobukugu nokufuna nebyenfuna. Abavubuka abangi mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okuzimba ebyo bukugu nokufuna ne byenfuna +UG022_LUG130 UG022 lug Abakyala mu Uganda bakozesa obudde bungi okulima n'okutunda ku mikutu gye bisubulu buli lunaku Abakyala mu Uganda bakozesa obudde bungi okulima nokutunda ku mikutu gyebisubulo buli lunaku +UG022_LUG131 UG022 lug Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era bino bibayambe okufuna obuyiiya. Abantu mu bifo ebyenfike balina okukola emirimu gyaabwe buli lunaku era bino bibayambe okufuna obuyiiya +UG022_LUG133 UG022 lug Abantu mu Uganda bakozesa obudde bungi okuteekawo emikolo ebivulu buli lunaku. Abantu mu Uganda bakozesa obudde bungi okuteekawo emikolo ebivulu buli lunaku +UG022_LUG134 UG022 lug Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya ne bintu byoomu. Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byomu +UG022_LUG135 UG022 lug Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya nebintu byo mu maka Abakyala mu ggwanga Uganda abakyalamu mu uganda bakozesa obudde bungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byo mu maka +UG022_LUG136 UG022 lug Abantu mu ggwanga balina obuzibu mu kwogera n'okusoma buli lunaku era kino kibayambe okufuna obuyiiya. Abantu mu ggwanga balina obuzibu mu kwogera nokusoma buli lunaku era kino kibayambe okufuna obuyiiya +UG022_LUG137 UG022 lug Abantu mu Uganda bakozesa obudde bungi okulima ebyokulya buli lunaku era kino kyongera ku byokulya mu maka gaffe. Abantu mu Uganda bakozesa obudde bungi okulima ebyokulya buli lunaku era kino kyongera ku byakulyamu maka gaffe +UG022_LUG139 UG022 lug Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya ne bintu byomumaka. Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byo mu maka +UG022_LUG140 UG022 lug Abantu mu Abantu mu Uganda balina obuzibu mu kwogera ku mirimu ku mirimu gyaabwe buli lunaku era bino byongera ku ngeri y'okufuna obuyiiya. Abantu mu Uganda balina obuzibu bwo kwogera ku mirimu gyaabwe buli lunaku era kino kyongera yokufuna ebuyiya +UG022_LUG141 UG022 lug Abantu mu abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka. Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka +UG022_LUG142 UG022 lug Abavubuka mu Uganda basanyuka nnyo okukola emirimu gyaabwe buli lunaku okugeza okugeza buli lunaku okugeza okulima Abavubuka mu Uganda basanyukira nnyo okula emirimu gyaabwe buli lunaku okugeza okulima +UG022_LUG143 UG022 lug Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya nebintu by'omumaka. Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byo mu maka +UG022_LUG144 UG022 lug Abantu mu Uganda bakozesa obudde bungi okulima buli lunaku okugeza okuzimba eby'obulimi. Abantu mu Uganda bakozesa obudde bungi okulima buli lunaku okugeza okuzimba eby'obulimi +UG022_LUG145 UG022 lug Abantu mu Uganda balina obuzibu mu kwogera nokusoma buli lunaku era bino bibayamba okufuna obuyiiya obulongoofu. Abantu mu Uganda balina obuzibu mu kwogera nokusoma buli lunaku era bino bibayamba okufuna obuyiiya obulongoofu +UG022_LUG146 UG022 lug Abantu mu Uganda bakozesa obudde bungi okulima ebyokulya buli lunaku era kino kyongera ku byokulya mu maka gaffe. Abantu mu Uganda bakozesa obudde bungi okulima ebyokulya buli lunaku era kino kyongera ku byakulyamu maka gaffe +UG022_LUG147 UG022 lug Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okulima nokutunda ebintu ebyensiko. Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okulima nokutunda ebintu byaab wemfuko +UG022_LUG148 UG022 lug Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya ebintu eby'omumaka. Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya, ebintu ebye’omumaka +UG022_LUG149 UG022 lug Abantu mu maka balina obuzibu mu kwogera ku murimu gyaabwe buli lunaku era bino byongera ku ngeri y'okufuna obuyiiya. Abantu mu maka balina obuzibu bwo kwogera ku mirimu gyaabwe buli lunaku era kino kyongera yokufuna obuyiiya +UG022_LUG150 UG022 lug Abantu mu bifo byensiike balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka. Abantu mu bifo bye nfiike balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka +UG036_LUG001 UG036 lug Ndaba abantu bambadde yunifoomu balinga abalina kyebagala okukukola bakutte ebizo bya matooke nga abayina kyebategeka okukola. Ndaba abantu bambadde uniformu balinga bayina kyebagala okukola bakutte ebizibu bya matooke nga balina kyabategeka okula +UG036_LUG002 UG036 lug Ndaba ebimuli bya colour nnyingi birungi biri nga roses. Ndaba ebimuli bya colour nnyingi birungi nga roses +UG036_LUG003 UG036 lug Ndaba bategeka omukolo ki gwa kwanjula bantu betala bategeka balloon batimbye bulungi mukolo gwa kwanjula. Ndaba bategeka omukolo gwa kwanjula. Bantu betala bategeeka baluuni batimbye bulungi mukolo gwakwanjuira +UG036_LUG004 UG036 lug Ndaba abaHindi bangi bambadde zi sali zaabwe ekyambalo ky'obuwangwa bwaabwe kirabika bajaguza ebikujuko bye by'obuwangwa bwaabwe. Abayindi bangi bambadde sali zaabwe, kyamba obuwangwa bwaffe bwirabika bajaguza ebikujiko byobuangwa baab we +UG036_LUG005 UG036 lug Enimiro ya cabbage nnyingi erabika yali project y'ekitongole ky'obulimi. Ennimiro ya cabbage nnyingi erabika yali project eyekitongole ekyobulimi. +UG036_LUG006 UG036 lug Ayokya kasooli wa kutunda alabika bulungi nnyo. Ayo kyakasoli wakutunda, arabika bulungi nnyo. +UG036_LUG007 UG036 lug omukazi atunda ensawo z'amanda nokupima apima mu buveera. Omukazi atunda ensawo za manda n'okupima apima mu ssente. +UG036_LUG008 UG036 lug Abayindi bambadde engoye zaabwe betise ebibbo ku mutwe mulimu ebibala ne bimuli mulimu abato na bakulu na bakulu bali mu kikujukko bali mu maaso ge sinzizo lyaabwe bali mu kusaba. Abayindi bambadde engoye zaabwe betise ebimotoka ku mutwe mulimu ebirala ne bimuli, abato n'abakulu bali mu kikujjo balyemu maaso ge singizo lyaabweri balemukusaba +UG036_LUG009 UG036 lug Omukolo bali mu kulya mmere, abategesi bali mu ku bagabula emmere olu line olunyiriri luwanvu abantu bafuna ekyokulya essaawa kirabika ssaawa ye kyenkya, kuba bakutte ebikopo bya caayi ne by'okunyweerako. Omukolo bali mu kulya mmere, abategesi bagabula emmere olungi lyanvu, ekyokulyAsaawa kirabika ssawa ye kyenkya bangude ebikopo bya caayi n'ebyokunyweera ku +UG036_LUG010 UG036 lug Ndaba oluguudo luyisa mmotoka nnyingi, lukute jam n’abantu bayita bbali abo'bupiki na ba magaali. Ndaba oluguudo luyisa mmotoka nnyingi lukutejamu nabantu bayita bali ab’obupiki n'amagaali. +UG036_LUG011 UG036 lug Omusajja atembeeya amatooke ku luguudo mulimu bogoya ndiizi ne matooke ag'okulya, omukyala ali mu kulamuza amatooke. Omusajja atembeeya matooke ku lugudo mulimu bogoya ndiizi ne matooka agokulya. Omukyala ali mu kulamuza amatoo ke +UG036_LUG012 UG036 lug Ndaba edundiro ly'ebisolo nga mulimu enjovu ziri ttaano n’omwana gwaazo, mu dundiro lye bisolo mu busubi nebire birabika nti bwaali budde bwa ku makya nga omusana guvaayo. Ndaba eddundiro lye bisolo nga mulimu bwenjovu ziri tano ne mwana wazo mudundiro lya bisoli mu busubi nebire birabika baligudde ku makya naye omusana guvaayo +UG036_LUG013 UG036 lug Ndaba entwiga nayo eri mu ddundiro lyebisolo mu busubi akasana ko ku makya nga kavaayo nga eri mu kwota omusana. Ndaba enkuya nayo eri mu jundiro lyebisolo mu busubi akasana nga ako ku makya kavaayo ng’eri mukwota omusana. +UG036_LUG014 UG036 lug kulya kusowani nga muceere n'ennnyama y'embizzi Okulya ku ssowaani nga muceere nennyama ye mbizi. +UG036_LUG015 UG036 lug Oluguudo lukute jamu mulimu gamba engeri y'akabenje ekimotoka ekinene ki lukululana kiri mu kuwaguza kiyingire oluguudo, nabavuga obuggaali bodaboda benyigiriza okiyitawo. Oluguudo lukutejam mugamba engeri ya kabenge, ekimotoka ekinene ekiru kululana kiyingire obudde bwonna bavuga bodaboda benyigiriiza okujitawo. +UG036_LUG016 UG036 lug Ndaba etundiro lye bizimba, ndabako mitayimbwa, gundi Kawuuba, paint, langi matanka ggo kulembekeramu amazzi babitundirawo na kapande kessomero Seeta. Ndaba ettundiro lyebizimbe, ndabako mitayimbwa bodaboda ogundi gavumenti langi, matanka golembekiramu amazzi, babitundirawo nakapande ke ssomero bu seeta +UG036_LUG017 UG036 lug Ndaba emmere ku ssowaani omuceere, cabbage n'ebinyeebwa. Ndaba emmere ku ssowaani omuceere, cabbage ne binyebwa. +UG036_LUG018 UG036 lug Ekipande Mystica n'omuzikiti gwe batanaba kumaliriza okuzimba nemmotoka ewandiseeko ranger enguudo nomusajja wa boda avuga boda ku luguudo. Ekipande emisika n'omuzikiti bantanaba okumaliriza okuzimba, nemmotoka ewandiiseeko ranger emuguudo, nemusajja wa boda avuga bonda mu luguuddo +UG036_LUG019 UG036 lug Ndaba omusiisi wa chapati nga waliwo namatooke ngeri ngeri waliwo hotel n’omukazi ayoza bintu nabamu balya balala bali ku dduuka bagula kayumba ka mobile money nga kagale. Ndaba omusisi gwa chapati nga waliwo namatooke, eri ngeri wano woteri nomukazi ayoza bintu nabamu balya balala bali kuduka bagula akayumba ka mobayiro mane nge akagale +UG036_LUG020 UG036 lug Katale ko mubuulo mu mabbalibbali go luguudo batunda ngoye, ngatto, bag. boots mabbali g'omwaala ku luguudo. Akakyale ko mu mabbali g'omwala batunda engoye nga baga boots mumabali g’omuwala ku luguudo. +UG036_LUG021 UG036 lug Olusuku lwa matooke n’ettooke etto lyakasa nga otutooke wajuddeko ebisanja ebingi ebikaze. Olusuku lwa matooke ne tooke yakasawo nga ekitookeyajjudde ebisanja ebingi ebitaze. +UG036_LUG022 UG036 lug Oluguudo nga lulungi lunyirira waliwo omusajja atunda avuga ebikajjo abitwala mu katale kubitunda, mu luguudo nga teruliko jamu, emmotoka zitambula bulungi. Oluguudo nga lulungi lunyirira, waliwo omusajja atunda avuga ebikajjo abitwala mu katale kubintu ku luguuddo ngana terurikojambo emmotoka ezitambula bulungin. +UG036_LUG023 UG036 lug Akatale kebirime omuddaala, si katale omuddaala guyimiridde gwokka abantu bagula amenvu, ennyaanya, miyembe n'amatooke. Akatale kebirime omudala, si katale omudaala buyimiride wo buli lunaku eddeka, abantu bagula amenvu, nyaanya, emiyembe na matooke. +UG036_LUG024 UG036 lug Oluguudo lwe bazimba waggulu olwa Northern bypass lwe ndengera n'emmotoka nga ziyitawo. Oluguudo olwe Bazibba wa northern bypass bwenengera emmotoka ziyitawo. +UG036_LUG025 UG036 lug Omusajja ng'atunda watermelon ne micungwa adisplayinze waggulu ewali ebipande bya masomero namalwaliro Sumbwe community hospital ne kya. Omusajja nga atunda watermelon ne micungwa display ebipande bweya masomero namadwaliro sumba community hospital +UG036_LUG026 UG036 lug Street nga eri busy nnyo nnyo nnyo ndaba ekipande kya kinene bakiyita billboard nga kya Kibooko ne kipande kya Museveni kiriko KCC, ndaba walinga Busega ku round about abantu. Street nga eri busy, ndaba ekipande kinene naye kita bell board nge kya kiboko, nekipanda Kya Museveni kiriko KCCI , walinga e Busega ku round about abantu bo +UG036_LUG027 UG036 lug ekizimbe ekya KFC nga wapakinzewo emmotoka ya Airtel nomusajja ayambade ssaati ya red aweese ensawo ayitawo agenda. Ndaba ekizimbe kya KFC nga wakutinza wo emmotoka yange omusajja owa reda ssati +UG036_LUG028 UG036 lug Essundiro ly’amafuta elya Shell emmotoka zinywa amafuta endala zipakinze nabantu bayingira mu dduuka lye ssundiro ly'amafuta okugula ebintu Essundiro lya mafuta erya shell, emmotoka zinya amafuta endala zipakinze nabantu bayingira mu dduuka ly'essundro lye mafuuta buli lunaku +UG036_LUG029 UG036 lug Edduuka eritunda ebibajje, ebitanda ne batunda ne bi drum bya plastic ebitonotono, omusajja ayambade ekkooti ngaliko kirabika nanyini byo abitegeka alinda ab'okugula bajje bagule. Edduuka eritunda ebibajje ne bitanda, batunda wo ne bidulamu bya pulasitiki ebitonotono, omusajja ayambadde kkooti nalabika nanyini byo abitegeka alinda abokugula gyebagule. +UG036_LUG030 UG036 lug emmere ku suwaani eriko matooke, cabbage, nnnyama nga nanyini agitegese agenda kujja agirye. Emmere ku suwani, matooke, cabbage, nyama nga nayindi ajiteggeza agenda okujja ajirye. +UG036_LUG031 UG036 lug Ekyenkya nga kiri ku ssowaani waliwo amenvu ga ndiizi, chapati, magi ne ne caayi nyini byataddeko babirye. Ekintu kyaabwe nga kiri ku ssowaani waliwo amenvu, gavumenti ndiizi, chapati, maji ne caayi, ebyo byabadde ko babirye. +UG036_LUG032 UG036 lug essundiro ly’amafuta nga teriri busy waliwo emmotoka emu ya black erina omupiira ku kabina ne mmotoka enenne trailer eya blue nayo epakinzeeko, omusajja ayingira. Ensundiro yamafuta nga teriri busy nnyo, waliwo emmotoka eya black nomupiira ku kabiina, ne mmotoka ennene ne trailer ya blue nayo epakinzeeko omusajja ayingirira +UG036_LUG033 UG036 lug Omusajja ayokya enkoko ya business, enkoko erabise obulungi alinda ba customer bajje bagule, eyidde bulungi. Omusajja ayokya enkoko ya bizinensi, enkonko erabise bulungi alinda ba kasitoma bajje bagule eyide bulujji. +UG036_LUG034 UG036 lug Emmotoka eva Mbarara ejja e Kampala egenda etunda amatooke kiraga ebadde ejudde naye bagenda bagatoolako. Emmotoka eva mu mbarara e Kampala egenda etudde amatooke naye bagenda bagatulako. +UG036_LUG035 UG036 lug Akatale nga kalinga akononebwa embuyaga nga ekasudde ebintu biyiise bagezaako okutereza, kakyafu kyafu ebintu omukazi agezako okuteereza ebintu bye n'abantu betegese okugula. Akatale nga kalinga akononebwa ebuyaga naye kasudde, ebintu biyiise bagezaako okutereeza, gakyafukyafu ebiti omukazi ategeera ko kuteereza abantu betegese okugula +UG036_LUG036 UG036 lug Ku mwalo amaato ne bintu bingi biringa amasowaani ebikopo kirabika bikyafu kyafu n'abavubi bali mu mazzi basika bwaato batandike emirimu gyaabwe. Mu mwalo amato n'ebintu ebingi biringa amasowaani erikupo kirabika bikyafukyafu nabaana balimazze basika bwato batandike emirimu gyaabwe +UG036_LUG037 UG036 lug Ekyenyanja ekisiikeko na kawunga nga kategese bulungi n’olunnyaanya olusale bulungi nga luli waggulu wa nakati nga bitegese kulibwa. ekyennyanja ekisiikeko n'akawunga nga kategese bulungi, olunyaanya lusale wamu lwe wano akati andri tegese kulibwa +UG036_LUG038 UG036 lug Abantu bano abaggwanga lyeggwanga lye Karamoja betuyita ba Karamajong bambadde engoye bali ku nnyumba yaabwe mu kasisira kaabwe we batude na baana baabwe nga balinga balina gwe bali balinze. Abantu bano ba ggwanga lya karamojong, bakalamajong teyita ba karamajongs bambadde engoye bali ku nnyumba yaabwe mu kasisera kaab we batudde nabaana baab webali mungeri balinga webalinze +UG036_LUG039 UG036 lug Abeggwanga lye Karamoja nga bali ewaabwe ewaabwe wajudde ensiko balaba nga balinga abakyazizza omugenyi bambadde bulungi nga balinga nga bye bajaguza nabaana. Abegwanga lye karamoja nga bali ewaabwe ne waaba ewanjudde ku bbalama naye bayina abalinga abakyazize omugenyi bambadde bulungi nnyo nge balinga abalala gyebajja mu +UG036_LUG040 UG036 lug Akatale ko mubuulo abantu nga bangi bakeyingidemu bagula engoye, bagula ebintu nabalala nga batunda balala batambula mu katale. Akatale ko mu buli abantu nga bangi bakiyimiridde, bagula engoye,bagula ebintu nabalala batunda balala bantambulira mu katale. +UG036_LUG041 UG036 lug Endimiro nga erimu kasooli omuto amera mu bijanjalo, muwogo nga bamulima mu nsozi mu mu nsozi. Emirimiro nga eri mu kasooli omutwala amera mu mijanjalo mu luwoogo naye bamulima mu nsozi. +UG036_LUG042 UG036 lug Akatale k'ebibala nga mulimu amenvu, ebikajjo, ennyaanya, emicungwa abantu bagula balala batambula abalala batudde nowebikajjo naye abirina ku wheelbarrow omukazi amugulako. Akatale kebibala ameenvu, ebikajjo, ennyaanya, emicungwa , abantu bagula batambula, abalala batudde nobwe bikajho naye ayina wheelbarrow omukazi amugulako +UG036_LUG043 UG036 lug Obudde nga bugenda kuziba, enjuba nga egenda kubulirayo mu bire, nga obudde bugenda kuba bwa kiro ndabako ennyanja n'ebire waggulu. Obudde nga bugenda kuziba, enjuba ng’egenda ku bulirayo mu bire. Obudde bugende kuba wakiro ndabako ennyanja ne biri waggulu +UG036_LUG044 UG036 lug Amenvu nga bagasalide mu supu nga waliwo na n’obulagala bwa green ku ngulu n'amenvu amalala nga simasuse bagategese agengedde n'amabisi ne fork bagitegese bajje balye. Amenvu nga bagasalidde mu ssuppu, waliwo ne bulaga bwa green kungulu, namenvu amalala agatsemasuse agategese agengedde na mabisi ne ffooko bajitegese bajibalye. +UG036_LUG045 UG036 lug Ndaba akamotoka ka batundiramu watermelon, mwana omuwala ayimiridde kirabika yali ayita mu luguudo lwe bayita flyover ayimiridde akamooka nga. Ndaba akamotoka katono batundira watermelon omwana omuwala ayimiride kirabika yali ayitamu lwe bayita fry over nga akemootooka +UG036_LUG046 UG036 lug Ndaba omusajja yetise ekisero anoga majjaani mu kiseera ekikungula amajjaani. Ndaba omusajja eye kiseero anoga majani mu kisera ekikungula amajaani. +UG036_LUG047 UG036 lug Omusajja ayokya ebyuuma zi gate ali mu kolero lye mwa mwakolera mwayokeza ebyuuma bye alinda alitereze ba customer abagenda okuzimba bajje bagule. Omusajja ayokya ebyuuma zi gate mukolero gye mwakolera mwayokeza ebiuuma bye alinda betereeze ba kasitoma abagenda okuzimba baggye bagule. +UG036_LUG048 UG036 lug Ndaba ebizimbe ebiwanvu mu kibuga nga biri mu distance ya wala, bi kirabika eyo makati g’ekibuga. ekizimbe ekyo ekiwanvu ekya Mapeera kyekyo kyenengera. Ndaba ebizimbe ebiwanvu mu kibuga nga biri mu distance ya wala, kirabika makati gekibugga ekizembe Ekiwanvu ekyamapeera kyekyo kyendengera. +UG036_LUG049 UG036 lug Abaana ababiri batunda mu katale muwogo,emicungwa naye nga balina kyebalaba ku ssimu ekibasanyusiza ennyo nnyo nnyo neberaga ne basanyuka. Abaana ababiri batunda mu katale muwogo emicungwa naye balina kyebalaba ku ssimu ekibasanyusiza ennyo nyo nebasanyuka +UG036_LUG050 UG036 lug Omukyala nga ali mu katale nga awa kasitoma kamulali, customer omulenzi yagisanyukira nnyo nasekako nokuseka. Omukyala nga ali mu katale naye awa kasitoma kamulali, kasitioma omulenzi yajisanyuka nnyo nasekaako nokuseeka +UG036_LUG051 UG036 lug Omukyala atunda kamulari amupimye ku busowaani mu bipimo, apakingide kasitoma agenda ku ku muguza. Omukyala atunda kamulali amupimye kubusowaani mu bipimo apakingidde kasitoma agenda okumuguza. +UG036_LUG052 UG036 lug Etundiro lyebintu bya njawulo waliwo abatunda ebizimbisa n'ebyo kozemu ddala ba batunda engoye, amasepeki nomusajja atambula bano bempulira bayimba mpako leeta ezikozeko Ettundiro lye bintu bya njawulo, waliwo abatunda ebizimbisa nebyokozesebwa omuddaala, batunda engoye, amasepiki, nomusajja atambula , bano be mpulira bayimba bakoleeta ezikozeko +UG036_LUG053 UG036 lug Etundiro lye lye birime obumonde, ennyaanya ne cabbage mu katale ndabako agula natunda natunda carrots nga zirabika. Ettundiro lye birime, obumonde ennyaanya ne kabeggi mu katale, ndaba ko agula natunda carrots nga zirabika +UG036_LUG055 UG036 lug Omusiisi wa chapati nga asiika rolex nga ya kasitoma Omusiisi wa kyapati nga asiika rolex ya kasitoma +UG036_LUG056 UG036 lug Etundiro lye'byokulya byenkoko na nebisolo nga embizzi, ente oli atunda apima apimira customer ku minzaani ono omuwala yali azze kugula by'akulya byenkoko nga agenda muza. Entundiro ye ebyokulya byenkoko na nebisolo ate Bantu buli atunda apima apimira kasitoma ku munzaani omuwala aze kugula ebokulyas byenkonko nga agenda amuguza +UG036_LUG057 UG036 lug Matafaali bagakubye waliwo agakaze gebapanze agalala bagabiseeko agalala bagaanise gakale ate omusana guvudeyo mulungi ,obudde bwa ku makya nga ssaawa nnya. Amatafali bagakubye, waliwo agakaze ge bapanze, agalala bagabiseeko,agalal bagaanisse kale ate omusana guvuddeyo bulungi budde bwaffe mu makya nga ssaawa nya +UG036_LUG058 UG036 lug Amaka naye amaka bagakoleramu ne business waliyo akayumba ka mobile money balina mobile money, batundayo na matooke bozeeza nengoye naye tewali muntu ariyo. Amaka naye amaka bagakolera ne bizinensi, waliwo akayumba ne mobile money batunda yo namatooke bwoziza nenkoye nga tewali muntu aliyo +UG036_LUG059 UG036 lug amaduuka mangi waliwo n'edduuka ly'eddagala, ngoye,mifaaliso ne bintu byakola madduuka g'abantu bangi si lya muntu omu ku kkubo. Madduka amangi, waliwo n'edduuka eddagala engoye ebifatiso ne bintu byakola mu madduko agabantu abangi bangi si gavumenti ku kkubo. +UG036_LUG060 UG036 lug Enkoko ziri mu katimba kirabika bazitunda n'okuzisala bazisala ndaba minzani mu nju n'amazzi ku sigiri mwebazinyika n'ebazi. Enkoko ziri mu katimba kirabika bazitunda nokuzisala, ndaba munzanju na mazzi ku sigiri mwebazinyika. +UG036_LUG061 UG036 lug Akayumba ka ka flat ka peyitingidwa mu sadoline ne tanka ez'okulembekerwamu amazzi zitimbidwa wabweru kirabika zakutundibwa. Akayumba ka flat ka paintingiddwa mu sadolin ne tanka ezokulembegwamu amazzi zitimbidd wa wabweru kirabika zakutundibwa. +UG036_LUG062 UG036 lug Eddwaliro lya First Care Medical Clinic lijjanjaba abantu waliyo emmotoka ya ambulance etwaala ababeera bali bubi oba nababeera nga bafudde nayo eri ku ddwaliro nakammotoka akatini. Eddwaliro lya first care medical clinic eri ejanjaba abantu waliyo emmotoka ya ambulance etwala ababera bali bubi oba nababira ngabafudde nayo Eri ku ddwaliiro nakamotoka akatono +UG036_LUG063 UG036 lug Katale ke mmere kumpi nomwaala ate n’oluguudo ne mmotoka nnene loole eyita mu luguudo n’abakazi n'abasajja abatunda ebintu byaabwe batunda. Katale kemere kumpi nomwala noluguudo nemmotoka ennene, loole eyita mu luguuddo, abakazi na basajja batunda ebintu byaabwe. +UG036_LUG064 UG036 lug Ekolero lye bigoma ne enkokoto ne pavers nga abantu bali mu kukola abasajja abambadde elementi nga gyebali bakola. Enkolero lye bigoma ne nkokoto ne pavers nga abantu bali mu kukola, abasajja bambadde erementi gyebali bakolera. +UG036_LUG065 UG036 lug Etundiro ly'ebintu ebikozeseeko nga entebe, ebitanda, ebibajje ebiba kabada, zi cooker batunda ebintu ebikozeseeko ate waliyo ne salamala. Ebintu ebikozeseeko nga entebe, ebitanda, bagye, ekabadda, zi mkuuka batunda ebi bintuebikozese ko ate waliwo ne salamala. +UG036_LUG066 UG036 lug Enjuba nga evaayo abantu nga batambula emmotoka nga zitambula kiro zitandise nokwasa amataala nabalala abantu batambuza ebigere nga baddayo ewaabwe. Enjuba nga evaayo abantu ngan batambula, emmotoka naga zitambuza ku kiro tanise nokukwasa amatala, nabalala nabo batumbuuza bigere naye baddayo ewaabwe +UG036_LUG071 UG036 lug Nze nkimanyi nti obulamu bwona busobola okukyuka mu kaseera katono. Nze nkimanyi nti obulamu bwonna busobola okukyuka mu kaseera katono. +UG036_LUG072 UG036 lug Eddagala erisinga obulungi si lya kusaba naye lya kwegatta ne nensonga ezamaanyi. Eddagala erisinga obulungi si lya kusaba naye lye kwegatta ne nsonga ezamaanyi. +UG036_LUG073 UG036 lug Enkuba bweyongera okunyirira abantu bangi bayimirira mu nkuba nga bagenda ku mirimu. Enkuba bweyongera okunyirira, abantu abangi bayimirira ku nkubo nga bagenda ku mirimu +UG036_LUG074 UG036 lug Mukwano gwe tukwata ku bantu be be betulaba buli lunaku guleeta essanyu lingi. Omukwano gwaffe gutukwaata ku bantu betulaba buli lunaku guleeta essanyu lingi. +UG036_LUG075 UG036 lug Okuvuganya n'okuwangula sibikwata ku mukisa wabula ku kuteekateka. Okuvuganya nokuwangula sibikwata ku mukisa wabula kukuteekateeka +UG036_LUG076 UG036 lug Abazade baffe begomba ennyo okulaba nga tulina obulamu obulungi. Abazadde bafe bebegomba ennyo okulaba nga tulina obulamu obuliungi. +UG036_LUG077 UG036 lug Buli lunaku tulina okulwana okukola obulungi no n’okuwangula ebyo byetwagala. Buli lunaku tulina okulwana okukola obulungi nokuwangula ebyo byetwagala. +UG036_LUG078 UG036 lug Okusaba Katonga kukulembera emirimo gyona gyetukola buli lunaku. Okusaba katonda okukulembera emirimu gyonna gyetukola buli lunaku +UG036_LUG079 UG036 lug Omusajja omuto yayanyiriza mukwano gwe nessanyu lyamanyi ennyo. Omusajja omuto yayaniriza mukwano gwe ne sanyu erya manyi ennyo. +UG036_LUG080 UG036 lug Abantu abali ku kibuga beyongera buli mwaka kivaamu enkuba n'obunkenke. Abantu abali mu kibuga beyongera buli mwaka ekivamu enkuba nobunkenke +UG036_LUG081 UG036 lug Enjogera ya maanyi etuyamba okufuna ebyo byetuba tulindirira. Enjogera eya manyi etuyamba okufuna ebyo byetuba tulindirira. +UG036_LUG082 UG036 lug Okwewala ebizibu kyetaaga obulamu obutekeddwa obulungi. Okwewala ebizibu kyetaaga obulamu obutekedwa mu bulungi +UG036_LUG083 UG036 lug Omwana muto ayagala okuyiga okusoma n'okuwandiika obulungi. Omwana muto ayagala okuyiga okusoma nokuwandika obulungi. +UG036_LUG084 UG036 lug Ebyokulya ebirungi bi bituletera amaanyi n’amaanyi agomubiri. Ebyokulya ebirungi bituletera amaanyi n'amaanyu ago mubiri. +UG036_LUG085 UG036 lug Ennaku zino abantu bangi bayigira ku mukutu gwa yintaneti. Ennaku zino abantu abangi bayigira ku ku mukutu gwa internet. +UG036_LUG087 UG036 lug Amaanyi g'omuntu gava mu kutegeera n'okwewala ebyamaanyi agakyamu Amaanyi gomuntu gava mukutegeera nokwewala ebyamaanyii agakyamu +UG036_LUG088 UG036 lug Abakyala abakyala bangi balina obuvunanyizibwa obunene mu maka gaabwe. Abakyala abakyalabangi balina obuvunanyizibwa bunene mu Maka gaabwe. +UG036_LUG089 UG036 lug Emikolo gyenjawulo gireeta essanyu mu bantu n’okwegatta. Emikolo gye njawulo jireeta essanyu mu bantu no okwegata. +UG036_LUG090 UG036 lug Obulamu bwaffe buba bulungi bwetukwata ku mikwano gyaffe obulungi. Obulamu bwaffe buba bulungi bwe tukwaata ku mikwano gyaffe obulungI +UG036_LUG091 UG036 lug Okutambula mu bifo ebirala kuyamba omuntu okuyiga nokutegeera obulala. Okutambula mu bifo ebirala kuyamba omuntu okuyiga nokutegeera obulala +UG036_LUG092 UG036 lug Ebyafaayo by'eggwanga bi bituyamba okumanya ensibuko yaffe. Ebyafaayo by'eggwanga bituyamba okumanya ensibuko yaffe. +UG036_LUG093 UG036 lug Omusomesa asanyusa nnyo omwana nga amuyamba okuyiga obulungi. Omusomesa asanyusa nnyo omwana nga amuyamba okuyiga obulungi. +UG036_LUG094 UG036 lug enteekateeka yobulamu etuyamba okutuuka ku ku bigendererwa. Enteekateeka yobulamu etuyamba okutuka kubigendererwa. +UG036_LUG095 UG036 lug Okuba n'okwagala mu maka ku kulina okuleeta essanyu mu mirimu mu buli muntu. Okuba nokwagala mu maka kulina okuleeta essanyu mu buli muntu. +UG036_LUG096 UG036 lug Okuyiga ebigambo byenjawulo kuyamba okuziyiza okukyamu. Okuyiga ebigambo bye njawulo kuyamba okuziyiza okukyama. +UG036_LUG097 UG036 lug Emikolo gyennaku ennene gireeta abantu okuva ebitundu eby'enjawulo. Emikolo gye naku ennene jireeta abantu okuva mu bitundu eby'enjawulo. +UG036_LUG098 UG036 lug Okuvaayo mu kusomesa kirina obuvunanyizibwa eri omusomesa buli lunaku. Okuvayo mukusomesa kirina obunanyizibwa eri omusomsa buli lunaku +UG036_LUG099 UG036 lug Okutendereza Kataonda ki kireeta obulamu obutalimu buvune. Okutendereza Katonda kireeta obulamu obutalimu buvune. +UG036_LUG101 UG036 lug Obulamu bw'omuntu bulina okusirikirira bulina okusaba obulungi. Obulamu bwomuntu bulina okusirikirira, bulna okusaaba obulungi +UG036_LUG102 UG036 lug Okukola ennyo ku birimu birina okuleeta ebivaamu ebirungi. Okukola ennyo ku birimu binina okuleeta ebivamu ebirungi. +UG036_LUG103 UG036 lug Okufa kwa muganda waffe kwa kwaleeta obulumi n’okufaayo. Okuffa kwa muganda waffe kwaleeta obulumi nokufaayo. +UG036_LUG104 UG036 lug Omwana asaba kusanyuka buli kaseera nga ali wamu ne nzadde ze. Omwana asaba okusanyuka buli kaseera nga ali wamu ne zadde. +UG036_LUG105 UG036 lug Okutambulira mu bibuga birala ku ku ku kuyamaba kukubulirira ebyenjawulo. Okutambulira mu bibuga ebirala kuyamba okubulirira eby'enjawulo. +UG036_LUG106 UG036 lug Ekibiina kya bayizi ki ki ki ki ki kitera okuyiga nokugabana obukugu. Ekibiina Kya abayizi kitera okuyiga nokugabana obukugu. +UG036_LUG107 UG036 lug Okukolera awamu ku ku bulamu buno ku kuleeta obulungi obuyonjo. Okukolera awamu ku bulamubuno kuleeta obulungi obuyonjo. +UG036_LUG108 UG036 lug Enjuyi ez'enjawulo z'eggwanga ziyamba mu kukola obulungi. Enjuyi ezenjawulo ezegwanga ziyamba okukola obulungi +UG036_LUG109 UG036 lug Okutegeera ebigambo ebyenjawulo kuyamba mu bulamu bw’omuntu. Okutegeera ebigambo byenjawulo kuyamba mu bulamu bwomuntu. +UG036_LUG110 UG036 lug Omusajja omukulu yafaayo nnyo ku bantu mu kitundu kye. Omusajja omukulu yafayo nnyo ku bantu mu kitundu kye. +UG036_LUG111 UG036 lug Omukyala omuto ayagala nnyo okuyiga ebyo ebyomutima mu ssomero. Omukyala omuto ayagala nnyo okuyiga ebyomu mutima mu ssomero. +UG036_LUG112 UG036 lug Enkuba bwe yenyinyirira eyamba abalimi okufuna ebyokulya. Enkuba bwe ye nyumirira eyamba abalimi okufuna ebyokulya. +UG036_LUG113 UG036 lug Emirimu gyaffe gireeta ebivaamu ebirungi mwe tugikolamu amaanyi. Emirimu gyaffe gireeta ebivaamu ebirungi mwetujikolamumanyi. +UG036_LUG115 UG036 lug Okutukiriza ebigendererwa by'obulamu bigasa buli omu. Okutukiriza ebigendererwa byo bulamu bwaffe bigassa buli omu +UG036_LUG116 UG036 lug Obuvunanyizibwa bwaffe bwonna bulina okutwala mu maaso bulungi. Obuvunanyizibwa bwaffe bwoona bulina okutwala mu maaso obulungi. +UG036_LUG118 UG036 lug Okukola mu bifo byenjawulo kuyamba okuyingiza ssente. Okukola mu bifo byenjawulo kuyamba okuyingiza ssente. +UG036_LUG119 UG036 lug Omukwano gwamaanyi gutera okuwa essanyu buli kaseera. Omukwano gwa amaanyi gutera okuwa essanyu buli kaseera +UG036_LUG120 UG036 lug Okimanyi nti obulamu bulina enkomerero kuyamba mu kuteekateka. Okimanyi nti obulamu bulina enkomerero okuyamba mu kitekateka +UG036_LUG121 UG036 lug Omusomesa akola ennyo okusomesa abaana obulungi. Omusomesa akola nnyo okusomese abaana obulungi. +UG036_LUG122 UG036 lug Okutegeera ebibuuzo byanjawulo kuyamba mu kukola obulungi. Okutegeera ebibuuzo bya njawulo kuyamba okukola obulungi. +UG036_LUG123 UG036 lug Omukyala asanyukira nnyo okubeera n’abaana abalala mu maka. Omukyala asanyukiira nnyo okubeera nabaana abalala mu maka. +UG036_LUG125 UG036 lug Ensi yonna erina engeri zenjawulo okubeera obulungi. Ensi yonna erina engeri zenjawulo okubeera obulungi. +UG036_LUG126 UG036 lug Okusaba kwa mikwano gyaffe kuleeta mirembe. Okusaba kwagula mu mikwano gyaffe kuleeta emirembe. +UG036_LUG127 UG036 lug Omusajja omuto ayagala nnyo okuyiga eby'ensoma. Omusajja omuto ayagala nnyo okuyiga ebye soma. +UG036_LUG128 UG036 lug Okulabirira abavubuka kuleeta emirembe. Okulabirira abavubuka kuleeta emirembe. +UG036_LUG129 UG036 lug Omusajja omuto ayagala nnyo okuyiga eby'ensoma Omusajja omuto ayagala nnyo okuyiga ebyensoma. +UG036_LUG130 UG036 lug Amaanyi gomuntu gayinza okuva mu kwagala okwamaanyi. Amaanyi gomuntu gayinza okuva mukwagala okwamanyI +UG036_LUG131 UG036 lug Okusaba Katonda kulina okuleeta emirembe mu mitima. Okusaba katonda kulina okuleeta emirembe mu mitima +UG036_LUG132 UG036 lug Abantu mu mu bifo ebyensiike bakozesa obudde obungi okulima ebyo kulya nga emmere era kino kiba ebintu byaabwe ebyensonga. Abantu mu bifo ebyensiike bakozesa obudde obungi okulima eb’okulya nga emmere era kino bintu byanbwe ebye songa +UG036_LUG133 UG036 lug Abaana mu Uganda bangi basanyukira okuzanya mu bifo eby'obulamu era kino kiba kya bintu byobulamu obulungi. Abaana mu Uganda bangi basanyukira okuzannya mu bifo ebyobulamu era kino bintu byobula, obulungi. +UG036_LUG134 UG036 lug Abakyala mu Uganda bakozesa obudde obungi okulima era okukola ebyokulya byaabwe mu maka buli lunaku. Abakyala mu Uganda bakozesa obudde obungi okulima era okukola ebyokulya byaabwe mu makka buli lunaku. +UG036_LUG135 UG036 lug Abantu mu Uganda balina obuzibu mu kwongera ku ku mirimu gye buli lunaku okufuna obuyiiya obulongoofu. Abantu mu Uganda balina obuzibu okwongera ku mirimu buli lunaku ogufuna ebuyiya Maka bulungi +UG036_LUG136 UG036 lug Mu bifo ebyensiike abakulima balina okusaba obuyambi ku ku bantu abalala okukola emirimu gyaabwe buli lunaku. mu bifo ebyensiike abakulima balina okusaba obuyambi ku bantu abalala okukola emirimu gyaabwe buli lunaku. +UG036_LUG137 UG036 lug Abantu mu maka gaawe gaffe balina okola emirimu gy'enjawulo buli lunaku okugeza okuzimba emikono n'okutunda ebintu eby'omumaka. Abantu mu maka gaffe balina okukola emirimu egyenjawulo buli lunaku okugeza okuzimba emikono nokutunda ebintu byo mu Maka. +UG036_LUG138 UG036 lug Abantu mu Uganda bakozesa obudde obungi okuteekawo ebyokulya mu maka buli lunaku. Abantu mu Uganda bakozesa obudde obungi okuteekawo ebyokulya mu makka buli lunaku. +UG036_LUG139 UG036 lug Abavubuka bangi mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okuzimba ebyo bukugu nebyenfuna. Abavubuka abangi mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okuzimba ebyo bukugu ne byenfuna. +UG036_LUG140 UG036 lug Abakyala mu Uganda bakozesa obudde bungi okulima n'okutunda mu mikutu gyobusuubuzu buli lunaku. Abakyala mu Uganda bakozesa obudde obungi okulima nokutunda ku mikutu gyo buli lunaku. +UG036_LUG141 UG036 lug Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era bino bibayamba okufuna obuyiiya. Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era kino bibayamba okufuna obuyiiya. +UG036_LUG142 UG036 lug Abaana mu Uganda basanyuka nnyo okulaba abantu abalala nga bakola emirimu gyaabwe buli lunaku. Abaana mu Uganda basanyuka nnyo okulaba abantu abalala ngabakola emirimu gyaabwe buli lunaku. +UG036_LUG143 UG036 lug Abantu mu Uganda bakozesa obudde obungi okuteeka emikolo n'ebivulu buli lunaku. Abantu mu Uganda bakozesa obudde obungi okuteeka emikolo n'ebivulu buli lunaku. +UG036_LUG144 UG036 lug Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okulima n’okutunda ebyobulimi. Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunakuokugeza okulima nokutunda ebyobulimi. +UG036_LUG145 UG036 lug Abakyala mu Uganda bakozesa obudde bungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya nebintu ebimu. Abakyala mu Uganda bakozesa obudde obungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu ebimu +UG036_LUG146 UG036 lug Abantu mu Uganda balina obuzibu mu kwogera no n'okusoma buli lunaku era kino kibayamba okufuna obuyiiya. Abantu mu Uganda balina obuzibu mu kwogera nokusoma buli lunaku era kino kibayamba okufuna obuyiiya +UG036_LUG147 UG036 lug Abantu mu Uganda bakozesa obudde obungi okulima ebyokulya buli lunaku era kino kyo kino kyongera ku byokulya mu maka gaffe. Abantu mu Uganda bakozesa obudde obungi okulima ebyokulya buli lunaku era kino kyongera ku byokula mu maka gaffe. +UG036_LUG148 UG036 lug Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okulima nokutunda ebintu ebyensiko. Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza; okulima nokutunda ebintu byensiko. +UG036_LUG149 UG036 lug Abakyala mu Uganda bakozesa obudde obungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya ne n’ebintu ebyo mu maka. Abakyala mu Uganda bakozesa obudde obungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byo mu maka. +UG036_LUG150 UG036 lug Abantu mu Uganda balina obuzibu mu kwongera mu mirimu gyaabwe buli lunaku era bino byongera ku ngeri y’okufuna obuyiiya. Abantu mu Uganda balina obuzibu mu kwongera ku mulimu buli lunaku era bino byongeera ngeri yokufuna obuyiiya +UG036_LUG151 UG036 lug Abantu mu bifo byensiike ba balina okukukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka. Abantu mu bifo bye nsiike balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka. +UG036_LUG152 UG036 lug Abavubuka mu Uganda basanyuka okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya nebintu byomumaka Abavubuka mu Uganda basanyuka okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byo mu maka. +UG036_LUG153 UG036 lug Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okutunda nokulya ebintu byomumaka. Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunakuokugeza okutunda nokulya ebintu byo mu maka. +UG036_LUG154 UG036 lug Abantu mu Uganda bakozesa obudde obungi okulima buli lunaku okugeza n’okuzimba eby'obulimi. Abantu mu Uganda bakozesa obudde bungi okulima buli lunaku okugeza n'okuzimba ebyobulimi. +UG036_LUG155 UG036 lug Abantu mu Uganda balina obuzibu mu kwogera nokusoma buli lunaku era bino bibayamba okufuna obuyiiya obulongoofu. Abantu mu Uganda balina obuzibu mu kwogera nokusoma buli lunaku era bino bibayamba okufuna ebuyiya obulongoofu +UG036_LUG156 UG036 lug Abantu mu Uganda ba bakozesa obudde obungi okulima ebyokulya buli lunaku era kino kyongera ku byokulya mu maka gaffe. Abantu mu Uganda bakozesa obudde obungi okulima ebyokulya buli lunaku era kino kyongera ku byokula mu maka gaffe. +UG036_LUG157 UG036 lug Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okulima nokutunda ebintu by'ensiko. Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okulima nokutunda ebintu byensiko. +UG036_LUG158 UG036 lug Abakyala mu Uganda bakozesa obudde obungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n’ebintu byomumaka. Abakyala mu Uganda bakozesa obudde obungi okukola emirimu gyaabwe buli lunaku okugeza okutunda ebyokulya n'ebintu byo mu maka. +UG036_LUG159 UG036 lug Abantu mu Uganda balina obuzibu mu kwongera mu kwongera ku mirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka. Abantu mu Uganda balina obuzibu mu kwogera ku mirimu gyaabwe buli lunaku era kino kyongera ekyokulya mu maka +UG036_LUG160 UG036 lug Abantu mu Uganda mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka. Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku era kino kyongera ku byokulya mu maka +UG036_LUG161 UG036 lug Abavubuka mu Uganda basanyuka nnyo okukola emirimu gyaabwe buli lunaku okugeza okulima n’okutunda ebyobulimi. Abavubuka mu Uganda basanyuka nnyo okukola emirimu gyaabwe buli lunaku okugeza okulima nokutunda ebyobulimi. +UG036_LUG162 UG036 lug Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okutunda nokulya nebintu ebyo mu maka. Abakyala mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okutunda n'okulya ebyomaka. +UG036_LUG164 UG036 lug Abavubuka mu Uganda basanyuka okukola emirimu gyaabwe buli lunaku okuzimba obulamu obulungi. Abavubuka mu Uganda basanyuka okukola emirimu gyaabwe buli lunaku okuzimba obulamu obuliungi. +UG036_LUG165 UG036 lug Abaana bangi mu bitundu ebyensiike bagenda ku ssomero nga batambula ku bigere buli lunaku. Abaana abangi mu bitundu ebyensiike bagenda ku ssomero nga batambula ku bigere buli lunaku +UG036_LUG166 UG036 lug Abantu mu Uganda bakozesa emmotoka za taxi, ppikipiki oba batambula ku bigere buli lunaku. Abantu mu Uganda bakozesa emmotoka za taxi, ppikipiki oba batambula buli lunaku. +UG036_LUG167 UG036 lug Abayizi abamu basoma ebyokulabirako mu masomero era bino bibabayamba okufuna obuyiiya. Abayizi abamu basoma ebyokulabirako mu masomero era bino bibayamba okufuna obuyiiya. +UG036_LUG168 UG036 lug Bakyala mu Uganda bakola emirimu egikwata ku bakabangula abaana wamu nokutunda mu katale buli lunaku. Abakyala mu Uganda bakola emirimu egikwata ku kukabangula abaana nokutunda mu katale buli lunaku. +UG036_LUG170 UG036 lug Abantu mu Uganda balina obuzibu mu kwogera ku mirimu gyaabwe buli lunaku. Abantu mu Uganda balina obuzibu okwogera ku mirimu gyaabwe buli lunaku +UG036_LUG172 UG036 lug Mu ssomero lye kibuga okunonyereza ku byo bulimi kwongera ku ngeri yokuyiga. Mu ssomero ly'ekibuga okunoonyereza ku byobulimi kwongera ku ngeri yo kulima +UG036_LUG173 UG036 lug Okutambula ku bigere ku ssomero, ku mulimu kuyamba abantu okutuuka ku bifo ebyensiike. Okutambula ku bigere ku ssomero oku mulimu kuyamba abantu okutuka ku bifo ebyensiike. +UG036_LUG174 UG036 lug Ennyumba zino ziri kumpi n'omukulu we kibuga era buli lunaku abantu basaba obuyambi ku mikolo. ennyumba zino ziri kumpi nomukulu we kibuga era buli lunaku abantu basaba obuyambi ku mikolo. +UG036_LUG175 UG036 lug Okulima emmere n'okutunda ku katale ki kibintu byensonga mu maka gaffe. Okulima emmere nokutunda ku katale kye bintu gyensonga mu maka gaffe. +UG036_LUG176 UG036 lug Mu bibuga abantu bangi basoma ebikwata ku ngeri yo bulamu obulungi nokutambula buli lunaku. Mu bibuga abantu abangi basoma ebikwata ku ngeri yobulamu obulungi nokutambula buli lunaku. +UG036_LUG177 UG036 lug Okuzannya n'abalala ku bifo eby'ensike kweyongera ku ngeri eby'okukola ku by'obulimi Okuzannya nabalala ku bifo ebyensiike kweyongera ku ngeri yokola ku byobulimi +UG036_LUG178 UG036 lug Ebyokulya ebyokukola mu maka byeyongera ku ngeri yokukulakulanya abavubuka. Ebyokulya ebyo kukola mu makka beyongera ku ngeri yo kulakulanya abavubuka +UG036_LUG179 UG036 lug Okujukira okuyiga ebyokulima nokusoma byokulabirako mu ssomero buli lunaku okuyamba abavubuka. Okujjukira okuyiga ebyokulima nokusoma ebikolabirako mu ssomero buli lunaku kuyamba abavubuka. +UG036_LUG180 UG036 lug Emikolo gy'obufumbo nebivulu byongera okukuuma obulamu bwa bantu mu bifo byensiike. Emikolo gyobufumbo ne bivuluo byongera okukuma obulamu bwabantu mu bifo bye nsiinke. +UG036_LUG181 UG036 lug Okusoma ku nsiko nokukola ku ku mikolo gyobulimi ku ku kuyamba abantu okuzuula ebyobulamu obulungi. Okusoma ku nsiko nokukola ku mikolo gyobulimi kuyamba abantu okuzula ebyobulamu obulungi. +UG036_LUG182 UG036 lug Okukola ku mikolo gy'obulimi n'okutunda ebyokulya mu maka ky'ebintu by'okuyiga buli lunaku. Okukola emikolo gyobulimi nokutunda ebyokulya mu makka kye bintu byoyiga buli lunaku. +UG036_LUG183 UG036 lug Mu kibuga abantu bangi basoma ebikwata ku nsiko ne byobulimi okusobola okukuuma obulamu obulungi. Mu kibuga abantu abangi basoma ebikwata ku nsiko ne byobulimi okusobola okukuma obulamu obuliungi. +UG036_LUG184 UG036 lug Okutambula ku bigere oba ku mmotoka kuyamba abantu okutuuka ku bifo ebyensi buli lunaku Okutambula ku bigere oba kumotoka kuyamba abantu okutuka ku bifo ebyensiike buli lunaku. +UG036_LUG185 UG036 lug Okujukira eby'okulima n'okutunda mu katale kyeyongera ku ku ngeri y'okuyiga abavubuka. Okujukira ebyo okulima nokutunda mu katale kyeyongera ku ngeri yo kuyiga abavubuka. +UG036_LUG186 UG036 lug Ebintu byokulya mu maka byeyongera ku ngeri y'okukola ku byobulimi n'okusoma. Ebintu byokulya mu makka bye yongera ku ngeri yokukola kubyobulimi nokusoma +UG036_LUG187 UG036 lug Okugeza ku mikolo gyo'bufumbo ne bivvulu kweyongera kungeri yo kukuuma obulamu bw'abantu. Okugeza ku mikolo gyo bufumbo ne bivulu kweyongera ku ngeri yokukuma obulamu bwa abantu. +UG036_LUG188 UG036 lug Okuwandika ebikwata ku ku nsiko n'okusoma ku byobulimi mu ssomero buli lunaku kuyamba abaana. Okuwandiika ebikwata ku nsiko nokusoma kubyobulimi mu ssomero buli lunaku kuyamba abaana. +UG036_LUG189 UG036 lug Okutunda ku mikutu gyempuriziganya nokwewandiisa mu maka gaffe kweyongera ku ngeri yokuyiga. Okutunda ku mikutu gye mpuliziganya nokwewandika mu maka gaffe kuyongera ku ngeri yo kiyiga +UG036_LUG190 UG036 lug Mu ssomero bye kibuga okunonyereza ku byobulimi kweyongera ku ngeri yokuyiga buli lunaku. Mu ssomero lyekibuga okunonyereza ku byobulimi kweyongera ku ngeri yokuyiga buli lunaku +UG042_LUG001 UG042 lug Abaana b’essomero bali mu school internship yaabwe eya agriculture Abaana be ssomero balimu mu skulutandasi yaabwe eya agriculture +UG042_LUG002 UG042 lug Nagulidde mukwano gwange ebimuli ku mbaga ye esooka Nagulidde mukwano gwange ebimuli ku mbaga yesooka +UG042_LUG003 UG042 lug Mukwano gwange yampise ku bugenyi bwe nankola omugenyi omukulu Mukwano gwange yampise ku bugenyi bwe nga mukola omugenyi omukulu +UG042_LUG004 UG042 lug Maama wange yagenze e India okulaba ebintu bw'ebitambuzibwa Maama wange yagenze e India okulaba ebintu bwe bitwaziibwa. +UG042_LUG005 UG042 lug Natumye mukwano gwange mu ndimiro okufuna za cabbage empitilivu Natumye mukwano gwange mu nnimiro okufuna za kabbegi empitilivu. +UG042_LUG006 UG042 lug Yayise ku mabbali g'oluguudo okungulira kasooli omu Yayise ku mabbali g’oluguudo okungulira kasooli omu +UG042_LUG007 UG042 lug Mukwano gwange atunda amanda mangi ku nusu lukumi zokka Mukwano gwange atunda amanda amangi ku nusu zokumi +UG042_LUG008 UG042 lug Aba India batuletedde ebibala bingi nga tuli mu town yaabwe Aba India batuletedde ebibala ebingi nga tuli mu towuni yaabwe +UG042_LUG009 UG042 lug Mukwano gwange yagenze mu catering service okufuna ensimbi Mukwano gwange yagenze mu catering service okufuna ensimbi +UG042_LUG010 UG042 lug Oluguudo gwe Mulago gwabaddeko emmotoka empitirivu ku makya Oluguudo gwe mulago gwabadde ko emmotoka mpitirivu ku makya +UG042_LUG011 UG042 lug Yatandise okuguza amatooke ku bbeeyi layisi Yokuba yatandise okuguza amatooke kubbeyi layisi +UG042_LUG012 UG042 lug Twagenze e Queen Elizabeth netusangayo enjovu empitilivu mu park Twagenze Queen Elizabeth netusangayo enjovu mpitirivu mu park +UG042_LUG013 UG042 lug Twalabye mu park gyetwabadde Twalebye ennimiro endala mu paka gyetwabadde. +UG042_LUG014 UG042 lug Mukwano gwange yampadde emmere gyesitalya nanterako n'omugaati Mukwano gwange yampadde emmere gyesitaliako nanteekateeka +UG042_LUG015 UG042 lug Ku makya jam yabadde mpitirivu bi truck bibadde mu kkubo Ku makya gya jam yabadde mpitirivu ku biturack ebibadde mu kkubo +UG042_LUG016 UG042 lug Yansidise ku hardware okukimayo kawuuba ne langi e seeta Yansindise ku hardware okukima yokawuva ne langi eseta +UG042_LUG017 UG042 lug Sister wange yampadde akamere akalungi nanterako omuceere, ebinyeebwa ne cabbage Ssita wange yampadde akammere akalungi naterako mu kyeele ebinyeebwa ne cabbage +UG042_LUG018 UG042 lug Nayise ku kanisa n'ensoka n'ensaba nga ngenda ku ssomero ku makya Nayise ku kanisa nensooka nensava nga ngenda ku ssomero amakya +UG042_LUG019 UG042 lug Yamugambye asoke afune ekikomando ky'olukumi kyokka Yamugambye asooka funa ekikomando kyolukumi +UG042_LUG020 UG042 lug Nagenze ku katale okugulayo engatto eziri ku mulembe luno Nagenze ku katale okugulayo ebigatto ebiri kumulembe luno +UG042_LUG021 UG042 lug Leero yakeredde mu lusuku okufuna amatooke amangi ennyo Leero yakeeredde mu lusiiro okufuna ka matooke amangi ennyo +UG042_LUG022 UG042 lug Bamutumye okuleta ebikajjo ku bodaboda nayita ku highway Bamutumye okuleeta ebikajjo ku bodaboda nayita Ku high way +UG042_LUG023 UG042 lug Yasose nagenda ku dduuka eriri okumpi nafuna endere n'ennyaanya nabireta Yasose nagenda kuduuka eriri okumpi nafuunawo endere ne nnyaanya nabireeta +UG042_LUG024 UG042 lug Leero ku highway tewabadeko mmotoka nnyingi ku makya nga nzijja Leero ku highway tewabadde ko mmotoka nnyingi kumakya nga nzijja +UG042_LUG025 UG042 lug Ngenda kusooka ngule watermelon ku makya nga nzijja mu katale Ngenda ku sooka ngule watermelon ku makya nga zijja mu katale +UG042_LUG026 UG042 lug Nagenze mu taxi park okufuna taxi enantwala mu kyalo leero Nagenze mu takisi paka okufuna takisiy nantwala mu kyalo leero +UG042_LUG027 UG042 lug Bamutute ku KFC nebamugulilayo enkyenkya ekya leero Bamutute ku KFC ne bamugulira yo ekyenkya ekya leero +UG042_LUG028 UG042 lug Emmotoka gyetwabademu yawedemu amafuta nesooka negenda ku shell okufuna amalala Emmotoka gyetwabadde mu yaweddemu amafuta, nesooka negenda ku shell okufuna amaalala +UG042_LUG029 UG042 lug Nagenze okufuna ebitanda eby'okutwala mu nnyumba gyengenda okuba nga nsula Nagenze okufuna ebitanda byokutwala mu nnyumba gyengenda okuba nga nsula +UG042_LUG030 UG042 lug mukwano gwange yampadde emmere ennungi leero yampadde amatooke n'ennnyama Mukwano gwange ayambadde emmere ennungi leero gweyambadd amatooke nennyama +UG042_LUG031 UG042 lug ku makya yasose namuwa caayi nungi ne chapati namaggi neminekye Ku makya yasoose ne mbuwa caayi ennungi ne chapati amaggi ne bineke +UG042_LUG032 UG042 lug Okumakya agenda kuyita ku shell okufuna amafuta gomu mmotoka ye Oku makya agenda kuyita ku shell okufuna amafutagomumotoka ye +UG042_LUG033 UG042 lug Yayise kubali w'oluguudo nafunako enkoko eyokuba nga alyako ekiro Yayise ku bbali w’oluguudo nafuuna ko enkoko eyo kuba nga lyako ekirwo +UG042_LUG034 UG042 lug Emmotoka bajitumye amatooke negatwala mu kibuga ejjo Emmotoka bagitumye amatooke negatwala mu kibuga engyo +UG042_LUG035 UG042 lug Yagenze ku katale akali opposite n'ewaffe okufuna ebyokulya Yagenze ku katale akali opposite newaffe okufuna ebyokulya +UG042_LUG036 UG042 lug Abaana batandise okwogeza bintu byaabwe ku magulu g'amazzi Abaana batandise okugeza ebintu byaabwe ku magulu nga mazzi +UG042_LUG037 UG042 lug Yandetedde ekyenyanja nga kinene nnyo nakinsikila nakimpa Yandetedde ekyennyanja nga kinene nnyo nakisikira +UG042_LUG038 UG042 lug Yagenze e Northern okulaba aba karamoja kyoka mbu alabe bwebafanana Yagenze e northern okulaba aba Karamoja kyoka mbwale be bafanana. +UG042_LUG039 UG042 lug Aba nilotics begase nga balimu culture yaabwe leero Aba Nile nga bali mu culture yaabwe leero +UG042_LUG040 UG042 lug Sister wange yagenze mu katale okugula engoye z'omwana we omuto Sistawa nge yagenze mu katale okulembe engoye zo mwana we omuto +UG042_LUG041 UG042 lug Nagenze ku ndimiro okuyambako mukwano gwange mu kurima Nagenze ku nnimiro okuyambako mukwano gwange mu kulima +UG042_LUG042 UG042 lug Nagenze ku katale okufunako ennyaanya zengenda okufumbisa ekyenkya Nagenze ku katale okufunako ennyaanya ze ngenda okumbisa ekyenkya +UG042_LUG043 UG042 lug Mukwano gwange yakubye ekifananyi ekilungi eky'omusana nga gugenda Mukwano gwange yakubye ekifananyi ekyomusana nga gugenda +UG042_LUG044 UG042 lug Yampadde amenvu nanteerako bwe nagenze omukyalira Yampadde amenvu nanterako nebirala bwenagenze omukyali +UG042_LUG045 UG042 lug Mukwano gwange yatandise okuguza fruits nga zikozesa mmotoka ye Mukwano wange yatandiise okuguza fulusi nga zikolesa mmotoka ye +UG042_LUG046 UG042 lug Yafunye omulimu gwagenda okukola mu kyalo ogwokubanga afuna amajjani mu nimiro Yafunye omulimu gwagenda okukola mu kyalo ogwokuba nga funa amajaani mu nnimiro +UG042_LUG047 UG042 lug Nagenze ku welding okukozesa olugi lw'okuteka kunyumba yange Nagenze ku welding okukozesa olujji lwokuteeka ku nnyumba yange +UG042_LUG048 UG042 lug Nayimiridde waggulu we town ye Kampala nenjiraba bulungi ennyo Nayimiridde waggulu we tawuni ye kampala nejiraba bulungi ennyo +UG042_LUG049 UG042 lug bwenamaze okugula fruits omukazi nemusasula nga nkozesa essimu yange Bwenamaze okugula flutes, omukazi ne musasulanga nkoseza essimu yange +UG042_LUG050 UG042 lug Omukazi yampadde ennyaanya nnyingi ku ssente entono zenamuwadde Omukazi yampadde ennyaanya nnyingi ku ssente entono ze muwawade. +UG042_LUG051 UG042 lug Omukazi yamparkingidde bulungi bwenaguzze ennyaanya nenzitwala ewaka Omukazi ya parkingirade bulungi bwe naguze ennyaanya ne zitwala ewakka. +UG042_LUG052 UG042 lug Nayise ku hardware okufunako langi gyengenda okukozesa nga tuzimba ennyumba Nayise ku hardware okufuna langi gyengenda okukozesa nga tuzimba ennyumba +UG042_LUG053 UG042 lug Bamufunidde zi carrot nnyingi bweyagenze ku katale k'ewaabwe navayo nazo Bamufunidde zi karoti nnyingi bweyagenze ku katale Akewaabwe navayo nazo +UG042_LUG054 UG042 lug Yagenze mu town olwamaze okumugamba nti agende agule bucket empya Yagenze mu tawuni olwamaze okumugamba ntagenda gule ebakedo empya +UG042_LUG055 UG042 lug Mukwano gwange yagenze okufuna rolex eyokulya ekyeggulo ekya leero Mukwano gwange yagenze okufuna rolex yokulya ekyengulo ekya leero +UG042_LUG056 UG042 lug Yagenze okugula ebyokulya ebyenkoko zebamuwadde ku kitongole Yagenze okugula ebyokulya ebye nkoko ze bamuwadde ku kitongole. +UG042_LUG057 UG042 lug Mukwano gwange yatandise okukola amatofali mu vacation ye Mukwano wange yatandise okukola amatafali mu vacation +UG042_LUG058 UG042 lug Ne neighbour waffe yagaddewo bweyamaze okwoza engoye ze nagenda mu town Neyibba wafe yagadde wo bweyamaze okwoza engoye ze nagenda mu town +UG042_LUG059 UG042 lug Yagenze kudduka okugula byagenda okubanga akolesa ewuwe Yagenze kuduuka okugula byagenda okuvanga kozesa +UG042_LUG060 UG042 lug Mukwano gwange yatandise okulunda enkoko ewaabwe okufuna ensimbi Mukwano gwange yatandiise okulunda enkoko ewa bwe kufuna ensimbi +UG042_LUG061 UG042 lug Yagenze ku hardware okugulayo drum ennene ezokutekamu amazzi ag'enkuba Yagenze ku hardware okugulayo edrum ennene zokuteekamu amazzi agenku +UG042_LUG062 UG042 lug Nagenze okulaba mukwano gwange mu ddwaliro ali nbubi ennyo Nagenze okulaba mukwano gwange mudwaliro ali bubi ennyo +UG042_LUG063 UG042 lug Yagenze okugula amatooke mu katale agokufumba ewaka ewaabwe Yagenze okugula amatooke mu katale agokufumba ewaka ewabwe +UG042_LUG064 UG042 lug Nagenze okuyambako mukwano gwange okukola ku ngoye zagenda okuba nga tutunda Nagenze okukuyamba ko mukwano gwaabwe okula konkulyente zagenda okuba nga tunda +UG042_LUG065 UG042 lug Nagenze okugula ekitanda kya bbeeyi layisi ennyo mu dduuka bwe waffe Nagenze okugula ekitanda kya bbeeyi layisi ennyo mudduuka +UG042_LUG066 UG042 lug Ekiro ku luguudo tewabadeko bantu bangi ku highway ekiro ky'enkya Ekirogo lugudo tewabadde ko bantu bangi ku high way ekiro kyenkya. +UG042_LUG071 UG042 lug Tulina akaseera akatono leero Tulina akaseera katono leero. +UG042_LUG088 UG042 lug Ekifananyi kino kinzizaamu essanyu Ekifananyi kino kinzizaamu essanyu +UG042_LUG096 UG042 lug Nkozeko ku file eno tukyuse Nkozeko mu file eno tuyuuse. +UG042_LUG101 UG042 lug Amaanyi gava mu mukwano ogwamaanyi Amaanyi gava mu mukwano ogwa manyi +UG042_LUG103 UG042 lug Oli mu mugumu nnyo mu byoyogera Oli muggumu nnyo mu byogera +UG042_LUG104 UG042 lug Sembera wano tukole wamu Sembera wano tukole wamu +UG042_LUG107 UG042 lug Eddoboozi lyange si lya wansi Eddoboozi lyange si lya lwa wansi +UG042_LUG111 UG042 lug Ennyumba eno erimu abatuuze basatu ennyumba eno erimu abatuuze basatu. +UG042_LUG116 UG042 lug tukola ennyo okulaba nti tugenda mu maaso Tukola ennyo okulaba nti tugenda mu maaso. +UG042_LUG121 UG042 lug Ekifo kino kinyumidde ennyo Ekifo kino kyinyumidde ennyo. +UG042_LUG125 UG042 lug Kati tutegeke entuula yaffe Kati tutegeke entuula yaffe. +UG042_LUG131 UG042 lug Ebirungi bizze mu bwangu nnyo Ebirungi bizze mu bwangu nnyo. +UG042_LUG143 UG042 lug Tugenda ewa jajja ku nkomerero Tugenda ewa jajja kunkomerero +UG042_LUG150 UG042 lug Buli lunaku tulina okulowooza obulungi Buli buli bulirunaku tulina okulowooza obulungi +UG042_LUG152 UG042 lug Twandise okuddamu ebibuuzo ebitonotono Twandise okuddamu ebibuuzo ebitonotono +UG042_LUG153 UG042 lug Leka leka tugende tulabe ekifo ekirala Leeka leeka tugende tulaba ekifo eki ekirala +UG042_LUG158 UG042 lug Twagenda ku ssomero enkya ya leero Twagenda ku ssomero enkya ya leero +UG042_LUG161 UG042 lug Nsula mu kibuga ekikulu Kampala. Nsula mu kibuga ekikulu Kampala +UG042_LUG168 UG042 lug Ekizikiza kijja mu tuntu ddene Ekizikiza kijja mu ttuntu ddene. +UG057_LUG001 UG057 lug Tulina tulina omusajja mu kyalo alina ekyuma kya kawunga naye abantu bangi batera nnyo okuleeta kasooli okufuusamu obuwunga kwekyo ekyuuma naye nga abeera abasasula ku ssente entonotono nga tabajjaako essente nnyingi abantu bamwagala nnyo kuba ebyo byonna yabakolera Tulina tulina omusajja mu kyalo, waliwo ekyuma kyakawunga naye abantu abangi batandike okulya na kasooli okufusaamu obuwungi bwekye ekiyuma nga tebasobola ku ssente entonotono nti baba tubajaako ssentte nnyingi era abantuu bamwagala ntyo. +UG057_LUG002 UG057 lug Waliwo eno mu Kampala waliwo omukyala atunda ebimuli nga binyirira bya colour yenjawulo era abantu babyagala nnyo buli lunaku babigula era omukazi afuna nnyo ssente mwebyo ebimuli era afuna ssente endala zakozesa mu bulamu bwe Wali eno mu Kampala wali omukyala atunda ebimuli nga binyirira bya colour ye njawulo, era abantu babiyaga nnyo buli lunaku babigula,ole omukaazi afunila ssente ku mabbali we bimulire era mwafuna ssentendala zakozesaawo ubulamu we. +UG057_LUG003 UG057 lug Eyo mu kyalo twali tugenze okwanjula sisita wange waliyo abantu bangi abajja okukyalira nebajja era wali emmere buli omu yalya emmere abantu nebasanyuka nebanywa nebebaka nokwebaka Eyo mu kyaatwe twetugeza okwanjula sisita wange, waali abantu abangi abaja okukyalira ne baddulayo era waliyo emmere buli omu yalimu emeere abato ne basanyuka ne banywa n’ebirebaka nokweba ka. +UG057_LUG004 UG057 lug Nali ngenda ku ssomero olunaku lumu nensanga omusajja nga abantu bangi basitudde ebirabo nga bagala kumuwa naye sategeera omusajja pasita oba yali mulambuzi so nasalawo okuwoza nti pasita bali bamazze okumuwa ebirabo nasalawo nze nempitawo buyisi tewali kyenayogela Nali ngenda ku ssomero naku nomu nensaanga omusajja nga abantu abangi bazitunda ebirabo naye ate agala omusuwaja yali Pasita oba yari mulabisi, mulambisi. Ssowaani asalawo okubuuza abatuuze bali kumpere nti Pasiter baze baza okumuya ebulabo. +UG057_LUG005 UG057 lug Eyo mu kyalo waliwo omusajja alima amajjani naye gano amajjani, mwajja ssente okusomesa abaana be nokulabirira famire ye, enimiro nnene nnyo eya majjani era afunamu ssente nnyingi nnyo ebiseera ebimu awaako abaneyiba eby'obwerere Eyo omukyala waliwo omusajja alima amajaani, naye gano amanjaani mwagya ssente zokusomesa abaana be nokulabirira family enimi nonene nnyo eya majaani era afunamu ssententi nnungi ninyo. Era biseera emu awaka abalimba obwerere. +UG057_LUG006 UG057 lug Nina mukwano gwange eyo mu town ayokya kasooli buli lweggulo era wefuna ssente kuba yasalawo okunonya omulimu nga tanasalawo okwokya kasooli era kati mwafuna ssente naye nga agenda kweyongera mpola mpola akulakulane Nina mukwano gwange yo mu town, ngayo nkyakasoli buli lwekulo era mufuna ssente okuba nga nasala okunyonya omulimu ngasaba kukwokya kasoli era kati mwafuna ne ssentene nge agenda kuyongeera mpola mpole akulane. +UG057_LUG007 UG057 lug Nina muganda wange eyo mu town atunda amanda naye nga abeera agayokyera mu kyalo naye lwaki abantu bayokya nnyo amanda, bayokya nnyo emiti okujjamu amanda kubanga buli bwebayokya amanda emiti babeera bagigyawo era nga tetufuna nkuba nnyingi Nina muganda wange yo mu town, ayatunda amanda naye ngabeera agayokya omukyala nga olwaki nemu lwakiri abantu bayitaamu amandabakyala mpola eno emiti yokujama amalala kubanga webo webayo ky’amanda emti babeera bajijjawo era naga tetufuna akuba lingi. +UG057_LUG008 UG057 lug waliwo olunaku lumu nali ngenda ku ssomero ku nkuba nensanga abantu nga basitudde ebirabo bali babitwala nengezaako okubuuza abali bayimiridde okumpi nebagamba nti babitwala mu church nze neneyongeerayo kugenda kusoma safaayo kumanya bingi Waliwo nakulumu nalingenda ku ssomero kunkuba, ne’nsanga abantu bazitude ebirabo,ne saamaanyi webaali babitwaala. Nagezaako okubozaaba ba bayimidde ekumpi nga balinga amantu babittwale awo mu church then nengerayo negenda kusomesa waffe ayokumanya lingi. +UG057_LUG009 UG057 lug Waliwo waliwo olunaku lwe nali ngenze awantu awantu nali mpitawo nensanga nga abantu bali kufuna emmere nensalawo nengenda okukwata ssowaani nyimirire ku line ndabe ekigenda mu maaso kubanga enjala yali ennuma nnyo nensalawo nenfuna ku ssowaani kubanga enjala yali ennuma nanti Waliwo ono akuba nga egenze awantu, awanu, nadipitawo,nesanga ng’a wano balikufuna emeere ne salawoni agenda okwata essowaani nyimire ku line era nengerayo simanyi ekigenda mu maaso kubanga enjala alimumanyu, nesalawono eteka wo ssawa ni nfune ku mbeeru age. +UG057_LUG010 UG057 lug Olunaku lumu nali mpita mu kkubo nendaba mmotoka then nga nina namba puleti ya mukwano gwange bwe nalingiza munda nendaba nga yali mukwano gwange nensalawo nemuyingiza ne tugenda ffena gye yali agenda Wano ku nalimpita walipo ne ndaba motooka,nteekateeka eyo mukwano gwange bwenali ngiza munda,ne ndeba ameere imikwono gwangi. +UG057_LUG011 UG057 lug Eyo mu kyalo tulina omusajja ali kusuubula kusuubuula nnyo amatooke buli lunaku asuubula amatooke nga agagula ku bantu nga agaduusa nga agatwaala mu kibuga ogatunda nga afunamu ssente enyingi nnyo era zalabirira famire ye Eyo omukyala otunda omusajja atambula nnyo okusuubulwa amatooke, buli lunaku asubuula amatoke agagula ku bantu, ggadoza abalala batwale mu kibuga ogatunda afunemu ssente nnyaanya ennyO era za labira family ye. +UG057_LUG012 UG057 lug Ennaku ezo nagendako mu zoo naye nensangayo elephants nga nnyingi, obuto n'enkulu nali siraba ngako elephant mu bulamu bwange nasanyuka okulaba nensalawo natwalako nebifananyi era nalaba nga elephant ze zisinga obunene mu nsi yonna Nakumu nasalako ndabako omuso, naye nesanga yo era efananamu singa nnyingi obutono enkulu, najisirangako era efana muntu mulimu wange, nasanyukira wo nensala ko natagako nebifaransa, era nalaba nga yefaano tusinga obunene mu musi yonna. +UG057_LUG013 UG057 lug Olunaku olulala nagenda ku zoo era omulundi ogwokubiri nensanga giraffe bwenagenda okwetegereza nga giraffe yesinga obuwanvu mu bisolo byonna olw'ensingo empanvu nnyo era etera nnyo okulya ebikoola by'emiti ebibeera ebisembayo waggulu. Kubanako oyagala ku zoo,neera omuntu ogwokuba ensanga giraffe wenali gwendagenda okuyita eggwanga nga giraffe ye singo bwa vumusa emisolo byonna wensinga empavu nnyo, era eretera anyo okulya ebikola bye mitayimbira era ebyesimba ewagu. +UG057_LUG014 UG057 lug Olunaku lumu nakyalira mukwano gwange n'ensalawo okwebaka yo era olw'eggulo, nafumba emmere nga bread nga agambye nti emmere y'olweggulo lwonna teyalya supper yasalawo just afumbe emmere nga tulye nga akulekera emigatti ebijanjaalo Omukwano gwange nesalawo okwebakayo, era olwegulo nafumba emeere nga buli wegamba nti emmere yosalawo ne ssapa yasalowooza afumba immeere etulye naye nge kuliko emigati ne bijanjalo. +UG057_LUG015 UG057 lug Nali sirabanga nali ngenda mu town kireka n'ensanga emmotoka zonna nga ziri ku luguudo, bodaboda, taxi, loole nga tewali abantu webasobola okuyita kubanga turafiki yali mungi nnyo nnyo nnyo era nasalawo okuyimirira mpaka mmotoka nensooka mpitawo Nanditse nabangako nali ngenda mu town Mukibuga ne nsanga nga mmotoka zonna ziri kumpu bodaboda taxi bwatekati wano abantu webasobola okuyita kubanga plastiki yali mungi nyonnyoni era byonna byenasalawo okukiyimirira +UG057_LUG016 UG057 lug Nina mukwano gwange eyo e Kampala alina hardware bagiyiita pasenti hardware etunda ebintu eby'enjawulo, wheelbarrow, wheelbarrow, emisumaali, langi n'ebintu ebirala era abitunda ku bbbeeyi etali ya waggulu nnyo Nina mukwano gwange wo mu Kampala balina hardware bayita Pasent Pasnt hardware etunda ebintu byenjawulo wheelbarrow wheel barrow emisomeri langi n'ebintueba era bitunda ku bbeeyi y’etage ya waggulu ennyo. +UG057_LUG017 UG057 lug Olunaku lumu nali ngenze okukyalira jjaja wange nafumba emmere nga omuceere ebijanjaalo nebinyeebwa nenyumirwa okubirya anti okufumba kuba lwe lwali olunaku olusemba lwali luzze okumulabako Obulamu bwalingiza okukyalira jajja wange nafumbye emmere nga omuceere ebinyeebwa nenyumirwa okubirya, ne musomatu alosanga olusimba lwali lisze ono kumulabako. +UG057_LUG018 UG057 lug Olunaku lumu nali mpitawo nga ngenda mukono n'endaba church, eyabaporo eya bakatulika nga mpanvu nensalawo ne ntwaalako ekifananyi ngende ndageko mikwano gyange nebagamba bali basaaba mu church eyo eyo yenyini olwaddako netugenda netusaba babiri kubanga ate munda mwali munyirira Olunaku lumu nabyo mpitawo nganga ennene mukulu n'endaba e-church ya ba katolika, nga mpanvu nensalawO ne ntwaleko ekifananyi ndowooza emikwano nyange nebagamba nti nobiba basalamu eyo church ye oba dda ku bintu byonna tusabye babiri kubanga temunda mwali munyirira. +UG057_LUG019 UG057 lug Nina mukwano gwange awo e Nakawa alina akaduuka, alina edduuka lye litunda bintu bingi naye alina bizinensi endala zatunda wabweeru nga okusiika chapati, okutunda amatooke, byakutunda bikomando naye nga byonna abifunamu ssente ezisobola okulabirira baganda be Nina Mukwano Mungeri, alina kadduuka nga alimu edduuko lye lyetunda ebintu ebyo byenyanaye, anabiza endala zakulaba bweru gwe okusika chapati, wakutunza amatooke, yakutunda bikomando, naye nabyo namigata wamu nafunamu ssente zisobola okulabirira abaganda bye. +UG057_LUG020 UG057 lug Nali ngenda e Nakawa nensanga abantu bangi abatunda engatto ezenjawulo bwoba oyagala gula wano nga omulala akusika,jangu ogule eno nga omulala akusika jangu ogule eno ku nkomererwa nga tomanyi wa wosobola okugula so nensalawo nenfuna omuntu omu nengula engatto Omulala nga eno akawaanyi nsanga abantu abangi batunda, abatundayo engatto obuzenjawulo nali nagala wabula oyagala ogula wano ng’omulalala agusika nti jange ogule enho ng-omukomeera ngedde omanyibwa bwosobola okugula, osobola osaana ensawo yonna mudda omuntu omu negula engato. +UG057_LUG021 UG057 lug Esayidi zomukyalo esayidi ze Mbale , abantu bangi abalima amatooke naye amatooke agamu tegateekako baana bungi, amatooke amanene,osobola okuddawo twasalawo okuteekamu fertilizer so kati ebitooke byasalawo okutekaako amatooke amanene Naye ebisale byomukyala side za mbele abantu abangi abalima amatooke,ne matoo ke agamatwe gatekako gatera kuko obana gundi,amatoo ka amanene okujawo ekye kizitwasara okuteeka mu fertilizer ne mannywa so kati bitandikeho gebitandiika okuteko amatoke amanenene. +UG057_LUG022 UG057 lug Olunaku nali mpita mu takisi n'endaba omusajja nga atunda ebikajjo ku ppikipiki ne newunya ono tajja kufuna accident mwako akaseera kenyini loole neyitawo kumpi emutomere kubanga ebikajjo byali bigenda sayidi ne sayidi naye Katonda namuyamba nawona Obulamu bwomulabye bupita mu taxi, n'endaba omusajja ngazitunda ebikajo ku ppikipiki, ne wunywa otayaja kufuna accident mark akaseera ke nyweerawo oleni eyitawokumpi ya butonotono kubanga ebikayo byali bigenda side byeyindi sayidi katonda muyamba nawona. +UG057_LUG023 UG057 lug nina mukwano gwange omuwala sayidi zeeyo e Nakasongola atunda eduuka n'ebintu ebirala gamba nga ennyaanya, amatooke, n'ebintu ebirala naye nga abantu bamwagala nnyo olw'obutukirivu bwe bwalina ayagala buli omu ajja okugula buli omu ajja okugula ebintu we Nina mukwano gwe nga omuwala oyo mu side zeni na kasongole, batunda edduuka ne mitwe byebala ng’amanyifo, nyaanya, amatooke, nemitwe banenge abantu bamwagala nnyo oba obutukirivu bwebwalina ayagalawo nti omuntu aje kugula emitwe. +UG057_LUG024 UG057 lug Olunaku lumu nali ntula mu mmotoka n'endaba oluguudo lwe bazimba waggulu nali sirabangako oluguudo olwazimbibwa waggulu nensalawo ntwaleko ekifananyi male ntwaale mpositinga ku social media nenfuna likes nnyingi nga ssi zeza bulijjo Wano tuli mu motooka n'endaba oluguudo lwe bazimbiwa, bwagula esangako olugundo lwasimbibwa waggulu ne nsera no twali teye kifananyi, mane ndabawo ne postangakoko ku social media ne funa likes jingi nga eziterawa bulijjo. +UG057_LUG025 UG057 lug Nina mukwano gwa mukwano gwange atunda watermelon mu kiffo kye nakawa eyo lunaku lumu mukwano gwange yantwala okugula watermelon nasalawo nampa watermelon ku bbeeyi ya wansi kuba nalina mukwano gwange kubanga nalina mukwano gwange agamba nti bampe ku watermelon ya ssente ntono Nina mukwano gwa mukono nga atunda watermelon, ngenda ye mu kifo kyenali ka bweyo, olunaku mukwanogu yange yanjula watermelon nasalawo naba watermelons ku beyi ya wansi kubanga nanina mikwalo gwange, kuba namukwamo ngange yangambe ate eba apeku ne tamale no ya seta entono +UG057_LUG026 UG057 lug bwoba oyagala okufuna bwoba ngoyagala okulaba ekifo ekisinga okubeera busy mu kibuga genda olabe Kampala, Kampala wewantu ewagenda okubeera busy, mmotoka, ppikipiki abantu bonna babeera busy mu kifo kibeera kizibu n'okuyitawo Bwo bwoyagala okufuna eki bwo oba oyagalira ekifo ekisembe mu kibuga, ngenda olaba i Kampala, waliwo abantu bagenda okubeera busy, mmotoka mmatooke ppikipiki abantuuze beeza bukifho, era sikulaba kibeera bizinensi kuliko okuyitawo. +UG057_LUG027 UG057 lug Olunaku lumu nali mpitaawo nga tuli mu takisi naye takisi yali eweddemu amafuta netusalawo netugenda ku firling shell netujiteekamu amafuta nendaba woteeri ennungi nga munda batundamu emmere ennungi nga KFC. Wano ne kumpita wa nga tuli mu taxi, naye naga takisi yali abadde amafuta, netugenda ku feelingi shell netunyiza mafuta n'endaba wo hoteli ennungi ngamu batundiramu emmere enungi nge KFC. +UG057_LUG028 UG057 lug Waliwo olunaku olulala twayita ku shell endala ku ppikipiki bwetwatukaayo ku shell nga omusajja talina ssente wadde n'ekikumi mu nsawo. nasalawo nze n'enfunamu ssente zange nemuwa nateekamu amafuta netweyongeerawo olunaku netweyongeerayo nagamba ssente yazerabidde ku mmeeza Waliwo nakola twayita ku shell endala nga ndi ku ppikipiki, netuletukayo mu shell omusajja naye nge kiringa ssente wano nekiri musawo nenasalawono ensalo amazze ne ntwalayo amasente zange nemmwara ateekamu awafuta ne tweyongerayo era tenagamba ssentu jazi babidde ku mezza +UG057_LUG029 UG057 lug Nina mukwano gwange alina akola ebintu ebyenjawulo nga ebitanda, entebe, fomu, mmeeza nebintu ebirala naye nga bino ebintu ateera nnyo okubitunda ku masomero kubanga akola ebitanda bya bantu ebiwanvu ne wansi era amasomeero gatera nnyo okubigula afuna nnyo ssente Nina mukwano gwange, atunda akola ebintu byenjawulo nga ebitanda, entebe, fomu, mmeeza ne bintueba naye njagala no okutunda amasomeera okubanga akolea ebutanda ebyabantu webiwaayo buli wansi. +UG057_LUG030 UG057 lug olunaku lumu nali nkyaali ne mukwano gwange nasalawo okunfimbira ekyemisaana nafumba ennnyama amatooke no muceere nga byonna biwooma bulungi nampa ne ndya nemusiima kale okufumba obulungi kwe yali alina Kulikuma nanyi nkyalidde mukwano gwange, nasala okufumbila ekyebisana, bafumba ennyama amatooke nomuceere ngabyona biwooma bungi, nafa ne ndya emu simantula okuffumba oba bulungi bwa layo alina. +UG057_LUG031 UG057 lug Neera awantu wenali ngenze wa mukwano gwange omulala nanfumbira caayi ku makya na majji n'amenvu nali sirya nga kucaayi n'amenvu n'amajji awamu ne chapati so wenalaba ebyo nengamba nti omwana alya bulungi nnyo bwentyo nemusiima Naye era abantu bano bali mukaaga nga omwana afumbila caayi ku makya, kubanga na amaggi, namenvu nali sijidde kuliko caayo amenvu namamagi ne chapati sobala alabirira nti obulamu bulungi nnyo. +UG057_LUG032 UG057 lug Waliwo wenali mpiita nendaba Shell nga Shell nkadde nnyo nenewunya nti eno shell tebafuna profit, tebagitekamu ssente nensalawo nengamba nti basobola basobola okukolaki okugitekamu ssente bagirabirire neda bupya Waliwo shell wano bwenalimpita n'endaba shell nga shell mukadde nnyo era mpi nenewunya no’shell tebafuna profit bagiteka mu ssente neserawo nengamba nti basobole okolaki? bagitekamu ssentte bagirabira neera bupya +UG057_LUG033 UG057 lug Nali ndi mu taxi nga ngenda sayidi zeyo e Mbale kwe nalaba omusajja ngali mu siika ngali mu kusiika nga ate ayokya enkoko netusalawo netuyimirira netugulayo enkoko emu buli omu nagulayo emu emu netulya nga bwe tweyongeerayo Nali ndi mu taxi nga yasalaze kanzayo mba naye wano alikusiga ngakusika oba atenga ayokya enkoko wamu ne wamwe nkuko netuyimirira netugula yekogo emu buli omu agulako emunye tulaba bwetweyongerayo tweyongera +UG057_LUG034 UG057 lug Tulina eyo omusajja mu kyalo ateera nnyo okusubuula amatooke naye ku lw'omukaaga ne Ssande ateera nnyo okupakinga amatooke mu kimotoka ya fuso oba eya tuleera nagatuzaamu nga agatwala mu kibuga so alyooke agatunde ku bbeeyi eya waggulu afunemu profits. Tuneyo omusajja mutera teranywe okusuubula amatooke, naye nga buli womukaaga ne Sande atera nnyo oku pakinga matoo ke mu kimotoka ya Fuso oba e-trailer nanga gaduzamu nganyigatekwata ku kibuga, so asokalyeko agatunde ku bbeeyi yaabwe awagala afune mu plots +UG057_LUG035 UG057 lug Waliwo wenali mpita nga ngenda kampala n'endaba obuvubuka nga buli awo bulinga abantu abatabeerawo embeera yaabwe yali mbi nga kasasiiro yenna ajjudde awo nenewunya bano abantu bano bafaayo oba tebafaayo Waliwo bwe nange mpitera nga ngenda Kampala, ne ndaba obuduuka nganga buli awo obulinga abantu abategeerawo. Embeere yaabwe yale empi naye kasasu enajude wano ewunya abante wuno. Bafayo oba tebafayo? +UG057_LUG036 UG057 lug Waliwo we nali mpiita nga ngenda kampala nendaba obuvubuka nga buli awo obulinga abantu abataberawo , embeera yaabwe yali mbi nga kasasiro ajjude n'enewunya abantu bano bafaayo oba tebafaayo nensalawo n'embuuza omu nti nengamba omu nti basobola okulabirira awo awantu. Waliwo bwe nange mpitera nga ngenda Kampala, ne ndaba obuduuka nganga buli awo obulinga abantu abategeerawo. Embeere yaabwe yale empi naye kasasu enajude wano ewuunya wana abntu bwaffe aba faayo oba tebafaayo, nesalawO nemboze omuntu nembaata negamba omunti gebasobola okulakirira awantiu. +UG057_LUG037 UG057 lug Olunaku lumu nali sigenda nga ku river naye olunaku l'enagendayo nendaba ku maato namaazi amangi n'ebyenyanja ebinene bye nali sirabangako nebansitulako ne mu lyaato nentambula ku nnyanja yonna paka wenakomawo ewaka Wonna kulunabya sigenda nga ku kuyiga nayo wenagenda yo,n'endaba ku maato na mazzi amangi ne byenyanja ebinene ebintu byanjye sirabangako, naye nebasituyeko mu lyato ne mpita ne ntambula mu Nnyanja yona paka bwe na milonga ekomayo ewaka. +UG057_LUG038 UG057 lug Nali sirabangako abantu nga bambadde bangozi, bangozi mu nsiingo yaabwe naye olunaku lwe nabalaba nenewunya bano abantu babitekamu batya bakula nazo oba kiki so wenasalawo okubabuuza nebagamba nti bateera nnyo kuzitekamu woba nga bamaze bazijjamu Naye sibyebangako abantu nga bambadde bangozi, bangozigi mu singa yaabwe newunya ku muntu naba laba? Newunya baana abntu babitekamu batya? Bakola nazo oba bakiki so basala okubibuza nebagamba nti bazitalanguko kuziteekamukuba nge bagaane bazijawo. +UG057_LUG039 UG057 lug Olunaku lumu mukwano gwange omu karamoja yali ampise okugendako ewaabwe wenatuuka mu North nensanga abasajja abantu nga bonna bambadde besiba obutambala mu nsiingo zaabwe mu nsiingo nga bonna basitudde emiggo wenabuuza nebagamba culture yaabwe bakikola webatyo Ono nali mukwano gwange omu Karamoja alina mpi so genda keere bwaabwe wenatuka mu north, abasajja abantu ngabona bambadde ebesiibutambaala musingo zaabwegati, mumusingo nga boona basitudde emikono ewunya bwenaguzinze okulaba batukolawo webakyu. +UG057_LUG040 UG057 lug Akatale nagenda akatale e Kireka naye nga abantu bangi nga bali kutunda engoye buli omu yali akola bizinensi buli omu yali akola bizinensi nga buli omu ate nga walimu okuleekaana kungi woba oyagala ggula eno ekintu nga bakusika ogula eno woba oyagala gula eno nga bakusika ogule eno Akatale nagenda akatayi kireka naye ngabantu abangi balimu balitunda engoye muli omu yali akola business mulo omuyali ekola bizinensi nga buli muntu ate nti mwalimukulekana kungi, weyagala gulirayo ekintu ntabakusika ogula eno +UG057_LUG041 UG057 lug Nina omusomesa wange asomesa agulikaliya naye kulw'omukaga ne sunday atera nnyo okutwala abayizi be mu nimiro okusobola okumuyambako okusobola okumuyambako ne birimwa bye ate nabo bayige engeri gyabikolamu Nina omusomesa wange asomeseza gwe culture naye buli womukaaga ne ssanda talamu okutwala bayisise mu nnimiro okusobola okumuyambako okusabolaokumiyamboko n'ebirimwa bye ate namabali ngoye bayigeyo engeri jabikolamue. +UG057_LUG042 UG057 lug Waliwo akaseera nali ngenda nali ngenda gula ebintu mu katale nensanga abantu nga batunda ebirime ebyenjawulo obutungulu nga nnyaanya amenvu nebintu ebirala ku bbeeyi eyawansi kubanga olwo olunaku yali sizoni yebyo ebintu Waliwo ayakasana naye ngenda gula ebintu mu katale nensanga abantu nga batunda ebirimu eby'enjawulo nenga nyaanya, ameenvu, ne bintusaku beyi awansi kubanga buli lunaku yali season yebi e binte +UG057_LUG044 UG057 lug Mukwano gwange ku makya nali muzukusa tugende, naye nemusanga ngali kutematema amenvu, amenvu nga agateeka mu ssowaani agalinga breakfast, nemugamba bino bikuyamba ki n'agamba bino bikuwa amaanyi ku makya. Nali nze omukwano gwange ku makya, nali so okumuza okusa tugende,naye nomusana ngamba azagala kusuka, nemisanga ali kutematemaamu amenvu amenvubi nga ateekamumasowani ngabeyitwa ne muggamba bino bikuba manyo ku make. +UG057_LUG045 UG057 lug Nali ntambula nensanga omusajja ngali kutunda watermelon ngali ku pikapu naye watermelon yali yalukumi lukumi ate watermelon ebiseera ebisinga yali ya nkumi bbiri, lukumi mu bitaano, nkumi bbiri bitaano so wenabuuza kituffu ya lukumi nagamba walimu n'ebitaano nemuwa ebyo ebitaano nampa babiri Naye kulumu nali tambula, nensanga omusajja ng’ali kutunda watermelon, ng ali ku pick up-ne, guli watermelon yali wali enkumi likumi ate nga naddala watermelon ebisi bya bisiinga yale walukumi bitano. Siboyinza okuva ekitufu walikuminagambeyo wewomona nebiri bitanu nemu nebitanu nampa babiri. +UG057_LUG047 UG057 lug Mu kikubga ayokya enzijji, amadinisa, ne bi konteyina era abitunda ku bbeeyi ya waggulu nnyo, abantu bangi batera nnyo okugula newankubadde nga bbeeyi ya waggulu nnyo nnyo Mu kibuga tayokya enzijji, amadinisa ne bu container era bitunda ku bbeeyi ya waggulu nnyo. Era abantu abangi batandike okujukula wano newankuba nga bbeyia wagggulu onyono. +UG057_LUG048 UG057 lug Waliwo akaseera ke nali nebaseemu nebase mu woteri nga ndi mu kizimbe ekisembayo nalingiza mu dinisa nendaba nga ekibuga nendaba nga ekibuga namayumba nga ganyirira agali awo wansi nensalawo ntwaale ekifananyi mpositinge ku social media nenfuna likes nga nnyingi Waliwo akaseera ke kye basimba nebasimbwa hotel nga wano ekizimbe ekisembo weba, ono ayinza yo omulesa n'endaba ng’ekibuga nengamba ekiberanga kyino ennyumba amayumba aganirira era ggali awo wansi nensale awotwala ekifananyi positinge ku social media nenfuna like singa nyinshi. +UG057_LUG049 UG057 lug Olunaku lumu nali mpitawo nensanga abakazi babiri nga bali kunyumya nga basanyufu naye nga waliwo kyebali balaba ku ssimu bwe nababuuza nga lwaki muli basanyufu nangamba bansindikidde ssente ku ssimu nga basanyufu nnyo nebagamba ssente mmeeka nebagamba bansindikidde million bbiri Olunaku lunaku epitawo nensanga bakazi babye ngabali kunyumya nga basanyufu,nenga olwekere balya kala ku ssimu banaba buzalimu naye abantu basinikidde ssente ku simu neba ba sanyuffunyo,nebagamba ssentemeke bagambo mbazanikiride milioni bbiri. +UG057_LUG050 UG057 lug Lwakuba ku mulimu waliwo mukwano gwange eyali agenze ogula ennyaanya mu katale ogula nnyaanya nnyingi omukazi namala namwongeera ku ennyaanya endala nagamba kati ogenda kubeera kasitoma wange kati omusajja bwa neyongeera kugula ennyaanya eyo Waliwo akumulimu kukano nga engeri ya genda ku kugula nyaanya mu katale, esera okugulanza nyinshi, wali amanyo omukazi namala mwagala kunyanja endala naye agamba ogende gukubeera kati kasitoma wange kemisanja nti nayongeranga oyo kuguza nyaaya eyo. +UG057_LUG051 UG057 lug Waliwo omukyala bamuyita nalongo atunda nnyaanya n'ebintu ebirala nga ebintu ebirala nga mukyala mulungi nnyo abantu bamwagala buli lunaku bwaleeta ennyaanya nga ziggwawo mwako akaseera ke nnyini era abantu bewuunya lwaki ennyaanya zaggwaawo mu kaseera bwentyo Waliwo omukyala womuto nalongo, ate atunda nyaanya,nebintu ebirala nga,nina bintuyenya nnyo ng’a mukyla mu mujji ennyO. Abantu abangi buli lunaku baletera nyaaya naye ziri kubanwa akasana ke, era abantu webonyole waki nyaonya zigaba ku kasena ke +UG057_LUG052 UG057 lug Olunaku lumu nali ntuuse nayini eleveni nagenda mu kifo nga tewali kizimbe kyona ekyali kiliwo naye olunaku lumu bwe naddamu okuyitawo nga nsanga nga waliwo ebizimbe bingi waliwo amaduuka amanene ate nebizimbe bali ku bizimba ne newunya nga ensi ekulakulana mangu Wanaku wali nge mtuuse aba Nileveni, nagenda mu kifo ngateweera ekizimbe ekyo nekirala kirwo, nonakubye naddawo okuyitawokasanga waliyo ebizibu ebingi ,waliwo amatooke amanene ate ne bizimbe bebali ku bizimba era eno ewunya nga eseera yo kulakulana maama. +UG057_LUG053 UG057 lug Waliwo omukyala waliwo mukwano gwa mukwano gwange atunda carrot, nnyaanya, muwogo, bumonde nebintu ebirala naye nga bino ebintu abitunda ku bbeeyi ya wansi okusinga abantu abalala naye abantu betanila okubigula era olweekyo ebintu bye bigwawo mangu mangu Waliwo omukyala wali wo mukwano gwange atunda carrot, nyaanya nga olumu ndde nebintu ebirara naye nabino ebitundu byatunda ku beya wansi okusinga abantu abaera era batandikujjo kubigula era bwekyo ebinte bye bigulawo mangu mangi +UG057_LUG054 UG057 lug Olunaku lumu nali mpitawo nga ngenda Kampala n'endaba ekintu bino bitanka ebibeeramu amazzi go kunabiira engalo nensalawo nguleko kimu kyenatwalako ewaka awo wenakigula nekitwala ewaka nenkitekamu amazzi n'entadika okunaba mu ngalo Wano nga kumulwadde i Pitawo, nange ngenda Kampala, ne ndaba ebintu bino bitanka ebibeeramu amazzi okunabirayo engalo. N’ensalawongoleko ki mu kwagala esiri kirina twaliiko ewaka, wenakigula netutwalako ewuka nateekamwo amazi nanga emisaladdi tenaku lwokunangamugani. +UG057_LUG055 UG057 lug Olunaku lumu enjala yali ennuma ewomusajja ne ngenda omusajja nansikiira rolex nemugamba nti anjigirize engeri gye bakolamu rolex awo namala nanjigiliza nange okuva olwo lunaku nentandika okuyiga engeri gye bagyikolamu nga njitunda Waliwo olumu nalinjagala eno nomanya nga ava ku ssomero naye woba omusajja nganga ayimiride awo ne mugamba nti asika rolex omukyala alina asikiriza roex obulingisa enguudo jebakola mu rox awno bano andikiriza nange okufuna onokuneta +UG057_LUG056 UG057 lug waliwo sayidi ze kampala tulina omusajja atunda emmere yenkooko ye bigero byonna emmere ye nkooko yonna jjangu osisinkane sekoko feeds emmere yo mulembe esobola okukuza enkooko zo nezibeera nga zizitowa ne nnnyama ennungi Waliwo essanyu ze ye Kampala, tulina omusajja atunda emiri yenkoko bye bigere byonna bwoba oyagala oba enkiko kyo enjanga osisinkana nnyo ensibuko ffine wosobola okufuna emirembe omulimu zesobole okuguza ebikoko zamu bulungi era nezibera zitowa na zifunira ennyaanya ennungi +UG057_LUG057 UG057 lug Nina mukwano gwange tusoma naye ku makya olweggulo n'addayo nakuba amatofaali ge, mu gano amatofaali mwajja ssente ezimusomesa nokulabilira famire ye kubanga taata we yaffa ate maama we teyesobola so yadda mu kukuba amatofaali eno nga bwasoma Nina mukwano gwange tusoma naye netusoma kumakya olwego namana addayo nakuba matafali mwagala amatafalimu ajja ssente zeyasomasera nokulabirira family ye kubanga teyateweyafa maama weta eyo esobola yosoye addamukuba amatofali era nga wasoma ekubangako emikulu +UG057_LUG058 UG057 lug Olunaku lumu nalinya nali waka nga nyanika nga engoye just nensalawo nengula waya nensibako engoye zange awo nga zikala mangu okusinga okuzanika ku mabati ne ku biti Waliwo buli omu nalibwa kane nga njanikanga engoye just ku mabati naye wano kulumu nensalawo ne ngula wire nesibaako engoya zange awo ngasikaala mangu okusinga okuzanika ku Mabaati ne ku bit. +UG057_LUG059 UG057 lug Nina uncle wange alina poloti za mayumba eyo sayidi ze Nakawa naye ennyumba nga erimu abapangisa batundilamu ebintu ebyenjawulo nga amafaliso, entebe n'ebintu ebyenjawulo era nga abantu batera nnyo okubigula Nina uncle wange, alina alita plot za mayumba eyo side zirina akawungi, naye ngamagambo abapangisa batundiramu ebintu byenjawulo nga amafaliso, entebe n'ebintuebyenjalo nabyo tubatanda okubigula. +UG057_LUG060 UG057 lug Nina mukwano gwange sayidi z'eyo Entebbe ayina bizinensi ya kutunda bukoko, enkoko azitundila mu katandaalo , nga enkoko azitundila mu katandaalo era azitunda ku bbeeyi ya mitwalo ebiri ebiri buli nkoko era batera nnyo okuzimanya naye ebiseera ebimu akola loss nga tatunze wadde n'ekitundu N’emukwano mwangiza nga eza we Entebbe, Naye nge business ya kutunda ku enkoko, nenzino enkonko azitundira mu katandariro,neno zinenkoko azintudira mukatandaalio, era zitunda kubeyi nebire byentuko,era abantu batandikuzimba ne bisisema kolalo si kubanga tatunzirako omuntu amuteeka mu kitundu. +UG057_LUG061 UG057 lug Olunaku lumu nali mpitawo nga batumye okugula ki tanka mu town e Kampala naye ku kkubo nasanga ebitanka eby'enjawulo mu kkubo nga bisinga bye bali bantumye nga binene nensalawo ngulawo ntwaale ekyo kubanga byali bya bbeeyi ya wansi naye nga bigumu nengenda n'ekyo Wano nga ekumulwadde epitawo nti abantu mbyewa kugula ki tanka mu town kampala neera eri ku kkubo weenasanga ebi tanku eby'enjawulo nfuna ebisolo byebala byansumi naye binene ngesela wangulu awo twali ekyokuba beyabaeyi ya wansi yabeye ngabigumu nayenga ennani eki +UG057_LUG062 UG057 lug Eyo sayidi yeyo kirabika waliwo eddwaliro lyebayita Fast Care Medical bwoba nga offunye omusujja gwonna oba obuzibu bwonna genda okyalire lino edwaliro lisobola okola buli kimu. lisobola okulabilila buli ndwadde yonna ebeera ekuluma ku ssente eyawansi okusinga amalwaliro amalala Eyo sadiika ebweru wadde abasajja ba America, bwoba nga onfuna omusujja gwonna, oba owobuzzi wonna genda okyalire, eddwaliro lisobola okulaba bulijjiimu, lisobole okula byabulindwa dda yo nebeera ekuma ku ssente za wansi okusinga amalala. +UG057_LUG063 UG057 lug Waliwo ekifo kye nali mpitawo kalinga akatale naye samanya kifo ki kubanga nali mu takisi ne ndaba abantu bali mu kutunda amatooke mangi, engoye n'ebintu ebirala ebyokulya ate nga omusana gwali mungi nnyo nga guli mu kwokya ne ngamba lwaki tebazimbawo akayumba ke basobola okubeera Waliwo ekifo kyenali mpitawoka naye ngakateera ne ssamu nakifooki akikungaala mu taxi,ne ndaba nga abantu balikutunda amatooke amangi, engoye n'ebintu ebirala ebyokulya ate ngo omusana gwaali mugyi nolnga guli kuwota nenyambalibwa ki tebazimba waka kabomba kebasobola okubeera +UG057_LUG064 UG057 lug Nina mukwano gwange akola mu bintu ebyenjawulo for example amatofaali gebakolamu sementi nebintu ebirala byebakolamu sementi naye nga abitunda ku bbeeyi eya wansi era nga mwafuna ssente ezisobola okuyamba, ezimulabirira ne famire naye abantu babigula nnyo Nina mukwano muka nga akola mu bintu eby'enjawulo for example amatafaali ngabakolamu cement, nebintuebirala byebakolamusemit, naye naga bitunda ku beyi eyawansi era nganywa afuna ssente ezisobola okuyamba okuzimba family ye era abantu babikula nnyo. +UG057_LUG065 UG057 lug Nina muganda wange omuto yatandika bizinensi okola ebitanda, kabadda, enzigi nebintu ebyenjawulo era nafuna ssente ezo zeyesomesaamu nebintu ebirala byayagala okukola yatandika bwentyo nga akyaali muto kati kirooto kizze nga kituffu Namuganda wange omuto yatandika business okukola ebitanda, akabadda, nenzijji ne bintu byenjawulo era mufuna ssente ezokubeera esomese wamu n'ebintuebyagala okula, yatandiika wemuntu ngayakyali mutono nga ayaganye nakati kiroreto kizze nge kituffu +UG057_LUG066 UG057 lug Bwoba nga oyagala olabe omusana nga gunyirira kera ku makya ennyo ku makya ssawa kumi n'abiri olabe omusana nga bwe guvaamu egufa enjuba ku makya olunaku Guba nga oyagala olaba omusana ogaguyeera kumakya ennyo ku makya ssaawa kumi na bbiri, olaga omukyala naye guvaamu ebiffo eby'enjuula ku mikya. +UG057_LUG071 UG057 lug Tulina akaseera katono leero Tulina akaseera katono leero. +UG057_LUG076 UG057 lug Twagenze ewa musawo ku makya Twegenda ewa musawo ku makya. +UG057_LUG077 UG057 lug Okusaba kusobola okukyuusa ebintu Okusaba kusoobola okukyuusa ebintu. +UG057_LUG078 UG057 lug Ndabye emmotoka empya mu luguudo Ndebye emmotoka empya mu luguudo. +UG057_LUG080 UG057 lug Nsiima enyimba zokujukira Nsiima ennyimba zaawo okunjukira. +UG057_LUG082 UG057 lug Tukolere wamu okuvila ddala kuntandikwa Tukolera wa mu kufira ddala kuntandikwa. +UG057_LUG085 UG057 lug Ensimbi ziri mu suuti ya taata Eziri zirimu ssoti ya taata +UG057_LUG089 UG057 lug Okutambula kinyumira mu kiro Tambula kinyumira mu kiro. +UG057_LUG090 UG057 lug Mpereza ekiwandiko ku terefoni Mpereza ekiwandiko ku terefoni +UG057_LUG091 UG057 lug Funa ekitabo mu kabaati katono Funa ekitabo mukabaati katono +UG057_LUG092 UG057 lug Emmere eri ku ssawa ya tafaali Emeere eri ku ssawa ya tafaali. +UG057_LUG106 UG057 lug Ebbugumu lya leero linyogovu nnyo Ebugguma lya leero liyinza okufuna +UG057_LUG109 UG057 lug Manyi nti ndi wano kutuyamba Namaanyi nti ndiwano okutuyamba. +UG057_LUG111 UG057 lug Ennyumba eno erimu obutuuze abasatu ennyumba eno eri mu obutuuze abasatu +UG057_LUG115 UG057 lug Nyabo ku kyalo Nina enyabo ku kyalo +UG057_LUG116 UG057 lug Tukola ennyo okulaba nti tugenda mu maaso Tukola ennyo okulaba nti tugenda mu maaso +UG057_LUG118 UG057 lug Twesiga Katonda mu buli kikolebwa Twesiga Katonda mu buli kikolebwa +UG057_LUG125 UG057 lug kati tutegedde entuula yaffe Kati tutegeka entuula yaffe. +UG057_LUG126 UG057 lug kati tutegeke entuula yaffe Truly to take into our lives +UG057_LUG129 UG057 lug Abalenzi bali mu kusomera mu kisomero kati Abayizi bali mu kusome mukisomero kati +UG057_LUG131 UG057 lug Ebirungi bize mu bwangu nnyo Ebirungi bizze mu bwangu nnyo. +UG057_LUG132 UG057 lug Obudde bugenda buggwa mu kiro Obudde bugenda bugwa mukiro. +UG057_LUG136 UG057 lug Tulina okukola okukola ekiseera kyokka Tulina okukola okula ekiseera kyoka. +UG057_LUG140 UG057 lug Ye aliwo okuva ku makya Yali okuva ku makya +UG057_LUG141 UG057 lug Kirabo kino kya nali ntegedde Kirabo kino byanali ntegedde +UG057_LUG142 UG057 lug Ebbaluwa gye waleteddemu eri mu nnyumba Waliwo ekintu kyoletmu eri mu nnyumba +UG057_LUG146 UG057 lug Okulabako kunyumirwa nnyo Okulabako kunyumirwa nnyo +UG057_LUG149 UG057 lug Okukola wamu kufuna birungi ebirungi Okukola wamu kufuna ebirungi ebrung +UG057_LUG150 UG057 lug Buli lunaku tulina okulowooza bulungi Buli lunaku tulina okulowooza bulungi +UG057_LUG152 UG057 lug Twandizze okuddamu ebibuuzo ebitonotono Tweyini so okudda amavuzi bitonotono. +UG057_LUG154 UG057 lug Funa emikono gyo gyendabeko Funa emikono gyo gyogendereko +UG057_LUG159 UG057 lug Twagende twagenda ku ssomero enkya ya leero Twagende twagenda ku ssomero enkya ya leero +UG057_LUG163 UG057 lug Emmotoka etambula mu luguudo luno Emmotoka etambula mu luguudo luno. +UG057_LUG164 UG057 lug Nyimba nyimba z'abayimbi abalala Nyimba nnyimba z’abayimbi abalala. +UG057_LUG165 UG057 lug Tulina embwa etuweereza obulungi Tulina embwa etuwoyereza obulungi +UG057_LUG167 UG057 lug Mpa amazzi agali mu nkoko eno Gaba amazzi agali mu konko eno +UG057_LUG168 UG057 lug Omusajja oyo anywa amata buli lunaku Omusajja oyo anywa amata buli lunaku +UG057_LUG169 UG057 lug Ekizikiza kijja mu tuntu neene Ekizikiza kinjamu tutunene. +UG057_LUG171 UG057 lug Tugenda okukola omulimu mu nnyumba Tugenda okukola omulimu mu nnyumba. +UG057_LUG175 UG057 lug Nsanyuka okukulaba leero nnyo Sanyuko ku kulaba leero nnyo +UG057_LUG177 UG057 lug Yanguwa olwo Yanguwa olwo +UG058_LUG001 UG058 lug abantu ba bali ba ba ba bali mu mu mu mu ku ku ku ku mu kusi mukusimu. Bali bali mu ku +UG058_LUG002 UG058 lug Awantu awagenda oku oku okubeera omukolo. Awantu awo agenda okubeera omukolo +UG058_LUG003 UG058 lug awantu awa awagenda okubeera omukolo. Aba abayindi bali ku. Awantu awatugenda okubeera omukolo. UD image zero four abayindi bali ku +UG058_LUG004A UG058 lug Aba aba aba abayindi bali ku ku ku ku festival. Abayindi bali ku fesitivo. +UG058_LUG004B UG058 lug omulimi alima emboga. Omulimi alima emboga +UG058_LUG005 UG058 lug Omusajja akalirira ka ka kasooli. Omusajja akalirira kasooli +UG058_LUG006 UG058 lug Omusajja akalirira ka ka ka kasooli. Omusajja akalirira kasooli. +UG058_LUG007 UG058 lug Omukyala atunda amanda. Omukyala atunda amanda. +UG058_LUG008 UG058 lug Aba aba abayindi nga bawaayo ebirabo ebirabo mu mu mu mu mu mu mu mu sinzizo. Aba Nyinga bawayo ebirabo ebiraabu mu musinzizo. +UG058_LUG009 UG058 lug Abantu nga bagula ebyokulya mu mu mu restaurant. Abantu nga bagula ebyokulya mu restaurant. +UG058_LUG010 UG058 lug Olu oluguudo nga lukutte jam jam nga emmotoka zi zi ziyimiridde. Oluguudo nga lukuttejam jam ngemmotoka ziyimiridde +UG058_LUG011 UG058 lug Omusajja atambuuza amatooke ku ku ku ggali nga ki ki ki ki ki kirabika akola delivery eri ba ba ba ba bakama be. Omusajja atambuuza amatooke ku ggaali nga kirabika akola delivery eri bakama be. +UG058_LUG012 UG058 lug Enjovu mu mu mu mu zoo nga ziri wamu no no no no no n'obwana bwa bwa bwaazo. Enjovu mu zzu nga ziri wamu nobwana bwaazo. +UG058_LUG013 UG058 lug Entulege nga zimaze okufuna ebyokulya mu mu mu mu kibira. Entunege nga zimaze okufuna ebyokulya mu kibya. +UG058_LUG014 UG058 lug Emmere erabika bu bulungi okuliibwa. Emmere erabika bulungi okulibwa. +UG058_LUG015A UG058 lug ja Jam jam asusse nnyo mu mu mu mu Kampala. Jjambwa asusenyu mu Kampala. +UG058_LUG015B UG058 lug edduuka eritunda ebizimbi. Edduuka eritunda ebizimbisa. +UG058_LUG016 UG058 lug Bizimbisibwa nga wheelbarrow, langi asiiga nga biri ku ku disp. Business bwange waliwo langi asiiga nga biri ku +UG058_LUG017 UG058 lug Na na na na na nakedde oku okulya ku ku ku ku mukyeere wamu ne ne ne n'ebinyeebwa nga kuliko cabbage. Nali ngedde okulya ku mukyere wamu ne binyebwa kuliko cabbage +UG058_LUG018 UG058 lug Town erabika bu bulungi era government ekoze bulungi nnyo okutereza ekibuga kyaffe Kampala. Town erabika bulungi era government ekoze bulngi nnyo okutereza ekibuga kyaffe. +UG058_LUG019 UG058 lug Mu mu mu mu ku ku ku ku ku street ku ku kuliko omu omusajja asiika chapati era no no no no ne ne ne ne customer we nga ali mu ku kulya. Ku security kuliko omusajja asiika chapati era no ne kasitoma nga ali mu kulya +UG058_LUG020 UG058 lug Aka aka aka akatale ko ko ko mu Kampala ka ka kaliko omugotteko mungi era aba aba aba abantu ba ba batunda ebintu mu kkubo ate nga tekilabika Akatale ko mu Kampala kaliko obudde obungi era abantu batunda ebintu ku kkubo ate nga kirabika +UG058_LUG021 UG058 lug E Mbarara balima nnyo amatooke era malungi. Abalala balima nnyo amatooke era malungi +UG058_LUG022 UG058 lug Omusajja attise ebi ebi ebikajjo ku ku ku ku ku ku piki ate nga ngali ku ku high high high highway, eki ekiyinza okuviirako obu. Omusajja atisse ebikajo ku piki ate nga ali kuhayiwa ekiyinza okuvirako obu +UG058_LUG023 UG058 lug Omu omukazi nga agenzeeko ku ku katale oku oku okugula ebi ebintu ebinafumba ewaka nga endagala. Omukazi nga agenze ko ku katale okugula ebintu ebynafumba ewaka nge enjagala +UG058_LUG024 UG058 lug Museveni akulaakulanyizza ekibuga era tulaba pass pass fly over kitegeeza nti nti congestion mu mu Kampala ekendedde. Museveni akola okulanyiza ekibuga era tulaba pass fly over kitegeza nti congestion mu Kampala ekkendedde. +UG058_LUG025 UG058 lug Watermelon nga ziri mu mu mu mu katale nga zi zi zi zi zi zilabika bulungi. Watermelon nga ziri mu katale naye nze zirabika bulungi +UG058_LUG026 UG058 lug Aba abantu nga ba ba bakedde okugenda mu mu mu mu kibuga okukola ku ssente naye nga omugoteko gwo mungi nnyo nnyo nnyo. Abantu nga bakedde okugenda mu kibuga okukola ku ssente naye omubudde bwaffe bu ggo mungi nnyo +UG058_LUG027 UG058 lug Ama amazima gali nti njagala okulya ku ku KFC chicken ba ba bajimpaanila nnyo. Amazima galentina okulya ku KFC chicken, bajimpampanira nnyo. +UG058_LUG028 UG058 lug sooka sooka oyimilileko ku ku ku ku ku mafuta tu tu tu tu tutekeko mu mmotoka ku ku kubanga ga ga gawe. Ssooka soka oyimirireko ku mafuta tuteekeko mu mmotoka kubanga gawe. +UG058_LUG029 UG058 lug Omusajja abajja ebi ebi ebi ebi ebitanda nga abitadde ku ku display abantu basobole oku oku okubiraba. Omusajja abagya ebitanda nga bitadde ku display a bantu basobole okubiraba. +UG058_LUG030 UG058 lug na na na na na emmere amatooke amanyige nga ku kuliko ennnyama te tebinkolera kubanga kyemanyi butto aba mu. Emmere amatooke amanye nga kuliko ennyama tebikolera kubanga kimanyi buto +UG058_LUG031 UG058 lug Chapati, amenvu, amagi ne ne ne ne caayi biwooma nnyo okulya nga omuntu ya ya ya yakazukuka mu mu ttulo. Chapati, amenvu, amajji ne caayi biwooma nnyo okulya nga omuntu yakazukuka mu mutwe. +UG058_LUG032 UG058 lug Awantu awatundirwa amafuta nga oba oyagala n'okumala ekye ekyetaago osobola okugenda wo awo okusasula ssente ensamusamu. Awantu awatundirwa amafuta nga oba oyagala nokumala ekyetaago kosobola okugendawo awo okusasula ssente ensamu +UG058_LUG033 UG058 lug Nze sirya nkoko nkalilire ya ku kkubo kubanga ndi musajja mu mu musiraamu simanyi ani aba agisazze. Nze sirya nkoko nkalirire ya kkubo kubanga ndi musajja mu mu musiramu simanyi ani aba agisaze. +UG058_LUG034 UG058 lug Emmotoka nga ettisse amatooke nga egajja e Mbarara nga egaleeta mu mu mu mu Kampala. Emmotoka nga etise amatooke ng’egajja e Mbarara nge galeeta mu Kampala. +UG058_LUG035 UG058 lug Naye streets zo mu Kampala ezimu nkyaafu era nga sisobola kufunawo bya bya bya bya kulya yadde yadde yadde nakamu olwo bukyaafu obuyitiridde obungi. Naye situlizemu Kampala ezimu mu kyafu era nga sisobola kufunawo bya byakulya yadde naddala olwo bukyafvu obuyitiridde obungi +UG058_LUG036 UG058 lug Amazima go gali nti na na nandiyagadde oku okugenda ko okuvuba ebyennyanja ku ku ku lake Victoria. Amazima ggali nti natugende okuva ebyennyanja ku leggi biki bikitolya. +UG058_LUG037 UG058 lug Ekyennyanja mu mu mu mu katale e Mulungo nga kya kya bbeeyi , sisobola ku ku kukigula. Ekyennyanja mu katale emulungo nga kya beyi sisobola okukiggula. +UG058_LUG038 UG058 lug Aba aba aba aba Karamoja nga ba ba bali mu mu mu mu biseera bya bya bya byaabwe ebyeddembe nga ba bali wa wa wa wabweeru nga ba ba bayota ku ku ku ku kasana. Aba Karamoja nga bali mu biseera byaabwe ebyendembe nge balyewo wabweru bayota ku ssana. +UG058_LUG039 UG058 lug Wano ba ba bakwata aba Karamoja aba aba aba aba aba abakazi na na na na na balenzi, abava oku oku okulunda ente, nebakungaana nga family ne ba. Wano bakwata aba Karamoja abakazi nabalenzi. Abava okulunda ente nebakungana nga family nebazanye +UG058_LUG040 UG058 lug Abantu nga ba ba bali mu mu mu mu katale okwegulira ku ku ku ku ku bukumba nga engoye, wadde nga bwa bbeeyi nnyo. Abantu nga bali mu katale okwegulira ku lukumba engoye newadde nnya wa bbeeyi nnyo +UG058_LUG041 UG058 lug Aba abantu ba ba bakedde okugenda oku okulimako mu mu mu mu mu nimiro za za zaabwe okusobola okufuna ebyokulya. Abantu bakedde okugenda okulimako mu nnimiro zaabwe okusobola okufuna ebyokulya. +UG058_LUG042 UG058 lug Aka aka aka akatale ka ka ka kalabika bu bu bu bulungi nnyo olwa display ya yaako ennungi na na na abantu abali organized. Akatale kalabika bulungi nnyo olwa display yakomnungi na bantu abali organised. +UG058_LUG043A UG058 lug Mwana tu tu tuve ku ku ku ku ku ku nyanja obu obudde buzibye. Mbwaala tuve ku nnyanja obudde buzibye +UG058_LUG043B UG058 lug Bino bino ebyo eby’okulya sisobola kubirya tebi tebiwooma,tebiwooma amenvu nga bagataddemu juice. Bino bino ebyokulya sisobola kubirya tebiwooma amenvu nga bagatademu. +UG058_LUG045 UG058 lug Aka aka aka akamotoka nga ketisse watermelon ku mu mu mu mu mu mu mu mu Kampala nga kwebazitundira. Akamotoka nga katiise watermelon mu Kampala nti ziba zitundira. +UG058_LUG046 UG058 lug Omulimi nga mu mu mu musanyufu olw’okuba ali mu mu ku mu ku mu ku harvestinga majjaani mwagenda okufuna aka akasente oku okuzaayo abaana ku ku. Omulimi omusanyufu olwokuba ali mu ku harvest nga majjani mwagenda okufuna akasente okuzayo abaana kuso. +UG058_LUG047 UG058 lug Njagala onjokyeze oluggi lwe nateeka ku nnyumba yange nga lulabika bulungi nnyo ate nga lu lugazi. Njagala okukinze oluji lwe nateeka ku nnyumba yange nga lulabika bulungi ninyo ate ngalugaze. +UG058_LUG048 UG058 lug Ekibuga Kampala ki ki ki kirabika bu bulungi kuba kubanga entambula nnungi olw’ensonga nti tu tuyinamu ne ne train okusabaza abantu. Ekibuga Kampala kirabika bulungi kubanga etambula nnungi olwe nsonga eyinamu ne train okusabaza abantu +UG058_LUG049 UG058 lug Abakyala nga bali ku ku ssimu nga ki ki ki kirabika wa wa wa wa waliwo ekibasanyusiza. Abakyala nga bali ku ssimu nge kirabika waliwo ekibasanyusiza. +UG058_LUG050 UG058 lug Omwana nga awa maama we ku ku red pepper agende afumbe emmere ennungi. Omwana nga awa maama we ku red paper agende afumbye emeere ennungi. +UG058_LUG051 UG058 lug Maama nga ba ba nga mu mu mu musanyufu olw'okufuna ku ku bi bi birungo ebigenda okusiika emmere ewaka. Maama nga musanyufu olwo kufuna ku birungo ebigenda okusiika emmere ewaka. +UG058_LUG052 UG058 lug Kino ekifananyi manyi webakikubira era nga kirabika bakikubira mu zanta e sides zeeyo nga e kanaba, kubanga ndabira ddala Muwanguzi hardware ate nga njimanyi bulungi nnyo. Kino ekifananyi manyi webakikubira era nga kirabika bakikkubia mu zantu ensajja nge e kanaba kuba ndabera ddala muwanguzi hardware ate njimanyie bulungi +UG058_LUG053 UG058 lug Ennaku zino aba abakyala ba ba bakeera mu katale ku kunoonya ssente zi zilabirira abaana ewaka olw’esonga nti abasajja. Ennaku zino abakyala batera mu katale kunonya ssente zirabira baana waka olwe nsonga nti abasajja +UG058_LUG054 UG058 lug Kati abantu mu mu mu Kampala batandiseewo factory ekola tanks za za za za za za za mazzi era nga kiraga wano nti bazitadde ku ku display oku oku okuziraga. Kati abantu mu Kampala batandise wo fakitora ekola tanks za mazzi era nga kiraga wano nti bazitadde ku display okuziraga +UG058_LUG055 UG058 lug Njagala onkolere ka rolex ka bbiri, ka bbiri bitaano, enjala endi buli. Njagala okukolera karooli ka bbiri bitaano engeri ya +UG058_LUG056 UG058 lug Jangu ogende ondetere emmere y'enkoko. Jjangu ogende onetere emmere yenkoko +UG058_LUG057 UG058 lug Abantu bonoonye nnyo ettaka anti bakuba bulooka ekireteera okubeera nga mukoka atawanya nnyo abantu ate era ne bulooka zaabwe ziraga nti zi zi zi ziyambye nnyo nnyo. Abantu banoonya nnyo ettaka kuba bloka eri okubeera nga mukooka atewanya nyo abantu ate era nebloka zaabwe ziraga byenyonyo +UG058_LUG058 UG058 lug Wano njagala kupangisawo walabika bulungi. Wano njagala kupangisa wo okulabika bulungi +UG058_LUG061 UG058 lug Tu tu tu tu tulina akaseera akatono leero. Tulina akaseera katono leero +UG058_LUG062 UG058 lug Nva ku ku ku ku mulimu buli lunaku. Nva ku mulimu buli lunaku +UG058_LUG063 UG058 lug Omwana ayagala ku ku kulaba jjajja. Omwana ayagala ku kulaba njajja. +UG058_LUG064 UG058 lug Ekikopo ki ki kiri ku ku mmeeza eno. Ekikopo kiri ku mmeeza eno. +UG058_LUG065 UG058 lug Tu tu tu tudeyo ewaka nga bukya. Tuddeyo ewaka nga bukya. +UG058_LUG066 UG058 lug Tugende ewa musawo ku makya. Tugenda ewa musawo ku makya. +UG058_LUG067 UG058 lug Okusaba ku ku kusobola oku okukyusa ebi. Okusaba kusobola okutusa +UG058_LUG068 UG058 lug Ndabye emmotoka empya mu mu. Ndebye emmotoka empya mu +UG058_LUG070 UG058 lug Nsiima ennyimba ez'okujukirwa. Nsiima ennyimba ezokujukira. +UG058_LUG071 UG058 lug Omukwano gu guli ku mitima gyaffe. Omukwano guli ku mitima gyaffe +UG058_LUG072 UG058 lug Tu tu tu tu tuko tukolera wamu oku okuvira ddala kuntandikwa. Tukolera wamu okuvila ddala kuntandikwa +UG058_LUG075 UG058 lug Nsimbi ziri mu suuti ya taata. Ensimbi ziri mu suuti ya taata. +UG058_LUG076 UG058 lug Ndowooza ku ku by'okukola. Ndowooza kubyokukola. +UG058_LUG077 UG058 lug Tu tu tu tulina okuyiga buli lunaku. Tulina okuyiga buli lunaku +UG058_LUG078 UG058 lug Ekifananyi ki ki ki kino ki kinzizamu essanyu. Ekifananyi kino kinzizamu essanyu. +UG058_LUG079 UG058 lug Tutambula kinyumira mu. Kitambula kinyumira mu +UG058_LUG081 UG058 lug Funa ekitabo mu kabaati akatono. Funa ekitabo mukabaati akatono. +UG058_LUG082 UG058 lug Emmere eri ku ssaawa ya taffaali. Emmere eri kussaawa yatafaali +UG058_LUG083 UG058 lug Buli mulenzi azannya ne mikwano gye. Omulenzi azannya ne mukwano gye. +UG058_LUG088 UG058 lug Tu tu tuli ku ku tu tuli ku ku ku luguudo lw'ekitongole. Tuli tuli ku luguudo olwe kitongole +UG058_LUG091 UG058 lug Amaanyi gava mu mukwano ogw'amaanyi. Amaanyi gava mukwano ogwa manyi +UG058_LUG093 UG058 lug Oli muggumu nnyo mu by’oyogera Oli muggumu nnyo mu byoyogera +UG058_LUG095 UG058 lug Eki ekibala ki ki kino kyoka ki ki kiri ku mmeeza. Ekibala kino kyoka kiri ku mmeeza. +UG058_LUG096 UG058 lug Ebbugumu lya leero linyogovu nnyo. Mugumu nnyo olya leero ni nyogovu nkyo. +UG058_LUG097 UG058 lug eddoboozi lyange si lya wansi. Eddoboozi lyange sirya wansi. +UG058_LUG098 UG058 lug Ebbugumu lya leero linyogovu nnyo. Ebugguma byo lyaffe leero lijogera nnyo +UG058_LUG099 UG058 lug Manyi nti ndi wano okukuyamba. Manyi nti ndiwano okukuyamba +UG058_LUG101 UG058 lug Ennyumba eno erimu abatuuze basaatu. ennyumba eno erimu abatuuze bassatu. +UG058_LUG102 UG058 lug okugula ekintu kino mu mu dduuka. Gula ekintu kino mu dduuka. +UG058_LUG103 UG058 lug Twa twagala okuyiga ennimi endala. Twagala okuyiga enimi endala. +UG058_LUG104 UG058 lug Tu tu tu tusaba amagezi okuva gyooli. Tusaba abagenzi okuva gyobuli +UG058_LUG105 UG058 lug Ndi ndi ndi nyabo ku ku ku kyalo. Ndi ndi nyabo ku kyalo +UG058_LUG106 UG058 lug Tu tu tu tukola ennyo okulaba nti tu tu tu tugenda mu mu maaso. Tukola ennyo okulaba nti tut u tugenda mu maaso +UG058_LUG107 UG058 lug Obudde buno bukyali ku makya. Obudde buno bukyali ku makya +UG058_LUG108 UG058 lug Twesiga Katonda mu buli kikolebwa. Twesiga Katonda mu buli kukolebwa. +UG058_LUG110 UG058 lug tunywa amazzi agava mu kisulo. Tunywa amazzi agava mu kisulo +UG058_LUG111 UG058 lug Ekifo kino kyenyuludde nnyo. Ekifo kino kyenyumidde nnyo. +UG058_LUG114 UG058 lug Ekintu kino kyangu okukikola. Ekintu kino kyangu okukikola +UG058_LUG115 UG058 lug Kati tutegeke entula yaffe. Kati tutegeka entuula yaffe. +UG058_LUG116 UG058 lug Njagala okutandika leero ku makya. Njagala okutandika emirembe ku makya +UG058_LUG118 UG058 lug Abayizi bali mu bali mu bali mu kisomero kati. Abaana abangi bali mu kisomero kati. +UG058_LUG119 UG058 lug Mpa ssente zino zireete ewaka. Mpa ssente zino nzireete ewaka. +UG058_LUG120 UG058 lug Omukazi ayagala okutambula n’eddoboozi eddene. Omukezi ayagala okutambula ne ddoboozi eddene. +UG058_LUG122 UG058 lug Obudde bugenda bwa mu kiro. Obudde bugenda bwa mukiro +UG058_LUG132 UG058 lug Ebbaluwa gyoleteddemu eri mu nnyumba. Ebbaluwa gyoleteddemu eri mu nnyumba +UG058_LUG133 UG058 lug Tugenda ewa jajja ku nkomerero. Tugenda ewa jajja ku nkomerero +UG058_LUG134 UG058 lug Omusajja atunda ebikapu ku ku luguudo. Omusajja atunda ebikapu . +UG058_LUG135 UG058 lug Mmere ya ya leero egabiddwa bulungi. Mmere ya leero egabiddwa bulungi. +UG058_LUG136 UG058 lug Kulabako kunyumira nnyo. Okulabako kunyumira nnyo +UG058_LUG138 UG058 lug Tu tu tu tugende muluwumula lwa ssomero. Tugende muluwumula lwa ssomero +UG058_LUG139 UG058 lug Okukola wamu kufuna ebirungi. Okukola wamu kufuna ebirungi +UG058_LUG142 UG058 lug Ntandise okuddamu ebibuuzo ebitonotono. Kandise okuddamu ebibuuzo ebitonotono. +UG058_LUG143 UG058 lug Leeka tugende tulabe ekifo ekirala. Neka tugende tulaba ekifo eki ekirala +UG058_LUG144 UG058 lug Funa emikono gyo gye ndabeeko. Funa emikono gyo gyendabeko +UG058_LUG145 UG058 lug Njagala okuwulira amaanyi mu ddoboozi lyo. Njagala okuwulira amaanyi mu ddoboozi lyo. +UG058_LUG146 UG058 lug Manyi nti omukwano gwagwanidde buli muntu. Manyi nti omukwano gwagwanidde buli muntu. +UG058_LUG147 UG058 lug Sima ekkubo ogendereze bulungi. Sima ekkubo ogendereze bulungi. +UG058_LUG149 UG058 lug Ngenda ku ku ssomero enkya ya leero. Tugenda ku ssomero enkya ya leero +UG058_LUG151 UG058 lug Abaana bakoze omulimu ogulungi. Abaana bakoze omulimu oguliungi. +UG058_LUG152 UG058 lug Nsula mu kibuga eki ekikulu. Nsula mu kibuga ekikulu Kampu +UG058_LUG154 UG058 lug Ennyimba ennyimba ennyimba z'abayimbi abalala. ennyimba ennyi nyimba zaymbi abalala +UG058_LUG155 UG058 lug Tu tu tu tulina embwa etuwuliriza bulungi. Tulina embwa etuwuliriza bulungi. +UG058_LUG156 UG058 lug Nkoze omulimu gwange ogwa leero. Nkozze omulimu gwange okukola leero +UG058_LUG157 UG058 lug Mpa amazzi agali mu nkoko eno. Mpa amazzi agali mu nkoko eno. +UG058_LUG161 UG058 lug Ngenda kukola omulimu mu nnyumba. Tugenda kukola omulimu mu nnyumba +UG052_LUG001 UG052 lug Bakutte ebigogo nga biva ku matooke bakolera wamu okuyambagana ku mirimu gye bali mu kukola. Ebimuli ebimuli birungi babiwanise Abakyala bakutte ebigogo nga biva ku matooke, bakolera wamu okuyambagana ku mirimu gye bali mu kukola. Ebimuli birungi babiwaniise. +UG052_LUG002 UG052 lug Ebimuli ebimuli birungi babiwanise bakasitoma bajje babigule Ebimuli eb imuli birungi ba biwaaniise bakasitoma bajje babigule. +UG052_LUG003 UG052 lug Tent tent nobutebe kirabika waliwo omukolo ogugenda okubeerawo naye nga tewali bantu tebanatuuka byonna bifanana bulungi Tent tenti n'obutebe kirabika waliwo omukolo ogugenda okubeera awo naye nga tewali bantu tebanatuuka byonna bifanana bulungi. +UG052_LUG004 UG052 lug Abantu bali wamu balinga abalina kyebajaguza nayenga siba wano sibanayuganda naye nga balina kyebajaguza Abantu bali wamu ba balinga abalina kyebajaguza naye nga siba wano, sifa na Uganda, nsiba +UG052_LUG005 UG052 lug Omwami alinga akungula ebirime oba majjani alinga akungula mu nnimiro oba majjani sikitegera bulungi Omwami ali ngakungula ebirimo oba amajaani, ali nga akunguula mu nnimiro obamaja ani sikitegeera bulungi. +UG052_LUG006 UG052 lug Bali mu kwokya kasooli bafunemu akasente abantu bajje babaguleko kubanga ssente zetagisibwa Bali mu kwokya kasooli, bafunemu akasente abantu bajje baguleko kubanga ssente zetagizibwa. +UG052_LUG007 UG052 lug Ensawo zamanda omukyala alina gwaguza amanda kubanga wano amanda gatuyamba nnyo okufumba gayamba nnyo omuntu wawansi abeera atalina ssente za gas kati amanda Ensawo zamanda, omukyala alina gwaguza amanda kubanga wano amandagatuyamba okufumba gayamba nnyo omuntu wawanze abera atalina ssente za gas kati amonda gagu. +UG052_LUG008 UG052 lug Abantu nga siba mu ggwanga lino bakutte ebyokulya neera balabika balina kyebajaguza balina oba Abantu nga siba mu ggwanga lino bakutte ebyokulya neera ne era balabika bayina era kyebajaguza balina oba. +UG052_LUG009 UG052 lug Abantu bali mu kufuna emmere emmere era erabika ya mukolo kubanga ya mirundi mingi erabikilawo nti yamukolo kubanga era yanjawulo Abantu bali mu kufuna emmere, emmeere era erabika ya mukolo kubanga yamirundi mingi, erikira nti ya mikolo ku bange era yanjawulo. +UG052_LUG010 UG052 lug Olugudo nga lwa kolansi si lwa ttaka bodaboda zitiseko abantu ne taxi wamu nab'obugali n'ebizimbe ebiwanvu ebya kalina Oluguudo nga lwa kolansi, si lwataka, bodaboda zetiseeko abantu ne taxi wamu naba obugaali nebizimbe ebiwanvu ebya kalina. +UG052_LUG011 UG052 lug Omusajja akute akute bogoya amujje mu kyalo ajje atunde afunemu ka ssente Omusajja akutte bbugoya amugye mu kyalo, ajatunde afunemu kasente. +UG052_LUG012 UG052 lug Ebisolo nga biri ku ttale nga binoonya byakulya oba baziyita Njovu ziri ku ttale Ebisolo nga biri ku ttale, nge bino ennya byakulya oba baziyita njovu ziri ku thale +UG052_LUG013 UG052 lug Akasolo kayina obulago nga buwanvu nako kanonya byakulya ku ttale nga ziri wamu zonna Akasola kayina obulago nga buwanvu, nako kanoonya byakulya ku ttale naye ziri wamu zonna. +UG052_LUG014 UG052 lug Emmere nga eri ku ssowaani bagasemu nebilala oba bindanzi naye emmere eri ku ssowaani Emmere nga eri ku ssowaani bagasemu nebirala oba bindazi, emmere eriku ssoowani. +UG052_LUG015 UG052 lug Boda boda zitiseko abantu nemmotooka balinga abagenda okwetomera nnyingi zonna ziri kumukumu Bodaboda zitiseeko abantu ne mmotoka balinga abagenda okwetomera, nnyingi zonna ziri kumukumu. +UG052_LUG016 UG052 lug Edduuka litunda ebyokuzimbisibwa nga langi ebidomola byamazzi tanka Edduuka litunda ebyokuzimbisibwa nga langi, ebidomola bya mazzi, tanker +UG052_LUG017 UG052 lug Emmere eri ku ssowaani kuliko omuceere, ebinyoobwa, cabbage, emboga byonna byonna biri wamu ku ssowaani Emmere eri ku ssowaani kuliko omuceere ebinyoobwa, cabbage n'embogga byonna byona biri waamu ku soowani. +UG052_LUG018 UG052 lug Emmotoka ziri ku kkubo ekkubo ddungi nnyo naye sinyingi wamu namayumba kuliko nesinzizo Emmotoka ziri ku kkubo, ekkubbo ddungi nnyo naye si nyiingi waliwo na mayumba kuliko ne ssinzizo. +UG052_LUG019 UG052 lug Edduuka liriko omuddala gwa chapati abantu bo batunda bafunemu kasente waliwo amasepiki ndowoza bategeka kufumba matooke Edduuka liriko omuddala gwa chapati, abantu bbo batunda, bafunemu kasente, waliwo amasepiki ndowooza bategeka kufumba amatooke. +UG052_LUG020 UG052 lug Kuliko ekibuga kuliko ebintu bingi batunda ebisinga ngatto z'okwambala wansi mu bigere batunda amaduuka mangi n'ekipande kyabesimbyewo Ekibuga kuliko ebintu ebingi batunda ebi e bisinga nga nja kwambala wansi mu bigere, batunnda amadduuka amangi neki pande kyabesimbye wo. +UG052_LUG021 UG052 lug Ebitooke nga biri kumukumu naye tebinaba kukula okujjako emmere bikyali bito tebinaba kukula byonna byonna Ebitooke nga biri kumu kumi naye tebinaba ku kula okujjako emmere, bikyali bito, tebinaba mu kukula byonna byona. +UG052_LUG022 UG052 lug Omusajja avuga ebikajjo ku piki ekubo gazi bulungi era nga nga ddungi bulungi ddungi silyattaka lya kolansi avugirako ebikajjo Omusajja avuga ebikajo ku piki,ekkubo gazi bulungi era nga ddungu dddung si lyattaka lya kolansi avugirako evigawo. +UG052_LUG023 UG052 lug Akaddala k'ebintu kujudde amenvu n'amatooke nga teganaba kwengera abantu bangi bali awo balamuza baguleko Akaddala kebintu kujjudde amenvu na matooke nga teganaba kwengera abantu bangi bali awo balamuza baguleko. +UG052_LUG024 UG052 lug Amakubo amakubo amakubo gali mangi mangi emmotoka zilondako wa wezagala kuyitila kubanga amakubo ganjawulo Amakubo amakubO ggali mangi mangu, emmotoka zirondako wezitunda kuyitira kubanga amkubbo ga njawulo. +UG052_LUG025 UG052 lug Obupande bwanjawulo kuliko ak'essomero kuliko ak'eddwaliro kuliko eyesimbyewo nebibala nga bijjudde byonna byonna kuliko watermelon emiyembe n'ennanansi Apande bwanjawulo kuliko ake ssomero, kuliku ak’eddwaliro,kuliko eyesimbyewo nebibala nga bijjudde byonna byona kulika watermelon, emiyembe ne nanansi. +UG052_LUG026 UG052 lug Ekibuga kyonna kyonna kijjudde abantu emmotoka bodaboda obupande bw'omukulembeze w'eggwanga wamu nabantu abatambuza ebigere Eki eki ekibuga kyonna kyona kijjudde abantu, erimu emmotoka bodaboda obupande bwomukulembeze we ggwanga waliwo n'abantu abatambuzza ebigere. +UG052_LUG027 UG052 lug Webagula ebyokulya enkoko gye bayita KFC wapakinzewo amamotooka amalungi kubanga wa bbeeyi Webagula ebyokulya enkoko gyebayita KFC wa pakinze wo amamotoka malungi kubanga wabeyi. +UG052_LUG028 UG052 lug essundiro ly’amafuta emmotoka bwebulina okusaba obulungi Essundiro wa mafuta, emmotoka bwe bulina okusaba obulungi. +UG052_LUG063 UG052 lug Akatale akatale mulimu amatooke mulimu amatooke engoye obupande bwabantu abesimbyewo obupande bwabantu abesimbyewo Akatale akatale mulimu amatooke engoye engoya obupande bwabantu abesimbye wo. +UG052_LUG064 UG052 lug Akatale mulimu amatooke engoye obupande bw'abantu abesimbyewo Akatale mulimu amatooke, engoye ,obupande bwabantu abesimbye wo +UG052_LUG065 UG052 lug Furniture nga entebe ezitulwamu wamu nebitanda nobutebe Furniture nga entebbe ezitulwamu wamu nebitanda nobutebbe. +UG052_LUG066 UG052 lug Obudde bwa kiro kubanga emmotoka zaka ettala wamu Obudde obwa kiro ku kubanga emmotoka zaketaala wamu na +UG052_LUG072 UG052 lug Eddagala erisinga obulungi si lyakusaba naye lyakwegatta n'ensonga Eddagala erisinga obulungi si lya kusaba naye lye lyakwegatta ne nsonga. +UG052_LUG073 UG052 lug Enkuba weyongera okunyilila abantu bangi bayimirira ku kkubo nga bagenda kumilimu. Enkuba bweyongeera okunyirira , abantu abangi bayimirira mu nkuuba nga bagenda ku mirimu +UG052_LUG074 UG052 lug Omukwano gwe gwe tukwata ku bantu betulaba buli lunaku guleeta essanyu lingi. Omukwano gwetukwaata ku bantu betulaba buli lunaku guleeta essanyu lingi. +UG052_LUG075 UG052 lug Okuvuganya n'okuwangula sibikwata ku mukisa wabula kukuteketeka Okuvuganya nokuwangula sibikwata ku mukisa wabula kuteekateeka +UG052_LUG076 UG052 lug Buli lunaku tulina okulwana okukola bulungi n'okuwangula byetwagala Buli buli lunaku tulina okulwana okukola obulungi nokuwangula ebyo byetwagala. +UG052_LUG077 UG052 lug Okusaba Katonda kukulembere emirimu gyonna Okusaba Katonda kulembere emirimu gyonna +UG052_LUG078 UG052 lug Okusaba Katonda kukulembere emilimu gyonna Okusaba Katonda kulembere emirimu gyonna +UG052_LUG079 UG052 lug Omusajja omuto yayaniliza mukwano gwe n'essanyu ely'amaanyi ennyo Omusajja omuto yaniriza mu mukwano gwe nessanyu eryamaanyi ennyo +UG052_LUG080 UG052 lug Abantu abali ku ku kibuga beyongeera buli mwaka Abantu abali ku kibuga beyongera buli mwaka ki +UG052_LUG081 UG052 lug Enjogera y'amaanyi etuyamba okufuna ebyo byetuba tulindirira Enjogera yamaanyi etuyamba okufuna ebyo byetuba tulindirira. +UG052_LUG083 UG052 lug Omwana muto ayagala okuyiga okusoma n'okuwandika obulungi Omwana omuto ayagala okuyiga okusoma nokuwandiika obulungi. +UG052_LUG084 UG052 lug Ebokulya ebirungi bituleetera amaanyi na na na na na n'amaanyi ag'omubiri Ebyokulya ebirungi bituletera amaanyi n'amaany agomubiri. +UG052_LUG085 UG052 lug Ennaku zino abantu abantu bangi bayigila mu mukutu mu mukutu gwa gwa internet Ennaku zino abantu abangi bayingira ku ku mukutu gwa yintaneti. +UG052_LUG086 UG052 lug Obuyonjo bwe bw'essomero bu buyamba omwana okuba n'obulamu obulungi Obuyonjo bwe ssomero buyamba omwana okuba nomulamu obulungi +UG052_LUG087 UG052 lug Amaanyi g'omuntu gava mu kutegeera nokwewala ebyamanyi agakyamu. Amaanyi go muntu gava mukutegeera nokwewala ebyamaanyI agakyamu. +UG052_LUG088 UG052 lug Abakyala bangi balina obuvunanyizibwa obunene mu maka gaabwe. Abakyala abangi balina obuvunanyizibwa obunene mu maka gaabwe. +UG052_LUG089 UG052 lug Emikolo egyenjawulo gireeta essanyu mu bantu n'okwegatta Emikolo gye gyenjawulo gireeta essanyu mu bantu no okwegata. +UG052_LUG090 UG052 lug Obulamu bwaffe buba bulungi bwe bwetukwata ku mikwano gyaffe obulungi Obulamu bwaffe buba bulungi bwe tu bwo bwatukwaata ku mikwano gyaffe obulungin. +UG052_LUG091 UG052 lug Okutambula mu bifo ebirala kuyamba omuntu okuyiga n'okutegeera obulala Okutambula mu bifo ebirala kuyamba omuntu okuyiga nokutegeera obulala +UG052_LUG093 UG052 lug Omusomesa asanyuse nnyo omwana nga amuyamba ku kuyiga obulungi Omusomesa asanyusa nnyo omwana nga amuyamba kukuyiga obulungi. +UG052_LUG094 UG052 lug Ente ente entekateeka y'obulamu etuyamba oku Ente enteekateeka yobulamu etuyamba oku. +UG052_LUG095 UG052 lug Okuba n'okwagala mu maka, kulina okuleeta Okuba nokwagala mu maka kulina okuleeta +UG052_LUG096 UG052 lug Okuyiga ebigambo eby'enjawulo kuyamba kukuziyiza okukyamu Okuyiga ebigambo ebye njawulo kuyamba okuziyiza okukyaamu. +UG052_LUG097 UG052 lug Emikolo gy'ennaku ennene Emikolo gye nnaku ennene +UG052_LUG098 UG052 lug Okuvayo mu kusomesa kirina obuvunanyizibwa eri omusomesa buli lunaku Okuvayo mukusomesa kirina obuvunanyizibwa eri omusomerera buli lunaku +UG052_LUG099 UG052 lug Okutendereza Katonda kireeta obulamu obulamu obutalimu buvune Okutendereza Katonda kireeta obulamu obutaataliimu buvune. +UG052_LUG102 UG052 lug Okukola ennyo ku mirimu birina birina okuleeta ebivamu ebirungi Okukola ennyo kubirimu birina okuleeta ebivamu ebirungi. +UG052_LUG103 UG052 lug Okufa kwa kwa kwa muganda waffe kwa kwa kwa kwaleeta obulumi obulumi n'okufayo Okufa kwa muganda waffe kwaleeta obulumi nokuffayo. +UG052_LUG104 UG052 lug Omwana omwana asaba okusanyuka buli kaseera nga ali wamu ne ne. Omwana asaaba okusanyuka buli kaseera nga ali wamu ne. +UG052_LUG105 UG052 lug Okutambulira mu bibuga birala kuyamba okuwulira eby'enjawulo Okutambulira mu bibuga birara kuyamba okubulirwa eby'enjawulo. +UG052_LUG106 UG052 lug Eki eki eki ekibina ky'abayizi kitera okuyiga n'okugabana obukugu Eki eki ekibina kyabayizi kitera okuyiga nokugabana obukugu. +UG052_LUG107 UG052 lug Okukolera awamu ku bulamu buno ku ku ku kuleeta obulungi obuyonjo. Okukolera awamu ku bulamubunno kuleeta obulungi obuyonjo. +UG052_LUG108 UG052 lug Enjuyi enjuyi eze eze ez'enjawulo ez'eggwanga ziyamba mu mu mu ku mu ku kola obulungi Enjuyi ezenjawulo zegwanga ziyamba mukukola obulungi. +UG052_LUG109 UG052 lug Okutegera ebigambo eby'enjawulo kuyamba mu bulamu bw'omuntu Okutegeera ebigambo eby'enjawulo kuyamba mu bulamu bwomuntu. +UG052_LUG111 UG052 lug Omukyala omuto ayagala nnyo okuyiga eby'omutima mu ssomero Omukyala omuto ayagala nnyo okuyiga ebyomutima mu ssomero. +UG052_LUG112 UG052 lug Enkuba bwe bwe bweyenyirira, eyamba abalimi okufuna eby'okulya Enkuba bwe nyirira eyamba abalimi okufuna ebyokulya. +UG052_LUG113 UG052 lug Emirimu gyaffe gireeta ebivaamu ebirungi bwe tugikola bwe tugikolamu amaanyi Emirimu gyaffe gireeta ebivamu ebirungi bwetubikola mu maanyi. +UG052_LUG116 UG052 lug Obuvunanyizibwa bwaffe bwonna bulina okutwala Obuvunanyizibwa bwaffe bWonna bulina okutwala +UG052_LUG117 UG052 lug Omwana omwana bwakula mu mirembe afuna obulamu obulungi obulungi Omwana bwa bwangula mu mirembe affuna obulamu obullungi obutekedwa +UG052_LUG152 UG052 lug Abavubuka abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okulima Abavubuka mu Uganda basanyuka nnyo okukola emirimu gyaabwe buli lunakuokugeza okulima +UG052_LUG154 UG052 lug Abantu mu mu Uganda bakozesa obudde obungi okulima buli lunaku okugeza Abantu mu Uganda bakozesa obudde obungi okulima buli lunaku okugeza oku +UG052_LUG155 UG052 lug Abantu mu Uganda balina obuzibu mu kwogera n'okusoma buli lunaku era bino biyamba bino biyamba okufuna obu Abantu mu Uganda balina obuzibu mu kwogera nokusoma buli lunaku era bino biyamba okufuna +UG052_LUG156 UG052 lug Abantu mu Uganda bakozesa obudde obungi okugeza okulima ebyokulya buli lunaku Abantu mu Uganda bakozesa obudde obungi okulima ebyokulya buli lunaku era +UG052_LUG157 UG052 lug Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza okulima n'okutunda ebintu Abavubuka mu Uganda balina okukola emirimu gyaabwe buli lunaku okugeza; okulima nokutunda ebintu bye. +UG052_LUG158 UG052 lug Abakyala mu Uganda bakozesa obudde obungi okukola Abakyala mu Uganda bakozesa obudde obungi okukola emiri gye +UG052_LUG159 UG052 lug Abantu mu Uganda balina obuzibu mu kwongera ku mirimu gyaabwe buli lunaku era bino byongera ku ngeri Abantu mu Uganda balina obuzibu mukwongera ku mirimu gyaabwe buli lunaku era bino byongerako engeri +UG052_LUG160 UG052 lug Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku Abantu mu bifo ebyensiike balina okukola emirimu gyaabwe buli lunaku +UG001_ENG001 UG001 eng Women are carrying banana fibres and the two women are making products out of banana fibres. The women are carrying banana fibers and the two womenare making a products out of banana fibres. +UG001_ENG002 UG001 eng The other day when i went to town i saw people selling flowers of different colors, i also saw coffin and some people buying flowers. The the the yesterday when i went to town, I saw people selling flowers of different color. There are they also company i saw some people buying flowers +UG001_ENG003 UG001 eng The other saturday, i attended a wedding a wedding function at st. Francis chapel Makerere, the reception was decorated amazingly great. The other Saturday I attended a wedding a function at St Francis Chapel Makerere and the reception was decorated amazingly great. +UG001_ENG004 UG001 eng The Indians are too many in town, you find that they have cocoon, where they stand and stop and celebrate but they always. The the the Indians are too many in town. You find they have cocoon where they stand and stock and celebrate but they're already busy people. +UG001_ENG005 UG001 eng A northern district, people are farm tea and they use tractors they put tractors and they put roads inbetween the crops so that the tractors can pass through while they are harvesting. In Buzany district people farm tea tea and they use tractors to put roads in between the the The The crops to make that the tractants can pass through while they are harvesting. +UG001_ENG006 UG001 eng In Kikoni area around Makerere, people be selling maize and student buying like buying such kind of maize which are roasted on a sigiri. In in Kikoni K ikono area around market day be people be selling maize and students buy like buying kind of maizes which are sure roasted on sigiri. +UG001_ENG007 UG001 eng On Monday, i passed through the road and there were people selling charcoal and the place was like Wandegeya market where they sell charcoal. On Monday i passed through the road and there were people selling charcoal and the place was like wandegeya market where they sell charcoals +UG001_ENG008 UG001 eng The indians at their places of worship, they carry alot of things to offer to their gods whereby they be sacrifising for their work they have to do. The the Indians at their places of worship they carry a lot things to offer to their gods whereby they be sacrificing for their work they have to do. +UG001_ENG009 UG001 eng The last week, i attended meeting in in in st Augustine and they served us food using the same plate, and tea was prepared and parked in the same the same flasks like metal Last week I attended meeting in in St. Augustine and they served us food using the same plate and tea was prepared and packed in the some flasks like metal. +UG001_ENG010 UG001 eng The the on the road, there is alot of traffic but also bodaboda, also try to go the other side and the cars are not moving and the boda bodas always move well. The the the on the road there is a lot of traffic but also boda bada also try to go the other side of the load to to take their passengers while the cars are not moving, the bode bodas always move well. +UG001_ENG011 UG001 eng In the villages, people men especially ride bicycles, they use to transport matooke as a business, they go even in town to sell that matooke on bicycle on every shop. In in the villages people many especially they they ride bicycles to, they use it to transport matooke and as a business and go every town to sell those matookes on bicycle at every shop. +UG001_ENG012 UG001 eng Queen Elizabeth national park it has elephants and when you visit the national park, they always tell you don’t don't don't be closer to the animals but just look at them in the distance and always eating grasses. Queen Elizabeth national park it has elephants and and when you visit the park they always tell you that don't be closer to the animals just look at them in the distance and always eating grasses. +UG001_ENG014 UG001 eng When they serve me food that is having peas, it looks so delicious but at the look of it, it looks like you dont want it but when you eat it, it becomes nice. The there is when they serve me food that is having peas, it looks so delicious but at the look of it you feel like don’t want it but when you eat it becomes nice. +UG001_ENG015 UG001 eng When from Namagunga jinja road there, there is always those long trucks, the other time they knocked someone and died completely but due to overspeeding they cant brake and sometimes, they cause havoc and keep on running . In when from Namagunga Jinja road, there are always those long tracks the other time they knocked someone who was on a board and died completely but due to the over speeding they can’t break and sometimes they they cause havoc and keep on running. +UG001_ENG016 UG001 eng In town in town in kampala, there is a hardware that is big and it sells alot of products such as iron bar, wheel barrows and paint and tanks, so people always go there to buy. In towns in town Kampala there is a hardware which is big and it sells lot of products such as iron bar, wheelbarrow and paint and tanks so people are always go go there to buy. +UG001_ENG017 UG001 eng In the morning, I ate rice with ground nuts, and it was very well prepared to the extent that i got satisfied and served myself again. In the morning in the moving, I ate rice with ground nuts and it was very well prepared to the extent that i got satisfied and served myself again. +UG001_ENG018 UG001 eng When you go in Kampala just as you are going to to Wandegeya, when you pass Bakuli road, you will find a very big road having a shield and having ladders where people built stand to build the houses. When you go in the in Kampala just as you are going to to Wandegeya when you pass Bakuri road, you will find very big building having a shell out with ladders where people stand to build the the houses. +UG001_ENG019 UG001 eng In Kikoni in Kikoni Kikoni village around Makerere area, there is a shop and in that shop, they sell rolex and they also sell sodas, there is a mobile money house where you go and ask for mobile money and you put it there and you pay. In in Kikoni in Kiri village around Makerere area there is a shop big shop and that shop they sell rolex and they also sell sodas, There is mobile money house where you go when you have money on cash on mobile many they put it there and you pay. +UG001_ENG021 UG001 eng Last time last time i visited my home, i found the banana plantations had crowded, i think it had spent some years without getting people to prune those young young young banana plantain. Last night last time I visited my home, I found that the banana plantations had crowded. I think it had spent some years without getting people to to prune those young young banana proteins +UG001_ENG022 UG001 eng On Entebbe road, when cars are moving they are very fast to the extent that the one infront is always one kilometre or five hundred metres and there are bodas also moving on the road on the left side of the metal line. On Entebbe road Entebee road when cars are moving they are fast to the extent that one in front is always ahead of it like one kilometre or one millimetre one five five hundred meters and their boda also move near the road on the next side of the ofthe metro line. +UG001_ENG023 UG001 eng In villages like Nyabishera where i come from, there are people who have small retail shops and they sell tomatoes,onions for the villagers like people who cant move long distances, in case of everything they just move to those shops. In villages like Nyabiseera where I come from, there are people or people who have small retail shops and they sell tomato onion for the villagers like people can’t move long distances in case of everything they just buy from those shops. +UG001_ENG024 UG001 eng In Busega in Busega road, there is a bypass where cars be passing down and the others on top of the other cars separated by the bridge which is always called fly over i think. In Busega Businga road there is a bypass where cars be passing down the down and other ones are on top of the of their cars separated by the bridge which is always called fly over I think. +UG001_ENG025 UG001 eng When you go to Wandegeya market, there are a lot of things there such as watermelon, fruits like pine apples then there is also g nuts and people are always busy passing by sellers getting what they want to buy. You know when you go to Wandegeya market, there are a lot of things sold there such as watermelon, fruits like pineapples then there is sauce g nut and people are always busy passing by sellers getting what they want to buy. +UG001_ENG026 UG001 eng In Kampala kikuubo area, you find the place crowded and and and every one is doing their own things and the sun is heating and when it is raining it becomes worse of people, you find every one when they are cold and cant see the coldness. In Kampala Kikubo area, you find the the place crowded and and everyone is doing their own things. The sun is heating up and when it rains, it becomes worse for people. You find everyone passing and they are cold and can see the coldness +UG001_ENG027 UG001 eng The other time i was passing with my girl friend in town and she told me “Ronald do you know what!, i like KFC, toda you should buy me KFC i eat” The the at the other time I was passing with my girlfriend in town and she told me Ronald you know what, I like KFC today should buy me a KfC i eat. +UG001_ENG028 UG001 eng Every town of of Uganda, you cannot move to a two kilometre and you find there is no petrostation like where they sell petro for cars and fuel and service cars so that everything is settled on time. In every town of Uganda, you cannot move a two a Two kms and you find there is no petrol station like where they sell per peters for for cars and fuel most and services gases so that everything is settled on time. +UG001_ENG029 UG001 eng When you go to to to Kikumi Kikumi Makerere that road to to to kubbili, you will find very many furniture placed there and tanks like they sell to children to go because its where their markets are found. When you go to to To Kikumi Makere road to Tukubiri,you will find very big furniture very many furnitures placed there and tanks like they sell to student to go and use because its where the markets are found. +UG001_ENG030 UG001 eng Yesterday when i visited Bulenga, i had a delicious meal that had had soft matooke mingled and was so delicious with goats meat with a very nice looking soup that at the glance of it, oh you can get excited feel like eating it all. Yesterday when I visited Bulenga, i had a delicious meal that had soft matooke mingled and it was so delicious with goat meat with a very nice looking soup by the grass of it you can or you get excited and feel like eating it all. +UG001_ENG031 UG001 eng Sometime i hate taking tea but sometimes i found myself taking because its the only option but when i have banana yellows and egg and chapati, i become so confident that it will stay long in my stomach to the next two hours. At some time I hate taking tea but I found myself taking because it is only option but when i have banana yerlus and and egg and chapati, I become so confident that it will stay long in my stomach to the next two hours. +UG001_ENG032 UG001 eng In Kabwohe Kabwohe, there is a petrostation called petro Uganda and very few cars always go there to get fuel and usually use them too much to sell paraffin. In Karbwohe KarBwOhe there is a petrol station called PetroUganda and very few cars are always go go there to get fuel and they usually use them too much to sell paraffin. +UG001_ENG034 UG001 eng The other time, I was coming from Ntungamo at night and trucks andtrucks were carrying bananas and i started wondering in case they reach there two days, it means that these bananas would have ripen to the extent that if they are to be consumed, they will have gotten bad. The other time I was coming from Tungamo at night and trucks were carrying bananas and I started wondering in case they reach there to eat me maybe these banana yello these bananas will have ripen to the extent that whenever they reached to be consumed they would have gotten bad. +UG001_ENG035 UG001 eng You go to Katanga village, you will find soo many shops and dirty shops and you will wonder how people sell those things, and you find women seated in rugged places, every thing is always a mess. When you go to Katanga village, you will find so many so any shops and dirty shopsand you wonder how people sell those things. You find women seated in raggedy places and everything is always a mess. +UG001_ENG036 UG001 eng When you visit Mbarara, there is a river called river Rwizi. River Rwizi i think the shores of river Rwizi are always dirty because you will find alot of plastics and some boats are also always there. When you visit Mbarara, there is a river called River Ruiz. River ruiz I think the showers of river ruz are always dirty because it find lot of plastic things on air and some small boats are also always there. +UG001_ENG037 UG001 eng The last year we went to Serena with some group of big people, they asked me Ronald what do you want to eat , i was honest and i told them i need to eat fish with greens and they gave me fish and i ate and took for my friend at my place. Last year I went to Serena with some group of big people they asked me, Ronald what do you want to eat and I was honest I told them I need to it fish with with greens and they gave me fish I ate and kept for some I took to my friends at my place. +UG001_ENG038 UG001 eng I have been always hearing people telling me about Karamoja people, sleepingin very badly off in huts but yesterday i went there, i was mesmerised to look at people working together in those places where they are happy. I have been always hearing people telling me about Karamoja people sleeping in very badly awful huts but yesterday I went there and i almost realized to look how people are working together in those places where they are happy. +UG001_ENG039 UG001 eng The way the Karamajong people are always are in connection,you see a Karimajong and can always tell this is a Karimajong, they way they dress in cultural wear. The way the Karamajong people are always in connection when you take Karamojong seriously know that this is a Karomajongs the way they dress they dresst in cultural wear. +UG001_ENG040 UG001 eng People in town, they tend to have a market to sell their things for example clothes and they first negotiate so much to that extent and then they sell them and you wonder why People people in town they tend to to have market to sell their things for example they sell clothes and they first negotiate so much so that extent they are they can sell them and you wonder why. +UG001_ENG041 UG001 eng When you go to Kiruhuura district where they rare cows, you will find big farms of cassava, big farms of cassava, people planting and others harvesting and ask yourself why. When you go to Chuluhula district where they rear cows,you will find big far homes of cassava big farms of Cassava people planting and others harvesting and you will ask yourself why. +UG001_ENG042 UG001 eng In katete trading centre ahh ahha people sell the we have market and sell banana yellows oranges mangoes and people aalways come with wheelbarrow to take milk when is other shops because in market it tends to be so cheap In Katehe trading centre, people sellers be have market and they sell bananas yerllows, oranges mangoes and people always come with wheelbarrow to take when go in other shops because in market it tends to be so cheap. +UG001_ENG043 UG001 eng The Nakasero market, you find people selling tomatoes and other kind of sauce food where they give them to people to go and eat and some of the people buy for a week to use. The Nakasero market find people selling tomatoes and other kind of a sauce food where they they give them to people to go and eat and some people buy for a week to use those sauces. +UG001_ENG044 UG001 eng The time i visited my friend, he wanted to make sauce of banana yellow and i wondered what kind of taste would they test but when you look at them, they look very nice, you cant understand what is in it. At the there is a time I visited my friend he wanted to to make a sauce of banana yellow and i wondered what kind of taste would they test but when you look at them though they look very nice but you can’t understand what is in it. +UG001_ENG045 UG001 eng There are always in town, you find some matatu vehicles, moving around water melon, having fruits with a microphone on tape, watermelon, watermelon at one thousand shilling only. There always in town you find some motor vehicle moving around and having watermelon fruits with a microphone on tap, watermelon watermelon one thousand shilling only. +UG001_ENG046 UG001 eng When you go to places like Namagunga , there there deep in villages , you will find many people having grown tea trying to harvest like people you will wonder. When you go to places like in Namagunga, there deep in the villages where the karmadam is, you will find so many people having grown up tea trying to harvest like people who you would wonder. +UG001_ENG047 UG001 eng In church in church when they are wedding the couple, there is a way they tend, and it is as if the world is always theirs because the way they walk majestically to the heaven In church in church when they are wedding the couple,the the way they tend to match and it was as if the the world is always theirs because of the ways they walk they walks my my majestic carry to to the to Theven. +UG001_ENG048 UG001 eng Oh my God, If you look at aerial view of Kampala city, you will think that the whole city is beautiful until you go there and find that you needed to go there and check yourself because when you are looking at the aerial view, you will see a very organised town with a pitch in it and it is like that. Oh my God, If you look at aerial view of Kampala city,you would think that the whole city is beautiful until you go there to check yourself because when you are looking at the aerialview, you will see the very organized town with a pitch in it and It is like that. +UG001_ENG049 UG001 eng When you go to markets, you will find women of different caliber, those slay queens having selfies and others busy selling their fruits and the slay queens you will see them having selfies, enjoying life. When you go at markets,you will find women of different calibre those three queens having selfies and others busy selling their clothes but these three queenes you would see them having enjoying life. +UG001_ENG050 UG001 eng When you go to the market, you find different women who are who are highly respected to the extent that even young boys go to those women to buy fruits because they sell good fruits. When you go to the market,you find different women who are have who Are highly respected to that extent even young people like boys go todays woman to buy fruits because they sell good fruits. +UG001_ENG051 UG001 eng You find some women in the market having a lot of stalls but they dont have customers, when they dont have customers and some of them are amazing that even when they don't have customers, they are always happy. Find some women in the market having a lot of stalls but they don’t have customers when they dont have customer and some of them are amazing to the extent that they are always happy. +UG001_ENG052 UG001 eng You will go in villages like Buhweezo district and you find people, they have planted their millet and in the millet, there is always plant their cassava stems and as they are always harvesting, they be doing great seasons. You will go in villages like Buhwe-Bhwezvu district you will find people plant have planted their millet and in the millet they always plant there cassava stems which grow up and when they are harvesting they be doing great seasons. +UG001_ENG053 UG001 eng In market places, they sell a lot of things like maize which include the the the the tomatoes and other a lot of things are always there. In market places they sell a lot of things which include maize which including the the th the tomatoes and other lot Of things are always there. +UG001_ENG054 UG001 eng In some towns like Mukono like when you are approaching Mukono, you will see the road, there is where they sell tanks parked and those home utensils, there is where they are parked. In some of towns like Mukono when you are approaching Mukonomukono, you will see beside the road there is there where they sell these tanks parked and those home intentions where They sell them, they are always packed as you move. +UG001_ENG061 UG001 eng I woke up early this morning to prepare tea but the power went off suddenly and I had to look for candles to light the kitchen so that the children would get ready on time. I woke up early this morning to prepare tea but the power went off suddenly and I had to look for candles to light the kitchen so that the children could get ready for school on time. +UG001_ENG062 UG001 eng The taxi i boarded to town stopped many times to pick passengers and by the time we reached the stage, every one was complaining about the delay. The taxi boarded to town stopped many times to pick passengers and by the time we reached everyone was complaining about the delay +UG001_ENG064 UG001 eng When i reached home, i realised i had forgotten to buy salt so i quickly sent the neighbors child to a shop nearby and when he came back When I reached home, I realized had gone forgotten to buy salt so I quickly sent a neighbor's child to the shop nearby and when he came back +UG001_ENG065 UG001 eng Last weekend, we attended a traditional introduction ceremony and the family prepared lots of food and cultural dances and everyone wore Last weekend we attended a traditional introduction ceremony and the family prepared lots of food and culture dances and everyone wore +UG001_ENG066 UG001 eng I was walking along Kampala road when a boda boda rider nearly knocked me because he was rushing to beat the traffic jam and the people shouted at him to show slow down for safety. I was walking along Kampala road when a boda bada rider nearly knocked me because he was rushing to beat the traffic jam and people shouted at him to show law down for safety. +UG001_ENG067 UG001 eng My cousin called me to remind me about graduation party next month and she asked me to contribute something small, food and drinks. My cousin called me to remind about the graduation party next month and she asked me contribute something small food and drinks +UG001_ENG068 UG001 eng At church, the choir sang loudly and pastor encountered encouraged people to trust God even when things are hard and many people went forward to pray while the drums and the keyboard played softly. At church, the choir sang loudly and the pastor encountered encouraged people to trust God even when things are hard and many people went forward to pray while the drums and keyboards played softly. +UG001_ENG069 UG001 eng Yesterday it rained heavily and water entered some houses in the neighborhood forcing people to collect their belongings quickly and find ways to drain the water outside their compound. Yesterday it rained heavily and water entered some houses in the neighborhood forcing people to collect their belongings quickly and find ways to drain the water outside their compounds. +UG001_ENG071 UG001 eng I was travelling to jinja and as we crossed the nile bridge and the conductor pointed out the beautiful view and passengers took photos saying, uganda is truly the pearl. I was traveling to Jinja and as we crossed the Nile bridge, the conductor pointed out the beautiful view and passengers took photos saying Uganda is truly the pearl +UG001_ENG072 UG001 eng During the football match, the fans cheered so loudly that even those outside the stadium could hear and children blew vuvuzelas while vendors sold. During the football match, the fans cheered so loudly that even those outside the stadium could hear and children blew vuvuzelas while vendors sold +UG001_ENG074 UG001 eng A friend of mine told me about a new job opportunity and she advised me to update my cv quickly because applications would close soon so i stayed up late working. A friend of mine told me about a new job opportunity and she advised me to update my CV quickly because applications would close soon so I stayed up late working. +UG001_ENG075 UG001 eng On my way to school, I met a street vendor selling roasted ground nuts and i bought small packet to snack on while walking but had to hide it because the teacher On my way to school I met a street vendor selling roasted ground nuts and i bought small packet to snack on while walking but had to hide it because the teacher +UG001_ENG076 UG001 eng The boda boda rider i hired today kept telling stories about politics and even though the ride was short, he had already given his opinion on fuel prices and government. The boda bada rider I hired today kept telling stories about politics and even though the ride was short he had already given his opinion on fuel prices and government +UG001_ENG077 UG001 eng When my aunty visited from village,she brought sweet bananas ,sugarcane and avocado and we all sat outside enjoying fresh food wile listening to stories about. When my auntie visited from the village, she brought sweet bananas, sugarcane and avocados and we all sat outside enjoying the fresh food while listening to stories about +UG001_ENG079 UG001 eng We gathered as a community to fetch water and everyone formed a line with jerrycans but some children tried to jump que and elders encouraged them to wait for their. We gathered at the community well to fetch water and everyone formed a line with jerrycans but some children tried to jump the queue and elders told them to wait for their turn +UG001_ENG081 UG001 eng I was planning to cook beans but when i opened the cupboard, i found that the rats had eaten part of the bag so, i decided to buy fresh beans from the shop instead. I was planning to cook beans but when I opened the cupboard I found that the rats had eaten part of the bag so I decided to buy fresh beans from the shop instead +UG001_ENG082 UG001 eng During the village meeting, the chairman asked people to contribute towards fixing the borehole and every one gave what they could even though it was a small amount of money. During the village meeting, the chairman asked people contribute towards fixing the borehole and everyone gave what they could even if it was only a small amount of money. +UG001_ENG084 UG001 eng Last night, i had drums from a wedding ceremony from nearby and people danced until late in the night while children ran around enjoying soda and chapati. Last night I had drums from a wedding celebration nearby and people danced until late in the night while children ran around enjoying soda and chapati. +UG001_ENG085 UG001 eng My cousin invited me for their church concert, the choir practised for a week and when the day came, everyone was impressed by their voices and colorful uniforms. Mcavin invited me to their church concert and the choir practiced for weeks so when day came everyone was impressed by their voices and colorful uniforms. +UG001_ENG086 UG001 eng The taxi conductor kept arguing about change and people complained that he always pretends not to have change to return which makes the journey stressful. The taxi conductor kept arguing with the passengers about change and people complained that he always pretends not to have coins to return which makes the journey stressful +UG001_ENG089 UG001 eng The bodaboda rider dropped me near the market and i walked through the smell of roasted meat and fresh fish made me hungry so i stopped to buy some snacks. The boda bada rider dropped me near the market and as I walked through the smell of roasted meat and fresh fish made me hungry so I stopped to buy some snacks. +UG001_ENG090 UG001 eng At the village the elders sat under the mango tree discussing land matters while the children climbed trees to pluck ripe fruits and the women prepared food for the evening meal. At the village the elders sat under a mango tree discussing land matters while children climbed trees to pluck ripe fruits and women prepared food for the evening meal. +UG001_ENG091 UG001 eng I was reading a newspaper article about the new roads being constructed and many people said they hope it will reduce traffic jam though others feared that the work might delay. I was reading a newspaper article about the new roads being constructed and many people said it will reduce traffic jam though others feared that work might delay +UG001_ENG093 UG001 eng During the cultural festival,people from different tribes showcased dances, food and crafts. It was exciting to see how rich and diverse Ugandan traditions are During the cultural festival, people from different tribes showcased dances food and crafts and it was exciting to see how rich and diverse Ugandan traditions are +UG001_ENG096 UG001 eng The children in school were singing the national anthem loudly and the headteacher reminded them about respecting the flag and being proud of the country. The children in school were singing the national anthem loudly and the headteacher reminded them about respecting their flag and being proud of their country. +UG001_ENG097 UG001 eng My neighbor asked me to help her carry a Jerrycan of water and as we walked together, she told me about stories from her by village and how she misses the quiet life there. My neighbor asked me to help her carry a jerrycan of water and as we walked together she told me stories about her village and how she misses the quiet life there +UG001_ENG098 UG001 eng At night we sat outside under the moonlight and my grandmother told us folks stories about animals and wise lessons while we listened quietly and laughed loudly at funny parts. At night we sat outside under the moonlight and my grandmother told us folk tales about animals and wise lessons while we listened quickly quietly and laughed at fun parts +UG001_ENG099 UG001 eng The boda boda I took today had music playing loudly and although I enjoyed the ride , I worried about the safety because the rider kept overtaking cars dangerously. The boda bodas I took today had music playing loudly and although I enjoyed the ride I worried about safety because the rider kept overtaking cars dangerously +UG001_ENG101 UG001 eng The church youth group organized a car wash to raise money for charity and many drivers stopped to stop them while the youth happily sang and worked together. The church youth group organized a car wash to raise money for charity and many drivers stopped to stop them while the youth happily sang and worked together +UG001_ENG102 UG001 eng I saw a children selling pancakes by the road side and though they were young,they shouted loudly at buyers and people supported them by buying quickly. I saw children selling pancakes by the roadside although they were young, they shouted loudly at others and people supported them by buying quickly. +UG001_ENG103 UG001 eng During the morning jog, I met neighbors exercising too and some greeted me cheerfully while others continued running quetly with headphones in their ears. During the morning jog, I met neighbors exercising too and some greeted me cheerfully while others continued running quietly with earphones in their ears +UG001_ENG104 UG001 eng At the cinema, people clapped and shouted during the movie and although it was noisy, everyone enjoyed the experience and said they would come back next weekend. At the cinema people clapped and shouted during the movie and although it was noisy everyone enjoyed the experience and said they would come back next weekend. +UG001_ENG105 UG001 eng When the rain started, we all ran for shelter but some children continued playing barefoot in the paddles,splashing water and laughing joyfully. When the rain started we all ran for shelter but some children continued playing barefoot in the paddles splashing water and laughing joyfully +UG001_ENG108 UG001 eng At the boda boda at the boda stage,riders argued about fuel prices each blaming the government while passengers waited quietly.hoping it fuel will not rise again. At the boda stage riders argued about fuel prices each blaming government while passengers waited quietly hoping four years would not rise again +UG001_ENG109 UG001 eng Electricity came back after many hours and everyone cheered quickly switching on lights, charging phones and playing radios to celebrate. The electricity came back after many hours and everyone cheered quickly switching on light changing phones and playing radio to celebrate +UG001_ENG110 UG001 eng I don't know why the land lady increased the rent yet the water and electricity are also expensive. I don’t know why the landlord increased rent yet the water and electricity are also expensive +UG001_ENG111 UG001 eng The children were praying in the compound when suddenly the heavy rain started pouring very hard. The the children were playing in the compound when suddenly the heavy rain started pouring very hard. +UG001_ENG119 UG001 eng Whenever you visit the village, expect to eat fresh food directly from the garden. Whenever you visit the village, expect to eat fresh food directly from the garden everyday. +UG001_ENG120 UG001 eng Enter a taxi thinking that it was going to wandegeya but it instead went to Ntinda I entered the taxi thinking it was going to Wandegeya but instead it instead went to Ntinda +UG001_ENG124 UG001 eng That boda rider came carried three people plus luggage, i dont know how the motorcycle even moved. That boda rider came carried three people plus luggage I don’t know how the motorcycle even moved. +UG001_ENG125 UG001 eng When the rain begins,the whole road floods and cars get stuck in the mud for hours. When the rain begins the whole road floods and cars get stuck in mad for hours +UG001_ENG131B UG001 eng The boda boda usually gather under that tree waiting for passengers The the boda bada men usually gather under the tree waiting for passengers coming from the main +UG001_ENG133 UG001 eng I woke up very early in the morning but still we reached work extremely late because of traffic. I woke up very early in the morning but still reached work extremely late because of traffic +UG001_ENG139 UG001 eng We had to push the taxi ourselves because the driver said he fuel had completely finished on the way. We we had to push the taxi ourselves because the driver said fuel had completely finished on the way. +UG001_ENG145 UG001 eng Whenever visitors come from town, we always serve them matooke with groundnut sauce. Whenever visitors come to come from town, we always serve them matooke with ground nut sauce and fresh fish. +UG001_ENG149 UG001 eng At the village well, people tell stories and they laugh as they wait for their turn to reach At the village well people tell stories and laugh as they wait for their turn to fetch. +UG001_ENG153 UG001 eng The taxi conductor refused to give the balance claiming he had no coins but I insisted loudly. The the taxi conductor refused to give a balance claiming he had no coins but I insisted loudly. +UG001_ENG154 UG001 eng When the rain is too heavy even the taxis refuse to pass, leaving the passenger on the road. When the the rain is too heavy even taxi refuse to pass living per passenger stranded on the road +UG001_ENG155 UG001 eng Our grand mother keeps chicken and every christmas, we aet one together as a family celebration. Our grandmother keeps chickens and every Christmas we eat one together as a family celebration. +UG001_ENG157 UG001 eng The people the people the village school write with a pencil because pens i can see that they are very expensive for them. The pupil the pupils in the village school write with pencils because pens are considered very expensive for them. +UG001_ENG159 UG001 eng She she braided her hair under the mango tree while the children played and the birds made noises above. She she braided her her hair under the the mango tree while children played at and birds made noise above. +UG014_ENG001 UG014 eng I’m seeing women matooke matooke stem banana stems they are cutting i’m seeing machine putting it in a machine six six people six women I’m seeing women matooke matooka stems banana stems they are cutting I‚Äôs seeing machine putting it in a machine six people six women. +UG014_ENG002 UG014 eng Flowers are red orange pink in a bucket in a house with glasses buckets green and white Flowers are red orange pink in a bucket in the house with glasses, buckets green and white +UG014_ENG003 UG014 eng Tents people under tents looks like as a ceremony tables covered in white different colours of balloons palm leaves palm leaves I’m seeing on the tents Tents people under tents it looks like a ceremony, tables covered in white, different color of balloons palm leaves palm lives I am seeing on the tents. +UG014_ENG004 UG014 eng Indians at the road welcoming mzee flowers I’m seeing holding baskets there is a man with a bell Indians are at the road welcoming a mosaic flowers i'm seeing holding baskets there's a man with a bell +UG014_ENG005 UG014 eng Its a farm there is a person standing looks like cabbage indoors they are quite many It's a farm there's person standing he looks like cabbage in roes they're quite many and +UG014_ENG006 UG014 eng Maize maize on fire they are roasting and they are seven rubbish rubbish also on the stove Maize maize on fire they are roasting at the seven rubbish rubbish also on the stove +UG014_ENG007 UG014 eng Charcoal by the roadside woman selling a boy buying house in the background MTN on the house Charcoal by the roadside woman selling a boy buying house in the background MTN MTn on the house +UG014_ENG008 UG014 eng Many Indians group photo a man holding a radio i think they are visiting there is a girl holding flowers Many Indians group photo, a man holding a radio I think they're visiting there's a girl holding flowers. +UG014_ENG009 UG014 eng Eating food people eating food breakfast bread i’m seeing bread people wearing hair nets serving and lady in front Eating food people are eating food, breakfast bread i’m seeing bread people wearing hair nets serving a lady in front +UG014_ENG010 UG014 eng A road motorcycle jam definitely jam politician posters taxi Road motorcycle jam definitely jam politician posters taxi +UG014_ENG011 UG014 eng Matooke on on a bicycle a man green shirt a woman buying from the man Matooke on a bicycle, a man green shirt a woman buying from the man +UG014_ENG012 UG014 eng Elephant national park cloud orange seven elephants there is a baby elephant Elephant, national park, clouds orange, seven elephants, there is a baby elephant. +UG014_ENG013 UG014 eng Giraffes three of them blue sky evening looks evening brown grass dry season trees in the background Giraffe three of them blue sky evening looks evening brown grass dry season trees in the background +UG014_ENG014 UG014 eng A Plate with with bread looks like porridge plate brown on a mat A plate with with bread it looks like porridge plate brown on a mat +UG014_ENG015 UG014 eng Big truck entering the road similar situation i have been in its kenyan number plate looks like jam a lot of people in it this looks like an evening jam Big truck entering a road similar situation I have been in it's a Kenyan namba plate it looks like jam a lot of people in It this looks Like an evening jam +UG014_ENG016 UG014 eng Hardware a place where they buy building materials wheelbarrows for carrying cement and manure big tank A hardware a place where they buy building material wheelbarrows for carrying cement and manure. A big tank +UG014_ENG017 UG014 eng Food we had this for lunch their rice and g nuts and cabbage i dont like rice and g nuts Food we had this for lunch there is rice and gnuts and cabbage I don't like rice And g nuts +UG014_ENG018 UG014 eng It's a church under construction near roadside usually pray on sundays at church near home we go with family the place is very nice It's a church under construction near roadside usually pray on Sundays at church near home we go with family the priest is very nice +UG014_ENG019 UG014 eng This is kiosk food stall chapati is sold kikomando my favorite chapati with beans gentlemen are eating This is a kiosk a foot stall chapati being sold chikomando my favorite chapatti with beans gentlemen are eating +UG014_ENG021 UG014 eng Matooke bananas very common to meet because i usually teach farmers on how to manage their matooke plantations Matooke bananas are very common to meet cause I usually teach farmers on how to manage their matookee plantation +UG014_ENG022 UG014 eng Sugarcane on a boda sugarcane sweets i dont like it on a road many people looks like a by pass with traffic lights Sugarcane on a boda sugarcaine is sweet I don’t like it. It's on the road many people looks lik e the by-pass with traffic lights +UG014_ENG023 UG014 eng A local market stall with bananas tomatoes and onions women conversing and buying one holding A local market stall with bananas tomatoes and onions women conversing and buying one holding +UG014_ENG024 UG014 eng A road very many cars house on a hill looks urban A road very many cars, houses on a hill, looks urban. +UG014_ENG025 UG014 eng Watermelon being sold by a man Watermelon being sold by a man +UG014_ENG026 UG014 eng Definitely a market a lot of people billboard kiboko mabati another one Definitely a market, A lot of people, bill board, kiboko mabati another one +UG014_ENG027 UG014 eng Bulenga KFC a man walking by cars parked a place to eat chicken Bulenga KFC a man walking by cars parked a place to eat chicken +UG014_ENG028 UG014 eng Shell petrol station cars getting fuel unfinished building Shell petrol station cars getting fuel unfinished building +UG014_ENG029 UG014 eng Furniture shop having a bed like for my cousin it’s a double a double decker Furniture shop having a bed like for my cousins it's a double decker +UG014_ENG030 UG014 eng Matooke and meat with salads i don’t eat matooke i like meat we had we had one for lunch Matooke and meat with salad I don't eat matookee i like meat. We had we had one for lunch +UG014_ENG031 UG014 eng Definitely breakfast black tea with chapati which is very common eggs i eat eggs for protein Definitely breakfast black tea with chapati which is very common, eggs i eat eggs for protein +UG014_ENG032 UG014 eng Agoplex petrol station round four vehicle pumping fuel security guard having a chat with a man Agoplex petrol station rumful vehicle pumping fuel security guard having a chat with a man +UG014_ENG034 UG014 eng A truck of matooke being driven by a man A truck of matooke being driven by a man +UG014_ENG035 UG014 eng Roadside food stalls very dirty bicycle without a seat an old man talking to a woman Roadside footstools very dirty, bicycle without a set , an old man talking to a woman +UG014_ENG036 UG014 eng Boat fishing boats on the shore many washing Boats fishing boats on the shore, many people washing +UG014_ENG037 UG014 eng Fish fried fish high end restaurant very nice posho with Fish fried fish high end restaurant very nice posho with +UG014_ENG038 UG014 eng Masai dress a family they are very common in traffic night areas usually use see them knocking Masai dress family they are very common in the traffic light areas usually you see them knocking windows +UG014_ENG039 UG014 eng A family of Masai people men and women with children like a meeting a bush behind them A family of Masai people men and women with children like a meeting a bush behind them +UG014_ENG040 UG014 eng Where we buy our clothes, they call you to come and buy they are cheap very many people looks like down town Where we buy our clothes they call you to come and buy, the cheap very many people looks like downtown +UG014_ENG041 UG014 eng Agriculture people are digging i usually work with these people teaching them proper ways of growing Agriculture people they are digging i usually work with these people teaching them proper ways of growing +UG014_ENG042 UG014 eng Fruit market very many tomatoes bananas sugarcanes women selling the fruits Fruit market very many tomatoes, bananas, sugarcane, women selling the fruits +UG014_ENG043 UG014 eng This carrots and tomatoes being sold very common in our market a boy buying This carrots and tomatoes being sold very common in our markets a boy buying +UG014_ENG044 UG014 eng Breakfast with banana soup looks new to me i don’t have much to say on this one because Breakfast banana soup it looks new to me I don't have much to sell this one because +UG014_ENG045 UG014 eng This is a common citing of a man selling watermelons a lady is looking by This is a common sighting in the man selling watermelon a lady is looking buying +UG014_ENG046 UG014 eng Rasta picking picking leaves with a basket happy smiling Raster garden picking picking leaves with a basket happy smiling +UG014_ENG047 UG014 eng Wedding very happy people i go to wedding to eat and take pictures this is a church Wedding very happy people. I go to wedding to eat and take pictures. This is a church +UG014_ENG048 UG014 eng Sky view of a city or town many tents Sky view of a city or town. Many tents +UG014_ENG049 UG014 eng Happy people showing something to another definitely gene Z maybe he has got a discount i would also be happy Happy people showing something to another definitely gen z maybe has got a discount i would also be happy +UG014_ENG050 UG014 eng A boy and a woman buying vegetable most men don’t cook may be buying for s family A boy and a woman buying vegetable most men don't cook might be buying for the family +UG014_ENG051 UG014 eng A woman mother selling red pepper to someone A woman mother selling red pepper to someone. +UG014_ENG052 UG014 eng A common practice of weeding family labor we usually work as a family to do agriculture to save costs A common practice of weeding family laborer. We usually work as a family to do agriculture to save cost +UG014_ENG053 UG014 eng A woman at a vegetable stall selling tomatoes and carrots it was a gentle man A woman at a vegetable stall selling tomatoes and carrots to a gentleman. +UG014_ENG054 UG014 eng Roadside drum selling stall for carrying water very common in covid for washing hands Roadside drum selling stall for carrying water very common during covid for washing hands +UG014_ENG061 UG014 eng I woke up early this morning to prepare tea but the power went off immediately and I had to look for candles to light the kitchen so I woke up this morning to prepare tea but the power went off immediately and I had to look for candles to light the kitchen so +UG014_ENG062 UG014 eng The taxi I boarded to town stopped many times to pick up passengers and by the time we reached the stage The taxi I boarded to town stopped many times to pick passengers and by the time we reached the stage +UG014_ENG063 UG014 eng At the market I wanted to buy tomatoes but the prices had gone up and the vendor vendor kept kept telling me At the market I wanted to buy tomatoes but the prices had gone up and the vendor kept telling me +UG014_ENG064 UG014 eng When I reached home I realized I had forgotten to buy salt so I quickly sent neighbor’s child When I reached home, I realized I had forgotten to buy salt so I quickly sent a neighbor's child +UG014_ENG065 UG014 eng Last weekend we attended a traditional traditional introduction ceremony and the family prepared Last weekend we attended a traditional introduction ceremony and the family prepared +UG014_ENG066 UG014 eng I was walking along Kampala Road when a boda boda rider nearly knocked me I was walking along Kampala raw road when a boda bada rider nearly knocked me +UG014_ENG067 UG014 eng My cousin called me to remind my cousin called me to remind me about the graduation party next month My cousin called me to remind about the graduation party next month +UG014_ENG068 UG014 eng At church the choir sung sung loudly and the pastor encouraged people to trust God even At church the choir sang loudly and the pastor encouraged people to trust God +UG014_ENG069 UG014 eng Yesterday it rained heavily and water entered some houses in the neighborhood forcing people Yesterday it rained heavily and water entered some houses in the neighborhood forcing people +UG014_ENG070 UG014 eng The teacher in class asked us to write an essay about The teacher in class asked us to write an essay +UG014_ENG071 UG014 eng I was travelling to Jinja and as as we crossed the Nile bridge the conductor I was travelling to Jinja and as we crossed the Nile bridge, the conductor +UG014_ENG072 UG014 eng During the football match the fans cheered cheered so loudly that even those outside During the football match, the fans cheered so loudly that even those outside +UG014_ENG073 UG014 eng My phone battery was low and since since there was no electricity at home I went to a friend’s place to charge My phone battery was low and since since there was no electricity at home I went to a friend's place to charge +UG014_ENG074 UG014 eng A friend of mine told me about a new job opportunity and she advised me to up date A friend of mine told me about a new job opportunity and she advised me to update +UG014_ENG075 UG014 eng On my way to school I met a street vendor selling roasted ground nuts On my way to school I met a street vendor selling roasted groundnuts +UG014_ENG076 UG014 eng The boda rider the boda boda rider I hired today kept telling The bodaboda rider I the boda boda ride I hired today kept telling +UG014_ENG077 UG014 eng When my Aunt visited from the village she brought sweet bananas sugar cane and avocados When my aunt visited from the village she brought sweet bananas, sugar cane and over candles +UG014_ENG078 UG014 eng The power blackout lasted the whole night so people used candles torches The power blackout lasted the whole night so people used candles, torches +UG014_ENG079 UG014 eng We we gathered at the community well to fetch water and everyone formed a line We we gathered at the community well to fetch water and everyone formed a line +UG014_ENG080 UG014 eng At the hospital while patients waited patiently to the doctor and some mothers carried babies At the hospital patients wait patiently for the doctor and some mothers carried babies +UG014_ENG081 UG014 eng I was planning to cook beans but when I opened the cupboard I was planning to cook beans but when I opened the cupboard +UG014_ENG082 UG014 eng During the village meeting the chair chairman asked the people to contribute towards fixing the borehole During the family meeting, the chairman asked people to contribute towards fixing the borehole +UG014_ENG083 UG014 eng The children in the neighborhood gathered to play football using a ball made from banana fibres The children in the neighborhood gathered to play football using a ball made from banana fibres +UG014_ENG084 UG014 eng Last night I had drums from a wedding ceremony celebration nearby and people Last night I heard drums from a wedding ceremony celebration nearby and people +UG014_ENG085 UG014 eng My cousin invited me to their church concert and the choir My cousin invited me to their church concert and the choir +UG014_ENG086 UG014 eng The taxi conductor kept arguing with passengers about change and people The taxi conductor kept arguing with passengers about change and people +UG014_ENG087 UG014 eng I was waiting at the bus park while a hawker came selling boiled eggs I was waiting at the bus park when a hawker came selling boiled eggs +UG014_ENG088 UG014 eng During the school assembly the headteacher demanded students to wear proper During the school assembly, the headteacher reminded students to wear proper +UG014_ENG089 UG014 eng The boda boda rider dropped me near the market and as i walk through The boda bada rider dropped me near the market and and as I walked through +UG014_ENG090 UG014 eng At the at the village the elder the elders sat down sat under the mango tree discussing land At the at the village the elders sat under a mango tree discussing land matters +UG014_ENG091 UG014 eng I was reading reading a newspaper article about the new roads being constructed and many people I was reading a newspaper article about the new road being constructed and many people +UG014_ENG092 UG014 eng The shop keeper gave me change in coins and when i counted it was short by 50 shillings The shopkeeper gave me change in coins and when I counted it, it was short by fifty shillings +UG014_ENG093 UG014 eng During during the culture festival people from people from different tribes showcased dances food and crafts During the cultural festival people from different tribes showcase dances food and crafts +UG014_ENG094 UG014 eng When i switched on a radio this morning the presenter was talking about farming When I switched on the radio this morning, the presenter was talking about farming +UG014_ENG095 UG014 eng I met my old friend at a taxi stage and we spent time catching up about job I met my old friend at the taxi stage and we spent time catching up about job +UG014_ENG096 UG014 eng The children in school were singing the national anthem loudly The children in school were singing the national anthem loudly +UG014_ENG097 UG014 eng My neighbor asked me to help her carry jerry can of water My neighbor asked me to help her carry a jerrycan of water +UG014_ENG098 UG014 eng At night we sat outside under the moon light and my grand father At night we sat outside under the moonlight and my grandfather +UG014_ENG099 UG014 eng The boda boda I took today had music playing loudly although I enjoyed the ride The boda I took today had music playing loudly and although I enjoyed the ride +UG014_ENG100 UG014 eng When I visited the library, I found many students preparing for exams When I visited the library, I found many students pre- preparing for exams +UG014_ENG101 UG014 eng The teacher used group organized organized car wash to raise money for The church youth group organized a car wash to raise money for +UG014_ENG102 UG014 eng I saw children selling pancakes on the road side and though they shouted loudly I saw children sell selling pancakes by the roadside and though they were young,they shouted loudly +UG014_ENG103 UG014 eng During the morning jog I met neighbors exercising too and some greeted me During the morning jog I met neighbors exercising too and some greeted me +UG014_ENG104 UG014 eng At the cinema people clapped and shouted during the movie At the cinema many people clapped and shouted during the movie +UG014_ENG105 UG014 eng When the rain started, we all ran for shelter but some children continued When the rain started we we all ran for shelter but some children con +UG014_ENG106 UG014 eng The teacher gave us home work to write about our dream jobs and The teacher gave us homework to write about our dream jobs and +UG014_ENG107 UG014 eng My uncle travelled to the village and when he returned, he brought fresh sugar can My uncle travelled to the village and when he returned, he brought fresh sugarcane +UG014_ENG108 UG014 eng At the boda stage riders argued about fuel prices each blaming government At the boda stage riders argued about fuel prices each blaming the government +UG014_ENG110 UG014 eng I don't know why the land lord increased rent yet the water and electricity Don't know why the landlord increased rent yet the water and electricity +UG014_ENG111 UG014 eng The children were playing in the compound when suddenly the The children were playing in the compound when suddenly the +UG014_ENG112 UG014 eng You should pass by Owino market things are cheap there if if you bargain really well You should pass by Owino market things are cheap there if you burgain really well +UG014_ENG113 UG014 eng The boda rider refused to take me to town because of the muddy road The boda rider refused to take me to town because of the bad muddy road +UG014_ENG114 UG014 eng Every every sunday morning our neighbours play loud music that even the pastor Every Sunday morning our neighbors play loud music that even the pastor +UG014_ENG115 UG014 eng He was telling stories the whole evening and we laughed until tears rolled down He was telling stories the whole evening and we laughed until tears rolled down +UG014_ENG116 UG014 eng I left my phone charging at the shop because there there was no electricity in I left my phone charging at the shop because there was no electricity in +UG014_ENG117 UG014 eng The teacher asked to write composition but many pupils The teacher asked us to write composition but many pupils +UG014_ENG118 UG014 eng We always fetch water from that borehole but the We always fetch water from that borehole but the sequence but The +UG014_ENG121 UG014 eng During Christmas season many people travel to their villages leaving Kampala looking During Christmas season, many people travel to their villages leaving Kampala looking +UG014_ENG123 UG014 eng That boda rider carried 3 people plus luggage don’t know how the motorcycle even moved That that boda rider carried three people plus luggage I don't know how the motorcycle even moved +UG014_ENG124 UG014 eng The rain begins the whole road floods When the rain begins,the the whole road floods and car cars get stuck in mud for hours +UG014_ENG126 UG014 eng I I sent him to buy airtime but he came back with bread because he was hungry I I sent him to buy a airtime but he came back with bread because he was hungry +UG014_ENG127 UG014 eng Every evening there is noise from the trading Centre keeps us away at late in the night Every evening the noise from the trading centre keeps us awake until late in the night +UG014_ENG128 UG014 eng She told me she would call but the network in her village is She she told me she would call but the network in her village is +UG014_ENG129 UG014 eng When you go to Owino market move very careful with your bag pick pockets pick pockets are everywhere When you go to owino market be very careful with your bag pick-pockets pick pockets are everywhere waiting +UG014_ENG130 UG014 eng During campaign season politicians come around promising things During campaign season politicians come around promising things +UG014_ENG131 UG014 eng We waited in the long line for maize floor but by out turn it had finished We waited in the long line for maize flour but by our turn it had finished +UG014_ENG135 UG014 eng Even even though the food was expensive everyone ate happily since the music Even even though the food was expensive everyone ate happily since the music +UG014_ENG136 UG014 eng Our school headmaster walks with the stick but rarely beats pupils Our school headteacher walks with a stick but he rarely beats pupils +UG014_ENG141 UG014 eng She sells roasted maize every every evening and many people stop to buy when returning from work She she sells roasted maize every evening and many people stop to buy when returning from work +UG014_ENG143 UG014 eng I bought second hand clothes at the market but after washing some of them I bought second hand cloth at the market but after washing some of them +UG014_ENG144 UG014 eng They promised to fix the road before elections but now two two years have passed with no work They promised to fix the road before elections but now two years have passed with no work +UG014_ENG145 UG014 eng When when whenever visitors come from town we always serve them matooke with When whenever visitors come from town, we always serve them matooke with +UG014_ENG146 UG014 eng The teacher punished us for making noise yet the ones disturbing were seating in the back The teacher punished us for making noise yet the ones disturbing were sitting in the back +UG014_ENG147 UG014 eng Children children in boarding school miss home food but they enjoy eating chapati Children in boarding school miss home food but they enjoy eating chapati +UG014_ENG150 UG014 eng We planted beans beans last season but the sun was too hot so they all completely dried up We planted beans last season but the sun was too hot so they all completely dried up +UG014_ENG151 UG014 eng During easter people people from kampala bring sweets and bread making children children During Easter people people from Kampala bring sweets and bread making children +UG014_ENG152 UG014 eng That that old man still walks to church every sunday even though his legs are very weak That old man still walks to church every Sunday even though his legs are very weak +UG014_ENG153 UG014 eng The taxi conductor refused to give balance claiming he has no change but instead loudly The taxi conductor refused to give balance claiming he has no change but I insisted loudly +UG014_ENG155 UG014 eng Our grandmother keeps chicken and every Christmas we eat one Our grandmother keeps chicken and every Christmas we eat one +UG014_ENG158 UG014 eng We stayed awake the whole night waiting for power return but it it never came back We stayed awake the whole night waiting for power to return but it never came back +UG014_ENG159 UG014 eng She she she she braided her hair under the mango tree while children played She she she braided her hair under the mango tree while children played +UG021_ENG001 UG021 eng In the village i live you find very many people working in different areas like those carrying banana plantations they do activities and products like mats books clothes In the village I live we find very many people working in different areas like those carrying banana plantations they do activities and produce products like mats books clothes +UG021_ENG002 UG021 eng Some birthday parties you can find people giving out flour flowers to their loved ones as a sign of love to them but in most cases they also take it to the grave yard to their people who they lost Some birth day parties you can find people giving out flowers to their loved ones as a sign of love to them but in most cases they also set it on the graveyard for their people who they lost +UG021_ENG003 UG021 eng We usually have graduation in our village and most of the people in this activity they find it very very well to organise this activity with a lot of designs in tent balloons and other We usually have graduations in our village and most of the people in this activity they find it very very well to organise these activities with a lot of designs intents balloons and other +UG021_ENG004 UG021 eng In most of the areas in Uganda the different cults like the indians where they provide things to their friends food things like the flowers these help to make them happy in their daily life In most of the areas in Uganda there are different cultures like the indians where they provide things to their friends foods things like flowers these help them happy in their daily lives +UG021_ENG005 UG021 eng Most of the farmers in Uganda they do cabbage farming because they get a lot of money from their and it takes short time to mature faster Most of the farmers in Uganda they do cabbage farming because they get a lot money from there and it takes time to mature faster +UG021_ENG006 UG021 eng There are many businesses in Uganda like those ones who roast maize this is the very cheap and you can start it with your little capital like twenty thousand any amount can work for you There are many businesses in luganda like those ones cool lots maize this is the very cheap and you can start it with your little capital like twenty thousand any amount can work for you +UG021_ENG007 UG021 eng You will walk in Uganda and find people like those ones who sell charcoal they also earn a lot of money from there so dont disguise anyone of the job they are doing You walk in Uganda and find people like those ones who sell charcoal they also earn a lot of money from there so don’t disguise anyone with the job it doing +UG021_ENG008 UG021 eng I think flowers are the most things anyone needs on the end cerebration like i can see most of the indians they take it as a culture thin to cerebrate for their friends during the wedding most mostly bring it as a sign of happiness I think flowers are the most things anyone meets on any celebration you can see most of the Indians they take it as a culture thing to celebrate for their friends during the wedding mostly they bring it at a sign of happiness +UG021_ENG009 UG021 eng Most areas in Uganda you find people who are looking for eats but they find it difficult to access it so in Luwero we have areas where people can access eats like mandazi bread and they can stay for a living Most areas in Uganda we find people who are looking for eats but they find it difficult to access so in rural we have areas where people can access eats like mandazi bread and they stay for a living +UG021_ENG010 UG021 eng You find different areas where people use different means of transport like the boda boda people the people driving the car thee earn different amounts of money and stay for their living You find different areas where people use different means of transport like the boda boba people the people driving the car these earn different amounts of money and save for their living +UG021_ENG011 UG021 eng According to what the farmers pass through now days the prices for matooke have increased and now the suppliers have reduced this has reduced people from selling matooke in areas of the central According to what the farmers pass through now days the prices for masooke have increased and now even the suppliers this has reduced people from selling masooka in areas of central +UG021_ENG012 UG021 eng You move to the national different national parks like the one from north areas these can attract many foreigners who bring money to the country for use You move to the national different national parks like the one from north area these can attract many foreigners who bring money for the council for youth +UG021_ENG013 UG021 eng You find many different animals in the national parks like the zebras lions these feed on the grass for their way of living and that's where they stay for all their days You find many different animals in the national parks like zebras lions these feed on grass for their wild living and that’s why they stay for all the days +UG021_ENG014 UG021 eng We need food that are rich in carbohydrates to boast of body and to increase the way we work at the jobs we do and this can help us to improve on our standard of living We need foods that are good in carbohydrates to boost our body and increase the way we work things at the jobs we do and this can help us improve on our standards of living +UG021_ENG015 UG021 eng Areas like in Luwero you find a lot of jam that leads to people congestion on the road and this causes slow in transport and those suppliers who supply certain things that get bad first Everybody likes in Luwero we find a lot of jam that leads to people congestion on the road and this cause slow in transport and those suppliers go supply things all things that get bad fast +UG021_ENG016 UG021 eng areas of Mukono you find people who use to supply things to the builders or constructors they find it easy for making these stocks because they apply for loans In area though Mukono you find people who use to supply things to the builders or constructors they find this easy for making these shops because they apply for loans +UG021_ENG017 UG021 eng In central that's where you can find the groundnuts mixed with rice cabbage as the lunch for someone but if you move to areas like karamoja you cant find this In Sensu that's where you can find the ground nuts mixed with rice cabbage at the lunch for someone but if you want to move to areas like Karamoja you Can find it +UG021_ENG018 UG021 eng Most of the areas in our country they are occupied with areas of rest where they do car wash and where there are some mosque where people pray from and its so crucial for them Most of the areas in our council are occupied with area where they do cow wash and where some people play football and it's so crucial for them +UG021_ENG019 UG021 eng In our daily life we need to have any capital to start any business that you can afford you don't have to wait for much money to start the business of your dream In our daily lives we don’t need any capital to start any business that you can afford you don't have to wait for much money to set the business of your dream +UG021_ENG020 UG021 eng You find in the beginning of the semester most of the students need to go to Kamapala in kikuubo to buy things for their start during the semester for a living like You find in the beginning of semester most of the students need to go to kampala school board to buy things for their class during semester for a living like bag +UG021_ENG021 UG021 eng In if youre to go to western side thats where you can find plenty of matooke and these people this is their main main cash crop that you can find from that side and it brings them a lot of money In if you want to go west some sides that's where you can find prince of matooke and these people this is their main cat crop that you Can find from that side and it brings a lot of money +UG021_ENG022 UG021 eng Most of the people from Jinja kakira thesis people specialize in plating sugarcans as their source of income and they have grown up to a bigger area Most of the people from Windsor Kukira these people specialize in planting sugarcanes as their source of income and they’ve gone up to bigger area +UG021_ENG023 UG021 eng Most of the people you find on the road they move to different areas to look for their capital but some fail some get you find them selling matooke and bananas for a living Most of the people you find on the road they move to different areas to look for their capital but some fairs and some gates you will find ladies selling matooke and bananas for a living +UG021_ENG024 UG021 eng If you are to see our country Uganda we have developed as from the roads we had before now days we have good roads and they are big you can see northern bypass you can see the flyover that ease transport If you want to see our country Uganda we have developed as from the roads we had before nowadays we are having gooder roads and they are big you can see northern bypass you cn see the fly over that is transport +UG021_ENG025 UG021 eng Every school i think needs post or where they can be identified most of the schools you can see they don't have any posters where they can be seen and most people look for jobs and they can earn money Every school i think needs a post where it can be identified most of the schools you can see they don’t have any posters where you kan give face and most people look for the jobs and they can earn money +UG021_ENG026 UG021 eng Most of the areas that are too congested in Uganda we have Jinja city Kampala city Mbarara city where people occupy a lot and where they get employed and the jobs that are offered Most of the areas that are too congested in Uganda we have Dinda city Kampala city Mbarara city where people occupied a lot and where they get employed and the jobs are so fast +UG021_ENG027 UG021 eng You if you are to look for anything you want to eat and of good taste look for KFC and it has many braches in Uganda you can find in Busega from kampala from Ntinda many areas If you want to look for anything you wants to eat and of good taste look For KFC its having many branches in Uganda we can find from Busega from Kampala from Ntinda many areas +UG021_ENG028 UG021 eng Most of the fuel people they don’t advise us to move on when you’re seating on a boda boda but this is to risky for people to seat on when they are putting fuel in Most of the fuel people they don’t advise us to move on when we are sitting on the boda boga but this is a tool for the people to sit on while they are putting fuel in +UG021_ENG029 UG021 eng Most people most youths they disguise some of the jobs but i think furniture job is the best in Uganda because it need someone who is from any level of the class but they can afford it Most people most youths they risk they disregard some of the jobs but i think furniture job is best job in Uganda cause it needs someone with core just from any level of class but they can afford it +UG021_ENG030 UG021 eng If you’re to look for the culture from central and western most of the time they look alike because most of them eat matooke and meat cabbage for the living to improve thor health If you want to look for culture from central and western most of the time they look alike because most eat matooke and meat cabbage for living to improve their health +UG021_ENG031 UG021 eng Every Ugandan needs a good breakfast for a good start of the day someone needs to take at least one egg at least a banana or a cup of tea for the start Every Ugandan needs a good breakfast for a start a god start in the day someone needs to take at least one egg banana or cup of tea for as a star +UG021_ENG032 UG021 eng Most of the petrol stations are not well developed and they are having small spaces where most of the parking are not so so good so i emphasize these petrol people to enlarge the area Most of the petrol stations are not well developed and they’re having small places where most of them are so good so i emphasize these people to in other area +UG021_ENG033 UG021 eng In Luwero we used to roast meat chicken on the road to sell to the people as our start over before we go to school and this helped us to earn some money for a living We used to roast meat chicken on the road to sell for the people as our start over before we go to school and this helped us earn some money for a living +UG021_ENG034 UG021 eng Farming in most areas like in western areas its so crucial and most people take it as something that is not so so good but its the easiest thing and needs you to build most of the Farming in most areas like the western area is so crucial and most people use take it as something that is not so so good but its the easiest thing and needs to be with most of the brent +UG021_ENG035 UG021 eng If you’re to move to most of the areas in Uganda you can find some areas are well developed others are not well developed like slums of Bwaise areas of Kawempe people pass through difficulties to get a living If you want to move to most of the areas in Uganda some areas are well developed others are not well like the slums in Bwayise area of Kawempe people pass through difficulties to save money +UG021_ENG036 UG021 eng Mostly the lake showers that’s where you find fishermen wash their clothes from the water where the fish need to survive from and this affects their ground and their stay in the water Move to the lake towards that's where you find the fisher men cool wash their clothes from the water were the fish need to survive from and this affect their growths and their stay in that water +UG021_ENG037 UG021 eng Find the some hotels they give good and good good food that you can eat and feel so well most of these people serve you with fish and other foods Find the some hotels they give good and good food that you can eat most of these people serve you with fish and other foods +UG021_ENG038 UG021 eng Most parts of Uganda we have people who have different cultures like the karamajong these people have different way of putting on clothes and some can move without and this is the most dangerous thing Most parts of Uganda we have people who have different cultures like the Karamajas these people have differnt way of putting on clothes and some can move without this is the most dangerous thing +UG021_ENG039 UG021 eng Most of the dinkas karamajongs they have their own way of dressing and if you’re to go in these dry areas you don't need to put on a lot of clothes because they are too heavy for you Most of the binkers Karamojas they have their way of dressing and if you are to go in these dry areas you don’t need to put on a lot of clothes because there are too heavy for you +UG021_ENG040 UG021 eng Most areas in Uganda you find people go for shopping like in Owino where they shop clothes their kids where they some take it in their business to improve on their standard of living Most areas in Uganda you find people go for shopping like Owino where they sell clothes for their kids some take it for there business to improve on their living +UG021_ENG041 UG021 eng Most farmers find it difficult to finish some areas because of the low money they get some use little workers for survival yet they have large scale Most farmers find it difficult to finish some areas because of the low money they get some use little workers for survival yet they have life care +UG021_ENG042 UG021 eng Most markets in Uganda sell bananas tomatoes onions oranges where people need to earn their money for a living and this has improved on their standards of living Most markets in Uganda sell bananas tomatoes onions oranges where people need to earn their money for a living and these have improved on their standards of living +UG021_ENG043 UG021 eng Every day someone needs to start it and end it when it's good you can find some spend their days in water some on land but it just differs on the way you need it Every day someone needs to charge and end it when its good you can find some spend their days in the water and some spent on land but it just differs by the way you need it +UG021_ENG044 UG021 eng Every food every food adds something in your body so don't just under rate anything that you need to eat that the doctor tells you to feed on for a good health Every food every food has something in your body so don’t just underestimate anything that you need to eat what the doctor tells you to feed on for a good health +UG021_ENG045 UG021 eng Watermelons are the most things someone needs for a good day because it helps someone in digestion it helps someone for a skin routine and someone to start a day afresh Watermelons are the most things someone needs for a good day cause it helps in digestion it help someone in the skin routine and someone to eat at the office +UG021_ENG046 UG021 eng Most of the areas like in Mityana people plant trees for survival and this has given them the happiness for a living and it also improved on their standards of living Most of the areas like in Mityana people plant tea for survival and this has given them the happiness for a living and it also improves on their standards of living +UG021_ENG047 UG021 eng Any youth needs to have a job that is so good and that can sustain all the needs he wants most of people most people disguise some jobs but they are good and they can produce good profits Any youth needs to have a job that is so good and can touchsany all the needs he wants most people this guy has some job but they are good can produce good profits +UG021_ENG048 UG021 eng Everyone needs to go to the city and everyone needs to go for some enjoyment anytime you get money you don't need to be sad all the days from January to December you need to be having some enjoyments Every one needs to go to the city and everyone needs for some enjoyments any time you get money you dont have to be sad all the days from January to December you need to have some enjoyment +UG021_ENG049 UG021 eng Every girl needs to be happy and this starts with you most of the girls spend their time with friends and that's where their happiness can be and most start their small businesses for a living Every girl needs to be happy and this starts with you most of the girls spend their time with their friends and thats where their happiness can be and most start their small businesses for a living +UG021_ENG050 UG021 eng Most of our mothers we admire they are so so good and they make us so proud someone needs to support the mothers because they work so hard day and night to support their children Most of our mothers we admire they are so so good and they make us so proud someone needs to support their mother because she works hard day and night to help her children +UG021_ENG051 UG021 eng Every mother needs to be happy for a daily living and every father needs to support their wife because some ladies have a lot of businesses they do to stay for their children and their men Every mother needs to be happy for daily living and every father needs tp support their wives because some ladies have a lot of business they do to stay for their children and their men +UG021_ENG052 UG021 eng In Luwero we have very many businesses like the one for hardware the shop for mattresses dresses bags and so many others and some needs to own it In well we have very many businesses like the one for hardware that sells mattresses dresses bags and so many others and someone needs to own it +UG021_ENG053 UG021 eng Most of the marketers in Kampala kalerwe you find them hustling for a living and most of them supply things that are not of good quality like the carrots people sell from the markets Most of the market years in Kampala Kalerwe you find them hustling for a living and most of them are supply things that are not of good quality like the carrots people sell from the markets +UG021_ENG054 UG021 eng Most of the people like the boda boda men take it for granted because they know they have reached their maximum but most of the people i think they have lost hope from their capital to start boda boda Most of the people like boda boga men take it for granted because they know they risk their maximum but most of them i think they just got hope from their capital to start bola bora +UG021_ENG055 UG021 eng Everyone needs to taste for the rolex for chapati that is to sweet and i think any foreigner if they see this they cant miss to feed on it Everyone needs to set for the rolex for supper that is so sweet and i think any foreigner ifs its see this can't miss to feed on this +UG021_ENG056 UG021 eng Most of the feed suppliers in our area supply us with good good feeds for our animals and chicken and we find it difficult to raise them and get much profits as we expect Most of the feed suppliers in our area supply us with good feeds for our animals and chickens and we find it difficult to raise them and get as much profit as we expect +UG021_ENG057 UG021 eng You find most of the villagers in Uganda go on use their land as their source of capital and their source of income most of them do brick laying to stay for a living You find most of the villagers in Uganda go on using their land as their source of capital and their sources of income most Of them do brick laying to stay for a living +UG021_ENG058 UG021 eng We have a bigger house in our area in Luwero thats where people do hang their clothes and thats where start their small businesses like the mobile money to save for a living and to be there in a life We have a bigger house in our area that is where people do on their clothes and that's where they start up small businesses like the mobile money to save for a living and be there in life +UG021_ENG059 UG021 eng Most of the shops in Uganda are well organised like those ones selling mattresses and those ones selling plastics they do need someone with big capital to start them Most of the shops in Uganda are well organised like those ones selling mattresses and those one selling plastics they do start you need someone who has bigger capital to start them +UG021_ENG060 UG021 eng Most of the birds we have in our country they need to be taken for some medication and most of the farmers take it for granted after buying they don't take care of them Most of the bags we have in our country they need to be taken for some medication and most ofthe farmers take it for granted after buying if don’t take care of them +UG021_ENG061 UG021 eng Sadolin i think its the best colour and the best company that provides us with good colour we can use for our living and make your house look so good Sadoline I think is the best color and the company that provides us with good colors we can use for our livings and make us look soo good +UG021_ENG062 UG021 eng First care medical i think its the best hospital here in Uganda where someone needs to go there and get the medication and be well after sometime First care medical is i think its the best hospital here in uganda where someone needs to go there and get their medication and be well after some time +UG021_ENG063 UG021 eng Most of the farmers who supply us with things in Kamapala tent to raise the prices and this also affects buyers from Kampala and find it difficult for them Most of the farmers who supply us with things in Kampala tend to raise their prices but this affects also the buyers from Kompala and may find it difficult for them +UG021_ENG064 UG021 eng If we are to improve our roads like those one experiencing large need to construct thing that can make water in good condition without affecting people in Bwaise If we are to improve our roads like those ones have experiencing ledger gullies we need to construct things that can make water move in a good condition without affecting people in boys +UG021_ENG065 UG021 eng Furniture and furniture like the beds someone needs it for a good sleep and for a good dream i think someone anyone needs to sleep well for a good day and start it well Furniture and furniture like the bed someone needs it for a good sleep and fora good dream i think someone everyone need to sleep well foragood day and start it well +UG021_ENG066 UG021 eng We need people to move with those ones that can help us and those ones that can come and move with us in any situation that is good or bad not just people who are there to take away things Enough we need people to move with those that can help us and those ones that come and move wit us in any situation that is good or bad not just people who take our things +UG021_ENG073 UG021 eng The boda boda man is calling is calling me to come quickly now The boda boga man is calling to is callig me to come quickly now. +UG021_ENG076 UG021 eng The baby is crying because is feeling so hungry The baby is crying because he is feeling so angry. +UG021_ENG077 UG021 eng I’m going to be in the garden very early tomorrow I am going to dig in the garden very early tomorrow +UG021_ENG100 UG021 eng This shop refused to give me things on credit This shop refused to give me things on credit +UG021_ENG110 UG021 eng I dont know the answer let me first ask my friend I don’t know the answer let me first ask my friend +UG021_ENG125 UG021 eng My brother is fetching from the borehole now My brother is fetching water from the borehole now +UG021_ENG134 UG021 eng The clock is not working may be the battery is low The clock is not working maybe the battery is low +UG021_ENG152 UG021 eng I want to call my brother but i dont have airtime I want to call my brother but I don’t have airtime +UG021_ENG154 UG021 eng They are catching firewood for cooking for today They are cutting firewood for cooking today +UG021_ENG155 UG021 eng My shoes are dirty because because of working in the mine My shoes are dirty because because of working in the mine +UG021_ENG163 UG021 eng I will miss you at the taxi park around noon I will meet you at the taxi park around noon +UG022_ENG001 UG022 eng Iam here in in kisenyi in kisenyi Muzaana zone am looking a lady with children working in a factory with a man with a man i think three man to four man its like that. I am here in Kisenyi in kisenyu muvanda zone am looking a lady with children working in a factory with a man with as men i think three men to four men if you like that +UG022_ENG002 UG022 eng Wonderful I have seen a good flower in the garden i think am in my mind its like Nsimbe estate or Entebbe botanic flower. I think like that me i know any flower in Entebbe. Wonderful I have seen a good flower in the garden I think in my mind it feel like mfimbe effigate or ntebbe botanic flower i know that any flower is in Entebbe +UG022_ENG003 UG022 eng Am looking a wedding place with a man or a lady to get a good clothes for a visitor or i think today there there a new lady to wedding a good material I am looking a wedding place with a man or lady to get a good clothes for a visitor or i think today it will be a new lady trading a gudu material +UG022_ENG004 UG022 eng I have seen a indian men and a lady in the way i think is waiting the leaders or a king for indian culture is like a moslem but is not a moslem is like Buganda culture but not Buganda culture i think is a indian. I have seen a Indian man and lady in the way I think is awaiting the leader or king for an Indian culture if like muslim but not Muslim if Like Buganda culture but non a buganda culture i think he is a indian +UG022_ENG005 UG022 eng The good farm in fortportal is tea the farming the the planting tea is like a garden of flower but is tea but because i remember when i was in Nakigalala tea estate there’s no there’s no Mpanga tea of fort portal and Nakigalala Tea estate. The good farm in Fortporto is tea the farming the planting tea is like a garden of flower but with tea because I remember when i was in Nakigalala T.F.J. they didn't know they Didn’t know Mpanga tea of Fort Portro and Nakagala tea F. J. +UG022_ENG006 UG022 eng The good made on the way is good but not for good at all because is like let me say it is like how do you call the baganda say Bogoya but not bogoya its like also also is a maize. The good maize on the way is good but not for good at all because if you like let me see if it's like how do you call a bogoya if i feel like or if its a maise +UG022_ENG007 UG022 eng My mother selling a charcoal but the problem is custom the custom today there is there’s no custom mummy suffering a pmoney because they have a problem of school fees rentals and water. My my mother selling charcoal but the problem is with cashcum today there is no cashcom money suffering because they have a problem of school fees rentals and water +UG022_ENG008 UG022 eng My colleague in the market they stand as if they waiting a president but not the selling because i think its like carrot on the basket they stand in one place to waiting a custom. My courage in the market they have turned as if they are waiting a president but not them failing because I have seen it's like carrot on the basket they can't move they've turned one place to wait a customer +UG022_ENG009 UG022 eng Eeeh I think this is Europe because here in Uganda there is no people that make a line to get food like that people they make line to get money for gambling and other situation but not getting food. I think different with Europe because here in Uganda there is no people make line to get food like that. People they make lines to gets money for gabbling and other but not getting food +UG022_ENG011 UG022 eng My brother he came from kapeeka he came with bananas to get money for my daughter because they need schoolfees,they want buy school uniform and books but today there’s no customer because of.. My brother he came from Kapeka he come with bananas to get money for my daughter because they need school fees and they want to buy school uniform and books but today there is no customers because of +UG022_ENG012 UG022 eng I am looking a good elephant it is a wild animal but not a its a wild animal but not a domestic animal so i have seen a big african elephant its like murchison falls national game park i remember when i was in.. I am looking a good elephant its a wild animal but not a domestic animal so i have seen an big African elephant it is like a national game park I remember when I was +UG022_ENG013 UG022 eng I know this animal but i forget for i forget the name mummy told me that its called a zebra but have a good colour it have a power it have a energy and a good height but they eat dry grass i dont know oba they enjoy it or they didn’t want a good one. I know this animal but I forgot for I forget the name money told me that it is called a zebra but they have good color, they Have power They have energy and a good bite but do they eat dry grass? i don’t know or they enjoy it or They dont want a Good one +UG022_ENG014 UG022 eng The plate is okay but the sauce is bad am looking a bread with a small beef and the other side side i have seen pancakes me what kind of what kind of me iam losing morale actually me i dont eat everything but when .. The plate is okay but the sauce is bad I’m looking a bread with small beans and the other side have seen pancakes me what kind of what type of i;m living morally actually me i don't eat everything +UG022_ENG015 UG022 eng Transit goods In a jam they knock a boda boda man near the bicycle and a passengers on the way they get an accident the police man says where are you going your a suspect number one don’t you see the tyre. The transport goods in the jam they knock a boda bada man near the bicycle and the passengers on the way they get an accident the policeman said where are you going because you were you was suspect number one because of your car if not good don't you feel it +UG022_ENG016 UG022 eng The hardware me in Uganda i know the good hardware is called Hardware world at Ntinda but now iam looking a good hardware they called but in the name i dont know the name am looking wheel barrow the bucket of colour and a big drum and am looking a man the man waiting the cars to. The hardware me in Uganda I know the good hardware is called hardware world at Ntinda but now im looking a good adware be called but in the name i dont know but am looking at the wheel barrow and bucket of colors and big drum and am look ing a man waiting +UG022_ENG017 UG022 eng Today i am doing hard because am a marathona and every week i ran 180 kilometer i cant eat rice with gnut plus the sauce so that is bad diet for me. Today I am doing hard because i’m a marathoner and every week i run 180km i can‚Äôt eat rice with gnut plus the show the food so that is not that bad diet for me +UG022_ENG018 UG022 eng The flat is like mosque but not mosque i dont i want to know the engineer of this house to build a fake house they resemble like a church but not a church resemble like mosque but not a mosque our neighbour told me that its a flat. The flat is like a mosque but not a mosque I don’t I want to know the engineer of this house to build a fake house that resemble like church but Not a church that resembles like A mosque by nota mosque a neighbor told me it is a flat +UG022_ENG019 UG022 eng Brother from Busoga they make chapati without salt without cooking oil they just make it badly but the people they cant eat very well so brother told me the business can not walk very well me i asked him why because there’s no. Brother from Busoga they make chapati without salt without cooking oil, they just make it badly but the people can’t eat very well so brother told me that the business cannot work well may I ask him why because there is no +UG022_ENG020 UG022 eng Iam here in Owino to search a good shoe for running because tomorrow i have a race to compete i have a race and am going to compete with a strong guy so dont make joshua kipetegei jacob kiprimo and other colleague because tomorrow it is a battle. I am here in Owino to fetch a good food food for running because tomorrow i have race to compete I have a race and I’m going to compet with strong guy so don't miss joseph tege jakob kipimo and other village because tomorow there is a battle +UG022_ENG021 UG022 eng The banana plantation is good but it is like a forest my mother told me that i have got a good banana plantation and iam and iam going to plant somewhere to get a good banana because i need more and more bananas to get money because last year the the. The banana plantation is good but it's like a forest my mother told me that I have got a good banana plantation and I go and going to plant somewhere to get a Good banana because i need more and more bananas to gets money because last year the +UG022_ENG022 UG022 eng Today the boda boda man they change a business of carrying people today they carry sugarcane and they are going to Kalerwe to get money because today is a bad day no money on the road people today they are are not walking so let me change the business since today. Today the boda bada man they change business of carrying people today they carry sugarcane and they are going to Kalerwe to get money because today is a bad day no money on the road people not working so let me change the business today +UG022_ENG023 UG022 eng Even if am poor as a lady with a child let me make a simple business to get a little money and to avoid surviving every time to crying with my husband that my husband i dont have this this let me make my. Even if I am poor as a lady with child let me make a simple business to get original money and to avoid surviving every time crying my eye band that my eyes band i don't have this this let m make my +UG022_ENG024 UG022 eng Here in Uganda government sent a money money in UNRA to build good road to construct good roads but the Engineering they are fake they construct good bad road and they get money they take money in their pocket because of there’s no here in Uganda. Here in Uganda government find money in funeral to build good road to construct good roads but the engineering they are fake they construct bad road and they get money they take money out of their pockets because here in uganda +UG022_ENG025 UG022 eng Bwaise market the vendors of bwaise they are very dirty because people they pass away up to kalerwe because of dirty dont you see the watermelon onion apple its like for two years its like for for two years. Bwayi market, the vendors of bwa yuffe they are very dirty because people they pass away up to Kalerwe because of dirty don’t you see the watermelon onion apple it is like for two years which if like a for too years +UG022_ENG026 UG022 eng Oh my God dont you see the the whatever the people from kalerwe its slum area they surviving from January to december they lacking accommodation food money and her children did cant go to school because of poverty. Oh my God don't you see the whatever the people from Kalerwe it is a slum area they are surviving from January to December they lacking accommodation, food, money and her children they can’t go to school because of poverty +UG022_ENG027 UG022 eng Me i know that according to my brain and whatever by the way what is KFC in full me i dont know i know KCCA because is a club of football but KFC is a club, is a petrol station, is a parking of car? am asking myself. Me I know that according to my brain and whatever by the what is KFC in full me I don’t know, i know kfca because its a club of football but kuf if a lab, is a petrol station, if parking your car, If what? am asking myself +UG022_ENG028 UG022 eng People dont think every pump oil is a shell there’s a Kobil Hass and Real even shell the shell is from France but not in Uganda so my people they say that . People don't think every pump oil is a sale no there is kobir and real even a fail the sale is from france but not in Uganda so my people they say that +UG022_ENG029 UG022 eng Many years have got have got a furniture but i have my colleague at kitovu technical school masaka they study furniture and they start to making a good beds benches and the good door so here in. Many years i have forgot a furniture but i had my courage at Kitovu technical school in Mafaka they fittered furnitures and they started to make good beds benches and the good door so here +UG022_ENG030 UG022 eng Here in Uganda or Buganda the good food for Baganda is called matooke in soroti the good food is called Kalo but i don’t know in the langi’s the good food for langis’ is what because am looking a good food for Baganda and that is the besst food for Baganda and the good.. Here in Uganda or in Buganda the good food for Baganda is called matooke I thought the food was called caro but I don’t know in the Langi's the god food For Langis is what because of a good looking food from Banganda and that s the best food +UG022_ENG031 UG022 eng Thankyou brother for giving me supper breakfast but your breakfast is fake because me at our home i take milk, i take five eggs and two chapatis for you you give me dry tea as if am in prison. Thank you brother for giving me supper and breakfast but your breakfast is fake because me at our home I take milk I takes five eggs and two chapatis for you give me dry tea as if im a prison +UG022_ENG032 UG022 eng Last time i was in Bulenga am looking a a fake a fake petrol city its not okay and people they started complaining here there is no vehicle to pumping the petrol. Last time when i was in Bulenga I’m looking a fake a feal petrol fitting to get it is not okay and people they started complaining here there is no vehicle to pump the or the petrol +UG022_ENG033 UG022 eng Am going to am going to Jinja am hungry but i have my money in pocket when iam reached to Namawojolo i can stay here to first eat to first eat chicken with Gonja but the chicken not okay. I am going to I am goying to Jinja, iam hungry but i have my money in pocket when im reached to Namajjulo,i can stay here to first eat a chicken with Gonja but the chicken is not okay +UG022_ENG034 UG022 eng There is different business for you you buy coffee me i buy bananas to sell and i need a money because am in a loan bank but today am suffering am carrying. There is different business for you, you buy coffee me I buy bananas to sell and i need the money because am in loan bank but today im suffering am carrying +UG022_ENG035 UG022 eng People are searching scrap my friend they are build with ironsheet its like asbestos me iam asking my friend why dont you bought these ironsheets and you collect a little money to buy a good ironsheet and build a good shelter.? People are searching for fish club my friend they have built with iron filth it's like as a base stuff me I am asking my friends why don't you bought this iron plate and you collect a little money to buy a good iron seat and build a god filter +UG022_ENG036 UG022 eng Last time i was in i was in lake Albert in Ntoroko district and i see a fisherman with her wife they destroyed a good they destroyed they abusing somebody that you dont know how to swim. Last time I was in I war in lake Albert in Toroko district and I see a fisherman with her wife they destroy a good they destroyed the the they abusing somebody that don’t know how to swim +UG022_ENG037 UG022 eng So it's good to to preparing yourself after working but the food is not i need a good the food is very okay but a is little i have a seen a piece of fish and a piece of posho and the small sauce me i need a good one. So it's good to preparing yourself after working but the food is not I need a good the fud is okay but with a ritual i have seen a piece of fish and a pieces of posho and the small sauce made a very good +UG022_ENG038 UG022 eng Iam looking a place because yesterday i remember my grandmother my grandfather told me here in Uganda there is a place called Kalamoja it resembles karantin in Kenya but there’s no difference between Kalamajong and Karentin in Kenya. I am looking a place because yesterday I remember my grand mother my grandfather told me here in Uganda there is a plus called Karamoja they resemble the karajan in Kenya but there was no difference between Karamajong and the car engine in kenya. +UG022_ENG039 UG022 eng Iam looking a lady or a guys they resemble like kalamojong and maasai in Kenya they negotiate or they talk about land the waiting a chief or a Chairperson think they are the same a leader and a chairperson. I am looking a lady or a girl they resemble like Karimojong and Masai in Kenya they negotiate or they talk about land the waiting, a chief or chairman I think it is the same leader and chairman +UG022_ENG040 UG022 eng Iam here at Nakasero near the butcher near the butcher am looking my mother to suffering for getting money after getting Daddy told me dad told me you go and talk to your mummy that i dont have a data on my phone and i need a transport am going to the village to see your mother. I am here at Nakasero near the butcher near The butcher I am looking my mother to safari for getting money after gettinging money dad told me that you can talk to your mum that i don’t have data on my phone and i need a transport, i am going to the village to see your mother +UG022_ENG041 UG022 eng The place is good but here we're lucking the truck for football and athletics people they are digging oba digging what i dont know i have seen a plant is like a tea but not a tea its like a beans its not a beans i dont know by the way these people are not in.. The place is good but here we are lacking the truck for football and athletics people they are digging what they're digging I don't know I feel a plant like tea but not a tea it's like beans if not beans i don’t know +UG022_ENG042 UG022 eng Yes am looking a good food food what for people for especially sports man and sports lady who are working who are playing football jimming running and musician its good and other people not for for sportis only even you my friend its good. Yes I’m looking a good foot for what for people especially sports man and lady who are working who play football, running, jimmying its good and other people not for sportives only even you my friend it is good +UG022_ENG043 UG022 eng What is this its like lake its like lake river me i know that its like a beach and am looking a sand behind the water and am looking water cant move my master called told me that its a lake not a river because if it is a What is this it feel like a lake it feels like lake river mean that if like beach and im looking behind the water can’t move my motorcycle told me that its a leg but not a liver because if it is +UG022_ENG044 UG022 eng What kind of food is that can you imagine yesterday am sleeping hungry even today am almost sleeping hungry because of food me i dont know this food this food is for bakongole is not for ugandans let me sleeping hungry i will never die today i cant die. What kind of food is that can you imagine yesterday i am flipping hungry even if today almost im flipping angry because of full me i dont know this food, this would be for Bakongole not for Ugandan let me flip hungry i never die today i cant die +UG022_ENG045 UG022 eng Am working hard to get two million to buy the old car and to started to buy watermelon water melon and take it to kalere bwaise to nankulabye to getting money and after getting money i buy the good.. I am working hard to get two million to buy the old car and it started to buying a water melon watermelon and take it to Kalerwe wife in Tunankulabye to getting money after gettinging money i buy good +UG022_ENG046 UG022 eng Am working hard but the problem i dont have money i dont have a wife thats why am suffering people they are starting laughing me that this guy is working hazard but there is no money no wife but me iam working hard because ii know any time allah change my situation and and build. I’m working hard but the problem I don't have money I do nt have a wife that is why I am suffering people they are starting laughing me that this guy is working so hard yet no money and no wife, me! I‚Äôs working because I know any time I will change my situation to get money +UG022_ENG047 UG022 eng Here am am studying at makerere university for three years after graduate am searching the opportunity but the problem am from poverty am from poor family let me start to make windows doors to get a little money after getting money. Here I am studying at Makerere university for three years after graduate i am fetching the opportunity but the problem i'm from poverty i'm from poor family let me start to make windows door to get original money after getting +UG022_ENG048 UG022 eng Am looking a a city a city let me say its like a fake city because when am looking the Engnieer who built this city because the city is good but there is no way people they want go to hospital schools and… I’m looking a city a City let me say it is like fake aCity because when I‚Äôs looking the engineer this city because the city is good but there is no way people they want go to hospital, school and +UG022_ENG049 UG022 eng Its okay you laughing you with your OG but today your going to sleep hungry am telling you go to the business and be serious and you call a customer to buy your thing to get food and instead of calling a custom to buy you start chatting with your OG but don't forget that you’re. It’s okay you laughing with your og but today we are going to sleep hungry i am telling you, go to the business and be serious and call a customer to buy your food to get food instead of calling your customer you starting chatting with our ogs but don't forget that your +UG022_ENG050 UG022 eng Am here but am not stress am searching money i have three baby i dont have a wife and i dont want am focused on my business because i have responsibility even if am lady thats why i dont want your nonsense words. I am here but I am not dressed Iam searching money i have three babies I don’t have a wife and I dont want I Am focused on my business because I have responsibility even if I'm a lady that is why I do n't want your non-offensive word +UG022_ENG051 UG022 eng Okay let me say today last time i have told i dont have i dont want wife but i want you know am suffering a lot i cant stay with you because now i have my money let me stay with you my friend no problem. Okay let me say today last time I have told you that I don't want a wife but now I want to know, i can’t stay alone am suffering alot I can;t stayed with you because now i have my money my business is good let may stayed wih you my friend no problem +UG022_ENG052 UG022 eng Is good but your cheating to somebody you make a business to show that you’re a richman but you're a smuggler your not a richman you’re smuggler instead of doing your thing in a good way you kill somebody to get money and make business and you say people are not working for you you're working It's good that you are cheating to somebody you make a business so that your a rich man but you were Simagola you werent a reach man you wes Smagala instead of doing your thing in the good way you kill somebody to get money and you made a bizness and say that people they are not working for you +UG022_ENG053 UG022 eng My friend am here Landlord wants money today am suffering i have a victims at home i have many problem thats why am not happy am here but not am not here am not at home thats why am not okay but et me do again. My friend I am here land lord wants money today iam suffering i have victims at home i Have many problems thats why im not happy i'm here but not but nonet are not here at all thats Why am not okay but let me do again +UG022_ENG054 UG022 eng Let me drive my bodaboda to search passenger to search a lady or a man to get at least two kilogrammes of posho because my family yesterday they sleep hungry even today Allah help me to get money atleast ten thousand. Let me drive my boda bods to fetch a passenger to find a lady or man to get at least two kilograms of posho because my family yesterday they were hungry even today Allah help me to money at most ten thousand +UG022_ENG061 UG022 eng Wake up early this morning to prepare tea but the power went off sadly and i had to look for candle to light the kitchen so that the children could get ready for school on time. Woke up early this morning to prepare tea but the power went off suddenly and I had to look for candles to light the kitchen so that the children could get ready for school on time +UG022_ENG063 UG022 eng At the market i wanted to buy tomato tomatoes but the prices had gone up but the vendors kept telling me it was because of the rain destroying many gardens. At the market I wanted to buy tomatoes tomatoes but the prices had gone up and the vendor kept telling me it was because of the rain destroying many gardens +UG022_ENG064 UG022 eng When i reached home i realized i had forgotten to buy salt so i quickly sent a neighbours child to shop nearby and when he came back When I reached home I read I had forgotten to buy salt so I quickly sent a neighbors child to the shop nearby and when he came back +UG022_ENG065 UG022 eng Last weekend we attend a traditional introduction ceremony and the family prepared lots of food and culture dancers and everyone wear colourful gomas’ and Kanzus to cerebrate. Last weekend we attend a traditional introduction ceremony and the family prepared lots of food and culture dance and everyone were colorful gomesi and kanzu to celebrate +UG022_ENG066 UG022 eng I was working along kampala road i was walking along kampala road when a boda rider nearly knocked me because he was rushing to beat traffic jam and people shouted at him to slow down for safety. I was working along Kampala road I was workig along kampala load when a boda rider nearly knocked me because he was laughing to beat the traffic jam and people shouted at him to slow down for safety +UG022_ENG067 UG022 eng My cousin called me to remain me about the graduation party next month and he asked me to contribute something small towards food and drinks. My cousin called me to remind me about the graduation party next month and she asked me tto contribute something small towards food and drinks +UG022_ENG068 UG022 eng At church the choir song loudly and the pastor encouraged people to trust God even when thing are hard and many people went forward to pray while the drums the drums and keyboard played softly. At church the choir sung loudly and the pastor encouraged people to trust God even when things are hard and many people went forward to pray while the drums the drum and keyboard played safely +UG022_ENG069 UG022 eng Yesterday i trained heavily and water entered some houses in the neighborhood forcing people to collect their belongs quickly and find way to drain water outside their compounds. Yesterday I trained eval and water entered some houses in the neighborhood forcing people to collect their belongings quickly and find way to drain out the water outside their compounds +UG022_ENG070 UG022 eng The teacher the teach in class asked us to write any envy about four favourite ugandan uganda dish and many students described matooke with Gnut sauce. The teacher the teacher in class asked us to write any even about you for For Verity Uganda and Uganda D.I.F.; and many students described matooke with pin out cloth +UG022_ENG071 UG022 eng I was travelling to Jinja and as we clothed the Nile bridge, the conductor pointed out the beautiful view and the passengers took photos saying Uganda is trully the pearl of Africa. I was travelling to Jinja and as we crossed the Nile bridge, the conductor pointed out the beautiful view and the passengers took photos saying Uganda is truly the pearl of Africa +UG022_ENG072 UG022 eng During the football match, the fans cheered so loudly that even though outside the stadium could hear and children beurue the vuvuzelas while vendors sold roasted maize and bottled During the football match, the fans cheered so loudly that even those outside the stadium could hear and children blew vuvuzelas while vendors sold roasted maize and bottle +UG022_ENG073 UG022 eng My phone battery was low and since there was no electricity at home, I went to friend i went a friend pray to charge and while waiting we talked about the rising cost of living in the city. My phone battery was low and since there is no electricity at home, I went to a friend place to charge and while waiting we talked about the raising cost of living in the city +UG022_ENG074 UG022 eng A friend of mine told me about a new job opportunity and she advanced me advised me to update my cv quickly because applications would craw soon so i stay late work A friend of mine told me about a new job opportunity and she advised me to update my CV quickly because applications would close soon so I stay up late work +UG022_ENG075 UG022 eng On my way to school, I met a street vendor selling roasted ground nuts and I bought a small pocket to snack on the while working but I had to hide it because the teacher doesnot allow On my way to school I meet a street vendor selling roasted ground nuts and i bought a small packet to snack on the while working but i had to hide it because the teacher doesn't allow +UG022_ENG076 UG022 eng The boda boda rider i had today kept telling stories about politics and though the ride was short, he had already given his opinion on fuel prices and the government The boda bada rider I hired today kept telling stories about politics and even though the rider was short, he had already given his opinion to fuel prices and the government +UG022_ENG077 UG022 eng When my aunty visit from village, she throw sweet bananas, sugarcane and avocados and we and we all sat outside enjoying the fresh food while listening to the stories about home. When my aunt visited from village she threw sweet bananas, sugarcane and avocados at the well and we all sat outside enjoying the fresh food while listening to stories about home +UG022_ENG078 UG022 eng Those power black out lasted whole night so people used candles torches and small solar lamps and some soaps had to close early as they could not save customers Those power blackout lasted the whole night so people used candles, torches and small solar lamps and some shops had to close early because they couldn't save customers +UG022_ENG079 UG022 eng We gathered at the community will to fetch water and every one formed a line with jerrycans but some children tired to jump the quick and elders scolded them to wait We gathered at the community wheel to fetch water and everyone formed line with jerrycans but some children tried to jump the quick and elders told them to wait for their +UG022_ENG080 UG022 eng At the hospital patient wanted parent for the doctor and some mothers carried babies on there backs while others friend themselves with papers because. At the hospital patient wanted parents for the doctor and some mothers carried babies on their backs while other friends themselves with papers because +UG022_ENG081 UG022 eng I was planning to cook beans but when I opened the cup board, I found that rats had eaten punch of the bag so I decide to buy fresh beans from the soap instead . I was planning to cook beans but when I opened the cupboard, I found that rats had eaten parts of the bag so, i decided to buy fresh beans from shop instead +UG022_ENG082 UG022 eng During the village meeting, the chairman asked people to contribute towards fiffing the borehole and everyone give what they could even if it was only a some amount of money. During the village meeting, the chairman asked people to contribute towards saving the borehole and everyone gave what they could even if it was a small amount of money +UG022_ENG083 UG022 eng The children in neighbourhood the children in the neighbourhood gathered to pray football using a ball meddle from banana fibres and they filted happy as if they were praying in stadium The children in neighborhood the children from the neighbourhood gathered to play football using a ball made from banana fibres and they shouted happily as if they were playing in stadium +UG022_ENG084 UG022 eng Last night I heard dream from a wedding celebration nearby and people danced until rate in the night while children run around enjoy soda and chapati Last night I had dream from wedding celebration nearby and people danced until late in the night while children run around enjoy soda and chapati +UG022_ENG085 UG022 eng My cousin invited me to their church concert and the choir practiced for weeks, so when the when the day comes everyone was impressed by their voices and colorful uniform. My cousin invited me to their church concert and the choir practised for weeks so when they day came everyone was impressed by their voices and colourful uniform +UG022_ENG086 UG022 eng The taxi conductor kept arguing with the passengers about change and people complained that array pretends not to have coins to return which makes the journey stressfull The taxi conductor kept arguing with passengers about change and people complained that a rave planted not to have coins to return which make the journey stressful +UG022_ENG087 UG022 eng I was waiting at the bus park when a walk come selling boiled eggs and chapati and I bought some because the journey was going to be long and i need energy I was waiting at the bus park when a hawker came selling boiled eggs and chapati and I bought some because the journey was going to be long and i need energy +UG022_ENG088 UG022 eng During the school assembly the head teacher remained students to the wear proper uniform and avoid making noise in class and the prefects were asked to the monitor discipline During the school assembly, the headteacher remained students to wear proper uniform and avoid making noise in class and the prefects were asked tp the monitor discipline +UG022_ENG089 UG022 eng A boda boda rider dropped me near the market and asked i work so the small of roasted meat and fresh fish made me hungry, so i stopped to buy someone snacks some one snack The boda bada rider dropped me near the market and ask I will work for the small of roasted meat and fresh fish made me hungry so i stopped to buy someone snacks some snacks +UG022_ENG090 UG022 eng At the village, the elders sat under a mango tree discussing the land matters while children climbed trees to pick rip fruits and women prepared food for the evening meal. At the village, the elders sat under a mango tree discussing land matters while children climbed tree to pick grapes and fruits and women prepared food for the evening meal +UG022_ENG091 UG022 eng I was reading new paper article about the new roads being construct and many people said they hope it will reduce traffic jam so others feared the worked might get delay. I was reading a newspaper article about the new road being constructed and many people said they hope it will reduce traffic jam though others feared that the work might delay +UG022_ENG093 UG022 eng During the culture festival, people from different tribes saw dancers, food and traffice and crafts and it was exciting to see how rich and advised Ugandan traditionals During the culture festival , people from different tribes sold dances, food and crafts and it was exciting to see how rich and advised Ugandan tradition +UG022_ENG095 UG022 eng Let me, I met my old friend at the taxi stage and we spent time catching up about life, jobs and family until until the taxi finally felled up and was said goodbye with smiles. Let me I met my old friends at the taxi stage and we spent time catching up about life, jobs and family until until the cab finally filled up and was said goodbye with smiles +UG022_ENG096 UG022 eng The children in school were singing the national anthem loudly and the head teacher reminded them about respecting the flag and being a proud of their country. The children in school were singing the national anthem loudly and the headteacher reminded them about respecting the flag and being proud of their country +UG022_ENG097 UG022 eng My neighbor asked me to help her carry jerry can of water and as walked together she told me stories about her village and how she misses their quite life there My neighbor asked me to help her carry jerrycan of water and as we walked together, she told me stories about her village and how she misses the quiet life there +UG022_ENG099 UG022 eng The boda boda i took today had music praying loudly and although I enjoyed the ride, I worried about safety because the ride rider kept over tooking cars very dangerously The boda bodas the bora boga I took today had music playing loudly and although I enjoyed their ride I worried about safety because they write the rider kept over talking cars dangerously +UG022_ENG100 UG022 eng When I visit the library I found many students preparing for exams and the librarian librarian kept reminding people to remain silent so that everyone could When I visit the library, I found many student students preparing for exams and the librarian librarian kept reminding people to remain silent so that everyone could +UG022_ENG101 UG022 eng The church youth group organised a car war wash they rise many for charity and many drivers stopped to support them, while the youth happily The church youth group organized a car wash was the rise many for charity and many drivers stopped to support them while the youth happened +UG022_ENG102 UG022 eng I saw a children selling packages pancakes by the roadside and thought they were young, they suited loudly to attract buyers and people supported them by buying I saw children selling packages pancakes pancakes by the road side and thought they were younger they shouted loudly to attract buyers and people supported them by buying +UG022_ENG103 UG022 eng During the morning jog, I meet neighbors exercising too and some greeted me carefully while others while others continued running quickly with ear phones in there ears. During the morning jog, I meet neighbors exercising too and some greeted me carefully while other while others continued running quietly with ear phones in their ears +UG022_ENG104 UG022 eng At the cinema, people clapped and should during the movie and although it was noisy everyone enjoyed the experience and said they would come back next weekend. At the cinema, people clapped and food during the movie and although it was noisy, everyone enjoyed the experience and said they would come back next weekend +UG022_ENG105 UG022 eng When the rain started, we all run for shelter but some children continued by before bare foot in the peddles splashing water and joying joyfully When the rain started we will run for shelter but some children continued by before barefoot in the paddles and splashing water and rained joyfully +UG022_ENG106 UG022 eng My teacher gave us home work to write about our dreams, jobs and many student wrote about being doctors, pilots and teachers while some say they wanted to be musicians. My teacher gave me my teacher give us home work to write about our dreams jobs and many student wrote about being doctors pilots and teachers while some say they wanted to be musicians +UG022_ENG107 UG022 eng My uncle travelled to the village and when he returned they brought fresh sugarcane and jack fruit and we sat outside peeling and sharing it as family. My uncle travelled to the village and when he returned they brought fresh sugarcane jackfruit and we sat outside peeling and faring it as family +UG022_ENG108 UG022 eng At the boda stage, riders argued about fuel prices each blaming the government while passengers just waiting quietly hoping fares will not rise again At the boarder at the boda stage riders argued about fuel prices each blaming the government while passengers kept waiting quietly hoping cars would not rise again +UG022_ENG109 UG022 eng The electricity come back after many hours and everyone cheered quickly, switching on lights, charging phones and praying radios to celebrate. The electricity came back after many hours and everyone prepared quickly switching on lights charging phones and playing radios to celebrate +UG022_ENG110 UG022 eng I don’t know way the landlord increased lent yet the water and electricity are also experience expensive. I don't know where the landlord include rent yet the water and electricity are also expensive +UG036_ENG001 UG036 eng I am seeing people doing some work they are having banana fibers, as if they are trying to do something something, am seeing tapeline, am seeing people putting on uniform, others casual causal wear. They are trying. I have seen people doing some work that have banana fibres as if they are trying to do something something I have see people putting on uniform and casual wear they look like +UG036_ENG002 UG036 eng Am seeing different colors of flowers, they are like roses, seeing pink color, maroon color, white color, I like flowers, they are looking beautiful. Sing different colors of flowers like clothes pink color, maroon color white color I like flowers they look beautiful +UG036_ENG003 UG036 eng Am seeing a function setting, seeing tents decorated, people are busy decorating it’s like they are planning for the introduction party. Seeing the function setting, seeing tents decorated. People are busy decorating like they're planning for the introduction party +UG036_ENG004 UG036 eng Am seeing many Indian ladies, old men, young children they are celebrating their traditional culture they are carrying some baskets with the fruits it’s like they are in the streets of Kampala. I have seen many Indians ladies old men young children they are celebrating their traditional culture, they sind carrying baskets with fruits its like they're in the streets of Kampala +UG036_ENG005 UG036 eng A very big plantation of cabbage it’s like agriculture scheme. A very big plantation of cabbage and its like agricultural +UG036_ENG006 UG036 eng Seeing someone is roasting maize like for business not home. I like maize, it looks nice. Someone is roasting maize and it seems like for business not home, I like maise it looks nice. +UG036_ENG007 UG036 eng Sacks of charcoal under street here in Namisinga, woman selling charcoal in black kavera and matooke behind it’s like a market it’s a stall like of some glossary i think. Sacks of charcoal on the street, i am seeing a woman selling charcoal in black kavera and matooke behind its like market its liker a stall of for grocery I think +UG036_ENG008 UG036 eng Indians carrying baskets of fruits, basket of flowers as if they are cerebrating their cultural. Indians carrying baskets of fruits and flowers, they are celebrating their culture +UG036_ENG009 UG036 eng Am seeing a party setting, people are on the dining table getting food. The catering service is there serving them, people are putting on masks seems. The single party is set in, people are on the dining table getting food and the catering service is there serving them. People are putting on masks it seems +UG036_ENG010 UG036 eng Seeing a road having traffic jam and boda boda riders and cyclists are also passing by. Singa road is having traffic jam, the boda bodariders and cyclists are also passing by. +UG036_ENG011 UG036 eng Am seeing the banana seller carrying bananas, bogoya on the bicycle and the woman is bargaining at the road side but the market there. I am seeing the banana seller carrying bananas bogoya on a bicycle and the woman is parking to the roadside but the market is there +UG036_ENG012 UG036 eng Am seeing elephant like five and one cup, they are in the national park and the scenery looks beautiful. I am seeing elephants like five and one cup there in the national park, the scenery looks beautiful +UG036_ENG013 UG036 eng Am seeing every giraffe in the national park. I am seeing everything giraffes in the national park. +UG036_ENG014 UG036 eng Am seeing food on the plate it’s like pork and peas. Food on the plate is like paco and peas +UG036_ENG015 UG036 eng Am seeing the busy road the the trailer was going to enter the road like it was going to make accident. I was seeing the busy road and think that someone was going to enter the road like it was good to make an accident. +UG036_ENG016 UG036 eng Am seeing a hardware, there is a sign post of of Seeta Junior school day Campus. I am seeing hardware and there is a sun known post of Seeta junior school day campus. +UG036_ENG017 UG036 eng Am seeing food in the plate rice and G. nuts plus cabbage, it looks good. The food is good, the bread, rice and gnut with cabbage looks good. +UG036_ENG018 UG036 eng Am seeing like a petrol station but there is a type of mosque being constructed behind and a car is parked there, one boda boda man is passing. It seems like a petrol station but there is a type that must be constructed behind the car is parked here and one boda bada man is passing +UG036_ENG019 UG036 eng Chapati stall people are eating kikomando and a woman also is there washing plates. Chapati stall where people are eating kikomando and the woman also is in there washing plates +UG036_ENG020 UG036 eng A market setting it is looks like Busega market, am seeing boots, bags, clothes, people selling, people buying, people moving around. In a market setting, it looks like Musinga market selling boots bags for these people selling people buying and moving around +UG036_ENG021 UG036 eng Banana plantation brings one banana. A banana plantation, there is bread with one banana. +UG036_ENG022 UG036 eng Am seeing a sugarcane vendor riding a motorcycle and one black car is a head far ahead of him and other motor boda boda cyclists are are ahead of him and the road is clear. Singa sugarcane vendor riding a motorcycle and one black car is ahead of him and the other motorboda boda cyclist is head of them and The road is clear. +UG036_ENG023 UG036 eng A stall a grocery stall, seeing clusters of matooke, tomatoes and yellow bananas two women are buying one have bought. A grocery store missing rusters of matooke, tomatoes and yellow bananas, two women are buying one and both of them are children +UG036_ENG024 UG036 eng Am seeing Northern by-pass, and a truck is coming one man is waiting to cross the road and the road is clear, there is no traffic jam. I have seen northern bypass, the truck is coming, one man is waiting to cross the road and the street is clear, there is no traffic jam +UG036_ENG025 UG036 eng A a market setting and this one is around is around Bulenga Bulenga highway, seeing watermelon and they are in the market. I am in a market setting and this one is around is round Bulenga highway, i can see watermelon and they are in the market +UG036_ENG026 UG036 eng A busy street of Kampala, the there is a market of Kalerwe and the there is a big billboard of Kibooko and. A busy street of Kampala, there is a market of kalerwe ,there is big bill board of chubuko +UG036_ENG027 UG036 eng KFC branch with two vehicles parked in the compound, Airtel vehicle parked in the compound and one man is passing. KFC branch with vehicles parked in the compound, airtel vehicle parked and one man is passing +UG036_ENG028 UG036 eng Shell petrol station people are passing, one man is is from getting fuel, I am seeing a boda there is a boda boda which is from there. She a petrol station, people are passing , one man is from getting fuel and the other is a boda bada which is From there. +UG036_ENG029 UG036 eng A work wood workshop selling deckers, and tanks are displayed outside, and the big building white building with red iron behind the beds and there is a big. A wood workshop selling deckers and tanks are displayed outside and the big building white building with irons behind the bed and there is a big +UG036_ENG030 UG036 eng There is good food in the plate and the plate is on the table, It is matooke and cabbage. someone was coming to eat I think. There is good food on the plate and the plates are on table, there is meat, matooke, cabbage, someone was coming to eat i think +UG036_ENG031 UG036 eng There is a plate on the table, and there on the plate there is chapati, yellow banana, cup of tea and two two eggs. There is a plate on the table and around it there is chapati, yellow banana, cup of tea and two eggs. +UG036_ENG032 UG036 eng There is a petrol station, one is chair man and the petrol station man is filling in fuel and box body trailer is parked there. The petrol station, one security man and the petrolstation man is filling in fuel and a box body trailer is parked there. +UG036_ENG033 UG036 eng A charcoal stove they are roasting chicken and it is a busy hope business centre is waiting for people to come and buy, it looks nice the meat looks nice ready to. It's a charcoal stove where they are roasting chicken and it is a busy meat of business set up is waiting for people to come and buy. It looks nice the meat looks nicely done +UG036_ENG034 UG036 eng A truck of matooke matooke parked somewhere, variety of matooke they are coming from village. A truck of matooke, matooka parked somewhere with a variety of Matookee , they are coming from village bringing +UG036_ENG035 UG036 eng Am a seeing a market centre but the market is not well set up, it is like things were poured that they were dismantled. I am seeing a market set up but the market is not well set-up, it looks like things were poured that they could +UG036_ENG036 UG036 eng A lake shore of of lake Victoria am seeing boats are parked, ready sailing things like rubbish plastic. A radio show or a news historian is about to read something like rubbish in plastic +UG036_ENG037 UG036 eng There is fish and posho with greens on the plate and a decorated flower flower because there is tomato. There is fish and posho with greens on the plate and a decorated flower decorated tomato +UG036_ENG038 UG036 eng People are putting on cultural wear they are Kjongs think there are three old people, then and one teen, then two infant, one infant, then one toddler. People are putting on cultural wear, there are K-jongs things. There are very old people and one team then two women and a woman, they want to dress +UG036_ENG039 UG036 eng KJongs putting on their cultural wear, think they were attending a a certain traditional culture. They looked smart those who were putting on cultural wear then some young. Jongs putting on their culture wear, i think they are attending a certain traditional culture, they look smart those who were putting +UG036_ENG040 UG036 eng Open market selling clothes, people are buying clothes displayed, it’s a busy market. An open market selling clothes, people are buying clothes are displaying in a busy market. +UG036_ENG041 UG036 eng Plantation, people it’s in those in those see some maize plantation, its cassava plantation it is a mixed garden with varieties of crops. Plantation, it is in raws in rose and maize plantation, cassava, plantations its a mixed garden varieties of crops. +UG036_ENG042 UG036 eng A market a grocery market its am seeing fruits only. A fruit market, people are selling others are buying and it’s alongside the road, some people are passing by. A market a grocery market people are selling and it is alongside the road some people Are passing by. +UG036_ENG043 UG036 eng A moon coming out it was like the moon towards going towards in the morning, it was going to be night, it was evening time the moon. A moon coming up it was like, the it wasn't a morning, it Was going to be night itwas evening time +UG036_ENG044 UG036 eng Am seeing, a tall banana, yellow banana is sliced and is dipped in a soup, with a green herb on top and it looks nice and and peeled banana aside. Banana, yellow banana is sliced and is dipped in a soup with a green herb on top and it looks nice and unpeeled banana aside. +UG036_ENG045 UG036 eng Am seeing a small car carrying water melon, with selling, the car is parked around the street and one girl is staring at water. A small car carrying water mellon, they are selling, the car is parked along the street and one girl is staring at water. +UG036_ENG046 UG036 eng A tea plantation and a man is carrying a basket picking tea leaves, picking tea leaves is harvesting. A tea plantation and a man is carrying a basket picking tea leaves picking leaves harvesting. +UG036_ENG047 UG036 eng A metal workshop seeing the man who is doing welding is making metal doors. A metal workshop seeing the man who is doing welding is making metal doors +UG036_ENG048 UG036 eng The many buildings and it is a city, maybe it is Kampala in the middle of Kampala. There are many buildings and it is a city, maybe its Kampala in the middle of Kompala. +UG036_ENG049 UG036 eng People are in the market selling guava oranges but they were seeing something from the phone and seems it was exciting they were. People are in the market selling guava oranges but they were seeing something on the phone and it seems it was an exciting story. +UG036_ENG050 UG036 eng The paper red paper seller is selling paper to a man and the man who is buying is amazed about the red paper. The red pepper seller is selling paper to a man and the man he is buying is amazed about the red paper. +UG036_ENG051 UG036 eng A woman is selling red paper as if she had had packed some in a kaveera she is going to serve a a customer. A woman is selling red paper as if she had packed some in a kavera, she is going to serve a customer. +UG036_ENG052 UG036 eng A shop, a merchandise shop and a man is carrying used percolators passing near the shop and near the shop next. A shop a mechanized shop and a man carrying used percolators passing near the shop next +UG036_ENG053 UG036 eng A market set up selling vegetables, tomatoes, carrots and the woman is buying carrots and what they are selling looks nice but. A market set up selling vegetables, tomatoes, carrots and the man is buying carrots but they are selling looks nice but +UG036_ENG054 UG036 eng A display near the road it is not a permanent thing, they are selling washing cans, beds and a boda boda man is passing by. A display near the road, it is not a permanent thing, they are selling washing cans in beds and a boda bada man is passing by. +UG036_ENG055 UG036 eng A market a chapati man, is trying to to fry rolex for a for customer. A chapati man is trying to fry rolex for a customer. +UG036_ENG056 UG036 eng I everseen this place around Bulenga. It is a ssekoko feeds they deal in poultry and animal feeds. seeing people. Every time I see this place around Bulenga, these are Ssekoko feeds they deal in poultry and animal feeds +UG036_ENG057 UG036 eng A brick laying project, someone have laid his bricks, some are finished to be piled some are still covered and some are being dried. A brick laying project, some have laid his bricks, Some are finished to be piled,some are still covered and some are being dried. +UG036_ENG058 UG036 eng It’s a home, they have washed clothes on wire and it’s like they are selling matooke I am seeing like six matooke being displayed ready to be bought. This is a home they have washed clothes on wires and its like they are selling matooke, i think like six matookes being displayed ready to be bought +UG036_ENG059 UG036 eng A shop, different shops we have even a drug shop a a depot there's a mattress shop so it’s a a building having a variety of things but it’s like for for it’s for different. A shop, different shops we have even a drug shop , a depot its a mattress shop so it is a building having variety of things but for different +UG036_ENG060 UG036 eng I am seeing a building in in front there’s a net for chicken, for hens. They are selling hens but no one is seen there. I am seeing a building in front, there is a net for chicken for hens, they are selling henns but no one is seen there. +UG036_ENG061 UG036 eng A small flat painted with Sadolin, then the tanks are displayed in in front maybe they were on sale. Small flat painted with sadolin, then the tanks are displayed in front maybe they were on sale +UG036_ENG062 UG036 eng Clinic called First Care Medical is there painted in blue, and white, ambulance is parked in front and a a small car also parked. A clinic called first care medical is there painted in blue and white, ambulances are parked in front and a small car also +UG036_ENG063 UG036 eng A market near the the road, bananas are displayed and there’s people who are buying, and the vehicles are are moving. A market near the road, bananas are displayed and people are buying and the vehicles are moving. +UG036_ENG064 UG036 eng A company doing culverts, pavers, and concrete it it is a business set up thing. The company doing culverts and concrete, it is a business set up thing. +UG036_ENG065 UG036 eng A display of wooden of furniture, seeing furniture, there’s a workshop behind, they are are selling used things. A display of wooden furniture there is a workshop behind the selling used things +UG036_ENG066 UG036 eng It was not clear as if it was going to be dark but am seeing something thing like a mosque, cars are moving, people are also walking. It was night. It was not clear as if it was going to be dark but I am seeing a thing like mosques, cars are moving and some people are also walking towards nights +UG036_ENG072 UG036 eng I woke up early this morning to prepare tea but the power went off suddenly and i had look for candle to light the kitchen so the children could get ready for school on time. I woke up early this morning to prepare tea but the power went off suddenly and I had to look for candle to light the kitchen so that children could get ready for school on time +UG036_ENG073 UG036 eng The taxi boarded to town stopped many time picked passengers and by the time we reached the the stage everyone was complain complaining about the delay. The taxi boarded town stopped many times to pick passengers and by the time we reached the stage, everyone was complaining about the delay +UG036_ENG074 UG036 eng The market I wanted to to buy tomatoes but prices had gone up and the vender kept telling, it was because of the rain destroying many gardens. At the market, I wanted to buy tomatoes but prices had gone up and the vendor kept telling me it was because of the rain destroying many gardens +UG036_ENG075 UG036 eng When i reached home, i realized i had forgotten to buy salt so quickly sent a a neighbors’ boy to the shop nearby and when he came back. When i reached home, I realised I had forgotten to buy salt so quickly sent a neighbors boy to the shop nearby and when he came back +UG036_ENG076 UG036 eng Last weekend we attended a traditional introduction ceremony and the family prepared lots of food and cultural dances and everyone wore colorful gomeses and kanzus to celebrate together. Last weekend, we attended a traditional introduction ceremony and the family prepared lots of food and cultural dances and everyone wore colourful gomesis and kanzus to celebrate together +UG036_ENG077 UG036 eng I was walking along Kampala road when a boda boda rider nearly knocked me because he was rushing to beat the traffic jam, people shouted and he slowed down for safety. I was walking along Kampala road when a boda bada rider nearly knocked me cause he was rushing to beat the traffic jam and people shouted at him for safety +UG036_ENG078 UG036 eng My cousin called me to remind me about the graduation party next month and she she asked me to contribute something small towards the drinks. My cousin called me to remind me about the new school graduation party and she asked me for help and some musics said small towards the Dx +UG036_ENG079 UG036 eng Church choir sung loudly and the the pastor encouraged people to dressed good even when things are hard and many people. At church, the choir sang loudly and pastor encouraged people to trust God even when things are hard and many people +UG036_ENG080 UG036 eng Yesterday it rained heavily and water entered some houses in the neighborhood, forcing people to collect their belongings. Yesterday it rained heavily and water entered some houses in the neighborhood forcing people to collect their belongings quickly +UG036_ENG081 UG036 eng The teacher in class asked us to to write an essay about our favorite Uganda dish and many students described matooke with peanut sauce. The teacher in class asked us to write an essay about our favorite Ugandan dish and many students described matooke with peanut sauce +UG036_ENG082 UG036 eng Was travelling to Jinja and as we crossed Nile Bridge the conductor pointed out the beautiful view and passengers took photos saying Uganda is truly. I was travelling to Jinja and as we crossed Nile bridge, the conductor pointed out the beautiful view and passengers took photos saying Uganda is +UG036_ENG083 UG036 eng During the football match the fan cheered so loudly that even those outside the stadium could hear the children blew. During the football match,the fans cheered so loudly that even those outside the stadium could hear them +UG036_ENG084 UG036 eng My phone battery was low and since there was no electricity at home i went to friend’s place to charge and while waiting we talked about the raise. My phone battery was low and since there is no electricity at home, I went to a friend’s place to charge and while waiting, we talked about the +UG036_ENG085 UG036 eng A friend of mine told me about a new job opportunity and advised me to update my CV quickly, because applications were to. A friend of mine told me about a new job opportunity and she advised me to update my CV quickly because applications would +UG036_ENG086 UG036 eng On my way to to school I met a street vendor selling roasted groundnuts and I bought a a small packet snack while on the way walking but I had to hide it. On my way to school, I met a street vendor selling roasted ground nuts and i bought a small packet to snack while on the +UG036_ENG087 UG036 eng The boda boda rider I had today kept telling stories about politics and even though the ride was short he had already given his opinion on fuel prices and the government. The boda bada rider I had today kept telling stories about politics even though the ride was short, he had already given his opinion on fuel prices and the government. +UG036_ENG088 UG036 eng When my aunt visited the village she brought sweet bananas, sugarcane and avocado, we all sat outside enjoying the the the fresh fruit while listening stories. When my aunt visited from the village, she brought sweet bananas, sugarcanes and avocados , we all sat outside enjoying fresh food while listening to stories +UG036_ENG089 UG036 eng The power blackout lasted the whole night so people used candles, torches , small solar lamps and some shops had to to close early. The power blackout lasted the whole night,so people used candles, torches and small solar lamps and some shops had to close early because they could +UG036_ENG090 UG036 eng Gathered at the community well fetching water and everyone formed a line with jerry cans but some children tried to jump a queue queue and elders scolded. We gathered at the community well to fetch water and everyone formed a line with jerrycans but children tried to jump the queue while elders saw +UG036_ENG091 UG036 eng The hospital patients waited patiently for the doctor and the mothers carried babies on their backs while others. At the hospital, patients waited patiently for the doctor and some mothers carried babies on their backs while others +UG036_ENG092 UG036 eng Was planning to cook cook beans but when the cupboard i found that rats had eat part of the bag so I I decided to buy fresh beans from the shop instead. Was running to cook beans but when the cupboard i found that the rats had eaten part of the bag so, I decided to buy fresh beans from the shop instead. +UG036_ENG093 UG036 eng During the village meeting, the chairman asked people to contribute towards fixing the borehole and everyone gave what they could even if it was only a small of money. During the village meeting,the chairman asked people to contribute towards fixing the borehole and everyone gave what they could even if it was a small amount of money +UG036_ENG094 UG036 eng The children in in the neighborhood gathered to play football using a ball made from banana fibers and they shouted happily as if they were playing in a a stadium. The children in the neighborhood gathered to play football using a ball made from banana fibres and they shouted happily as if they were playing in a stadium. +UG036_ENG095 UG036 eng Last night i heard drums on a wedding celebration nearby the, and people danced until late at the night while children ran around enjoying soda and chapati. Last night, I had drums on a wedding celebration nearby the and people danced until late in the night while children ran around enjoying soda and chapati. +UG036_ENG096 UG036 eng My cousin invited me to their church concert and choir practiced for weeks so so the day came everyone was impressed by the their voices and colorful uniforms. My cousin invited me to their church concert and the choir practiced for weeks so the day came and everyone was impressed by their voices and colorful uniforms. +UG036_ENG097 UG036 eng The the taxi conductor kept arguing with passengers about change and people complained that he always pretends not to to have coins to return which makes the journey stressful. The taxi conductor kept arguing with passengers about change and people complained that he always pretends not to have coins to return which makes the journey stressful. +UG036_ENG098 UG036 eng I was waiting at the bus park when a hawker came selling boiled eggs and chapati and i bought some because the journey was going I needed energy. I was waiting at the bus park when a hawker came selling boiled eggs and chapati and i bought some because the journey was going and needed energy. +UG036_ENG099 UG036 eng During the school assembly the head teacher reminded students to wear proper uniform and avoid making noise in class and prefects were asked to monitor discipline. During the school assembly,the headteacher reminded students to wear proper uniform and avoid making noise in class and teachers asked them to monitor discipline. +UG036_ENG100 UG036 eng The boda boda rider dropped near the market and as i walked through the smell of roasted meat and fresh fish made me hungry so I i stopped to buy some snacks. The boda bada rider dropped me near the market and as I walked through, the smell of roasted meat and fresh fish made me hungry so I stopped to buy some snacks. +UG036_ENG101 UG036 eng The village the elders sat under a mango tree discussing land matters while children climbed trees to pluck ripe fruits and women prepared food for the evening meal. At the village, the elders sat under a mango tree discussing land matters while children climbed to to reach for ripe fruits and women prepared food for the evening meal. +UG036_ENG102 UG036 eng Was reading a newspaper article about the new road being constructed and many people said they hope it will reduce traffic jam though others feared the work might delay. I was reading a newspaper article about the new roads being constructed and many people said they hope it will reduce traffic jam though others feared the work might delay. +UG036_ENG104 UG036 eng During the cultural festival people from different tribes showcased dances, food and crafts we were exciting to see how rich and diverse Ugandan traditional are. During the cultural festival,people from different tribes showcased dances, food and crafts and it was exciting to see how rich and diverse Ugandan tradition are +UG036_ENG106 UG036 eng I met my old friends at the taxi stage and we spent time catching up life, jobs and family until the taxi finally filled up and we said goodbye with smiles. My old friend at the taxi stage and we spent time catching up life,jobs and family until finally filled up and said goodbye with smiles. +UG036_ENG107 UG036 eng The children in in school were singing the national anthem loudly and the head teacher reminded them about respecting the flag being proud of their country. The children in school were singing the national anthem loudly and the headteacher reminded them about respecting the flag being proud of their country. +UG036_ENG108 UG036 eng My neighbor asked me to help her carry a jerry can of water and as we walked together she told me stories about her her village and how she she misses the quiet life there. My neighbor asked me to help her carry a jerrycan of water and as we walked together, she told me stories about her village and how she misses the quiet life there. +UG036_ENG109 UG036 eng At night we sat outside under the moonlight and my grandfather told us fol tales about animals and wise lesson while we listened quietly and laughed at funny parts. At night we sat outside under the moon light and my grandfather told us folk tale tales about animals and wise lessons while we listened quietly and laughed at funny parts. +UG036_ENG110 UG036 eng The boda boda I took today had music playing loudly and though i enjoyed the ride i worried about the safety because the rider kept over taking cars dangerously. The boda bada I took today had music playing loudly and though I enjoyed the ride , i worried about safety because the rider kept overtaking cars dangerously. +UG036_ENG111 UG036 eng When I visited the library, I found many students preparing for exams and the the the librarian kept remind people to remain silent so that everyone could. When I visited the library, i found many students preparing for exams and the librarian kept reminding people to remain silent so that everyone could +UG036_ENG114 UG036 eng I saw children selling pancakes by the roadside and though they were young they shouted they shouted loudly to attract buyers and people supported them by buying quickly. I saw children selling pancakes by the road side and though they were young,they shouted loudly and attracted buyers and people supported them quickly. +UG036_ENG115 UG036 eng The cinema people clapped and shouted during the movie and though it was noisy everyone enjoyed the experience and they said they will come again the next weekend. At the cinema, people clapped and shouted during the movie although it was noisy, everyone enjoyed the experience and said they would come back next weekend. +UG036_ENG116 UG036 eng When the rain started all ran for shelter but some children remained playing bare foot in the peddle splashing water and laughing joyfully. When the rain started, we all ran for shelter but some children went playing barefoot in the paddles splashing water and laughing joyfully +UG036_ENG117 UG036 eng The teacher gave a homework to write about dream jobs and many students wrote about being doctor, pilot and teacher while others they wanted to be musician. The teacher gave us homework to write about our dream jobs and many students wrote about being doctors, pilots and teachers while some said they wanted to be musicians. +UG036_ENG118 UG036 eng My uncle from village argued about fuel prices each blaming the government while passenger just waited quietly hoping fare be price not rise again. My uncle in the neighborhood argued about fuel prices each blaming government while passengers waited quietly hoping for a year to be rise not to rise again +UG036_ENG120 UG036 eng The electricity came back after many hours and everyone cheered quickly switching on lights charging phones and play radio celebrate. The electricity came back after many hours and everyone cheered quickly switching on lights to charge for a big video to celebrate. +UG036_ENG121 UG036 eng I don't know why the the landlord increased rent yet the water electricity is also expensive. I don't know why the land lord made rent yet to buy water +UG036_ENG122 UG036 eng The students were playing in the compound when suddenly the heavy rain started pouring very hard. The children were playing in the compound when suddenly the heavy rain started pouring very hard +UG036_ENG123A UG036 eng The students were playing in the compound when suddenly the heavy rain started pouring very hard. The children were playing in the compound when suddenly the heavy rain started pouring very hard +UG036_ENG123B UG036 eng You should pass by Owino market are cheap there if you bargain very very well. You should pass by Owino market which are cheap there and you can bargain very well +UG036_ENG124 UG036 eng Boda rider refused to take me to town because of bad muddy road. The boda rider refused to turn because of the muddy road. +UG036_ENG125 UG036 eng Every Sunday morning, my neighbor play loud music that even the pastor at church complains about. Every Sunday morning, my neighbor prays down music that even the pastor at church complains about +UG036_ENG126 UG036 eng He was telling stories the whole evening we laughed and tear rolled down our faces. He was telling stories the whole evening and we laughed until tears rolled down our faces +UG036_ENG127 UG036 eng I left my phone charging at shop because no electricity in our area. I left my phone charging at the shop because no one was visiting our area +UG036_ENG128 UG036 eng The teacher asked us to write composition but many people failed to finish time. The teacher asked us to write composition but we failed to finish on time. +UG036_ENG129 UG036 eng We always fetch water from the borehole but the queue is usually extremely long and tiring. We always fetch water from the borehole but the queue is usually extremely long and tiring. +UG036_ENG130 UG036 eng Whenever i visit the village, expect to to eat fresh food the from the garden every day. Whenever you visit the village, expect to eat fresh food from the garden everyday +UG036_ENG132 UG036 eng During Christmas season many people travel to to their villages leaving, Kampala almost completely empty and quiet. During Christmas season, many people travel to their villages leaving Kampala looking almost completely empty and quiet. +UG036_ENG134 UG036 eng That boda rider carried three people plus luggage, i dont know how the motor cycle even moved. That boda rider carried three people plus luggage don’t know how the motorcycle even moved. +UG036_ENG135 UG036 eng When the rain begin the whole roads floods and the cars get stuck in mud for hours. When the rain rains, the whole road gets stuck in the mud for hours +UG036_ENG136 UG036 eng The electricity went off in the middle of match everyone in the room shouted. The electricity went off in the middle of football match and everyone in The Buhi shouted. +UG036_ENG138 UG036 eng In the evening the noise from trading centre keeps us awake until the late in the night. The noise from trading centre keeps us awake until late in the night +UG036_ENG139 UG036 eng She told me she would call but network in in her village is always disturbing badly. She told me she would call but network in her village is always disturbing badly. +UG036_ENG140 UG036 eng When you go to Owino market be careful with your bag pick pocket are everywhere waiting. When you go to Owino market, be careful your bag pick pockets are everywhere +UG036_ENG141 UG036 eng During campaign season politicians come around promising things but but after elections they completely forget all about us. During campaign season, politicians come around promising things but after elections, they completely forget about us. +UG036_ENG142 UG036 eng We waited in a wrong line for for maize flour but but by our turn it had finished. We waited in the long line for maize flour but by our turn it had finished. +UG036_ENG143 UG036 eng The boda boda men usually gather under the the that tree waiting for for passengers coming from the main road. The boda bade is under the tree waiting for passengers coming from the main road. +UG036_ENG144 UG036 eng Children in village play football using banana fibers tied together instead of of real ball. Children play football using banana fibres tied together instead of a real ball. +UG036_ENG145 UG036 eng Woke up very early in the morning but still reached work extremely very late because of traffic. I woke up very early in the morning but still reached work extremely late because of traffic. +UG036_ENG147 UG036 eng The school head master walks with a stick but he he rarely beat pupil he only threatens them. School master walks with a stick but he rarely beats people, he only threatens them +UG036_ENG150 UG036 eng The borehole water is cold and fresh but carrying a a jerry can uphill is very hard. The borehole water is cold and fresh but carrying jerrycan uphill is very hard. +UG036_ENG151 UG036 eng The rain destroyed the small bridge so we had to cross the the swamp barefooted to reach home. The rain destroyed the small bridge so we had to cross the swamp bare footed to reach home +UG036_ENG153 UG036 eng During the night dogs bark endlessly because of thieves trying to enter peoples’ home around the village. During the night, dogs bark endlessly because of thieves trying to enter people’s homes around the village. +UG036_ENG154 UG036 eng I bought second hand clothes at market but after washing some of them completely changed color. I bought second hand clothes at market but after washing some of them completely changed color. +UG036_ENG155 UG036 eng They promised to fix the road after the elections but now 2 years have passed no work. They promised to fix the road for election but now two years have passed and no work is done ever again. +UG036_ENG156 UG036 eng Whenever visitors came from town we all served them matooke with ground nuts sauce and fresh fish. When visitors come from town, we always serve the matooke with ground nut sauce and fresh fish. +UG036_ENG158 UG036 eng Boarding school miss home food but enjoy eating chapati from the school canteen. Boading is good miss home food but enjoy eating chapati from the school canteen. +UG036_ENG159 UG036 eng Boda boda man wanted to charge me double but I told him I know the route. The boda bonda man wanted to charge me double but I told him I know the route. +UG036_ENG160 UG036 eng At the village well people tell stories laugh as they wait their turn to fetch. At the village well people tell stories on the way from there and fetch +UG036_ENG161 UG036 eng Planted beans last season but the sun was too hot so they completely dried up. I planted beans last season but the sun was too hot so they completely dried up. +UG036_ENG162 UG036 eng During Easter people from Kampala bring sweets and bread make children in the village very excited. During Easter, people from Kampala bring sweets and bread making children in the village very excited. +UG036_ENG163 UG036 eng That old man still walks to church every Sunday even though his legs are are very weak. That old man still walks to church every Sunday even though his legs are very weak. +UG036_ENG164 UG036 eng The taxi conductor refused to give balance when he had no coins but insisted loudly. The taxi conductor refused to give balance then he had no coins but instead loudly +UG036_ENG166 UG036 eng Our grandmother keeps chicken and every Christmas we eat one to get a family celebration. Grandma keeps chicken and every Christmas we eat one together as family celebration. +UG036_ENG167 UG036 eng At night the mosquitoes are many so sleeping without a net is completely impossible. At night, the mosquitoes are too many so sleeping without a net is completely impossible. +UG036_ENG168 UG036 eng The the pupils in the village could write with pencils because pens are considered very expensive for them. The pupils in the village school write with pencils because pens are considered very expensive for them +UG036_ENG170 UG036 eng She braided her hair under the mango tree while children played the bird made noise above She braided her hair under the mango tree while children played and birds made noise above +UG042_ENG001 UG042 eng When when i was going home i met students of senior one doing their internship as per new curriculum When I was going home,I met students of senior one doing their internship as per new cultural +UG042_ENG002 UG042 eng When when i was invited by my friend for her wedding i brought for her flowers When I was invited by my friend for her wedding, i bought for she flowers +UG042_ENG003 UG042 eng I I was invited by my OB at his wedding party where i was his best man I was invited by my O.B. at his wedding party where I was his best man +UG042_ENG004 UG042 eng As i had went to indian i learnt of their hindu culture as i was on my way As I had went to in India i learnt of the their Hindu culture as I was on my way +UG042_ENG005 UG042 eng As i was going home i by passed by the garden and got some cabbages As I was going home, I by passed the garden and got some cabbages +UG042_ENG006 UG042 eng On my evening walk in the city i decided to buy some maize which was near the road On my evening walk in the city I decided to buy some maize which was near the road +UG042_ENG007 UG042 eng My classmate usually sells charcoal for her parents to raise her tuition My my classmate usually sells charcoal for for her parents to raise her tuition +UG042_ENG008 UG042 eng I I was invited by my friend in in India to gift some fruits I was invited by my friend in India to gift me some fruits +UG042_ENG009 UG042 eng I I joined the the catering team of KM catering services to get some money I I joined joined the the catering team of KM caterers services to get some money. +UG042_ENG010 UG042 eng I I delayed at arriving at work because there was a lot of jam in kira town I delayed arriving at work because there was a lot of jam in Kira town +UG042_ENG011 UG042 eng My friend started up business of of vending matooke during this holiday My friend started up the business of vending matooke during this holiday. +UG042_ENG012 UG042 eng My friend started up up the business of vending matooke during this holiday My friend started up the business of vending matooke during this holiday. +UG042_ENG013 UG042 eng Our our friends were discouraged from killing these elephants from national park of queen Elizabeth which we saw on the trip Our friends were discouraged from carrying these elephants in the national park of queen Elizabeth which we saw on a trip +UG042_ENG014 UG042 eng As we were on our trip my friend showed me giraffes and zebras and told me they are the tallest animals As we were on our trip my friend showed me giraffes and zebras and told me they are the tallest animals +UG042_ENG015 UG042 eng My classmate invited me at her home and gave me delicious meal where she cooked even meat My classmate invited me at her home and gave me a delicious meal where she put even meat +UG042_ENG016 UG042 eng They delayed to arrive for our camp because of the tight jam that was caused by the heavy They they delayed to arrive for our camp because of of the tight jump that was caused by the heavy trucks +UG042_ENG017 UG042 eng I I sent my boda guy to the hardware in seeta to buy me some bags of cement I I sent my boda guy to to the hardware in Seeta to buy me some bags of cement. +UG042_ENG018 UG042 eng My sister served me nicely cooked rice with with some G nuts and a bit of cabbages My sister served me nicely cooked rice with with some g nuts and a bit of cabbages +UG042_ENG019 UG042 eng I I I went to town where i was told by my aunt to pass by church and attend the the morning service I I went to town where was told by my aunt to pass by church and attend the morning service +UG042_ENG020 UG042 eng My friends usually pass by town when its lunch time for some kikomando My friends usually pass by town when its lunch time for some commando +UG042_ENG021 UG042 eng I I went to Makindye town to look for the trending clocks which i found at a certain shop I I went to mark in the town to look for for the trading clocks which i found at a certain shop +UG042_ENG022 UG042 eng I I showed showed my friend the the banana plant which had banana wilt I I I show showed my friend the banana plant which had banana wilt +UG042_ENG023 UG042 eng My friend’s father transports sugarcane to his shop every Tuesday when its market day My friend’s father transports sugarcane to his shop every Tuesday when it is market day. +UG042_ENG024 UG042 eng My my mother usually bargains very much every time we go for for shopping My my mother usually bargains very much every time we we go for shopping +UG042_ENG025 UG042 eng I I usually drive slowly on every highway because its risky to over speed I I usually drive slowly on every highway because it is it's risky to over speed +UG042_ENG026 UG042 eng My friend was encouraged to start selling watermelons and other fruits because they have a lot of market My friend was encouraged to start selling water melons and other fruits because they have a lot of market +UG042_ENG027 UG042 eng I I went to the the taxi park to get the taxi to take me to the entebbe road I I I went to the the taxi park to get the taxis to take me to Entebbe road +UG042_ENG028 UG042 eng My O took me to KFC regardless of it being expensive My O.B. took me to KFC regardless of it being expensive +UG042_ENG029 UG042 eng I I usually prefer using the fuel from shell petrol stations I I I usually prefer using the fuel from Shell petrol stations. +UG042_ENG030 UG042 eng I I went to our neighbour’s workshop to buy a bed to take to my hostel I I went to our neighbor’s workshop to buy a bed to take to my hostel +UG042_ENG031 UG042 eng My brother served me delicious meal which i have never heard before My brother served me a delicious meal which I have never had before +UG042_ENG032 UG042 eng I I I was served with a heavy breakfast at the symposium I I I was served with a heavy breakfast at the symposium +UG042_ENG033 UG042 eng Our friend started up a new petrol station of AGRO petrol in our town Our friends started up a new petrol station of agro-pex in our town +UG042_ENG034 UG042 eng They usually prefer taking chicken usually sold on the road They usually prefer taking chicken which is usually sold on the road +UG042_ENG035 UG042 eng They they started up a small market opposite our house built with wood They started up a small market opposite our house built with wood +UG042_ENG036 UG042 eng We usually go to wash our clothes on the shop since our school is near it We we usually go to wash our clothes on the shores of lake Victoria since our school is near it +UG042_ENG037 UG042 eng When we were in Katwe for a trip they served us with delicious fish from lake albert When we were in Katwe for a trip, they served us with delicious fish from lake Albert +UG042_ENG038 UG042 eng My friends went to the northern Uganda to see how northern people look like My friends went to the northern Uganda to see how northern people look like +UG042_ENG039 UG042 eng I I was a excited seeing the northern people gather as we were in northern uganda I I I was excited seeing the the northern people gather as we were in north northern Uganda +UG042_ENG040 UG042 eng My sister went to Ham mall to shop clothes for her young daughter My sister went to her home to shop clothes for her young daughter +UG042_ENG041 UG042 eng I I I joined my friends as they were digging I I I joined my friends as they were digging +UG042_ENG042 UG042 eng I I passed by Nagulu market to buy some fruits to make some juice at home I I passed by Naguru market to buy some fruits to make some juice at home +UG042_ENG043 UG042 eng My my my friend took a nice picture of the sunset set as we were on the shores of lake victoria My my my friend took a nice picture of the sun set as we were in the shores of lake victoria +UG042_ENG044 UG042 eng My my brother served me banana mixed with some honey which i had never eaten before My my brother served me banana mixed with some honey which I had never eaten before +UG042_ENG045 UG042 eng Our our neighbour started moving door to door selling his watermelons in his car instead of Our neighbor started moving door to door selling his water melons in his car instead of buying at his workplace +UG042_ENG046 UG042 eng Our our friend usually makes a lot of money from harvesting tea Our our friend usually makes a lot of money from harvesting +UG042_ENG047 UG042 eng I I was encouraged by by my friend to start a shop of metal fabrications and welding I was encouraged by my friend to start a shop of metal fabrications and welding +UG042_ENG048 UG042 eng I I I I stood up at the longest building in town and took a clear view of the whole town I I I stood up at the longest building in town and took a clear view of whole town +UG042_ENG049 UG042 eng My my friend showed me of how I can can send her money after buying fruits from her My friend show shocked me of how I can easily send her money on phone after buying fruits from her +UG042_ENG050 UG042 eng The the lady in the market gave me quite many tomatoes as I had expected yet I gave her less money The lady in the market gave me quite many tomatoes as I had expected yet i gave her less money +UG042_ENG051 UG042 eng The lady in the the market add me more tomatoes as a gift for supporting her The lady in the market added me more tomatoes as a gift of supporting her +UG042_ENG052 UG042 eng I I I went to the shop near our home to buy mattresses and bags to go with at school I I went to the shop near our home to buy mattresses and bags to go with at school +UG042_ENG053 UG042 eng My my friend went shopping and bought several carrots My my friend went shopping and bought several carrots +UG042_ENG054 UG042 eng Our our neighbour started a small business of selling small buckets Our neighbor started a small business of selling small buckets +UG042_ENG055 UG042 eng My friend told told to come along with him a rolex as i was coming from town My friend told me to come along with him at Rolex as I’m coming from town +UG042_ENG056 UG042 eng I I went to Sekoko feeds to get some feeds for chicken at home I I went to Sekoko feeds to get some feeds for our chicken at at home. +UG042_ENG057 UG042 eng I I decided to use the stack soil at home to make bricks to get some money I I decided to use the the stock sold at home to make bricks to get some money +UG042_ENG058 UG042 eng Our our neighbour after washing her clothes locked her door and left them outside and went to Our neighbor after washing her clothes she locked her door and left them outside and went to the market +UG042_ENG059 UG042 eng I I passed by depot to get some drinks at lower price I I I passed by the the depot to get some drinks at a lower price +UG042_ENG060 UG042 eng I I decided to start a business of chicken raring to get some money to eat at school I I decided to start a business of chicken raring to get some money to eat at school +UG042_ENG061 UG042 eng I I went to the nearby hardware to buy a big drum for collecting water in rai season I I went to the the nearby hardware to buy a big drum for collecting water in rain season +UG042_ENG062 UG042 eng I I I went to see my friend friend at the first care medical centre who had an issue I went to see my friend at the first care medical center who had an issue. +UG042_ENG063 UG042 eng I I decided to go to the market to buy for myself matooke at a cheap price I decided to go to the market to buy for myself matooke at a cheap price +UG042_ENG064 UG042 eng I I I helped my friend in getting more stones to make good concrete I I I helped my friend in in getting the small stones to make good concrete +UG042_ENG065 UG042 eng I I I passed by kikumi kikumi market to get second hand beds I I I passed by Kikumi market to get second hand beds +UG042_ENG066 UG042 eng I I left home late in the evening but there were few people walking alongside the road I I I left home late in the evening but there were few people walking alongside side the road +UG042_ENG079 UG042 eng The teacher said we we must come with books on monday The the the teacher said we we must come with books on Monday +UG042_ENG081 UG042 eng The the the the rain has started falling The the the rain has started falling +UG042_ENG082 UG042 eng Can you you help me carry this jerrycan of of water home Can can you help me carry this jerrycan of water home? +UG042_ENG084 UG042 eng He is is not picking picking my calls may be his phone is off He he is not picking my calls, maybe his phone is off +UG042_ENG085 UG042 eng The the the the doctor told me to take medicine three times daily The the the doctor told me to take medicine three times daily +UG042_ENG087 UG042 eng The the the radio is is making noise reduce the the volume please The the radio is is making noise reduce the volume please +UG042_ENG088 UG042 eng They are playing football near the the school compound They are playing football near the school compound +UG042_ENG090 UG042 eng The the the baby goat has has entered inside the seating room now The the the baby goat has entered inside the seating room now +UG042_ENG100 UG042 eng This shop shopkeeper refused to give me things on credit This shop shopkeeper refused to to give me thing things on on credit. +UG042_ENG109 UG042 eng The head headmaster told us to come early early tomorrow The the the head master told us to come early morning tomorrow +UG042_ENG110 UG042 eng I dont know the answer let me first ask my friend I I I don't know the answer let me first ask my friend +UG042_ENG125 UG042 eng My brother is fetching from the borehole now My my brother is is fetching water from the borehole now +UG042_ENG134 UG042 eng The clock is not working may be the battery is low The the clock is is not working may be the battery is low +UG042_ENG146 UG042 eng The teacher is is marking books books under the mango tree The the the teacher is marking books under the mango tree +UG042_ENG152 UG042 eng I want to call my brother but i dont have airtime I I I want to call my brother but i don't have airtime +UG042_ENG154 UG042 eng They are catching firewood for cooking for today The the they are cutting firewood for cooking food today. +UG042_ENG156 UG042 eng Can you show me the way to trading center Can can you show me the way to trading centre +UG042_ENG160 UG042 eng The the the the doctor said i i should not eat oily food again The the the doctor said I should not eat oil food again. +UG042_ENG163 UG042 eng I will miss you at the taxi park around noon I I will meet you at the taxi park around noon. +UG042_ENG166 UG042 eng Please please please the the Please please +UG042_ENG178 UG042 eng I I I will will buy buy paraffin when I I go to shop later We we buy paraffin when when I I go to shop later. +UG042_ENG179 UG042 eng The the boda rider is is asking asking me for extra money The the the bodarider is asking me for extra money +UG042_ENG184 UG042 eng The the the boda rider took took me faster than i expected The the boda rider took me faster than I expected +UG042_ENG190 UG042 eng The the boda man is waiting for you outside the the gate The the boda man is waiting for you outside the gate +UG042_ENG191 UG042 eng The the baby poured porridge on the floor by by mistake The the baby poured porridge on on the floor by mistake +UG042_ENG192 UG042 eng Can can can you you lend me money i i will pay pay you tomorrow Can can you lend me money, I will pay you tomorrow +UG052_ENG001 UG052 eng Women are trained to work together to help each other to control heavy rain that caused mud in their work place or compound Women are trying to work together to help each other to control heavy rain that caused mud in their workplace or compound. +UG052_ENG002 UG052 eng Different flowers of different colours colour purple colour orange colour red colour pink they are all assembled for people to buy Different flowers of different colours, colour purple,courts orange, red, pink they are all assembled for people to buy. +UG052_ENG003 UG052 eng Tents white in colour red and yellow are put in place may be to celebrate something Tents white in colour, red and yellow are put in place maybe to celebrate something. +UG052_ENG004 UG052 eng Celebrating some function or may be death because i see flowers and their tradition The Indians are celebrating some function or maybe day because I see flowers and it’s their tradition. +UG052_ENG005 UG052 eng A man is in the garden may be cultivating his garden large enough but he is only A man is in the garden maybe cultivating, his garden is large enough but he is on +UG052_ENG006 UG052 eng Woman is roasting maize for people to buy so that she earns income A woman is rustling maize for people to buy so that she earns income +UG052_ENG007 UG052 eng Woman is selling charcoal so that she earns incomes and also satisfy the customer A woman is selling charcoal so that she her income and also to satisfy the customer. +UG052_ENG008 UG052 eng Indians are carrying buskets may be to celebrate something because it's their culture Indians are carrying baskets maybe to celebrate something because it's their culture. +UG052_ENG009 UG052 eng Different people are making line to to get what to to eat may be its a party because food is different Different people are making line to get what to eat but maybe its a party because food is different. +UG052_ENG010 UG052 eng Transportation that includes cars taxis and boda boda also bicycles on the road Transportation that includes cars, taxis and boda bada and also bicycles on the road. +UG052_ENG011 UG052 eng A woman is is helping may be the the the the husband to to to to pack matooke may be to to to to take to town A woman is helping maybe the husband to pack matooke on bicycle may be to take to town. +UG052_ENG012 UG052 eng Elephants are in rest enjoying enjoying the the the sunset and also each other's company Elephants are in dress enjoying the sun set and also each other's company. +UG052_ENG013 UG052 eng Three giraffes are standing on dry grass but staring on something looking Three giraffes are standing on dry grass but staring on something also looking +UG052_ENG014 UG052 eng A brown plate with some food on it i dont know if its rice or pancakes for a child to eat A brown plate with some food on it i don’t know if it's rice or maybe pancakes for a child to eat. +UG052_ENG015 UG052 eng A busy road that that that follows many many means of transport bicycles boda boda guys and home cars and even A busy road that involves many means of transport, bicycles , boda bada guys and home cars and even +UG052_ENG016 UG052 eng Hardware sells construction material such as wheelbarrows drums and there is Passent hardware sells construction materials such as wheelbarrows, drums and there is +UG052_ENG017 UG052 eng A white plate with G nuts plus rice and cabbage may be someone is going to eat it A white plate with gnuts plus rice and cabbage, maybe someone is going to eat it. +UG052_ENG018 UG052 eng A mosque that is not finished well along the road and boda boda guys and are all passing A mosque that is not finished well along the road and a boda boga guy arranged over all passing. +UG052_ENG019 UG052 eng A shop that is near chapati makers customers are seating and enjoying kikomando A shop that near chapati makers that the customers are sitting at are enjoying kikomando +UG052_ENG020 UG052 eng A market that sells those almost all the the the things bags, clothes, shoes everything and A market that sells almost all the things i see, bags, clothes, shoes everything and +UG052_ENG021 UG052 eng Banana plantation that is not yet grown well the the matooke has not yet reached the the the harvesting time Banana plantation that is not yet grown well, the matooke has not reached the harvesting time. +UG052_ENG022 UG052 eng The the boda boda guy carrying a lot of sugarcanes on the boda may be is taking to to to town to to to sell and get some income The the boda boga guy is carrying a lot of sugarcanes on the bodaboda that may be taking to town to sell and get some income. +UG052_ENG023 UG052 eng Women that are in market bargain to take with them some fruits Women the the market bargaining to take with them some fruits +UG052_ENG024 UG052 eng Many roads that you can can pick one if if you go to where your destination is Many roads that you can pick one if you go to where your destination is. +UG052_ENG025 UG052 eng Posters that that include Kisumbu community hospital trinity kids school and politician all put up the the the Postards that include Sumbu community hospital, trinity school and politician put up the +UG052_ENG026 UG052 eng Busy town with with a lot of cars and boda bodas pedestrians posters and light holders Busy town with a lot of cars and boda bodas, pedestrians, posters and light holders. +UG052_ENG027 UG052 eng Cars parking on KFC to tot to to to to buy for themselves Cards parking on KFC to buy for themselves on +UG052_ENG028 UG052 eng Petrol stations giving people the petrol to fill their cars so the the Petrol station giving people the petrol to fill their cars so that +UG052_ENG029 UG052 eng Carpentry on alongside the road that includes the beds chairs drum Carpentry along the road that includes the beds, chairs, drums +UG052_ENG030 UG052 eng White plate there is matooke cabbage meat it looks like lunch White plate then there is matooke, cabbage, meat it looks like lunch +UG052_ENG031 UG052 eng Breakfast that is put on the white plate with black tea chapati, two eggs and sweet banana Breakfast that is put on the white plate with black tea, chapati, two eggs and sweet banana. +UG052_ENG032 UG052 eng Small petrol station the the the the workers are fueling the car while Small petrol station, the work as a fueling the car while another +UG052_ENG033 UG052 eng Pieces of roasted chicken are are arranged very well for customers to to to come and Pieces of roasted chicken are rent very well for customers to come and +UG052_ENG034 UG052 eng The matooke is parked so well in the car for for for the the driver to to to take to to to town The matooke is packed so well in the car for the driver to take to town. +UG052_ENG035 UG052 eng A market that is damaged may be its in the village because it looks so so disorganised A market that is damaged maybe it is in the village because it looks so disorganised. +UG052_ENG036 UG052 eng Water area that is having older boats that may be not working and people are working from their Water area that has older boats that may be not working and people are washing from their +UG052_ENG037 UG052 eng White plate with fish and greens looks like dinner A white plate with fish and greens looks like dinner. +UG052_ENG038 UG052 eng Black women with their kids posing for for a photograph Black women with their kids pausing for for a photograph. +UG052_ENG039 UG052 eng Black women with men holding sticks and kids may be also posing for for a photograph Black women with men holding sticks and kids maybe also pausing for photograph. +UG052_ENG040 UG052 eng A busy market with a lot of people selling clothes also a lot of buyers A busy market with a lot of people selling clothes and also a alot of buyers. +UG052_ENG041 UG052 eng A garden with only green grass that people are cultivating A garden with its own green grass that people are cultivating +UG052_ENG042 UG052 eng A market with a lot of fruits there is sweet bananas and onions tomatoes with customers The market with a lot of fruits, there is sweet bananas and onions and tomatoes with customers. +UG052_ENG043 UG052 eng The sun set is reflecting the water that gives a clear image The the sunset is reflecting on the water and gives a clear image. +UG052_ENG044 UG052 eng White plate with chopped bananas and soup may be for for for a kid to to to White plate with chopped bananas with soup maybe for for For kid to to +UG052_ENG045 UG052 eng Old man on a pickup trying to sell his watermelon while the girl is standing Old man on a pick up trying to sell his watermelons while the girl is standing. +UG052_ENG046 UG052 eng A man with dreads is happily harvesting his vegetables may be to to to eat them or to to take A man with dreads is happily harvesting his vegetables maybe to eat them or to take +UG052_ENG047 UG052 eng A man doing welding may be to to to to make them look great so that customers come and support him A man doing welding maybe to make them look great so that customers come and support him. +UG052_ENG048 UG052 eng Many buildings may be in town many flats may be there are only in town Many buildings maybe in town, many flats maybe they are only in towns. +UG052_ENG049 UG052 eng Two two two two happy girls trying to to to to show each other photos on a phone while in the the market trying to sell eggplant cassava Two two too happy girls trying to show each other photos on the phone while in the market trying sell eggplants, cassava +UG052_ENG050 UG052 eng A woman happily selling tomatoes to a man while the man is also happy getting the tomatoes A woman happily selling tomatoes to a man while the man is also happy getting the tomatoes. +UG052_ENG051 UG052 eng Woman is happily putting the the the the tomatoes in the the cavera to to to to give to to to to customer to to to to get her money Woman is happily putting the tomatoes in the kavera to give to customer to get her +UG052_ENG052 UG052 eng Rental areas that borrow selling hardware things that help to to construct which include wheelbarrow drums Rental areas that involve selling hardware things that help to construct which include, wheelbarrows , drums . +UG052_ENG053 UG052 eng A market that that sells fruits include tomatoes carrots a woman the owner of the the A market that sells fruits includes tomatoes, carrots , a woman is the owner of the +UG052_ENG054 UG052 eng Blue blue drums bedding a boda boda guy is riding along the road Blue drums, beddings, a boda bada guy riding along the road. +UG052_ENG055 UG052 eng Chapati maker is is is making probably a rolex may be a customer s just waiting for for a rolex Chapati makers is making probably a Rolex, maybe a customer is just waiting for the rolex. +UG052_ENG056 UG052 eng Sekoko feeds that deals in organic poultry and animal feeds along the the road young woman is just looking at the the the men The cuckoo feeds that it uses in organic poultry and the animal feeds the along the road, young woman is just looking at the man. +UG052_ENG057 UG052 eng Brick brick making business that that they made the bricks to stand so that the sun could could make them dry up Brick brick making business that there be the bricks to stand so that the sun could make them dry up +UG052_ENG058 UG052 eng Clothes are hanged so that they are hanged straight and organised so so so the the the sun can make them so dry very very very Clothes are hanged so that they are hung straight and organised so so So that the sun can make them so dry that it is very +UG052_ENG059 UG052 eng The shops that that that that sells mattresses they sell saucepans chairs and even may be boutique and The shops that sell mattresses, they sell saucepans, chairs and even maybe boutiques and salons. +UG052_ENG060 UG052 eng Chicken that that that that is just put there may be for customers to see and come and buy Chicken that is just put there maybe for customers to see and come and buy +UG052_ENG061 UG052 eng The the the the drums are parked along the the the road and sadolin may be to to to to sell the the the paint The the the drums are parked along the road and so suddenly we may be to sell the paint. +UG052_ENG062 UG052 eng Medical care centre that that is called first medical first medical doctors available posters than include visa are put near the medical centre Medical care centre that is called first medical medical doctors available, posters that include visa are put near the medical center and +UG052_ENG063 UG052 eng Market that is nearby the main road that that trucks are passing the the the the market including the the bananas posters of politicians A market that is near the main road that trucks are passing, the market includes bananas, clothes and posters of politicians. +UG052_ENG064 UG052 eng Construction materials for for for example the the the grided stones and drums that can help in building may be Construction materials for example, there are ground stones and drums that can help on building maybe +UG052_ENG065 UG052 eng Carpentry that that that is put alongside the the the the the road that includes sofa chairs bedding tables Carpentry that is put alongside the road that includes sofa chairs, beddings, tables +UG052_ENG066 UG052 eng Cars that that that may be going back to their home and also pedestrians looking for for for what to to have It looks cars that may be going back to their home and also pedestrians maybe looking for what to have for +UG052_ENG071 UG052 eng I don't know why the land lord increased rent yet the the water and electricity are are also expensive I don’t know why the landlord increased rent yet water and electricity are also expensive. +UG052_ENG072 UG052 eng The the the children were were playing in the the the compound when when sudden the heavy rain started pouring very hard The children were playing in the compound when suddenly the heavy rain started pouring very hard. +UG052_ENG073 UG052 eng You should pass by Owino market things are cheap there if if if if if you bargain well You should pass by Owino market, things are cheap there if if If you bargain really well. +UG052_ENG074 UG052 eng th e the the boda boda rider refused to take me to town because of the the the bad muddy road The boda rider refused me to take me town because of bad muddy road. +UG052_ENG075 UG052 eng Every Sunday morning our our neighbours play loud music that that that even pastor at at at church complains about Every Sunday morning, our neighbors play loud music that even the pastor at church complains about. +UG052_ENG076 UG052 eng He he he was telling me stories whole evening and and and and we laughed we laughed tears rolled out our our our faces He was telling me stories whole evening and we laughed until tears rolled down our faces. +UG052_ENG078 UG052 eng The the the teacher asked us to to to write composition but but but but many pupils failed to to to finish on time The teacher asked us to write composition but many pupils failed to finish on time. +UG052_ENG079 UG052 eng We we we always fetch water from the the borehole but but the queue is extremely longer and tiring We we we always fetch water from the borehole but the queue is usually extremely long and tiring. +UG052_ENG080 UG052 eng Whenever i visit the the the village i expect to to eat fresh food from from the garden everyday Whenever I visit the village, expect to eat fresh food directly from the garden everyday. +UG052_ENG081 UG052 eng I I I enter the taxi thinking it was going to Wandegeya but it instead went to Ntinda I entered the taxi thinking that it was going to Wandegeya but instead went Ntinda +UG052_ENG083 UG052 eng Even if you have money you you you you must bargain in the market or or you you you you you will be cheated. Even if you have money,you must bargain in the market or else you will be cheated. +UG052_ENG084 UG052 eng The boda rider carried three people plus luggage. I don't know how the motorcycle even moved. The boda rider carried three people plus luggage, i dont know how the motorcycle even moved. +UG052_ENG085 UG052 eng When the the the rain begins the the the the whole road floads and cars get stuck in the the mad for hours. When the rain begins, the whole road gets flooded and cars get stuck in the mud for hours. +UG052_ENG086 UG052 eng The the the electrcity way way went off in the middle of the football match and everyone in the the the the room shouted. The electricity went off in the middle of the football match and everyone in The room shouted. +UG052_ENG087 UG052 eng I sent him to to to to to buy airtime but he came back bread because he was hungry. I sent him to buy airtime but he came back with bread because he was hungry. +UG052_ENG088 UG052 eng Every every evening the noise from from from from the trading centre keeps us awake ant ant until late in the night. Every evening the the The the noise from from the trading centre keeps keeps us awake and until late in the night. +UG052_ENG089 UG052 eng She she she told me she she she she would call but the network in the the the in the village is is always disturbing badly She told me she would call but the network in the village is always disturbing badly. +UG052_ENG090 UG052 eng When you go to to to Owino market, be be very careful with your bag. Pick pick pockets are every where waiting. When you go to Trowino market, be very careful with your bag, pick pockets are everywhere waiting. +UG052_ENG091 UG052 eng During car car car car campaign seasons, politicians come around promising things but but but after elections they complete forget about us. During campaign season, politicians come around promising things but after elections, they completely forget about us. +UG052_ENG092 UG052 eng We we waited in the the long line for maize flour but but our turn had finished. We waited in the long line for maize flour but our turn it had finished. +UG052_ENG093 UG052 eng The the the the the boda men usually gather under under under under that tree waiting for for passengers coming from the the main road. The the the boda men usually gather under that tree waiting for passengers coming from the main road. +UG052_ENG094 UG052 eng Children in the in the village play football using using using banana fibres tied together instead instead of the real ball. Children in the village play football using banana fibres tied together instead of a real ball. +UG052_ENG095 UG052 eng I woke very early in the in the in the morning but still reached work extremely late because of traffic. I woke up very early in the morning but still reached work extremely late because of traffic. +UG052_ENG096 UG052 eng Even though the the the the food was expensive, every every everyone everyone ate happily since the music made the the the the evening enjoyable. Even though the food was expensive, everyone ate happily since the music made the evening enjoyable. +UG052_ENG098 UG052 eng At the wedding, people danced so much that the floor almost cracked from from from heavy foot stops. At the wedding, people dance too much that the floor almost cracked from heavy footstops. +UG052_ENG101 UG052 eng The rain destroyed the the the small bridge so we had to to to to cross the swamp bare footed to to to to reach home. The rain destroyed the small bridge so we had to cross the swamp barefooted to reach home. +UG052_ENG102 UG052 eng She she sells roasted maize every every evening and and many people stop to to buy when returning from work. She sells roasted maize every evening and and many people stop to buy when returning from work. +UG052_ENG103 UG052 eng During the the the the night the dogs bark end end endlessly because of thieves trying to to to to enter people's home through out the village. During the night, dogs bark end endlessly because of thieves trying to enter people’s homes around the village. +UG052_ENG104 UG052 eng We bought a hundred we bought second hand clothes at the market and after washing them they completely changed colour. I bought second hand clothes from the market but after washing some of them, I completely changed color. +UG052_ENG105 UG052 eng They promised to to to to fix the road before elections but two years have now passed and no work. They promised to fix the road before elections but two years have now passed and no work. +UG052_ENG106 UG052 eng Whenever visitors come from town, we always serve them with matooke with groundnut sauce and fresh fish. Whenever visitors come from town, we always serve them matooke with groundnut sauce and fresh fish. +UG052_ENG107 UG052 eng The teacher punnished us for making noise yet the ones disturbing were seated at the back. The teacher punished us for making noise yet the ones disturbing were sitting in the back +UG052_ENG108 UG052 eng Chilren in boarding school miss home food but they enjoy eating chapati from the school canteen. Children in boarding school miss home food but they enjoy eating chapati from the school canteen. +UG052_ENG109 UG052 eng Boda boda man wanted to to to charge me double but I told him i know the road. The boda bada man wanted to charge me double but I told him I know the route. +UG052_ENG110 UG052 eng At the village well, people tell stories and laugh and wait for their turn to fetch At the village well, people tell stories and laugh as they wait for their turn to fetch. +UG052_ENG111 UG052 eng We planted beans last season but the the the sun was too hot so they all completely dried up. We planted beans last season but the sun was too hot so, they all completely dried up. +UG052_ENG112 UG052 eng During easter, people from car Kampala bring sweets and bread making children in the village very excited. During Easter, people from Kampala bring sweets and bread making children in the village very excited. +UG052_ENG113 UG052 eng That old man still walks to church every Sunday even even even though even though his legs are very weak. That old man still walks to church every Sunday even though his legs are very weak. +UG052_ENG114 UG052 eng The taxi driver conducter refused to give balance claiming he has no coins but I insisted loudly. The taxi conductor refused to give balance claiming he had no coins but I insisted loudly. +UG052_ENG115 UG052 eng When the rain is too heavy i even taxis refuse to pass leaving passengers stranded on the road When the rain is too heavy, even taxis refuse to pass leaving passengers stranded on the road. +UG052_ENG116 UG052 eng Grand mother keeps chicken and every christmass we eat one together as family celebrations. Grand mother keeps chicken and every Christmas we eat one together as a family celebration. +UG052_ENG117 UG052 eng The the the mosquitoes are too many so sleeping without the net is completely impossible. At night, the mosquitoes are too many so sleeping without. +UG052_ENG118 UG052 eng The the the pupils in the village school write with pencils because pens are considered very expensive for them. The pupils in the village school write with pencils because pens are considered very expensive for them. +UG052_ENG119 UG052 eng We stayed away awake the whole night waiting for power but it never came back. We stayed awake the whole night waiting for power but it never came back. +UG052_ENG120 UG052 eng She she she she she braided her hair under the the the the mango tree while children played birds made noise above. She braided her hair under the mango tree while children played and birds made noise above. +UG052_ENG121 UG052 eng The boda rider carried carried me carefully because the the the the road was slipperly otherwise we would have fallen badly. The boda rider carried carried me carefully because the road was slippery otherwise, we would have fallen badly. +UG057_ENG001 UG057 eng A man called James he had a machine in the village which turns maize grain into porridge, into flower,most of the peoples in the village comes to the machine so that they can turn their maize to flower and cook and use it for There is a man in our village called James, he has a machine in the village which turns maize ground into flour, most of it from the vvillage comes to the to their machine so that they can turn their maise floor and cook use it for. +UG057_ENG002 UG057 eng There is a man in the in our village who have who sell very beautiful flowers and so because they makes his home her home beautiful and most peoples in the village loves buying them because they are beautiful. There is a woman in our village who sell very beautiful flowers and so because she makes her home very different. And most people in the village love buying them because they are beautiful. +UG057_ENG003 UG057 eng In our in our village, there is my aunt who introduced her husband in the village, the introduction was very big and many people attend the introduction, she was very happy and many people ate food to the fullest, every person ate. In our in our village there is my aunt who told me she has bread in the village, the introduction was very big and many people attended the intro production. She was and ate food to the friends every person ate. +UG057_ENG004 UG057 eng One day, i was going to school when i found a man, i found many people with a man in the middle, he was like a pastor and many ah many people had brought their gifts to give him, however i didnt know what was the meaning of this One day I was going to school and only found a man, i found many people with men in the middle, he was like a pastor and many many hand brought there gift to give him however not know well what what were what was the meaning of this. +UG057_ENG005 UG057 eng In our neighboring choir that is our man that plants too much a lot of tea leaves, most of the time he sell those leaves in the neighboring countries and get much too much money which support his family In our neighboring hole, there is a man who plants too much too a lot of tea leaves. Most of the time he sells those leaves in in neighboring countries and get much to much money which support his family. +UG057_ENG006 UG057 eng In our town in our town, there is a man called smells every morning and evening inorder to to get money which can help to pay for his children's school fees and his children have studied now even have graduated from those In our in our town in my town there is a man who sells maize every morning and evening in order to get money which he can help to pay for his children's school fees and his student have studied now even have created from those maizes. +UG057_ENG007 UG057 eng In the in kampala one day i was by saw a man selling charcoal charcoals but the charcoals were very very many in sacks which i wondered why people are wasting too much trees to burn all this charcoals In the in Kampala one guy was passing by and so our man selling charcoal charcoals but the charCOals were very very many in sacks which I wondered why people are wasting too much trees to burn all these charcos. +UG057_ENG009 UG057 eng I was passing by when i was going to a friends house and i saw people getting food on the same line with my plate to get some of the food and they told me it for the guest thet had invested there, i placed my plate back in my bag I was passing by when I was going to a friend's house and i saw people getting food so I ran with my plate to get some of the food but they told me it is for the guest which we stayed there, I kept my plates back in my bag and went +UG057_ENG010 UG057 eng I saw my uncle’s vehicle i saw my uncle's car on the road because i knew his number plate so i runned faster and stopped him then he let me in because i was going in the same direction as him. I saw my uncle's vehicle I saw his car on the road because I knew his number plate so I ran faster and stopped him then he let me in because i was going in the same direction as him +UG057_ENG011 UG057 eng In our village there is a man called James he mostly have a business in matookes most of the time he uses his bicycle to carry matookes from the village to Kampala and he enjoys his business already. In our villages, a man called James, he mostly have a business in matooke, most of the time his bicycle carry matookas from Vilembe to Kampala and he enjoys his business everyday. +UG057_ENG012 UG057 eng One day i visited the zoo and saw many elephants which i have never seen in my life, we take pictures of them and post on our social media and i got many likes, likes which i have never received on my social media before, people like the picture One day I visited a zoo, and saw many elephants which i had never seen in my life. I went to take pictures of them and post on our social media,and i got many likes the likes which I had not seen on my show that made up four people like the picture. +UG057_ENG013 UG057 eng I went to another zoo another zoo in Entebbe where I saw another wild animals like the zebra, i came to learn that zebra are the tallest animals in the world because of their tall nick. I went to another view as I saw in Entebbe where you see other animals like zebras there are different types of zebras the tallest animals in the world because of their tall neat. +UG057_ENG014 UG057 eng I visited a friend at camps and i found him can cook some of the foods that when he gave me some it was very sweet and i told him to to continue giving me adding me more of it until i was full I visited a friend at campus and I found him can call some old man but when he gave me some, it was very sweet and i told him to continue giving me more adding me of it until i was full +UG057_ENG015 UG057 eng In Kampala I was going to kampala but on the way I found so many vehicles plus boda boda plus bicycles on the way and i was not able to cross the road because of too much traffic on the way In Kampala, I was going to Kampaala but on the way i found so many vehicles and boda bodas plus bicycles on The way and i was not able to close the road because of too much traffic onThe way. +UG057_ENG016 UG057 eng There is a man in Kampala who has a hardware called place percent hardware this one you can get tools which is used for building and construction his name is james but he is a good man sometimes he can give you goods on credit There is a man in Kampala who has hardware called Pricet and where he sells every kind of of tool which used for building and construction, his name is James but he is an old man sometimes can give you goods on credit. +UG057_ENG017 UG057 eng One day i visited my neighbor and he gave me some of the food which was rice, ground nut and cabbage, he was he was a very good cook and i enjoyed his meal. One day I visited my neighbor and he gave me some of the food which was rice, bananas and cabbage, he was very he were a good cook and i enjoyed his meal. +UG057_ENG018 UG057 eng I was passing by to mukono and i saw avery beautiful church infact it was a catholic church it was very tall and i took the view of it so next time i took there my friend to also see it I was passing by Ntumukono and I saw a very beautiful church, in fact it was up above the catholic church but still very tall and i enjoyed the view of it so next time I talk to them they will let me see it. +UG057_ENG019 UG057 eng My uncle James my uncle Moses has a very big shop in kampala plus also fries fries chapati and other snacks and most students enjoy them everyday My uncle james my uncle moses have a helping help shop in kampala plus also fries fry chapati and snacks and most students enjoy them every day +UG057_ENG020 UG057 eng One day i was going to kireka to buy many to buy some shoes and i found many of them on the way every where i went very many shoes on the way so i was not even able to like which customer which sellers should i buy from because everyone was calling me to buy their shoes When I was going to Kireka to buy many to by some shoeses and found many of them everywhere i went i find very many shoes on the way so i was not even able to look which customer which seller should i buy from because everyone was calling me to but their shoes. +UG057_ENG021 UG057 eng In our village, we have very many matookes but most of the matookes dont put on big fruits most of the fruits are very small so so they gave us a solution to put on so that we can get big matookes In our village we have very many matooke but most of the matookes don't don’t put on big fruits most afruits are really small so they gave us a solution to put in one for today so that we can get big mattooke +UG057_ENG022 UG057 eng I was moving in a taxi going to Kampala where i saw a man carrying sugarcane on his boda boda however when he was going, he was moving a car was going to knock him down because of carrying I was moving the taxi going to Kampala and on my way I saw a man carrying carrying sugarcane, sugarcanes on his bodaboda however when he was going he is moving at that the girl was about to knock him down because of carrying those +UG057_ENG023 UG057 eng I have a friend in Nakawa he has a shop that sell different types of fruits like matooke, beans, sweet potatoes, bananas and this is where he gets the source of income I have a friend i have in Nakawa he has a shop that sell different kinds of fruits like matooke, beans sweet potatoes, bananas and this is why he wants to get the source of income. +UG057_ENG024 UG057 eng One day I was passingby on my on my bicycle, i saw a very good view on the way so i decide to stop and take a and take a picture of it it was a very interesting view which i will never forget in my life and when i shown my friend they also liked it When I was passing by on my onmy bicycle, I saw a very good view of the way so I decided to stop and take a picture of it. It was a really interesting view which i have never forgotten in my life and when i showed my friend he also loved it +UG057_ENG025 UG057 eng There is there i went to the market of Nakawa , i saw a man selling very many fruits like apple, oranges and other fruits, the man was very humble and even offered to give me one of each There is a there I went one day in the market the market of Nakawa i saw a man selling very many fruits like purple oranges and other fruits, the man was so humbled when he offered to give me one out +UG057_ENG026 UG057 eng If you miss a play if you miss if you want to visit any place which is in Kampala where we find very many people and many vehicles everywhere, even boda boda people even never know that you existed if you havea boda boda you cannot pass there easily this kampala. If you visit our place if you want to visit any place which is busy miss Kampala why you find very many people and many vehicles everywhere even boda bonda people never forget that if they have a bola nona they cannot pass easily miss Kampla +UG057_ENG027 UG057 eng When i was passing by, i was passing by through the vehicle, the taxi, the taxi was out of oil so we decide to go to a petrol station to fill it so i saw a very good view of the hotel and we decide to get one of the chicks, chickens When I was passing by too, i was passng by see the vehicle the taxi some taxis were out of oil so we decided to go to Petro station and fill it, they have a very good fuel bar hotel which sell chicken and so i went and bought one of their chickens. +UG057_ENG028 UG057 eng I was on a boda boda and my boda boda rider also his boda boda was empty so he decided to go to the fueling station to fill it so that we can continue we paid the money and they fueled it and we continue our journey I was on a boda bada and my bora bonda rider also his his bodaboda was empty so we decided to go to the filling station to fill it so that we can continue, we paid money and filled it and continued our journey +UG057_ENG029 UG057 eng A cafe in mukono who makes furnitures like beds, chairs and other furnitures and we sell them at very expensive price but people dont care because his furnitures are very well designed I have a friend in Mukono who makes furnitures like beds, chairs and other furnatures and he sells them at very expensive price but people don't care because his furniture is very well designed. +UG057_ENG030 UG057 eng Yeah, i have a grandmother in the village whenever i visit him, he calls for me, he cooks for me matooke and every good meal so that i can enjoy her meals every day. I have a grandmother whenever I visit him, he he cooks for me he cooks for miitwe matooke and every good meat so that can enjoy harvest everyday. +UG057_ENG031 UG057 eng One day i went to visit a friend and so it was in the morning they referred me some breakfast that had tea, chapati, eggs and banana, it was good night, it was agood breakfast and i enjoyed it and i thanked him for being One day I went to visit a friend and so it was its was sleep over so in the morning they offered me some breakfast which had tea, chapati, eggs and banana, It was a good night's it Was a Good breakfast and i enjoyed it and thanked him for for doing it. +UG057_ENG032 UG057 eng I was passing by on bodaboda on a filling station , that filling station was very operant, it carried all equipment which we put it apart from other things so i suggest that we building it I was passing by Boda Boga Sawa filling station but this new station was very old, it had old equipment which even put it apart from other filling stations so I suggest that they rebuild it. +UG057_ENG033 UG057 eng One day I was in the taxi went to kampala, to mbale from Kampala on the way we found a man, frying and roasting chicken and selling them, it is through this chicken and get a source of income. When there was the taxi I was in the taxis went to Kampala to Mbale from Kampla on the way we found there is a man frying and roasting a chicken and selling them it is good this can get us some income. +UG057_ENG034 UG057 eng Most of our people in the village trading matooke, they go in our village so they a particular day when they park the matooke on the lorry to bring them to Kampala then gain high prices out of them, it is a very good business. Most of most people in the village trade matooke because they are very they have villages so there is a party like that where they pack their matooka on an early to bring them to Kampala so that they can earn high prices out of them. It is good for a good business. +UG057_ENG035 UG057 eng One day i was passing by to Kampala i saw a bad view of houses let me say small shops which had very old roofs i say is this Kampala or what When I was passing by to Kampala, I saw a very bad view of houses even they didn’t sell small shops which can fairly old old roofs i said this is the Kampaala whole what +UG057_ENG036 UG057 eng One day i was pasing by to river nile on the way, i dsaw boats which i had never seen in my life, i saw very many people there, it was my first time boats that is all and i was so happy seeing them for the first time When I was passing by to like to live on the way i saw boats which i had never seen in my life and so many so it was my first time seeing them that is all i am so happy its being them for the first +UG057_ENG037 UG057 eng It was my way my my friends' wedding and so they took us to a certain hotel, they give us a very nice lunch and supper which consists of fish, rice and other things which was very expensive but we enjoyed and thanked him for his hospitality It was my way, my friend is winning and so they took us to a certain hotel, they gave us a very nice lunch and supper which because of fish, rice and other things which were very expensive but we enjoyed it and thanked him for his hospitality. +UG057_ENG038 UG057 eng One day i vited the northern parts of Uganda and i found so many women wearing bangles in their neck i had never seen someone wearing bangles on their necks so that was my first time seeing them When I visited the northern parts of Uganda and i found so many women wearing burqas there in their necks i had never seen someone wearing Burqa was running so it was my first time seeing them +UG057_ENG039 UG057 eng Please sit down visit the northern part of Uganda which is Karamoja will find people especially men wearing lesus around their necks, i dont know why they wear like this but i got my research they wear it as a culture This is the northern part of Uganda which is Karamoja with fun old people especially men wearing dresses around their necks i don’t know why they wear like this but according to my research they were it has a culture. +UG057_ENG040 UG057 eng In the parts of Kampala when i was passing i saw a market which had very many people trading clothes, people were calling this this and this when you want this one someone pulls you to this place, when you want to buy here someone pulls you to this place and you end up not buying anything In the parts of Kampala I was passing when I saw a market which had very many people trading clothes, people were calling this one this and this person want to buy here someone put us to the space want you to back here some one put u to space and end up not buying anything. +UG057_ENG041 UG057 eng In those parts when you are going to Kampala there is a place where they grow cassava where they grow maize and other fruits and through this people get money which can sustain their level of living. In those parts when you are going to Kampala there is a place where they grow cassava where They grow maize and other fruits and through this people get money which can also send a level of living +UG057_ENG042 UG057 eng That part of Kampala there is a shop there is market which sell so many fruit especially bananas, tomatoes, onions and other fruits, traders are every many In that part of Nankala there's a shop where there' s a market which sells so many fruits especially especially bananas, tomatoes, onions and other fruits but the traders are very many. +UG057_ENG043 UG057 eng One day I was i had visited a certain place and i was sitting, i was sitting in a hotel and it wast hrough, it was towards the lake so in the morning, i looked through the window and saw avery good sight of the sun, i enjoyed the sight One day I was I had visited a certain place and I Was sleeping i was sleeping in a hotel and it Is few west its west side of the lake so in the morning i looked through The window and said i have seen a good sight of The sun I think i enjoyed the site +UG057_ENG044 UG057 eng One day a friend told me that i should try cutting banana, bananas and put it and add some supus that have protein when i tried it one day it was very good One day a friend told me that I should try cutting banana bananas and and put it in or some soups that have protein when i tried it once it was very good +UG057_ENG045 UG057 eng I was passing in the through the bodaboda and i saw a pickup carrying very many water melons and i decided to buy one of it but it was expensive however i paid even if it was expensive I was I was placing but I saw a boda bada and I thought and i thought i would pick up can fill many watermelons, and so i had to buy one of it but it was expensive, paid even if it were expensive. +UG057_ENG046 UG057 eng I was going to Mbale using the taxi and on the way i saw a man harvesting his tea his tea so but other students other students were sitting I was going to Kampala using the taxi and on the way I saw a man harvesting his tea his so but other students were seeing him +UG057_ENG047 UG057 eng I have a friend called Ivan in the municipality of Naguru, he deals in he deals in metals he makes metals, doors and windows it is where he get her source of income and he loves his job I have a friend called Ivan he lives in he does metals he makes metal doors and windows it is where he gets us also income and he loves his job +UG057_ENG048 UG057 eng One day i was on a very tall building so when i looked through the window, i saw a very good sight of Kampala, it was very beautiful and i decided to take a good photo of it to post on social media and got like very many likes One day I was on a very tall building so when i looked through the window, i saw a really good set of Kampala its was very beautiful very good sun and i decided to take a good photo a gut photo of it and post on social media and got like very many likes +UG057_ENG049 UG057 eng One day i was passing by and i saw a woman seller happy and i asked her why are you very happy and she said that i have received a gift from some one, i said which gift, she said money which was making her very happy When I was passing by, and I saw two women very happy and are you very happen she said that i have sold i had sold a gift from someone and say which gift he sent money the hand sent me which was making her very happily. +UG057_ENG050 UG057 eng You saw when the other friend of mine who was passing by to buy some tomatoes he bought so many tomatoes so in return the woman gave him addition of tomatoes because of very many of them So when there is a friend of mine who was passing by who as passing buy some tomatoes, he brought too many tomatoes but in the end the woman gave her give him addition of the tomatoes because of buying many of them. +UG057_ENG051 UG057 eng I had never seen a very happy buyer very happy trader in my life so i was passing by someone who sells tomatoes and another vegetable seller and i asked why i are you very happy she said because i have a sale I had never seen a very happy buyer a buyer A very happiest woman in my life so I was passing by and saw a woman who sells tomatoes, why are you very happily she said because every day i have her sell +UG057_ENG052A UG057 eng In the year twenty eleven, i pass a place where i had never expected to find a shop there so but after in twenty twenty five i pass there but i found a very big shop in the same place i wondered how the world can change so fast. In nineteen, in two thousand eleven I pass a place where i had i can never expected to find the shop there so but after going through some twenty five I passed there I found a very big shop in the same place and how I wondered why they were changing so fast. +UG057_ENG052B UG057 eng In the market of Kasokoso, i found so many people dealing different fruits carrot, greens, tomatoes and irish potatoes i ask them about the situation they say it is very good situation they told me the the accommodation not good In the in the market or kasokoso i found I found so many people eating different fruits carrots beans tomatoes and ripe potatoes I asked them about the station they said it is a very good station but only their accommodation are not good +UG057_ENG053 UG057 eng i was passing by when i was going to Nakawa i saw a man selling very many jerrycans which are used to wash hands i decided to buy one because i am not yet have one at our school at my school so i took it there to use it to wash hands. I was passing by when I was going to Nakawa i saw a man selling very many jerrycans which are used for washing hands and so I had to buy one because I didn’t have it at my school so i took today to sit down to wash hands +UG057_ENG055 UG057 eng I was very hungry i was very hungry and i was from school so i decided to go and buy some rolex from somewhere and the man fried it for me and from that day i have learnt to also fry it I was very hungry so I was and I'm from school so i decided to buy some rolex from somewhere and a man find it for me and from that I learned also how to fry it. +UG057_ENG056 UG057 eng We have so if you have chicks just say coco feeds and get everything of chics that can help your chics to grow very fat and very healthy we say coco feeds already and get the best of yourself We have we have some if you have If you Have chicks just use ssekoko feeds and get every feed of chicks which can make your chick very fat and healthy use sekkoko fees everyday and be the best yourself. +UG057_ENG057 UG057 eng I have a friend he studies and at the same time he makes bricks but from these bricks it is where he gets school fees school fees, he studies in the morning band in the evening he burns his bricks. I have a friend he studies at the and at same time he makes bricks but from these bricks it is where he gets school fees to buy, so he studied in the morning and in evening he can make bricks. +UG057_ENG058 UG057 eng When i was in high school we had we had our wire which we used to put our clothes on so that they can dry faster, every child had to bring his wire which they had to put on their clothes. When I was when i was in high school, we hand we hands are where which we used to put our clothes on so that they can buy faster. Every child came to bring his or her clothes which they could put on. +UG057_ENG059 UG057 eng There are cloths that i never expected that they can be in the shop so some day when i visited the same place i visited very many shops and i wondered how possible was this and they told me every thing is possible so i believed it There's a place that I never expected there they have their own builder shop so one day when i visit the same place i found very many shops and wondered how possible was this and i told them everything is possible so i believed it +UG057_ENG060 UG057 eng I have a friend but he sell chicken around Kampala town but his chicks are put in the small house a small house constructed of wires so that they can be prevented from flying away I I have a friend that he sells he sell chicken in around Kampala town but his chicks are put in the small house a smallhouse constructed of wires so that they can be provided from flying away +UG057_ENG061 UG057 eng One day my parents can construct a house so they can send me to Kampala to buy a vey big water tank so i came to a place when i was going to buy them I saw a place which was selling them at a lowest price so i decide to take one of them and pay the cheapest price One day one day my parents-in-law constructed a house or something to buy a very big water tank so I came to their place when i was going to buying them, i saw a place which was selling them at the lowest price so i decided to take one of them and pay the cheapest price +UG057_ENG062 UG057 eng One day i was very sick but i did not know where to get medical care so i visited a hospital which was called fast care medical , it was a very good hospital and every recommendation was there and they treated me very well One day I was very sick but I didn’t know where to get medical care so i visited a hospital which was called first care medical it was a very good hospital and their recommendation was there and they treated me very well +UG057_ENG063 UG057 eng I was passing those parts of masaka it is not well organised but there are very many traders on the on both sides selling different kinds of fruits and the Those those cars passing by those those parts of Masaka which is not very organised but there are very many traders on both sides selling different kinds of fruits and vegetables plus food. +UG057_ENG064 UG057 eng I have a friend who makes bricks using using cement and also sells those conscrati which are used for buildings. I have a friend who makes bricks using using cement and also sells those consecrate which are used for building +UG057_ENG065 UG057 eng I have an uncle who deals in making furnitures of different kind like beds, chairs,kabadas, let me say cupboards and other things so if you want any of it, just tell me so that i can take you there I have an hack who knows in in making furniture of different kind like beds, chairs, cupboards let me see cup boards and other things so if you want any of it just tell me so that I can take you there. +UG057_ENG066 UG057 eng If you want to see the best view in my life always wake up early in the morning and saw the best view of the sun so that you can enjoy the sun early in the morning If you want to see the best view in my life, always always wake up early morning and saw the first view of the sun so that you can enjoy the sight early in the morning. It is it be very fresh and makes you wonder +UG057_ENG072 UG057 eng Am going to the makitu to buy tomatoes and onions. I am going to the market to buy tomatoes and onions. +UG057_ENG075 UG057 eng Can you please send me money mobile money on this number? Can you please send me money mobile money on this number? +UG057_ENG077 UG057 eng I am going to dig in the garden very early morning. I am going to dig in the garden very early morning. +UG057_ENG080 UG057 eng My grand mother is cooking matooke for lunch today. My grandmother is cooking matooke for lunch today. +UG057_ENG085 UG057 eng The doctor told me to take medicine The doctor told me to take medicine +UG057_ENG087 UG057 eng I need to buy sugar salt and soap from shop and soap from shop I need to buy salt and soap from shop one soap shop. +UG057_ENG088 UG057 eng radio is making noise, reduce the volume please . The radio is making noise, reduce the volume please. +UG057_ENG090 UG057 eng The baby goat has entered inside the sitting home now. The baby goat has entered inside the sitting room now. +UG057_ENG091 UG057 eng My sister is washing clothes in basin outside My sister is washing clothes in the basin outside +UG057_ENG093 UG057 eng The school children are singing louder in the class. This school children are singing loudly in class. +UG057_ENG100 UG057 eng The shopkeeper refused to give me things on credit This shopkeeper has refused to give me things on credit. +UG057_ENG103 UG057 eng I want to greet my uncle before i go to farm. I want to greet my uncle before I go to farm. +UG057_ENG104 UG057 eng The church choir is practising songs for Sunday. The church choir is practicing songs for Sunday. +UG057_ENG108 UG057 eng I am waiting for the rain to stop if I move I am waiting, I am waited, i am iam waiting for the line to stop before i move. +UG057_ENG113 UG057 eng Let us sit under mango tree and let's stay a bit. Let us eat an mango tree and rest a bit. +UG057_ENG117 UG057 eng The children are playing hid and seek in the bush. The children are playing kid and seeking bush in the bush. +UG057_ENG121 UG057 eng My auntie has preparing tea with milk in the kitchen. My auntie is preparing tea with milk in the kitchen. +UG057_ENG122 UG057 eng The bus from Kampala reached late in the night Numbers from Kampala it is very late in the night +UG057_ENG124 UG057 eng They were selling fish at market very cheaply They were selling fish at market very cheaply +UG057_ENG125 UG057 eng My mother is fetching water from borehole now. My mother is fetching water from borehole now. +UG057_ENG127 UG057 eng Chicken entered the house and spoilt the food The chicken entered the house and spoiled food +UG057_ENG132 UG057 eng The baby boy is laughing when you make fun faces. The baby boy is laughing when you make fun faces. +UG057_ENG144 UG057 eng The old man is selling roasted maize by the road. The old man is selling roasted maize by the road. +UG057_ENG150 UG057 eng The boda promised to come but he lied The boda rider promised to come but he died. +UG057_ENG152 UG057 eng The bus ticket is so expensive, i will go by taxi. The bus ticket is expensive as I go by taxi. +UG057_ENG158 UG057 eng I want to stand under the tree and feel fresh air. I want to sit under the tree and feel fresh air. +UG057_ENG159 UG057 eng The boda guy is carrying three people dangerously. The boda guy is carrying three people dangerous. +UG057_ENG163 UG057 eng I will meet you at the taxi park around nana I will meet you at the taxi park around noon. +UG057_ENG165 UG057 eng My cansy is bringing ground nuts from garden. My cousin is bringing ground nuts from the garden. +UG057_ENG177 UG057 eng The baby is done you have to work slowly now. The baby is learning how to work slowly now +UG057_ENG178 UG057 eng We buy paraffin when I go to shop later. I will buy paraffin when I go to shop later. +UG058_ENG001 UG058 eng People are are are are planting bananas on a large scale. People are planting bananas on a large scale. +UG058_ENG002 UG058 eng This flower they are so amazing and the the the the they have a good scent. This flower they are so amazing and the the have a good scent. +UG058_ENG003 UG058 eng Today the there is an introduction ceremony in in our village. Today there is an introduction ceremony in our village. +UG058_ENG004 UG058 eng In Indians in Indians Indians are offering out gifts to to to to to to to to to their people. Indian Indians are offering out gifts to to their people. +UG058_ENG005 UG058 eng At a farmer is planting cabbage on a large scale. A farmer is planting cabbage on a large scale. +UG058_ENG006 UG058 eng I I don't like roasted maize on the streets of Kampala because they are too too too dirty. I don't like roasted maize on the streets of Kampala because they are too dirty. +UG058_ENG007 UG058 eng The the the the the lady is selling out charcoal to to to to to the customer to go and get some eats at home. The the lady is selling out charcoal to the customers to go and make some at home. +UG058_ENG008 UG058 eng This Indians are offering gifts maybe they are having a big ceremony as their culture. These Indians are offering gifts maybe they are having a big ceremony as their culture. +UG058_ENG009 UG058 eng People people are getting some eats at a at a restaurant and the, the were being served very very very good. People people are getting some eat at a restaurant and they were being served very very good. +UG058_ENG010 UG058 eng Jams are jam jam are jam the cars are are, there is there is a road block in in Kampala now now cars are are in a in in a. Jams jam jam cars are , there is a road block in Kampala now carsare in +UG058_ENG011 UG058 eng A man is transporting matooke as his job he normally does every every time inorder to to to to to get some some some little some little money to to to to to to pay for for for him, his kids. A man is transporting matooke at his job he normally does every time in order to get some little money to pay for his kids at +UG058_ENG012 UG058 eng These are elephants they are looking so so so very very very nice, and do they live and work together. These these elephants they are looking so so very very nice and they live and work together. +UG058_ENG013 UG058 eng The the the this this this giraffe looks like it is it is it is looking for for for for for eats because it it seems it is it is very very hungry. This this this giraffe looks like it is it esi looking for food because it seems it's very hungry. +UG058_ENG014 UG058 eng For for for for for sure i I I can’t eat rice with too much water plus plus some little piece of cakes. For sure, I can't eat rice with too much water plus some little piece of cakes. +UG058_ENG015 UG058 eng For for for for for for for for sure our president need to to enlarge the the the the the city because there is to to to too much congestion and people have no way to to to pass that can be just that can make easily accidents to to to to be to to to to too too too much. For for sure, our president need to to enliard the city because there is too much congestion and people have no way to pass that can make easily accidents to be. +UG058_ENG016 UG058 eng Can you take me to percent hardware Seeta where i can buy the building materials at a very cheap price? Can you take me to Pasent hardware in Seeta that is where i can buy the building materials at a very cheap price. +UG058_ENG017 UG058 eng Eating eating rice plus ground nuts and and cabbage, it is very very very very very very very it is very very very taste tasteful for for for for me and i enjoy. Eating eating rice plus ground nuts and cabbage, it is very very Very very It is really very tasteful for me and i enjoy. +UG058_ENG018 UG058 eng The the the the the road seems not to be very very busy today and and and the motorcycles plus cars they can move very very very easily. The the the road seems not to be very busy today and and the motorcycles plus cars, they can move very easily. +UG058_ENG019 UG058 eng For for for me when i was to to to too young, i used to to eat a lot of chapatis plus plus beans but now as i grow up i I dont like eating kikomando. For me when i was too young,i used to eat a lot of chapati plus beans but now as i grew up, i dont like eating kikomando. +UG058_ENG020 UG058 eng When are you taking me to to to to to to to the to to to the market to to to to buy some sandals for for for for for for my young bro my young brother. When are you taking me to the market to buy some sandals for my young brother? +UG058_ENG021 UG058 eng I I I I had a friend of mine saying that Mbarara is it is the city with larger with large farms of of matooke. I had a friend of mine saying that Mbarara is the city with the large firms of matooke. +UG058_ENG022 UG058 eng The a boda a boda boda man carrying sugarcane on his motorcycle on such a busy road like that it can easily make accidents because the cars are moving at a very very very fast. A boda bada man carrying sugarcane on his motorcycle on such a busy road like that, it can easily make accidents because cars are moving at very fast rate. +UG058_ENG023 UG058 eng Mom my mom is is is is is is is buying some some recipes for for for for for for for for the for for the lunch to to to today. My my mom is buying some recipes for for lunch today. +UG058_ENG024 UG058 eng Now Kampala looks very very nice as compared in the last ten years. Now Kampala looks very very nice as compared in the last ten years. +UG058_ENG025 UG058 eng It’s it’s it’s it’s it is now two two two two two two two two years since i last ate the the the the watermelons now i i i i feel like i have to taste them again. It is it is now two years since i last ate the water melons, now i feel like I want to taste them again. +UG058_ENG026 UG058 eng For for sure some parts of Kampala looks very very very nice and others they are to to too dirty and congested. For sure, some parts of Kampala look very nice and others are too dirty and congested. +UG058_ENG027 UG058 eng Since since since i was very very very young, i i i heard about KFC, and now i have some money, let me just go and and buy some bucket to to to to to eat. Since I was very young, I had about kfc and now i have some money let me just go and buy some buckets to eat. +UG058_ENG028 UG058 eng Now we we are taking a long journey, so let us first let us first take some some diesel so that we can take a full tank to to to to to to to to prevent the inconveniences on on the on our way. Now we are taking a long journey, so let us first take some diesel so that we can take full tank to prevent the inconveniences on our way. +UG058_ENG029 UG058 eng The the this this man is is is selling out beds for for for for for for for for for for for for for for young for young for young kids, so let me just buy one for my young brother. This man is selling out beds for young kids sold, let me just buy one from my young brother. +UG058_ENG030 UG058 eng Matooke plus meat, it is an it is an awesome dish to to to to to to to to to to to be to take to take. Matooke plus meat, it is an some dish to be to take to taken. +UG058_ENG031 UG058 eng As as we muslims, we we we are prefer to to eat some some cup of coffee plus eggs and and banana banana to to to to break up our fasting during during. As as we muslims,we prefer to eat some cup of coffee plus eggs and banana banana to break up our fasting during during +UG058_ENG032 UG058 eng If you want to ease yourself, you can go to to to to to to to to the other place of Agopex to to to and you must pay two hundred shillings only. If you want to use yourself,you can go to the other place of Agopex and pay two hundred shillings on rent. +UG058_ENG033 UG058 eng No I I I I can’t eat roasted chicken of the streets because i i i don’t know who slaughtered them as me as as as as my religion prohibit me to to eat such things. I can’t eat roasted chicken on the street because i don't know who sold them as my region prohibiting me to eat such things. +UG058_ENG034 UG058 eng I would like to to to to buy a bunch of matooke for for my family for for for this upcoming Eid celebration. I would like to buy a bunch of matooke for my family for this coming Eid celebration. +UG058_ENG035 UG058 eng As you know that every every everybody is everybody is planning to to to to live in a very very very well organized life now people are still struggling. People are still struggling to to to make some living in in Kampala. As we know that everybody is planning to live in a very well organized life, now people are still struggling to make some living in Kampala. +UG058_ENG036 UG058 eng I remember in twenty fifteen, we lost almost two teachers of ours whereby the they they went to to to the lake to to see the moving island. I remember in twenty fifteen, we crossed almost two teachers of ours whereby they went to the lake to see them moving up the island. +UG058_ENG037 UG058 eng This is amazing fish is is made in Mulungu and i think i should buy one for my for for my friend. This this amazing fish is made in Mbulungu and i think i should buy one for my friend. +UG058_ENG038 UG058 eng This this Karamojong people are they are they are. This this Karamanjongo peoples are are living in in in such an organized life whereby they live and work together. These these Karamajong people are they are in the these karamjong peoples are living in such an organized life whereby they live and work together. +UG058_ENG039 UG058 eng If you you you you you you turn twenty years and for for for for for the boy and eighteen years for for for for the girl in Karamoja, you have to leave your parent’s homestead and live in your in your own and live on your own. If you turn twenty years for the boy and eighteen years of for for girl in Karamoja,you have to leave your parents home instead and live on your own +UG058_ENG040 UG058 eng When are we going going back to to to to to to to the to the market so so so so that i can buy my full kit for arsenal arsenal. When are we going back to the market so that i can buy my food kit for us on the jerrycan +UG058_ENG041 UG058 eng People are people are weeding up unwanted weeds in in in their farm. People are people are weeding up un-intended weeds in their farm. +UG058_ENG042 UG058 eng For for for for sure during this month of Ramadhan, i would like to to buy some some some bunch some bunch of banana in order to to to break up my to break my my my muslim’s to breakup my muslim’s fasting during this holy. For for for sure during this month of Ramadan, i would like to buy some bunch of banana in order to break up my muslims fasting during these hollidays. +UG058_ENG043 UG058 eng You should go back home and we leave this place because it is now getting dark. We should go back home and leave this place because it is now getting dark. +UG058_ENG044 UG058 eng Eating eating banana eating banana plus plus plus coffee on the same plate for sure it is it is not it is not tasteful at all. Eating eating banana eating bananas plus coffee in the same place is not tasteful at all. +UG058_ENG045 UG058 eng A man is selling out watermelon using his pick up car. A man is selling out watermelon using his pick up car. +UG058_ENG046 UG058 eng A farmer is very very happy because he is he is he is now harvesting already tea leaves. The farmer is very very happy because he is now harvesting already tea leaves. +UG058_ENG047 UG058 eng You you you should you should weld for me a big big frame of a of a door for for for for for for for my for my mum's house in in in in Ndejje. You should build for me a big frame of a door for my mum’s house in Ndege +UG058_ENG048 UG058 eng Kampala nowadays looks very very nice because of the because of the investors we got from different places now you can see now we are having a train by transporting people easily transport from one place to to another. Kampala nowadays looks very very nice because of the investors we got from different places now you can see how they are having a train transporting people using transport from one place to another. +UG058_ENG049 UG058 eng These these girls were were were very happy to to to see to see some funny prank on their on their phone. These girls were very happy to see some funny prank on their phone. +UG058_ENG050 UG058 eng How much are these red peppers, i just want to go and make some recipes for for for my husband. How much are these red papers I just want to go and make some recipes for my husband. +UG058_ENG051 UG058 eng For for for for for sure these red peppers are too expensive, just deduct some money, i can’t afford them. For sure, these red papers are too expensive just deduct some money I can't afford them. +UG058_ENG052 UG058 eng I think Muwanguzi hardware it’s the best place where you buy the the case for your school going back girl. I think Muwanguzi hardware is the best place where you can buy case for your schooling going back to town +UG058_ENG053 UG058 eng Tomatoes nowadays they are they are they are too too rare to to to find nowadays they, if you if you buy one tomato it’s for almost five hundred. Tomatoes nowadays they are they're too rare to find nowadays if you buy one tomato it's for almost five hundred. +UG058_ENG054 UG058 eng Now days Uganda Ugandans now have discovered how to to make some different things on their own, now they are making water tanks to to to consume some some some water. Nowadays Uganda Ugandans now have discovered how to make some different things on their own, they are making water tanks to consume some water. +UG058_ENG061 UG058 eng At the cinema, people clapped and shouted during the movie and although and although it was noisy, everyone enjoyed the experience and said they would come back next weekend. At the cinema, people clapped and shouted during the movie and although it was noisy, everyone enjoyed the experience and said they would come back next weekend. +UG058_ENG062 UG058 eng I I woke up early this morning to to to to to to to prep to prep to prep to to prep to prepare tea but the power went off suddenly and I had to to to look for candles to to to to light the kitchen so that the children could get ready for school. I woke up this morning to prepare tea but the power went off suddenly and I had to look for candles to light in the kitchen so that the children could get ready for school +UG058_ENG063 UG058 eng The the the the the taxi i boarded to to to town stopped my times to to to to pick passengers and by the time we reached the the stage, everyone was complaining about the delay. The taxi I boarded to town stopped my time to pick passengers and by the time we reached the stage, everyone was complaining about the delay. +UG058_ENG064 UG058 eng At the the market, I I wanted to to to buy tomatoes but the the the prices had gone up and the vendor kept tell telling me it was because of the rain destroying many gardens. At the market, I wanted to buy tomatoes but the price had gone up and the vendor kept telling me it was because of rain destroying many gardens. +UG058_ENG065 UG058 eng I reached home, i realized i had forgotten to buy salt so i really quickly sent the neighbor’s child to to to to the shop nearby and when he came back. I reached home and realized I had forgotten to buy salt so i quickly sent neighbour’s child to to the shop nearby and when he came back +UG058_ENG066 UG058 eng Last weekend, we attended a traditional introduction ceremony and the family prepared lots of food and cultural dances, everyone wore colorful gomesis and kanzus to to celebrate together. Last weekend, we attended a traditional introduction ceremony and the family prepared lots of food and cultural dances everyone wore colorful gomases and kanzus to celebrate together. +UG058_ENG067 UG058 eng I was walking along Kampala road when a boda boda rider nearly knocked me because he was rushing to beat the traffic jam and the, and people shouted at me to slow down for safety for safe. I was walking along Kampala road when a boda bada rider nearly knocked me because he was rushing to beat the traffic jam and people shouted at me to slow down for safety. +UG058_ENG068 UG058 eng My cousin called me to to remind me about the graduation party next month and she asked me to to get something small towards food and drinks. My cousin called me to remind me about the graduation party next month and she asked me To contribute something small towards foods and drinks. +UG058_ENG069 UG058 eng At at church, the the the choir song the choir sang loudly and the pastor encouraged people to to trust God even when things are hard and and many people went forward to pray while the drums and keyboards played softly. At at church, the choir sang loudly and the pastor encouraged people to trust God even when things are hard and many people went forward to pray while drums and keyboards played softly. +UG058_ENG070 UG058 eng Yesterday it it rained heavily and water and water entered some houses in the neighborhood forcing people to collect their belongings quickly and find way to to to to drain the water outside the the their compounds. Yesterday it rained heavily and water and the water entered some houses in the neighborhood forcing people to collect their belongings quickly and find way to drain out water outside their compounds. +UG058_ENG071 UG058 eng The teacher in class asked us to to write an essay about our favorite Ugandan dish and many students described matooke with pea nut sauce. The teacher in class asked us to write an essay about our favorite Ugandan dish and many students described matooke with peanut sauce. +UG058_ENG072 UG058 eng Travelling to to to to to jinja and as we crossed the Nile bridge, the conductor pointed out the beautiful view; the passengers took photos and said, Uganda is truly the pearl of Africa. Traveling to Jinja and as we crossed the Nile bridge, the conductor pointed out the beautiful view and the passenger took photos saying that Uganda is truly the pearl of Africa. +UG058_ENG073 UG058 eng During the the match, during the football match, the the the fan cheered so so loudly, that even those outside the stadium could hear and children blew vuvuzelas while vendors sold roasted maize and bottled water. During the match during the football match, the fan cheered so loudly that even those outside the stadium could hear and children blew vuvuzelas while vendors sold roasted maize and bottled water. +UG058_ENG074 UG058 eng My my phone battery was low and since there was no electricity at home, i went to a friend’s place to to to charge and while waiting, we talked about the rising cost of living in the in the in the city. My my phone battery was low and since there was no electricity at home, I went to a friend’s place to talk about the rising cost of living in the city. +UG058_ENG075 UG058 eng A friend of mine told me about a new job opportunity and she advised me to update my CV quickly because applications would close soon so I I stayed up late working. A friend of mine told me about a new job opportunity and she advised me to update my CV quickly because applications will close soon so I stayed up late working on it. +UG058_ENG076 UG058 eng On my way to school, I I I met a street vendor selling roasted ground nuts and i I bought a small packet to to snack on while walking, but I had to hide it because the teacher doesn't allow eating in class. On my way to school, I met a street vendor selling roasted ground nuts and i bought a small packet to snack on while walking but had to hide it because the teacher doesn't allow eating in class. +UG058_ENG077 UG058 eng The the the the boda boda rider i hired today kept telling stories about politics and even though the rider was short, he had already given his opinion on fuel prizes and the government. The boda bada rider I hired today kept telling stories about politics and even though the rider was short, he had already given his opinion on fuel prices and with the government. +UG058_ENG078 UG058 eng When my auntie visited from, when my auntie visited from the village, she brought sweet bananas, sugarcane and avocados, and we all sat outside enjoying the the the the the fresh food while listening to stories about home. My aunt visited from when my Aunt visited form the village she brought sweet bananas, sugarcane and avocados and we all sat outside enjoying fresh food while listening to stories about home +UG058_ENG079 UG058 eng The the the the the power blackout lasted in the in the whole night, so people used candles, torches and small solar lamps to to to to to to some shops had to close early because they couldn't serve customers in the dark. The power blackout lasted the whole night,so people used candles, torches and small solar lamps but some shops had to close early because they couldn't serve customers in the dark. +UG058_ENG080 UG058 eng Gathered at the community to fetch water, and everyone for formed a line with jerrycan and some children tried to jump the the the queue the queue and the the queue and elders scolded them to to wait for their turn. We gathered at the community well to fetch water and everyone formed a line with jerrycans but some children tried to jump the quake and elders scolded them to wait for their turn. +UG058_ENG081 UG058 eng At the hospital, at the hospital, patient waited patiently for for the doctor and some mothers carried babies on their backs while others, fanned themselves with paper because they waited they the waiting area was too hot. At the hospital at the hotel, patients waited patiently for for the doctor and some mothers carried babies on their backs while others fanned themselves with paper because they waited the waiting area was too hot. +UG058_ENG082 UG058 eng I was planning to to to cook beans but when I opened the the cupboard, i found that rats had eaten parts of the bag, so I decided to buy fresh beans from the shop instead. I was planning to cook beans but when i opened the cupboard, I found that rats had eaten parts of the bag so, i decided to buy fresh beans from the shop instead. +UG058_ENG083 UG058 eng During the village meeting, the the chairman asked people to contribute towards fixing the borehole every one gave, everyone gave gave what they could even if it was it was really a small amount of money. During the village meeting, the chairman asked people to contribute towards fixing the borehole and everyone gave what they had even if it was a small amount of money. +UG058_ENG084 UG058 eng The the the the the the the the the the the the the the the children in the neighborhood gathered to to to play football using a ball made from banana fibres and they shouted happily as they as if they were playing a big in a big stadium. The the the children in the neighborhood gathered to play football using a ball made from banana fibres and they shouted happily as if they were playing in a big stadium. +UG058_ENG085 UG058 eng Last night, i had drums from from a wedding cerebration nearby and people danced until late in the night, while children ran around enjoying soda and chapati. Last night I had drums from a wedding celebration nearby and people danced until late in the night while children ran around enjoying soda and chapati. +UG058_ENG086 UG058 eng My cousin invited me to their church concert, and the choir practiced for weeks, so when the day came, everyone was impressed by their voices and colorful uniforms. My cousin invited me to their church concert and the choir practiced for weeks. So when the day came, everyone was impressed by their voices and colorful uniforms. +UG058_ENG087 UG058 eng conductor kept arguing with passengers about change, and the people complained that he always pretends not to have coins to return which makes the journey stressful. The taxi conductor kept arguing with passengers about change and people complained that he always pretends not to have coins to return which makes the journey stressful. +UG058_ENG088 UG058 eng I i i was waiting for for the bus park when a hawker came selling boiled eggs and chapatti, i i i bought some because the journey was going to be long and i needed energy. I was waiting for the bus park when a hawker came selling boiled eggs and chapati and i bought some because the journey was going to be long and needed energy. +UG058_ENG089 UG058 eng During the school assembly, the the the teacher reminded me reminded students to to to wear proper uniforms and avoid making noise in class, and the prefects were were asked to monitor discipline. During the school assembly, the teacher reminded me reminded students to wear proper uniforms and avoid making noise in class and prefects were asked tp monitor discipline. +UG058_ENG090 UG058 eng The the the boda boda rider dropped me nearby near the market and as i walked through, the the small of roasted meat and fresh fish made me hungry, so i i stopped to buy some snacks. The boda bada rather dropped me nearby near the market and as i walked through the small of roasted meat and fresh fish made me hungry so i stopped to buy some snacks. +UG058_ENG091 UG058 eng At at the village, the elders sat under mango tree discussing land matters while children climbed trees to pluck to pluck ripe to pluck fruits and the women prepared food for the evening meal. At the village,the elders sat under a mango tree discussing land matters while children climbed trees to pluck ripe fruits and women prepared food for the evening meal. +UG058_ENG092 UG058 eng I I was reading a newspaper article about the new road being constructed and many people said the they they they hope it will reduce traffic jam, though others feared the working might delay. I was reading a newspaper article about the new road being constructed and many people said they hope it will reduce traffic jam though others feared that the working might delay. +UG058_ENG093 UG058 eng The the the the the shopkeeper gave me change in coin and when i counted, it was short by fifty shillings but since he is my neighbor, i i decided to let it go and walked home. The the the shop keeper gave me change in coin and when i counted it was short by fifty shillings but since he is my neighbor, I decided to let it go and walked home. +UG058_ENG094 UG058 eng During the cultural festival, people from different tribes showcased dances, food and crafts, and it was exciting to see how rich and diverse Ugandan tradition are. During the cultural festival, people from different tribes showcased dances, food and crafts and it was exciting to see how rich and diverse Ugandan tradition are. +UG058_ENG096 UG058 eng I met my old friend at the taxi stage, and we spent time catching up about life, jobs and family until the taxi finally filled up and we said goodbye with with with smiles. I met old friend at taxi stage and we spent time catching up about life, job and family until the taxi finally filled up and said goodbye with smiles. +UG058_ENG097 UG058 eng The the the the the children in school were singing were singing the national anthem loudly and and and the and the head teacher reminded them about respecting the flag and being proud of their their country. The the the children in school were singing they were singng the national anthem loudly and and the headteacher reminded them about respecting the flag and being proud of their country. +UG058_ENG098 UG058 eng The the the the the children in school were singing were singing the national anthem loudly and and and the and the head teacher reminded them about respecting the flag and being proud of their their country. My neighbor asked me to help her carry jerrycans jerycan of water and as well we walked together she told me stories about her village and how she misses a quite life there. +UG058_ENG099 UG058 eng At night we sat outside under the moonlight, and my grandfather told us for folk tables about animal and wise lesson while we listened quietly and laughed at funny parts. At night, we sat outside under the moonlight and my grandfather told us about four tables about animals in war lesson while we listened quietly and laughed at funny jokes. +UG058_ENG100 UG058 eng Boda boda I took today had music playing loudly and although I enjoyed the ride, I i i worried about safety because the rider kept overtaking cars dangerously. The boda bada I took today had music playing loudly and although I enjoyed the ride, I worried about safety because rider kept overtaking cars dangerously. +UG058_ENG101 UG058 eng When I visited the library, I I found many students preparing for exams, and the librarian kept reminding people to to remain silent, so that everyone could concentrate. When I visited the library, i found many students preparing for exams and the librarian kept reminding people to remain silent so that everyone could concentrate. +UG058_ENG102 UG058 eng The the the church youth group organized a car car a car wash to to raise money for charity and many drivers stopped to support them, while the youth happily sang and worked together. The church youth group organised a car wash to raise money for charity and many drivers stopped to support them while the youth happily sang and worked together. +UG058_ENG103 UG058 eng I saw children selling pancakes by the road side, and though they were young, they shouted loudly to attract buyers buyers and and and and people supported them by buying quickly. I saw children selling pancakes by the road side and though they were young,they shouted loudly to attract buyers and people supported them quickly. +UG058_ENG104 UG058 eng During the the morning jog, I I met neighbors exercise too and and some greeted me cheerfully, while others continued running quietly, with earphone in their ear. During the morning jog, I met neighbors exercising too and some greeted me cheerfully while others continued running quietly with earphones on their ears +UG058_ENG106 UG058 eng When the rain started, we all ran for for the for shelter but some children continued playing barefoot in cuddles, splashing water and laughed joyfully. When the rain started, we all ran for shelter but some children continued playing bare foot in puddles splashing water and laughing joyfully +UG058_ENG107 UG058 eng The teacher gave us homework to to write about our dream dream jobs and many student, wrote about being doctors, pilots and teachers while some said they wanted to be musicians. The teacher gave us homework to write about our dream jobs and many students wrote about being doctors, pilots and teachers while some said they wanted to be musicians. +UG058_ENG108 UG058 eng My uncle travelled to to to the village and and when I I when he returned, he brought fresh sugarcanes and jackfruit and we sat outside peeling and sharing it as a family. My uncle travelled to the village and when he returned, he brought fresh sugarcane with him and jackfruit and we sat outside peeling and sharing it as a family. +UG058_ENG109 UG058 eng At at at at at at the boda stage, riders argued about fuel price each blaming the the government while passengers just waited quickly hope hoping hoping fares would not rise again. At the boda stage, riders argued about fuel prices each blaming on government while passengers just wanted to quickly hope that fares will not rise again. +UG058_ENG110 UG058 eng The the electricity came back after many hours, and everyone cheered quickly switching on lights and charging phones and playing radios to to to celebrate. The electricity came back after many hours and everyone cheered quickly switching on lights, charging phones, and playing radios to celebrate +UG058_ENG111A UG058 eng I I don't know why the land lord increased the rent yet the water and electricity are also expensive. I don't know why the land lord increased rent yet but the water and electricity are also expensive. +UG058_ENG111B UG058 eng The the the the the the children were playing in the compound when suddenly the heavy rain the heavy rain started pouring very very very hard. The the the children were playing in the compound when suddenly the heavy rain started pouring very very hard. +UG058_ENG112 UG058 eng By Owino market, things are are cheap there if you bargain really well. Bus by Owino market things are cheap there if you bargain really well +UG058_ENG114 UG058 eng The boda the boda rider refused refused to to to take me to to town because of the bad muddy road. The boda rider refused refused to take me to town because of the bad muddy road. +UG058_ENG115 UG058 eng Every every morning, our neighbor play loud loud music that even the pastor at at church complains about. Every morning our neighbor play loud music that even the pastor at church complains about. +UG058_ENG116 UG058 eng I was telling stories, the whole evening and we laughed until tears rolled down our our faces. I was telling stories the whole evening and we laughed till tears rolled down our faces +UG058_ENG118 UG058 eng The the the teacher asked asked us to write composition but many pupil failed to finish on time. The teacher asked us to write composition but many people failed to finish on time. +UG058_ENG119 UG058 eng We we we always fetch water from the borehole but the queue is usually extremely long and tiring tiring. We we we always fetch water from the borehole but the queue is usually extremely long and tiring. +UG058_ENG120 UG058 eng Expect to eat fresh food directly from the garden every day. The bae expect to eat fresh food collected from the garden everyday. +UG058_ENG121 UG058 eng I entered the taxi thinking it was going to to Wandegeya but it instead went to to Ntinda. I entered the taxi thinking it was going to Wandegeya but instead went to +UG058_ENG123 UG058 eng Even if you you have money, you you must bargain in in the market or you will be cheated. Even if you have money you must bargain in the market or else you will be cheated +UG058_ENG124 UG058 eng That boda rider carried three three plus luggage, I do i dont know how the motorcycle even moved. That boda rider carried three three plus luggage i dont know how the motorcycle even moved +UG058_ENG125 UG058 eng When the rain begins, the the whole floods and cars get stuck in the mud of ours. When the rain begins,the whole road floods and the car gets stuck in the mud over +UG058_ENG126 UG058 eng The the the the the electricity went off in the middle of the football match and and everyone in the room shout shouted. The the the electricity went off in the middle of football match and everyone in room shouted. +UG058_ENG127 UG058 eng I I sent him to to to buy airtime but he came back with bread because he was very hungry. I sent him to buy airtime but he came back with the bread because he was very hungry. +UG058_ENG128 UG058 eng She she she she she she she she she every every evening, the the noise from the trading center keeps us awake until the late in the night. Every evening, the noise from the trading centre keeps us awake until late in the night. +UG058_ENG129 UG058 eng She told me she would call, but the the network in her village, is is always disturbing badly. She told me she would call but the network in her village is disturbing badly +UG058_ENG130 UG058 eng When you go to Owino market, be be very be very very careful with your bag, pick pockets are everywhere. When you go to Owino market be be like be very careful with your bag pick pockets are everywhere +UG058_ENG131 UG058 eng During campaign season, politicians came around promising things about but after elections, they completely forget all about us. During campaign season, politicians came around promising things about but after elections, they completely forget all about us. +UG058_ENG132 UG058 eng In the long line for for for for for maize flour but but by our turn it has finished. We waited in the long line for maize flour but by our turn it was finished. +UG058_ENG133 UG058 eng The the boda boda men usually gather under the that tree waiting for passengers coming from the main from the main road. The boda boga men usually gather under that tree waiting for passengers coming from the main road +UG058_ENG134 UG058 eng Children in in in in in the village play football using banana fibers tied to together instead of a real ball. Children in the village play football using banana fibres tied together instead of a real ball. +UG058_ENG135 UG058 eng I woke up very early in in the morning but but still reached work extreme extremely late because of traffic. I woke up very early in the morning but still reached work extremely late because of traffic. +UG058_ENG136 UG058 eng Even even though the food was expensive, every everyone ate happily since the music made the evening enjoyable. Even though the food was expensive, everyone ate happily since the music made the evening enjoyable. +UG058_ENG137 UG058 eng Our our school headmaster walks with a stick but he rarely beats pupil only threaten them. Our school headmaster walks with a stick but he rarely beats people his only certain thing. +UG058_ENG138 UG058 eng At at the wedding, people danced so much that the floor almost cracked from heavy footsteps. At the wedding, people danced too much that the floor almost cracked from heavy footsteps. +UG058_ENG139 UG058 eng To to push the taxi our selves because the driver said the fuel had completely finished on the way. We had to push the taxi ourselves because the driver said fuel had completely finished on the way. +UG058_ENG140 UG058 eng The the the the borehole the bore the bore hole water is cold and fresh but carrying ajerry uphill is always very hard. The borehole water is cold and fresh but carrying a jerrycan uphill is always very hard. +UG058_ENG141 UG058 eng The the the rain destroyed by small bridges the small bridges and so we had to cross the swamps bare footed to reach home. The rain destroyed by small bridges small bridge so we had to cross the swamp bare footed to reach home +UG058_ENG142 UG058 eng She she she sells roasted meat every evening and many people stop to buy while returning from work. She sells roasted meat every evening and many people stop to buy when returning from work. +UG058_ENG143 UG058 eng During the night, dogs works endlessly because of thieves trying to to enter people’s homes around the the the the village. During the night, dogs bark endlessly because of thieves trying to enter people's homes around the village. +UG058_ENG144 UG058 eng I I bought second hand clothes and at the market but after washing some of them completely changed the the the color. I bought second hand clothes at the market but after washing some of them completely changed color +UG058_ENG145 UG058 eng The they they promised to to fix the road before electron elections but now two years have passed with with no work. They they promised to fix the road before election but now two years have passed with no work +UG058_ENG146 UG058 eng Whenever visit visitors came from from town, we we normally serve them matooke with groundnut sauce to and fresh fish. Whenever visitors come from town, we always serve them matooke with groundnut sauce and fresh fish. +UG058_ENG147 UG058 eng The the the teacher punished us for making noise yet the one was disturbing were sitting in the back. The teacher punished us for breaking noise yet the one who was disturbing were sitting in the back. +UG058_ENG148 UG058 eng Children in boarding school miss miss home miss home food but they enjoy eating chapati from school canteen. Children in boarding school miss miss home food but they enjoy eating chapati from school canteen. +UG058_ENG149 UG058 eng The the the boda boda man wanted to change me double to charge me double but I told him I I I know the route. The boda bada man wanted to change me to charge me double but i told him i know the route. +UG058_ENG150 UG058 eng At at at at at the village, at the village well, people tell stories and and as they waiting for their turn to to to fetch. At at at the village at The village well people tell stories and they are either waiting for their turn to fetch. +UG058_ENG151 UG058 eng We planted beans last season but the sun was too hot so they they they all completely dried up. We planted beans last season but the sun was too hot so they completely dried up. +UG058_ENG152 UG058 eng During Easter, people from Kampala bring sweets and and bread making children in the village very excited. During Easter ,people from Kampala bring sweets and bread making children in the village very excited. +UG058_ENG153 UG058 eng The the the that old mans still walks to to church every Sunday even though his legs are very weak. The dirty old man still walks to church every Sunday even though his legs are very weak. +UG058_ENG154 UG058 eng The the the the the taxi conductor refused to give balance to to to to give balance claiming he had no coins but insisted loudly. The taxi conductor refused to give balance claiming he had no coins but instead loudly +UG058_ENG155 UG058 eng The rain is too heavy, even taxis refuse to pass, leaving the passengers stranded on the road. The rain is too heavy even the taxi refuses to pass leaving passengers stranded on the road. +UG058_ENG156 UG058 eng Our grandma our grandmother keeps chicken and every christmas, we eat one together as family celebration. Our grandmother keeps chickens and every Christmas we eat one together as family celebration. +UG058_ENG157 UG058 eng At at at night, mosquitoes are too many so so so sleeping without a net it is completely impossible. At night, the mosquitoes are too many so sleeping without a net is completely impossible. +UG058_ENG158 UG058 eng Pupils in the in the village school write with a pencil because pens are considered very expensive on for them. The pupils in the village schools write with pencils because pens are considered very expensive for them. +UG058_ENG159 UG058 eng We stayed awake the the the whole night waiting for power to return but she never came back. We stayed awake the whole night waiting for power to return but it never came back. +UG058_ENG160 UG058 eng She braided her her hair under the mango tree while children played and birds made noise above. She braided her hair under the mango tree while children played and birds made noise above +UG058_ENG161 UG058 eng The the the the the boda rider carried me carefully be because it was slippery other other other other otherwise we would have fallen badly. The boda rider carried me carefully because it was slippery otherwise we would have fallen badly. diff --git a/preprocessor_config.json b/preprocessor_config.json new file mode 100644 index 0000000..3f567c1 --- /dev/null +++ b/preprocessor_config.json @@ -0,0 +1,15 @@ +{ + "chunk_length": 30, + "dither": 0.0, + "feature_extractor_type": "WhisperFeatureExtractor", + "feature_size": 128, + "hop_length": 160, + "n_fft": 400, + "n_samples": 480000, + "nb_max_frames": 3000, + "padding_side": "right", + "padding_value": 0.0, + "processor_class": "WhisperProcessor", + "return_attention_mask": false, + "sampling_rate": 16000 +} diff --git a/special_tokens_map.json b/special_tokens_map.json new file mode 100644 index 0000000..312bc10 --- /dev/null +++ b/special_tokens_map.json @@ -0,0 +1,139 @@ +{ + "additional_special_tokens": [ + "<|startoftranscript|>", + "<|en|>", + "<|zh|>", + "<|de|>", + "<|es|>", + "<|ru|>", + "<|ko|>", + "<|fr|>", + "<|ja|>", + "<|pt|>", + "<|tr|>", + "<|pl|>", + "<|ca|>", + "<|nl|>", + "<|ar|>", + "<|sv|>", + "<|it|>", + "<|id|>", + "<|hi|>", + "<|fi|>", + "<|vi|>", + "<|he|>", + "<|uk|>", + "<|el|>", + "<|ms|>", + "<|cs|>", + "<|ro|>", + "<|da|>", + "<|hu|>", + "<|ta|>", + "<|no|>", + "<|th|>", + "<|ur|>", + "<|hr|>", + "<|bg|>", + "<|lt|>", + "<|la|>", + "<|mi|>", + "<|ml|>", + "<|cy|>", + "<|sk|>", + "<|te|>", + "<|fa|>", + "<|lv|>", + "<|bn|>", + "<|sr|>", + "<|az|>", + "<|sl|>", + "<|kn|>", + "<|et|>", + "<|mk|>", + "<|br|>", + "<|eu|>", + "<|is|>", + "<|hy|>", + "<|ne|>", + "<|mn|>", + "<|bs|>", + "<|kk|>", + "<|sq|>", + "<|sw|>", + "<|gl|>", + "<|mr|>", + "<|pa|>", + "<|si|>", + "<|km|>", + "<|sn|>", + "<|yo|>", + "<|so|>", + "<|af|>", + "<|oc|>", + "<|ka|>", + "<|be|>", + "<|tg|>", + "<|sd|>", + "<|gu|>", + "<|am|>", + "<|yi|>", + "<|lo|>", + "<|uz|>", + "<|fo|>", + "<|ht|>", + "<|ps|>", + "<|tk|>", + "<|nn|>", + "<|mt|>", + "<|sa|>", + "<|lb|>", + "<|my|>", + "<|bo|>", + "<|tl|>", + "<|mg|>", + "<|as|>", + "<|tt|>", + "<|haw|>", + "<|ln|>", + "<|ha|>", + "<|ba|>", + "<|jw|>", + "<|su|>", + "<|yue|>", + "<|translate|>", + "<|transcribe|>", + "<|startoflm|>", + "<|startofprev|>", + "<|nospeech|>", + "<|notimestamps|>" + ], + "bos_token": { + "content": "<|endoftext|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "<|endoftext|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "<|endoftext|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "unk_token": { + "content": "<|endoftext|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/test_results.json b/test_results.json new file mode 100644 index 0000000..cc783ae --- /dev/null +++ b/test_results.json @@ -0,0 +1,9 @@ +{ + "epoch": 11.563787495482472, + "test_cer": 0.12683188844935386, + "test_loss": 0.8137470483779907, + "test_runtime": 1344.2304, + "test_samples_per_second": 1.518, + "test_steps_per_second": 0.379, + "test_wer": 0.28512065990166696 +} \ No newline at end of file diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..5bff1ae --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,12997 @@ +{ + "add_prefix_space": false, + "added_tokens_decoder": { + "50257": { + "content": "<|endoftext|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50258": { + "content": "<|startoftranscript|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50259": { + "content": "<|en|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50260": { + "content": "<|zh|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50261": { + "content": "<|de|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50262": { + "content": "<|es|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50263": { + "content": "<|ru|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50264": { + "content": "<|ko|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50265": { + "content": "<|fr|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50266": { + "content": "<|ja|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50267": { + "content": "<|pt|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50268": { + "content": "<|tr|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50269": { + "content": "<|pl|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50270": { + "content": "<|ca|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50271": { + "content": "<|nl|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50272": { + "content": "<|ar|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50273": { + "content": "<|sv|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50274": { + "content": "<|it|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50275": { + "content": "<|id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50276": { + "content": "<|hi|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50277": { + "content": "<|fi|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50278": { + "content": "<|vi|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50279": { + "content": "<|he|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50280": { + "content": "<|uk|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50281": { + "content": "<|el|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50282": { + "content": "<|ms|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50283": { + "content": "<|cs|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50284": { + "content": "<|ro|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50285": { + "content": "<|da|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50286": { + "content": "<|hu|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50287": { + "content": "<|ta|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50288": { + "content": "<|no|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50289": { + "content": "<|th|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50290": { + "content": "<|ur|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50291": { + "content": "<|hr|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50292": { + "content": "<|bg|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50293": { + "content": "<|lt|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50294": { + "content": "<|la|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50295": { + "content": "<|mi|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50296": { + "content": "<|ml|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50297": { + "content": "<|cy|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50298": { + "content": "<|sk|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50299": { + "content": "<|te|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50300": { + "content": "<|fa|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50301": { + "content": "<|lv|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50302": { + "content": "<|bn|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50303": { + "content": "<|sr|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50304": { + "content": "<|az|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50305": { + "content": "<|sl|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50306": { + "content": "<|kn|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50307": { + "content": "<|et|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50308": { + "content": "<|mk|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50309": { + "content": "<|br|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50310": { + "content": "<|eu|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50311": { + "content": "<|is|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50312": { + "content": "<|hy|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50313": { + "content": "<|ne|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50314": { + "content": "<|mn|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50315": { + "content": "<|bs|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50316": { + "content": "<|kk|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50317": { + "content": "<|sq|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50318": { + "content": "<|sw|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50319": { + "content": "<|gl|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50320": { + "content": "<|mr|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50321": { + "content": "<|pa|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50322": { + "content": "<|si|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50323": { + "content": "<|km|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50324": { + "content": "<|sn|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50325": { + "content": "<|yo|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50326": { + "content": "<|so|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50327": { + "content": "<|af|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50328": { + "content": "<|oc|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50329": { + "content": "<|ka|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50330": { + "content": "<|be|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50331": { + "content": "<|tg|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50332": { + "content": "<|sd|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50333": { + "content": "<|gu|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50334": { + "content": "<|am|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50335": { + "content": "<|yi|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50336": { + "content": "<|lo|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50337": { + "content": "<|uz|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50338": { + "content": "<|fo|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50339": { + "content": "<|ht|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50340": { + "content": "<|ps|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50341": { + "content": "<|tk|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50342": { + "content": "<|nn|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50343": { + "content": "<|mt|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50344": { + "content": "<|sa|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50345": { + "content": "<|lb|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50346": { + "content": "<|my|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50347": { + "content": "<|bo|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50348": { + "content": "<|tl|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50349": { + "content": "<|mg|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50350": { + "content": "<|as|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50351": { + "content": "<|tt|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50352": { + "content": "<|haw|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50353": { + "content": "<|ln|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50354": { + "content": "<|ha|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50355": { + "content": "<|ba|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50356": { + "content": "<|jw|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50357": { + "content": "<|su|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50358": { + "content": "<|yue|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50359": { + "content": "<|translate|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50360": { + "content": "<|transcribe|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50361": { + "content": "<|startoflm|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50362": { + "content": "<|startofprev|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50363": { + "content": "<|nospeech|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50364": { + "content": "<|notimestamps|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50365": { + "content": "<|0.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50366": { + "content": "<|0.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50367": { + "content": "<|0.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50368": { + "content": "<|0.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50369": { + "content": "<|0.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50370": { + "content": "<|0.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50371": { + "content": "<|0.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50372": { + "content": "<|0.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50373": { + "content": "<|0.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50374": { + "content": "<|0.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50375": { + "content": "<|0.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50376": { + "content": "<|0.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50377": { + "content": "<|0.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50378": { + "content": "<|0.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50379": { + "content": "<|0.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50380": { + "content": "<|0.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50381": { + "content": "<|0.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50382": { + "content": "<|0.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50383": { + "content": "<|0.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50384": { + "content": "<|0.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50385": { + "content": "<|0.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50386": { + "content": "<|0.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50387": { + "content": "<|0.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50388": { + "content": "<|0.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50389": { + "content": "<|0.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50390": { + "content": "<|0.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50391": { + "content": "<|0.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50392": { + "content": "<|0.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50393": { + "content": "<|0.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50394": { + "content": "<|0.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50395": { + "content": "<|0.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50396": { + "content": "<|0.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50397": { + "content": "<|0.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50398": { + "content": "<|0.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50399": { + "content": "<|0.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50400": { + "content": "<|0.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50401": { + "content": "<|0.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50402": { + "content": "<|0.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50403": { + "content": "<|0.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50404": { + "content": "<|0.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50405": { + "content": "<|0.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50406": { + "content": "<|0.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50407": { + "content": "<|0.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50408": { + "content": "<|0.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50409": { + "content": "<|0.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50410": { + "content": "<|0.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50411": { + "content": "<|0.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50412": { + "content": "<|0.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50413": { + "content": "<|0.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50414": { + "content": "<|0.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50415": { + "content": "<|1.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50416": { + "content": "<|1.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50417": { + "content": "<|1.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50418": { + "content": "<|1.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50419": { + "content": "<|1.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50420": { + "content": "<|1.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50421": { + "content": "<|1.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50422": { + "content": "<|1.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50423": { + "content": "<|1.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50424": { + "content": "<|1.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50425": { + "content": "<|1.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50426": { + "content": "<|1.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50427": { + "content": "<|1.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50428": { + "content": "<|1.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50429": { + "content": "<|1.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50430": { + "content": "<|1.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50431": { + "content": "<|1.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50432": { + "content": "<|1.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50433": { + "content": "<|1.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50434": { + "content": "<|1.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50435": { + "content": "<|1.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50436": { + "content": "<|1.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50437": { + "content": "<|1.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50438": { + "content": "<|1.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50439": { + "content": "<|1.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50440": { + "content": "<|1.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50441": { + "content": "<|1.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50442": { + "content": "<|1.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50443": { + "content": "<|1.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50444": { + "content": "<|1.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50445": { + "content": "<|1.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50446": { + "content": "<|1.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50447": { + "content": "<|1.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50448": { + "content": "<|1.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50449": { + "content": "<|1.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50450": { + "content": "<|1.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50451": { + "content": "<|1.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50452": { + "content": "<|1.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50453": { + "content": "<|1.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50454": { + "content": "<|1.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50455": { + "content": "<|1.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50456": { + "content": "<|1.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50457": { + "content": "<|1.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50458": { + "content": "<|1.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50459": { + "content": "<|1.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50460": { + "content": "<|1.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50461": { + "content": "<|1.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50462": { + "content": "<|1.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50463": { + "content": "<|1.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50464": { + "content": "<|1.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50465": { + "content": "<|2.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50466": { + "content": "<|2.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50467": { + "content": "<|2.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50468": { + "content": "<|2.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50469": { + "content": "<|2.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50470": { + "content": "<|2.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50471": { + "content": "<|2.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50472": { + "content": "<|2.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50473": { + "content": "<|2.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50474": { + "content": "<|2.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50475": { + "content": "<|2.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50476": { + "content": "<|2.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50477": { + "content": "<|2.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50478": { + "content": "<|2.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50479": { + "content": "<|2.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50480": { + "content": "<|2.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50481": { + "content": "<|2.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50482": { + "content": "<|2.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50483": { + "content": "<|2.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50484": { + "content": "<|2.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50485": { + "content": "<|2.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50486": { + "content": "<|2.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50487": { + "content": "<|2.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50488": { + "content": "<|2.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50489": { + "content": "<|2.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50490": { + "content": "<|2.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50491": { + "content": "<|2.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50492": { + "content": "<|2.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50493": { + "content": "<|2.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50494": { + "content": "<|2.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50495": { + "content": "<|2.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50496": { + "content": "<|2.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50497": { + "content": "<|2.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50498": { + "content": "<|2.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50499": { + "content": "<|2.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50500": { + "content": "<|2.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50501": { + "content": "<|2.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50502": { + "content": "<|2.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50503": { + "content": "<|2.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50504": { + "content": "<|2.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50505": { + "content": "<|2.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50506": { + "content": "<|2.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50507": { + "content": "<|2.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50508": { + "content": "<|2.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50509": { + "content": "<|2.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50510": { + "content": "<|2.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50511": { + "content": "<|2.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50512": { + "content": "<|2.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50513": { + "content": "<|2.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50514": { + "content": "<|2.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50515": { + "content": "<|3.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50516": { + "content": "<|3.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50517": { + "content": "<|3.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50518": { + "content": "<|3.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50519": { + "content": "<|3.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50520": { + "content": "<|3.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50521": { + "content": "<|3.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50522": { + "content": "<|3.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50523": { + "content": "<|3.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50524": { + "content": "<|3.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50525": { + "content": "<|3.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50526": { + "content": "<|3.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50527": { + "content": "<|3.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50528": { + "content": "<|3.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50529": { + "content": "<|3.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50530": { + "content": "<|3.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50531": { + "content": "<|3.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50532": { + "content": "<|3.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50533": { + "content": "<|3.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50534": { + "content": "<|3.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50535": { + "content": "<|3.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50536": { + "content": "<|3.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50537": { + "content": "<|3.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50538": { + "content": "<|3.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50539": { + "content": "<|3.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50540": { + "content": "<|3.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50541": { + "content": "<|3.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50542": { + "content": "<|3.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50543": { + "content": "<|3.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50544": { + "content": "<|3.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50545": { + "content": "<|3.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50546": { + "content": "<|3.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50547": { + "content": "<|3.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50548": { + "content": "<|3.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50549": { + "content": "<|3.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50550": { + "content": "<|3.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50551": { + "content": "<|3.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50552": { + "content": "<|3.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50553": { + "content": "<|3.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50554": { + "content": "<|3.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50555": { + "content": "<|3.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50556": { + "content": "<|3.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50557": { + "content": "<|3.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50558": { + "content": "<|3.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50559": { + "content": "<|3.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50560": { + "content": "<|3.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50561": { + "content": "<|3.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50562": { + "content": "<|3.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50563": { + "content": "<|3.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50564": { + "content": "<|3.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50565": { + "content": "<|4.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50566": { + "content": "<|4.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50567": { + "content": "<|4.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50568": { + "content": "<|4.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50569": { + "content": "<|4.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50570": { + "content": "<|4.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50571": { + "content": "<|4.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50572": { + "content": "<|4.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50573": { + "content": "<|4.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50574": { + "content": "<|4.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50575": { + "content": "<|4.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50576": { + "content": "<|4.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50577": { + "content": "<|4.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50578": { + "content": "<|4.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50579": { + "content": "<|4.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50580": { + "content": "<|4.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50581": { + "content": "<|4.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50582": { + "content": "<|4.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50583": { + "content": "<|4.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50584": { + "content": "<|4.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50585": { + "content": "<|4.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50586": { + "content": "<|4.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50587": { + "content": "<|4.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50588": { + "content": "<|4.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50589": { + "content": "<|4.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50590": { + "content": "<|4.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50591": { + "content": "<|4.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50592": { + "content": "<|4.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50593": { + "content": "<|4.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50594": { + "content": "<|4.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50595": { + "content": "<|4.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50596": { + "content": "<|4.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50597": { + "content": "<|4.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50598": { + "content": "<|4.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50599": { + "content": "<|4.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50600": { + "content": "<|4.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50601": { + "content": "<|4.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50602": { + "content": "<|4.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50603": { + "content": "<|4.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50604": { + "content": "<|4.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50605": { + "content": "<|4.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50606": { + "content": "<|4.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50607": { + "content": "<|4.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50608": { + "content": "<|4.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50609": { + "content": "<|4.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50610": { + "content": "<|4.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50611": { + "content": "<|4.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50612": { + "content": "<|4.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50613": { + "content": "<|4.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50614": { + "content": "<|4.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50615": { + "content": "<|5.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50616": { + "content": "<|5.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50617": { + "content": "<|5.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50618": { + "content": "<|5.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50619": { + "content": "<|5.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50620": { + "content": "<|5.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50621": { + "content": "<|5.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50622": { + "content": "<|5.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50623": { + "content": "<|5.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50624": { + "content": "<|5.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50625": { + "content": "<|5.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50626": { + "content": "<|5.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50627": { + "content": "<|5.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50628": { + "content": "<|5.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50629": { + "content": "<|5.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50630": { + "content": "<|5.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50631": { + "content": "<|5.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50632": { + "content": "<|5.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50633": { + "content": "<|5.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50634": { + "content": "<|5.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50635": { + "content": "<|5.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50636": { + "content": "<|5.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50637": { + "content": "<|5.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50638": { + "content": "<|5.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50639": { + "content": "<|5.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50640": { + "content": "<|5.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50641": { + "content": "<|5.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50642": { + "content": "<|5.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50643": { + "content": "<|5.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50644": { + "content": "<|5.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50645": { + "content": "<|5.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50646": { + "content": "<|5.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50647": { + "content": "<|5.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50648": { + "content": "<|5.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50649": { + "content": "<|5.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50650": { + "content": "<|5.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50651": { + "content": "<|5.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50652": { + "content": "<|5.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50653": { + "content": "<|5.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50654": { + "content": "<|5.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50655": { + "content": "<|5.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50656": { + "content": "<|5.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50657": { + "content": "<|5.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50658": { + "content": "<|5.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50659": { + "content": "<|5.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50660": { + "content": "<|5.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50661": { + "content": "<|5.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50662": { + "content": "<|5.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50663": { + "content": "<|5.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50664": { + "content": "<|5.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50665": { + "content": "<|6.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50666": { + "content": "<|6.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50667": { + "content": "<|6.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50668": { + "content": "<|6.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50669": { + "content": "<|6.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50670": { + "content": "<|6.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50671": { + "content": "<|6.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50672": { + "content": "<|6.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50673": { + "content": "<|6.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50674": { + "content": "<|6.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50675": { + "content": "<|6.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50676": { + "content": "<|6.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50677": { + "content": "<|6.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50678": { + "content": "<|6.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50679": { + "content": "<|6.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50680": { + "content": "<|6.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50681": { + "content": "<|6.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50682": { + "content": "<|6.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50683": { + "content": "<|6.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50684": { + "content": "<|6.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50685": { + "content": "<|6.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50686": { + "content": "<|6.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50687": { + "content": "<|6.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50688": { + "content": "<|6.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50689": { + "content": "<|6.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50690": { + "content": "<|6.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50691": { + "content": "<|6.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50692": { + "content": "<|6.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50693": { + "content": "<|6.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50694": { + "content": "<|6.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50695": { + "content": "<|6.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50696": { + "content": "<|6.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50697": { + "content": "<|6.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50698": { + "content": "<|6.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50699": { + "content": "<|6.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50700": { + "content": "<|6.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50701": { + "content": "<|6.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50702": { + "content": "<|6.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50703": { + "content": "<|6.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50704": { + "content": "<|6.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50705": { + "content": "<|6.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50706": { + "content": "<|6.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50707": { + "content": "<|6.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50708": { + "content": "<|6.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50709": { + "content": "<|6.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50710": { + "content": "<|6.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50711": { + "content": "<|6.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50712": { + "content": "<|6.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50713": { + "content": "<|6.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50714": { + "content": "<|6.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50715": { + "content": "<|7.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50716": { + "content": "<|7.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50717": { + "content": "<|7.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50718": { + "content": "<|7.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50719": { + "content": "<|7.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50720": { + "content": "<|7.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50721": { + "content": "<|7.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50722": { + "content": "<|7.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50723": { + "content": "<|7.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50724": { + "content": "<|7.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50725": { + "content": "<|7.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50726": { + "content": "<|7.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50727": { + "content": "<|7.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50728": { + "content": "<|7.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50729": { + "content": "<|7.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50730": { + "content": "<|7.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50731": { + "content": "<|7.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50732": { + "content": "<|7.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50733": { + "content": "<|7.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50734": { + "content": "<|7.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50735": { + "content": "<|7.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50736": { + "content": "<|7.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50737": { + "content": "<|7.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50738": { + "content": "<|7.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50739": { + "content": "<|7.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50740": { + "content": "<|7.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50741": { + "content": "<|7.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50742": { + "content": "<|7.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50743": { + "content": "<|7.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50744": { + "content": "<|7.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50745": { + "content": "<|7.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50746": { + "content": "<|7.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50747": { + "content": "<|7.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50748": { + "content": "<|7.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50749": { + "content": "<|7.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50750": { + "content": "<|7.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50751": { + "content": "<|7.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50752": { + "content": "<|7.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50753": { + "content": "<|7.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50754": { + "content": "<|7.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50755": { + "content": "<|7.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50756": { + "content": "<|7.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50757": { + "content": "<|7.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50758": { + "content": "<|7.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50759": { + "content": "<|7.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50760": { + "content": "<|7.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50761": { + "content": "<|7.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50762": { + "content": "<|7.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50763": { + "content": "<|7.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50764": { + "content": "<|7.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50765": { + "content": "<|8.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50766": { + "content": "<|8.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50767": { + "content": "<|8.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50768": { + "content": "<|8.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50769": { + "content": "<|8.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50770": { + "content": "<|8.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50771": { + "content": "<|8.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50772": { + "content": "<|8.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50773": { + "content": "<|8.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50774": { + "content": "<|8.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50775": { + "content": "<|8.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50776": { + "content": "<|8.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50777": { + "content": "<|8.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50778": { + "content": "<|8.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50779": { + "content": "<|8.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50780": { + "content": "<|8.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50781": { + "content": "<|8.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50782": { + "content": "<|8.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50783": { + "content": "<|8.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50784": { + "content": "<|8.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50785": { + "content": "<|8.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50786": { + "content": "<|8.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50787": { + "content": "<|8.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50788": { + "content": "<|8.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50789": { + "content": "<|8.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50790": { + "content": "<|8.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50791": { + "content": "<|8.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50792": { + "content": "<|8.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50793": { + "content": "<|8.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50794": { + "content": "<|8.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50795": { + "content": "<|8.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50796": { + "content": "<|8.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50797": { + "content": "<|8.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50798": { + "content": "<|8.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50799": { + "content": "<|8.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50800": { + "content": "<|8.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50801": { + "content": "<|8.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50802": { + "content": "<|8.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50803": { + "content": "<|8.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50804": { + "content": "<|8.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50805": { + "content": "<|8.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50806": { + "content": "<|8.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50807": { + "content": "<|8.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50808": { + "content": "<|8.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50809": { + "content": "<|8.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50810": { + "content": "<|8.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50811": { + "content": "<|8.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50812": { + "content": "<|8.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50813": { + "content": "<|8.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50814": { + "content": "<|8.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50815": { + "content": "<|9.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50816": { + "content": "<|9.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50817": { + "content": "<|9.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50818": { + "content": "<|9.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50819": { + "content": "<|9.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50820": { + "content": "<|9.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50821": { + "content": "<|9.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50822": { + "content": "<|9.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50823": { + "content": "<|9.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50824": { + "content": "<|9.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50825": { + "content": "<|9.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50826": { + "content": "<|9.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50827": { + "content": "<|9.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50828": { + "content": "<|9.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50829": { + "content": "<|9.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50830": { + "content": "<|9.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50831": { + "content": "<|9.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50832": { + "content": "<|9.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50833": { + "content": "<|9.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50834": { + "content": "<|9.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50835": { + "content": "<|9.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50836": { + "content": "<|9.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50837": { + "content": "<|9.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50838": { + "content": "<|9.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50839": { + "content": "<|9.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50840": { + "content": "<|9.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50841": { + "content": "<|9.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50842": { + "content": "<|9.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50843": { + "content": "<|9.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50844": { + "content": "<|9.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50845": { + "content": "<|9.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50846": { + "content": "<|9.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50847": { + "content": "<|9.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50848": { + "content": "<|9.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50849": { + "content": "<|9.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50850": { + "content": "<|9.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50851": { + "content": "<|9.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50852": { + "content": "<|9.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50853": { + "content": "<|9.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50854": { + "content": "<|9.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50855": { + "content": "<|9.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50856": { + "content": "<|9.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50857": { + "content": "<|9.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50858": { + "content": "<|9.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50859": { + "content": "<|9.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50860": { + "content": "<|9.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50861": { + "content": "<|9.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50862": { + "content": "<|9.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50863": { + "content": "<|9.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50864": { + "content": "<|9.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50865": { + "content": "<|10.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50866": { + "content": "<|10.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50867": { + "content": "<|10.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50868": { + "content": "<|10.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50869": { + "content": "<|10.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50870": { + "content": "<|10.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50871": { + "content": "<|10.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50872": { + "content": "<|10.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50873": { + "content": "<|10.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50874": { + "content": "<|10.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50875": { + "content": "<|10.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50876": { + "content": "<|10.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50877": { + "content": "<|10.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50878": { + "content": "<|10.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50879": { + "content": "<|10.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50880": { + "content": "<|10.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50881": { + "content": "<|10.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50882": { + "content": "<|10.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50883": { + "content": "<|10.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50884": { + "content": "<|10.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50885": { + "content": "<|10.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50886": { + "content": "<|10.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50887": { + "content": "<|10.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50888": { + "content": "<|10.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50889": { + "content": "<|10.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50890": { + "content": "<|10.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50891": { + "content": "<|10.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50892": { + "content": "<|10.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50893": { + "content": "<|10.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50894": { + "content": "<|10.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50895": { + "content": "<|10.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50896": { + "content": "<|10.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50897": { + "content": "<|10.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50898": { + "content": "<|10.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50899": { + "content": "<|10.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50900": { + "content": "<|10.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50901": { + "content": "<|10.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50902": { + "content": "<|10.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50903": { + "content": "<|10.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50904": { + "content": "<|10.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50905": { + "content": "<|10.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50906": { + "content": "<|10.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50907": { + "content": "<|10.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50908": { + "content": "<|10.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50909": { + "content": "<|10.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50910": { + "content": "<|10.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50911": { + "content": "<|10.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50912": { + "content": "<|10.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50913": { + "content": "<|10.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50914": { + "content": "<|10.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50915": { + "content": "<|11.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50916": { + "content": "<|11.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50917": { + "content": "<|11.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50918": { + "content": "<|11.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50919": { + "content": "<|11.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50920": { + "content": "<|11.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50921": { + "content": "<|11.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50922": { + "content": "<|11.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50923": { + "content": "<|11.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50924": { + "content": "<|11.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50925": { + "content": "<|11.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50926": { + "content": "<|11.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50927": { + "content": "<|11.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50928": { + "content": "<|11.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50929": { + "content": "<|11.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50930": { + "content": "<|11.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50931": { + "content": "<|11.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50932": { + "content": "<|11.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50933": { + "content": "<|11.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50934": { + "content": "<|11.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50935": { + "content": "<|11.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50936": { + "content": "<|11.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50937": { + "content": "<|11.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50938": { + "content": "<|11.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50939": { + "content": "<|11.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50940": { + "content": "<|11.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50941": { + "content": "<|11.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50942": { + "content": "<|11.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50943": { + "content": "<|11.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50944": { + "content": "<|11.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50945": { + "content": "<|11.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50946": { + "content": "<|11.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50947": { + "content": "<|11.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50948": { + "content": "<|11.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50949": { + "content": "<|11.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50950": { + "content": "<|11.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50951": { + "content": "<|11.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50952": { + "content": "<|11.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50953": { + "content": "<|11.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50954": { + "content": "<|11.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50955": { + "content": "<|11.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50956": { + "content": "<|11.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50957": { + "content": "<|11.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50958": { + "content": "<|11.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50959": { + "content": "<|11.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50960": { + "content": "<|11.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50961": { + "content": "<|11.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50962": { + "content": "<|11.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50963": { + "content": "<|11.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50964": { + "content": "<|11.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50965": { + "content": "<|12.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50966": { + "content": "<|12.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50967": { + "content": "<|12.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50968": { + "content": "<|12.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50969": { + "content": "<|12.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50970": { + "content": "<|12.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50971": { + "content": "<|12.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50972": { + "content": "<|12.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50973": { + "content": "<|12.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50974": { + "content": "<|12.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50975": { + "content": "<|12.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50976": { + "content": "<|12.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50977": { + "content": "<|12.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50978": { + "content": "<|12.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50979": { + "content": "<|12.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50980": { + "content": "<|12.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50981": { + "content": "<|12.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50982": { + "content": "<|12.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50983": { + "content": "<|12.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50984": { + "content": "<|12.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50985": { + "content": "<|12.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50986": { + "content": "<|12.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50987": { + "content": "<|12.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50988": { + "content": "<|12.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50989": { + "content": "<|12.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50990": { + "content": "<|12.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50991": { + "content": "<|12.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50992": { + "content": "<|12.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50993": { + "content": "<|12.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50994": { + "content": "<|12.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50995": { + "content": "<|12.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50996": { + "content": "<|12.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50997": { + "content": "<|12.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50998": { + "content": "<|12.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "50999": { + "content": "<|12.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51000": { + "content": "<|12.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51001": { + "content": "<|12.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51002": { + "content": "<|12.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51003": { + "content": "<|12.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51004": { + "content": "<|12.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51005": { + "content": "<|12.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51006": { + "content": "<|12.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51007": { + "content": "<|12.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51008": { + "content": "<|12.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51009": { + "content": "<|12.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51010": { + "content": "<|12.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51011": { + "content": "<|12.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51012": { + "content": "<|12.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51013": { + "content": "<|12.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51014": { + "content": "<|12.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51015": { + "content": "<|13.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51016": { + "content": "<|13.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51017": { + "content": "<|13.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51018": { + "content": "<|13.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51019": { + "content": "<|13.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51020": { + "content": "<|13.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51021": { + "content": "<|13.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51022": { + "content": "<|13.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51023": { + "content": "<|13.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51024": { + "content": "<|13.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51025": { + "content": "<|13.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51026": { + "content": "<|13.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51027": { + "content": "<|13.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51028": { + "content": "<|13.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51029": { + "content": "<|13.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51030": { + "content": "<|13.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51031": { + "content": "<|13.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51032": { + "content": "<|13.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51033": { + "content": "<|13.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51034": { + "content": "<|13.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51035": { + "content": "<|13.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51036": { + "content": "<|13.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51037": { + "content": "<|13.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51038": { + "content": "<|13.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51039": { + "content": "<|13.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51040": { + "content": "<|13.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51041": { + "content": "<|13.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51042": { + "content": "<|13.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51043": { + "content": "<|13.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51044": { + "content": "<|13.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51045": { + "content": "<|13.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51046": { + "content": "<|13.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51047": { + "content": "<|13.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51048": { + "content": "<|13.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51049": { + "content": "<|13.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51050": { + "content": "<|13.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51051": { + "content": "<|13.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51052": { + "content": "<|13.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51053": { + "content": "<|13.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51054": { + "content": "<|13.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51055": { + "content": "<|13.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51056": { + "content": "<|13.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51057": { + "content": "<|13.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51058": { + "content": "<|13.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51059": { + "content": "<|13.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51060": { + "content": "<|13.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51061": { + "content": "<|13.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51062": { + "content": "<|13.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51063": { + "content": "<|13.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51064": { + "content": "<|13.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51065": { + "content": "<|14.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51066": { + "content": "<|14.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51067": { + "content": "<|14.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51068": { + "content": "<|14.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51069": { + "content": "<|14.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51070": { + "content": "<|14.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51071": { + "content": "<|14.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51072": { + "content": "<|14.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51073": { + "content": "<|14.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51074": { + "content": "<|14.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51075": { + "content": "<|14.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51076": { + "content": "<|14.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51077": { + "content": "<|14.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51078": { + "content": "<|14.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51079": { + "content": "<|14.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51080": { + "content": "<|14.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51081": { + "content": "<|14.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51082": { + "content": "<|14.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51083": { + "content": "<|14.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51084": { + "content": "<|14.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51085": { + "content": "<|14.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51086": { + "content": "<|14.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51087": { + "content": "<|14.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51088": { + "content": "<|14.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51089": { + "content": "<|14.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51090": { + "content": "<|14.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51091": { + "content": "<|14.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51092": { + "content": "<|14.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51093": { + "content": "<|14.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51094": { + "content": "<|14.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51095": { + "content": "<|14.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51096": { + "content": "<|14.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51097": { + "content": "<|14.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51098": { + "content": "<|14.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51099": { + "content": "<|14.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51100": { + "content": "<|14.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51101": { + "content": "<|14.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51102": { + "content": "<|14.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51103": { + "content": "<|14.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51104": { + "content": "<|14.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51105": { + "content": "<|14.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51106": { + "content": "<|14.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51107": { + "content": "<|14.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51108": { + "content": "<|14.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51109": { + "content": "<|14.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51110": { + "content": "<|14.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51111": { + "content": "<|14.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51112": { + "content": "<|14.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51113": { + "content": "<|14.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51114": { + "content": "<|14.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51115": { + "content": "<|15.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51116": { + "content": "<|15.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51117": { + "content": "<|15.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51118": { + "content": "<|15.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51119": { + "content": "<|15.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51120": { + "content": "<|15.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51121": { + "content": "<|15.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51122": { + "content": "<|15.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51123": { + "content": "<|15.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51124": { + "content": "<|15.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51125": { + "content": "<|15.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51126": { + "content": "<|15.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51127": { + "content": "<|15.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51128": { + "content": "<|15.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51129": { + "content": "<|15.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51130": { + "content": "<|15.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51131": { + "content": "<|15.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51132": { + "content": "<|15.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51133": { + "content": "<|15.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51134": { + "content": "<|15.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51135": { + "content": "<|15.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51136": { + "content": "<|15.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51137": { + "content": "<|15.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51138": { + "content": "<|15.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51139": { + "content": "<|15.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51140": { + "content": "<|15.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51141": { + "content": "<|15.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51142": { + "content": "<|15.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51143": { + "content": "<|15.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51144": { + "content": "<|15.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51145": { + "content": "<|15.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51146": { + "content": "<|15.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51147": { + "content": "<|15.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51148": { + "content": "<|15.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51149": { + "content": "<|15.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51150": { + "content": "<|15.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51151": { + "content": "<|15.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51152": { + "content": "<|15.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51153": { + "content": "<|15.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51154": { + "content": "<|15.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51155": { + "content": "<|15.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51156": { + "content": "<|15.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51157": { + "content": "<|15.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51158": { + "content": "<|15.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51159": { + "content": "<|15.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51160": { + "content": "<|15.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51161": { + "content": "<|15.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51162": { + "content": "<|15.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51163": { + "content": "<|15.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51164": { + "content": "<|15.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51165": { + "content": "<|16.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51166": { + "content": "<|16.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51167": { + "content": "<|16.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51168": { + "content": "<|16.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51169": { + "content": "<|16.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51170": { + "content": "<|16.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51171": { + "content": "<|16.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51172": { + "content": "<|16.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51173": { + "content": "<|16.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51174": { + "content": "<|16.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51175": { + "content": "<|16.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51176": { + "content": "<|16.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51177": { + "content": "<|16.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51178": { + "content": "<|16.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51179": { + "content": "<|16.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51180": { + "content": "<|16.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51181": { + "content": "<|16.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51182": { + "content": "<|16.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51183": { + "content": "<|16.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51184": { + "content": "<|16.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51185": { + "content": "<|16.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51186": { + "content": "<|16.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51187": { + "content": "<|16.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51188": { + "content": "<|16.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51189": { + "content": "<|16.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51190": { + "content": "<|16.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51191": { + "content": "<|16.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51192": { + "content": "<|16.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51193": { + "content": "<|16.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51194": { + "content": "<|16.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51195": { + "content": "<|16.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51196": { + "content": "<|16.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51197": { + "content": "<|16.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51198": { + "content": "<|16.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51199": { + "content": "<|16.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51200": { + "content": "<|16.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51201": { + "content": "<|16.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51202": { + "content": "<|16.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51203": { + "content": "<|16.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51204": { + "content": "<|16.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51205": { + "content": "<|16.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51206": { + "content": "<|16.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51207": { + "content": "<|16.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51208": { + "content": "<|16.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51209": { + "content": "<|16.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51210": { + "content": "<|16.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51211": { + "content": "<|16.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51212": { + "content": "<|16.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51213": { + "content": "<|16.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51214": { + "content": "<|16.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51215": { + "content": "<|17.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51216": { + "content": "<|17.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51217": { + "content": "<|17.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51218": { + "content": "<|17.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51219": { + "content": "<|17.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51220": { + "content": "<|17.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51221": { + "content": "<|17.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51222": { + "content": "<|17.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51223": { + "content": "<|17.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51224": { + "content": "<|17.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51225": { + "content": "<|17.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51226": { + "content": "<|17.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51227": { + "content": "<|17.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51228": { + "content": "<|17.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51229": { + "content": "<|17.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51230": { + "content": "<|17.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51231": { + "content": "<|17.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51232": { + "content": "<|17.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51233": { + "content": "<|17.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51234": { + "content": "<|17.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51235": { + "content": "<|17.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51236": { + "content": "<|17.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51237": { + "content": "<|17.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51238": { + "content": "<|17.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51239": { + "content": "<|17.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51240": { + "content": "<|17.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51241": { + "content": "<|17.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51242": { + "content": "<|17.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51243": { + "content": "<|17.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51244": { + "content": "<|17.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51245": { + "content": "<|17.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51246": { + "content": "<|17.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51247": { + "content": "<|17.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51248": { + "content": "<|17.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51249": { + "content": "<|17.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51250": { + "content": "<|17.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51251": { + "content": "<|17.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51252": { + "content": "<|17.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51253": { + "content": "<|17.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51254": { + "content": "<|17.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51255": { + "content": "<|17.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51256": { + "content": "<|17.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51257": { + "content": "<|17.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51258": { + "content": "<|17.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51259": { + "content": "<|17.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51260": { + "content": "<|17.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51261": { + "content": "<|17.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51262": { + "content": "<|17.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51263": { + "content": "<|17.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51264": { + "content": "<|17.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51265": { + "content": "<|18.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51266": { + "content": "<|18.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51267": { + "content": "<|18.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51268": { + "content": "<|18.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51269": { + "content": "<|18.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51270": { + "content": "<|18.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51271": { + "content": "<|18.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51272": { + "content": "<|18.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51273": { + "content": "<|18.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51274": { + "content": "<|18.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51275": { + "content": "<|18.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51276": { + "content": "<|18.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51277": { + "content": "<|18.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51278": { + "content": "<|18.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51279": { + "content": "<|18.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51280": { + "content": "<|18.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51281": { + "content": "<|18.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51282": { + "content": "<|18.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51283": { + "content": "<|18.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51284": { + "content": "<|18.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51285": { + "content": "<|18.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51286": { + "content": "<|18.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51287": { + "content": "<|18.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51288": { + "content": "<|18.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51289": { + "content": "<|18.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51290": { + "content": "<|18.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51291": { + "content": "<|18.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51292": { + "content": "<|18.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51293": { + "content": "<|18.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51294": { + "content": "<|18.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51295": { + "content": "<|18.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51296": { + "content": "<|18.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51297": { + "content": "<|18.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51298": { + "content": "<|18.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51299": { + "content": "<|18.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51300": { + "content": "<|18.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51301": { + "content": "<|18.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51302": { + "content": "<|18.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51303": { + "content": "<|18.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51304": { + "content": "<|18.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51305": { + "content": "<|18.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51306": { + "content": "<|18.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51307": { + "content": "<|18.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51308": { + "content": "<|18.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51309": { + "content": "<|18.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51310": { + "content": "<|18.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51311": { + "content": "<|18.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51312": { + "content": "<|18.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51313": { + "content": "<|18.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51314": { + "content": "<|18.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51315": { + "content": "<|19.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51316": { + "content": "<|19.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51317": { + "content": "<|19.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51318": { + "content": "<|19.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51319": { + "content": "<|19.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51320": { + "content": "<|19.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51321": { + "content": "<|19.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51322": { + "content": "<|19.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51323": { + "content": "<|19.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51324": { + "content": "<|19.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51325": { + "content": "<|19.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51326": { + "content": "<|19.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51327": { + "content": "<|19.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51328": { + "content": "<|19.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51329": { + "content": "<|19.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51330": { + "content": "<|19.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51331": { + "content": "<|19.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51332": { + "content": "<|19.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51333": { + "content": "<|19.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51334": { + "content": "<|19.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51335": { + "content": "<|19.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51336": { + "content": "<|19.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51337": { + "content": "<|19.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51338": { + "content": "<|19.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51339": { + "content": "<|19.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51340": { + "content": "<|19.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51341": { + "content": "<|19.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51342": { + "content": "<|19.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51343": { + "content": "<|19.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51344": { + "content": "<|19.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51345": { + "content": "<|19.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51346": { + "content": "<|19.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51347": { + "content": "<|19.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51348": { + "content": "<|19.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51349": { + "content": "<|19.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51350": { + "content": "<|19.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51351": { + "content": "<|19.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51352": { + "content": "<|19.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51353": { + "content": "<|19.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51354": { + "content": "<|19.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51355": { + "content": "<|19.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51356": { + "content": "<|19.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51357": { + "content": "<|19.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51358": { + "content": "<|19.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51359": { + "content": "<|19.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51360": { + "content": "<|19.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51361": { + "content": "<|19.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51362": { + "content": "<|19.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51363": { + "content": "<|19.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51364": { + "content": "<|19.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51365": { + "content": "<|20.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51366": { + "content": "<|20.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51367": { + "content": "<|20.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51368": { + "content": "<|20.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51369": { + "content": "<|20.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51370": { + "content": "<|20.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51371": { + "content": "<|20.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51372": { + "content": "<|20.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51373": { + "content": "<|20.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51374": { + "content": "<|20.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51375": { + "content": "<|20.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51376": { + "content": "<|20.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51377": { + "content": "<|20.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51378": { + "content": "<|20.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51379": { + "content": "<|20.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51380": { + "content": "<|20.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51381": { + "content": "<|20.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51382": { + "content": "<|20.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51383": { + "content": "<|20.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51384": { + "content": "<|20.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51385": { + "content": "<|20.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51386": { + "content": "<|20.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51387": { + "content": "<|20.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51388": { + "content": "<|20.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51389": { + "content": "<|20.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51390": { + "content": "<|20.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51391": { + "content": "<|20.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51392": { + "content": "<|20.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51393": { + "content": "<|20.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51394": { + "content": "<|20.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51395": { + "content": "<|20.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51396": { + "content": "<|20.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51397": { + "content": "<|20.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51398": { + "content": "<|20.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51399": { + "content": "<|20.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51400": { + "content": "<|20.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51401": { + "content": "<|20.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51402": { + "content": "<|20.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51403": { + "content": "<|20.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51404": { + "content": "<|20.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51405": { + "content": "<|20.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51406": { + "content": "<|20.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51407": { + "content": "<|20.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51408": { + "content": "<|20.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51409": { + "content": "<|20.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51410": { + "content": "<|20.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51411": { + "content": "<|20.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51412": { + "content": "<|20.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51413": { + "content": "<|20.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51414": { + "content": "<|20.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51415": { + "content": "<|21.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51416": { + "content": "<|21.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51417": { + "content": "<|21.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51418": { + "content": "<|21.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51419": { + "content": "<|21.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51420": { + "content": "<|21.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51421": { + "content": "<|21.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51422": { + "content": "<|21.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51423": { + "content": "<|21.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51424": { + "content": "<|21.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51425": { + "content": "<|21.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51426": { + "content": "<|21.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51427": { + "content": "<|21.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51428": { + "content": "<|21.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51429": { + "content": "<|21.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51430": { + "content": "<|21.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51431": { + "content": "<|21.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51432": { + "content": "<|21.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51433": { + "content": "<|21.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51434": { + "content": "<|21.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51435": { + "content": "<|21.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51436": { + "content": "<|21.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51437": { + "content": "<|21.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51438": { + "content": "<|21.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51439": { + "content": "<|21.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51440": { + "content": "<|21.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51441": { + "content": "<|21.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51442": { + "content": "<|21.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51443": { + "content": "<|21.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51444": { + "content": "<|21.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51445": { + "content": "<|21.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51446": { + "content": "<|21.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51447": { + "content": "<|21.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51448": { + "content": "<|21.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51449": { + "content": "<|21.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51450": { + "content": "<|21.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51451": { + "content": "<|21.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51452": { + "content": "<|21.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51453": { + "content": "<|21.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51454": { + "content": "<|21.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51455": { + "content": "<|21.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51456": { + "content": "<|21.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51457": { + "content": "<|21.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51458": { + "content": "<|21.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51459": { + "content": "<|21.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51460": { + "content": "<|21.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51461": { + "content": "<|21.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51462": { + "content": "<|21.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51463": { + "content": "<|21.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51464": { + "content": "<|21.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51465": { + "content": "<|22.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51466": { + "content": "<|22.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51467": { + "content": "<|22.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51468": { + "content": "<|22.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51469": { + "content": "<|22.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51470": { + "content": "<|22.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51471": { + "content": "<|22.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51472": { + "content": "<|22.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51473": { + "content": "<|22.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51474": { + "content": "<|22.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51475": { + "content": "<|22.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51476": { + "content": "<|22.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51477": { + "content": "<|22.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51478": { + "content": "<|22.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51479": { + "content": "<|22.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51480": { + "content": "<|22.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51481": { + "content": "<|22.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51482": { + "content": "<|22.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51483": { + "content": "<|22.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51484": { + "content": "<|22.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51485": { + "content": "<|22.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51486": { + "content": "<|22.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51487": { + "content": "<|22.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51488": { + "content": "<|22.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51489": { + "content": "<|22.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51490": { + "content": "<|22.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51491": { + "content": "<|22.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51492": { + "content": "<|22.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51493": { + "content": "<|22.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51494": { + "content": "<|22.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51495": { + "content": "<|22.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51496": { + "content": "<|22.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51497": { + "content": "<|22.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51498": { + "content": "<|22.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51499": { + "content": "<|22.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51500": { + "content": "<|22.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51501": { + "content": "<|22.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51502": { + "content": "<|22.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51503": { + "content": "<|22.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51504": { + "content": "<|22.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51505": { + "content": "<|22.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51506": { + "content": "<|22.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51507": { + "content": "<|22.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51508": { + "content": "<|22.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51509": { + "content": "<|22.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51510": { + "content": "<|22.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51511": { + "content": "<|22.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51512": { + "content": "<|22.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51513": { + "content": "<|22.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51514": { + "content": "<|22.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51515": { + "content": "<|23.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51516": { + "content": "<|23.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51517": { + "content": "<|23.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51518": { + "content": "<|23.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51519": { + "content": "<|23.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51520": { + "content": "<|23.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51521": { + "content": "<|23.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51522": { + "content": "<|23.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51523": { + "content": "<|23.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51524": { + "content": "<|23.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51525": { + "content": "<|23.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51526": { + "content": "<|23.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51527": { + "content": "<|23.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51528": { + "content": "<|23.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51529": { + "content": "<|23.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51530": { + "content": "<|23.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51531": { + "content": "<|23.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51532": { + "content": "<|23.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51533": { + "content": "<|23.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51534": { + "content": "<|23.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51535": { + "content": "<|23.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51536": { + "content": "<|23.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51537": { + "content": "<|23.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51538": { + "content": "<|23.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51539": { + "content": "<|23.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51540": { + "content": "<|23.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51541": { + "content": "<|23.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51542": { + "content": "<|23.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51543": { + "content": "<|23.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51544": { + "content": "<|23.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51545": { + "content": "<|23.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51546": { + "content": "<|23.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51547": { + "content": "<|23.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51548": { + "content": "<|23.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51549": { + "content": "<|23.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51550": { + "content": "<|23.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51551": { + "content": "<|23.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51552": { + "content": "<|23.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51553": { + "content": "<|23.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51554": { + "content": "<|23.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51555": { + "content": "<|23.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51556": { + "content": "<|23.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51557": { + "content": "<|23.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51558": { + "content": "<|23.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51559": { + "content": "<|23.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51560": { + "content": "<|23.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51561": { + "content": "<|23.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51562": { + "content": "<|23.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51563": { + "content": "<|23.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51564": { + "content": "<|23.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51565": { + "content": "<|24.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51566": { + "content": "<|24.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51567": { + "content": "<|24.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51568": { + "content": "<|24.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51569": { + "content": "<|24.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51570": { + "content": "<|24.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51571": { + "content": "<|24.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51572": { + "content": "<|24.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51573": { + "content": "<|24.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51574": { + "content": "<|24.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51575": { + "content": "<|24.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51576": { + "content": "<|24.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51577": { + "content": "<|24.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51578": { + "content": "<|24.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51579": { + "content": "<|24.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51580": { + "content": "<|24.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51581": { + "content": "<|24.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51582": { + "content": "<|24.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51583": { + "content": "<|24.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51584": { + "content": "<|24.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51585": { + "content": "<|24.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51586": { + "content": "<|24.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51587": { + "content": "<|24.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51588": { + "content": "<|24.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51589": { + "content": "<|24.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51590": { + "content": "<|24.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51591": { + "content": "<|24.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51592": { + "content": "<|24.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51593": { + "content": "<|24.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51594": { + "content": "<|24.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51595": { + "content": "<|24.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51596": { + "content": "<|24.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51597": { + "content": "<|24.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51598": { + "content": "<|24.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51599": { + "content": "<|24.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51600": { + "content": "<|24.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51601": { + "content": "<|24.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51602": { + "content": "<|24.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51603": { + "content": "<|24.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51604": { + "content": "<|24.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51605": { + "content": "<|24.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51606": { + "content": "<|24.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51607": { + "content": "<|24.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51608": { + "content": "<|24.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51609": { + "content": "<|24.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51610": { + "content": "<|24.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51611": { + "content": "<|24.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51612": { + "content": "<|24.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51613": { + "content": "<|24.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51614": { + "content": "<|24.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51615": { + "content": "<|25.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51616": { + "content": "<|25.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51617": { + "content": "<|25.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51618": { + "content": "<|25.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51619": { + "content": "<|25.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51620": { + "content": "<|25.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51621": { + "content": "<|25.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51622": { + "content": "<|25.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51623": { + "content": "<|25.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51624": { + "content": "<|25.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51625": { + "content": "<|25.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51626": { + "content": "<|25.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51627": { + "content": "<|25.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51628": { + "content": "<|25.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51629": { + "content": "<|25.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51630": { + "content": "<|25.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51631": { + "content": "<|25.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51632": { + "content": "<|25.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51633": { + "content": "<|25.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51634": { + "content": "<|25.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51635": { + "content": "<|25.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51636": { + "content": "<|25.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51637": { + "content": "<|25.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51638": { + "content": "<|25.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51639": { + "content": "<|25.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51640": { + "content": "<|25.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51641": { + "content": "<|25.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51642": { + "content": "<|25.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51643": { + "content": "<|25.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51644": { + "content": "<|25.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51645": { + "content": "<|25.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51646": { + "content": "<|25.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51647": { + "content": "<|25.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51648": { + "content": "<|25.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51649": { + "content": "<|25.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51650": { + "content": "<|25.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51651": { + "content": "<|25.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51652": { + "content": "<|25.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51653": { + "content": "<|25.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51654": { + "content": "<|25.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51655": { + "content": "<|25.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51656": { + "content": "<|25.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51657": { + "content": "<|25.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51658": { + "content": "<|25.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51659": { + "content": "<|25.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51660": { + "content": "<|25.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51661": { + "content": "<|25.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51662": { + "content": "<|25.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51663": { + "content": "<|25.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51664": { + "content": "<|25.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51665": { + "content": "<|26.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51666": { + "content": "<|26.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51667": { + "content": "<|26.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51668": { + "content": "<|26.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51669": { + "content": "<|26.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51670": { + "content": "<|26.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51671": { + "content": "<|26.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51672": { + "content": "<|26.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51673": { + "content": "<|26.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51674": { + "content": "<|26.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51675": { + "content": "<|26.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51676": { + "content": "<|26.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51677": { + "content": "<|26.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51678": { + "content": "<|26.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51679": { + "content": "<|26.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51680": { + "content": "<|26.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51681": { + "content": "<|26.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51682": { + "content": "<|26.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51683": { + "content": "<|26.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51684": { + "content": "<|26.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51685": { + "content": "<|26.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51686": { + "content": "<|26.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51687": { + "content": "<|26.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51688": { + "content": "<|26.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51689": { + "content": "<|26.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51690": { + "content": "<|26.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51691": { + "content": "<|26.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51692": { + "content": "<|26.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51693": { + "content": "<|26.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51694": { + "content": "<|26.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51695": { + "content": "<|26.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51696": { + "content": "<|26.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51697": { + "content": "<|26.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51698": { + "content": "<|26.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51699": { + "content": "<|26.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51700": { + "content": "<|26.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51701": { + "content": "<|26.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51702": { + "content": "<|26.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51703": { + "content": "<|26.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51704": { + "content": "<|26.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51705": { + "content": "<|26.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51706": { + "content": "<|26.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51707": { + "content": "<|26.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51708": { + "content": "<|26.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51709": { + "content": "<|26.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51710": { + "content": "<|26.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51711": { + "content": "<|26.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51712": { + "content": "<|26.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51713": { + "content": "<|26.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51714": { + "content": "<|26.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51715": { + "content": "<|27.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51716": { + "content": "<|27.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51717": { + "content": "<|27.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51718": { + "content": "<|27.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51719": { + "content": "<|27.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51720": { + "content": "<|27.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51721": { + "content": "<|27.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51722": { + "content": "<|27.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51723": { + "content": "<|27.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51724": { + "content": "<|27.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51725": { + "content": "<|27.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51726": { + "content": "<|27.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51727": { + "content": "<|27.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51728": { + "content": "<|27.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51729": { + "content": "<|27.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51730": { + "content": "<|27.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51731": { + "content": "<|27.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51732": { + "content": "<|27.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51733": { + "content": "<|27.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51734": { + "content": "<|27.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51735": { + "content": "<|27.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51736": { + "content": "<|27.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51737": { + "content": "<|27.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51738": { + "content": "<|27.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51739": { + "content": "<|27.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51740": { + "content": "<|27.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51741": { + "content": "<|27.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51742": { + "content": "<|27.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51743": { + "content": "<|27.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51744": { + "content": "<|27.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51745": { + "content": "<|27.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51746": { + "content": "<|27.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51747": { + "content": "<|27.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51748": { + "content": "<|27.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51749": { + "content": "<|27.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51750": { + "content": "<|27.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51751": { + "content": "<|27.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51752": { + "content": "<|27.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51753": { + "content": "<|27.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51754": { + "content": "<|27.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51755": { + "content": "<|27.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51756": { + "content": "<|27.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51757": { + "content": "<|27.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51758": { + "content": "<|27.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51759": { + "content": "<|27.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51760": { + "content": "<|27.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51761": { + "content": "<|27.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51762": { + "content": "<|27.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51763": { + "content": "<|27.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51764": { + "content": "<|27.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51765": { + "content": "<|28.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51766": { + "content": "<|28.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51767": { + "content": "<|28.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51768": { + "content": "<|28.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51769": { + "content": "<|28.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51770": { + "content": "<|28.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51771": { + "content": "<|28.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51772": { + "content": "<|28.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51773": { + "content": "<|28.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51774": { + "content": "<|28.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51775": { + "content": "<|28.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51776": { + "content": "<|28.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51777": { + "content": "<|28.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51778": { + "content": "<|28.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51779": { + "content": "<|28.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51780": { + "content": "<|28.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51781": { + "content": "<|28.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51782": { + "content": "<|28.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51783": { + "content": "<|28.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51784": { + "content": "<|28.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51785": { + "content": "<|28.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51786": { + "content": "<|28.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51787": { + "content": "<|28.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51788": { + "content": "<|28.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51789": { + "content": "<|28.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51790": { + "content": "<|28.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51791": { + "content": "<|28.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51792": { + "content": "<|28.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51793": { + "content": "<|28.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51794": { + "content": "<|28.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51795": { + "content": "<|28.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51796": { + "content": "<|28.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51797": { + "content": "<|28.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51798": { + "content": "<|28.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51799": { + "content": "<|28.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51800": { + "content": "<|28.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51801": { + "content": "<|28.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51802": { + "content": "<|28.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51803": { + "content": "<|28.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51804": { + "content": "<|28.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51805": { + "content": "<|28.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51806": { + "content": "<|28.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51807": { + "content": "<|28.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51808": { + "content": "<|28.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51809": { + "content": "<|28.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51810": { + "content": "<|28.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51811": { + "content": "<|28.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51812": { + "content": "<|28.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51813": { + "content": "<|28.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51814": { + "content": "<|28.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51815": { + "content": "<|29.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51816": { + "content": "<|29.02|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51817": { + "content": "<|29.04|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51818": { + "content": "<|29.06|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51819": { + "content": "<|29.08|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51820": { + "content": "<|29.10|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51821": { + "content": "<|29.12|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51822": { + "content": "<|29.14|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51823": { + "content": "<|29.16|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51824": { + "content": "<|29.18|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51825": { + "content": "<|29.20|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51826": { + "content": "<|29.22|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51827": { + "content": "<|29.24|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51828": { + "content": "<|29.26|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51829": { + "content": "<|29.28|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51830": { + "content": "<|29.30|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51831": { + "content": "<|29.32|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51832": { + "content": "<|29.34|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51833": { + "content": "<|29.36|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51834": { + "content": "<|29.38|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51835": { + "content": "<|29.40|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51836": { + "content": "<|29.42|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51837": { + "content": "<|29.44|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51838": { + "content": "<|29.46|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51839": { + "content": "<|29.48|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51840": { + "content": "<|29.50|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51841": { + "content": "<|29.52|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51842": { + "content": "<|29.54|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51843": { + "content": "<|29.56|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51844": { + "content": "<|29.58|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51845": { + "content": "<|29.60|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51846": { + "content": "<|29.62|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51847": { + "content": "<|29.64|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51848": { + "content": "<|29.66|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51849": { + "content": "<|29.68|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51850": { + "content": "<|29.70|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51851": { + "content": "<|29.72|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51852": { + "content": "<|29.74|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51853": { + "content": "<|29.76|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51854": { + "content": "<|29.78|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51855": { + "content": "<|29.80|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51856": { + "content": "<|29.82|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51857": { + "content": "<|29.84|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51858": { + "content": "<|29.86|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51859": { + "content": "<|29.88|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51860": { + "content": "<|29.90|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51861": { + "content": "<|29.92|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51862": { + "content": "<|29.94|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51863": { + "content": "<|29.96|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51864": { + "content": "<|29.98|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "51865": { + "content": "<|30.00|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + } + }, + "additional_special_tokens": [ + "<|startoftranscript|>", + "<|en|>", + "<|zh|>", + "<|de|>", + "<|es|>", + "<|ru|>", + "<|ko|>", + "<|fr|>", + "<|ja|>", + "<|pt|>", + "<|tr|>", + "<|pl|>", + "<|ca|>", + "<|nl|>", + "<|ar|>", + "<|sv|>", + "<|it|>", + "<|id|>", + "<|hi|>", + "<|fi|>", + "<|vi|>", + "<|he|>", + "<|uk|>", + "<|el|>", + "<|ms|>", + "<|cs|>", + "<|ro|>", + "<|da|>", + "<|hu|>", + "<|ta|>", + "<|no|>", + "<|th|>", + "<|ur|>", + "<|hr|>", + "<|bg|>", + "<|lt|>", + "<|la|>", + "<|mi|>", + "<|ml|>", + "<|cy|>", + "<|sk|>", + "<|te|>", + "<|fa|>", + "<|lv|>", + "<|bn|>", + "<|sr|>", + "<|az|>", + "<|sl|>", + "<|kn|>", + "<|et|>", + "<|mk|>", + "<|br|>", + "<|eu|>", + "<|is|>", + "<|hy|>", + "<|ne|>", + "<|mn|>", + "<|bs|>", + "<|kk|>", + "<|sq|>", + "<|sw|>", + "<|gl|>", + "<|mr|>", + "<|pa|>", + "<|si|>", + "<|km|>", + "<|sn|>", + "<|yo|>", + "<|so|>", + "<|af|>", + "<|oc|>", + "<|ka|>", + "<|be|>", + "<|tg|>", + "<|sd|>", + "<|gu|>", + "<|am|>", + "<|yi|>", + "<|lo|>", + "<|uz|>", + "<|fo|>", + "<|ht|>", + "<|ps|>", + "<|tk|>", + "<|nn|>", + "<|mt|>", + "<|sa|>", + "<|lb|>", + "<|my|>", + "<|bo|>", + "<|tl|>", + "<|mg|>", + "<|as|>", + "<|tt|>", + "<|haw|>", + "<|ln|>", + "<|ha|>", + "<|ba|>", + "<|jw|>", + "<|su|>", + "<|yue|>", + "<|translate|>", + "<|transcribe|>", + "<|startoflm|>", + "<|startofprev|>", + "<|nospeech|>", + "<|notimestamps|>" + ], + "bos_token": "<|endoftext|>", + "clean_up_tokenization_spaces": true, + "eos_token": "<|endoftext|>", + "errors": "replace", + "extra_special_tokens": {}, + "model_max_length": 1000000000000000019884624838656, + "pad_token": "<|endoftext|>", + "processor_class": "WhisperProcessor", + "tokenizer_class": "WhisperTokenizer", + "trust_remote_code": false, + "unk_token": "<|endoftext|>" +} diff --git a/train_results.json b/train_results.json new file mode 100644 index 0000000..dd4f49b --- /dev/null +++ b/train_results.json @@ -0,0 +1,8 @@ +{ + "epoch": 11.563787495482472, + "total_flos": 4.347268958158848e+20, + "train_loss": 0.010958212658762932, + "train_runtime": 14886.6676, + "train_samples_per_second": 8.598, + "train_steps_per_second": 0.269 +} \ No newline at end of file diff --git a/training_args.bin b/training_args.bin new file mode 100644 index 0000000..c6adb78 --- /dev/null +++ b/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ae1e14cb5254830c9ba92acab84551412f3fc17a4b6d27f67573489c81cef9 +size 6033 diff --git a/vocab.json b/vocab.json new file mode 100644 index 0000000..0f34564 --- /dev/null +++ b/vocab.json @@ -0,0 +1,50259 @@ +{ + "": 50256, + "!": 0, + "!!": 1432, + "!!!": 4589, + "!!!!": 8153, + "!!!!!": 28493, + "!!!!!!": 50199, + "!!!!!!!!": 28618, + "!!\"": 44556, + "!!)": 33826, + "!!]": 46990, + "!\"": 2963, + "!\",": 44815, + "!\".": 35323, + "!'": 13840, + "!(": 46824, + "!)": 5700, + "!*": 32854, + "!,": 32652, + "!.": 37817, + "!..": 44311, + "!...": 34205, + "!": 21732, + "\"?": 8930, + "\"]": 23711, + "#": 2, + "$": 3, + "%": 4, + "%,": 8923, + "%.": 6856, + "&": 5, + "'": 6, + "'!": 30159, + "''": 15025, + "')": 37380, + "',": 6098, + "'.": 5004, + "'...": 37474, + "'?": 16265, + "'D": 41063, + "'M": 25310, + "'RE": 39040, + "'S": 11460, + "'T": 18010, + "']": 48038, + "'d": 1116, + "'ll": 603, + "'m": 478, + "'re": 434, + "'s": 311, + "'t": 380, + "'ve": 600, + "(": 7, + "()": 45191, + "(?)": 20396, + ")": 8, + ")!": 36380, + ")\"": 33739, + ")(": 29422, + "))": 9383, + "),": 3824, + ").": 3050, + ")...": 40144, + "):": 4507, + ");": 34446, + ")?": 25107, + ")]": 8245, + "*": 9, + "*)": 34634, + "**": 4852, + "***": 13684, + "****": 24396, + "+": 10, + "++": 25472, + "+,": 46797, + "+.": 45585, + ",": 11, + ",\"": 2494, + ",'": 12529, + ",)": 36881, + ",,": 20387, + ",-": 44013, + ",.": 40698, + ",...": 16007, + ",": 29, + ">-": 33335, + "><": 29986, + ">>": 893, + "?": 30, + "?!": 3529, + "?!\"": 35271, + "?!?": 38825, + "?!?!": 44587, + "?\"": 1811, + "?\",": 29359, + "?\".": 25760, + "?'": 8569, + "?)": 4827, + "?,": 22753, + "?-": 38337, + "?.": 27552, + "?..": 46863, + "?...": 32865, + "?": 14350, + "Ġ-...": 41975, + "Ġ->": 33798, + "Ġ-[": 14635, + "Ġ-âĻª": 45499, + "Ġ.": 2411, + "Ġ..": 4386, + "Ġ...": 1097, + "Ġ...\"": 39463, + "Ġ....": 13368, + "Ġ.....": 46915, + "Ġ/": 2460, + "Ġ//": 29178, + "Ġ0": 1958, + "Ġ00": 7143, + "Ġ000": 13711, + "Ġ01": 23185, + "Ġ02": 37202, + "Ġ03": 43677, + "Ġ04": 50022, + "Ġ09": 48729, + "Ġ1": 502, + "Ġ10": 1266, + "Ġ100": 2319, + "Ġ1000": 9714, + "Ġ101": 21055, + "Ġ102": 45937, + "Ġ103": 48784, + "Ġ104": 47757, + "Ġ105": 33705, + "Ġ108": 41342, + "Ġ1080": 24547, + "Ġ11": 2975, + "Ġ110": 20154, + "Ġ112": 45835, + "Ġ115": 39436, + "Ġ12": 2272, + "Ġ120": 10411, + "Ġ1200": 29139, + "Ġ123": 34466, + "Ġ125": 25276, + "Ġ127": 47561, + "Ġ128": 29810, + "Ġ13": 3705, + "Ġ130": 19966, + "Ġ1300": 48156, + "Ġ135": 42652, + "Ġ14": 3499, + "Ġ140": 21548, + "Ġ1400": 46795, + "Ġ144": 45218, + "Ġ15": 2119, + "Ġ150": 8451, + "Ġ1500": 22671, + "Ġ16": 3165, + "Ġ160": 21243, + "Ġ1600": 36885, + "Ġ17": 3282, + "Ġ170": 27228, + "Ġ1700": 43373, + "Ġ175": 41165, + "Ġ18": 2443, + "Ġ180": 11971, + "Ġ1800": 24327, + "Ġ1890": 47725, + "Ġ19": 1294, + "Ġ190": 37609, + "Ġ1900": 28898, + "Ġ1914": 45131, + "Ġ1917": 42757, + "Ġ1918": 36588, + "Ġ1919": 46484, + "Ġ1920": 22003, + "Ġ1930": 22350, + "Ġ1933": 48390, + "Ġ1938": 46398, + "Ġ1939": 37785, + "Ġ194": 9754, + "Ġ1940": 24158, + "Ġ1941": 35364, + "Ġ1942": 37549, + "Ġ1943": 40402, + "Ġ1944": 35133, + "Ġ1945": 28253, + "Ġ1946": 46062, + "Ġ1947": 40417, + "Ġ1948": 38833, + "Ġ1949": 46476, + "Ġ195": 10858, + "Ġ1950": 18141, + "Ġ1953": 48528, + "Ġ1954": 46590, + "Ġ1955": 46881, + "Ġ1956": 46379, + "Ġ1957": 46256, + "Ġ1958": 45868, + "Ġ1959": 45608, + "Ġ196": 7998, + "Ġ1960": 16157, + "Ġ1961": 41720, + "Ġ1962": 39498, + "Ġ1963": 38698, + "Ġ1964": 34314, + "Ġ1965": 33809, + "Ġ1966": 39157, + "Ġ1967": 33193, + "Ġ1968": 29930, + "Ġ1969": 32090, + "Ġ197": 7560, + "Ġ1970": 14577, + "Ġ1971": 34578, + "Ġ1972": 32952, + "Ġ1973": 33530, + "Ġ1974": 33422, + "Ġ1975": 32454, + "Ġ1976": 33978, + "Ġ1977": 35092, + "Ġ1978": 33191, + "Ġ1979": 30595, + "Ġ198": 6375, + "Ġ1980": 13626, + "Ġ1981": 33117, + "Ġ1982": 31352, + "Ġ1983": 31758, + "Ġ1984": 27127, + "Ġ1985": 28962, + "Ġ1986": 27895, + "Ġ1987": 29008, + "Ġ1988": 27816, + "Ġ1989": 22427, + "Ġ199": 4303, + "Ġ1990": 13384, + "Ġ1991": 24097, + "Ġ1992": 23952, + "Ġ1993": 25137, + "Ġ1994": 22736, + "Ġ1995": 22601, + "Ġ1996": 22690, + "Ġ1997": 22383, + "Ġ1998": 21404, + "Ġ1999": 19952, + "Ġ2": 568, + "Ġ20": 945, + "Ġ200": 2331, + "Ġ2000": 8132, + "Ġ2001": 16382, + "Ġ2002": 17822, + "Ġ2003": 16416, + "Ġ2004": 15817, + "Ġ2005": 14394, + "Ġ2006": 14062, + "Ġ2007": 12656, + "Ġ2008": 10389, + "Ġ2009": 11453, + "Ġ201": 1525, + "Ġ2010": 9657, + "Ġ2011": 10154, + "Ġ2012": 9125, + "Ġ2013": 9012, + "Ġ2014": 8227, + "Ġ2015": 7546, + "Ġ2016": 6549, + "Ġ2017": 6591, + "Ġ2018": 6096, + "Ġ2019": 6071, + "Ġ2020": 4808, + "Ġ2021": 7201, + "Ġ2022": 20229, + "Ġ2023": 44377, + "Ġ2024": 45237, + "Ġ2025": 39209, + "Ġ2030": 28638, + "Ġ2050": 38308, + "Ġ21": 5080, + "Ġ210": 42692, + "Ġ22": 5853, + "Ġ220": 29387, + "Ġ23": 6673, + "Ġ230": 35311, + "Ġ24": 4022, + "Ġ240": 26837, + "Ġ25": 3552, + "Ġ250": 11650, + "Ġ2500": 41171, + "Ġ256": 38882, + "Ġ26": 7551, + "Ġ260": 44624, + "Ġ27": 7634, + "Ġ270": 40774, + "Ġ28": 7562, + "Ġ280": 41229, + "Ġ29": 9413, + "Ġ3": 805, + "Ġ30": 2217, + "Ġ300": 6641, + "Ġ3000": 20984, + "Ġ31": 10353, + "Ġ32": 8858, + "Ġ320": 42429, + "Ġ33": 11816, + "Ġ330": 45374, + "Ġ34": 12790, + "Ġ35": 6976, + "Ġ350": 18065, + "Ġ36": 8652, + "Ġ360": 13898, + "Ġ365": 22046, + "Ġ37": 13435, + "Ġ38": 12843, + "Ġ39": 15238, + "Ġ4": 1017, + "Ġ40": 3356, + "Ġ400": 8423, + "Ġ4000": 31104, + "Ġ401": 37510, + "Ġ41": 18173, + "Ġ42": 14034, + "Ġ43": 17914, + "Ġ44": 16408, + "Ġ45": 6905, + "Ġ450": 26034, + "Ġ46": 17835, + "Ġ47": 16953, + "Ġ48": 11174, + "Ġ49": 16513, + "Ġ5": 1025, + "Ġ50": 2625, + "Ġ500": 5923, + "Ġ5000": 23777, + "Ġ51": 18485, + "Ġ52": 18079, + "Ġ53": 21860, + "Ġ54": 20793, + "Ġ55": 12330, + "Ġ550": 42514, + "Ġ56": 19687, + "Ġ57": 21423, + "Ġ58": 21786, + "Ġ59": 24624, + "Ġ6": 1386, + "Ġ60": 4060, + "Ġ600": 11849, + "Ġ6000": 41789, + "Ġ61": 28294, + "Ġ62": 24536, + "Ġ63": 25082, + "Ġ64": 12145, + "Ġ65": 11624, + "Ġ650": 38566, + "Ġ66": 21126, + "Ġ67": 23879, + "Ġ68": 23317, + "Ġ69": 28267, + "Ġ7": 1614, + "Ġ70": 5285, + "Ġ700": 15204, + "Ġ71": 30942, + "Ġ72": 18731, + "Ġ720": 40881, + "Ġ73": 28387, + "Ġ74": 28868, + "Ġ75": 9562, + "Ġ750": 31682, + "Ġ76": 24733, + "Ġ77": 25546, + "Ġ78": 26369, + "Ġ79": 32803, + "Ġ8": 1649, + "Ġ80": 4688, + "Ġ800": 13083, + "Ġ81": 30827, + "Ġ82": 29097, + "Ġ83": 30997, + "Ġ84": 29018, + "Ġ85": 14695, + "Ġ86": 26687, + "Ġ87": 27990, + "Ġ88": 24587, + "Ġ89": 31877, + "Ġ9": 1722, + "Ġ90": 4289, + "Ġ900": 22016, + "Ġ91": 31064, + "Ġ911": 26901, + "Ġ92": 28225, + "Ġ93": 28876, + "Ġ94": 30849, + "Ġ95": 13420, + "Ġ96": 24124, + "Ġ97": 23399, + "Ġ98": 20860, + "Ġ99": 11803, + "Ġ:": 1982, + "Ġ:(": 35495, + "Ġ:)": 11201, + "Ġ;": 12562, + "Ġ;)": 41540, + "Ġ<": 2627, + "Ġ": 12331, + "Ġ>>": 902, + "Ġ>>:": 22040, + "Ġ>>>": 13793, + "Ġ>>[": 45687, + "Ġ?": 2506, + "Ġ?!": 31363, + "Ġ?\"": 37266, + "Ġ??": 37969, + "Ġ???": 29678, + "Ġ?]": 16587, + "Ġ@": 10428, + "ĠA": 316, + "ĠAA": 30680, + "ĠAAA": 34347, + "ĠAB": 13838, + "ĠABC": 22342, + "ĠABOUT": 50249, + "ĠABS": 41707, + "ĠAC": 8157, + "ĠACC": 42251, + "ĠACE": 44606, + "ĠACL": 43873, + "ĠACT": 40341, + "ĠAD": 9135, + "ĠADA": 39354, + "ĠADAM": 34938, + "ĠADHD": 38680, + "ĠAE": 32207, + "ĠAF": 20389, + "ĠAG": 28406, + "ĠAGA": 49133, + "ĠAH": 25888, + "ĠAI": 7318, + "ĠAIDS": 27929, + "ĠAJ": 32759, + "ĠAK": 24789, + "ĠAKA": 45933, + "ĠAL": 7056, + "ĠALEX": 27351, + "ĠALISSA": 39430, + "ĠALL": 14824, + "ĠAM": 6475, + "ĠAMD": 34808, + "ĠAMP": 31616, + "ĠAMY": 31410, + "ĠAN": 5252, + "ĠAND": 8093, + "ĠANDREW": 34504, + "ĠANNOUNCER": 35629, + "ĠANY": 39222, + "ĠAO": 40684, + "ĠAP": 5372, + "ĠAPI": 9362, + "ĠAPIs": 21445, + "ĠAPP": 22513, + "ĠAPPLAUSE": 35298, + "ĠAR": 8943, + "ĠARE": 22515, + "ĠARM": 45209, + "ĠAS": 7469, + "ĠASH": 20146, + "ĠASHLEY": 23834, + "ĠASMR": 31300, + "ĠAT": 8872, + "ĠATM": 46455, + "ĠATP": 39202, + "ĠAU": 7171, + "ĠAUDI": 8029, + "ĠAUDIENCE": 8155, + "ĠAV": 30198, + "ĠAW": 25815, + "ĠAWS": 17650, + "ĠAZ": 49698, + "ĠAa": 21460, + "ĠAaa": 35820, + "ĠAaah": 48381, + "ĠAah": 32616, + "ĠAaron": 14018, + "ĠAb": 2847, + "ĠAbb": 32673, + "ĠAbby": 27726, + "ĠAbd": 27548, + "ĠAbdul": 42591, + "ĠAbdullah": 45625, + "ĠAbe": 38472, + "ĠAbend": 36194, + "ĠAber": 5992, + "ĠAbg": 35407, + "ĠAbgeord": 40730, + "ĠAbi": 31205, + "ĠAbigail": 47174, + "ĠAboriginal": 36577, + "ĠAbout": 7769, + "ĠAbove": 32691, + "ĠAbr": 31717, + "ĠAbraham": 17782, + "ĠAbs": 5813, + "ĠAbsol": 43965, + "ĠAbsolutely": 7021, + "ĠAbst": 46853, + "ĠAbu": 26874, + "ĠAc": 5097, + "ĠAcad": 9740, + "ĠAcademic": 36139, + "ĠAcademy": 11735, + "ĠAcc": 5725, + "ĠAccept": 39957, + "ĠAccess": 17166, + "ĠAccording": 7328, + "ĠAccount": 24558, + "ĠAce": 24900, + "ĠAch": 15847, + "ĠAcho": 40731, + "ĠAcross": 34527, + "ĠAct": 3251, + "ĠActing": 42413, + "ĠAction": 16261, + "ĠActiv": 28550, + "ĠActive": 26635, + "ĠActor": 45457, + "ĠActs": 32363, + "ĠActually": 5135, + "ĠAd": 1999, + "ĠAda": 32276, + "ĠAdam": 7938, + "ĠAdams": 25214, + "ĠAdapt": 49643, + "ĠAdd": 5349, + "ĠAdding": 31204, + "ĠAdditional": 44272, + "ĠAdditionally": 19927, + "ĠAde": 43177, + "ĠAdemás": 34621, + "ĠAdjust": 34049, + "ĠAdm": 46292, + "ĠAdminist": 13322, + "ĠAdministration": 17187, + "ĠAdmiral": 38097, + "ĠAdobe": 24862, + "ĠAdri": 32447, + "ĠAdrian": 31746, + "ĠAds": 44325, + "ĠAdult": 47987, + "ĠAdv": 13634, + "ĠAdvance": 44425, + "ĠAdvanced": 26951, + "ĠAdvent": 17856, + "ĠAdventure": 26718, + "ĠAdventures": 48818, + "ĠAdvis": 31407, + "ĠAdvisor": 49719, + "ĠAdvisory": 39816, + "ĠAeg": 46085, + "ĠAer": 32459, + "ĠAf": 3325, + "ĠAfD": 28413, + "ĠAff": 12840, + "ĠAffairs": 21721, + "ĠAffordable": 41337, + "ĠAfghan": 11393, + "ĠAfghanistan": 13658, + "ĠAfric": 4390, + "ĠAfrica": 7349, + "ĠAfrican": 7312, + "ĠAfricans": 42228, + "ĠAfter": 2381, + "ĠAfterwards": 41357, + "ĠAg": 2725, + "ĠAgain": 3764, + "ĠAgainst": 29995, + "ĠAge": 16280, + "ĠAgency": 21649, + "ĠAgent": 27174, + "ĠAges": 37362, + "ĠAgg": 41512, + "ĠAgora": 16023, + "ĠAgr": 24454, + "ĠAgre": 29324, + "ĠAgreement": 40572, + "ĠAgric": 27587, + "ĠAgriculture": 35966, + "ĠAh": 2438, + "ĠAha": 27448, + "ĠAhh": 17116, + "ĠAhhh": 27185, + "ĠAhmad": 35911, + "ĠAhmed": 39189, + "ĠAhora": 18840, + "ĠAhÃŃ": 49924, + "ĠAi": 16993, + "ĠAid": 39916, + "ĠAim": 47796, + "ĠAin": 29672, + "ĠAir": 5774, + "ĠAirPods": 43247, + "ĠAirbnb": 38232, + "ĠAires": 47058, + "ĠAirl": 34421, + "ĠAirlines": 38788, + "ĠAirport": 25784, + "ĠAixò": 31869, + "ĠAj": 25862, + "ĠAk": 9629, + "ĠAkbar": 48665, + "ĠAkt": 32850, + "ĠAku": 41120, + "ĠAl": 967, + "ĠAla": 46289, + "ĠAlab": 20302, + "ĠAlabama": 20898, + "ĠAladdin": 45071, + "ĠAlan": 16442, + "ĠAlaska": 19553, + "ĠAlb": 32223, + "ĠAlban": 41547, + "ĠAlber": 26361, + "ĠAlbert": 20812, + "ĠAlberta": 43279, + "ĠAlberto": 45709, + "ĠAlcohol": 48779, + "ĠAld": 24031, + "ĠAle": 9366, + "ĠAlej": 44568, + "ĠAlert": 44939, + "ĠAlex": 5202, + "ĠAlexa": 22595, + "ĠAlexand": 28800, + "ĠAlexander": 14845, + "ĠAlexandra": 45546, + "ĠAlexandria": 41943, + "ĠAlexis": 39826, + "ĠAlf": 21996, + "ĠAlfred": 28327, + "ĠAlg": 35014, + "ĠAlger": 48681, + "ĠAlgun": 46816, + "ĠAli": 12020, + "ĠAlice": 16004, + "ĠAlicia": 38153, + "ĠAlien": 32396, + "ĠAlison": 41001, + "ĠAll": 1057, + "ĠAllah": 4574, + "ĠAllahu": 44351, + "ĠAllan": 45902, + "ĠAlle": 25318, + "ĠAlleg": 47486, + "ĠAllen": 17160, + "ĠAlles": 27633, + "ĠAllez": 29616, + "ĠAlliance": 21859, + "ĠAllied": 45620, + "ĠAllies": 44949, + "ĠAllison": 32638, + "ĠAllow": 32225, + "ĠAlly": 46776, + "ĠAllÄģh": 41778, + "ĠAlm": 14344, + "ĠAlma": 42439, + "ĠAlmighty": 16849, + "ĠAlmost": 12627, + "ĠAlo": 35625, + "ĠAlone": 42056, + "ĠAlong": 17457, + "ĠAlors": 9946, + "ĠAlpha": 20588, + "ĠAlready": 23741, + "ĠAlright": 2798, + "ĠAlrighty": 43301, + "ĠAls": 12948, + "ĠAlso": 2743, + "ĠAlt": 15992, + "ĠAlter": 32608, + "ĠAltern": 23830, + "ĠAlternatively": 46167, + "ĠAlthough": 5780, + "ĠAlto": 50066, + "ĠAlum": 33134, + "ĠAlumni": 35699, + "ĠAlways": 11270, + "ĠAly": 27008, + "ĠAlz": 26804, + "ĠAlzheimer": 27932, + "ĠAlém": 44457, + "ĠAm": 2012, + "ĠAma": 14171, + "ĠAman": 35466, + "ĠAmanda": 20431, + "ĠAmazing": 14165, + "ĠAmazon": 6795, + "ĠAmb": 17196, + "ĠAmbassador": 28506, + "ĠAmber": 29407, + "ĠAmelia": 42814, + "ĠAmen": 14092, + "ĠAmend": 20404, + "ĠAmendment": 21443, + "ĠAmer": 22597, + "ĠAmeric": 1656, + "ĠAmerica": 3374, + "ĠAmerican": 2665, + "ĠAmericans": 6280, + "ĠAmericas": 38415, + "ĠAmerika": 42345, + "ĠAmong": 16119, + "ĠAmsterdam": 28291, + "ĠAmy": 12651, + "ĠAmérica": 48053, + "ĠAn": 1107, + "ĠAna": 21202, + "ĠAnakin": 47218, + "ĠAnal": 16128, + "ĠAnalysis": 38172, + "ĠAnalyt": 23688, + "ĠAnalytics": 25944, + "ĠAnat": 42628, + "ĠAnch": 39547, + "ĠAncient": 28352, + "ĠAnd": 400, + "ĠAnda": 40480, + "ĠAnders": 33988, + "ĠAnderson": 18768, + "ĠAndre": 20667, + "ĠAndrea": 24215, + "ĠAndreas": 38785, + "ĠAndrew": 10110, + "ĠAndroid": 8853, + "ĠAndy": 13285, + "ĠAnfang": 25856, + "ĠAng": 4521, + "ĠAngeb": 44301, + "ĠAngel": 14902, + "ĠAngela": 20848, + "ĠAngeles": 12292, + "ĠAngels": 37950, + "ĠAngie": 48829, + "ĠAnglo": 49570, + "ĠAngry": 49860, + "ĠAngst": 28622, + "ĠAngular": 34107, + "ĠAnh": 23574, + "ĠAnim": 21691, + "ĠAnimal": 24358, + "ĠAnimals": 47164, + "ĠAnimation": 44635, + "ĠAnime": 48615, + "ĠAnita": 44528, + "ĠAnk": 42483, + "ĠAnn": 8860, + "ĠAnna": 12899, + "ĠAnne": 13706, + "ĠAnnie": 26781, + "ĠAnnouncer": 36640, + "ĠAnnual": 46030, + "ĠAnother": 3996, + "ĠAns": 14590, + "ĠAnsch": 45062, + "ĠAnswer": 24545, + "ĠAnt": 5130, + "ĠAntar": 30536, + "ĠAntarctica": 39866, + "ĠAntes": 39325, + "ĠAnth": 12727, + "ĠAnthony": 15853, + "ĠAnti": 27757, + "ĠAnton": 15291, + "ĠAntonio": 22527, + "ĠAntrag": 34807, + "ĠAntwort": 34693, + "ĠAny": 2639, + "ĠAnybody": 19082, + "ĠAnyone": 14643, + "ĠAnything": 11998, + "ĠAnytime": 39401, + "ĠAnyway": 5684, + "ĠAnyways": 15585, + "ĠAo": 35208, + "ĠAp": 8723, + "ĠApa": 37831, + "ĠApache": 46597, + "ĠApart": 24111, + "ĠAph": 41775, + "ĠApollo": 25187, + "ĠApost": 31467, + "ĠApp": 3132, + "ĠApparently": 16755, + "ĠAppe": 41322, + "ĠApplause": 19281, + "ĠApple": 6373, + "ĠApplic": 26519, + "ĠApplication": 39512, + "ĠApply": 25264, + "ĠAppreci": 33669, + "ĠAppreciate": 37601, + "ĠAppro": 29551, + "ĠApps": 32231, + "ĠApr": 6305, + "ĠApril": 6929, + "ĠAprès": 29265, + "ĠAqu": 8728, + "ĠAqua": 45591, + "ĠAqui": 23089, + "ĠAquÃŃ": 24386, + "ĠAr": 1587, + "ĠAra": 18601, + "ĠArab": 8625, + "ĠArabia": 21610, + "ĠArabic": 19938, + "ĠArabs": 39770, + "ĠArbeit": 18604, + "ĠArbeits": 23262, + "ĠArc": 21727, + "ĠArch": 10984, + "ĠArchitect": 29306, + "ĠArchitecture": 43049, + "ĠArchives": 39258, + "ĠArctic": 27241, + "ĠArduino": 39539, + "ĠAre": 2014, + "ĠArea": 19405, + "ĠAren": 15464, + "ĠArena": 34290, + "ĠArg": 40081, + "ĠArgent": 15183, + "ĠArgentina": 18336, + "ĠArgh": 45851, + "ĠArgu": 48560, + "ĠAri": 9433, + "ĠAriana": 43296, + "ĠAriel": 37201, + "ĠArin": 24209, + "ĠArist": 31310, + "ĠAristotle": 42368, + "ĠArizona": 14723, + "ĠArk": 16427, + "ĠArkansas": 31386, + "ĠArm": 11893, + "ĠArmed": 42024, + "ĠArmen": 22302, + "ĠArmenia": 45925, + "ĠArmenian": 41581, + "ĠArmor": 44679, + "ĠArms": 42561, + "ĠArmstrong": 36100, + "ĠArmy": 9583, + "ĠArnold": 30406, + "ĠAround": 17633, + "ĠArri": 45188, + "ĠArrow": 40269, + "ĠArsen": 41218, + "ĠArsenal": 49156, + "ĠArt": 5735, + "ĠArtem": 39210, + "ĠArthur": 19624, + "ĠArticle": 35230, + "ĠArtist": 39504, + "ĠArts": 12407, + "ĠAry": 39960, + "ĠAs": 1018, + "ĠAsh": 10279, + "ĠAshe": 45006, + "ĠAshley": 19571, + "ĠAsia": 10038, + "ĠAsian": 10645, + "ĠAsians": 47724, + "ĠAside": 33726, + "ĠAsk": 12320, + "ĠAss": 6281, + "ĠAssad": 40122, + "ĠAssass": 35355, + "ĠAssassin": 43176, + "ĠAssembly": 20399, + "ĠAssessment": 47643, + "ĠAssim": 40376, + "ĠAssist": 49633, + "ĠAssistance": 46805, + "ĠAssistant": 14890, + "ĠAssoci": 8619, + "ĠAssociate": 28520, + "ĠAssociation": 10734, + "ĠAst": 12884, + "ĠAstra": 45242, + "ĠAstron": 36819, + "ĠAsÃŃ": 17419, + "ĠAt": 1711, + "ĠAtari": 41381, + "ĠAth": 16487, + "ĠAthena": 36827, + "ĠAthens": 32530, + "ĠAthlet": 34318, + "ĠAtl": 11000, + "ĠAtlanta": 20225, + "ĠAtlantic": 20233, + "ĠAtlas": 32485, + "ĠAtt": 7298, + "ĠAttack": 22477, + "ĠAttend": 46827, + "ĠAttention": 31858, + "ĠAttorney": 23283, + "ĠAté": 31793, + "ĠAu": 12160, + "ĠAub": 36927, + "ĠAuch": 13382, + "ĠAuckland": 33976, + "ĠAud": 8821, + "ĠAudi": 28943, + "ĠAudience": 23517, + "ĠAudio": 25706, + "ĠAudrey": 31808, + "ĠAuf": 9462, + "ĠAufg": 29648, + "ĠAufgabe": 40070, + "ĠAuft": 39119, + "ĠAug": 6088, + "ĠAugen": 29692, + "ĠAugust": 6897, + "ĠAujourd": 32650, + "ĠAun": 30265, + "ĠAunque": 45068, + "ĠAunt": 17535, + "ĠAuntie": 33878, + "ĠAur": 26945, + "ĠAurora": 40663, + "ĠAus": 9039, + "ĠAuss": 21286, + "ĠAust": 4126, + "ĠAustin": 15356, + "ĠAustral": 5273, + "ĠAustralia": 7060, + "ĠAustralian": 13337, + "ĠAustralians": 38108, + "ĠAustria": 26501, + "ĠAustrian": 41507, + "ĠAusw": 48500, + "ĠAut": 6049, + "ĠAuth": 40231, + "ĠAuthor": 20216, + "ĠAuthority": 29824, + "ĠAuto": 13738, + "ĠAutob": 49909, + "ĠAutom": 24619, + "ĠAutumn": 45597, + "ĠAuÃŁerdem": 47834, + "ĠAv": 11667, + "ĠAvant": 44822, + "ĠAvatar": 44748, + "ĠAve": 23650, + "ĠAvec": 31720, + "ĠAven": 13573, + "ĠAvengers": 25430, + "ĠAvenue": 22454, + "ĠAvi": 40712, + "ĠAvo": 36175, + "ĠAvoid": 41061, + "ĠAw": 6381, + "ĠAwak": 25274, + "ĠAward": 13894, + "ĠAwards": 22187, + "ĠAware": 43949, + "ĠAway": 36957, + "ĠAwesome": 10391, + "ĠAww": 22007, + "ĠAx": 20118, + "ĠAy": 9081, + "ĠAye": 13377, + "ĠAz": 7607, + "ĠAzer": 32580, + "ĠAzerbai": 41937, + "ĠAzerbaijan": 48815, + "ĠAzure": 11969, + "ĠAÃŃ": 22175, + "ĠB": 363, + "ĠBA": 21050, + "ĠBACK": 42467, + "ĠBAR": 27952, + "ĠBB": 19168, + "ĠBBC": 22669, + "ĠBBQ": 40969, + "ĠBC": 14359, + "ĠBCE": 49369, + "ĠBE": 13513, + "ĠBEC": 45090, + "ĠBEN": 31613, + "ĠBER": 42488, + "ĠBET": 41804, + "ĠBETH": 36480, + "ĠBH": 40342, + "ĠBI": 23524, + "ĠBIG": 39761, + "ĠBILL": 28062, + "ĠBJ": 37830, + "ĠBL": 15132, + "ĠBLACK": 43408, + "ĠBM": 15901, + "ĠBMW": 21355, + "ĠBO": 22785, + "ĠBOB": 43765, + "ĠBON": 48524, + "ĠBOY": 34909, + "ĠBP": 40533, + "ĠBR": 10262, + "ĠBRA": 30777, + "ĠBRAND": 41466, + "ĠBRANDON": 46940, + "ĠBRE": 41450, + "ĠBRI": 27466, + "ĠBRIAN": 31434, + "ĠBROWN": 37705, + "ĠBS": 27253, + "ĠBT": 31144, + "ĠBTS": 17951, + "ĠBU": 31142, + "ĠBUR": 37270, + "ĠBUT": 23073, + "ĠBY": 26930, + "ĠBa": 6777, + "ĠBab": 15820, + "ĠBaba": 22529, + "ĠBabe": 44127, + "ĠBaby": 9425, + "ĠBabylon": 30278, + "ĠBach": 30920, + "ĠBachelor": 23193, + "ĠBack": 5833, + "ĠBackground": 36904, + "ĠBacon": 42460, + "ĠBad": 11523, + "ĠBaek": 38913, + "ĠBag": 24377, + "ĠBagh": 45487, + "ĠBah": 14782, + "ĠBahn": 44337, + "ĠBai": 25269, + "ĠBailey": 28192, + "ĠBak": 12063, + "ĠBake": 42597, + "ĠBaker": 25780, + "ĠBal": 13140, + "ĠBalance": 41899, + "ĠBald": 27306, + "ĠBaldwin": 46050, + "ĠBali": 40664, + "ĠBalk": 36289, + "ĠBall": 10744, + "ĠBalt": 18294, + "ĠBaltimore": 22749, + "ĠBam": 26630, + "ĠBan": 13850, + "ĠBana": 33942, + "ĠBanana": 39588, + "ĠBand": 15462, + "ĠBang": 11538, + "ĠBangkok": 43055, + "ĠBangl": 32123, + "ĠBangladesh": 35260, + "ĠBank": 8915, + "ĠBanks": 33081, + "ĠBao": 42099, + "ĠBapt": 25991, + "ĠBaptist": 32410, + "ĠBar": 4156, + "ĠBarack": 31705, + "ĠBarb": 14876, + "ĠBarbara": 19214, + "ĠBarbie": 33884, + "ĠBarcel": 20496, + "ĠBarcelona": 21247, + "ĠBard": 26841, + "ĠBardzo": 38559, + "ĠBare": 43957, + "ĠBark": 36275, + "ĠBarn": 21605, + "ĠBarnes": 43903, + "ĠBaron": 30978, + "ĠBarr": 28694, + "ĠBarry": 21639, + "ĠBart": 22338, + "ĠBas": 5859, + "ĠBase": 21054, + "ĠBased": 18785, + "ĠBash": 43068, + "ĠBasic": 31598, + "ĠBasically": 8537, + "ĠBasil": 43175, + "ĠBasket": 45360, + "ĠBass": 29626, + "ĠBast": 31915, + "ĠBat": 10066, + "ĠBath": 36167, + "ĠBatman": 15432, + "ĠBatt": 29439, + "ĠBatter": 33066, + "ĠBattery": 47410, + "ĠBattle": 11846, + "ĠBattlefield": 41091, + "ĠBau": 28772, + "ĠBaum": 40165, + "ĠBay": 7840, + "ĠBayern": 29163, + "ĠBaz": 42220, + "ĠBaÅŁ": 28942, + "ĠBe": 879, + "ĠBea": 45786, + "ĠBeach": 14866, + "ĠBead": 31315, + "ĠBeam": 40916, + "ĠBean": 38454, + "ĠBear": 19836, + "ĠBears": 50180, + "ĠBeast": 24100, + "ĠBeat": 16031, + "ĠBeatles": 38376, + "ĠBeau": 43702, + "ĠBeaut": 10584, + "ĠBeautiful": 14724, + "ĠBeauty": 21450, + "ĠBecause": 1436, + "ĠBecca": 33148, + "ĠBeck": 19184, + "ĠBecky": 30059, + "ĠBecome": 44308, + "ĠBed": 19893, + "ĠBee": 31141, + "ĠBeef": 36465, + "ĠBeen": 32839, + "ĠBeer": 41453, + "ĠBeet": 28798, + "ĠBeethoven": 38651, + "ĠBefore": 4546, + "ĠBegin": 20660, + "ĠBeginning": 45705, + "ĠBeh": 13068, + "ĠBehavior": 45807, + "ĠBehind": 20475, + "ĠBei": 16188, + "ĠBeij": 18995, + "ĠBeijing": 20240, + "ĠBeim": 45113, + "ĠBeing": 8891, + "ĠBeispiel": 13772, + "ĠBeit": 43637, + "ĠBel": 6248, + "ĠBelarus": 35855, + "ĠBelg": 19234, + "ĠBelgian": 47127, + "ĠBelgium": 28094, + "ĠBelieve": 21486, + "ĠBell": 11485, + "ĠBella": 29133, + "ĠBelle": 31905, + "ĠBelo": 49244, + "ĠBelow": 36261, + "ĠBelt": 38869, + "ĠBem": 32846, + "ĠBen": 3964, + "ĠBend": 32451, + "ĠBene": 27702, + "ĠBened": 39753, + "ĠBenedict": 47837, + "ĠBeng": 29425, + "ĠBengal": 50221, + "ĠBeni": 44460, + "ĠBenim": 27051, + "ĠBenjamin": 22231, + "ĠBenn": 29686, + "ĠBennett": 40620, + "ĠBenny": 44531, + "ĠBenson": 48601, + "ĠBent": 28894, + "ĠBentley": 43147, + "ĠBer": 5637, + "ĠBere": 17684, + "ĠBereich": 26489, + "ĠBerg": 27511, + "ĠBerkeley": 23684, + "ĠBerlin": 13848, + "ĠBern": 10781, + "ĠBernard": 30116, + "ĠBernie": 22426, + "ĠBerry": 34084, + "ĠBert": 29594, + "ĠBeruf": 36688, + "ĠBes": 8190, + "ĠBesch": 30860, + "ĠBesides": 13212, + "ĠBest": 9752, + "ĠBet": 6279, + "ĠBeta": 33286, + "ĠBeth": 14011, + "ĠBets": 49352, + "ĠBett": 45083, + "ĠBetter": 15753, + "ĠBetty": 30270, + "ĠBetween": 18967, + "ĠBev": 41159, + "ĠBever": 39236, + "ĠBeverly": 43598, + "ĠBevölker": 48313, + "ĠBew": 40512, + "ĠBeweg": 46757, + "ĠBey": 15550, + "ĠBeyonce": 48416, + "ĠBeyond": 19707, + "ĠBh": 13550, + "ĠBhag": 33797, + "ĠBhar": 49104, + "ĠBi": 13007, + "ĠBian": 39509, + "ĠBib": 31520, + "ĠBible": 6544, + "ĠBiden": 9877, + "ĠBie": 34972, + "ĠBieber": 42377, + "ĠBien": 16956, + "ĠBier": 50222, + "ĠBig": 5429, + "ĠBigQuery": 43422, + "ĠBij": 41809, + "ĠBike": 45699, + "ĠBil": 22879, + "ĠBild": 15746, + "ĠBilder": 44719, + "ĠBill": 5477, + "ĠBillboard": 40351, + "ĠBillie": 46021, + "ĠBilly": 18179, + "ĠBin": 18983, + "ĠBing": 30755, + "ĠBio": 26840, + "ĠBiology": 48132, + "ĠBir": 7145, + "ĠBiraz": 48542, + "ĠBird": 15931, + "ĠBirds": 41456, + "ĠBirmingham": 34673, + "ĠBirth": 24299, + "ĠBirthday": 29236, + "ĠBis": 25271, + "ĠBishop": 30113, + "ĠBism": 34594, + "ĠBit": 9101, + "ĠBitch": 40678, + "ĠBitcoin": 11414, + "ĠBite": 48012, + "ĠBitte": 42890, + "ĠBiz": 16619, + "ĠBizim": 45180, + "ĠBj": 49660, + "ĠBl": 2177, + "ĠBla": 18925, + "ĠBlack": 4076, + "ĠBlade": 32230, + "ĠBlair": 42157, + "ĠBlake": 23451, + "ĠBlaze": 49894, + "ĠBle": 30721, + "ĠBlend": 44836, + "ĠBless": 21562, + "ĠBlessed": 37501, + "ĠBlick": 32556, + "ĠBlind": 34126, + "ĠBliss": 50034, + "ĠBlizzard": 40976, + "ĠBlo": 9865, + "ĠBlock": 17500, + "ĠBlockchain": 48916, + "ĠBlog": 46693, + "ĠBlood": 17428, + "ĠBloody": 46877, + "ĠBloom": 25927, + "ĠBloomberg": 40363, + "ĠBlow": 46391, + "ĠBlue": 8510, + "ĠBlues": 44979, + "ĠBluetooth": 20286, + "ĠBo": 3286, + "ĠBoard": 10008, + "ĠBob": 6085, + "ĠBobby": 19573, + "ĠBock": 47672, + "ĠBod": 19482, + "ĠBoden": 34971, + "ĠBody": 21329, + "ĠBoeing": 30831, + "ĠBog": 24339, + "ĠBoh": 32484, + "ĠBol": 14331, + "ĠBold": 48954, + "ĠBolsonaro": 46710, + "ĠBolt": 37884, + "ĠBom": 19812, + "ĠBomb": 25463, + "ĠBon": 7368, + "ĠBond": 23604, + "ĠBone": 45915, + "ĠBong": 39813, + "ĠBonjour": 25431, + "ĠBonnie": 32170, + "ĠBonus": 44917, + "ĠBoo": 23351, + "ĠBook": 9476, + "ĠBooks": 33843, + "ĠBoom": 15523, + "ĠBoost": 43902, + "ĠBoot": 37263, + "ĠBor": 13739, + "ĠBora": 49967, + "ĠBorder": 36985, + "ĠBoris": 27158, + "ĠBorn": 29808, + "ĠBos": 22264, + "ĠBose": 45206, + "ĠBoss": 15215, + "ĠBoston": 12333, + "ĠBot": 25486, + "ĠBoth": 6767, + "ĠBots": 47224, + "ĠBott": 28479, + "ĠBottom": 38289, + "ĠBou": 43833, + "ĠBoulder": 48052, + "ĠBoule": 50121, + "ĠBour": 35866, + "ĠBow": 12903, + "ĠBowl": 25044, + "ĠBowser": 46102, + "ĠBox": 15112, + "ĠBoy": 9486, + "ĠBoys": 21963, + "ĠBr": 1603, + "ĠBra": 4991, + "ĠBrad": 11895, + "ĠBradley": 36607, + "ĠBrady": 31773, + "ĠBrah": 36569, + "ĠBrain": 29783, + "ĠBran": 45265, + "ĠBranch": 40482, + "ĠBrand": 11119, + "ĠBrandon": 22606, + "ĠBrasil": 14861, + "ĠBraun": 46939, + "ĠBrave": 38545, + "ĠBravo": 28861, + "ĠBrazil": 9435, + "ĠBrazilian": 23435, + "ĠBre": 7090, + "ĠBread": 35357, + "ĠBreak": 16925, + "ĠBreakfast": 45371, + "ĠBreaking": 36715, + "ĠBreat": 20093, + "ĠBreath": 38672, + "ĠBreathe": 36323, + "ĠBree": 49188, + "ĠBref": 49957, + "ĠBren": 31200, + "ĠBrend": 25425, + "ĠBrenda": 39610, + "ĠBrendan": 48484, + "ĠBrent": 31665, + "ĠBret": 42000, + "ĠBrett": 29447, + "ĠBrew": 42906, + "ĠBrexit": 24480, + "ĠBri": 32851, + "ĠBrian": 10765, + "ĠBrid": 30552, + "ĠBridge": 18917, + "ĠBrief": 39805, + "ĠBrig": 29675, + "ĠBright": 24271, + "ĠBrill": 30132, + "ĠBrilliant": 34007, + "ĠBring": 12842, + "ĠBringing": 45241, + "ĠBris": 30554, + "ĠBrisbane": 32222, + "ĠBristol": 41208, + "ĠBrit": 4760, + "ĠBritain": 12960, + "ĠBritish": 6221, + "ĠBritney": 46161, + "ĠBritt": 30750, + "ĠBrittany": 41067, + "ĠBro": 5425, + "ĠBroad": 14074, + "ĠBroadway": 19414, + "ĠBrock": 32093, + "ĠBroken": 46624, + "ĠBron": 19544, + "ĠBronx": 41862, + "ĠBronze": 44916, + "ĠBrook": 13945, + "ĠBrooke": 43092, + "ĠBrooklyn": 21872, + "ĠBrooks": 33493, + "ĠBros": 27651, + "ĠBrother": 8904, + "ĠBrothers": 19886, + "ĠBrown": 8030, + "ĠBru": 12792, + "ĠBruce": 15429, + "ĠBruno": 23046, + "ĠBrus": 32894, + "ĠBrush": 33142, + "ĠBrussels": 38717, + "ĠBry": 12812, + "ĠBryan": 23730, + "ĠBryant": 46466, + "ĠBryce": 35109, + "ĠBu": 4078, + "ĠBub": 25489, + "ĠBubble": 43072, + "ĠBuch": 25818, + "ĠBuck": 22006, + "ĠBud": 6384, + "ĠBudd": 8845, + "ĠBuddh": 13522, + "ĠBuddha": 16375, + "ĠBuddhism": 24744, + "ĠBuddhist": 22764, + "ĠBuddy": 27829, + "ĠBudget": 33751, + "ĠBueno": 16046, + "ĠBuenos": 38058, + "ĠBuff": 20254, + "ĠBuffalo": 33855, + "ĠBug": 23821, + "ĠBugün": 48017, + "ĠBuild": 11875, + "ĠBuilding": 18974, + "ĠBuilt": 49822, + "ĠBul": 19825, + "ĠBulgar": 31125, + "ĠBulgaria": 47737, + "ĠBull": 14131, + "ĠBullet": 44975, + "ĠBun": 14661, + "ĠBund": 10203, + "ĠBundes": 14031, + "ĠBundesregierung": 46876, + "ĠBundest": 43825, + "ĠBunny": 38803, + "ĠBunu": 35919, + "ĠBunun": 45160, + "ĠBur": 7031, + "ĠBurada": 43776, + "ĠBurch": 48370, + "ĠBureau": 19738, + "ĠBurg": 32911, + "ĠBurger": 28936, + "ĠBurke": 37396, + "ĠBurn": 18328, + "ĠBurning": 43905, + "ĠBurns": 41195, + "ĠBurton": 46011, + "ĠBus": 8006, + "ĠBusan": 43538, + "ĠBush": 15782, + "ĠBusiness": 10715, + "ĠBut": 583, + "ĠButler": 27571, + "ĠButt": 40801, + "ĠButter": 22646, + "ĠButton": 38435, + "ĠBuy": 19146, + "ĠBuzz": 29209, + "ĠBy": 3146, + "ĠBye": 4621, + "ĠByz": 41014, + "ĠBä": 47571, + "ĠBöyle": 30734, + "ĠBü": 37186, + "ĠBür": 22596, + "ĠBürger": 28514, + "ĠBÃľNDNIS": 25667, + "ĠC": 383, + "ĠCA": 22852, + "ĠCAD": 41143, + "ĠCAL": 50188, + "ĠCAM": 27040, + "ĠCAN": 22931, + "ĠCAP": 33636, + "ĠCAR": 15939, + "ĠCAS": 43268, + "ĠCAT": 41192, + "ĠCB": 18745, + "ĠCBD": 41584, + "ĠCBS": 35856, + "ĠCC": 12630, + "ĠCCP": 27876, + "ĠCCTV": 44838, + "ĠCD": 6743, + "ĠCDC": 17133, + "ĠCDU": 19181, + "ĠCDs": 45257, + "ĠCE": 28109, + "ĠCEO": 9282, + "ĠCEOs": 40736, + "ĠCF": 21792, + "ĠCG": 38007, + "ĠCGI": 48448, + "ĠCH": 5995, + "ĠCHA": 35732, + "ĠCHAN": 39235, + "ĠCHAR": 35494, + "ĠCHEERING": 45465, + "ĠCHRIS": 17353, + "ĠCI": 37777, + "ĠCIA": 25143, + "ĠCJ": 42285, + "ĠCL": 12855, + "ĠCM": 20424, + "ĠCMS": 33124, + "ĠCN": 14589, + "ĠCNC": 48714, + "ĠCNN": 24859, + "ĠCO": 3002, + "ĠCOB": 34812, + "ĠCOL": 31286, + "ĠCOM": 35074, + "ĠCOME": 49563, + "ĠCOMM": 36041, + "ĠCON": 16596, + "ĠCOP": 48988, + "ĠCOR": 43137, + "ĠCOSTA": 36537, + "ĠCOVID": 4566, + "ĠCP": 22431, + "ĠCPA": 48672, + "ĠCPR": 47536, + "ĠCPU": 13199, + "ĠCR": 14123, + "ĠCRA": 34425, + "ĠCRIS": 49256, + "ĠCS": 9460, + "ĠCSS": 24387, + "ĠCSV": 48814, + "ĠCT": 19529, + "ĠCU": 29777, + "ĠCV": 22995, + "ĠCa": 7544, + "ĠCab": 14704, + "ĠCabinet": 31398, + "ĠCad": 22323, + "ĠCada": 38603, + "ĠCaesar": 26678, + "ĠCaf": 46701, + "ĠCafe": 35864, + "ĠCage": 48677, + "ĠCai": 30983, + "ĠCait": 28250, + "ĠCaitlin": 50131, + "ĠCake": 36773, + "ĠCal": 3511, + "ĠCaleb": 30331, + "ĠCalendar": 43583, + "ĠCaliforn": 5284, + "ĠCalifornia": 5384, + "ĠCall": 7807, + "ĠCalled": 45001, + "ĠCalling": 44150, + "ĠCalm": 23086, + "ĠCalvin": 28025, + "ĠCam": 6886, + "ĠCamb": 29287, + "ĠCambodia": 47347, + "ĠCambridge": 24876, + "ĠCame": 36042, + "ĠCamera": 23734, + "ĠCameron": 24962, + "ĠCamp": 9189, + "ĠCampaign": 38256, + "ĠCampbell": 25914, + "ĠCampus": 28095, + "ĠCan": 1664, + "ĠCanad": 10380, + "ĠCanada": 6309, + "ĠCanadian": 12641, + "ĠCanadians": 30053, + "ĠCanal": 38250, + "ĠCancer": 26127, + "ĠCand": 20466, + "ĠCandy": 31470, + "ĠCann": 29866, + "ĠCannon": 43102, + "ĠCanon": 27666, + "ĠCant": 26697, + "ĠCanton": 44170, + "ĠCanvas": 25725, + "ĠCanyon": 29170, + "ĠCao": 38176, + "ĠCap": 8363, + "ĠCape": 27517, + "ĠCapital": 21502, + "ĠCapitol": 25081, + "ĠCapt": 9480, + "ĠCaptain": 10873, + "ĠCar": 2741, + "ĠCara": 33006, + "ĠCarbon": 31453, + "ĠCard": 11877, + "ĠCare": 9532, + "ĠCareer": 31690, + "ĠCareful": 32932, + "ĠCarib": 23438, + "ĠCaribbean": 24356, + "ĠCarl": 14256, + "ĠCarla": 41325, + "ĠCarlo": 45112, + "ĠCarlos": 19646, + "ĠCarm": 44530, + "ĠCarmen": 35778, + "ĠCarn": 32254, + "ĠCarne": 42799, + "ĠCarnegie": 47301, + "ĠCarney": 29351, + "ĠCaro": 37265, + "ĠCarol": 7925, + "ĠCarolina": 11480, + "ĠCaroline": 30245, + "ĠCarolyn": 42731, + "ĠCarr": 17715, + "ĠCarrie": 34654, + "ĠCarroll": 48456, + "ĠCarry": 44168, + "ĠCars": 43595, + "ĠCarson": 38731, + "ĠCart": 22478, + "ĠCarter": 21622, + "ĠCarwyn": 47021, + "ĠCas": 16100, + "ĠCasa": 44843, + "ĠCase": 17791, + "ĠCasey": 27369, + "ĠCash": 27016, + "ĠCass": 18208, + "ĠCast": 11019, + "ĠCastle": 21076, + "ĠCastro": 43221, + "ĠCat": 9565, + "ĠCatal": 24994, + "ĠCatalunya": 46039, + "ĠCatch": 23869, + "ĠCath": 8764, + "ĠCathedral": 46794, + "ĠCatherine": 23098, + "ĠCatholic": 11981, + "ĠCatholics": 36333, + "ĠCathy": 39799, + "ĠCats": 40902, + "ĠCau": 49788, + "ĠCauc": 44044, + "ĠCaucas": 44941, + "ĠCause": 10865, + "ĠCav": 28066, + "ĠCave": 41100, + "ĠCay": 38287, + "ĠCe": 8257, + "ĠCec": 38807, + "ĠCel": 19967, + "ĠCela": 37348, + "ĠCelebr": 30413, + "ĠCeline": 42704, + "ĠCell": 28859, + "ĠCelsius": 22658, + "ĠCelt": 44591, + "ĠCem": 48852, + "ĠCen": 38065, + "ĠCena": 48131, + "ĠCensus": 34273, + "ĠCent": 3408, + "ĠCenter": 5169, + "ĠCenters": 41911, + "ĠCentral": 9701, + "ĠCentre": 20764, + "ĠCentury": 28555, + "ĠCer": 26402, + "ĠCert": 31036, + "ĠCertain": 13407, + "ĠCertainly": 16628, + "ĠCes": 28414, + "ĠCette": 25556, + "ĠCh": 761, + "ĠCha": 12374, + "ĠChad": 22268, + "ĠChain": 33252, + "ĠChair": 8678, + "ĠChairman": 17866, + "ĠChall": 14398, + "ĠChallenge": 17517, + "ĠCham": 18054, + "ĠChamber": 25401, + "ĠChamp": 9863, + "ĠChampion": 23160, + "ĠChampions": 14391, + "ĠChampionship": 24310, + "ĠChampionships": 46917, + "ĠChan": 16064, + "ĠChance": 16428, + "ĠChancellor": 24778, + "ĠChand": 32244, + "ĠChanel": 42698, + "ĠChang": 17179, + "ĠChange": 15060, + "ĠChanging": 45773, + "ĠChannel": 13553, + "ĠChaos": 32644, + "ĠChap": 24187, + "ĠChapel": 48203, + "ĠChapter": 18874, + "ĠChar": 4327, + "ĠCharacter": 36786, + "ĠCharge": 40546, + "ĠCharl": 14130, + "ĠCharles": 10523, + "ĠCharlie": 13754, + "ĠCharlotte": 19059, + "ĠChart": 49762, + "ĠChase": 21384, + "ĠChat": 27503, + "ĠChe": 3351, + "ĠCheck": 6881, + "ĠCheer": 39899, + "ĠCheers": 13006, + "ĠCheese": 23738, + "ĠChef": 14447, + "ĠChel": 24345, + "ĠChelsea": 26527, + "ĠChem": 21357, + "ĠChemical": 42754, + "ĠChemistry": 46038, + "ĠChen": 13682, + "ĠCheng": 24363, + "ĠCher": 14825, + "ĠChern": 49504, + "ĠCherry": 34831, + "ĠCheryl": 38331, + "ĠChest": 47981, + "ĠChev": 44236, + "ĠChevy": 49426, + "ĠChi": 17730, + "ĠChic": 9010, + "ĠChicago": 9525, + "ĠChick": 38930, + "ĠChicken": 16765, + "ĠChief": 10068, + "ĠChild": 9004, + "ĠChildren": 13354, + "ĠChile": 22238, + "ĠChili": 45624, + "ĠChill": 41368, + "ĠChin": 4430, + "ĠChina": 3533, + "ĠChinese": 4649, + "ĠChing": 47818, + "ĠChip": 29751, + "ĠChloe": 29694, + "ĠCho": 12366, + "ĠChocolate": 26832, + "ĠChoi": 33479, + "ĠChoice": 37080, + "ĠChong": 43040, + "ĠChoose": 21661, + "ĠChop": 25615, + "ĠChr": 1721, + "ĠChris": 6688, + "ĠChrist": 2040, + "ĠChristian": 5778, + "ĠChristianity": 17326, + "ĠChristians": 12254, + "ĠChristie": 46111, + "ĠChristina": 25466, + "ĠChristine": 24038, + "ĠChristmas": 5272, + "ĠChristopher": 20649, + "ĠChrome": 15327, + "ĠChron": 34038, + "ĠChry": 43183, + "ĠChu": 25585, + "ĠChuck": 21607, + "ĠChun": 32527, + "ĠChung": 38314, + "ĠChurch": 7882, + "ĠChurchill": 39837, + "ĠCi": 20188, + "ĠCiao": 28473, + "ĠCin": 18310, + "ĠCinc": 44142, + "ĠCincinn": 45323, + "ĠCincinnati": 45951, + "ĠCind": 23863, + "ĠCinderella": 47980, + "ĠCindy": 32185, + "ĠCinema": 42502, + "ĠCinnamon": 40446, + "ĠCir": 13791, + "ĠCirc": 28938, + "ĠCircle": 29381, + "ĠCircuit": 36939, + "ĠCisco": 38528, + "ĠCit": 18435, + "ĠCities": 36672, + "ĠCitizen": 44371, + "ĠCitizens": 44120, + "ĠCity": 4392, + "ĠCiv": 35452, + "ĠCivic": 46237, + "ĠCivil": 13405, + "ĠCl": 2033, + "ĠCla": 12947, + "ĠClaire": 22605, + "ĠClan": 45117, + "ĠClap": 45297, + "ĠClar": 28410, + "ĠClara": 32048, + "ĠClark": 18572, + "ĠClaro": 33380, + "ĠClass": 9471, + "ĠClassic": 25008, + "ĠClaud": 24858, + "ĠClaudia": 36785, + "ĠClaus": 33153, + "ĠClay": 21392, + "ĠCle": 8834, + "ĠClean": 18463, + "ĠClear": 14993, + "ĠClearly": 24120, + "ĠClement": 49517, + "ĠCler": 36984, + "ĠClerk": 45175, + "ĠCleveland": 27846, + "ĠClick": 8230, + "ĠCliff": 33638, + "ĠClimate": 27025, + "ĠClin": 24240, + "ĠClinic": 37918, + "ĠClinical": 47942, + "ĠClint": 45311, + "ĠClinton": 15445, + "ĠClo": 31901, + "ĠClock": 46986, + "ĠClone": 45536, + "ĠClose": 16346, + "ĠCloud": 8061, + "ĠClub": 11288, + "ĠCly": 44752, + "ĠCo": 3066, + "ĠCoach": 17369, + "ĠCoalition": 40586, + "ĠCoast": 14960, + "ĠCob": 31395, + "ĠCoc": 30430, + "ĠCoca": 32719, + "ĠCock": 39410, + "ĠCoco": 29787, + "ĠCoconut": 45875, + "ĠCode": 15549, + "ĠCody": 34524, + "ĠCoffee": 25481, + "ĠCoh": 29000, + "ĠCohen": 32968, + "ĠCoin": 39054, + "ĠCoke": 32996, + "ĠCol": 4004, + "ĠCola": 48037, + "ĠCold": 16918, + "ĠCole": 20394, + "ĠColeman": 49930, + "ĠColin": 29253, + "ĠColl": 4586, + "ĠCollabor": 44483, + "ĠCollect": 31896, + "ĠCollection": 30981, + "ĠCollege": 6745, + "ĠCollins": 27973, + "ĠColomb": 18514, + "ĠColombia": 22677, + "ĠColon": 21408, + "ĠColonel": 28478, + "ĠColor": 10458, + "ĠColorado": 15786, + "ĠColumb": 13056, + "ĠColumbia": 17339, + "ĠColumbus": 31258, + "ĠCom": 2432, + "ĠComb": 25939, + "ĠCombat": 41019, + "ĠCome": 2492, + "ĠComedy": 47217, + "ĠComes": 47290, + "ĠComic": 40945, + "ĠComics": 43533, + "ĠComing": 12473, + "ĠComm": 3046, + "ĠCommand": 17901, + "ĠCommander": 20857, + "ĠComme": 24308, + "ĠComment": 16328, + "ĠCommerce": 34493, + "ĠCommercial": 47171, + "ĠCommission": 10766, + "ĠCommissioner": 25410, + "ĠCommittee": 11556, + "ĠCommon": 18235, + "ĠCommons": 34894, + "ĠCommonwealth": 35295, + "ĠComms": 42664, + "ĠCommun": 6800, + "ĠCommunication": 34930, + "ĠCommunications": 38998, + "ĠCommunist": 23253, + "ĠCommunity": 10421, + "ĠComo": 11913, + "ĠComp": 6620, + "ĠCompan": 31827, + "ĠCompanies": 44031, + "ĠCompany": 13918, + "ĠCompare": 48523, + "ĠCompared": 30539, + "ĠCompass": 50179, + "ĠCompet": 32216, + "ĠCompetition": 43634, + "ĠCompl": 33736, + "ĠComplet": 31804, + "ĠComplete": 34687, + "ĠCompletely": 39978, + "ĠComplex": 41184, + "ĠComput": 37804, + "ĠComputer": 22289, + "ĠCon": 2656, + "ĠConan": 47691, + "ĠConc": 18200, + "ĠConcept": 47482, + "ĠCond": 21793, + "ĠConf": 11701, + "ĠConfeder": 31201, + "ĠConfederate": 45000, + "ĠConference": 22131, + "ĠConfig": 44151, + "ĠCong": 4280, + "ĠCongo": 42839, + "ĠCongrats": 40219, + "ĠCongratulations": 9694, + "ĠCongress": 6426, + "ĠCongressman": 38071, + "ĠConnect": 11653, + "ĠConnecticut": 29433, + "ĠConnie": 49558, + "ĠConnor": 33133, + "ĠCons": 6923, + "ĠConse": 39706, + "ĠConserv": 26870, + "ĠConservation": 40131, + "ĠConservative": 46054, + "ĠConsider": 17416, + "ĠConsidering": 33854, + "ĠConsole": 44152, + "ĠConsort": 31719, + "ĠConst": 8574, + "ĠConstant": 37413, + "ĠConstitution": 14505, + "ĠConstruction": 40017, + "ĠConsult": 40057, + "ĠConsumer": 39494, + "ĠCont": 4839, + "ĠContact": 30683, + "ĠContain": 43732, + "ĠContent": 30078, + "ĠContin": 14674, + "ĠContinue": 24472, + "ĠContinuing": 47585, + "ĠContract": 44659, + "ĠControl": 12912, + "ĠController": 44969, + "ĠConven": 45992, + "ĠConvention": 26793, + "ĠConvers": 33247, + "ĠCook": 12259, + "ĠCookie": 42011, + "ĠCooking": 36647, + "ĠCool": 8561, + "ĠCooper": 20355, + "ĠCoordin": 39620, + "ĠCoordinator": 47173, + "ĠCop": 11579, + "ĠCopenh": 50135, + "ĠCopper": 47243, + "ĠCopy": 25653, + "ĠCor": 3925, + "ĠCord": 40267, + "ĠCore": 14798, + "ĠCorey": 39136, + "ĠCorin": 25567, + "ĠCorinth": 29455, + "ĠCorinthians": 34778, + "ĠCorn": 21590, + "ĠCornell": 43257, + "ĠCorner": 42391, + "ĠCoron": 24199, + "ĠCorona": 18075, + "ĠCoronavirus": 32737, + "ĠCorpor": 19665, + "ĠCorporation": 26464, + "ĠCorps": 20169, + "ĠCorrect": 12753, + "ĠCort": 28522, + "ĠCory": 41695, + "ĠCos": 15855, + "ĠCost": 20863, + "ĠCosta": 28440, + "ĠCostco": 43453, + "ĠCott": 35485, + "ĠCotton": 46195, + "ĠCou": 26180, + "ĠCould": 7497, + "ĠCouldn": 35800, + "ĠCoun": 4780, + "ĠCouncil": 7076, + "ĠCouncill": 10778, + "ĠCouncillor": 11731, + "ĠCouncillors": 44912, + "ĠCounsel": 35157, + "ĠCount": 5247, + "ĠCounter": 35607, + "ĠCountry": 23216, + "ĠCounty": 6658, + "ĠCouple": 38266, + "ĠCour": 6413, + "ĠCourse": 27327, + "ĠCourt": 7873, + "ĠCourtney": 33489, + "ĠCover": 19106, + "ĠCovid": 14633, + "ĠCow": 21933, + "ĠCox": 41576, + "ĠCr": 4779, + "ĠCra": 11138, + "ĠCraft": 29991, + "ĠCraig": 19732, + "ĠCrash": 31787, + "ĠCraw": 37877, + "ĠCrazy": 22509, + "ĠCre": 9549, + "ĠCream": 25358, + "ĠCreat": 11972, + "ĠCreate": 20248, + "ĠCreating": 40002, + "ĠCreation": 42874, + "ĠCreative": 26598, + "ĠCreator": 28208, + "ĠCred": 47560, + "ĠCredit": 36006, + "ĠCreed": 39103, + "ĠCreek": 24200, + "ĠCreo": 40640, + "ĠCrew": 29857, + "ĠCrim": 30691, + "ĠCrime": 26140, + "ĠCrimea": 48495, + "ĠCriminal": 43698, + "ĠCrisis": 42846, + "ĠCrisp": 49077, + "ĠCrist": 23199, + "ĠCristo": 36524, + "ĠCrit": 23202, + "ĠCritical": 39482, + "ĠCro": 18965, + "ĠCroat": 37614, + "ĠCroatia": 50186, + "ĠCross": 11623, + "ĠCrossing": 41675, + "ĠCrow": 27072, + "ĠCrowd": 40110, + "ĠCrown": 22375, + "ĠCru": 13586, + "ĠCruise": 39165, + "ĠCrunch": 44233, + "ĠCrus": 34484, + "ĠCrush": 44211, + "ĠCruz": 23008, + "ĠCry": 12267, + "ĠCrypt": 34809, + "ĠCrystal": 23489, + "ĠCtrl": 35233, + "ĠCu": 13205, + "ĠCuando": 21907, + "ĠCub": 21300, + "ĠCuba": 20604, + "ĠCuban": 31547, + "ĠCube": 33003, + "ĠCul": 49037, + "ĠCult": 41550, + "ĠCultural": 31450, + "ĠCulture": 27539, + "ĠCum": 26337, + "ĠCup": 13751, + "ĠCur": 7907, + "ĠCuriosity": 48998, + "ĠCurrent": 15629, + "ĠCurrently": 19964, + "ĠCurry": 34789, + "ĠCurt": 26587, + "ĠCurtis": 42140, + "ĠCustom": 16649, + "ĠCustomer": 37168, + "ĠCut": 9431, + "ĠCute": 29121, + "ĠCuz": 27017, + "ĠCy": 10295, + "ĠCyber": 22935, + "ĠCyberpunk": 46927, + "ĠCycl": 49173, + "ĠCynthia": 38163, + "ĠCyr": 33146, + "ĠCyrus": 47439, + "ĠCzech": 25227, + "ĠCzy": 19832, + "ĠCzyli": 37099, + "ĠCó": 41306, + "ĠD": 413, + "ĠDA": 9578, + "ĠDAC": 39038, + "ĠDAM": 48093, + "ĠDAN": 15331, + "ĠDANIEL": 38958, + "ĠDAR": 49274, + "ĠDAVID": 16764, + "ĠDAY": 27665, + "ĠDB": 26754, + "ĠDC": 9114, + "ĠDD": 30778, + "ĠDDR": 49272, + "ĠDE": 10113, + "ĠDENNIS": 47172, + "ĠDES": 27083, + "ĠDF": 48336, + "ĠDH": 28606, + "ĠDI": 11953, + "ĠDID": 35345, + "ĠDIE": 32188, + "ĠDIRE": 32990, + "ĠDIRECTOR": 35929, + "ĠDIS": 49028, + "ĠDIY": 22194, + "ĠDJ": 13078, + "ĠDK": 31934, + "ĠDLC": 30272, + "ĠDM": 15322, + "ĠDN": 21500, + "ĠDNA": 8272, + "ĠDNS": 35153, + "ĠDO": 10699, + "ĠDOM": 35727, + "ĠDON": 20403, + "ĠDOT": 50142, + "ĠDOU": 45723, + "ĠDOWN": 48897, + "ĠDP": 42796, + "ĠDR": 12118, + "ĠDS": 15816, + "ĠDU": 28423, + "ĠDV": 17021, + "ĠDVD": 21187, + "ĠDW": 45318, + "ĠDX": 48817, + "ĠDY": 48427, + "ĠDa": 3933, + "ĠDaar": 29883, + "ĠDabei": 39606, + "ĠDad": 5639, + "ĠDaddy": 15323, + "ĠDae": 42361, + "ĠDaf": 31582, + "ĠDafür": 35865, + "ĠDag": 41866, + "ĠDah": 36977, + "ĠDaha": 35658, + "ĠDai": 39521, + "ĠDaily": 19685, + "ĠDais": 31109, + "ĠDaisy": 37472, + "ĠDak": 18051, + "ĠDakota": 22429, + "ĠDal": 17357, + "ĠDale": 31329, + "ĠDallas": 22923, + "ĠDam": 5885, + "ĠDamas": 49327, + "ĠDame": 34447, + "ĠDamen": 21131, + "ĠDamit": 24495, + "ĠDamn": 11907, + "ĠDamon": 47197, + "ĠDan": 3394, + "ĠDana": 23759, + "ĠDance": 16114, + "ĠDancing": 36890, + "ĠDang": 29580, + "ĠDanger": 36619, + "ĠDani": 42136, + "ĠDaniel": 8033, + "ĠDanielle": 21182, + "ĠDanish": 36944, + "ĠDank": 14148, + "ĠDanke": 26508, + "ĠDann": 7455, + "ĠDanny": 16682, + "ĠDans": 16897, + "ĠDante": 35602, + "ĠDar": 7803, + "ĠDare": 42320, + "ĠDark": 9563, + "ĠDarkness": 38198, + "ĠDarling": 38697, + "ĠDarr": 44007, + "ĠDarren": 36691, + "ĠDarrin": 47368, + "ĠDart": 30271, + "ĠDarth": 40696, + "ĠDartmouth": 47883, + "ĠDarwin": 30233, + "ĠDas": 2846, + "ĠDash": 23453, + "ĠDass": 22306, + "ĠDat": 9315, + "ĠData": 11888, + "ĠDatab": 40461, + "ĠDate": 31805, + "ĠDaten": 31126, + "ĠDav": 3724, + "ĠDave": 11017, + "ĠDavid": 4389, + "ĠDavidson": 44401, + "ĠDavis": 15658, + "ĠDaw": 28407, + "ĠDawn": 26001, + "ĠDay": 5226, + "ĠDays": 26007, + "ĠDayton": 44718, + "ĠDazu": 34667, + "ĠDe": 1346, + "ĠDead": 12550, + "ĠDeadpool": 45493, + "ĠDeaf": 31389, + "ĠDeal": 27227, + "ĠDean": 13324, + "ĠDear": 14383, + "ĠDeath": 13703, + "ĠDeb": 27347, + "ĠDebat": 42167, + "ĠDebatte": 48930, + "ĠDebbie": 35834, + "ĠDeborah": 39695, + "ĠDec": 12427, + "ĠDecember": 7687, + "ĠDeck": 38196, + "ĠDeclaration": 40844, + "ĠDed": 41300, + "ĠDee": 38894, + "ĠDeep": 14895, + "ĠDef": 9548, + "ĠDefence": 43291, + "ĠDefense": 17410, + "ĠDefin": 46245, + "ĠDefinitely": 12151, + "ĠDeixa": 46589, + "ĠDel": 5831, + "ĠDelaware": 37655, + "ĠDelete": 49452, + "ĠDelhi": 26680, + "ĠDelicious": 28518, + "ĠDell": 33319, + "ĠDelta": 18183, + "ĠDem": 4686, + "ĠDemocr": 7141, + "ĠDemocracy": 43062, + "ĠDemocrat": 27827, + "ĠDemocratic": 14928, + "ĠDemocrats": 12217, + "ĠDemokrat": 27802, + "ĠDemokraten": 41139, + "ĠDemon": 29683, + "ĠDen": 6458, + "ĠDenis": 45351, + "ĠDenise": 38133, + "ĠDenmark": 28065, + "ĠDenn": 19027, + "ĠDennis": 23376, + "ĠDent": 41622, + "ĠDenver": 26270, + "ĠDep": 4056, + "ĠDepartment": 5982, + "ĠDepending": 22539, + "ĠDepois": 34231, + "ĠDepot": 45445, + "ĠDepression": 33044, + "ĠDeputy": 21560, + "ĠDer": 5618, + "ĠDerek": 22887, + "ĠDes": 3885, + "ĠDesde": 37985, + "ĠDesert": 33340, + "ĠDeshalb": 27969, + "ĠDesign": 12748, + "ĠDesigner": 48027, + "ĠDesktop": 49044, + "ĠDesp": 9891, + "ĠDespite": 11334, + "ĠDespués": 40995, + "ĠDest": 16339, + "ĠDestiny": 31898, + "ĠDestroy": 41719, + "ĠDeswegen": 24864, + "ĠDet": 4237, + "ĠDetails": 42811, + "ĠDetective": 35210, + "ĠDetroit": 20887, + "ĠDeus": 15057, + "ĠDeuts": 10514, + "ĠDeutsch": 12699, + "ĠDeutsche": 45567, + "ĠDeutschen": 45070, + "ĠDeutschland": 14802, + "ĠDev": 9096, + "ĠDevOps": 43051, + "ĠDevelop": 11442, + "ĠDeveloper": 44915, + "ĠDevelopment": 15041, + "ĠDevi": 48565, + "ĠDevice": 50140, + "ĠDevil": 25221, + "ĠDew": 43079, + "ĠDh": 34414, + "ĠDharma": 40552, + "ĠDi": 8789, + "ĠDia": 22157, + "ĠDial": 29658, + "ĠDiam": 21706, + "ĠDiamond": 26593, + "ĠDiana": 21470, + "ĠDiane": 30460, + "ĠDick": 18754, + "ĠDid": 2589, + "ĠDidn": 11151, + "ĠDie": 3229, + "ĠDiego": 16377, + "ĠDienst": 43932, + "ĠDies": 10796, + "ĠDiese": 18993, + "ĠDiesel": 47037, + "ĠDieser": 39609, + "ĠDieses": 39201, + "ĠDiet": 29606, + "ĠDieu": 25610, + "ĠDif": 35940, + "ĠDifferent": 20825, + "ĠDig": 10976, + "ĠDigital": 15522, + "ĠDil": 36475, + "ĠDim": 20975, + "ĠDin": 27156, + "ĠDing": 20558, + "ĠDinge": 25102, + "ĠDingen": 49351, + "ĠDinner": 46678, + "ĠDion": 45212, + "ĠDios": 21838, + "ĠDip": 33486, + "ĠDir": 34422, + "ĠDire": 5822, + "ĠDirect": 18308, + "ĠDirector": 7680, + "ĠDirectory": 49598, + "ĠDis": 4208, + "ĠDisability": 47636, + "ĠDisc": 19839, + "ĠDiscord": 32623, + "ĠDiscover": 40386, + "ĠDiscovery": 34129, + "ĠDise": 30161, + "ĠDisease": 35360, + "ĠDisk": 30609, + "ĠDiskuss": 45963, + "ĠDisney": 8653, + "ĠDisneyland": 34797, + "ĠDisplay": 32229, + "ĠDist": 9840, + "ĠDistrict": 14374, + "ĠDit": 25270, + "ĠDiv": 9886, + "ĠDiversity": 44187, + "ĠDivine": 26098, + "ĠDivision": 17183, + "ĠDj": 33464, + "ĠDlatego": 47184, + "ĠDo": 1144, + "ĠDob": 29679, + "ĠDoc": 16024, + "ĠDoch": 21533, + "ĠDocker": 33772, + "ĠDoctor": 10143, + "ĠDoctors": 39090, + "ĠDocument": 37684, + "ĠDod": 26904, + "ĠDodge": 41883, + "ĠDoes": 4402, + "ĠDoesn": 12955, + "ĠDog": 13472, + "ĠDogs": 35504, + "ĠDoing": 18496, + "ĠDok": 29768, + "ĠDol": 18786, + "ĠDoll": 20059, + "ĠDollar": 32370, + "ĠDom": 16674, + "ĠDomin": 18027, + "ĠDominican": 45486, + "ĠDon": 1468, + "ĠDonald": 8632, + "ĠDonc": 7477, + "ĠDoncs": 38641, + "ĠDone": 18658, + "ĠDong": 13609, + "ĠDonkey": 44217, + "ĠDonna": 31938, + "ĠDont": 49271, + "ĠDoo": 46612, + "ĠDoom": 30168, + "ĠDoor": 29636, + "ĠDop": 42657, + "ĠDor": 13643, + "ĠDorothy": 41105, + "ĠDort": 32308, + "ĠDos": 33474, + "ĠDot": 38753, + "ĠDou": 13200, + "ĠDouble": 16633, + "ĠDoug": 12742, + "ĠDouglas": 23010, + "ĠDow": 20947, + "ĠDown": 9506, + "ĠDownload": 32282, + "ĠDownt": 44386, + "ĠDowntown": 49255, + "ĠDoy": 40059, + "ĠDr": 2491, + "ĠDra": 15971, + "ĠDracula": 48950, + "ĠDrag": 8832, + "ĠDragon": 11517, + "ĠDragons": 37437, + "ĠDrake": 27465, + "ĠDrama": 45406, + "ĠDraw": 20386, + "ĠDre": 31635, + "ĠDream": 12105, + "ĠDreams": 41887, + "ĠDrew": 25550, + "ĠDri": 19150, + "ĠDrink": 24529, + "ĠDrive": 15622, + "ĠDriver": 36048, + "ĠDriving": 44028, + "ĠDro": 35305, + "ĠDrop": 17675, + "ĠDru": 36744, + "ĠDruck": 33320, + "ĠDrug": 35806, + "ĠDrum": 40320, + "ĠDry": 31562, + "ĠDu": 5153, + "ĠDual": 37625, + "ĠDub": 16488, + "ĠDubai": 29100, + "ĠDublin": 42323, + "ĠDuch": 44267, + "ĠDuck": 29266, + "ĠDud": 42622, + "ĠDude": 12042, + "ĠDue": 18980, + "ĠDuke": 17380, + "ĠDul": 50115, + "ĠDum": 29572, + "ĠDun": 11959, + "ĠDuncan": 31942, + "ĠDunk": 47183, + "ĠDuo": 46123, + "ĠDur": 13710, + "ĠDurch": 28557, + "ĠDurham": 46540, + "ĠDuring": 6842, + "ĠDus": 17916, + "ĠDust": 26483, + "ĠDustin": 46782, + "ĠDutch": 15719, + "ĠDuty": 33045, + "ĠDuygusal": 50090, + "ĠDw": 41448, + "ĠDy": 31193, + "ĠDylan": 28160, + "ĠDynam": 22947, + "ĠDynamic": 45440, + "ĠDynasty": 37339, + "ĠDz": 39448, + "ĠDziÄĻkujÄĻ": 43721, + "ĠDá": 49794, + "ĠDär": 40291, + "ĠDÃ¥": 26339, + "ĠDé": 31153, + "ĠDü": 41835, + "ĠE": 462, + "ĠEA": 35747, + "ĠEB": 50148, + "ĠEC": 19081, + "ĠED": 18050, + "ĠEE": 33685, + "ĠEH": 39416, + "ĠEK": 46078, + "ĠEL": 14426, + "ĠEM": 16237, + "ĠEN": 15244, + "ĠEP": 25330, + "ĠEPA": 27447, + "ĠEQ": 33580, + "ĠER": 14929, + "ĠERIC": 36137, + "ĠES": 12564, + "ĠEST": 47140, + "ĠET": 36953, + "ĠETF": 37436, + "ĠEU": 10887, + "ĠEV": 15733, + "ĠEVER": 27843, + "ĠEVERY": 35163, + "ĠEX": 16385, + "ĠEach": 6947, + "ĠEagle": 27926, + "ĠEagles": 48807, + "ĠEar": 3929, + "ĠEarl": 38936, + "ĠEarlier": 24552, + "ĠEarly": 18344, + "ĠEarn": 24820, + "ĠEarnest": 28214, + "ĠEarth": 4755, + "ĠEas": 46879, + "ĠEast": 6747, + "ĠEaster": 9403, + "ĠEastern": 12901, + "ĠEasy": 16002, + "ĠEat": 14429, + "ĠEating": 29234, + "ĠEb": 20418, + "ĠEbola": 37846, + "ĠEc": 28993, + "ĠEcho": 31887, + "ĠEck": 46354, + "ĠEco": 40263, + "ĠEconom": 14821, + "ĠEconomic": 25776, + "ĠEconomics": 39024, + "ĠEconomy": 48223, + "ĠEcu": 40675, + "ĠEcuador": 41558, + "ĠEd": 3977, + "ĠEddie": 23911, + "ĠEddy": 35062, + "ĠEden": 35322, + "ĠEdgar": 42981, + "ĠEdge": 19328, + "ĠEdin": 39697, + "ĠEdinburgh": 41215, + "ĠEdison": 47497, + "ĠEdit": 33241, + "ĠEdition": 25301, + "ĠEditor": 24281, + "ĠEdu": 31900, + "ĠEduardo": 45819, + "ĠEduc": 9517, + "ĠEducation": 10680, + "ĠEdward": 18456, + "ĠEdwards": 35836, + "ĠEe": 25046, + "ĠEen": 25374, + "ĠEf": 31840, + "ĠEfendi": 43472, + "ĠEfendimiz": 50120, + "ĠEff": 34192, + "ĠEffect": 17764, + "ĠEffects": 34515, + "ĠEg": 43515, + "ĠEgg": 16960, + "ĠEggs": 42486, + "ĠEgypt": 9582, + "ĠEgyptian": 24257, + "ĠEgyptians": 44119, + "ĠEh": 9663, + "ĠEi": 29786, + "ĠEig": 40561, + "ĠEigen": 30586, + "ĠEight": 17708, + "ĠEin": 6391, + "ĠEine": 17664, + "ĠEink": 49128, + "ĠEins": 22790, + "ĠEinsatz": 38474, + "ĠEinstein": 23486, + "ĠEis": 43174, + "ĠEisen": 35619, + "ĠEither": 13746, + "ĠEk": 33089, + "ĠEl": 2699, + "ĠEla": 17637, + "ĠElaine": 42322, + "ĠEld": 19705, + "ĠElder": 28390, + "ĠEle": 8024, + "ĠElect": 12575, + "ĠElection": 45074, + "ĠElectric": 24677, + "ĠElectronic": 46921, + "ĠElekt": 40321, + "ĠElement": 20900, + "ĠElementary": 33099, + "ĠElena": 39603, + "ĠEles": 31096, + "ĠEleven": 48548, + "ĠEli": 16943, + "ĠElijah": 36147, + "ĠEliot": 44023, + "ĠElise": 40545, + "ĠElite": 34404, + "ĠEliz": 11991, + "ĠElizabeth": 12978, + "ĠEll": 8353, + "ĠElla": 29261, + "ĠElle": 16227, + "ĠEllen": 20306, + "ĠEller": 45719, + "ĠElli": 40612, + "ĠEllie": 27151, + "ĠElliot": 38986, + "ĠElliott": 46170, + "ĠEllis": 38171, + "ĠElmo": 38722, + "ĠElo": 41784, + "ĠElon": 28498, + "ĠEls": 33437, + "ĠElsa": 36342, + "ĠElse": 45472, + "ĠEltern": 29101, + "ĠElvis": 39944, + "ĠEm": 3968, + "ĠEmail": 49482, + "ĠEmb": 24234, + "ĠEmbassy": 49637, + "ĠEmer": 18477, + "ĠEmergency": 30524, + "ĠEmil": 36983, + "ĠEmily": 15034, + "ĠEmin": 40695, + "ĠEmir": 38426, + "ĠEmm": 28237, + "ĠEmma": 17124, + "ĠEmmanuel": 44421, + "ĠEmmy": 45580, + "ĠEmp": 8599, + "ĠEmperor": 17913, + "ĠEmpire": 12197, + "ĠEmploy": 26878, + "ĠEmpress": 28559, + "ĠEn": 2193, + "ĠEnc": 29584, + "ĠEnd": 6967, + "ĠEnde": 15152, + "ĠEnemy": 48886, + "ĠEner": 11132, + "ĠEnerg": 48195, + "ĠEnergie": 35309, + "ĠEnergy": 14939, + "ĠEnfin": 35861, + "ĠEng": 2469, + "ĠEngagement": 43931, + "ĠEngine": 7659, + "ĠEngineer": 15808, + "ĠEngineering": 16215, + "ĠEngineers": 43950, + "ĠEngland": 8196, + "ĠEnglish": 3669, + "ĠEnjoy": 15411, + "ĠEnlight": 46037, + "ĠEnough": 19401, + "ĠEns": 25979, + "ĠEnsuite": 37366, + "ĠEnt": 3951, + "ĠEnter": 10399, + "ĠEnterprise": 26696, + "ĠEntertain": 24684, + "ĠEntertainment": 25758, + "ĠEntonces": 15097, + "ĠEntre": 27979, + "ĠEntreprene": 49049, + "ĠEntscheid": 30862, + "ĠEntscheidung": 44667, + "ĠEntwick": 29397, + "ĠEntwicklung": 39654, + "ĠEntão": 6469, + "ĠEnviron": 19286, + "ĠEnvironment": 35354, + "ĠEnvironmental": 27813, + "ĠEp": 9970, + "ĠEph": 35445, + "ĠEpic": 26785, + "ĠEpisode": 19882, + "ĠEqu": 15624, + "ĠEquity": 47675, + "ĠEr": 3300, + "ĠEra": 23071, + "ĠErde": 43720, + "ĠEren": 49479, + "ĠErfahr": 34137, + "ĠErfahrung": 49318, + "ĠErfolg": 45232, + "ĠErgeb": 34657, + "ĠErgebnis": 46229, + "ĠEric": 9336, + "ĠErica": 37429, + "ĠErik": 33143, + "ĠErin": 27983, + "ĠErm": 45794, + "ĠErn": 24147, + "ĠErst": 31183, + "ĠEs": 2313, + "ĠEsc": 30379, + "ĠEscape": 42960, + "ĠEso": 27795, + "ĠEsp": 24978, + "ĠEspa": 27907, + "ĠEspaña": 31729, + "ĠEspecially": 8545, + "ĠEsper": 24142, + "ĠEspero": 41831, + "ĠEss": 14357, + "ĠEssa": 22818, + "ĠEsse": 18814, + "ĠEssen": 42098, + "ĠEssential": 49736, + "ĠEssentially": 23596, + "ĠEst": 4410, + "ĠEsta": 20547, + "ĠEstado": 29740, + "ĠEstados": 22362, + "ĠEstamos": 34563, + "ĠEstate": 48097, + "ĠEste": 16105, + "ĠEsther": 37731, + "ĠEsto": 20880, + "ĠEstoy": 49651, + "ĠEstá": 27304, + "ĠEt": 3790, + "ĠEternal": 44432, + "ĠEth": 10540, + "ĠEthan": 23984, + "ĠEther": 38636, + "ĠEthereum": 26894, + "ĠEthi": 29380, + "ĠEthiopia": 39445, + "ĠEts": 47170, + "ĠEtt": 48426, + "ĠEu": 2186, + "ĠEuch": 46668, + "ĠEugene": 37059, + "ĠEuh": 47320, + "ĠEun": 17965, + "ĠEuro": 3010, + "ĠEurop": 12201, + "ĠEuropa": 16642, + "ĠEurope": 3315, + "ĠEuropean": 6473, + "ĠEuropeans": 29746, + "ĠEuros": 46662, + "ĠEv": 5689, + "ĠEva": 29377, + "ĠEvan": 22613, + "ĠEvangel": 36635, + "ĠEvans": 30055, + "ĠEve": 15544, + "ĠEven": 2754, + "ĠEvent": 13222, + "ĠEvents": 45314, + "ĠEventually": 17586, + "ĠEver": 12123, + "ĠEverest": 47591, + "ĠEvery": 2048, + "ĠEverybody": 7646, + "ĠEveryday": 37689, + "ĠEveryone": 5198, + "ĠEverything": 5471, + "ĠEverywhere": 37322, + "ĠEvet": 16729, + "ĠEvil": 20528, + "ĠEvolution": 40800, + "ĠEw": 28101, + "ĠEx": 2111, + "ĠExact": 7199, + "ĠExactly": 7587, + "ĠExam": 24755, + "ĠExamples": 48591, + "ĠExc": 9368, + "ĠExcel": 19060, + "ĠExcellence": 44684, + "ĠExcellent": 16723, + "ĠExcept": 16192, + "ĠExchange": 31169, + "ĠExcuse": 11359, + "ĠExec": 17662, + "ĠExecutive": 20658, + "ĠExerc": 37502, + "ĠExercise": 44307, + "ĠExhale": 31911, + "ĠExodus": 44472, + "ĠExp": 21391, + "ĠExpect": 46318, + "ĠExped": 48603, + "ĠExper": 12522, + "ĠExperience": 28503, + "ĠExperiment": 37933, + "ĠExpert": 41255, + "ĠExpl": 12514, + "ĠExplain": 39574, + "ĠExplorer": 31895, + "ĠExport": 50130, + "ĠExpress": 20212, + "ĠExt": 9881, + "ĠExtension": 37034, + "ĠExternal": 48277, + "ĠExtra": 29429, + "ĠExtrem": 24921, + "ĠExtremadura": 34713, + "ĠExtreme": 39525, + "ĠEy": 23236, + "ĠEye": 21603, + "ĠEyes": 28925, + "ĠEz": 27211, + "ĠEÄŁer": 41930, + "ĠF": 479, + "ĠFA": 19894, + "ĠFAR": 27235, + "ĠFBI": 17441, + "ĠFC": 27168, + "ĠFCC": 48671, + "ĠFDA": 18933, + "ĠFDP": 31763, + "ĠFE": 31778, + "ĠFEL": 46943, + "ĠFEMA": 31519, + "ĠFER": 47882, + "ĠFIFA": 39497, + "ĠFIL": 48563, + "ĠFIN": 43022, + "ĠFIR": 41538, + "ĠFL": 24720, + "ĠFM": 29614, + "ĠFO": 23501, + "ĠFOR": 15174, + "ĠFP": 36655, + "ĠFPS": 26429, + "ĠFR": 15288, + "ĠFRE": 26276, + "ĠFREE": 48511, + "ĠFROM": 36848, + "ĠFS": 41138, + "ĠFT": 46675, + "ĠFUCK": 26154, + "ĠFX": 37849, + "ĠFY": 42730, + "ĠFa": 12710, + "ĠFab": 17440, + "ĠFac": 17667, + "ĠFace": 4047, + "ĠFacebook": 4384, + "ĠFach": 38213, + "ĠFact": 33375, + "ĠFactory": 36868, + "ĠFaculty": 32689, + "ĠFahr": 19843, + "ĠFahren": 29109, + "ĠFahrenheit": 31199, + "ĠFail": 39094, + "ĠFair": 12157, + "ĠFairy": 37631, + "ĠFaith": 23642, + "ĠFake": 40469, + "ĠFal": 15202, + "ĠFalcon": 31801, + "ĠFall": 7465, + "ĠFallout": 38457, + "ĠFalls": 23245, + "ĠFalse": 50040, + "ĠFam": 7342, + "ĠFame": 35922, + "ĠFamil": 15672, + "ĠFamilie": 26021, + "ĠFamilien": 36451, + "ĠFamilies": 45081, + "ĠFamily": 11661, + "ĠFan": 18564, + "ĠFang": 25409, + "ĠFans": 25065, + "ĠFant": 12885, + "ĠFantastic": 21320, + "ĠFantasy": 25503, + "ĠFar": 9067, + "ĠFare": 46989, + "ĠFarm": 19991, + "ĠFasc": 49098, + "ĠFashion": 32782, + "ĠFast": 15968, + "ĠFaster": 46665, + "ĠFat": 16948, + "ĠFate": 40900, + "ĠFather": 7085, + "ĠFau": 48820, + "ĠFavor": 34240, + "ĠFavorite": 43697, + "ĠFay": 48889, + "ĠFaz": 33154, + "ĠFe": 3697, + "ĠFear": 28054, + "ĠFebru": 8534, + "ĠFebruary": 8711, + "ĠFed": 7772, + "ĠFeder": 45545, + "ĠFederal": 12380, + "ĠFederation": 27237, + "ĠFeed": 33720, + "ĠFeel": 14113, + "ĠFeeling": 29945, + "ĠFeels": 31578, + "ĠFeh": 35576, + "ĠFehler": 48101, + "ĠFei": 39587, + "ĠFel": 13298, + "ĠFeld": 42677, + "ĠFelipe": 34811, + "ĠFelix": 30169, + "ĠFell": 29709, + "ĠFellow": 44794, + "ĠFellows": 40011, + "ĠFemale": 27288, + "ĠFen": 30993, + "ĠFeng": 23715, + "ĠFer": 10728, + "ĠFergus": 36790, + "ĠFerguson": 40823, + "ĠFerm": 43261, + "ĠFern": 16675, + "ĠFernando": 30190, + "ĠFerr": 25443, + "ĠFerrari": 29828, + "ĠFest": 12993, + "ĠFestival": 16512, + "ĠFeuer": 39972, + "ĠFew": 33468, + "ĠFey": 46530, + "ĠFi": 38245, + "ĠField": 17952, + "ĠFields": 48190, + "ĠFif": 21501, + "ĠFifth": 33588, + "ĠFig": 22443, + "ĠFight": 12371, + "ĠFighter": 33387, + "ĠFighting": 25694, + "ĠFigure": 43225, + "ĠFil": 7905, + "ĠFile": 26196, + "ĠFilip": 28241, + "ĠFilipino": 41266, + "ĠFill": 25315, + "ĠFilm": 13801, + "ĠFilter": 39592, + "ĠFin": 3773, + "ĠFinal": 13443, + "ĠFinally": 6288, + "ĠFinance": 25765, + "ĠFinancial": 25560, + "ĠFinanz": 39141, + "ĠFind": 11809, + "ĠFinding": 31947, + "ĠFine": 12024, + "ĠFinger": 37318, + "ĠFinish": 31583, + "ĠFinished": 48188, + "ĠFinland": 24869, + "ĠFinn": 21066, + "ĠFinnish": 38429, + "ĠFiona": 42556, + "ĠFir": 28164, + "ĠFire": 7652, + "ĠFirebase": 35173, + "ĠFirefox": 46613, + "ĠFirma": 50206, + "ĠFirst": 2386, + "ĠFirstly": 20042, + "ĠFish": 18096, + "ĠFisher": 26676, + "ĠFit": 29263, + "ĠFitness": 45750, + "ĠFitz": 37815, + "ĠFive": 9436, + "ĠFix": 25538, + "ĠFl": 3235, + "ĠFlag": 37461, + "ĠFlame": 42792, + "ĠFlash": 20232, + "ĠFlat": 36172, + "ĠFle": 18612, + "ĠFleet": 47821, + "ĠFleisch": 44911, + "ĠFlex": 29208, + "ĠFlight": 28954, + "ĠFlint": 35587, + "ĠFlip": 28210, + "ĠFlo": 15153, + "ĠFlor": 8328, + "ĠFloren": 32637, + "ĠFlorence": 34631, + "ĠFlorida": 9117, + "ĠFlow": 32792, + "ĠFlower": 34993, + "ĠFlowers": 48194, + "ĠFloyd": 28494, + "ĠFlu": 33612, + "ĠFlug": 33326, + "ĠFly": 25294, + "ĠFlying": 34287, + "ĠFlynn": 40391, + "ĠFo": 8564, + "ĠFocus": 21862, + "ĠFoi": 30995, + "ĠFol": 15255, + "ĠFold": 24609, + "ĠFolge": 43597, + "ĠFolks": 39275, + "ĠFollow": 9876, + "ĠFollowing": 19192, + "ĠFont": 43901, + "ĠFood": 11675, + "ĠFoods": 40724, + "ĠFool": 41583, + "ĠFoot": 20989, + "ĠFootball": 31406, + "ĠFor": 1171, + "ĠForbes": 45950, + "ĠForce": 10580, + "ĠForces": 27445, + "ĠFord": 11961, + "ĠFore": 9018, + "ĠForeign": 20430, + "ĠForest": 18124, + "ĠForever": 30703, + "ĠForget": 18675, + "ĠForgive": 34060, + "ĠForm": 10126, + "ĠFormer": 36514, + "ĠFormula": 35872, + "ĠFors": 48202, + "ĠForsch": 42938, + "ĠFort": 11002, + "ĠFortnite": 28712, + "ĠFortunately": 20652, + "ĠFortune": 38508, + "ĠForum": 29704, + "ĠForward": 35524, + "ĠFoster": 38756, + "ĠFot": 46771, + "ĠFound": 8207, + "ĠFoundation": 10335, + "ĠFour": 7451, + "ĠFourier": 36810, + "ĠFourth": 23773, + "ĠFox": 11388, + "ĠFr": 1526, + "ĠFra": 5849, + "ĠFrage": 13685, + "ĠFragen": 25588, + "ĠFraktion": 30648, + "ĠFrame": 31628, + "ĠFran": 17288, + "ĠFranc": 8686, + "ĠFrance": 6190, + "ĠFrances": 31441, + "ĠFrancis": 19648, + "ĠFrancisco": 12279, + "ĠFranco": 34695, + "ĠFrank": 6823, + "ĠFranken": 39678, + "ĠFrankf": 32571, + "ĠFrankfurt": 36530, + "ĠFrankie": 47263, + "ĠFranklin": 22010, + "ĠFrankly": 41344, + "ĠFranz": 33084, + "ĠFrançais": 39023, + "ĠFraser": 49119, + "ĠFrau": 13930, + "ĠFrauen": 24191, + "ĠFre": 6142, + "ĠFred": 10112, + "ĠFreddie": 41264, + "ĠFreddy": 31445, + "ĠFreder": 27535, + "ĠFrederick": 35617, + "ĠFree": 11551, + "ĠFreedom": 22208, + "ĠFreeman": 42163, + "ĠFreeze": 48096, + "ĠFrei": 35939, + "ĠFreiheit": 47825, + "ĠFrench": 5522, + "ĠFres": 42618, + "ĠFresh": 22843, + "ĠFreud": 41590, + "ĠFreund": 29685, + "ĠFreunde": 40016, + "ĠFriday": 6984, + "ĠFridays": 46306, + "ĠFried": 17605, + "ĠFriend": 22812, + "ĠFriends": 14042, + "ĠFro": 25028, + "ĠFrog": 40103, + "ĠFrom": 3358, + "ĠFront": 17348, + "ĠFrost": 32910, + "ĠFrozen": 39422, + "ĠFruit": 39989, + "ĠFry": 31822, + "ĠFrüh": 47400, + "ĠFu": 12807, + "ĠFuck": 10965, + "ĠFucking": 33342, + "ĠFuel": 46837, + "ĠFuj": 43915, + "ĠFuji": 38119, + "ĠFuk": 33043, + "ĠFull": 13841, + "ĠFun": 11166, + "ĠFund": 13493, + "ĠFunk": 45285, + "ĠFunny": 36484, + "ĠFur": 11705, + "ĠFurther": 15364, + "ĠFurthermore": 23999, + "ĠFury": 40327, + "ĠFusion": 36721, + "ĠFut": 16569, + "ĠFuture": 20805, + "ĠFuÃŁ": 31419, + "ĠFuÃŁball": 49487, + "ĠFör": 20665, + "ĠFür": 14990, + "ĠG": 460, + "ĠGA": 22841, + "ĠGB": 26809, + "ĠGC": 29435, + "ĠGDP": 19599, + "ĠGE": 18003, + "ĠGEOR": 24992, + "ĠGEORGE": 26675, + "ĠGET": 28091, + "ĠGG": 42240, + "ĠGH": 40690, + "ĠGI": 26634, + "ĠGIR": 44027, + "ĠGIS": 47860, + "ĠGL": 16225, + "ĠGLORIA": 24074, + "ĠGM": 16609, + "ĠGN": 46411, + "ĠGO": 10365, + "ĠGOD": 26831, + "ĠGOOD": 28771, + "ĠGORD": 34746, + "ĠGORDON": 35269, + "ĠGOT": 36525, + "ĠGP": 26039, + "ĠGPA": 41321, + "ĠGPS": 19462, + "ĠGPU": 18407, + "ĠGR": 10903, + "ĠGRA": 26121, + "ĠGRANT": 30204, + "ĠGRE": 20830, + "ĠGREEN": 47262, + "ĠGREG": 48793, + "ĠGRÃľ": 21100, + "ĠGRÃľNEN": 21584, + "ĠGS": 32047, + "ĠGSA": 41754, + "ĠGT": 17530, + "ĠGTA": 35575, + "ĠGU": 17917, + "ĠGUY": 37931, + "ĠGW": 36704, + "ĠGa": 10384, + "ĠGab": 11995, + "ĠGabe": 39524, + "ĠGabrie": 50053, + "ĠGabriel": 20985, + "ĠGad": 37171, + "ĠGaga": 41465, + "ĠGal": 7336, + "ĠGalaxy": 13520, + "ĠGalile": 46576, + "ĠGall": 14588, + "ĠGallery": 29733, + "ĠGam": 24723, + "ĠGamb": 44643, + "ĠGame": 7522, + "ĠGames": 12761, + "ĠGaming": 30288, + "ĠGan": 19461, + "ĠGand": 23962, + "ĠGandhi": 34717, + "ĠGang": 17984, + "ĠGanz": 32496, + "ĠGanze": 35206, + "ĠGao": 32235, + "ĠGar": 7995, + "ĠGarage": 47918, + "ĠGarcia": 33738, + "ĠGard": 12882, + "ĠGarden": 19429, + "ĠGardens": 45268, + "ĠGarlic": 41124, + "ĠGarr": 42326, + "ĠGarrett": 40266, + "ĠGary": 13788, + "ĠGas": 24025, + "ĠGast": 31988, + "ĠGate": 21913, + "ĠGates": 26494, + "ĠGateway": 48394, + "ĠGather": 39841, + "ĠGaussian": 39148, + "ĠGavin": 24020, + "ĠGay": 23081, + "ĠGaz": 38468, + "ĠGaza": 37800, + "ĠGe": 2876, + "ĠGear": 26810, + "ĠGeb": 24984, + "ĠGed": 28166, + "ĠGedanken": 44612, + "ĠGee": 39840, + "ĠGeez": 43836, + "ĠGef": 17873, + "ĠGefühl": 29715, + "ĠGeg": 27826, + "ĠGegen": 38631, + "ĠGel": 16142, + "ĠGeld": 16535, + "ĠGem": 22894, + "ĠGeme": 31266, + "ĠGen": 3632, + "ĠGenau": 22340, + "ĠGender": 48039, + "ĠGene": 18083, + "ĠGener": 15409, + "ĠGeneral": 6996, + "ĠGenerally": 21082, + "ĠGeneration": 23898, + "ĠGenesis": 20587, + "ĠGeneva": 37285, + "ĠGenius": 45818, + "ĠGent": 33070, + "ĠGente": 38799, + "ĠGentle": 26214, + "ĠGentlemen": 38316, + "ĠGeoff": 26119, + "ĠGeor": 27909, + "ĠGeorg": 10114, + "ĠGeorge": 7136, + "ĠGeorget": 33932, + "ĠGeorgetown": 34848, + "ĠGeorgia": 11859, + "ĠGer": 9409, + "ĠGerade": 48175, + "ĠGeral": 48527, + "ĠGerald": 38332, + "ĠGerilim": 30687, + "ĠGerm": 3848, + "ĠGerman": 6521, + "ĠGermans": 18116, + "ĠGermany": 7244, + "ĠGerry": 39154, + "ĠGes": 6761, + "ĠGesch": 14241, + "ĠGeschichte": 28896, + "ĠGeschäft": 40440, + "ĠGesellschaft": 30006, + "ĠGesetz": 20685, + "ĠGesetzent": 37792, + "ĠGesetzentwurf": 42040, + "ĠGesicht": 47777, + "ĠGespr": 38746, + "ĠGest": 39909, + "ĠGesund": 33057, + "ĠGesundheits": 44709, + "ĠGet": 3240, + "ĠGetting": 13674, + "ĠGew": 19063, + "ĠGh": 20321, + "ĠGhana": 38779, + "ĠGhost": 16323, + "ĠGi": 15334, + "ĠGian": 41958, + "ĠGiant": 29391, + "ĠGib": 17256, + "ĠGibbs": 30199, + "ĠGibson": 42250, + "ĠGift": 44890, + "ĠGig": 40489, + "ĠGil": 17654, + "ĠGilbert": 39003, + "ĠGill": 27709, + "ĠGimme": 48047, + "ĠGin": 36846, + "ĠGina": 34711, + "ĠGinger": 34637, + "ĠGins": 41728, + "ĠGinsburg": 49347, + "ĠGiov": 47089, + "ĠGir": 36306, + "ĠGirl": 8502, + "ĠGirls": 16245, + "ĠGit": 16939, + "ĠGitHub": 23331, + "ĠGiul": 38679, + "ĠGive": 5303, + "ĠGiven": 18600, + "ĠGiving": 28983, + "ĠGl": 5209, + "ĠGla": 47895, + "ĠGlad": 28301, + "ĠGlas": 29078, + "ĠGlasgow": 40457, + "ĠGlass": 23752, + "ĠGleich": 33858, + "ĠGlen": 38125, + "ĠGlenn": 30119, + "ĠGlo": 10786, + "ĠGlobal": 14465, + "ĠGlobe": 46570, + "ĠGloria": 34288, + "ĠGlory": 28524, + "ĠGlue": 49832, + "ĠGlück": 33508, + "ĠGmail": 36732, + "ĠGo": 1037, + "ĠGoPro": 30259, + "ĠGob": 24287, + "ĠGobierno": 41963, + "ĠGod": 1265, + "ĠGoddess": 33498, + "ĠGods": 30151, + "ĠGodzilla": 38046, + "ĠGoes": 44471, + "ĠGog": 39690, + "ĠGoing": 10963, + "ĠGoku": 29138, + "ĠGol": 36319, + "ĠGold": 6731, + "ĠGolden": 13410, + "ĠGoldman": 45378, + "ĠGolf": 30176, + "ĠGom": 46961, + "ĠGomez": 43537, + "ĠGon": 47403, + "ĠGone": 39068, + "ĠGong": 33231, + "ĠGonna": 20341, + "ĠGonz": 28458, + "ĠGonzalez": 46708, + "ĠGoo": 47609, + "ĠGood": 2205, + "ĠGoodbye": 15528, + "ĠGoodness": 39863, + "ĠGoodnight": 45889, + "ĠGoog": 45005, + "ĠGoogle": 3329, + "ĠGor": 26144, + "ĠGordon": 19369, + "ĠGore": 45450, + "ĠGos": 41272, + "ĠGosh": 19185, + "ĠGospel": 23163, + "ĠGot": 5803, + "ĠGotcha": 42109, + "ĠGoth": 27305, + "ĠGothic": 47143, + "ĠGott": 19133, + "ĠGotta": 21527, + "ĠGottes": 49569, + "ĠGovern": 5515, + "ĠGovernment": 7321, + "ĠGovernor": 14550, + "ĠGr": 2606, + "ĠGra": 8985, + "ĠGrab": 20357, + "ĠGrac": 20586, + "ĠGrace": 15742, + "ĠGracias": 26909, + "ĠGrad": 16710, + "ĠGrade": 44452, + "ĠGraduate": 38124, + "ĠGraham": 22691, + "ĠGram": 22130, + "ĠGrammy": 47332, + "ĠGran": 23554, + "ĠGrand": 6757, + "ĠGrande": 28384, + "ĠGrandma": 22657, + "ĠGrandpa": 27139, + "ĠGranny": 40746, + "ĠGrant": 17529, + "ĠGraph": 21884, + "ĠGrass": 39891, + "ĠGravity": 49478, + "ĠGray": 22668, + "ĠGre": 14986, + "ĠGreat": 3769, + "ĠGreater": 38410, + "ĠGree": 7229, + "ĠGreece": 17214, + "ĠGreek": 10281, + "ĠGreeks": 31029, + "ĠGreen": 6969, + "ĠGreens": 39314, + "ĠGreet": 18678, + "ĠGreetings": 20032, + "ĠGreg": 11490, + "ĠGregory": 37915, + "ĠGren": 24913, + "ĠGrey": 24854, + "ĠGri": 46082, + "ĠGrid": 42905, + "ĠGriff": 23765, + "ĠGriffin": 39188, + "ĠGrill": 43592, + "ĠGrind": 47938, + "ĠGro": 12981, + "ĠGross": 34256, + "ĠGround": 28371, + "ĠGroup": 10500, + "ĠGrove": 43111, + "ĠGrow": 18476, + "ĠGrowing": 32569, + "ĠGrowth": 48345, + "ĠGroÃŁ": 34534, + "ĠGru": 10459, + "ĠGrund": 13941, + "ĠGrö": 45778, + "ĠGrü": 38908, + "ĠGu": 2694, + "ĠGuan": 41431, + "ĠGuang": 35815, + "ĠGuard": 11549, + "ĠGuardian": 27684, + "ĠGuardians": 45236, + "ĠGuatem": 39462, + "ĠGuatemala": 43120, + "ĠGucci": 46052, + "ĠGud": 45986, + "ĠGue": 44847, + "ĠGuer": 28305, + "ĠGuerra": 45725, + "ĠGuess": 17795, + "ĠGuid": 49036, + "ĠGuide": 18727, + "ĠGuild": 38968, + "ĠGuill": 48149, + "ĠGuin": 44117, + "ĠGuinea": 46793, + "ĠGuitar": 48758, + "ĠGul": 43314, + "ĠGulf": 23033, + "ĠGum": 48862, + "ĠGun": 14153, + "ĠGund": 38299, + "ĠGuo": 34175, + "ĠGur": 33716, + "ĠGuru": 22389, + "ĠGus": 40619, + "ĠGust": 32337, + "ĠGut": 24481, + "ĠGuten": 42833, + "ĠGuy": 14690, + "ĠGuys": 7855, + "ĠGwen": 42499, + "ĠGy": 25911, + "ĠGym": 38635, + "ĠGö": 47894, + "ĠGör": 35493, + "ĠGü": 38139, + "ĠGün": 50225, + "ĠH": 389, + "ĠHA": 11979, + "ĠHAM": 45561, + "ĠHAR": 19819, + "ĠHARF": 27602, + "ĠHARR": 38892, + "ĠHARRIS": 47714, + "ĠHAS": 38461, + "ĠHAVE": 30309, + "ĠHBO": 37409, + "ĠHC": 30440, + "ĠHD": 12149, + "ĠHDMI": 30811, + "ĠHDR": 29650, + "ĠHE": 11827, + "ĠHEL": 38856, + "ĠHER": 29060, + "ĠHERE": 37438, + "ĠHEY": 43821, + "ĠHI": 44376, + "ĠHIM": 43854, + "ĠHIS": 45470, + "ĠHIV": 15907, + "ĠHJ": 35755, + "ĠHK": 39378, + "ĠHO": 23097, + "ĠHOL": 44069, + "ĠHOR": 48064, + "ĠHOW": 30561, + "ĠHOY": 46120, + "ĠHP": 12557, + "ĠHQ": 43209, + "ĠHR": 19460, + "ĠHS": 34194, + "ĠHT": 11751, + "ĠHTML": 17995, + "ĠHTTP": 33283, + "ĠHU": 26887, + "ĠHUD": 46867, + "ĠHY": 34189, + "ĠHa": 4064, + "ĠHab": 14225, + "ĠHaben": 47007, + "ĠHack": 35170, + "ĠHad": 12298, + "ĠHadi": 18908, + "ĠHae": 44245, + "ĠHaf": 47933, + "ĠHag": 34758, + "ĠHah": 31944, + "ĠHaha": 19131, + "ĠHahah": 42656, + "ĠHahaha": 25122, + "ĠHahn": 45303, + "ĠHai": 24055, + "ĠHail": 32495, + "ĠHair": 27957, + "ĠHait": 25752, + "ĠHaiti": 35231, + "ĠHaj": 43347, + "ĠHak": 21750, + "ĠHal": 13896, + "ĠHalf": 15917, + "ĠHall": 5434, + "ĠHallelujah": 32359, + "ĠHallo": 21242, + "ĠHalloween": 13860, + "ĠHalo": 29795, + "ĠHam": 8234, + "ĠHamb": 27551, + "ĠHamburg": 34118, + "ĠHamilton": 18484, + "ĠHamm": 34842, + "ĠHammer": 33722, + "ĠHamp": 30303, + "ĠHampshire": 35688, + "ĠHan": 7820, + "ĠHana": 47946, + "ĠHand": 8854, + "ĠHands": 21369, + "ĠHandy": 47006, + "ĠHang": 14070, + "ĠHani": 39731, + "ĠHank": 26427, + "ĠHann": 33461, + "ĠHannah": 21754, + "ĠHans": 17926, + "ĠHanım": 37182, + "ĠHao": 36702, + "ĠHapp": 7412, + "ĠHappiness": 46224, + "ĠHappy": 8277, + "ĠHar": 3653, + "ĠHarbor": 33740, + "ĠHard": 11817, + "ĠHardy": 43930, + "ĠHare": 34836, + "ĠHari": 47221, + "ĠHarlem": 44196, + "ĠHarley": 34921, + "ĠHarm": 43523, + "ĠHarmon": 40599, + "ĠHarold": 36076, + "ĠHarper": 37216, + "ĠHarr": 13321, + "ĠHarriet": 46437, + "ĠHarris": 17426, + "ĠHarrison": 34272, + "ĠHarry": 9378, + "ĠHarsh": 48914, + "ĠHart": 21414, + "ĠHarvard": 13378, + "ĠHarvey": 28796, + "ĠHas": 8646, + "ĠHasan": 46513, + "ĠHash": 30775, + "ĠHass": 32711, + "ĠHast": 30987, + "ĠHasta": 45027, + "ĠHat": 15867, + "ĠHate": 46000, + "ĠHaupt": 30573, + "ĠHaus": 22725, + "ĠHause": 26217, + "ĠHaush": 39581, + "ĠHaut": 49668, + "ĠHave": 3560, + "ĠHaven": 23770, + "ĠHaving": 10222, + "ĠHaw": 9325, + "ĠHawai": 13613, + "ĠHawaii": 17930, + "ĠHawaiian": 36581, + "ĠHawk": 42219, + "ĠHay": 8721, + "ĠHayır": 30102, + "ĠHaz": 15852, + "ĠHazrat": 32423, + "ĠHe": 634, + "ĠHead": 11398, + "ĠHealing": 48997, + "ĠHealth": 5912, + "ĠHealthcare": 45548, + "ĠHealthy": 37733, + "ĠHear": 30685, + "ĠHearing": 37875, + "ĠHeart": 13569, + "ĠHearts": 39309, + "ĠHeat": 27359, + "ĠHeath": 46622, + "ĠHeather": 21728, + "ĠHeaven": 13676, + "ĠHeavenly": 38352, + "ĠHeavy": 26473, + "ĠHeb": 15606, + "ĠHebrew": 17895, + "ĠHebrews": 44604, + "ĠHeck": 41948, + "ĠHee": 26545, + "ĠHeh": 34984, + "ĠHehe": 45185, + "ĠHeidi": 40947, + "ĠHeights": 44039, + "ĠHeil": 45650, + "ĠHein": 32789, + "ĠHej": 44567, + "ĠHel": 6128, + "ĠHelen": 26294, + "ĠHelena": 49294, + "ĠHell": 12090, + "ĠHello": 2425, + "ĠHelp": 10773, + "ĠHels": 45429, + "ĠHem": 18568, + "ĠHen": 8651, + "ĠHence": 22229, + "ĠHend": 28594, + "ĠHenderson": 45013, + "ĠHenri": 45365, + "ĠHenry": 11085, + "ĠHep": 30578, + "ĠHer": 3204, + "ĠHera": 30808, + "ĠHeraus": 36795, + "ĠHerausforder": 37888, + "ĠHerbert": 41942, + "ĠHere": 1692, + "ĠHeritage": 27406, + "ĠHerm": 21842, + "ĠHerman": 44676, + "ĠHern": 35651, + "ĠHernandez": 47985, + "ĠHero": 14731, + "ĠHeroes": 32070, + "ĠHerr": 10367, + "ĠHerren": 20810, + "ĠHerrn": 41791, + "ĠHers": 41222, + "ĠHert": 41898, + "ĠHertz": 46910, + "ĠHerz": 24749, + "ĠHess": 35960, + "ĠHessen": 24951, + "ĠHet": 12045, + "ĠHeute": 27978, + "ĠHey": 1911, + "ĠHi": 2421, + "ĠHidden": 41156, + "ĠHide": 35118, + "ĠHier": 10886, + "ĠHigh": 5229, + "ĠHigher": 31997, + "ĠHighness": 17284, + "ĠHighway": 30911, + "ĠHij": 27832, + "ĠHil": 19914, + "ĠHilfe": 37448, + "ĠHill": 9109, + "ĠHillary": 23284, + "ĠHills": 25663, + "ĠHim": 5920, + "ĠHimself": 26821, + "ĠHin": 29571, + "ĠHind": 15307, + "ĠHindi": 36225, + "ĠHindu": 21231, + "ĠHindus": 49726, + "ĠHinter": 35006, + "ĠHip": 29596, + "ĠHir": 23192, + "ĠHis": 2812, + "ĠHispan": 25912, + "ĠHispanic": 29559, + "ĠHist": 9038, + "ĠHistor": 25108, + "ĠHistorical": 46124, + "ĠHistory": 12486, + "ĠHit": 9217, + "ĠHitler": 19038, + "ĠHiç": 33410, + "ĠHm": 17989, + "ĠHmm": 8239, + "ĠHmmm": 32317, + "ĠHo": 3631, + "ĠHob": 22966, + "ĠHobby": 49705, + "ĠHoch": 29193, + "ĠHod": 45151, + "ĠHoe": 33979, + "ĠHof": 37379, + "ĠHoff": 29135, + "ĠHog": 30553, + "ĠHogwarts": 46539, + "ĠHoje": 34104, + "ĠHok": 46792, + "ĠHol": 11086, + "ĠHola": 22637, + "ĠHold": 6962, + "ĠHolding": 40818, + "ĠHole": 47635, + "ĠHoliday": 40898, + "ĠHoll": 17712, + "ĠHolland": 27201, + "ĠHollow": 46731, + "ĠHolly": 10055, + "ĠHollywood": 11628, + "ĠHolmes": 27474, + "ĠHolo": 24298, + "ĠHolocaust": 28399, + "ĠHoly": 6295, + "ĠHolz": 45455, + "ĠHom": 20903, + "ĠHome": 8719, + "ĠHomeland": 45800, + "ĠHomer": 42273, + "ĠHon": 6625, + "ĠHond": 45260, + "ĠHonda": 26989, + "ĠHonestly": 12348, + "ĠHoney": 16187, + "ĠHong": 8868, + "ĠHonor": 16922, + "ĠHonors": 48801, + "ĠHoo": 26796, + "ĠHood": 33213, + "ĠHook": 33132, + "ĠHoover": 46382, + "ĠHop": 13438, + "ĠHope": 6483, + "ĠHopefully": 10429, + "ĠHopkins": 29999, + "ĠHor": 10691, + "ĠHoriz": 42141, + "ĠHorizon": 40102, + "ĠHorn": 31792, + "ĠHorror": 42993, + "ĠHorse": 33208, + "ĠHos": 44004, + "ĠHosp": 14516, + "ĠHospital": 15645, + "ĠHost": 22047, + "ĠHot": 9423, + "ĠHotel": 20354, + "ĠHou": 16273, + "ĠHour": 38369, + "ĠHouse": 4928, + "ĠHousing": 31340, + "ĠHouston": 18717, + "ĠHow": 1012, + "ĠHoward": 17626, + "ĠHowever": 2908, + "ĠHoy": 28664, + "ĠHoÅŁ": 45958, + "ĠHu": 11874, + "ĠHua": 19094, + "ĠHuang": 28073, + "ĠHuawei": 28542, + "ĠHub": 18986, + "ĠHubble": 42317, + "ĠHud": 27767, + "ĠHudson": 32959, + "ĠHue": 40015, + "ĠHug": 46892, + "ĠHuge": 37043, + "ĠHugh": 25893, + "ĠHughes": 41102, + "ĠHugo": 32504, + "ĠHuh": 8063, + "ĠHui": 39340, + "ĠHulk": 30167, + "ĠHum": 12877, + "ĠHuman": 10294, + "ĠHumans": 35809, + "ĠHun": 11648, + "ĠHund": 43361, + "ĠHundred": 32869, + "ĠHundreds": 45785, + "ĠHung": 15063, + "ĠHungarian": 38034, + "ĠHungary": 32380, + "ĠHunger": 46549, + "ĠHunt": 31740, + "ĠHunter": 18704, + "ĠHunting": 44793, + "ĠHur": 8598, + "ĠHurricane": 35574, + "ĠHurry": 12944, + "ĠHus": 21282, + "ĠHut": 39012, + "ĠHutch": 48499, + "ĠHy": 5701, + "ĠHybrid": 47088, + "ĠHyd": 24231, + "ĠHye": 31103, + "ĠHyp": 45649, + "ĠHyper": 29592, + "ĠHyun": 18398, + "ĠHyundai": 44133, + "ĠHyung": 36917, + "ĠHz": 39747, + "ĠHä": 45763, + "ĠHär": 35539, + "ĠHé": 42318, + "ĠHö": 30824, + "ĠI": 286, + "ĠIB": 40385, + "ĠIBM": 23487, + "ĠIC": 14360, + "ĠICE": 43337, + "ĠICU": 38123, + "ĠID": 7348, + "ĠIDE": 40930, + "ĠIDs": 48212, + "ĠIF": 26080, + "ĠIG": 26367, + "ĠII": 6351, + "ĠIII": 16317, + "ĠIKE": 46492, + "ĠIKEA": 47728, + "ĠIL": 40413, + "ĠIM": 21463, + "ĠIN": 6892, + "ĠINF": 35971, + "ĠINT": 43140, + "ĠINTER": 30219, + "ĠINTERVIE": 46761, + "ĠINTERVIEWER": 49667, + "ĠIO": 39839, + "ĠIP": 8671, + "ĠIPO": 50220, + "ĠIPS": 50021, + "ĠIQ": 28921, + "ĠIR": 16486, + "ĠIRA": 37993, + "ĠIRS": 33848, + "ĠIS": 6205, + "ĠISBN": 47874, + "ĠISIL": 45518, + "ĠISIS": 25639, + "ĠISO": 25042, + "ĠISS": 48534, + "ĠIT": 6783, + "ĠIU": 44218, + "ĠIV": 15967, + "ĠIX": 49497, + "ĠIan": 19595, + "ĠIb": 40790, + "ĠIce": 15332, + "ĠIceland": 28004, + "ĠIch": 3141, + "ĠIci": 39049, + "ĠId": 11506, + "ĠIdaho": 36628, + "ĠIde": 13090, + "ĠIdea": 47245, + "ĠIdeally": 40817, + "ĠIdee": 32651, + "ĠIdent": 25905, + "ĠIdi": 40187, + "ĠIdol": 33266, + "ĠIf": 759, + "ĠIg": 19271, + "ĠIgn": 24754, + "ĠIgor": 40356, + "ĠIh": 10485, + "ĠIhnen": 17280, + "ĠIhr": 14773, + "ĠIhre": 26247, + "ĠIhrer": 47087, + "ĠIk": 8316, + "ĠIl": 4416, + "ĠIll": 10597, + "ĠIllinois": 17508, + "ĠIllust": 37788, + "ĠIls": 17979, + "ĠIm": 4331, + "ĠImag": 34223, + "ĠImage": 29903, + "ĠImagine": 11739, + "ĠImam": 39875, + "ĠImm": 17322, + "ĠImma": 50089, + "ĠImmedi": 32157, + "ĠImmediately": 34457, + "ĠImmer": 42676, + "ĠImp": 8270, + "ĠImpact": 31005, + "ĠImper": 18360, + "ĠImperial": 21395, + "ĠImpf": 32591, + "ĠImport": 26391, + "ĠImportant": 42908, + "ĠImpossible": 36808, + "ĠImprove": 46366, + "ĠIn": 682, + "ĠInaudible": 48655, + "ĠInc": 7779, + "ĠIncluding": 27137, + "ĠIncor": 39120, + "ĠIncre": 30367, + "ĠIncred": 27792, + "ĠIncredible": 35261, + "ĠInd": 2333, + "ĠIndeed": 15061, + "ĠIndepend": 21809, + "ĠIndependence": 33631, + "ĠIndependent": 40310, + "ĠIndex": 33552, + "ĠIndia": 5282, + "ĠIndian": 6427, + "ĠIndiana": 21858, + "ĠIndians": 23838, + "ĠIndigenous": 22699, + "ĠIndividual": 37292, + "ĠIndo": 46489, + "ĠIndones": 13942, + "ĠIndonesia": 16879, + "ĠIndonesian": 39772, + "ĠIndust": 16018, + "ĠIndustrial": 32059, + "ĠIndustries": 45375, + "ĠIndustry": 38178, + "ĠInf": 11537, + "ĠInfin": 22145, + "ĠInfinite": 43368, + "ĠInfinity": 34762, + "ĠInform": 34301, + "ĠInformation": 15357, + "ĠInformationen": 46753, + "ĠInfrast": 38425, + "ĠIng": 25731, + "ĠIngred": 46670, + "ĠInhale": 27586, + "ĠIni": 28929, + "ĠInit": 22937, + "ĠIniti": 23613, + "ĠInitially": 29446, + "ĠInitiative": 26166, + "ĠInk": 31147, + "ĠInn": 34066, + "ĠInnen": 43617, + "ĠInner": 36705, + "ĠInnov": 22203, + "ĠInnovation": 27092, + "ĠIns": 9442, + "ĠInsert": 36487, + "ĠInside": 15123, + "ĠInsp": 32671, + "ĠInspect": 29552, + "ĠInspector": 33402, + "ĠInst": 2730, + "ĠInstagram": 5281, + "ĠInstall": 31982, + "ĠInstant": 38707, + "ĠInstead": 7156, + "ĠInstit": 33897, + "ĠInstitute": 9446, + "ĠInstr": 39785, + "ĠInsurance": 39971, + "ĠInt": 5681, + "ĠInte": 21525, + "ĠIntegr": 23894, + "ĠIntegration": 47713, + "ĠIntel": 19762, + "ĠIntell": 18762, + "ĠIntelligence": 27274, + "ĠInter": 5751, + "ĠInteresting": 14711, + "ĠInterestingly": 30564, + "ĠInterior": 44346, + "ĠIntern": 4844, + "ĠInternal": 47836, + "ĠInternational": 9157, + "ĠInternet": 7703, + "ĠInterview": 35599, + "ĠInterviewer": 43184, + "ĠInto": 23373, + "ĠIntro": 47406, + "ĠIntrodu": 27193, + "ĠInv": 31124, + "ĠInvest": 14008, + "ĠInvestig": 42030, + "ĠInvestment": 43427, + "ĠIo": 19239, + "ĠIoT": 30112, + "ĠIowa": 14514, + "ĠIr": 9151, + "ĠIra": 10954, + "ĠIran": 8283, + "ĠIranian": 24934, + "ĠIraq": 11818, + "ĠIraqi": 35149, + "ĠIre": 13151, + "ĠIreland": 15880, + "ĠIrene": 40834, + "ĠIris": 40789, + "ĠIrish": 16801, + "ĠIron": 13720, + "ĠIs": 1119, + "ĠIsa": 19718, + "ĠIsaac": 22505, + "ĠIsab": 35686, + "ĠIsaiah": 27263, + "ĠIsh": 42854, + "ĠIslam": 8571, + "ĠIslamic": 17970, + "ĠIsland": 7637, + "ĠIslands": 23492, + "ĠIsn": 6998, + "ĠIsrael": 5674, + "ĠIsraeli": 19974, + "ĠIsraelis": 45086, + "ĠIsraelites": 48308, + "ĠIss": 38195, + "ĠIsso": 14887, + "ĠIst": 12810, + "ĠIstanbul": 36340, + "ĠIt": 467, + "ĠItal": 8158, + "ĠItalia": 41355, + "ĠItalian": 10003, + "ĠItalians": 43620, + "ĠItaly": 10705, + "ĠItem": 31066, + "ĠIts": 6953, + "ĠItu": 39109, + "ĠItÃŃs": 47806, + "ĠIv": 26546, + "ĠIvan": 28893, + "ĠIvy": 38592, + "ĠIya": 47600, + "ĠIz": 30296, + "ĠIÃŃm": 34925, + "ĠJ": 508, + "ĠJA": 26401, + "ĠJAC": 48904, + "ĠJACK": 40281, + "ĠJAKE": 45452, + "ĠJAM": 26238, + "ĠJAMES": 35510, + "ĠJASON": 33524, + "ĠJAY": 29116, + "ĠJB": 43019, + "ĠJC": 49802, + "ĠJD": 37082, + "ĠJE": 21072, + "ĠJEFF": 30214, + "ĠJEN": 50245, + "ĠJENN": 35635, + "ĠJER": 29257, + "ĠJERRY": 48650, + "ĠJES": 49350, + "ĠJESS": 49439, + "ĠJF": 40951, + "ĠJH": 27473, + "ĠJI": 50172, + "ĠJIM": 37650, + "ĠJJ": 21386, + "ĠJJonak": 42805, + "ĠJK": 35973, + "ĠJM": 35162, + "ĠJO": 9787, + "ĠJOE": 44114, + "ĠJOHN": 13844, + "ĠJON": 27838, + "ĠJOSH": 36883, + "ĠJP": 34336, + "ĠJR": 32849, + "ĠJS": 33063, + "ĠJSON": 31828, + "ĠJU": 38852, + "ĠJUD": 16418, + "ĠJUDGE": 30042, + "ĠJUDY": 23820, + "ĠJUL": 40820, + "ĠJUN": 45801, + "ĠJUST": 33310, + "ĠJUSTIN": 41987, + "ĠJW": 49885, + "ĠJY": 43587, + "ĠJa": 3530, + "ĠJab": 40319, + "ĠJac": 9538, + "ĠJack": 4718, + "ĠJackie": 23402, + "ĠJackson": 10647, + "ĠJacob": 14117, + "ĠJacobs": 44068, + "ĠJacqu": 49770, + "ĠJacques": 42691, + "ĠJade": 37021, + "ĠJadi": 21662, + "ĠJae": 20916, + "ĠJag": 9014, + "ĠJah": 12443, + "ĠJahr": 11674, + "ĠJahre": 15557, + "ĠJahren": 13080, + "ĠJahres": 44360, + "ĠJaime": 46119, + "ĠJak": 15029, + "ĠJake": 15822, + "ĠJam": 10372, + "ĠJama": 26803, + "ĠJamaica": 42927, + "ĠJames": 5678, + "ĠJamie": 19309, + "ĠJan": 4956, + "ĠJana": 49164, + "ĠJane": 13048, + "ĠJaneiro": 44711, + "ĠJanet": 26948, + "ĠJang": 29912, + "ĠJanuary": 7061, + "ĠJap": 35642, + "ĠJapan": 3367, + "ĠJapanese": 5433, + "ĠJapon": 47594, + "ĠJar": 23941, + "ĠJared": 24160, + "ĠJas": 34023, + "ĠJasmine": 36224, + "ĠJason": 11181, + "ĠJava": 10745, + "ĠJavaScript": 15778, + "ĠJaw": 48547, + "ĠJay": 11146, + "ĠJaz": 45640, + "ĠJazz": 32213, + "ĠJe": 2588, + "ĠJean": 13854, + "ĠJed": 27076, + "ĠJeder": 47274, + "ĠJedi": 21746, + "ĠJeep": 31748, + "ĠJeez": 48516, + "ĠJeff": 7506, + "ĠJefferson": 25747, + "ĠJeffrey": 28721, + "ĠJeg": 17119, + "ĠJeju": 42966, + "ĠJelly": 38815, + "ĠJen": 9228, + "ĠJenkins": 41273, + "ĠJenn": 12342, + "ĠJenna": 35391, + "ĠJennifer": 14351, + "ĠJenny": 20580, + "ĠJeong": 31761, + "ĠJer": 8139, + "ĠJeremiah": 40460, + "ĠJeremy": 17809, + "ĠJerome": 44965, + "ĠJerry": 17454, + "ĠJersey": 16601, + "ĠJerusalem": 15393, + "ĠJes": 2547, + "ĠJess": 10484, + "ĠJesse": 21895, + "ĠJessica": 15570, + "ĠJessie": 36627, + "ĠJest": 24918, + "ĠJesus": 2705, + "ĠJesús": 47710, + "ĠJet": 28730, + "ĠJetzt": 12592, + "ĠJew": 5679, + "ĠJewish": 9246, + "ĠJews": 11041, + "ĠJeżeli": 35090, + "ĠJeÅĽli": 37086, + "ĠJi": 9702, + "ĠJia": 29242, + "ĠJian": 35423, + "ĠJiang": 23458, + "ĠJie": 41731, + "ĠJill": 24690, + "ĠJim": 6637, + "ĠJimin": 33657, + "ĠJimmy": 15709, + "ĠJin": 10617, + "ĠJing": 19534, + "ĠJinping": 45898, + "ĠJo": 3139, + "ĠJoan": 25748, + "ĠJoanna": 49314, + "ĠJob": 18602, + "ĠJobs": 29169, + "ĠJoe": 6807, + "ĠJoel": 21522, + "ĠJoey": 23764, + "ĠJoh": 19180, + "ĠJohann": 34094, + "ĠJohannes": 48455, + "ĠJohn": 2619, + "ĠJohnny": 15999, + "ĠJohns": 37016, + "ĠJohnson": 9779, + "ĠJoin": 19642, + "ĠJoining": 40229, + "ĠJoint": 37866, + "ĠJoker": 27453, + "ĠJon": 7745, + "ĠJonah": 42353, + "ĠJonas": 34630, + "ĠJonathan": 15471, + "ĠJones": 10512, + "ĠJong": 19589, + "ĠJoo": 35169, + "ĠJord": 32752, + "ĠJordan": 10979, + "ĠJorge": 36875, + "ĠJos": 18541, + "ĠJose": 8635, + "ĠJoseph": 11170, + "ĠJosh": 9785, + "ĠJoshua": 24005, + "ĠJosé": 34342, + "ĠJour": 13483, + "ĠJournal": 16936, + "ĠJourney": 37724, + "ĠJoy": 15571, + "ĠJoyce": 40044, + "ĠJoão": 21302, + "ĠJr": 17261, + "ĠJu": 13582, + "ĠJuan": 17064, + "ĠJub": 43560, + "ĠJud": 7661, + "ĠJuda": 35300, + "ĠJudah": 46828, + "ĠJudaism": 37797, + "ĠJudas": 49632, + "ĠJude": 36521, + "ĠJudge": 19476, + "ĠJudith": 45395, + "ĠJudy": 24577, + "ĠJug": 27892, + "ĠJugend": 35303, + "ĠJuice": 47776, + "ĠJul": 7174, + "ĠJulia": 18551, + "ĠJulian": 25151, + "ĠJulie": 18794, + "ĠJuliet": 33532, + "ĠJulius": 47666, + "ĠJuly": 7370, + "ĠJump": 18697, + "ĠJun": 8492, + "ĠJune": 6928, + "ĠJung": 12739, + "ĠJungkook": 48928, + "ĠJungle": 44021, + "ĠJunior": 21954, + "ĠJup": 22125, + "ĠJupiter": 24567, + "ĠJur": 27544, + "ĠJurassic": 44730, + "ĠJust": 1449, + "ĠJustice": 10422, + "ĠJustin": 11320, + "ĠJá": 21237, + "ĠK": 591, + "ĠKA": 31233, + "ĠKAR": 42976, + "ĠKAT": 39274, + "ĠKE": 21887, + "ĠKELL": 48109, + "ĠKENN": 34773, + "ĠKENNETH": 42303, + "ĠKEVIN": 50006, + "ĠKH": 34854, + "ĠKI": 47261, + "ĠKIM": 38985, + "ĠKIR": 29927, + "ĠKIRBY": 34553, + "ĠKL": 47991, + "ĠKN": 26967, + "ĠKNOW": 39429, + "ĠKO": 34245, + "ĠKP": 41371, + "ĠKR": 37522, + "ĠKRIS": 36449, + "ĠKY": 41150, + "ĠKa": 10988, + "ĠKab": 25848, + "ĠKabul": 48103, + "ĠKad": 32248, + "ĠKaf": 36813, + "ĠKafka": 47064, + "ĠKag": 48751, + "ĠKah": 39444, + "ĠKai": 20753, + "ĠKaiser": 42066, + "ĠKait": 45791, + "ĠKak": 36775, + "ĠKal": 12655, + "ĠKalau": 36366, + "ĠKam": 11934, + "ĠKamera": 42728, + "ĠKampf": 45126, + "ĠKan": 11120, + "ĠKanal": 38643, + "ĠKane": 39161, + "ĠKang": 20360, + "ĠKann": 29074, + "ĠKansas": 19422, + "ĠKant": 40927, + "ĠKanye": 37654, + "ĠKap": 21216, + "ĠKar": 8009, + "ĠKara": 34838, + "ĠKard": 31050, + "ĠKardash": 37959, + "ĠKardashian": 46044, + "ĠKaren": 14834, + "ĠKarena": 45724, + "ĠKarere": 48442, + "ĠKarl": 20405, + "ĠKarma": 39063, + "ĠKart": 27365, + "ĠKas": 28059, + "ĠKash": 32356, + "ĠKat": 8365, + "ĠKate": 16251, + "ĠKath": 20067, + "ĠKatherine": 33478, + "ĠKathleen": 41648, + "ĠKathryn": 49655, + "ĠKathy": 30740, + "ĠKatie": 19602, + "ĠKatrina": 42550, + "ĠKaty": 42959, + "ĠKauf": 44590, + "ĠKaw": 31795, + "ĠKay": 14179, + "ĠKayla": 36797, + "ĠKaz": 16264, + "ĠKazakh": 38438, + "ĠKazakhstan": 47394, + "ĠKazu": 41038, + "ĠKazuto": 38031, + "ĠKazuya": 47730, + "ĠKe": 3189, + "ĠKeep": 5527, + "ĠKeeping": 30187, + "ĠKeith": 20613, + "ĠKel": 19158, + "ĠKell": 28554, + "ĠKeller": 48352, + "ĠKelly": 12345, + "ĠKelsey": 44714, + "ĠKelvin": 36955, + "ĠKem": 30097, + "ĠKen": 8273, + "ĠKend": 20891, + "ĠKendall": 38794, + "ĠKenn": 12369, + "ĠKennedy": 16517, + "ĠKenneth": 33735, + "ĠKenny": 33681, + "ĠKens": 33265, + "ĠKensuke": 44708, + "ĠKent": 15843, + "ĠKentucky": 22369, + "ĠKenya": 31011, + "ĠKer": 20706, + "ĠKern": 40224, + "ĠKerry": 28528, + "ĠKes": 26898, + "ĠKevin": 9954, + "ĠKey": 12759, + "ĠKeys": 43733, + "ĠKh": 11681, + "ĠKhal": 27724, + "ĠKhan": 18136, + "ĠKhông": 49125, + "ĠKi": 17459, + "ĠKia": 45505, + "ĠKick": 20886, + "ĠKickstarter": 41288, + "ĠKid": 18978, + "ĠKids": 15694, + "ĠKiev": 48559, + "ĠKil": 23912, + "ĠKill": 17526, + "ĠKiller": 39846, + "ĠKim": 5652, + "ĠKimberly": 39804, + "ĠKimchi": 38428, + "ĠKin": 27950, + "ĠKind": 9242, + "ĠKinda": 35553, + "ĠKinder": 14193, + "ĠKindern": 43987, + "ĠKing": 3819, + "ĠKingdom": 11277, + "ĠKings": 21855, + "ĠKingston": 33419, + "ĠKir": 11305, + "ĠKirby": 37423, + "ĠKirk": 27834, + "ĠKirsty": 31166, + "ĠKiss": 24297, + "ĠKit": 23037, + "ĠKita": 27329, + "ĠKitchen": 23135, + "ĠKitty": 36393, + "ĠKivol": 27506, + "ĠKivolowitz": 27507, + "ĠKl": 16053, + "ĠKlar": 44893, + "ĠKle": 17053, + "ĠKlein": 33327, + "ĠKlim": 25136, + "ĠKn": 10519, + "ĠKne": 32708, + "ĠKnight": 18708, + "ĠKnights": 37685, + "ĠKnock": 34017, + "ĠKnow": 10265, + "ĠKnowing": 25499, + "ĠKnowledge": 32906, + "ĠKnox": 48510, + "ĠKo": 10509, + "ĠKob": 46353, + "ĠKobe": 46296, + "ĠKoch": 40401, + "ĠKoh": 30861, + "ĠKok": 36915, + "ĠKol": 26137, + "ĠKoll": 11621, + "ĠKolleg": 25213, + "ĠKollege": 28505, + "ĠKollegen": 23713, + "ĠKollegin": 46632, + "ĠKolleginnen": 35950, + "ĠKom": 14286, + "ĠKomb": 34678, + "ĠKombat": 49131, + "ĠKomm": 18400, + "ĠKomment": 33708, + "ĠKommentare": 46203, + "ĠKommun": 28832, + "ĠKommunen": 42566, + "ĠKon": 12718, + "ĠKong": 9832, + "ĠKons": 48163, + "ĠKonst": 44200, + "ĠKont": 20629, + "ĠKontakt": 43396, + "ĠKook": 47719, + "ĠKop": 49656, + "ĠKopf": 28231, + "ĠKor": 21690, + "ĠKore": 3893, + "ĠKorea": 6307, + "ĠKorean": 6933, + "ĠKoreans": 32130, + "ĠKos": 36909, + "ĠKosten": 47391, + "ĠKot": 30123, + "ĠKr": 6332, + "ĠKra": 26988, + "ĠKraft": 31313, + "ĠKrank": 48896, + "ĠKranken": 39950, + "ĠKre": 23625, + "ĠKrie": 35579, + "ĠKris": 28486, + "ĠKrishna": 27153, + "ĠKrist": 19562, + "ĠKristen": 35107, + "ĠKristin": 42189, + "ĠKrit": 46372, + "ĠKrsna": 33035, + "ĠKry": 37747, + "ĠKu": 20311, + "ĠKub": 35805, + "ĠKubernetes": 23145, + "ĠKultur": 46744, + "ĠKum": 28039, + "ĠKumar": 46500, + "ĠKun": 19089, + "ĠKund": 49759, + "ĠKunden": 38192, + "ĠKung": 44317, + "ĠKunst": 40099, + "ĠKur": 16481, + "ĠKurd": 32305, + "ĠKurt": 26168, + "ĠKurz": 45307, + "ĠKush": 49709, + "ĠKw": 43432, + "ĠKwang": 46561, + "ĠKy": 12237, + "ĠKyle": 18023, + "ĠKylie": 39424, + "ĠKyoto": 48470, + "ĠKyung": 40285, + "ĠKä": 40502, + "ĠKö": 43197, + "ĠKön": 29077, + "ĠKörper": 33501, + "ĠKü": 30726, + "ĠKız": 36223, + "ĠKá¹Ľá¹£á¹ĩa": 36777, + "ĠL": 441, + "ĠLA": 9855, + "ĠLAKE": 42193, + "ĠLAN": 37387, + "ĠLAU": 8150, + "ĠLAUGH": 26355, + "ĠLAUGHTER": 46760, + "ĠLAURA": 10105, + "ĠLC": 42198, + "ĠLCD": 33158, + "ĠLD": 33936, + "ĠLE": 11378, + "ĠLED": 11261, + "ĠLEDs": 33366, + "ĠLEE": 38784, + "ĠLEGO": 36072, + "ĠLEO": 49692, + "ĠLET": 40866, + "ĠLG": 25449, + "ĠLGB": 15452, + "ĠLGBT": 16179, + "ĠLGBTQ": 26862, + "ĠLI": 7169, + "ĠLIAM": 13194, + "ĠLIKE": 24705, + "ĠLIN": 19763, + "ĠLINKE": 32445, + "ĠLISA": 42448, + "ĠLIVE": 33880, + "ĠLLC": 33698, + "ĠLM": 46529, + "ĠLO": 15731, + "ĠLOL": 15086, + "ĠLOOK": 45648, + "ĠLORD": 29818, + "ĠLOT": 42930, + "ĠLOU": 49486, + "ĠLOVE": 31351, + "ĠLP": 38095, + "ĠLS": 36657, + "ĠLT": 42671, + "ĠLU": 31851, + "ĠLY": 42154, + "ĠLa": 2369, + "ĠLab": 10137, + "ĠLabor": 17250, + "ĠLaboratory": 40824, + "ĠLabour": 23361, + "ĠLabs": 40047, + "ĠLac": 40113, + "ĠLad": 12106, + "ĠLaden": 45555, + "ĠLadies": 17084, + "ĠLady": 11256, + "ĠLag": 24886, + "ĠLage": 41555, + "ĠLah": 45862, + "ĠLaink": 47195, + "ĠLak": 37327, + "ĠLake": 10582, + "ĠLakes": 36932, + "ĠLal": 47893, + "ĠLam": 18825, + "ĠLamb": 19302, + "ĠLambda": 45691, + "ĠLamborg": 48389, + "ĠLan": 17482, + "ĠLana": 48750, + "ĠLanc": 39803, + "ĠLance": 40493, + "ĠLand": 6607, + "ĠLandes": 22031, + "ĠLandesregierung": 37695, + "ĠLanding": 49458, + "ĠLands": 30527, + "ĠLane": 26226, + "ĠLang": 13313, + "ĠLanguage": 24445, + "ĠLanka": 42765, + "ĠLao": 46471, + "ĠLap": 42498, + "ĠLar": 11569, + "ĠLara": 33935, + "ĠLarge": 33092, + "ĠLarry": 18145, + "ĠLars": 41563, + "ĠLas": 10663, + "ĠLaser": 43810, + "ĠLast": 5264, + "ĠLastly": 18072, + "ĠLat": 7354, + "ĠLate": 31220, + "ĠLater": 11965, + "ĠLatin": 10803, + "ĠLatino": 25422, + "ĠLatinos": 48413, + "ĠLau": 47979, + "ĠLaughing": 46861, + "ĠLaughs": 33439, + "ĠLaughter": 13584, + "ĠLaunch": 28119, + "ĠLaur": 29906, + "ĠLaura": 13220, + "ĠLaure": 27270, + "ĠLauren": 18915, + "ĠLaurent": 49357, + "ĠLaurie": 38189, + "ĠLaut": 47344, + "ĠLav": 30966, + "ĠLaw": 7744, + "ĠLawrence": 22787, + "ĠLay": 20084, + "ĠLayer": 35166, + "ĠLaz": 46469, + "ĠLazar": 49273, + "ĠLe": 1456, + "ĠLead": 31025, + "ĠLeader": 22650, + "ĠLeaders": 24256, + "ĠLeadership": 30577, + "ĠLeaf": 32290, + "ĠLeague": 11199, + "ĠLeah": 38591, + "ĠLean": 49303, + "ĠLearn": 17216, + "ĠLearning": 15205, + "ĠLeave": 9825, + "ĠLeaving": 41253, + "ĠLeb": 19437, + "ĠLeban": 23530, + "ĠLebanon": 29532, + "ĠLeben": 15399, + "ĠLebens": 21530, + "ĠLect": 37196, + "ĠLed": 39367, + "ĠLee": 6957, + "ĠLeft": 16405, + "ĠLeg": 7470, + "ĠLegacy": 42838, + "ĠLegal": 33577, + "ĠLegend": 21480, + "ĠLegends": 28103, + "ĠLegion": 33024, + "ĠLegisl": 33074, + "ĠLego": 28761, + "ĠLeh": 42631, + "ĠLehr": 29943, + "ĠLehrer": 49718, + "ĠLei": 32593, + "ĠLeist": 39577, + "ĠLem": 16905, + "ĠLemon": 35404, + "ĠLen": 23009, + "ĠLena": 41549, + "ĠLeno": 45661, + "ĠLeo": 19344, + "ĠLeon": 13244, + "ĠLeonard": 35172, + "ĠLeonardo": 36523, + "ĠLes": 6965, + "ĠLeslie": 28140, + "ĠLess": 18649, + "ĠLet": 961, + "ĠLets": 15655, + "ĠLetter": 43426, + "ĠLeute": 13495, + "ĠLeuten": 42301, + "ĠLev": 28471, + "ĠLevel": 16872, + "ĠLevi": 33987, + "ĠLew": 14542, + "ĠLewis": 17412, + "ĠLex": 24086, + "ĠLey": 36794, + "ĠLi": 8349, + "ĠLia": 47844, + "ĠLiam": 32860, + "ĠLiang": 35842, + "ĠLib": 15834, + "ĠLiber": 14175, + "ĠLiberal": 36020, + "ĠLiberty": 27527, + "ĠLibr": 12006, + "ĠLibrary": 12806, + "ĠLibya": 36452, + "ĠLic": 40627, + "ĠLicht": 32917, + "ĠLie": 11197, + "ĠLiebe": 28790, + "ĠLieutenant": 28412, + "ĠLif": 31946, + "ĠLife": 7720, + "ĠLift": 26148, + "ĠLight": 8279, + "ĠLightning": 28848, + "ĠLights": 38226, + "ĠLike": 1743, + "ĠLikewise": 30269, + "ĠLil": 23454, + "ĠLilly": 41386, + "ĠLily": 24669, + "ĠLim": 16406, + "ĠLima": 50217, + "ĠLimited": 43231, + "ĠLin": 9355, + "ĠLincoln": 15993, + "ĠLind": 16828, + "ĠLinda": 20324, + "ĠLindsay": 35017, + "ĠLindsey": 35910, + "ĠLine": 14670, + "ĠLing": 20977, + "ĠLink": 8466, + "ĠLinked": 19322, + "ĠLinkedIn": 20657, + "ĠLinks": 37156, + "ĠLinux": 18734, + "ĠLion": 21704, + "ĠLions": 48335, + "ĠLip": 27475, + "ĠLiqu": 32331, + "ĠLiquid": 38943, + "ĠLis": 30812, + "ĠLisa": 12252, + "ĠList": 17668, + "ĠListen": 7501, + "ĠListening": 49321, + "ĠLit": 41841, + "ĠLite": 32986, + "ĠLiter": 16090, + "ĠLiterally": 23768, + "ĠLith": 32577, + "ĠLittle": 8022, + "ĠLiu": 18056, + "ĠLiv": 31738, + "ĠLive": 10385, + "ĠLiver": 28010, + "ĠLiverpool": 32473, + "ĠLives": 25791, + "ĠLiving": 18824, + "ĠLiz": 16480, + "ĠLl": 32717, + "ĠLloyd": 31401, + "ĠLo": 6130, + "ĠLoad": 48408, + "ĠLob": 30719, + "ĠLoc": 12859, + "ĠLocal": 22755, + "ĠLoch": 49912, + "ĠLock": 16736, + "ĠLog": 10824, + "ĠLogan": 22689, + "ĠLogic": 49898, + "ĠLok": 46278, + "ĠLoki": 37940, + "ĠLol": 41026, + "ĠLon": 35927, + "ĠLond": 6735, + "ĠLondon": 7042, + "ĠLong": 8282, + "ĠLook": 2053, + "ĠLooking": 11053, + "ĠLooks": 10027, + "ĠLoop": 45660, + "ĠLopez": 36077, + "ĠLor": 29358, + "ĠLord": 3257, + "ĠLords": 41870, + "ĠLore": 36994, + "ĠLoren": 37162, + "ĠLori": 32698, + "ĠLos": 7632, + "ĠLost": 23422, + "ĠLot": 20131, + "ĠLots": 15908, + "ĠLotus": 44769, + "ĠLou": 7272, + "ĠLoud": 48259, + "ĠLouis": 9763, + "ĠLouise": 35962, + "ĠLouisiana": 25413, + "ĠLove": 5956, + "ĠLovely": 33925, + "ĠLow": 17078, + "ĠLower": 25523, + "ĠLoy": 50048, + "ĠLt": 44451, + "ĠLu": 5047, + "ĠLub": 43781, + "ĠLuc": 9593, + "ĠLuca": 42076, + "ĠLucas": 19178, + "ĠLuci": 37309, + "ĠLuck": 16627, + "ĠLuckily": 19726, + "ĠLucky": 26639, + "ĠLucy": 22698, + "ĠLud": 30550, + "ĠLuego": 45665, + "ĠLuft": 26995, + "ĠLuigi": 33308, + "ĠLuis": 25133, + "ĠLuiza": 45208, + "ĠLuk": 34992, + "ĠLuke": 13044, + "ĠLulu": 45223, + "ĠLum": 35978, + "ĠLun": 32077, + "ĠLuna": 27355, + "ĠLunch": 44958, + "ĠLuo": 35155, + "ĠLup": 44319, + "ĠLust": 45834, + "ĠLuther": 20693, + "ĠLux": 25767, + "ĠLy": 12687, + "ĠLydia": 44038, + "ĠLyn": 15214, + "ĠLynch": 32345, + "ĠLynd": 48800, + "ĠLynn": 27469, + "ĠLänder": 43441, + "ĠLändern": 48321, + "ĠLö": 50123, + "ĠLös": 34642, + "ĠLösung": 46934, + "ĠLÃł": 22237, + "ĠM": 376, + "ĠMA": 12191, + "ĠMAC": 27716, + "ĠMAL": 40643, + "ĠMALE": 31642, + "ĠMAN": 15372, + "ĠMAND": 47932, + "ĠMAR": 6450, + "ĠMARC": 49433, + "ĠMARISHA": 12265, + "ĠMARK": 20606, + "ĠMARTIN": 36996, + "ĠMARY": 37640, + "ĠMAS": 42129, + "ĠMAT": 5904, + "ĠMATT": 6291, + "ĠMAX": 39549, + "ĠMAY": 28996, + "ĠMAYOR": 43967, + "ĠMB": 28866, + "ĠMBA": 26674, + "ĠMC": 8797, + "ĠMCU": 39415, + "ĠMD": 22521, + "ĠME": 12003, + "ĠMEL": 38005, + "ĠMEM": 40524, + "ĠMER": 47234, + "ĠMG": 36856, + "ĠMH": 34796, + "ĠMI": 13696, + "ĠMIC": 20565, + "ĠMICH": 41276, + "ĠMICHAEL": 23859, + "ĠMID": 32394, + "ĠMIDI": 41474, + "ĠMIKE": 25208, + "ĠMIL": 43346, + "ĠMILL": 48070, + "ĠMIN": 26186, + "ĠMIT": 13100, + "ĠMJ": 36240, + "ĠMK": 30770, + "ĠML": 21601, + "ĠMM": 34191, + "ĠMMA": 48700, + "ĠMO": 19290, + "ĠMOD": 38113, + "ĠMOM": 46840, + "ĠMON": 27398, + "ĠMOO": 49197, + "ĠMOR": 29533, + "ĠMORE": 35509, + "ĠMOS": 44219, + "ĠMP": 14146, + "ĠMR": 9808, + "ĠMRI": 32812, + "ĠMS": 7395, + "ĠMT": 37333, + "ĠMTV": 43924, + "ĠMU": 17935, + "ĠMUELLER": 42573, + "ĠMUR": 46707, + "ĠMUS": 49764, + "ĠMUSIC": 16924, + "ĠMV": 17663, + "ĠMVP": 37151, + "ĠMX": 47509, + "ĠMY": 16322, + "ĠMa": 4042, + "ĠMaar": 14294, + "ĠMac": 5707, + "ĠMacBook": 31737, + "ĠMaced": 45603, + "ĠMach": 12089, + "ĠMachine": 22155, + "ĠMacht": 40873, + "ĠMack": 24295, + "ĠMacron": 32806, + "ĠMad": 5326, + "ĠMadam": 18490, + "ĠMadame": 31077, + "ĠMade": 18330, + "ĠMadison": 22874, + "ĠMadonna": 49540, + "ĠMadrid": 22091, + "ĠMae": 31055, + "ĠMaf": 41517, + "ĠMag": 6395, + "ĠMagaz": 25994, + "ĠMagazine": 27618, + "ĠMage": 49293, + "ĠMaggie": 29107, + "ĠMagic": 16154, + "ĠMagn": 19664, + "ĠMah": 10104, + "ĠMahar": 48498, + "ĠMai": 24084, + "ĠMail": 29164, + "ĠMain": 12383, + "ĠMaine": 28180, + "ĠMainly": 47468, + "ĠMainten": 30437, + "ĠMaintenant": 36931, + "ĠMais": 6313, + "ĠMaj": 7048, + "ĠMajesty": 10665, + "ĠMajor": 15581, + "ĠMak": 16576, + "ĠMake": 4387, + "ĠMaker": 35096, + "ĠMakes": 25245, + "ĠMaking": 14595, + "ĠMal": 5746, + "ĠMalays": 21543, + "ĠMalaysia": 25465, + "ĠMalcolm": 34596, + "ĠMale": 21080, + "ĠMall": 24883, + "ĠMam": 19899, + "ĠMama": 17775, + "ĠMan": 2458, + "ĠMana": 33711, + "ĠManagement": 14781, + "ĠManager": 13821, + "ĠManchester": 27180, + "ĠMand": 15458, + "ĠMandal": 49869, + "ĠMandarin": 42292, + "ĠMandy": 47474, + "ĠMang": 35487, + "ĠMango": 48588, + "ĠManh": 21740, + "ĠManhattan": 23633, + "ĠMann": 16892, + "ĠMans": 23167, + "ĠMansion": 45572, + "ĠMant": 32829, + "ĠManual": 46173, + "ĠManuel": 34362, + "ĠManufact": 44957, + "ĠMany": 5126, + "ĠMao": 38030, + "ĠMaori": 23357, + "ĠMap": 22053, + "ĠMaple": 47604, + "ĠMaps": 28978, + "ĠMar": 2039, + "ĠMarc": 18460, + "ĠMarcel": 34738, + "ĠMarch": 6129, + "ĠMarcheg": 38081, + "ĠMarchegiani": 38092, + "ĠMarco": 26535, + "ĠMarcus": 26574, + "ĠMarg": 20000, + "ĠMargaret": 24177, + "ĠMari": 34478, + "ĠMaria": 12734, + "ĠMarian": 37497, + "ĠMarie": 15130, + "ĠMarilyn": 48340, + "ĠMarin": 43016, + "ĠMarina": 35310, + "ĠMarine": 20415, + "ĠMarines": 39331, + "ĠMario": 9343, + "ĠMarion": 49270, + "ĠMark": 3934, + "ĠMarket": 15596, + "ĠMarketing": 27402, + "ĠMarkt": 39774, + "ĠMarkus": 45041, + "ĠMarly": 50129, + "ĠMarriage": 49593, + "ĠMars": 9692, + "ĠMarsh": 14443, + "ĠMarshall": 17279, + "ĠMart": 5807, + "ĠMartha": 27787, + "ĠMartin": 9184, + "ĠMartine": 37195, + "ĠMartinez": 41886, + "ĠMarty": 29192, + "ĠMarvel": 13837, + "ĠMarvin": 48722, + "ĠMarx": 21703, + "ĠMary": 6059, + "ĠMaryland": 19939, + "ĠMarÃŃa": 48472, + "ĠMas": 5224, + "ĠMash": 42039, + "ĠMask": 25414, + "ĠMason": 25730, + "ĠMass": 10482, + "ĠMassachusetts": 19979, + "ĠMaster": 6140, + "ĠMasters": 27014, + "ĠMat": 6789, + "ĠMatch": 26178, + "ĠMate": 27594, + "ĠMater": 19188, + "ĠMaterial": 29160, + "ĠMath": 15776, + "ĠMatrix": 36274, + "ĠMats": 27204, + "ĠMatt": 7397, + "ĠMatte": 47544, + "ĠMatter": 20285, + "ĠMatth": 11327, + "ĠMatthew": 12434, + "ĠMau": 32858, + "ĠMaur": 26133, + "ĠMaurice": 49041, + "ĠMax": 7402, + "ĠMaxim": 29076, + "ĠMaxwell": 39594, + "ĠMay": 1891, + "ĠMaya": 21695, + "ĠMaybe": 2704, + "ĠMayo": 46406, + "ĠMayor": 13925, + "ĠMaz": 28568, + "ĠMaÃŁ": 28645, + "ĠMaÃŁnahmen": 36626, + "ĠMc": 4050, + "ĠMcC": 12061, + "ĠMcCain": 49725, + "ĠMcCarthy": 44085, + "ĠMcConnell": 41331, + "ĠMcD": 49269, + "ĠMcDonald": 16889, + "ĠMcG": 21865, + "ĠMcK": 21765, + "ĠMcL": 38922, + "ĠMcM": 25549, + "ĠMcMahon": 48187, + "ĠMcN": 48996, + "ĠMe": 1923, + "ĠMean": 12302, + "ĠMeaning": 19948, + "ĠMeans": 40290, + "ĠMeanwhile": 13879, + "ĠMeasure": 41436, + "ĠMeat": 30502, + "ĠMechan": 30175, + "ĠMed": 3982, + "ĠMedal": 42437, + "ĠMedia": 14741, + "ĠMedic": 11555, + "ĠMedicaid": 24779, + "ĠMedical": 15896, + "ĠMedicare": 19583, + "ĠMedicine": 20338, + "ĠMedien": 44030, + "ĠMediter": 25828, + "ĠMediterranean": 27280, + "ĠMedium": 38915, + "ĠMeer": 49758, + "ĠMeet": 22963, + "ĠMeeting": 33217, + "ĠMeg": 9986, + "ĠMega": 22834, + "ĠMegan": 21332, + "ĠMeghan": 32597, + "ĠMeh": 29337, + "ĠMehr": 30782, + "ĠMei": 34100, + "ĠMein": 18382, + "ĠMeine": 22258, + "ĠMeinung": 36519, + "ĠMel": 7375, + "ĠMelanie": 42798, + "ĠMelbourne": 27496, + "ĠMelissa": 22844, + "ĠMelt": 48425, + "ĠMem": 8731, + "ĠMember": 16037, + "ĠMembers": 21495, + "ĠMemorial": 24957, + "ĠMemory": 38203, + "ĠMemphis": 26743, + "ĠMen": 6685, + "ĠMend": 40887, + "ĠMeng": 29090, + "ĠMenge": 40723, + "ĠMens": 7364, + "ĠMensch": 27773, + "ĠMenschen": 8397, + "ĠMent": 33140, + "ĠMental": 30294, + "ĠMenu": 43343, + "ĠMeow": 42996, + "ĠMer": 6124, + "ĠMerc": 18897, + "ĠMercedes": 22899, + "ĠMerci": 19856, + "ĠMercury": 31780, + "ĠMercy": 35626, + "ĠMeredith": 29737, + "ĠMerkel": 38356, + "ĠMerry": 26572, + "ĠMes": 17485, + "ĠMess": 9847, + "ĠMessage": 45947, + "ĠMessenger": 34226, + "ĠMessi": 42969, + "ĠMessiah": 21756, + "ĠMet": 6377, + "ĠMetal": 23488, + "ĠMetall": 49447, + "ĠMete": 43328, + "ĠMeter": 38054, + "ĠMeth": 48602, + "ĠMethod": 25285, + "ĠMetro": 25598, + "ĠMetroid": 47767, + "ĠMetropolitan": 45489, + "ĠMeu": 34398, + "ĠMex": 6496, + "ĠMexican": 16164, + "ĠMexico": 8612, + "ĠMeyer": 47207, + "ĠMhm": 26272, + "ĠMi": 10204, + "ĠMia": 28545, + "ĠMiami": 18367, + "ĠMic": 5818, + "ĠMich": 3392, + "ĠMicha": 31698, + "ĠMichael": 5116, + "ĠMichaels": 45759, + "ĠMichel": 23709, + "ĠMichelle": 14933, + "ĠMichigan": 11925, + "ĠMick": 42538, + "ĠMickey": 24714, + "ĠMicro": 25642, + "ĠMicrosoft": 8116, + "ĠMid": 7033, + "ĠMiddle": 10775, + "ĠMidwest": 33483, + "ĠMig": 18951, + "ĠMight": 23964, + "ĠMighty": 45874, + "ĠMiguel": 29150, + "ĠMih": 48168, + "ĠMik": 16380, + "ĠMike": 6602, + "ĠMikey": 42344, + "ĠMil": 7036, + "ĠMilan": 32874, + "ĠMile": 47651, + "ĠMiles": 27384, + "ĠMilitary": 28460, + "ĠMilk": 26986, + "ĠMilky": 38465, + "ĠMill": 7190, + "ĠMillenn": 42007, + "ĠMiller": 16932, + "ĠMilli": 36654, + "ĠMilliarden": 44784, + "ĠMillion": 33959, + "ĠMillionen": 26096, + "ĠMills": 44277, + "ĠMilton": 40778, + "ĠMilwaukee": 35321, + "ĠMimi": 46709, + "ĠMin": 2829, + "ĠMina": 35981, + "ĠMind": 13719, + "ĠMine": 11620, + "ĠMinecraft": 21029, + "ĠMing": 19352, + "ĠMinh": 45093, + "ĠMini": 18239, + "ĠMinist": 32196, + "ĠMinister": 6506, + "ĠMinistry": 19720, + "ĠMinne": 37829, + "ĠMinneapolis": 38713, + "ĠMinnesota": 13996, + "ĠMinnie": 47654, + "ĠMinor": 36117, + "ĠMins": 49239, + "ĠMint": 36188, + "ĠMinute": 33509, + "ĠMinuten": 27593, + "ĠMir": 9421, + "ĠMira": 28394, + "ĠMiranda": 37000, + "ĠMire": 50008, + "ĠMirror": 34452, + "ĠMis": 23240, + "ĠMiss": 5275, + "ĠMission": 20170, + "ĠMississippi": 20347, + "ĠMissouri": 21334, + "ĠMist": 20166, + "ĠMister": 22058, + "ĠMistress": 48509, + "ĠMit": 10821, + "ĠMitar": 32900, + "ĠMitarbeiter": 38324, + "ĠMitch": 18546, + "ĠMitchell": 27582, + "ĠMitgl": 44167, + "ĠMits": 40897, + "ĠMitt": 18784, + "ĠMitte": 41526, + "ĠMittel": 35079, + "ĠMix": 12769, + "ĠMiy": 26195, + "ĠMiz": 37793, + "ĠMm": 8266, + "ĠMmm": 12146, + "ĠMmmm": 42992, + "ĠMo": 3335, + "ĠMob": 37920, + "ĠMobil": 47188, + "ĠMobile": 22625, + "ĠMod": 6583, + "ĠMode": 20500, + "ĠModel": 17105, + "ĠModer": 42067, + "ĠModern": 19814, + "ĠModi": 47621, + "ĠModule": 48251, + "ĠMog": 34327, + "ĠMoh": 16123, + "ĠMohammad": 43939, + "ĠMohammed": 41910, + "ĠMoi": 20256, + "ĠMol": 28278, + "ĠMole": 46914, + "ĠMolly": 26665, + "ĠMolt": 39254, + "ĠMom": 5576, + "ĠMoment": 19093, + "ĠMommy": 24602, + "ĠMomo": 47984, + "ĠMon": 4713, + "ĠMona": 43731, + "ĠMonate": 44067, + "ĠMonaten": 46193, + "ĠMond": 7492, + "ĠMonday": 8138, + "ĠMonet": 47871, + "ĠMoney": 16631, + "ĠMong": 19423, + "ĠMongo": 48380, + "ĠMongol": 43573, + "ĠMonica": 25363, + "ĠMonitor": 33799, + "ĠMonkey": 34862, + "ĠMonroe": 43900, + "ĠMonsieur": 34941, + "ĠMonst": 39768, + "ĠMonster": 21059, + "ĠMont": 7947, + "ĠMontana": 27916, + "ĠMonte": 38105, + "ĠMontgomery": 34715, + "ĠMonth": 24255, + "ĠMontreal": 34180, + "ĠMoo": 43224, + "ĠMoon": 10714, + "ĠMoore": 21644, + "ĠMor": 5146, + "ĠMore": 5048, + "ĠMoreover": 19838, + "ĠMorgan": 16724, + "ĠMorgen": 35570, + "ĠMorm": 33610, + "ĠMormon": 39515, + "ĠMorning": 17967, + "ĠMoroc": 30893, + "ĠMorocco": 38782, + "ĠMorris": 23619, + "ĠMorrison": 33767, + "ĠMort": 24977, + "ĠMortal": 45797, + "ĠMos": 19430, + "ĠMosc": 17213, + "ĠMoscow": 18298, + "ĠMoses": 17580, + "ĠMoss": 39591, + "ĠMost": 4534, + "ĠMostly": 29035, + "ĠMot": 8956, + "ĠMother": 8931, + "ĠMotion": 27771, + "ĠMoto": 37825, + "ĠMotor": 18495, + "ĠMotorola": 45871, + "ĠMotors": 40118, + "ĠMount": 8426, + "ĠMountain": 15586, + "ĠMountains": 30970, + "ĠMouse": 29383, + "ĠMov": 43756, + "ĠMove": 10475, + "ĠMovement": 26523, + "ĠMovie": 28766, + "ĠMoving": 14242, + "ĠMoy": 47254, + "ĠMoz": 30208, + "ĠMozart": 42653, + "ĠMoż": 44736, + "ĠMoże": 43774, + "ĠMr": 2221, + "ĠMrs": 9814, + "ĠMs": 7741, + "ĠMt": 39183, + "ĠMu": 15601, + "ĠMuch": 12313, + "ĠMuchas": 35669, + "ĠMud": 39231, + "ĠMueller": 38152, + "ĠMuh": 15651, + "ĠMuhammad": 19360, + "ĠMuito": 31824, + "ĠMuk": 34280, + "ĠMul": 29960, + "ĠMull": 41621, + "ĠMult": 14665, + "ĠMulti": 29238, + "ĠMultip": 31150, + "ĠMultiple": 40056, + "ĠMum": 24279, + "ĠMumbai": 34309, + "ĠMummy": 46569, + "ĠMun": 17050, + "ĠMund": 33317, + "ĠMunich": 40601, + "ĠMunicip": 47606, + "ĠMur": 9373, + "ĠMurder": 44370, + "ĠMurphy": 28549, + "ĠMurray": 27291, + "ĠMus": 3569, + "ĠMuse": 47293, + "ĠMuseum": 10967, + "ĠMush": 38188, + "ĠMusic": 7609, + "ĠMusical": 42527, + "ĠMusik": 14156, + "ĠMusk": 26019, + "ĠMuslim": 8178, + "ĠMuslims": 14793, + "ĠMuss": 43879, + "ĠMust": 13252, + "ĠMustafa": 37229, + "ĠMustang": 37115, + "ĠMut": 18517, + "ĠMutta": 46604, + "ĠMutter": 31517, + "ĠMuy": 39586, + "ĠMy": 1222, + "ĠMyan": 42297, + "ĠMyanmar": 42725, + "ĠMyers": 45088, + "ĠMys": 37795, + "ĠMyst": 28510, + "ĠMyster": 38175, + "ĠMystery": 41660, + "ĠMyth": 26371, + "ĠMythical": 44566, + "ĠMäd": 49182, + "ĠMänner": 36907, + "ĠMär": 46084, + "ĠMé": 23580, + "ĠMéxico": 28128, + "ĠMême": 42027, + "ĠMöglich": 21467, + "ĠMöglichkeit": 30662, + "ĠMöglichkeiten": 42627, + "ĠMü": 21295, + "ĠMün": 35840, + "ĠMÄģ": 45901, + "ĠMỹ": 48845, + "ĠN": 426, + "ĠNA": 16585, + "ĠNARRATOR": 10160, + "ĠNAS": 10182, + "ĠNASA": 12077, + "ĠNAT": 14500, + "ĠNATO": 19419, + "ĠNAU": 44789, + "ĠNBA": 23890, + "ĠNBC": 31504, + "ĠNC": 20786, + "ĠNCAA": 49650, + "ĠNCT": 38368, + "ĠND": 40709, + "ĠNE": 12384, + "ĠNES": 37212, + "ĠNEW": 36373, + "ĠNF": 13576, + "ĠNFL": 24817, + "ĠNFT": 50075, + "ĠNGO": 31456, + "ĠNGOs": 46454, + "ĠNH": 31118, + "ĠNHS": 22693, + "ĠNI": 18482, + "ĠNICK": 32175, + "ĠNIH": 28716, + "ĠNO": 9146, + "ĠNOR": 47904, + "ĠNOT": 12854, + "ĠNOW": 27734, + "ĠNP": 38611, + "ĠNPC": 28787, + "ĠNR": 38399, + "ĠNS": 15943, + "ĠNSA": 47299, + "ĠNT": 43452, + "ĠNV": 46512, + "ĠNXT": 38414, + "ĠNY": 26032, + "ĠNYU": 42682, + "ĠNZ": 41089, + "ĠNa": 6056, + "ĠNab": 45366, + "ĠNach": 11815, + "ĠNacht": 31133, + "ĠNacional": 36623, + "ĠNad": 23269, + "ĠNada": 40992, + "ĠNag": 18913, + "ĠNah": 13933, + "ĠNai": 50205, + "ĠNaj": 31576, + "ĠNak": 25779, + "ĠNam": 10684, + "ĠName": 13866, + "ĠNamen": 38771, + "ĠNan": 18852, + "ĠNana": 37087, + "ĠNancy": 18154, + "ĠNano": 43511, + "ĠNaomi": 35369, + "ĠNap": 18287, + "ĠNapole": 28298, + "ĠNapoleon": 31694, + "ĠNar": 13512, + "ĠNarr": 45658, + "ĠNarrator": 19242, + "ĠNaru": 42518, + "ĠNaruhodou": 44658, + "ĠNaruto": 47703, + "ĠNas": 16151, + "ĠNash": 25012, + "ĠNashville": 36370, + "ĠNast": 42185, + "ĠNasıl": 28710, + "ĠNat": 6821, + "ĠNatalie": 29574, + "ĠNatasha": 40624, + "ĠNate": 28064, + "ĠNathan": 20634, + "ĠNation": 17095, + "ĠNational": 4862, + "ĠNations": 16459, + "ĠNative": 15093, + "ĠNatomiast": 36210, + "ĠNatur": 34571, + "ĠNatural": 20137, + "ĠNaturally": 34304, + "ĠNature": 20159, + "ĠNatürlich": 33172, + "ĠNav": 9219, + "ĠNaval": 38118, + "ĠNavy": 15659, + "ĠNaw": 40315, + "ĠNay": 42019, + "ĠNaz": 11870, + "ĠNazi": 23592, + "ĠNazis": 29812, + "ĠNe": 1734, + "ĠNear": 22200, + "ĠNearly": 38000, + "ĠNeben": 48193, + "ĠNebr": 26733, + "ĠNebraska": 27171, + "ĠNed": 31355, + "ĠNeden": 46565, + "ĠNeder": 29005, + "ĠNederland": 31888, + "ĠNee": 22067, + "ĠNeed": 16984, + "ĠNeg": 19103, + "ĠNegative": 43230, + "ĠNegro": 45256, + "ĠNeigh": 35917, + "ĠNeighbor": 47729, + "ĠNeil": 18615, + "ĠNein": 18878, + "ĠNeither": 23956, + "ĠNej": 33840, + "ĠNelson": 23857, + "ĠNem": 22210, + "ĠNeo": 24458, + "ĠNep": 24875, + "ĠNepal": 36283, + "ĠNept": 45560, + "ĠNeptune": 49527, + "ĠNer": 36536, + "ĠNerd": 38367, + "ĠNered": 46352, + "ĠNest": 31581, + "ĠNet": 6188, + "ĠNetflix": 12778, + "ĠNether": 18313, + "ĠNetherlands": 20873, + "ĠNetwork": 12640, + "ĠNetz": 38889, + "ĠNev": 22673, + "ĠNevada": 25764, + "ĠNever": 7344, + "ĠNevertheless": 26554, + "ĠNew": 1873, + "ĠNewman": 49377, + "ĠNews": 7987, + "ĠNewton": 19541, + "ĠNext": 3087, + "ĠNexus": 46559, + "ĠNg": 21198, + "ĠNh": 26390, + "ĠNi": 12370, + "ĠNiagara": 45123, + "ĠNic": 14776, + "ĠNice": 5490, + "ĠNich": 17102, + "ĠNicholas": 22924, + "ĠNicht": 22629, + "ĠNick": 9449, + "ĠNickel": 45416, + "ĠNicki": 47608, + "ĠNico": 15115, + "ĠNicolas": 38268, + "ĠNicole": 18532, + "ĠNie": 12016, + "ĠNiet": 36583, + "ĠNig": 39554, + "ĠNiger": 21489, + "ĠNigeria": 28828, + "ĠNight": 10190, + "ĠNik": 13969, + "ĠNike": 30397, + "ĠNikki": 37907, + "ĠNil": 47398, + "ĠNim": 45251, + "ĠNin": 16093, + "ĠNina": 29204, + "ĠNine": 18939, + "ĠNing": 39417, + "ĠNinja": 25566, + "ĠNintendo": 11578, + "ĠNir": 44813, + "ĠNiss": 36009, + "ĠNissan": 38166, + "ĠNit": 37942, + "ĠNixon": 31130, + "ĠNiye": 40938, + "ĠNo": 883, + "ĠNoah": 20895, + "ĠNobel": 24611, + "ĠNoble": 33125, + "ĠNobody": 9297, + "ĠNoch": 38116, + "ĠNode": 38640, + "ĠNoel": 38824, + "ĠNoise": 44821, + "ĠNok": 37400, + "ĠNokia": 43980, + "ĠNolan": 43707, + "ĠNom": 31272, + "ĠNon": 8774, + "ĠNone": 14492, + "ĠNonetheless": 45437, + "ĠNoodles": 47389, + "ĠNope": 12172, + "ĠNor": 6966, + "ĠNora": 45741, + "ĠNord": 16229, + "ĠNorm": 8702, + "ĠNormal": 21277, + "ĠNormally": 17424, + "ĠNorman": 30475, + "ĠNorth": 4067, + "ĠNortheast": 42150, + "ĠNorthern": 14335, + "ĠNorthwest": 26068, + "ĠNorway": 24354, + "ĠNorweg": 31783, + "ĠNorwegian": 34875, + "ĠNos": 18749, + "ĠNossa": 36016, + "ĠNot": 1726, + "ĠNote": 11633, + "ĠNotes": 41360, + "ĠNothing": 6693, + "ĠNotice": 13428, + "ĠNotre": 34663, + "ĠNou": 28843, + "ĠNous": 15343, + "ĠNov": 31948, + "ĠNova": 27031, + "ĠNove": 7539, + "ĠNovember": 7674, + "ĠNow": 823, + "ĠNowadays": 28908, + "ĠNu": 13612, + "ĠNuclear": 42528, + "ĠNue": 47970, + "ĠNum": 22592, + "ĠNumber": 5118, + "ĠNummer": 47034, + "ĠNun": 23696, + "ĠNur": 17612, + "ĠNurs": 32992, + "ĠNurse": 48945, + "ĠNursing": 42655, + "ĠNut": 19861, + "ĠNvidia": 46284, + "ĠNy": 29214, + "ĠNão": 8010, + "ĠNä": 32731, + "ĠNär": 37306, + "ĠNós": 27626, + "ĠO": 422, + "ĠOA": 48424, + "ĠOB": 35538, + "ĠOC": 42278, + "ĠOD": 48447, + "ĠOF": 11944, + "ĠOFF": 24115, + "ĠOFFIC": 40579, + "ĠOFFICER": 44724, + "ĠOG": 32477, + "ĠOH": 13931, + "ĠOK": 2264, + "ĠOL": 39191, + "ĠOLED": 43944, + "ĠOM": 16954, + "ĠOMG": 23152, + "ĠON": 9299, + "ĠONE": 22026, + "ĠOP": 23324, + "ĠOR": 19654, + "ĠOS": 12731, + "ĠOT": 38617, + "ĠOUR": 45611, + "ĠOUT": 22451, + "ĠOVER": 46090, + "ĠOW": 38329, + "ĠOak": 19692, + "ĠOakland": 34868, + "ĠOb": 4075, + "ĠObama": 9560, + "ĠOber": 27664, + "ĠObi": 48533, + "ĠObject": 24753, + "ĠObrig": 45619, + "ĠObs": 20707, + "ĠObserv": 42547, + "ĠObviously": 7580, + "ĠOcc": 26191, + "ĠOcean": 18101, + "ĠOch": 13128, + "ĠOct": 6788, + "ĠOctober": 7617, + "ĠOculus": 49094, + "ĠOczywiÅĽcie": 42980, + "ĠOd": 12210, + "ĠOdd": 43630, + "ĠOder": 20988, + "ĠOdys": 32010, + "ĠOdyssey": 38385, + "ĠOf": 2720, + "ĠOff": 6318, + "ĠOffic": 11511, + "ĠOffice": 8935, + "ĠOfficer": 15434, + "ĠOfficial": 38577, + "ĠOft": 37112, + "ĠOften": 20043, + "ĠOftentimes": 46636, + "ĠOg": 14883, + "ĠOh": 876, + "ĠOhh": 21847, + "ĠOhhh": 29108, + "ĠOhio": 14469, + "ĠOi": 31610, + "ĠOil": 23545, + "ĠOj": 47100, + "ĠOk": 3477, + "ĠOkay": 1033, + "ĠOke": 29094, + "ĠOkey": 38544, + "ĠOklah": 20872, + "ĠOklahoma": 21183, + "ĠOl": 6141, + "ĠOlaf": 48961, + "ĠOld": 8633, + "ĠOle": 33965, + "ĠOlga": 48288, + "ĠOlha": 19450, + "ĠOliv": 42477, + "ĠOlive": 35741, + "ĠOliver": 23440, + "ĠOlivia": 26023, + "ĠOlivier": 48075, + "ĠOllie": 35089, + "ĠOlymp": 10395, + "ĠOlympic": 19169, + "ĠOlympics": 19854, + "ĠOlá": 41811, + "ĠOm": 9757, + "ĠOmaha": 49575, + "ĠOmar": 33784, + "ĠOmega": 27645, + "ĠOn": 1282, + "ĠOna": 49793, + "ĠOnce": 3443, + "ĠOnd": 40091, + "ĠOne": 1485, + "ĠOnePlus": 41352, + "ĠOnion": 46295, + "ĠOnline": 16930, + "ĠOnly": 5686, + "ĠOnt": 16980, + "ĠOntario": 19673, + "ĠOnu": 46420, + "ĠOnun": 40379, + "ĠOo": 39308, + "ĠOoh": 7951, + "ĠOok": 50081, + "ĠOoo": 25547, + "ĠOooh": 27413, + "ĠOoooh": 48762, + "ĠOops": 21726, + "ĠOp": 12011, + "ĠOpen": 7238, + "ĠOpening": 41137, + "ĠOper": 12480, + "ĠOpera": 39089, + "ĠOperation": 27946, + "ĠOperations": 36381, + "ĠOpp": 15666, + "ĠOpportun": 39441, + "ĠOprah": 43804, + "ĠOpt": 21455, + "ĠOptim": 35013, + "ĠOption": 29284, + "ĠOptions": 42934, + "ĠOr": 1610, + "ĠOra": 43672, + "ĠOracle": 25654, + "ĠOrange": 17106, + "ĠOrb": 44329, + "ĠOrchest": 42414, + "ĠOrchestra": 46692, + "ĠOrd": 29388, + "ĠOrder": 16321, + "ĠOre": 31405, + "ĠOregon": 18664, + "ĠOreo": 47628, + "ĠOrgan": 12538, + "ĠOrganisation": 49425, + "ĠOrganization": 23979, + "ĠOri": 23621, + "ĠOrient": 49544, + "ĠOrig": 13895, + "ĠOrigin": 45313, + "ĠOriginal": 30022, + "ĠOriginally": 28696, + "ĠOrion": 41028, + "ĠOrlando": 30436, + "ĠOrleans": 24715, + "ĠOrt": 22921, + "ĠOrth": 27554, + "ĠOrthodox": 32833, + "ĠOs": 8875, + "ĠOsaka": 46425, + "ĠOsc": 17406, + "ĠOscar": 20718, + "ĠOsman": 35390, + "ĠOst": 34140, + "ĠOt": 12936, + "ĠOther": 5358, + "ĠOthers": 20277, + "ĠOtherwise": 10328, + "ĠOtt": 24243, + "ĠOttawa": 40767, + "ĠOtto": 41716, + "ĠOttoman": 33435, + "ĠOu": 11710, + "ĠOuais": 25475, + "ĠOuch": 27217, + "ĠOui": 14005, + "ĠOur": 2621, + "ĠOut": 5925, + "ĠOutside": 28218, + "ĠOv": 50005, + "ĠOver": 4886, + "ĠOverall": 18420, + "ĠOverwatch": 35141, + "ĠOw": 12773, + "ĠOwen": 32867, + "ĠOwn": 25964, + "ĠOwner": 43290, + "ĠOx": 16489, + "ĠOxford": 24786, + "ĠOy": 40023, + "ĠOz": 29843, + "ĠOÄŁlum": 41783, + "ĠP": 430, + "ĠPA": 17718, + "ĠPAC": 46644, + "ĠPAL": 46390, + "ĠPAR": 21720, + "ĠPAT": 31485, + "ĠPAUL": 26379, + "ĠPB": 24056, + "ĠPBS": 33517, + "ĠPC": 6465, + "ĠPCB": 42065, + "ĠPCR": 44022, + "ĠPCs": 46913, + "ĠPD": 10464, + "ĠPDF": 17752, + "ĠPE": 24346, + "ĠPER": 26825, + "ĠPET": 21968, + "ĠPETER": 36040, + "ĠPF": 43402, + "ĠPG": 40975, + "ĠPH": 16530, + "ĠPHIL": 49933, + "ĠPHP": 47298, + "ĠPI": 27176, + "ĠPJ": 30549, + "ĠPK": 49475, + "ĠPL": 6999, + "ĠPLAY": 8726, + "ĠPLAYING": 9871, + "ĠPM": 12499, + "ĠPO": 22299, + "ĠPOL": 45682, + "ĠPOW": 39272, + "ĠPP": 37369, + "ĠPPE": 38589, + "ĠPR": 11568, + "ĠPRE": 44164, + "ĠPRES": 30247, + "ĠPRESID": 42508, + "ĠPRI": 47555, + "ĠPRO": 15008, + "ĠPROF": 24141, + "ĠPROFESS": 25460, + "ĠPROFESSOR": 25794, + "ĠPS": 8168, + "ĠPSAKI": 25104, + "ĠPT": 35460, + "ĠPTS": 31218, + "ĠPTSD": 33069, + "ĠPU": 44098, + "ĠPUB": 46631, + "ĠPUBG": 47975, + "ĠPV": 23035, + "ĠPVC": 46700, + "ĠPW": 46375, + "ĠPa": 3426, + "ĠPablo": 31554, + "ĠPac": 10702, + "ĠPacific": 13335, + "ĠPack": 18466, + "ĠPad": 18691, + "ĠPage": 21217, + "ĠPaige": 45177, + "ĠPain": 24943, + "ĠPaint": 34865, + "ĠPak": 11543, + "ĠPakistan": 15985, + "ĠPakistani": 50253, + "ĠPal": 6116, + "ĠPalace": 19121, + "ĠPale": 50007, + "ĠPalest": 14926, + "ĠPalestin": 19750, + "ĠPalestine": 33030, + "ĠPalestinian": 28202, + "ĠPalestinians": 34745, + "ĠPalm": 32668, + "ĠPalmer": 43889, + "ĠPam": 23532, + "ĠPan": 7557, + "ĠPanama": 41202, + "ĠPanch": 48792, + "ĠPand": 16995, + "ĠPanda": 44207, + "ĠPandemie": 44694, + "ĠPanel": 38996, + "ĠPang": 49499, + "ĠPanther": 33046, + "ĠPanz": 45932, + "ĠPap": 15919, + "ĠPapa": 21102, + "ĠPaper": 24990, + "ĠPar": 3457, + "ĠPara": 11107, + "ĠParad": 28527, + "ĠParadise": 35053, + "ĠParam": 34882, + "ĠParce": 20429, + "ĠPardon": 32392, + "ĠPare": 31189, + "ĠParece": 45419, + "ĠParent": 44717, + "ĠParents": 33990, + "ĠParis": 8380, + "ĠPark": 4964, + "ĠParker": 20155, + "ĠParkinson": 35823, + "ĠParks": 30431, + "ĠParl": 29666, + "ĠParlament": 37487, + "ĠParliament": 15538, + "ĠParr": 47890, + "ĠPars": 49691, + "ĠPart": 4100, + "ĠParte": 47689, + "ĠParticip": 35247, + "ĠParticularly": 32281, + "ĠPartner": 32736, + "ĠPartners": 28058, + "ĠPartnership": 49589, + "ĠParty": 8552, + "ĠPas": 14199, + "ĠPascal": 41723, + "ĠPass": 10319, + "ĠPassion": 45554, + "ĠPassover": 48016, + "ĠPast": 18408, + "ĠPaste": 43827, + "ĠPastor": 34289, + "ĠPat": 4379, + "ĠPatch": 44359, + "ĠPath": 21914, + "ĠPatient": 25173, + "ĠPatienten": 46294, + "ĠPatreon": 15692, + "ĠPatri": 31071, + "ĠPatricia": 34307, + "ĠPatrick": 13980, + "ĠPatrol": 34967, + "ĠPatt": 46332, + "ĠPatter": 34367, + "ĠPatty": 44116, + "ĠPaty": 43760, + "ĠPaul": 4552, + "ĠPaula": 31663, + "ĠPaulo": 21801, + "ĠPause": 31973, + "ĠPav": 39062, + "ĠPaw": 33551, + "ĠPay": 11431, + "ĠPayPal": 39906, + "ĠPaÅĦst": 25189, + "ĠPaÅĦstwo": 42239, + "ĠPe": 2396, + "ĠPeace": 13204, + "ĠPeach": 34138, + "ĠPeak": 43604, + "ĠPeanut": 48069, + "ĠPear": 45461, + "ĠPearl": 24639, + "ĠPearson": 39041, + "ĠPed": 16689, + "ĠPedro": 26662, + "ĠPeg": 28007, + "ĠPeki": 36598, + "ĠPel": 21083, + "ĠPelosi": 44145, + "ĠPen": 10571, + "ĠPence": 48402, + "ĠPend": 38048, + "ĠPeng": 25783, + "ĠPenguin": 49562, + "ĠPeninsula": 40922, + "ĠPenn": 12667, + "ĠPennsy": 17704, + "ĠPennsylvania": 17963, + "ĠPenny": 32009, + "ĠPens": 45035, + "ĠPent": 20165, + "ĠPentagon": 36371, + "ĠPeople": 3432, + "ĠPep": 28637, + "ĠPepper": 30231, + "ĠPepsi": 42311, + "ĠPer": 3026, + "ĠPerché": 47978, + "ĠPercy": 46216, + "ĠPerd": 47633, + "ĠPere": 49349, + "ĠPerez": 47317, + "ĠPerfect": 10246, + "ĠPerform": 19351, + "ĠPerformance": 25047, + "ĠPerhaps": 10517, + "ĠPeriod": 34976, + "ĠPerm": 41006, + "ĠPero": 9377, + "ĠPerquè": 46133, + "ĠPerry": 17334, + "ĠPers": 14006, + "ĠPersian": 30699, + "ĠPerson": 8443, + "ĠPersonal": 25317, + "ĠPersonality": 44523, + "ĠPersonally": 21079, + "ĠPersonen": 40942, + "ĠPeru": 31571, + "ĠPerò": 20533, + "ĠPet": 10472, + "ĠPete": 19013, + "ĠPeter": 6508, + "ĠPeters": 26028, + "ĠPetersburg": 42367, + "ĠPeterson": 36943, + "ĠPew": 30638, + "ĠPey": 36206, + "ĠPf": 17331, + "ĠPfizer": 34694, + "ĠPh": 2623, + "ĠPhD": 14476, + "ĠPhantom": 34689, + "ĠPhar": 45050, + "ĠPharaoh": 43444, + "ĠPharise": 47742, + "ĠPharm": 44032, + "ĠPhase": 24432, + "ĠPhew": 46679, + "ĠPhi": 41435, + "ĠPhil": 7777, + "ĠPhiladelphia": 21205, + "ĠPhilip": 21144, + "ĠPhilipp": 13694, + "ĠPhilippines": 20153, + "ĠPhill": 18433, + "ĠPhillip": 44051, + "ĠPhillips": 24565, + "ĠPhilos": 31182, + "ĠPhilosophy": 43655, + "ĠPho": 14936, + "ĠPhoenix": 18383, + "ĠPhone": 30713, + "ĠPhot": 13919, + "ĠPhoto": 39175, + "ĠPhotoshop": 20821, + "ĠPhys": 15542, + "ĠPhysical": 31918, + "ĠPhysics": 38355, + "ĠPi": 17741, + "ĠPic": 25895, + "ĠPicas": 48198, + "ĠPicasso": 49708, + "ĠPick": 14129, + "ĠPict": 23899, + "ĠPicture": 35730, + "ĠPictures": 45877, + "ĠPie": 22914, + "ĠPiece": 42868, + "ĠPier": 16676, + "ĠPierce": 45432, + "ĠPierre": 28461, + "ĠPiet": 41970, + "ĠPig": 27322, + "ĠPik": 26544, + "ĠPikachu": 35785, + "ĠPike": 46791, + "ĠPil": 18026, + "ĠPill": 44656, + "ĠPilot": 39193, + "ĠPin": 22619, + "ĠPine": 33531, + "ĠPing": 33645, + "ĠPink": 17118, + "ĠPinterest": 37986, + "ĠPione": 48844, + "ĠPip": 35396, + "ĠPir": 24161, + "ĠPis": 43263, + "ĠPit": 32136, + "ĠPitt": 22861, + "ĠPitts": 29478, + "ĠPittsburgh": 33626, + "ĠPix": 18652, + "ĠPixar": 46695, + "ĠPixel": 28323, + "ĠPizza": 24469, + "ĠPl": 2149, + "ĠPla": 19942, + "ĠPlace": 13637, + "ĠPlaid": 30030, + "ĠPlan": 8112, + "ĠPlanet": 22146, + "ĠPlanning": 29308, + "ĠPlant": 28995, + "ĠPlat": 17461, + "ĠPlate": 46043, + "ĠPlatform": 28707, + "ĠPlato": 43027, + "ĠPlatz": 27595, + "ĠPlay": 5506, + "ĠPlayStation": 20599, + "ĠPlayer": 24920, + "ĠPlayers": 35808, + "ĠPlaying": 24801, + "ĠPlaystation": 42787, + "ĠPlaza": 41890, + "ĠPle": 25658, + "ĠPlease": 2555, + "ĠPlug": 40740, + "ĠPlus": 7721, + "ĠPluto": 41205, + "ĠPo": 6165, + "ĠPocket": 44594, + "ĠPod": 12646, + "ĠPodcast": 29972, + "ĠPode": 39168, + "ĠPoint": 12387, + "ĠPoints": 44763, + "ĠPois": 48274, + "ĠPok": 14958, + "ĠPoke": 12645, + "ĠPokemon": 13796, + "ĠPokémon": 20104, + "ĠPol": 3635, + "ĠPoland": 15950, + "ĠPole": 34212, + "ĠPolice": 11882, + "ĠPolicy": 21708, + "ĠPolish": 18504, + "ĠPolit": 13812, + "ĠPolitical": 34265, + "ĠPolitics": 45348, + "ĠPolitik": 29847, + "ĠPolize": 30735, + "ĠPolizei": 35297, + "ĠPoll": 31304, + "ĠPolsce": 35567, + "ĠPolski": 44589, + "ĠPoly": 18553, + "ĠPom": 21227, + "ĠPompe": 38527, + "ĠPon": 31756, + "ĠPont": 41127, + "ĠPool": 46188, + "ĠPoor": 23591, + "ĠPop": 10215, + "ĠPope": 19291, + "ĠPoppy": 47996, + "ĠPopular": 37637, + "ĠPor": 5269, + "ĠPork": 33159, + "ĠPorque": 11287, + "ĠPors": 29416, + "ĠPorsche": 31044, + "ĠPort": 6733, + "ĠPortal": 38281, + "ĠPorter": 42609, + "ĠPortland": 25020, + "ĠPortugal": 23011, + "ĠPortuguese": 22759, + "ĠPos": 25906, + "ĠPose": 40174, + "ĠPosition": 29780, + "ĠPositive": 46326, + "ĠPoss": 33112, + "ĠPost": 10223, + "ĠPot": 9145, + "ĠPotato": 34035, + "ĠPotter": 18115, + "ĠPour": 8732, + "ĠPourquoi": 30333, + "ĠPow": 14762, + "ĠPowder": 35781, + "ĠPowell": 34176, + "ĠPower": 7086, + "ĠPowerPoint": 25584, + "ĠPowers": 47278, + "ĠPr": 2114, + "ĠPra": 12133, + "ĠPrab": 48995, + "ĠPract": 19170, + "ĠPractice": 27904, + "ĠPrag": 40067, + "ĠPrague": 45370, + "ĠPraise": 34576, + "ĠPray": 36365, + "ĠPrayer": 45226, + "ĠPre": 6001, + "ĠPrecis": 48746, + "ĠPred": 32969, + "ĠPrefer": 48401, + "ĠPreis": 47042, + "ĠPrem": 13011, + "ĠPremier": 25194, + "ĠPremiere": 39724, + "ĠPremium": 34881, + "ĠPrep": 21684, + "ĠPrepare": 29689, + "ĠPres": 2718, + "ĠPresent": 33253, + "ĠPresents": 38191, + "ĠPresident": 3117, + "ĠPresidential": 41823, + "ĠPresiding": 47365, + "ĠPress": 6776, + "ĠPrest": 35272, + "ĠPret": 9739, + "ĠPretty": 10693, + "ĠPrevention": 38699, + "ĠPreviously": 33606, + "ĠPri": 8087, + "ĠPrice": 25803, + "ĠPride": 30319, + "ĠPriest": 37052, + "ĠPrim": 19671, + "ĠPrimary": 42576, + "ĠPrime": 9655, + "ĠPrin": 9367, + "ĠPrinc": 35841, + "ĠPrince": 9821, + "ĠPrincess": 13903, + "ĠPrinceton": 36592, + "ĠPrinci": 38372, + "ĠPrincip": 32832, + "ĠPrincipal": 38575, + "ĠPrint": 34439, + "ĠPrinzip": 47572, + "ĠPrior": 24032, + "ĠPrison": 38888, + "ĠPriv": 39691, + "ĠPrivate": 30386, + "ĠPrix": 48736, + "ĠPrize": 22604, + "ĠPro": 1705, + "ĠProb": 8736, + "ĠProbably": 9210, + "ĠProblem": 11676, + "ĠProbleme": 32891, + "ĠProcess": 31093, + "ĠProdu": 11793, + "ĠProducer": 33034, + "ĠProduct": 22005, + "ĠProduction": 30088, + "ĠProducts": 47699, + "ĠProdukt": 44599, + "ĠProf": 6039, + "ĠProfess": 7487, + "ĠProfessional": 30011, + "ĠProfessor": 8419, + "ĠProgram": 8338, + "ĠProgramm": 48244, + "ĠPrograms": 44762, + "ĠProgress": 32587, + "ĠProject": 9849, + "ĠProjekt": 34804, + "ĠProm": 15833, + "ĠPromise": 34878, + "ĠPromised": 38478, + "ĠPron": 27723, + "ĠPronounce": 48483, + "ĠPronunciation": 45496, + "ĠProp": 21944, + "ĠProper": 27627, + "ĠProperty": 48966, + "ĠProphet": 12849, + "ĠPros": 26024, + "ĠProse": 50058, + "ĠProt": 10019, + "ĠProte": 43371, + "ĠProtect": 32017, + "ĠProtection": 25981, + "ĠProtest": 27259, + "ĠProtestant": 38345, + "ĠProtocol": 48753, + "ĠProv": 15685, + "ĠProvince": 40649, + "ĠProvost": 45426, + "ĠProzent": 29726, + "ĠPrzy": 39590, + "ĠPräsident": 27513, + "ĠPs": 33903, + "ĠPsaki": 50037, + "ĠPsal": 26150, + "ĠPsalm": 34134, + "ĠPsych": 17303, + "ĠPsychology": 42827, + "ĠPu": 13605, + "ĠPub": 21808, + "ĠPublic": 9489, + "ĠPuerto": 21472, + "ĠPues": 22386, + "ĠPuis": 30033, + "ĠPul": 35568, + "ĠPull": 15074, + "ĠPump": 32863, + "ĠPun": 22574, + "ĠPunch": 32408, + "ĠPunj": 44989, + "ĠPunk": 27852, + "ĠPunkt": 25487, + "ĠPunkte": 47352, + "ĠPur": 14682, + "ĠPurd": 41632, + "ĠPurdue": 42506, + "ĠPure": 29474, + "ĠPurple": 28483, + "ĠPush": 18229, + "ĠPut": 4935, + "ĠPutin": 19818, + "ĠPutting": 31367, + "ĠPv": 41896, + "ĠPy": 9953, + "ĠPython": 15329, + "ĠPÃ¥": 45133, + "ĠQ": 1249, + "ĠQR": 32784, + "ĠQU": 7246, + "ĠQUE": 46026, + "ĠQUES": 8521, + "ĠQUESTION": 8557, + "ĠQatar": 41691, + "ĠQi": 21430, + "ĠQian": 32461, + "ĠQiao": 48046, + "ĠQin": 26999, + "ĠQing": 20089, + "ĠQiu": 49024, + "ĠQu": 2326, + "ĠQuad": 29619, + "ĠQual": 13616, + "ĠQuality": 28892, + "ĠQuan": 35249, + "ĠQuand": 22015, + "ĠQuando": 18725, + "ĠQuant": 26968, + "ĠQuantum": 44964, + "ĠQuarter": 43794, + "ĠQue": 4493, + "ĠQuebec": 38903, + "ĠQueen": 10077, + "ĠQueens": 18414, + "ĠQueensborough": 40722, + "ĠQueensland": 36913, + "ĠQuel": 43521, + "ĠQuem": 32342, + "ĠQuer": 36149, + "ĠQuest": 8800, + "ĠQuestion": 14464, + "ĠQuestions": 27738, + "ĠQuesto": 38167, + "ĠQui": 27361, + "ĠQuick": 12101, + "ĠQuickly": 31800, + "ĠQuiet": 32193, + "ĠQuin": 44761, + "ĠQuindi": 32534, + "ĠQuinn": 36723, + "ĠQuit": 50139, + "ĠQuite": 20464, + "ĠQuiz": 38020, + "ĠQur": 26094, + "ĠQuran": 19375, + "ĠQuè": 31951, + "ĠQué": 23662, + "ĠQuébec": 34510, + "ĠQuá»ijc": 41494, + "ĠR": 497, + "ĠRA": 14626, + "ĠRAM": 14561, + "ĠRAMSAY": 42487, + "ĠRAW": 40539, + "ĠRB": 40302, + "ĠRC": 28987, + "ĠRD": 49488, + "ĠRE": 10869, + "ĠREAL": 48619, + "ĠREALLY": 37117, + "ĠRED": 39346, + "ĠREM": 45991, + "ĠREP": 31511, + "ĠRES": 46926, + "ĠRF": 26204, + "ĠRGB": 31231, + "ĠRH": 50209, + "ĠRI": 30474, + "ĠRICH": 33618, + "ĠRICHARD": 45302, + "ĠRIGHT": 41631, + "ĠRJ": 46810, + "ĠRM": 23790, + "ĠRN": 45702, + "ĠRNA": 22484, + "ĠRO": 9025, + "ĠROB": 38506, + "ĠROBERT": 26458, + "ĠROI": 49808, + "ĠROM": 41678, + "ĠROS": 31904, + "ĠRP": 14105, + "ĠRPG": 22614, + "ĠRPM": 37389, + "ĠRS": 25855, + "ĠRT": 21797, + "ĠRTX": 44573, + "ĠRUS": 43719, + "ĠRV": 28314, + "ĠRW": 42513, + "ĠRX": 46197, + "ĠRYAN": 32354, + "ĠRa": 7591, + "ĠRab": 16781, + "ĠRabb": 36753, + "ĠRabbi": 32768, + "ĠRabbit": 42092, + "ĠRac": 42033, + "ĠRace": 25908, + "ĠRach": 40793, + "ĠRachel": 14246, + "ĠRacing": 38832, + "ĠRad": 9654, + "ĠRadi": 37806, + "ĠRadio": 17296, + "ĠRaf": 29611, + "ĠRafael": 43173, + "ĠRag": 44289, + "ĠRah": 17844, + "ĠRahmen": 39070, + "ĠRail": 23494, + "ĠRails": 48526, + "ĠRain": 14487, + "ĠRainbow": 29477, + "ĠRais": 43374, + "ĠRaise": 30062, + "ĠRaj": 16745, + "ĠRak": 43000, + "ĠRal": 23038, + "ĠRalph": 28131, + "ĠRam": 9078, + "ĠRama": 39828, + "ĠRamadan": 39848, + "ĠRamen": 48728, + "ĠRams": 28990, + "ĠRamsay": 40721, + "ĠRan": 27948, + "ĠRanch": 37740, + "ĠRand": 23614, + "ĠRandom": 37603, + "ĠRandy": 23993, + "ĠRange": 33778, + "ĠRanger": 34222, + "ĠRangers": 40703, + "ĠRank": 35921, + "ĠRap": 16184, + "ĠRapha": 49690, + "ĠRapid": 44580, + "ĠRapt": 38115, + "ĠRare": 43920, + "ĠRas": 24649, + "ĠRash": 46298, + "ĠRaspberry": 41154, + "ĠRat": 24269, + "ĠRate": 49583, + "ĠRather": 16571, + "ĠRaum": 31359, + "ĠRaven": 28956, + "ĠRavi": 44486, + "ĠRaw": 23732, + "ĠRay": 10883, + "ĠRaymond": 42813, + "ĠRaz": 29051, + "ĠRe": 1300, + "ĠReach": 35904, + "ĠReact": 30644, + "ĠRead": 17604, + "ĠReading": 29766, + "ĠReady": 9944, + "ĠReagan": 26534, + "ĠReal": 8467, + "ĠReality": 33822, + "ĠReally": 4083, + "ĠRealm": 44723, + "ĠReaper": 49956, + "ĠReason": 39693, + "ĠRebecca": 19381, + "ĠRebel": 48782, + "ĠRec": 9647, + "ĠRece": 41962, + "ĠRecent": 17553, + "ĠRecently": 20072, + "ĠRecht": 36840, + "ĠRechts": 36597, + "ĠRecogn": 44682, + "ĠRecomm": 49545, + "ĠRecord": 27401, + "ĠRecords": 31928, + "ĠRecovery": 35254, + "ĠRed": 4477, + "ĠReddit": 32210, + "ĠRede": 39056, + "ĠRedmi": 47766, + "ĠRee": 38231, + "ĠReed": 32071, + "ĠReese": 49474, + "ĠRef": 16957, + "ĠRefer": 36889, + "ĠReform": 38489, + "ĠReg": 4791, + "ĠRegard": 16613, + "ĠRegarding": 35523, + "ĠRegardless": 25148, + "ĠRegel": 33139, + "ĠRegent": 36687, + "ĠRegierung": 42979, + "ĠRegina": 48407, + "ĠRegion": 25121, + "ĠRegional": 30341, + "ĠRegister": 43167, + "ĠRegular": 45659, + "ĠRei": 34549, + "ĠReich": 33111, + "ĠReid": 46912, + "ĠRein": 42116, + "ĠRel": 8738, + "ĠRelations": 28663, + "ĠRelax": 25886, + "ĠRelease": 34278, + "ĠRelig": 33436, + "ĠReligion": 40127, + "ĠRem": 4080, + "ĠRemember": 5459, + "ĠRemo": 46445, + "ĠRemote": 44858, + "ĠRemove": 18831, + "ĠRen": 12883, + "ĠRena": 23068, + "ĠRenaissance": 32642, + "ĠRend": 48174, + "ĠRenee": 47790, + "ĠReno": 44404, + "ĠRent": 42743, + "ĠRep": 3696, + "ĠRepe": 24927, + "ĠRepeat": 28523, + "ĠRepl": 47762, + "ĠReport": 16057, + "ĠReporter": 26520, + "ĠReporting": 44229, + "ĠReports": 45910, + "ĠRepresent": 19945, + "ĠRepresentative": 33421, + "ĠRepresentatives": 37543, + "ĠRepublic": 5564, + "ĠRepublican": 10937, + "ĠRepublicans": 12017, + "ĠRepública": 45917, + "ĠRequ": 42029, + "ĠRes": 5015, + "ĠRescue": 39379, + "ĠResearch": 10303, + "ĠResearchers": 43555, + "ĠReserve": 26049, + "ĠResident": 29563, + "ĠResistance": 45647, + "ĠResource": 35200, + "ĠResources": 29706, + "ĠResp": 22480, + "ĠRespect": 39079, + "ĠRespons": 46003, + "ĠResponse": 43937, + "ĠRest": 13094, + "ĠRestaur": 31712, + "ĠRestaurant": 38870, + "ĠRet": 11495, + "ĠReturn": 24350, + "ĠRev": 12127, + "ĠRevel": 26211, + "ĠRevelation": 28979, + "ĠRever": 26314, + "ĠReverend": 44896, + "ĠReview": 19954, + "ĠRevolution": 16617, + "ĠRex": 35678, + "ĠRey": 17547, + "ĠReynolds": 29516, + "ĠRh": 16111, + "ĠRhod": 36951, + "ĠRhode": 40202, + "ĠRhodes": 45973, + "ĠRi": 33668, + "ĠRib": 38554, + "ĠRic": 21215, + "ĠRica": 42080, + "ĠRicardo": 42634, + "ĠRice": 19386, + "ĠRich": 6781, + "ĠRichard": 9809, + "ĠRichards": 33021, + "ĠRichardson": 48492, + "ĠRichmond": 39060, + "ĠRicht": 22659, + "ĠRichtung": 33023, + "ĠRick": 11224, + "ĠRicky": 25247, + "ĠRico": 22643, + "ĠRid": 30619, + "ĠRide": 35042, + "ĠRider": 40150, + "ĠRidge": 32313, + "ĠRif": 48549, + "ĠRig": 42720, + "ĠRight": 1779, + "ĠRights": 16352, + "ĠRiley": 31373, + "ĠRim": 44034, + "ĠRin": 33170, + "ĠRing": 19844, + "ĠRings": 38543, + "ĠRio": 18719, + "ĠRiot": 49536, + "ĠRip": 34677, + "ĠRis": 30897, + "ĠRise": 34482, + "ĠRising": 45957, + "ĠRisk": 45892, + "ĠRita": 32672, + "ĠRiv": 47620, + "ĠRiver": 8640, + "ĠRivera": 47388, + "ĠRivers": 36646, + "ĠRo": 3101, + "ĠRoad": 11507, + "ĠRob": 5424, + "ĠRobbie": 45749, + "ĠRober": 15800, + "ĠRobert": 7977, + "ĠRoberto": 40354, + "ĠRoberts": 20919, + "ĠRobin": 16533, + "ĠRobinson": 25105, + "ĠRobot": 29601, + "ĠRoc": 32661, + "ĠRochester": 39895, + "ĠRock": 6922, + "ĠRockef": 50178, + "ĠRocket": 29651, + "ĠRocky": 26916, + "ĠRod": 11097, + "ĠRodrig": 25904, + "ĠRodriguez": 37304, + "ĠRog": 11860, + "ĠRoger": 17666, + "ĠRogers": 29877, + "ĠRogue": 43770, + "ĠRoh": 27490, + "ĠRoland": 39357, + "ĠRolex": 36234, + "ĠRoll": 9926, + "ĠRolle": 35376, + "ĠRolling": 36457, + "ĠRom": 10141, + "ĠRoma": 31892, + "ĠRoman": 8566, + "ĠRomania": 36678, + "ĠRomanian": 49963, + "ĠRomans": 20252, + "ĠRome": 12043, + "ĠRomeo": 33563, + "ĠRon": 9949, + "ĠRonald": 27397, + "ĠRonaldo": 46132, + "ĠRong": 43383, + "ĠRonnie": 46131, + "ĠRoom": 19190, + "ĠRoose": 27349, + "ĠRoosevelt": 28515, + "ĠRos": 11144, + "ĠRosa": 30572, + "ĠRose": 12765, + "ĠRosen": 33630, + "ĠRosie": 40521, + "ĠRoss": 16140, + "ĠRot": 17681, + "ĠRoth": 28089, + "ĠRou": 28392, + "ĠRouge": 47607, + "ĠRough": 42791, + "ĠRound": 18525, + "ĠRoute": 39142, + "ĠRover": 43278, + "ĠRow": 20309, + "ĠRox": 44427, + "ĠRoy": 8751, + "ĠRoyal": 12717, + "ĠRoz": 43313, + "ĠRs": 21643, + "ĠRu": 15702, + "ĠRub": 10518, + "ĠRuby": 19907, + "ĠRud": 18636, + "ĠRudolph": 47292, + "ĠRudy": 38690, + "ĠRug": 50057, + "ĠRule": 27533, + "ĠRules": 38897, + "ĠRum": 31963, + "ĠRun": 8950, + "ĠRunner": 50105, + "ĠRunning": 28136, + "ĠRus": 13155, + "ĠRush": 28389, + "ĠRusia": 48520, + "ĠRuss": 3878, + "ĠRussell": 20937, + "ĠRussia": 6797, + "ĠRussian": 7220, + "ĠRussians": 20605, + "ĠRust": 34952, + "ĠRut": 42723, + "ĠRuth": 23544, + "ĠRy": 13654, + "ĠRyan": 9116, + "ĠRyu": 41599, + "ĠRép": 41587, + "ĠRépublique": 46646, + "ĠRück": 35001, + "ĠS": 318, + "ĠSA": 16482, + "ĠSAL": 40713, + "ĠSAM": 9617, + "ĠSAN": 49557, + "ĠSAND": 44097, + "ĠSAP": 27743, + "ĠSAR": 18748, + "ĠSARAH": 41666, + "ĠSARS": 34233, + "ĠSAS": 33441, + "ĠSAT": 31536, + "ĠSAY": 42948, + "ĠSB": 26944, + "ĠSBS": 41788, + "ĠSC": 9028, + "ĠSCH": 23539, + "ĠSCOTT": 41181, + "ĠSCP": 18489, + "ĠSD": 14638, + "ĠSDK": 37135, + "ĠSE": 10269, + "ĠSEC": 22399, + "ĠSECRET": 47627, + "ĠSEE": 44712, + "ĠSEN": 47770, + "ĠSEO": 22964, + "ĠSER": 36772, + "ĠSEÃij": 40677, + "ĠSF": 31095, + "ĠSG": 34520, + "ĠSH": 7405, + "ĠSHA": 38820, + "ĠSHE": 44179, + "ĠSI": 29083, + "ĠSIM": 24738, + "ĠSJ": 44883, + "ĠSK": 21483, + "ĠSL": 22999, + "ĠSM": 13115, + "ĠSMITH": 46156, + "ĠSMS": 38107, + "ĠSN": 13955, + "ĠSO": 10621, + "ĠSOL": 36011, + "ĠSOUND": 45383, + "ĠSP": 8420, + "ĠSPD": 19572, + "ĠSPE": 37173, + "ĠSPEAK": 11824, + "ĠSPEAKER": 12081, + "ĠSQL": 19200, + "ĠSR": 20840, + "ĠSS": 12238, + "ĠSSD": 30262, + "ĠST": 4904, + "ĠSTACK": 49114, + "ĠSTAR": 47816, + "ĠSTART": 49326, + "ĠSTE": 20039, + "ĠSTEM": 25043, + "ĠSTEP": 28143, + "ĠSTEPHAN": 46423, + "ĠSTEVE": 40878, + "ĠSTEVEN": 48312, + "ĠSTOP": 38344, + "ĠSTR": 43013, + "ĠSTUD": 36988, + "ĠSTUDENT": 41833, + "ĠSU": 9872, + "ĠSUBSCRI": 32563, + "ĠSUBSCRIBE": 33817, + "ĠSUN": 42596, + "ĠSUPER": 49342, + "ĠSUR": 37269, + "ĠSUS": 40117, + "ĠSUV": 28452, + "ĠSV": 31910, + "ĠSW": 20346, + "ĠSY": 32624, + "ĠSa": 6299, + "ĠSaaS": 49733, + "ĠSab": 13915, + "ĠSabb": 34003, + "ĠSabbath": 36618, + "ĠSabrina": 45439, + "ĠSac": 19356, + "ĠSach": 25626, + "ĠSache": 31452, + "ĠSachen": 26074, + "ĠSacramento": 38360, + "ĠSacred": 47074, + "ĠSad": 12269, + "ĠSadhguru": 40000, + "ĠSadly": 29628, + "ĠSaf": 14152, + "ĠSafari": 43820, + "ĠSafe": 27030, + "ĠSafety": 21340, + "ĠSag": 34551, + "ĠSage": 33812, + "ĠSah": 18280, + "ĠSahib": 43545, + "ĠSai": 27987, + "ĠSaid": 26490, + "ĠSail": 42014, + "ĠSaint": 12902, + "ĠSaints": 39022, + "ĠSak": 18025, + "ĠSakura": 48051, + "ĠSal": 5996, + "ĠSale": 48922, + "ĠSalem": 49619, + "ĠSales": 23467, + "ĠSalesforce": 40398, + "ĠSally": 26385, + "ĠSalt": 19503, + "ĠSalut": 33559, + "ĠSalv": 28596, + "ĠSalvador": 32586, + "ĠSalz": 46283, + "ĠSam": 4832, + "ĠSamantha": 33521, + "ĠSame": 10635, + "ĠSami": 44029, + "ĠSammy": 44316, + "ĠSams": 12666, + "ĠSamsung": 13173, + "ĠSamuel": 23036, + "ĠSan": 5271, + "ĠSana": 29200, + "ĠSand": 7985, + "ĠSanders": 21734, + "ĠSandra": 28184, + "ĠSandy": 27390, + "ĠSang": 19037, + "ĠSans": 21504, + "ĠSanskrit": 44392, + "ĠSant": 17315, + "ĠSanta": 9933, + "ĠSanti": 34815, + "ĠSantiago": 37621, + "ĠSanto": 49639, + "ĠSantos": 36962, + "ĠSap": 49287, + "ĠSapp": 46814, + "ĠSar": 6894, + "ĠSara": 18694, + "ĠSarah": 9519, + "ĠSas": 36613, + "ĠSasha": 29276, + "ĠSask": 48963, + "ĠSat": 5344, + "ĠSatan": 16583, + "ĠSaturday": 8803, + "ĠSaturn": 24601, + "ĠSau": 22557, + "ĠSauce": 36720, + "ĠSaud": 15717, + "ĠSaudi": 18121, + "ĠSaul": 35661, + "ĠSav": 12346, + "ĠSavage": 46699, + "ĠSavannah": 47902, + "ĠSave": 15541, + "ĠSavior": 29310, + "ĠSaw": 27307, + "ĠSax": 48379, + "ĠSay": 6463, + "ĠSaya": 16568, + "ĠSaying": 34087, + "ĠSays": 36780, + "ĠSc": 2747, + "ĠSca": 47082, + "ĠScale": 42999, + "ĠScalia": 47899, + "ĠScan": 41177, + "ĠScandin": 42403, + "ĠScar": 23181, + "ĠScary": 45504, + "ĠScene": 46297, + "ĠSch": 2065, + "ĠSche": 25321, + "ĠSched": 44926, + "ĠSchl": 16420, + "ĠSchluss": 36573, + "ĠSchmidt": 42621, + "ĠSchn": 45748, + "ĠSchne": 30343, + "ĠSchol": 27866, + "ĠScholars": 33846, + "ĠSchon": 46049, + "ĠSchool": 5070, + "ĠSchools": 26997, + "ĠSchr": 46191, + "ĠSchritt": 33062, + "ĠSchul": 21223, + "ĠSchuld": 50153, + "ĠSchule": 32953, + "ĠSchulen": 41909, + "ĠSchutz": 37469, + "ĠSchw": 17576, + "ĠSchwar": 46487, + "ĠSchwe": 24343, + "ĠSchweiz": 46834, + "ĠSchön": 41060, + "ĠSchüler": 39776, + "ĠSci": 16942, + "ĠScience": 8976, + "ĠSciences": 21108, + "ĠScient": 18944, + "ĠScientific": 47437, + "ĠScientists": 32958, + "ĠSco": 27682, + "ĠScore": 47901, + "ĠScorp": 38814, + "ĠScot": 9534, + "ĠScotland": 11180, + "ĠScott": 6659, + "ĠScottish": 13777, + "ĠScout": 33971, + "ĠScr": 34944, + "ĠScreen": 25823, + "ĠScrew": 42630, + "ĠScript": 15675, + "ĠScripture": 22888, + "ĠScriptures": 46522, + "ĠScroll": 35395, + "ĠSe": 1100, + "ĠSea": 11352, + "ĠSeal": 46207, + "ĠSean": 14839, + "ĠSearch": 17180, + "ĠSeason": 16465, + "ĠSeattle": 15721, + "ĠSeb": 22374, + "ĠSebastian": 31102, + "ĠSec": 3306, + "ĠSecond": 5736, + "ĠSecondly": 19483, + "ĠSecret": 7400, + "ĠSecretary": 9126, + "ĠSect": 46244, + "ĠSection": 21804, + "ĠSecurity": 11164, + "ĠSed": 31213, + "ĠSee": 3008, + "ĠSeeing": 19703, + "ĠSeems": 22524, + "ĠSeg": 21595, + "ĠSega": 32114, + "ĠSehr": 32028, + "ĠSei": 49229, + "ĠSeit": 34321, + "ĠSeite": 19748, + "ĠSeiten": 45200, + "ĠSek": 24285, + "ĠSel": 10736, + "ĠSelbst": 29712, + "ĠSelect": 13638, + "ĠSelena": 39146, + "ĠSelf": 16348, + "ĠSell": 44296, + "ĠSem": 14421, + "ĠSempre": 49724, + "ĠSen": 3862, + "ĠSenate": 9867, + "ĠSenator": 10893, + "ĠSend": 17908, + "ĠSenhor": 43792, + "ĠSeni": 42752, + "ĠSenin": 36134, + "ĠSenior": 18370, + "ĠSens": 40926, + "ĠSense": 33123, + "ĠSent": 23652, + "ĠSentinel": 49498, + "ĠSeo": 30877, + "ĠSeok": 34565, + "ĠSeong": 40333, + "ĠSeoul": 17100, + "ĠSep": 22012, + "ĠSepar": 43480, + "ĠSept": 6978, + "ĠSeptember": 7216, + "ĠSequ": 46859, + "ĠSer": 4210, + "ĠSerbia": 39461, + "ĠSerge": 18885, + "ĠSergeant": 31149, + "ĠSergey": 49238, + "ĠSergio": 45078, + "ĠSerie": 49135, + "ĠSeries": 13934, + "ĠSeriously": 14063, + "ĠServ": 6213, + "ĠServe": 45663, + "ĠServer": 25684, + "ĠService": 9561, + "ĠServices": 12124, + "ĠSerá": 42968, + "ĠSes": 29827, + "ĠSesame": 47686, + "ĠSet": 8928, + "ĠSeth": 25353, + "ĠSetting": 21063, + "ĠSettings": 27286, + "ĠSeung": 20384, + "ĠSev": 28960, + "ĠSeven": 14868, + "ĠSever": 19635, + "ĠSeveral": 22246, + "ĠSew": 42697, + "ĠSex": 29037, + "ĠSexual": 45449, + "ĠSeñ": 30807, + "ĠSeñor": 35054, + "ĠSh": 1160, + "ĠSha": 14944, + "ĠShadow": 19036, + "ĠShah": 21159, + "ĠShak": 47459, + "ĠShake": 27809, + "ĠShakes": 22094, + "ĠShakespeare": 22825, + "ĠShakt": 40867, + "ĠShall": 12128, + "ĠSham": 42912, + "ĠShame": 46835, + "ĠShan": 25536, + "ĠShane": 25865, + "ĠShang": 19316, + "ĠShanghai": 26135, + "ĠShank": 45264, + "ĠShannon": 28974, + "ĠShap": 44160, + "ĠShape": 49148, + "ĠShar": 22030, + "ĠShare": 14945, + "ĠSharing": 49060, + "ĠShark": 36347, + "ĠSharon": 28573, + "ĠSharp": 31654, + "ĠShaun": 49363, + "ĠShaw": 27132, + "ĠShawn": 28634, + "ĠShay": 31212, + "ĠShe": 1240, + "ĠSheikh": 46160, + "ĠSheila": 48832, + "ĠShel": 24415, + "ĠShelby": 37517, + "ĠShell": 22863, + "ĠShelley": 42337, + "ĠShen": 22636, + "ĠSheng": 40544, + "ĠShepherd": 43395, + "ĠSher": 11789, + "ĠSheriff": 32492, + "ĠSherlock": 37769, + "ĠSherman": 45130, + "ĠShh": 41429, + "ĠShi": 25580, + "ĠShield": 28539, + "ĠShift": 28304, + "ĠShim": 32683, + "ĠShin": 17347, + "ĠShine": 46460, + "ĠShiny": 49683, + "ĠShip": 38407, + "ĠShir": 27239, + "ĠShirley": 43275, + "ĠShit": 19593, + "ĠShiv": 47839, + "ĠShiva": 34729, + "ĠSho": 31404, + "ĠShock": 39474, + "ĠShoot": 19760, + "ĠShooting": 45739, + "ĠShop": 16319, + "ĠShopify": 43991, + "ĠShore": 47977, + "ĠShort": 16881, + "ĠShortly": 40109, + "ĠShot": 28845, + "ĠShould": 6454, + "ĠShouldn": 34170, + "ĠShout": 32749, + "ĠShow": 6895, + "ĠShrim": 47827, + "ĠShu": 26655, + "ĠShut": 13870, + "ĠShy": 45250, + "ĠSi": 4909, + "ĠSiber": 42608, + "ĠSic": 39155, + "ĠSich": 47135, + "ĠSicher": 25292, + "ĠSicherheit": 38778, + "ĠSicht": 36615, + "ĠSick": 43471, + "ĠSid": 19797, + "ĠSide": 19026, + "ĠSie": 3559, + "ĠSierra": 25182, + "ĠSig": 37763, + "ĠSigma": 36595, + "ĠSign": 13515, + "ĠSignal": 43414, + "ĠSikh": 46657, + "ĠSil": 6943, + "ĠSilence": 34570, + "ĠSilent": 40862, + "ĠSilicon": 25351, + "ĠSilk": 43853, + "ĠSilva": 50171, + "ĠSilver": 15861, + "ĠSim": 3998, + "ĠSimilar": 10905, + "ĠSimilarly": 13157, + "ĠSimmons": 42516, + "ĠSimon": 13193, + "ĠSimone": 41652, + "ĠSimple": 21532, + "ĠSimply": 19596, + "ĠSimpson": 38184, + "ĠSims": 33289, + "ĠSin": 11187, + "ĠSince": 4162, + "ĠSind": 35405, + "ĠSing": 7474, + "ĠSingapore": 14491, + "ĠSinger": 44184, + "ĠSingh": 27529, + "ĠSinging": 39483, + "ĠSingle": 31248, + "ĠSinn": 37962, + "ĠSinne": 47041, + "ĠSir": 6144, + "ĠSiri": 33682, + "ĠSis": 33514, + "ĠSister": 14145, + "ĠSisters": 43166, + "ĠSit": 14523, + "ĠSite": 34027, + "ĠSith": 43860, + "ĠSitting": 43129, + "ĠSituation": 22247, + "ĠSix": 11678, + "ĠSixt": 47374, + "ĠSiz": 26672, + "ĠSize": 35818, + "ĠSk": 7324, + "ĠSke": 32344, + "ĠSket": 45012, + "ĠSketch": 49245, + "ĠSkill": 40737, + "ĠSkills": 27856, + "ĠSkillshare": 42991, + "ĠSkin": 26333, + "ĠSkip": 46405, + "ĠSky": 9879, + "ĠSkype": 31743, + "ĠSkywalker": 49220, + "ĠSl": 6187, + "ĠSlack": 37211, + "ĠSleep": 19383, + "ĠSleeping": 49618, + "ĠSlide": 26405, + "ĠSlim": 47428, + "ĠSlo": 22497, + "ĠSloven": 50122, + "ĠSlow": 17703, + "ĠSlowly": 29674, + "ĠSm": 3915, + "ĠSmack": 35399, + "ĠSmall": 15287, + "ĠSmart": 12923, + "ĠSmash": 25768, + "ĠSmells": 44355, + "ĠSmile": 38499, + "ĠSmith": 8538, + "ĠSmithson": 44350, + "ĠSmithsonian": 46013, + "ĠSmoke": 36191, + "ĠSmooth": 42404, + "ĠSn": 9264, + "ĠSna": 41539, + "ĠSnake": 33885, + "ĠSnap": 18254, + "ĠSnapchat": 31579, + "ĠSnapdragon": 48211, + "ĠSne": 41336, + "ĠSno": 42902, + "ĠSnow": 14827, + "ĠSny": 49464, + "ĠSo": 407, + "ĠSoc": 43627, + "ĠSoci": 12276, + "ĠSocial": 9909, + "ĠSociety": 13742, + "ĠSod": 42059, + "ĠSofia": 42611, + "ĠSoft": 16985, + "ĠSoftware": 27428, + "ĠSol": 7026, + "ĠSolar": 22385, + "ĠSold": 20064, + "ĠSoldier": 34660, + "ĠSole": 48073, + "ĠSolid": 26664, + "ĠSolo": 26452, + "ĠSolomon": 32209, + "ĠSolutions": 36295, + "ĠSom": 12297, + "ĠSome": 2188, + "ĠSomebody": 13463, + "ĠSomehow": 28357, + "ĠSomeone": 8734, + "ĠSomet": 3379, + "ĠSomething": 6595, + "ĠSometimes": 4803, + "ĠSomewhere": 34500, + "ĠSommer": 35022, + "ĠSon": 5185, + "ĠSong": 11862, + "ĠSongs": 48541, + "ĠSonic": 14290, + "ĠSono": 48344, + "ĠSonra": 41379, + "ĠSony": 13575, + "ĠSoo": 28784, + "ĠSoon": 17610, + "ĠSoph": 18921, + "ĠSophia": 35152, + "ĠSophie": 29645, + "ĠSor": 21421, + "ĠSora": 46639, + "ĠSorry": 4919, + "ĠSort": 26149, + "ĠSou": 31458, + "ĠSoul": 13588, + "ĠSouls": 30258, + "ĠSound": 14673, + "ĠSounds": 14576, + "ĠSoup": 40648, + "ĠSource": 29629, + "ĠSouth": 4242, + "ĠSoutheast": 27906, + "ĠSouthern": 13724, + "ĠSouthwest": 31708, + "ĠSovi": 37477, + "ĠSoviet": 11348, + "ĠSoviets": 41354, + "ĠSow": 48644, + "ĠSoy": 24758, + "ĠSozial": 36867, + "ĠSp": 1738, + "ĠSpa": 23729, + "ĠSpace": 8705, + "ĠSpaceX": 30585, + "ĠSpain": 12838, + "ĠSpanish": 8058, + "ĠSpark": 23424, + "ĠSpart": 36014, + "ĠSpaÃŁ": 27460, + "ĠSpe": 3550, + "ĠSpeak": 27868, + "ĠSpeaker": 8454, + "ĠSpeaking": 13069, + "ĠSpec": 20484, + "ĠSpecial": 11863, + "ĠSpecifically": 26058, + "ĠSpect": 27078, + "ĠSpeech": 48385, + "ĠSpeed": 18774, + "ĠSpencer": 31996, + "ĠSpicy": 35999, + "ĠSpider": 17733, + "ĠSpiel": 14266, + "ĠSpieler": 44053, + "ĠSpike": 46286, + "ĠSpin": 29185, + "ĠSpirit": 7218, + "ĠSpiritual": 38929, + "ĠSpit": 39108, + "ĠSpl": 19788, + "ĠSplit": 45111, + "ĠSpo": 45011, + "ĠSponge": 43742, + "ĠSport": 17549, + "ĠSports": 20191, + "ĠSpot": 19102, + "ĠSpotify": 29036, + "ĠSpr": 7702, + "ĠSpread": 30308, + "ĠSpring": 14013, + "ĠSprings": 33065, + "ĠSprinkle": 47331, + "ĠSpy": 35854, + "ĠSqu": 8683, + "ĠSquad": 26596, + "ĠSquare": 16463, + "ĠSque": 31449, + "ĠSqueeze": 47603, + "ĠSquid": 46178, + "ĠSr": 38988, + "ĠSri": 25120, + "ĠSt": 745, + "ĠSta": 16959, + "ĠStaat": 45559, + "ĠStaats": 33928, + "ĠStack": 37649, + "ĠStacy": 43644, + "ĠStadium": 32976, + "ĠStadt": 20550, + "ĠStaff": 16440, + "ĠStage": 25907, + "ĠStalin": 32126, + "ĠStall": 48010, + "ĠStamp": 48011, + "ĠStan": 10061, + "ĠStand": 9133, + "ĠStandard": 21298, + "ĠStandards": 44546, + "ĠStanding": 33655, + "ĠStanford": 20374, + "ĠStanley": 28329, + "ĠStar": 5705, + "ĠStarbucks": 26303, + "ĠStark": 28967, + "ĠStars": 20957, + "ĠStart": 6481, + "ĠStarted": 39715, + "ĠStarting": 16217, + "ĠStat": 16249, + "ĠState": 4533, + "ĠStates": 3040, + "ĠStation": 14467, + "ĠStatistics": 49226, + "ĠStatus": 47409, + "ĠStay": 8691, + "ĠSte": 3592, + "ĠSteam": 22517, + "ĠSteel": 26038, + "ĠStef": 43421, + "ĠStefan": 32158, + "ĠStein": 29453, + "ĠStell": 37364, + "ĠStella": 45073, + "ĠStelle": 26629, + "ĠStellen": 41893, + "ĠStep": 5470, + "ĠSteph": 31418, + "ĠStephan": 16672, + "ĠStephanie": 18634, + "ĠStephen": 13391, + "ĠSter": 33539, + "ĠStern": 39538, + "ĠSteuer": 44250, + "ĠSteve": 7466, + "ĠSteven": 12754, + "ĠStevens": 41727, + "ĠStevie": 47499, + "ĠStew": 22735, + "ĠStewart": 25951, + "ĠStick": 22744, + "ĠStill": 8291, + "ĠStir": 23353, + "ĠStitch": 44871, + "ĠStock": 17857, + "ĠStockholm": 38730, + "ĠStone": 15012, + "ĠStones": 49982, + "ĠStop": 5535, + "ĠStorage": 36308, + "ĠStore": 17242, + "ĠStories": 31797, + "ĠStorm": 20494, + "ĠStory": 14484, + "ĠStr": 8251, + "ĠStra": 12875, + "ĠStraight": 26908, + "ĠStrand": 47517, + "ĠStrange": 29068, + "ĠStrateg": 30064, + "ĠStrategic": 47805, + "ĠStrategy": 40915, + "ĠStraw": 35104, + "ĠStrawberry": 45906, + "ĠStraÃŁe": 43817, + "ĠStraÃŁen": 48925, + "ĠStre": 19597, + "ĠStream": 24904, + "ĠStreet": 7638, + "ĠStrength": 39251, + "ĠStress": 38258, + "ĠStretch": 38817, + "ĠStri": 20390, + "ĠStrike": 32788, + "ĠStro": 42196, + "ĠStrom": 39126, + "ĠStrong": 22792, + "ĠStu": 25203, + "ĠStuart": 36236, + "ĠStud": 4541, + "ĠStudent": 12464, + "ĠStudents": 17244, + "ĠStudien": 49496, + "ĠStudies": 17515, + "ĠStudio": 13500, + "ĠStudios": 23005, + "ĠStudy": 27039, + "ĠStuff": 31347, + "ĠStunde": 42781, + "ĠStunden": 30496, + "ĠStupid": 37659, + "ĠSty": 30415, + "ĠStyle": 27004, + "ĠStyles": 46845, + "ĠStück": 31146, + "ĠSu": 2746, + "ĠSub": 8511, + "ĠSubaru": 43044, + "ĠSubs": 37471, + "ĠSubscribe": 10611, + "ĠSubst": 42090, + "ĠSuccess": 23669, + "ĠSuch": 9653, + "ĠSud": 12323, + "ĠSudan": 36013, + "ĠSuddenly": 21194, + "ĠSue": 25332, + "ĠSuff": 40178, + "ĠSug": 39131, + "ĠSugar": 24576, + "ĠSuit": 48854, + "ĠSuite": 36637, + "ĠSuk": 37898, + "ĠSul": 35897, + "ĠSull": 34901, + "ĠSullivan": 37226, + "ĠSultan": 23528, + "ĠSum": 8626, + "ĠSummer": 16161, + "ĠSummit": 28726, + "ĠSun": 6163, + "ĠSund": 6942, + "ĠSunday": 7776, + "ĠSundays": 44857, + "ĠSung": 24857, + "ĠSunny": 34665, + "ĠSunshine": 48618, + "ĠSup": 9141, + "ĠSuper": 4548, + "ĠSuperintendent": 49623, + "ĠSuperior": 48953, + "ĠSuperman": 22455, + "ĠSupp": 9391, + "ĠSupport": 18073, + "ĠSuppose": 21360, + "ĠSupreme": 11032, + "ĠSur": 6732, + "ĠSure": 4894, + "ĠSurely": 29803, + "ĠSurf": 43124, + "ĠSurface": 36052, + "ĠSurprise": 36701, + "ĠSurprisingly": 49908, + "ĠSurv": 40716, + "ĠSurvey": 33365, + "ĠSurviv": 48859, + "ĠSus": 9545, + "ĠSusan": 15160, + "ĠSustain": 34407, + "ĠSut": 40492, + "ĠSuz": 24232, + "ĠSuzanne": 48901, + "ĠSuzuki": 49457, + "ĠSven": 49787, + "ĠSver": 29490, + "ĠSverige": 33973, + "ĠSw": 3926, + "ĠSwami": 33018, + "ĠSwan": 40884, + "ĠSwe": 29918, + "ĠSwed": 21617, + "ĠSweden": 17727, + "ĠSwedish": 23523, + "ĠSweet": 14653, + "ĠSwift": 25539, + "ĠSwiss": 21965, + "ĠSwitch": 13893, + "ĠSwitzerland": 23312, + "ĠSword": 27070, + "ĠSy": 3902, + "ĠSyd": 19918, + "ĠSydney": 21065, + "ĠSyl": 33349, + "ĠSym": 28877, + "ĠSymphony": 46891, + "ĠSyn": 26155, + "ĠSynd": 35284, + "ĠSyndrome": 44545, + "ĠSyria": 13314, + "ĠSyrian": 24081, + "ĠSystem": 8910, + "ĠSystems": 27059, + "ĠSz": 24699, + "ĠSão": 22401, + "ĠSÃ¥": 12728, + "ĠSé": 49556, + "ĠSó": 19961, + "ĠSü": 25697, + "ĠSÃŃ": 12375, + "ĠT": 314, + "ĠTA": 20094, + "ĠTALI": 13763, + "ĠTALIESIN": 13787, + "ĠTB": 29711, + "ĠTC": 34150, + "ĠTCP": 48965, + "ĠTD": 42606, + "ĠTE": 19744, + "ĠTED": 43036, + "ĠTER": 41305, + "ĠTF": 40964, + "ĠTH": 3578, + "ĠTHAT": 15532, + "ĠTHE": 5663, + "ĠTHERE": 40562, + "ĠTHEY": 34970, + "ĠTHIS": 17371, + "ĠTHOM": 40933, + "ĠTI": 28819, + "ĠTIM": 20187, + "ĠTIME": 36096, + "ĠTJ": 46402, + "ĠTL": 40277, + "ĠTM": 33550, + "ĠTO": 8232, + "ĠTOM": 29473, + "ĠTON": 25867, + "ĠTONER": 36557, + "ĠTOP": 40925, + "ĠTP": 44462, + "ĠTR": 15176, + "ĠTRA": 10841, + "ĠTRAVIS": 12317, + "ĠTS": 37645, + "ĠTT": 32576, + "ĠTU": 42408, + "ĠTV": 3558, + "ĠTVs": 38085, + "ĠTW": 23737, + "ĠTWO": 48664, + "ĠTY": 36187, + "ĠTa": 6551, + "ĠTab": 14106, + "ĠTabii": 41770, + "ĠTable": 25535, + "ĠTac": 38848, + "ĠTack": 38405, + "ĠTaco": 37992, + "ĠTact": 47111, + "ĠTada": 39303, + "ĠTae": 24478, + "ĠTag": 11204, + "ĠTage": 29724, + "ĠTagen": 41721, + "ĠTages": 33601, + "ĠTah": 31027, + "ĠTai": 9623, + "ĠTail": 46074, + "ĠTails": 49888, + "ĠTaiwan": 12296, + "ĠTaiwanese": 45187, + "ĠTaj": 44837, + "ĠTak": 9118, + "ĠTake": 3664, + "ĠTakes": 44347, + "ĠTaking": 17837, + "ĠTal": 10516, + "ĠTale": 49846, + "ĠTalent": 44081, + "ĠTales": 50099, + "ĠTaliban": 26478, + "ĠTalk": 8780, + "ĠTalking": 22445, + "ĠTall": 42633, + "ĠTam": 8540, + "ĠTamam": 18224, + "ĠTamara": 40424, + "ĠTamb": 18176, + "ĠTambién": 25682, + "ĠTamil": 39938, + "ĠTammy": 48030, + "ĠTampa": 40583, + "ĠTan": 17046, + "ĠTang": 22063, + "ĠTank": 28746, + "ĠTanner": 47253, + "ĠTanz": 42420, + "ĠTao": 26580, + "ĠTap": 13445, + "ĠTapi": 25386, + "ĠTar": 10537, + "ĠTara": 32182, + "ĠTarget": 24586, + "ĠTas": 27293, + "ĠTask": 30428, + "ĠTaste": 33770, + "ĠTat": 19645, + "ĠTax": 23263, + "ĠTay": 10132, + "ĠTaylor": 12060, + "ĠTe": 1989, + "ĠTea": 26614, + "ĠTeach": 26816, + "ĠTeacher": 19745, + "ĠTeachers": 40596, + "ĠTeaching": 34244, + "ĠTeam": 7606, + "ĠTeams": 24702, + "ĠTech": 13795, + "ĠTechn": 8337, + "ĠTechnical": 35512, + "ĠTechnically": 42494, + "ĠTechnologies": 46993, + "ĠTechnology": 15037, + "ĠTed": 14985, + "ĠTeddy": 34330, + "ĠTeen": 33297, + "ĠTeil": 16357, + "ĠTek": 27821, + "ĠTel": 27729, + "ĠTele": 14889, + "ĠTeles": 48595, + "ĠTelevision": 37329, + "ĠTell": 5115, + "ĠTem": 8095, + "ĠTemper": 34864, + "ĠTempl": 39563, + "ĠTemple": 17642, + "ĠTen": 9380, + "ĠTenemos": 44903, + "ĠTenn": 19418, + "ĠTennessee": 21127, + "ĠTensor": 34306, + "ĠTensorFlow": 37624, + "ĠTer": 6564, + "ĠTeraz": 41810, + "ĠTeresa": 35039, + "ĠTerm": 19835, + "ĠTerr": 36591, + "ĠTerra": 25366, + "ĠTerre": 47870, + "ĠTerror": 36174, + "ĠTerry": 21983, + "ĠTes": 12262, + "ĠTesla": 13666, + "ĠTest": 9279, + "ĠTestament": 15473, + "ĠTesting": 45517, + "ĠTet": 31580, + "ĠTex": 7479, + "ĠTexas": 7885, + "ĠText": 18643, + "ĠTh": 334, + "ĠThai": 19254, + "ĠThailand": 19434, + "ĠThan": 18289, + "ĠThank": 1044, + "ĠThankfully": 28344, + "ĠThanks": 2561, + "ĠThanksgiving": 21230, + "ĠThanos": 35993, + "ĠThat": 663, + "ĠThats": 30085, + "ĠThe": 440, + "ĠTheater": 26548, + "ĠTheatre": 27782, + "ĠTheir": 6710, + "ĠThem": 37354, + "ĠThema": 16306, + "ĠTheme": 42428, + "ĠThemen": 39229, + "ĠThen": 1396, + "ĠTheo": 42519, + "ĠTheory": 29009, + "ĠTherap": 36812, + "ĠThere": 821, + "ĠTherefore": 7504, + "ĠTheres": 33902, + "ĠTheresa": 42595, + "ĠTherm": 38957, + "ĠThese": 1981, + "ĠThey": 814, + "ĠThi": 48197, + "ĠThing": 30902, + "ĠThings": 9514, + "ĠThink": 6557, + "ĠThinking": 24460, + "ĠThird": 12548, + "ĠThirty": 41490, + "ĠThis": 639, + "ĠThom": 19409, + "ĠThomas": 8500, + "ĠThompson": 23460, + "ĠThor": 17777, + "ĠThose": 3950, + "ĠThough": 10404, + "ĠThought": 23058, + "ĠThous": 29852, + "ĠThousands": 40535, + "ĠThr": 41645, + "ĠThree": 6244, + "ĠThrones": 31659, + "ĠThrough": 8927, + "ĠThroughout": 22775, + "ĠThrow": 22228, + "ĠThunder": 21023, + "ĠThursday": 10383, + "ĠThus": 13827, + "ĠThy": 40010, + "ĠTi": 20456, + "ĠTian": 19736, + "ĠTib": 24474, + "ĠTibet": 28884, + "ĠTibetan": 44963, + "ĠTie": 36804, + "ĠTier": 24224, + "ĠTiere": 38810, + "ĠTiffany": 28104, + "ĠTig": 44550, + "ĠTiger": 22025, + "ĠTigers": 37699, + "ĠTight": 47967, + "ĠTik": 15613, + "ĠTikTok": 20211, + "ĠTil": 45141, + "ĠTill": 20227, + "ĠTim": 7172, + "ĠTime": 6161, + "ĠTimes": 11366, + "ĠTimothy": 29418, + "ĠTin": 47741, + "ĠTina": 28504, + "ĠTinder": 49341, + "ĠTing": 43196, + "ĠTiny": 39992, + "ĠTip": 18210, + "ĠTipp": 42102, + "ĠTips": 36887, + "ĠTir": 45523, + "ĠTisch": 48192, + "ĠTit": 14489, + "ĠTitan": 17731, + "ĠTitanic": 42183, + "ĠTitans": 45574, + "ĠTitle": 26768, + "ĠTo": 1407, + "ĠTob": 26350, + "ĠToby": 40223, + "ĠTod": 2465, + "ĠToday": 2692, + "ĠTodd": 21488, + "ĠTodo": 26466, + "ĠTodos": 35447, + "ĠTogether": 15911, + "ĠTok": 11036, + "ĠTokyo": 15147, + "ĠTol": 21402, + "ĠTold": 48220, + "ĠTolkien": 48824, + "ĠTom": 5041, + "ĠTomato": 35936, + "ĠTomb": 37150, + "ĠTommy": 19448, + "ĠTomorrow": 17499, + "ĠTon": 11385, + "ĠTong": 26946, + "ĠToni": 41374, + "ĠTonight": 18702, + "ĠTony": 10902, + "ĠToo": 11395, + "ĠTook": 38288, + "ĠTool": 15934, + "ĠTools": 30302, + "ĠTop": 8840, + "ĠTor": 7160, + "ĠTorah": 29676, + "ĠToronto": 14140, + "ĠTorres": 41506, + "ĠTort": 48415, + "ĠTory": 48743, + "ĠTot": 11236, + "ĠTotal": 23170, + "ĠTotally": 22837, + "ĠTou": 30850, + "ĠTouch": 20029, + "ĠTough": 48568, + "ĠTour": 13077, + "ĠTous": 47277, + "ĠTout": 20453, + "ĠTow": 33814, + "ĠTowards": 48938, + "ĠTower": 17877, + "ĠTown": 15954, + "ĠToy": 15708, + "ĠToyota": 22926, + "ĠTr": 1765, + "ĠTra": 5403, + "ĠTrack": 31903, + "ĠTracy": 33724, + "ĠTrad": 22017, + "ĠTrade": 23923, + "ĠTrading": 49929, + "ĠTraditional": 46738, + "ĠTraffic": 46950, + "ĠTrail": 30080, + "ĠTrain": 28029, + "ĠTrainer": 48494, + "ĠTraining": 20620, + "ĠTran": 42971, + "ĠTrans": 6531, + "ĠTransfer": 35025, + "ĠTransform": 27938, + "ĠTransit": 48870, + "ĠTransport": 22309, + "ĠTransportation": 35095, + "ĠTravel": 20610, + "ĠTravis": 24430, + "ĠTre": 8648, + "ĠTreasure": 49884, + "ĠTreasury": 34113, + "ĠTreat": 20298, + "ĠTreaty": 35920, + "ĠTree": 22291, + "ĠTrek": 25845, + "ĠTrend": 37417, + "ĠTrent": 40119, + "ĠTrevor": 26245, + "ĠTri": 10931, + "ĠTrib": 23304, + "ĠTribe": 44984, + "ĠTrick": 43367, + "ĠTrinity": 33121, + "ĠTrip": 33141, + "ĠTriple": 32159, + "ĠTro": 19406, + "ĠTrop": 43917, + "ĠTroy": 32898, + "ĠTru": 21388, + "ĠTruck": 44600, + "ĠTrue": 13587, + "ĠTruly": 43548, + "ĠTruman": 49723, + "ĠTrump": 3899, + "ĠTrung": 40555, + "ĠTrust": 11580, + "ĠTrustee": 34373, + "ĠTrustees": 45099, + "ĠTruth": 20522, + "ĠTry": 6526, + "ĠTrying": 20180, + "ĠTs": 16518, + "ĠTsch": 44461, + "ĠTu": 7836, + "ĠTub": 48258, + "ĠTube": 39313, + "ĠTuc": 42272, + "ĠTucker": 35581, + "ĠTucson": 47417, + "ĠTudo": 29871, + "ĠTuesday": 10017, + "ĠTul": 33585, + "ĠTumb": 50088, + "ĠTun": 21363, + "ĠTur": 5712, + "ĠTurbo": 35848, + "ĠTurk": 15714, + "ĠTurkey": 12647, + "ĠTurkish": 18565, + "ĠTurks": 42275, + "ĠTurn": 7956, + "ĠTurner": 28950, + "ĠTurning": 39660, + "ĠTurns": 29524, + "ĠTurtle": 48406, + "ĠTus": 42026, + "ĠTut": 18392, + "ĠTutaj": 41819, + "ĠTw": 2574, + "ĠTwe": 47763, + "ĠTwelve": 48063, + "ĠTwenty": 28789, + "ĠTwice": 46964, + "ĠTwilight": 38525, + "ĠTwin": 27444, + "ĠTwist": 47016, + "ĠTwitch": 22222, + "ĠTwitter": 5794, + "ĠTwo": 4453, + "ĠTy": 5569, + "ĠTyl": 49286, + "ĠTyler": 16869, + "ĠTyp": 17722, + "ĠType": 15576, + "ĠTypically": 23129, + "ĠTyr": 43126, + "ĠTyson": 43382, + "ĠTá": 20907, + "ĠTä": 41204, + "ĠTôi": 43345, + "ĠTú": 46341, + "ĠTür": 16728, + "ĠTürk": 36673, + "ĠTürkiye": 32901, + "ĠU": 624, + "ĠUA": 32765, + "ĠUC": 14079, + "ĠUCLA": 42862, + "ĠUE": 42260, + "ĠUFC": 48072, + "ĠUFO": 28318, + "ĠUH": 50030, + "ĠUI": 15682, + "ĠUK": 7051, + "ĠUM": 31335, + "ĠUN": 8229, + "ĠUNC": 44886, + "ĠUP": 20074, + "ĠURL": 12905, + "ĠURLs": 43267, + "ĠUS": 2546, + "ĠUSA": 10827, + "ĠUSB": 10109, + "ĠUSC": 44066, + "ĠUSD": 24375, + "ĠUSDA": 41244, + "ĠUSS": 30385, + "ĠUSSR": 45956, + "ĠUT": 35514, + "ĠUV": 17887, + "ĠUW": 35691, + "ĠUX": 40176, + "ĠUb": 30230, + "ĠUber": 21839, + "ĠUg": 28690, + "ĠUganda": 48764, + "ĠUgh": 16506, + "ĠUh": 4019, + "ĠUhh": 29365, + "ĠUhm": 32287, + "ĠUhr": 30084, + "ĠUk": 9816, + "ĠUkrain": 21481, + "ĠUkraine": 14081, + "ĠUkrainian": 24682, + "ĠUl": 24853, + "ĠUlt": 9523, + "ĠUltimate": 26570, + "ĠUltimately": 23921, + "ĠUltra": 20925, + "ĠUm": 3301, + "ĠUma": 21939, + "ĠUmm": 18918, + "ĠUms": 46963, + "ĠUmwelt": 48900, + "ĠUn": 1156, + "ĠUna": 15491, + "ĠUnbelievable": 39523, + "ĠUncle": 12347, + "ĠUnd": 2719, + "ĠUnder": 6974, + "ĠUnderground": 47569, + "ĠUnderstand": 26093, + "ĠUnderstanding": 36858, + "ĠUnderstood": 42832, + "ĠUndert": 48649, + "ĠUne": 16701, + "ĠUnf": 8170, + "ĠUnfortunately": 8590, + "ĠUng": 43559, + "ĠUni": 35191, + "ĠUnidos": 23087, + "ĠUnion": 8133, + "ĠUnit": 27894, + "ĠUnited": 2824, + "ĠUnity": 27913, + "ĠUnivers": 14052, + "ĠUniversal": 22617, + "ĠUniverse": 18307, + "ĠUniversity": 3535, + "ĠUnknown": 32766, + "ĠUnless": 16581, + "ĠUnlike": 17657, + "ĠUno": 37468, + "ĠUnreal": 34464, + "ĠUns": 25017, + "ĠUnt": 8256, + "ĠUnter": 12065, + "ĠUnternehmen": 27577, + "ĠUnters": 30240, + "ĠUnterschied": 41414, + "ĠUnterstüt": 42128, + "ĠUnterstützung": 47216, + "ĠUntil": 9088, + "ĠUp": 5858, + "ĠUpdate": 28923, + "ĠUpon": 25184, + "ĠUpper": 36926, + "ĠUr": 9533, + "ĠUran": 44407, + "ĠUrban": 24885, + "ĠUrs": 41303, + "ĠUs": 4958, + "ĠUse": 8278, + "ĠUsed": 43237, + "ĠUser": 32127, + "ĠUsers": 47092, + "ĠUsing": 11142, + "ĠUsually": 11419, + "ĠUt": 12555, + "ĠUtah": 20226, + "ĠUz": 38564, + "ĠV": 691, + "ĠVA": 18527, + "ĠVAN": 49090, + "ĠVC": 41922, + "ĠVER": 27686, + "ĠVERY": 45655, + "ĠVI": 27619, + "ĠVIC": 41519, + "ĠVID": 47619, + "ĠVII": 48087, + "ĠVIP": 29732, + "ĠVIS": 29421, + "ĠVISTA": 35199, + "ĠVM": 18038, + "ĠVMware": 40146, + "ĠVND": 39777, + "ĠVO": 15216, + "ĠVOICE": 46973, + "ĠVOICES": 44623, + "ĠVP": 35812, + "ĠVPN": 24512, + "ĠVR": 13722, + "ĠVS": 25091, + "ĠVa": 16822, + "ĠVac": 44442, + "ĠVacc": 48579, + "ĠVad": 24788, + "ĠVader": 36337, + "ĠVai": 24206, + "ĠVal": 7188, + "ĠVale": 26415, + "ĠValent": 17961, + "ĠValentine": 24359, + "ĠValerie": 46656, + "ĠVall": 48177, + "ĠVallahi": 35454, + "ĠValley": 10666, + "ĠValue": 39352, + "ĠValve": 41369, + "ĠVamos": 10894, + "ĠVamp": 38796, + "ĠVan": 8979, + "ĠVanc": 26417, + "ĠVancouver": 26563, + "ĠVander": 46588, + "ĠVanessa": 27928, + "ĠVanguard": 46648, + "ĠVar": 14662, + "ĠVari": 32511, + "ĠVas": 23299, + "ĠVater": 36173, + "ĠVatic": 36268, + "ĠVatican": 37904, + "ĠVault": 46071, + "ĠVay": 39556, + "ĠVe": 9706, + "ĠVed": 26084, + "ĠVeg": 12895, + "ĠVega": 48796, + "ĠVegan": 49688, + "ĠVegas": 15841, + "ĠVeget": 28092, + "ĠVegeta": 47297, + "ĠVeh": 41230, + "ĠVel": 17814, + "ĠVelvet": 47086, + "ĠVen": 11182, + "ĠVenez": 19656, + "ĠVenezuela": 24153, + "ĠVenice": 32707, + "ĠVent": 28290, + "ĠVenus": 23994, + "ĠVer": 4281, + "ĠVera": 46982, + "ĠVerantwort": 39082, + "ĠVerantwortung": 43423, + "ĠVerb": 27034, + "ĠVerd": 41257, + "ĠVere": 33110, + "ĠVerein": 47431, + "ĠVerf": 24583, + "ĠVerfüg": 41611, + "ĠVerfügung": 43026, + "ĠVerg": 26610, + "ĠVergleich": 47998, + "ĠVerizon": 44456, + "ĠVerkehr": 40706, + "ĠVerm": 20185, + "ĠVermont": 34754, + "ĠVern": 33220, + "ĠVernon": 47516, + "ĠVeron": 38600, + "ĠVeronica": 43498, + "ĠVers": 12226, + "ĠVerse": 31640, + "ĠVersion": 35965, + "ĠVert": 21044, + "ĠVery": 4372, + "ĠVet": 50111, + "ĠVeter": 21881, + "ĠVeterans": 30066, + "ĠVi": 6626, + "ĠVia": 49232, + "ĠVic": 33316, + "ĠVice": 13276, + "ĠVict": 8676, + "ĠVictor": 15777, + "ĠVictoria": 16656, + "ĠVictorian": 37302, + "ĠVictory": 37976, + "ĠVid": 31185, + "ĠVide": 7926, + "ĠVideo": 9777, + "ĠVideos": 25903, + "ĠVie": 24130, + "ĠViel": 35931, + "ĠViele": 36022, + "ĠVielen": 22502, + "ĠVielleicht": 29838, + "ĠVienna": 31024, + "ĠVietnam": 11013, + "ĠVietnamese": 25934, + "ĠView": 13909, + "ĠVij": 41201, + "ĠVik": 29465, + "ĠViking": 40375, + "ĠVikings": 48761, + "ĠVikt": 42500, + "ĠViktor": 46844, + "ĠVil": 35653, + "ĠVill": 14244, + "ĠVilla": 40280, + "ĠVillage": 22651, + "ĠVin": 15011, + "ĠVince": 34876, + "ĠVincent": 28003, + "ĠVine": 40569, + "ĠViol": 24383, + "ĠViolence": 49279, + "ĠVir": 7566, + "ĠVirgin": 9281, + "ĠVirginia": 10956, + "ĠVirt": 19447, + "ĠVirtual": 23887, + "ĠVirus": 39790, + "ĠVis": 10410, + "ĠVisa": 44907, + "ĠVish": 36752, + "ĠVision": 25170, + "ĠVisit": 24548, + "ĠVisual": 23187, + "ĠVit": 22463, + "ĠVital": 48307, + "ĠVitamin": 33515, + "ĠViv": 28188, + "ĠVive": 44288, + "ĠViá»ĩt": 32936, + "ĠVlad": 21958, + "ĠVladimir": 31669, + "ĠVlog": 33256, + "ĠVo": 7518, + "ĠVoc": 8993, + "ĠVocê": 9781, + "ĠVocês": 40262, + "ĠVog": 46359, + "ĠVoice": 15229, + "ĠVoiceover": 46117, + "ĠVoilÃł": 18677, + "ĠVol": 8911, + "ĠVold": 48791, + "ĠVolks": 30213, + "ĠVolkswagen": 39856, + "ĠVoll": 39602, + "ĠVolt": 40332, + "ĠVolume": 38448, + "ĠVolunte": 46698, + "ĠVolvo": 43381, + "ĠVon": 20700, + "ĠVoor": 43114, + "ĠVor": 12231, + "ĠVors": 31438, + "ĠVorte": 46968, + "ĠVote": 44354, + "ĠVou": 24361, + "ĠVous": 10802, + "ĠVoy": 25563, + "ĠVu": 37703, + "ĠVul": 41434, + "ĠVä": 45199, + "ĠVÃł": 44851, + "ĠW": 343, + "ĠWA": 26915, + "ĠWAR": 48331, + "ĠWAS": 28984, + "ĠWAT": 36086, + "ĠWAY": 42274, + "ĠWE": 15813, + "ĠWH": 8183, + "ĠWHAT": 18090, + "ĠWHO": 23256, + "ĠWHY": 32720, + "ĠWIL": 32095, + "ĠWILL": 18194, + "ĠWILLIAM": 32613, + "ĠWIN": 32353, + "ĠWITH": 25371, + "ĠWO": 48388, + "ĠWOMAN": 30837, + "ĠWOO": 16864, + "ĠWOODR": 24265, + "ĠWOODRUFF": 24309, + "ĠWOR": 30029, + "ĠWOW": 34728, + "ĠWR": 44175, + "ĠWW": 12040, + "ĠWWE": 15110, + "ĠWY": 46410, + "ĠWa": 15405, + "ĠWaar": 43123, + "ĠWade": 28001, + "ĠWag": 49921, + "ĠWagner": 38146, + "ĠWah": 24598, + "ĠWahl": 27437, + "ĠWahr": 36357, + "ĠWait": 3802, + "ĠWaiting": 37291, + "ĠWak": 45077, + "ĠWake": 21062, + "ĠWal": 9707, + "ĠWald": 29223, + "ĠWales": 16495, + "ĠWalk": 10818, + "ĠWalker": 23974, + "ĠWalking": 26964, + "ĠWall": 9551, + "ĠWallace": 32626, + "ĠWalmart": 25237, + "ĠWalt": 28260, + "ĠWalter": 21572, + "ĠWam": 41226, + "ĠWan": 28932, + "ĠWand": 40772, + "ĠWang": 14499, + "ĠWanna": 24336, + "ĠWant": 11773, + "ĠWar": 3630, + "ĠWard": 23794, + "ĠWare": 49978, + "ĠWarm": 40353, + "ĠWarner": 31769, + "ĠWarning": 45140, + "ĠWarren": 20538, + "ĠWarri": 23385, + "ĠWarrior": 33834, + "ĠWarriors": 40161, + "ĠWars": 9818, + "ĠWarsaw": 41662, + "ĠWarsz": 48479, + "ĠWarum": 25541, + "ĠWas": 3027, + "ĠWash": 28891, + "ĠWashington": 6149, + "ĠWasn": 28782, + "ĠWass": 42998, + "ĠWasser": 17351, + "ĠWat": 12593, + "ĠWatch": 7277, + "ĠWatching": 28482, + "ĠWater": 8772, + "ĠWaters": 46743, + "ĠWatson": 25640, + "ĠWatts": 42933, + "ĠWave": 28530, + "ĠWay": 9558, + "ĠWayne": 22101, + "ĠWe": 492, + "ĠWear": 34514, + "ĠWeather": 34441, + "ĠWeb": 9573, + "ĠWebb": 49649, + "ĠWeber": 42690, + "ĠWebs": 45347, + "ĠWed": 9589, + "ĠWednesday": 10579, + "ĠWeek": 12615, + "ĠWeekly": 35945, + "ĠWeg": 18919, + "ĠWei": 21174, + "ĠWeight": 44464, + "ĠWeihn": 42181, + "ĠWeil": 18665, + "ĠWein": 34477, + "ĠWeird": 32033, + "ĠWeise": 41947, + "ĠWeiter": 48050, + "ĠWel": 3778, + "ĠWelcome": 4027, + "ĠWell": 1042, + "ĠWellington": 45812, + "ĠWellness": 50166, + "ĠWells": 36363, + "ĠWelsh": 27129, + "ĠWelt": 14761, + "ĠWen": 23716, + "ĠWendy": 21850, + "ĠWenn": 7899, + "ĠWent": 31809, + "ĠWer": 14255, + "ĠWere": 12448, + "ĠWerk": 42911, + "ĠWert": 37205, + "ĠWes": 23843, + "ĠWesley": 43908, + "ĠWest": 4055, + "ĠWestern": 8724, + "ĠWestminster": 49714, + "ĠWet": 46046, + "ĠWh": 506, + "ĠWha": 45040, + "ĠWhat": 708, + "ĠWhatever": 8541, + "ĠWhats": 22051, + "ĠWhatsApp": 30513, + "ĠWhe": 17040, + "ĠWheel": 31392, + "ĠWheels": 49372, + "ĠWhen": 1133, + "ĠWhenever": 14159, + "ĠWhere": 2305, + "ĠWhereas": 13813, + "ĠWherever": 30903, + "ĠWhether": 8503, + "ĠWhew": 46029, + "ĠWhich": 3013, + "ĠWhile": 3987, + "ĠWhilst": 45790, + "ĠWhis": 41132, + "ĠWhit": 21693, + "ĠWhite": 5552, + "ĠWhitney": 39466, + "ĠWho": 2102, + "ĠWhoa": 7521, + "ĠWhoever": 24743, + "ĠWhole": 30336, + "ĠWhoo": 23381, + "ĠWhoops": 45263, + "ĠWhose": 28463, + "ĠWhy": 1545, + "ĠWi": 14035, + "ĠWiFi": 32885, + "ĠWick": 47702, + "ĠWid": 28331, + "ĠWide": 42543, + "ĠWie": 9233, + "ĠWieder": 45742, + "ĠWii": 27865, + "ĠWij": 46721, + "ĠWik": 23377, + "ĠWiki": 35892, + "ĠWikipedia": 28999, + "ĠWil": 9483, + "ĠWild": 10904, + "ĠWildlife": 35811, + "ĠWill": 3099, + "ĠWilliam": 6740, + "ĠWilliams": 12929, + "ĠWillie": 39912, + "ĠWilly": 42238, + "ĠWilson": 15388, + "ĠWin": 10427, + "ĠWind": 6320, + "ĠWindow": 44933, + "ĠWindows": 8591, + "ĠWinds": 43082, + "ĠWine": 39253, + "ĠWing": 28785, + "ĠWinston": 33051, + "ĠWinter": 16444, + "ĠWir": 4347, + "ĠWire": 32598, + "ĠWireless": 49962, + "ĠWirtschaft": 29412, + "ĠWis": 34143, + "ĠWisconsin": 17977, + "ĠWise": 46933, + "ĠWish": 27697, + "ĠWissenschaft": 38774, + "ĠWit": 42299, + "ĠWitch": 23522, + "ĠWitcher": 47383, + "ĠWith": 2022, + "ĠWithin": 15996, + "ĠWithout": 9129, + "ĠWitness": 41366, + "ĠWiz": 43490, + "ĠWizard": 37449, + "ĠWiÄĻ": 30127, + "ĠWiÄĻc": 32508, + "ĠWo": 6622, + "ĠWoah": 19668, + "ĠWoche": 24511, + "ĠWochen": 23126, + "ĠWohn": 22741, + "ĠWohnung": 50087, + "ĠWol": 19925, + "ĠWolf": 16634, + "ĠWolver": 49059, + "ĠWoman": 15794, + "ĠWomen": 11065, + "ĠWon": 14710, + "ĠWonder": 13224, + "ĠWonderful": 22768, + "ĠWong": 41638, + "ĠWoo": 10468, + "ĠWood": 11558, + "ĠWoods": 31559, + "ĠWoody": 40618, + "ĠWool": 46307, + "ĠWor": 26363, + "ĠWord": 8725, + "ĠWordPress": 23239, + "ĠWords": 32857, + "ĠWork": 6603, + "ĠWorkers": 42375, + "ĠWorking": 18337, + "ĠWorks": 27914, + "ĠWorkshop": 48366, + "ĠWorld": 3937, + "ĠWorlds": 43003, + "ĠWort": 22748, + "ĠWorth": 37228, + "ĠWould": 6068, + "ĠWouldn": 26291, + "ĠWow": 3153, + "ĠWr": 10159, + "ĠWrap": 41291, + "ĠWrest": 23719, + "ĠWrestle": 34744, + "ĠWrestleMania": 49014, + "ĠWrestling": 43508, + "ĠWright": 25578, + "ĠWrite": 23499, + "ĠWriting": 32774, + "ĠWrong": 28150, + "ĠWu": 17287, + "ĠWuhan": 42101, + "ĠWy": 14458, + "ĠWyatt": 46430, + "ĠWyoming": 30810, + "ĠWäh": 40084, + "ĠWür": 43846, + "ĠX": 1783, + "ĠXD": 32336, + "ĠXL": 37210, + "ĠXML": 43484, + "ĠXP": 33984, + "ĠXV": 44707, + "ĠXX": 27050, + "ĠXY": 48826, + "ĠXavier": 44653, + "ĠXbox": 14544, + "ĠXi": 15712, + "ĠXia": 11956, + "ĠXian": 47581, + "ĠXiang": 37935, + "ĠXiao": 13134, + "ĠXiaomi": 33806, + "ĠXin": 24368, + "ĠXing": 33040, + "ĠXu": 23082, + "ĠXuan": 45292, + "ĠXue": 43999, + "ĠY": 398, + "ĠYA": 40771, + "ĠYE": 21760, + "ĠYEAH": 43549, + "ĠYES": 25268, + "ĠYH": 49389, + "ĠYJ": 49535, + "ĠYO": 33565, + "ĠYOU": 7928, + "ĠYOUR": 25166, + "ĠYT": 49002, + "ĠYU": 33471, + "ĠYa": 6080, + "ĠYah": 19740, + "ĠYahoo": 41757, + "ĠYak": 31484, + "ĠYale": 26711, + "ĠYam": 18992, + "ĠYan": 13633, + "ĠYang": 11978, + "ĠYani": 14262, + "ĠYao": 40575, + "ĠYap": 38724, + "ĠYar": 41554, + "ĠYas": 30557, + "ĠYay": 13268, + "ĠYaz": 44962, + "ĠYe": 835, + "ĠYea": 21145, + "ĠYeah": 865, + "ĠYear": 10289, + "ĠYears": 24569, + "ĠYellow": 17550, + "ĠYemen": 30784, + "ĠYeon": 30892, + "ĠYep": 7010, + "ĠYes": 1079, + "ĠYeshua": 43885, + "ĠYesterday": 19765, + "ĠYet": 10890, + "ĠYi": 16747, + "ĠYin": 33254, + "ĠYing": 28125, + "ĠYo": 7616, + "ĠYoda": 48697, + "ĠYog": 49328, + "ĠYoga": 32983, + "ĠYok": 18480, + "ĠYong": 20085, + "ĠYoo": 22330, + "ĠYoon": 27893, + "ĠYork": 3609, + "ĠYosh": 38949, + "ĠYoshi": 45676, + "ĠYou": 509, + "ĠYouT": 2898, + "ĠYouTube": 3088, + "ĠYouTuber": 23349, + "ĠYouTubers": 30571, + "ĠYoung": 8160, + "ĠYour": 2260, + "ĠYours": 37922, + "ĠYout": 10717, + "ĠYouth": 24312, + "ĠYoutube": 12132, + "ĠYoutuber": 49219, + "ĠYu": 10767, + "ĠYuan": 22730, + "ĠYue": 30166, + "ĠYug": 41949, + "ĠYuk": 27975, + "ĠYum": 29890, + "ĠYummy": 40590, + "ĠYun": 18007, + "ĠYup": 13593, + "ĠYuri": 33901, + "ĠZ": 1176, + "ĠZa": 31440, + "ĠZac": 48082, + "ĠZach": 21028, + "ĠZack": 36034, + "ĠZahl": 42592, + "ĠZahlen": 44096, + "ĠZak": 46546, + "ĠZam": 45492, + "ĠZap": 34018, + "ĠZar": 41580, + "ĠZe": 4853, + "ĠZealand": 13883, + "ĠZeit": 9394, + "ĠZeiten": 48334, + "ĠZel": 20952, + "ĠZelda": 25298, + "ĠZen": 22387, + "ĠZent": 44091, + "ĠZero": 17182, + "ĠZeus": 35003, + "ĠZh": 7790, + "ĠZhan": 49550, + "ĠZhang": 17729, + "ĠZhao": 25132, + "ĠZhen": 27042, + "ĠZheng": 31408, + "ĠZhi": 43835, + "ĠZhong": 41664, + "ĠZhou": 25601, + "ĠZhu": 31680, + "ĠZi": 26190, + "ĠZie": 46340, + "ĠZiel": 25391, + "ĠZig": 50004, + "ĠZimmer": 37243, + "ĠZion": 32240, + "ĠZo": 10337, + "ĠZoe": 38234, + "ĠZomb": 33945, + "ĠZombie": 48952, + "ĠZone": 22800, + "ĠZoo": 34589, + "ĠZoom": 13453, + "ĠZu": 23164, + "ĠZucker": 34032, + "ĠZug": 34722, + "ĠZuk": 20991, + "ĠZukunft": 22782, + "ĠZum": 23906, + "ĠZur": 30518, + "ĠZus": 18742, + "ĠZusammen": 29442, + "ĠZusch": 48333, + "ĠZust": 46322, + "ĠZw": 29385, + "ĠZwe": 32475, + "Ġ[": 542, + "Ġ[\"": 29799, + "Ġ[#": 40726, + "Ġ[(": 9128, + "Ġ[...]": 35467, + "Ġ[?": 16127, + "Ġ[âĻª": 44529, + "Ġ\\": 12033, + "Ġ]": 4183, + "Ġ^": 18956, + "Ġ^^": 35500, + "Ġ_": 26161, + "Ġ__": 49264, + "Ġ`": 28279, + "Ġa": 257, + "Ġaa": 40079, + "Ġaan": 9904, + "Ġab": 410, + "Ġaba": 46981, + "Ġabajo": 30613, + "Ġabandon": 9072, + "Ġabandoned": 13732, + "Ġabb": 16903, + "Ġabbiamo": 22815, + "Ġabbrevi": 35839, + "Ġabdom": 22191, + "Ġabdomen": 36494, + "Ġabdominal": 38701, + "Ġabduct": 46465, + "Ġaber": 4340, + "Ġabge": 37301, + "Ġabges": 49848, + "Ġabi": 17905, + "Ġabide": 39663, + "Ġabilities": 11582, + "Ġability": 3485, + "Ġabla": 43899, + "Ġable": 1075, + "Ġabnorm": 47104, + "Ġabnormal": 32847, + "Ġaboard": 27488, + "Ġabol": 23183, + "Ġabolition": 39999, + "Ġabonn": 40676, + "Ġabord": 48727, + "Ġabort": 38117, + "Ġabortion": 22902, + "Ġabout": 466, + "Ġabove": 3673, + "Ġabra": 33693, + "Ġabras": 37351, + "Ġabre": 41594, + "Ġabrir": 27446, + "Ġabroad": 12637, + "Ġabrupt": 33401, + "Ġabruptly": 49642, + "Ġabs": 1950, + "Ġabsence": 17145, + "Ġabsent": 25185, + "Ġabsol": 7305, + "Ġabsolument": 34508, + "Ġabsolut": 18757, + "Ġabsolutamente": 49285, + "Ġabsolute": 8236, + "Ġabsolutely": 3122, + "Ġabsor": 7672, + "Ġabsorb": 15631, + "Ġabsorbed": 20799, + "Ġabsorbing": 38720, + "Ġabsorbs": 40745, + "Ġabsorption": 27557, + "Ġabst": 10823, + "Ġabstract": 12649, + "Ġabstraction": 37765, + "Ġabsurd": 19774, + "Ġabund": 14809, + "Ġabundance": 23391, + "Ġabundant": 30657, + "Ġabus": 48819, + "Ġabuse": 9852, + "Ġabused": 27075, + "Ġabuses": 47681, + "Ġabusive": 32828, + "Ġaby": 24457, + "Ġac": 696, + "Ġacab": 13281, + "Ġacaba": 23485, + "Ġacabar": 35041, + "Ġacabou": 38043, + "Ġacad": 5558, + "Ġacadem": 19267, + "Ġacademia": 28937, + "Ġacademic": 7778, + "Ġacademically": 48944, + "Ġacademics": 25695, + "Ġacademy": 25525, + "Ġacc": 1317, + "Ġacceler": 10172, + "Ġaccelerate": 21341, + "Ġaccelerated": 29763, + "Ġaccelerating": 34391, + "Ġacceleration": 17162, + "Ġaccelerator": 39889, + "Ġaccent": 11982, + "Ġaccents": 35012, + "Ġaccept": 3241, + "Ġacceptable": 15513, + "Ġacceptance": 20351, + "Ġaccepted": 9035, + "Ġaccepting": 17391, + "Ġaccepts": 33538, + "Ġacces": 35707, + "Ġacceso": 49284, + "Ġaccess": 2105, + "Ġaccessed": 34211, + "Ġaccessibility": 15002, + "Ġaccessible": 9515, + "Ġaccessing": 26440, + "Ġaccessories": 18207, + "Ġaccessory": 30617, + "Ġaccident": 6398, + "Ġaccidental": 38094, + "Ġaccidentally": 15715, + "Ġaccidents": 23875, + "Ġaccom": 4223, + "Ġaccommod": 11713, + "Ġaccommodate": 21410, + "Ġaccommodation": 27363, + "Ġaccommodations": 38907, + "Ġaccomp": 18037, + "Ġaccompan": 19307, + "Ġaccompanied": 24202, + "Ġaccompany": 21627, + "Ġaccompanying": 43648, + "Ġaccompl": 6548, + "Ġaccomplish": 9021, + "Ġaccomplished": 15419, + "Ġaccomplishment": 29144, + "Ġaccomplishments": 25943, + "Ġaccord": 18640, + "Ġaccordance": 31110, + "Ġaccording": 4650, + "Ġaccordingly": 19717, + "Ġaccount": 2696, + "Ġaccountability": 19380, + "Ġaccountable": 18024, + "Ġaccountant": 43898, + "Ġaccounted": 43138, + "Ġaccounting": 19163, + "Ġaccounts": 9402, + "Ġaccred": 33877, + "Ġaccum": 12989, + "Ġaccumulate": 33384, + "Ġaccumulated": 31346, + "Ġaccumulation": 35647, + "Ġaccur": 5771, + "Ġaccuracy": 14170, + "Ġaccurate": 8559, + "Ġaccurately": 20095, + "Ġaccus": 11168, + "Ġaccusations": 38556, + "Ġaccuse": 43610, + "Ġaccused": 17085, + "Ġaccusing": 47436, + "Ġaccustomed": 35980, + "Ġace": 17117, + "Ġaceite": 48913, + "Ġacept": 43568, + "Ġacerca": 46321, + "Ġacesso": 49543, + "Ġacet": 37848, + "Ġach": 2800, + "Ġacha": 37338, + "Ġache": 29677, + "Ġachei": 44961, + "Ġachie": 3538, + "Ġachieve": 4584, + "Ġachieved": 11042, + "Ġachievement": 15838, + "Ġachievements": 21420, + "Ġachieving": 19626, + "Ġacho": 14253, + "Ġacht": 43048, + "Ġachter": 35557, + "Ġacid": 8258, + "Ġacidic": 39514, + "Ġacids": 21667, + "Ġacknow": 7791, + "Ġacknowled": 15195, + "Ġacknowledge": 10692, + "Ġacknowledged": 27262, + "Ġacknowledgement": 47227, + "Ġacknowledging": 30904, + "Ġacne": 26480, + "Ġacom": 22298, + "Ġacompa": 39226, + "Ġacompan": 34839, + "Ġacompañ": 43142, + "Ġaconte": 14888, + "Ġacontec": 35846, + "Ġacontece": 19786, + "Ġacontecendo": 47623, + "Ġacontecer": 35011, + "Ġaconteceu": 34028, + "Ġacord": 38077, + "Ġacordo": 49392, + "Ġacost": 44126, + "Ġacoust": 22740, + "Ġacoustic": 26753, + "Ġacqu": 6667, + "Ġacquaint": 36954, + "Ġacquainted": 50224, + "Ġacquire": 20001, + "Ġacquired": 17554, + "Ġacquiring": 37374, + "Ġacquis": 17883, + "Ġacquisition": 21668, + "Ġacre": 32656, + "Ġacred": 34548, + "Ġacres": 19852, + "Ġacron": 31713, + "Ġacronym": 39195, + "Ġacross": 2108, + "Ġacrylic": 25389, + "Ġact": 605, + "Ġacted": 20359, + "Ġacting": 6577, + "Ġaction": 3069, + "Ġactionable": 45098, + "Ġactions": 5909, + "Ġactiv": 2430, + "Ġactivate": 13615, + "Ġactivated": 18157, + "Ġactivates": 43869, + "Ġactivating": 42481, + "Ġactivation": 24433, + "Ġactive": 4967, + "Ġactively": 13022, + "Ġactivism": 29040, + "Ġactivist": 24836, + "Ġactivists": 23042, + "Ġactivities": 5354, + "Ġactivity": 5191, + "Ġactor": 8747, + "Ġactors": 10037, + "Ġactress": 15410, + "Ġacts": 10672, + "Ġactu": 34964, + "Ġactual": 3539, + "Ġactually": 767, + "Ġacuerdo": 28113, + "Ġacum": 41343, + "Ġacute": 24390, + "Ġacá": 23496, + "Ġad": 614, + "Ġada": 11063, + "Ġadalah": 23555, + "Ġadam": 16368, + "Ġadap": 23169, + "Ġadapt": 6231, + "Ġadaptation": 21549, + "Ġadaptations": 44465, + "Ġadapted": 20871, + "Ġadapter": 22860, + "Ġadapting": 34942, + "Ġadaptive": 27912, + "Ġadd": 909, + "Ġadded": 3869, + "Ġaddict": 22072, + "Ġaddicted": 24629, + "Ġaddiction": 16835, + "Ġaddictive": 36486, + "Ġadding": 5127, + "Ġaddition": 4500, + "Ġadditional": 4497, + "Ġadditionally": 43181, + "Ġadditions": 35113, + "Ġadditive": 45558, + "Ġaddress": 2985, + "Ġaddressed": 13847, + "Ġaddresses": 16862, + "Ġaddressing": 14329, + "Ġadds": 10860, + "Ġadel": 30069, + "Ġadelante": 40214, + "Ġademás": 21251, + "Ġadequ": 15747, + "Ġadequate": 20927, + "Ġadequately": 41822, + "Ġadesso": 39552, + "Ġadher": 30106, + "Ġadhere": 33584, + "Ġadhesive": 25485, + "Ġadjac": 22940, + "Ġadjacent": 24441, + "Ġadject": 29378, + "Ġadjective": 44129, + "Ġadjour": 46236, + "Ġadjust": 4369, + "Ġadjustable": 27804, + "Ġadjusted": 19871, + "Ġadjusting": 23559, + "Ġadjustment": 17132, + "Ġadjustments": 18624, + "Ġadm": 5910, + "Ġadmin": 24236, + "Ġadminist": 4968, + "Ġadminister": 22096, + "Ġadministered": 36123, + "Ġadministr": 9737, + "Ġadministration": 7236, + "Ġadministrative": 17900, + "Ġadministrator": 25529, + "Ġadministrators": 27754, + "Ġadmir": 48252, + "Ġadmiration": 44597, + "Ġadmire": 21951, + "Ġadmired": 39987, + "Ġadmission": 24668, + "Ġadmissions": 29856, + "Ġadmit": 9796, + "Ġadmits": 46682, + "Ġadmitted": 14920, + "Ġadmitting": 44056, + "Ġado": 22450, + "Ġadoles": 21383, + "Ġadolescent": 40193, + "Ġadolescents": 48191, + "Ġadop": 22486, + "Ġadopt": 6878, + "Ġadopted": 12175, + "Ġadopting": 32328, + "Ġadoption": 19215, + "Ġadorable": 18698, + "Ġadore": 32060, + "Ġadrenal": 26511, + "Ġadrenaline": 35649, + "Ġads": 10342, + "Ġadul": 26885, + "Ġadult": 5075, + "Ġadulthood": 42328, + "Ġadults": 8865, + "Ġadv": 1551, + "Ġadvance": 7295, + "Ġadvanced": 7339, + "Ġadvancement": 35764, + "Ġadvances": 25297, + "Ġadvancing": 27267, + "Ġadvant": 14652, + "Ġadvantage": 5002, + "Ġadvantages": 14906, + "Ġadvent": 7045, + "Ġadventure": 9868, + "Ġadventures": 20905, + "Ġadventurous": 46163, + "Ġadvers": 17641, + "Ġadversary": 48222, + "Ġadverse": 27590, + "Ġadversity": 40018, + "Ġadvert": 7756, + "Ġadvertis": 18427, + "Ġadvertise": 35379, + "Ġadvertised": 42310, + "Ġadvertisement": 31370, + "Ġadvertisements": 42897, + "Ġadvertisers": 42679, + "Ġadvertising": 13097, + "Ġadvice": 5192, + "Ġadvis": 10280, + "Ġadvise": 18312, + "Ġadvised": 26269, + "Ġadviser": 43547, + "Ġadvising": 35598, + "Ġadvisor": 19161, + "Ġadvisors": 29136, + "Ġadvisory": 26289, + "Ġadvoc": 7915, + "Ġadvocacy": 22011, + "Ġadvocate": 14608, + "Ġadvocates": 25160, + "Ġadvocating": 32050, + "Ġaer": 11207, + "Ġaerial": 31026, + "Ġaerospace": 46817, + "Ġaest": 14413, + "Ġaesthet": 27837, + "Ġaesthetic": 20092, + "Ġaesthetics": 35517, + "Ġaf": 3238, + "Ġafar": 41795, + "Ġafect": 30626, + "Ġaff": 2096, + "Ġaffair": 22987, + "Ġaffairs": 17478, + "Ġaffect": 3345, + "Ġaffected": 8028, + "Ġaffecting": 17476, + "Ġaffection": 20080, + "Ġaffects": 11807, + "Ġaffili": 14863, + "Ġaffiliate": 23975, + "Ġaffiliated": 42174, + "Ġaffinity": 39703, + "Ġaffir": 36315, + "Ġaffirm": 21260, + "Ġaffirmative": 45270, + "Ġafflict": 48287, + "Ġafford": 6157, + "Ġaffordable": 12028, + "Ġafin": 34709, + "Ġafore": 48927, + "Ġafraid": 4638, + "Ġafter": 934, + "Ġafterlife": 47637, + "Ġaftermath": 34095, + "Ġafternoon": 6499, + "Ġafterward": 40411, + "Ġafterwards": 10543, + "Ġag": 623, + "Ġagain": 797, + "Ġagainst": 1970, + "Ġage": 3205, + "Ġaged": 21213, + "Ġagencies": 9504, + "Ġagency": 7934, + "Ġagenda": 9829, + "Ġagent": 9461, + "Ġagents": 12554, + "Ġages": 12357, + "Ġaggi": 42254, + "Ġaggrav": 47339, + "Ġaggreg": 16743, + "Ġaggregate": 26118, + "Ġaggress": 8939, + "Ġaggression": 30268, + "Ġaggressive": 10762, + "Ġaggressively": 32024, + "Ġagile": 30072, + "Ġagility": 39794, + "Ġaging": 19090, + "Ġago": 2057, + "Ġagony": 46025, + "Ġagora": 9851, + "Ġagrad": 49463, + "Ġagrade": 31469, + "Ġagre": 4554, + "Ġagree": 3986, + "Ġagreed": 9166, + "Ġagreeing": 36900, + "Ġagreement": 8106, + "Ġagreements": 21422, + "Ġagrees": 26383, + "Ġagric": 9682, + "Ġagricultural": 19587, + "Ġagriculture": 14837, + "Ġagu": 34438, + "Ġagua": 19330, + "Ġah": 3716, + "Ġaha": 47340, + "Ġahead": 2286, + "Ġahh": 28612, + "Ġahor": 44249, + "Ġahora": 9923, + "ĠahÃŃ": 12571, + "Ġai": 9783, + "Ġaid": 9418, + "Ġaide": 40890, + "Ġaider": 36669, + "Ġaids": 28447, + "Ġaik": 37537, + "Ġaika": 39704, + "Ġail": 48283, + "Ġaim": 5939, + "Ġaime": 46527, + "Ġaimed": 20540, + "Ġaiming": 20253, + "Ġaims": 24683, + "Ġain": 7862, + "Ġainda": 11804, + "Ġainsi": 26552, + "Ġair": 1988, + "Ġairborne": 49278, + "Ġaircraft": 9465, + "Ġaire": 42885, + "Ġaired": 34503, + "Ġairflow": 45291, + "Ġairl": 18856, + "Ġairline": 29528, + "Ġairlines": 37147, + "Ġairpl": 13781, + "Ġairplane": 17130, + "Ġairplanes": 32947, + "Ġairport": 10155, + "Ġairports": 36561, + "Ġais": 24938, + "Ġaisle": 30916, + "Ġait": 31684, + "Ġaixò": 16312, + "ĠaixÃŃ": 40217, + "Ġaj": 17680, + "Ġaja": 26579, + "Ġajud": 16126, + "Ġajuda": 32842, + "Ġajudar": 28883, + "Ġajust": 41023, + "Ġak": 9308, + "Ġaka": 28042, + "Ġakan": 16281, + "Ġakhir": 49843, + "Ġakin": 47540, + "Ġakkor": 44439, + "Ġakl": 43380, + "Ġako": 43567, + "Ġakt": 13680, + "Ġaktiv": 31658, + "Ġaktuell": 36267, + "Ġaku": 21093, + "Ġal": 419, + "Ġalan": 48146, + "Ġalar": 27597, + "Ġalarm": 14183, + "Ġalarming": 44043, + "Ġalarms": 45039, + "Ġalbeit": 43654, + "Ġalbo": 22622, + "Ġalbum": 6030, + "Ġalbums": 24795, + "Ġalc": 20005, + "Ġalcanz": 50200, + "Ġalcohol": 7658, + "Ġalcoholic": 38075, + "Ġald": 16798, + "Ġale": 6775, + "Ġaleg": 44491, + "Ġalert": 9615, + "Ġalerts": 28061, + "Ġalg": 3501, + "Ġalgae": 32658, + "Ġalgebra": 21989, + "Ġalgo": 8655, + "Ġalgorith": 7028, + "Ġalgorithm": 9284, + "Ġalgorithms": 14642, + "Ġalgu": 16527, + "Ġalguien": 25814, + "Ġalgum": 15468, + "Ġalguma": 20259, + "Ġalgumas": 23207, + "Ġalgun": 9813, + "Ġalguna": 20651, + "Ġalgunas": 27316, + "Ġalgunos": 21078, + "Ġalguns": 20210, + "Ġalguém": 27052, + "Ġalgún": 26300, + "Ġali": 10198, + "Ġalien": 12319, + "Ġaliens": 21594, + "Ġalign": 7975, + "Ġaligned": 17962, + "Ġalignment": 18515, + "Ġalike": 20025, + "Ġaliment": 17043, + "Ġalimentos": 38563, + "Ġalive": 5465, + "Ġalk": 37688, + "Ġalkal": 44220, + "Ġall": 439, + "Ġalla": 11591, + "Ġalle": 5430, + "Ġalleen": 32259, + "Ġalleg": 10364, + "Ġallegations": 29259, + "Ġalleged": 26317, + "Ġallegedly": 26794, + "Ġallegiance": 44706, + "Ġallein": 37673, + "Ġalleine": 37780, + "Ġallem": 17585, + "Ġallemaal": 29352, + "Ġallen": 18440, + "Ġaller": 8722, + "Ġallerdings": 35489, + "Ġallergic": 31606, + "Ġallergies": 37007, + "Ġallergy": 41505, + "Ġalles": 7874, + "Ġallevi": 33201, + "Ġalleviate": 42701, + "Ġalley": 26660, + "Ġallez": 18146, + "Ġalliance": 20995, + "Ġalliances": 45855, + "Ġallied": 41969, + "Ġallies": 14719, + "Ġalligator": 48095, + "Ġalloc": 12660, + "Ġallocate": 35713, + "Ġallocated": 29772, + "Ġallocation": 27599, + "Ġallons": 34405, + "Ġallora": 44141, + "Ġallow": 2089, + "Ġallowance": 30647, + "Ġallowed": 4350, + "Ġallowing": 8293, + "Ġallows": 4045, + "Ġalloy": 37819, + "Ġallt": 23612, + "Ġalltid": 45861, + "ĠalltsÃ¥": 43505, + "Ġalluded": 33919, + "Ġally": 23356, + "Ġallá": 30642, + "ĠallÃŃ": 34294, + "Ġalm": 18667, + "Ġalma": 32634, + "Ġalmighty": 47534, + "Ġalmond": 29506, + "Ġalmonds": 40973, + "Ġalmost": 1920, + "Ġalone": 3312, + "Ġalong": 2051, + "Ġalongside": 12385, + "Ġalors": 11246, + "Ġalot": 37762, + "Ġaloud": 43888, + "Ġalpha": 8961, + "Ġalphabet": 23339, + "Ġalready": 1217, + "Ġalred": 41290, + "Ġalrededor": 43663, + "Ġalright": 5845, + "Ġals": 3907, + "Ġalso": 611, + "Ġalt": 4955, + "Ġalta": 26495, + "Ġaltar": 31435, + "Ġalte": 38973, + "Ġalten": 41217, + "Ġalter": 11337, + "Ġaltered": 28783, + "Ġaltern": 5400, + "Ġalternate": 18873, + "Ġalternating": 40062, + "Ġalternative": 8535, + "Ġalternatives": 20478, + "Ġalthough": 4878, + "Ġaltijd": 29191, + "Ġaltitude": 24003, + "Ġalto": 21275, + "Ġaltogether": 19051, + "Ġaltre": 34983, + "Ġaltri": 33707, + "Ġaltro": 40924, + "Ġaltura": 39398, + "Ġalum": 12064, + "Ġalumin": 12787, + "Ġaluminium": 35239, + "Ġaluminum": 15656, + "Ġalumni": 16347, + "Ġalways": 1009, + "Ġalém": 30388, + "Ġam": 669, + "Ġama": 10889, + "Ġaman": 42943, + "Ġamar": 42171, + "Ġamateur": 29339, + "Ġamazed": 20507, + "Ġamazing": 2243, + "Ġamazingly": 31762, + "Ġamazon": 47010, + "Ġamb": 3913, + "Ġambassador": 25445, + "Ġambassadors": 44235, + "Ġamber": 48304, + "Ġambient": 22997, + "Ġambiente": 34957, + "Ġambigu": 40390, + "Ġambiguity": 46519, + "Ġambiguous": 39465, + "Ġambition": 22814, + "Ġambitions": 34475, + "Ġambitious": 20239, + "Ġambos": 41425, + "Ġambul": 21574, + "Ġambulance": 26744, + "Ġambush": 38143, + "Ġamen": 18497, + "Ġamend": 11704, + "Ġamended": 43641, + "Ġamendment": 17920, + "Ġamendments": 27009, + "Ġamenities": 47260, + "Ġamer": 16116, + "Ġamerican": 31229, + "Ġami": 33206, + "Ġamid": 30153, + "Ġamiga": 45322, + "Ġamigo": 24671, + "Ġamigos": 18243, + "Ġamino": 24674, + "Ġamis": 32929, + "Ġammo": 27340, + "Ġammon": 36431, + "Ġammonia": 46833, + "Ġammunition": 32251, + "Ġamo": 43155, + "Ġamong": 3654, + "Ġamongst": 12918, + "Ġamor": 15543, + "Ġamount": 2372, + "Ġamounts": 11663, + "Ġamp": 18648, + "Ġamph": 40077, + "Ġampl": 9731, + "Ġample": 42857, + "Ġamplified": 49237, + "Ġamplifier": 27439, + "Ġamplify": 41174, + "Ġamplitude": 27433, + "Ġamps": 43970, + "Ġamusement": 39970, + "Ġamusing": 47809, + "Ġaméric": 39902, + "Ġan": 364, + "Ġana": 34178, + "Ġanak": 38042, + "Ġanal": 2624, + "Ġanalog": 16660, + "Ġanalogy": 21663, + "Ġanaly": 6459, + "Ġanalys": 23014, + "Ġanalyse": 37840, + "Ġanalyses": 37560, + "Ġanalysis": 5215, + "Ġanalyst": 19085, + "Ġanalysts": 31388, + "Ġanalyt": 10783, + "Ġanalytic": 40358, + "Ġanalytical": 29579, + "Ġanalytics": 15370, + "Ġanalyze": 12477, + "Ġanalyzed": 28181, + "Ġanalyzing": 23663, + "Ġanar": 37378, + "Ġanarch": 41957, + "Ġanat": 21618, + "Ġanatomy": 31566, + "Ġanc": 9789, + "Ġancest": 11749, + "Ġancestor": 40032, + "Ġancestors": 18069, + "Ġancestral": 40049, + "Ġancestry": 44729, + "Ġanch": 12723, + "Ġanche": 11585, + "Ġanchor": 18487, + "Ġanci": 34856, + "Ġancient": 7832, + "Ġancora": 30656, + "Ġand": 293, + "Ġanda": 21851, + "Ġandar": 50009, + "Ġandare": 42742, + "Ġander": 49466, + "Ġandere": 10490, + "Ġanderen": 11122, + "Ġanderer": 48108, + "Ġanderes": 31426, + "Ġanders": 17999, + "Ġandra": 25299, + "Ġandroid": 36157, + "Ġanecd": 26652, + "Ġanecdote": 49845, + "Ġanest": 31750, + "Ġanf": 33709, + "Ġang": 2562, + "Ġange": 15495, + "Ġangef": 43907, + "Ġangel": 14250, + "Ġangels": 18175, + "Ġanger": 10240, + "Ġanges": 31138, + "Ġangle": 5802, + "Ġangled": 48843, + "Ġangles": 14708, + "Ġangry": 6884, + "Ġangular": 24413, + "Ġanh": 18931, + "Ġani": 40477, + "Ġanim": 2383, + "Ġanimal": 5496, + "Ġanimales": 45102, + "Ġanimals": 4882, + "Ġanimate": 36439, + "Ġanimated": 18947, + "Ġanimation": 9603, + "Ġanimations": 22868, + "Ġanime": 12435, + "Ġank": 30890, + "Ġankle": 21999, + "Ġankles": 40962, + "Ġanlam": 28940, + "Ġanlat": 27691, + "Ġann": 2324, + "Ġannat": 42786, + "Ġanne": 22256, + "Ġannex": 41012, + "Ġanni": 31164, + "Ġannih": 40430, + "Ġanniversary": 12962, + "Ġanno": 46277, + "Ġannot": 25339, + "Ġannotation": 48654, + "Ġannoun": 4262, + "Ġannounce": 7478, + "Ġannounced": 7548, + "Ġannouncement": 12847, + "Ġannouncements": 23785, + "Ġannouncer": 49574, + "Ġannouncing": 28706, + "Ġannoy": 8759, + "Ġannoyed": 25921, + "Ġannoying": 11304, + "Ġannual": 9784, + "Ġannually": 29974, + "Ġannée": 30488, + "Ġannées": 21203, + "Ġano": 19816, + "Ġanom": 24769, + "Ġanomaly": 42737, + "Ġanonym": 37293, + "Ġanonymous": 24932, + "Ġanos": 13592, + "Ġanother": 1071, + "Ġans": 1567, + "Ġansch": 31508, + "Ġanswer": 1867, + "Ġanswered": 10103, + "Ġanswering": 13430, + "Ġanswers": 6338, + "Ġant": 2511, + "Ġantagon": 32590, + "Ġante": 23411, + "Ġanten": 18858, + "Ġantenna": 24573, + "Ġanterior": 22272, + "Ġantes": 11014, + "Ġanth": 25820, + "Ġanthem": 42383, + "Ġanthrop": 22727, + "Ġanthropology": 44518, + "Ġanti": 6061, + "Ġantib": 11533, + "Ġantibiot": 19388, + "Ġantibiotic": 37828, + "Ġantibiotics": 26922, + "Ġantibodies": 28356, + "Ġantibody": 34507, + "Ġantic": 49172, + "Ġanticip": 10416, + "Ġanticipate": 21685, + "Ġanticipated": 23267, + "Ġanticipating": 40568, + "Ġanticipation": 35979, + "Ġantid": 47962, + "Ġantig": 44417, + "Ġantim": 46141, + "Ġantioxid": 33369, + "Ġantioxidants": 48767, + "Ġantiqu": 41036, + "Ġantique": 41220, + "Ġantis": 44474, + "Ġants": 23355, + "Ġanunci": 39350, + "Ġanvänd": 41559, + "Ġanx": 6739, + "Ġanxiety": 9119, + "Ġanxious": 15166, + "Ġany": 604, + "Ġanybody": 4472, + "Ġanyhow": 44995, + "Ġanymore": 3602, + "Ġanyone": 2878, + "Ġanys": 32319, + "Ġanything": 1340, + "Ġanytime": 13038, + "Ġanyway": 4033, + "Ġanyways": 13448, + "Ġanywhere": 4992, + "Ġanál": 44113, + "Ġao": 8130, + "Ġaos": 25458, + "Ġap": 1882, + "Ġapa": 15951, + "Ġapar": 34115, + "Ġapare": 15004, + "Ġaparece": 37863, + "Ġaparecer": 43336, + "Ġapart": 4936, + "Ġapartment": 9587, + "Ġapartments": 29056, + "Ġape": 44315, + "Ġapenas": 18561, + "Ġaper": 43139, + "Ġapert": 22939, + "Ġaperture": 29848, + "Ġapex": 48115, + "Ġapl": 25522, + "Ġaplic": 18221, + "Ġapo": 50165, + "Ġapocalypse": 42600, + "Ġapolog": 9472, + "Ġapologies": 34929, + "Ġapologise": 50128, + "Ġapologize": 12328, + "Ġapologized": 47815, + "Ġapology": 28006, + "Ġapost": 19484, + "Ġapostle": 50244, + "Ġapostles": 39397, + "Ġapoy": 41535, + "Ġapoyo": 46151, + "Ġapp": 724, + "Ġappar": 45914, + "Ġapparat": 36564, + "Ġapparatus": 38573, + "Ġapparent": 18335, + "Ġapparently": 7970, + "Ġappe": 2363, + "Ġappeal": 13668, + "Ġappealing": 23842, + "Ġappeals": 32603, + "Ġappear": 4204, + "Ġappearance": 8967, + "Ġappearances": 29174, + "Ġappeared": 8516, + "Ġappearing": 19870, + "Ġappears": 7038, + "Ġappel": 36332, + "Ġappelle": 34216, + "Ġappend": 34116, + "Ġappet": 16159, + "Ġappetite": 23996, + "Ġappl": 4988, + "Ġapplaud": 9644, + "Ġapplauding": 15865, + "Ġapplauds": 20783, + "Ġapplause": 9969, + "Ġapple": 10606, + "Ġapples": 16814, + "Ġappli": 33330, + "Ġappliance": 45646, + "Ġappliances": 35480, + "Ġapplic": 2580, + "Ġapplicable": 21142, + "Ġapplicant": 30915, + "Ġapplicants": 28767, + "Ġapplication": 3861, + "Ġapplications": 5821, + "Ġapplied": 6456, + "Ġapplies": 13165, + "Ġapply": 3079, + "Ġapplying": 9275, + "Ġappoint": 7602, + "Ġappointed": 17653, + "Ġappointment": 13653, + "Ġappointments": 25084, + "Ġappreci": 3616, + "Ġappreciate": 4449, + "Ġappreciated": 17169, + "Ġappreciation": 18909, + "Ġappreciative": 43239, + "Ġappreh": 38675, + "Ġapprendre": 46609, + "Ġapprent": 21435, + "Ġapprentice": 40207, + "Ġapprentices": 31715, + "Ġapprenticeship": 47070, + "Ġappro": 2075, + "Ġapproach": 3109, + "Ġapproached": 17247, + "Ġapproaches": 11587, + "Ġapproaching": 14908, + "Ġappropri": 5745, + "Ġappropriate": 6854, + "Ġappropriately": 23505, + "Ġapproval": 13317, + "Ġapprove": 18827, + "Ġapproved": 10826, + "Ġapprox": 28080, + "Ġapproxim": 8542, + "Ġapproximate": 30874, + "Ġapproximately": 10447, + "Ġapproximation": 28023, + "Ġapps": 7733, + "Ġapr": 10992, + "Ġaprend": 21003, + "Ġaprender": 24916, + "Ġapresent": 36181, + "Ġapro": 14602, + "Ġapron": 46742, + "Ġaprove": 29015, + "Ġaproxim": 31270, + "Ġaproximadamente": 48892, + "Ġaprès": 13274, + "Ġapt": 29427, + "Ġaqu": 2373, + "Ġaquarium": 30149, + "Ġaquatic": 44020, + "Ġaquela": 25996, + "Ġaquele": 23640, + "Ġaqueles": 49831, + "Ġaquell": 33635, + "Ġaquellos": 49835, + "Ġaquest": 19269, + "Ġaquesta": 24062, + "Ġaqui": 3871, + "Ġaquilo": 32304, + "ĠaquÃŃ": 6661, + "Ġar": 594, + "Ġara": 15186, + "Ġarab": 38557, + "Ġarada": 40479, + "Ġarb": 25613, + "Ġarbe": 40476, + "Ġarbeiten": 23162, + "Ġarbeitet": 49907, + "Ġarbets": 47539, + "Ġarbit": 14931, + "Ġarbitr": 19071, + "Ġarbitrary": 23211, + "Ġarc": 10346, + "Ġarcade": 25664, + "Ġarch": 3912, + "Ġarchae": 21894, + "Ġarchaeological": 42139, + "Ġarche": 37897, + "Ġarchety": 41852, + "Ġarchitect": 6331, + "Ġarchitects": 30491, + "Ġarchitectural": 26621, + "Ġarchitecture": 9482, + "Ġarchive": 23507, + "Ġarchives": 25607, + "Ġard": 44856, + "Ġare": 366, + "Ġarea": 1859, + "Ġareas": 3179, + "Ġaren": 3212, + "Ġarena": 18451, + "Ġarg": 3882, + "Ġargent": 33977, + "Ġargu": 10171, + "Ġarguably": 26771, + "Ġargue": 9695, + "Ġargued": 20219, + "Ġargues": 38218, + "Ġarguing": 19697, + "Ġargument": 6770, + "Ġarguments": 12869, + "Ġarise": 20288, + "Ġarises": 27388, + "Ġarising": 44900, + "Ġarist": 40105, + "Ġarithmetic": 42973, + "Ġark": 14408, + "ĠarkadaÅŁ": 19153, + "ĠarkadaÅŁlar": 27550, + "Ġarm": 3726, + "Ġarma": 46422, + "Ġarmas": 44611, + "Ġarmed": 16297, + "Ġarmies": 28217, + "Ġarmor": 13124, + "Ġarmored": 41879, + "Ġarmour": 36554, + "Ġarmp": 44541, + "Ġarms": 5812, + "Ġarmy": 7267, + "Ġaroma": 28687, + "Ġaromatic": 45831, + "Ġarose": 37192, + "Ġaround": 926, + "Ġarqu": 40258, + "Ġarr": 5539, + "Ġarran": 50235, + "Ġarrange": 9424, + "Ġarranged": 18721, + "Ġarrangement": 17620, + "Ġarrangements": 22435, + "Ġarray": 10225, + "Ġarrays": 41011, + "Ġarrest": 7823, + "Ġarrested": 12469, + "Ġarrests": 48813, + "Ġarri": 3399, + "Ġarrib": 21620, + "Ġarriba": 28469, + "Ġarriv": 30697, + "Ġarrival": 18365, + "Ġarrive": 8881, + "Ġarrived": 6678, + "Ġarriver": 34142, + "Ġarrives": 20116, + "Ġarriving": 22436, + "Ġarrivé": 47112, + "Ġarrog": 22149, + "Ġarrogance": 46444, + "Ġarrogant": 30467, + "Ġarrow": 11610, + "Ġarrows": 19669, + "Ġarsen": 28636, + "Ġarsenal": 42227, + "Ġart": 1523, + "Ġarte": 29159, + "Ġarter": 30455, + "Ġarteries": 44801, + "Ġartery": 38520, + "Ġarth": 31546, + "Ġarthritis": 35956, + "Ġartic": 15228, + "Ġarticle": 7222, + "Ġarticles": 11290, + "Ġarticulate": 30305, + "Ġarticulated": 43322, + "Ġartif": 17851, + "Ġartifact": 34806, + "Ġartifacts": 24617, + "Ġartific": 39905, + "Ġartificial": 11677, + "Ġartillery": 31115, + "Ġartist": 5748, + "Ġartistic": 17090, + "Ġartists": 6910, + "Ġarts": 8609, + "Ġartwork": 15829, + "Ġartık": 22241, + "Ġas": 382, + "Ġasc": 15526, + "Ġascend": 41604, + "Ġaseg": 38174, + "Ġash": 12588, + "Ġashamed": 19489, + "Ġashes": 32942, + "Ġasi": 28644, + "Ġaside": 7359, + "Ġask": 1029, + "Ġasked": 2351, + "Ġasking": 3365, + "Ġasks": 8962, + "Ġasleep": 11039, + "Ġaslında": 34541, + "Ġasp": 16817, + "Ġaspect": 4171, + "Ġaspects": 7270, + "Ġasphalt": 46076, + "Ġaspir": 20003, + "Ġaspiration": 44565, + "Ġaspirations": 32458, + "Ġaspire": 41224, + "Ġaspiring": 45405, + "Ġass": 1256, + "Ġassass": 16475, + "Ġassassin": 36294, + "Ġassassination": 40195, + "Ġassault": 12458, + "Ġassaulted": 44910, + "Ġasse": 5907, + "Ġassemb": 8438, + "Ġassemble": 22364, + "Ġassembled": 24204, + "Ġassembling": 43867, + "Ġassembly": 12103, + "Ġassert": 19810, + "Ġassess": 5877, + "Ġassessed": 36051, + "Ġassessing": 34348, + "Ġassessment": 9687, + "Ġassessments": 24338, + "Ġasset": 11999, + "Ġassets": 9769, + "Ġassez": 15774, + "Ġasshole": 28599, + "Ġassign": 6269, + "Ġassigned": 13279, + "Ġassigning": 49602, + "Ġassignment": 15187, + "Ġassignments": 22546, + "Ġassim": 8249, + "Ġassist": 4255, + "Ġassistance": 9683, + "Ġassistant": 10994, + "Ġassistants": 34949, + "Ġassisted": 30291, + "Ġassisting": 40368, + "Ġassistir": 45983, + "Ġassists": 49416, + "Ġassoci": 4180, + "Ġassociate": 14644, + "Ġassociated": 6615, + "Ġassociates": 36914, + "Ġassociation": 14598, + "Ġassociations": 26597, + "Ġassum": 5339, + "Ġassume": 6552, + "Ġassumed": 15895, + "Ġassumes": 37808, + "Ġassuming": 11926, + "Ġassumption": 15302, + "Ġassumptions": 17695, + "Ġassunto": 50219, + "Ġassurance": 32189, + "Ġassure": 20968, + "Ġassured": 23426, + "Ġast": 5357, + "Ġasta": 43405, + "Ġastero": 24711, + "Ġasteroid": 33833, + "Ġasteroids": 50230, + "Ġasthma": 33409, + "Ġaston": 25687, + "Ġastonishing": 35264, + "Ġastrolog": 30122, + "Ġastrology": 44385, + "Ġastron": 11117, + "Ġastronaut": 18516, + "Ġastronauts": 28273, + "Ġastronom": 26302, + "Ġastronomers": 43151, + "Ġastronomical": 49035, + "Ġastronomy": 37844, + "Ġasylum": 31601, + "Ġasymm": 37277, + "Ġasympt": 35114, + "Ġasynchron": 42642, + "Ġasynchronous": 49174, + "ĠasÃŃ": 8582, + "Ġat": 412, + "Ġata": 48639, + "Ġatac": 41015, + "Ġataque": 46166, + "Ġatau": 22823, + "Ġate": 8468, + "Ġaten": 21723, + "Ġatención": 33488, + "Ġatenção": 39044, + "Ġathe": 27033, + "Ġatheist": 43977, + "Ġathlet": 7650, + "Ġathlete": 18002, + "Ġathletes": 13820, + "Ġathletic": 22496, + "Ġathletics": 37964, + "Ġatm": 22582, + "Ġatmos": 7722, + "Ġatmosphere": 8018, + "Ġatmospheric": 28854, + "Ġatom": 12018, + "Ġatomic": 22275, + "Ġatoms": 16871, + "Ġatra": 44192, + "Ġatrav": 33325, + "Ġatravés": 39941, + "Ġatroc": 43530, + "Ġatrás": 22906, + "Ġatt": 951, + "Ġattach": 5085, + "Ġattached": 8570, + "Ġattaches": 49404, + "Ġattaching": 39074, + "Ġattachment": 19431, + "Ġattachments": 37987, + "Ġattack": 2690, + "Ġattacked": 12692, + "Ġattacker": 35871, + "Ġattackers": 45129, + "Ġattacking": 15010, + "Ġattacks": 8122, + "Ġattain": 23766, + "Ġattained": 46633, + "Ġatte": 42783, + "Ġattempt": 5217, + "Ġattempted": 18997, + "Ġattempting": 22001, + "Ġattempts": 15257, + "Ġattend": 6888, + "Ġattendance": 24337, + "Ġattendant": 39339, + "Ġattended": 15990, + "Ġattendees": 34826, + "Ġattending": 15862, + "Ġattends": 49837, + "Ġattent": 30980, + "Ġattention": 3202, + "Ġattentive": 43661, + "Ġattic": 40766, + "Ġattitude": 10157, + "Ġattitudes": 25853, + "Ġattorney": 13469, + "Ġattorneys": 30019, + "Ġattract": 5049, + "Ġattracted": 15912, + "Ġattracting": 36594, + "Ġattraction": 17672, + "Ġattractions": 35005, + "Ġattractive": 12609, + "Ġattracts": 37026, + "Ġattrib": 9080, + "Ġattribute": 19667, + "Ġattributed": 30976, + "Ġattributes": 17212, + "Ġatual": 39241, + "Ġaté": 8784, + "Ġau": 1609, + "Ġauc": 23788, + "Ġauch": 2168, + "Ġauction": 24139, + "Ġaucun": 35361, + "Ġaucune": 40076, + "Ġaud": 2379, + "Ġaudi": 27435, + "Ġaudible": 41317, + "Ġaudience": 4034, + "Ġaudiences": 15479, + "Ġaudio": 6278, + "Ġaudiobook": 40031, + "Ġaudit": 17748, + "Ġaudition": 20015, + "Ġauditor": 33970, + "Ġauf": 2501, + "Ġaufge": 35031, + "Ġaug": 14501, + "Ġaugment": 29919, + "Ġaugmented": 36155, + "Ġaujourd": 14023, + "Ġaula": 41642, + "Ġaument": 17128, + "Ġaumentar": 43504, + "Ġaumento": 43600, + "Ġaun": 15879, + "Ġaunque": 21962, + "Ġaunt": 15654, + "Ġaur": 19145, + "Ġaura": 18355, + "Ġaurait": 29531, + "Ġaus": 3437, + "Ġausge": 31899, + "Ġauss": 5730, + "Ġaussi": 6212, + "Ġaust": 34916, + "Ġauster": 49867, + "Ġaut": 1476, + "Ġautant": 34081, + "Ġauth": 6979, + "Ġauthent": 9214, + "Ġauthentic": 12466, + "Ġauthentication": 26643, + "Ġauthenticity": 34215, + "Ġauthor": 3793, + "Ġauthoritarian": 37883, + "Ġauthorities": 12076, + "Ġauthority": 8281, + "Ġauthorization": 33697, + "Ġauthorized": 28312, + "Ġauthors": 16552, + "Ġautism": 21471, + "Ġautistic": 33272, + "Ġauto": 8399, + "Ġautobi": 45747, + "Ġautoc": 45833, + "Ġautograph": 36660, + "Ġautom": 3553, + "Ġautomat": 28034, + "Ġautomate": 31605, + "Ġautomated": 18473, + "Ġautomatic": 12509, + "Ġautomatically": 6772, + "Ġautomation": 17769, + "Ġautomobile": 38809, + "Ġautomotive": 32866, + "Ġautonom": 18203, + "Ġautonomous": 23797, + "Ġautonomy": 27278, + "Ġautop": 31090, + "Ġautor": 19510, + "Ġautour": 30249, + "Ġautre": 15081, + "Ġautres": 17093, + "Ġautumn": 24604, + "Ġaux": 7865, + "Ġauxiliary": 43741, + "ĠauÃŁer": 39428, + "Ġav": 1305, + "Ġavaient": 38703, + "Ġavail": 2327, + "Ġavailability": 17945, + "Ġavailable": 2435, + "Ġavait": 11853, + "Ġavant": 13439, + "Ġavanz": 42444, + "Ġavatar": 36205, + "Ġave": 3472, + "Ġavec": 4163, + "Ġaven": 18469, + "Ġavent": 36399, + "Ġavenue": 39230, + "Ġavenues": 43039, + "Ġaver": 18247, + "Ġaverage": 4274, + "Ġaverages": 42257, + "Ġaveraging": 47308, + "Ġavere": 37914, + "Ġavete": 48201, + "Ġavez": 11766, + "Ġaviation": 28831, + "Ġavis": 34588, + "Ġavo": 3641, + "Ġavocado": 27041, + "Ġavoid": 5042, + "Ġavoided": 24890, + "Ġavoiding": 20220, + "Ġavoir": 10853, + "Ġavons": 18990, + "Ġaw": 1714, + "Ġawait": 19670, + "Ġawaiting": 43759, + "Ġawaits": 45955, + "Ġawak": 13726, + "Ġawake": 15994, + "Ġawaken": 43566, + "Ġawakened": 46468, + "Ġawakening": 31550, + "Ġaward": 7130, + "Ġawarded": 19100, + "Ġawards": 15193, + "Ġaware": 3650, + "Ġawareness": 8888, + "Ġaway": 1314, + "Ġawe": 30912, + "Ġawesome": 3476, + "Ġawful": 11232, + "Ġawfully": 47976, + "Ġawhile": 22224, + "Ġawkward": 11411, + "Ġax": 6360, + "Ġaxe": 30195, + "Ġaxes": 35387, + "Ġaxial": 46851, + "Ġaxis": 10298, + "Ġaxle": 31192, + "Ġay": 7494, + "Ġaye": 19259, + "Ġaynı": 30281, + "Ġayr": 35767, + "Ġayud": 20333, + "Ġayuda": 30737, + "Ġayudar": 38759, + "Ġaz": 7883, + "Ġazt": 39566, + "Ġazul": 39580, + "Ġaç": 12930, + "Ġaçık": 33282, + "Ġaçıl": 43236, + "Ġañ": 37837, + "Ġañad": 44980, + "Ġaño": 15984, + "Ġaños": 11424, + "Ġaún": 31676, + "ĠaÃŃ": 7461, + "ĠaÄŁ": 21294, + "Ġaż": 48134, + "ĠaÅŁ": 21002, + "ĠaÅŁk": 36730, + "Ġb": 272, + "Ġba": 4773, + "Ġbab": 7564, + "Ġbaba": 31568, + "Ġbabe": 24655, + "Ġbabies": 10917, + "Ġbaby": 3186, + "Ġbabys": 39764, + "Ġbac": 6857, + "Ġbachelor": 25947, + "Ġback": 646, + "Ġbackbone": 34889, + "Ġbackdrop": 32697, + "Ġbacked": 20391, + "Ġbackend": 38087, + "Ġbackground": 3678, + "Ġbackgrounds": 17336, + "Ġbacking": 19373, + "Ġbackl": 32449, + "Ġbacklash": 37572, + "Ġbacklog": 47364, + "Ġbackpack": 17969, + "Ġbacks": 19513, + "Ġbackside": 35370, + "Ġbackstage": 31764, + "Ġbackstory": 36899, + "Ġbackup": 14807, + "Ġbackups": 50160, + "Ġbackward": 23897, + "Ġbackwards": 12204, + "Ġbackyard": 20036, + "Ġbacon": 16400, + "Ġbacter": 9755, + "Ġbacteria": 11763, + "Ġbacterial": 35632, + "Ġbad": 1578, + "Ġbadass": 33907, + "Ġbadge": 25797, + "Ġbadges": 43894, + "Ġbadly": 13425, + "Ġbag": 3411, + "Ġbaggage": 41567, + "Ġbags": 10405, + "Ġbagus": 48348, + "Ġbah": 12913, + "Ġbaht": 49254, + "Ġbaik": 34867, + "Ġbail": 19313, + "Ġbait": 16865, + "Ġbaix": 40447, + "Ġbaixo": 30934, + "Ġbaj": 23589, + "Ġbaja": 49427, + "Ġbajo": 30139, + "Ġbak": 5657, + "Ġbakalım": 28812, + "Ġbakayım": 42918, + "Ġbake": 16562, + "Ġbaked": 19453, + "Ġbaker": 48148, + "Ġbakery": 37519, + "Ġbaking": 12102, + "Ġbakın": 43307, + "Ġbal": 3119, + "Ġbalance": 4772, + "Ġbalanced": 13902, + "Ġbalances": 33993, + "Ġbalancing": 22495, + "Ġbalcon": 26450, + "Ġbalcony": 29468, + "Ġbald": 21096, + "Ġball": 2594, + "Ġballet": 30512, + "Ġballistic": 44478, + "Ġballoon": 16994, + "Ġballoons": 26193, + "Ġballot": 21880, + "Ġballots": 36410, + "Ġballs": 9803, + "Ġbalm": 42532, + "Ġbam": 18132, + "Ġbamboo": 26156, + "Ġban": 5643, + "Ġbana": 16832, + "Ġbanana": 14194, + "Ġbananas": 22742, + "Ġbanc": 39612, + "Ġbanco": 45498, + "Ġband": 4116, + "Ġbanda": 38727, + "Ġbande": 46836, + "Ġbandits": 49043, + "Ġbands": 13543, + "Ġbandwidth": 23647, + "Ġbang": 8550, + "Ġbanget": 24909, + "Ġbanging": 36982, + "Ġbangs": 32802, + "Ġbank": 3765, + "Ġbanker": 48008, + "Ġbanking": 18261, + "Ġbankrupt": 21780, + "Ġbankruptcy": 33457, + "Ġbanks": 10237, + "Ġbanned": 19564, + "Ġbanner": 24348, + "Ġbanquet": 49796, + "Ġbanyak": 25808, + "Ġbao": 45296, + "Ġbapt": 18222, + "Ġbaptism": 34352, + "Ġbaptized": 34006, + "Ġbar": 2159, + "Ġbara": 19519, + "Ġbarbar": 35822, + "Ġbarbecue": 21877, + "Ġbarber": 49906, + "Ġbard": 7685, + "Ġbardziej": 27209, + "Ġbardzo": 9034, + "Ġbare": 6949, + "Ġbarely": 10268, + "Ġbarg": 22351, + "Ġbargain": 34302, + "Ġbargaining": 42108, + "Ġbark": 16202, + "Ġbarking": 32995, + "Ġbarley": 47761, + "Ġbarn": 18492, + "Ġbarr": 38236, + "Ġbarre": 43834, + "Ġbarrel": 13257, + "Ġbarrels": 33138, + "Ġbarrier": 13357, + "Ġbarriers": 13565, + "Ġbars": 10228, + "Ġbart": 44768, + "Ġbaru": 36171, + "Ġbas": 987, + "Ġbase": 3096, + "Ġbaseball": 14323, + "Ġbased": 2361, + "Ġbaseline": 20518, + "Ġbasement": 16893, + "Ġbases": 17949, + "Ġbash": 46183, + "Ġbasic": 3875, + "Ġbasically": 1936, + "Ġbasics": 14688, + "Ġbasil": 29862, + "Ġbasin": 34863, + "Ġbasis": 5143, + "Ġbask": 34055, + "Ġbasket": 8390, + "Ġbasketball": 11767, + "Ġbaskets": 42853, + "Ġbass": 10136, + "Ġbast": 8414, + "Ġbasta": 45282, + "Ġbastante": 14651, + "Ġbastard": 23569, + "Ġbastards": 49346, + "Ġbat": 7362, + "Ġbatch": 15245, + "Ġbate": 37936, + "Ġbater": 25735, + "Ġbath": 6079, + "Ġbathing": 38948, + "Ġbathroom": 8687, + "Ġbathrooms": 39537, + "Ġbatht": 40708, + "Ġbathtub": 42901, + "Ġbats": 26943, + "Ġbatt": 9591, + "Ġbatter": 4220, + "Ġbatteries": 13070, + "Ġbattery": 5809, + "Ġbattle": 4635, + "Ġbattlefield": 21818, + "Ġbattles": 14648, + "Ġbattling": 33752, + "Ġbauen": 43787, + "Ġbaw": 40463, + "Ġbay": 13642, + "Ġbaz": 27147, + "ĠbaÄŁ": 33071, + "ĠbaÅŁ": 8694, + "ĠbaÅŁka": 27883, + "Ġbe": 312, + "Ġbeach": 7534, + "Ġbeaches": 27560, + "Ġbeacon": 41669, + "Ġbead": 24117, + "Ġbeads": 20369, + "Ġbeak": 48663, + "Ġbeam": 14269, + "Ġbeams": 31040, + "Ġbean": 16230, + "Ġbeans": 12010, + "Ġbear": 6155, + "Ġbeard": 17455, + "Ġbearing": 17350, + "Ġbearings": 36297, + "Ġbears": 17276, + "Ġbeast": 13464, + "Ġbeasts": 37386, + "Ġbeat": 4224, + "Ġbeaten": 17909, + "Ġbeating": 13497, + "Ġbeats": 16447, + "Ġbeau": 29891, + "Ġbeaucoup": 8796, + "Ġbeaut": 1869, + "Ġbeautiful": 2238, + "Ġbeautifully": 16525, + "Ġbeauty": 6643, + "Ġbeb": 35348, + "Ġbeber": 40069, + "Ġbecame": 3062, + "Ġbecause": 570, + "Ġbecom": 2683, + "Ġbecome": 1813, + "Ġbecomes": 3643, + "Ġbecoming": 5617, + "Ġbed": 2901, + "Ġbede": 22466, + "Ġbedeutet": 27018, + "Ġbedroom": 11211, + "Ġbedrooms": 39955, + "Ġbeds": 18068, + "Ġbedtime": 45850, + "Ġbee": 17479, + "Ġbeef": 9256, + "Ġbeen": 668, + "Ġbeep": 28678, + "Ġbeeping": 34800, + "Ġbeeps": 27722, + "Ġbeer": 8795, + "Ġbeers": 34159, + "Ġbees": 17511, + "Ġbeet": 16658, + "Ġbeetje": 27459, + "Ġbeetle": 49735, + "Ġbef": 21312, + "Ġbefore": 949, + "Ġbeforehand": 22893, + "Ġbeg": 4612, + "Ġbegan": 4283, + "Ġbege": 41832, + "Ġbegg": 44914, + "Ġbegged": 47653, + "Ġbegging": 26600, + "Ġbegin": 1841, + "Ġbeginnen": 40326, + "Ġbeginner": 22080, + "Ġbeginners": 26992, + "Ġbeginning": 2863, + "Ġbeginnings": 37281, + "Ġbegins": 7338, + "Ġbegitu": 49707, + "Ġbegr": 38972, + "Ġbegun": 16009, + "Ġbeh": 1540, + "Ġbehalf": 9490, + "Ġbehand": 43122, + "Ġbehav": 3851, + "Ġbehave": 15158, + "Ġbehaved": 48249, + "Ġbehaves": 36896, + "Ġbehavi": 15475, + "Ġbehaving": 35263, + "Ġbehavior": 5223, + "Ġbehavioral": 19124, + "Ġbehaviors": 15501, + "Ġbehaviour": 17229, + "Ġbehind": 2261, + "Ġbehold": 27234, + "Ġbehö": 26187, + "Ġbehöver": 32138, + "Ġbei": 4643, + "Ġbeide": 35831, + "Ġbeiden": 23446, + "Ġbeige": 40274, + "Ġbeim": 13922, + "Ġbeing": 885, + "Ġbeings": 8958, + "Ġbeispiel": 37155, + "Ġbeispielsweise": 40152, + "Ġbek": 9393, + "Ġbekannt": 39167, + "Ġbekommen": 19256, + "Ġbekommt": 33429, + "Ġbel": 989, + "Ġbelang": 33746, + "Ġbelangrijk": 42330, + "Ġbele": 29620, + "Ġbeleza": 46429, + "Ġbelie": 1351, + "Ġbelief": 7107, + "Ġbeliefs": 13585, + "Ġbelieve": 1697, + "Ġbelieved": 7847, + "Ġbeliever": 23892, + "Ġbelievers": 23125, + "Ġbelieves": 12307, + "Ġbelieving": 16594, + "Ġbelki": 44596, + "Ġbell": 4549, + "Ġbelle": 28770, + "Ġbelli": 48006, + "Ġbells": 25474, + "Ġbelly": 11696, + "Ġbelo": 13878, + "Ġbelong": 5784, + "Ġbelonged": 28611, + "Ġbelonging": 22957, + "Ġbelongings": 43554, + "Ġbelongs": 12953, + "Ġbeloved": 14553, + "Ġbelow": 2507, + "Ġbelt": 10750, + "Ġbelts": 33689, + "Ġbelum": 48532, + "Ġbem": 7577, + "Ġben": 3271, + "Ġbench": 10638, + "Ġbenchmark": 18927, + "Ġbenchmarks": 43751, + "Ġbend": 11229, + "Ġbending": 22487, + "Ġbends": 42990, + "Ġbene": 2537, + "Ġbeneath": 17149, + "Ġbenef": 3070, + "Ġbenefic": 10304, + "Ġbenefici": 38534, + "Ġbeneficial": 14072, + "Ġbeneficiaries": 49937, + "Ġbenefit": 5121, + "Ġbenefited": 33605, + "Ġbenefiting": 47515, + "Ġbenefits": 5311, + "Ġbenevol": 48567, + "Ġbeni": 19723, + "Ġbenim": 13818, + "Ġbent": 14075, + "Ġbenut": 38424, + "Ġbenz": 44335, + "Ġber": 5948, + "Ġberaber": 39855, + "Ġbere": 13375, + "Ġbereit": 38758, + "Ġbereits": 23703, + "Ġberm": 50001, + "Ġberries": 29898, + "Ġberry": 44955, + "Ġbers": 32147, + "Ġbert": 50098, + "Ġbes": 4097, + "Ġbesar": 48327, + "Ġbesch": 17498, + "Ġbeschäft": 38768, + "Ġbeside": 15726, + "Ġbesides": 11868, + "Ġbesl": 47118, + "Ġbesoin": 19207, + "Ġbesond": 20114, + "Ġbesonders": 25258, + "Ġbess": 42410, + "Ġbesser": 18021, + "Ġbest": 1151, + "Ġbeste": 22245, + "Ġbesteht": 43680, + "Ġbesten": 30930, + "Ġbestimm": 35180, + "Ġbestimmt": 46871, + "Ġbet": 778, + "Ġbeta": 9861, + "Ġbeter": 45425, + "Ġbetray": 15560, + "Ġbetrayal": 42700, + "Ġbetrayed": 29515, + "Ġbets": 39922, + "Ġbetter": 1101, + "Ġbetting": 34246, + "Ġbetween": 1296, + "Ġbever": 46524, + "Ġbeverage": 35519, + "Ġbeverages": 47401, + "Ġbevor": 37591, + "Ġbew": 17897, + "Ġbewe": 46638, + "Ġbewusst": 46221, + "Ġbey": 39977, + "Ġbeyond": 4399, + "Ġbez": 10782, + "Ġbezel": 37179, + "Ġbezpie": 47153, + "ĠbeÄŁ": 44863, + "ĠbeÅŁ": 39213, + "Ġbh": 41221, + "Ġbi": 3228, + "Ġbias": 12577, + "Ġbiased": 28035, + "Ġbiases": 32152, + "Ġbib": 24557, + "Ġbible": 34956, + "Ġbibli": 34344, + "Ġbiblical": 26083, + "Ġbic": 34472, + "Ġbicy": 16703, + "Ġbicycle": 20888, + "Ġbicycles": 47913, + "Ġbid": 12957, + "Ġbidding": 39702, + "Ġbien": 3610, + "Ġbientôt": 34653, + "Ġbig": 955, + "Ġbigger": 3801, + "Ġbiggest": 3880, + "Ġbij": 10317, + "Ġbijvoorbeeld": 43061, + "Ġbik": 26730, + "Ġbike": 5656, + "Ġbikes": 16035, + "Ġbiking": 40276, + "Ġbil": 8588, + "Ġbilang": 46712, + "Ġbilateral": 38772, + "Ġbild": 22105, + "Ġbile": 18729, + "Ġbili": 20709, + "Ġbilingual": 48757, + "Ġbiliyor": 35424, + "Ġbill": 2961, + "Ġbilling": 35618, + "Ġbillion": 5218, + "Ġbillionaire": 42358, + "Ġbillions": 17375, + "Ġbills": 12433, + "Ġbilmiyorum": 48699, + "Ġbin": 5171, + "Ġbinary": 17434, + "Ġbind": 14786, + "Ġbinder": 45630, + "Ġbinding": 17359, + "Ġbinds": 41515, + "Ġbinge": 41487, + "Ġbinnen": 35958, + "Ġbins": 41275, + "Ġbio": 12198, + "Ġbiod": 26977, + "Ġbiodiversity": 36453, + "Ġbiography": 37062, + "Ġbiological": 13910, + "Ġbiology": 14956, + "Ġbiom": 27450, + "Ġbiomass": 47420, + "Ġbiomedical": 49775, + "Ġbios": 36997, + "Ġbip": 19016, + "Ġbipart": 28741, + "Ġbipartisan": 31954, + "Ġbipolar": 42469, + "Ġbir": 1904, + "Ġbiraz": 19696, + "Ġbird": 5255, + "Ġbirds": 9009, + "Ġbiri": 38530, + "Ġbirl": 37476, + "Ġbirlikte": 44642, + "Ġbirth": 3965, + "Ġbirthday": 6154, + "Ġbirthdays": 48739, + "Ġbis": 7393, + "Ġbisa": 14386, + "Ġbisc": 23261, + "Ġbiscuit": 39327, + "Ġbiscuits": 36301, + "Ġbisexual": 42570, + "Ġbisher": 33598, + "Ġbishop": 34470, + "Ġbisog": 40505, + "Ġbiss": 10627, + "Ġbisschen": 10763, + "Ġbist": 18209, + "Ġbit": 857, + "Ġbitch": 11960, + "Ġbitches": 42094, + "Ġbitcoin": 24973, + "Ġbite": 7988, + "Ġbites": 26030, + "Ġbiting": 32912, + "Ġbits": 9239, + "Ġbitte": 23231, + "Ġbitten": 34608, + "Ġbitter": 13871, + "Ġbitterness": 44224, + "Ġbiz": 7390, + "Ġbizarre": 18265, + "Ġbize": 28825, + "Ġbizi": 36033, + "Ġbizim": 23439, + "Ġbiết": 28432, + "Ġbl": 888, + "Ġbla": 16379, + "Ġblack": 2211, + "Ġblacks": 30720, + "Ġbladder": 37032, + "Ġblade": 10959, + "Ġblades": 20066, + "Ġblah": 12288, + "Ġblame": 10127, + "Ġblamed": 32027, + "Ġblaming": 32364, + "Ġblanc": 34437, + "Ġbland": 29849, + "Ġblank": 8247, + "Ġblanket": 17907, + "Ġblankets": 38710, + "Ġblas": 46409, + "Ġblast": 12035, + "Ġblasting": 47134, + "Ġblat": 42780, + "Ġble": 5408, + "Ġbleach": 39631, + "Ġbleed": 28385, + "Ġbleeding": 19312, + "Ġbleiben": 24912, + "Ġbleibt": 24814, + "Ġblend": 10628, + "Ġblended": 27048, + "Ġblender": 24564, + "Ġblending": 23124, + "Ġblends": 37619, + "Ġbless": 5227, + "Ġblessed": 12351, + "Ġblessing": 13869, + "Ġblessings": 19296, + "Ġblev": 37332, + "Ġblew": 19075, + "Ġbli": 27182, + "Ġblij": 26486, + "Ġblind": 6865, + "Ġblindfold": 44846, + "Ġblindly": 47744, + "Ġblindness": 46101, + "Ġblink": 24667, + "Ġblinking": 45879, + "Ġblir": 19504, + "Ġbliss": 31522, + "Ġbliver": 45329, + "Ġblo": 1749, + "Ġblob": 46115, + "Ġblock": 3461, + "Ġblockchain": 17176, + "Ġblocked": 15470, + "Ġblocking": 17776, + "Ġblocks": 8474, + "Ġblog": 6968, + "Ġblogs": 31038, + "Ġblond": 48537, + "Ġblonde": 30043, + "Ġblood": 3390, + "Ġbloody": 18938, + "Ġbloom": 26899, + "Ġblooming": 45294, + "Ġbloque": 41592, + "Ġbloss": 22956, + "Ġblossom": 38524, + "Ġblossoms": 47789, + "Ġblow": 6327, + "Ġblowing": 15068, + "Ġblown": 16479, + "Ġblows": 18458, + "Ġblue": 3344, + "Ġblueberries": 43722, + "Ġblueberry": 48243, + "Ġblueprint": 35868, + "Ġblues": 24244, + "Ġbluetooth": 48225, + "Ġbluff": 44191, + "Ġblunt": 32246, + "Ġblur": 14257, + "Ġblurred": 43525, + "Ġblurry": 37644, + "Ġblush": 25218, + "Ġbo": 748, + "Ġboa": 22422, + "Ġboard": 3150, + "Ġboarding": 30528, + "Ġboards": 13293, + "Ġboast": 46988, + "Ġboat": 6582, + "Ġboats": 17772, + "Ġbob": 27292, + "Ġboca": 34624, + "Ġbod": 16737, + "Ġbodies": 7510, + "Ġbodily": 39576, + "Ġbody": 1772, + "Ġbog": 26132, + "Ġboil": 13329, + "Ġboiled": 21058, + "Ġboiler": 39228, + "Ġboiling": 16208, + "Ġboils": 35049, + "Ġbois": 44808, + "Ġbok": 41882, + "Ġbol": 8986, + "Ġbola": 41110, + "Ġbolag": 48452, + "Ġbold": 11928, + "Ġboleh": 25835, + "Ġbolt": 13436, + "Ġbolts": 18127, + "Ġbom": 7957, + "Ġbomb": 7851, + "Ġbombard": 42894, + "Ġbomber": 44889, + "Ġbombers": 50055, + "Ġbombing": 31292, + "Ġbombs": 19043, + "Ġbon": 4428, + "Ġbona": 49012, + "Ġbond": 6086, + "Ġbonded": 41194, + "Ġbonding": 28824, + "Ġbonds": 14713, + "Ġbone": 9026, + "Ġbones": 10491, + "Ġbonito": 31209, + "Ġbonne": 20577, + "Ġbons": 33922, + "Ġbonus": 10882, + "Ġbonuses": 33205, + "Ġboo": 23113, + "Ġboobs": 40439, + "Ġbook": 1446, + "Ġbooked": 26735, + "Ġbooking": 34424, + "Ġbooklet": 48469, + "Ġbooks": 3642, + "Ġbookstore": 43478, + "Ġboom": 9351, + "Ġbooming": 45883, + "Ġboost": 9194, + "Ġbooster": 29275, + "Ġboosting": 43117, + "Ġboot": 11450, + "Ġbooth": 20912, + "Ġboots": 15194, + "Ġbooty": 34793, + "Ġbor": 14828, + "Ġbord": 25872, + "Ġborder": 7838, + "Ġborders": 16287, + "Ġbore": 26002, + "Ġbored": 13521, + "Ġboring": 9989, + "Ġborn": 4232, + "Ġborrow": 11172, + "Ġborrowed": 26805, + "Ġborrowing": 35024, + "Ġbos": 30641, + "Ġboss": 5741, + "Ġbosses": 24201, + "Ġbot": 10592, + "Ġboth": 1293, + "Ġbother": 8677, + "Ġbothered": 22996, + "Ġbothering": 31432, + "Ġbothers": 33980, + "Ġbots": 35410, + "Ġbott": 2274, + "Ġbottle": 7817, + "Ġbottlene": 44641, + "Ġbottles": 15923, + "Ġbottom": 2767, + "Ġbottoms": 43413, + "Ġbou": 15345, + "Ġboug": 46553, + "Ġbought": 4243, + "Ġboun": 15521, + "Ġbounce": 15894, + "Ġbounced": 46482, + "Ġbounces": 46901, + "Ġbouncing": 27380, + "Ġbouncy": 49704, + "Ġbound": 5472, + "Ġboundaries": 13180, + "Ġboundary": 12866, + "Ġbounded": 37498, + "Ġbounds": 29905, + "Ġbounty": 40773, + "Ġbour": 32373, + "Ġbout": 15738, + "Ġbow": 4503, + "Ġbowel": 40094, + "Ġbowl": 6571, + "Ġbowling": 35537, + "Ġbowls": 28513, + "Ġbows": 43158, + "Ġbox": 2424, + "Ġboxer": 47252, + "Ġboxes": 9002, + "Ġboxing": 24424, + "Ġboy": 3237, + "Ġboyfriend": 11457, + "Ġboys": 6347, + "Ġboî": 50127, + "ĠboÅŁ": 37636, + "Ġbr": 738, + "Ġbra": 1548, + "Ġbrac": 17848, + "Ġbrace": 38458, + "Ġbracelet": 23021, + "Ġbracelets": 48795, + "Ġbraces": 41537, + "Ġbrack": 12305, + "Ġbracket": 16904, + "Ġbrackets": 26179, + "Ġbrag": 41995, + "Ġbraid": 33109, + "Ġbrain": 3567, + "Ġbrains": 15442, + "Ġbrainstorm": 35245, + "Ġbrake": 13997, + "Ġbrakes": 19950, + "Ġbraking": 32140, + "Ġbran": 12029, + "Ġbranch": 9819, + "Ġbranches": 14770, + "Ġbrand": 3360, + "Ġbranded": 38510, + "Ġbranding": 27279, + "Ġbrands": 11324, + "Ġbras": 19993, + "Ġbrasile": 28435, + "Ġbrass": 26257, + "Ġbrat": 47869, + "Ġbrauch": 45522, + "Ġbrauchen": 19543, + "Ġbraucht": 22623, + "Ġbrave": 12653, + "Ġbravery": 43271, + "Ġbre": 1403, + "Ġbreach": 31086, + "Ġbread": 5961, + "Ġbreadth": 35862, + "Ġbreak": 1821, + "Ġbreakdown": 18188, + "Ġbreaker": 35375, + "Ġbreakfast": 8201, + "Ġbreaking": 7697, + "Ġbreakout": 30067, + "Ġbreaks": 9857, + "Ġbreakthrough": 22397, + "Ġbreakup": 38492, + "Ġbreast": 9934, + "Ġbreasts": 34331, + "Ġbreat": 3656, + "Ġbreath": 6045, + "Ġbreathe": 10192, + "Ġbreathing": 9570, + "Ġbreaths": 33769, + "Ġbreathtaking": 48393, + "Ġbred": 34133, + "Ġbree": 20082, + "Ġbreed": 18971, + "Ġbreeding": 26051, + "Ġbreeds": 41609, + "Ġbreeze": 24532, + "Ġbrethren": 47854, + "Ġbreve": 48517, + "Ġbrew": 34619, + "Ġbrewer": 39440, + "Ġbrewing": 39019, + "Ġbri": 33713, + "Ġbrick": 16725, + "Ġbricks": 25497, + "Ġbrid": 16362, + "Ġbride": 22292, + "Ġbridge": 7283, + "Ġbridges": 21114, + "Ġbrief": 5353, + "Ġbriefing": 28878, + "Ġbriefly": 10515, + "Ġbrig": 30743, + "Ġbrigade": 47501, + "Ġbright": 4730, + "Ġbrighten": 49007, + "Ġbrighter": 19764, + "Ġbrightest": 36271, + "Ġbrightly": 47418, + "Ġbrightness": 21367, + "Ġbrill": 8695, + "Ġbrilliant": 10248, + "Ġbrinc": 46545, + "Ġbring": 1565, + "Ġbringen": 27519, + "Ġbringing": 5062, + "Ġbrings": 5607, + "Ġbringt": 36008, + "Ġbrit": 38389, + "Ġbrittle": 49325, + "Ġbro": 2006, + "Ġbroad": 4152, + "Ġbroadband": 37718, + "Ġbroadcast": 9975, + "Ġbroadcasting": 30024, + "Ġbroaden": 47045, + "Ġbroader": 13227, + "Ġbroadly": 19511, + "Ġbroccoli": 29044, + "Ġbroch": 48147, + "Ġbroke": 6902, + "Ġbroken": 5463, + "Ġbroker": 26502, + "Ġbrokers": 47549, + "Ġbrom": 50134, + "Ġbron": 16586, + "Ġbronze": 25454, + "Ġbroom": 41544, + "Ġbroth": 18872, + "Ġbrother": 3708, + "Ġbrothers": 8452, + "Ġbrought": 3038, + "Ġbrow": 19299, + "Ġbrown": 6292, + "Ġbrows": 8333, + "Ġbrowse": 31442, + "Ġbrowser": 11185, + "Ġbrowsers": 36069, + "Ġbrowsing": 38602, + "Ġbru": 25267, + "Ġbruk": 48316, + "Ġbrunch": 49761, + "Ġbrush": 5287, + "Ġbrushed": 40694, + "Ġbrushes": 23260, + "Ġbrushing": 33130, + "Ġbrut": 12603, + "Ġbrutal": 17878, + "Ġbrutality": 41745, + "Ġbrutally": 48476, + "Ġbrute": 47909, + "Ġbu": 758, + "Ġbuat": 22186, + "Ġbubb": 13045, + "Ġbubble": 12212, + "Ġbubbles": 16295, + "Ġbubbling": 46360, + "Ġbuck": 14894, + "Ġbucket": 13058, + "Ġbuckets": 32191, + "Ġbuckle": 37686, + "Ġbucks": 11829, + "Ġbud": 3265, + "Ġbuddies": 30649, + "Ġbuddy": 10340, + "Ġbudget": 4706, + "Ġbudgeting": 47855, + "Ġbudgets": 26708, + "Ġbuds": 33916, + "Ġbuen": 30037, + "Ġbuena": 25710, + "Ġbuenas": 43852, + "Ġbueno": 11974, + "Ġbuenos": 49617, + "Ġbuff": 9204, + "Ġbuffalo": 39681, + "Ġbuffer": 21762, + "Ġbuffet": 42904, + "Ġbuffs": 50164, + "Ġbug": 7426, + "Ġbugs": 15120, + "Ġbugün": 37141, + "Ġbuild": 1322, + "Ġbuilder": 27377, + "Ġbuilders": 36281, + "Ġbuilding": 2390, + "Ġbuildings": 7446, + "Ġbuilds": 15182, + "Ġbuilt": 3094, + "Ġbukan": 31794, + "Ġbul": 6493, + "Ġbulb": 21122, + "Ġbulbs": 32871, + "Ġbuld": 37134, + "Ġbulk": 16139, + "Ġbulky": 42986, + "Ġbull": 4693, + "Ġbullet": 11632, + "Ġbullets": 20132, + "Ġbullied": 33603, + "Ġbullish": 38692, + "Ġbullshit": 22676, + "Ġbully": 29123, + "Ġbullying": 25633, + "Ġbulun": 48419, + "Ġbum": 13309, + "Ġbump": 9961, + "Ġbumped": 42696, + "Ġbumper": 23992, + "Ġbumps": 27719, + "Ġbumpy": 49400, + "Ġbun": 6702, + "Ġbuna": 44257, + "Ġbunch": 3840, + "Ġbund": 13882, + "Ġbundle": 24438, + "Ġbung": 50045, + "Ġbunk": 25125, + "Ġbunker": 39579, + "Ġbunlar": 37921, + "Ġbunları": 45695, + "Ġbunny": 28588, + "Ġbuns": 33452, + "Ġbunu": 18155, + "Ġbunun": 31697, + "Ġbuoy": 42841, + "Ġbur": 2779, + "Ġburada": 19167, + "Ġburadan": 49443, + "Ġburaya": 33548, + "Ġburden": 12578, + "Ġburdens": 37882, + "Ġbure": 23425, + "Ġbureau": 35343, + "Ġbureauc": 26360, + "Ġbureaucracy": 44671, + "Ġburg": 41000, + "Ġburger": 16393, + "Ġburgers": 28403, + "Ġburial": 35751, + "Ġburied": 14101, + "Ġburn": 5064, + "Ġburned": 13490, + "Ġburner": 36116, + "Ġburning": 9488, + "Ġburnout": 44841, + "Ġburns": 22684, + "Ġburnt": 18901, + "Ġburst": 12712, + "Ġbursting": 45713, + "Ġbursts": 41663, + "Ġbury": 28919, + "Ġbus": 1255, + "Ġbusca": 37492, + "Ġbuscando": 46804, + "Ġbuscar": 26170, + "Ġbuses": 20519, + "Ġbush": 19910, + "Ġbushes": 34303, + "Ġbusiness": 1606, + "Ġbusinesses": 6011, + "Ġbusinessman": 35317, + "Ġbust": 19432, + "Ġbusted": 41074, + "Ġbusy": 5856, + "Ġbut": 457, + "Ġbutcher": 41579, + "Ġbutt": 6660, + "Ġbutter": 5517, + "Ġbutterflies": 31987, + "Ġbutterfly": 22140, + "Ġbutton": 2960, + "Ġbuttons": 9905, + "Ġbutts": 46789, + "Ġbuy": 2256, + "Ġbuyer": 24645, + "Ġbuyers": 23465, + "Ġbuying": 6382, + "Ġbuys": 28153, + "Ġbuzz": 13036, + "Ġbuzzing": 29659, + "Ġby": 538, + "Ġbye": 6543, + "Ġbypass": 24996, + "Ġbyte": 40846, + "Ġbytes": 36088, + "ĠbyÄĩ": 15069, + "ĠbyÅĤ": 16673, + "ĠbyÅĤa": 23936, + "ĠbyÅĤo": 14811, + "ĠbyÅĤy": 26366, + "Ġbzw": 39998, + "Ġbás": 25545, + "Ġbásicamente": 48282, + "Ġbättre": 44842, + "ĠbÃ¥": 32758, + "ĠbÃ¥de": 39845, + "Ġbé": 15807, + "Ġbén": 41249, + "Ġbên": 43730, + "Ġbö": 41715, + "Ġböl": 36413, + "Ġbör": 21175, + "Ġbörjar": 49534, + "Ġböyle": 11018, + "Ġbütün": 27977, + "Ġbüy": 19445, + "Ġbüyük": 24059, + "Ġbı": 19902, + "Ġbırak": 24179, + "ĠbÄĻd": 8218, + "ĠbÄĻdzie": 10562, + "ĠbÄĻdziemy": 31966, + "ĠbÄĻdÄħ": 26239, + "ĠbÄĻdÄĻ": 39240, + "Ġbạn": 14647, + "Ġbá»ĭ": 32113, + "Ġc": 269, + "Ġca": 1335, + "Ġcab": 5487, + "Ġcabbage": 22944, + "Ġcabe": 18893, + "Ġcabeza": 34615, + "Ġcabeça": 33056, + "Ġcabin": 9401, + "Ġcabinet": 15188, + "Ġcabinets": 37427, + "Ġcable": 8220, + "Ġcables": 17555, + "Ġcabo": 41335, + "Ġcach": 32773, + "Ġcache": 19459, + "Ġcactus": 44287, + "Ġcad": 12209, + "Ġcada": 8411, + "Ġcade": 37571, + "Ġcadence": 46109, + "Ġcadre": 39546, + "Ġcaf": 15246, + "Ġcafe": 17773, + "Ġcafes": 48851, + "Ġcafeter": 38719, + "Ġcafeteria": 42230, + "Ġcaffe": 29118, + "Ġcaffeine": 31261, + "Ġcafé": 25118, + "Ġcage": 17302, + "Ġcages": 45888, + "Ġcai": 46523, + "Ġcake": 5908, + "Ġcakes": 19932, + "Ġcal": 2104, + "Ġcalam": 43936, + "Ġcalcium": 20918, + "Ġcalcul": 4322, + "Ġcalculate": 8873, + "Ġcalculated": 15598, + "Ġcalculating": 28258, + "Ġcalculation": 17108, + "Ġcalculations": 20448, + "Ġcalculator": 24993, + "Ġcalculus": 33400, + "Ġcalend": 37022, + "Ġcalendar": 12183, + "Ġcalf": 31893, + "Ġcalib": 21583, + "Ġcaliber": 41946, + "Ġcalibration": 38732, + "Ġcalidad": 42955, + "Ġcall": 818, + "Ġcalle": 45092, + "Ġcalled": 1219, + "Ġcaller": 48324, + "Ġcalling": 5141, + "Ġcalls": 5498, + "Ġcalm": 7151, + "Ġcalming": 39723, + "Ġcalmly": 39740, + "Ġcalor": 31575, + "Ġcalorie": 35004, + "Ġcalories": 14904, + "Ġcalves": 43755, + "Ġcam": 1945, + "Ġcama": 50197, + "Ġcamar": 43764, + "Ġcamb": 18751, + "Ġcambi": 19569, + "Ġcambiar": 37738, + "Ġcambio": 28731, + "Ġcame": 1361, + "Ġcamel": 37755, + "Ġcamer": 38946, + "Ġcamera": 2799, + "Ġcameraman": 46858, + "Ġcameras": 8622, + "Ġcaminho": 37215, + "Ġcamino": 34124, + "Ġcamoufl": 39491, + "Ġcamouflage": 47625, + "Ġcamp": 2255, + "Ġcampa": 37597, + "Ġcampaign": 5129, + "Ġcampaigns": 16840, + "Ġcampe": 48566, + "Ġcamper": 45936, + "Ġcamping": 19470, + "Ġcampo": 29691, + "Ġcamps": 16573, + "Ġcampus": 4828, + "Ġcampuses": 24233, + "Ġcan": 393, + "Ġcanal": 9911, + "Ġcancel": 10373, + "Ġcanceled": 24839, + "Ġcancell": 19114, + "Ġcancellation": 45867, + "Ġcancelled": 25103, + "Ġcancer": 5592, + "Ġcancers": 31063, + "Ġcanción": 41897, + "Ġcand": 3955, + "Ġcandid": 6268, + "Ġcandidate": 11532, + "Ġcandidates": 11255, + "Ġcandies": 43877, + "Ġcandle": 17968, + "Ġcandles": 23774, + "Ġcandy": 11237, + "Ġcane": 27518, + "Ġcann": 12361, + "Ġcannabis": 26066, + "Ġcanned": 36462, + "Ġcannon": 25938, + "Ġcannons": 47649, + "Ġcannot": 2644, + "Ġcanoe": 47650, + "Ġcanon": 21985, + "Ġcanonical": 46491, + "Ġcanopy": 38235, + "Ġcans": 21835, + "Ġcant": 11223, + "Ġcantidad": 33757, + "Ġcanvas": 16267, + "Ġcanvi": 47920, + "Ġcanyon": 45424, + "Ġcanım": 30535, + "Ġcap": 1410, + "Ġcapabilities": 10862, + "Ġcapability": 13759, + "Ġcapable": 8189, + "Ġcapac": 4637, + "Ġcapacidad": 43507, + "Ġcapacit": 38961, + "Ġcapacitance": 50241, + "Ġcapacities": 39396, + "Ġcapacitor": 29372, + "Ġcapacity": 6042, + "Ġcapaz": 35453, + "Ġcape": 30414, + "Ġcapit": 33807, + "Ġcapita": 39727, + "Ġcapital": 4238, + "Ġcapitalism": 19704, + "Ġcapitalist": 31354, + "Ġcapitalize": 48114, + "Ġcaps": 13855, + "Ġcapsule": 29247, + "Ġcapt": 3770, + "Ġcaptain": 14871, + "Ġcaption": 31974, + "Ġcaptions": 44832, + "Ġcaptiv": 40769, + "Ġcaptive": 41762, + "Ġcaptivity": 48607, + "Ġcapture": 7983, + "Ġcaptured": 11828, + "Ġcaptures": 27986, + "Ġcapturing": 23384, + "Ġcar": 1032, + "Ġcara": 10962, + "Ġcaracter": 28760, + "ĠcaracterÃŃst": 34297, + "ĠcaracterÃŃsticas": 47990, + "Ġcaramel": 22793, + "Ġcarb": 12143, + "Ġcarboh": 24429, + "Ġcarbohyd": 26328, + "Ġcarbohydrate": 47048, + "Ġcarbohydrates": 36817, + "Ġcarbon": 5954, + "Ġcarbono": 48491, + "Ġcarbs": 30801, + "Ġcard": 2920, + "Ġcardboard": 22248, + "Ġcardi": 37051, + "Ġcardiac": 32129, + "Ġcardio": 34274, + "Ġcardiovascular": 31786, + "Ġcards": 5632, + "Ġcare": 1127, + "Ġcared": 19779, + "Ġcareer": 3988, + "Ġcareers": 16409, + "Ġcareful": 5026, + "Ġcarefully": 7500, + "Ġcareg": 25087, + "Ġcaregiver": 44305, + "Ġcaregivers": 35440, + "Ġcareless": 46187, + "Ġcares": 12310, + "Ġcarga": 41964, + "Ġcargo": 19449, + "Ġcaric": 45732, + "Ġcaring": 15365, + "Ġcarn": 23796, + "Ġcarne": 30089, + "Ġcarp": 26103, + "Ġcarpet": 18119, + "Ġcarr": 15910, + "Ġcarre": 30919, + "Ġcarriage": 31811, + "Ġcarried": 9094, + "Ġcarrier": 17574, + "Ġcarriers": 28541, + "Ġcarries": 16402, + "Ġcarro": 23428, + "Ġcarrot": 22767, + "Ġcarrots": 21005, + "Ġcarry": 3985, + "Ġcarrying": 9792, + "Ġcars": 5163, + "Ġcart": 5467, + "Ġcarta": 41815, + "Ġcarte": 31483, + "Ġcartoon": 18569, + "Ġcartoons": 34855, + "Ġcartridge": 27753, + "Ġcartridges": 47036, + "Ġcarts": 48128, + "Ġcarve": 33832, + "Ġcarved": 28613, + "Ġcarving": 31872, + "Ġcas": 3058, + "Ġcasa": 9022, + "Ġcascade": 50080, + "Ġcase": 1389, + "Ġcases": 3331, + "Ġcash": 6388, + "Ġcasi": 22567, + "Ġcasing": 45109, + "Ġcasino": 36278, + "Ġcaso": 9666, + "Ġcasos": 25135, + "Ġcass": 21943, + "Ġcassette": 40514, + "Ġcast": 4193, + "Ġcaste": 39262, + "Ġcasting": 17301, + "Ġcastle": 14114, + "Ġcasts": 41921, + "Ġcasual": 13052, + "Ġcasually": 34872, + "Ġcasualties": 35628, + "Ġcat": 3857, + "Ġcatal": 13192, + "Ġcatalog": 19746, + "Ġcatalyst": 23868, + "Ġcatast": 19754, + "Ġcatastroph": 28363, + "Ġcatastrophe": 36043, + "Ġcatastrophic": 34915, + "Ġcatch": 3745, + "Ġcatches": 25496, + "Ġcatching": 16124, + "Ġcatchy": 47168, + "Ġcateg": 4847, + "Ġcategor": 19250, + "Ġcategories": 10479, + "Ġcategory": 7719, + "Ġcater": 21557, + "Ġcaterp": 44982, + "Ġcath": 17763, + "Ġcathedral": 45346, + "Ġcats": 11111, + "Ġcattle": 19992, + "Ġcau": 42951, + "Ġcaucus": 47950, + "Ġcaught": 5415, + "Ġcauliflower": 43125, + "Ġcaus": 3302, + "Ġcausa": 23667, + "Ġcausal": 38755, + "Ġcause": 3082, + "Ġcaused": 7008, + "Ġcauses": 7700, + "Ġcausing": 9853, + "Ġcaut": 21130, + "Ġcaution": 23585, + "Ġcautious": 25278, + "Ġcav": 13971, + "Ġcaval": 32805, + "Ġcavalry": 41010, + "Ġcave": 11730, + "Ġcaveat": 43012, + "Ġcaves": 32288, + "Ġcavity": 32425, + "Ġcay": 45776, + "ĠcaÅĤ": 35224, + "ĠcaÅĤe": 47631, + "ĠcaÅĤy": 35226, + "Ġce": 1769, + "Ġcease": 27887, + "Ġceased": 49917, + "Ġceiling": 13655, + "Ġcel": 9277, + "Ġcela": 15437, + "Ġcele": 43165, + "Ġcelebr": 3886, + "Ġcelebrate": 8098, + "Ġcelebrated": 19366, + "Ġcelebrates": 47182, + "Ġcelebrating": 15252, + "Ġcelebration": 14184, + "Ġcelebrations": 38504, + "Ġcelebrities": 23200, + "Ġcelebrity": 18597, + "Ġcelery": 37643, + "Ġcelestial": 41003, + "Ġcell": 2815, + "Ġcelle": 25722, + "Ġcellphone": 42524, + "Ġcells": 5438, + "Ġcellular": 29267, + "Ġcelui": 22829, + "Ġcelular": 32378, + "Ġcement": 19729, + "Ġcemetery": 31176, + "Ġcen": 27900, + "Ġcena": 41777, + "Ġcens": 19019, + "Ġcensorship": 40985, + "Ġcensus": 23725, + "Ġcent": 1489, + "Ġcenter": 3056, + "Ġcentered": 18988, + "Ġcenters": 10898, + "Ġcentigrade": 44731, + "Ġcentimet": 44755, + "Ġcentimeter": 31914, + "Ġcentimeters": 23300, + "Ġcentr": 32199, + "Ġcentral": 5777, + "Ġcentralized": 32395, + "Ġcentre": 10093, + "Ġcentres": 30096, + "Ġcentrif": 44828, + "Ġcentro": 24607, + "Ġcents": 14941, + "Ġcenturies": 13926, + "Ġcentury": 4901, + "Ġcep": 45026, + "Ġcer": 10146, + "Ġceram": 49678, + "Ġceramic": 29996, + "Ġcerc": 36099, + "Ġcerca": 26770, + "Ġcere": 11643, + "Ġcereal": 26199, + "Ġcerebral": 43561, + "Ġceremon": 25920, + "Ġceremonies": 36176, + "Ġceremony": 12813, + "Ġcert": 5351, + "Ġcerta": 44438, + "Ġcertain": 1629, + "Ġcertaines": 36993, + "Ġcertainly": 3297, + "Ġcertains": 25263, + "Ġcertainty": 27022, + "Ġcerteza": 30424, + "Ġcertific": 12378, + "Ġcertificate": 15953, + "Ġcertificates": 32941, + "Ġcertification": 21775, + "Ġcertified": 18580, + "Ġcerto": 22261, + "Ġcerv": 39543, + "Ġcerve": 33792, + "Ġcervical": 49883, + "Ġces": 7879, + "Ġcess": 47052, + "Ġcet": 8603, + "Ġcetera": 11458, + "Ġcette": 5550, + "Ġceux": 21314, + "Ġcev": 43266, + "Ġch": 417, + "Ġcha": 6294, + "Ġchacun": 42241, + "Ġchain": 5021, + "Ġchains": 12626, + "Ġchair": 6090, + "Ġchairman": 22770, + "Ġchairs": 18299, + "Ġchakra": 46068, + "Ġchalk": 28660, + "Ġchall": 2076, + "Ġchalleng": 3333, + "Ġchallenge": 3430, + "Ġchallenged": 17737, + "Ġchallenges": 4759, + "Ġchallenging": 7595, + "Ġcham": 8268, + "Ġchama": 40954, + "Ġchamado": 43475, + "Ġchamber": 13610, + "Ġchambers": 34513, + "Ġchamp": 5921, + "Ġchampagne": 33336, + "Ġchampion": 10971, + "Ġchampions": 11230, + "Ġchampionship": 19070, + "Ġchampionships": 41433, + "Ġchance": 2931, + "Ġchancellor": 49225, + "Ġchances": 10486, + "Ġchang": 1534, + "Ġchange": 1319, + "Ġchanged": 3105, + "Ġchanger": 22822, + "Ġchanges": 2962, + "Ġchanging": 4473, + "Ġchann": 2078, + "Ġchannel": 2269, + "Ġchannels": 9235, + "Ġchant": 28280, + "Ġchanting": 35775, + "Ġchaos": 14158, + "Ġchaotic": 27013, + "Ġchap": 13223, + "Ġchapel": 42617, + "Ġchapter": 7187, + "Ġchapters": 20013, + "Ġchaque": 18920, + "Ġchar": 1290, + "Ġcharac": 1926, + "Ġcharacter": 2517, + "Ġcharacteristic": 16282, + "Ġcharacteristics": 10891, + "Ġcharacterization": 49246, + "Ġcharacterize": 38463, + "Ġcharacterized": 29361, + "Ġcharacters": 4342, + "Ġcharcoal": 30625, + "Ġcharge": 4602, + "Ġcharged": 11109, + "Ġcharger": 22213, + "Ġcharges": 12235, + "Ġcharging": 11379, + "Ġcharisma": 45969, + "Ġcharismatic": 41109, + "Ġcharitable": 44609, + "Ġcharities": 42006, + "Ġcharity": 16863, + "Ġcharm": 18904, + "Ġcharming": 23387, + "Ġcharms": 41383, + "Ġchart": 6927, + "Ġcharter": 27472, + "Ġcharts": 17767, + "Ġchase": 15359, + "Ġchased": 33091, + "Ġchasing": 17876, + "Ġchassis": 28262, + "Ġchat": 5081, + "Ġchats": 38057, + "Ġchatter": 26929, + "Ġchattering": 37432, + "Ġchatting": 24654, + "Ġchaud": 46548, + "Ġchauff": 49211, + "Ġchaîne": 28036, + "Ġchce": 28928, + "Ġchcia": 26497, + "Ġche": 947, + "Ġcheap": 7084, + "Ġcheaper": 12284, + "Ġcheapest": 29167, + "Ġcheat": 17470, + "Ġcheated": 28079, + "Ġcheating": 18309, + "Ġcheck": 1520, + "Ġchecked": 10033, + "Ġchecking": 8568, + "Ġchecklist": 30357, + "Ġcheckout": 37153, + "Ġcheckpoint": 42269, + "Ġchecks": 13834, + "Ġcheddar": 47435, + "Ġcheek": 12839, + "Ġcheeks": 24135, + "Ġcheer": 12581, + "Ġcheerful": 36942, + "Ġcheering": 11060, + "Ġcheers": 15301, + "Ġcheese": 5399, + "Ġcheesecake": 41348, + "Ġcheesy": 32549, + "Ġchef": 10530, + "Ġchefs": 30191, + "Ġcheg": 22115, + "Ġchega": 40157, + "Ġchegar": 25512, + "Ġchegou": 36799, + "Ġchem": 4771, + "Ġchemical": 7313, + "Ġchemicals": 16152, + "Ġchemin": 46006, + "Ġchemistry": 12558, + "Ġchemotherapy": 39238, + "Ġcher": 12085, + "Ġcherche": 41644, + "Ġchercher": 38747, + "Ġcherish": 38277, + "Ġcherry": 20164, + "Ġchess": 24122, + "Ġchest": 7443, + "Ġchests": 49142, + "Ġchew": 21200, + "Ġchewing": 31444, + "Ġchewy": 28139, + "Ġchez": 17855, + "Ġchi": 13228, + "Ġchia": 45793, + "Ġchiar": 47454, + "Ġchic": 33590, + "Ġchick": 14371, + "Ġchicken": 4662, + "Ġchickens": 22329, + "Ġchicks": 42214, + "Ġchicos": 46070, + "Ġchief": 9588, + "Ġchiff": 37627, + "Ġchil": 38002, + "Ġchild": 1440, + "Ġchildcare": 35330, + "Ġchildhood": 9278, + "Ġchildish": 42203, + "Ġchildren": 2227, + "Ġchili": 15575, + "Ġchill": 11355, + "Ġchilled": 45552, + "Ġchilli": 32523, + "Ġchilling": 31047, + "Ġchills": 48676, + "Ġchilly": 39815, + "Ġchim": 18375, + "Ġchime": 40921, + "Ġchimney": 45920, + "Ġchin": 14210, + "Ġchina": 43668, + "Ġchinese": 47272, + "Ġchip": 11409, + "Ġchips": 11583, + "Ġchir": 23782, + "Ġchirping": 36682, + "Ġchlor": 18178, + "Ġchloride": 35434, + "Ġchlorine": 39888, + "Ġcho": 1586, + "Ġchociaż": 48929, + "Ġchocol": 29792, + "Ġchocolate": 6215, + "Ġchocolates": 42018, + "Ġchodzi": 23998, + "Ġchoice": 3922, + "Ġchoices": 7994, + "Ġchoir": 31244, + "Ġchois": 37827, + "Ġchoix": 32688, + "Ġchoke": 34427, + "Ġchoking": 48540, + "Ġchol": 20961, + "Ġcholesterol": 24716, + "Ġchoose": 2826, + "Ġchooses": 25963, + "Ġchoosing": 10875, + "Ġchop": 7931, + "Ġchopped": 16497, + "Ġchopping": 35205, + "Ġchops": 47514, + "Ġchopsticks": 39443, + "Ġchor": 14965, + "Ġchord": 14137, + "Ġchords": 21733, + "Ġchore": 14625, + "Ġchoreography": 23482, + "Ġchores": 39551, + "Ġchorus": 22632, + "Ġchose": 5111, + "Ġchosen": 8614, + "Ġchoses": 14488, + "Ġchrist": 26586, + "Ġchrom": 16209, + "Ġchrome": 33120, + "Ġchromos": 26824, + "Ġchromosome": 42896, + "Ġchromosomes": 45228, + "Ġchron": 19393, + "Ġchronic": 14493, + "Ġchu": 40215, + "Ġchuck": 20870, + "Ġchuckles": 29151, + "Ġchuckling": 48167, + "Ġchunk": 16635, + "Ġchunks": 24004, + "Ġchunky": 45392, + "Ġchurch": 4128, + "Ġchurches": 15381, + "Ġchut": 45373, + "Ġchuy": 35522, + "Ġchw": 26237, + "Ġchwil": 41941, + "Ġchyba": 31532, + "Ġchúng": 24322, + "ĠchÃŃnh": 42178, + "Ġchưa": 46575, + "Ġchá»": 23579, + "Ġchá»ī": 33566, + "Ġchá»ĭ": 45167, + "Ġci": 6983, + "Ġciao": 42860, + "Ġcic": 27464, + "Ġcidade": 27882, + "Ġcider": 40515, + "Ġcie": 30596, + "Ġciek": 46419, + "Ġciel": 34380, + "Ġcielo": 49549, + "Ġcient": 31590, + "Ġciento": 47361, + "ĠcientÃŃfic": 37053, + "Ġcier": 39769, + "Ġciert": 49252, + "Ġcierto": 28558, + "Ġcig": 13474, + "Ġcigar": 41952, + "Ġcigarette": 26184, + "Ġcigarettes": 29244, + "Ġcilantro": 43626, + "Ġcima": 22586, + "Ġcin": 6539, + "Ġcinco": 21350, + "Ġcine": 45144, + "Ġcinema": 17178, + "Ġcinemat": 43520, + "Ġcinematic": 32250, + "Ġcinnamon": 22969, + "Ġcinq": 43335, + "Ġcioè": 41827, + "Ġcir": 2450, + "Ġcirc": 3510, + "Ġcirca": 45972, + "Ġcircle": 6329, + "Ġcircles": 13040, + "Ġcircuit": 9048, + "Ġcircuits": 26354, + "Ġcircul": 12515, + "Ġcircular": 16476, + "Ġcirculating": 39749, + "Ġcirculation": 23168, + "Ġcircum": 7125, + "Ġcircumst": 7982, + "Ġcircumstance": 27640, + "Ġcircumstances": 9121, + "Ġcircus": 32155, + "Ġcis": 37847, + "Ġcit": 4814, + "Ġcitation": 45590, + "Ġcite": 37771, + "Ġcited": 30134, + "Ġcities": 6486, + "Ġciting": 48749, + "Ġcitiz": 5655, + "Ġcitizen": 13326, + "Ġcitizens": 7180, + "Ġcitizenship": 23808, + "Ġcitoy": 47652, + "Ġcitrus": 37217, + "Ġcity": 2307, + "Ġciud": 18186, + "Ġciudad": 24329, + "Ġciv": 13779, + "Ġcivic": 29089, + "Ġcivil": 5605, + "Ġcivilian": 23386, + "Ġcivilians": 26073, + "Ġcivilization": 18036, + "Ġcivilizations": 40749, + "ĠciÄħ": 42398, + "ĠciÄĻ": 35484, + "Ġcl": 596, + "Ġcla": 3583, + "Ġclaim": 3932, + "Ġclaimed": 12941, + "Ġclaiming": 19232, + "Ġclaims": 9441, + "Ġclair": 41375, + "Ġclairement": 47754, + "Ġclam": 34112, + "Ġclamp": 17690, + "Ġclamps": 44423, + "Ġclams": 46377, + "Ġclan": 25887, + "Ġclap": 20760, + "Ġclapping": 19978, + "Ġclaps": 38542, + "Ġclar": 6093, + "Ġclarification": 34449, + "Ġclarified": 47605, + "Ġclarify": 17594, + "Ġclarity": 16992, + "Ġclaro": 16742, + "Ġclase": 44578, + "Ġclash": 36508, + "Ġclass": 1508, + "Ġclasse": 32400, + "Ġclasses": 5359, + "Ġclassic": 7230, + "Ġclassical": 13735, + "Ġclassics": 36110, + "Ġclassification": 21538, + "Ġclassified": 20627, + "Ġclassify": 33872, + "Ġclassmates": 24964, + "Ġclassroom": 7419, + "Ġclassrooms": 22890, + "Ġclassy": 43989, + "Ġclause": 25925, + "Ġclauses": 49072, + "Ġclaw": 32019, + "Ġclaws": 34258, + "Ġclay": 13517, + "Ġcle": 1233, + "Ġclean": 2541, + "Ġcleaned": 16146, + "Ġcleaner": 16532, + "Ġcleaning": 8924, + "Ġcleans": 16912, + "Ġcleanse": 36085, + "Ġcleansing": 29345, + "Ġcleanup": 40991, + "Ġclear": 1850, + "Ġclearance": 27218, + "Ġcleared": 19725, + "Ġclearer": 26131, + "Ġclearing": 23937, + "Ġclearly": 4448, + "Ġclears": 47033, + "Ġcler": 25902, + "Ġclergy": 45995, + "Ġclerk": 31402, + "Ġclever": 13494, + "Ġclic": 33661, + "Ġclich": 39190, + "Ġcliche": 46705, + "Ġclick": 2052, + "Ġclicked": 23370, + "Ġclicking": 9697, + "Ġclicks": 18521, + "Ġclient": 6423, + "Ġclients": 6982, + "Ġcliff": 22316, + "Ġcliffs": 50039, + "Ġclim": 5644, + "Ġclimate": 5659, + "Ġclimax": 41329, + "Ġclimb": 10724, + "Ġclimbed": 28691, + "Ġclimbing": 14780, + "Ġclimbs": 48439, + "Ġclin": 5538, + "Ġcling": 35986, + "Ġclinic": 14947, + "Ġclinical": 9115, + "Ġclinically": 48392, + "Ġclinician": 45962, + "Ġclinicians": 32862, + "Ġclinics": 27252, + "Ġclip": 7353, + "Ġclipping": 49320, + "Ġclips": 13117, + "Ġclique": 44467, + "Ġclo": 20123, + "Ġcloak": 45004, + "Ġclock": 7830, + "Ġclocks": 41528, + "Ġclockwise": 35790, + "Ġclog": 34455, + "Ġclone": 26506, + "Ġclones": 43803, + "Ġclos": 2611, + "Ġclose": 1998, + "Ġclosed": 5395, + "Ġclosely": 8185, + "Ġcloser": 4966, + "Ġcloses": 24157, + "Ġclosest": 13699, + "Ġcloset": 16669, + "Ġclosing": 10377, + "Ġclosure": 24653, + "Ġclot": 48587, + "Ġcloth": 13619, + "Ġclothes": 5534, + "Ġclothing": 11502, + "Ġcloud": 4588, + "Ġclouds": 12193, + "Ġcloudy": 33060, + "Ġcloves": 39139, + "Ġclown": 22209, + "Ġclub": 6482, + "Ġclubs": 15428, + "Ġclue": 13602, + "Ġclues": 20936, + "Ġclumsy": 44640, + "Ġcluster": 13630, + "Ġclusters": 23313, + "Ġclutch": 20597, + "Ġclutter": 40614, + "Ġclás": 47434, + "Ġcm": 14668, + "Ġco": 598, + "Ġcoach": 6560, + "Ġcoaches": 17503, + "Ġcoaching": 15818, + "Ġcoal": 10209, + "Ġcoalition": 21371, + "Ġcoarse": 39312, + "Ġcoast": 8684, + "Ġcoastal": 25050, + "Ġcoaster": 28442, + "Ġcoat": 10690, + "Ġcoated": 28489, + "Ġcoating": 20163, + "Ġcoats": 30036, + "Ġcob": 39527, + "Ġcobra": 48790, + "Ġcoc": 21047, + "Ġcocaine": 33933, + "Ġcoch": 48599, + "Ġcock": 11241, + "Ġcockpit": 35990, + "Ġcockro": 45927, + "Ġcocktail": 26382, + "Ġcocktails": 49006, + "Ġcoco": 21611, + "Ġcocoa": 30634, + "Ġcocon": 12893, + "Ġcoconut": 13551, + "Ġcod": 17656, + "Ġcode": 3089, + "Ġcoded": 34874, + "Ġcodes": 14211, + "Ġcoding": 17720, + "Ġcoe": 12155, + "Ġcoefficient": 17619, + "Ġcoefficients": 31994, + "Ġcoerc": 49741, + "Ġcoeur": 45781, + "Ġcoexist": 48086, + "Ġcoff": 24768, + "Ġcoffee": 4982, + "Ġcoffin": 38361, + "Ġcog": 46521, + "Ġcogn": 11786, + "Ġcognition": 46905, + "Ġcognitive": 15605, + "Ġcoh": 21683, + "Ġcoher": 26528, + "Ġcoherent": 36239, + "Ġcohesive": 43025, + "Ġcohort": 28902, + "Ġcoil": 22225, + "Ġcoils": 43639, + "Ġcoin": 11464, + "Ġcoinc": 13001, + "Ġcoincidence": 22137, + "Ġcoined": 45222, + "Ġcoins": 13561, + "Ġcoisa": 9614, + "Ġcoisas": 14567, + "Ġcoke": 33659, + "Ġcol": 1173, + "Ġcola": 40495, + "Ġcolabor": 49629, + "Ġcold": 3554, + "Ġcolder": 31020, + "Ġcole": 45139, + "Ġcoll": 1263, + "Ġcollab": 44228, + "Ġcollabor": 5091, + "Ġcollaborate": 18338, + "Ġcollaborated": 42463, + "Ġcollaborating": 30188, + "Ġcollaboration": 9363, + "Ġcollaborations": 36908, + "Ġcollaborative": 16555, + "Ġcollaborators": 39789, + "Ġcollagen": 40444, + "Ġcollaps": 16567, + "Ġcollapse": 15584, + "Ġcollapsed": 24578, + "Ġcollapses": 48765, + "Ġcollapsing": 45339, + "Ġcollar": 20672, + "Ġcollateral": 41875, + "Ġcolle": 5913, + "Ġcolleague": 13532, + "Ġcolleagues": 7734, + "Ġcollect": 2500, + "Ġcollected": 11087, + "Ġcollecting": 12510, + "Ġcollection": 5765, + "Ġcollections": 16641, + "Ġcollective": 12590, + "Ġcollectively": 24341, + "Ġcollector": 23960, + "Ġcollectors": 35384, + "Ġcollects": 39897, + "Ġcolleg": 13300, + "Ġcollege": 3859, + "Ġcolleges": 15272, + "Ġcollide": 49093, + "Ġcollision": 24644, + "Ġcollisions": 46537, + "Ġcoloc": 12327, + "Ġcoloca": 41231, + "Ġcolocar": 17568, + "Ġcolon": 8255, + "Ġcolonial": 19066, + "Ġcolonialism": 50033, + "Ġcolonies": 27981, + "Ġcolony": 23028, + "Ġcolor": 2017, + "Ġcolored": 14332, + "Ġcolorful": 18506, + "Ġcoloring": 23198, + "Ġcolors": 4577, + "Ġcoloss": 48683, + "Ġcolour": 8267, + "Ġcoloured": 42042, + "Ġcolours": 16484, + "Ġcolum": 5970, + "Ġcolumn": 7738, + "Ġcolumns": 13766, + "Ġcom": 395, + "Ġcoma": 35106, + "Ġcomb": 2512, + "Ġcombat": 8361, + "Ġcombien": 48975, + "Ġcombin": 38514, + "Ġcombination": 6562, + "Ġcombinations": 21267, + "Ġcombine": 10432, + "Ġcombined": 9354, + "Ġcombines": 29520, + "Ġcombining": 21928, + "Ġcombo": 16859, + "Ġcombos": 44079, + "Ġcombust": 21161, + "Ġcombustion": 28121, + "Ġcome": 808, + "Ġcomeback": 23464, + "Ġcomed": 18418, + "Ġcomedian": 30212, + "Ġcomedy": 13394, + "Ġcomen": 36222, + "Ġcoment": 14541, + "Ġcomentarios": 36842, + "Ġcomentários": 43739, + "Ġcomenz": 29564, + "Ġcomer": 16510, + "Ġcomercial": 43163, + "Ġcomes": 1487, + "Ġcomet": 33696, + "Ġcomeç": 14596, + "Ġcomeça": 32568, + "Ġcomeçar": 24379, + "Ġcomeço": 48958, + "Ġcomeçou": 37393, + "Ġcomfort": 3400, + "Ġcomfortable": 4619, + "Ġcomfortably": 25101, + "Ġcomforting": 38439, + "Ġcomfy": 34523, + "Ġcomic": 13900, + "Ġcomics": 18756, + "Ġcomida": 30779, + "Ġcomigo": 35696, + "Ġcomin": 35814, + "Ġcoming": 1348, + "Ġcomm": 800, + "Ġcomma": 22117, + "Ġcommand": 5622, + "Ġcommanded": 34359, + "Ġcommander": 17885, + "Ġcommanders": 42932, + "Ġcommandments": 40289, + "Ġcommands": 16901, + "Ġcomme": 5173, + "Ġcommemor": 30461, + "Ġcommen": 29199, + "Ġcommence": 18137, + "Ġcommencement": 34558, + "Ġcommencer": 32817, + "Ġcommencé": 37561, + "Ġcommend": 35987, + "Ġcomment": 2871, + "Ġcommentaires": 46663, + "Ġcommentary": 23527, + "Ġcommented": 26940, + "Ġcommenting": 29590, + "Ġcomments": 3053, + "Ġcommer": 5906, + "Ġcommerce": 26320, + "Ġcommercial": 6841, + "Ġcommercially": 41751, + "Ġcommercials": 33666, + "Ġcommission": 9221, + "Ġcommissioned": 32372, + "Ġcommissioner": 33678, + "Ġcommissions": 38912, + "Ġcommit": 5599, + "Ġcommitment": 8371, + "Ġcommitments": 26230, + "Ġcommits": 48311, + "Ġcommitted": 7784, + "Ġcommittee": 7482, + "Ġcommittees": 25998, + "Ġcommitting": 26659, + "Ġcommod": 19931, + "Ġcommodities": 40777, + "Ġcommodity": 29125, + "Ġcommon": 2689, + "Ġcommonly": 12719, + "Ġcommun": 1199, + "Ġcommunal": 43893, + "Ġcommunaut": 38074, + "Ġcommunauté": 49056, + "Ġcommunic": 3363, + "Ġcommunicate": 7890, + "Ġcommunicated": 34989, + "Ġcommunicating": 17559, + "Ġcommunication": 6101, + "Ġcommunications": 15163, + "Ġcommunion": 42808, + "Ġcommunism": 42160, + "Ġcommunist": 29347, + "Ġcommunities": 4456, + "Ġcommunity": 1768, + "Ġcommute": 36750, + "Ġcomo": 2617, + "Ġcomp": 715, + "Ġcompact": 14679, + "Ġcompan": 3168, + "Ġcompanies": 3431, + "Ġcompanion": 22363, + "Ġcompanions": 28009, + "Ġcompany": 2237, + "Ġcompar": 6311, + "Ġcomparable": 25323, + "Ġcomparative": 39292, + "Ġcompare": 6794, + "Ġcompared": 5347, + "Ġcompares": 38334, + "Ġcomparing": 15763, + "Ġcomparison": 9660, + "Ġcomparisons": 33157, + "Ġcompart": 18113, + "Ġcompartil": 40204, + "Ġcompartir": 40667, + "Ġcompartment": 26505, + "Ġcompass": 10707, + "Ġcompassion": 12601, + "Ġcompassionate": 30531, + "Ġcompat": 13147, + "Ġcompatibility": 34237, + "Ġcompatible": 18218, + "Ġcompañ": 29953, + "Ġcompe": 16291, + "Ġcompelled": 40021, + "Ġcompelling": 20050, + "Ġcompens": 11598, + "Ġcompensate": 29458, + "Ġcompensation": 19644, + "Ġcompet": 2850, + "Ġcompete": 11831, + "Ġcompeted": 43619, + "Ġcompetence": 39965, + "Ġcompetency": 50097, + "Ġcompetent": 29998, + "Ġcompeting": 15439, + "Ġcompetit": 41131, + "Ġcompetition": 6211, + "Ġcompetitions": 26185, + "Ġcompetitive": 10043, + "Ġcompetitor": 27266, + "Ġcompetitors": 18333, + "Ġcompilation": 40261, + "Ġcompile": 31413, + "Ġcompiled": 36548, + "Ġcompiler": 31958, + "Ġcompl": 1209, + "Ġcomplac": 49546, + "Ġcomplain": 11024, + "Ġcomplained": 33951, + "Ġcomplaining": 20740, + "Ġcomplaint": 20100, + "Ġcomplaints": 19585, + "Ġcomple": 44424, + "Ġcomplement": 17103, + "Ġcomplementary": 40705, + "Ġcomplet": 1557, + "Ġcompleta": 46822, + "Ġcompletamente": 28381, + "Ġcomplete": 3566, + "Ġcompleted": 7365, + "Ġcompletely": 2584, + "Ġcompletes": 36362, + "Ġcompleting": 19472, + "Ġcompletion": 19372, + "Ġcompleto": 40135, + "Ġcomplex": 3997, + "Ġcomplexes": 43676, + "Ġcomplexities": 48705, + "Ġcomplexity": 14024, + "Ġcompliance": 15882, + "Ġcompliant": 36248, + "Ġcomplic": 16060, + "Ġcomplicado": 49850, + "Ġcomplicated": 6179, + "Ġcomplications": 26566, + "Ġcompliment": 16250, + "Ġcomplimentary": 47162, + "Ġcompliments": 35468, + "Ġcompliqué": 44290, + "Ġcomply": 27956, + "Ġcomplètement": 31331, + "Ġcompon": 4026, + "Ġcomponent": 6542, + "Ġcomponents": 6677, + "Ġcomport": 25883, + "Ġcompos": 10199, + "Ġcompose": 35925, + "Ġcomposed": 18204, + "Ġcomposer": 26003, + "Ġcomposers": 43872, + "Ġcomposite": 25557, + "Ġcomposition": 12686, + "Ġcompositions": 43401, + "Ġcompost": 20203, + "Ġcompound": 14154, + "Ġcompounds": 21810, + "Ġcompr": 16802, + "Ġcompra": 39323, + "Ġcomprar": 22077, + "Ġcompreh": 10753, + "Ġcomprehend": 38183, + "Ġcomprehension": 44991, + "Ġcomprehensive": 13914, + "Ġcomprend": 30765, + "Ġcomprendre": 26856, + "Ġcompress": 14778, + "Ġcompressed": 30353, + "Ġcompression": 19355, + "Ġcompressor": 28765, + "Ġcompris": 31711, + "Ġcomprised": 38062, + "Ġcomprom": 11482, + "Ġcompromise": 18577, + "Ġcompromised": 32463, + "Ġcompt": 15660, + "Ġcompte": 19424, + "Ġcompuls": 42773, + "Ġcomput": 2807, + "Ġcomputation": 24903, + "Ġcomputational": 28270, + "Ġcompute": 14722, + "Ġcomputed": 40610, + "Ġcomputer": 3820, + "Ġcomputers": 10807, + "Ġcomputing": 15866, + "Ġcomrades": 42249, + "Ġcomum": 44324, + "Ġcomun": 11040, + "Ġcomunic": 31710, + "Ġcomunidad": 35695, + "Ġcomunque": 45736, + "Ġcomún": 45448, + "Ġcon": 416, + "Ġconc": 1588, + "Ġconce": 10413, + "Ġconceal": 40170, + "Ġconcealed": 46305, + "Ġconcealer": 30672, + "Ġconceive": 48605, + "Ġconceived": 34898, + "Ġconcent": 5512, + "Ġconcentrate": 18089, + "Ġconcentrated": 21321, + "Ġconcentrating": 40571, + "Ġconcentration": 9856, + "Ġconcentrations": 33512, + "Ġconcept": 3410, + "Ġconception": 30698, + "Ġconcepts": 10392, + "Ġconceptual": 24106, + "Ġconcer": 16311, + "Ġconcern": 3136, + "Ġconcerned": 5922, + "Ġconcerning": 18087, + "Ġconcerns": 7389, + "Ġconcert": 8543, + "Ġconcerts": 24924, + "Ġconcise": 44882, + "Ġconclud": 9312, + "Ġconclude": 16886, + "Ġconcluded": 22960, + "Ġconcludes": 24643, + "Ġconclus": 18646, + "Ġconclusion": 10063, + "Ġconclusions": 22865, + "Ġconcret": 39481, + "Ġconcrete": 9859, + "Ġconcur": 23702, + "Ġconcurrent": 37702, + "Ġcond": 2224, + "Ġcondem": 18510, + "Ġcondemn": 30733, + "Ġcondemned": 36472, + "Ġcondensed": 36398, + "Ġcondiciones": 45960, + "Ġcondition": 4188, + "Ġconditional": 27708, + "Ġconditioned": 35833, + "Ġconditioner": 33558, + "Ġconditioning": 21901, + "Ġconditions": 4487, + "Ġcondu": 15504, + "Ġconduc": 45095, + "Ġconduct": 6018, + "Ġconducted": 13809, + "Ġconducting": 21749, + "Ġconduction": 43842, + "Ġconductivity": 42982, + "Ġconductor": 29957, + "Ġcone": 19749, + "Ġconect": 30458, + "Ġcones": 40548, + "Ġconex": 49509, + "Ġconf": 1497, + "Ġconfer": 13765, + "Ġconference": 7586, + "Ġconferences": 22032, + "Ġconfess": 19367, + "Ġconfessed": 41428, + "Ġconfession": 29154, + "Ġconfian": 49081, + "Ġconfiance": 43213, + "Ġconfidence": 6687, + "Ġconfident": 6679, + "Ġconfidential": 27054, + "Ġconfidently": 41956, + "Ġconfig": 6662, + "Ġconfigur": 22192, + "Ġconfiguration": 11694, + "Ġconfigurations": 31493, + "Ġconfigure": 22162, + "Ġconfigured": 30538, + "Ġconfined": 31745, + "Ġconfinement": 41064, + "Ġconfir": 9186, + "Ġconfirm": 9064, + "Ġconfirmation": 21871, + "Ġconfirmed": 11341, + "Ġconfirming": 42861, + "Ġconfirms": 39982, + "Ġconfisc": 49868, + "Ġconflict": 6596, + "Ġconflicting": 43784, + "Ġconflicts": 19807, + "Ġconform": 18975, + "Ġconfort": 43392, + "Ġconfront": 12422, + "Ġconfrontation": 35363, + "Ġconfronted": 31257, + "Ġconfronting": 47449, + "Ġconfuse": 28584, + "Ġconfused": 9019, + "Ġconfusing": 13181, + "Ġconfusion": 15075, + "Ġcongest": 31871, + "Ġcongestion": 40816, + "Ġcongr": 8882, + "Ġcongrat": 9774, + "Ġcongratulate": 24353, + "Ġcongratulations": 13568, + "Ġcongreg": 23002, + "Ġcongregation": 34782, + "Ġcongress": 17546, + "Ġcongressional": 32962, + "Ġconhe": 15440, + "Ġconhecer": 46235, + "Ġconj": 20295, + "Ġconjug": 29456, + "Ġconjugate": 45064, + "Ġconjun": 18244, + "Ġconjunction": 27482, + "Ġconjunto": 37776, + "Ġconn": 46264, + "Ġconna": 15477, + "Ġconnais": 45784, + "Ġconnect": 1745, + "Ġconnected": 4582, + "Ġconnecting": 11015, + "Ġconnection": 4984, + "Ġconnections": 9271, + "Ġconnectivity": 21095, + "Ġconnector": 19127, + "Ġconnectors": 31865, + "Ġconnects": 16967, + "Ġconnot": 46371, + "Ġcono": 33029, + "Ġconoc": 15871, + "Ġconocer": 35241, + "Ġconos": 49892, + "Ġconqu": 15592, + "Ġconquer": 24136, + "Ġconquered": 32695, + "Ġconquest": 43241, + "Ġcons": 1014, + "Ġconsci": 39271, + "Ġconscience": 20537, + "Ġconscient": 44507, + "Ġconscious": 6648, + "Ġconsciously": 32538, + "Ġconsciousness": 10081, + "Ġconse": 4425, + "Ġconsec": 40526, + "Ġconsecut": 27154, + "Ġconsecutive": 30497, + "Ġconsegu": 12706, + "Ġconsegue": 27179, + "Ġconseguir": 21229, + "Ġconsensus": 19115, + "Ġconsent": 14546, + "Ġconsequ": 7242, + "Ġconsequence": 18326, + "Ġconsequences": 10098, + "Ġconsequently": 47259, + "Ġconserv": 9704, + "Ġconservation": 16185, + "Ġconservative": 13780, + "Ġconservatives": 39607, + "Ġconserve": 45240, + "Ġconsid": 30376, + "Ġconsider": 1949, + "Ġconsiderable": 24167, + "Ġconsiderably": 31308, + "Ġconsideration": 12381, + "Ġconsiderations": 24070, + "Ġconsidered": 4888, + "Ġconsidering": 8079, + "Ġconsiders": 33095, + "Ġconsig": 40233, + "Ġconsigo": 43688, + "Ġconsist": 4603, + "Ġconsiste": 49066, + "Ġconsisted": 38227, + "Ġconsistency": 14416, + "Ġconsistent": 8398, + "Ġconsistently": 14961, + "Ġconsisting": 33921, + "Ġconsists": 14689, + "Ġconsol": 16054, + "Ġconsole": 11076, + "Ġconsoles": 28948, + "Ġconsolid": 19045, + "Ġconsolidate": 49521, + "Ġconsolidated": 49008, + "Ġconsolidation": 39114, + "Ġconsomm": 47688, + "Ġconson": 30843, + "Ġconsonant": 43647, + "Ġconsort": 38343, + "Ġconspir": 17719, + "Ġconspiracy": 20439, + "Ġconst": 1817, + "Ġconstant": 5754, + "Ġconstante": 47343, + "Ġconstantly": 6460, + "Ġconstants": 35870, + "Ġconstell": 32436, + "Ġconstellation": 42336, + "Ġconstit": 23079, + "Ġconstitu": 16085, + "Ġconstituency": 46146, + "Ġconstituents": 30847, + "Ġconstitute": 41658, + "Ġconstitutes": 44204, + "Ġconstitution": 11937, + "Ġconstitutional": 20176, + "Ġconstra": 11525, + "Ġconstrained": 38901, + "Ġconstraint": 25534, + "Ġconstraints": 18491, + "Ġconstru": 12946, + "Ġconstruct": 7690, + "Ġconstructed": 17083, + "Ġconstructing": 39969, + "Ġconstruction": 6435, + "Ġconstructive": 30223, + "Ġconstructor": 47479, + "Ġconstruir": 38445, + "Ġconsult": 7189, + "Ġconsultant": 24676, + "Ġconsultants": 38935, + "Ġconsultation": 20932, + "Ġconsulted": 47941, + "Ġconsulting": 23682, + "Ġconsum": 3978, + "Ġconsume": 14732, + "Ġconsumed": 21226, + "Ġconsumer": 9711, + "Ġconsumers": 11883, + "Ġconsumes": 48823, + "Ġconsuming": 19867, + "Ġconsumo": 42505, + "Ġconsumption": 12126, + "Ġconséqu": 47648, + "Ġcont": 660, + "Ġconta": 24001, + "Ġcontact": 3385, + "Ġcontacted": 21546, + "Ġcontacting": 41482, + "Ġcontacts": 15836, + "Ġcontag": 28525, + "Ġcontagious": 40666, + "Ġcontain": 5304, + "Ġcontained": 16212, + "Ġcontainer": 10129, + "Ġcontainers": 17089, + "Ġcontaining": 19273, + "Ġcontainment": 44058, + "Ġcontains": 8306, + "Ġcontam": 20463, + "Ġcontamin": 27562, + "Ġcontaminated": 34492, + "Ġcontamination": 33012, + "Ġcontar": 27045, + "Ġconte": 34444, + "Ġcontempl": 19935, + "Ġcontempor": 13046, + "Ġcontemporary": 14878, + "Ġcontempt": 47202, + "Ġconten": 21795, + "Ġcontenido": 47117, + "Ġcontent": 2701, + "Ġcontents": 15768, + "Ġcontest": 10287, + "Ġcontestants": 39676, + "Ġcontext": 4319, + "Ġcontexto": 47685, + "Ġcontexts": 30628, + "Ġcontextual": 35526, + "Ġconteú": 39065, + "Ġconteúdo": 44144, + "Ġcontin": 1421, + "Ġcontinent": 18932, + "Ġcontinental": 42479, + "Ġcontinents": 38598, + "Ġconting": 27820, + "Ġcontinu": 2993, + "Ġcontinua": 40861, + "Ġcontinually": 22277, + "Ġcontinuar": 29980, + "Ġcontinuation": 29357, + "Ġcontinue": 2354, + "Ġcontinued": 7014, + "Ġcontinuer": 35660, + "Ġcontinues": 6515, + "Ġcontinuing": 9289, + "Ġcontinuity": 23807, + "Ġcontinuous": 10957, + "Ġcontinuously": 15684, + "Ġcontinuum": 36120, + "Ġcontour": 21234, + "Ġcontr": 10273, + "Ġcontra": 10742, + "Ġcontrac": 48118, + "Ġcontract": 4364, + "Ġcontracted": 37629, + "Ġcontracting": 36095, + "Ġcontraction": 37372, + "Ġcontractor": 26463, + "Ġcontractors": 28377, + "Ġcontracts": 13952, + "Ġcontrad": 15858, + "Ġcontradict": 28900, + "Ġcontradiction": 34937, + "Ġcontradictory": 49555, + "Ġcontrario": 47642, + "Ġcontrary": 19506, + "Ġcontrast": 8712, + "Ġcontrat": 40944, + "Ġcontre": 14927, + "Ġcontrib": 4226, + "Ġcontribute": 10586, + "Ġcontributed": 18434, + "Ġcontributes": 32035, + "Ġcontributing": 19270, + "Ġcontribution": 13150, + "Ġcontributions": 15725, + "Ġcontributor": 42859, + "Ġcontributors": 45627, + "Ġcontro": 1583, + "Ġcontrol": 1969, + "Ġcontrolar": 47843, + "Ġcontrole": 46215, + "Ġcontroll": 45159, + "Ġcontrolled": 10164, + "Ġcontroller": 10561, + "Ġcontrollers": 26903, + "Ġcontrolling": 14905, + "Ġcontrols": 9003, + "Ġcontrovers": 11542, + "Ġcontroversial": 17323, + "Ġcontroversy": 22976, + "Ġcontrôle": 46518, + "Ġconv": 3754, + "Ġconve": 18053, + "Ġconvection": 49080, + "Ġconven": 7158, + "Ġconvenience": 19283, + "Ġconvenient": 10851, + "Ġconveniently": 44375, + "Ġconvention": 10286, + "Ġconventional": 16011, + "Ġconventions": 33520, + "Ġconver": 9652, + "Ġconverge": 41881, + "Ġconvergence": 32181, + "Ġconvers": 2615, + "Ġconversation": 3761, + "Ġconversations": 7315, + "Ġconversion": 14298, + "Ġconversions": 42256, + "Ġconvert": 7620, + "Ġconverted": 16424, + "Ġconverter": 33905, + "Ġconverting": 29942, + "Ġconverts": 38874, + "Ġconvex": 42432, + "Ġconvey": 16965, + "Ġconveyed": 49340, + "Ġconvicted": 26942, + "Ġconviction": 24837, + "Ġconvictions": 44757, + "Ġconvin": 9854, + "Ġconvince": 13447, + "Ġconvinced": 12561, + "Ġconvincing": 24823, + "Ġconvolution": 45216, + "Ġcook": 2543, + "Ġcooked": 9267, + "Ġcooker": 31476, + "Ġcookie": 14417, + "Ġcookies": 13670, + "Ġcooking": 6361, + "Ġcooks": 30709, + "Ġcool": 1627, + "Ġcooldown": 40782, + "Ġcooled": 27491, + "Ġcooler": 15566, + "Ġcoolest": 22013, + "Ġcooling": 14785, + "Ġcools": 42883, + "Ġcoop": 13215, + "Ġcooper": 13414, + "Ġcooperate": 26667, + "Ġcooperation": 14968, + "Ġcooperative": 31772, + "Ġcoord": 14230, + "Ġcoordin": 8285, + "Ġcoordinate": 15670, + "Ġcoordinated": 29591, + "Ġcoordinates": 21056, + "Ġcoordinating": 37824, + "Ġcoordination": 21252, + "Ġcoordinator": 27394, + "Ġcop": 2971, + "Ġcope": 22598, + "Ġcopied": 25365, + "Ġcopies": 14341, + "Ġcoping": 32893, + "Ġcopper": 15007, + "Ġcops": 19012, + "Ġcopy": 5055, + "Ġcopying": 27976, + "Ġcopyright": 17996, + "Ġcor": 1181, + "Ġcoral": 24955, + "Ġcoraz": 25899, + "Ġcorazón": 34518, + "Ġcoração": 41408, + "Ġcord": 12250, + "Ġcords": 36302, + "Ġcore": 4965, + "Ġcores": 24826, + "Ġcoriander": 34013, + "Ġcorn": 9046, + "Ġcorner": 4538, + "Ġcorners": 12413, + "Ġcoron": 10451, + "Ġcorona": 27103, + "Ġcoronavirus": 13043, + "Ġcorpo": 23257, + "Ġcorpor": 6804, + "Ġcorporate": 10896, + "Ġcorporation": 22197, + "Ġcorporations": 17676, + "Ġcorps": 18271, + "Ġcorpse": 30324, + "Ġcorpses": 46416, + "Ġcorr": 38576, + "Ġcorre": 29731, + "Ġcorrect": 3006, + "Ġcorrected": 31687, + "Ġcorrecting": 47032, + "Ġcorrection": 19984, + "Ġcorrections": 36406, + "Ġcorrectly": 8944, + "Ġcorrel": 13983, + "Ġcorrelate": 48742, + "Ġcorrelated": 38574, + "Ġcorrelation": 20009, + "Ġcorrer": 49568, + "Ġcorrespond": 6805, + "Ġcorrespondence": 38135, + "Ġcorrespondent": 44406, + "Ġcorresponding": 11760, + "Ġcorresponds": 23249, + "Ġcorri": 47908, + "Ġcorrid": 20322, + "Ġcorridor": 25602, + "Ġcorridors": 46920, + "Ġcorro": 45125, + "Ġcorros": 28957, + "Ġcorrosion": 33876, + "Ġcorrupt": 17366, + "Ġcorrupted": 39480, + "Ġcorruption": 17959, + "Ġcors": 46511, + "Ġcort": 11278, + "Ġcortar": 48117, + "Ġcortex": 33312, + "Ġcortisol": 45618, + "Ġcos": 3792, + "Ġcosa": 10163, + "Ġcosas": 12218, + "Ġcose": 30261, + "Ġcoses": 31860, + "Ġcosine": 23565, + "Ġcosm": 22207, + "Ġcosmetic": 35828, + "Ġcosmetics": 37416, + "Ġcosmic": 27614, + "Ġcosmos": 41794, + "Ġcosplay": 39403, + "Ġcost": 2063, + "Ġcosting": 37917, + "Ġcostly": 28328, + "Ġcosts": 5497, + "Ġcostume": 14850, + "Ġcostumes": 22695, + "Ġcosì": 23278, + "Ġcot": 26529, + "Ġcott": 11550, + "Ġcottage": 37209, + "Ġcotton": 13764, + "Ġcou": 1384, + "Ġcouch": 16511, + "Ġcough": 22777, + "Ġcoughing": 39375, + "Ġcould": 727, + "Ġcouldn": 2809, + "Ġcoule": 33644, + "Ġcouleur": 49462, + "Ġcoun": 3465, + "Ġcouncil": 9209, + "Ġcouncils": 39187, + "Ġcounsel": 10351, + "Ġcounseling": 23889, + "Ġcounselor": 27851, + "Ġcounselors": 36925, + "Ġcount": 1207, + "Ġcountdown": 35985, + "Ġcounted": 20150, + "Ġcounter": 5682, + "Ġcounterpart": 22335, + "Ġcounterparts": 33287, + "Ġcounters": 39338, + "Ġcounties": 20583, + "Ġcounting": 13251, + "Ġcountless": 19223, + "Ġcountries": 3517, + "Ġcountry": 1941, + "Ġcountryside": 28252, + "Ġcounts": 14893, + "Ġcounty": 9928, + "Ġcoup": 8682, + "Ġcoupe": 45136, + "Ġcouple": 1916, + "Ġcoupled": 29482, + "Ġcouples": 20368, + "Ġcoupling": 37447, + "Ġcoupon": 33390, + "Ġcour": 1005, + "Ġcourage": 9892, + "Ġcourageous": 33233, + "Ġcours": 25452, + "Ġcourse": 1164, + "Ġcourses": 7712, + "Ġcourt": 4753, + "Ġcourtesy": 41704, + "Ġcourtroom": 44050, + "Ġcourts": 14141, + "Ġcourtyard": 41364, + "Ġcous": 12304, + "Ġcousin": 16207, + "Ġcousins": 29246, + "Ġcovari": 49851, + "Ġcovenant": 26661, + "Ġcover": 2060, + "Ġcoverage": 9645, + "Ġcovered": 5343, + "Ġcovering": 10322, + "Ġcovers": 10538, + "Ġcovert": 45985, + "Ġcovet": 48497, + "Ġcovid": 25616, + "Ġcow": 8408, + "Ġcoward": 30776, + "Ġcowboy": 39174, + "Ġcowork": 31998, + "Ġcoworkers": 43465, + "Ġcows": 19148, + "Ġcoy": 41485, + "Ġcoz": 36747, + "Ġcozy": 29414, + "Ġcoû": 49743, + "ĠcoÅĽ": 19241, + "Ġcr": 941, + "Ġcra": 2094, + "Ġcrab": 17870, + "Ġcrabs": 35147, + "Ġcrack": 6226, + "Ġcracked": 25140, + "Ġcrackers": 41407, + "Ġcracking": 25229, + "Ġcracks": 21770, + "Ġcradle": 48081, + "Ġcraft": 8448, + "Ġcrafted": 36213, + "Ġcrafting": 29048, + "Ġcrafts": 27831, + "Ġcran": 39685, + "Ġcrane": 36345, + "Ġcrank": 21263, + "Ġcrap": 12426, + "Ġcrappy": 36531, + "Ġcrash": 8252, + "Ġcrashed": 24190, + "Ġcrashes": 28642, + "Ġcrashing": 26900, + "Ġcrate": 42426, + "Ġcrater": 38981, + "Ġcrave": 46875, + "Ġcraving": 27320, + "Ġcraw": 13999, + "Ġcrawl": 24767, + "Ġcrawling": 32979, + "Ġcray": 33073, + "Ġcraz": 46348, + "Ġcraziest": 46339, + "Ġcrazy": 3219, + "Ġcre": 1197, + "Ġcream": 4689, + "Ġcreams": 46573, + "Ġcreamy": 23215, + "Ġcrear": 31984, + "Ġcrease": 30098, + "Ġcreat": 1428, + "Ġcreate": 1884, + "Ġcreated": 2942, + "Ġcreates": 7829, + "Ġcreating": 4084, + "Ġcreation": 8016, + "Ġcreations": 37836, + "Ġcreative": 5880, + "Ġcreatively": 43750, + "Ġcreativity": 12915, + "Ġcreator": 14181, + "Ġcreators": 16039, + "Ġcreature": 12797, + "Ġcreatures": 12281, + "Ġcrec": 31668, + "Ġcred": 3864, + "Ġcredential": 22034, + "Ġcredentials": 27404, + "Ġcredibility": 28852, + "Ġcredible": 32757, + "Ġcredit": 5397, + "Ġcredited": 41155, + "Ġcredits": 16816, + "Ġcree": 48895, + "Ġcreek": 41868, + "Ġcreep": 9626, + "Ġcreeping": 47753, + "Ġcreepy": 14717, + "Ġcreo": 14336, + "Ġcres": 20964, + "Ġcrest": 43799, + "Ġcrew": 7260, + "Ġcrews": 31477, + "Ġcri": 12815, + "Ġcrian": 27659, + "Ġcriança": 43300, + "Ġcrianças": 45280, + "Ġcriar": 36882, + "Ġcrib": 47163, + "Ġcricket": 31626, + "Ġcried": 16266, + "Ġcries": 29206, + "Ġcrim": 7857, + "Ġcrime": 7206, + "Ġcrimes": 13916, + "Ġcrimin": 19044, + "Ġcriminal": 8628, + "Ġcriminals": 23474, + "Ġcringe": 47081, + "Ġcripp": 37667, + "Ġcris": 4661, + "Ġcrise": 32398, + "Ġcrises": 31403, + "Ġcrisis": 5869, + "Ġcrisp": 22952, + "Ġcrispy": 17509, + "Ġcrist": 35608, + "Ġcrit": 3113, + "Ġcriter": 9912, + "Ġcriteria": 11101, + "Ġcriterion": 46691, + "Ġcritic": 7850, + "Ġcritical": 4924, + "Ġcritically": 22797, + "Ġcriticism": 15835, + "Ġcriticisms": 48519, + "Ġcriticize": 31010, + "Ġcriticized": 28011, + "Ġcriticizing": 45474, + "Ġcritics": 22503, + "Ġcritique": 25673, + "Ġcro": 4848, + "Ġcroch": 8191, + "Ġcrochet": 9387, + "Ġcrochets": 27115, + "Ġcrocod": 32727, + "Ġcrocodile": 43652, + "Ġcrois": 21724, + "Ġcrooked": 41710, + "Ġcrop": 9086, + "Ġcrops": 16829, + "Ġcros": 28108, + "Ġcross": 3278, + "Ġcrossed": 14622, + "Ġcrosses": 28467, + "Ġcrossing": 14712, + "Ġcrossover": 33837, + "Ġcrouch": 46704, + "Ġcrow": 6401, + "Ġcrowd": 6919, + "Ġcrowded": 21634, + "Ġcrowds": 26070, + "Ġcrown": 11841, + "Ġcru": 5140, + "Ġcruc": 28154, + "Ġcrucial": 11462, + "Ġcrucified": 46846, + "Ġcrude": 30796, + "Ġcruel": 16022, + "Ġcruelty": 40145, + "Ġcruise": 17754, + "Ġcruising": 42180, + "Ġcrumble": 47478, + "Ġcrumbs": 42675, + "Ġcrunch": 13386, + "Ġcrunchy": 24942, + "Ġcrus": 42603, + "Ġcrush": 10321, + "Ġcrushed": 19889, + "Ġcrushing": 31317, + "Ġcrust": 18156, + "Ġcry": 3305, + "Ġcrying": 8554, + "Ġcrypt": 9844, + "Ġcrypto": 17240, + "Ġcryptocur": 22070, + "Ġcryptocurrencies": 44369, + "Ġcryptocurrency": 28809, + "Ġcryst": 17035, + "Ġcrystal": 13662, + "Ġcrystall": 31924, + "Ġcrystals": 23772, + "Ġcré": 15609, + "Ġcréd": 37368, + "Ġcréer": 32062, + "ĠcrÃŃt": 39927, + "Ġcs": 28277, + "Ġcsak": 47927, + "Ġcu": 2702, + "Ġcuad": 34434, + "Ġcual": 10911, + "Ġcuales": 46932, + "Ġcualquier": 21004, + "Ġcuando": 7767, + "Ġcuanto": 36685, + "Ġcuarto": 48368, + "Ġcuatro": 28795, + "Ġcub": 10057, + "Ġcube": 13728, + "Ġcubed": 36510, + "Ġcubes": 25415, + "Ġcubic": 28733, + "Ġcuc": 18488, + "Ġcucumber": 28725, + "Ġcucumbers": 43354, + "Ġcud": 40287, + "Ġcue": 22656, + "Ġcuent": 46414, + "Ġcuenta": 17868, + "Ġcuer": 18363, + "Ġcuerpo": 20264, + "Ġcues": 32192, + "Ġcuest": 36978, + "Ġcuestión": 50216, + "Ġcuff": 35997, + "Ġcui": 22929, + "Ġcuid": 20770, + "Ġcuidado": 31891, + "Ġcuisine": 25257, + "Ġcuk": 37485, + "Ġcul": 11021, + "Ġculinary": 39273, + "Ġculmin": 28583, + "Ġculpa": 44870, + "Ġculprit": 39220, + "Ġcult": 2376, + "Ġcultiv": 15298, + "Ġcultivate": 33341, + "Ġcultivated": 46770, + "Ġcultivation": 45924, + "Ġcultura": 30576, + "Ġcultural": 6988, + "Ġculturally": 28879, + "Ġculture": 3713, + "Ġcultures": 12951, + "Ġcum": 12713, + "Ġcuma": 44630, + "Ġcumin": 40950, + "Ġcumpl": 37483, + "Ġcumulative": 38379, + "Ġcunning": 45891, + "Ġcup": 4414, + "Ġcupboard": 47847, + "Ġcupcake": 42153, + "Ġcupcakes": 44515, + "Ġcups": 13381, + "Ġcur": 1262, + "Ġcurated": 47851, + "Ġcurator": 38519, + "Ġcurb": 33731, + "Ġcurd": 47443, + "Ġcure": 13698, + "Ġcured": 29617, + "Ġcurios": 13625, + "Ġcuriosity": 18769, + "Ġcurious": 6369, + "Ġcurl": 22591, + "Ġcurling": 45085, + "Ġcurls": 36950, + "Ġcurly": 32066, + "Ġcurrencies": 36886, + "Ġcurrency": 13346, + "Ġcurrent": 2190, + "Ġcurrently": 4362, + "Ġcurrents": 30110, + "Ġcurric": 13179, + "Ġcurriculum": 14302, + "Ġcurry": 18123, + "Ġcurs": 13946, + "Ġcurse": 17139, + "Ġcursed": 29498, + "Ġcurso": 31085, + "Ġcursor": 28169, + "Ġcurt": 28087, + "Ġcurtain": 26789, + "Ġcurtains": 36539, + "Ġcurv": 33900, + "Ġcurvature": 37638, + "Ġcurve": 7605, + "Ġcurved": 24991, + "Ġcurves": 19490, + "Ġcush": 18422, + "Ġcushion": 21908, + "Ġcust": 14884, + "Ġcustard": 46972, + "Ġcustody": 26976, + "Ġcustom": 2375, + "Ġcustomer": 5474, + "Ġcustomers": 4581, + "Ġcustomizable": 47922, + "Ġcustomization": 39387, + "Ġcustomize": 19734, + "Ġcustomized": 30581, + "Ġcustoms": 27330, + "Ġcut": 1723, + "Ġcute": 4052, + "Ġcutest": 46582, + "Ġcuts": 9992, + "Ġcutter": 25531, + "Ġcutting": 6492, + "Ġcuz": 11910, + "Ġcuál": 44318, + "Ġcuánt": 44256, + "Ġcuá»Ļc": 50138, + "Ġcy": 3185, + "Ġcyan": 47463, + "Ġcyber": 13411, + "Ġcybersecurity": 38765, + "Ġcyc": 38154, + "Ġcycl": 19474, + "Ġcycle": 6586, + "Ġcycles": 17796, + "Ġcycling": 22425, + "Ġcyl": 13446, + "Ġcylind": 28044, + "Ġcylinder": 17884, + "Ġcylinders": 42166, + "Ġcyn": 28365, + "Ġcynical": 46345, + "Ġcyst": 48915, + "Ġcyt": 40248, + "Ġcz": 6472, + "Ġczas": 13190, + "Ġczasie": 42667, + "Ġczasu": 40860, + "Ġczego": 36559, + "Ġczy": 6430, + "Ġczyli": 16591, + "Ġczym": 31466, + "ĠczÄĻ": 18544, + "ĠczÄĻsto": 34369, + "ĠczÄĻÅĽci": 41314, + "ĠczÄĻÅĽÄĩ": 47149, + "ĠczÅĤ": 31083, + "ĠczÅĤowie": 36282, + "Ġcá": 6476, + "Ġcác": 13250, + "Ġcách": 45762, + "Ġcái": 14830, + "Ġcámara": 44273, + "Ġcâ": 19288, + "Ġcâmera": 43640, + "Ġcé": 30560, + "Ġcél": 29064, + "Ġcélulas": 49092, + "Ġcéu": 50052, + "Ġcòn": 31394, + "Ġcó": 6333, + "Ġcód": 40210, + "Ġcódigo": 44195, + "Ġcómo": 12826, + "Ġcô": 35167, + "Ġcông": 35451, + "Ġcôt": 16857, + "Ġcôté": 18437, + "Ġcùng": 45701, + "ĠcÄĥ": 21957, + "ĠcÅ": 17846, + "ĠcÅ©ng": 22747, + "ĠcÅĵ": 41388, + "ĠcÅĵur": 43207, + "Ġcả": 22227, + "Ġcảm": 47593, + "Ġcần": 47580, + "Ġcá»": 9613, + "Ġcá»§a": 11990, + "Ġcứ": 46619, + "Ġd": 274, + "ĠdB": 43116, + "Ġda": 1120, + "Ġdaar": 12390, + "Ġdab": 28964, + "Ġdabei": 14967, + "Ġdachte": 39775, + "Ġdad": 3546, + "Ġdaddy": 16785, + "Ġdado": 29568, + "Ġdados": 39915, + "Ġdads": 41798, + "Ġdadurch": 35472, + "Ġdafür": 13747, + "Ġdag": 15460, + "Ġdage": 41557, + "Ġdagegen": 45387, + "Ġdagen": 49638, + "Ġdagger": 36972, + "Ġdah": 16800, + "Ġdaha": 10545, + "Ġdaher": 36971, + "Ġdai": 38586, + "Ġdaily": 5212, + "Ġdairy": 21276, + "Ġdak": 25329, + "Ġdakika": 34323, + "Ġdal": 11702, + "Ġdalam": 23063, + "Ġdale": 27326, + "Ġdalej": 34257, + "Ġdall": 43351, + "Ġdalla": 35566, + "Ġdam": 2422, + "Ġdamage": 4344, + "Ġdamaged": 14080, + "Ġdamages": 28536, + "Ġdamaging": 25342, + "Ġdamals": 26067, + "Ġdamit": 9479, + "Ġdamn": 8151, + "Ġdamned": 46397, + "Ġdamp": 19498, + "Ġdamping": 49588, + "Ġdan": 3277, + "Ġdanach": 37784, + "Ġdance": 4489, + "Ġdanced": 32909, + "Ġdancer": 21621, + "Ġdancers": 25199, + "Ġdances": 28322, + "Ġdancing": 8898, + "Ġdando": 29854, + "Ġdane": 49206, + "Ġdang": 21892, + "Ġdanger": 4330, + "Ġdangerous": 5795, + "Ġdangers": 27701, + "Ġdank": 35121, + "Ġdanke": 46434, + "Ġdann": 3594, + "Ġdans": 2680, + "Ġdapat": 35161, + "Ġdaqui": 30485, + "Ġdar": 4072, + "Ġdaran": 24520, + "Ġdarauf": 18654, + "Ġdare": 8955, + "Ġdared": 44564, + "Ġdares": 50213, + "Ġdarf": 19374, + "Ġdari": 15597, + "Ġdaring": 43128, + "Ġdark": 2877, + "Ġdarker": 12741, + "Ġdarkest": 33460, + "Ġdarkness": 11262, + "Ġdarle": 37666, + "Ġdarling": 22405, + "Ġdarn": 29063, + "Ġdart": 39010, + "Ġdarum": 27313, + "Ġdarüber": 21737, + "Ġdas": 1482, + "Ġdash": 8240, + "Ġdashboard": 18342, + "Ġdass": 2658, + "Ġdat": 1137, + "Ġdata": 1412, + "Ġdatab": 7104, + "Ġdatabase": 8149, + "Ġdatabases": 22380, + "Ġdatas": 20377, + "Ġdataset": 28872, + "Ġdatasets": 42856, + "Ġdate": 4002, + "Ġdated": 23804, + "Ġdates": 11691, + "Ġdating": 10689, + "Ġdato": 46971, + "Ġdatos": 27721, + "Ġdau": 37359, + "Ġdaughter": 4653, + "Ġdaughters": 17070, + "Ġdaunting": 37657, + "Ġdav": 11753, + "Ġdavon": 18574, + "Ġdaw": 43438, + "Ġdawn": 18192, + "Ġday": 786, + "Ġdaylight": 29964, + "Ġdays": 1708, + "Ġdaytime": 31908, + "Ġdazu": 13034, + "Ġdazz": 44078, + "ĠdaÃŃ": 48113, + "Ġde": 368, + "Ġdeactiv": 45428, + "Ġdead": 3116, + "Ġdeadline": 20615, + "Ġdeadlines": 37548, + "Ġdeadly": 18232, + "Ġdeaf": 15559, + "Ġdeal": 2028, + "Ġdealer": 24896, + "Ġdealers": 25955, + "Ġdealing": 6260, + "Ġdeals": 11215, + "Ġdealt": 15991, + "Ġdean": 31120, + "Ġdear": 6875, + "Ġdeath": 2966, + "Ġdeaths": 13027, + "Ġdeb": 3001, + "Ġdebate": 7958, + "Ġdebated": 42212, + "Ġdebates": 24203, + "Ġdebating": 40647, + "Ġdebe": 27422, + "Ġdeben": 49187, + "Ġdeber": 29671, + "Ġdebido": 50003, + "Ġdebit": 39709, + "Ġdebr": 19958, + "Ġdebris": 21942, + "Ġdebt": 7831, + "Ġdebts": 32528, + "Ġdebug": 24083, + "Ġdebugging": 45592, + "Ġdebut": 13828, + "Ġdebuted": 33392, + "Ġdec": 979, + "Ġdecade": 10378, + "Ġdecades": 7878, + "Ġdecay": 21039, + "Ġdece": 14088, + "Ġdeceased": 33156, + "Ġdeceive": 43440, + "Ġdeceived": 41304, + "Ġdecent": 8681, + "Ġdecentral": 26515, + "Ġdecentralized": 32870, + "Ġdeception": 40451, + "Ġdeci": 46358, + "Ġdecid": 21937, + "Ġdecide": 4536, + "Ġdecided": 3047, + "Ġdecides": 14898, + "Ġdeciding": 17990, + "Ġdecimal": 26601, + "Ġdecipher": 49859, + "Ġdecir": 10235, + "Ġdecis": 18206, + "Ġdecision": 3537, + "Ġdecisions": 5327, + "Ġdecisive": 34998, + "Ġdeck": 9341, + "Ġdecks": 32607, + "Ġdecl": 7488, + "Ġdeclar": 16694, + "Ġdeclaration": 27606, + "Ġdeclare": 19710, + "Ġdeclared": 15489, + "Ġdeclaring": 40374, + "Ġdecline": 15635, + "Ġdeclined": 29213, + "Ġdeclining": 34298, + "Ġdecomp": 22867, + "Ġdecomposition": 48356, + "Ġdeconst": 49473, + "Ġdecor": 7919, + "Ġdecorate": 24229, + "Ġdecorated": 28422, + "Ġdecorating": 39172, + "Ġdecoration": 26538, + "Ġdecorations": 32367, + "Ġdecorative": 35185, + "Ġdecre": 6853, + "Ġdecrease": 11514, + "Ġdecreased": 24436, + "Ġdecreases": 24108, + "Ġdecreasing": 23223, + "Ġdecree": 41071, + "ĠdecÃŃa": 37599, + "Ġded": 4172, + "Ġdedans": 48680, + "Ġdedi": 19731, + "Ġdedic": 37071, + "Ġdedicate": 30718, + "Ġdedicated": 8374, + "Ġdedication": 21813, + "Ġdedim": 31848, + "Ġdeduct": 31513, + "Ġdeduction": 46385, + "Ġdeed": 30299, + "Ġdeeds": 24539, + "Ġdeemed": 27637, + "Ġdeep": 2452, + "Ġdeepen": 45806, + "Ġdeeper": 7731, + "Ġdeepest": 28288, + "Ġdeeply": 8760, + "Ġdeer": 17120, + "Ġdef": 1060, + "Ġdefault": 7576, + "Ġdefe": 7486, + "Ġdefeat": 11785, + "Ġdefeated": 15563, + "Ġdefeating": 38381, + "Ġdefect": 16445, + "Ġdefects": 32655, + "Ġdefence": 25913, + "Ġdefend": 8602, + "Ġdefendant": 34053, + "Ġdefended": 34135, + "Ġdefender": 26537, + "Ġdefenders": 36063, + "Ġdefending": 21377, + "Ġdefens": 47746, + "Ġdefense": 7654, + "Ġdefenses": 35989, + "Ġdefensive": 16468, + "Ġdefer": 25704, + "Ġdefic": 19248, + "Ġdeficiency": 37500, + "Ġdeficit": 22132, + "Ġdeficits": 49616, + "Ġdefin": 1561, + "Ġdefine": 6964, + "Ġdefined": 7642, + "Ġdefines": 23122, + "Ġdefining": 17827, + "Ġdefinit": 28781, + "Ġdefinite": 25131, + "Ġdefinitely": 2138, + "Ġdefinition": 7123, + "Ġdefinitions": 21988, + "Ġdefinitive": 28152, + "Ġdeflect": 41373, + "Ġdeform": 36094, + "Ġdeformation": 34364, + "Ġdeg": 2821, + "Ġdegener": 40520, + "Ġdegli": 32079, + "Ġdegrad": 24740, + "Ġdegradation": 40519, + "Ġdegree": 4314, + "Ġdegrees": 5310, + "Ġdeh": 36892, + "Ġdehyd": 32102, + "Ġdei": 13874, + "Ġdein": 25641, + "Ġdeine": 28395, + "Ġdeinen": 49362, + "Ġdeity": 37939, + "Ġdeix": 9963, + "Ġdeixa": 26208, + "Ġdeixar": 19701, + "Ġdej": 21259, + "Ġdeja": 38260, + "Ġdejar": 24391, + "Ġdel": 1103, + "Ġdela": 21820, + "Ġdelay": 8577, + "Ġdelayed": 20268, + "Ġdelays": 28610, + "Ġdele": 16376, + "Ġdeleg": 15824, + "Ġdelegate": 40999, + "Ġdelegates": 45756, + "Ġdelegation": 36602, + "Ġdeles": 30789, + "Ġdelete": 12097, + "Ġdeleted": 22981, + "Ġdeleting": 48946, + "Ġdeliber": 14207, + "Ġdeliberate": 30515, + "Ġdeliberately": 23506, + "Ġdelic": 29831, + "Ġdelicate": 21417, + "Ġdelicious": 4809, + "Ġdelight": 11627, + "Ġdelighted": 18783, + "Ġdelightful": 35194, + "Ġdeliver": 4239, + "Ġdelivered": 10144, + "Ġdeliveries": 46448, + "Ġdelivering": 14666, + "Ġdelivers": 24860, + "Ġdelivery": 8982, + "Ġdell": 19781, + "Ġdella": 11618, + "Ġdelle": 16485, + "Ġdels": 23724, + "Ġdelta": 8289, + "Ġdelve": 43098, + "Ġdem": 1371, + "Ġdemain": 44389, + "Ġdemais": 36879, + "Ġdemand": 4733, + "Ġdemande": 26982, + "Ġdemanded": 28276, + "Ġdemander": 39169, + "Ġdemanding": 19960, + "Ġdemands": 15107, + "Ġdemandé": 48468, + "Ġdemasi": 35259, + "Ġdemasiado": 39820, + "Ġdeme": 35465, + "Ġdemek": 32491, + "Ġdement": 29950, + "Ġdementia": 31734, + "Ġdemi": 42188, + "Ġdemise": 45982, + "ĠdemiÅŁ": 46334, + "Ġdemo": 10723, + "Ġdemocr": 6366, + "Ġdemocracy": 10528, + "Ġdemocrat": 37221, + "Ġdemocratic": 15337, + "Ġdemocrats": 47665, + "Ġdemographic": 26331, + "Ġdemographics": 36884, + "Ġdemokrat": 49432, + "Ġdemol": 26933, + "Ġdemon": 14283, + "Ġdemonic": 41297, + "Ġdemons": 19733, + "Ġdemonst": 5516, + "Ġdemonstrate": 11698, + "Ġdemonstrated": 18772, + "Ġdemonstrates": 31034, + "Ġdemonstrating": 29889, + "Ġdemonstration": 16520, + "Ġdemonstrations": 34714, + "Ġdemos": 33788, + "Ġdemost": 41556, + "Ġdemás": 34682, + "Ġden": 1441, + "Ġdenen": 19998, + "Ġdengan": 13877, + "Ġdenial": 28754, + "Ġdenied": 17774, + "Ġdenim": 43535, + "Ġdenk": 21285, + "Ġdenke": 27245, + "Ġdenken": 28780, + "Ġdenkt": 38658, + "Ġdenn": 10471, + "Ġdenomin": 16244, + "Ġdenominator": 20687, + "Ġdenote": 45708, + "Ġdens": 24505, + "Ġdense": 18011, + "Ġdensity": 10305, + "Ġdent": 7059, + "Ġdental": 24473, + "Ġdentist": 28666, + "Ġdentro": 10856, + "Ġdeny": 15744, + "Ġdenying": 30363, + "Ġdep": 1367, + "Ġdepart": 9110, + "Ġdeparted": 47018, + "Ġdepartment": 5882, + "Ġdepartments": 15326, + "Ġdeparture": 25866, + "Ġdepend": 5672, + "Ġdepende": 47091, + "Ġdependence": 31704, + "Ġdependencies": 36606, + "Ġdependency": 33621, + "Ġdependent": 12334, + "Ġdepending": 5413, + "Ġdepends": 5946, + "Ġdepict": 31553, + "Ġdepicted": 30207, + "Ġdepiction": 47740, + "Ġdepicts": 48949, + "Ġdepl": 37546, + "Ġdeploy": 7274, + "Ġdeployed": 17826, + "Ġdeploying": 34198, + "Ġdeployment": 19317, + "Ġdepois": 13880, + "Ġdeport": 33485, + "Ġdepos": 19930, + "Ġdeposit": 19107, + "Ġdeposited": 42002, + "Ġdeposits": 30958, + "Ġdepreci": 40609, + "Ġdepress": 44248, + "Ġdepressed": 18713, + "Ġdepressing": 36355, + "Ġdepression": 10799, + "Ġdepri": 27095, + "Ġdeprived": 42086, + "Ġdepth": 7161, + "Ġdepths": 28439, + "Ġdepuis": 16062, + "Ġdeputy": 26692, + "Ġder": 1163, + "Ġdere": 15969, + "Ġderecho": 39055, + "Ġderechos": 47508, + "Ġderen": 48300, + "Ġderiv": 10151, + "Ġderivative": 13760, + "Ġderivatives": 33733, + "Ġderive": 28446, + "Ġderived": 18949, + "Ġderm": 33080, + "Ġdermat": 43706, + "Ġderni": 20562, + "Ġdernier": 29332, + "Ġdernière": 29028, + "Ġderrière": 31465, + "Ġders": 39636, + "Ġdes": 730, + "Ġdesaf": 34587, + "Ġdesap": 36546, + "Ġdesapare": 42316, + "Ġdesar": 21464, + "Ġdesarroll": 32501, + "Ġdesarrollo": 38295, + "Ġdesc": 7471, + "Ġdescend": 16333, + "Ġdescendants": 31693, + "Ġdescended": 41311, + "Ġdescending": 40182, + "Ġdescent": 23475, + "Ġdescob": 31700, + "Ġdescobrir": 45900, + "Ġdescon": 49801, + "Ġdescri": 2189, + "Ġdescribe": 6786, + "Ġdescribed": 7619, + "Ġdescribes": 15626, + "Ġdescribing": 16141, + "Ġdescript": 31280, + "Ġdescription": 3855, + "Ġdescriptions": 24406, + "Ġdescriptive": 42585, + "Ġdescrição": 42051, + "Ġdescub": 32592, + "Ġdesde": 10188, + "Ġdese": 27118, + "Ġdesem": 38850, + "Ġdesen": 18291, + "Ġdesenvol": 28683, + "Ġdesenvolv": 47835, + "Ġdesert": 11029, + "Ġdeserted": 47983, + "Ġdeserve": 9948, + "Ġdeserved": 27964, + "Ġdeserves": 17037, + "Ġdeserving": 48781, + "Ġdeshalb": 28457, + "Ġdesign": 1715, + "Ġdesignated": 21688, + "Ġdesignation": 40838, + "Ġdesigned": 4761, + "Ġdesigner": 11795, + "Ġdesigners": 16196, + "Ġdesigning": 14685, + "Ġdesigns": 11347, + "Ġdesirable": 30533, + "Ġdesire": 7516, + "Ġdesired": 14721, + "Ġdesires": 18005, + "Ġdesk": 10026, + "Ġdesktop": 14502, + "Ġdesp": 4887, + "Ġdespair": 25763, + "Ġdesper": 10679, + "Ġdesperate": 17601, + "Ġdesperately": 23726, + "Ġdesperation": 48980, + "Ġdespite": 7228, + "Ġdesprés": 42237, + "Ġdespués": 15283, + "Ġdess": 6874, + "Ġdessa": 18554, + "Ġdessas": 40083, + "Ġdesse": 17864, + "Ġdessert": 14593, + "Ġdesserts": 37913, + "Ġdesses": 36409, + "Ġdessus": 30677, + "Ġdest": 2677, + "Ġdesta": 45943, + "Ġdestac": 46393, + "Ġdeste": 38738, + "Ġdestin": 40254, + "Ġdestination": 12236, + "Ġdestinations": 37787, + "Ġdestined": 33169, + "Ġdestiny": 17893, + "Ġdestro": 15311, + "Ġdestroy": 5293, + "Ġdestroyed": 8937, + "Ġdestroying": 19926, + "Ġdestroys": 36714, + "Ġdestru": 34235, + "Ġdestruction": 13563, + "Ġdestructive": 26960, + "Ġdeswegen": 26482, + "Ġdet": 1141, + "Ġdetach": 43245, + "Ġdetached": 42050, + "Ġdetail": 2607, + "Ġdetailed": 9942, + "Ġdetailing": 42459, + "Ġdetails": 4365, + "Ġdetained": 41452, + "Ġdetal": 33185, + "Ġdetect": 5531, + "Ġdetected": 21896, + "Ġdetecting": 40237, + "Ġdetection": 17784, + "Ġdetective": 25571, + "Ġdetector": 25712, + "Ġdetectors": 46866, + "Ġdetention": 31291, + "Ġdeter": 15092, + "Ġdeterior": 26431, + "Ġdeterm": 3618, + "Ġdetermin": 15957, + "Ġdeterminant": 41296, + "Ġdetermination": 18432, + "Ġdetermine": 6997, + "Ġdetermined": 9540, + "Ġdetermines": 24799, + "Ġdetermining": 23751, + "Ġdeton": 39920, + "Ġdetox": 34904, + "Ġdetriment": 35430, + "Ġdetrimental": 45694, + "Ġdetta": 48888, + "Ġdette": 47126, + "Ġdetto": 41031, + "Ġdeu": 25661, + "Ġdeutlich": 24344, + "Ġdeuts": 23004, + "Ġdeutsche": 47502, + "Ġdeutschen": 39707, + "Ġdeux": 8208, + "Ġdeuxième": 29112, + "Ġdev": 1905, + "Ġdevam": 25645, + "Ġdevant": 28982, + "Ġdevast": 13959, + "Ġdevastated": 34880, + "Ġdevastating": 21280, + "Ġdeve": 17761, + "Ġdevelop": 1499, + "Ġdeveloped": 4743, + "Ġdeveloper": 10754, + "Ġdevelopers": 8849, + "Ġdeveloping": 6416, + "Ġdevelopment": 3250, + "Ġdevelopmental": 30160, + "Ġdevelopments": 20862, + "Ġdevelops": 25453, + "Ġdeven": 43115, + "Ġdevenir": 41271, + "Ġdever": 40739, + "Ġdevi": 31219, + "Ġdeviation": 25163, + "Ġdevice": 4302, + "Ġdevices": 5759, + "Ġdevient": 42100, + "Ġdevil": 13297, + "Ġdevo": 49717, + "Ġdevoir": 48920, + "Ġdevot": 13697, + "Ġdevote": 23184, + "Ġdevoted": 21815, + "Ġdevotees": 46960, + "Ġdevotion": 30671, + "Ġdevrait": 43356, + "Ġdew": 48745, + "Ġdez": 45057, + "Ġdeze": 18040, + "ĠdeÄŁ": 7725, + "ĠdeÄŁer": 47584, + "ĠdeÄŁil": 9920, + "ĠdeÄŁild": 49587, + "ĠdeÄŁiÅŁ": 30435, + "Ġdi": 1026, + "Ġdia": 6801, + "Ġdiab": 33227, + "Ġdiabetes": 13881, + "Ġdiabetic": 50238, + "Ġdiagn": 7234, + "Ġdiagnose": 36238, + "Ġdiagnosed": 16899, + "Ġdiagnosis": 15217, + "Ġdiagnost": 43215, + "Ġdiagnostic": 27897, + "Ġdiagon": 17405, + "Ġdiagonal": 21539, + "Ġdiagram": 10686, + "Ġdiagrams": 36709, + "Ġdial": 5502, + "Ġdialect": 24652, + "Ġdialog": 19308, + "Ġdialogue": 10221, + "Ġdialogues": 45551, + "Ġdiam": 7484, + "Ġdiameter": 14196, + "Ġdiamond": 16059, + "Ġdiamonds": 22612, + "Ġdiaper": 45121, + "Ġdiapers": 48496, + "Ġdiaphrag": 46711, + "Ġdiarr": 37565, + "Ġdiarrhea": 41282, + "Ġdiary": 26492, + "Ġdias": 21084, + "Ġdib": 23064, + "Ġdibuj": 46621, + "Ġdic": 14285, + "Ġdice": 10313, + "Ġdicen": 33816, + "Ġdich": 10390, + "Ġdicho": 27346, + "Ġdicht": 48774, + "Ġdiciendo": 42797, + "Ġdick": 18659, + "Ġdict": 12569, + "Ġdictate": 36071, + "Ġdictator": 42852, + "Ġdictators": 34708, + "Ġdictatorship": 44349, + "Ġdiction": 22352, + "Ġdictionary": 25890, + "Ġdid": 630, + "Ġdidn": 994, + "Ġdidnt": 38634, + "Ġdie": 978, + "Ġdied": 4539, + "Ġdies": 2714, + "Ġdiese": 6705, + "Ġdiesel": 21258, + "Ġdiesem": 10975, + "Ġdiesen": 12862, + "Ġdieser": 9053, + "Ġdieses": 12113, + "Ġdiet": 6339, + "Ġdieta": 37967, + "Ġdietary": 37421, + "Ġdiets": 33867, + "Ġdiez": 48165, + "Ġdif": 679, + "Ġdifer": 10918, + "Ġdiferen": 18959, + "Ġdiferencia": 38844, + "Ġdiferente": 20973, + "Ġdiferentes": 17686, + "Ġdiferença": 38336, + "Ġdiff": 7593, + "Ġdiffer": 743, + "Ġdifference": 2649, + "Ġdifferences": 7300, + "Ġdifferent": 819, + "Ġdifferenti": 27372, + "Ġdifferential": 15756, + "Ġdifferentiate": 23203, + "Ġdifferentiation": 38902, + "Ġdifferently": 7614, + "Ġdiffers": 37761, + "Ġdiffic": 2204, + "Ġdifficile": 26607, + "Ġdifficult": 2252, + "Ġdifficulties": 14399, + "Ġdifficulty": 10360, + "Ġdiffuse": 42165, + "Ġdiffusion": 25242, + "Ġdiffé": 14397, + "Ġdifférence": 45952, + "Ġdifférent": 19384, + "Ġdifférentes": 35438, + "Ġdifférents": 33948, + "Ġdific": 29615, + "ĠdifÃŃ": 16774, + "ĠdifÃŃcil": 17258, + "Ġdig": 2528, + "Ġdigamos": 36430, + "Ġdigest": 13884, + "Ġdigestion": 40560, + "Ġdigestive": 32696, + "Ġdigging": 17343, + "Ġdigit": 14293, + "Ġdigital": 4562, + "Ġdigitally": 36938, + "Ġdigits": 27011, + "Ġdign": 15308, + "Ġdignity": 19672, + "Ġdigo": 22990, + "Ġdij": 47709, + "Ġdije": 39414, + "Ġdijo": 27024, + "Ġdikk": 48926, + "Ġdil": 11504, + "Ġdile": 25623, + "Ġdilemma": 34312, + "Ġdilig": 47646, + "Ġdiligence": 40046, + "Ġdiligent": 50251, + "Ġdiligently": 49013, + "Ġdim": 5013, + "Ġdime": 36330, + "Ġdimension": 10139, + "Ġdimensional": 18795, + "Ġdimensions": 12819, + "Ġdimin": 15739, + "Ġdiminish": 48696, + "Ġdiminished": 40206, + "Ġdin": 3791, + "Ġdinero": 27923, + "Ġding": 21211, + "Ġdingen": 40870, + "Ġdings": 32724, + "Ġdinheiro": 23760, + "Ġdining": 17874, + "Ġdinner": 6148, + "Ġdinosaur": 23627, + "Ġdinosaurs": 25851, + "Ġdio": 31965, + "Ġdiode": 40787, + "Ġdiox": 18982, + "Ġdioxide": 19590, + "Ġdip": 10460, + "Ġdipl": 11432, + "Ġdiplom": 20053, + "Ġdiploma": 35770, + "Ġdiplomacy": 35184, + "Ġdiplomatic": 26553, + "Ġdipped": 45162, + "Ġdipping": 35584, + "Ġdips": 47814, + "Ġdir": 4746, + "Ġdire": 1264, + "Ġdirect": 2047, + "Ġdirectamente": 46230, + "Ġdirected": 12898, + "Ġdirectement": 37297, + "Ġdirecting": 26979, + "Ġdirection": 3513, + "Ġdirectional": 42242, + "Ġdirections": 11095, + "Ġdirective": 45444, + "Ġdirectly": 3838, + "Ġdirector": 5391, + "Ġdirectors": 17307, + "Ġdirectory": 21120, + "Ġdireito": 36601, + "Ġdirekt": 20315, + "Ġdiret": 48196, + "Ġdirig": 35243, + "Ġdirt": 11483, + "Ġdirty": 9360, + "Ġdis": 717, + "Ġdisabilities": 13367, + "Ġdisability": 11090, + "Ġdisable": 28362, + "Ġdisabled": 15191, + "Ġdisad": 15828, + "Ġdisadvant": 26380, + "Ġdisadvantage": 24292, + "Ġdisadvantaged": 46826, + "Ġdisadvantages": 37431, + "Ġdisag": 10414, + "Ġdisagre": 23926, + "Ġdisagree": 14091, + "Ġdisagreement": 38947, + "Ġdisapp": 4518, + "Ġdisappe": 6657, + "Ġdisappear": 11596, + "Ġdisappearance": 37049, + "Ġdisappeared": 13954, + "Ġdisappearing": 34900, + "Ġdisappears": 25527, + "Ġdisappoint": 8505, + "Ġdisappointed": 13856, + "Ġdisappointing": 25054, + "Ġdisappointment": 28175, + "Ġdisast": 42103, + "Ġdisaster": 11293, + "Ġdisasters": 27966, + "Ġdisastrous": 44502, + "Ġdisbel": 36105, + "Ġdisc": 2983, + "Ġdiscard": 31597, + "Ġdiscarded": 45469, + "Ġdiscern": 30868, + "Ġdischarge": 21718, + "Ġdischarged": 37081, + "Ġdisci": 6507, + "Ġdiscipl": 8644, + "Ġdisciple": 32100, + "Ġdisciples": 17209, + "Ġdiscipline": 13635, + "Ġdisciplined": 40061, + "Ġdisciplines": 21919, + "Ġdiscl": 17092, + "Ġdisclaimer": 40896, + "Ġdisclose": 36146, + "Ġdisclosure": 30392, + "Ġdisco": 3622, + "Ġdiscomfort": 28552, + "Ġdisconnect": 14299, + "Ġdisconnected": 29426, + "Ġdiscontin": 31420, + "Ġdiscord": 32989, + "Ġdiscount": 11635, + "Ġdiscounts": 37930, + "Ġdiscour": 21497, + "Ġdiscouraged": 35010, + "Ġdiscours": 43609, + "Ġdiscourse": 23938, + "Ġdiscover": 4411, + "Ġdiscovered": 6941, + "Ġdiscoveries": 28400, + "Ġdiscovering": 24773, + "Ġdiscovers": 44522, + "Ġdiscovery": 12114, + "Ġdiscret": 25656, + "Ġdiscrete": 27706, + "Ġdiscretion": 30140, + "Ġdiscrimin": 20828, + "Ġdiscriminate": 47833, + "Ġdiscrimination": 15973, + "Ġdiscs": 37525, + "Ġdiscuss": 2248, + "Ġdiscussed": 7152, + "Ġdiscussing": 10850, + "Ġdiscussion": 5017, + "Ġdiscussions": 11088, + "Ġdiscut": 42085, + "Ġdise": 3814, + "Ġdisease": 4752, + "Ġdiseases": 11044, + "Ġdisent": 37313, + "Ġdisfr": 37114, + "Ġdisg": 14116, + "Ġdisgr": 32632, + "Ġdisgrace": 41702, + "Ġdisgu": 23333, + "Ġdisguise": 32751, + "Ġdisgusting": 17552, + "Ġdish": 5025, + "Ġdishes": 10814, + "Ġdishon": 37127, + "Ġdishwas": 35992, + "Ġdishwasher": 38009, + "Ġdisinfect": 33334, + "Ġdisintegr": 45354, + "Ġdisk": 12355, + "Ġdisks": 41617, + "Ġdiskut": 36760, + "Ġdisl": 43186, + "Ġdislike": 26006, + "Ġdisloc": 39025, + "Ġdism": 12456, + "Ġdismant": 30506, + "Ġdismiss": 16974, + "Ġdismissed": 29970, + "Ġdisobed": 49171, + "Ġdisorder": 13399, + "Ġdisorders": 20261, + "Ġdisp": 4920, + "Ġdispar": 14548, + "Ġdisparities": 32514, + "Ġdisparity": 47415, + "Ġdispatch": 36729, + "Ġdispers": 24631, + "Ġdispersed": 48059, + "Ġdispl": 14996, + "Ġdisplaced": 33692, + "Ġdisplacement": 21899, + "Ġdisplay": 4674, + "Ġdisplayed": 16372, + "Ġdisplaying": 36834, + "Ġdisplays": 20119, + "Ġdispon": 23311, + "Ġdispos": 15885, + "Ġdisposable": 41578, + "Ġdisposal": 26400, + "Ġdispose": 42537, + "Ġdisposit": 34769, + "Ġdisposition": 40293, + "Ġdisproportion": 28734, + "Ġdisproportionately": 43397, + "Ġdisput": 37669, + "Ġdispute": 25379, + "Ġdisputes": 39666, + "Ġdisreg": 36405, + "Ġdisregard": 44493, + "Ġdisrespect": 27058, + "Ġdisrespectful": 47750, + "Ġdisrupt": 14124, + "Ġdisrupted": 42271, + "Ġdisruption": 28751, + "Ġdisruptive": 37865, + "Ġdiss": 7802, + "Ġdisse": 17581, + "Ġdissect": 48332, + "Ġdissemin": 34585, + "Ġdissert": 36828, + "Ġdissertation": 39555, + "Ġdissip": 29544, + "Ġdisso": 20088, + "Ġdissoci": 44446, + "Ġdissol": 15840, + "Ġdissolve": 30150, + "Ġdissolved": 30651, + "Ġdist": 1483, + "Ġdistance": 4560, + "Ġdistances": 22182, + "Ġdistancing": 18567, + "Ġdistant": 17275, + "Ġdistill": 42923, + "Ġdistinct": 10644, + "Ġdistinction": 16844, + "Ġdistinctive": 27766, + "Ġdistingu": 11365, + "Ġdistinguish": 20206, + "Ġdistinguished": 21702, + "Ġdistint": 31489, + "Ġdistintos": 49337, + "Ġdistort": 37555, + "Ġdistorted": 33431, + "Ġdistortion": 28426, + "Ġdistract": 9945, + "Ġdistracted": 21658, + "Ġdistracting": 36689, + "Ġdistraction": 30217, + "Ġdistractions": 37887, + "Ġdistress": 24516, + "Ġdistrib": 4400, + "Ġdistribute": 20594, + "Ġdistributed": 12631, + "Ġdistributing": 41406, + "Ġdistribution": 7316, + "Ġdistributions": 37870, + "Ġdistributor": 49192, + "Ġdistrict": 6566, + "Ġdistricts": 16815, + "Ġdistur": 10242, + "Ġdisturb": 18071, + "Ġdisturbance": 35684, + "Ġdisturbed": 30558, + "Ġdisturbing": 21903, + "Ġdit": 6176, + "Ġditch": 25325, + "Ġdites": 48291, + "Ġdiu": 40297, + "Ġdiv": 3414, + "Ġdive": 9192, + "Ġdiver": 18558, + "Ġdivergence": 47387, + "Ġdivers": 6111, + "Ġdiverse": 9521, + "Ġdiversion": 49422, + "Ġdiversity": 8811, + "Ġdivert": 23781, + "Ġdivid": 4996, + "Ġdivide": 9845, + "Ġdivided": 6666, + "Ġdividend": 29796, + "Ġdividends": 39675, + "Ġdivides": 41347, + "Ġdividing": 26764, + "Ġdivine": 13678, + "Ġdiving": 20241, + "Ġdivis": 25974, + "Ġdivision": 10044, + "Ġdivisions": 24328, + "Ġdivor": 11861, + "Ġdivorce": 16052, + "Ġdivorced": 27670, + "Ġdivul": 47291, + "Ġdiy": 34275, + "Ġdiye": 12968, + "Ġdiyor": 17587, + "Ġdiyorsun": 38537, + "Ġdiyorum": 37190, + "Ġdiz": 12098, + "Ġdizendo": 47026, + "Ġdizer": 17159, + "Ġdizzy": 31098, + "ĠdiÄŁer": 44525, + "Ġdl": 37873, + "Ġdla": 12285, + "Ġdlatego": 32205, + "Ġdni": 46125, + "Ġdo": 360, + "Ġdoable": 41183, + "Ġdob": 27082, + "Ġdobr": 23067, + "Ġdobre": 41959, + "Ġdobry": 35884, + "Ġdobrze": 28335, + "Ġdoc": 3211, + "Ġdoch": 9243, + "Ġdock": 20929, + "Ġdocs": 45623, + "Ġdoct": 17112, + "Ġdoctor": 4631, + "Ġdoctoral": 41419, + "Ġdoctors": 8778, + "Ġdoctr": 46040, + "Ġdoctrine": 23290, + "Ġdocument": 4166, + "Ġdocumentaries": 41630, + "Ġdocumentary": 15674, + "Ġdocumentation": 14333, + "Ġdocumented": 23007, + "Ġdocumenting": 42360, + "Ġdocuments": 8512, + "Ġdod": 13886, + "Ġdodge": 27238, + "Ġdoe": 35319, + "Ġdoen": 15159, + "Ġdoes": 775, + "Ġdoesn": 1177, + "Ġdoet": 44138, + "Ġdog": 3000, + "Ġdogs": 7197, + "Ġdoin": 23503, + "Ġdoing": 884, + "Ġdois": 11854, + "Ġdoit": 19193, + "Ġdoivent": 44341, + "Ġdok": 25037, + "Ġdokument": 40858, + "ĠdokÅĤad": 45864, + "Ġdol": 17858, + "Ġdoll": 2722, + "Ġdollar": 7241, + "Ġdollars": 3808, + "Ġdolls": 29134, + "Ġdolor": 42416, + "Ġdolph": 29188, + "Ġdolphin": 46759, + "Ġdolphins": 44835, + "Ġdom": 3285, + "Ġdomain": 9274, + "Ġdomains": 25514, + "Ġdome": 27191, + "Ġdomest": 39125, + "Ġdomestic": 10939, + "Ġdomin": 8859, + "Ġdominance": 34987, + "Ġdominant": 15657, + "Ġdominate": 28246, + "Ġdominated": 23755, + "Ġdominating": 43306, + "Ġdomination": 41502, + "Ġdomu": 48465, + "Ġdon": 500, + "Ġdona": 48583, + "Ġdonate": 17751, + "Ġdonated": 23723, + "Ġdonating": 36686, + "Ġdonation": 19724, + "Ġdonations": 22705, + "Ġdonc": 5926, + "Ġdonde": 10488, + "Ġdone": 1096, + "Ġdong": 33079, + "Ġdonkey": 34834, + "Ġdonn": 33258, + "Ġdonne": 21837, + "Ġdonner": 20882, + "Ġdonné": 31165, + "Ġdonnées": 40101, + "Ġdonor": 25493, + "Ġdonors": 25521, + "Ġdont": 9400, + "Ġdonut": 33782, + "Ġdonuts": 36826, + "ĠdonÃŃt": 36311, + "Ġdoo": 27572, + "Ġdoom": 37131, + "Ġdoomed": 33847, + "Ġdoor": 2853, + "Ġdoors": 8077, + "Ġdoorway": 41992, + "Ġdop": 21900, + "Ġdopamine": 37219, + "Ġdope": 23383, + "Ġdopo": 35196, + "Ġdopp": 44862, + "Ġdor": 26313, + "Ġdorm": 12521, + "Ġdormir": 33098, + "Ġdort": 15775, + "Ġdos": 4491, + "Ġdose": 14041, + "Ġdoses": 22576, + "Ġdoss": 47831, + "Ġdost": 20568, + "ĠdostÄĻp": 48209, + "Ġdot": 5893, + "Ġdots": 15026, + "Ġdotted": 37459, + "Ġdou": 2482, + "Ġdoub": 10831, + "Ġdouble": 3834, + "Ġdoubled": 24405, + "Ġdoubles": 31634, + "Ġdoubling": 33651, + "Ġdoubt": 6385, + "Ġdoubts": 22618, + "Ġdough": 7984, + "Ġdoute": 41984, + "Ġdov": 30870, + "Ġdove": 23287, + "Ġdow": 9459, + "Ġdown": 760, + "Ġdownhill": 29929, + "Ġdownload": 5484, + "Ġdownloaded": 21748, + "Ġdownloading": 32529, + "Ġdownloads": 36553, + "Ġdowns": 21554, + "Ġdownside": 25060, + "Ġdownstairs": 20148, + "Ġdownstream": 30621, + "Ġdownt": 11655, + "Ġdowntime": 49648, + "Ġdowntown": 14209, + "Ġdownward": 24805, + "Ġdownwards": 39880, + "Ġdozen": 16654, + "Ġdozens": 18431, + "ĠdoÄŁ": 18557, + "ĠdoÄŁru": 28297, + "ĠdoÅĽwiad": 46661, + "ĠdoÅĽÄĩ": 49333, + "Ġdr": 1224, + "Ġdra": 1617, + "Ġdraft": 11206, + "Ġdrafted": 36288, + "Ġdrafting": 46378, + "Ġdrag": 5286, + "Ġdragged": 25717, + "Ġdragging": 24385, + "Ġdragon": 12165, + "Ġdragons": 27240, + "Ġdrain": 12339, + "Ġdrainage": 32973, + "Ġdrained": 37018, + "Ġdraining": 42916, + "Ġdrains": 47694, + "Ġdram": 7538, + "Ġdrama": 9412, + "Ġdramas": 36739, + "Ġdramat": 42749, + "Ġdramatic": 12023, + "Ġdramatically": 17548, + "Ġdran": 32801, + "Ġdrank": 21011, + "Ġdrastic": 36821, + "Ġdrastically": 29673, + "Ġdrauf": 22763, + "ĠdrauÃŁen": 44602, + "Ġdraw": 2642, + "Ġdrawer": 24039, + "Ġdrawers": 38302, + "Ġdrawing": 6316, + "Ġdrawings": 18618, + "Ġdrawn": 10117, + "Ġdraws": 20045, + "Ġdre": 22540, + "Ġdread": 22236, + "Ġdream": 3055, + "Ġdreamed": 26726, + "Ġdreaming": 21475, + "Ġdreams": 7505, + "Ġdrei": 16809, + "Ġdress": 5231, + "Ġdressed": 12386, + "Ġdresses": 25156, + "Ġdressing": 17211, + "Ġdrew": 12804, + "Ġdri": 1630, + "Ġdrie": 50049, + "Ġdried": 13538, + "Ġdries": 33997, + "Ġdrift": 19699, + "Ġdrifting": 37973, + "Ġdrill": 11392, + "Ġdrilled": 38210, + "Ġdrilling": 26290, + "Ġdrills": 36126, + "Ġdrin": 24534, + "Ġdrink": 2822, + "Ġdrinking": 7583, + "Ġdrinks": 12142, + "Ġdrip": 29376, + "Ġdripping": 37460, + "Ġdrive": 3332, + "Ġdriven": 9555, + "Ġdriver": 6787, + "Ġdrivers": 11590, + "Ġdrives": 11754, + "Ġdriveway": 38276, + "Ġdriving": 4840, + "Ġdrizzle": 48695, + "Ġdro": 3789, + "Ġdroit": 25971, + "Ġdroite": 37321, + "Ġdrone": 13852, + "Ġdrones": 23823, + "Ġdrop": 3270, + "Ġdropdown": 47599, + "Ġdroplets": 41573, + "Ġdropped": 8119, + "Ġdropping": 13601, + "Ġdrops": 11438, + "Ġdrought": 22900, + "Ġdrove": 13226, + "Ġdrown": 20337, + "Ġdrowned": 38233, + "Ġdrowning": 37198, + "Ġdru": 38864, + "Ġdrug": 4110, + "Ġdrugiej": 47373, + "Ġdrugs": 7766, + "Ġdruk": 47995, + "Ġdrum": 10206, + "Ġdrummer": 38535, + "Ġdrums": 20420, + "Ġdrunk": 11192, + "Ġdry": 4016, + "Ġdryer": 29880, + "Ġdrying": 22709, + "Ġdt": 36423, + "Ġdu": 1581, + "Ġdua": 40173, + "Ġdual": 11848, + "Ġduas": 19463, + "Ġdub": 18540, + "Ġdubbed": 43686, + "Ġduck": 12482, + "Ġducks": 34468, + "Ġduct": 25954, + "Ġdud": 38512, + "Ġduda": 43881, + "Ġdude": 6449, + "Ġdudes": 27717, + "Ġdue": 3462, + "Ġduel": 36296, + "Ġdues": 41753, + "Ġdug": 22954, + "Ġduh": 43763, + "Ġdul": 44012, + "Ġdull": 23471, + "Ġdulu": 31643, + "Ġdum": 16784, + "Ġdumb": 10316, + "Ġdumbbell": 39316, + "Ġdummy": 35064, + "Ġdump": 11430, + "Ġdumped": 32131, + "Ġdumping": 42224, + "Ġdumpling": 46517, + "Ġdumplings": 31721, + "Ġdun": 10234, + "Ġdungeon": 27919, + "Ġdungeons": 48347, + "Ġdunk": 33555, + "Ġdunno": 22751, + "Ġduo": 28127, + "Ġduplic": 17154, + "Ġduplicate": 23976, + "Ġdur": 4861, + "Ġdura": 43416, + "Ġdurability": 33664, + "Ġdurable": 22308, + "Ġdurant": 43941, + "Ġdurante": 14427, + "Ġduration": 16365, + "Ġdurch": 7131, + "Ġdurchaus": 42840, + "Ġduring": 1830, + "Ġdurum": 35218, + "Ġdus": 14284, + "Ġdust": 8634, + "Ġdusty": 41973, + "Ġduties": 20910, + "Ġduty": 9776, + "Ġduy": 37385, + "Ġduż": 21783, + "Ġdużo": 26673, + "Ġdw": 27379, + "Ġdwa": 35045, + "Ġdwar": 24524, + "Ġdwarf": 35527, + "Ġdwell": 24355, + "Ġdwelling": 41750, + "Ġdx": 30017, + "Ġdy": 14584, + "Ġdye": 20179, + "Ġdyed": 43199, + "Ġdying": 8639, + "Ġdynam": 5999, + "Ġdynamic": 8546, + "Ġdynamically": 43492, + "Ġdynamics": 15679, + "Ġdynasty": 32841, + "Ġdys": 15243, + "Ġdysfunction": 32002, + "Ġdz": 9758, + "Ġdzi": 31981, + "ĠdziaÅĤ": 27121, + "ĠdziaÅĤa": 37903, + "Ġdzie": 17953, + "Ġdzieci": 38612, + "ĠdzieÅĦ": 47568, + "Ġdzisiaj": 25772, + "ĠdziÄĻki": 45003, + "Ġdá": 14401, + "Ġdär": 12976, + "ĠdÃ¥": 13762, + "Ġdès": 34163, + "Ġdé": 2795, + "Ġdéb": 36529, + "Ġdébut": 22594, + "Ġdéc": 9198, + "Ġdécidé": 43206, + "Ġdécouv": 35687, + "Ġdécouvrir": 47756, + "Ġdéf": 30456, + "Ġdéfin": 40763, + "ĠdéjÃł": 12027, + "Ġdém": 22761, + "Ġdémocr": 47146, + "Ġdép": 27998, + "Ġdépart": 37745, + "Ġdépend": 45768, + "Ġdépl": 47687, + "Ġdés": 18963, + "Ġdét": 22312, + "Ġdévelop": 22558, + "Ġdévelopp": 33379, + "Ġdéveloppement": 45128, + "Ġdó": 18816, + "Ġdólares": 32596, + "Ġdónde": 34264, + "Ġdö": 26089, + "Ġdön": 24782, + "Ġdú": 39299, + "Ġdû": 42300, + "Ġdü": 19378, + "Ġdüny": 32262, + "Ġdür": 23637, + "Ġdürfen": 29493, + "ĠdÃ¼ÅŁ": 12856, + "ĠdÃ¼ÅŁÃ¼n": 21755, + "ĠdÃŃa": 12271, + "ĠdÃŃas": 19527, + "ĠdÄ±ÅŁ": 26602, + "ĠdÅĤ": 44042, + "Ġe": 308, + "ĠeBay": 33803, + "Ġeach": 1184, + "Ġeager": 18259, + "Ġeagle": 30745, + "Ġear": 1273, + "Ġearbuds": 40441, + "Ġearlier": 3071, + "Ġearliest": 20573, + "Ġearly": 2440, + "Ġearn": 6012, + "Ġearned": 12283, + "Ġearnest": 48171, + "Ġearning": 12353, + "Ġearnings": 20548, + "Ġearns": 46936, + "Ġearrings": 31902, + "Ġears": 8798, + "Ġearth": 4120, + "Ġearthly": 46262, + "Ġearthqu": 14814, + "Ġearthquake": 18778, + "Ġearthquakes": 34048, + "Ġeas": 1195, + "Ġease": 12708, + "Ġeasier": 3571, + "Ġeasiest": 12889, + "Ġeasily": 3612, + "Ġeast": 10648, + "Ġeastern": 19346, + "Ġeasy": 1858, + "Ġeat": 1862, + "Ġeaten": 12158, + "Ġeater": 40362, + "Ġeating": 3936, + "Ġeats": 18109, + "Ġeben": 11375, + "Ġebenfalls": 48977, + "Ġec": 11437, + "Ġecc": 29613, + "Ġeccentric": 42629, + "Ġech": 36803, + "Ġecho": 14300, + "Ġechoes": 47051, + "Ġecht": 13972, + "Ġeclipse": 35722, + "Ġeco": 30226, + "Ġecological": 31054, + "Ġecology": 39683, + "Ġecon": 23692, + "Ġeconom": 2520, + "Ġeconomic": 4836, + "Ġeconomical": 42473, + "Ġeconomically": 26811, + "Ġeconomics": 14564, + "Ġeconomies": 23158, + "Ġeconomist": 36696, + "Ġeconomists": 32431, + "Ġeconomy": 5010, + "Ġeconóm": 33537, + "Ġecos": 11007, + "Ġecosystem": 11311, + "Ġecosystems": 32647, + "Ġed": 1257, + "Ġede": 25959, + "Ġeden": 47727, + "Ġeder": 23252, + "Ġederim": 37749, + "Ġedge": 4691, + "Ġedges": 8819, + "Ġedible": 30666, + "Ġedit": 8129, + "Ġedited": 23016, + "Ġediting": 10000, + "Ġedition": 11377, + "Ġeditions": 44840, + "Ġeditor": 9839, + "Ġeditorial": 33412, + "Ġeditors": 31446, + "Ġedits": 41752, + "Ġediyor": 30761, + "Ġediyorum": 39203, + "Ġeduc": 2400, + "Ġeducación": 48861, + "Ġeducate": 16092, + "Ġeducated": 15872, + "Ġeducating": 28835, + "Ġeducation": 3309, + "Ġeducational": 10189, + "Ġeducator": 31237, + "Ġeducators": 22819, + "Ġeel": 47521, + "Ġeen": 3881, + "Ġeens": 31246, + "Ġeer": 25937, + "Ġeerste": 35586, + "Ġef": 31482, + "Ġefect": 22565, + "Ġefecto": 46783, + "Ġefendim": 43556, + "Ġeff": 1244, + "Ġeffect": 1802, + "Ġeffective": 4942, + "Ġeffectively": 8659, + "Ġeffectivement": 40126, + "Ġeffectiveness": 21208, + "Ġeffects": 5065, + "Ġeffet": 30960, + "Ġeffic": 4703, + "Ġefficacy": 33492, + "Ġefficiency": 10493, + "Ġefficient": 7148, + "Ġefficiently": 19621, + "Ġeffort": 4630, + "Ġefforts": 6484, + "Ġefic": 49510, + "Ġefter": 24827, + "Ġeg": 24263, + "Ġegal": 31528, + "Ġegent": 41170, + "Ġegg": 3777, + "Ġeggplant": 43018, + "Ġeggs": 6466, + "Ġego": 14495, + "Ġegy": 16524, + "Ġeh": 7670, + "Ġeher": 24332, + "Ġehkä": 47559, + "Ġehrlich": 40872, + "Ġei": 14020, + "Ġeig": 9728, + "Ġeigen": 10446, + "Ġeigene": 38549, + "Ġeigenen": 28702, + "Ġeigenlijk": 23116, + "Ġeigentlich": 10926, + "Ġeight": 3180, + "Ġeighteen": 31755, + "Ġeighth": 19495, + "Ġeighty": 26348, + "Ġein": 1343, + "Ġeine": 3018, + "Ġeinem": 6827, + "Ġeinen": 4891, + "Ġeiner": 6850, + "Ġeines": 18599, + "Ġeinf": 38627, + "Ġeinfach": 7281, + "Ġeing": 17002, + "Ġeinge": 30061, + "Ġeinges": 49821, + "Ġeinige": 28338, + "Ġeinmal": 11078, + "Ġeins": 21889, + "Ġeinz": 21586, + "Ġeinzel": 36731, + "Ġeinzige": 47743, + "Ġeither": 2139, + "Ġej": 10012, + "Ġeje": 39564, + "Ġeject": 32520, + "Ġejemplo": 13358, + "Ġejerc": 39151, + "Ġek": 13359, + "Ġeks": 30724, + "Ġel": 806, + "Ġela": 7175, + "Ġelabor": 16298, + "Ġelaborate": 20945, + "Ġelas": 23003, + "Ġelastic": 17115, + "Ġelasticity": 46260, + "Ġelbow": 18507, + "Ġelbows": 26620, + "Ġeld": 8912, + "Ġelder": 12995, + "Ġelderly": 19682, + "Ġelders": 22737, + "Ġeldest": 38096, + "Ġele": 1118, + "Ġelect": 2185, + "Ġelected": 11776, + "Ġelection": 6618, + "Ġelections": 12870, + "Ġelector": 45948, + "Ġelectoral": 28633, + "Ġelectr": 7072, + "Ġelectric": 5210, + "Ġelectrical": 12147, + "Ġelectricity": 10356, + "Ġelectro": 16717, + "Ġelectrod": 44216, + "Ġelectrode": 38346, + "Ġelectrodes": 47824, + "Ġelectroly": 39197, + "Ġelectromagn": 27528, + "Ġelectromagnetic": 32214, + "Ġelectron": 6084, + "Ġelectronic": 10092, + "Ġelectronically": 49677, + "Ġelectronics": 20611, + "Ġelectrons": 14265, + "Ġeleg": 14459, + "Ġelegant": 21117, + "Ġelekt": 26991, + "Ġelement": 4478, + "Ġelemental": 39427, + "Ġelementary": 16429, + "Ġelemento": 47961, + "Ġelementos": 35797, + "Ġelements": 4959, + "Ġelephant": 19791, + "Ġelephants": 33015, + "Ġeles": 10244, + "Ġelev": 7701, + "Ġelevate": 33054, + "Ġelevated": 23457, + "Ġelevation": 25827, + "Ġelevator": 18782, + "Ġeleven": 21090, + "Ġelf": 35565, + "Ġeli": 34486, + "Ġelig": 31089, + "Ġeligibility": 32826, + "Ġeligible": 14728, + "Ġelim": 24333, + "Ġelimin": 7892, + "Ġeliminate": 13819, + "Ġeliminated": 20308, + "Ġeliminates": 49893, + "Ġeliminating": 31203, + "Ġelimination": 29224, + "Ġelite": 17801, + "Ġelites": 44678, + "Ġelk": 44818, + "Ġelkaar": 35930, + "Ġell": 8284, + "Ġella": 18823, + "Ġellas": 38397, + "Ġelle": 8404, + "Ġeller": 12519, + "Ġelles": 23576, + "Ġello": 33549, + "Ġellos": 16353, + "Ġelo": 38682, + "Ġelong": 40786, + "Ġels": 10302, + "Ġelse": 1646, + "Ġelsewhere": 14517, + "Ġelves": 43087, + "Ġelét": 36920, + "Ġem": 846, + "Ġemail": 3796, + "Ġemailed": 45460, + "Ġemails": 12524, + "Ġeman": 28211, + "Ġemb": 4605, + "Ġemba": 32660, + "Ġembaixo": 36612, + "Ġembar": 18801, + "Ġembargo": 23955, + "Ġembark": 29832, + "Ġembarrass": 9187, + "Ġembarrassed": 16843, + "Ġembarrassing": 17299, + "Ġembarrassment": 43536, + "Ġembassy": 38012, + "Ġembed": 12240, + "Ġembedded": 16741, + "Ġemblem": 35949, + "Ġembod": 28935, + "Ġembodied": 42046, + "Ġembody": 42575, + "Ġembora": 44681, + "Ġembr": 9392, + "Ġembrace": 14038, + "Ġembraced": 28673, + "Ġembracing": 31596, + "Ġembro": 27925, + "Ġembroider": 29833, + "Ġembroidery": 43762, + "Ġembry": 31588, + "Ġemer": 4345, + "Ġemerge": 21511, + "Ġemerged": 20178, + "Ġemergen": 33983, + "Ġemergence": 36211, + "Ġemergencies": 43483, + "Ġemergency": 7473, + "Ġemerges": 38965, + "Ġemerging": 14989, + "Ġemission": 29513, + "Ġemissions": 14607, + "Ġemit": 32084, + "Ġemitted": 44897, + "Ġemo": 19611, + "Ġemoc": 28283, + "Ġemoji": 31595, + "Ġemot": 3626, + "Ġemotion": 8913, + "Ġemotional": 6863, + "Ġemotionally": 17991, + "Ġemotions": 8462, + "Ġemp": 4012, + "Ġempath": 27155, + "Ġempathy": 18701, + "Ġemperor": 20255, + "Ġempez": 18730, + "Ġempezar": 31168, + "Ġemphas": 7896, + "Ġemphasis": 16271, + "Ġemphasize": 16078, + "Ġemphasized": 34068, + "Ġemphasizes": 48856, + "Ġemphasizing": 45550, + "Ġempieza": 44577, + "Ġempir": 25790, + "Ġempire": 17506, + "Ġempirical": 31886, + "Ġemple": 36820, + "Ġemploy": 3188, + "Ġemployed": 20115, + "Ġemployee": 10738, + "Ġemployees": 6619, + "Ġemployer": 16205, + "Ġemployers": 16744, + "Ġemployment": 11949, + "Ġempower": 11071, + "Ġempowered": 27898, + "Ġempowering": 28261, + "Ġempowerment": 34825, + "Ġempre": 43223, + "Ġempres": 13627, + "Ġempresa": 22682, + "Ġempresas": 26433, + "Ġempt": 6113, + "Ġemptiness": 41993, + "Ġempty": 6707, + "Ġemulate": 45497, + "Ġen": 465, + "Ġenable": 9528, + "Ġenabled": 15172, + "Ġenables": 17077, + "Ġenabling": 23148, + "Ġenact": 25909, + "Ġenacted": 41313, + "Ġenam": 44549, + "Ġenc": 2058, + "Ġenca": 28934, + "Ġencant": 42380, + "Ġencanta": 47597, + "Ġencaps": 38745, + "Ġencara": 47287, + "Ġench": 35213, + "Ġencima": 40265, + "Ġencl": 20987, + "Ġenclosed": 42089, + "Ġenclosure": 34093, + "Ġencoding": 43430, + "Ġencompass": 28268, + "Ġencompasses": 49866, + "Ġencont": 10176, + "Ġencontra": 43621, + "Ġencontramos": 45049, + "Ġencontrar": 17525, + "Ġencore": 10122, + "Ġencoun": 7669, + "Ġencounter": 8593, + "Ġencountered": 20381, + "Ġencounters": 26310, + "Ġencour": 3959, + "Ġencourage": 5373, + "Ġencouraged": 14658, + "Ġencouragement": 25683, + "Ġencourages": 28071, + "Ġencouraging": 14580, + "Ġencry": 17972, + "Ġencrypted": 36663, + "Ġencryption": 29575, + "Ġencuent": 23708, + "Ġencuentra": 43274, + "Ġend": 917, + "Ġendanger": 31975, + "Ġendangered": 37539, + "Ġende": 19099, + "Ġendeavor": 34975, + "Ġendeavors": 49608, + "Ġended": 4590, + "Ġending": 8121, + "Ġendings": 42474, + "Ġendless": 16144, + "Ġendlessly": 44920, + "Ġendlich": 32574, + "Ġendors": 37676, + "Ġendorse": 29228, + "Ġendorsed": 50094, + "Ġendpoint": 35795, + "Ġendroit": 47390, + "Ġends": 5314, + "Ġendurance": 30325, + "Ġendure": 24732, + "Ġendured": 39017, + "Ġenduring": 36562, + "Ġenem": 7255, + "Ġenemies": 7805, + "Ġenemy": 5945, + "Ġener": 2043, + "Ġenerg": 10575, + "Ġenergetic": 24935, + "Ġenergia": 29469, + "Ġenergies": 25737, + "Ġenergized": 49231, + "Ġenergy": 2281, + "ĠenergÃŃa": 34315, + "Ġenf": 10667, + "Ġenfant": 44888, + "Ġenfants": 22649, + "Ġenfer": 27341, + "Ġenfermed": 42695, + "Ġenfim": 48937, + "Ġenfin": 25059, + "Ġenfor": 25495, + "Ġenforce": 24825, + "Ġenforced": 40953, + "Ġenforcement": 11475, + "Ġenfrent": 33771, + "Ġeng": 1741, + "Ġengag": 46730, + "Ġengage": 4683, + "Ġengaged": 8237, + "Ġengagement": 8742, + "Ġengagements": 44978, + "Ġengages": 45576, + "Ġengaging": 11268, + "Ġengine": 2848, + "Ġengineer": 11403, + "Ġengineered": 38648, + "Ġengineering": 7043, + "Ġengineers": 11955, + "Ġengines": 12982, + "Ġenglish": 32169, + "Ġengra": 25842, + "Ġenh": 10944, + "Ġenhan": 15780, + "Ġenhance": 11985, + "Ġenhanced": 21191, + "Ġenhancement": 40776, + "Ġenhances": 46628, + "Ġenhancing": 36579, + "Ġenjo": 27803, + "Ġenjoy": 2103, + "Ġenjoyable": 20305, + "Ġenjoyed": 4626, + "Ġenjoying": 9929, + "Ġenjoyment": 32013, + "Ġenjoys": 29750, + "Ġenlar": 31976, + "Ġenlight": 18690, + "Ġenlightened": 36975, + "Ġenlightenment": 34661, + "Ġenm": 48786, + "Ġenorm": 8473, + "Ġenorme": 33648, + "Ġenormous": 11322, + "Ġenormously": 39669, + "Ġenough": 1547, + "Ġenqu": 21304, + "Ġenquanto": 31749, + "Ġenrich": 18849, + "Ġenriched": 48624, + "Ġenrichment": 49900, + "Ġenroll": 12266, + "Ġenrolled": 25896, + "Ġenrollment": 22420, + "Ġens": 3489, + "Ġense": 12567, + "Ġensemble": 19492, + "Ġenseñ": 31275, + "Ġensl": 30434, + "Ġenslaved": 32119, + "Ġensuite": 25080, + "Ġensure": 5586, + "Ġensures": 28111, + "Ġensuring": 16882, + "Ġent": 948, + "Ġentails": 50133, + "Ġentend": 16612, + "Ġentender": 20054, + "Ġentendeu": 49622, + "Ġentendu": 41489, + "Ġenter": 3242, + "Ġentered": 9065, + "Ġentering": 11104, + "Ġenterprise": 14132, + "Ġenterprises": 29034, + "Ġenters": 18780, + "Ġentertain": 7655, + "Ġentertained": 44783, + "Ġentertaining": 20402, + "Ġentertainment": 12393, + "Ġentfer": 41940, + "Ġenthal": 46475, + "Ġenthalpy": 48869, + "Ġenthus": 12616, + "Ġenthusi": 18076, + "Ġenthusiasm": 23417, + "Ġenthusiastic": 28574, + "Ġenthusiasts": 45873, + "Ġentire": 2302, + "Ġentirely": 7696, + "Ġentirety": 31557, + "Ġentit": 14789, + "Ġentities": 16667, + "Ġentitled": 17838, + "Ġentity": 13977, + "Ġentonces": 13003, + "Ġentr": 8041, + "Ġentra": 22284, + "Ġentrada": 37119, + "Ġentrance": 12014, + "Ġentrar": 20913, + "Ġentre": 3962, + "Ġentreg": 32843, + "Ġentren": 45069, + "Ġentreprene": 8354, + "Ġentrepreneur": 14307, + "Ġentrepreneurial": 33094, + "Ġentrepreneurs": 12639, + "Ġentrepreneurship": 26582, + "Ġentreprises": 41657, + "Ġentrev": 39095, + "Ġentries": 23041, + "Ġentropy": 30867, + "Ġentry": 8729, + "Ġents": 12834, + "Ġentsche": 28398, + "Ġentscheiden": 44560, + "Ġentschieden": 49807, + "Ġentsprech": 29967, + "Ġentsprechend": 47823, + "Ġentste": 35955, + "Ġentwic": 28449, + "Ġentwickelt": 43208, + "Ġentão": 9071, + "Ġenv": 2267, + "Ġenvelop": 33860, + "Ġenvelope": 19989, + "Ġenvie": 24149, + "Ġenviron": 2571, + "Ġenvironment": 2823, + "Ġenvironmental": 8303, + "Ġenvironmentally": 42236, + "Ġenvironments": 12388, + "Ġenvision": 24739, + "Ġenvisioned": 47733, + "Ġenvol": 49995, + "Ġenvoy": 35351, + "Ġenvy": 30530, + "Ġenzy": 16272, + "Ġenzyme": 24521, + "Ġenzymes": 29299, + "Ġep": 2388, + "Ġepic": 13581, + "Ġepid": 13510, + "Ġepidemi": 35761, + "Ġepidemic": 20982, + "Ġepile": 41855, + "Ġepilepsy": 49680, + "Ġepis": 2927, + "Ġepisod": 39200, + "Ġepisode": 3500, + "Ġepisodes": 9313, + "Ġepisód": 42736, + "Ġepisódio": 50056, + "Ġepo": 30992, + "Ġepoxy": 45397, + "Ġepsilon": 17889, + "Ġequ": 1267, + "Ġequal": 2681, + "Ġequality": 14949, + "Ġequally": 12309, + "Ġequals": 6915, + "Ġequation": 5367, + "Ġequations": 11787, + "Ġequator": 45544, + "Ġequilib": 14204, + "Ġequilibrium": 15625, + "Ġequip": 5037, + "Ġequipment": 5927, + "Ġequipo": 30048, + "Ġequipped": 15218, + "Ġequitable": 33730, + "Ġequity": 10769, + "Ġequiv": 48726, + "Ġequival": 9052, + "Ġequivalent": 10344, + "Ġer": 1189, + "Ġera": 4249, + "Ġerad": 33078, + "Ġeram": 34664, + "Ġeran": 32762, + "Ġerase": 23525, + "Ġerased": 38359, + "Ġeraser": 46018, + "Ġere": 25022, + "Ġerect": 34201, + "Ġeres": 30065, + "Ġerf": 20228, + "Ġerfahren": 49472, + "Ġerfolg": 39447, + "Ġerfolgreich": 48270, + "Ġerg": 26585, + "Ġergon": 42735, + "Ġerhalten": 38051, + "Ġerhö": 49058, + "Ġerk": 31879, + "Ġerkennen": 45720, + "Ġerkl": 27570, + "Ġerklären": 46528, + "Ġerle": 26826, + "Ġerlebt": 47372, + "Ġerm": 25253, + "Ġern": 36061, + "Ġernst": 43412, + "Ġerosion": 32173, + "Ġerr": 45267, + "Ġerrado": 48571, + "Ġerrand": 45810, + "Ġerre": 28641, + "Ġerreichen": 39464, + "Ġerreicht": 46250, + "Ġerro": 45935, + "Ġerror": 6713, + "Ġerrors": 13603, + "Ġers": 33743, + "Ġersch": 41673, + "Ġerst": 11301, + "Ġerste": 20951, + "Ġersten": 17324, + "Ġerstmal": 38607, + "Ġeru": 20999, + "Ġeruption": 42584, + "Ġerw": 21715, + "Ġerzäh": 28337, + "Ġerzählt": 47110, + "Ġes": 785, + "Ġesa": 11342, + "Ġesas": 23388, + "Ġesc": 4721, + "Ġesca": 12663, + "Ġescal": 17871, + "Ġescape": 7615, + "Ġescaped": 20397, + "Ġescapes": 43769, + "Ġescaping": 32554, + "Ġescol": 25603, + "Ġescola": 42501, + "Ġescort": 37353, + "Ġescr": 49865, + "Ġescre": 30004, + "Ġescrever": 44909, + "Ġescri": 30598, + "Ġescrito": 49451, + "Ġescuch": 22483, + "Ġescuela": 47817, + "Ġese": 10167, + "Ġesemp": 32340, + "Ġesempio": 33627, + "Ġesf": 41614, + "Ġesfuer": 49213, + "Ġesimerk": 50029, + "Ġeso": 7287, + "Ġesos": 22411, + "Ġesp": 7089, + "Ġespa": 17488, + "Ġespacio": 33845, + "Ġespaço": 34270, + "Ġespañ": 25726, + "Ġespañol": 31177, + "Ġespe": 10049, + "Ġespec": 31620, + "Ġespecial": 15342, + "Ġespecially": 2318, + "Ġespecialmente": 41546, + "Ġespecie": 49368, + "Ġespect": 38244, + "ĠespecÃŃfic": 32741, + "Ġesper": 10045, + "Ġespera": 37862, + "Ġesperando": 46587, + "Ġesperar": 37577, + "Ġespero": 26823, + "Ġespresso": 44140, + "ĠespÃŃ": 48987, + "Ġesqu": 34611, + "Ġesque": 28147, + "Ġesquer": 40428, + "Ġess": 2097, + "Ġessa": 7208, + "Ġessas": 19277, + "Ġessay": 16238, + "Ġessayer": 32421, + "Ġessays": 35123, + "Ġesse": 6755, + "Ġessen": 41749, + "Ġessence": 12801, + "Ġessent": 47056, + "Ġessential": 7115, + "Ġessentially": 4476, + "Ġessentials": 46884, + "Ġessere": 19799, + "Ġesses": 18966, + "Ġest": 871, + "Ġesta": 5283, + "Ġestab": 3947, + "Ġestaba": 17544, + "Ġestaban": 36713, + "Ġestable": 37444, + "Ġestablish": 8327, + "Ġestablished": 7545, + "Ġestablishing": 22494, + "Ġestablishment": 20971, + "Ġestad": 39160, + "Ġestado": 18372, + "Ġestamos": 10382, + "Ġestan": 42058, + "Ġestar": 8755, + "Ġestas": 13897, + "Ġestat": 30883, + "Ġestate": 9749, + "Ġestava": 15662, + "Ġestavam": 43711, + "Ġeste": 4065, + "Ġestem": 50185, + "Ġestilo": 37470, + "Ġestim": 8017, + "Ġestimate": 12539, + "Ġestimated": 14109, + "Ġestimates": 20561, + "Ġestimation": 35701, + "Ġestiver": 46578, + "Ġesto": 7433, + "Ġestos": 12585, + "Ġestou": 17660, + "Ġestoy": 15796, + "Ġestr": 35680, + "Ġestran": 49461, + "Ġestrat": 42746, + "Ġestratég": 46603, + "Ġestre": 36665, + "Ġestrogen": 44754, + "Ġestruct": 43935, + "Ġestrut": 45899, + "Ġestud": 13542, + "Ġestudio": 44286, + "Ġestuv": 49777, + "Ġestá": 3192, + "Ġestán": 10368, + "Ġestás": 24389, + "Ġestão": 14775, + "Ġesté": 34584, + "ĠestÃł": 22093, + "Ġet": 1030, + "Ġeta": 32415, + "Ġetap": 47634, + "Ġetc": 5183, + "Ġetcetera": 22066, + "Ġetern": 10533, + "Ġeternal": 14503, + "Ġeternity": 27162, + "Ġeth": 6468, + "Ġethanol": 43150, + "Ġether": 37096, + "Ġethic": 37820, + "Ġethical": 18890, + "Ġethics": 19769, + "Ġethn": 42589, + "Ġethnic": 14363, + "Ġethnicity": 33774, + "Ġetiqu": 42177, + "Ġetme": 34469, + "Ġetmek": 46005, + "Ġett": 5431, + "Ġetti": 41523, + "Ġettä": 9894, + "Ġetwa": 28369, + "Ġetwas": 9569, + "Ġeu": 2228, + "Ġeuch": 10403, + "Ġeuh": 32678, + "Ġeure": 32845, + "Ġeuro": 14206, + "Ġeurop": 22139, + "Ġeurope": 27207, + "Ġeuropé": 32055, + "Ġeuros": 14160, + "Ġeux": 22648, + "Ġev": 1073, + "Ġevac": 20245, + "Ġevacuate": 48570, + "Ġevacuation": 42740, + "Ġevalu": 6133, + "Ġevaluate": 13059, + "Ġevaluated": 25509, + "Ġevaluating": 27479, + "Ġevaluation": 13344, + "Ġevaluations": 43085, + "Ġevangel": 24546, + "Ġevangelical": 45471, + "Ġevapor": 26315, + "Ġeve": 34225, + "Ġeven": 754, + "Ġevening": 5634, + "Ġevenings": 42835, + "Ġevenly": 17658, + "Ġevent": 2280, + "Ġevento": 40655, + "Ġevents": 3931, + "Ġeventual": 33160, + "Ġeventually": 4728, + "Ġever": 1562, + "Ġeverlasting": 43710, + "Ġevery": 633, + "Ġeverybody": 2201, + "Ġeveryday": 7429, + "Ġeveryone": 1518, + "Ġeverything": 1203, + "Ġeverytime": 46162, + "Ġeverywhere": 5315, + "Ġevet": 38016, + "Ġeviden": 43699, + "Ġevidence": 4467, + "Ġevident": 16371, + "Ġevil": 6724, + "Ġevitar": 31326, + "Ġevol": 7117, + "Ġevolution": 9303, + "Ġevolutionary": 27567, + "Ġevolve": 16693, + "Ġevolved": 14178, + "Ġevolves": 43737, + "Ġevolving": 21085, + "Ġew": 43364, + "Ġex": 454, + "Ġexacer": 38362, + "Ġexacerb": 38819, + "Ġexact": 1900, + "Ġexactamente": 48686, + "Ġexactement": 38111, + "Ġexactly": 2293, + "Ġexagger": 19123, + "Ġexaggerated": 36196, + "Ġexam": 1139, + "Ġexamination": 23874, + "Ġexamine": 17496, + "Ġexamined": 30972, + "Ġexamining": 34662, + "Ġexample": 1365, + "Ġexamples": 5110, + "Ġexams": 20514, + "Ġexatamente": 35937, + "Ġexc": 1624, + "Ġexca": 24933, + "Ġexcav": 34351, + "Ġexceed": 14048, + "Ġexceeded": 38026, + "Ġexceeds": 43305, + "Ġexcel": 24015, + "Ġexcell": 45817, + "Ġexcellence": 21268, + "Ġexcellent": 7103, + "Ġexcept": 3993, + "Ġexception": 11183, + "Ġexceptional": 19279, + "Ġexceptionally": 37807, + "Ġexceptions": 22847, + "Ġexcer": 42760, + "Ġexcess": 9310, + "Ġexcessive": 22704, + "Ġexch": 6210, + "Ġexchange": 7742, + "Ġexchanged": 38378, + "Ġexchanges": 27374, + "Ġexcit": 13101, + "Ġexcited": 2919, + "Ġexcitement": 14755, + "Ġexciting": 4670, + "Ġexclud": 16269, + "Ġexclude": 33536, + "Ġexcluded": 29486, + "Ġexcluding": 49999, + "Ġexclus": 15085, + "Ġexclusion": 33049, + "Ġexclusive": 13005, + "Ġexclusively": 20638, + "Ġexcus": 20974, + "Ġexcuse": 8960, + "Ġexcuses": 24666, + "Ġexec": 4454, + "Ġexecut": 7568, + "Ġexecute": 14483, + "Ġexecuted": 17577, + "Ġexecuting": 32368, + "Ġexecution": 15058, + "Ġexecutive": 10140, + "Ġexecutives": 28485, + "Ġexem": 9659, + "Ġexempel": 34999, + "Ġexempl": 24112, + "Ġexemple": 12223, + "Ġexemplo": 16496, + "Ġexempt": 30425, + "Ġexemption": 43154, + "Ġexerc": 4057, + "Ġexercise": 5380, + "Ġexercises": 11900, + "Ġexercising": 27272, + "Ġexert": 31941, + "Ġexfol": 46935, + "Ġexh": 31052, + "Ġexha": 9059, + "Ġexhale": 19652, + "Ġexhaust": 14687, + "Ġexhausted": 17992, + "Ġexhausting": 34076, + "Ġexhaustion": 47408, + "Ġexhib": 8144, + "Ġexhibit": 20487, + "Ġexhibited": 49446, + "Ġexhibition": 14414, + "Ġexhibitions": 41522, + "Ġexhibits": 39205, + "Ġexile": 37984, + "Ġexist": 2514, + "Ġexiste": 16304, + "Ġexisted": 13135, + "Ġexistem": 44345, + "Ġexistence": 9123, + "Ġexistential": 37133, + "Ġexisting": 6741, + "Ġexists": 8198, + "Ġexit": 11043, + "Ġexiting": 48868, + "Ġexits": 44183, + "Ġexotic": 27063, + "Ġexp": 1278, + "Ġexpand": 5268, + "Ġexpanded": 14342, + "Ġexpanding": 14702, + "Ġexpands": 33706, + "Ġexpans": 9672, + "Ġexpansion": 11260, + "Ġexpansive": 46949, + "Ġexpect": 2066, + "Ġexpectancy": 42574, + "Ġexpectation": 14334, + "Ġexpectations": 9843, + "Ġexpected": 5176, + "Ġexpecting": 9650, + "Ġexpects": 33280, + "Ġexped": 19348, + "Ġexpedition": 30359, + "Ġexpelled": 44368, + "Ġexpend": 24439, + "Ġexpenditure": 40377, + "Ġexpenditures": 46381, + "Ġexpense": 18406, + "Ġexpenses": 15506, + "Ġexpensive": 5124, + "Ġexper": 1086, + "Ġexperi": 33589, + "Ġexperien": 3135, + "Ġexperience": 1752, + "Ġexperienced": 6751, + "Ġexperiences": 5235, + "Ġexperiencia": 36489, + "Ġexperiencing": 11139, + "Ġexperient": 49611, + "Ġexperiment": 5120, + "Ġexperimental": 17069, + "Ġexperimentation": 37142, + "Ġexperimenting": 29070, + "Ġexperiments": 12050, + "Ġexperiência": 41238, + "Ġexpert": 5844, + "Ġexpertise": 11769, + "Ġexperts": 8572, + "Ġexpiration": 39657, + "Ġexpire": 45447, + "Ġexpired": 36587, + "Ġexpl": 1490, + "Ġexplain": 2903, + "Ġexplained": 8825, + "Ġexplaining": 13468, + "Ġexplains": 13948, + "Ġexplan": 9045, + "Ġexplanation": 10835, + "Ġexplanations": 28708, + "Ġexplic": 28021, + "Ġexplicar": 26682, + "Ġexplicit": 13691, + "Ġexplicitly": 20803, + "Ġexplo": 12382, + "Ġexplode": 21411, + "Ġexploded": 27049, + "Ġexplodes": 42610, + "Ġexploding": 35175, + "Ġexploit": 25924, + "Ġexploitation": 33122, + "Ġexploited": 40918, + "Ġexplor": 24765, + "Ġexploration": 16197, + "Ġexplore": 6839, + "Ġexplored": 24016, + "Ġexplorer": 39680, + "Ġexplores": 45473, + "Ġexploring": 12736, + "Ġexplos": 9215, + "Ġexplosion": 15673, + "Ġexplosions": 36872, + "Ġexplosive": 24630, + "Ġexplosives": 46421, + "Ġexpon": 12680, + "Ġexponent": 37871, + "Ġexponential": 21510, + "Ġexponentially": 37330, + "Ġexport": 10725, + "Ġexported": 42055, + "Ġexporting": 44686, + "Ġexports": 31428, + "Ġexpos": 30076, + "Ġexpose": 19219, + "Ġexposed": 9495, + "Ġexposing": 33178, + "Ġexposure": 10420, + "Ġexpres": 33397, + "Ġexpress": 5109, + "Ġexpressed": 12675, + "Ġexpresses": 39204, + "Ġexpressing": 22171, + "Ġexpression": 6114, + "Ġexpressions": 15277, + "Ġexpressive": 40189, + "Ġext": 1279, + "Ġextend": 10101, + "Ġextended": 10913, + "Ġextending": 24360, + "Ġextends": 26448, + "Ġextension": 10320, + "Ġextensions": 25129, + "Ġextensive": 13246, + "Ġextensively": 32636, + "Ġextent": 8396, + "Ġexterior": 20677, + "Ġextermin": 48628, + "Ġextern": 30360, + "Ġexternal": 8320, + "Ġexternally": 40899, + "Ġextinct": 35094, + "Ġextinction": 33163, + "Ġexting": 33829, + "Ġextr": 16455, + "Ġextra": 2857, + "Ġextract": 8947, + "Ġextracted": 34086, + "Ġextracting": 49844, + "Ġextraction": 30197, + "Ġextraord": 10149, + "Ġextraordin": 27396, + "Ġextraordinarily": 34557, + "Ġextraordinary": 10581, + "Ġextrapol": 48224, + "Ġextras": 40961, + "Ġextrater": 43324, + "Ġextrem": 4040, + "Ġextreme": 8084, + "Ġextremely": 4664, + "Ġextremes": 41119, + "Ġextrêmement": 38148, + "Ġey": 9817, + "Ġeye": 3313, + "Ġeyeball": 38868, + "Ġeyeballs": 43758, + "Ġeyebr": 15713, + "Ġeyebrow": 35875, + "Ġeyebrows": 19916, + "Ġeyel": 13197, + "Ġeyelashes": 37017, + "Ġeyelid": 39386, + "Ġeyelids": 42419, + "Ġeyeliner": 30788, + "Ġeyes": 2575, + "Ġeyeshadow": 34174, + "Ġeyesight": 49887, + "Ġez": 25220, + "ĠeÄŁ": 49681, + "ĠeÅŁ": 40600, + "Ġf": 283, + "Ġfa": 2050, + "Ġfab": 5355, + "Ġfabric": 7253, + "Ġfabrication": 44820, + "Ġfabrics": 32424, + "Ġfabulous": 17692, + "Ġfac": 1915, + "Ġfacade": 46261, + "Ġface": 1851, + "Ġfacebook": 23372, + "Ġfaced": 11446, + "Ġfaces": 8475, + "Ġfacets": 49752, + "Ġfacial": 15642, + "Ġfacil": 10217, + "Ġfacile": 23670, + "Ġfacilit": 38770, + "Ġfacilitate": 20207, + "Ġfacilitating": 47558, + "Ġfacilities": 9406, + "Ġfacility": 8973, + "Ġfacing": 7170, + "Ġfact": 1186, + "Ġfaction": 37249, + "Ġfactions": 41252, + "Ġfacto": 42225, + "Ġfactor": 5952, + "Ġfactorial": 36916, + "Ġfactories": 24813, + "Ġfactors": 6771, + "Ġfactory": 9265, + "Ġfacts": 9130, + "Ġfactual": 48029, + "Ġfacult": 44137, + "Ġfaculty": 6389, + "Ġfade": 21626, + "Ġfaded": 36352, + "Ġfades": 32679, + "Ġfading": 38644, + "Ġfahren": 25593, + "Ġfail": 3061, + "Ġfailed": 7612, + "Ġfailing": 18223, + "Ġfails": 18199, + "Ġfailure": 7763, + "Ġfailures": 20774, + "Ġfaint": 21104, + "Ġfair": 3143, + "Ġfaire": 4865, + "Ġfairly": 6457, + "Ġfairness": 29765, + "Ġfairy": 19104, + "Ġfais": 12153, + "Ġfaisait": 42795, + "Ġfait": 3887, + "Ġfaites": 29902, + "Ġfaith": 4522, + "Ġfaithful": 17808, + "Ġfaj": 34001, + "Ġfak": 33647, + "Ġfake": 7592, + "Ġfakt": 21310, + "Ġfaktiskt": 35988, + "Ġfal": 3704, + "Ġfala": 21580, + "Ġfalan": 21474, + "Ġfalando": 21236, + "Ġfalar": 13536, + "Ġfale": 26772, + "Ġfalei": 29800, + "Ġfall": 2100, + "Ġfallait": 49170, + "Ġfallen": 11547, + "Ġfalling": 7440, + "Ġfalls": 8804, + "Ġfalou": 28443, + "Ġfals": 16720, + "Ġfalsch": 43340, + "Ġfalse": 7908, + "Ġfalt": 37108, + "Ġfalta": 22111, + "Ġfam": 1087, + "Ġfame": 16874, + "Ġfamil": 4085, + "Ġfamili": 42155, + "Ġfamilia": 24050, + "Ġfamiliar": 4963, + "Ġfamiliarity": 49828, + "Ġfamilies": 4466, + "Ġfamille": 28123, + "Ġfamily": 1605, + "Ġfamine": 42790, + "Ġfamoso": 49526, + "Ġfamous": 4618, + "Ġfamously": 34360, + "ĠfamÃŃlia": 26716, + "Ġfan": 3429, + "Ġfancy": 10247, + "Ġfand": 38138, + "Ġfandom": 41591, + "Ġfans": 4499, + "Ġfant": 4115, + "Ġfantas": 31255, + "Ġfantast": 30665, + "Ġfantastic": 5456, + "Ġfantasy": 13861, + "Ġfar": 1400, + "Ġfare": 11994, + "Ġfarewell": 35442, + "Ġfark": 27047, + "Ġfarklı": 43953, + "Ġfarm": 5421, + "Ġfarmer": 17891, + "Ġfarmers": 11339, + "Ġfarming": 16557, + "Ġfarms": 20366, + "Ġfart": 24575, + "Ġfarther": 20344, + "Ġfas": 30632, + "Ġfasc": 7184, + "Ġfascinated": 24597, + "Ġfascinating": 10343, + "Ġfase": 33931, + "Ġfashion": 6700, + "Ġfashionable": 40735, + "Ġfashioned": 40646, + "Ġfast": 2370, + "Ġfasten": 38716, + "Ġfaster": 4663, + "Ġfastest": 14573, + "Ġfasting": 22371, + "Ġfat": 4046, + "Ġfatal": 24069, + "Ġfate": 12738, + "Ġfather": 3086, + "Ġfathers": 23450, + "Ġfatigue": 20574, + "Ġfato": 33351, + "Ġfats": 29885, + "Ġfatto": 23228, + "Ġfatty": 24898, + "Ġfauc": 49567, + "Ġfaud": 38694, + "Ġfault": 7441, + "Ġfaults": 36090, + "Ġfaut": 8487, + "Ġfaux": 36659, + "Ġfav": 33801, + "Ġfavor": 2294, + "Ġfavorable": 29557, + "Ġfavored": 44420, + "Ġfavorite": 2954, + "Ġfavorites": 16907, + "Ġfavors": 40554, + "Ġfavour": 8182, + "Ġfavourite": 10696, + "Ġfaz": 4375, + "Ġfazem": 41748, + "Ġfazendo": 20741, + "Ġfazer": 6736, + "Ġfazla": 30611, + "Ġfaço": 38091, + "Ġfaçon": 20725, + "Ġfe": 579, + "Ġfear": 4240, + "Ġfeared": 30629, + "Ġfearful": 33014, + "Ġfearless": 44139, + "Ġfears": 15649, + "Ġfeas": 21781, + "Ġfeasible": 26648, + "Ġfeast": 23707, + "Ġfeat": 15425, + "Ġfeather": 25852, + "Ġfeathers": 27044, + "Ġfeature": 4111, + "Ġfeatured": 13822, + "Ġfeatures": 4122, + "Ġfeaturing": 19742, + "Ġfed": 4636, + "Ġfeder": 38024, + "Ġfederal": 6019, + "Ġfee": 12054, + "Ġfeed": 3154, + "Ġfeedback": 5824, + "Ġfeeder": 48778, + "Ġfeeding": 12919, + "Ġfeeds": 23712, + "Ġfeel": 841, + "Ġfeeling": 2633, + "Ġfeelings": 6640, + "Ġfeels": 3417, + "Ġfees": 13370, + "Ġfeet": 3521, + "Ġfeh": 34741, + "Ġfehlt": 47994, + "Ġfeito": 31243, + "Ġfel": 11094, + "Ġfelic": 49986, + "Ġfeliz": 28544, + "Ġfell": 5696, + "Ġfella": 49820, + "Ġfellas": 47242, + "Ġfellow": 7177, + "Ġfellows": 35595, + "Ġfellowship": 24989, + "Ġfelony": 46255, + "Ġfelt": 2762, + "Ġfem": 4010, + "Ġfemale": 6556, + "Ġfemales": 21529, + "Ġfemin": 11155, + "Ġfeminine": 24648, + "Ġfeminism": 37187, + "Ġfeminist": 26229, + "Ġfemme": 27427, + "Ġfemmes": 27997, + "Ġfen": 26830, + "Ġfence": 15422, + "Ġfences": 45796, + "Ġfender": 49746, + "Ġfent": 39395, + "Ġfer": 7202, + "Ġfera": 50169, + "Ġferm": 26558, + "Ġferment": 38300, + "Ġfermentation": 43161, + "Ġfermented": 38649, + "Ġferry": 32967, + "Ġfert": 10700, + "Ġfertig": 31362, + "Ġfertil": 18512, + "Ġfertile": 43509, + "Ġfertility": 31707, + "Ġfertilizer": 31549, + "Ġfest": 6633, + "Ġfesta": 48080, + "Ġfestival": 12091, + "Ġfestivals": 28040, + "Ġfestive": 42729, + "Ġfet": 15136, + "Ġfetch": 23673, + "Ġfeu": 29539, + "Ġfeud": 36377, + "Ġfever": 18277, + "Ġfew": 1326, + "Ġfewer": 13366, + "Ġfez": 21714, + "Ġfi": 15848, + "Ġfian": 49513, + "Ġfiance": 46552, + "Ġfib": 13116, + "Ġfiber": 12874, + "Ġfibers": 25252, + "Ġfibre": 36738, + "Ġfic": 14591, + "Ġfica": 16868, + "Ġficar": 13646, + "Ġfick": 35368, + "Ġficou": 25518, + "Ġfiction": 13266, + "Ġfictional": 28911, + "Ġfid": 24553, + "Ġfidelity": 46404, + "Ġfield": 2519, + "Ġfields": 7909, + "Ġfier": 16334, + "Ġfierce": 25341, + "Ġfiery": 43897, + "Ġfif": 5782, + "Ġfifteen": 18126, + "Ġfifth": 9266, + "Ġfifty": 13442, + "Ġfig": 2147, + "Ġfight": 2092, + "Ġfighter": 15932, + "Ġfighters": 19714, + "Ġfighting": 5237, + "Ġfights": 14512, + "Ġfigur": 31094, + "Ġfigura": 44691, + "Ġfigure": 2573, + "Ġfigured": 8932, + "Ġfigures": 9624, + "Ġfiguring": 15213, + "Ġfij": 42001, + "Ġfik": 35562, + "Ġfil": 1387, + "Ġfilament": 44280, + "Ġfile": 3991, + "Ġfiled": 18789, + "Ġfiles": 7098, + "Ġfilho": 36919, + "Ġfiling": 26854, + "Ġfill": 2836, + "Ġfille": 39216, + "Ġfilled": 6412, + "Ġfiller": 34676, + "Ġfilling": 10623, + "Ġfills": 22498, + "Ġfilm": 2007, + "Ġfilme": 26488, + "Ġfilmed": 15133, + "Ġfilming": 8869, + "Ġfilmmaker": 34700, + "Ġfilmmakers": 35018, + "Ġfilmmaking": 43133, + "Ġfilms": 7796, + "Ġfilos": 46045, + "Ġfils": 46190, + "Ġfilt": 29148, + "Ġfilter": 6608, + "Ġfiltered": 37111, + "Ġfiltering": 30822, + "Ġfilters": 15995, + "Ġfilthy": 40384, + "Ġfiltration": 43623, + "Ġfim": 31603, + "Ġfin": 962, + "Ġfinal": 2572, + "Ġfinale": 23510, + "Ġfinalement": 28623, + "Ġfinally": 2721, + "Ġfinalmente": 35577, + "Ġfinals": 25526, + "Ġfinan": 3682, + "Ġfinance": 10719, + "Ġfinances": 25123, + "Ġfinanci": 24323, + "Ġfinancial": 4669, + "Ġfinancially": 20469, + "Ġfinancing": 22286, + "Ġfinans": 38843, + "Ġfind": 915, + "Ġfinde": 17841, + "Ġfinden": 20734, + "Ġfindet": 27752, + "Ġfinding": 5006, + "Ġfindings": 16483, + "Ġfinds": 10704, + "Ġfine": 2489, + "Ġfinely": 31529, + "Ġfiner": 39130, + "Ġfines": 37989, + "Ġfinest": 28141, + "Ġfing": 3823, + "Ġfinger": 5984, + "Ġfingerna": 48880, + "Ġfingerprint": 30715, + "Ġfingerprints": 42170, + "Ġfingers": 7350, + "Ġfingert": 25948, + "Ġfingertips": 27715, + "Ġfini": 40634, + "Ġfinish": 2413, + "Ġfinished": 4335, + "Ġfinishes": 23615, + "Ġfinishing": 12693, + "Ġfinite": 19362, + "Ġfinns": 17152, + "Ġfino": 42560, + "Ġfins": 25106, + "Ġfique": 35497, + "Ġfiquei": 49647, + "Ġfir": 12159, + "Ġfire": 2610, + "Ġfirearm": 43253, + "Ġfirearms": 38398, + "Ġfired": 11777, + "Ġfirefight": 25256, + "Ġfirefighters": 37218, + "Ġfireplace": 39511, + "Ġfires": 15044, + "Ġfirewall": 36109, + "Ġfireworks": 28453, + "Ġfiring": 16045, + "Ġfirm": 6174, + "Ġfirmly": 20031, + "Ġfirms": 18055, + "Ġfirmware": 30289, + "Ġfirst": 700, + "Ġfirsthand": 38599, + "Ġfirstly": 27376, + "Ġfis": 36609, + "Ġfiscal": 15897, + "Ġfish": 3506, + "Ġfisher": 20698, + "Ġfisherman": 48657, + "Ġfishermen": 42670, + "Ġfishes": 41734, + "Ġfishing": 10180, + "Ġfishy": 41991, + "Ġfist": 21849, + "Ġfists": 49384, + "Ġfit": 3318, + "Ġfitness": 15303, + "Ġfits": 9001, + "Ġfitt": 48876, + "Ġfitted": 26321, + "Ġfitting": 15669, + "Ġfive": 1732, + "Ġfix": 3191, + "Ġfixed": 6806, + "Ġfixes": 32539, + "Ġfixing": 19442, + "Ġfixture": 47680, + "Ġfiz": 21000, + "Ġfizer": 46627, + "Ġfl": 932, + "Ġfla": 46338, + "Ġflag": 7166, + "Ġflags": 23265, + "Ġflagship": 30400, + "Ġflakes": 35392, + "Ġflame": 13287, + "Ġflames": 23743, + "Ġflaming": 45718, + "Ġflank": 36318, + "Ġflap": 30781, + "Ġflaps": 50065, + "Ġflare": 32446, + "Ġflash": 7319, + "Ġflashes": 39665, + "Ġflashing": 31049, + "Ġflashlight": 30835, + "Ġflashy": 47873, + "Ġflat": 4962, + "Ġflats": 43075, + "Ġflatten": 24183, + "Ġflatter": 41247, + "Ġflattering": 49722, + "Ġflav": 37737, + "Ġflavor": 6813, + "Ġflavored": 37261, + "Ġflavors": 16303, + "Ġflavour": 22190, + "Ġflavours": 49450, + "Ġflaw": 13717, + "Ġflawed": 38823, + "Ġflawless": 45693, + "Ġflaws": 27108, + "Ġfle": 7025, + "Ġfled": 24114, + "Ġflee": 25146, + "Ġfleeing": 41885, + "Ġfleet": 19396, + "Ġflesh": 12497, + "Ġflew": 15728, + "Ġflex": 5896, + "Ġflexibility": 12635, + "Ġflexible": 11358, + "Ġflick": 22774, + "Ġflies": 17414, + "Ġflight": 7018, + "Ġflights": 21089, + "Ġflip": 7929, + "Ġflipped": 26273, + "Ġflipping": 26886, + "Ġflips": 40249, + "Ġflirt": 40532, + "Ġflirting": 45777, + "Ġflo": 2591, + "Ġfloat": 15706, + "Ġfloating": 12607, + "Ġfloats": 37878, + "Ġflock": 34819, + "Ġflood": 10481, + "Ġflooded": 31594, + "Ġflooding": 24132, + "Ġfloods": 35536, + "Ġfloor": 4123, + "Ġfloors": 21008, + "Ġflop": 25343, + "Ġflor": 37342, + "Ġfloral": 38900, + "Ġfloss": 49697, + "Ġflour": 7693, + "Ġflourish": 38311, + "Ġflow": 3095, + "Ġflower": 8617, + "Ġflowers": 8085, + "Ġflowing": 13974, + "Ġflown": 34536, + "Ġflows": 12867, + "Ġflu": 5029, + "Ġfluct": 23448, + "Ġfluctuations": 45276, + "Ġfluent": 40799, + "Ġfluff": 41533, + "Ġfluffy": 22778, + "Ġfluid": 9113, + "Ġfluids": 33033, + "Ġfluor": 40540, + "Ġfluores": 32471, + "Ġfluorescent": 46735, + "Ġflush": 19568, + "Ġflute": 33088, + "Ġflux": 19298, + "Ġfly": 3603, + "Ġflying": 7137, + "Ġfo": 726, + "Ġfoam": 12958, + "Ġfoarte": 46499, + "Ġfocal": 26592, + "Ġfocus": 1879, + "Ġfocused": 5178, + "Ġfocuses": 16109, + "Ġfocusing": 8416, + "Ġfod": 47698, + "Ġfog": 13648, + "Ġfoi": 6901, + "Ġfoil": 22444, + "Ġfois": 9576, + "Ġfol": 3339, + "Ġfold": 4860, + "Ġfolded": 23940, + "Ġfolder": 10820, + "Ġfolders": 31082, + "Ġfolding": 25335, + "Ġfolds": 31341, + "Ġfoliage": 49767, + "Ġfolk": 15748, + "Ġfolklore": 49195, + "Ġfolks": 4024, + "Ġfoll": 25483, + "Ġfollow": 1524, + "Ġfollowed": 6263, + "Ġfollower": 35413, + "Ġfollowers": 13071, + "Ġfollowing": 3480, + "Ġfollows": 10002, + "Ġfon": 17290, + "Ġfonction": 20172, + "Ġfonctionne": 49216, + "Ġfond": 9557, + "Ġfondo": 38101, + "Ġfont": 10703, + "Ġfonts": 35316, + "Ġfood": 1755, + "Ġfoods": 8656, + "Ġfool": 7979, + "Ġfooled": 33372, + "Ġfoolish": 23478, + "Ġfools": 38625, + "Ġfoot": 2671, + "Ġfootage": 9556, + "Ġfootball": 7346, + "Ġfooting": 45959, + "Ġfootprint": 24222, + "Ġfootprints": 45715, + "Ġfootsteps": 26883, + "Ġfor": 337, + "Ġfora": 24530, + "Ġforam": 23102, + "Ġforb": 16603, + "Ġforbid": 34117, + "Ġforbidden": 25990, + "Ġforce": 3464, + "Ġforced": 7579, + "Ġforces": 5874, + "Ġforcing": 19030, + "Ġforcé": 30137, + "Ġforcément": 31358, + "Ġfordi": 47830, + "Ġfore": 2091, + "Ġforearm": 47712, + "Ġforecast": 14330, + "Ġforecasting": 44331, + "Ġforecasts": 49421, + "Ġforefront": 27287, + "Ġforeground": 32058, + "Ġforehead": 20472, + "Ġforeign": 5329, + "Ġforeigner": 42764, + "Ġforeigners": 28201, + "Ġforemost": 18864, + "Ġforens": 32034, + "Ġforensic": 39084, + "Ġforesee": 38736, + "Ġforest": 6719, + "Ġforests": 21700, + "Ġforever": 5680, + "Ġforg": 3667, + "Ġforge": 38741, + "Ġforged": 40226, + "Ġforget": 2870, + "Ġforgetting": 25428, + "Ġforgive": 10718, + "Ġforgiven": 30391, + "Ġforgiveness": 18396, + "Ġforgiving": 37701, + "Ġforgot": 5298, + "Ġforgotten": 11832, + "Ġfork": 17716, + "Ġform": 1254, + "Ġforma": 8366, + "Ġformal": 9860, + "Ġformally": 25983, + "Ġformas": 33463, + "Ġformat": 7877, + "Ġformation": 11723, + "Ġformations": 39652, + "Ġformats": 25879, + "Ġformatting": 39366, + "Ġforme": 28670, + "Ġformed": 8693, + "Ġformer": 5819, + "Ġformerly": 34777, + "Ġformidable": 41246, + "Ġforming": 15745, + "Ġforms": 6422, + "Ġformul": 49990, + "Ġformula": 8513, + "Ġformulas": 30546, + "Ġformulate": 47881, + "Ġformulated": 48936, + "Ġformulation": 37642, + "Ġfors": 32299, + "Ġforsk": 45321, + "Ġfort": 5009, + "Ġforte": 23235, + "Ġforth": 5220, + "Ġfortress": 31826, + "Ġforts": 30589, + "Ġfortun": 10506, + "Ġfortunate": 14096, + "Ġfortunately": 25511, + "Ġfortune": 16531, + "Ġforty": 15815, + "Ġforum": 17542, + "Ġforums": 26998, + "Ġforward": 2128, + "Ġforwards": 30126, + "Ġforça": 32878, + "Ġfoss": 14090, + "Ġfosse": 24528, + "Ġfossil": 18737, + "Ġfossils": 39159, + "Ġfoster": 17114, + "Ġfot": 15418, + "Ġfoto": 19176, + "Ġfotograf": 34341, + "Ġfotos": 32301, + "Ġfou": 32012, + "Ġfought": 11391, + "Ġfoul": 23491, + "Ġfound": 1352, + "Ġfoundation": 7030, + "Ġfoundational": 32195, + "Ġfoundations": 22467, + "Ġfounded": 13234, + "Ġfounder": 14917, + "Ġfounders": 25608, + "Ġfounding": 22223, + "Ġfountain": 29451, + "Ġfour": 1451, + "Ġfourteen": 32253, + "Ġfourth": 6409, + "Ġfout": 41907, + "Ġfox": 21026, + "Ġfps": 44981, + "Ġfr": 431, + "Ġfra": 6600, + "Ġfract": 17948, + "Ġfraction": 14135, + "Ġfractions": 36058, + "Ġfracture": 36877, + "Ġfrag": 9241, + "Ġfragen": 39129, + "Ġfragile": 23847, + "Ġfragment": 26424, + "Ġfragments": 29197, + "Ġfragr": 17599, + "Ġfragrance": 25826, + "Ġfragrant": 37296, + "Ġfram": 21405, + "Ġframe": 3920, + "Ġframed": 30420, + "Ġframes": 12083, + "Ġframework": 8388, + "Ġframeworks": 29834, + "Ġframing": 28971, + "Ġfranc": 30514, + "Ġfranch": 13002, + "Ġfranchise": 16222, + "Ġfrank": 10455, + "Ġfrankly": 11939, + "Ġfrança": 43660, + "Ġfrançais": 21425, + "Ġfrançaise": 43832, + "Ġfrase": 38406, + "Ġfrater": 41168, + "Ġfraud": 14560, + "Ġfre": 2130, + "Ġfreak": 21853, + "Ġfreaked": 37853, + "Ġfreakin": 39571, + "Ġfreaking": 14612, + "Ġfree": 1737, + "Ġfreed": 21796, + "Ġfreedom": 5645, + "Ġfreedoms": 40671, + "Ġfreel": 27931, + "Ġfreelance": 47875, + "Ġfreely": 16433, + "Ġfreestyle": 40910, + "Ġfreeze": 15959, + "Ġfreezer": 20189, + "Ġfreezing": 20200, + "Ġfrei": 32542, + "Ġfreight": 37181, + "Ġfren": 33596, + "Ġfrench": 27598, + "Ġfrente": 19873, + "Ġfrequ": 4459, + "Ġfrequencies": 20250, + "Ġfrequency": 7893, + "Ġfrequent": 18004, + "Ġfrequently": 10374, + "Ġfres": 25235, + "Ġfresh": 4451, + "Ġfreshly": 34412, + "Ġfreshman": 22154, + "Ġfreshmen": 43694, + "Ġfreshwater": 50234, + "Ġfret": 24189, + "Ġfreue": 43195, + "Ġfreuen": 41913, + "Ġfrick": 46756, + "Ġfriction": 17710, + "Ġfridge": 13023, + "Ġfried": 10425, + "Ġfriend": 1277, + "Ġfriendly": 9208, + "Ġfriends": 1855, + "Ġfriendship": 13216, + "Ġfriendships": 30003, + "Ġfries": 20733, + "Ġfrig": 34697, + "Ġfright": 15545, + "Ġfrightened": 28839, + "Ġfrightening": 31043, + "Ġfringe": 38764, + "Ġfro": 9795, + "Ġfrog": 17259, + "Ġfrogs": 37107, + "Ġfrom": 490, + "Ġfront": 1868, + "Ġfrontal": 34647, + "Ġfrontier": 35853, + "Ġfrontline": 38033, + "Ġfronts": 40426, + "Ġfrost": 19623, + "Ġfrosting": 37048, + "Ġfroze": 46077, + "Ġfrozen": 12496, + "Ġfruit": 6773, + "Ġfruitful": 49795, + "Ġfruition": 48738, + "Ġfruits": 12148, + "Ġfrust": 7454, + "Ġfrustrated": 15751, + "Ġfrustrating": 16522, + "Ġfrustration": 20491, + "Ġfry": 13776, + "Ġfrying": 24596, + "ĠfrÃ¥": 13237, + "ĠfrÃ¥gor": 48306, + "ĠfrÃ¥n": 18669, + "Ġfrüh": 45029, + "Ġfrüher": 32349, + "Ġft": 31842, + "Ġfu": 8536, + "Ġfuck": 3275, + "Ġfucked": 22518, + "Ġfuckin": 20022, + "Ġfucking": 5546, + "Ġfue": 9248, + "Ġfuego": 43934, + "Ġfuel": 6616, + "Ġfueled": 45446, + "Ġfuels": 24616, + "Ġfuer": 17669, + "Ġfuera": 24818, + "Ġfueron": 28739, + "Ġfuerte": 37129, + "Ġfuerza": 39730, + "Ġfug": 31838, + "Ġfui": 27863, + "Ġfulf": 8081, + "Ġfulfil": 41054, + "Ġfulfill": 13875, + "Ġfulfilled": 21380, + "Ġfulfilling": 25800, + "Ġfulfillment": 32615, + "Ġfull": 1577, + "Ġfullest": 45154, + "Ġfullness": 45262, + "Ġfully": 4498, + "Ġfum": 43845, + "Ġfun": 1019, + "Ġfuncion": 14186, + "Ġfunciona": 26210, + "Ġfunción": 43735, + "Ġfunction": 2445, + "Ġfunctional": 11745, + "Ġfunctionality": 14980, + "Ġfunctioning": 18483, + "Ġfunctions": 6828, + "Ġfund": 2374, + "Ġfundament": 6073, + "Ġfundamental": 8088, + "Ġfundamentally": 17879, + "Ġfundamentals": 29505, + "Ġfunded": 14385, + "Ġfunding": 6137, + "Ġfundo": 40201, + "Ġfundra": 24844, + "Ġfundraising": 32643, + "Ġfunds": 8271, + "Ġfuneral": 20231, + "Ġfungi": 48772, + "Ġfungus": 39788, + "Ġfunk": 26476, + "Ġfunktion": 20454, + "Ġfunktioniert": 26160, + "Ġfunky": 33499, + "Ġfunnel": 24515, + "Ġfunniest": 42681, + "Ġfunny": 4074, + "Ġfunz": 49345, + "Ġfunção": 37588, + "Ġfur": 2687, + "Ġfurious": 33470, + "Ġfurn": 11433, + "Ġfurnace": 34046, + "Ġfurniture": 15671, + "Ġfurry": 47073, + "Ġfurther": 3052, + "Ġfury": 48887, + "Ġfus": 34326, + "Ġfuse": 31328, + "Ġfusion": 23100, + "Ġfuss": 34792, + "Ġfut": 1877, + "Ġfutur": 25840, + "Ġfuture": 2027, + "Ġfutures": 26071, + "Ġfuturistic": 44932, + "Ġfuturo": 23953, + "Ġfuzzy": 34710, + "Ġfy": 38777, + "Ġfá": 15299, + "Ġfácil": 17474, + "Ġfällt": 42870, + "ĠfÃ¥": 14251, + "ĠfÃ¥r": 14865, + "ĠfÃ¥tt": 43651, + "Ġfé": 34271, + "Ġfö": 25309, + "Ġför": 4816, + "Ġföret": 47099, + "Ġförs": 30864, + "Ġförst": 32864, + "Ġförsta": 44203, + "Ġförsö": 45020, + "Ġfø": 50177, + "Ġfør": 40314, + "Ġfüh": 18813, + "Ġführen": 35498, + "Ġführt": 39671, + "Ġfünf": 28723, + "Ġfür": 2959, + "Ġfürs": 46577, + "ĠfÃŃs": 27538, + "ĠfÃŃsica": 46436, + "Ġfır": 47305, + "Ġg": 290, + "Ġga": 5959, + "Ġgaan": 14118, + "Ġgaat": 17829, + "Ġgab": 17964, + "Ġgad": 21318, + "Ġgadget": 38090, + "Ġgadgets": 37635, + "Ġgag": 34833, + "Ġgagn": 49177, + "Ġgagner": 45343, + "Ġgain": 6052, + "Ġgained": 12634, + "Ġgaining": 19752, + "Ġgains": 16823, + "Ġgak": 30045, + "Ġgal": 7660, + "Ġgalax": 26285, + "Ġgalaxies": 28755, + "Ġgalaxy": 17639, + "Ġgalera": 31912, + "Ġgall": 8527, + "Ġgalleries": 40141, + "Ġgallery": 18378, + "Ġgallon": 30339, + "Ġgallons": 32238, + "Ġgam": 8019, + "Ġgamb": 38871, + "Ġgamble": 44128, + "Ġgambling": 27077, + "Ġgame": 1216, + "Ġgameplay": 11421, + "Ġgamer": 30266, + "Ġgamers": 26774, + "Ġgames": 2813, + "Ġgaming": 9703, + "Ġgamma": 15546, + "Ġgan": 7574, + "Ġgang": 10145, + "Ġgangs": 42834, + "Ġgangster": 50104, + "Ġganhar": 40200, + "Ġganska": 34526, + "Ġganz": 6312, + "Ġganze": 18898, + "Ġganzen": 23966, + "Ġgap": 7417, + "Ġgaps": 15031, + "Ġgar": 3691, + "Ġgarage": 14400, + "Ġgarant": 22251, + "Ġgarbage": 14150, + "Ġgard": 5628, + "Ġgarde": 47903, + "Ġgarden": 7431, + "Ġgardening": 31799, + "Ġgardens": 23803, + "Ġgarder": 47167, + "Ġgarlic": 9168, + "Ġgarment": 35084, + "Ġgarments": 44881, + "Ġgarn": 25067, + "Ġgarnish": 42430, + "Ġgars": 35542, + "Ġgas": 4211, + "Ġgases": 21452, + "Ġgasket": 47671, + "Ġgasoline": 28914, + "Ġgasps": 43035, + "Ġgast": 17898, + "Ġgat": 44092, + "Ġgate": 8539, + "Ġgates": 19792, + "Ġgateway": 28532, + "Ġgather": 5448, + "Ġgathered": 13032, + "Ġgathering": 13519, + "Ġgatherings": 36247, + "Ġgauche": 36724, + "Ġgauge": 17924, + "Ġgave": 2729, + "Ġgay": 9049, + "Ġgaz": 26232, + "Ġgaze": 24294, + "Ġgdy": 28405, + "Ġgdzie": 18922, + "ĠgdzieÅĽ": 41359, + "Ġge": 1519, + "Ġgear": 7394, + "Ġgearbox": 35291, + "Ġgeared": 35924, + "Ġgears": 20915, + "Ġgeb": 21125, + "Ġgebaut": 49203, + "Ġgebe": 29073, + "Ġgeben": 17191, + "Ġgebracht": 40744, + "Ġgebru": 33857, + "Ġgece": 48173, + "Ġged": 19238, + "Ġgedaan": 44419, + "Ġgedacht": 33296, + "Ġgee": 24105, + "Ġgeehr": 40886, + "Ġgeek": 36162, + "Ġgeen": 21773, + "Ġgeez": 46108, + "Ġgef": 11271, + "Ġgefallen": 39935, + "Ġgefragt": 42638, + "Ġgefunden": 36923, + "Ġgefähr": 41484, + "Ġgeg": 23982, + "Ġgegangen": 44415, + "Ġgegeben": 32572, + "Ġgegen": 13953, + "Ġgegenüber": 41830, + "Ġgeh": 13218, + "Ġgehabt": 37092, + "Ġgehe": 34252, + "Ġgehen": 13230, + "Ġgeht": 7095, + "Ġgehört": 21544, + "Ġgeil": 47165, + "Ġgek": 14037, + "Ġgekommen": 32732, + "Ġgel": 4087, + "Ġgelatin": 45174, + "Ġgeld": 25114, + "Ġgeldi": 22121, + "Ġgele": 20234, + "Ġgelecek": 47158, + "Ġgelen": 43353, + "Ġgelernt": 49224, + "Ġgelir": 44011, + "Ġgeliyor": 29776, + "ĠgelmiÅŁ": 45849, + "Ġgels": 39196, + "Ġgem": 7173, + "Ġgema": 46126, + "Ġgemaakt": 49666, + "Ġgemacht": 12293, + "Ġgeme": 18111, + "Ġgemeins": 22971, + "Ġgemeinsam": 29701, + "Ġgems": 29296, + "Ġgen": 1049, + "Ġgenau": 12535, + "Ġgenauso": 37694, + "Ġgender": 7898, + "Ġgene": 12186, + "Ġgener": 1337, + "Ġgeneral": 2674, + "Ġgeneralized": 44498, + "Ġgenerally": 5101, + "Ġgenerals": 41346, + "Ġgenerate": 8460, + "Ġgenerated": 10833, + "Ġgenerates": 23815, + "Ġgenerating": 17746, + "Ġgeneration": 5125, + "Ġgenerational": 48320, + "Ġgenerations": 10593, + "Ġgenerator": 19265, + "Ġgenerators": 38662, + "Ġgenere": 41553, + "Ġgeneric": 19577, + "Ġgenerosity": 30178, + "Ġgenerous": 14537, + "Ġgenerously": 48983, + "Ġgenes": 14424, + "Ġgenetic": 12462, + "Ġgenetically": 37582, + "Ġgenetics": 26516, + "Ġgenial": 48228, + "Ġgenius": 14017, + "Ġgenocide": 31867, + "Ġgenom": 41441, + "Ġgenome": 21953, + "Ġgenommen": 38715, + "Ġgenre": 11022, + "Ġgenres": 30057, + "Ġgens": 10668, + "Ġgent": 16108, + "Ġgente": 3788, + "Ġgentle": 6424, + "Ġgentleman": 15761, + "Ġgentlemen": 11669, + "Ġgently": 13073, + "Ġgenug": 33194, + "Ġgenuine": 16699, + "Ġgenuinely": 17839, + "Ġgeo": 43198, + "Ġgeograph": 25435, + "Ġgeographic": 32318, + "Ġgeographical": 39872, + "Ġgeography": 26695, + "Ġgeology": 48788, + "Ġgeomet": 12956, + "Ġgeometric": 33246, + "Ġgeometry": 18426, + "Ġgeopolit": 46615, + "Ġgep": 30979, + "Ġger": 5713, + "Ġgera": 41289, + "Ġgerade": 12117, + "Ġgeral": 35412, + "Ġgere": 18635, + "Ġgerek": 34736, + "Ġgereki": 45038, + "Ġgeri": 41018, + "Ġgerm": 19858, + "Ġgerman": 46572, + "Ġgerms": 44010, + "Ġgern": 38531, + "Ġgerne": 15689, + "Ġgerçek": 24944, + "Ġgerçekten": 35784, + "Ġges": 5019, + "Ġgesagt": 12260, + "Ġgesam": 39746, + "Ġgesch": 13511, + "Ġgeschafft": 45215, + "Ġgeschrieben": 47397, + "Ġgesehen": 21535, + "Ġgespannt": 47355, + "Ġgesprochen": 42714, + "Ġgest": 7219, + "Ġgestellt": 42259, + "Ġgesture": 22252, + "Ġgestures": 28475, + "Ġgesund": 49176, + "Ġget": 483, + "Ġgetan": 45599, + "Ġgetir": 38610, + "Ġgets": 2170, + "Ġgettin": 34568, + "Ġgetting": 1242, + "Ġgev": 47103, + "Ġgeven": 49437, + "Ġgew": 6906, + "Ġgewe": 45707, + "Ġgewesen": 27653, + "Ġgewoon": 19751, + "Ġgeworden": 26281, + "Ġgez": 18110, + "Ġgezeigt": 48661, + "Ġgeç": 13110, + "Ġgh": 33937, + "Ġghee": 45172, + "Ġghetto": 47371, + "Ġghost": 8359, + "Ġghosts": 21744, + "Ġgi": 1735, + "Ġgia": 39689, + "Ġgiant": 7410, + "Ġgiants": 31894, + "Ġgib": 4553, + "Ġgibi": 11033, + "Ġgibt": 6089, + "Ġgid": 19805, + "Ġgide": 34255, + "Ġgider": 42291, + "Ġgift": 5306, + "Ġgifted": 27104, + "Ġgifts": 11449, + "Ġgig": 8741, + "Ġgigabytes": 42741, + "Ġgigantic": 26800, + "Ġgiggles": 50032, + "Ġgigs": 34586, + "Ġgilt": 29487, + "Ġgim": 27071, + "Ġgimbal": 43667, + "Ġgimm": 37214, + "Ġgin": 36604, + "Ġging": 21924, + "Ġginger": 14966, + "Ġgio": 48508, + "Ġgiorn": 36937, + "Ġgiorno": 42202, + "Ġgir": 14703, + "Ġgiraffe": 49897, + "Ġgird": 48219, + "Ġgirl": 2013, + "Ġgirlfriend": 10369, + "Ġgirlfriends": 46558, + "Ġgirls": 4519, + "Ġgit": 18331, + "Ġgitti": 37700, + "Ġgitu": 20156, + "Ġgive": 976, + "Ġgiveaway": 23508, + "Ġgiven": 2212, + "Ġgives": 2709, + "Ġgiving": 2902, + "ĠgiÃł": 30469, + "Ġgiá»Ŀ": 28689, + "Ġgj": 20249, + "Ġgjorde": 47670, + "Ġgjort": 37420, + "Ġgl": 1563, + "Ġgla": 8771, + "Ġglac": 29700, + "Ġglacier": 48021, + "Ġglad": 5404, + "Ġgladly": 47307, + "Ġglam": 28133, + "Ġglamorous": 48760, + "Ġglance": 21094, + "Ġgland": 43284, + "Ġglands": 49533, + "Ġglare": 49159, + "Ġglass": 4276, + "Ġglasses": 10812, + "Ġglaub": 23210, + "Ġglaube": 13756, + "Ġglauben": 47139, + "Ġglaze": 39390, + "Ġgle": 48956, + "Ġgleich": 11699, + "Ġgleichen": 49069, + "Ġgleichzeitig": 44242, + "Ġgli": 17161, + "Ġglide": 41848, + "Ġglimp": 25727, + "Ġglimpse": 25838, + "Ġglitch": 23552, + "Ġglitter": 18620, + "Ġglo": 3114, + "Ġglob": 16125, + "Ġglobal": 4338, + "Ġglobalization": 40518, + "Ġglobally": 18958, + "Ġglobe": 15371, + "Ġglor": 26623, + "Ġglorious": 24026, + "Ġglory": 11924, + "Ġgloss": 19574, + "Ġglossy": 38285, + "Ġglove": 26928, + "Ġgloves": 14976, + "Ġglow": 17513, + "Ġglowing": 27064, + "Ġgluc": 19636, + "Ġglucose": 23997, + "Ġglue": 8998, + "Ġglued": 28008, + "Ġglut": 33249, + "Ġgluten": 24326, + "Ġgly": 22633, + "Ġgn": 49819, + "Ġgo": 352, + "Ġgoal": 3387, + "Ġgoals": 5493, + "Ġgoat": 23608, + "Ġgoats": 34219, + "Ġgob": 20489, + "Ġgobierno": 29254, + "Ġgod": 3044, + "Ġgoddamn": 32951, + "Ġgoddess": 24508, + "Ġgods": 14049, + "Ġgodt": 35427, + "Ġgoed": 16987, + "Ġgoes": 1709, + "Ġgogg": 36653, + "Ġgoggles": 39808, + "Ġgoin": 21582, + "Ġgoing": 516, + "Ġgol": 9988, + "Ġgold": 3821, + "Ġgolden": 9729, + "Ġgolf": 12880, + "Ġgolpe": 42032, + "Ġgon": 26307, + "Ġgone": 2780, + "Ġgonna": 799, + "Ġgoo": 33192, + "Ġgood": 665, + "Ġgoodbye": 12084, + "Ġgoodies": 44072, + "Ġgoodness": 8387, + "Ġgoods": 10179, + "Ġgoof": 30356, + "Ġgoofy": 42995, + "Ġgoog": 50061, + "Ġgoogle": 20742, + "Ġgoose": 24717, + "Ġgoosebumps": 48305, + "Ġgor": 24012, + "Ġgord": 42443, + "Ġgorgeous": 12291, + "Ġgorilla": 45066, + "Ġgosh": 6502, + "Ġgosp": 37250, + "Ġgospel": 14943, + "Ġgossip": 31788, + "Ġgost": 13188, + "Ġgosta": 39874, + "Ġgosto": 32022, + "Ġgot": 658, + "Ġgotta": 3428, + "Ġgotten": 5768, + "Ġgou": 21301, + "Ġgour": 46651, + "Ġgouvern": 24894, + "Ġgouvernement": 27504, + "Ġgover": 27526, + "Ġgovern": 1980, + "Ġgovernance": 17449, + "Ġgoverned": 35529, + "Ġgoverning": 30054, + "Ġgovernment": 2463, + "Ġgovernmental": 43391, + "Ġgovernments": 11280, + "Ġgoverno": 34685, + "Ġgovernor": 12965, + "Ġgovernors": 36571, + "Ġgown": 34428, + "Ġgr": 677, + "Ġgra": 1295, + "Ġgrab": 4444, + "Ġgrabbed": 18607, + "Ġgrabbing": 23771, + "Ġgrabs": 30028, + "Ġgrac": 11625, + "Ġgrace": 10042, + "Ġgracias": 16611, + "Ġgracious": 36113, + "Ġgrad": 2771, + "Ġgrade": 7204, + "Ġgraders": 46703, + "Ġgrades": 18041, + "Ġgradient": 16235, + "Ġgrading": 35540, + "Ġgradu": 4138, + "Ġgradual": 32890, + "Ġgradually": 13145, + "Ġgraduate": 8080, + "Ġgraduated": 13693, + "Ġgraduates": 13577, + "Ġgraduating": 18843, + "Ġgraduation": 15652, + "Ġgraffiti": 40531, + "Ġgraft": 44767, + "Ġgrain": 12837, + "Ġgrains": 22908, + "Ġgram": 21353, + "Ġgramm": 17570, + "Ġgrammar": 22317, + "Ġgrams": 11899, + "Ġgran": 9370, + "Ġgrand": 2697, + "Ġgrandchildren": 28112, + "Ġgranddaughter": 44411, + "Ġgrande": 8883, + "Ġgrandes": 16640, + "Ġgrandfather": 14754, + "Ġgrandi": 45155, + "Ġgrandma": 15766, + "Ġgrandmother": 14317, + "Ġgrandpa": 24129, + "Ġgrandparents": 21876, + "Ġgrands": 33298, + "Ġgrandson": 31657, + "Ġgranny": 44797, + "Ġgrant": 6386, + "Ġgranted": 12344, + "Ġgranting": 50204, + "Ġgrants": 16101, + "Ġgranular": 39962, + "Ġgrape": 23978, + "Ġgrapes": 28032, + "Ġgraph": 4295, + "Ġgraphic": 14089, + "Ġgraphical": 35942, + "Ġgraphics": 11837, + "Ġgraphs": 24877, + "Ġgrapp": 27165, + "Ġgrappling": 50086, + "Ġgras": 29444, + "Ġgrasp": 21743, + "Ġgrass": 8054, + "Ġgrasses": 49701, + "Ġgrassroots": 39522, + "Ġgrat": 10158, + "Ġgrate": 46214, + "Ġgrated": 43319, + "Ġgrateful": 7941, + "Ġgratitude": 16935, + "Ġgratuit": 38342, + "Ġgrav": 7427, + "Ġgrave": 12525, + "Ġgravel": 30001, + "Ġgraves": 31664, + "Ġgraveyard": 42607, + "Ġgravit": 26048, + "Ġgravitational": 28538, + "Ġgravity": 12110, + "Ġgravy": 31535, + "Ġgray": 10855, + "Ġgrazing": 48112, + "Ġgre": 6066, + "Ġgrease": 24867, + "Ġgreasy": 36401, + "Ġgreat": 869, + "Ġgreater": 5044, + "Ġgreatest": 6636, + "Ġgreatly": 14147, + "Ġgreatness": 31196, + "Ġgreed": 29230, + "Ġgreedy": 28228, + "Ġgreen": 3092, + "Ġgreenhouse": 22126, + "Ġgreens": 22897, + "Ġgreet": 12044, + "Ġgreeted": 38441, + "Ġgreeting": 28174, + "Ġgreetings": 33667, + "Ġgren": 20313, + "Ġgrenade": 31527, + "Ġgrenades": 43529, + "Ġgrew": 6109, + "Ġgrey": 16578, + "Ġgri": 17865, + "Ġgrid": 10748, + "Ġgrief": 18998, + "Ġgriev": 49260, + "Ġgrieving": 48454, + "Ġgrill": 16492, + "Ġgrille": 49011, + "Ġgrilled": 25183, + "Ġgrilling": 49961, + "Ġgrim": 36010, + "Ġgrin": 49179, + "Ġgrind": 16700, + "Ġgrinder": 41424, + "Ġgrinding": 25300, + "Ġgrip": 12007, + "Ġgrips": 38037, + "Ġgrit": 30133, + "Ġgro": 4634, + "Ġgroans": 44657, + "Ġgrocer": 11884, + "Ġgroceries": 31391, + "Ġgrocery": 14410, + "Ġgroo": 42156, + "Ġgroom": 22198, + "Ġgrooming": 49700, + "Ġgroot": 41906, + "Ġgroove": 26910, + "Ġgrooves": 49359, + "Ġgros": 18638, + "Ġgross": 11367, + "Ġgrosse": 40009, + "Ġgrote": 39928, + "Ġground": 2727, + "Ġgroundbreaking": 42491, + "Ġgrounded": 23535, + "Ġgrounding": 46727, + "Ġgrounds": 19196, + "Ġgroundwater": 40511, + "Ġgroup": 1594, + "Ġgroupe": 32980, + "Ġgrouped": 41877, + "Ġgrouping": 40149, + "Ġgroups": 3935, + "Ġgrow": 1852, + "Ġgrowers": 45946, + "Ġgrowing": 4194, + "Ġgrown": 7709, + "Ġgrows": 13156, + "Ġgrowth": 4599, + "ĠgroÃŁ": 17253, + "ĠgroÃŁe": 19691, + "ĠgroÃŁen": 23076, + "ĠgroÃŁer": 46220, + "ĠgroÃŁes": 48875, + "Ġgrues": 48238, + "Ġgrund": 30886, + "Ġgrup": 12740, + "Ġgrupo": 20190, + "Ġgrupos": 33758, + "Ġgrupp": 47477, + "Ġgry": 41974, + "Ġgráfic": 34613, + "Ġgrâce": 31180, + "ĠgrÃ¶ÃŁ": 20691, + "Ġgu": 695, + "Ġgua": 30081, + "Ġguar": 7498, + "Ġguarante": 14203, + "Ġguarantee": 10815, + "Ġguaranteed": 18031, + "Ġguarantees": 32567, + "Ġguard": 6290, + "Ġguarded": 44157, + "Ġguardian": 30355, + "Ġguardians": 40525, + "Ġguarding": 44077, + "Ġguards": 17652, + "Ġgucken": 33135, + "Ġgue": 13987, + "Ġguer": 14486, + "Ġguerra": 27542, + "Ġguerre": 31400, + "Ġguess": 2041, + "Ġguessed": 21852, + "Ġguesses": 42703, + "Ġguessing": 17939, + "Ġguest": 8341, + "Ġguests": 9804, + "Ġguid": 6489, + "Ġguidance": 10056, + "Ġguide": 5934, + "Ġguided": 19663, + "Ġguideline": 41653, + "Ġguidelines": 12470, + "Ġguides": 17007, + "Ġguiding": 25061, + "Ġguild": 37435, + "Ġguilt": 20421, + "Ġguilty": 12341, + "Ġguit": 31108, + "Ġguitar": 7531, + "Ġguitars": 36809, + "Ġgum": 19973, + "Ġgummy": 45617, + "Ġgun": 3874, + "Ġguns": 10153, + "Ġgur": 40642, + "Ġguru": 29949, + "Ġgust": 9679, + "Ġgusta": 20576, + "Ġgustado": 45221, + "ĠgustarÃŃa": 45896, + "Ġgusto": 38723, + "Ġgut": 5228, + "Ġgute": 21476, + "Ġguten": 31277, + "Ġgutes": 45859, + "Ġguts": 28560, + "Ġguy": 2146, + "Ġguys": 1074, + "Ġgw": 29255, + "Ġgy": 15823, + "Ġgym": 9222, + "Ġgymn": 35760, + "Ġgymnastics": 48461, + "Ġgä": 37612, + "Ġgäller": 48771, + "ĠgÃ¥": 22098, + "ĠgÃ¥ng": 36528, + "ĠgÃ¥r": 19831, + "Ġgé": 38462, + "Ġgén": 14575, + "Ġgénér": 45622, + "Ġgénéral": 27796, + "Ġgì": 22804, + "Ġgö": 7105, + "Ġgör": 8362, + "Ġgöra": 20541, + "Ġgörd": 27407, + "Ġgöre": 21032, + "Ġgörün": 49676, + "ĠgörÃ¼ÅŁ": 38488, + "Ġgöst": 42594, + "Ġgöster": 40968, + "Ġgöt": 39630, + "Ġgöz": 23234, + "Ġgü": 18148, + "Ġgün": 14472, + "Ġgüzel": 14746, + "Ġgüç": 48015, + "ĠgÅĤ": 18117, + "ĠgÅĤos": 43767, + "Ġh": 276, + "Ġha": 324, + "Ġhaar": 39371, + "Ġhab": 3025, + "Ġhabe": 6015, + "Ġhaben": 3084, + "Ġhaber": 15811, + "Ġhabil": 36565, + "Ġhabit": 7164, + "Ġhabitat": 20110, + "Ġhabitats": 42159, + "Ġhabits": 14100, + "Ġhabitual": 46883, + "Ġhabl": 26280, + "Ġhabla": 42135, + "Ġhablando": 29369, + "Ġhablar": 21014, + "Ġhabr": 32794, + "Ġhabt": 23660, + "ĠhabÃŃa": 16395, + "ĠhabÃŃan": 44466, + "Ġhac": 46093, + "Ġhace": 10032, + "Ġhacemos": 33839, + "Ġhacen": 27434, + "Ġhacer": 6720, + "Ġhacerlo": 32039, + "Ġhacia": 21365, + "Ġhaciendo": 20509, + "Ġhack": 10339, + "Ġhacked": 36218, + "Ġhacker": 38155, + "Ġhackers": 39766, + "Ġhacking": 31422, + "Ġhacks": 33617, + "Ġhad": 632, + "Ġhade": 25027, + "Ġhadi": 25789, + "Ġhadn": 8782, + "Ġhaft": 32329, + "Ġhag": 42386, + "Ġhaga": 46726, + "Ġhago": 38721, + "Ġhah": 17206, + "Ġhaha": 17236, + "Ġhahaha": 28142, + "Ġhai": 21822, + "Ġhail": 38157, + "Ġhair": 2578, + "Ġhaircut": 30328, + "Ġhaird": 41954, + "Ġhairs": 26525, + "Ġhairst": 30658, + "Ġhairstyle": 32770, + "Ġhairy": 42346, + "Ġhak": 35720, + "Ġhakk": 37949, + "Ġhal": 7523, + "Ġhalf": 1922, + "Ġhalfway": 15461, + "Ġhall": 6500, + "Ġhalls": 26177, + "Ġhalluc": 35212, + "Ġhallway": 23903, + "Ġhalo": 46268, + "Ġhalt": 12479, + "Ġhalten": 27184, + "Ġhalves": 38490, + "Ġham": 7852, + "Ġhamb": 25172, + "Ġhamburger": 34575, + "Ġhamm": 36600, + "Ġhammer": 13017, + "Ġhan": 7276, + "Ġhand": 1011, + "Ġhandc": 46175, + "Ġhanded": 16013, + "Ġhandful": 16458, + "Ġhandheld": 37634, + "Ġhandic": 31369, + "Ġhandicap": 45975, + "Ġhanding": 34774, + "Ġhandlar": 42572, + "Ġhandle": 4813, + "Ġhandled": 18033, + "Ġhandler": 41967, + "Ġhandles": 18722, + "Ġhandling": 13175, + "Ġhandmade": 39446, + "Ġhandout": 48785, + "Ġhands": 2377, + "Ġhandsome": 13421, + "Ġhandwriting": 39179, + "Ġhandy": 13239, + "Ġhang": 3967, + "Ġhanger": 48034, + "Ġhanging": 8345, + "Ġhangs": 35947, + "Ġhani": 45108, + "Ġhanno": 26595, + "Ġhanya": 46291, + "Ġhapp": 782, + "Ġhappen": 1051, + "Ġhappened": 2011, + "Ġhappening": 2737, + "Ġhappens": 2314, + "Ġhappier": 20423, + "Ġhappiest": 37584, + "Ġhappily": 19909, + "Ġhappiness": 8324, + "Ġhappy": 2055, + "Ġhar": 2233, + "Ġharass": 16910, + "Ġharassment": 25836, + "Ġharbor": 36947, + "Ġhard": 1152, + "Ġhardcore": 28196, + "Ġharden": 50203, + "Ġhardened": 42605, + "Ġharder": 6081, + "Ġhardest": 13158, + "Ġhardly": 13572, + "Ġhardness": 44019, + "Ġhardship": 24172, + "Ġhardships": 41351, + "Ġhardware": 8837, + "Ġhare": 39921, + "Ġhari": 33264, + "Ġharm": 6491, + "Ġharmed": 41478, + "Ġharmful": 19727, + "Ġharmless": 40160, + "Ġharmon": 14750, + "Ġharmonic": 32270, + "Ġharmony": 19410, + "Ġharms": 48505, + "Ġharness": 19700, + "Ġharp": 50093, + "Ġharsh": 14897, + "Ġhart": 36644, + "Ġharus": 28219, + "Ġharvest": 11917, + "Ġharvested": 40994, + "Ġharvesting": 35679, + "Ġhas": 575, + "Ġhash": 22019, + "Ġhasht": 17462, + "Ġhashtag": 20379, + "Ġhashtags": 50016, + "Ġhasn": 6132, + "Ġhass": 33690, + "Ġhassle": 39526, + "Ġhast": 6581, + "Ġhasta": 10764, + "Ġhat": 2385, + "Ġhatch": 17387, + "Ġhate": 4700, + "Ġhated": 17398, + "Ġhaters": 43675, + "Ġhates": 23000, + "Ġhating": 45082, + "Ġhatred": 21890, + "Ġhats": 20549, + "Ġhatte": 13299, + "Ġhatten": 20441, + "Ġhatır": 47323, + "Ġhaul": 21167, + "Ġhaunted": 24878, + "Ġhaunting": 44512, + "Ġhaut": 29032, + "Ġhav": 26139, + "Ġhave": 362, + "Ġhaven": 2378, + "Ġhaver": 41912, + "Ġhavia": 28855, + "Ġhaving": 1419, + "Ġhavoc": 47367, + "Ġhaw": 33634, + "Ġhay": 4842, + "Ġhaya": 24693, + "Ġhayat": 26918, + "Ġhayır": 40148, + "Ġhaz": 11008, + "Ġhazard": 20790, + "Ġhazardous": 40020, + "Ġhazards": 34516, + "Ġhazır": 29573, + "Ġhe": 415, + "Ġhead": 1378, + "Ġheadache": 23520, + "Ġheadaches": 35046, + "Ġheaded": 12798, + "Ġheader": 23117, + "Ġheaders": 45101, + "Ġheading": 9864, + "Ġheadlights": 38487, + "Ġheadline": 28380, + "Ġheadlines": 23867, + "Ġheadphone": 35028, + "Ġheadphones": 16278, + "Ġheadquarters": 21052, + "Ġheads": 8050, + "Ġheadset": 26850, + "Ġheal": 10526, + "Ġhealed": 20482, + "Ġhealing": 9745, + "Ġheals": 45653, + "Ġhealth": 1585, + "Ġhealthcare": 8884, + "Ġhealthier": 19580, + "Ġhealthy": 4627, + "Ġheap": 33591, + "Ġhear": 1568, + "Ġheard": 2198, + "Ġhearing": 4763, + "Ġhearings": 34052, + "Ġhears": 25688, + "Ġheart": 1917, + "Ġheartbeat": 34851, + "Ġheartbreaking": 41030, + "Ġheartfelt": 49332, + "Ġhearts": 8852, + "Ġheat": 3738, + "Ġheated": 18806, + "Ġheater": 30408, + "Ġheating": 15082, + "Ġheats": 41035, + "Ġheav": 3577, + "Ġheaven": 7162, + "Ġheavenly": 29406, + "Ġheavens": 26011, + "Ġheavier": 18279, + "Ġheavily": 10950, + "Ġheavy": 4676, + "Ġheb": 8007, + "Ġhebben": 12116, + "Ġhebt": 28339, + "Ġhecho": 13064, + "Ġheck": 12872, + "Ġhect": 37358, + "Ġhed": 33653, + "Ġhedge": 25304, + "Ġheed": 49781, + "Ġheeft": 17425, + "Ġheel": 9430, + "Ġheels": 19502, + "Ġheft": 43674, + "Ġheh": 37791, + "Ġhehe": 42683, + "Ġheight": 6681, + "Ġheightened": 46154, + "Ġheights": 25930, + "Ġhein": 16464, + "Ġheir": 30038, + "ĠheiÃŁ": 39124, + "ĠheiÃŁt": 13139, + "Ġhel": 801, + "Ġhela": 30158, + "Ġheld": 5167, + "Ġhele": 16812, + "Ġhelemaal": 33595, + "Ġhelfen": 29966, + "Ġhelicop": 16061, + "Ġhelicopter": 19803, + "Ġhelicopters": 39016, + "Ġhelium": 40175, + "Ġhell": 4921, + "Ġhello": 7751, + "Ġhelm": 29554, + "Ġhelmet": 15922, + "Ġhelmets": 42022, + "Ġhelp": 854, + "Ġhelped": 4254, + "Ġhelper": 36133, + "Ġhelpful": 4961, + "Ġhelping": 4315, + "Ġhelpless": 27596, + "Ġhelps": 3665, + "Ġhelt": 24821, + "Ġhem": 8636, + "Ġhemen": 32466, + "Ġhemisphere": 38453, + "Ġhemos": 15396, + "Ġhemp": 48266, + "Ġhen": 22253, + "Ġhence": 16678, + "Ġhep": 26299, + "Ġhepat": 48372, + "Ġheps": 38341, + "Ġher": 720, + "Ġheraus": 25089, + "Ġherb": 22662, + "Ġherbal": 44255, + "Ġherbs": 21426, + "Ġherd": 29484, + "Ġhere": 510, + "Ġheritage": 16040, + "Ġherkes": 42122, + "Ġherman": 39458, + "Ġhero": 5316, + "Ġheroes": 12332, + "Ġheroic": 32915, + "Ġheroin": 35551, + "Ġherramient": 38271, + "Ġhers": 6820, + "Ġherself": 7530, + "Ġhertz": 45830, + "Ġherum": 49675, + "Ġherzlich": 45919, + "Ġhes": 10453, + "Ġhesit": 28336, + "Ġhesitant": 36290, + "Ġhesitate": 20842, + "Ġhesitation": 36125, + "Ġhet": 3639, + "Ġheter": 20789, + "Ġheure": 30027, + "Ġheures": 28509, + "Ġheut": 42793, + "Ġheute": 9801, + "Ġhex": 23291, + "Ġhey": 4177, + "Ġhi": 4879, + "Ġhic": 23697, + "Ġhice": 50026, + "Ġhid": 16253, + "Ġhidden": 7633, + "Ġhide": 6479, + "Ġhides": 35953, + "Ġhiding": 10596, + "Ġhier": 3296, + "Ġhierarch": 35250, + "Ġhierarchy": 22333, + "Ġhigh": 1090, + "Ġhigher": 2946, + "Ġhighest": 6343, + "Ġhighlight": 5078, + "Ġhighlighted": 17173, + "Ġhighlighter": 40455, + "Ġhighlighting": 26551, + "Ġhighlights": 14254, + "Ġhighly": 5405, + "Ġhighness": 49235, + "Ġhighs": 29687, + "Ġhighway": 17205, + "Ġhighways": 43747, + "Ġhij": 10625, + "Ġhijo": 38390, + "Ġhijos": 42590, + "Ġhike": 23282, + "Ġhiking": 23784, + "Ġhil": 28315, + "Ġhilar": 18661, + "Ġhilarious": 19796, + "Ġhilft": 42493, + "Ġhill": 10997, + "Ġhills": 21379, + "Ġhim": 796, + "Ġhimself": 3647, + "Ġhin": 14102, + "Ġhina": 41844, + "Ġhinaus": 46056, + "Ġhind": 20138, + "Ġhindsight": 44357, + "Ġhine": 47551, + "Ġhing": 24895, + "Ġhinge": 28822, + "Ġhinges": 46686, + "Ġhint": 12075, + "Ġhinten": 36417, + "Ġhinter": 23219, + "Ġhints": 27271, + "Ġhip": 8103, + "Ġhipp": 27745, + "Ġhips": 15233, + "Ġhire": 11158, + "Ġhired": 13144, + "Ġhiring": 15335, + "Ġhis": 702, + "Ġhiss": 33182, + "Ġhist": 1758, + "Ġhistogram": 49816, + "Ġhistoire": 31202, + "Ġhistor": 4058, + "Ġhistoria": 18385, + "Ġhistorian": 25139, + "Ġhistorians": 26442, + "Ġhistoric": 13236, + "Ġhistorical": 8584, + "Ġhistorically": 16180, + "Ġhistories": 30631, + "Ġhistory": 2503, + "Ġhistó": 33196, + "Ġhistória": 20670, + "Ġhit": 2045, + "Ġhitch": 33259, + "Ġhits": 8664, + "Ġhitting": 8850, + "Ġhive": 42523, + "Ġhizo": 28803, + "Ġhiç": 15169, + "Ġhiçbir": 31151, + "Ġhiá»ĩn": 48079, + "Ġhj": 23731, + "Ġhjäl": 42822, + "Ġhm": 35481, + "Ġhmm": 16478, + "Ġho": 1106, + "Ġhoard": 45940, + "Ġhob": 12959, + "Ġhobbies": 35750, + "Ġhobby": 18240, + "Ġhoc": 16708, + "Ġhoch": 19783, + "Ġhockey": 22449, + "Ġhoe": 19709, + "Ġhoffe": 34903, + "Ġhog": 24855, + "Ġhogy": 14601, + "Ġhoje": 13458, + "Ġhol": 4091, + "Ġhold": 1797, + "Ġholder": 20349, + "Ġholders": 29274, + "Ġholding": 5061, + "Ġholds": 9190, + "Ġhole": 5458, + "Ġholes": 8118, + "Ġholiday": 9960, + "Ġholidays": 15734, + "Ġholiness": 44867, + "Ġholistic": 30334, + "Ġhollow": 23972, + "Ġholog": 38541, + "Ġholy": 10622, + "Ġhom": 3655, + "Ġhomage": 44073, + "Ġhombre": 26102, + "Ġhombres": 37988, + "Ġhome": 1280, + "Ġhomeland": 32494, + "Ġhomeless": 12294, + "Ġhomelessness": 28791, + "Ġhomem": 30798, + "Ġhomemade": 23336, + "Ġhomeowners": 39868, + "Ġhomepage": 31301, + "Ġhomes": 7388, + "Ġhometown": 22112, + "Ġhomework": 14578, + "Ġhomicide": 49411, + "Ġhomme": 35794, + "Ġhommes": 34795, + "Ġhomogeneous": 42632, + "Ġhomosexual": 30490, + "Ġhon": 2157, + "Ġhone": 43212, + "Ġhonest": 3245, + "Ġhonestly": 6095, + "Ġhonesty": 26839, + "Ġhoney": 8330, + "Ġhoneymoon": 48004, + "Ġhonor": 5968, + "Ġhonorable": 36322, + "Ġhonorary": 49365, + "Ġhonored": 14556, + "Ġhonoring": 38254, + "Ġhonors": 26884, + "Ġhonour": 20631, + "Ġhoo": 30663, + "Ġhood": 13376, + "Ġhoodie": 41191, + "Ġhoof": 44974, + "Ġhook": 6328, + "Ġhooked": 20410, + "Ġhooks": 26485, + "Ġhoop": 29749, + "Ġhoor": 43330, + "Ġhop": 3818, + "Ġhope": 1454, + "Ġhoped": 19737, + "Ġhopeful": 20531, + "Ġhopefully": 4696, + "Ġhopeless": 27317, + "Ġhopes": 13681, + "Ġhoping": 7159, + "Ġhopping": 47199, + "Ġhops": 47579, + "Ġhor": 2569, + "Ġhora": 15098, + "Ġhoras": 19548, + "Ġhoriz": 7937, + "Ġhorizon": 18046, + "Ġhorizont": 10908, + "Ġhorizontal": 12750, + "Ġhorizontally": 33796, + "Ġhorm": 11876, + "Ġhormone": 24211, + "Ġhormones": 22453, + "Ġhorn": 13482, + "Ġhorns": 28818, + "Ġhorr": 17582, + "Ġhorrend": 49520, + "Ġhorrible": 9263, + "Ġhorribly": 45028, + "Ġhorrific": 29248, + "Ġhorrifying": 40227, + "Ġhorror": 11501, + "Ġhors": 11912, + "Ġhorse": 6832, + "Ġhorsepower": 25250, + "Ġhorses": 13112, + "Ġhose": 20061, + "Ġhosp": 3872, + "Ġhospital": 4530, + "Ġhospitality": 31207, + "Ġhospitalized": 42340, + "Ġhospitals": 13014, + "Ġhost": 3975, + "Ġhostage": 38434, + "Ġhosted": 19204, + "Ġhostel": 48879, + "Ġhostile": 27312, + "Ġhosting": 16058, + "Ġhosts": 21573, + "Ġhot": 2368, + "Ġhotel": 7622, + "Ġhotels": 22718, + "Ġhots": 36121, + "Ġhott": 30749, + "Ġhotter": 32149, + "Ġhottest": 32780, + "Ġhou": 36621, + "Ġhour": 1773, + "Ġhourly": 48364, + "Ġhours": 2496, + "Ġhous": 4407, + "Ġhouse": 1782, + "Ġhoused": 36084, + "Ġhousehold": 9888, + "Ġhouseholds": 22850, + "Ġhousekeeping": 48033, + "Ġhouses": 8078, + "Ġhousing": 6849, + "Ġhover": 20076, + "Ġhovering": 44923, + "Ġhow": 577, + "Ġhowever": 4461, + "Ġhoy": 13775, + "ĠhoÅŁ": 37063, + "Ġhp": 34064, + "Ġhtt": 22881, + "Ġhttp": 37428, + "Ġhttps": 34426, + "Ġhu": 2137, + "Ġhub": 11838, + "Ġhubs": 46870, + "Ġhue": 24967, + "Ġhug": 8777, + "Ġhuge": 2603, + "Ġhugely": 27417, + "Ġhugging": 41706, + "Ġhugs": 42149, + "Ġhuh": 7020, + "Ġhuis": 46526, + "Ġhull": 32335, + "Ġhum": 1484, + "Ġhuman": 1952, + "Ġhumanitarian": 25096, + "Ġhumanities": 36140, + "Ġhumanity": 10243, + "Ġhumano": 30985, + "Ġhumanos": 34555, + "Ġhumans": 6255, + "Ġhumble": 16735, + "Ġhumbled": 46199, + "Ġhumid": 34649, + "Ġhumidity": 24751, + "Ġhumili": 29981, + "Ġhumility": 27106, + "Ġhumming": 34965, + "Ġhumor": 14318, + "Ġhumour": 45138, + "Ġhump": 47093, + "Ġhun": 7396, + "Ġhunch": 47630, + "Ġhundred": 3262, + "Ġhundreds": 6779, + "Ġhung": 5753, + "Ġhunger": 19229, + "Ġhungry": 8067, + "Ġhunt": 12454, + "Ġhunted": 44943, + "Ġhunter": 22970, + "Ġhunters": 29509, + "Ġhunting": 12599, + "Ġhur": 2756, + "Ġhurdle": 47423, + "Ġhurdles": 48387, + "Ġhurricane": 27136, + "Ġhurricanes": 48026, + "Ġhurry": 11025, + "Ġhurt": 4607, + "Ġhurting": 17744, + "Ġhurts": 11051, + "Ġhus": 4788, + "Ġhusband": 5213, + "Ġhusbands": 37835, + "Ġhust": 25822, + "Ġhustle": 34639, + "Ġhut": 36755, + "Ġhvad": 48160, + "Ġhvis": 45427, + "Ġhvor": 31459, + "Ġhy": 2477, + "Ġhybrid": 13051, + "Ġhyd": 5796, + "Ġhydrated": 44960, + "Ġhydration": 43631, + "Ġhydraul": 27510, + "Ġhydraulic": 32134, + "Ġhydro": 15435, + "Ġhydrogen": 12697, + "Ġhyg": 24470, + "Ġhygiene": 29541, + "Ġhyp": 7420, + "Ġhype": 24144, + "Ġhyped": 43172, + "Ġhyper": 9848, + "Ġhypert": 37488, + "Ġhypertension": 46172, + "Ġhypnot": 42944, + "Ġhypoc": 50207, + "Ġhypocr": 39419, + "Ġhypoth": 24371, + "Ġhypothes": 14276, + "Ġhypotheses": 49969, + "Ġhypothesis": 17291, + "Ġhypothetical": 33053, + "Ġhyster": 35915, + "Ġhyung": 33216, + "Ġhyvin": 36180, + "Ġhyvä": 38526, + "Ġhá": 16448, + "Ġhä": 24054, + "Ġhält": 40751, + "Ġhär": 6533, + "Ġhät": 15344, + "Ġhätte": 20041, + "Ġhätten": 33278, + "Ġhäuf": 39735, + "Ġhäufig": 47543, + "ĠhÃ¥": 24367, + "Ġhè": 49243, + "Ġhé": 32537, + "Ġhö": 13531, + "Ġhöher": 48045, + "Ġhör": 42651, + "Ġhören": 38681, + "Ġhört": 42243, + "ĠhÃłng": 48373, + "ĠhÆ¡n": 34335, + "Ġhết": 44414, + "Ġhá»į": 27700, + "Ġhá»įc": 46786, + "Ġi": 741, + "ĠiOS": 17430, + "ĠiP": 5180, + "ĠiPad": 12945, + "ĠiPh": 42048, + "ĠiPhone": 7252, + "ĠiPhones": 43793, + "ĠiT": 30882, + "ĠiTunes": 33017, + "Ġia": 20721, + "Ġib": 39073, + "Ġiba": 33423, + "Ġic": 4376, + "Ġice": 4435, + "Ġiceberg": 38880, + "Ġiced": 46091, + "Ġich": 1893, + "Ġici": 11575, + "Ġicing": 30086, + "Ġicon": 6528, + "Ġiconic": 15762, + "Ġicons": 23308, + "Ġicy": 42015, + "Ġid": 4496, + "Ġidag": 43334, + "Ġide": 1153, + "Ġidea": 1558, + "Ġideal": 7157, + "Ġideally": 22915, + "Ġideals": 30956, + "Ġideas": 3487, + "Ġidee": 49742, + "Ġideia": 26409, + "Ġident": 2473, + "Ġidentical": 14800, + "Ġidentific": 49456, + "Ġidentification": 22065, + "Ġidentified": 9234, + "Ġidentifier": 45690, + "Ġidentifies": 34597, + "Ġidentify": 5876, + "Ġidentifying": 16696, + "Ġidentities": 24239, + "Ġidentity": 6575, + "Ġideological": 35341, + "Ġideology": 23101, + "Ġidi": 18014, + "Ġidiot": 14270, + "Ġidiots": 36454, + "Ġidle": 30650, + "Ġido": 47771, + "Ġidol": 13060, + "Ġidols": 29959, + "Ġidé": 39227, + "Ġidée": 34832, + "Ġie": 43203, + "Ġiedereen": 47529, + "Ġiemand": 48687, + "Ġiets": 24791, + "Ġif": 498, + "Ġig": 8508, + "Ġigen": 31305, + "Ġign": 5335, + "Ġignite": 49609, + "Ġignition": 37031, + "Ġignor": 14698, + "Ġignorance": 25390, + "Ġignorant": 29374, + "Ġignore": 11200, + "Ġignored": 19735, + "Ġignoring": 26258, + "Ġigual": 10953, + "Ġih": 5096, + "Ġihan": 36131, + "Ġihm": 16021, + "Ġihn": 14534, + "Ġihnen": 24623, + "Ġihr": 5553, + "Ġihre": 14280, + "Ġihrem": 30859, + "Ġihren": 22347, + "Ġihrer": 23990, + "Ġiht": 36737, + "Ġik": 4320, + "Ġiki": 20739, + "Ġikke": 13076, + "Ġil": 1930, + "Ġile": 15465, + "Ġilgili": 43542, + "Ġilk": 28912, + "Ġill": 3171, + "Ġilleg": 9976, + "Ġillegal": 11905, + "Ġillegally": 39585, + "Ġillness": 10152, + "Ġillnesses": 30791, + "Ġillum": 30579, + "Ġillumin": 28593, + "Ġilluminated": 48577, + "Ġillusion": 18854, + "Ġillusions": 49836, + "Ġillust": 8490, + "Ġillustrate": 23221, + "Ġillustrated": 33875, + "Ġillustrates": 41718, + "Ġillustration": 22645, + "Ġillustrations": 34540, + "Ġils": 9047, + "Ġim": 566, + "Ġimag": 2576, + "Ġimage": 3256, + "Ġimagem": 43824, + "Ġimagen": 40652, + "Ġimagery": 24340, + "Ġimages": 5267, + "Ġimagin": 23427, + "Ġimaginar": 49048, + "Ġimaginary": 26164, + "Ġimagination": 12938, + "Ġimagine": 3811, + "Ġimagined": 16590, + "Ġimaging": 25036, + "Ġimagining": 27798, + "Ġimbalance": 43007, + "Ġimitate": 35556, + "Ġimitation": 47624, + "Ġimm": 3397, + "Ġimmature": 49539, + "Ġimmedi": 3640, + "Ġimmediate": 11629, + "Ġimmediately": 4258, + "Ġimmens": 36893, + "Ġimmense": 22920, + "Ġimmensely": 38674, + "Ġimmer": 5578, + "Ġimmers": 16787, + "Ġimmersed": 35416, + "Ġimmersion": 40348, + "Ġimmersive": 35409, + "Ġimmig": 7730, + "Ġimmigrant": 23873, + "Ġimmigrants": 16598, + "Ġimmigration": 13554, + "Ġimmin": 40728, + "Ġimminent": 44339, + "Ġimmort": 44817, + "Ġimmortal": 31414, + "Ġimmun": 13154, + "Ġimmune": 11992, + "Ġimmunity": 22701, + "Ġimp": 704, + "Ġimpact": 2712, + "Ġimpacted": 15653, + "Ġimpactful": 30842, + "Ġimpacting": 29963, + "Ġimpacto": 49687, + "Ġimpacts": 11606, + "Ġimpair": 30256, + "Ġimpaired": 36762, + "Ġimpairment": 42025, + "Ġimpart": 32177, + "Ġimpat": 31156, + "Ġimpatient": 36895, + "Ġimpe": 19643, + "Ġimpeachment": 33663, + "Ġimped": 22584, + "Ġimpedance": 36264, + "Ġimper": 10100, + "Ġimperative": 32490, + "Ġimperfect": 26714, + "Ġimperial": 21143, + "Ġimperson": 38147, + "Ġimpl": 8484, + "Ġimplant": 28309, + "Ġimplants": 43032, + "Ġimplement": 4445, + "Ġimplementation": 11420, + "Ġimplemented": 12270, + "Ġimplementing": 18114, + "Ġimplic": 10629, + "Ġimplication": 37814, + "Ġimplications": 16602, + "Ġimplicit": 26947, + "Ġimplied": 32614, + "Ġimplies": 18779, + "Ġimply": 33616, + "Ġimport": 974, + "Ġimporta": 33218, + "Ġimportance": 7379, + "Ġimportant": 1021, + "Ġimportante": 9416, + "Ġimportantes": 27963, + "Ġimportantly": 8906, + "Ġimported": 25524, + "Ġimporting": 43866, + "Ġimports": 41596, + "Ġimpos": 38396, + "Ġimpose": 26952, + "Ġimposed": 26491, + "Ġimposing": 40288, + "Ġimposs": 38802, + "Ġimpossible": 6243, + "Ġimpost": 47804, + "Ġimpres": 35672, + "Ġimpress": 6729, + "Ġimpressed": 11679, + "Ġimpression": 9995, + "Ġimpressions": 24245, + "Ġimpressive": 8992, + "Ġimprint": 44615, + "Ġimprison": 24146, + "Ġimprisoned": 35332, + "Ġimpro": 2530, + "Ġimproper": 40651, + "Ġimprov": 29424, + "Ġimprove": 3470, + "Ġimproved": 9689, + "Ġimprovement": 10444, + "Ġimprovements": 13797, + "Ġimproves": 24771, + "Ġimproving": 11470, + "Ġimprovis": 39784, + "Ġimpul": 41767, + "Ġimpulse": 26857, + "Ġin": 294, + "Ġinability": 33162, + "Ġinac": 33230, + "Ġinacc": 37957, + "Ġinaccurate": 46443, + "Ġinad": 42148, + "Ġinadequ": 35441, + "Ġinadequate": 42107, + "Ġinadvert": 49152, + "Ġinan": 33113, + "Ġinappropri": 24728, + "Ġinappropriate": 26723, + "Ġinaug": 23541, + "Ġinaugural": 48741, + "Ġinbox": 35067, + "Ġinc": 834, + "Ġincap": 30399, + "Ġincapable": 44174, + "Ġincar": 23694, + "Ġincarcer": 24650, + "Ġincarcerated": 39059, + "Ġincarceration": 41603, + "Ġincarn": 30938, + "Ġincarnation": 49988, + "Ġincense": 50202, + "Ġincent": 11903, + "Ġincentiv": 35328, + "Ġincentive": 22346, + "Ġincentives": 23374, + "Ġinception": 49834, + "Ġinch": 7227, + "Ġinches": 8478, + "Ġincidence": 41726, + "Ġincident": 9348, + "Ġincidents": 21139, + "Ġincl": 37070, + "Ġinclined": 28173, + "Ġinclu": 25520, + "Ġinclud": 1637, + "Ġinclude": 4090, + "Ġincluded": 5556, + "Ġincludes": 5974, + "Ġincluding": 3009, + "Ġinclus": 17204, + "Ġinclusion": 15874, + "Ġinclusive": 13429, + "Ġincluso": 24018, + "Ġincom": 14036, + "Ġincome": 5742, + "Ġincomes": 42458, + "Ġincoming": 22341, + "Ġincomp": 40393, + "Ġincompet": 41602, + "Ġincomplete": 31709, + "Ġincon": 20972, + "Ġincons": 22039, + "Ġinconsistent": 36891, + "Ġinconven": 28752, + "Ġinconvenient": 46196, + "Ġincor": 7121, + "Ġincorpor": 8788, + "Ġincorporate": 16091, + "Ġincorporated": 21654, + "Ġincorporates": 50193, + "Ġincorporating": 33613, + "Ġincorrect": 18424, + "Ġincorrectly": 42892, + "Ġincr": 42211, + "Ġincre": 1946, + "Ġincrease": 3488, + "Ġincreased": 6505, + "Ġincreases": 8637, + "Ġincreasing": 5662, + "Ġincreasingly": 12980, + "Ġincred": 3267, + "Ġincredible": 4651, + "Ġincredibly": 6252, + "Ġincrement": 26200, + "Ġincremental": 35759, + "ĠincreÃŃ": 46202, + "Ġincub": 33345, + "Ġincumb": 39854, + "Ġincumbent": 45539, + "Ġincur": 35774, + "Ġind": 1016, + "Ġinde": 24162, + "Ġindeed": 6451, + "Ġindem": 37185, + "Ġindent": 44494, + "Ġindepend": 4819, + "Ġindependence": 14640, + "Ġindependent": 6695, + "Ġindependently": 21761, + "Ġindex": 8186, + "Ġindic": 4694, + "Ġindicate": 13330, + "Ġindicated": 16176, + "Ġindicates": 16203, + "Ġindicating": 25604, + "Ġindication": 18877, + "Ġindications": 44450, + "Ġindicative": 47513, + "Ġindicator": 16961, + "Ġindicators": 22176, + "Ġindices": 43840, + "Ġindict": 49981, + "Ġindie": 33184, + "Ġindifferent": 48502, + "Ġindigenous": 15511, + "Ġindirect": 19523, + "Ġindirectly": 37779, + "Ġindisp": 40637, + "Ġindispens": 42937, + "Ġindispensable": 47940, + "Ġindivid": 2461, + "Ġindividual": 2609, + "Ġindividually": 16652, + "Ġindividuals": 5346, + "Ġindo": 13770, + "Ġindoor": 24029, + "Ġindoors": 29655, + "Ġindu": 13716, + "Ġinduce": 41263, + "Ġinduced": 33991, + "Ġinduct": 31612, + "Ġinduction": 33371, + "Ġindul": 28626, + "Ġindust": 2735, + "Ġindustri": 49005, + "Ġindustrial": 9987, + "Ġindustries": 13284, + "Ġindustry": 3518, + "Ġine": 7167, + "Ġineffective": 48836, + "Ġinefficient": 43495, + "Ġinequ": 25099, + "Ġinequalities": 41874, + "Ġinequality": 16970, + "Ġinert": 25832, + "Ġinertia": 37234, + "Ġinevit": 14481, + "Ġinevitable": 21451, + "Ġinevitably": 28171, + "Ġinex": 29961, + "Ġinexpensive": 28382, + "Ġinf": 1536, + "Ġinfamous": 30769, + "Ġinfant": 16757, + "Ġinfantry": 30887, + "Ġinfants": 38829, + "Ġinfect": 5888, + "Ġinfected": 15414, + "Ġinfection": 11764, + "Ġinfections": 19478, + "Ġinfectious": 26780, + "Ġinfer": 13596, + "Ġinference": 38253, + "Ġinferior": 24249, + "Ġinfilt": 29085, + "Ġinfin": 7193, + "Ġinfinite": 13785, + "Ġinfinitely": 36227, + "Ġinfinity": 13202, + "Ġinfl": 9922, + "Ġinflam": 15987, + "Ġinflamm": 16782, + "Ġinflammation": 21613, + "Ġinflammatory": 38199, + "Ġinflation": 15860, + "Ġinflict": 38137, + "Ġinflu": 4015, + "Ġinfluen": 9024, + "Ġinfluence": 6503, + "Ġinfluenced": 15269, + "Ġinfluencer": 39503, + "Ġinfluencers": 38646, + "Ġinfluences": 21222, + "Ġinfluencing": 40396, + "Ġinfluential": 22215, + "Ġinfluenza": 36408, + "Ġinfo": 13614, + "Ġinform": 1356, + "Ġinformación": 21660, + "Ġinformal": 24342, + "Ġinformation": 1589, + "Ġinformational": 49391, + "Ġinformations": 38855, + "Ġinformative": 27759, + "Ġinformação": 48403, + "Ġinformações": 42542, + "Ġinformed": 11740, + "Ġinforming": 43969, + "Ġinforms": 45320, + "Ġinfra": 23654, + "Ġinfrared": 30361, + "Ġinfrast": 6534, + "Ġinfrastructure": 6896, + "Ġinfring": 45205, + "Ġinfused": 50083, + "Ġing": 3957, + "Ġingen": 21600, + "Ġingl": 35511, + "Ġinglés": 49766, + "Ġingred": 5621, + "Ġingredient": 14751, + "Ġingredients": 6952, + "Ġinh": 47707, + "Ġinhab": 16934, + "Ġinhabit": 21863, + "Ġinhabitants": 27740, + "Ġinhabited": 47538, + "Ġinhal": 43157, + "Ġinhale": 22071, + "Ġinher": 9484, + "Ġinherent": 26387, + "Ġinherently": 27993, + "Ġinherit": 21389, + "Ġinheritance": 32122, + "Ġinherited": 27091, + "Ġinhib": 20406, + "Ġinhibit": 49858, + "Ġini": 7408, + "Ġinic": 40380, + "Ġinici": 43043, + "Ġinicial": 44076, + "Ġinim": 45945, + "Ġinit": 3157, + "Ġiniti": 6265, + "Ġinitial": 5883, + "Ġinitially": 9105, + "Ġinitiate": 31574, + "Ġinitiated": 28578, + "Ġinitiation": 43569, + "Ġinitiative": 11552, + "Ġinitiatives": 16194, + "Ġinj": 5580, + "Ġinject": 10711, + "Ġinjected": 36967, + "Ġinjection": 22873, + "Ġinjections": 47178, + "Ġinjured": 13408, + "Ġinjuries": 14799, + "Ġinjury": 10454, + "Ġinjust": 19336, + "Ġinjustice": 24750, + "Ġink": 11276, + "Ġinland": 47009, + "Ġinlet": 36961, + "Ġinm": 41052, + "Ġinmates": 39479, + "Ġinn": 7714, + "Ġinnate": 41766, + "Ġinne": 24170, + "Ġinner": 7284, + "Ġinnerhalb": 48460, + "Ġinning": 49989, + "Ġinnoc": 10843, + "Ġinnocence": 35796, + "Ġinnocent": 13171, + "Ġinnov": 5083, + "Ġinnovate": 33444, + "Ġinnovation": 8504, + "Ġinnovations": 24283, + "Ġinnovative": 12999, + "Ġinnych": 36286, + "Ġinom": 44839, + "Ġinput": 4846, + "Ġinputs": 15743, + "Ġinqu": 13570, + "Ġinquiry": 25736, + "Ġins": 1028, + "Ġinsan": 11513, + "Ġinsane": 10838, + "Ġinsanely": 40965, + "Ġinsanity": 47505, + "Ġinsanlar": 36130, + "Ġinsbesondere": 48694, + "Ġinscre": 27824, + "Ġinscription": 49882, + "Ġinse": 33874, + "Ġinsec": 18851, + "Ġinsect": 13261, + "Ġinsects": 20201, + "Ġinsecure": 32215, + "Ġinsecurity": 35058, + "Ġinsert": 8969, + "Ġinserted": 27992, + "Ġinserting": 46567, + "Ġinserts": 49163, + "Ġinsgesamt": 41438, + "Ġinside": 1854, + "Ġinsider": 40990, + "Ġinsight": 11269, + "Ġinsightful": 46401, + "Ġinsights": 14310, + "Ġinsign": 34261, + "Ġinsignificant": 43685, + "Ġinsist": 13466, + "Ġinsisted": 28456, + "Ġinsists": 50137, + "Ġinsp": 3741, + "Ġinspect": 15018, + "Ġinspection": 22085, + "Ġinspections": 46544, + "Ġinspector": 34564, + "Ġinspir": 17432, + "Ġinspiration": 10249, + "Ġinspirational": 33554, + "Ġinspire": 15638, + "Ġinspired": 7547, + "Ġinspires": 32566, + "Ġinspiring": 15883, + "Ġinst": 1058, + "Ġinstability": 34379, + "Ġinstagram": 22102, + "Ġinstal": 34059, + "Ġinstall": 3625, + "Ġinstallation": 13260, + "Ġinstallations": 41932, + "Ġinstalled": 8899, + "Ġinstaller": 46620, + "Ġinstalling": 20762, + "Ġinstallment": 39413, + "Ġinstance": 5197, + "Ġinstances": 14519, + "Ġinstant": 9836, + "Ġinstantaneous": 45596, + "Ġinstantly": 13518, + "Ġinstead": 2602, + "Ġinstinct": 16556, + "Ġinstincts": 38997, + "Ġinstit": 4348, + "Ġinstitute": 26860, + "Ġinstitution": 7818, + "Ġinstitutional": 18391, + "Ġinstitutions": 8142, + "Ġinstr": 5488, + "Ġinstruct": 7232, + "Ġinstructed": 36384, + "Ġinstruction": 10951, + "Ġinstructional": 35716, + "Ġinstructions": 9415, + "Ġinstructor": 18499, + "Ġinstructors": 28367, + "Ġinstrument": 7198, + "Ġinstrumental": 17388, + "Ġinstruments": 12190, + "Ġinsufficient": 41709, + "Ġinsulation": 30508, + "Ġinsulin": 21587, + "Ġinsult": 15285, + "Ġinsulted": 49063, + "Ġinsulting": 44463, + "Ġinsurance": 7214, + "Ġint": 560, + "Ġintact": 23493, + "Ġintake": 18060, + "Ġinte": 2830, + "Ġinteg": 16200, + "Ġinteger": 24922, + "Ġintegers": 41674, + "Ġintegr": 3572, + "Ġintegral": 11573, + "Ġintegrate": 13365, + "Ġintegrated": 10919, + "Ġintegrating": 26889, + "Ġintegration": 10980, + "Ġintegrity": 16000, + "Ġinteiro": 45633, + "Ġintel": 24777, + "Ġintelig": 44300, + "Ġintell": 4359, + "Ġintellect": 10058, + "Ġintellectual": 12576, + "Ġintellectually": 46481, + "Ġintellig": 5613, + "Ġintelligence": 7599, + "Ġintelligent": 13232, + "Ġinten": 43094, + "Ġintend": 19759, + "Ġintended": 10226, + "Ġintens": 14056, + "Ġintense": 9447, + "Ġintensely": 43235, + "Ġintensity": 13749, + "Ġintensive": 18957, + "Ġintent": 8446, + "Ġintentar": 46596, + "Ġintention": 7789, + "Ġintentional": 21935, + "Ġintentionally": 22062, + "Ġintentions": 19354, + "Ġinter": 728, + "Ġinteract": 4648, + "Ġinteracted": 49621, + "Ġinteracting": 18017, + "Ġinteraction": 9285, + "Ġinteractions": 13280, + "Ġinteractive": 15141, + "Ġinteracts": 43582, + "Ġintercept": 24700, + "Ġinterchange": 30358, + "Ġinterconnect": 26253, + "Ġinterconnected": 36611, + "Ġinterdisciplinary": 38280, + "Ġinteres": 20157, + "Ġinteresante": 36396, + "Ġinteress": 12478, + "Ġinteressant": 37748, + "Ġinteressante": 24372, + "Ġinterest": 1179, + "Ġinterested": 3102, + "Ġinteresting": 1880, + "Ġinterestingly": 25873, + "Ġinterests": 8847, + "Ġinterf": 14510, + "Ġinterface": 9226, + "Ġinterfaces": 28416, + "Ġinterfer": 25799, + "Ġinterfere": 23946, + "Ġinterference": 24497, + "Ġinterfering": 48721, + "Ġinterim": 33500, + "Ġinterior": 10636, + "Ġinterject": 46787, + "Ġintermedi": 15184, + "Ġintermediate": 19376, + "Ġintermitt": 38548, + "Ġintermittent": 44084, + "Ġintern": 2154, + "Ġinternacional": 37382, + "Ġinternal": 6920, + "Ġinternally": 19501, + "Ġinternation": 19257, + "Ġinternational": 5058, + "Ġinternationally": 24422, + "Ġinternet": 4705, + "Ġinterns": 46145, + "Ġinternship": 16861, + "Ġinternships": 35712, + "Ġinterpersonal": 47102, + "Ġinterpol": 44902, + "Ġinterpre": 17489, + "Ġinterpret": 7302, + "Ġinterpretation": 14174, + "Ġinterpretations": 37547, + "Ġinterpreted": 26749, + "Ġinterpreter": 34132, + "Ġinterpreting": 37395, + "Ġinterrog": 24871, + "Ġinterrupt": 12729, + "Ġinterrupted": 30329, + "Ġinterrupting": 49455, + "Ġintersect": 27815, + "Ġintersection": 15236, + "Ġintersections": 47664, + "Ġintertw": 44400, + "Ġinterval": 15035, + "Ġintervals": 26651, + "Ġinterven": 17104, + "Ġintervene": 30407, + "Ġintervention": 13176, + "Ġinterventions": 20924, + "Ġinterview": 4049, + "Ġinterviewed": 19770, + "Ġinterviewing": 26524, + "Ġinterviews": 12318, + "Ġintest": 21098, + "Ġintestine": 42446, + "Ġintestines": 44429, + "Ġintim": 13148, + "Ġintimacy": 34450, + "Ġintimate": 20215, + "Ġintimid": 17042, + "Ġintimidated": 40234, + "Ġintimidating": 29714, + "Ġinto": 666, + "Ġintoler": 35278, + "Ġintox": 40809, + "Ġintr": 17467, + "Ġintra": 43358, + "Ġintric": 30242, + "Ġintricate": 38015, + "Ġintrig": 17934, + "Ġintrigued": 35140, + "Ġintriguing": 32503, + "Ġintrins": 28621, + "Ġintrinsic": 35698, + "Ġintro": 12897, + "Ġintrodu": 2814, + "Ġintroduce": 5366, + "Ġintroduced": 7268, + "Ġintroduces": 31472, + "Ġintroducing": 15424, + "Ġintroduction": 9339, + "Ġintroductions": 48032, + "Ġintroductory": 39048, + "Ġintuit": 16224, + "Ġintuition": 24002, + "Ġintuitive": 21769, + "Ġintuitively": 46506, + "Ġinté": 18555, + "Ġintéress": 23243, + "Ġintéressant": 34358, + "Ġinv": 1048, + "Ġinvade": 39171, + "Ġinvaded": 35882, + "Ġinvalid": 34702, + "Ġinvaluable": 40367, + "Ġinvari": 33270, + "Ġinvasion": 21575, + "Ġinvasive": 30894, + "Ġinve": 32957, + "Ġinvece": 36344, + "Ġinvent": 7962, + "Ġinvented": 14479, + "Ġinvention": 22265, + "Ġinventions": 43748, + "Ġinventor": 41593, + "Ġinventory": 14228, + "Ġinver": 28653, + "Ġinvers": 21378, + "Ġinverse": 17340, + "Ġinversion": 43576, + "Ġinvert": 33966, + "Ġinverted": 38969, + "Ġinverter": 47201, + "Ġinvest": 1963, + "Ġinvested": 13104, + "Ġinvestig": 4557, + "Ġinvestigación": 48919, + "Ġinvestigate": 15013, + "Ġinvestigated": 30070, + "Ġinvestigating": 22858, + "Ġinvestigation": 9627, + "Ġinvestigations": 25582, + "Ġinvestigative": 45495, + "Ġinvestigator": 38330, + "Ġinvestigators": 27079, + "Ġinvesting": 10978, + "Ġinvestir": 49646, + "Ġinvestment": 6078, + "Ġinvestments": 13784, + "Ġinvestor": 18479, + "Ġinvestors": 11519, + "Ġinvinci": 42807, + "Ġinvincible": 48514, + "Ġinvis": 13308, + "Ġinvisible": 14603, + "Ġinvit": 43714, + "Ġinvitation": 17890, + "Ġinvite": 7980, + "Ġinvited": 9185, + "Ġinvites": 35719, + "Ġinviting": 18202, + "Ġinvoice": 47919, + "Ġinvoke": 41117, + "Ġinvol": 2499, + "Ġinvolve": 9494, + "Ġinvolved": 3288, + "Ġinvolvement": 17447, + "Ġinvolves": 11626, + "Ġinvolving": 17030, + "Ġinward": 29876, + "ĠinÃŃcio": 45979, + "Ġio": 19785, + "Ġiod": 44422, + "Ġion": 17437, + "Ġions": 27362, + "Ġip": 28501, + "Ġir": 3418, + "Ġirgend": 11093, + "Ġirgendw": 26455, + "Ġirgendwann": 34313, + "Ġirgendwas": 47090, + "Ġirgendwie": 20759, + "Ġirgendwo": 40865, + "Ġirm": 33842, + "Ġiron": 6497, + "Ġironic": 33719, + "Ġironically": 41082, + "Ġirony": 35365, + "Ġirr": 29413, + "Ġirrational": 39914, + "Ġirre": 16014, + "Ġirregular": 29349, + "Ġirrelevant": 28682, + "Ġirrespons": 38626, + "Ġirresponsible": 46320, + "Ġirrig": 26129, + "Ġirrigation": 31753, + "Ġirrit": 16029, + "Ġirritated": 43650, + "Ġirritating": 45971, + "Ġirritation": 50031, + "Ġis": 307, + "Ġise": 40912, + "Ġisland": 6077, + "Ġislands": 17402, + "Ġisn": 1943, + "Ġisol": 7381, + "Ġisolate": 25660, + "Ġisolated": 14621, + "Ġisolating": 48912, + "Ġisolation": 16001, + "Ġisot": 38018, + "Ġiss": 1620, + "Ġisso": 4616, + "Ġissue": 2734, + "Ġissued": 14379, + "Ġissues": 2663, + "Ġissuing": 43214, + "Ġist": 1418, + "Ġiste": 49920, + "Ġistedi": 40058, + "Ġistem": 42785, + "Ġister": 40366, + "Ġistiyorum": 36699, + "Ġisto": 35835, + "Ġit": 309, + "Ġital": 22366, + "Ġitaliano": 48486, + "Ġitchy": 47360, + "Ġitem": 3174, + "Ġitems": 4754, + "Ġiter": 17138, + "Ġiterate": 44497, + "Ġiteration": 24784, + "Ġiterations": 36540, + "Ġits": 1080, + "Ġitself": 2564, + "Ġitt": 47786, + "Ġitu": 9032, + "ĠitÃŃs": 30924, + "Ġiv": 32412, + "Ġivory": 49218, + "Ġiy": 29861, + "Ġiyi": 16173, + "Ġiz": 14736, + "Ġizquier": 46428, + "Ġiç": 6058, + "Ġiçer": 33913, + "Ġiçin": 8457, + "Ġiçinde": 34283, + "ĠiÅŁ": 8690, + "ĠiÅŁi": 45377, + "ĠiÅŁte": 19804, + "Ġj": 361, + "Ġja": 2784, + "Ġjaar": 22579, + "Ġjab": 33475, + "Ġjack": 7109, + "Ġjacket": 11781, + "Ġjackets": 34612, + "Ġjadi": 19399, + "Ġjag": 6368, + "Ġjail": 10511, + "Ġjak": 4207, + "Ġjakby": 28976, + "Ġjaki": 24492, + "Ġjakie": 22124, + "ĠjakieÅĽ": 31163, + "Ġjakim": 49410, + "ĠjakiÅĽ": 34721, + "Ġjako": 17123, + "ĠjakÄħ": 46719, + "Ġjal": 43089, + "Ġjam": 7872, + "Ġjamais": 14540, + "Ġjan": 25442, + "Ġjangan": 45107, + "Ġjap": 48330, + "Ġjapanese": 49508, + "Ġjar": 15181, + "Ġjard": 46153, + "Ġjars": 38239, + "Ġjaw": 18162, + "Ġjaws": 44942, + "Ġjazz": 15066, + "Ġje": 1506, + "Ġjealous": 13805, + "Ġjealousy": 36103, + "Ġjeans": 18880, + "Ġjed": 5232, + "Ġjede": 34039, + "Ġjedem": 36538, + "Ġjeden": 12906, + "Ġjeder": 19610, + "Ġjedes": 36119, + "Ġjednak": 25897, + "Ġjedoch": 46311, + "Ġjeg": 10610, + "Ġjego": 26542, + "Ġjeito": 31478, + "Ġjej": 28924, + "Ġjelly": 17186, + "Ġjemand": 21717, + "Ġjeopard": 44295, + "Ġjer": 20160, + "Ġjerk": 25197, + "Ġjersey": 40700, + "Ġjest": 3492, + "Ġjeste": 25255, + "Ġjestem": 29627, + "ĠjesteÅĽmy": 35928, + "Ġjeszcze": 14168, + "Ġjet": 14452, + "Ġjets": 35124, + "Ġjetzt": 4354, + "Ġjeu": 16748, + "Ġjeune": 35610, + "Ġjeunes": 32830, + "Ġjeux": 35093, + "Ġjew": 13149, + "Ġjewe": 46534, + "Ġjewel": 16010, + "Ġjewelry": 19982, + "Ġjewels": 43256, + "Ġjeżeli": 23001, + "ĠjeÅĽli": 25630, + "Ġji": 32606, + "Ġjig": 43716, + "Ġjij": 28002, + "Ġjin": 43528, + "Ġjingle": 49495, + "Ġjo": 1488, + "Ġjob": 1691, + "Ġjobbar": 42965, + "Ġjobs": 4782, + "Ġjog": 9464, + "Ġjogar": 39248, + "Ġjogo": 20068, + "Ġjogos": 39307, + "Ġjohn": 35097, + "Ġjoin": 3917, + "Ġjoined": 6869, + "Ġjoining": 5549, + "Ġjoins": 24397, + "Ġjoint": 7225, + "Ġjointly": 46557, + "Ġjoints": 19949, + "Ġjoka": 33793, + "Ġjoke": 7647, + "Ġjokes": 14439, + "Ġjoking": 17396, + "Ġjon": 49151, + "Ġjong": 38678, + "Ġjorn": 40345, + "Ġjos": 29217, + "Ġjot": 27873, + "Ġjotka": 47005, + "Ġjou": 11110, + "Ġjoue": 46209, + "Ġjouer": 30823, + "Ġjour": 2827, + "Ġjourn": 17598, + "Ġjournal": 6708, + "Ġjournalism": 23191, + "Ġjournalist": 17277, + "Ġjournalists": 19535, + "Ġjournals": 29621, + "Ġjourney": 4671, + "Ġjourneys": 36736, + "Ġjournée": 34277, + "Ġjours": 20724, + "Ġjoy": 6258, + "Ġjoyful": 33090, + "Ġjoystick": 48074, + "Ġjs": 42713, + "Ġjsem": 47784, + "Ġju": 3649, + "Ġjud": 3747, + "Ġjudge": 6995, + "Ġjudged": 27485, + "Ġjudgement": 33473, + "Ġjudges": 14449, + "Ġjudging": 23587, + "Ġjudgment": 12216, + "Ġjudgments": 40337, + "Ġjudicial": 26581, + "Ġjudiciary": 49987, + "Ġjue": 27833, + "Ġjuego": 21344, + "Ġjuegos": 43411, + "Ġjug": 9568, + "Ġjuga": 14462, + "Ġjugar": 37692, + "Ġjuice": 8544, + "Ġjuices": 37027, + "Ġjuicy": 24696, + "Ġjul": 30764, + "Ġjullie": 29633, + "Ġjum": 29067, + "Ġjump": 3012, + "Ġjumped": 13864, + "Ġjumper": 44061, + "Ġjumping": 11233, + "Ġjumps": 16704, + "Ġjun": 8156, + "Ġjunction": 33718, + "Ġjung": 14202, + "Ġjunge": 47877, + "Ġjungle": 18228, + "Ġjunior": 16195, + "Ġjunk": 19109, + "Ġjunt": 22739, + "Ġjunto": 24663, + "Ġjuntos": 33868, + "Ġjur": 12721, + "Ġjuris": 17785, + "Ġjurisd": 19078, + "Ġjurisdiction": 27285, + "Ġjurisdictions": 37958, + "Ġjury": 19516, + "Ġjus": 17217, + "Ġjusqu": 20340, + "Ġjust": 445, + "Ġjustamente": 41056, + "Ġjuste": 13016, + "Ġjustement": 27807, + "Ġjustice": 6118, + "Ġjustification": 31591, + "Ġjustified": 27808, + "Ġjustify": 20833, + "Ġjusto": 40534, + "Ġjut": 42079, + "Ġjuven": 32641, + "Ġjuvenile": 38486, + "Ġjuż": 10678, + "Ġjá": 6242, + "Ġjätte": 46752, + "Ġjó": 31390, + "Ġjóvenes": 45110, + "ĠjÄħ": 35692, + "ĠjÄĻ": 42309, + "ĠjÄĻzy": 49055, + "Ġk": 350, + "Ġka": 6799, + "Ġkab": 27835, + "Ġkabul": 46925, + "Ġkad": 8064, + "Ġkadar": 10456, + "Ġkadın": 39421, + "Ġkaf": 35426, + "Ġkah": 21651, + "Ġkahkaha": 37357, + "Ġkaik": 30381, + "Ġkaikki": 46992, + "Ġkal": 7788, + "Ġkalau": 20218, + "Ġkald": 27110, + "Ġkale": 34699, + "Ġkali": 41690, + "Ġkalian": 34531, + "Ġkalk": 34960, + "Ġkalo": 40257, + "Ġkam": 9727, + "Ġkamera": 43246, + "Ġkami": 34502, + "Ġkamp": 45369, + "Ġkamu": 20705, + "Ġkan": 4608, + "Ġkana": 42372, + "Ġkang": 47898, + "Ġkann": 4028, + "Ġkannst": 20853, + "Ġkans": 16030, + "Ġkanske": 24487, + "Ġkanssa": 49054, + "Ġkant": 44055, + "Ġkap": 13816, + "Ġkar": 7917, + "Ġkara": 29555, + "Ġkaraoke": 41629, + "Ġkarate": 48464, + "ĠkardeÅŁ": 24073, + "ĠkardeÅŁim": 38070, + "Ġkarena": 27173, + "Ġkarma": 28396, + "Ġkart": 29120, + "ĠkarÄ±ÅŁ": 36716, + "ĠkarÅŁ": 21742, + "ĠkarÅŁÄ±": 31653, + "Ġkas": 19173, + "Ġkasih": 35894, + "Ġkat": 16536, + "Ġkau": 36273, + "Ġkaufen": 42083, + "Ġkaum": 36443, + "Ġkav": 39039, + "Ġkay": 12446, + "Ġkayak": 22438, + "Ġkaz": 30623, + "Ġkaç": 23916, + "Ġkaż": 21912, + "Ġkażdy": 31615, + "Ġke": 803, + "Ġked": 42472, + "Ġkeen": 20297, + "Ġkeep": 1066, + "Ġkeeper": 38709, + "Ġkeeping": 5145, + "Ġkeeps": 5965, + "Ġkeer": 31531, + "Ġkeh": 39616, + "Ġkein": 13424, + "Ġkeine": 9252, + "Ġkeinen": 20624, + "Ġkeiner": 37767, + "Ġkel": 31332, + "Ġkell": 41892, + "Ġkelu": 40559, + "Ġkeluar": 43365, + "Ġken": 18787, + "Ġkend": 17016, + "Ġkendi": 29723, + "Ġkenn": 36272, + "Ġkennen": 28445, + "Ġkennt": 37682, + "Ġkep": 36428, + "Ġkepada": 45598, + "Ġkept": 4305, + "Ġker": 19377, + "Ġkern": 23434, + "Ġkernel": 28256, + "Ġkes": 16050, + "Ġket": 14979, + "Ġketchup": 29301, + "Ġketo": 44299, + "Ġkettle": 39088, + "Ġkey": 2141, + "Ġkeyboard": 10186, + "Ġkeyboards": 47808, + "Ġkeynote": 33896, + "Ġkeys": 9317, + "Ġkeyword": 20428, + "Ġkeywords": 21009, + "Ġkg": 15696, + "Ġkh": 7168, + "Ġkhi": 23526, + "Ġkho": 49627, + "Ġkhác": 43713, + "Ġkhông": 11415, + "Ġki": 6315, + "Ġkick": 4437, + "Ġkicked": 14609, + "Ġkicking": 19137, + "Ġkicks": 21293, + "Ġkid": 1636, + "Ġkidding": 9287, + "Ġkidna": 20673, + "Ġkidnapped": 29300, + "Ġkidnapping": 47868, + "Ġkidney": 19000, + "Ġkidneys": 35994, + "Ġkids": 2301, + "Ġkiedy": 18777, + "Ġkier": 38767, + "Ġkij": 26106, + "Ġkijken": 30446, + "Ġkil": 5128, + "Ġkilka": 36466, + "Ġkill": 1961, + "Ġkilled": 4652, + "Ġkiller": 13364, + "Ġkillers": 39369, + "Ġkilling": 8011, + "Ġkills": 14563, + "Ġkilo": 21112, + "Ġkilogram": 21741, + "Ġkilograms": 30690, + "Ġkilomet": 9677, + "Ġkilometer": 33795, + "Ġkilometers": 13904, + "Ġkilometres": 30489, + "Ġkilos": 30000, + "Ġkilow": 41295, + "Ġkim": 10776, + "Ġkimchi": 21656, + "Ġkimse": 42005, + "Ġkin": 15784, + "Ġkind": 733, + "Ġkinda": 4144, + "Ġkinderen": 48935, + "Ġkinderg": 24514, + "Ġkindergarten": 26671, + "Ġkindly": 29736, + "Ġkindness": 18171, + "Ġkinds": 3685, + "Ġkinetic": 27135, + "Ġking": 4867, + "Ġkingdom": 10231, + "Ġkingdoms": 44171, + "Ġkings": 21581, + "Ġkir": 33497, + "Ġkiss": 7704, + "Ġkissed": 33027, + "Ġkisses": 35850, + "Ġkissing": 29495, + "Ġkit": 8260, + "Ġkita": 8965, + "Ġkitchen": 6525, + "Ġkite": 38867, + "Ġkits": 22095, + "Ġkitten": 39696, + "Ġkittens": 47363, + "Ġkitty": 33026, + "ĠkiÅŁ": 28212, + "ĠkiÅŁi": 47462, + "Ġkl": 9671, + "Ġkla": 33337, + "Ġklar": 14743, + "Ġklass": 42917, + "Ġkle": 9318, + "Ġklein": 29231, + "Ġkleine": 22278, + "Ġkleinen": 26512, + "Ġkleiner": 39496, + "Ġklim": 36816, + "Ġkm": 10698, + "Ġkn": 444, + "Ġknapp": 40979, + "Ġkne": 32704, + "Ġknead": 28602, + "Ġknee": 9434, + "Ġknees": 10546, + "Ġknew": 2586, + "Ġknife": 7976, + "Ġknight": 26054, + "Ġknights": 48218, + "Ġknit": 15594, + "Ġknitting": 25498, + "Ġknives": 26279, + "Ġknob": 26759, + "Ġknobs": 46999, + "Ġknock": 6728, + "Ġknocked": 16914, + "Ġknocking": 24085, + "Ġknocks": 40815, + "Ġknot": 16966, + "Ġknots": 27426, + "Ġknow": 458, + "Ġknowing": 5276, + "Ġknowledge": 3601, + "Ġknowledgeable": 33800, + "Ġknown": 2570, + "Ġknows": 3255, + "Ġko": 8384, + "Ġkob": 43057, + "Ġkok": 28376, + "Ġkol": 17818, + "Ġkolay": 44999, + "Ġkole": 18303, + "Ġkolej": 23749, + "Ġkoll": 44693, + "Ġkom": 5207, + "Ġkomb": 42925, + "Ġkomen": 27190, + "Ġkomm": 6669, + "Ġkomma": 41808, + "Ġkomme": 31194, + "Ġkommen": 11729, + "Ġkommer": 12589, + "Ġkommt": 10047, + "Ġkommun": 26275, + "Ġkompl": 24526, + "Ġkomplett": 32261, + "Ġkomt": 27760, + "Ġkomun": 45359, + "Ġkon": 5897, + "Ġkonk": 21428, + "Ġkonkret": 36500, + "Ġkonnte": 24058, + "Ġkonnten": 38216, + "Ġkons": 27896, + "Ġkonse": 47020, + "Ġkonst": 34208, + "Ġkont": 14373, + "Ġkontroll": 47107, + "ĠkonuÅŁ": 17311, + "Ġkop": 28920, + "Ġkor": 14784, + "Ġkork": 33445, + "Ġkort": 46980, + "Ġkos": 19532, + "Ġkoska": 49139, + "Ġkost": 27183, + "Ġkosten": 44115, + "Ġkot": 43029, + "Ġkoy": 22674, + "ĠkoÅĦ": 26470, + "ĠkoÅŁ": 49251, + "Ġkr": 15913, + "Ġkra": 28248, + "Ġkrie": 25766, + "Ġkriegen": 46882, + "Ġkrij": 27027, + "Ġkrijgen": 43460, + "Ġkrit": 42825, + "Ġkro": 45909, + "Ġkry": 34847, + "Ġkró": 42366, + "Ġksi": 35952, + "ĠksiÄħż": 39311, + "Ġkto": 23780, + "ĠktoÅĽ": 32982, + "Ġktó": 4695, + "Ġktóra": 19456, + "Ġktóre": 8864, + "Ġktórego": 46951, + "Ġktórej": 36023, + "Ġktóry": 9913, + "Ġktórych": 30382, + "Ġktórym": 30120, + "Ġktórzy": 25382, + "ĠktórÄħ": 37415, + "Ġku": 17807, + "Ġkuin": 31032, + "Ġkul": 27576, + "Ġkull": 22511, + "Ġkullan": 27443, + "Ġkun": 8215, + "Ġkung": 49304, + "Ġkunna": 32074, + "Ġkunne": 45335, + "Ġkunnen": 18377, + "Ġkunt": 34199, + "Ġkup": 37534, + "Ġkur": 10072, + "Ġkurt": 34701, + "Ġkurz": 20465, + "Ġkuv": 49275, + "Ġkw": 23846, + "Ġkwest": 42035, + "Ġky": 28740, + "Ġkys": 35573, + "Ġkä": 16563, + "Ġkän": 48293, + "Ġkäyt": 49313, + "Ġkäytt": 49811, + "Ġkö": 15881, + "Ġkön": 4798, + "Ġkönnen": 6310, + "Ġkönnt": 22541, + "Ġkönnte": 17646, + "Ġkönnten": 37411, + "Ġkör": 42889, + "Ġköt": 32629, + "Ġkötü": 38456, + "Ġkü": 24572, + "Ġküç": 39959, + "Ġküçük": 45704, + "Ġkı": 25470, + "Ġkır": 33414, + "Ġkız": 15225, + "Ġkızım": 37013, + "Ġl": 287, + "Ġla": 635, + "Ġlaat": 32769, + "Ġlab": 2715, + "Ġlabel": 7645, + "Ġlabeled": 21335, + "Ġlabeling": 40244, + "Ġlabels": 16949, + "Ġlabor": 5938, + "Ġlaboratories": 41013, + "Ġlaboratory": 16523, + "Ġlabour": 22572, + "Ġlabs": 20339, + "Ġlac": 28027, + "Ġlace": 33469, + "Ġlack": 5011, + "Ġlacked": 41481, + "Ġlacking": 20889, + "Ġlacks": 31132, + "Ġlact": 34042, + "Ġlad": 6632, + "Ġladder": 18325, + "Ġladies": 9974, + "Ġlado": 11631, + "Ġlados": 40301, + "Ġlady": 7262, + "Ġlag": 8953, + "Ġlagi": 17742, + "Ġlah": 26532, + "Ġlaid": 9897, + "Ġlain": 29272, + "Ġlaisse": 30969, + "Ġlaisser": 34463, + "Ġlake": 11001, + "Ġlakes": 25595, + "Ġlakh": 33314, + "Ġlam": 24688, + "Ġlama": 45423, + "Ġlamb": 10097, + "Ġlambda": 13607, + "Ġlame": 27635, + "Ġlament": 35888, + "Ġlamp": 12684, + "Ġlamps": 34887, + "Ġlan": 9326, + "Ġlance": 39234, + "Ġland": 2117, + "Ġlanded": 15336, + "Ġlandfill": 47031, + "Ġlanding": 11202, + "Ġlandlord": 32654, + "Ġlandlords": 48787, + "Ġlandmark": 26962, + "Ġlands": 5949, + "Ġlandsca": 23865, + "Ġlandscape": 9661, + "Ġlandscapes": 29822, + "Ġlane": 12705, + "Ġlanes": 25397, + "Ġlang": 2265, + "Ġlange": 18131, + "Ġlangsam": 39597, + "Ġlangu": 2510, + "Ġlanguage": 2856, + "Ġlanguages": 8650, + "Ġlangue": 40318, + "Ġlantern": 34031, + "Ġlanz": 38363, + "Ġlanç": 36251, + "Ġlap": 13214, + "Ġlaps": 24971, + "Ġlapse": 49757, + "Ġlapt": 9183, + "Ġlaptop": 10732, + "Ġlaptops": 27642, + "Ġlaquelle": 35668, + "Ġlar": 1613, + "Ġlarg": 11034, + "Ġlarge": 2416, + "Ġlargely": 11611, + "Ġlarger": 4833, + "Ġlargest": 6443, + "Ġlargo": 31245, + "Ġlarva": 42290, + "Ġlas": 2439, + "Ġlasci": 48451, + "Ġlaser": 12530, + "Ġlasers": 37948, + "Ġlash": 35275, + "Ġlashes": 25552, + "Ġlass": 45829, + "Ġlassen": 16168, + "Ġlast": 1036, + "Ġlasted": 21116, + "Ġlasting": 20714, + "Ġlastly": 16386, + "Ġlasts": 20669, + "Ġlat": 4465, + "Ġlata": 46722, + "Ġlatch": 31837, + "Ġlate": 3469, + "Ġlately": 12881, + "Ġlaten": 36335, + "Ġlatency": 27043, + "Ġlatent": 48994, + "Ġlater": 1780, + "Ġlateral": 25128, + "Ġlatest": 6792, + "Ġlatitude": 45436, + "Ġlatt": 29025, + "Ġlatte": 37854, + "Ġlatter": 18481, + "Ġlattice": 34011, + "Ġlaude": 48248, + "Ġlaufen": 41647, + "Ġlaugh": 5801, + "Ġlaughed": 20881, + "Ġlaughing": 5059, + "Ġlaughs": 6197, + "Ġlaughter": 13092, + "Ġlaunch": 4025, + "Ġlaunched": 8730, + "Ġlauncher": 36805, + "Ġlaunches": 31841, + "Ġlaunching": 18354, + "Ġlaund": 17245, + "Ġlaundry": 19811, + "Ġlaure": 49469, + "Ġlaut": 44330, + "Ġlav": 20923, + "Ġlava": 22097, + "Ġlavender": 43757, + "Ġlavor": 29241, + "Ġlavoro": 42060, + "Ġlaw": 2101, + "Ġlawmakers": 40988, + "Ġlawn": 19915, + "Ġlaws": 6064, + "Ġlawsuit": 22504, + "Ġlawsuits": 39493, + "Ġlawyer": 11613, + "Ġlawyers": 16219, + "Ġlay": 2360, + "Ġlayer": 4583, + "Ġlayered": 34666, + "Ġlayering": 40754, + "Ġlayers": 7914, + "Ġlaying": 14903, + "Ġlayout": 13333, + "Ġlayouts": 46100, + "Ġlays": 32714, + "Ġlaz": 19320, + "Ġlazy": 14847, + "Ġlazım": 23951, + "Ġle": 476, + "Ġlead": 1477, + "Ġleader": 5263, + "Ġleaders": 3523, + "Ġleadership": 5848, + "Ġleading": 5775, + "Ġleads": 6689, + "Ġleaf": 10871, + "Ġleague": 14957, + "Ġleagues": 48429, + "Ġleak": 17143, + "Ġleakage": 47799, + "Ġleaked": 31779, + "Ġleaking": 32856, + "Ġleaks": 28885, + "Ġlean": 11659, + "Ġleaned": 48874, + "Ġleaning": 23390, + "Ġleap": 19438, + "Ġlearn": 1466, + "Ġlearned": 3264, + "Ġlearner": 33347, + "Ġlearners": 23655, + "Ġlearning": 2539, + "Ġlearns": 27152, + "Ġlearnt": 18991, + "Ġlease": 24961, + "Ġleash": 41616, + "Ġleast": 1935, + "Ġleather": 12821, + "Ġleav": 3236, + "Ġleave": 1856, + "Ġleaves": 5510, + "Ġleaving": 5012, + "Ġleb": 17111, + "Ġleben": 26392, + "Ġlebih": 20451, + "Ġleche": 50047, + "Ġlect": 5899, + "Ġlecture": 7991, + "Ġlecturer": 49881, + "Ġlectures": 16564, + "Ġled": 4684, + "Ġledge": 47109, + "Ġlee": 46571, + "Ġleer": 34172, + "Ġleft": 1411, + "Ġleftover": 27373, + "Ġleftovers": 43011, + "Ġleg": 1676, + "Ġlegacy": 11711, + "Ġlegal": 5089, + "Ġlegally": 21106, + "Ġlegen": 48315, + "Ġlegend": 9451, + "Ġlegendary": 16698, + "Ġlegends": 27695, + "Ġlegg": 30991, + "Ġleggings": 42733, + "Ġlegisl": 6593, + "Ġlegislation": 11329, + "Ġlegislative": 21331, + "Ġlegislators": 39264, + "Ġlegislature": 21631, + "Ġlegit": 10275, + "Ġlegitim": 29754, + "Ġlegitimacy": 41339, + "Ġlegitimate": 17956, + "Ġlegitimately": 44431, + "Ġlegs": 5668, + "Ġlei": 32791, + "Ġleicht": 28333, + "Ġleider": 29115, + "Ġleisten": 47013, + "Ġleisure": 31339, + "Ġlek": 30863, + "Ġlekker": 44125, + "Ġlem": 7495, + "Ġlemon": 11356, + "Ġlemonade": 44374, + "Ġlemons": 47098, + "Ġlen": 40116, + "Ġlend": 21774, + "Ġlender": 47500, + "Ġlending": 29823, + "Ġleng": 35044, + "Ġlength": 4641, + "Ġlengths": 26329, + "Ġlengthy": 35374, + "Ġlens": 6765, + "Ġlenses": 18059, + "Ġlent": 23556, + "Ġleopard": 47161, + "Ġlequel": 39439, + "Ġler": 32068, + "Ġlernen": 36082, + "Ġles": 1512, + "Ġlesbian": 30253, + "Ġless": 1570, + "Ġlesser": 22043, + "Ġlesson": 6898, + "Ġlessons": 8820, + "Ġlet": 718, + "Ġlethal": 34562, + "Ġlets": 6653, + "Ġlett": 20689, + "Ġletter": 5063, + "Ġletters": 7825, + "Ġletting": 8295, + "Ġlettuce": 25542, + "Ġletz": 14027, + "Ġletzt": 35262, + "Ġletzte": 35236, + "Ġletzten": 18226, + "Ġleuk": 32665, + "Ġleuke": 45970, + "Ġleur": 9580, + "Ġleurs": 18341, + "Ġlev": 20445, + "Ġleva": 43410, + "Ġlevant": 30612, + "Ġlevar": 34538, + "Ġleve": 33076, + "Ġlevel": 1496, + "Ġleveling": 40617, + "Ġlevels": 4358, + "Ġleven": 45542, + "Ġlever": 12451, + "Ġleverage": 13982, + "Ġleveraging": 32666, + "Ġlevers": 45571, + "Ġley": 27786, + "Ġli": 375, + "Ġliability": 25196, + "Ġliaison": 49431, + "Ġliar": 27323, + "Ġlib": 22854, + "Ġliber": 6774, + "Ġliberal": 13767, + "Ġliberals": 48617, + "Ġliberated": 43304, + "Ġliberation": 27736, + "Ġlibert": 18058, + "Ġliberties": 47241, + "Ġliberty": 22849, + "Ġliberté": 49158, + "Ġlibr": 4939, + "Ġlibrarian": 42558, + "Ġlibrarians": 48803, + "Ġlibraries": 15148, + "Ġlibrary": 6405, + "Ġlibre": 29976, + "Ġlibro": 29354, + "Ġlic": 6169, + "Ġlicence": 49047, + "Ġlicense": 10476, + "Ġlicensed": 25225, + "Ġlicenses": 32821, + "Ġlicensing": 29759, + "Ġlick": 30940, + "Ġlid": 10252, + "Ġlider": 45341, + "Ġlidt": 40574, + "Ġlie": 4544, + "Ġliebe": 31623, + "Ġlieber": 38252, + "Ġlied": 20101, + "Ġliegen": 35100, + "Ġliegt": 22421, + "Ġlien": 32553, + "Ġlies": 9134, + "Ġlieu": 26036, + "Ġlieutenant": 45521, + "Ġlif": 4545, + "Ġlife": 993, + "Ġlifecycle": 45722, + "Ġlifelong": 27232, + "Ġlifes": 33321, + "Ġlifespan": 40361, + "Ġlifestyle": 11716, + "Ġlifetime": 11364, + "Ġlift": 5533, + "Ġlifted": 17854, + "Ġlifting": 15798, + "Ġlifts": 30501, + "Ġlig": 11742, + "Ġlige": 35450, + "Ġligger": 43187, + "Ġlight": 1442, + "Ġlighter": 11546, + "Ġlighthouse": 47481, + "Ġlighting": 9577, + "Ġlightly": 16695, + "Ġlightning": 16589, + "Ġlights": 5811, + "Ġlightweight": 22052, + "Ġligne": 34207, + "Ġlihat": 45153, + "Ġlij": 42158, + "Ġlik": 2913, + "Ġlike": 411, + "Ġliked": 4501, + "Ġlikelihood": 22119, + "Ġlikely": 3700, + "Ġliken": 36946, + "Ġlikes": 5902, + "Ġlikewise": 32407, + "Ġliking": 16933, + "Ġliksom": 35308, + "Ġlil": 36532, + "Ġlim": 2364, + "Ġlimb": 30390, + "Ġlimbs": 29315, + "Ġlime": 22035, + "Ġlimit": 4948, + "Ġlimitation": 27432, + "Ġlimitations": 15705, + "Ġlimite": 39946, + "Ġlimited": 5567, + "Ġlimiting": 22083, + "Ġlimits": 10406, + "Ġlimp": 33174, + "Ġlin": 22896, + "Ġlindo": 48436, + "Ġline": 1622, + "Ġlineage": 38257, + "Ġlinear": 8213, + "Ġlinearly": 43586, + "Ġlined": 17189, + "Ġlinen": 46602, + "Ġliner": 24468, + "Ġlines": 3876, + "Ġlineup": 26461, + "Ġling": 22949, + "Ġlinger": 45657, + "Ġlingering": 49542, + "Ġlingu": 21766, + "Ġlinguistic": 43002, + "Ġlinha": 33768, + "Ġlining": 19628, + "Ġlink": 2113, + "Ġlinkage": 49118, + "Ġlinked": 9408, + "Ġlinking": 25775, + "Ġlinks": 6123, + "Ġlion": 17226, + "Ġlions": 32564, + "Ġlip": 8280, + "Ġlips": 10118, + "Ġlipstick": 22543, + "Ġliqu": 5664, + "Ġliquid": 6553, + "Ġliquidity": 33131, + "Ġliquids": 38960, + "Ġliquor": 29162, + "Ġlira": 47723, + "Ġlire": 43254, + "Ġlis": 32670, + "Ġlist": 1329, + "Ġlista": 27764, + "Ġlisted": 10052, + "Ġlisten": 2140, + "Ġlistened": 13207, + "Ġlistener": 31569, + "Ġlisteners": 23274, + "Ġlistening": 4764, + "Ġlistens": 35959, + "Ġlisting": 22161, + "Ġlistings": 45615, + "Ġlists": 14511, + "Ġlit": 7997, + "Ġlite": 15100, + "Ġliter": 2733, + "Ġliteracy": 23166, + "Ġliteral": 20411, + "Ġliterally": 3736, + "Ġliterary": 24194, + "Ġliterature": 10394, + "Ġliters": 32323, + "Ġlith": 26324, + "Ġlithium": 32180, + "Ġlitigation": 33359, + "Ġlitres": 49259, + "Ġlitt": 30267, + "Ġlitter": 26540, + "Ġlittle": 707, + "Ġliv": 11477, + "Ġlive": 1621, + "Ġlived": 5152, + "Ġlivel": 31876, + "Ġlivelihood": 34343, + "Ġlively": 30866, + "Ġliver": 15019, + "Ġlives": 2909, + "Ġlivest": 19531, + "Ġlivestock": 31768, + "Ġlivestream": 29782, + "Ġliving": 2647, + "Ġlivre": 24735, + "Ġlivres": 50020, + "Ġlivro": 33545, + "Ġliz": 28632, + "Ġlizard": 39215, + "Ġll": 4849, + "Ġllam": 16848, + "Ġllama": 23272, + "Ġllamado": 47055, + "Ġlle": 12038, + "Ġlleg": 11234, + "Ġllega": 40423, + "Ġllegar": 24892, + "Ġllegó": 46182, + "Ġllev": 27124, + "Ġlleva": 37681, + "Ġllevar": 30374, + "Ġln": 44166, + "Ġlo": 450, + "Ġload": 3677, + "Ġloaded": 13210, + "Ġloading": 15114, + "Ġloads": 12668, + "Ġloaf": 40743, + "Ġloan": 10529, + "Ġloans": 15443, + "Ġlob": 14366, + "Ġlobb": 35673, + "Ġlobby": 21067, + "Ġlobbying": 47142, + "Ġlobster": 33198, + "Ġloc": 1628, + "Ġloca": 47965, + "Ġlocal": 2654, + "Ġlocalized": 44574, + "Ġlocally": 16143, + "Ġlocals": 23335, + "Ġlocate": 22370, + "Ġlocated": 6870, + "Ġlocation": 4914, + "Ġlocations": 9253, + "Ġlock": 4017, + "Ġlockdown": 17267, + "Ġlocked": 9376, + "Ġlocker": 25707, + "Ġlocking": 23954, + "Ġlocks": 20703, + "Ġlocom": 36369, + "Ġlod": 33311, + "Ġlodge": 47706, + "Ġloft": 34419, + "Ġlog": 3565, + "Ġlogar": 41473, + "Ġlogged": 27231, + "Ġlogging": 27991, + "Ġlogic": 9952, + "Ġlogical": 14978, + "Ġlogically": 38887, + "Ġlogin": 24276, + "Ġlogistics": 27420, + "Ġlogo": 9699, + "Ġlogos": 40654, + "Ġlogr": 31013, + "Ġlogs": 20820, + "Ġloh": 46957, + "Ġloi": 34607, + "Ġloin": 25048, + "Ġlok": 43578, + "Ġlol": 10065, + "Ġlon": 9155, + "Ġlone": 35314, + "Ġloneliness": 28144, + "Ġlonely": 14236, + "Ġlong": 938, + "Ġlonge": 26052, + "Ġlonger": 2854, + "Ġlongest": 15438, + "Ġlongevity": 36556, + "Ġlonging": 35050, + "Ġlongitud": 39596, + "Ġlongitudinal": 48250, + "Ġlongo": 40558, + "Ġlongtemps": 32437, + "Ġlongtime": 44363, + "Ġlongue": 44445, + "Ġlook": 574, + "Ġlooked": 2956, + "Ġlookin": 36186, + "Ġlooking": 1237, + "Ġlookout": 41025, + "Ġlooks": 1542, + "Ġloop": 6367, + "Ġloops": 16121, + "Ġloos": 40454, + "Ġloose": 9612, + "Ġloosely": 37966, + "Ġloosen": 26169, + "Ġloot": 26206, + "Ġlord": 15448, + "Ġlore": 27258, + "Ġloro": 28810, + "Ġlors": 20653, + "Ġlorsqu": 46581, + "Ġlorsque": 40629, + "Ġlos": 1750, + "Ġlose": 3624, + "Ġloser": 24606, + "Ġlosers": 37713, + "Ġloses": 18293, + "Ġlosing": 7027, + "Ġloss": 4470, + "Ġlosses": 15352, + "Ġlost": 2731, + "Ġlot": 688, + "Ġlotion": 41044, + "Ġlots": 3195, + "Ġlotta": 38144, + "Ġlottery": 27391, + "Ġlotus": 39105, + "Ġlou": 15185, + "Ġloud": 6588, + "Ġlouder": 22717, + "Ġloudly": 22958, + "Ġlounge": 33408, + "Ġlove": 959, + "Ġloved": 4333, + "Ġlovely": 7496, + "Ġlover": 18009, + "Ġlovers": 22697, + "Ġloves": 6752, + "Ġloving": 9344, + "Ġlow": 2295, + "Ġlower": 3126, + "Ġlowered": 28466, + "Ġlowering": 28124, + "Ġlowers": 44936, + "Ġlowest": 12437, + "Ġlows": 34794, + "Ġloyal": 12682, + "Ġloyalty": 22831, + "Ġlt": 37818, + "Ġlu": 10438, + "Ġlub": 15980, + "Ġlubric": 31116, + "Ġluc": 21296, + "Ġluck": 3668, + "Ġluckily": 22880, + "Ġlucky": 6356, + "Ġlud": 15946, + "Ġludzi": 29586, + "Ġludzie": 37025, + "Ġluego": 17222, + "Ġlug": 23025, + "Ġlugar": 11467, + "Ġlugares": 33105, + "Ġluggage": 27744, + "Ġlui": 8783, + "Ġlum": 24635, + "Ġlumber": 41686, + "Ġlumin": 32476, + "Ġlumière": 43193, + "Ġlump": 25551, + "Ġlumps": 44948, + "Ġlun": 19039, + "Ġlunar": 32581, + "Ġlunch": 6349, + "Ġlung": 16730, + "Ġlungs": 19467, + "Ġlur": 35583, + "Ġlure": 32350, + "Ġlush": 49729, + "Ġlust": 24672, + "Ġlut": 38319, + "Ġlux": 11363, + "Ġluxurious": 30840, + "Ġluxury": 15558, + "Ġluz": 20671, + "Ġluôn": 35690, + "Ġly": 17293, + "Ġlying": 8493, + "Ġlymph": 31070, + "Ġlyn": 46137, + "Ġlyric": 42409, + "Ġlyrics": 12189, + "Ġlys": 48670, + "Ġlá": 7453, + "Ġlâ": 48835, + "Ġlä": 8235, + "Ġläh": 49383, + "Ġläng": 22566, + "Ġlänger": 40935, + "Ġlässt": 29335, + "Ġläuft": 31807, + "ĠlÃ¥": 33939, + "ĠlÃ¥ng": 39756, + "Ġlæ": 44584, + "Ġlég": 27122, + "Ġlên": 33368, + "Ġlóg": 48475, + "Ġlö": 25209, + "ĠlÃł": 3684, + "ĠlÃłm": 22319, + "ĠlÃŃ": 16118, + "ĠlÃŃder": 44190, + "ĠlÃŃnea": 37452, + "Ġlại": 23017, + "ĠlỼ": 47864, + "Ġm": 275, + "ĠmRNA": 50103, + "Ġma": 463, + "Ġmaar": 10314, + "Ġmac": 7912, + "Ġmacam": 44921, + "Ġmacaron": 49686, + "Ġmach": 2246, + "Ġmache": 28289, + "Ġmachen": 7069, + "Ġmachine": 3479, + "Ġmachinery": 27302, + "Ġmachines": 8379, + "Ġmachst": 43350, + "Ġmacht": 10857, + "Ġmacro": 18887, + "Ġmad": 5244, + "Ġmadam": 28882, + "Ġmade": 1027, + "Ġmadness": 28736, + "Ġmadre": 32966, + "Ġmae": 43783, + "Ġmafia": 36412, + "Ġmag": 2258, + "Ġmagari": 49932, + "Ġmagaz": 9044, + "Ġmagazine": 11332, + "Ġmagazines": 22975, + "Ġmagg": 44639, + "Ġmagic": 5585, + "Ġmagical": 12066, + "Ġmagically": 39763, + "Ġmagician": 38614, + "Ġmagist": 48894, + "Ġmagn": 4944, + "Ġmagnes": 28860, + "Ġmagnesium": 32950, + "Ġmagnet": 15211, + "Ġmagnetic": 12688, + "Ġmagnets": 33022, + "Ġmagnific": 21623, + "Ġmagnificent": 23690, + "Ġmagnitude": 15668, + "Ġmah": 29926, + "Ġmahd": 44194, + "Ġmahdoll": 45158, + "Ġmai": 12698, + "Ġmaid": 30410, + "Ġmaiden": 48515, + "Ġmail": 10071, + "Ġmailbox": 43602, + "Ġmailing": 41612, + "Ġmain": 2135, + "Ġmainland": 32365, + "Ġmainly": 8704, + "Ġmains": 32519, + "Ġmainstream": 15960, + "Ġmaint": 3604, + "Ġmaintain": 6909, + "Ġmaintained": 17578, + "Ġmaintaining": 14916, + "Ġmaintains": 33385, + "Ġmainten": 7780, + "Ġmaintenance": 11258, + "Ġmaintenant": 14817, + "Ġmaior": 15859, + "Ġmaioria": 44384, + "Ġmais": 2420, + "Ġmaison": 28511, + "Ġmaj": 13673, + "Ġmajestic": 49561, + "Ġmajesty": 32146, + "Ġmajor": 2563, + "Ġmajority": 6286, + "Ġmajors": 31770, + "ĠmajÄħ": 26064, + "Ġmak": 963, + "Ġmakan": 46616, + "Ġmake": 652, + "Ġmaken": 24703, + "Ġmaker": 17127, + "Ġmakers": 19323, + "Ġmakes": 1669, + "Ġmakeup": 6567, + "Ġmaking": 1455, + "Ġmal": 2806, + "Ġmala": 37508, + "Ġmalad": 39500, + "Ġmalaria": 45182, + "Ġmale": 7133, + "Ġmales": 20776, + "Ġmalf": 41318, + "Ġmalfunction": 50229, + "Ġmalicious": 33496, + "Ġmall": 16026, + "Ġmalt": 45654, + "Ġmalware": 40747, + "Ġmam": 13524, + "Ġmama": 18775, + "Ġmamm": 19033, + "Ġmammal": 49312, + "Ġmammals": 35408, + "Ġmamy": 17335, + "Ġman": 587, + "Ġmana": 21225, + "Ġmanage": 3067, + "Ġmanageable": 38798, + "Ġmanaged": 6453, + "Ġmanagement": 4592, + "Ġmanager": 6598, + "Ġmanagers": 14084, + "Ġmanages": 22489, + "Ġmanaging": 11642, + "Ġmanchmal": 32092, + "Ġmand": 7411, + "Ġmandar": 48689, + "Ġmandate": 23885, + "Ġmandated": 47563, + "Ġmandates": 48662, + "Ġmandatory": 22173, + "Ġmane": 12743, + "Ġmaneira": 30255, + "Ġmanera": 13913, + "Ġmaneu": 22474, + "Ġmaneuver": 25976, + "Ġmang": 32432, + "Ġmanga": 23316, + "Ġmange": 30465, + "Ġmanger": 34372, + "Ġmango": 23481, + "Ġmaniac": 47193, + "Ġmanic": 48139, + "Ġmanif": 8173, + "Ġmanifest": 10067, + "Ġmanifestation": 29550, + "Ġmanifestations": 46931, + "Ġmanifested": 42775, + "Ġmanifests": 50252, + "Ġmanifold": 47138, + "Ġmanip": 9258, + "Ġmanipulate": 20459, + "Ġmanipulated": 37161, + "Ġmanipulating": 40805, + "Ġmanipulation": 26475, + "Ġmanière": 22267, + "Ġmankind": 21220, + "Ġmanne": 49815, + "Ġmanner": 9060, + "Ġmanners": 34672, + "Ġmano": 18384, + "Ġmanos": 36650, + "Ġmanque": 48124, + "Ġmans": 18868, + "Ġmansion": 25599, + "Ġmant": 10845, + "Ġmanten": 38417, + "Ġmantener": 42759, + "Ġmanter": 48170, + "Ġmantle": 45031, + "Ġmantra": 32094, + "Ġmanual": 9688, + "Ġmanually": 16945, + "Ġmanufact": 5793, + "Ġmanufacture": 27400, + "Ġmanufactured": 25738, + "Ġmanufacturer": 18022, + "Ġmanufacturers": 18455, + "Ġmanufacturing": 11096, + "Ġmanure": 48020, + "Ġmanus": 21550, + "Ġmanuscript": 23928, + "Ġmanuscripts": 42849, + "Ġmany": 867, + "Ġmap": 4471, + "Ġmapa": 44025, + "Ġmaple": 31191, + "Ġmapped": 33318, + "Ġmapping": 18350, + "Ġmaps": 11317, + "Ġmar": 1849, + "Ġmarathon": 27601, + "Ġmaravil": 41009, + "Ġmarble": 26844, + "Ġmarc": 42365, + "Ġmarca": 30582, + "Ġmarch": 8368, + "Ġmarche": 32631, + "Ġmarched": 43565, + "Ġmarching": 30523, + "Ġmarché": 37441, + "Ġmare": 31471, + "Ġmargin": 10270, + "Ġmarginal": 16885, + "Ġmarginalized": 32522, + "Ġmargins": 30317, + "Ġmari": 35555, + "Ġmarijuana": 24956, + "Ġmarin": 34652, + "Ġmarinade": 49386, + "Ġmarine": 20246, + "Ġmaritime": 43892, + "Ġmark": 1491, + "Ġmarked": 12658, + "Ġmarker": 15247, + "Ġmarkers": 19175, + "Ġmarket": 2142, + "Ġmarketed": 49089, + "Ġmarketers": 48003, + "Ġmarketing": 6370, + "Ġmarketplace": 19455, + "Ġmarkets": 8383, + "Ġmarking": 25482, + "Ġmarkings": 39087, + "Ġmarks": 10640, + "Ġmarque": 41024, + "Ġmarriage": 7194, + "Ġmarriages": 39760, + "Ġmarried": 5259, + "Ġmarrow": 47739, + "Ġmarry": 9747, + "Ġmarrying": 36376, + "Ġmars": 30517, + "Ġmarsh": 21653, + "Ġmarshm": 29817, + "Ġmarshmallow": 43896, + "Ġmart": 12396, + "Ġmartial": 20755, + "Ġmartyr": 41005, + "Ġmarvel": 23893, + "Ġmarvelous": 34920, + "Ġmas": 2300, + "Ġmasa": 29216, + "Ġmasala": 35614, + "Ġmasc": 18792, + "Ġmascara": 26016, + "Ġmascot": 42339, + "Ġmascul": 19255, + "Ġmasculine": 28992, + "Ġmasculinity": 45195, + "Ġmash": 31344, + "Ġmashed": 38964, + "Ġmasih": 31510, + "Ġmask": 6094, + "Ġmasked": 45249, + "Ġmasking": 31226, + "Ġmasks": 11830, + "Ġmass": 2758, + "Ġmassa": 26689, + "Ġmassacre": 41076, + "Ġmassage": 16145, + "Ġmasse": 42313, + "Ġmasses": 23935, + "Ġmassive": 5994, + "Ġmassively": 29379, + "Ġmast": 27055, + "Ġmaster": 4505, + "Ġmastered": 38686, + "Ġmastering": 49382, + "Ġmasterpiece": 32208, + "Ġmasters": 19294, + "Ġmastery": 37951, + "Ġmasturb": 48921, + "Ġmasuk": 42364, + "Ġmat": 3803, + "Ġmata": 46106, + "Ġmatar": 39208, + "Ġmatch": 2995, + "Ġmatched": 21447, + "Ġmatches": 10676, + "Ġmatching": 14324, + "Ġmate": 11709, + "Ġmateix": 42770, + "Ġmater": 2389, + "Ġmateria": 34083, + "Ġmaterial": 2527, + "Ġmaterials": 5319, + "Ġmaternal": 37944, + "Ġmates": 31488, + "Ġmath": 5221, + "Ġmathemat": 11619, + "Ġmathematic": 32811, + "Ġmathematical": 18894, + "Ġmathematically": 44003, + "Ġmathematician": 48281, + "Ġmathematics": 18666, + "Ġmaths": 36287, + "Ġmatin": 33389, + "Ġmating": 49955, + "Ġmatière": 46600, + "Ġmatrices": 32284, + "Ġmatrix": 8141, + "Ġmats": 43366, + "Ġmatt": 16539, + "Ġmatte": 21592, + "Ġmatter": 1871, + "Ġmattered": 44282, + "Ġmatters": 7001, + "Ġmattress": 20625, + "Ġmature": 14442, + "Ġmaturity": 28874, + "Ġmatéri": 45731, + "Ġmau": 22074, + "Ġmauv": 49631, + "Ġmauvais": 50018, + "Ġmax": 11469, + "Ġmaxim": 5138, + "Ġmaximal": 49336, + "Ġmaximize": 19874, + "Ġmaximum": 6674, + "Ġmay": 815, + "Ġmaybe": 1310, + "Ġmayo": 38485, + "Ġmayonnaise": 34406, + "Ġmayor": 10120, + "ĠmayorÃŃa": 35342, + "Ġmaze": 33032, + "Ġmañana": 33573, + "Ġme": 385, + "Ġmeal": 6791, + "Ġmeals": 12832, + "Ġmean": 914, + "Ġmeaning": 3620, + "Ġmeaningful": 10995, + "Ġmeaningless": 33232, + "Ġmeanings": 28138, + "Ġmeans": 1355, + "Ġmeant": 4140, + "Ġmeantime": 14991, + "Ġmeanwhile": 29252, + "Ġmeas": 5731, + "Ġmeasurable": 43615, + "Ġmeasure": 3481, + "Ġmeasured": 12690, + "Ġmeasurement": 13160, + "Ġmeasurements": 15383, + "Ġmeasures": 8000, + "Ġmeasuring": 13389, + "Ġmeat": 4615, + "Ġmeatballs": 44741, + "Ġmeats": 38106, + "Ġmec": 25186, + "Ġmechan": 4236, + "Ġmechanic": 23860, + "Ġmechanical": 12070, + "Ġmechanics": 12939, + "Ġmechanism": 7513, + "Ġmechanisms": 15902, + "Ġmed": 1205, + "Ġmedal": 21364, + "Ġmedals": 38647, + "Ġmedi": 17269, + "Ġmedia": 3021, + "Ġmedian": 26779, + "Ġmedic": 4355, + "Ġmedical": 4625, + "Ġmedically": 49230, + "Ġmedication": 13851, + "Ġmedications": 17504, + "Ġmedicinal": 46073, + "Ġmedicine": 7195, + "Ġmedicines": 24251, + "Ġmedida": 32984, + "Ġmedidas": 37295, + "Ġmedieval": 24078, + "Ġmedio": 22123, + "Ġmediocre": 45415, + "Ġmedios": 46017, + "Ġmeditate": 29989, + "Ġmeditating": 46850, + "Ġmeditation": 12537, + "Ġmedium": 6399, + "Ġmedo": 37144, + "Ġmee": 24442, + "Ġmeer": 16318, + "Ġmeet": 1677, + "Ġmeeting": 3440, + "Ġmeetings": 8410, + "Ġmeets": 13961, + "Ġmeg": 10816, + "Ġmega": 17986, + "Ġmegap": 34733, + "Ġmeget": 36411, + "Ġmeglio": 48911, + "Ġmehr": 5417, + "Ġmehrere": 44677, + "Ġmeidän": 44751, + "Ġmeille": 25039, + "Ġmeilleur": 41457, + "Ġmeillä": 45211, + "Ġmein": 10777, + "Ġmeine": 10946, + "Ġmeinem": 24171, + "Ġmeinen": 22738, + "Ġmeiner": 20529, + "Ġmeio": 17706, + "Ġmeist": 36894, + "Ġmeisten": 29708, + "Ġmej": 37758, + "Ġmejor": 11479, + "Ġmejorar": 48858, + "Ġmejores": 42284, + "Ġmel": 4795, + "Ġmelan": 47969, + "Ġmelee": 35810, + "Ġmelhor": 13714, + "Ġmelhores": 46807, + "Ġmellan": 46494, + "Ġmelod": 32834, + "Ġmelodies": 47085, + "Ġmelody": 17997, + "Ġmelon": 41722, + "Ġmelt": 10083, + "Ġmelted": 19057, + "Ġmelting": 20493, + "Ġmelts": 30136, + "Ġmem": 1334, + "Ġmemang": 39290, + "Ġmemb": 27942, + "Ġmember": 4006, + "Ġmembers": 2679, + "Ġmembership": 16560, + "Ġmembr": 15595, + "Ġmembrane": 19651, + "Ġmeme": 21701, + "Ġmemes": 29730, + "Ġmemo": 35900, + "Ġmemoir": 38306, + "Ġmemor": 10560, + "Ġmemorable": 20723, + "Ġmemorial": 24089, + "Ġmemories": 8495, + "Ġmemorize": 27478, + "Ġmemorized": 46677, + "Ġmemory": 4675, + "Ġmen": 1706, + "Ġmencion": 37030, + "Ġmend": 31161, + "Ġmeng": 15330, + "Ġmening": 46890, + "Ġmenjadi": 39964, + "Ġmeno": 40236, + "Ġmenor": 26343, + "Ġmenos": 8902, + "Ġmens": 10923, + "Ġmensen": 18062, + "Ġmenstru": 38827, + "Ġment": 3074, + "Ġmental": 4973, + "Ġmentality": 21976, + "Ġmentally": 17072, + "Ġmente": 26577, + "Ġmention": 2152, + "Ġmentioned": 2835, + "Ġmentioning": 18315, + "Ġmentions": 23844, + "Ġmentor": 14478, + "Ġmentoring": 30257, + "Ġmentors": 21798, + "Ġmentorship": 40422, + "Ġmentre": 49601, + "Ġmenu": 6510, + "Ġmenus": 30347, + "Ġmeny": 46975, + "Ġmeow": 45132, + "Ġmer": 3551, + "Ġmerak": 39668, + "Ġmerc": 10811, + "Ġmercado": 24775, + "Ġmerch": 12618, + "Ġmerchand": 30234, + "Ġmerchandise": 34485, + "Ġmerchant": 32267, + "Ġmerchants": 36253, + "Ġmerci": 30532, + "Ġmerciful": 48756, + "Ġmercury": 33307, + "Ġmercy": 13174, + "Ġmerde": 45772, + "Ġmere": 8401, + "Ġmereka": 23171, + "Ġmerely": 17003, + "Ġmerge": 22183, + "Ġmerged": 36427, + "Ġmerger": 48002, + "Ġmerging": 44559, + "Ġmering": 46643, + "Ġmeringue": 50044, + "Ġmerit": 24527, + "Ġmerits": 40923, + "Ġmerk": 43541, + "Ġmermaid": 43146, + "Ġmerry": 41545, + "Ġmes": 3813, + "Ġmesa": 37024, + "Ġmesela": 45814, + "Ġmeses": 23922, + "Ġmesh": 17407, + "Ġmesma": 21921, + "Ġmesmo": 9082, + "Ġmess": 2082, + "Ġmessage": 3636, + "Ġmessages": 7897, + "Ġmessaging": 21812, + "Ġmessed": 16507, + "Ġmessenger": 26599, + "Ġmessing": 23258, + "Ġmessy": 16191, + "Ġmest": 35621, + "Ġmesure": 37981, + "Ġmesures": 42265, + "Ġmet": 1131, + "Ġmeta": 19616, + "Ġmetabol": 19110, + "Ġmetabolic": 36464, + "Ġmetabolism": 31190, + "Ġmetabolismo": 47889, + "Ġmetadata": 26603, + "Ġmetal": 5760, + "Ġmetall": 20866, + "Ġmetallic": 25759, + "Ġmetals": 22548, + "Ġmetaph": 30946, + "Ġmetaphor": 19157, + "Ġmete": 21245, + "Ġmeteor": 25313, + "Ġmeter": 9255, + "Ġmeters": 8146, + "Ġmeth": 23416, + "Ġmethane": 32521, + "Ġmethod": 3170, + "Ġmethodology": 24850, + "Ġmethods": 7150, + "Ġmethy": 36599, + "Ġmethyl": 48441, + "Ġmetic": 41566, + "Ġmetre": 42431, + "Ġmetres": 23861, + "Ġmetric": 20678, + "Ġmetrics": 16367, + "Ġmetro": 27334, + "Ġmetropolitan": 44645, + "Ġmetros": 34761, + "Ġmets": 37231, + "Ġmett": 27812, + "Ġmettre": 14997, + "Ġmeu": 9230, + "Ġmeus": 28033, + "Ġmeva": 40530, + "Ġmex": 28759, + "Ġmez": 28966, + "Ġmg": 49566, + "Ġmi": 2752, + "Ġmia": 21290, + "ĠmiaÅĤ": 27989, + "Ġmic": 3123, + "Ġmica": 32483, + "Ġmice": 22257, + "Ġmich": 6031, + "Ġmicro": 4532, + "Ġmicrob": 49713, + "Ġmicrobes": 35996, + "Ġmicrobi": 33234, + "Ġmicrof": 42763, + "Ġmicron": 45094, + "Ġmicroorgan": 49129, + "Ġmicrophone": 10952, + "Ġmicrophones": 30495, + "Ġmicros": 15547, + "Ġmicroscop": 30483, + "Ġmicroscope": 29753, + "Ġmicroscopic": 47897, + "Ġmicrow": 17177, + "Ġmicrowave": 19025, + "Ġmics": 45481, + "Ġmid": 2062, + "Ġmiddle": 2808, + "Ġmidnight": 19006, + "Ġmidst": 18629, + "Ġmie": 12597, + "Ġmiedo": 40383, + "Ġmiej": 18522, + "Ġmiejsc": 32754, + "Ġmiejsce": 38122, + "Ġmiel": 41392, + "Ġmieli": 41214, + "Ġmientras": 26010, + "Ġmier": 47448, + "Ġmies": 41543, + "Ġmiesz": 33039, + "Ġmieux": 20401, + "ĠmieÄĩ": 35612, + "Ġmig": 6186, + "Ġmight": 1062, + "Ġmighty": 21556, + "Ġmigrant": 38547, + "Ġmigrants": 31263, + "Ġmigrate": 31821, + "Ġmigrated": 48329, + "Ġmigration": 17011, + "Ġmij": 22953, + "Ġmijn": 19884, + "Ġmik": 23959, + "Ġmike": 43357, + "Ġmikä": 48482, + "Ġmil": 1962, + "Ġmild": 15154, + "Ġmile": 12620, + "Ġmileage": 43121, + "Ġmiles": 6193, + "Ġmilestone": 28048, + "Ġmilestones": 42038, + "Ġmilhões": 39252, + "Ġmilieu": 34276, + "Ġmilit": 19142, + "Ġmilitar": 30653, + "Ġmilitary": 4632, + "Ġmilj": 41128, + "Ġmilk": 5392, + "Ġmilks": 48773, + "Ġmill": 1728, + "Ġmillenn": 21362, + "Ġmillennials": 45543, + "Ġmillet": 47722, + "Ġmilli": 26176, + "Ġmilliards": 47382, + "Ġmilligram": 38298, + "Ġmilligrams": 45147, + "Ġmillimeter": 17942, + "Ġmillimeters": 24388, + "Ġmillion": 2459, + "Ġmillionaire": 41114, + "Ġmillions": 6803, + "Ġmillise": 27940, + "Ġmilliseconds": 34184, + "Ġmillones": 22416, + "Ġmillor": 48638, + "Ġmily": 38728, + "Ġmim": 12247, + "Ġmimic": 31075, + "Ġmin": 923, + "Ġmina": 48412, + "Ġminced": 36442, + "Ġmind": 1575, + "Ġminded": 36707, + "Ġminder": 44146, + "Ġmindful": 14618, + "Ġmindfulness": 25655, + "Ġminds": 9634, + "Ġmindset": 12543, + "Ġmine": 3892, + "Ġminer": 18746, + "Ġmineral": 21630, + "Ġminerals": 22959, + "Ġminers": 35640, + "Ġmines": 25398, + "Ġminha": 11720, + "Ġmini": 8382, + "Ġminiature": 34674, + "Ġminim": 4464, + "Ġminimal": 13206, + "Ġminimalist": 50192, + "Ġminimize": 17522, + "Ġminimizing": 46608, + "Ġminimum": 7285, + "Ġmining": 15512, + "Ġminion": 49361, + "Ġminions": 39288, + "Ġminist": 16182, + "Ġminister": 10563, + "Ġministers": 26220, + "Ġministre": 31122, + "Ġministry": 15024, + "Ġminor": 6696, + "Ġminorities": 30373, + "Ġminority": 16166, + "Ġmins": 31539, + "Ġmint": 18189, + "Ġminus": 3175, + "Ġminut": 13951, + "Ġminute": 3456, + "Ġminutes": 2077, + "Ġminutos": 19421, + "Ġmio": 29908, + "Ġmir": 3149, + "Ġmira": 30286, + "Ġmirac": 30686, + "Ġmiracle": 14660, + "Ġmiracles": 24685, + "Ġmiraculous": 41101, + "Ġmirror": 8013, + "Ġmirrors": 24238, + "Ġmis": 3346, + "Ġmiscon": 27631, + "Ġmisconception": 41350, + "Ġmisconceptions": 50012, + "Ġmise": 36845, + "Ġmiser": 17725, + "Ġmiserable": 22321, + "Ġmisery": 32309, + "Ġmisf": 47351, + "Ġmisin": 32333, + "Ġmisinformation": 34238, + "Ġmisleading": 36429, + "Ġmism": 23220, + "Ġmisma": 24946, + "Ġmismo": 12461, + "Ġmismos": 47458, + "Ġmiss": 1713, + "Ġmisschien": 42047, + "Ġmissed": 6721, + "Ġmisses": 29394, + "Ġmissile": 19321, + "Ġmissiles": 23133, + "Ġmissing": 5361, + "Ġmission": 4447, + "Ġmissionary": 45418, + "Ġmissions": 13744, + "Ġmist": 3544, + "Ġmistake": 6146, + "Ġmistaken": 21333, + "Ġmistakes": 8038, + "Ġmister": 26562, + "Ġmistress": 46635, + "Ġmisunder": 15736, + "Ġmisunderstand": 35736, + "Ġmisunderstanding": 29227, + "Ġmisunderstood": 33870, + "Ġmit": 2194, + "Ġmitad": 46895, + "Ġmite": 36190, + "Ġmiteinander": 43127, + "Ġmiten": 43265, + "Ġmitig": 15699, + "Ġmitigate": 27336, + "Ġmitigation": 32649, + "Ġmitochond": 41008, + "Ġmitt": 19130, + "Ġmittlerweile": 41999, + "Ġmitä": 30451, + "Ġmix": 2890, + "Ġmixed": 7467, + "Ġmixer": 24063, + "Ġmixes": 37121, + "Ġmixing": 11983, + "Ġmixture": 9925, + "ĠmiÄĻdzy": 33964, + "Ġml": 23271, + "Ġmm": 11169, + "Ġmmm": 26159, + "Ġmnie": 17661, + "Ġmniej": 39513, + "Ġmo": 705, + "Ġmob": 4298, + "Ġmobil": 15891, + "Ġmobile": 6013, + "Ġmobility": 16199, + "Ġmobilize": 48637, + "Ġmoc": 34962, + "Ġmock": 17362, + "Ġmocking": 49792, + "Ġmod": 1072, + "Ġmodal": 39745, + "Ġmode": 4391, + "Ġmodel": 2316, + "Ġmodeled": 37140, + "Ġmodeling": 15983, + "Ġmodelling": 42253, + "Ġmodelo": 27825, + "Ġmodels": 5245, + "Ġmoder": 10494, + "Ġmoderate": 18174, + "Ġmoderation": 49471, + "Ġmoderator": 37778, + "Ġmodern": 4363, + "Ġmodes": 14068, + "Ġmodest": 25403, + "Ġmodification": 26747, + "Ġmodifications": 26881, + "Ġmodified": 15873, + "Ġmodifier": 38011, + "Ġmodify": 16927, + "Ġmodifying": 42626, + "Ġmodo": 16664, + "Ġmods": 30899, + "Ġmodular": 31111, + "Ġmodulation": 42288, + "Ġmodule": 10088, + "Ġmodules": 16679, + "Ġmodulus": 42287, + "Ġmodèle": 45631, + "Ġmoet": 12677, + "Ġmoeten": 26175, + "Ġmog": 13172, + "Ġmogelijk": 46617, + "ĠmogÄħ": 34123, + "ĠmogÄĻ": 41737, + "Ġmoi": 7748, + "Ġmoim": 48569, + "Ġmoins": 13099, + "Ġmois": 19230, + "Ġmoist": 8641, + "Ġmoistur": 21531, + "Ġmoisture": 13814, + "Ġmoisturizer": 47588, + "Ġmoisturizing": 44134, + "Ġmoje": 36383, + "Ġmol": 8015, + "Ġmolar": 45712, + "Ġmold": 11102, + "Ġmolds": 48257, + "Ġmole": 6353, + "Ġmolec": 10646, + "Ġmolecular": 19046, + "Ġmolecule": 15582, + "Ġmolecules": 13093, + "Ġmoles": 34286, + "Ġmolt": 10739, + "Ġmolta": 48564, + "Ġmolten": 44845, + "Ġmolto": 16394, + "Ġmolé": 49300, + "Ġmom": 1225, + "Ġmomencie": 40883, + "Ġmoment": 1623, + "Ġmomento": 9333, + "Ġmomentos": 34583, + "Ġmoments": 6065, + "Ġmomentum": 11244, + "Ġmommy": 25606, + "Ġmoms": 25399, + "Ġmon": 1108, + "Ġmonarch": 33658, + "Ġmonaster": 31412, + "Ġmonastery": 37821, + "Ġmond": 17606, + "Ġmonde": 10431, + "Ġmondo": 40499, + "Ġmonet": 15556, + "Ġmonetary": 26388, + "Ġmoney": 1460, + "Ġmonit": 32001, + "Ġmonitor": 6002, + "Ġmonitored": 36255, + "Ġmonitoring": 11028, + "Ġmonitors": 26518, + "Ġmonk": 27698, + "Ġmonkey": 17847, + "Ġmonkeys": 29534, + "Ġmonks": 32201, + "Ġmono": 35624, + "Ġmonopol": 47721, + "Ġmonopoly": 37061, + "Ġmonsieur": 36507, + "Ġmonster": 10090, + "Ġmonsters": 15785, + "Ġmonstr": 47137, + "Ġmont": 8143, + "Ġmontage": 40184, + "Ġmonte": 35437, + "Ġmonter": 47945, + "Ġmonth": 1618, + "Ġmonthly": 12878, + "Ġmonths": 2493, + "Ġmontre": 44132, + "Ġmontrer": 33116, + "Ġmontón": 45259, + "Ġmonument": 20289, + "Ġmonumental": 43105, + "Ġmonuments": 36864, + "Ġmoo": 37284, + "Ġmood": 9268, + "Ġmooi": 38583, + "Ġmoon": 7135, + "Ġmoonlight": 48058, + "Ġmoons": 34139, + "Ġmop": 48106, + "Ġmor": 1896, + "Ġmoral": 9723, + "Ġmorale": 37455, + "Ġmorality": 29106, + "Ġmorally": 38622, + "Ġmorals": 46849, + "Ġmorb": 46510, + "Ġmore": 544, + "Ġmorgen": 36593, + "Ġmorning": 2446, + "Ġmornings": 37143, + "Ġmorph": 25778, + "Ġmort": 6599, + "Ġmortal": 27624, + "Ġmortality": 23330, + "Ġmortar": 33956, + "Ġmorte": 37392, + "Ġmortgage": 20236, + "Ġmos": 13659, + "Ġmosque": 31501, + "Ġmosquito": 23970, + "Ġmosquitoes": 39394, + "Ġmoss": 36193, + "Ġmost": 881, + "Ġmostly": 5240, + "Ġmostra": 43101, + "Ġmostrar": 21487, + "Ġmot": 2184, + "Ġmote": 49071, + "Ġmother": 2895, + "Ġmotherboard": 32916, + "Ġmotherf": 29537, + "Ġmotherfucker": 47069, + "Ġmothers": 17941, + "Ġmotif": 39478, + "Ġmotion": 5394, + "Ġmotions": 27500, + "Ġmotiv": 5426, + "Ġmotivate": 28497, + "Ġmotivated": 14515, + "Ġmotivates": 42569, + "Ġmotivating": 41066, + "Ġmotivation": 12335, + "Ġmotivational": 48186, + "Ġmotivations": 39034, + "Ġmotive": 28827, + "Ġmotives": 39812, + "Ġmotivo": 35804, + "Ġmoto": 42192, + "Ġmotor": 5932, + "Ġmotorcycle": 20554, + "Ġmotorcycles": 46813, + "Ġmotors": 25035, + "Ġmots": 34009, + "Ġmotto": 32680, + "Ġmould": 34803, + "Ġmound": 49034, + "Ġmount": 3746, + "Ġmountain": 6937, + "Ġmountains": 10233, + "Ġmounted": 19138, + "Ġmounting": 22986, + "Ġmounts": 40982, + "Ġmour": 22235, + "Ġmourning": 42947, + "Ġmouse": 9719, + "Ġmouth": 4525, + "Ġmouths": 33171, + "Ġmouve": 33415, + "Ġmouvement": 41219, + "Ġmov": 2402, + "Ġmove": 1286, + "Ġmoved": 4259, + "Ġmovement": 3963, + "Ġmovements": 9981, + "Ġmover": 39945, + "Ġmoves": 6067, + "Ġmovie": 3169, + "Ġmovies": 6233, + "Ġmovimento": 40798, + "Ġmovimiento": 43180, + "Ġmoving": 2684, + "Ġmoy": 32018, + "Ġmoyen": 42009, + "Ġmoyens": 47040, + "Ġmozzarella": 44135, + "Ġmoż": 10697, + "Ġmoże": 12034, + "Ġmożemy": 26500, + "Ġmożli": 30854, + "Ġmożna": 17790, + "Ġmph": 46351, + "Ġmr": 33660, + "Ġmu": 2992, + "Ġmuch": 709, + "Ġmucha": 25248, + "Ġmuchas": 16072, + "Ġmucho": 9824, + "Ġmuchos": 17061, + "ĠmuchÃŃs": 29353, + "ĠmuchÃŃsimo": 44722, + "Ġmud": 8933, + "Ġmudar": 42281, + "Ġmuddy": 38540, + "Ġmue": 49532, + "Ġmuerte": 38497, + "Ġmuff": 22635, + "Ġmuffin": 48400, + "Ġmug": 23610, + "Ġmuit": 4146, + "Ġmuita": 21025, + "Ġmuitas": 25705, + "Ġmuito": 4945, + "Ġmuitos": 28918, + "Ġmuj": 30008, + "Ġmujer": 32032, + "Ġmujeres": 31683, + "Ġmuk": 31475, + "Ġmul": 14077, + "Ġmulher": 33211, + "Ġmulheres": 43244, + "Ġmult": 2120, + "Ġmulti": 4825, + "Ġmultic": 30608, + "Ġmulticultural": 47684, + "Ġmultif": 39824, + "Ġmultim": 32972, + "Ġmultimedia": 49202, + "Ġmultin": 45872, + "Ġmultip": 3311, + "Ġmultipl": 12788, + "Ġmultiplayer": 27325, + "Ġmultiple": 3866, + "Ġmultiples": 46099, + "Ġmultiplic": 17596, + "Ġmultiplication": 27290, + "Ġmultiplied": 17207, + "Ġmultiplier": 44106, + "Ġmultiply": 12972, + "Ġmultiplying": 30955, + "Ġmultit": 42338, + "Ġmultitude": 36358, + "Ġmum": 14697, + "Ġmummy": 45295, + "Ġmun": 11864, + "Ġmund": 23175, + "Ġmundane": 43497, + "Ġmundial": 41740, + "Ġmundo": 7968, + "Ġmungkin": 32633, + "Ġmunicip": 14998, + "Ġmunicipal": 27177, + "Ġmunicipalities": 39748, + "Ġmunicipality": 44186, + "Ġmur": 5257, + "Ġmural": 40595, + "Ġmurder": 6568, + "Ġmurdered": 18486, + "Ġmurderer": 28703, + "Ġmurders": 30479, + "Ġmurm": 39729, + "Ġmus": 1038, + "Ġmuscle": 8679, + "Ġmuscles": 9530, + "Ġmuscular": 31641, + "Ġmuse": 39138, + "Ġmuseum": 8441, + "Ġmuseums": 23248, + "Ġmush": 11559, + "Ġmushroom": 12094, + "Ġmushrooms": 17973, + "Ġmusi": 37587, + "Ġmusic": 1318, + "Ġmusical": 9165, + "Ġmusician": 19570, + "Ġmusicians": 16916, + "Ġmusimy": 43449, + "Ġmusique": 34108, + "Ġmuss": 6425, + "Ġmusst": 31716, + "Ġmusste": 34497, + "Ġmust": 1633, + "Ġmustache": 37798, + "Ġmustard": 23659, + "Ġmustn": 42818, + "Ġmusun": 25447, + "Ġmut": 5839, + "Ġmutant": 47198, + "Ġmutation": 27960, + "Ġmutations": 29243, + "Ġmute": 24523, + "Ġmuted": 32808, + "Ġmutta": 26265, + "Ġmutual": 16917, + "Ġmutually": 39144, + "Ġmuut": 46785, + "Ġmuy": 5323, + "Ġmuá»ijn": 42453, + "Ġmy": 452, + "Ġmycket": 16780, + "Ġmyself": 2059, + "Ġmyst": 9111, + "Ġmyster": 11010, + "Ġmysteries": 30785, + "Ġmysterious": 13831, + "Ġmystery": 11422, + "Ġmystical": 40565, + "Ġmyth": 9474, + "Ġmythical": 40843, + "Ġmythology": 30871, + "Ġmyths": 28205, + "Ġmyös": 23623, + "ĠmyÅĽ": 48633, + "ĠmyÅĽlÄĻ": 37730, + "Ġmá": 12228, + "Ġmáqu": 39701, + "Ġmáquina": 49360, + "Ġmár": 40331, + "Ġmás": 3573, + "Ġmáxim": 31031, + "Ġmáximo": 38876, + "Ġmã": 22410, + "Ġmãe": 29392, + "Ġmão": 31639, + "Ġmä": 25117, + "Ġmänn": 39550, + "Ġmännisk": 45220, + "Ġmänniskor": 48091, + "ĠmÃ¥": 10254, + "ĠmÃ¥nga": 25068, + "ĠmÃ¥ste": 23958, + "Ġmère": 35935, + "Ġmé": 13191, + "Ġméd": 16978, + "Ġmédi": 42436, + "Ġmédia": 49503, + "Ġmédico": 44853, + "Ġmég": 43510, + "Ġmél": 41953, + "Ġmés": 12545, + "Ġmét": 20275, + "Ġméth": 45404, + "Ġmême": 5698, + "Ġmêmes": 42588, + "Ġmês": 41400, + "Ġmình": 14526, + "Ġmó": 32515, + "Ġmón": 37803, + "Ġmów": 13489, + "Ġmówi": 24592, + "ĠmówiÄħ": 46591, + "Ġmö": 7667, + "Ġmöchte": 14570, + "Ġmöchten": 49699, + "Ġmöglich": 16294, + "Ġmöglichst": 44850, + "Ġmöj": 37606, + "Ġmús": 38886, + "Ġmúsica": 20091, + "Ġmü": 6047, + "Ġmüs": 28802, + "Ġmüssen": 9013, + "Ġmüsst": 49481, + "Ġmüsste": 42962, + "ĠmÃł": 13901, + "ĠmÃły": 45464, + "ĠmÃŃ": 14692, + "ĠmÃŃn": 33656, + "ĠmÃŃnimo": 47393, + "Ġmı": 9251, + "ĠmÅĤ": 40770, + "Ġmá»Ļt": 15486, + "ĠmỼi": 37328, + "Ġn": 297, + "Ġna": 1667, + "Ġnaar": 12762, + "Ġnac": 42071, + "Ġnach": 5168, + "Ġnacional": 29836, + "Ġnad": 12617, + "Ġnada": 8096, + "Ġnadie": 28060, + "Ġnadzie": 43693, + "ĠnadziejÄĻ": 48881, + "Ġnag": 17096, + "Ġnagyon": 46259, + "Ġnah": 17170, + "Ġnail": 10173, + "Ġnailed": 30790, + "Ġnails": 15394, + "Ġnaive": 29052, + "Ġnaj": 11212, + "Ġnajbardziej": 41857, + "Ġnajle": 41903, + "ĠnajwiÄĻ": 48636, + "Ġnak": 20332, + "Ġnaked": 15791, + "Ġnam": 8835, + "Ġname": 1315, + "Ġnamed": 4926, + "Ġnamely": 20926, + "Ġnames": 5288, + "Ġnaming": 25290, + "Ġnan": 14067, + "Ġnano": 30129, + "Ġnap": 9296, + "ĠnaprawdÄĻ": 20970, + "Ġnar": 6714, + "Ġnarc": 21328, + "Ġnarciss": 25771, + "Ġnarcissist": 49130, + "Ġnarr": 6397, + "Ġnarration": 43299, + "Ġnarrative": 9977, + "Ġnarratives": 28016, + "Ġnarrator": 32646, + "Ġnarrow": 9432, + "Ġnarrower": 46751, + "Ġnas": 5382, + "Ġnasal": 41575, + "Ġnast": 26088, + "Ġnasty": 17923, + "ĠnastÄĻp": 39662, + "Ġnasze": 43394, + "Ġnaszego": 44517, + "Ġnaszej": 42946, + "Ġnaszych": 45002, + "Ġnaszym": 48094, + "Ġnasıl": 16963, + "Ġnat": 2249, + "Ġnation": 4790, + "Ġnational": 4048, + "Ġnationale": 49974, + "Ġnationalism": 39186, + "Ġnationalist": 49654, + "Ġnationally": 27652, + "Ġnations": 11035, + "Ġnationwide": 29102, + "Ġnative": 8470, + "Ġnatives": 47964, + "Ġnatomiast": 43169, + "Ġnatur": 26389, + "Ġnatural": 3303, + "Ġnaturale": 40877, + "Ġnaturally": 8195, + "Ġnature": 3687, + "Ġnatuur": 24414, + "Ġnatuurlijk": 26892, + "Ġnatürlich": 8762, + "Ġnau": 35616, + "Ġnauc": 49103, + "Ġnaught": 13138, + "Ġnaughty": 32154, + "Ġnause": 34735, + "Ġnav": 5947, + "Ġnaval": 33050, + "Ġnave": 39376, + "Ġnavig": 7407, + "Ġnavigate": 12350, + "Ġnavigating": 32054, + "Ġnavigation": 17346, + "Ġnavy": 31319, + "Ġnaw": 18969, + "Ġnawet": 22696, + "Ġnay": 34227, + "Ġnaz": 20151, + "Ġne": 408, + "Ġnear": 2651, + "Ġnearby": 11184, + "Ġnearest": 23831, + "Ġnearly": 6217, + "Ġneat": 10654, + "Ġneatly": 36634, + "Ġneben": 36098, + "Ġneces": 11909, + "Ġnecesario": 44095, + "Ġnecesit": 38661, + "Ġnecesita": 45485, + "Ġnecess": 2688, + "Ġnecessarily": 4725, + "Ġnecessary": 4818, + "Ġnecessity": 24217, + "Ġneck": 6189, + "Ġnecklace": 24563, + "Ġnectar": 49943, + "Ġned": 25614, + "Ġneden": 34828, + "Ġnee": 41694, + "Ġneed": 643, + "Ġneeded": 2978, + "Ġneeding": 18006, + "Ġneedle": 11037, + "Ġneedles": 24792, + "Ġneeds": 2203, + "Ġneg": 2485, + "Ġnegative": 3671, + "Ġnegatively": 29519, + "Ġnegatives": 40019, + "Ġnegativity": 39297, + "Ġneglect": 17745, + "Ġneglected": 32701, + "Ġneglig": 32570, + "Ġnego": 26722, + "Ġnegoti": 9542, + "Ġnegotiate": 21713, + "Ġnegotiated": 39028, + "Ġnegotiating": 30396, + "Ġnegotiation": 27573, + "Ġnegotiations": 20476, + "Ġnegro": 40008, + "Ġnegó": 31008, + "Ġnegócio": 35532, + "Ġneh": 40857, + "Ġnehme": 48276, + "Ġnehmen": 19905, + "Ġnei": 34517, + "Ġneigh": 4168, + "Ġneighb": 7888, + "Ġneighbor": 5987, + "Ġneighborhood": 7630, + "Ġneighborhoods": 20052, + "Ġneighboring": 31521, + "Ġneighbors": 12512, + "Ġneighbour": 19755, + "Ġneighbourhood": 30471, + "Ġneighbours": 35548, + "Ġnein": 40041, + "Ġneither": 9662, + "Ġnel": 15373, + "Ġnell": 44666, + "Ġnella": 23878, + "Ġnelle": 46350, + "Ġnem": 9939, + "Ġnen": 16399, + "Ġnenhum": 32584, + "Ġnenhuma": 43273, + "Ġneo": 41977, + "Ġneol": 49512, + "Ġneon": 30820, + "Ġnep": 24901, + "Ġnephew": 30799, + "Ġner": 18219, + "Ġnerd": 23229, + "Ġnered": 28085, + "Ġnerede": 44906, + "Ġnerv": 5724, + "Ġnerve": 16355, + "Ġnerves": 23078, + "Ġnervous": 6296, + "Ġness": 39787, + "Ġnessa": 23246, + "Ġnesse": 18270, + "Ġnest": 15646, + "Ġneste": 34739, + "Ġnet": 2533, + "Ġnets": 36170, + "Ġnett": 42084, + "Ġnetwork": 3209, + "Ġnetworking": 17985, + "Ġnetworks": 9590, + "Ġneu": 22510, + "Ġneue": 16842, + "Ġneuen": 21387, + "Ġneues": 43979, + "Ġneur": 12087, + "Ġneural": 18161, + "Ġneuro": 16499, + "Ġneurolog": 28351, + "Ġneurological": 48185, + "Ġneuron": 34090, + "Ġneurons": 22027, + "Ġneuros": 28813, + "Ġneuroscience": 42762, + "Ġneurot": 43286, + "Ġneut": 7989, + "Ġneutr": 39913, + "Ġneutral": 10598, + "Ġneutron": 44362, + "Ġnever": 1128, + "Ġnevertheless": 26924, + "Ġnew": 777, + "Ġnewborn": 32928, + "Ġnewcom": 40014, + "Ġnewer": 17628, + "Ġnewest": 17569, + "Ġnewly": 15109, + "Ġnews": 2583, + "Ġnewsletter": 26469, + "Ġnewsp": 10202, + "Ġnewspaper": 13669, + "Ġnewspapers": 20781, + "Ġnext": 958, + "Ġng": 6415, + "Ġnggak": 28631, + "Ġngh": 29338, + "Ġnghi": 46889, + "ĠnghÄ©": 41077, + "Ġngo": 45843, + "ĠngÃły": 34481, + "Ġngưá»Ŀi": 15898, + "Ġnh": 6245, + "Ġnhi": 20575, + "Ġnhiá»ģu": 28272, + "Ġnhân": 47931, + "ĠnhÃł": 35398, + "Ġnhư": 16228, + "Ġnhưng": 37504, + "Ġnhất": 41081, + "Ġnhững": 20136, + "Ġni": 3867, + "Ġnib": 38956, + "Ġnic": 6201, + "Ġnice": 1481, + "Ġnicely": 9594, + "Ġnicer": 22842, + "Ġnicest": 45516, + "Ġnich": 25570, + "Ġniche": 19956, + "Ġnicht": 1979, + "Ġnichts": 13004, + "Ġnick": 15416, + "Ġnickel": 30542, + "Ġnickname": 21641, + "Ġnie": 2838, + "Ġniece": 39991, + "Ġnied": 32488, + "Ġniego": 49615, + "Ġniemand": 32390, + "Ġnies": 48100, + "Ġniet": 6899, + "Ġnieu": 26829, + "Ġnieuwe": 37029, + "Ġniew": 43622, + "Ġniez": 33511, + "Ġnig": 26996, + "Ġnigga": 41626, + "Ġnight": 1818, + "Ġnightmare": 18724, + "Ġnightmares": 36911, + "Ġnights": 13249, + "Ġnighttime": 38595, + "Ġnih": 27438, + "Ġniin": 16077, + "Ġnik": 44336, + "Ġnim": 24887, + "Ġnimmt": 38891, + "Ġnin": 9616, + "Ġnine": 4949, + "Ġninete": 26286, + "Ġnineteen": 31555, + "Ġninety": 25063, + "Ġning": 17210, + "Ġninguna": 36073, + "Ġninguém": 30091, + "Ġningún": 30394, + "Ġninja": 31604, + "Ġninth": 28207, + "Ġnit": 10900, + "Ġnitrogen": 17903, + "Ġnive": 11461, + "Ġniveau": 19144, + "Ġnivel": 24423, + "Ġniye": 30493, + "Ġniño": 42307, + "Ġniños": 30712, + "Ġniż": 28502, + "Ġno": 572, + "Ġnoble": 20171, + "Ġnobody": 5079, + "Ġnoch": 3514, + "Ġnoche": 29735, + "Ġnochmal": 26509, + "Ġnod": 15224, + "Ġnode": 9984, + "Ġnodes": 13891, + "Ġnodig": 43409, + "Ġnog": 9638, + "Ġnoget": 34574, + "Ġnogle": 48713, + "Ġnoi": 22447, + "Ġnoir": 39359, + "Ġnoise": 5658, + "Ġnoises": 14620, + "Ġnoisy": 24518, + "Ġnoite": 34429, + "Ġnok": 33811, + "Ġnom": 5369, + "Ġnombre": 13000, + "Ġnombreux": 43260, + "Ġnome": 19003, + "Ġnominal": 41641, + "Ġnominated": 25159, + "Ġnomination": 30375, + "Ġnominations": 46331, + "Ġnominee": 37170, + "Ġnominees": 49774, + "Ġnomés": 40052, + "Ġnon": 2107, + "Ġnone": 6022, + "Ġnonetheless": 26756, + "Ġnonprofit": 23348, + "Ġnonprofits": 42851, + "Ġnonsense": 14925, + "Ġnood": 8422, + "Ġnoodle": 21873, + "Ġnoodles": 10480, + "Ġnooit": 48286, + "Ġnoon": 24040, + "Ġnope": 23444, + "Ġnor": 6051, + "Ġnord": 39284, + "Ġnorm": 2026, + "Ġnormal": 2710, + "Ġnormale": 43646, + "Ġnormalized": 48704, + "Ġnormally": 5646, + "Ġnormalmente": 38217, + "Ġnorms": 24357, + "Ġnorte": 41966, + "Ġnorth": 6830, + "Ġnortheast": 40984, + "Ġnorthern": 14197, + "Ġnorthwest": 36930, + "Ġnos": 3269, + "Ġnosaltres": 49100, + "Ġnose": 6690, + "Ġnosotros": 13863, + "Ġnoss": 24970, + "Ġnossa": 15821, + "Ġnossas": 44041, + "Ġnosso": 14347, + "Ġnossos": 35378, + "Ġnost": 10397, + "Ġnostalgia": 34618, + "Ġnostalgic": 40240, + "Ġnostra": 34311, + "Ġnostro": 35779, + "Ġnot": 406, + "Ġnota": 36192, + "Ġnotable": 22556, + "Ġnotably": 31357, + "Ġnotamment": 26165, + "Ġnotation": 24657, + "Ġnotch": 26109, + "Ġnote": 3637, + "Ġnotebook": 21060, + "Ġnotebooks": 43782, + "Ġnoted": 12964, + "Ġnotes": 5570, + "Ġnothin": 47562, + "Ġnothing": 1825, + "Ġnotice": 3449, + "Ġnoticeable": 26041, + "Ġnoticed": 5694, + "Ġnotices": 32978, + "Ġnoticing": 21814, + "Ġnotification": 11554, + "Ġnotifications": 13426, + "Ġnotified": 18013, + "Ġnotify": 36560, + "Ġnoting": 26801, + "Ġnotion": 10710, + "Ġnotions": 35799, + "Ġnotor": 46772, + "Ġnotorious": 38045, + "Ġnotre": 10349, + "Ġnotwend": 41308, + "Ġnou": 23641, + "Ġnoun": 23307, + "Ġnouns": 48184, + "Ġnour": 22683, + "Ġnous": 4666, + "Ġnouve": 11456, + "Ġnouveau": 23326, + "Ġnouveaux": 44952, + "Ġnouvelle": 24156, + "Ġnouvelles": 37172, + "Ġnov": 23883, + "Ġnova": 28265, + "Ġnovamente": 49960, + "Ġnove": 26972, + "Ġnovel": 7613, + "Ġnovels": 24574, + "Ġnovelty": 44805, + "Ġnovo": 18246, + "Ġnow": 586, + "Ġnowadays": 13434, + "Ġnowhere": 11159, + "Ġnozzle": 28998, + "Ġnp": 33808, + "Ġnu": 3822, + "Ġnuance": 42625, + "Ġnuanced": 45115, + "Ġnuances": 38775, + "Ġnuc": 6304, + "Ġnucle": 14962, + "Ġnuclear": 8179, + "Ġnuclei": 49919, + "Ġnucleus": 28055, + "Ġnud": 40045, + "Ġnude": 36505, + "Ġnue": 10412, + "Ġnuest": 7717, + "Ġnuestra": 16825, + "Ġnuestras": 32809, + "Ġnuestro": 14726, + "Ġnuestros": 24099, + "Ġnueva": 28963, + "Ġnuevas": 42817, + "Ġnuevo": 18591, + "Ġnuevos": 42010, + "Ġnug": 30279, + "Ġnuggets": 42663, + "Ġnuit": 38467, + "Ġnull": 18184, + "Ġnum": 1031, + "Ġnuma": 29080, + "Ġnumb": 32200, + "Ġnumber": 1230, + "Ġnumbered": 40936, + "Ġnumbers": 3547, + "Ġnumer": 7866, + "Ġnumerator": 30380, + "Ġnumerical": 29054, + "Ġnumero": 46839, + "Ġnumerous": 12546, + "Ġnuméro": 49525, + "Ġnun": 8905, + "Ġnunca": 13768, + "Ġnuo": 37802, + "Ġnuovo": 49348, + "Ġnur": 4343, + "Ġnurs": 9070, + "Ġnurse": 14012, + "Ġnursery": 37538, + "Ġnurses": 17446, + "Ġnursing": 15423, + "Ġnurt": 23705, + "Ġnurture": 41451, + "Ġnurturing": 48116, + "Ġnut": 5393, + "Ġnutr": 12289, + "Ġnutri": 13242, + "Ġnutrient": 32694, + "Ġnutrients": 17617, + "Ġnutrit": 37972, + "Ġnutrition": 14718, + "Ġnutritional": 34707, + "Ġnutritious": 40850, + "Ġnuts": 10483, + "Ġnutshell": 37711, + "Ġnutzen": 36905, + "Ġny": 18052, + "Ġnya": 24450, + "Ġnylon": 43503, + "Ġnyt": 21508, + "Ġnão": 2431, + "Ġnä": 6433, + "Ġnäch": 13201, + "Ġnächste": 30661, + "Ġnächsten": 19101, + "Ġnäm": 17534, + "Ġnämlich": 21219, + "Ġnär": 15457, + "ĠnÃ¥": 11594, + "ĠnÃ¥gon": 25418, + "ĠnÃ¥gonting": 43998, + "ĠnÃ¥got": 36586, + "ĠnÃ¥gra": 40842, + "ĠnÃ¥r": 36522, + "Ġné": 7024, + "Ġnécess": 31956, + "Ġnécessaire": 46396, + "Ġnên": 40606, + "Ġnó": 6604, + "Ġnói": 27508, + "Ġnós": 9738, + "Ġnú": 11908, + "Ġnúmer": 12803, + "Ġnúmero": 14959, + "Ġnúmeros": 36545, + "ĠnÃło": 29069, + "ĠnÃły": 12542, + "ĠnÃŃvel": 41747, + "ĠnÄĥm": 38098, + "ĠnÄĽ": 46911, + "ĠnÆ°á»Ľc": 30728, + "Ġnữa": 35047, + "Ġo": 277, + "Ġoak": 31322, + "Ġoat": 36792, + "Ġoath": 29450, + "Ġoatmeal": 47223, + "Ġoats": 43095, + "Ġob": 1111, + "Ġobe": 36346, + "Ġobec": 49141, + "Ġobed": 24330, + "Ġobedience": 36585, + "Ġobedient": 42541, + "Ġoben": 21279, + "Ġobes": 26395, + "Ġobese": 50060, + "Ġobesity": 29744, + "Ġobey": 19297, + "Ġobject": 2657, + "Ġobjection": 35756, + "Ġobjections": 44649, + "Ġobjective": 10024, + "Ġobjectively": 46067, + "Ġobjectives": 15961, + "Ġobjects": 6565, + "Ġobjet": 14964, + "Ġobjetivo": 29809, + "Ġobjeto": 40438, + "Ġobjetos": 49605, + "Ġobl": 23740, + "Ġoblig": 9270, + "Ġobligation": 20326, + "Ġobligations": 26234, + "Ġobliged": 47194, + "Ġobliv": 47039, + "Ġobra": 22798, + "Ġobras": 47618, + "Ġobrig": 29126, + "Ġobrigado": 41774, + "Ġobs": 3181, + "Ġobsc": 22082, + "Ġobscure": 34443, + "Ġobser": 12887, + "Ġobserv": 9951, + "Ġobservation": 14816, + "Ġobservations": 18163, + "Ġobserve": 11441, + "Ġobserved": 13095, + "Ġobserver": 27878, + "Ġobservers": 48090, + "Ġobserving": 22107, + "Ġobsess": 35803, + "Ġobsessed": 16923, + "Ġobsession": 30521, + "Ġobsol": 43053, + "Ġobsolete": 46333, + "Ġobst": 9579, + "Ġobstacle": 23112, + "Ġobstacles": 17735, + "Ġobstruct": 45579, + "Ġobstruction": 49711, + "Ġobt": 7464, + "Ġobtain": 12701, + "Ġobtained": 14879, + "Ġobtaining": 36749, + "Ġobten": 28326, + "Ġobviamente": 36325, + "Ġobvious": 6322, + "Ġobviously": 2745, + "Ġobwohl": 48428, + "Ġoc": 10409, + "Ġocas": 44534, + "Ġocc": 2678, + "Ġoccas": 15319, + "Ġoccasion": 9674, + "Ġoccasional": 31644, + "Ġoccasionally": 16895, + "Ġoccasions": 20641, + "Ġoccup": 8073, + "Ġoccupation": 24482, + "Ġoccupational": 43544, + "Ġoccupied": 19629, + "Ġoccupy": 30645, + "Ġoccur": 5160, + "Ġoccurred": 11068, + "Ġoccurrence": 36122, + "Ġoccurring": 18386, + "Ġoccurs": 11843, + "Ġocean": 7810, + "Ġoceans": 25004, + "Ġoch": 3795, + "ĠocksÃ¥": 13312, + "Ġoct": 13350, + "Ġoctave": 44441, + "Ġoctopus": 27962, + "Ġocup": 37305, + "Ġocur": 26430, + "ĠoczywiÅĽcie": 23862, + "Ġod": 3611, + "Ġodc": 36471, + "Ġodd": 7401, + "Ġoddly": 46083, + "Ġodds": 17439, + "Ġode": 45711, + "Ġoder": 4513, + "Ġodor": 41176, + "Ġodpow": 24314, + "Ġodpowied": 36574, + "Ġof": 295, + "Ġofere": 47084, + "Ġoff": 766, + "Ġoffen": 35253, + "Ġoffend": 41836, + "Ġoffended": 26776, + "Ġoffenders": 49079, + "Ġoffense": 17834, + "Ġoffenses": 49765, + "Ġoffensive": 15710, + "Ġoffer": 2626, + "Ġoffered": 8059, + "Ġoffering": 8745, + "Ġofferings": 25898, + "Ġoffers": 7736, + "Ġoffic": 2832, + "Ġoffice": 3398, + "Ġofficer": 8456, + "Ġofficers": 9199, + "Ġoffices": 14434, + "Ġofficial": 4783, + "Ġofficially": 12053, + "Ġofficials": 9798, + "Ġoffline": 21857, + "Ġoffs": 39457, + "Ġoffset": 18687, + "Ġoffshore": 34567, + "Ġoffspring": 36857, + "Ġoficial": 37189, + "Ġoft": 11649, + "Ġoften": 2049, + "Ġoftentimes": 18349, + "Ġog": 5360, + "Ġoggi": 34768, + "Ġogl": 49424, + "Ġogni": 33189, + "Ġogr": 34416, + "ĠogsÃ¥": 23864, + "Ġogóle": 29229, + "Ġoh": 1954, + "Ġohh": 50101, + "Ġohne": 15716, + "Ġoike": 38432, + "Ġoil": 3184, + "Ġoils": 22177, + "Ġoily": 27693, + "Ġojos": 39519, + "Ġok": 3133, + "Ġokay": 1392, + "Ġoke": 40043, + "Ġoko": 45730, + "Ġol": 2545, + "Ġolabilir": 38049, + "Ġolacak": 23172, + "Ġolan": 17771, + "Ġolar": 17318, + "Ġolarak": 17728, + "Ġold": 1331, + "Ġolder": 4906, + "Ġoldest": 14026, + "Ġolds": 41972, + "Ġoldu": 9761, + "ĠolduÄŁ": 15049, + "ĠolduÄŁu": 30588, + "ĠolduÄŁunu": 28619, + "Ġole": 18726, + "Ġoleh": 50051, + "Ġolha": 23550, + "Ġolhar": 37446, + "Ġolho": 50147, + "Ġolhos": 47944, + "Ġoli": 24072, + "Ġolika": 26025, + "Ġolive": 15981, + "Ġolives": 46746, + "Ġoll": 37995, + "Ġolla": 26876, + "Ġollut": 41851, + "Ġolm": 13583, + "Ġolmak": 45535, + "Ġolmas": 40307, + "Ġolması": 47528, + "Ġolmay": 35954, + "Ġolmaz": 31593, + "ĠolmuÅŁ": 32548, + "Ġolsa": 44655, + "Ġolsun": 17632, + "Ġolun": 38084, + "Ġolur": 16538, + "Ġolurs": 41607, + "Ġoluyor": 23597, + "ĠoluÅŁ": 49849, + "Ġolv": 43851, + "Ġolvid": 43194, + "Ġom": 3406, + "Ġomdat": 34982, + "Ġomega": 10498, + "Ġomin": 46812, + "Ġomn": 36874, + "Ġon": 322, + "Ġona": 20325, + "Ġonboard": 24033, + "Ġonc": 40592, + "Ġonce": 1564, + "Ġonda": 45671, + "Ġondan": 49228, + "Ġonde": 14396, + "Ġonder": 20756, + "Ġone": 472, + "Ġones": 2306, + "Ġoneself": 32265, + "Ġongoing": 10452, + "Ġoni": 36317, + "Ġonion": 10916, + "Ġonions": 13146, + "Ġonlar": 43179, + "Ġonline": 2950, + "Ġonly": 787, + "Ġons": 18818, + "Ġonset": 34948, + "Ġont": 6592, + "Ġonto": 3911, + "Ġonu": 20801, + "Ġonun": 27295, + "Ġonwards": 34230, + "Ġonze": 29460, + "Ġoo": 32685, + "Ġooh": 17024, + "Ġook": 7839, + "Ġoops": 34166, + "Ġop": 999, + "Ġopacity": 41693, + "Ġopaque": 42687, + "Ġopen": 1269, + "Ġopened": 5625, + "Ġopener": 43850, + "Ġopening": 5193, + "Ġopenings": 35941, + "Ġopenly": 23109, + "Ġopenness": 36200, + "Ġopens": 9870, + "Ġoper": 2208, + "Ġopera": 22202, + "Ġoperate": 9651, + "Ġoperated": 20826, + "Ġoperates": 22577, + "Ġoperating": 7447, + "Ġoperation": 6916, + "Ġoperational": 16607, + "Ġoperations": 7705, + "Ġoperator": 12973, + "Ġoperators": 19077, + "Ġopin": 3980, + "Ġopini": 46784, + "Ġopinion": 4800, + "Ġopinions": 11819, + "Ġopio": 24434, + "Ġopioid": 32837, + "Ġopioids": 47845, + "Ġopis": 45477, + "Ġoportun": 24237, + "Ġoportunidad": 42794, + "Ġopp": 1458, + "Ġoppon": 8292, + "Ġopponent": 10620, + "Ġopponents": 19001, + "Ġopportun": 2070, + "Ġopportunities": 4786, + "Ġopportunity": 2650, + "Ġoppos": 4665, + "Ġoppose": 28355, + "Ġopposed": 8851, + "Ġopposing": 27890, + "Ġopposite": 6182, + "Ġopposition": 13504, + "Ġoppress": 50240, + "Ġoppressed": 39640, + "Ġoppression": 27337, + "Ġops": 44663, + "Ġopt": 2427, + "Ġopted": 40768, + "Ġoptic": 48269, + "Ġoptical": 20674, + "Ġoptics": 42599, + "Ġoptim": 5028, + "Ġoptimal": 16252, + "Ġoptimism": 31074, + "Ġoptimistic": 19397, + "Ġoptimization": 19618, + "Ġoptimize": 19719, + "Ġoptimized": 26941, + "Ġoptimizing": 40425, + "Ġoptimum": 39326, + "Ġoption": 3614, + "Ġoptional": 17312, + "Ġoptions": 3956, + "Ġor": 420, + "Ġora": 33714, + "Ġorada": 33570, + "Ġoral": 19338, + "Ġorang": 17481, + "Ġorange": 7671, + "Ġoranges": 35474, + "Ġoraz": 28905, + "Ġorb": 14715, + "Ġorbit": 13991, + "Ġorbital": 27677, + "Ġorbitals": 50015, + "Ġorbiting": 48985, + "Ġorbits": 43522, + "Ġorch": 34850, + "Ġorchest": 14161, + "Ġorchestra": 25280, + "Ġorchestral": 36244, + "Ġord": 4792, + "Ġorden": 28615, + "Ġorder": 1668, + "Ġordered": 8866, + "Ġordering": 21739, + "Ġorders": 9470, + "Ġordin": 25376, + "Ġordinance": 40260, + "Ġordinary": 10547, + "Ġore": 20865, + "Ġorg": 14045, + "Ġorgan": 1798, + "Ġorganic": 10220, + "Ġorganis": 15223, + "Ġorganisation": 18641, + "Ġorganisations": 22270, + "Ġorganise": 50110, + "Ġorganised": 36866, + "Ġorganism": 24128, + "Ġorganisms": 22110, + "Ġorganiz": 4645, + "Ġorganization": 4475, + "Ġorganizational": 24730, + "Ġorganizations": 6150, + "Ġorganize": 13859, + "Ġorganized": 9983, + "Ġorganizer": 41363, + "Ġorganizers": 35071, + "Ġorganizing": 17608, + "Ġorgans": 20659, + "Ġorgas": 44834, + "Ġorient": 8579, + "Ġorientation": 14764, + "Ġoriented": 21841, + "Ġorig": 2349, + "Ġorigin": 4957, + "Ġoriginal": 3380, + "Ġoriginally": 7993, + "Ġoriginated": 31129, + "Ġorigins": 22721, + "Ġornament": 35689, + "Ġornaments": 47233, + "Ġoro": 45150, + "Ġorph": 23896, + "Ġorphan": 28711, + "Ġort": 23564, + "Ġorth": 19052, + "Ġorthog": 38130, + "Ġorthogonal": 41488, + "Ġos": 3003, + "Ġoscill": 18225, + "Ġoscillator": 43859, + "Ġoso": 19116, + "Ġosob": 41518, + "Ġosoby": 39737, + "Ġoss": 19508, + "Ġost": 32946, + "Ġostat": 32686, + "Ġoste": 42804, + "Ġostr": 44024, + "Ġosób": 32089, + "Ġot": 4337, + "Ġother": 661, + "Ġothers": 2357, + "Ġotherwise": 5911, + "Ġotra": 13623, + "Ġotras": 20244, + "Ġotro": 11921, + "Ġotros": 16422, + "Ġott": 42772, + "Ġotur": 41598, + "Ġou": 2820, + "Ġouais": 30570, + "Ġought": 13416, + "Ġoui": 14367, + "Ġounce": 29860, + "Ġounces": 27343, + "Ġour": 527, + "Ġours": 11896, + "Ġourselves": 4175, + "Ġout": 484, + "Ġoutbreak": 20963, + "Ġoutbreaks": 39097, + "Ġoutcome": 9700, + "Ġoutcomes": 10070, + "Ġoutdated": 36313, + "Ġoutdoor": 15942, + "Ġoutdoors": 20980, + "Ġouter": 10847, + "Ġoutfit": 11263, + "Ġoutfits": 22331, + "Ġoutgoing": 41565, + "Ġoutlet": 20656, + "Ġoutlets": 27416, + "Ġoutline": 16387, + "Ġoutlined": 27412, + "Ġoutlines": 40125, + "Ġoutlook": 26650, + "Ġoutput": 5598, + "Ġoutputs": 23930, + "Ġoutra": 12301, + "Ġoutrage": 25933, + "Ġoutrageous": 38685, + "Ġoutras": 22221, + "Ġoutreach": 19638, + "Ġoutright": 35189, + "Ġoutro": 13170, + "Ġoutros": 18282, + "Ġouts": 14758, + "Ġoutset": 44618, + "Ġoutside": 2380, + "Ġoutsider": 40484, + "Ġoutsiders": 49825, + "Ġoutstanding": 14485, + "Ġoutta": 21327, + "Ġoutward": 26914, + "Ġouv": 21157, + "Ġouvert": 47683, + "Ġov": 14187, + "Ġoval": 37175, + "Ġovat": 31802, + "Ġoven": 9090, + "Ġover": 670, + "Ġoverall": 4787, + "Ġoverarching": 45501, + "Ġoverboard": 49480, + "Ġoverc": 40027, + "Ġovercome": 10473, + "Ġovercoming": 38047, + "Ġoverd": 19853, + "Ġoverdose": 42206, + "Ġovere": 38657, + "Ġoverflow": 37772, + "Ġoverhe": 29807, + "Ġoverhead": 19922, + "Ġoverl": 15986, + "Ġoverlap": 19959, + "Ġoverlapping": 33535, + "Ġoverlay": 31741, + "Ġoverload": 28777, + "Ġoverlook": 37826, + "Ġoverlooked": 32269, + "Ġoverly": 24324, + "Ġovernight": 13935, + "Ġoverride": 42321, + "Ġovers": 15488, + "Ġoverse": 11916, + "Ġoverseas": 16274, + "Ġoversee": 46543, + "Ġoversight": 29146, + "Ġoversized": 49408, + "Ġoverst": 48834, + "Ġovert": 17038, + "Ġoverth": 30998, + "Ġoverthrow": 46924, + "Ġovertime": 29863, + "Ġoverturn": 42865, + "Ġoverview": 12492, + "Ġoverweight": 40523, + "Ġoverwhel": 9103, + "Ġoverwhelmed": 19042, + "Ġoverwhelming": 13373, + "Ġoverwhelmingly": 42926, + "Ġow": 11492, + "Ġowe": 16655, + "Ġowed": 41262, + "Ġowes": 50028, + "Ġowl": 34488, + "Ġown": 1065, + "Ġowned": 11684, + "Ġowner": 7289, + "Ġowners": 7710, + "Ġownership": 15279, + "Ġowning": 29820, + "Ġowns": 19143, + "Ġox": 5976, + "Ġoxid": 19924, + "Ġoxidation": 36767, + "Ġoxide": 28421, + "Ġoxygen": 9169, + "Ġoy": 15376, + "Ġoyn": 42753, + "Ġoyster": 32005, + "Ġoysters": 42296, + "Ġoyun": 41773, + "Ġozone": 46769, + "Ġoù": 9068, + "ĠoÄŁlum": 26984, + "Ġp": 280, + "ĠpH": 21677, + "Ġpa": 2502, + "Ġpaar": 16509, + "Ġpac": 15165, + "Ġpace": 11638, + "Ġpacing": 43285, + "Ġpack": 2844, + "Ġpackage": 7372, + "Ġpackaged": 38162, + "Ġpackages": 17401, + "Ġpackaging": 16836, + "Ġpacked": 13265, + "Ġpacket": 20300, + "Ġpackets": 30364, + "Ġpacking": 20815, + "Ġpacks": 19403, + "Ġpact": 38104, + "Ġpad": 6887, + "Ġpada": 26069, + "Ġpadding": 39562, + "Ġpaddle": 31834, + "Ġpadre": 34781, + "Ġpadres": 48295, + "Ġpads": 19179, + "Ġpag": 11812, + "Ġpagan": 38238, + "Ġpagar": 28024, + "Ġpage": 3028, + "Ġpages": 7183, + "Ġpai": 32227, + "Ġpaid": 4835, + "Ġpain": 1822, + "Ġpainful": 11697, + "Ġpains": 29774, + "Ġpaint": 4225, + "Ġpainted": 11797, + "Ġpainter": 26619, + "Ġpainters": 48643, + "Ġpainting": 5370, + "Ġpaintings": 14880, + "Ġpaints": 28076, + "Ġpair": 6119, + "Ġpaired": 25699, + "Ġpairing": 32735, + "Ġpairs": 15494, + "Ġpais": 34955, + "Ġpaj": 33819, + "Ġpajamas": 43625, + "Ġpak": 20843, + "Ġpakai": 49062, + "Ġpal": 3984, + "Ġpalab": 21119, + "Ġpalabra": 31702, + "Ġpalabras": 35240, + "Ġpalace": 15207, + "Ġpalate": 48247, + "Ġpalav": 27069, + "Ġpalavra": 40960, + "Ġpalavras": 46169, + "Ġpale": 19546, + "Ġpalette": 15851, + "Ġpaling": 49626, + "Ġpaljon": 34824, + "Ġpall": 24075, + "Ġpalm": 17018, + "Ġpalms": 30819, + "Ġpals": 43806, + "Ġpam": 30738, + "ĠpamiÄĻ": 31088, + "Ġpan": 2462, + "Ġpana": 47296, + "Ġpancake": 28916, + "Ġpancakes": 27859, + "Ġpand": 4565, + "Ġpanda": 46685, + "Ġpandemia": 33245, + "Ġpandemic": 5388, + "Ġpane": 32605, + "Ġpanel": 4831, + "Ġpanelists": 20162, + "Ġpanels": 13419, + "Ġpani": 43916, + "Ġpanic": 14783, + "Ġpans": 32905, + "Ġpant": 14869, + "Ġpantalla": 44449, + "Ġpantry": 40689, + "Ġpants": 10082, + "Ġpap": 5806, + "Ġpapa": 31015, + "Ġpapel": 24710, + "Ġpaper": 3035, + "Ġpapers": 10577, + "Ġpaperwork": 27953, + "Ġpapier": 37410, + "Ġpaprika": 46781, + "Ġpar": 971, + "Ġpara": 1690, + "Ġparab": 45729, + "Ġparach": 33927, + "Ġparachute": 44665, + "Ġparad": 13480, + "Ġparade": 26128, + "Ġparadigm": 24709, + "Ġparadise": 25919, + "Ġparadox": 26221, + "Ġparag": 17372, + "Ġparagraph": 18865, + "Ġparagraphs": 48910, + "Ġparal": 26009, + "Ġparall": 8069, + "Ġparallel": 8952, + "Ġparallels": 44223, + "Ġparaly": 32645, + "Ġparalysis": 49507, + "Ġparalyzed": 41919, + "Ġparam": 6220, + "Ġparameter": 13075, + "Ġparameters": 9834, + "Ġparan": 32369, + "Ġparano": 31416, + "Ġparanoid": 43948, + "Ġparanormal": 37125, + "Ġparap": 36992, + "Ġparar": 37193, + "Ġparas": 21012, + "Ġparasite": 49756, + "Ġparasites": 45289, + "Ġparc": 30511, + "Ġparce": 6992, + "Ġparcel": 34082, + "Ġparch": 35765, + "Ġparchment": 37208, + "Ġpardon": 22440, + "Ġpare": 7448, + "Ġparece": 14120, + "Ġparecer": 44885, + "Ġpareil": 46020, + "Ġparent": 2596, + "Ġparental": 41113, + "Ġparenth": 23350, + "Ġparentheses": 34153, + "Ġparenting": 30896, + "Ġparents": 3152, + "Ġparf": 19743, + "Ġparfait": 36102, + "Ġparfois": 30125, + "Ġparish": 45325, + "Ġparity": 44747, + "Ġpark": 3884, + "Ġparked": 28491, + "Ġparking": 9893, + "Ġparks": 16213, + "Ġparl": 13734, + "Ġparlament": 46024, + "Ġparlar": 45803, + "Ġparle": 18508, + "Ġparler": 16421, + "Ġparliament": 19520, + "Ġparliamentary": 43067, + "Ġparlé": 38570, + "Ġparody": 43386, + "Ġparole": 26783, + "Ġparrot": 42462, + "Ġpars": 21156, + "Ġparse": 48377, + "Ġparsley": 33632, + "Ġpart": 644, + "Ġpartager": 44006, + "Ġparte": 6975, + "Ġpartes": 31210, + "Ġparti": 24408, + "Ġpartial": 14641, + "Ġpartially": 18886, + "Ġpartic": 1276, + "Ġparticip": 3421, + "Ġparticipant": 24950, + "Ġparticipants": 10503, + "Ġparticipar": 48703, + "Ġparticipate": 8197, + "Ġparticipated": 17978, + "Ġparticipating": 13950, + "Ġparticipation": 13487, + "Ġparticle": 12359, + "Ġparticles": 10007, + "Ġparticul": 21861, + "Ġparticular": 1729, + "Ġparticularly": 4098, + "Ġparticulier": 40400, + "Ġpartido": 41310, + "Ġpartie": 17465, + "Ġparties": 8265, + "Ġparting": 46607, + "Ġpartir": 13906, + "Ġpartis": 44634, + "Ġpartisan": 37721, + "Ġpartition": 24808, + "Ġpartly": 17031, + "Ġpartner": 4975, + "Ġpartnered": 29865, + "Ġpartnering": 31290, + "Ġpartners": 4462, + "Ġpartnership": 9982, + "Ġpartnerships": 18245, + "Ġpartout": 32955, + "Ġparts": 3166, + "Ġparty": 3595, + "Ġpas": 1736, + "Ġpasa": 20260, + "Ġpasado": 24794, + "Ġpasando": 45412, + "Ġpasar": 25344, + "Ġpase": 47125, + "Ġpaso": 29212, + "Ġpass": 1320, + "Ġpassa": 23880, + "Ġpassado": 42490, + "Ġpassage": 11497, + "Ġpassages": 31589, + "Ġpassar": 20630, + "Ġpassat": 50050, + "Ġpasse": 14530, + "Ġpassed": 4678, + "Ġpassenger": 18707, + "Ġpassengers": 18436, + "Ġpasser": 18509, + "Ġpasses": 11335, + "Ġpassieren": 46223, + "Ġpassiert": 21671, + "Ġpassing": 8437, + "Ġpassion": 5418, + "Ġpassionate": 11410, + "Ġpassions": 30640, + "Ġpassive": 14975, + "Ġpasso": 38159, + "Ġpassou": 44740, + "Ġpassport": 24694, + "Ġpasst": 37154, + "Ġpassword": 11524, + "Ġpasswords": 33149, + "Ġpassé": 24093, + "Ġpast": 1791, + "Ġpasta": 13296, + "Ġpaste": 9163, + "Ġpastel": 38100, + "Ġpasti": 48145, + "Ġpastor": 21193, + "Ġpastors": 42452, + "Ġpastry": 29198, + "Ġpasture": 48423, + "Ġpasó": 41382, + "Ġpat": 1947, + "Ġpatch": 9972, + "Ġpatches": 26531, + "Ġpatent": 20495, + "Ġpatents": 38142, + "Ġpater": 42302, + "Ġpath": 3100, + "Ġpathetic": 35506, + "Ġpathogens": 44760, + "Ġpaths": 14518, + "Ġpathway": 18590, + "Ġpathways": 22988, + "Ġpatience": 14826, + "Ġpatient": 4537, + "Ġpatiently": 49001, + "Ġpatients": 4209, + "Ġpatio": 42924, + "Ġpatreon": 33161, + "Ġpatri": 18311, + "Ġpatriarch": 46012, + "Ġpatrim": 48369, + "Ġpatriot": 44210, + "Ġpatrol": 26305, + "Ġpatron": 21843, + "Ġpatrons": 27559, + "Ġpatt": 49916, + "Ġpatter": 3829, + "Ġpattern": 5102, + "Ġpatterns": 8294, + "Ġpau": 34221, + "Ġpause": 10465, + "Ġpaused": 46860, + "Ġpave": 28870, + "Ġpaved": 42989, + "Ġpavement": 38305, + "Ġpaw": 38959, + "Ġpawn": 30905, + "Ġpaws": 46768, + "Ġpay": 1689, + "Ġpaycheck": 35639, + "Ġpayer": 38230, + "Ġpaying": 6229, + "Ġpayload": 30918, + "Ġpayment": 10224, + "Ġpayments": 14348, + "Ġpayoff": 46547, + "Ġpayroll": 36873, + "Ġpays": 10604, + "Ġpaz": 30032, + "ĠpaÃŃs": 10572, + "ĠpaÃŃses": 23070, + "ĠpaÅĦst": 21868, + "ĠpaÅĦstwa": 43289, + "ĠpaÅĦstwo": 42233, + "Ġpc": 43451, + "Ġpe": 520, + "Ġpea": 49178, + "Ġpeac": 43370, + "Ġpeace": 4336, + "Ġpeaceful": 13962, + "Ġpeacefully": 36485, + "Ġpeach": 25917, + "Ġpeak": 10651, + "Ġpeaks": 26897, + "Ġpean": 14882, + "Ġpeanut": 19209, + "Ġpeanuts": 32895, + "Ġpear": 37320, + "Ġpearl": 20287, + "Ġpearls": 35111, + "Ġpeas": 24494, + "Ġpec": 42451, + "Ġpeculiar": 27149, + "Ġped": 5670, + "Ġpedal": 19122, + "Ġpedals": 35217, + "Ġpedest": 20497, + "Ġpedestrian": 33947, + "Ġpedestrians": 48339, + "Ġpediatric": 27477, + "Ġpedir": 33533, + "Ġpee": 21343, + "Ġpeek": 19604, + "Ġpeel": 13889, + "Ġpeeled": 39033, + "Ġpeeling": 39926, + "Ġpeer": 15108, + "Ġpeers": 16739, + "Ġpeg": 17199, + "Ġpega": 43005, + "Ġpegar": 22418, + "Ġpeine": 46655, + "Ġpel": 6178, + "Ġpela": 14820, + "Ġpele": 41615, + "Ġpelig": 43839, + "Ġpell": 33836, + "Ġpelo": 12167, + "Ġpelos": 38304, + "Ġpelvic": 40959, + "Ġpelvis": 34617, + "ĠpelÃŃcul": 31810, + "ĠpelÃŃcula": 40154, + "Ġpem": 47690, + "Ġpen": 3435, + "Ġpena": 29222, + "Ġpenal": 13661, + "Ġpenalties": 35389, + "Ġpenalty": 16263, + "Ġpencil": 10985, + "Ġpencils": 30857, + "Ġpend": 12179, + "Ġpendant": 17338, + "Ġpending": 32110, + "Ġpendulum": 44103, + "Ġpenet": 16183, + "Ġpenetrate": 36307, + "Ġpenetration": 35187, + "Ġpeng": 17289, + "Ġpenguin": 45752, + "Ġpeninsula": 45065, + "Ġpenis": 28282, + "Ġpenn": 34911, + "Ġpenny": 24178, + "Ġpens": 6099, + "Ġpensa": 46909, + "Ġpensando": 34525, + "Ġpensar": 18321, + "Ġpense": 11209, + "Ġpenser": 38940, + "Ġpension": 21927, + "Ġpenso": 48005, + "Ġpent": 16834, + "Ġpentru": 31718, + "Ġpeople": 561, + "Ġpeoples": 16915, + "Ġpepp": 39759, + "Ġpepper": 8532, + "Ġpeppers": 21345, + "Ġpept": 41781, + "Ġpequ": 26758, + "Ġpeque": 19132, + "Ġpequeña": 47177, + "Ġpequeño": 38181, + "Ġper": 680, + "Ġperce": 9016, + "Ġperceber": 49376, + "Ġperceive": 20281, + "Ġperceived": 19049, + "Ġpercent": 3043, + "Ġpercentage": 9668, + "Ġpercentages": 42270, + "Ġpercept": 43276, + "Ġperception": 12860, + "Ġperceptions": 35258, + "Ġperch": 29240, + "Ġperché": 14303, + "Ġpercussion": 44430, + "Ġperd": 12611, + "Ġperde": 44182, + "Ġperder": 26971, + "Ġperdre": 46254, + "Ġperdu": 44759, + "Ġperf": 13826, + "Ġperfect": 2176, + "Ġperfection": 19708, + "Ġperfectly": 6239, + "Ġperfekt": 49134, + "Ġperform": 2042, + "Ġperformance": 3389, + "Ġperformances": 16087, + "Ġperformed": 10332, + "Ġperformer": 30248, + "Ġperformers": 30768, + "Ġperforming": 10205, + "Ġperforms": 26213, + "Ġperfume": 28464, + "Ġpergi": 46857, + "Ġpergunt": 31060, + "Ġpergunta": 34908, + "Ġperhaps": 4317, + "Ġperil": 46118, + "Ġperimeter": 32404, + "Ġperiod": 2896, + "Ġperiodic": 27790, + "Ġperiodically": 38916, + "Ġperiods": 13804, + "Ġperipher": 26807, + "Ġperipheral": 40235, + "Ġperish": 41586, + "Ġperk": 38839, + "Ġperks": 36991, + "Ġperlu": 39779, + "Ġperm": 4784, + "Ġperman": 8105, + "Ġpermanent": 10996, + "Ġpermanently": 24042, + "Ġperme": 30287, + "Ġpermet": 20696, + "Ġpermett": 21540, + "Ġpermettre": 37350, + "Ġpermis": 44744, + "Ġpermission": 11226, + "Ġpermissions": 32723, + "Ġpermit": 13423, + "Ġpermite": 31105, + "Ġpermitir": 46865, + "Ġpermits": 30990, + "Ġpermitted": 28658, + "Ġpernah": 41136, + "Ġpero": 4768, + "Ġperpend": 26095, + "Ġperpendicular": 26734, + "Ġperpet": 16211, + "Ġperpetual": 48216, + "Ġperquè": 16839, + "Ġpers": 868, + "Ġperse": 20607, + "Ġpersec": 23783, + "Ġpersecuted": 49903, + "Ġpersecution": 36878, + "Ġpersever": 29917, + "Ġperseverance": 39674, + "Ġpersist": 13233, + "Ġpersistence": 37617, + "Ġpersistent": 24315, + "Ġperson": 954, + "Ġpersona": 12184, + "Ġpersonagem": 49502, + "Ġpersonaje": 41746, + "Ġpersonajes": 43960, + "Ġpersonal": 2973, + "Ġpersonalities": 25308, + "Ġpersonality": 9033, + "Ġpersonalized": 28415, + "Ġpersonally": 5665, + "Ġpersonas": 12019, + "Ġpersone": 29944, + "Ġpersones": 46232, + "Ġpersonn": 30194, + "Ġpersonnage": 43952, + "Ġpersonne": 17219, + "Ġpersonnel": 14988, + "Ġpersonnes": 16246, + "Ġpersons": 14453, + "Ġperspect": 4096, + "Ġperspective": 4585, + "Ġperspectives": 16766, + "Ġpersu": 16336, + "Ġpersuade": 31781, + "Ġpersuaded": 47693, + "Ġpersön": 31228, + "Ġpersönlich": 42699, + "Ġpert": 13269, + "Ġpertaining": 49582, + "Ġpertama": 49109, + "Ġperto": 42855, + "Ġperturb": 40468, + "Ġperò": 12673, + "ĠperÃŃ": 38933, + "ĠperÃŃodo": 44699, + "Ġpes": 9262, + "Ġpesar": 41951, + "Ġpeso": 28149, + "Ġpesos": 33204, + "Ġpess": 35895, + "Ġpessim": 37399, + "Ġpesso": 6818, + "Ġpessoa": 16366, + "Ġpessoal": 24811, + "Ġpessoas": 10021, + "Ġpest": 31068, + "Ġpestic": 28904, + "Ġpesticides": 39015, + "Ġpests": 47645, + "Ġpet": 3817, + "Ġpetals": 31530, + "Ġpetit": 9686, + "Ġpetite": 18319, + "Ġpetites": 34063, + "Ġpetition": 22661, + "Ġpetits": 26487, + "Ġpetrol": 32377, + "Ġpetroleum": 47641, + "Ġpets": 19897, + "Ġpetty": 39334, + "Ġpeu": 5604, + "Ġpeuple": 49186, + "Ġpeur": 30071, + "Ġpeut": 5977, + "Ġpeuvent": 24335, + "Ġpeux": 14844, + "Ġpew": 25889, + "Ġpewn": 47160, + "Ġpewno": 33002, + "ĠpeÅĤ": 43205, + "Ġph": 903, + "Ġpharm": 13105, + "Ġpharmac": 31818, + "Ġpharmaceutical": 27130, + "Ġpharmacy": 30639, + "Ġphase": 5574, + "Ġphases": 18764, + "Ġphen": 7279, + "Ġphenomen": 9388, + "Ġphenomena": 22004, + "Ġphenomenal": 17778, + "Ġphenomenon": 14029, + "Ġphi": 13107, + "Ġphilan": 28797, + "Ġphilanthrop": 28941, + "Ġphilanthropy": 47180, + "Ġphilos": 7012, + "Ġphilosop": 9237, + "Ġphilosoph": 14529, + "Ġphilosopher": 29805, + "Ġphilosophers": 36839, + "Ġphilosophical": 25066, + "Ġphilosophy": 10675, + "Ġphon": 30754, + "Ġphone": 2593, + "Ġphones": 10216, + "Ġphosph": 19775, + "Ġphosphate": 46542, + "Ġphosphorus": 46741, + "Ġphot": 2409, + "Ġphoto": 5052, + "Ġphotograph": 8348, + "Ġphotographed": 45067, + "Ġphotographer": 19494, + "Ġphotographers": 33835, + "Ġphotographs": 17649, + "Ġphotography": 13865, + "Ġphoton": 37443, + "Ġphotons": 40209, + "Ġphotos": 5787, + "Ġphr": 7636, + "Ġphrase": 9535, + "Ġphrases": 20312, + "Ġphys": 2529, + "Ġphysi": 21265, + "Ġphysic": 27903, + "Ġphysical": 4001, + "Ġphysically": 9762, + "Ġphysician": 16456, + "Ġphysicians": 21966, + "Ġphysicist": 42466, + "Ġphysicists": 48716, + "Ġphysics": 10649, + "Ġphysiological": 41234, + "Ġphysiology": 43585, + "Ġphysique": 37058, + "Ġphải": 23394, + "Ġpi": 3895, + "Ġpiace": 50062, + "Ġpian": 32198, + "Ġpiano": 9211, + "Ġpic": 13363, + "Ġpick": 1888, + "Ġpicked": 6183, + "Ġpicking": 8867, + "Ġpickle": 31433, + "Ġpickled": 38076, + "Ġpickles": 38910, + "Ġpicks": 16137, + "Ġpickup": 25328, + "Ġpicky": 41099, + "Ġpicnic": 32137, + "Ġpics": 46690, + "Ġpict": 2317, + "Ġpicture": 3036, + "Ġpictured": 49896, + "Ġpictures": 5242, + "Ġpid": 44540, + "Ġpie": 1730, + "Ġpiece": 2522, + "Ġpieces": 3755, + "Ġpied": 24186, + "Ġpiel": 46065, + "Ġpien": 26274, + "Ġpier": 9766, + "Ġpiercing": 42972, + "Ġpierws": 27623, + "Ġpierwsze": 45994, + "Ġpierwszy": 34016, + "Ġpies": 29640, + "Ġpig": 8120, + "Ġpige": 26704, + "Ġpigeon": 37886, + "Ġpigeons": 48297, + "Ġpiggy": 39349, + "Ġpigment": 31325, + "Ġpigs": 24380, + "Ġpik": 49928, + "Ġpike": 36242, + "Ġpil": 6429, + "Ġpile": 14375, + "Ġpiles": 34861, + "Ġpilgr": 30760, + "Ġpilgrimage": 49954, + "Ġpill": 8100, + "Ġpillar": 27592, + "Ġpillars": 26729, + "Ġpillow": 18581, + "Ġpillows": 38630, + "Ġpills": 23871, + "Ġpilot": 9691, + "Ġpilots": 21506, + "Ġpim": 33917, + "Ġpin": 5447, + "Ġpinch": 14614, + "Ġpine": 15113, + "Ġpineapple": 25740, + "Ġping": 26151, + "Ġpink": 7022, + "Ġpinky": 42616, + "Ġpinned": 33802, + "Ġpinpoint": 40837, + "Ġpins": 16392, + "Ġpint": 23924, + "Ġpione": 19761, + "Ġpioneer": 37668, + "Ġpioneers": 47381, + "Ġpior": 45974, + "Ġpip": 8489, + "Ġpipe": 11240, + "Ġpipeline": 15517, + "Ġpipelines": 40168, + "Ġpipes": 21882, + "Ġpiping": 35204, + "Ġpir": 13528, + "Ġpirate": 27424, + "Ġpirates": 33859, + "Ġpis": 26584, + "Ġpiss": 15171, + "Ġpissed": 23795, + "Ġpist": 12273, + "Ġpista": 49516, + "Ġpistol": 25385, + "Ġpiston": 30002, + "Ġpit": 10147, + "Ġpitch": 7293, + "Ġpitched": 32994, + "Ġpitcher": 42147, + "Ġpitches": 43110, + "Ġpitching": 37499, + "Ġpits": 40312, + "Ġpity": 21103, + "Ġpivot": 14538, + "Ġpivotal": 39078, + "Ġpix": 11273, + "Ġpixel": 19261, + "Ġpixels": 18668, + "Ġpizz": 36075, + "Ġpizza": 8298, + "Ġpizzas": 44037, + "Ġpiù": 10589, + "ĠpiÄĻ": 32677, + "ĠpiÄĻk": 48085, + "ĠpiÅŁ": 47461, + "Ġpl": 499, + "Ġpla": 15256, + "Ġplac": 20831, + "Ġplace": 1081, + "Ġplacebo": 42779, + "Ġplaced": 7074, + "Ġplacement": 17257, + "Ġplaces": 3190, + "Ġplacing": 17221, + "Ġplag": 33756, + "Ġplague": 28185, + "Ġplain": 11121, + "Ġplains": 47362, + "Ġplaint": 39112, + "Ġplais": 29286, + "Ġplaisir": 32756, + "Ġplan": 1393, + "Ġplane": 5720, + "Ġplanes": 14952, + "Ġplanet": 5054, + "Ġplaneta": 34186, + "Ġplanetary": 35788, + "Ġplanets": 15126, + "Ġplank": 27861, + "Ġplanned": 8589, + "Ġplanner": 31268, + "Ġplanners": 49674, + "Ġplanning": 5038, + "Ġplano": 40259, + "Ġplans": 5482, + "Ġplant": 3709, + "Ġplantation": 45328, + "Ġplante": 36829, + "Ġplanted": 17395, + "Ġplanting": 20585, + "Ġplants": 5972, + "Ġplaque": 36542, + "Ġplasma": 22564, + "Ġplast": 35636, + "Ġplaster": 34467, + "Ġplastic": 5900, + "Ġplastics": 34356, + "Ġplat": 3403, + "Ġplata": 30780, + "Ġplataform": 36448, + "Ġplataforma": 46243, + "Ġplate": 5924, + "Ġplateau": 39885, + "Ġplates": 14231, + "Ġplatform": 3663, + "Ġplatforms": 9473, + "Ġplatinum": 37475, + "Ġplats": 48328, + "Ġplaus": 34946, + "Ġplausible": 39925, + "Ġplay": 862, + "Ġplayable": 37146, + "Ġplayback": 37223, + "Ġplayed": 3737, + "Ġplayer": 4256, + "Ġplayers": 4150, + "Ġplayful": 30730, + "Ġplayground": 24646, + "Ġplaying": 2433, + "Ġplaylist": 16788, + "Ġplayoffs": 41142, + "Ġplays": 5749, + "Ġplaythrough": 48752, + "Ġple": 3362, + "Ġplea": 42152, + "Ġplead": 48642, + "Ġpleas": 35122, + "Ġpleasant": 16232, + "Ġplease": 1767, + "Ġpleased": 10587, + "Ġpleasing": 32798, + "Ġpleasure": 6834, + "Ġpleasures": 48627, + "Ġpled": 34263, + "Ġpledge": 26819, + "Ġplein": 21088, + "Ġplenty": 7140, + "Ġpliers": 33982, + "Ġplot": 7542, + "Ġplots": 28609, + "Ġplotted": 43288, + "Ġplotting": 41178, + "Ġplu": 44373, + "Ġpluck": 41514, + "Ġplug": 5452, + "Ġplugged": 25679, + "Ġplugging": 42975, + "Ġplugin": 23407, + "Ġplugins": 33759, + "Ġplugs": 33899, + "Ġplum": 25854, + "Ġplumbing": 39993, + "Ġplung": 37663, + "Ġplup": 45312, + "Ġplupart": 45403, + "Ġplural": 25377, + "Ġplus": 1804, + "Ġplusieurs": 20208, + "Ġplut": 18419, + "Ġplutôt": 20856, + "Ġply": 35318, + "Ġplywood": 43633, + "Ġplötzlich": 49033, + "Ġpm": 23023, + "Ġpne": 26710, + "Ġpneum": 30039, + "Ġpneumonia": 43097, + "Ġpo": 714, + "Ġpobl": 30548, + "Ġpoblación": 42769, + "Ġpobre": 40819, + "Ġpocket": 8963, + "Ġpockets": 16491, + "Ġpoco": 10639, + "Ġpocz": 26423, + "ĠpoczÄħt": 34397, + "ĠpoczÄħtku": 43959, + "Ġpod": 2497, + "Ġpodcast": 7367, + "Ġpodcasts": 24045, + "Ġpode": 7468, + "Ġpodem": 20934, + "Ġpodemos": 12234, + "Ġpoder": 8152, + "Ġpoderia": 33674, + "Ġpodia": 46689, + "Ġpodium": 26827, + "Ġpodob": 43024, + "Ġpodr": 15305, + "ĠpodrÃŃa": 27246, + "Ġpods": 31925, + "Ġpodstaw": 43443, + "Ġpodéis": 45728, + "ĠpodÃŃa": 45588, + "Ġpoem": 13065, + "Ġpoems": 24014, + "Ġpoet": 20874, + "Ġpoetic": 41080, + "Ġpoetry": 15155, + "Ġpoets": 38364, + "Ġpog": 32037, + "Ġpoi": 19260, + "Ġpoint": 935, + "Ġpointed": 10932, + "Ġpointer": 23918, + "Ġpointers": 44548, + "Ġpointing": 12166, + "Ġpointless": 32824, + "Ġpoints": 2793, + "Ġpois": 31014, + "Ġpoison": 10836, + "Ġpoisoned": 36677, + "Ġpoisoning": 36778, + "Ġpoisonous": 37376, + "Ġpojaw": 30655, + "Ġpok": 13010, + "Ġpoke": 19712, + "Ġpokemon": 41161, + "Ġpoker": 36863, + "Ġpoking": 42684, + "Ġpol": 1180, + "Ġpolar": 12367, + "Ġpolarization": 37736, + "Ġpolarized": 48623, + "Ġpole": 13208, + "Ġpoles": 24760, + "Ġpolic": 6285, + "Ġpolice": 3804, + "Ġpoliceman": 42658, + "Ġpolicies": 7657, + "Ġpolicing": 28799, + "Ġpolicy": 3897, + "Ġpolicymakers": 47325, + "Ġpolish": 20452, + "Ġpolished": 29079, + "Ġpolishing": 47258, + "Ġpolit": 2453, + "Ġpolite": 25171, + "Ġpolitic": 48044, + "Ġpolitical": 3905, + "Ġpolitically": 21154, + "Ġpolitician": 26453, + "Ġpoliticians": 14756, + "Ġpolitics": 7341, + "Ġpolitique": 26115, + "Ġpolitiques": 46267, + "Ġpolity": 36066, + "Ġpoll": 6418, + "Ġpollen": 42482, + "Ġpolling": 29518, + "Ġpolls": 24264, + "Ġpollut": 43415, + "Ġpollution": 16727, + "Ġpolsk": 28757, + "Ġpoly": 6754, + "Ġpolygon": 48242, + "Ġpolymer": 20073, + "Ġpolynom": 22560, + "Ġpolynomial": 26110, + "ĠpolÃŃt": 14482, + "ĠpolÃŃtica": 25029, + "ĠpolÃŃticas": 45931, + "ĠpolÃŃtico": 48641, + "Ġpom": 12991, + "Ġpomoc": 48962, + "Ġpomp": 44275, + "Ġpon": 9224, + "Ġpond": 17384, + "Ġpone": 40192, + "Ġponer": 19149, + "Ġpong": 36164, + "Ġponieważ": 32426, + "Ġpont": 18770, + "Ġponto": 17936, + "Ġpontos": 30676, + "Ġpony": 27342, + "Ġponytail": 49138, + "Ġpoo": 36743, + "Ġpool": 7005, + "Ġpools": 28688, + "Ġpoop": 17153, + "Ġpoor": 4716, + "Ġpoorer": 49740, + "Ġpoorest": 44925, + "Ġpoorly": 22271, + "Ġpop": 1665, + "Ġpopcorn": 25334, + "Ġpope": 42248, + "Ġpopped": 21545, + "Ġpopping": 18374, + "Ġpops": 16795, + "Ġpopul": 24017, + "Ġpopula": 32166, + "Ġpopular": 3743, + "Ġpopularity": 19301, + "Ġpopulated": 32998, + "Ġpopulation": 4415, + "Ġpopulations": 12822, + "Ġpoquito": 28229, + "Ġpor": 1515, + "Ġporch": 35513, + "Ġpore": 41459, + "Ġpores": 30082, + "Ġpork": 10208, + "Ġporn": 19444, + "Ġpornography": 49936, + "Ġporque": 4021, + "Ġporridge": 38872, + "Ġport": 2436, + "Ġporta": 28598, + "Ġportable": 21800, + "Ġportal": 14982, + "Ġporte": 26658, + "Ġporter": 41628, + "Ġportfol": 11688, + "Ġportfolio": 12583, + "Ġportion": 8044, + "Ġportions": 25070, + "Ġportrait": 17126, + "Ġportraits": 31880, + "Ġportray": 15676, + "Ġportrayed": 29845, + "Ġports": 18160, + "Ġpos": 1366, + "Ġpose": 10774, + "Ġposed": 31399, + "Ġposer": 39355, + "Ġposes": 26059, + "Ġposible": 26644, + "Ġposición": 46595, + "Ġposing": 40378, + "Ġposit": 11218, + "Ġposition": 2535, + "Ġpositioned": 24889, + "Ġpositioning": 26381, + "Ġpositions": 8432, + "Ġpositiv": 40806, + "Ġpositive": 3353, + "Ġpositively": 25795, + "Ġpositives": 35127, + "Ġpositivity": 35198, + "Ġpositivo": 44710, + "Ġposição": 49842, + "Ġposs": 1402, + "Ġpossa": 41564, + "Ġpossess": 17490, + "Ġpossessed": 29608, + "Ġpossession": 20935, + "Ġpossessions": 40623, + "Ġpossiamo": 44758, + "Ġpossibil": 24145, + "Ġpossibile": 50184, + "Ġpossibilities": 12178, + "Ġpossibility": 7959, + "Ġpossible": 1944, + "Ġpossibly": 6264, + "Ġposso": 22501, + "Ġpossono": 43857, + "ĠpossÃŃvel": 29322, + "Ġpost": 2183, + "Ġpostal": 49645, + "Ġposted": 9437, + "Ġposter": 17171, + "Ġposterior": 33529, + "Ġposters": 28172, + "Ġposting": 15978, + "Ġpostp": 28973, + "Ġpostponed": 49023, + "Ġposts": 12300, + "Ġposture": 18502, + "Ġpot": 1847, + "Ġpotassium": 29547, + "Ġpotato": 7445, + "Ġpotatoes": 11811, + "Ġpotem": 36513, + "Ġpotencial": 48265, + "Ġpotent": 27073, + "Ġpotential": 3995, + "Ġpotentially": 7263, + "Ġpotion": 39113, + "Ġpotrze": 28577, + "Ġpotrzeb": 37595, + "Ġpots": 22022, + "Ġpottery": 45272, + "Ġpou": 5043, + "Ġpouch": 27781, + "Ġpouco": 13920, + "Ġpound": 12013, + "Ġpounding": 40034, + "Ġpounds": 8319, + "Ġpouquinho": 31114, + "Ġpour": 2016, + "Ġpoured": 23270, + "Ġpouring": 20450, + "Ġpourquoi": 19934, + "Ġpourra": 37753, + "Ġpourrait": 25590, + "Ġpourtant": 47856, + "Ġpous": 39140, + "Ġpouv": 29663, + "Ġpouvait": 45913, + "Ġpouvez": 18248, + "Ġpouvoir": 14874, + "Ġpoverty": 10958, + "Ġpovo": 46388, + "Ġpow": 3388, + "Ġpowder": 6341, + "Ġpowdered": 35615, + "Ġpower": 1347, + "Ġpowered": 17786, + "Ġpowerful": 4005, + "Ġpowerless": 47926, + "Ġpowers": 8674, + "Ġpowiedz": 27617, + "ĠpowiedziaÅĤ": 48539, + "ĠpowiedzieÄĩ": 27886, + "Ġpowin": 27310, + "Ġpoz": 21281, + "Ġpozi": 38503, + "Ġpozw": 40557, + "Ġpozy": 49358, + "Ġpr": 582, + "Ġpra": 3206, + "Ġprac": 22404, + "Ġpract": 1927, + "Ġpractical": 8496, + "Ġpractically": 15667, + "Ġpractice": 3124, + "Ġpracticed": 19268, + "Ġpractices": 7525, + "Ġpracticing": 11350, + "Ġpractise": 38208, + "Ġpractition": 18064, + "Ġpractitioner": 32125, + "Ġpractitioners": 25742, + "Ġpracy": 35591, + "Ġprag": 33394, + "Ġpragmatic": 46904, + "Ġpraise": 13286, + "Ġpraised": 31003, + "Ġpraising": 42941, + "Ġprakt": 33721, + "Ġprank": 19794, + "Ġprat": 28844, + "Ġprata": 45895, + "Ġpratic": 33852, + "Ġpraticamente": 45734, + "Ġpratique": 43740, + "Ġpraw": 22508, + "Ġprawd": 41175, + "Ġprawda": 43607, + "Ġprawn": 37047, + "Ġpray": 3690, + "Ġprayed": 22532, + "Ġprayer": 8767, + "Ġprayers": 16860, + "Ġpraying": 15611, + "Ġpre": 659, + "Ġpreach": 21552, + "Ġpreached": 40001, + "Ġpreacher": 42078, + "Ġpreaching": 25381, + "Ġprec": 4346, + "Ġpreca": 25651, + "Ġprecautions": 34684, + "Ġpreced": 16969, + "Ġprecedent": 37388, + "Ġprecio": 46916, + "Ġprecious": 12406, + "Ġprecip": 23354, + "Ġprecipitation": 37662, + "Ġprecis": 7974, + "Ġprecisa": 18861, + "Ġprecisamente": 44901, + "Ġprecise": 13600, + "Ġprecisely": 13402, + "Ġprecision": 18356, + "Ġpreciso": 30109, + "Ġprecon": 47473, + "Ġprecurs": 41736, + "Ġpred": 3852, + "Ġpredator": 35377, + "Ġpredators": 29194, + "Ġprede": 24874, + "Ġpredecessor": 34991, + "Ġpredic": 47336, + "Ġpredict": 6069, + "Ġpredictable": 27737, + "Ġpredicted": 19147, + "Ġpredicting": 32884, + "Ġprediction": 17630, + "Ġpredictions": 21264, + "Ġpredictive": 35521, + "Ġpredomin": 21456, + "Ġpredominantly": 29893, + "Ġpref": 18417, + "Ġprefer": 4382, + "Ġpreferably": 45916, + "Ġpreference": 17502, + "Ġpreferences": 21910, + "Ġpreferred": 16494, + "Ġprefers": 44334, + "Ġprefix": 46969, + "Ġpregn": 7681, + "Ġpregnancy": 16120, + "Ġpregnant": 10435, + "Ġpregunt": 19860, + "Ġpregunta": 24252, + "Ġpreguntas": 39722, + "Ġprehe": 35528, + "Ġprejud": 23121, + "Ġprejudice": 34260, + "Ġprelim": 26414, + "Ġpreliminary": 28817, + "Ġprem": 5624, + "Ġpremature": 34877, + "Ġpremi": 11222, + "Ġpremier": 12689, + "Ġpremiere": 28372, + "Ġpremiers": 45166, + "Ġpremise": 22045, + "Ġpremises": 34266, + "Ġpremium": 12049, + "Ġpremière": 17872, + "Ġpren": 43149, + "Ġprend": 9866, + "Ġprendre": 16566, + "Ġprends": 46750, + "Ġpreoc": 18250, + "Ġpreoccup": 44388, + "Ġpreocup": 23080, + "Ġprep": 2666, + "Ġprepar": 8231, + "Ġpreparation": 13081, + "Ġpreparations": 34122, + "Ġprepare": 5940, + "Ġprepared": 4927, + "Ġpreparedness": 48445, + "Ġprepares": 39418, + "Ġpreparing": 10075, + "Ġprere": 38333, + "Ġpres": 1183, + "Ġpreschool": 39809, + "Ġprescribe": 49292, + "Ġprescribed": 29099, + "Ġprescription": 22456, + "Ġpresence": 6814, + "Ġpresent": 1974, + "Ġpresentation": 5860, + "Ġpresentations": 18964, + "Ġpresente": 28709, + "Ġpresented": 8212, + "Ġpresenter": 35594, + "Ġpresenters": 36987, + "Ġpresenting": 15578, + "Ġpresents": 13533, + "Ġpreserv": 45905, + "Ġpreservation": 27257, + "Ġpreserve": 15665, + "Ġpreserved": 22242, + "Ġpreserving": 33173, + "Ġpreset": 32081, + "Ġpresets": 41865, + "Ġpresidency": 26702, + "Ġpresident": 3868, + "Ġpresidente": 23852, + "Ġpresidential": 16902, + "Ġpresidents": 27611, + "Ġpresque": 37843, + "Ġpress": 1886, + "Ġpressed": 17355, + "Ġpresses": 40892, + "Ġpressing": 12417, + "Ġpressure": 3321, + "Ġpressured": 45306, + "Ġpressures": 23573, + "Ġprest": 16305, + "Ġprestige": 42531, + "Ġprestigious": 33510, + "Ġpresum": 18028, + "Ġpresumably": 26742, + "Ġpresume": 43283, + "Ġpresup": 47640, + "Ġpret": 1162, + "Ġpretend": 11865, + "Ġpretended": 45056, + "Ġpretending": 22106, + "Ġprett": 45421, + "Ġprettier": 36825, + "Ġpretty": 1238, + "Ġprev": 12642, + "Ġprevail": 46059, + "Ġpreval": 22239, + "Ġprevalence": 42583, + "Ġprevalent": 30652, + "Ġprevent": 4871, + "Ġprevented": 27314, + "Ġpreventing": 19965, + "Ġprevention": 14630, + "Ġprevents": 22367, + "Ġpreview": 14281, + "Ġprevious": 3894, + "Ġpreviously": 8046, + "Ġprey": 21107, + "Ġpreço": 42295, + "Ġpri": 1790, + "Ġprice": 3218, + "Ġpriced": 30349, + "Ġprices": 7901, + "Ġpricing": 17621, + "Ġprick": 43986, + "Ġpride": 10936, + "Ġpriest": 15703, + "Ġpriests": 27192, + "Ġprim": 2886, + "Ġprima": 19507, + "Ġprimarily": 10029, + "Ġprimary": 6194, + "Ġprime": 5835, + "Ġprimeira": 21158, + "Ġprimeiro": 18314, + "Ġprimer": 12595, + "Ġprimera": 17382, + "Ġprimero": 21289, + "Ġprimitive": 28540, + "Ġprimo": 38671, + "Ġprin": 3024, + "Ġprince": 16467, + "Ġprinces": 41536, + "Ġprincess": 14742, + "Ġprinci": 3681, + "Ġprincip": 6959, + "Ġprincipal": 9716, + "Ġprincipalmente": 32258, + "Ġprincipals": 45333, + "Ġprincipe": 47656, + "Ġprincipio": 34308, + "Ġprinciple": 8665, + "Ġprinciples": 9156, + "Ġprint": 4482, + "Ġprinted": 13567, + "Ġprinter": 16671, + "Ġprinters": 40007, + "Ġprinting": 14699, + "Ġprints": 22305, + "Ġprior": 4059, + "Ġpriorit": 14846, + "Ġpriorities": 15503, + "Ġprioritize": 25164, + "Ġpriority": 9365, + "Ġpris": 16163, + "Ġprise": 49468, + "Ġprison": 6168, + "Ġprisoner": 28114, + "Ġprisoners": 20417, + "Ġprisons": 31396, + "Ġpriv": 2915, + "Ġprivacy": 11427, + "Ġprivat": 31856, + "Ġprivate": 4551, + "Ġprivately": 31919, + "Ġprivile": 8670, + "Ġprivilege": 12122, + "Ġprivileged": 25293, + "Ġprivileges": 32588, + "Ġprix": 31061, + "Ġprize": 12818, + "Ġprizes": 27350, + "Ġpro": 447, + "Ġproactive": 28028, + "Ġprob": 1239, + "Ġprobabil": 31959, + "Ġprobabilities": 33783, + "Ġprobability": 8482, + "Ġprobable": 21759, + "Ġprobably": 1391, + "Ġprobation": 41821, + "Ġprobe": 22715, + "Ġprobiot": 45710, + "Ġprobl": 15201, + "Ġproblem": 1154, + "Ġproblema": 12395, + "Ġproblemas": 20720, + "Ġproblematic": 19011, + "Ġproblems": 2740, + "Ġproblème": 21111, + "Ġproblèmes": 37317, + "Ġproc": 9510, + "Ġproced": 6682, + "Ġprocedural": 43951, + "Ġprocedure": 10747, + "Ġprocedures": 13846, + "Ġproceed": 8991, + "Ġproceeded": 39053, + "Ġproceeding": 41163, + "Ġproceedings": 37254, + "Ġproceeds": 32280, + "Ġprocent": 38826, + "Ġproces": 17565, + "Ġproceso": 29314, + "Ġprocess": 1399, + "Ġprocessed": 18846, + "Ġprocesses": 7555, + "Ġprocessing": 9007, + "Ġprocesso": 27939, + "Ġprocessor": 15321, + "Ġprocessors": 27751, + "Ġproch": 31847, + "Ġprochain": 39389, + "Ġprochaine": 35306, + "Ġproclaim": 34604, + "Ġproclaimed": 49091, + "Ġprocrast": 39306, + "Ġprocure": 26846, + "Ġprocurement": 35183, + "Ġprod": 15792, + "Ġprodu": 1082, + "Ġproducción": 48586, + "Ġproduce": 5258, + "Ġproduced": 7126, + "Ġproducer": 12314, + "Ġproducers": 16080, + "Ġproduces": 14725, + "Ġproducing": 10501, + "Ġproduct": 1674, + "Ġproduction": 4265, + "Ġproductions": 32612, + "Ġproductive": 13304, + "Ġproductivity": 15604, + "Ġproducto": 47583, + "Ġproductos": 46363, + "Ġproducts": 3383, + "Ġproduit": 35703, + "Ġproduits": 38866, + "Ġproduk": 33699, + "Ġprodukt": 42816, + "Ġproduto": 45823, + "Ġproduz": 28093, + "Ġprodução": 49147, + "Ġprof": 1740, + "Ġprofes": 22912, + "Ġprofesional": 42882, + "Ġprofess": 2668, + "Ġprofession": 7032, + "Ġprofessional": 4843, + "Ġprofessionally": 27941, + "Ġprofessionals": 11954, + "Ġprofessions": 38129, + "Ġprofessor": 8304, + "Ġprofessors": 15924, + "Ġprofile": 7964, + "Ġprofiles": 23693, + "Ġprofit": 7475, + "Ġprofitability": 46249, + "Ġprofitable": 21608, + "Ġprofits": 17982, + "Ġprofound": 14382, + "Ġprofoundly": 39954, + "Ġprofund": 40958, + "Ġprogram": 1461, + "Ġprograma": 21846, + "Ġprogramm": 37648, + "Ġprogramme": 14001, + "Ġprogrammed": 31092, + "Ġprogrammer": 32116, + "Ġprogrammers": 41504, + "Ġprogrammes": 31097, + "Ġprogramming": 9410, + "Ġprograms": 4268, + "Ġprogress": 4205, + "Ġprogressed": 36789, + "Ġprogresses": 41929, + "Ġprogressing": 36305, + "Ġprogression": 18733, + "Ġprogressive": 16131, + "Ġprogressively": 46667, + "Ġprohib": 16015, + "Ġprohibited": 32069, + "Ġproject": 1716, + "Ġprojected": 26231, + "Ġprojecting": 43001, + "Ġprojection": 22743, + "Ġprojections": 32371, + "Ġprojector": 39792, + "Ġprojects": 4455, + "Ġprojekt": 26261, + "Ġprojet": 17929, + "Ġprojeto": 40679, + "Ġprojets": 49830, + "Ġprol": 24398, + "Ġprolong": 27224, + "Ġprolonged": 41237, + "Ġprom": 2234, + "Ġpromet": 37786, + "Ġpromin": 39225, + "Ġprominent": 17034, + "Ġpromise": 6228, + "Ġpromised": 10768, + "Ġpromises": 16403, + "Ġpromising": 20257, + "Ġpromo": 26750, + "Ġpromot": 6609, + "Ġpromote": 9773, + "Ġpromoted": 21162, + "Ġpromotes": 36015, + "Ġpromoting": 16383, + "Ġpromotion": 15783, + "Ġpromotional": 41790, + "Ġpromotions": 42127, + "Ġprompt": 12391, + "Ġprompted": 31042, + "Ġpromptly": 48594, + "Ġprompts": 41095, + "Ġpron": 7569, + "Ġprone": 25806, + "Ġpronoun": 14144, + "Ġpronounce": 19567, + "Ġpronounced": 23155, + "Ġpronouns": 35883, + "Ġpronto": 26194, + "Ġpronunciation": 23338, + "Ġproof": 8177, + "Ġprop": 2365, + "Ġpropag": 12425, + "Ġpropaganda": 22968, + "Ġpropagate": 48256, + "Ġpropagation": 38377, + "Ġprope": 25577, + "Ġproper": 2296, + "Ġproperly": 6108, + "Ġproperties": 7221, + "Ġproperty": 4707, + "Ġproph": 17051, + "Ġprophe": 19944, + "Ġprophecy": 23945, + "Ġprophet": 18566, + "Ġprophetic": 46174, + "Ġprophets": 27297, + "Ġpropia": 40464, + "Ġpropio": 40098, + "Ġpropor": 41516, + "Ġproport": 17762, + "Ġproportion": 16068, + "Ġproportional": 24969, + "Ġproportions": 32482, + "Ġpropos": 7532, + "Ġproposal": 11494, + "Ġproposals": 20198, + "Ġpropose": 17421, + "Ġproposed": 10348, + "Ġproposing": 29939, + "Ġproposition": 24830, + "Ġpropre": 35221, + "Ġpropri": 40465, + "Ġpropriet": 27881, + "Ġproprietary": 38992, + "Ġproprio": 28203, + "Ġprops": 26173, + "Ġpropulsion": 49375, + "Ġpros": 6267, + "Ġprose": 12505, + "Ġprosec": 22382, + "Ġprosecut": 21015, + "Ġprosecution": 37106, + "Ġprosecutor": 32836, + "Ġprosecutors": 40030, + "Ġprospect": 15005, + "Ġprospective": 39377, + "Ġprospects": 32933, + "Ġprosper": 14381, + "Ġprosperity": 22434, + "Ġprosperous": 38928, + "Ġpross": 48794, + "Ġprost": 10293, + "Ġprostate": 36108, + "Ġprosth": 39976, + "Ġprostu": 19518, + "ĠproszÄĻ": 39677, + "Ġprot": 1742, + "Ġprotagon": 17232, + "Ġprotagonist": 24506, + "Ġprote": 5631, + "Ġprotect": 2371, + "Ġprotected": 10594, + "Ġprotecting": 12316, + "Ġprotection": 6334, + "Ġprotections": 29031, + "Ġprotective": 16314, + "Ġprotector": 34986, + "Ġprotects": 22583, + "Ġproteg": 49157, + "Ġprotein": 7944, + "Ġproteins": 15577, + "Ġprotest": 11281, + "Ġprotesters": 34509, + "Ġprotesting": 40171, + "Ġprotests": 20174, + "Ġproto": 47896, + "Ġprotocol": 10336, + "Ġprotocols": 20618, + "Ġproton": 31728, + "Ġprotons": 40270, + "Ġprototy": 46219, + "Ġprototype": 19475, + "Ġprototypes": 42197, + "Ġprotr": 45468, + "Ġproud": 4570, + "Ġproudly": 33522, + "Ġprov": 1439, + "Ġprova": 28959, + "Ġprove": 7081, + "Ġproved": 14617, + "Ġproven": 12785, + "Ġproverb": 49923, + "Ġproves": 25019, + "Ġprovide": 2893, + "Ġprovided": 5649, + "Ġprovider": 12398, + "Ġproviders": 11330, + "Ġprovides": 6417, + "Ġproviding": 6530, + "Ġprovin": 17629, + "Ġprovince": 16705, + "Ġprovinces": 32873, + "Ġprovincial": 33293, + "Ġproving": 27221, + "Ġprovision": 17225, + "Ġprovisions": 25034, + "Ġprovoc": 24568, + "Ġprovocative": 47663, + "Ġprovoke": 47015, + "Ġprow": 45553, + "Ġprowad": 36590, + "Ġproxim": 21932, + "Ġproximity": 27632, + "Ġproxy": 29690, + "Ġproyect": 23832, + "Ġproyecto": 32285, + "Ġprue": 32820, + "Ġprueba": 48241, + "Ġpry": 41902, + "Ġprz": 6541, + "Ġprze": 8325, + "Ġprzeci": 39622, + "Ġprzed": 18334, + "Ġprzede": 44786, + "ĠprzedsiÄĻbior": 43477, + "Ġprzedstaw": 45616, + "Ġprzek": 29785, + "Ġprzep": 30829, + "Ġprzest": 44264, + "Ġprzew": 39758, + "Ġprzez": 14064, + "Ġprzy": 6501, + "Ġprzygot": 35914, + "ĠprzykÅĤad": 23144, + "Ġprzyp": 41780, + "Ġprzypad": 33100, + "Ġprzypadku": 41955, + "Ġprzysz": 44018, + "Ġprá": 27300, + "Ġprès": 25350, + "Ġpré": 11127, + "Ġpréc": 23107, + "Ġprécis": 49436, + "Ġprécéd": 48653, + "Ġpréf": 31139, + "Ġprépar": 38286, + "Ġprés": 11761, + "Ġprésent": 26056, + "Ġprésident": 29654, + "Ġprêt": 44393, + "Ġpró": 8565, + "Ġpróp": 21431, + "Ġprópria": 39608, + "Ġpróprio": 36394, + "Ġpróxim": 12389, + "Ġpróxima": 24096, + "Ġpróximo": 21177, + "Ġps": 18815, + "Ġpse": 25505, + "Ġpseudo": 35899, + "Ġpsi": 20304, + "Ġpsic": 38609, + "Ġpsy": 31673, + "Ġpsych": 4681, + "Ġpsyche": 50223, + "Ġpsychedel": 47732, + "Ġpsychiat": 26347, + "Ġpsychiatric": 40123, + "Ġpsychiatrist": 41287, + "Ġpsychic": 35406, + "Ġpsycho": 33355, + "Ġpsychological": 14346, + "Ġpsychologically": 41387, + "Ġpsychologist": 29514, + "Ġpsychologists": 41562, + "Ġpsychology": 15105, + "Ġpsychopath": 47577, + "Ġpu": 2362, + "Ġpub": 1535, + "Ġpubl": 11227, + "Ġpubli": 49804, + "Ġpublic": 1908, + "Ġpublication": 19953, + "Ġpublications": 25618, + "Ġpublicity": 37264, + "Ġpublicly": 14843, + "Ġpublish": 11374, + "Ġpublished": 6572, + "Ġpublisher": 25088, + "Ġpublishers": 30421, + "Ġpublishing": 17832, + "Ġpuck": 47181, + "Ġpud": 14166, + "Ġpudding": 29149, + "Ġpue": 26990, + "Ġpueblo": 33764, + "Ġpued": 10947, + "Ġpueda": 31907, + "Ġpuedan": 41241, + "Ġpuede": 8919, + "Ġpueden": 14714, + "Ġpuedes": 19010, + "Ġpuedo": 21612, + "Ġpuerta": 48597, + "Ġpues": 11059, + "Ġpuesto": 35136, + "Ġpuff": 19613, + "Ġpug": 47900, + "Ġpuis": 9093, + "Ġpuisqu": 43459, + "Ġpuisque": 28090, + "Ġpuisse": 42363, + "Ġpul": 8331, + "Ġpull": 2235, + "Ġpulled": 7373, + "Ġpulley": 48399, + "Ġpulling": 8407, + "Ġpulls": 16982, + "Ġpulp": 37489, + "Ġpuls": 32295, + "Ġpulse": 17709, + "Ġpulses": 45279, + "Ġpum": 48842, + "Ġpump": 5889, + "Ġpumped": 27774, + "Ġpumping": 27131, + "Ġpumpkin": 17537, + "Ġpumpkins": 49053, + "Ġpumps": 27648, + "Ġpun": 4468, + "Ġpunch": 8135, + "Ġpunched": 37842, + "Ġpunches": 34103, + "Ġpunching": 34866, + "Ġpunct": 27006, + "Ġpunish": 9842, + "Ġpunished": 22365, + "Ġpunishing": 49824, + "Ġpunishment": 14133, + "Ġpunk": 25188, + "Ġpunkt": 39561, + "Ġpunt": 18212, + "Ġpunto": 14326, + "Ġpuntos": 34375, + "Ġpunya": 32781, + "Ġpup": 19784, + "Ġpupil": 44533, + "Ġpupils": 38404, + "Ġpupp": 17014, + "Ġpuppet": 32107, + "Ġpuppies": 33734, + "Ġpuppy": 18196, + "Ġpur": 1864, + "Ġpurch": 5270, + "Ġpurchase": 8110, + "Ġpurchased": 14734, + "Ġpurchases": 26762, + "Ġpurchasing": 20906, + "Ġpure": 6075, + "Ġpuree": 49407, + "Ġpurely": 17491, + "Ġpurity": 34382, + "Ġpurl": 48943, + "Ġpurp": 3527, + "Ġpurple": 9656, + "Ġpurpose": 4334, + "Ġpurposely": 41840, + "Ġpurposes": 9932, + "Ġpurs": 7088, + "Ġpurse": 28345, + "Ġpursue": 12392, + "Ġpursued": 34893, + "Ġpursuing": 20222, + "Ġpursuit": 23365, + "Ġpus": 31252, + "Ġpush": 2944, + "Ġpushed": 9152, + "Ġpushes": 21020, + "Ġpushing": 7380, + "Ġpussy": 40169, + "Ġput": 829, + "Ġputa": 46681, + "Ġputs": 8137, + "Ġputting": 3372, + "Ġpuzz": 18741, + "Ġpuzzle": 12805, + "Ġpuzzles": 24138, + "Ġpuò": 26526, + "Ġpy": 10664, + "Ġpyram": 20543, + "Ġpyramid": 25950, + "Ġpyt": 25878, + "Ġpytanie": 36610, + "Ġpython": 38797, + "Ġpá": 40639, + "Ġpágina": 36960, + "Ġpä": 32232, + "Ġpää": 32764, + "ĠpÃ¥": 4170, + "Ġpère": 37653, + "Ġpé": 29507, + "Ġpén": 49880, + "Ġpéri": 36321, + "Ġpériode": 44703, + "Ġpó": 28157, + "Ġpóźniej": 36968, + "ĠpóÅĤ": 47907, + "Ġpúblic": 15392, + "Ġpública": 38905, + "Ġpúblico": 26557, + "ĠpÅĤ": 28695, + "ĠpÅĻ": 31631, + "Ġq": 9505, + "Ġqu": 421, + "Ġqua": 24159, + "Ġquad": 10787, + "Ġquadrant": 46856, + "Ġquadratic": 37262, + "Ġquais": 44075, + "Ġqual": 4101, + "Ġqualc": 32101, + "Ġqualche": 38737, + "Ġqualcosa": 42400, + "Ġqualidade": 41501, + "Ġqualification": 37425, + "Ġqualifications": 33223, + "Ġqualified": 15904, + "Ġqualify": 20276, + "Ġqualifying": 41793, + "Ġqualitative": 31312, + "Ġqualities": 16477, + "Ġquality": 3125, + "Ġqualité": 42106, + "Ġqualquer": 20437, + "Ġquan": 19068, + "Ġquand": 6932, + "Ġquando": 7770, + "Ġquant": 4426, + "Ġquantidade": 39639, + "Ġquantify": 40421, + "Ġquantitative": 27778, + "Ġquantities": 22927, + "Ġquantity": 11275, + "Ġquanto": 17820, + "Ġquantum": 13018, + "Ġquar": 4723, + "Ġquarant": 41240, + "Ġquarantine": 18138, + "Ġquart": 20837, + "Ġquarter": 6555, + "Ġquarterback": 31952, + "Ġquarterly": 38633, + "Ġquarters": 20612, + "Ġquarto": 50109, + "Ġquartz": 48280, + "Ġquas": 49625, + "Ġquase": 28875, + "Ġquasi": 20954, + "Ġquatre": 31334, + "Ġquatro": 30583, + "Ġque": 631, + "Ġqued": 13617, + "Ġqueda": 23314, + "Ġquedar": 39244, + "Ġqueen": 12206, + "Ġqueens": 42017, + "Ġqueer": 20323, + "Ġquel": 7178, + "Ġquella": 32234, + "Ġquelle": 29237, + "Ġquello": 22813, + "Ġquelqu": 25283, + "Ġquelque": 14448, + "Ġquelques": 16597, + "Ġquem": 13026, + "Ġquer": 7083, + "Ġqueremos": 26813, + "Ġquerer": 39318, + "Ġqueria": 27955, + "Ġqueries": 24109, + "Ġquero": 18738, + "Ġquery": 14581, + "ĠquerÃŃa": 37869, + "Ġquest": 866, + "Ġquesta": 16540, + "Ġqueste": 35455, + "Ġquesti": 29729, + "Ġquestion": 1168, + "Ġquestionable": 37158, + "Ġquestioned": 28146, + "Ġquestioning": 21257, + "Ġquestionnaire": 44702, + "Ġquestions": 1651, + "Ġquesto": 10263, + "Ġquests": 34247, + "Ġquestão": 28477, + "Ġqueue": 18639, + "Ġqui": 1956, + "Ġquick": 1702, + "Ġquicker": 16255, + "Ġquickest": 49403, + "Ġquickly": 2661, + "Ġquien": 20108, + "Ġquienes": 43091, + "Ġquier": 23572, + "Ġquiere": 23877, + "Ġquieren": 36706, + "Ġquieres": 29839, + "Ġquiero": 16811, + "Ġquiet": 5677, + "Ġquieter": 43339, + "Ġquietly": 19141, + "Ġquil": 31619, + "Ġquilt": 27566, + "Ġquin": 42215, + "Ġquindi": 15727, + "Ġquint": 40006, + "Ġquir": 35645, + "Ġquirky": 49515, + "Ġquis": 37945, + "Ġquiser": 28753, + "Ġquit": 10366, + "Ġquite": 1596, + "Ġquitting": 42789, + "Ġquiz": 15450, + "Ġquizz": 43425, + "Ġquizzes": 48955, + "Ġquién": 35327, + "Ġquo": 28425, + "Ġquoi": 11714, + "Ġquot": 9641, + "Ġquota": 45171, + "Ġquotation": 47312, + "Ġquote": 6513, + "Ġquoted": 30047, + "Ġquotes": 19963, + "Ġquotid": 44017, + "Ġquoting": 41552, + "Ġquy": 44088, + "Ġquá": 38338, + "Ġquè": 17802, + "Ġqué": 8057, + "Ġquê": 28605, + "Ġr": 367, + "Ġra": 3342, + "Ġrab": 14085, + "Ġrabb": 28179, + "Ġrabbit": 19509, + "Ġrabbits": 38752, + "Ġrac": 4129, + "Ġrace": 4569, + "Ġraces": 15484, + "Ġracial": 12131, + "Ġracing": 12553, + "Ġracism": 12664, + "Ġracist": 16419, + "Ġrack": 14788, + "Ġracket": 41130, + "Ġracks": 47063, + "Ġrad": 2843, + "Ġradar": 16544, + "Ġradi": 16335, + "Ġradial": 38783, + "Ġradiant": 49430, + "Ġradiation": 12420, + "Ġradiator": 41345, + "Ġradical": 12001, + "Ġradically": 35508, + "Ġradio": 6477, + "Ġradioactive": 35844, + "Ġradish": 31136, + "Ġradius": 15845, + "Ġraft": 43863, + "Ġrag": 17539, + "Ġrage": 20133, + "Ġraging": 44173, + "Ġrah": 23490, + "Ġrahat": 43066, + "Ġraid": 26936, + "Ġraids": 45740, + "Ġrail": 8765, + "Ġrailroad": 30073, + "Ġrails": 27649, + "Ġrailway": 25812, + "Ġrain": 4830, + "Ġrainbow": 18526, + "Ġrained": 47533, + "Ġrainfall": 29382, + "Ġrainforest": 48531, + "Ġraining": 18441, + "Ġrains": 27805, + "Ġrainy": 27181, + "Ġrais": 4000, + "Ġraise": 5300, + "Ġraised": 6005, + "Ġraises": 19658, + "Ġraising": 11225, + "Ġraison": 28402, + "Ġraj": 36007, + "Ġrak": 35544, + "Ġrall": 31552, + "Ġrallies": 48169, + "Ġrally": 17584, + "Ġram": 10211, + "Ġramen": 20948, + "Ġramp": 12428, + "Ġran": 5872, + "Ġranch": 22883, + "Ġrandom": 4974, + "Ġrandomized": 38513, + "Ġrandomly": 16979, + "Ġrang": 32434, + "Ġrange": 3613, + "Ġranged": 45570, + "Ġranges": 22526, + "Ġranging": 25532, + "Ġrank": 6181, + "Ġranked": 20197, + "Ġranking": 17833, + "Ġrankings": 36550, + "Ġranks": 21406, + "Ġrans": 33481, + "Ġransom": 38279, + "Ġrant": 45332, + "Ġrap": 5099, + "Ġrape": 22846, + "Ġraped": 37506, + "Ġrapid": 7558, + "Ġrapidement": 37757, + "Ġrapidly": 12910, + "Ġrapp": 8125, + "Ġrappelle": 43736, + "Ġrapper": 26457, + "Ġrappers": 45025, + "Ġrapping": 44333, + "Ġrapport": 18018, + "Ġrapt": 40142, + "Ġrare": 5892, + "Ġrarely": 13752, + "Ġras": 26815, + "Ġrasa": 41493, + "Ġrash": 40357, + "Ġrasp": 49399, + "Ġraspberry": 41468, + "Ġrat": 5937, + "Ġratchet": 45885, + "Ġrate": 3314, + "Ġrated": 22103, + "Ġrates": 6846, + "Ġrather": 2831, + "Ġrating": 10990, + "Ġratings": 24603, + "Ġratio": 8509, + "Ġration": 24258, + "Ġrational": 15090, + "Ġrationale": 41989, + "Ġratios": 32435, + "Ġrats": 25691, + "Ġratt": 27081, + "Ġrattling": 48822, + "Ġraus": 17202, + "Ġrav": 32987, + "Ġraw": 8936, + "Ġray": 18592, + "Ġrays": 24417, + "Ġraz": 9639, + "Ġrazem": 40225, + "Ġrazor": 30478, + "Ġrazón": 38310, + "Ġre": 319, + "Ġreach": 2524, + "Ġreached": 6488, + "Ġreaches": 14235, + "Ġreaching": 9906, + "Ġreact": 4515, + "Ġreacted": 34037, + "Ġreacting": 25817, + "Ġreaction": 5480, + "Ġreactions": 12215, + "Ġreactive": 28897, + "Ġreactor": 20628, + "Ġreactors": 41649, + "Ġreacts": 33305, + "Ġread": 1401, + "Ġreadable": 49857, + "Ġreader": 15149, + "Ġreaders": 17147, + "Ġreadily": 26336, + "Ġreadiness": 34954, + "Ġreading": 3760, + "Ġreadings": 27319, + "Ġreads": 15700, + "Ġready": 1919, + "Ġreag": 26949, + "Ġreais": 34823, + "Ġreal": 957, + "Ġrealidad": 25635, + "Ġrealidade": 48292, + "Ġrealise": 18809, + "Ġrealised": 21337, + "Ġrealism": 38484, + "Ġrealistic": 12465, + "Ġrealistically": 40734, + "Ġrealities": 27785, + "Ġreality": 4103, + "Ġrealiz": 22828, + "Ġrealizar": 36461, + "Ġrealization": 25138, + "Ġrealize": 4325, + "Ġrealized": 5334, + "Ġrealizes": 29316, + "Ġrealizing": 16734, + "Ġreally": 534, + "Ġrealm": 15355, + "Ġrealmente": 14446, + "Ġrealms": 42824, + "Ġrealt": 41133, + "ĠrealtÃł": 47512, + "Ġreap": 39178, + "Ġreapp": 35638, + "Ġrear": 8250, + "Ġrearr": 29875, + "Ġrearrange": 39568, + "Ġreason": 1778, + "Ġreasonable": 10585, + "Ġreasonably": 23551, + "Ġreasoning": 21577, + "Ġreasons": 4112, + "Ġreass": 19486, + "Ġreb": 12970, + "Ġrebel": 28293, + "Ġrebell": 22260, + "Ġrebellion": 29793, + "Ġrebels": 37919, + "Ġrebirth": 49445, + "Ġrebo": 26802, + "Ġreboot": 33818, + "Ġreborn": 48899, + "Ġrebound": 31850, + "Ġrebuild": 16877, + "Ġrebuilding": 36717, + "Ġrebuilt": 38532, + "Ġrec": 850, + "Ġreca": 43086, + "Ġrecall": 9901, + "Ġrecalled": 39301, + "Ġrecap": 20928, + "Ġrece": 2268, + "Ġreceber": 42748, + "Ġreceipt": 33882, + "Ġreceive": 4774, + "Ġreceived": 4613, + "Ġreceiver": 20086, + "Ġreceivers": 49196, + "Ġreceives": 20717, + "Ġreceiving": 10040, + "Ġrecent": 5162, + "Ġrecently": 3938, + "Ġrecept": 15263, + "Ġreception": 21682, + "Ġreceptive": 45838, + "Ġreceptor": 32264, + "Ġreceptors": 34102, + "Ġrecess": 16417, + "Ġrecession": 24828, + "Ġrecharge": 31366, + "Ġrecher": 27788, + "Ġrecherche": 38501, + "Ġrecht": 24261, + "Ġrechts": 34305, + "Ġreci": 4214, + "Ġrecib": 46387, + "Ġrecibir": 49703, + "Ġrecip": 17325, + "Ġrecipe": 6782, + "Ġrecipes": 13035, + "Ġrecipient": 26216, + "Ġrecipients": 32440, + "Ġrecipro": 28961, + "Ġreciprocal": 46948, + "Ġrecite": 39434, + "Ġreck": 16374, + "Ġreckless": 38884, + "Ġreckon": 29548, + "Ġreclaim": 40074, + "Ġreco": 7759, + "Ġrecogn": 3068, + "Ġrecognise": 23991, + "Ġrecognised": 36802, + "Ġrecognition": 11150, + "Ġrecognizable": 40757, + "Ġrecognize": 5521, + "Ġrecognized": 9823, + "Ġrecognizes": 26564, + "Ġrecognizing": 18538, + "Ġrecoil": 42053, + "Ġrecoll": 39495, + "Ġrecom": 23334, + "Ġrecomend": 40292, + "Ġrecomm": 2616, + "Ġrecommend": 2748, + "Ġrecommendation": 11879, + "Ġrecommendations": 10434, + "Ġrecommended": 9628, + "Ġrecommending": 30559, + "Ġrecommends": 34556, + "Ġrecomp": 48000, + "Ġrecon": 9993, + "Ġreconcile": 41059, + "Ġreconciliation": 31281, + "Ġreconna": 31073, + "Ġreconnect": 30095, + "Ġreconoc": 43838, + "Ġreconsider": 40497, + "Ġreconst": 16891, + "Ġreconstruct": 31499, + "Ġreconstruction": 31565, + "Ġrecord": 2136, + "Ġrecorded": 8287, + "Ġrecorder": 37744, + "Ġrecording": 6613, + "Ġrecordings": 25162, + "Ġrecords": 7724, + "Ġrecount": 43997, + "Ġrecover": 8114, + "Ġrecovered": 19542, + "Ġrecovering": 29180, + "Ġrecovery": 8597, + "Ġrecre": 14261, + "Ġrecreate": 25833, + "Ġrecreation": 31573, + "Ġrecreational": 37554, + "Ġrecru": 9372, + "Ġrecruit": 15119, + "Ġrecruited": 33004, + "Ġrecruiting": 25987, + "Ġrecruitment": 28240, + "Ġrect": 11048, + "Ġrectang": 24077, + "Ġrectangle": 21930, + "Ġrectangular": 31167, + "Ġrecuer": 39092, + "Ġrecuper": 25692, + "Ġrecur": 18680, + "Ġrecurring": 32279, + "Ġrecurs": 20560, + "Ġrecursos": 30409, + "Ġrecy": 12036, + "Ġrecycle": 32162, + "Ġrecycled": 30674, + "Ġrecycling": 23363, + "Ġred": 2182, + "Ġrede": 14328, + "Ġredeem": 37715, + "Ġredef": 38818, + "Ġredemption": 35644, + "Ġreden": 26447, + "Ġredes": 16762, + "Ġredesign": 39853, + "Ġredirect": 29066, + "Ġredist": 36198, + "Ġredo": 29956, + "Ġredu": 2783, + "Ġreduce": 5407, + "Ġreduced": 9212, + "Ġreduces": 18081, + "Ġreducing": 12245, + "Ġreduction": 11004, + "Ġreductions": 40296, + "Ġredund": 27830, + "Ġredundant": 40997, + "Ġreduz": 40674, + "Ġree": 43060, + "Ġreef": 25345, + "Ġreefs": 50054, + "Ġreel": 34973, + "Ġref": 1895, + "Ġrefer": 2864, + "Ġrefere": 33048, + "Ġreferee": 43096, + "Ġreference": 6408, + "Ġreferenced": 32734, + "Ġreferences": 15400, + "Ġreferencing": 40582, + "Ġreferendum": 31957, + "Ġreferral": 33494, + "Ġreferrals": 47444, + "Ġreferred": 10839, + "Ġreferring": 13761, + "Ġrefers": 14942, + "Ġrefill": 42533, + "Ġrefin": 44395, + "Ġrefine": 33906, + "Ġrefined": 26201, + "Ġrefle": 36549, + "Ġreflect": 5031, + "Ġreflected": 15502, + "Ġreflecting": 23543, + "Ġreflection": 12914, + "Ġreflections": 30679, + "Ġreflective": 28931, + "Ġreflects": 18926, + "Ġreflex": 23802, + "Ġreform": 8290, + "Ġreforms": 24897, + "Ġrefr": 13334, + "Ġrefract": 45353, + "Ġrefrain": 46177, + "Ġrefres": 17368, + "Ġrefresh": 15134, + "Ġrefreshed": 46330, + "Ġrefreshing": 19772, + "Ġrefriger": 14162, + "Ġrefrigerator": 19655, + "Ġrefuge": 10991, + "Ġrefugee": 25622, + "Ġrefugees": 18301, + "Ġrefund": 29384, + "Ġrefusal": 48948, + "Ġrefuse": 16791, + "Ġrefused": 14654, + "Ġrefuses": 33222, + "Ġrefusing": 37289, + "Ġreg": 1121, + "Ġregain": 35336, + "Ġregard": 3843, + "Ġregarde": 33357, + "Ġregarded": 26047, + "Ġregarder": 31468, + "Ġregardez": 49841, + "Ġregarding": 8595, + "Ġregardless": 10060, + "Ġregards": 14258, + "Ġregel": 40504, + "Ġregen": 33909, + "Ġregener": 26358, + "Ġregeneration": 43813, + "Ġregime": 13120, + "Ġregiment": 47888, + "Ġregimes": 45738, + "Ġregion": 4458, + "Ġregional": 10964, + "Ġregions": 10682, + "Ġregist": 11376, + "Ġregister": 7280, + "Ġregistered": 13968, + "Ġregistering": 47329, + "Ġregisters": 38351, + "Ġregistration": 16847, + "Ġregistry": 36468, + "Ġregião": 45697, + "Ġregión": 45163, + "Ġregres": 47108, + "Ġregression": 24590, + "Ġregret": 10879, + "Ġregrets": 31214, + "Ġregul": 9837, + "Ġregular": 3890, + "Ġregularly": 11672, + "Ġregulate": 24475, + "Ġregulated": 26243, + "Ġregulating": 46715, + "Ġregulation": 15062, + "Ġregulations": 12563, + "Ġregulator": 36250, + "Ġregulators": 37311, + "Ġregulatory": 18260, + "Ġreh": 22355, + "Ġrehab": 32414, + "Ġrehabil": 26043, + "Ġrehabilitation": 33700, + "Ġrehe": 14369, + "Ġrehears": 17052, + "Ġrehearsal": 24884, + "Ġreicht": 47000, + "Ġreign": 20350, + "Ġreim": 33433, + "Ġreimburse": 41685, + "Ġrein": 6561, + "Ġreincarn": 48343, + "Ġreindeer": 49992, + "Ġreinfor": 20520, + "Ġreinforce": 22634, + "Ġreinforced": 31365, + "Ġreinforcement": 29280, + "Ġreinforcing": 48262, + "Ġreins": 47200, + "Ġreinst": 35056, + "Ġreinvent": 33477, + "Ġreiter": 25211, + "Ġreiterate": 33528, + "Ġreject": 8248, + "Ġrejected": 15749, + "Ġrejecting": 45401, + "Ġrejection": 26044, + "Ġrejo": 22087, + "Ġrejoice": 42397, + "Ġrek": 33881, + "Ġrel": 1039, + "Ġrela": 5195, + "Ġrelacion": 27189, + "Ġrelación": 37247, + "Ġrelat": 22441, + "Ġrelatable": 42355, + "Ġrelate": 10961, + "Ġrelated": 4077, + "Ġrelates": 16155, + "Ġrelating": 23968, + "Ġrelation": 9721, + "Ġrelational": 38444, + "Ġrelations": 2299, + "Ġrelationship": 2480, + "Ġrelationships": 6159, + "Ġrelativ": 21960, + "Ġrelative": 4972, + "Ġrelatively": 7226, + "Ġrelatives": 18201, + "Ġrelativity": 45675, + "Ġrelax": 5789, + "Ġrelaxation": 30315, + "Ġrelaxed": 14628, + "Ġrelaxing": 20103, + "Ġrelay": 24214, + "Ġrelação": 28177, + "Ġrele": 2951, + "Ġrelease": 4374, + "Ġreleased": 4736, + "Ġreleases": 16952, + "Ġreleasing": 16327, + "Ġrelent": 34045, + "Ġrelentless": 46136, + "Ġrelev": 25916, + "Ġrelevance": 32684, + "Ġrelevant": 7340, + "Ġreli": 19653, + "Ġreliability": 24550, + "Ġreliable": 12924, + "Ġreliably": 49927, + "Ġrelie": 21680, + "Ġrelied": 35463, + "Ġrelief": 10915, + "Ġrelies": 30910, + "Ġrelieve": 30450, + "Ġrelieved": 27972, + "Ġrelig": 4039, + "Ġreligion": 7561, + "Ġreligions": 21212, + "Ġreligious": 7185, + "Ġreload": 25628, + "Ġreloc": 26981, + "Ġreluct": 25149, + "Ġreluctant": 33677, + "Ġrely": 10687, + "Ġrelying": 24140, + "Ġrem": 890, + "Ġrema": 28986, + "Ġremain": 6222, + "Ġremainder": 29837, + "Ġremained": 12780, + "Ġremaining": 8877, + "Ġremains": 7023, + "Ġremake": 28582, + "Ġremar": 34329, + "Ġremark": 7942, + "Ġremarkable": 12802, + "Ġremarkably": 37381, + "Ġremarks": 19151, + "Ġremed": 28718, + "Ġremedies": 47133, + "Ġremedy": 31648, + "Ġremem": 20648, + "Ġremember": 1604, + "Ġremembered": 13745, + "Ġremembering": 20719, + "Ġremembers": 26228, + "Ġremembrance": 48083, + "Ġremind": 4160, + "Ġreminded": 15920, + "Ġreminder": 13548, + "Ġreminders": 43458, + "Ġreminding": 27639, + "Ġreminds": 12025, + "Ġreminis": 33765, + "Ġreminiscent": 44304, + "Ġremix": 47788, + "Ġremnants": 44652, + "Ġremo": 4595, + "Ġremot": 19896, + "Ġremote": 8607, + "Ġremotely": 20824, + "Ġremovable": 44060, + "Ġremoval": 17933, + "Ġremove": 4159, + "Ġremoved": 7261, + "Ġremoves": 30445, + "Ġremoving": 12720, + "Ġrempl": 36576, + "Ġren": 8124, + "Ġrename": 36741, + "Ġrenamed": 40949, + "Ġrencont": 28038, + "Ġrend": 6125, + "Ġrender": 15529, + "Ġrendered": 28748, + "Ġrendering": 22407, + "Ġrendez": 40026, + "Ġrendre": 36256, + "Ġrenew": 10162, + "Ġrenewable": 20938, + "Ġrenewal": 35516, + "Ġrenewed": 30228, + "Ġrenov": 18845, + "Ġrenovation": 39973, + "Ġrenowned": 34065, + "Ġrent": 6214, + "Ġrental": 21468, + "Ġrented": 32381, + "Ġrenting": 40598, + "Ġreop": 28994, + "Ġreopen": 33861, + "Ġreopening": 39542, + "Ġreorgan": 41203, + "Ġrep": 1085, + "Ġrepair": 10535, + "Ġrepaired": 36551, + "Ġrepairing": 46158, + "Ġrepairs": 28823, + "Ġrepar": 33291, + "Ġrepay": 27522, + "Ġrepe": 4301, + "Ġrepeat": 7149, + "Ġrepeated": 10477, + "Ġrepeatedly": 18227, + "Ġrepeating": 18617, + "Ġrepeats": 35038, + "Ġrepent": 19994, + "Ġrepentance": 37593, + "Ġrepente": 42884, + "Ġreper": 28946, + "Ġrepertoire": 49604, + "Ġrepet": 13645, + "Ġrepetition": 30432, + "Ġrepetitive": 29404, + "Ġrepl": 3248, + "Ġreplace": 7406, + "Ġreplaced": 10772, + "Ġreplacement": 14419, + "Ġreplaces": 46734, + "Ġreplacing": 19139, + "Ġreplay": 23836, + "Ġreplen": 43532, + "Ġreplica": 35456, + "Ġreplicate": 25356, + "Ġreplicated": 46365, + "Ġreplication": 39911, + "Ġreplied": 20345, + "Ġreplies": 42289, + "Ġreply": 16972, + "Ġrepo": 49040, + "Ġreport": 2275, + "Ġreported": 7055, + "Ġreportedly": 23989, + "Ġreporter": 19152, + "Ġreporters": 26249, + "Ġreporting": 10031, + "Ġreports": 7122, + "Ġreposit": 22283, + "Ġrepository": 25841, + "Ġrepres": 2556, + "Ġrepresent": 2906, + "Ġrepresenta": 49823, + "Ġrepresentation": 10290, + "Ġrepresentations": 33358, + "Ġrepresentative": 12424, + "Ġrepresentatives": 18628, + "Ġrepresented": 10379, + "Ġrepresenting": 13460, + "Ġrepresents": 8855, + "Ġrepro": 35257, + "Ġreprodu": 11408, + "Ġreproduce": 29501, + "Ġreproduction": 33934, + "Ġreproductive": 33569, + "Ġreprés": 27961, + "Ġreprésent": 40509, + "Ġreps": 27007, + "Ġrept": 29143, + "Ġrepublic": 18535, + "Ġrepublican": 39286, + "Ġreputation": 13061, + "Ġrequ": 1724, + "Ġrequest": 5308, + "Ġrequested": 16436, + "Ġrequesting": 31937, + "Ġrequests": 12475, + "Ġrequire": 3651, + "Ġrequired": 4739, + "Ġrequirement": 11695, + "Ġrequirements": 7728, + "Ġrequires": 7029, + "Ġrequiring": 24165, + "Ġrequis": 49878, + "Ġrer": 43819, + "Ġrere": 46453, + "Ġres": 725, + "Ġresc": 9610, + "Ġrescue": 13283, + "Ġrescued": 31757, + "Ġrese": 2025, + "Ġresearch": 2132, + "Ġresearched": 37098, + "Ġresearcher": 21751, + "Ġresearchers": 10309, + "Ġresearching": 24176, + "Ġresemb": 20695, + "Ġresemble": 36870, + "Ġresembles": 34433, + "Ġresent": 28773, + "Ġresentment": 43131, + "Ġreserv": 16454, + "Ġreservation": 28922, + "Ġreservations": 40222, + "Ġreserve": 17824, + "Ġreserved": 24819, + "Ġreserves": 27483, + "Ġreservoir": 26316, + "Ġreset": 14322, + "Ġresid": 13141, + "Ġreside": 40134, + "Ġresidence": 19607, + "Ġresidency": 34014, + "Ġresident": 10832, + "Ġresidential": 17389, + "Ġresidents": 9630, + "Ġresides": 47157, + "Ġresidual": 27980, + "Ġresidue": 34799, + "Ġresign": 27471, + "Ġresignation": 49494, + "Ġresigned": 41180, + "Ġresil": 12227, + "Ġresilience": 19980, + "Ġresiliency": 48712, + "Ġresilient": 23699, + "Ġresin": 26365, + "Ġresist": 4597, + "Ġresistance": 7335, + "Ġresistant": 20383, + "Ġresisting": 43940, + "Ġresistor": 37672, + "Ġresize": 50069, + "Ġresol": 7923, + "Ġresolution": 8669, + "Ġresolutions": 32179, + "Ġresolve": 14151, + "Ġresolved": 20772, + "Ġresolver": 34480, + "Ġresolving": 49940, + "Ġreson": 12544, + "Ġresonance": 30944, + "Ġresonate": 34285, + "Ġresonated": 47957, + "Ġresonates": 41051, + "Ġresort": 19606, + "Ġresource": 7684, + "Ġresources": 3593, + "Ġresp": 1597, + "Ġrespe": 40792, + "Ġrespect": 3104, + "Ġrespectable": 44279, + "Ġrespected": 20020, + "Ġrespectful": 26205, + "Ġrespectfully": 45201, + "Ġrespecting": 41968, + "Ġrespective": 23649, + "Ġrespectively": 25009, + "Ġrespecto": 35694, + "Ġrespects": 24126, + "Ġrespir": 18412, + "Ġrespiratory": 27038, + "Ġrespond": 4196, + "Ġresponded": 15806, + "Ġrespondents": 48275, + "Ġresponder": 36416, + "Ġresponders": 37542, + "Ġresponding": 16670, + "Ġresponds": 27331, + "Ġrespons": 2914, + "Ġresponsabil": 29829, + "Ġresponse": 4134, + "Ġresponses": 13019, + "Ġresponsibilities": 16190, + "Ġresponsibility": 6357, + "Ġresponsible": 6250, + "Ġresponsive": 21826, + "Ġresposta": 42126, + "Ġrespuesta": 40585, + "Ġress": 24689, + "Ġrest": 1472, + "Ġrestart": 21022, + "Ġrestaur": 4793, + "Ġrestaurant": 6383, + "Ġrestaurants": 11486, + "Ġreste": 20694, + "Ġrested": 43090, + "Ġrester": 37197, + "Ġresting": 21221, + "Ġrestless": 45451, + "Ġresto": 28247, + "Ġrestor": 46594, + "Ġrestoration": 23722, + "Ġrestore": 15227, + "Ġrestored": 23143, + "Ġrestoring": 36349, + "Ġrestra": 25508, + "Ġrestraint": 49281, + "Ġrestrict": 7694, + "Ġrestricted": 20608, + "Ġrestriction": 29529, + "Ġrestrictions": 14191, + "Ġrestrictive": 43220, + "Ġrestroom": 41286, + "Ġrests": 39755, + "Ġresult": 1874, + "Ġresultado": 28047, + "Ġresultados": 36796, + "Ġresulted": 18753, + "Ġresulting": 16505, + "Ġresults": 3542, + "Ġresume": 15358, + "Ġresumes": 48068, + "Ġresur": 16042, + "Ġresurrect": 34338, + "Ġresurrected": 48825, + "Ġresurrection": 24150, + "Ġret": 1533, + "Ġretail": 10800, + "Ġretailer": 45467, + "Ġretailers": 33519, + "Ġretain": 18340, + "Ġretained": 33438, + "Ġretaining": 34936, + "Ġretali": 37924, + "Ġretard": 42073, + "Ġretention": 22871, + "Ġrethink": 34595, + "Ġretir": 34906, + "Ġretire": 10731, + "Ġretired": 16776, + "Ġretirement": 15189, + "Ġretiring": 45770, + "Ġretour": 28873, + "Ġretr": 23106, + "Ġretra": 49356, + "Ġretract": 41107, + "Ġretreat": 15505, + "Ġretrie": 19817, + "Ġretrieve": 30254, + "Ġretro": 18820, + "Ġretrospect": 34997, + "Ġretrou": 26311, + "Ġretrouve": 30909, + "Ġretrouver": 36511, + "Ġreturn": 2736, + "Ġreturned": 8752, + "Ġreturning": 12678, + "Ġreturns": 11247, + "Ġreun": 14480, + "Ġreunion": 34720, + "Ġreunited": 50036, + "Ġreus": 38860, + "Ġreusable": 41807, + "Ġreuse": 26225, + "Ġrev": 3698, + "Ġreve": 5174, + "Ġreveal": 10658, + "Ġrevealed": 9599, + "Ġrevealing": 23983, + "Ġreveals": 20893, + "Ġrevel": 15262, + "Ġrevelation": 23456, + "Ġreven": 6158, + "Ġrevenge": 16711, + "Ġrevenir": 44899, + "Ġrevenue": 9324, + "Ġrevenues": 27299, + "Ġrever": 18438, + "Ġreverb": 41829, + "Ġrevers": 14582, + "Ġreversal": 42778, + "Ġreverse": 9943, + "Ġreversed": 30563, + "Ġreversible": 44788, + "Ġreview": 3131, + "Ġreviewed": 18429, + "Ġreviewers": 45837, + "Ġreviewing": 19576, + "Ġreviews": 10229, + "Ġrevis": 20767, + "Ġrevise": 44252, + "Ġrevised": 35228, + "Ġrevision": 34218, + "Ġrevisit": 32676, + "Ġrevital": 42457, + "Ġrevival": 33207, + "Ġrevive": 36292, + "Ġrevived": 48358, + "Ġrevol": 16908, + "Ġrevolt": 42568, + "Ġrevolution": 8894, + "Ġrevolutionary": 22687, + "Ġrevolves": 47934, + "Ġrevving": 49739, + "Ġreward": 7782, + "Ġrewarded": 29105, + "Ġrewarding": 20063, + "Ġrewards": 17203, + "Ġrewind": 41458, + "Ġrework": 48376, + "Ġrewrite": 28132, + "Ġrez": 48060, + "Ġrh": 33418, + "Ġrhe": 50100, + "Ġrhet": 24182, + "Ġrhetoric": 29604, + "Ġrhin": 49030, + "Ġrho": 20293, + "Ġrhy": 8740, + "Ġrhyme": 34753, + "Ġrhymes": 47917, + "Ġrhythm": 11801, + "Ġrhythmic": 46967, + "Ġrhythms": 44892, + "Ġri": 19739, + "Ġrib": 9162, + "Ġribbon": 20921, + "Ġribs": 21400, + "Ġric": 21040, + "Ġrice": 5090, + "Ġrich": 4593, + "Ġricher": 29021, + "Ġriches": 35777, + "Ġrichest": 35098, + "Ġrichness": 44506, + "Ġricht": 22136, + "Ġrichtig": 13129, + "Ġrichtige": 41569, + "Ġrico": 41529, + "Ġrid": 3973, + "Ġride": 5077, + "Ġrider": 25419, + "Ġriders": 23303, + "Ġrides": 20773, + "Ġridge": 34651, + "Ġridic": 9276, + "Ġridiculous": 11083, + "Ġridiculously": 41358, + "Ġriding": 9546, + "Ġrien": 13355, + "Ġries": 23932, + "Ġrif": 13203, + "Ġriff": 36798, + "Ġrifle": 18008, + "Ġrifles": 34058, + "Ġrig": 8329, + "Ġright": 558, + "Ġrighteous": 16153, + "Ġrighteousness": 26407, + "Ġrightly": 32879, + "Ġrights": 4601, + "Ġrigid": 22195, + "Ġrigor": 42191, + "Ġrigorous": 29882, + "Ġrigt": 46159, + "Ġrij": 47237, + "Ġrikt": 38420, + "Ġrim": 15982, + "Ġring": 4875, + "Ġringing": 18423, + "Ġrings": 11136, + "Ġrinse": 27026, + "Ġriot": 32211, + "Ġriots": 43802, + "Ġrip": 12782, + "Ġripe": 31421, + "Ġripped": 22780, + "Ġripping": 38776, + "Ġripple": 40688, + "Ġris": 2253, + "Ġrise": 6272, + "Ġrisen": 28614, + "Ġrises": 21373, + "Ġrising": 11636, + "Ġrisk": 3148, + "Ġrisking": 45235, + "Ġrisks": 10888, + "Ġrisky": 21137, + "Ġrisque": 37574, + "Ġrit": 11289, + "Ġritual": 13792, + "Ġrituals": 29082, + "Ġriv": 28745, + "Ġrival": 16286, + "Ġrivalry": 42352, + "Ġrivals": 33303, + "Ġriver": 6810, + "Ġrivers": 18361, + "Ġro": 744, + "Ġroad": 3060, + "Ġroadmap": 35738, + "Ġroads": 11344, + "Ġroam": 40474, + "Ġroaming": 42680, + "Ġroar": 40347, + "Ġroaring": 36231, + "Ġroast": 12904, + "Ġroasted": 24766, + "Ġroasting": 45227, + "Ġrob": 3870, + "Ġrobbed": 35772, + "Ġrobbery": 37418, + "Ġrobe": 37213, + "Ġrobi": 47380, + "ĠrobiÄĩ": 46900, + "Ġrobot": 7881, + "Ġrobotic": 30468, + "Ġrobotics": 34145, + "Ġrobots": 14733, + "Ġrobust": 13956, + "Ġrock": 3727, + "Ġrocket": 13012, + "Ġrockets": 28361, + "Ġrocking": 30929, + "Ġrocks": 10989, + "Ġrocky": 33301, + "Ġrod": 8685, + "Ġrode": 21602, + "Ġrods": 32761, + "Ġrodz": 28607, + "Ġrogue": 39100, + "Ġrok": 35135, + "Ġroku": 19451, + "Ġrol": 34109, + "Ġrole": 3090, + "Ġroles": 9604, + "Ġroll": 3373, + "Ġrolled": 14306, + "Ġroller": 15948, + "Ġrollers": 46642, + "Ġrolling": 9439, + "Ġrolls": 15767, + "Ġrom": 7438, + "Ġroman": 41362, + "Ġromance": 19064, + "Ġromantic": 13590, + "Ġrond": 39353, + "Ġroof": 8418, + "Ġroofs": 48555, + "Ġrooft": 34460, + "Ġrooftop": 41027, + "Ġrook": 24692, + "Ġrookie": 36299, + "Ġroom": 1808, + "Ġroomm": 23929, + "Ġroommate": 31692, + "Ġroommates": 46886, + "Ġrooms": 9396, + "Ġroot": 5593, + "Ġrooted": 25277, + "Ġrooting": 41572, + "Ġroots": 10669, + "Ġrope": 13540, + "Ġropes": 32964, + "Ġros": 18953, + "Ġrose": 10895, + "Ġroses": 28620, + "Ġroster": 29892, + "Ġrot": 4297, + "Ġrotary": 45811, + "Ġrotate": 13121, + "Ġrotated": 42146, + "Ġrotates": 42133, + "Ġrotating": 19627, + "Ġrotation": 12447, + "Ġrotational": 45420, + "Ġrotations": 44796, + "Ġrotor": 26847, + "Ġrotten": 31977, + "Ġrou": 18450, + "Ġrouge": 40605, + "Ġrough": 5903, + "Ġroughly": 9810, + "Ġround": 3098, + "Ġrounded": 23382, + "Ġrounding": 48237, + "Ġrounds": 13757, + "Ġroup": 48485, + "Ġrout": 4020, + "Ġroute": 7955, + "Ġrouter": 22492, + "Ġroutes": 18242, + "Ġroutine": 9927, + "Ġroutinely": 40443, + "Ġroutines": 33827, + "Ġrouting": 32722, + "Ġrover": 45767, + "Ġrow": 5386, + "Ġrows": 13241, + "Ġroy": 36364, + "Ġroyal": 13351, + "Ġroyalty": 40929, + "Ġroz": 9544, + "Ġrozm": 35234, + "Ġrozp": 47576, + "Ġrozum": 48797, + "Ġrpm": 47071, + "Ġru": 5420, + "Ġrua": 49467, + "Ġrub": 5915, + "Ġrubber": 11593, + "Ġrubbing": 29770, + "Ġrubbish": 29978, + "Ġrud": 32109, + "Ġrude": 18895, + "Ġrue": 43919, + "Ġrug": 18329, + "Ġrugby": 43895, + "Ġrugged": 42662, + "Ġruh": 36614, + "Ġruim": 33871, + "Ġruin": 15514, + "Ġruined": 17013, + "Ġruining": 38938, + "Ġruins": 24747, + "Ġrul": 8551, + "Ġrule": 4978, + "Ġruled": 20077, + "Ġruler": 19661, + "Ġrulers": 35009, + "Ġrules": 4474, + "Ġruling": 21437, + "Ġrum": 8347, + "Ġrumah": 44988, + "Ġrumor": 29639, + "Ġrumors": 21201, + "Ġrun": 1190, + "Ġrund": 23096, + "Ġrunner": 24376, + "Ġrunners": 33892, + "Ġrunning": 2614, + "Ġruns": 6676, + "Ġrunt": 49435, + "Ġrunter": 33295, + "Ġruntime": 34474, + "Ġrunway": 26642, + "Ġrupees": 24638, + "Ġrural": 11165, + "Ġrus": 38684, + "Ġrush": 9300, + "Ġrushed": 24421, + "Ġrushing": 25876, + "Ġrust": 15259, + "Ġrusty": 45394, + "Ġrut": 41324, + "Ġruth": 38225, + "Ġruthless": 47096, + "Ġry": 20791, + "Ġrze": 16081, + "Ġrzecz": 36833, + "Ġrzeczy": 26297, + "ĠrzeczywiÅĽcie": 44922, + "Ġráp": 18213, + "Ġrápido": 24893, + "Ġrä": 39442, + "Ġrätt": 38494, + "Ġrèg": 43659, + "Ġré": 3960, + "Ġréal": 18911, + "Ġréalité": 35677, + "Ġrécup": 43113, + "Ġrédu": 46369, + "Ġréf": 30170, + "Ġréfl": 48438, + "Ġrég": 17563, + "Ġrégion": 42669, + "Ġrép": 14243, + "Ġrépond": 26027, + "Ġrépondre": 40139, + "Ġréponse": 40967, + "Ġrés": 14415, + "Ġrése": 34044, + "Ġrésult": 33671, + "Ġréuss": 28099, + "Ġréussi": 46171, + "Ġrév": 38357, + "Ġrê": 38240, + "Ġró": 11416, + "Ġrównież": 20532, + "Ġróż": 19637, + "Ġróżne": 47760, + "Ġróżnych": 42602, + "Ġrôle": 41681, + "ĠrÄĻ": 41197, + "Ġrất": 25147, + "Ġrằng": 45019, + "Ġrá»ĵi": 19908, + "Ġs": 262, + "Ġsa": 601, + "Ġsaat": 23369, + "Ġsab": 5560, + "Ġsabe": 12275, + "Ġsabem": 46128, + "Ġsabemos": 27200, + "Ġsaben": 36670, + "Ġsaber": 12489, + "Ġsabes": 37790, + "Ġsabia": 36388, + "Ġsabor": 48648, + "Ġsabot": 37167, + "Ġsac": 4899, + "Ġsacar": 43823, + "Ġsach": 42510, + "Ġsack": 33209, + "Ġsacr": 7480, + "Ġsacred": 15757, + "Ġsacrific": 14108, + "Ġsacrifice": 11521, + "Ġsacrificed": 32021, + "Ġsacrifices": 25094, + "Ġsacrificing": 42294, + "Ġsad": 4227, + "Ġsaddle": 30459, + "Ġsadece": 32945, + "Ġsadly": 22023, + "Ġsadness": 22462, + "Ġsaf": 3597, + "Ġsafe": 3273, + "Ġsafeg": 32358, + "Ġsafeguard": 40153, + "Ġsafely": 11750, + "Ġsafer": 15856, + "Ġsafest": 37558, + "Ġsafety": 4514, + "Ġsag": 15274, + "Ġsaga": 34250, + "Ġsage": 19721, + "Ġsagen": 8360, + "Ġsagt": 15764, + "Ġsagte": 36771, + "Ġsah": 19292, + "Ġsai": 32417, + "Ġsaid": 848, + "Ġsail": 15758, + "Ġsailed": 49339, + "Ġsailing": 27452, + "Ġsailors": 42036, + "Ġsaint": 28374, + "Ġsaints": 29546, + "Ġsair": 29157, + "Ġsais": 11757, + "Ġsait": 23146, + "Ġsaja": 32617, + "Ġsak": 23366, + "Ġsake": 9717, + "Ġsaker": 40416, + "Ġsal": 1845, + "Ġsala": 37596, + "Ġsalad": 12604, + "Ġsalads": 48025, + "Ġsalah": 41688, + "Ġsalaries": 35057, + "Ġsalary": 15360, + "Ġsale": 8680, + "Ġsales": 5763, + "Ġsalir": 31514, + "Ġsaliva": 43540, + "Ġsalmon": 18518, + "Ġsalon": 27768, + "Ġsalsa": 32428, + "Ġsalt": 5139, + "Ġsalted": 39783, + "Ġsalts": 50191, + "Ġsalty": 18443, + "Ġsalud": 23933, + "Ġsalut": 45184, + "Ġsalute": 33673, + "Ġsalv": 26858, + "Ġsalvar": 48873, + "Ġsalvation": 17456, + "Ġsam": 3247, + "Ġsama": 17768, + "Ġsamb": 47822, + "Ġsame": 912, + "Ġsamen": 39405, + "Ġsamh": 49864, + "Ġsamma": 43407, + "Ġsamo": 36422, + "Ġsamp": 34098, + "Ġsampai": 38569, + "Ġsample": 6889, + "Ġsamples": 10938, + "Ġsampling": 21179, + "Ġsamurai": 48144, + "Ġsan": 6645, + "Ġsana": 15490, + "Ġsanct": 21794, + "Ġsanction": 39830, + "Ġsanctions": 21342, + "Ġsanctuary": 34390, + "Ġsand": 4932, + "Ġsandbox": 42115, + "Ġsanding": 44338, + "Ġsandwich": 11141, + "Ġsandwiches": 29022, + "Ġsandy": 47122, + "Ġsane": 45610, + "Ġsang": 9980, + "Ġsangat": 31917, + "Ġsangre": 45878, + "Ġsanit": 24533, + "Ġsanitation": 50146, + "Ġsanitizer": 47080, + "Ġsanity": 47892, + "Ġsank": 43746, + "Ġsano": 46942, + "Ġsans": 12177, + "Ġsant": 23044, + "Ġsanté": 30068, + "Ġsao": 33108, + "Ġsap": 18985, + "Ġsapp": 46938, + "Ġsar": 13782, + "Ġsarc": 36836, + "Ġsare": 38706, + "ĠsarÃł": 41338, + "Ġsash": 43780, + "Ġsat": 3227, + "Ġsatell": 11997, + "Ġsatellite": 16016, + "Ġsatellites": 24960, + "Ġsatisf": 5519, + "Ġsatisfaction": 18715, + "Ġsatisfactory": 48614, + "Ġsatisfied": 11239, + "Ġsatisfies": 44271, + "Ġsatisfy": 19319, + "Ġsatisfying": 18348, + "Ġsatu": 27679, + "Ġsatur": 21160, + "Ġsaturated": 25408, + "Ġsaturation": 27090, + "Ġsau": 17828, + "Ġsauc": 49181, + "Ġsauce": 4880, + "Ġsauces": 41447, + "Ġsaud": 47863, + "Ġsauna": 46654, + "Ġsaus": 16534, + "Ġsausage": 20526, + "Ġsausages": 41157, + "Ġsaute": 41223, + "Ġsav": 11163, + "Ġsava": 44908, + "Ġsavage": 42512, + "Ġsave": 3155, + "Ġsaved": 6624, + "Ġsaves": 19155, + "Ġsavez": 30503, + "Ġsaving": 6816, + "Ġsavings": 13454, + "Ġsavior": 41327, + "Ġsavoir": 19345, + "Ġsavory": 33944, + "Ġsavvy": 47506, + "Ġsaw": 1866, + "Ġsax": 42119, + "Ġsay": 584, + "Ġsaya": 9160, + "Ġsayin": 44364, + "Ġsaying": 1566, + "Ġsays": 1619, + "Ġsaç": 48679, + "Ġsaúde": 39937, + "ĠsaÄŁ": 30318, + "Ġsc": 795, + "Ġsca": 4216, + "Ġscaff": 40889, + "Ġscaffold": 44094, + "Ġscal": 15664, + "Ġscalable": 38481, + "Ġscalar": 39684, + "Ġscale": 4373, + "Ġscaled": 36039, + "Ġscales": 17408, + "Ġscaling": 21589, + "Ġscall": 30509, + "Ġscalp": 31972, + "Ġscam": 26917, + "Ġscan": 11049, + "Ġscand": 40273, + "Ġscandal": 27922, + "Ġscanned": 45089, + "Ġscanner": 30211, + "Ġscanning": 27019, + "Ġscans": 35116, + "Ġscar": 10569, + "Ġscarce": 41340, + "Ġscarcity": 44181, + "Ġscare": 17185, + "Ġscared": 5338, + "Ġscares": 35721, + "Ġscarf": 29086, + "Ġscariest": 47755, + "Ġscars": 31353, + "Ġscary": 6958, + "Ġscatter": 34951, + "Ġscattered": 21986, + "Ġscattering": 42314, + "Ġscen": 4191, + "Ġscenario": 9005, + "Ġscenarios": 15077, + "Ġscene": 4145, + "Ġscenery": 25805, + "Ġscenes": 8026, + "Ġscent": 19040, + "Ġsch": 956, + "Ġschaffen": 30888, + "Ġschauen": 25672, + "Ġschaut": 46064, + "Ġsche": 25690, + "Ġsched": 5292, + "Ġschedul": 12000, + "Ġschedule": 7567, + "Ġscheduled": 15678, + "Ġschedules": 28078, + "Ġscheduling": 29055, + "Ġscheint": 47906, + "Ġschem": 22627, + "Ġschema": 34078, + "Ġschematic": 44739, + "Ġscheme": 12232, + "Ġschemes": 26954, + "Ġschizophren": 41532, + "Ġschizophrenia": 49022, + "Ġschle": 22664, + "Ġschlecht": 32427, + "Ġschlim": 37260, + "Ġschlimm": 48821, + "Ġschme": 46459, + "Ġschne": 28643, + "Ġschnell": 17589, + "Ġschneller": 43865, + "Ġschol": 6946, + "Ġscholar": 17912, + "Ġscholarly": 39589, + "Ġscholars": 8553, + "Ġscholarship": 16178, + "Ġscholarships": 28474, + "Ġschon": 4981, + "Ġschool": 1395, + "Ġschooling": 41677, + "Ġschools": 4656, + "Ġschreiben": 48546, + "Ġschw": 17932, + "Ġschwer": 23809, + "Ġschwier": 27546, + "Ġschwierig": 37845, + "Ġschö": 25032, + "Ġschön": 13527, + "Ġschöne": 41152, + "Ġsci": 2180, + "Ġscience": 3497, + "Ġsciences": 17677, + "Ġscient": 3989, + "Ġscientific": 8134, + "Ġscientifically": 39719, + "Ġscientist": 12662, + "Ġscientists": 7708, + "Ġscissors": 16066, + "Ġscold": 26437, + "Ġscolded": 49283, + "Ġscoop": 19555, + "Ġscoot": 21375, + "Ġscooter": 30441, + "Ġscope": 11923, + "Ġscor": 38629, + "Ġscore": 6175, + "Ġscored": 18139, + "Ġscores": 13444, + "Ġscoring": 22358, + "Ġscorp": 46092, + "Ġscout": 34392, + "Ġscr": 5918, + "Ġscra": 13943, + "Ġscrambled": 49127, + "Ġscrap": 23138, + "Ġscrape": 32827, + "Ġscraping": 43738, + "Ġscraps": 45204, + "Ġscratch": 8459, + "Ġscratched": 40513, + "Ġscratches": 33695, + "Ġscratching": 29699, + "Ġscream": 7291, + "Ġscreamed": 41069, + "Ġscreaming": 12636, + "Ġscreams": 22832, + "Ġscree": 38323, + "Ġscreen": 2568, + "Ġscreening": 17732, + "Ġscreens": 11171, + "Ġscreenshot": 27712, + "Ġscreenshots": 40661, + "Ġscrew": 5630, + "Ġscrewdriver": 27282, + "Ġscrewed": 20331, + "Ġscrews": 13050, + "Ġscri": 5545, + "Ġscrib": 39435, + "Ġscript": 5755, + "Ġscripts": 23294, + "Ġscripture": 24783, + "Ġscriptures": 29969, + "Ġscroll": 11369, + "Ġscrolling": 29053, + "Ġscrub": 24163, + "Ġscrut": 28949, + "Ġscrutiny": 38615, + "Ġsculpt": 12613, + "Ġsculpture": 22972, + "Ġsculptures": 37544, + "Ġscène": 42424, + "Ġse": 369, + "Ġsea": 4158, + "Ġseafood": 23206, + "Ġseal": 12185, + "Ġsealed": 21514, + "Ġsealing": 48678, + "Ġseals": 32031, + "Ġseam": 12337, + "Ġseamless": 28677, + "Ġseamlessly": 38083, + "Ġseams": 33547, + "Ġsean": 37670, + "Ġsearch": 3164, + "Ġsearched": 22961, + "Ġsearches": 26701, + "Ġsearching": 10808, + "Ġseas": 22535, + "Ġseason": 3196, + "Ġseasonal": 27421, + "Ġseasoned": 30111, + "Ġseasoning": 23421, + "Ġseasons": 15050, + "Ġseat": 6121, + "Ġseated": 20959, + "Ġseating": 32430, + "Ġseats": 11069, + "Ġseaweed": 29449, + "Ġseb": 48049, + "Ġsebagai": 48246, + "Ġsebel": 46122, + "Ġseben": 46031, + "Ġsec": 907, + "Ġsechs": 41945, + "Ġsecond": 1150, + "Ġsecondary": 11396, + "Ġsecondly": 26246, + "Ġsecondo": 41601, + "Ġseconds": 3949, + "Ġsecre": 34432, + "Ġsecret": 4054, + "Ġsecretary": 15691, + "Ġsecretly": 22611, + "Ġsecrets": 14093, + "Ġsect": 22610, + "Ġsection": 3541, + "Ġsections": 10863, + "Ġsector": 6977, + "Ġsectors": 18373, + "Ġsecular": 25734, + "Ġsecure": 7144, + "Ġsecured": 22905, + "Ġsecurely": 38348, + "Ġsecuring": 33640, + "Ġsecurities": 38597, + "Ġsecurity": 3825, + "Ġsed": 9643, + "Ġsedan": 29344, + "Ġsediment": 32362, + "Ġsee": 536, + "Ġseed": 8871, + "Ġseeds": 9203, + "Ġseeing": 2577, + "Ġseek": 8075, + "Ġseekers": 47915, + "Ġseeking": 11670, + "Ġseeks": 28840, + "Ġseem": 1643, + "Ġseemed": 6576, + "Ġseemingly": 18709, + "Ġseems": 2544, + "Ġseen": 1612, + "Ġsees": 8194, + "Ġseg": 3896, + "Ġsegment": 9469, + "Ġsegments": 19904, + "Ġsegreg": 37630, + "Ġsegregated": 47370, + "Ġsegregation": 34317, + "Ġsegu": 8878, + "Ġsegue": 33850, + "Ġseguinte": 32433, + "Ġseguir": 18584, + "Ġsegunda": 21978, + "Ġsegundo": 17954, + "Ġsegundos": 40108, + "Ġsegur": 22179, + "Ġsegurança": 49538, + "Ġseguridad": 35415, + "Ġseguro": 31424, + "Ġsegún": 36570, + "Ġsehe": 35995, + "Ġsehen": 11333, + "Ġsehr": 5499, + "Ġsei": 10842, + "Ġseid": 38041, + "Ġsein": 6195, + "Ġseine": 15925, + "Ġseinem": 29187, + "Ġseinen": 24427, + "Ġseiner": 23114, + "Ġseis": 28233, + "Ġseism": 40159, + "Ġseit": 16452, + "Ġseiz": 27610, + "Ġseize": 33413, + "Ġseized": 33912, + "Ġseizure": 42522, + "Ġseizures": 44215, + "Ġseja": 13459, + "Ġsek": 17215, + "Ġsekali": 45016, + "Ġsekarang": 29047, + "Ġsel": 5851, + "Ġselber": 23888, + "Ġselbst": 13053, + "Ġseldom": 47717, + "Ġsele": 23264, + "Ġselect": 3048, + "Ġselected": 8209, + "Ġselecting": 18182, + "Ġselection": 9450, + "Ġselections": 47829, + "Ġselective": 33930, + "Ġself": 2698, + "Ġselfie": 22147, + "Ġselfies": 34814, + "Ġselfish": 19074, + "Ġsell": 3607, + "Ġseller": 23600, + "Ġsellers": 31276, + "Ġselling": 6511, + "Ġsells": 20897, + "Ġselon": 37391, + "Ġselv": 33277, + "Ġselves": 41900, + "Ġsem": 4361, + "Ġsemaine": 28681, + "Ġsemaines": 40715, + "Ġsemana": 20205, + "Ġsemanas": 42507, + "Ġsemantic": 47982, + "Ġsemb": 20775, + "Ġsembla": 49277, + "Ġsemble": 38328, + "Ġsemester": 11894, + "Ġsemi": 12909, + "Ġsemic": 27515, + "Ġsemicondu": 36924, + "Ġsemiconductor": 45310, + "Ġsemin": 18288, + "Ġseminar": 29235, + "Ġseminars": 43112, + "Ġsempre": 9553, + "Ġsemua": 28195, + "Ġsen": 3151, + "Ġsenate": 33609, + "Ġsenator": 24664, + "Ġsenators": 32221, + "Ġsencill": 46749, + "Ġsend": 2845, + "Ġsending": 7750, + "Ġsendiri": 39536, + "Ġsendo": 22589, + "Ġsends": 14790, + "Ġsenhor": 46464, + "Ġseni": 21897, + "Ġsenin": 19402, + "Ġsenior": 7965, + "Ġseniors": 21069, + "Ġsens": 2923, + "Ġsensation": 20069, + "Ġsensational": 47507, + "Ġsensations": 36642, + "Ġsense": 2020, + "Ġsenses": 17057, + "Ġsensible": 25380, + "Ġsensing": 30654, + "Ġsensit": 17039, + "Ġsensitive": 9477, + "Ġsensitivity": 19392, + "Ġsensor": 10200, + "Ġsensors": 14840, + "Ġsensory": 27233, + "Ġsent": 2279, + "Ġsente": 47214, + "Ġsentence": 8174, + "Ġsentenced": 30954, + "Ġsentences": 16579, + "Ġsentido": 19850, + "Ġsentiment": 16149, + "Ġsentimental": 42823, + "Ġsentiments": 41146, + "Ġsentir": 23963, + "Ġsenza": 36208, + "Ġsepar": 3128, + "Ġseparate": 4994, + "Ġseparated": 12005, + "Ġseparately": 14759, + "Ġseparates": 34149, + "Ġseparating": 29279, + "Ġseparation": 14634, + "Ġseper": 24418, + "Ġseperti": 28693, + "Ġsept": 23891, + "Ġsequ": 5123, + "Ġsequel": 20622, + "Ġsequence": 8310, + "Ġsequences": 22978, + "Ġsequencing": 32693, + "Ġsequential": 42881, + "Ġser": 816, + "Ġsera": 15021, + "Ġserait": 23139, + "Ġseres": 44721, + "Ġserge": 46463, + "Ġseria": 20809, + "Ġserial": 17436, + "Ġserie": 23030, + "Ġseries": 2638, + "Ġserio": 49531, + "Ġserious": 3156, + "Ġseriously": 6638, + "Ġseriousness": 44880, + "Ġsermon": 34610, + "Ġseront": 39400, + "Ġserpent": 38315, + "Ġsert": 38806, + "Ġserum": 32755, + "Ġserv": 1658, + "Ġservant": 17896, + "Ġservants": 21705, + "Ġserve": 4596, + "Ġserved": 7584, + "Ġserver": 7154, + "Ġservers": 15909, + "Ġserves": 13451, + "Ġservi": 37076, + "Ġservice": 2643, + "Ġservices": 3328, + "Ġservicio": 43078, + "Ġservicios": 42722, + "Ġserving": 8148, + "Ġservir": 29463, + "Ġserá": 16502, + "ĠserÃŃa": 23679, + "Ġses": 5385, + "Ġsesame": 21994, + "Ġsesi": 13315, + "Ġsesleri": 35700, + "Ġsession": 5481, + "Ġsessions": 11081, + "Ġset": 992, + "Ġsets": 6352, + "Ġsett": 5584, + "Ġsetting": 3287, + "Ġsettings": 6257, + "Ġsettle": 11852, + "Ġsettled": 14819, + "Ġsettlement": 18130, + "Ġsettlements": 35558, + "Ġsettlers": 43798, + "Ġsettling": 33841, + "Ġsetup": 8657, + "Ġsetups": 46832, + "Ġsetzen": 35877, + "Ġsetzt": 49099, + "Ġseu": 7986, + "Ġseul": 24448, + "Ġseule": 18800, + "Ġseulement": 27772, + "Ġseus": 17004, + "Ġsev": 15340, + "Ġseva": 42465, + "Ġseven": 3407, + "Ġsevent": 12100, + "Ġseventeen": 39532, + "Ġseventh": 17875, + "Ġseventy": 25662, + "Ġsever": 2802, + "Ġseveral": 2940, + "Ġsevere": 8922, + "Ġseverely": 26271, + "Ġseverity": 35179, + "Ġsevi": 43812, + "Ġsew": 15472, + "Ġsewer": 37079, + "Ġsewing": 19311, + "Ġsewn": 46946, + "Ġsex": 3260, + "Ġsext": 42826, + "Ġsexual": 6701, + "Ġsexuality": 25426, + "Ġsexually": 26791, + "Ġsexy": 13701, + "Ġseç": 43065, + "Ġseñ": 13830, + "Ġseñor": 22188, + "Ġseñora": 41094, + "Ġsf": 47095, + "Ġsh": 402, + "Ġsha": 3230, + "Ġshack": 40369, + "Ġshad": 5744, + "Ġshade": 11466, + "Ġshaded": 48067, + "Ġshades": 20639, + "Ġshading": 30556, + "Ġshadow": 8576, + "Ġshadows": 14740, + "Ġshady": 41853, + "Ġshaft": 18467, + "Ġshake": 10283, + "Ġshaken": 40971, + "Ġshakes": 37891, + "Ġshaking": 15415, + "Ġshaky": 44785, + "Ġshall": 4393, + "Ġshallow": 20488, + "Ġsham": 29758, + "Ġshame": 10069, + "Ġshameful": 49600, + "Ġshameless": 40164, + "Ġshampoo": 27484, + "Ġshap": 6706, + "Ġshape": 3909, + "Ġshaped": 13475, + "Ġshapes": 10854, + "Ġshaping": 25945, + "Ġshar": 16768, + "Ġshare": 2073, + "Ġshared": 5507, + "Ġshareholders": 33294, + "Ġshares": 12182, + "Ġsharing": 5414, + "Ġshark": 13327, + "Ġsharks": 26312, + "Ġsharp": 8199, + "Ġsharpen": 31570, + "Ġsharper": 44670, + "Ġsharply": 42893, + "Ġshattered": 35209, + "Ġshave": 25544, + "Ġshaved": 37980, + "Ġshaving": 36481, + "Ġshe": 750, + "Ġshear": 24082, + "Ġshed": 14951, + "Ġshedding": 49934, + "Ġsheep": 14213, + "Ġsheer": 23061, + "Ġsheet": 8193, + "Ġsheets": 15421, + "Ġshel": 9180, + "Ġshelf": 15222, + "Ġshell": 8720, + "Ġshells": 22523, + "Ġshelter": 13341, + "Ġshelters": 36643, + "Ġshelves": 24349, + "Ġshepherd": 40317, + "Ġsher": 29855, + "Ġsheriff": 37103, + "Ġshield": 10257, + "Ġshields": 33466, + "Ġshift": 5513, + "Ġshifted": 18892, + "Ġshifting": 17573, + "Ġshifts": 19201, + "Ġshimmer": 35088, + "Ġshin": 37124, + "Ġshine": 12207, + "Ġshines": 28056, + "Ġshining": 18269, + "Ġshiny": 16997, + "Ġship": 5374, + "Ġshipment": 49991, + "Ġshipped": 25312, + "Ġshipping": 14122, + "Ġships": 11434, + "Ġshirt": 8336, + "Ġshirts": 20832, + "Ġshit": 4611, + "Ġshitty": 30748, + "Ġsho": 2223, + "Ġshock": 5588, + "Ġshocked": 12763, + "Ġshocking": 18776, + "Ġshocks": 37066, + "Ġshoe": 12796, + "Ġshoes": 6654, + "Ġshook": 28438, + "Ġshoot": 3076, + "Ġshooter": 24680, + "Ġshooters": 45526, + "Ġshooting": 5942, + "Ġshootings": 44314, + "Ġshoots": 20704, + "Ġshop": 3945, + "Ġshopping": 8688, + "Ġshops": 14457, + "Ġshore": 17805, + "Ġshores": 44247, + "Ġshort": 2099, + "Ġshortage": 24708, + "Ġshortages": 46765, + "Ġshortcut": 24822, + "Ġshortcuts": 34620, + "Ġshorten": 39632, + "Ġshortened": 45183, + "Ġshorter": 11639, + "Ġshortest": 31875, + "Ġshortly": 13392, + "Ġshorts": 19848, + "Ġshot": 3347, + "Ġshotgun": 24734, + "Ġshots": 8305, + "Ġshould": 820, + "Ġshoulder": 7948, + "Ġshoulders": 10245, + "Ġshouldn": 4659, + "Ġshout": 8043, + "Ġshouted": 37310, + "Ġshouting": 20382, + "Ġshove": 35648, + "Ġshovel": 29789, + "Ġshow": 855, + "Ġshowc": 29794, + "Ġshowcase": 20388, + "Ġshowed": 4712, + "Ġshower": 10128, + "Ġshowers": 29499, + "Ġshowing": 4099, + "Ġshown": 4898, + "Ġshows": 3110, + "Ġshr": 9884, + "Ġshred": 21567, + "Ġshredded": 39091, + "Ġshrim": 13958, + "Ġshrimp": 15600, + "Ġshrine": 37812, + "Ġshrink": 23060, + "Ġshrinking": 41684, + "Ġshroud": 50077, + "Ġshuffle": 39426, + "Ġshut": 5309, + "Ġshutdown": 34927, + "Ġshuts": 48590, + "Ġshutter": 25517, + "Ġshutting": 36057, + "Ġshuttle": 26728, + "Ġshy": 12685, + "Ġsi": 1511, + "Ġsia": 25176, + "Ġsiamo": 33459, + "Ġsib": 35505, + "Ġsibling": 39409, + "Ġsiblings": 20571, + "Ġsic": 33579, + "Ġsich": 3041, + "Ġsicher": 18623, + "Ġsick": 4998, + "Ġsickness": 25611, + "Ġsid": 20822, + "Ġside": 1252, + "Ġsided": 41651, + "Ġsides": 4881, + "Ġsidewalk": 25360, + "Ġsideways": 26092, + "Ġsido": 14444, + "Ġsie": 2804, + "Ġsiebie": 39137, + "Ġsiege": 34147, + "Ġsieht": 14289, + "Ġsiellä": 42771, + "Ġsiempre": 12758, + "Ġsiendo": 31423, + "Ġsiento": 40340, + "Ġsiete": 40719, + "Ġsig": 4556, + "Ġsigh": 29472, + "Ġsighs": 44705, + "Ġsight": 7860, + "Ġsights": 29363, + "Ġsiglo": 48578, + "Ġsigma": 12771, + "Ġsign": 1465, + "Ġsignal": 6358, + "Ġsignaling": 38639, + "Ġsignals": 12354, + "Ġsignature": 13397, + "Ġsignatures": 32322, + "Ġsigned": 8175, + "Ġsignific": 3350, + "Ġsignifica": 19957, + "Ġsignificance": 17687, + "Ġsignificant": 4776, + "Ġsignificantly": 10591, + "Ġsigning": 13393, + "Ġsigns": 7880, + "Ġsigu": 21152, + "Ġsigue": 34532, + "Ġsigui": 39578, + "Ġsiguiente": 25666, + "Ġsih": 25821, + "Ġsiihen": 40581, + "Ġsiinä": 41464, + "Ġsiis": 47590, + "Ġsiitä": 32705, + "Ġsil": 3425, + "Ġsilence": 12239, + "Ġsilent": 12784, + "Ġsilently": 40087, + "Ġsilhouette": 38275, + "Ġsilic": 26484, + "Ġsilicon": 22848, + "Ġsilicone": 28778, + "Ġsilk": 24395, + "Ġsill": 37160, + "Ġsilly": 11774, + "Ġsilos": 48893, + "Ġsilver": 8753, + "Ġsim": 1034, + "Ġsimilar": 2531, + "Ġsimilarities": 24197, + "Ġsimilarity": 32194, + "Ġsimilarly": 14138, + "Ġsimmer": 29835, + "Ġsimpl": 6883, + "Ġsimple": 2199, + "Ġsimplement": 24208, + "Ġsimplemente": 33190, + "Ġsimpler": 18587, + "Ġsimples": 21730, + "Ġsimplesmente": 44482, + "Ġsimplest": 22811, + "Ġsimplicity": 25632, + "Ġsimplified": 26335, + "Ġsimplify": 20460, + "Ġsimplistic": 44199, + "Ġsimply": 2935, + "Ġsimulate": 27817, + "Ġsimulated": 41713, + "Ġsimulation": 16575, + "Ġsimulations": 35138, + "Ġsimulator": 32974, + "Ġsimult": 13899, + "Ġsimultaneous": 46218, + "Ġsimultaneously": 16561, + "Ġsin": 3343, + "Ġsina": 43400, + "Ġsince": 1670, + "Ġsincer": 30220, + "Ġsincere": 16941, + "Ġsincerely": 30694, + "Ġsincerity": 44040, + "Ġsind": 3290, + "Ġsine": 18609, + "Ġsinful": 41861, + "Ġsing": 1522, + "Ġsinger": 11564, + "Ġsingers": 24275, + "Ġsinging": 6726, + "Ġsingle": 2167, + "Ġsingles": 36334, + "Ġsings": 23250, + "Ġsingular": 20010, + "Ġsini": 30368, + "Ġsinister": 45727, + "Ġsink": 9500, + "Ġsinking": 28148, + "Ġsinks": 43162, + "Ġsinn": 47066, + "Ġsinner": 41293, + "Ġsinners": 41004, + "Ġsino": 18108, + "Ġsinon": 46035, + "Ġsins": 13815, + "Ġsint": 41259, + "Ġsinus": 41503, + "Ġsip": 29668, + "Ġsir": 4735, + "Ġsis": 26288, + "Ġsist": 10555, + "Ġsistem": 45758, + "Ġsistema": 13245, + "Ġsistemas": 48720, + "Ġsister": 4892, + "Ġsisters": 11589, + "Ġsit": 1394, + "Ġsitcom": 49530, + "Ġsite": 3621, + "Ġsites": 7533, + "Ġsitio": 40621, + "Ġsits": 12696, + "Ġsitt": 43709, + "Ġsitten": 23186, + "Ġsitter": 47335, + "Ġsitting": 3798, + "Ġsitu": 2054, + "Ġsituación": 29343, + "Ġsituated": 30143, + "Ġsituation": 2590, + "Ġsituations": 6851, + "Ġsituação": 36768, + "Ġsitzen": 44998, + "Ġsitzt": 49734, + "Ġsitä": 26838, + "Ġsix": 2309, + "Ġsixt": 13074, + "Ġsixteen": 27847, + "Ġsixth": 15102, + "Ġsixty": 21390, + "Ġsiz": 13723, + "Ġsize": 2744, + "Ġsized": 20004, + "Ġsizes": 11602, + "Ġsizi": 45327, + "Ġsizin": 36312, + "Ġsizing": 45435, + "Ġsizz": 43828, + "Ġsiè": 31302, + "Ġsiècle": 40830, + "ĠsiÄĻ": 3244, + "Ġsj": 20601, + "Ġsjäl": 30700, + "Ġsjälv": 39298, + "Ġsk": 1110, + "Ġska": 9958, + "Ġskal": 16890, + "Ġskate": 18237, + "Ġskateboard": 32204, + "Ġskating": 29103, + "Ġske": 8756, + "Ġskelet": 32321, + "Ġskeleton": 25204, + "Ġskeletons": 45538, + "Ġskept": 19128, + "Ġskeptical": 28601, + "Ġsket": 32804, + "Ġsketch": 12325, + "Ġsketches": 34547, + "Ġski": 14274, + "Ġskies": 25861, + "Ġskiing": 32326, + "Ġskill": 5389, + "Ġskilled": 19690, + "Ġskills": 3942, + "Ġskin": 3178, + "Ġskincare": 29461, + "Ġskinny": 25193, + "Ġskins": 27888, + "Ġskip": 10023, + "Ġskipped": 30193, + "Ġskipping": 31533, + "Ġskirt": 20134, + "Ġskirts": 48734, + "Ġskull": 11743, + "Ġskulle": 20750, + "Ġsky": 5443, + "Ġskys": 48227, + "Ġsl": 1061, + "Ġsla": 8039, + "Ġslab": 38616, + "Ġslack": 29767, + "Ġslam": 25617, + "Ġslammed": 50196, + "Ġslang": 42517, + "Ġslap": 21075, + "Ġslapped": 43309, + "Ġslash": 17330, + "Ġslate": 39118, + "Ġslaughter": 26609, + "Ġslave": 14777, + "Ġslavery": 15641, + "Ġslaves": 18394, + "Ġsle": 2426, + "Ġsled": 46242, + "Ġslee": 12931, + "Ġsleek": 43464, + "Ġsleep": 2817, + "Ġsleeping": 8296, + "Ġsleeps": 37991, + "Ġsleepy": 24908, + "Ġsleeve": 21138, + "Ġsleeves": 24555, + "Ġslept": 17400, + "Ġslic": 12377, + "Ġslice": 13153, + "Ġsliced": 27098, + "Ġslices": 19793, + "Ġslicing": 46586, + "Ġslick": 37406, + "Ġslide": 4137, + "Ġslider": 26046, + "Ġslides": 9788, + "Ġsliding": 21169, + "Ġslight": 4036, + "Ġslightest": 41040, + "Ġslightly": 4748, + "Ġslim": 25357, + "Ġslime": 20650, + "Ġslip": 11140, + "Ġslipp": 20129, + "Ġslipped": 28989, + "Ġslippers": 45670, + "Ġslippery": 28100, + "Ġslipping": 36779, + "Ġslips": 44690, + "Ġslit": 43182, + "Ġslog": 49760, + "Ġslogan": 33052, + "Ġslop": 21254, + "Ġslope": 13525, + "Ġslopes": 37725, + "Ġsloppy": 43684, + "Ġslot": 14747, + "Ġslots": 24266, + "Ġslow": 2964, + "Ġslowed": 32057, + "Ġslower": 14009, + "Ġslowing": 26958, + "Ġslowly": 5692, + "Ġslows": 35789, + "Ġslut": 41496, + "Ġsm": 899, + "Ġsmack": 36348, + "Ġsmall": 1359, + "Ġsmaller": 4356, + "Ġsmallest": 16998, + "Ġsmart": 4069, + "Ġsmarter": 20294, + "Ġsmartest": 41491, + "Ġsmartphone": 13307, + "Ġsmartphones": 26782, + "Ġsmash": 17960, + "Ġsmashed": 33269, + "Ġsmashing": 43316, + "Ġsme": 41818, + "Ġsmell": 4316, + "Ġsmelled": 40453, + "Ġsmelling": 35471, + "Ġsmells": 10036, + "Ġsmile": 7563, + "Ġsmiled": 35132, + "Ġsmiles": 28083, + "Ġsmiling": 16005, + "Ġsmo": 24101, + "Ġsmok": 32073, + "Ġsmoke": 8439, + "Ġsmoked": 27205, + "Ġsmokes": 49592, + "Ġsmoking": 14055, + "Ġsmooth": 5508, + "Ġsmoother": 28640, + "Ġsmoothie": 36328, + "Ġsmoothly": 19565, + "Ġsn": 2406, + "Ġsna": 14528, + "Ġsnack": 13288, + "Ġsnacks": 16160, + "Ġsnail": 42555, + "Ġsnake": 12650, + "Ġsnakes": 21817, + "Ġsnap": 13650, + "Ġsnapped": 41396, + "Ġsnapping": 42727, + "Ġsnaps": 19206, + "Ġsnapshot": 30163, + "Ġsnare": 45018, + "Ġsnatch": 46328, + "Ġsne": 9244, + "Ġsneak": 13164, + "Ġsneakers": 35331, + "Ġsneaking": 48525, + "Ġsneaky": 39518, + "Ġsneez": 49299, + "Ġsneeze": 50076, + "Ġsnel": 42582, + "Ġsniff": 31101, + "Ġsnip": 37482, + "Ġsniper": 32441, + "Ġsnipp": 35623, + "Ġsno": 43287, + "Ġsnow": 5756, + "Ġsnowball": 46143, + "Ġsnowfl": 44124, + "Ġsnug": 37069, + "Ġso": 370, + "Ġsoak": 22769, + "Ġsoaked": 27368, + "Ġsoaking": 40580, + "Ġsoap": 14587, + "Ġsob": 18253, + "Ġsober": 26212, + "Ġsobie": 13652, + "Ġsobre": 5473, + "Ġsoc": 13598, + "Ġsoccer": 15469, + "Ġsoci": 3075, + "Ġsociais": 45179, + "Ġsocial": 2093, + "Ġsociale": 41889, + "Ġsociales": 29623, + "Ġsocialism": 36112, + "Ġsocialist": 33981, + "Ġsocially": 21397, + "Ġsociaux": 47460, + "Ġsocied": 26445, + "Ġsociedad": 42306, + "Ġsociedade": 45789, + "Ġsociet": 14051, + "Ġsocietal": 33472, + "Ġsocieties": 19329, + "Ġsociety": 4086, + "Ġsocio": 44303, + "Ġsocioe": 46327, + "Ġsociology": 41744, + "Ġsociété": 32120, + "Ġsock": 35302, + "Ġsocket": 19741, + "Ġsocks": 17564, + "Ġsod": 15047, + "Ġsoda": 17192, + "Ġsodium": 20265, + "Ġsof": 37259, + "Ġsofa": 28668, + "Ġsofort": 33168, + "Ġsoft": 2787, + "Ġsoften": 31356, + "Ġsofter": 23119, + "Ġsoftly": 30832, + "Ġsoftware": 4722, + "Ġsog": 38440, + "Ġsogar": 19485, + "Ġsogen": 36479, + "Ġsogenan": 37467, + "Ġsoi": 46098, + "Ġsoient": 42711, + "Ġsoil": 6704, + "Ġsoils": 31324, + "Ġsoir": 27105, + "Ġsoit": 12703, + "Ġsok": 41513, + "Ġsol": 1404, + "Ġsola": 34162, + "Ġsolamente": 27814, + "Ġsolar": 7936, + "Ġsolche": 29813, + "Ġsolchen": 46281, + "Ġsold": 3718, + "Ġsolder": 38128, + "Ġsoldier": 15632, + "Ġsoldiers": 8892, + "Ġsole": 12321, + "Ġsolely": 23309, + "Ġsolem": 43519, + "Ġsolemn": 46694, + "Ġsolic": 23665, + "Ġsolid": 5100, + "Ġsolidarity": 27220, + "Ġsolids": 38536, + "Ġsolitary": 44155, + "Ġsoll": 7114, + "Ġsollen": 24713, + "Ġsollte": 18042, + "Ġsollten": 29096, + "Ġsolo": 6944, + "Ġsolu": 24807, + "Ġsolution": 3827, + "Ġsolutions": 6547, + "Ġsolve": 5039, + "Ġsolved": 13041, + "Ġsolvent": 33575, + "Ġsolves": 39890, + "Ġsolving": 12606, + "Ġsom": 3307, + "Ġsome": 512, + "Ġsomebody": 2618, + "Ġsomeday": 19412, + "Ġsomehow": 6063, + "Ġsomeone": 1580, + "Ġsomeplace": 37126, + "Ġsomet": 692, + "Ġsomethin": 39374, + "Ġsomething": 746, + "Ġsometime": 15053, + "Ġsometimes": 2171, + "Ġsomewhat": 8344, + "Ġsomewhere": 4079, + "Ġsomm": 41854, + "Ġsommes": 25232, + "Ġsomos": 25244, + "Ġson": 1872, + "Ġsondern": 11465, + "Ġsong": 2153, + "Ġsongs": 5781, + "Ġsonic": 48725, + "Ġsono": 9259, + "Ġsonra": 13800, + "Ġsons": 13476, + "Ġsonst": 26309, + "Ġsont": 4900, + "Ġsoon": 2321, + "Ġsooner": 15324, + "Ġsoort": 43168, + "Ġsoothing": 40704, + "Ġsoph": 12582, + "Ġsophistic": 15572, + "Ġsophisticated": 16950, + "Ġsophom": 32931, + "Ġsophomore": 35798, + "Ġsopr": 37375, + "Ġsoprattutto": 50002, + "Ġsor": 9359, + "Ġsorcer": 41349, + "Ġsore": 22468, + "Ġsorgen": 47972, + "Ġsorrow": 23027, + "Ġsorry": 2597, + "Ġsort": 1333, + "Ġsorta": 33425, + "Ġsorte": 25559, + "Ġsorted": 25462, + "Ġsortie": 45662, + "Ġsorting": 32411, + "Ġsortir": 26906, + "Ġsorts": 7527, + "Ġsos": 27226, + "Ġsost": 41585, + "Ġsotto": 43754, + "Ġsou": 6926, + "Ġsouff": 36966, + "Ġsought": 17532, + "Ġsouha": 45214, + "Ġsoul": 5133, + "Ġsouls": 16588, + "Ġsound": 1626, + "Ġsounded": 17714, + "Ġsounding": 24931, + "Ġsounds": 3263, + "Ġsoundtrack": 27029, + "Ġsoup": 7884, + "Ġsour": 11006, + "Ġsource": 4009, + "Ġsources": 7139, + "Ġsous": 16686, + "Ġsout": 29350, + "Ġsouth": 7377, + "Ġsoutheast": 39014, + "Ġsouthern": 13456, + "Ġsouthwest": 34363, + "Ġsouven": 46509, + "Ġsouvenir": 44361, + "Ġsouvent": 20847, + "Ġsovere": 17894, + "Ġsovereign": 28756, + "Ġsovereignty": 27862, + "Ġsow": 19766, + "Ġsowie": 35874, + "Ġsoy": 8812, + "Ġsoybean": 44227, + "Ġsoybeans": 46706, + "Ġsozial": 31541, + "Ġsozusagen": 33762, + "Ġsp": 637, + "Ġspa": 32543, + "Ġspac": 39404, + "Ġspace": 1901, + "Ġspacecraft": 22910, + "Ġspaced": 43766, + "Ġspaces": 7673, + "Ġspaceship": 39185, + "Ġspacing": 27739, + "Ġspacious": 36801, + "Ġspaghetti": 28556, + "Ġspam": 24028, + "Ġspan": 16174, + "Ġspann": 33360, + "Ġspannend": 49027, + "Ġspanning": 47626, + "Ġspans": 44086, + "Ġspar": 45954, + "Ġspare": 13798, + "Ġspared": 49577, + "Ġspark": 9908, + "Ġsparked": 39653, + "Ġsparkle": 48558, + "Ġsparkling": 39967, + "Ġsparks": 44102, + "Ġspat": 15000, + "Ġspatial": 23598, + "Ġspatula": 33072, + "Ġspawn": 17088, + "Ġspe": 768, + "Ġspeak": 1710, + "Ġspeaker": 8145, + "Ġspeakers": 9518, + "Ġspeaking": 4124, + "Ġspeaks": 10789, + "Ġspear": 26993, + "Ġspec": 1608, + "Ġspecial": 2121, + "Ġspecialist": 17008, + "Ġspecialists": 25476, + "Ġspecialize": 37938, + "Ġspecialized": 19813, + "Ġspecially": 22549, + "Ġspecialty": 22000, + "Ġspecies": 6172, + "Ġspecific": 2685, + "Ġspecifically": 4682, + "Ġspecification": 31256, + "Ġspecifications": 29448, + "Ġspecifics": 28454, + "Ġspecified": 22206, + "Ġspecify": 16500, + "Ġspecimen": 34204, + "Ġspecimens": 41007, + "Ġspecjal": 46433, + "Ġspecs": 27911, + "Ġspect": 6177, + "Ġspectacle": 37303, + "Ġspectacular": 18149, + "Ġspectral": 42761, + "Ġspectrum": 11143, + "Ġspeculate": 40775, + "Ġspeculation": 27696, + "Ġspeculative": 49415, + "Ġspeech": 6218, + "Ġspeeches": 29982, + "Ġspeechless": 48450, + "Ġspeed": 3073, + "Ġspeeding": 35593, + "Ġspeeds": 16411, + "Ġspel": 46486, + "Ġspell": 9827, + "Ġspelled": 34388, + "Ġspelling": 22254, + "Ġspells": 25053, + "Ġspend": 3496, + "Ġspending": 6434, + "Ġspends": 25620, + "Ġspent": 4418, + "Ġsper": 24152, + "Ġsperm": 32899, + "Ġspezie": 48682, + "Ġsphere": 16687, + "Ġspheres": 41225, + "Ġspherical": 37300, + "Ġspic": 41418, + "Ġspice": 19436, + "Ġspices": 19608, + "Ġspicy": 9127, + "Ġspider": 17614, + "Ġspiders": 32171, + "Ġspielen": 30950, + "Ġspielt": 39778, + "Ġspies": 45858, + "Ġspike": 21053, + "Ġspikes": 28997, + "Ġspill": 22044, + "Ġspilled": 37833, + "Ġspin": 6060, + "Ġspinach": 27784, + "Ġspinal": 28022, + "Ġspind": 44169, + "Ġspine": 15395, + "Ġspinner": 44849, + "Ġspinning": 15640, + "Ġspins": 31587, + "Ġspir": 10733, + "Ġspiral": 25165, + "Ġspirit": 3797, + "Ġspirits": 16388, + "Ġspiritual": 6960, + "Ġspirituality": 30637, + "Ġspiritually": 33430, + "Ġspit": 22127, + "Ġspite": 22794, + "Ġspl": 4732, + "Ġsplash": 25757, + "Ġsplashing": 45981, + "Ġsplend": 34350, + "Ġsplendid": 47575, + "Ġsplit": 7472, + "Ġsplits": 37741, + "Ġsplitting": 30348, + "Ġspo": 8243, + "Ġspoil": 18630, + "Ġspoiled": 32439, + "Ġspoiler": 26927, + "Ġspoilers": 32237, + "Ġspoke": 7179, + "Ġspoken": 10759, + "Ġspokes": 25378, + "Ġspokesperson": 45775, + "Ġspong": 50013, + "Ġsponge": 23134, + "Ġspons": 7330, + "Ġsponsor": 16198, + "Ġsponsored": 16621, + "Ġsponsoring": 30311, + "Ġsponsors": 22593, + "Ġsponsorship": 42922, + "Ġspont": 20795, + "Ġspontaneous": 32744, + "Ġspontaneously": 47632, + "Ġspooky": 30510, + "Ġspool": 48884, + "Ġspoon": 12453, + "Ġspoonful": 47114, + "Ġspoons": 36316, + "Ġspor": 43729, + "Ġsport": 7282, + "Ġsporting": 32366, + "Ġsports": 6573, + "Ġsporty": 45804, + "Ġspos": 20443, + "Ġsposób": 22904, + "Ġspot": 4008, + "Ġspotlight": 24656, + "Ġspots": 10681, + "Ġspotted": 21010, + "Ġspouse": 23013, + "Ġspouses": 49784, + "ĠspoÅĤec": 36851, + "Ġspr": 6103, + "Ġspraw": 22734, + "Ġsprawd": 46192, + "Ġspray": 8519, + "Ġsprayed": 40330, + "Ġspraying": 36658, + "Ġspre": 22269, + "Ġspread": 3974, + "Ġspreading": 15232, + "Ġspreads": 25728, + "Ġspreadshe": 23651, + "Ġspreadsheet": 27733, + "Ġsprechen": 27853, + "Ġspricht": 42088, + "Ġspring": 5587, + "Ġsprings": 24647, + "Ġsprink": 30885, + "Ġsprinkle": 24745, + "Ġsprint": 25075, + "Ġsprite": 43848, + "Ġsprout": 43728, + "Ġsprouts": 34628, + "Ġspun": 37038, + "Ġspur": 35657, + "Ġspy": 20752, + "Ġspäter": 24196, + "Ġspé": 31198, + "Ġspécial": 34141, + "Ġsqu": 2339, + "Ġsquad": 15310, + "Ġsquare": 3732, + "Ġsquared": 8889, + "Ġsquares": 19368, + "Ġsquash": 30725, + "Ġsquat": 24305, + "Ġsquats": 45055, + "Ġsque": 8447, + "Ġsqueez": 22390, + "Ġsqueeze": 13578, + "Ġsqueezed": 39470, + "Ġsqueezing": 36645, + "Ġsquid": 28015, + "Ġsquirrel": 28565, + "Ġsquish": 31379, + "Ġsquishy": 45402, + "Ġst": 342, + "Ġsta": 11135, + "Ġstaan": 38055, + "Ġstaat": 28836, + "Ġstab": 16343, + "Ġstabbed": 35726, + "Ġstabil": 11652, + "Ġstability": 11826, + "Ġstabilization": 35476, + "Ġstabilize": 31870, + "Ġstabilized": 48384, + "Ġstable": 8351, + "Ġstack": 8630, + "Ġstacked": 28867, + "Ġstacking": 41376, + "Ġstacks": 30792, + "Ġstad": 38408, + "Ġstadium": 18585, + "Ġstaff": 3525, + "Ġstaffing": 38918, + "Ġstage": 3233, + "Ġstaged": 45178, + "Ġstages": 10232, + "Ġstagger": 29656, + "Ġstaggering": 42974, + "Ġstaging": 41085, + "Ġstagn": 32853, + "Ġstain": 16441, + "Ġstained": 39924, + "Ġstainless": 24048, + "Ġstains": 40733, + "Ġstair": 22273, + "Ġstaircase": 35359, + "Ġstairs": 13471, + "Ġstake": 10407, + "Ġstakeholder": 43406, + "Ġstakeholders": 17779, + "Ġstakes": 28429, + "Ġstal": 49875, + "Ġstalk": 21789, + "Ġstall": 19633, + "Ġstalls": 50248, + "Ġstam": 29682, + "Ġstamina": 36690, + "Ġstamp": 9921, + "Ġstamped": 39111, + "Ġstamping": 41792, + "Ġstamps": 30800, + "Ġstan": 27984, + "Ġstance": 21033, + "Ġstand": 1463, + "Ġstandalone": 37454, + "Ġstandard": 3832, + "Ġstandardized": 31677, + "Ġstandards": 7787, + "Ġstandby": 50170, + "Ġstanding": 4877, + "Ġstandpoint": 15827, + "Ġstands": 7382, + "Ġstanie": 40013, + "Ġstap": 27284, + "Ġstaple": 32361, + "Ġstar": 3543, + "Ġstarch": 24748, + "Ġstare": 22432, + "Ġstared": 44738, + "Ġstaring": 18043, + "Ġstark": 17417, + "Ġstarred": 39438, + "Ġstarring": 30701, + "Ġstars": 6105, + "Ġstart": 722, + "Ġstarted": 1409, + "Ġstarter": 22465, + "Ġstarters": 35131, + "Ġstarting": 2891, + "Ġstartled": 48898, + "Ġstarts": 3719, + "Ġstartup": 18578, + "Ġstartups": 28041, + "Ġstarve": 46755, + "Ġstarving": 28420, + "Ġstat": 2219, + "Ġstata": 49554, + "Ġstate": 1785, + "Ġstated": 11323, + "Ġstatement": 5629, + "Ġstatements": 12363, + "Ġstates": 4368, + "Ġstatewide": 34487, + "Ġstatic": 13437, + "Ġstating": 26688, + "Ġstation": 5214, + "Ġstationary": 30452, + "Ġstationed": 46228, + "Ġstations": 13390, + "Ġstatist": 16012, + "Ġstatistic": 29588, + "Ġstatistical": 22820, + "Ġstatistically": 36478, + "Ġstatistics": 12523, + "Ġstato": 29657, + "Ġstats": 18152, + "Ġstatt": 25675, + "Ġstatue": 17385, + "Ġstatues": 29480, + "Ġstatus": 6558, + "Ġstatut": 35907, + "Ġstatute": 24774, + "Ġstatutory": 42037, + "Ġstay": 1754, + "Ġstayed": 9181, + "Ġstaying": 7939, + "Ġstays": 10834, + "Ġste": 2126, + "Ġstead": 23721, + "Ġsteadily": 36129, + "Ġsteady": 13211, + "Ġsteak": 17009, + "Ġsteal": 11009, + "Ġstealing": 19757, + "Ġsteals": 46962, + "Ġstealth": 25756, + "Ġsteam": 11952, + "Ġsteamed": 32375, + "Ġsteeds": 43603, + "Ġsteel": 8269, + "Ġsteep": 16841, + "Ġsteer": 30814, + "Ġsteering": 14823, + "Ġstehen": 19777, + "Ġsteht": 16361, + "Ġstell": 30787, + "Ġstellar": 42333, + "Ġstellen": 24407, + "Ġstellt": 38582, + "Ġstem": 12312, + "Ġstems": 27600, + "Ġsten": 28031, + "Ġstencil": 38670, + "Ġstep": 1823, + "Ġstepped": 15251, + "Ġstepping": 16821, + "Ġsteps": 4439, + "Ġster": 18924, + "Ġstere": 12730, + "Ġstereo": 29029, + "Ġstereoty": 41182, + "Ġstereotype": 38229, + "Ġstereotypes": 30853, + "Ġsteril": 41477, + "Ġstern": 38312, + "Ġstero": 36407, + "Ġsteroids": 45717, + "Ġstesso": 44413, + "Ġstew": 22654, + "Ġstewards": 36270, + "Ġstewardship": 50092, + "Ġstick": 2897, + "Ġsticker": 20400, + "Ġstickers": 21019, + "Ġsticking": 13465, + "Ġsticks": 12518, + "Ġsticky": 14470, + "Ġstiff": 15451, + "Ġstiffness": 37759, + "Ġstigma": 27880, + "Ġstill": 920, + "Ġstim": 8983, + "Ġstimmt": 37799, + "Ġstimul": 14572, + "Ġstimulate": 31269, + "Ġstimulating": 43671, + "Ġstimulation": 37405, + "Ġstimuli": 47752, + "Ġstimulus": 21366, + "Ġsting": 27175, + "Ġstink": 35843, + "Ġstinks": 50114, + "Ġstinky": 46449, + "Ġstip": 37001, + "Ġstir": 8946, + "Ġstirred": 49409, + "Ġstirring": 28650, + "Ġstitch": 5635, + "Ġstitched": 48992, + "Ġstitches": 13184, + "Ġstitching": 30714, + "Ġsto": 22784, + "Ġstock": 4127, + "Ġstocks": 12966, + "Ġstoked": 49145, + "Ġstol": 43553, + "Ġstole": 16326, + "Ġstolen": 15900, + "Ġstom": 9036, + "Ġstomach": 9665, + "Ġstone": 7581, + "Ġstones": 14083, + "Ġstood": 9371, + "Ġstool": 35086, + "Ġstop": 1590, + "Ġstopped": 5936, + "Ġstopping": 12767, + "Ġstops": 10094, + "Ġstor": 5967, + "Ġstora": 43323, + "Ġstorage": 6725, + "Ġstore": 3531, + "Ġstored": 12187, + "Ġstores": 9512, + "Ġstories": 3676, + "Ġstoring": 26085, + "Ġstorm": 7679, + "Ġstorms": 23288, + "Ġstory": 1657, + "Ġstoryline": 30828, + "Ġstoryt": 17541, + "Ġstorytelling": 21479, + "Ġstos": 43581, + "Ġstove": 19263, + "Ġstr": 1056, + "Ġstra": 2148, + "Ġstraight": 2997, + "Ġstraighten": 32777, + "Ġstraightforward": 15325, + "Ġstrain": 14249, + "Ġstrains": 39110, + "Ġstrand": 14955, + "Ġstranded": 44394, + "Ġstrands": 29664, + "Ġstrang": 24404, + "Ġstrange": 5861, + "Ġstrangely": 39851, + "Ġstranger": 18834, + "Ġstrangers": 22724, + "Ġstrap": 18359, + "Ġstraps": 26654, + "Ġstrat": 23674, + "Ġstrate": 5187, + "Ġstrateg": 5464, + "Ġstrategic": 10924, + "Ġstrategically": 38061, + "Ġstrategies": 9029, + "Ġstrategy": 5206, + "Ġstratég": 45023, + "Ġstraw": 10099, + "Ġstrawberries": 26873, + "Ġstrawberry": 20440, + "Ġstray": 36219, + "Ġstre": 2242, + "Ġstreak": 35634, + "Ġstream": 4309, + "Ġstreaming": 11791, + "Ġstreamline": 47141, + "Ġstreamlined": 48155, + "Ġstreams": 15842, + "Ġstreet": 4838, + "Ġstreets": 8481, + "Ġstrength": 3800, + "Ġstrengthen": 17045, + "Ġstrengthened": 38942, + "Ġstrengthening": 28224, + "Ġstrengths": 16986, + "Ġstress": 4244, + "Ġstressed": 14471, + "Ġstresses": 27732, + "Ġstressful": 19108, + "Ġstressing": 48233, + "Ġstret": 27678, + "Ġstretch": 5985, + "Ġstretched": 23563, + "Ġstretches": 29058, + "Ġstretching": 19632, + "Ġstretchy": 48865, + "Ġstri": 3575, + "Ġstrict": 10910, + "Ġstrictly": 20792, + "Ġstrike": 9302, + "Ġstrikes": 16750, + "Ġstriking": 18559, + "Ġstring": 6798, + "Ġstrings": 13985, + "Ġstrip": 12828, + "Ġstripe": 42957, + "Ġstripes": 27308, + "Ġstripped": 33221, + "Ġstrips": 19842, + "Ġstrive": 23829, + "Ġstriving": 36582, + "Ġstro": 8959, + "Ġstroke": 12403, + "Ġstrokes": 24493, + "Ġstroll": 42812, + "Ġstron": 45766, + "Ġstrong": 2068, + "Ġstronger": 7249, + "Ġstrongest": 16595, + "Ġstrongly": 10613, + "Ġstrony": 32406, + "Ġstruck": 13159, + "Ġstruct": 6594, + "Ġstructural": 15067, + "Ġstructure": 3877, + "Ġstructured": 18519, + "Ġstructures": 9227, + "Ġstrugg": 4312, + "Ġstruggle": 7799, + "Ġstruggled": 19023, + "Ġstruggles": 17592, + "Ġstruggling": 9314, + "Ġstrum": 47338, + "Ġstub": 20266, + "Ġstubborn": 24137, + "Ġstuck": 5541, + "Ġstud": 972, + "Ġstudent": 3107, + "Ġstudents": 1731, + "Ġstudied": 9454, + "Ġstudies": 5313, + "Ġstudio": 6811, + "Ġstudios": 24593, + "Ġstudy": 2979, + "Ġstudying": 7601, + "Ġstuff": 1507, + "Ġstuffed": 24092, + "Ġstuffing": 36046, + "Ġstuffs": 48719, + "Ġstuk": 46042, + "Ġstumble": 41302, + "Ġstumbled": 36668, + "Ġstump": 43164, + "Ġstun": 11885, + "Ġstunned": 35394, + "Ġstunning": 18550, + "Ġstunt": 33391, + "Ġstupid": 6631, + "Ġstur": 29249, + "Ġsturdy": 31506, + "Ġsty": 7952, + "Ġstyl": 23736, + "Ġstyle": 3758, + "Ġstyles": 13273, + "Ġstyling": 27944, + "Ġstylish": 30301, + "Ġstylist": 48544, + "Ġstär": 33527, + "ĠstÃ¥r": 37019, + "Ġstör": 42554, + "Ġsu": 459, + "Ġsua": 8233, + "Ġsuas": 23410, + "Ġsub": 1422, + "Ġsubconscious": 27389, + "Ġsubd": 31662, + "Ġsubdiv": 45331, + "Ġsubir": 34785, + "Ġsubject": 3983, + "Ġsubjected": 32153, + "Ġsubjective": 25972, + "Ġsubjects": 13066, + "Ġsubm": 8286, + "Ġsubmar": 23638, + "Ġsubmarine": 33995, + "Ġsubmarines": 48138, + "Ġsubmer": 36751, + "Ġsubmerged": 46985, + "Ġsubmission": 23689, + "Ġsubmissions": 40429, + "Ġsubmit": 10315, + "Ġsubmitted": 14405, + "Ġsubmitting": 31836, + "Ġsubs": 2090, + "Ġsubscri": 2325, + "Ġsubscribe": 3022, + "Ġsubscribed": 16665, + "Ġsubscriber": 26122, + "Ġsubscribers": 11092, + "Ġsubscribing": 19981, + "Ġsubscription": 17231, + "Ġsubscriptions": 44951, + "Ġsubsequ": 13924, + "Ġsubsequent": 19962, + "Ġsubsequently": 26514, + "Ġsubset": 25993, + "Ġsubsid": 20051, + "Ġsubsidi": 48296, + "Ġsubsidies": 38523, + "Ġsubsidy": 49636, + "Ġsubst": 4594, + "Ġsubstance": 12961, + "Ġsubstances": 25455, + "Ġsubstant": 11889, + "Ġsubstantial": 16726, + "Ġsubstantially": 30797, + "Ġsubstantive": 47113, + "Ġsubstit": 26441, + "Ġsubstitute": 15802, + "Ġsubstitution": 35827, + "Ġsubstrate": 27585, + "Ġsubt": 7257, + "Ġsubtit": 30706, + "Ġsubtitles": 42045, + "Ġsubtle": 13743, + "Ġsubtract": 16390, + "Ġsubur": 23519, + "Ġsuburban": 40138, + "Ġsuburbs": 34185, + "Ġsubway": 24953, + "Ġsuc": 1965, + "Ġsucc": 21578, + "Ġsucceed": 7754, + "Ġsucceeded": 20263, + "Ġsucceeding": 47912, + "Ġsucceeds": 49263, + "Ġsuccess": 2245, + "Ġsuccesses": 26101, + "Ġsuccessful": 4406, + "Ġsuccessfully": 10727, + "Ġsuccession": 36624, + "Ġsuccessive": 48043, + "Ġsuccessor": 31864, + "Ġsuced": 41928, + "Ġsuch": 1270, + "Ġsuchen": 44470, + "Ġsuck": 9967, + "Ġsucked": 26503, + "Ġsucker": 43259, + "Ġsucking": 38669, + "Ġsucks": 15846, + "Ġsuction": 40431, + "Ġsud": 3707, + "Ġsudah": 24940, + "Ġsudden": 3990, + "Ġsuddenly": 5800, + "Ġsue": 20416, + "Ġsued": 33864, + "Ġsuf": 46282, + "Ġsuff": 3889, + "Ġsuffer": 9753, + "Ġsuffered": 12770, + "Ġsuffering": 7755, + "Ġsuffers": 33776, + "Ġsufficient": 11563, + "Ġsufficiently": 31868, + "Ġsuficiente": 33958, + "Ġsug": 22802, + "Ġsugar": 5076, + "Ġsugars": 37551, + "Ġsugg": 3395, + "Ġsuggest": 3402, + "Ġsuggested": 10945, + "Ġsuggesting": 18094, + "Ġsuggestion": 16541, + "Ġsuggestions": 13396, + "Ġsuggests": 13409, + "Ġsuic": 28419, + "Ġsuicidal": 43243, + "Ġsuicide": 12308, + "Ġsuis": 7624, + "Ġsuit": 5722, + "Ġsuitable": 12873, + "Ġsuitcase": 34545, + "Ġsuite": 14205, + "Ġsuited": 24736, + "Ġsuits": 15278, + "Ġsuiv": 20751, + "Ġsuivre": 43404, + "Ġsujet": 23634, + "Ġsuk": 46432, + "Ġsuka": 39076, + "Ġsul": 17603, + "Ġsulf": 22925, + "Ġsulfur": 33831, + "Ġsulla": 33625, + "Ġsulph": 47286, + "Ġsum": 2408, + "Ġsumm": 8367, + "Ġsummar": 14611, + "Ġsummarize": 20858, + "Ġsummary": 12691, + "Ġsummation": 28811, + "Ġsummer": 4266, + "Ġsummers": 46474, + "Ġsummertime": 43785, + "Ġsummit": 21564, + "Ġsummon": 18714, + "Ġsummoned": 40791, + "Ġsums": 34499, + "Ġsun": 3295, + "Ġsund": 33047, + "Ġsunflower": 48215, + "Ġsung": 18829, + "Ġsunglasses": 28675, + "Ġsunk": 40564, + "Ġsunlight": 18379, + "Ġsunny": 20412, + "Ġsunrise": 33675, + "Ġsunscreen": 30304, + "Ġsunset": 20142, + "Ġsunshine": 25219, + "Ġsunt": 35171, + "Ġsuo": 34197, + "Ġsup": 9331, + "Ġsuper": 1687, + "Ġsuperb": 36617, + "Ġsupercom": 27839, + "Ġsupercomputer": 36708, + "Ġsuperfic": 23881, + "Ġsuperficial": 34622, + "Ġsuperhero": 19428, + "Ġsuperheroes": 45417, + "Ġsuperintendent": 38834, + "Ġsuperior": 13028, + "Ġsuperiority": 48668, + "Ġsupermarket": 25180, + "Ġsupernatural": 25678, + "Ġsuperpower": 45765, + "Ġsupers": 37906, + "Ġsuperst": 29423, + "Ġsuperstar": 38953, + "Ġsuperv": 37971, + "Ġsupervis": 34409, + "Ġsupervised": 46533, + "Ġsupervision": 32675, + "Ġsupervisor": 24610, + "Ġsupervisors": 42218, + "Ġsupp": 1003, + "Ġsupper": 44185, + "Ġsuppl": 9386, + "Ġsupplement": 15436, + "Ġsupplemental": 48604, + "Ġsupplements": 26645, + "Ġsupplied": 27625, + "Ġsupplier": 31909, + "Ġsuppliers": 29467, + "Ġsupplies": 11768, + "Ġsupply": 5847, + "Ġsupplying": 46815, + "Ġsupport": 1406, + "Ġsupported": 8104, + "Ġsupporter": 28600, + "Ġsupporters": 17683, + "Ġsupporting": 7231, + "Ġsupportive": 14435, + "Ġsupports": 9346, + "Ġsuppose": 7297, + "Ġsupposed": 3442, + "Ġsupposedly": 20581, + "Ġsuppress": 26835, + "Ġsuppressed": 42645, + "Ġsuppression": 36807, + "Ġsupre": 27283, + "Ġsuprem": 23710, + "Ġsupremacy": 35572, + "Ġsupreme": 27756, + "Ġsupuesto": 34177, + "Ġsur": 1022, + "Ġsure": 988, + "Ġsurely": 11468, + "Ġsurf": 9684, + "Ġsurface": 3753, + "Ġsurfaces": 16130, + "Ġsurfing": 34181, + "Ġsurg": 19560, + "Ġsurge": 18989, + "Ġsurgeon": 22913, + "Ġsurgeons": 42354, + "Ġsurgeries": 33455, + "Ġsurgery": 7930, + "Ġsurgical": 26646, + "Ġsurn": 39270, + "Ġsurname": 50152, + "Ġsurpass": 27650, + "Ġsurplus": 31019, + "Ġsurpr": 3083, + "Ġsurprise": 6365, + "Ġsurprised": 6100, + "Ġsurprises": 22655, + "Ġsurprising": 8830, + "Ġsurprisingly": 17600, + "Ġsurreal": 32513, + "Ġsurrend": 36862, + "Ġsurrender": 22185, + "Ġsurrendered": 48802, + "Ġsurround": 6262, + "Ġsurrounded": 13221, + "Ġsurrounding": 11498, + "Ġsurroundings": 25314, + "Ġsurrounds": 44576, + "Ġsurt": 18622, + "Ġsurtout": 19903, + "Ġsurv": 3940, + "Ġsurve": 11463, + "Ġsurveillance": 18475, + "Ġsurvey": 8984, + "Ġsurveys": 22711, + "Ġsurviv": 12324, + "Ġsurvival": 12559, + "Ġsurvive": 7867, + "Ġsurvived": 14433, + "Ġsurvives": 46231, + "Ġsurviving": 24948, + "Ġsurvivor": 25953, + "Ġsurvivors": 18369, + "Ġsus": 3291, + "Ġsuscept": 26104, + "Ġsusceptible": 31249, + "Ġsuscri": 40405, + "Ġsushi": 23022, + "Ġsusp": 6535, + "Ġsuspect": 9091, + "Ġsuspected": 26439, + "Ġsuspects": 35667, + "Ġsuspend": 42546, + "Ġsuspended": 23437, + "Ġsuspense": 47803, + "Ġsuspension": 15771, + "Ġsuspicion": 32020, + "Ġsuspicious": 17931, + "Ġsust": 5402, + "Ġsustain": 6769, + "Ġsustainability": 16360, + "Ġsustainable": 11235, + "Ġsustained": 23389, + "Ġsustaining": 49097, + "Ġsut": 43489, + "Ġsv": 17342, + "Ġsven": 48208, + "Ġsw": 1693, + "Ġswab": 49840, + "Ġswag": 42064, + "Ġswallow": 20099, + "Ġswallowed": 41769, + "Ġswamp": 31724, + "Ġswap": 18135, + "Ġswapped": 50011, + "Ġswarm": 49839, + "Ġswatch": 42362, + "Ġsway": 27555, + "Ġswe": 2484, + "Ġswear": 11902, + "Ġsweat": 11872, + "Ġsweater": 26550, + "Ġsweating": 25438, + "Ġsweats": 38712, + "Ġsweaty": 36044, + "Ġsweep": 22169, + "Ġsweeping": 33285, + "Ġsweet": 3844, + "Ġsweeter": 44323, + "Ġsweetheart": 36633, + "Ġsweetie": 40508, + "Ġsweetness": 25702, + "Ġsweets": 28680, + "Ġswell": 34251, + "Ġswelling": 33127, + "Ġswept": 31791, + "Ġswift": 29184, + "Ġswiftly": 49891, + "Ġswim": 7110, + "Ġswimming": 11989, + "Ġswims": 42357, + "Ġswing": 11173, + "Ġswinging": 29500, + "Ġswings": 32386, + "Ġswipe": 28170, + "Ġswirl": 30310, + "Ġswitch": 3679, + "Ġswitched": 16858, + "Ġswitches": 19458, + "Ġswitching": 16493, + "Ġswo": 13291, + "Ġswoje": 29489, + "ĠswojÄħ": 49194, + "Ġswollen": 37559, + "Ġsword": 10576, + "Ġswords": 26474, + "Ġsworn": 40068, + "Ġsy": 943, + "Ġsyll": 20223, + "Ġsyllable": 40151, + "Ġsyllables": 45364, + "Ġsyllabus": 48077, + "Ġsym": 6697, + "Ġsymb": 43700, + "Ġsymbol": 5986, + "Ġsymbolic": 25755, + "Ġsymbolism": 47061, + "Ġsymbols": 16944, + "Ġsymm": 14232, + "Ġsymmetric": 32330, + "Ġsymmetrical": 40360, + "Ġsymmetry": 25440, + "Ġsymp": 13240, + "Ġsympath": 22276, + "Ġsympathetic": 36032, + "Ġsympathy": 33240, + "Ġsympt": 7266, + "Ġsymptom": 29370, + "Ġsymptoms": 8332, + "Ġsyn": 5451, + "Ġsynagogue": 49169, + "Ġsync": 20271, + "Ġsynchron": 19331, + "Ġsynchronous": 44743, + "Ġsynd": 15198, + "Ġsyndrome": 19371, + "Ġsyner": 33781, + "Ġsynergy": 50163, + "Ġsynt": 23980, + "Ġsyntax": 28431, + "Ġsynth": 10657, + "Ġsynthes": 26617, + "Ġsynthesis": 30252, + "Ġsynthetic": 23420, + "Ġsyrup": 17852, + "Ġsyst": 20274, + "Ġsystem": 1185, + "Ġsystematic": 27249, + "Ġsystematically": 39531, + "Ġsystemic": 23789, + "Ġsystems": 3652, + "Ġsystème": 25142, + "Ġsytu": 28275, + "Ġsz": 7870, + "Ġszcz": 22090, + "Ġszczegól": 49624, + "Ġszer": 36160, + "Ġszy": 30526, + "Ġszyb": 36456, + "Ġsão": 8364, + "Ġsä": 15316, + "Ġsäga": 28013, + "Ġsäger": 37607, + "Ġsätt": 29503, + "ĠsÃ¥": 4719, + "ĠsÃ¥dan": 40989, + "Ġsé": 7910, + "Ġsécur": 32384, + "Ġsécurité": 37600, + "Ġsérie": 18416, + "Ġsì": 49267, + "Ġsó": 6238, + "Ġsólo": 22885, + "Ġsón": 25421, + "Ġsö": 12643, + "Ġsöy": 27543, + "Ġsöyl": 31222, + "Ġsöyle": 16928, + "Ġsöyled": 35909, + "Ġsöyleye": 35881, + "Ġsöz": 31667, + "Ġsú": 33075, + "Ġsúper": 43282, + "Ġsû": 15998, + "Ġsûr": 18143, + "Ġsü": 21218, + "Ġsür": 48014, + "ĠsÃŃ": 8600, + "Ġsı": 30201, + "Ġsık": 30046, + "Ġsır": 38572, + "ĠsÄĥ": 15446, + "ĠsÄħ": 9015, + "ĠsÅĤ": 15116, + "ĠsÅĤu": 48459, + "Ġsẽ": 17208, + "Ġsá»±": 33602, + "Ġsá»ij": 44983, + "Ġt": 256, + "Ġta": 1846, + "Ġtab": 4421, + "Ġtabii": 31430, + "Ġtable": 3199, + "Ġtables": 8020, + "Ġtablespoon": 22398, + "Ġtablespoons": 21615, + "Ġtablet": 14136, + "Ġtablets": 27622, + "Ġtabs": 20743, + "Ġtac": 25018, + "Ġtack": 9426, + "Ġtackle": 14896, + "Ġtackling": 34415, + "Ġtaco": 34101, + "Ġtacos": 34776, + "Ġtact": 9959, + "Ġtactic": 31012, + "Ġtactical": 26323, + "Ġtactics": 19454, + "Ġtactile": 47319, + "Ġtad": 29622, + "Ġtadi": 42953, + "Ġtag": 6162, + "Ġtagged": 40239, + "Ġtags": 18632, + "Ġtah": 23059, + "Ġtahu": 27294, + "Ġtahun": 34656, + "Ġtai": 20499, + "Ġtail": 6838, + "Ġtailor": 33068, + "Ġtailored": 34858, + "Ġtails": 28537, + "Ġtak": 991, + "Ġtaka": 28017, + "Ġtake": 747, + "Ġtakeaway": 30681, + "Ġtakeaways": 45584, + "Ġtaken": 2726, + "Ġtakes": 2516, + "Ġtaki": 20065, + "Ġtakich": 29607, + "Ġtakie": 15963, + "Ġtakiego": 32296, + "Ġtakiej": 38941, + "Ġtakim": 31732, + "Ġtaking": 1940, + "ĠtakÄħ": 31069, + "Ġtakże": 23306, + "Ġtal": 4023, + "Ġtale": 17172, + "Ġtalent": 8301, + "Ġtalented": 13467, + "Ġtalents": 19933, + "Ġtales": 27254, + "Ġtalk": 751, + "Ġtalked": 2825, + "Ġtalkin": 39243, + "Ġtalking": 1417, + "Ġtalks": 6686, + "Ġtall": 6764, + "Ġtaller": 22406, + "Ġtallest": 42075, + "Ġtalvez": 32320, + "Ġtam": 7677, + "Ġtama": 45342, + "Ġtamam": 18536, + "Ġtaman": 41500, + "Ġtamanho": 45645, + "Ġtamb": 3629, + "Ġtambién": 6407, + "Ġtambé": 22562, + "Ġtambém": 6274, + "Ġtame": 45774, + "Ġtamp": 21424, + "Ġtampoco": 36838, + "Ġtan": 7603, + "Ġtand": 35274, + "Ġtandem": 48120, + "Ġtane": 23233, + "Ġtang": 10266, + "Ġtangent": 27747, + "Ġtangible": 27094, + "Ġtangled": 47192, + "Ġtank": 5466, + "Ġtanks": 14022, + "Ġtant": 12095, + "Ġtanta": 40864, + "Ġtanto": 10331, + "Ġtao": 44292, + "Ġtap": 5119, + "Ġtapa": 42097, + "Ġtape": 7314, + "Ġtaped": 45673, + "Ġtaper": 36277, + "Ġtapes": 31349, + "Ġtapi": 23901, + "Ġtapped": 38693, + "Ġtapping": 21444, + "Ġtaps": 42536, + "Ġtar": 3112, + "Ġtara": 23837, + "Ġtaraf": 32536, + "Ġtard": 21057, + "Ġtarde": 27367, + "Ġtare": 49423, + "Ġtarget": 3779, + "Ġtargeted": 15045, + "Ġtargeting": 17918, + "Ġtargets": 12911, + "Ġtariffs": 39661, + "Ġtark": 44777, + "Ġtart": 22491, + "Ġtas": 8023, + "Ġtask": 5633, + "Ġtasked": 38621, + "Ġtasks": 9608, + "Ġtast": 2700, + "Ġtaste": 3939, + "Ġtasted": 25003, + "Ġtastes": 8666, + "Ġtasting": 26223, + "Ġtasty": 11535, + "Ġtat": 9600, + "Ġtatsächlich": 20796, + "Ġtatto": 12096, + "Ġtattoo": 15080, + "Ġtattoos": 28662, + "Ġtau": 17842, + "Ġtaught": 5928, + "Ġtav": 23214, + "Ġtava": 26777, + "Ġtavalla": 50132, + "Ġtax": 3366, + "Ġtaxation": 47072, + "Ġtaxes": 10041, + "Ġtaxi": 18984, + "Ġtaxpayer": 43204, + "Ġtaxpayers": 38205, + "Ġtay": 39224, + "ĠtaÅŁ": 37276, + "Ġtbsp": 25110, + "Ġte": 535, + "Ġtea": 5817, + "Ġteach": 2924, + "Ġteacher": 5027, + "Ġteachers": 6023, + "Ġteaches": 16876, + "Ġteaching": 4571, + "Ġteachings": 21037, + "Ġteam": 1469, + "Ġteamed": 47426, + "Ġteammate": 25467, + "Ġteammates": 20461, + "Ġteams": 5491, + "Ġteamwork": 30015, + "Ġtear": 12556, + "Ġtearing": 29401, + "Ġtears": 10462, + "Ġteas": 11488, + "Ġtease": 30444, + "Ġteaser": 35326, + "Ġteasing": 37720, + "Ġteaspoon": 17237, + "Ġteaspoons": 43996, + "Ġtech": 7553, + "Ġtechn": 1537, + "Ġtechnical": 6191, + "Ġtechnically": 12120, + "Ġtechnician": 38247, + "Ġtechnicians": 40885, + "Ġtechnique": 6532, + "Ġtechniques": 7512, + "Ġtechno": 36728, + "Ġtechnological": 18439, + "Ġtechnologies": 7943, + "Ġtechnology": 2899, + "Ġtecn": 20105, + "Ġtecnologia": 44905, + "ĠtecnologÃŃa": 48055, + "Ġted": 22337, + "Ġteddy": 45116, + "Ġtedious": 38284, + "Ġtee": 33863, + "Ġteen": 8921, + "Ġteenage": 26866, + "Ġteenager": 21440, + "Ġteenagers": 23618, + "Ġteens": 24849, + "Ġteeny": 48232, + "Ġteeth": 7798, + "Ġtegen": 30945, + "Ġtego": 8627, + "Ġteh": 32991, + "Ġtehd": 44812, + "Ġteil": 33200, + "Ġteilweise": 46748, + "Ġtej": 12573, + "Ġtek": 16624, + "Ġtekn": 32533, + "Ġtekrar": 45847, + "Ġtel": 15284, + "Ġtela": 29203, + "Ġtele": 4304, + "Ġtelef": 40616, + "Ġtelefon": 26812, + "Ġtelephone": 19800, + "Ġteleport": 28050, + "Ġteles": 18273, + "Ġtelescop": 37085, + "Ġtelescope": 26114, + "Ġtelescopes": 46051, + "Ġtelev": 49492, + "Ġtelevis": 40638, + "Ġtelevision": 8815, + "Ġtell": 980, + "Ġtellement": 28906, + "Ġtelling": 3585, + "Ġtells": 5112, + "Ġtem": 1383, + "Ġtema": 15854, + "Ġtemas": 40284, + "Ġtemat": 32954, + "Ġtemos": 14247, + "Ġtemp": 18274, + "Ġtemper": 3393, + "Ġtemperatura": 36903, + "Ġtemperature": 4292, + "Ġtemperatures": 12633, + "Ġtempl": 9100, + "Ġtemplate": 12379, + "Ġtemplates": 21165, + "Ġtemple": 10184, + "Ġtemples": 27431, + "Ġtempo": 8972, + "Ġtempor": 8219, + "Ġtemporada": 41983, + "Ġtemporal": 30881, + "Ġtemporarily": 23750, + "Ġtemporary": 13413, + "Ġtemps": 8827, + "Ġtempt": 13794, + "Ġtemptation": 30423, + "Ġtempted": 29941, + "Ġtempting": 37900, + "Ġtemu": 33346, + "Ġten": 2064, + "Ġtenant": 31000, + "Ġtenants": 31216, + "Ġtend": 3928, + "Ġtended": 34732, + "Ġtendencies": 45488, + "Ġtendency": 18187, + "Ġtender": 15036, + "Ġtendon": 46479, + "Ġtends": 12258, + "Ġtenemos": 9914, + "Ġtener": 11640, + "Ġteng": 10370, + "Ġtenga": 36031, + "Ġtengan": 46874, + "Ġtengo": 13989, + "Ġtenha": 28834, + "Ġtenho": 14291, + "Ġtenido": 33104, + "Ġtenim": 36012, + "Ġtenir": 30593, + "Ġtennis": 18118, + "Ġtens": 10688, + "Ġtense": 18760, + "Ġtension": 8980, + "Ġtensions": 28303, + "Ġtensor": 40863, + "Ġtent": 7054, + "Ġtentang": 43575, + "Ġtentar": 33572, + "Ġtenth": 27269, + "Ġtents": 39283, + "Ġtenure": 32256, + "ĠtenÃŃa": 23718, + "ĠtenÃŃan": 47596, + "Ġteor": 40238, + "Ġter": 1796, + "Ġteraz": 16854, + "Ġterce": 41385, + "Ġtercer": 38103, + "Ġteria": 45530, + "Ġterm": 1433, + "Ġterme": 36285, + "Ġtermin": 10761, + "Ġterminal": 14709, + "Ġterminals": 38579, + "Ġterminar": 36246, + "Ġterminology": 27575, + "Ġterms": 2115, + "Ġterr": 7245, + "Ġterra": 26298, + "Ġterrace": 47232, + "Ġterrain": 17674, + "Ġterre": 31815, + "Ġterrible": 6237, + "Ġterribly": 22903, + "Ġterrific": 20899, + "Ġterrified": 23051, + "Ġterrifying": 18106, + "Ġterrit": 8673, + "Ġterritor": 23484, + "Ġterritorial": 34888, + "Ġterritories": 25195, + "Ġterritory": 11360, + "Ġterror": 8127, + "Ġterrorism": 23917, + "Ġterrorist": 20342, + "Ġterrorists": 28330, + "Ġtert": 38726, + "Ġterug": 35020, + "Ġterus": 35977, + "Ġtes": 20018, + "Ġtest": 1500, + "Ġtestament": 35499, + "Ġteste": 49586, + "Ġtested": 8246, + "Ġtester": 36101, + "Ġtestified": 47639, + "Ġtestify": 31381, + "Ġtestim": 12600, + "Ġtestimon": 30963, + "Ġtestimony": 15634, + "Ġtesting": 4997, + "Ġtestoster": 29841, + "Ġtestosterone": 33417, + "Ġtests": 6921, + "Ġtet": 23319, + "Ġteu": 35280, + "Ġteve": 26628, + "Ġtext": 2487, + "Ġtextbook": 25591, + "Ġtextbooks": 33587, + "Ġtexted": 42553, + "Ġtextile": 42069, + "Ġtexting": 29897, + "Ġtexto": 35503, + "Ġtexts": 15765, + "Ġtexture": 8091, + "Ġtextured": 48656, + "Ġtextures": 24501, + "Ġteż": 9516, + "ĠteÅŁekkür": 44002, + "Ġth": 258, + "Ġtha": 43614, + "Ġthan": 813, + "Ġthank": 1309, + "Ġthanked": 48137, + "Ġthankful": 13611, + "Ġthankfully": 27352, + "Ġthanking": 30830, + "Ġthanks": 3231, + "Ġthat": 300, + "Ġthats": 16777, + "ĠthatÃŃs": 46493, + "Ġthe": 264, + "ĠtheCUBE": 40906, + "Ġtheat": 30982, + "Ġtheater": 10612, + "Ġtheaters": 28887, + "Ġtheatre": 18711, + "Ġtheatrical": 42806, + "Ġthee": 24800, + "Ġtheft": 28508, + "Ġtheir": 641, + "Ġtheirs": 22760, + "Ġthem": 552, + "Ġtheme": 6314, + "Ġthemed": 33920, + "Ġthemes": 13544, + "Ġthemselves": 2969, + "Ġthen": 550, + "Ġtheo": 40594, + "Ġtheological": 40725, + "Ġtheology": 27927, + "Ġtheor": 27423, + "Ġtheore": 10299, + "Ġtheorem": 20904, + "Ġtheoret": 14308, + "Ġtheoretical": 20864, + "Ġtheoretically": 29400, + "Ġtheories": 13667, + "Ġtheory": 5261, + "Ġtherap": 6793, + "Ġtherapeut": 26126, + "Ġtherapeutic": 30395, + "Ġtherapies": 32814, + "Ġtherapist": 19830, + "Ġtherapists": 36509, + "Ġtherapy": 9492, + "Ġthere": 456, + "Ġthereafter": 38729, + "Ġthereby": 28281, + "Ġtherefore": 4412, + "Ġtheres": 42551, + "Ġtherm": 8810, + "Ġthermal": 15070, + "Ġthermometer": 42539, + "Ġthese": 613, + "Ġthesis": 22288, + "Ġtheta": 9725, + "Ġthey": 436, + "Ġthi": 30994, + "Ġthick": 5060, + "Ġthicken": 33821, + "Ġthicker": 18142, + "Ġthickness": 14855, + "Ġthief": 23176, + "Ġthieves": 37057, + "Ġthigh": 27871, + "Ġthighs": 29207, + "Ġthin": 5862, + "Ġthing": 551, + "Ġthings": 721, + "Ġthink": 519, + "Ġthinkers": 37895, + "Ġthinking": 1953, + "Ġthinks": 7309, + "Ġthinly": 47337, + "Ġthinner": 21905, + "Ġthird": 2636, + "Ġthirds": 34552, + "Ġthirst": 34846, + "Ġthirsty": 28115, + "Ġthirteen": 31534, + "Ġthirty": 11790, + "Ġthis": 341, + "Ġtho": 27899, + "Ġthor": 11588, + "Ġthorough": 12934, + "Ġthoroughly": 17987, + "Ġthose": 729, + "Ġthou": 24757, + "Ġthough": 1673, + "Ġthought": 1194, + "Ġthoughtful": 21566, + "Ġthoughts": 4598, + "Ġthous": 3118, + "Ġthousand": 4714, + "Ġthousands": 5383, + "Ġthr": 739, + "Ġthread": 7207, + "Ġthreaded": 47493, + "Ġthreads": 19314, + "Ġthreat": 4734, + "Ġthreaten": 29864, + "Ġthreatened": 18268, + "Ġthreatening": 20768, + "Ġthreatens": 47511, + "Ġthreats": 14909, + "Ġthree": 1045, + "Ġthreshold": 14678, + "Ġthrew": 11918, + "Ġthri": 23949, + "Ġthrill": 32935, + "Ġthrilled": 18744, + "Ġthriller": 43009, + "Ġthrilling": 39347, + "Ġthrive": 21233, + "Ġthriving": 30643, + "Ġthroat": 12394, + "Ġthrone": 17678, + "Ġthrottle": 24235, + "Ġthrough": 807, + "Ġthroughout": 3710, + "Ġthroughput": 44629, + "Ġthrow": 3507, + "Ġthrowing": 10238, + "Ġthrown": 11732, + "Ġthrows": 19251, + "Ġthrust": 24030, + "Ġthu": 40295, + "Ġthumb": 9298, + "Ġthumbna": 21313, + "Ġthumbnail": 26746, + "Ġthumbnails": 46987, + "Ġthumbs": 8838, + "Ġthunder": 19898, + "Ġthunderstorm": 39618, + "Ġthus": 8807, + "Ġthy": 15196, + "Ġthyroid": 32332, + "Ġthé": 30448, + "Ġthì": 17510, + "Ġthôi": 34772, + "ĠthÃłnh": 39953, + "Ġthấy": 27793, + "Ġthế": 27100, + "Ġthứ": 47269, + "Ġthá»±c": 50183, + "Ġthá»ĥ": 24491, + "Ġthá»Ŀi": 49506, + "Ġti": 8757, + "Ġtick": 5204, + "Ġticket": 10550, + "Ġtickets": 12628, + "Ġticking": 33999, + "Ġticks": 42475, + "Ġtid": 9422, + "Ġtidak": 18943, + "Ġtide": 24662, + "Ġtiden": 44302, + "Ġtidy": 34646, + "Ġtie": 7582, + "Ġtied": 9601, + "Ġtief": 45100, + "Ġtiempo": 11772, + "Ġtien": 4902, + "Ġtiene": 7066, + "Ġtienen": 12536, + "Ġtienes": 20716, + "Ġtier": 12362, + "Ġtierra": 33416, + "Ġtiers": 40563, + "Ġties": 14039, + "Ġtiet": 37709, + "Ġtiger": 21432, + "Ġtigers": 47949, + "Ġtight": 4524, + "Ġtighten": 17041, + "Ġtightened": 49673, + "Ġtightening": 42217, + "Ġtighter": 30443, + "Ġtightly": 21952, + "Ġtijd": 26966, + "Ġtik": 44994, + "Ġtil": 8440, + "Ġtilde": 45046, + "Ġtile": 20590, + "Ġtiles": 21982, + "Ġtill": 4288, + "Ġtills": 46729, + "Ġtilt": 18446, + "Ġtilted": 43229, + "Ġtim": 524, + "Ġtimber": 34671, + "Ġtime": 565, + "Ġtimed": 44696, + "Ġtimeframe": 34830, + "Ġtimeless": 41200, + "Ġtimeline": 12933, + "Ġtimelines": 45886, + "Ġtimely": 25150, + "Ġtimer": 19247, + "Ġtimes": 1413, + "Ġtimest": 49108, + "Ġtiming": 10822, + "Ġtin": 15935, + "Ġtinc": 43240, + "Ġting": 17922, + "Ġtinha": 13574, + "Ġtinham": 47257, + "Ġtint": 28738, + "Ġtiny": 5870, + "Ġtio": 44735, + "Ġtip": 4125, + "Ġtipo": 9746, + "Ġtipos": 37105, + "Ġtipping": 41625, + "Ġtips": 6082, + "Ġtir": 13807, + "Ġtirar": 29239, + "Ġtire": 11756, + "Ġtired": 5868, + "Ġtires": 13885, + "Ġtiring": 35182, + "Ġtiro": 44188, + "Ġtiss": 10080, + "Ġtissue": 12404, + "Ġtissues": 27353, + "Ġtit": 3459, + "Ġtitanium": 35289, + "Ġtitle": 4876, + "Ġtitled": 19841, + "Ġtitles": 12992, + "Ġtitre": 44161, + "Ġtitt": 37419, + "Ġtive": 39242, + "Ġtiver": 31417, + "Ġtiế": 34923, + "Ġtiếp": 48667, + "Ġto": 281, + "Ġtoast": 15354, + "Ġtoasted": 48951, + "Ġtob": 20676, + "Ġtobacco": 22994, + "Ġtoc": 42565, + "Ġtoca": 43514, + "Ġtocar": 35631, + "Ġtoch": 22587, + "Ġtod": 4352, + "Ġtoda": 11687, + "Ġtodas": 10906, + "ĠtodavÃŃa": 28388, + "Ġtoday": 965, + "Ġtodd": 33268, + "Ġtoddler": 44348, + "Ġtodo": 5149, + "Ġtodos": 6321, + "Ġtoe": 13976, + "Ġtoen": 29911, + "Ġtoes": 14681, + "Ġtofu": 21419, + "Ġtoget": 1213, + "Ġtogether": 1214, + "Ġtogg": 26911, + "Ġtoggle": 31225, + "Ġtoi": 15648, + "Ġtoil": 9499, + "Ġtoilet": 11137, + "Ġtoilets": 37691, + "Ġtoim": 35590, + "Ġtok": 19164, + "Ġtoken": 14862, + "Ġtokens": 22667, + "Ġtold": 1907, + "Ġtoler": 11125, + "Ġtolerance": 23368, + "Ġtolerant": 45525, + "Ġtolerate": 25773, + "Ġtoll": 16629, + "Ġtom": 2916, + "Ġtoma": 39728, + "Ġtomar": 22048, + "Ġtomato": 9288, + "Ġtomatoes": 15135, + "Ġtomb": 18712, + "Ġtomorrow": 4153, + "Ġton": 2952, + "Ġtone": 8027, + "Ġtoner": 40403, + "Ġtones": 19995, + "Ġtong": 9124, + "Ġtongue": 10601, + "Ġtongues": 37490, + "Ġtonight": 4440, + "Ġtonnes": 41402, + "Ġtons": 9131, + "Ġtoo": 886, + "Ġtook": 1890, + "Ġtool": 2290, + "Ġtoolbar": 47715, + "Ġtoolbox": 44593, + "Ġtooling": 46593, + "Ġtoolkit": 40167, + "Ġtools": 3873, + "Ġtooth": 11680, + "Ġtoothbrush": 37568, + "Ġtoothp": 27003, + "Ġtoothpaste": 39956, + "Ġtop": 1192, + "Ġtopic": 4829, + "Ġtopics": 8378, + "Ġtopl": 41017, + "Ġtopp": 48433, + "Ġtopped": 38781, + "Ġtopping": 36676, + "Ġtoppings": 43052, + "Ġtops": 22836, + "Ġtor": 3930, + "Ġtorch": 27822, + "Ġtore": 37341, + "Ġtorment": 36662, + "Ġtorn": 10885, + "Ġtornado": 27935, + "Ġtornar": 41283, + "Ġtorpedo": 46764, + "Ġtorque": 16437, + "Ġtorso": 34917, + "Ġtort": 10806, + "Ġtortilla": 48857, + "Ġtorto": 50159, + "Ġtorture": 20711, + "Ġtortured": 36166, + "Ġtoss": 14432, + "Ġtossed": 42768, + "Ġtot": 1993, + "Ġtota": 40066, + "Ġtotal": 3217, + "Ġtotalement": 45203, + "Ġtotally": 3879, + "Ġtotalmente": 30865, + "Ġtote": 49019, + "Ġtots": 31661, + "Ġtou": 10095, + "Ġtouch": 2557, + "Ġtouchdown": 34459, + "Ġtouched": 9828, + "Ġtouches": 17431, + "Ġtouching": 11175, + "Ġtouchscreen": 46775, + "Ġtough": 4930, + "Ġtougher": 30298, + "Ġtoughest": 35037, + "Ġtoujours": 11936, + "Ġtour": 3512, + "Ġtouring": 32487, + "Ġtourism": 21832, + "Ġtourist": 19806, + "Ġtourists": 20273, + "Ġtournament": 13713, + "Ġtournaments": 32004, + "Ġtours": 22911, + "Ġtous": 8317, + "Ġtout": 3486, + "Ġtoute": 14953, + "Ġtoutes": 14437, + "Ġtow": 10966, + "Ġtoward": 7361, + "Ġtowards": 3030, + "Ġtowel": 15755, + "Ġtowels": 32819, + "Ġtower": 10567, + "Ġtowers": 25045, + "Ġtown": 3954, + "Ġtowns": 18104, + "Ġtox": 10357, + "Ġtoxic": 12786, + "Ġtoxicity": 45866, + "Ġtoxins": 36104, + "Ġtoy": 12058, + "Ġtoys": 13753, + "Ġtr": 504, + "Ġtra": 944, + "Ġtrabaj": 9618, + "Ġtrabajando": 40473, + "Ġtrabajar": 30793, + "Ġtrabajo": 18099, + "Ġtrabal": 12067, + "Ġtrabalh": 48180, + "Ġtrabalhar": 35531, + "Ġtrabalho": 20834, + "Ġtrace": 13508, + "Ġtraced": 38141, + "Ġtraces": 26076, + "Ġtracing": 25262, + "Ġtrack": 2837, + "Ġtracked": 31703, + "Ġtracker": 37516, + "Ġtracking": 11603, + "Ġtracks": 10218, + "Ġtract": 24207, + "Ġtraction": 23558, + "Ġtractor": 31857, + "Ġtrad": 2479, + "Ġtrade": 4923, + "Ġtraded": 27157, + "Ġtrademark": 31361, + "Ġtrader": 31961, + "Ġtraders": 26014, + "Ġtrades": 21287, + "Ġtradicional": 47956, + "Ġtrading": 9529, + "Ġtradition": 6994, + "Ġtraditional": 5164, + "Ġtraditionally": 19067, + "Ġtraditions": 15643, + "Ġtraff": 21073, + "Ġtraffic": 6419, + "Ġtrafficking": 25843, + "Ġtrag": 38282, + "Ġtraged": 16019, + "Ġtragedy": 18563, + "Ġtragen": 44737, + "Ġtragic": 20385, + "Ġtrail": 9924, + "Ġtrailer": 11724, + "Ġtrailers": 37698, + "Ġtrails": 23024, + "Ġtrain": 3847, + "Ġtrained": 8895, + "Ġtrainee": 40350, + "Ġtrainees": 41316, + "Ġtrainer": 21110, + "Ġtrainers": 35393, + "Ġtraining": 3097, + "Ġtrainings": 33856, + "Ġtrains": 16329, + "Ġtrait": 22538, + "Ġtraitor": 39819, + "Ġtraits": 19526, + "Ġtraject": 18257, + "Ġtrajectory": 21512, + "Ġtram": 25749, + "Ġtramp": 38605, + "Ġtran": 14404, + "Ġtranqu": 17640, + "Ġtranquil": 35337, + "Ġtrans": 1145, + "Ġtransact": 46688, + "Ġtransaction": 14425, + "Ġtransactions": 16856, + "Ġtransc": 43800, + "Ġtranscend": 28535, + "Ġtranscript": 24444, + "Ġtranscription": 35288, + "Ġtransf": 22666, + "Ġtransfer": 5003, + "Ġtransferred": 15809, + "Ġtransferring": 31437, + "Ġtransfers": 29137, + "Ġtransform": 4088, + "Ġtransformation": 9887, + "Ġtransformations": 34852, + "Ġtransformative": 36070, + "Ġtransformed": 16894, + "Ġtransformer": 31782, + "Ġtransforming": 27210, + "Ġtransforms": 35592, + "Ġtransgender": 27470, + "Ġtransient": 41998, + "Ġtransistor": 34750, + "Ġtransit": 17976, + "Ġtransition": 6034, + "Ġtransitional": 46452, + "Ġtransitioned": 47346, + "Ġtransitioning": 33777, + "Ġtransitions": 23767, + "Ġtransl": 5105, + "Ġtranslate": 13799, + "Ġtranslated": 16805, + "Ġtranslates": 28468, + "Ġtranslating": 35030, + "Ġtranslation": 12853, + "Ġtranslations": 37578, + "Ġtranslator": 35223, + "Ġtransluc": 45266, + "Ġtranslucent": 48236, + "Ġtransm": 7715, + "Ġtransmission": 11574, + "Ġtransmit": 17831, + "Ġtransmitted": 25355, + "Ġtransmitter": 40121, + "Ġtransp": 7132, + "Ġtransparen": 16165, + "Ġtransparency": 17131, + "Ġtransparent": 12737, + "Ġtransplant": 20662, + "Ġtransport": 5495, + "Ġtransportation": 11328, + "Ġtransported": 29373, + "Ġtransporting": 49302, + "Ġtranspose": 25167, + "Ġtrap": 11487, + "Ġtrapped": 14994, + "Ġtraps": 24173, + "Ġtras": 22507, + "Ġtrash": 11321, + "Ġtrat": 21507, + "Ġtrata": 31920, + "Ġtratar": 42549, + "Ġtraum": 16790, + "Ġtrauma": 11407, + "Ġtraumat": 35099, + "Ġtraumatic": 26456, + "Ġtrav": 11783, + "Ġtrava": 16020, + "Ġtravail": 18047, + "Ġtravaill": 38222, + "Ġtravaille": 41072, + "Ġtravailler": 30968, + "Ġtrave": 13938, + "Ġtravel": 3147, + "Ġtraveled": 16147, + "Ġtraveler": 46138, + "Ġtravelers": 35283, + "Ġtraveling": 9712, + "Ġtravelled": 31844, + "Ġtravelling": 20515, + "Ġtravels": 19863, + "Ġtravers": 23149, + "Ġtraverse": 45674, + "Ġtravés": 24463, + "Ġtray": 16027, + "Ġtrays": 47496, + "Ġtraz": 37481, + "Ġtrazer": 44776, + "Ġtre": 2192, + "Ġtread": 28286, + "Ġtreadmill": 46374, + "Ġtreasure": 12985, + "Ġtreasures": 31548, + "Ġtreasury": 47213, + "Ġtreat": 2387, + "Ġtreated": 8668, + "Ġtreaties": 48552, + "Ġtreating": 15083, + "Ġtreatment": 5032, + "Ġtreatments": 15795, + "Ġtreats": 19566, + "Ġtreaty": 24772, + "Ġtreball": 37999, + "Ġtreble": 43715, + "Ġtree": 4230, + "Ġtrees": 5852, + "Ġtreffen": 37620, + "Ġtrek": 33646, + "Ġtrem": 7813, + "Ġtremb": 37708, + "Ġtrembling": 47354, + "Ġtremend": 8706, + "Ġtremendous": 10048, + "Ġtremendously": 27985, + "Ġtren": 23136, + "Ġtrench": 39052, + "Ġtrenches": 48245, + "Ġtrend": 6028, + "Ġtrending": 28692, + "Ġtrends": 13892, + "Ġtrendy": 38596, + "Ġtres": 15890, + "Ġtresp": 46347, + "Ġtri": 1376, + "Ġtrial": 7308, + "Ġtrials": 12450, + "Ġtriang": 19335, + "Ġtriangle": 13369, + "Ġtriangles": 29896, + "Ġtriangular": 38190, + "Ġtrib": 15039, + "Ġtribal": 20958, + "Ġtribe": 17625, + "Ġtribes": 19035, + "Ġtribute": 24722, + "Ġtrick": 4282, + "Ġtricked": 39345, + "Ġtricks": 11733, + "Ġtricky": 12414, + "Ġtried": 3031, + "Ġtries": 9898, + "Ġtrif": 36956, + "Ġtrig": 35386, + "Ġtrigger": 7875, + "Ġtriggered": 21710, + "Ġtriggering": 40406, + "Ġtriggers": 22827, + "Ġtril": 26120, + "Ġtrillion": 18723, + "Ġtrilogy": 34030, + "Ġtrim": 10445, + "Ġtrimmed": 44563, + "Ġtrimming": 47212, + "Ġtrio": 37274, + "Ġtrip": 4931, + "Ġtriple": 15508, + "Ġtripod": 28020, + "Ġtrips": 16051, + "Ġtriste": 33526, + "Ġtriumph": 29156, + "Ġtrivia": 48770, + "Ġtrivial": 26703, + "Ġtro": 4495, + "ĠtrochÄĻ": 24926, + "Ġtrois": 19758, + "Ġtroisième": 47582, + "Ġtroll": 20680, + "Ġtrolls": 47749, + "Ġtrong": 18826, + "Ġtroop": 46400, + "Ġtroops": 11522, + "Ġtrop": 9006, + "Ġtroph": 45583, + "Ġtrophy": 28639, + "Ġtropical": 22857, + "Ġtror": 22109, + "Ġtros": 45692, + "Ġtrotzdem": 28325, + "Ġtrou": 3455, + "Ġtrouble": 5253, + "Ġtroubled": 29402, + "Ġtroubles": 15379, + "Ġtroublesome": 46838, + "Ġtroubling": 38080, + "Ġtrous": 34156, + "Ġtrousers": 41463, + "Ġtrout": 43978, + "Ġtrouve": 19359, + "Ġtrouver": 23546, + "Ġtrouvé": 37742, + "Ġtrov": 35449, + "Ġtruc": 14805, + "Ġtruck": 5898, + "Ġtrucks": 16156, + "Ġtrucs": 33505, + "Ġtrud": 32007, + "Ġtrue": 2074, + "Ġtruly": 4908, + "Ġtrump": 21779, + "Ġtrumpet": 35160, + "Ġtrunk": 19849, + "Ġtrust": 3361, + "Ġtrusted": 16034, + "Ġtrustees": 43234, + "Ġtrusting": 28235, + "Ġtrusts": 45358, + "Ġtrustworthy": 39714, + "Ġtruth": 3494, + "Ġtruthful": 44669, + "Ġtruths": 30079, + "Ġtry": 853, + "Ġtryin": 47452, + "Ġtrying": 1382, + "Ġtryna": 49597, + "Ġtrze": 22266, + "Ġtrzeba": 25860, + "Ġtrzy": 34573, + "Ġtrás": 46189, + "Ġträ": 33367, + "Ġtrès": 5732, + "Ġtrên": 33187, + "Ġtrês": 20779, + "ĠtrÆ°á»Ľc": 44860, + "Ġts": 35492, + "Ġtsp": 21438, + "Ġtsun": 34550, + "Ġtsunami": 39032, + "Ġtteokbokki": 47025, + "Ġtu": 2604, + "Ġtua": 33578, + "Ġtub": 10809, + "Ġtube": 9917, + "Ġtuber": 39847, + "Ġtubes": 21458, + "Ġtubing": 43349, + "Ġtuck": 18457, + "Ġtucked": 36089, + "Ġtud": 32602, + "Ġtudo": 9379, + "Ġtug": 33543, + "Ġtuh": 26849, + "Ġtuition": 23925, + "Ġtul": 30210, + "Ġtule": 27954, + "Ġtulee": 40038, + "Ġtum": 13102, + "Ġtumb": 42994, + "Ġtummy": 36974, + "Ġtumor": 22512, + "Ġtumors": 38466, + "Ġtun": 4267, + "Ġtuna": 26670, + "Ġtune": 10864, + "Ġtuned": 10870, + "Ġtunes": 38498, + "Ġtung": 41880, + "Ġtuning": 15164, + "Ġtunnel": 13186, + "Ġtunnels": 30804, + "Ġtuo": 45352, + "Ġtur": 3243, + "Ġturb": 18252, + "Ġturbine": 27536, + "Ġturbines": 44947, + "Ġturbo": 20902, + "Ġturbul": 27462, + "Ġturbulence": 48612, + "Ġturbulent": 41697, + "Ġturf": 42756, + "Ġturkey": 21551, + "Ġturmeric": 36774, + "Ġturmoil": 44554, + "Ġturn": 1261, + "Ġturnaround": 46114, + "Ġturned": 3574, + "Ġturning": 6246, + "Ġturnout": 42497, + "Ġturnover": 37137, + "Ġturns": 4523, + "Ġturret": 34544, + "Ġturtle": 22866, + "Ġturtles": 32422, + "Ġtus": 20647, + "Ġtussen": 50119, + "Ġtut": 3672, + "Ġtutaj": 12749, + "Ġtutor": 35613, + "Ġtutorial": 7073, + "Ġtutorials": 17616, + "Ġtutoring": 44410, + "Ġtutte": 38632, + "Ġtutti": 19822, + "Ġtutto": 23048, + "Ġtuv": 38177, + "Ġtuvo": 43718, + "Ġtv": 16364, + "ĠtvÃ¥": 34600, + "Ġtw": 683, + "Ġtwe": 6986, + "Ġtweak": 29879, + "Ġtweaks": 46664, + "Ġtwee": 30660, + "Ġtweet": 15258, + "Ġtweeted": 25646, + "Ġtweeting": 40090, + "Ġtweets": 25671, + "Ġtwelve": 14390, + "Ġtwent": 34041, + "Ġtwenties": 49398, + "Ġtwenty": 7699, + "Ġtwice": 6091, + "Ġtwin": 18397, + "Ġtwins": 22555, + "Ġtwist": 8203, + "Ġtwisted": 23057, + "Ġtwisting": 34491, + "Ġtwists": 35290, + "Ġtwitch": 34167, + "Ġtwitter": 21439, + "Ġtwo": 732, + "Ġtwor": 46288, + "Ġty": 1104, + "Ġtych": 15180, + "Ġtycker": 31053, + "Ġtying": 32405, + "Ġtyl": 13103, + "Ġtyle": 39293, + "Ġtylko": 13219, + "Ġtym": 8107, + "Ġtyp": 2125, + "Ġtype": 2010, + "Ġtyped": 33941, + "Ġtypes": 3467, + "Ġtypical": 7476, + "Ġtypically": 5850, + "Ġtyping": 18444, + "Ġtyr": 41108, + "Ġtyre": 44087, + "Ġtyres": 42564, + "Ġtys": 38156, + "Ġtyö": 43448, + "Ġtá": 7737, + "Ġtão": 18012, + "Ġtä": 14619, + "Ġtähän": 49580, + "Ġtäll": 37728, + "Ġtämä": 29962, + "Ġtän": 19790, + "Ġtänker": 43431, + "Ġtässä": 29934, + "Ġtät": 37039, + "Ġtätä": 50187, + "Ġtää": 38350, + "Ġté": 19809, + "Ġtéc": 25564, + "Ġtécnica": 45411, + "Ġtélé": 24254, + "Ġtéléphone": 47159, + "Ġtér": 39324, + "Ġtérmin": 45198, + "Ġtêm": 24277, + "Ġtête": 24661, + "Ġtô": 20683, + "Ġtôi": 22336, + "Ġtö": 37064, + "Ġtú": 15056, + "Ġtür": 39219, + "ĠtÃŃtulo": 43399, + "ĠtÄħ": 32294, + "ĠtÄĻ": 32489, + "Ġtại": 37773, + "Ġtừ": 26834, + "ĠtỼi": 47679, + "Ġu": 344, + "Ġub": 26709, + "Ġubiqu": 43868, + "Ġucz": 35403, + "Ġud": 11727, + "Ġuda": 44544, + "Ġudah": 25231, + "Ġug": 10743, + "Ġugh": 38560, + "Ġugly": 12246, + "Ġuh": 2232, + "Ġuhh": 29256, + "Ġuhhh": 38594, + "Ġuhm": 35007, + "Ġuit": 12528, + "Ġuk": 26769, + "Ġul": 20352, + "Ġult": 3725, + "Ġultimate": 9705, + "Ġultimately": 6284, + "Ġultra": 14808, + "Ġultras": 37072, + "Ġultrasound": 40895, + "Ġum": 1105, + "Ġuma": 2772, + "Ġumas": 46010, + "Ġumbre": 20158, + "Ġumbrella": 21925, + "Ġumm": 28397, + "Ġun": 517, + "Ġuna": 2002, + "Ġunable": 11299, + "Ġunacceptable": 31812, + "Ġunanim": 29710, + "Ġunanimously": 48733, + "Ġunas": 25405, + "Ġunatt": 47316, + "Ġunav": 36541, + "Ġunaware": 32065, + "Ġunbedingt": 41211, + "Ġunbel": 46063, + "Ġunbelievable": 16605, + "Ġunbelievably": 43593, + "Ġunbox": 20242, + "Ġunboxing": 26266, + "Ġunc": 6219, + "Ġuncertain": 11308, + "Ġuncertainty": 15697, + "Ġunch": 33686, + "Ġunchanged": 44553, + "Ġuncheck": 46672, + "Ġuncle": 9153, + "Ġunclear": 25636, + "Ġuncles": 47662, + "Ġuncom": 8585, + "Ġuncomfortable": 10532, + "Ġuncommon": 29289, + "Ġuncon": 35847, + "Ġuncond": 34959, + "Ġunconditional": 47916, + "Ġunconscious": 18900, + "Ġuncont": 36019, + "Ġuncover": 21694, + "Ġuncovered": 37729, + "Ġund": 674, + "Ġunde": 40981, + "Ġunder": 833, + "Ġundercover": 48099, + "Ġunderest": 24612, + "Ġunderestimate": 35826, + "Ġundergo": 26426, + "Ġundergoing": 40033, + "Ġundergrad": 14295, + "Ġundergraduate": 19113, + "Ġunderground": 14977, + "Ġunderlying": 14217, + "Ġunderm": 24188, + "Ġundermine": 39257, + "Ġunderneath": 7223, + "Ġunders": 16692, + "Ġunderscore": 37556, + "Ġunderside": 49511, + "Ġunderstand": 1223, + "Ġunderstandable": 25648, + "Ġunderstanding": 3701, + "Ġunderstands": 15146, + "Ġunderstood": 7320, + "Ġundert": 15564, + "Ġundertake": 37010, + "Ġundertaken": 40313, + "Ġundertaking": 39250, + "Ġunderwater": 20967, + "Ġunderway": 27534, + "Ġunderwear": 24941, + "Ġunderworld": 49607, + "Ġundes": 45667, + "Ġundo": 23779, + "Ġundocumented": 40472, + "Ġundoubtedly": 35211, + "Ġune": 2251, + "Ġuneasy": 48589, + "Ġunemploy": 14015, + "Ġunemployed": 34411, + "Ġunemployment": 17438, + "Ġuneven": 34022, + "Ġunex": 11572, + "Ġunexpected": 13106, + "Ġunexpectedly": 40452, + "Ġunf": 3971, + "Ġunfair": 17019, + "Ġunfamiliar": 29415, + "Ġunfinished": 41037, + "Ġunfold": 17980, + "Ġunfolding": 44586, + "Ġunfor": 31411, + "Ġunforgettable": 46194, + "Ġunfortunate": 17843, + "Ġunfortunately": 7015, + "Ġung": 29038, + "Ġungef": 31831, + "Ġungefähr": 41285, + "Ġunglaub": 49087, + "Ġunhappy": 22172, + "Ġunhealthy": 29147, + "Ġuni": 36435, + "Ġunicorn": 28122, + "Ġunified": 26787, + "Ġuniform": 9452, + "Ġuniformly": 48806, + "Ġuniforms": 37235, + "Ġunin": 43456, + "Ġunint": 29466, + "Ġunintended": 49902, + "Ġunintention": 45514, + "Ġuninter": 49234, + "Ġunion": 11671, + "Ġunions": 24914, + "Ġuniqu": 20763, + "Ġunique": 3845, + "Ġuniquely": 31474, + "Ġuniqueness": 48294, + "Ġunit": 4985, + "Ġunite": 29320, + "Ġunited": 18883, + "Ġunits": 6815, + "Ġunity": 18205, + "Ġunivers": 5950, + "Ġuniversal": 11455, + "Ġuniversally": 43995, + "Ġuniverse": 6445, + "Ġuniverses": 50168, + "Ġuniversities": 11779, + "Ġuniversity": 5454, + "Ġuniverso": 42332, + "Ġunjust": 37046, + "Ġunknown": 9841, + "Ġunknowns": 46048, + "Ġunl": 32118, + "Ġunle": 25272, + "Ġunleash": 49814, + "Ġunless": 5969, + "Ġunlike": 8343, + "Ġunlikely": 17518, + "Ġunlimited": 21950, + "Ġunload": 32165, + "Ġunlock": 11634, + "Ġunlocked": 30180, + "Ġunlocking": 49620, + "Ġunlucky": 38838, + "Ġunm": 19334, + "Ġunmute": 41445, + "Ġunnatural": 43470, + "Ġunnecess": 16799, + "Ġunnecessary": 19350, + "Ġunnie": 49665, + "Ġuno": 8526, + "Ġunos": 17780, + "Ġunp": 20994, + "Ġunpack": 26699, + "Ġunpl": 32816, + "Ġunpleasant": 29128, + "Ġunplug": 39456, + "Ġunpre": 19237, + "Ġunprecedented": 21555, + "Ġunpredict": 28341, + "Ġunpredictable": 31160, + "Ġunquote": 37557, + "Ġunravel": 40507, + "Ġunre": 20584, + "Ġunreal": 25754, + "Ġunrealistic": 42867, + "Ġunreasonable": 41730, + "Ġunrelated": 38967, + "Ġunrest": 35103, + "Ġuns": 2693, + "Ġunsafe": 35948, + "Ġunscrew": 42579, + "Ġunseen": 40608, + "Ġunser": 12977, + "Ġunsere": 14339, + "Ġunserem": 26792, + "Ġunseren": 25305, + "Ġunserer": 20965, + "Ġunsett": 43964, + "Ġunst": 18799, + "Ġunstable": 23742, + "Ġunstoppable": 48261, + "Ġunsuccess": 40501, + "Ġunsuccessful": 46258, + "Ġunsure": 32486, + "Ġunt": 1701, + "Ġunten": 25693, + "Ġunter": 8662, + "Ġunters": 20983, + "Ġunterschied": 30058, + "Ġunterstüt": 30007, + "Ġunterstützen": 43081, + "Ġunterwegs": 36258, + "Ġuntil": 1826, + "Ġunto": 16521, + "Ġuntuk": 12711, + "Ġunus": 10054, + "Ġunused": 44383, + "Ġunusual": 10901, + "Ġunut": 37997, + "Ġunve": 31009, + "Ġunveiled": 47430, + "Ġunw": 14853, + "Ġunwanted": 33745, + "Ġunwilling": 38246, + "Ġup": 493, + "Ġupbeat": 23593, + "Ġupbringing": 47268, + "Ġupcoming": 11500, + "Ġupd": 3460, + "Ġupdate": 5623, + "Ġupdated": 10588, + "Ġupdates": 9205, + "Ġupdating": 25113, + "Ġupfront": 30264, + "Ġupgrad": 17789, + "Ġupgrade": 11484, + "Ġupgraded": 24133, + "Ġupgrades": 24868, + "Ġupgrading": 36249, + "Ġuphill": 39132, + "Ġuphold": 34451, + "Ġuplift": 45407, + "Ġupload": 6580, + "Ġuploaded": 17135, + "Ġuploading": 27301, + "Ġuploads": 48611, + "Ġupon": 3564, + "Ġupp": 11775, + "Ġupper": 6597, + "Ġupright": 27405, + "Ġuprising": 49144, + "Ġups": 15497, + "Ġupset": 8340, + "Ġupsetting": 44109, + "Ġupside": 14119, + "Ġupstairs": 16462, + "Ġupstream": 33915, + "Ġupward": 23452, + "Ġupwards": 22167, + "Ġur": 4038, + "Ġuranium": 36830, + "Ġurban": 9681, + "Ġurg": 40199, + "Ġurge": 19029, + "Ġurged": 44206, + "Ġurgency": 29734, + "Ġurgent": 19022, + "Ġurgently": 49390, + "Ġurging": 48489, + "Ġurine": 27638, + "Ġus": 505, + "Ġusa": 29909, + "Ġusability": 46878, + "Ġusable": 29975, + "Ġusage": 14924, + "Ġusando": 29798, + "Ġusar": 14745, + "Ġuse": 764, + "Ġused": 1143, + "Ġuseful": 4420, + "Ġuseless": 14115, + "Ġuser": 4195, + "Ġusername": 30351, + "Ġusers": 5022, + "Ġuses": 4960, + "Ġusing": 1228, + "Ġuso": 22728, + "Ġust": 26189, + "Ġusted": 10467, + "Ġustedes": 17110, + "Ġusu": 32247, + "Ġusual": 7713, + "Ġusually": 2673, + "Ġut": 2839, + "Ġutan": 29011, + "Ġutens": 47294, + "Ġutil": 4976, + "Ġutilis": 33643, + "Ġutilise": 39475, + "Ġutiliser": 34535, + "Ġutilities": 30482, + "Ġutility": 14877, + "Ġutiliz": 19906, + "Ġutilizar": 24060, + "Ġutilization": 37074, + "Ġutilize": 16117, + "Ġutilized": 28158, + "Ġutilizing": 26775, + "Ġutilizz": 40355, + "Ġutmost": 42777, + "Ġutter": 17567, + "Ġutterly": 30251, + "Ġutveck": 39807, + "Ġuw": 23147, + "ĠuwagÄĻ": 43696, + "Ġuważ": 48089, + "Ġuy": 28266, + "Ġuz": 16851, + "ĠuÄŁ": 43222, + "Ġuży": 34097, + "Ġuž": 46803, + "Ġv": 371, + "Ġva": 2773, + "Ġvaak": 49644, + "Ġvaan": 47948, + "Ġvac": 2842, + "Ġvacant": 38890, + "Ġvacation": 12830, + "Ġvacc": 3900, + "Ġvaccin": 44931, + "Ġvaccinated": 14686, + "Ġvaccination": 16498, + "Ġvaccinations": 39333, + "Ġvaccine": 7007, + "Ġvaccines": 12164, + "Ġvacun": 38581, + "Ġvacuum": 14224, + "Ġvad": 16684, + "Ġvag": 13501, + "Ġvagina": 38963, + "Ġvague": 24247, + "Ġvagy": 32970, + "Ġvai": 4405, + "Ġvaig": 26571, + "Ġvain": 22240, + "Ġvais": 9369, + "Ġvak": 31647, + "Ġval": 1323, + "Ġvale": 15474, + "Ġvaleur": 45255, + "Ġvalid": 7363, + "Ġvalidate": 29562, + "Ġvalidated": 40693, + "Ġvalidation": 24071, + "Ġvalidity": 40943, + "Ġvallahi": 45338, + "Ġvalle": 40699, + "Ġvalley": 17636, + "Ġvalleys": 45614, + "Ġvalor": 15367, + "Ġvalores": 38790, + "Ġvalt": 45912, + "Ġvalu": 7332, + "Ġvaluable": 8263, + "Ġvaluation": 38546, + "Ġvalue": 2158, + "Ġvalued": 22608, + "Ġvalues": 4190, + "Ġvalve": 15294, + "Ġvalves": 34950, + "Ġvam": 41864, + "Ġvamos": 5295, + "Ġvamp": 20017, + "Ġvampire": 28592, + "Ġvampires": 45771, + "Ġvan": 3161, + "Ġvandaag": 41901, + "Ġvanilla": 17528, + "Ġvanish": 43584, + "Ġvanished": 37518, + "Ġvanity": 44622, + "Ġvantage": 46206, + "Ġvap": 29393, + "Ġvapor": 20358, + "Ġvar": 1374, + "Ġvara": 17234, + "Ġvard": 23065, + "Ġvardı": 36339, + "Ġvardır": 41312, + "Ġvari": 3034, + "Ġvariability": 35709, + "Ġvariable": 7006, + "Ġvariables": 9102, + "Ġvariance": 21977, + "Ġvariant": 17501, + "Ġvariants": 21669, + "Ġvarias": 37496, + "Ġvariation": 12990, + "Ġvariations": 17840, + "Ġvaried": 22877, + "Ġvaries": 21716, + "Ġvarieties": 22092, + "Ġvariety": 5673, + "Ġvarios": 33665, + "Ġvarious": 3683, + "Ġvarit": 31289, + "Ġvars": 46130, + "Ġvarsa": 48440, + "Ġvary": 10559, + "Ġvarying": 22984, + "Ġvas": 11481, + "Ġvase": 44065, + "Ġvast": 8369, + "Ġvastly": 41426, + "Ġvault": 27134, + "Ġvaya": 47682, + "Ġvaz": 37533, + "Ġve": 1241, + "Ġvec": 42021, + "Ġveces": 17054, + "Ġvector": 8062, + "Ġvectors": 18875, + "Ġved": 14267, + "Ġvedere": 35373, + "Ġveel": 16550, + "Ġveg": 24366, + "Ġvegan": 12824, + "Ġveget": 5764, + "Ġvegetable": 16356, + "Ġvegetables": 9320, + "Ġvegetarian": 25739, + "Ġvegetation": 28769, + "Ġvegg": 22644, + "Ġveggies": 27889, + "Ġveh": 4221, + "Ġvehicle": 5864, + "Ġvehicles": 8948, + "Ġveil": 30705, + "Ġvein": 30669, + "Ġveins": 29390, + "Ġveio": 41164, + "Ġvel": 14610, + "Ġveloc": 7806, + "Ġvelocidad": 50143, + "Ġvelocidade": 45181, + "Ġvelocity": 9269, + "Ġvelvet": 41905, + "Ġvem": 19053, + "Ġvemos": 20909, + "Ġven": 6138, + "Ġvend": 10169, + "Ġvender": 44281, + "Ġvendo": 33152, + "Ġvendor": 24321, + "Ġvendors": 22056, + "Ġvenge": 38008, + "Ġvengeance": 43818, + "Ġvenir": 20817, + "Ġvenom": 34322, + "Ġvent": 6931, + "Ġventil": 27498, + "Ġventilation": 29553, + "Ġvents": 40048, + "Ġventure": 18474, + "Ġvenue": 21645, + "Ġvenues": 32882, + "Ġveo": 41319, + "Ġver": 1306, + "Ġveramente": 50079, + "Ġverb": 9595, + "Ġverbal": 24781, + "Ġverbally": 48162, + "Ġverbess": 49112, + "Ġverbs": 30051, + "Ġverd": 6387, + "Ġverdad": 13692, + "Ġverdade": 15203, + "Ġverde": 29653, + "Ġverder": 47196, + "Ġverdi": 40243, + "Ġverdict": 33957, + "Ġvere": 16443, + "Ġverein": 49162, + "Ġverf": 40660, + "Ġverg": 20209, + "Ġverge": 37164, + "Ġvergessen": 42418, + "Ġverification": 30206, + "Ġverified": 31197, + "Ġverify": 16888, + "Ġverk": 22328, + "Ġverkl": 43403, + "Ġverl": 19441, + "Ġverlier": 49331, + "Ġverloren": 44884, + "Ġverm": 26319, + "Ġverme": 40064, + "Ġvern": 35793, + "Ġverr": 45923, + "Ġvers": 1774, + "Ġversa": 25650, + "Ġversatile": 25057, + "Ġversch": 20563, + "Ġverschied": 22263, + "Ġverschiedene": 35411, + "Ġverschiedenen": 41043, + "Ġverse": 7996, + "Ġverses": 17316, + "Ġversion": 3037, + "Ġversions": 9606, + "Ġversión": 47248, + "Ġverso": 49786, + "Ġverst": 48960, + "Ġverste": 22442, + "Ġverstehen": 37352, + "Ġversuchen": 34749, + "Ġversucht": 36064, + "Ġversus": 5717, + "Ġversão": 41471, + "Ġvert": 6509, + "Ġverte": 16167, + "Ġvertex": 28162, + "Ġvertical": 9429, + "Ġvertically": 28450, + "Ġvertices": 32053, + "Ġverw": 24615, + "Ġvery": 588, + "Ġverz": 43945, + "Ġverändert": 45990, + "Ġves": 28274, + "Ġvess": 11800, + "Ġvessel": 18098, + "Ġvessels": 20117, + "Ġvest": 15814, + "Ġvested": 49317, + "Ġvet": 12423, + "Ġveter": 8901, + "Ġveteran": 18324, + "Ġveterans": 14343, + "Ġveterinar": 47574, + "Ġveto": 42910, + "Ġveulent": 41826, + "Ġveure": 26060, + "Ġveut": 14873, + "Ġveux": 16389, + "Ġveya": 49223, + "Ġvez": 5715, + "Ġvezes": 12925, + "Ġvi": 1932, + "Ġvia": 5766, + "Ġviable": 22024, + "Ġviaje": 48932, + "Ġvib": 11666, + "Ġvibe": 14606, + "Ġvibes": 27636, + "Ġvibr": 11599, + "Ġvibrant": 21571, + "Ġvibrating": 47748, + "Ġvibration": 20006, + "Ġvibrations": 32339, + "Ġvic": 26031, + "Ġvice": 11964, + "Ġvicinity": 42387, + "Ġvicious": 30093, + "Ġvict": 4403, + "Ġvictim": 6760, + "Ġvictims": 11448, + "Ġvictories": 38259, + "Ġvictorious": 42557, + "Ġvictory": 9812, + "Ġvid": 7217, + "Ġvida": 7644, + "Ġvidare": 49324, + "Ġvide": 838, + "Ġvideo": 960, + "Ġvideog": 46801, + "Ġvideos": 2145, + "Ġvidé": 9543, + "Ġvidéo": 11660, + "Ġvidéos": 25417, + "Ġvie": 4941, + "Ġviel": 5891, + "Ġviele": 9693, + "Ġvielen": 19885, + "Ġvielleicht": 12547, + "Ġvielä": 36470, + "Ġviendo": 34506, + "Ġviene": 19561, + "Ġvienen": 49298, + "Ġviennent": 44458, + "Ġviens": 36421, + "Ġvient": 22876, + "Ġvier": 17634, + "Ġview": 1910, + "Ġviewed": 19174, + "Ġviewer": 16767, + "Ġviewers": 8499, + "Ġviewing": 17480, + "Ġviewpoint": 35248, + "Ġviews": 6809, + "Ġvig": 15366, + "Ġvigil": 39093, + "Ġvigilant": 45737, + "Ġvigor": 42396, + "Ġvikt": 26737, + "Ġviktig": 49706, + "Ġviktigt": 46150, + "Ġvil": 15349, + "Ġvill": 4284, + "Ġvilla": 46473, + "Ġvillage": 7288, + "Ġvillagers": 32080, + "Ġvillages": 20444, + "Ġvillain": 17906, + "Ġvillains": 31368, + "Ġville": 23019, + "Ġvimos": 49266, + "Ġvin": 27037, + "Ġvind": 20168, + "Ġvinden": 46089, + "Ġvine": 12755, + "Ġvinegar": 18030, + "Ġvino": 48841, + "Ġvintage": 23050, + "Ġvinyl": 25226, + "Ġviol": 3448, + "Ġviolate": 37478, + "Ġviolated": 33239, + "Ġviolating": 42201, + "Ġviolation": 22840, + "Ġviolations": 30405, + "Ġviolence": 6270, + "Ġviolent": 11867, + "Ġviolently": 46728, + "Ġviolet": 46480, + "Ġviolin": 22878, + "Ġvir": 4107, + "Ġviral": 16132, + "Ġvirgin": 26404, + "Ġvirt": 4480, + "Ġvirtual": 6374, + "Ġvirtually": 14103, + "Ġvirtue": 20816, + "Ġvirtues": 41106, + "Ġvirtuous": 48918, + "Ġvirus": 5752, + "Ġviruses": 21785, + "Ġvis": 1452, + "Ġvisa": 18589, + "Ġvisas": 45922, + "Ġviscos": 38297, + "Ġviscosity": 39744, + "Ġvisibility": 19883, + "Ġvisible": 8974, + "Ġvision": 5201, + "Ġvisionary": 49442, + "Ġvisions": 30746, + "Ġvisit": 3441, + "Ġvisited": 11220, + "Ġvisiting": 11700, + "Ġvisitor": 28222, + "Ġvisitors": 14315, + "Ġvisits": 17753, + "Ġvist": 40247, + "Ġvista": 22553, + "Ġvisto": 17558, + "Ġvisual": 5056, + "Ġvisualization": 25801, + "Ġvisualize": 23273, + "Ġvisually": 19622, + "Ġvisuals": 26035, + "Ġvisão": 49949, + "Ġvit": 9467, + "Ġvita": 32712, + "Ġvital": 11707, + "Ġvitam": 23617, + "Ġvitamin": 17163, + "Ġvitamins": 27920, + "Ġvite": 24462, + "Ġvitesse": 49573, + "Ġviu": 28383, + "Ġviv": 11005, + "Ġvive": 28927, + "Ġviver": 46280, + "Ġvivid": 23603, + "Ġvivir": 39656, + "Ġvivo": 30689, + "Ġvivre": 34248, + "Ġviá»ĩc": 38628, + "Ġvlog": 8917, + "Ġvlogging": 39117, + "Ġvlogs": 30575, + "Ġvo": 1650, + "Ġvoc": 2329, + "Ġvocabulary": 19864, + "Ġvocal": 11657, + "Ġvocals": 28441, + "Ġvocê": 2723, + "Ġvocês": 10522, + "Ġvodka": 35710, + "Ġvog": 31273, + "Ġvoi": 20931, + "Ġvoice": 3177, + "Ġvoiced": 42246, + "Ġvoices": 9802, + "Ġvoid": 22009, + "Ġvoila": 45565, + "ĠvoilÃł": 14624, + "Ġvoir": 10695, + "Ġvois": 18297, + "Ġvoit": 18164, + "Ġvoiture": 38859, + "Ġvoix": 37188, + "Ġvol": 1996, + "Ġvolatile": 34377, + "Ġvolatility": 25877, + "Ġvolcan": 31117, + "Ġvolcanic": 35813, + "Ġvolcano": 21979, + "Ġvolcanoes": 48221, + "Ġvole": 49877, + "Ġvoll": 15593, + "Ġvolley": 30951, + "Ġvolleyball": 35887, + "Ġvolont": 40005, + "Ġvolt": 5962, + "Ġvolta": 18765, + "Ġvoltage": 8352, + "Ġvoltages": 49614, + "Ġvoltar": 36291, + "Ġvolte": 37801, + "Ġvolts": 22322, + "Ġvolume": 5523, + "Ġvolumes": 22219, + "Ġvolunt": 17911, + "Ġvoluntarily": 41782, + "Ġvoluntary": 28563, + "Ġvolunte": 7662, + "Ġvolunteer": 13835, + "Ġvolunteered": 41213, + "Ġvolunteering": 33237, + "Ġvolunteers": 14352, + "Ġvolver": 33998, + "Ġvom": 10135, + "Ġvomit": 42374, + "Ġvomiting": 46234, + "Ġvon": 2957, + "Ġvont": 14362, + "Ġvontade": 47708, + "Ġvoor": 7358, + "Ġvor": 4245, + "Ġvorbei": 38881, + "Ġvorbere": 48391, + "Ġvorher": 29195, + "Ġvorne": 32025, + "Ġvors": 48432, + "Ġvorstellen": 34346, + "Ġvortex": 49113, + "Ġvos": 13845, + "Ġvost": 28944, + "Ġvot": 3478, + "Ġvote": 4740, + "Ġvoted": 13415, + "Ġvoter": 21722, + "Ġvoters": 14073, + "Ġvotes": 12068, + "Ġvoting": 10419, + "Ġvotre": 10087, + "Ġvou": 6008, + "Ġvouch": 31007, + "Ġvoud": 39520, + "Ġvoulais": 37242, + "Ġvoulez": 29072, + "Ġvous": 2630, + "Ġvow": 17033, + "Ġvowel": 29410, + "Ġvowels": 44972, + "Ġvoy": 7552, + "Ġvoyage": 30729, + "Ġvoyez": 31503, + "Ġvoz": 30005, + "Ġvra": 6070, + "Ġvraag": 46485, + "Ġvrai": 17815, + "Ġvraiment": 8322, + "Ġvrij": 45547, + "Ġvs": 12041, + "Ġvu": 9732, + "Ġvue": 32859, + "Ġvuel": 20126, + "Ġvuelta": 41542, + "Ġvul": 7452, + "Ġvull": 45977, + "Ġvulner": 8184, + "Ġvulnerabilities": 37633, + "Ġvulnerability": 24210, + "Ġvulnerable": 10955, + "Ġvur": 40797, + "Ġvy": 44766, + "Ġvá": 36625, + "Ġvárias": 30235, + "Ġvários": 29830, + "Ġvão": 18766, + "Ġvä": 12099, + "Ġvähän": 42702, + "Ġväl": 22974, + "Ġväldigt": 19888, + "Ġvär": 28187, + "ĠvÃ¥": 27748, + "ĠvÃ¥r": 26477, + "ĠvÃ¥ra": 41042, + "Ġvæ": 18836, + "Ġvære": 27458, + "Ġvé": 19050, + "Ġvéhic": 49438, + "Ġvér": 46919, + "Ġvérit": 30678, + "Ġvéritable": 47492, + "Ġvê": 30384, + "Ġvì": 37902, + "Ġvöllig": 35670, + "ĠvÃł": 10274, + "ĠvÃło": 24995, + "ĠvÃŃ": 6153, + "ĠvÃŃde": 6951, + "ĠvÃŃdeo": 8071, + "ĠvÃŃdeos": 20617, + "Ġvẫn": 49004, + "ĠváºŃy": 29738, + "Ġvá»ģ": 25652, + "Ġvá»ĭ": 45186, + "ĠvỼi": 18916, + "Ġw": 261, + "Ġwa": 5406, + "Ġwaar": 16618, + "Ġwack": 42138, + "Ġwaffle": 44328, + "Ġwag": 36854, + "Ġwage": 15444, + "Ġwages": 20097, + "Ġwagon": 34453, + "Ġwah": 31979, + "Ġwahr": 21628, + "Ġwahrscheinlich": 30957, + "Ġwai": 32883, + "Ġwaist": 15732, + "Ġwait": 1699, + "Ġwaited": 15240, + "Ġwaiter": 45389, + "Ġwaiting": 3806, + "Ġwaits": 40597, + "Ġwaiver": 42143, + "Ġwake": 6634, + "Ġwakes": 29610, + "Ġwaking": 20447, + "Ġwaktu": 44782, + "Ġwal": 21346, + "Ġwalk": 1792, + "Ġwalked": 7628, + "Ġwalking": 4494, + "Ġwalks": 12896, + "Ġwall": 2929, + "Ġwallet": 16599, + "Ġwallpaper": 43293, + "Ġwalls": 7920, + "Ġwalnut": 50136, + "Ġwam": 39104, + "Ġwan": 46930, + "Ġwand": 14304, + "Ġwander": 27541, + "Ġwandering": 26396, + "Ġwann": 38064, + "Ġwanna": 1948, + "Ġwant": 528, + "Ġwanted": 1415, + "Ġwanting": 7935, + "Ġwants": 2738, + "Ġwar": 1516, + "Ġward": 15234, + "Ġwardrobe": 29065, + "Ġware": 17464, + "Ġwarehouse": 22244, + "Ġwaren": 11931, + "Ġwarfare": 24490, + "Ġwarm": 4561, + "Ġwarmed": 38201, + "Ġwarmer": 21599, + "Ġwarming": 17983, + "Ġwarmth": 24737, + "Ġwarn": 12286, + "Ġwarned": 21284, + "Ġwarning": 9164, + "Ġwarnings": 30009, + "Ġwarp": 36030, + "Ġwarrant": 16354, + "Ġwarranty": 26852, + "Ġwarri": 13940, + "Ġwarrior": 20173, + "Ġwarriors": 25303, + "Ġwars": 13718, + "Ġwart": 45124, + "Ġwarten": 46907, + "Ġwarto": 31830, + "Ġwarum": 24331, + "Ġwary": 46585, + "Ġwas": 390, + "Ġwash": 5675, + "Ġwashed": 16300, + "Ġwasher": 29304, + "Ġwashes": 48616, + "Ġwashing": 13836, + "Ġwasn": 2067, + "Ġwast": 49075, + "Ġwaste": 5964, + "Ġwasted": 19496, + "Ġwastewater": 46418, + "Ġwasting": 20457, + "Ġwat": 6858, + "Ġwatch": 1159, + "Ġwatched": 6337, + "Ġwatches": 17062, + "Ġwatching": 1976, + "Ġwater": 1281, + "Ġwatercolor": 31727, + "Ġwaterfall": 27848, + "Ġwatering": 33028, + "Ġwatermelon": 26097, + "Ġwaterproof": 27974, + "Ġwaters": 12975, + "Ġwatershed": 49728, + "Ġwatery": 43015, + "Ġwatt": 31556, + "Ġwatts": 31247, + "Ġwave": 5772, + "Ġwaveform": 36512, + "Ġwavel": 22144, + "Ġwavelength": 22907, + "Ġwavelengths": 47424, + "Ġwaves": 9417, + "Ġwaving": 35347, + "Ġwax": 17352, + "Ġway": 636, + "Ġways": 2098, + "Ġważ": 27777, + "Ġważne": 46110, + "Ġwcze": 38533, + "ĠwczeÅĽniej": 40785, + "Ġwe": 321, + "Ġweak": 5336, + "Ġweaken": 48576, + "Ġweakened": 42613, + "Ġweaker": 24286, + "Ġweakest": 44001, + "Ġweakness": 12772, + "Ġweaknesses": 24381, + "Ġwealth": 7203, + "Ġwealthy": 17707, + "Ġweap": 4528, + "Ġweapon": 7463, + "Ġweapons": 7278, + "Ġwear": 3728, + "Ġwearing": 4769, + "Ġwears": 20877, + "Ġweary": 47853, + "Ġweather": 5503, + "Ġweave": 29145, + "Ġweaving": 40028, + "Ġweb": 3670, + "Ġwebcam": 39490, + "Ġwebinar": 10942, + "Ġwebinars": 26065, + "Ġwebpage": 37852, + "Ġwebs": 2859, + "Ġwebsite": 3144, + "Ġwebsites": 12891, + "Ġwed": 6393, + "Ġwedding": 8523, + "Ġweddings": 39617, + "Ġwedge": 34530, + "Ġwee": 32753, + "Ġweed": 20852, + "Ġweeds": 26370, + "Ġweek": 1243, + "Ġweekend": 6711, + "Ġweekends": 23595, + "Ġweekly": 12460, + "Ġweeks": 3259, + "Ġweer": 19662, + "Ġweet": 28991, + "Ġweg": 15565, + "Ġwegen": 32855, + "Ġweigh": 13843, + "Ġweighed": 32844, + "Ġweighing": 31986, + "Ġweighs": 24911, + "Ġweight": 3364, + "Ġweighted": 32807, + "Ġweights": 17443, + "Ġweil": 7689, + "Ġweird": 3657, + "Ġweirdest": 44807, + "Ġweirdly": 48931, + "Ġweit": 15306, + "Ġweiter": 8988, + "Ġweitere": 30020, + "Ġweiteren": 44036, + "Ġweiterhin": 42480, + "ĠweiÃŁ": 13385, + "Ġwel": 2214, + "Ġwelche": 24311, + "Ġwelcome": 2928, + "Ġwelcomed": 23668, + "Ġwelcoming": 17378, + "Ġweld": 13964, + "Ġwelded": 49227, + "Ġwelding": 25393, + "Ġwelfare": 17788, + "Ġwell": 731, + "Ġwellbeing": 29508, + "Ġwellness": 23913, + "Ġwells": 30984, + "Ġwelt": 43119, + "Ġwen": 11472, + "Ġwenig": 20911, + "Ġweniger": 23224, + "Ġwenn": 4797, + "Ġwent": 1437, + "Ġwer": 2612, + "Ġwerd": 37258, + "Ġwerde": 24866, + "Ġwerden": 4604, + "Ġwere": 645, + "Ġweren": 4999, + "Ġwerk": 37585, + "Ġwert": 47659, + "Ġwes": 38384, + "Ġwest": 7009, + "Ġwestern": 13231, + "Ġwet": 6630, + "Ġweten": 40759, + "Ġwh": 315, + "Ġwhack": 42877, + "Ġwhale": 25370, + "Ġwhales": 32403, + "Ġwhat": 437, + "Ġwhatever": 2035, + "Ġwhatnot": 25882, + "Ġwhats": 29625, + "Ġwhatsoever": 17076, + "Ġwhe": 3966, + "Ġwheat": 16691, + "Ġwheel": 5589, + "Ġwheelchair": 22945, + "Ġwheels": 10046, + "Ġwhen": 562, + "Ġwhenever": 5699, + "Ġwhere": 689, + "Ġwhereas": 9735, + "Ġwhereby": 36998, + "Ġwherein": 43531, + "Ġwherever": 8660, + "Ġwhether": 1968, + "Ġwhich": 597, + "Ġwhichever": 24123, + "Ġwhile": 1339, + "Ġwhilst": 18534, + "Ġwhim": 47271, + "Ġwhip": 22377, + "Ġwhipped": 27918, + "Ġwhipping": 45476, + "Ġwhirl": 35706, + "Ġwhirring": 36861, + "Ġwhis": 13641, + "Ġwhisk": 24485, + "Ġwhiskey": 34648, + "Ġwhisper": 26018, + "Ġwhispering": 42445, + "Ġwhistle": 23470, + "Ġwhistles": 49282, + "Ġwhit": 47548, + "Ġwhite": 2418, + "Ġwhites": 21909, + "Ġwho": 567, + "Ġwhoa": 13310, + "Ġwhoever": 11387, + "Ġwhole": 1379, + "Ġwholes": 34228, + "Ġwholesale": 43982, + "Ġwholly": 45157, + "Ġwhom": 7101, + "Ġwhooshing": 44825, + "Ġwhopping": 50043, + "Ġwhose": 6104, + "Ġwhy": 983, + "Ġwi": 26393, + "Ġwicht": 26244, + "Ġwichtig": 13621, + "Ġwichtige": 46276, + "Ġwichtiger": 48840, + "Ġwicked": 22663, + "Ġwid": 5274, + "Ġwide": 4874, + "Ġwidely": 13371, + "Ġwiden": 32552, + "Ġwider": 11842, + "Ġwides": 21516, + "Ġwidespread": 22679, + "Ġwidget": 34047, + "Ġwidgets": 43355, + "Ġwidow": 37207, + "Ġwidth": 11402, + "Ġwidz": 27486, + "Ġwie": 3355, + "Ġwied": 46894, + "Ġwieder": 6216, + "Ġwiel": 20570, + "Ġwield": 35982, + "Ġwiele": 33137, + "Ġwielu": 40437, + "Ġwiem": 26522, + "Ġwife": 3836, + "Ġwifi": 35246, + "Ġwig": 24094, + "Ġwiggle": 33377, + "Ġwij": 24770, + "Ġwil": 20501, + "Ġwild": 4868, + "Ġwilderness": 27613, + "Ġwildlife": 19199, + "Ġwildly": 34731, + "Ġwill": 486, + "Ġwillen": 35830, + "Ġwilling": 4950, + "Ġwillingly": 44675, + "Ġwillingness": 25069, + "Ġwillkommen": 46439, + "Ġwillst": 48355, + "Ġwilt": 45357, + "Ġwin": 1942, + "Ġwind": 2468, + "Ġwinding": 29775, + "Ġwindow": 4910, + "Ġwindows": 9309, + "Ġwinds": 17765, + "Ġwindshield": 39996, + "Ġwindy": 30330, + "Ġwine": 7209, + "Ġwines": 35970, + "Ġwing": 11162, + "Ġwings": 11405, + "Ġwink": 44212, + "Ġwinner": 8507, + "Ġwinners": 17193, + "Ġwinning": 8224, + "Ġwins": 10641, + "Ġwinter": 6355, + "Ġwip": 15887, + "Ġwipe": 14082, + "Ġwiped": 26879, + "Ġwipes": 41228, + "Ġwiping": 40611, + "Ġwir": 1987, + "Ġwird": 4578, + "Ġwire": 6234, + "Ġwired": 27415, + "Ġwireless": 14720, + "Ġwires": 15537, + "Ġwiring": 27520, + "Ġwirklich": 9696, + "Ġwis": 9074, + "Ġwisdom": 10712, + "Ġwise": 10829, + "Ġwisely": 37632, + "Ġwish": 3172, + "Ġwished": 25811, + "Ġwishes": 15065, + "Ġwishing": 30049, + "Ġwissen": 16331, + "Ġwit": 32161, + "Ġwitch": 14867, + "Ġwitches": 43467, + "Ġwith": 365, + "Ġwithd": 12483, + "Ġwithdraw": 14999, + "Ġwithdrawal": 30646, + "Ġwithdrawn": 48151, + "Ġwithhold": 48867, + "Ġwithin": 1951, + "Ġwithout": 1553, + "Ġwithstand": 31311, + "Ġwitness": 7286, + "Ġwitnessed": 21519, + "Ġwitnesses": 20217, + "Ġwitnessing": 39233, + "Ġwives": 24936, + "Ġwiz": 40808, + "Ġwizard": 25807, + "ĠwiÄĻ": 10469, + "ĠwiÄĻc": 16677, + "ĠwiÄĻcej": 26004, + "ĠwiÄĻks": 29968, + "Ġwn": 45368, + "Ġwo": 6020, + "Ġwoah": 37116, + "Ġwob": 33775, + "Ġwod": 47751, + "Ġwoh": 48471, + "Ġwohl": 24531, + "Ġwoj": 40758, + "Ġwok": 40022, + "Ġwoke": 12852, + "Ġwol": 20960, + "Ġwolf": 19216, + "Ġwoll": 8181, + "Ġwollen": 11253, + "Ġwollt": 45826, + "Ġwollte": 24509, + "Ġwollten": 46019, + "Ġwolves": 30404, + "Ġwom": 1579, + "Ġwoman": 3059, + "Ġwomb": 34310, + "Ġwomen": 2266, + "Ġwon": 1582, + "Ġwond": 2046, + "Ġwonder": 2441, + "Ġwondered": 17055, + "Ġwonderful": 3715, + "Ġwonderfully": 38917, + "Ġwondering": 6359, + "Ġwonders": 27348, + "Ġwont": 27524, + "Ġwoo": 21657, + "Ġwood": 4576, + "Ġwooden": 14744, + "Ġwoods": 15296, + "Ġwool": 24181, + "Ġwor": 469, + "Ġword": 1349, + "Ġworden": 14054, + "Ġwording": 47602, + "Ġwords": 2283, + "Ġwordt": 20365, + "Ġwore": 13857, + "Ġwork": 589, + "Ġworked": 2732, + "Ġworker": 11346, + "Ġworkers": 5600, + "Ġworkflow": 20993, + "Ġworkflows": 43461, + "Ġworkforce": 14201, + "Ġworking": 1364, + "Ġworkload": 20139, + "Ġworkloads": 32452, + "Ġworkout": 12169, + "Ġworkouts": 28300, + "Ġworkplace": 15328, + "Ġworks": 1985, + "Ġworksheet": 49890, + "Ġworkshop": 13541, + "Ġworkshops": 19162, + "Ġworkspace": 32706, + "Ġworld": 1002, + "Ġworldly": 40397, + "Ġworlds": 13401, + "Ġworldview": 41141, + "Ġworldwide": 13485, + "Ġworm": 23835, + "Ġworms": 28271, + "Ġworn": 15254, + "Ġworried": 5804, + "Ġworries": 16340, + "Ġworry": 3292, + "Ġworrying": 18788, + "Ġwors": 47567, + "Ġworse": 5324, + "Ġworsh": 35366, + "Ġworship": 9965, + "Ġworst": 5855, + "Ġworth": 3163, + "Ġworthless": 34857, + "Ġworthwhile": 28159, + "Ġworthy": 14829, + "Ġwould": 576, + "Ġwouldn": 2759, + "Ġwound": 10999, + "Ġwounded": 21906, + "Ġwounds": 21969, + "Ġwoven": 39221, + "Ġwow": 6076, + "Ġwp": 32444, + "Ġwprowad": 46733, + "Ġwr": 928, + "Ġwra": 7843, + "Ġwrap": 7019, + "Ġwrapped": 14226, + "Ġwrapper": 46906, + "Ġwrapping": 21993, + "Ġwraps": 25831, + "Ġwrath": 35496, + "Ġwre": 46674, + "Ġwreck": 21478, + "Ġwrench": 25406, + "Ġwrest": 12591, + "Ġwrestle": 43251, + "Ġwrestler": 47557, + "Ġwrestling": 19274, + "Ġwrinkles": 34822, + "Ġwrist": 15043, + "Ġwrists": 41876, + "Ġwrit": 10912, + "Ġwrite": 2464, + "Ġwriter": 9936, + "Ġwriters": 13491, + "Ġwrites": 13657, + "Ġwriting": 3579, + "Ġwritings": 30083, + "Ġwritten": 3720, + "Ġwrong": 2085, + "Ġwrote": 4114, + "Ġws": 37647, + "Ġwsp": 17757, + "Ġwspól": 47148, + "ĠwspóÅĤ": 39069, + "Ġwsz": 38322, + "Ġwszyscy": 44232, + "Ġwszyst": 10998, + "Ġwszystk": 14615, + "Ġwszystkich": 34234, + "Ġwszystkie": 31723, + "Ġwszystkim": 30481, + "Ġwszystko": 22607, + "Ġwt": 23105, + "Ġwtedy": 26959, + "Ġwunder": 47736, + "Ġwur": 8818, + "Ġwurde": 11191, + "Ġwurden": 21105, + "Ġwus": 42571, + "Ġwww": 12520, + "Ġwy": 4628, + "Ġwyb": 45780, + "Ġwyd": 25984, + "Ġwydaje": 49165, + "Ġwygl": 27947, + "ĠwyglÄħda": 32015, + "Ġwyk": 39287, + "Ġwykon": 46702, + "Ġwykor": 43606, + "Ġwym": 29764, + "Ġwyn": 31936, + "Ġwyp": 46392, + "Ġwys": 27062, + "Ġwyst": 48255, + "Ġwz": 24809, + "Ġwzgl": 48538, + "Ġwäh": 24787, + "Ġwährend": 33624, + "Ġwär": 45779, + "Ġwäre": 14558, + "Ġwären": 43933, + "Ġwün": 30841, + "Ġwür": 9195, + "Ġwürde": 11942, + "Ġwürden": 27621, + "ĠwÅĤ": 34696, + "ĠwÅĤa": 12326, + "ĠwÅĤas": 43572, + "ĠwÅĤaÅĽci": 40112, + "ĠwÅĤaÅĽciwie": 50108, + "ĠwÅĤaÅĽnie": 14234, + "Ġx": 2031, + "Ġxem": 47852, + "Ġxen": 49773, + "Ġxi": 36800, + "Ġxu": 41104, + "Ġy": 288, + "Ġya": 2478, + "Ġyacht": 39629, + "Ġyah": 38642, + "Ġyak": 18603, + "Ġyan": 17700, + "Ġyang": 5581, + "Ġyani": 11654, + "ĠyanlÄ±ÅŁ": 46763, + "Ġyap": 6143, + "ĠyapmÄ±ÅŁ": 47527, + "Ġyapt": 15799, + "Ġyapıl": 37009, + "Ġyapıyor": 46427, + "Ġyapıyorsun": 36964, + "Ġyar": 23793, + "Ġyard": 11682, + "Ġyards": 18685, + "Ġyardım": 38875, + "Ġyarn": 11400, + "Ġyat": 42734, + "Ġyay": 23986, + "Ġyaz": 20819, + "ĠyaÄŁ": 49210, + "ĠyaÅŁ": 16098, + "Ġye": 606, + "Ġyea": 24796, + "Ġyeah": 1338, + "Ġyear": 1064, + "Ġyearly": 39102, + "Ġyears": 924, + "Ġyeast": 21629, + "Ġyell": 20525, + "Ġyelled": 38023, + "Ġyelling": 18381, + "Ġyellow": 5566, + "Ġyells": 48543, + "Ġyem": 32525, + "Ġyemek": 41145, + "Ġyen": 21570, + "Ġyeni": 34320, + "Ġyep": 18633, + "Ġyer": 12954, + "Ġyerde": 45857, + "Ġyere": 42044, + "Ġyes": 2086, + "Ġyesterday": 5186, + "Ġyet": 1939, + "Ġyeter": 48398, + "Ġyeux": 36163, + "Ġyht": 48342, + "Ġyhte": 44876, + "Ġyield": 11257, + "Ġyields": 32168, + "Ġyine": 29088, + "Ġyn": 17861, + "Ġyo": 5290, + "Ġyog": 16570, + "Ġyoga": 15128, + "Ġyogurt": 20997, + "Ġyok": 9229, + "Ġyol": 16290, + "Ġyolk": 32464, + "Ġyolks": 47191, + "Ġyou": 291, + "Ġyoung": 2037, + "Ġyounger": 7037, + "Ġyoungest": 17747, + "Ġyoungsters": 49068, + "Ġyour": 428, + "Ġyours": 6342, + "Ġyourself": 1803, + "Ġyourselves": 14791, + "Ġyout": 11325, + "Ġyouth": 7503, + "Ġyoutube": 12487, + "Ġyoutuber": 37901, + "Ġyoutubers": 46325, + "Ġyr": 37739, + "Ġyuan": 28370, + "Ġyum": 26420, + "Ġyummy": 18576, + "Ġyup": 40073, + "Ġyêu": 49107, + "Ġyön": 42315, + "Ġyük": 37531, + "Ġyüz": 16162, + "Ġyüzden": 33454, + "Ġyıl": 31491, + "Ġz": 710, + "Ġza": 7949, + "Ġzab": 24838, + "Ġzac": 34430, + "Ġzach": 29303, + "Ġzaczy": 43811, + "Ġzad": 42788, + "Ġzag": 27001, + "Ġzaj": 33729, + "Ġzak": 23810, + "Ġzal": 29599, + "Ġzam": 19876, + "Ġzaman": 12180, + "Ġzap": 14223, + "Ġzar": 22675, + "Ġzas": 26530, + "Ġzasad": 44585, + "Ġzast": 36746, + "Ġzat": 35802, + "Ġzaten": 22089, + "Ġzaw": 28165, + "Ġzawsze": 30964, + "Ġzd": 16221, + "Ġzde": 49749, + "ĠzdjÄĻ": 49026, + "Ġzdrow": 49745, + "Ġze": 5277, + "Ġzebra": 47060, + "Ġzeg": 23631, + "Ġzeggen": 31633, + "Ġzehn": 33975, + "Ġzeigen": 24687, + "Ġzeigt": 29250, + "Ġzeit": 49367, + "Ġzeker": 43844, + "Ġzelf": 26172, + "Ġzen": 37097, + "Ġzer": 44746, + "Ġzero": 4018, + "Ġzeros": 35193, + "Ġzest": 37889, + "Ġzg": 40948, + "Ġzich": 31820, + "Ġzie": 16503, + "Ġziehen": 40645, + "Ġziem": 25986, + "Ġziemlich": 28901, + "Ġzien": 23735, + "Ġziet": 39827, + "Ġzig": 38290, + "Ġzij": 49311, + "Ġzijn": 8004, + "Ġzinc": 29062, + "Ġzip": 20730, + "Ġzipper": 29887, + "Ġzit": 25013, + "Ġzitten": 35242, + "Ġzm": 17020, + "Ġzmian": 43591, + "Ġzn": 15397, + "Ġznaczy": 36584, + "Ġznaj": 27318, + "Ġznajdu": 47570, + "Ġzo": 5721, + "Ġzoals": 40040, + "Ġzob": 25100, + "Ġzobaczy": 37273, + "Ġzod": 39979, + "Ġzomb": 13374, + "Ġzombie": 20310, + "Ġzombies": 24230, + "Ġzona": 24848, + "Ġzone": 6668, + "Ġzones": 16025, + "Ġzoning": 37184, + "Ġzoo": 25347, + "Ġzoom": 8863, + "Ġzooming": 48226, + "Ġzor": 22304, + "Ġzost": 31873, + "Ġzosta": 23154, + "Ġzou": 22934, + "Ġzrob": 44399, + "Ġzrobi": 24483, + "ĠzrobiÄĩ": 31785, + "Ġzu": 2164, + "Ġzucch": 36748, + "Ġzucchini": 44781, + "Ġzug": 33507, + "Ġzuk": 50151, + "Ġzul": 43238, + "Ġzum": 5919, + "Ġzumindest": 38082, + "ĠzupeÅĤnie": 49922, + "Ġzur": 7147, + "Ġzurück": 15089, + "Ġzus": 11548, + "Ġzusammen": 14311, + "Ġzust": 45034, + "Ġzw": 11873, + "Ġzwar": 19054, + "Ġzwe": 8733, + "Ġzwei": 12002, + "Ġzweite": 37456, + "Ġzweiten": 39943, + "Ġzwischen": 19875, + "ĠzwiÄħz": 27741, + "Ġzwr": 49111, + "Ġzwy": 43436, + "ĠzÅĤ": 31614, + "Ġ{": 10929, + "Ġ{\\": 18128, + "Ġ|": 18362, + "Ġ}": 49870, + "Ġ~": 11938, + "ĠÂ": 1815, + "Ġ¡": 6514, + "Ġ£": 14378, + "Ġ§": 49803, + "Ġ«": 4657, + "Ġ°": 31462, + "Ġ»": 8793, + "Ġ»,": 34319, + "Ġ».": 28082, + "Ġ»:": 40795, + "Ġ½": 32653, + "Ġ¿": 3841, + "ĠÃ": 690, + "Ġá": 7352, + "Ġágua": 23824, + "Ġár": 35349, + "Ġárea": 25701, + "Ġáreas": 48088, + "Ġâ": 20621, + "Ġä": 3078, + "Ġähnlich": 49696, + "Ġän": 26072, + "Ġänd": 24981, + "Ġändern": 47775, + "Ġär": 3775, + "Ġäven": 32669, + "ĠÃ¥": 8841, + "ĠÃ¥r": 19525, + "ĠÃ¥t": 39502, + "Ġç": 1844, + "Ġça": 2788, + "Ġçal": 16210, + "ĠçalÄ±ÅŁ": 18107, + "Ġçek": 22559, + "Ġçev": 45921, + "Ġçoc": 19156, + "Ġçocuk": 25216, + "ĠçocuÄŁ": 38914, + "Ġçok": 7343, + "Ġçünkü": 36336, + "Ġçık": 12208, + "Ġçıkar": 41097, + "Ġçıkt": 34462, + "Ġçıktı": 48378, + "Ġè": 4873, + "Ġé": 1136, + "Ġéc": 15175, + "Ġéch": 39310, + "Ġéconom": 31171, + "Ġéconomique": 49915, + "Ġécrit": 41700, + "Ġégal": 19540, + "Ġégalement": 20503, + "Ġél": 11810, + "Ġélect": 30996, + "Ġélé": 46502, + "Ġéléments": 49977, + "Ġén": 39315, + "Ġéner": 45045, + "Ġénorm": 27982, + "Ġénormément": 41595, + "Ġép": 21018, + "Ġépisode": 47285, + "Ġépo": 21354, + "Ġépoca": 25024, + "Ġéqu": 25830, + "Ġés": 5960, + "Ġét": 4823, + "Ġéta": 21325, + "Ġétaient": 25999, + "Ġétait": 11806, + "Ġétant": 41144, + "Ġété": 8862, + "Ġév": 20090, + "Ġévidemment": 24724, + "Ġéén": 39133, + "Ġê": 6203, + "Ġêtes": 18935, + "Ġêtre": 7418, + "Ġî": 11300, + "Ġîn": 15351, + "Ġînt": 43990, + "Ġñ": 34110, + "Ġó": 11857, + "Ġór": 44083, + "Ġót": 44490, + "Ġô": 24107, + "Ġông": 34835, + "Ġö": 4044, + "Ġöffentlich": 34603, + "Ġöl": 31854, + "Ġöld": 35419, + "Ġön": 12253, + "Ġönce": 22353, + "Ġönem": 31652, + "Ġönemli": 35154, + "Ġör": 39249, + "Ġöver": 23026, + "Ġöyle": 16528, + "Ġöz": 27010, + "ĠÃ¶ÄŁ": 24411, + "ĠÃ¶ÄŁren": 40283, + "Ġø": 43008, + "Ġú": 6991, + "Ġúlt": 11499, + "Ġúltima": 28118, + "Ġúltimo": 21013, + "Ġúltimos": 33013, + "Ġún": 17524, + "Ġúnica": 30104, + "Ġúnico": 26113, + "Ġútil": 49191, + "Ġü": 3304, + "Ġüber": 4502, + "Ġüberall": 38035, + "Ġüberhaupt": 20023, + "Ġübers": 45022, + "Ġüberzeug": 48598, + "Ġübrig": 32343, + "Ġübrigens": 38215, + "Ġül": 35073, + "Ġüst": 28816, + "Ġüz": 32145, + "Ġüzer": 25813, + "Ġüzerine": 43816, + "Ġüç": 29630, + "Ġý": 49291, + "Ġþ": 43219, + "ĠÃĢ": 19018, + "ĠÃģ": 24205, + "ĠÃĦ": 13700, + "ĠÃĦr": 34403, + "ĠÃħ": 43360, + "ĠÃĩ": 6256, + "ĠÃĩa": 11527, + "ĠÃĩok": 19243, + "ĠÃĩünkü": 26763, + "ĠÃĪ": 34495, + "ĠÃī": 4922, + "ĠÃīl": 34325, + "ĠÃīs": 16243, + "ĠÃīt": 40567, + "ĠÃītats": 44444, + "ĠÃİ": 46104, + "ĠÃĵ": 35232, + "ĠÃĶ": 40732, + "ĠÃĸ": 9158, + "ĠÃĸsterreich": 41423, + "ĠÃĸyle": 34883, + "ĠÃĸz": 47498, + "ĠÃľ": 10713, + "ĠÃľber": 18086, + "ĠÃł": 1531, + "ĠÃłs": 23763, + "ĠÃŃ": 18645, + "ĠÄ": 2127, + "Ġİ": 6601, + "Ġİn": 47673, + "Ġİns": 45379, + "Ġİs": 45053, + "Ġİstanbul": 45822, + "Ġİyi": 30786, + "ĠÄ°ÅŁ": 26605, + "ĠÄ°ÅŁte": 34757, + "ĠÄĥ": 26790, + "ĠÄĥn": 28657, + "ĠÄĩ": 45854, + "ĠÄį": 22392, + "ĠÄIJ": 13055, + "ĠÄIJây": 45672, + "ĠÄij": 2934, + "ĠÄijang": 30723, + "ĠÄiji": 13264, + "ĠÄijiá»ģu": 42082, + "ĠÄijâu": 35433, + "ĠÄijây": 20199, + "ĠÄijã": 17283, + "ĠÄijó": 17647, + "ĠÄijược": 15832, + "ĠÄijấy": 39370, + "ĠÄijầu": 32573, + "ĠÄijến": 26353, + "ĠÄijá»ĥ": 20081, + "ĠÄijá»ĭ": 42063, + "ĠÄijá»Ļ": 29075, + "ĠÄijá»Ļng": 46880, + "ĠÅ": 4423, + "ĠÅ¡": 22552, + "Ġź": 50212, + "ĠÅ»": 29804, + "ĠÅ»e": 46864, + "Ġż": 19625, + "Ġżad": 39628, + "Ġże": 3561, + "Ġżeby": 11316, + "Ġży": 16136, + "Ġżycia": 44343, + "Ġżycie": 43202, + "Ġž": 17305, + "Ġže": 25178, + "ĠÅģ": 36901, + "ĠÅĤ": 25387, + "ĠÅĤad": 47910, + "ĠÅĤat": 47759, + "ĠÅĵ": 48360, + "ĠÅļ": 27933, + "ĠÅĽ": 8299, + "ĠÅĽm": 46991, + "ĠÅĽrod": 28580, + "ĠÅĽwi": 21485, + "ĠÅĽwiat": 36425, + "ĠÅĽwie": 40078, + "ĠÅŀ": 7918, + "ĠÅŀey": 43171, + "ĠÅŀimdi": 17734, + "ĠÅŀu": 33583, + "ĠÅŁ": 3382, + "ĠÅŁeh": 49755, + "ĠÅŁek": 18850, + "ĠÅŁekilde": 23537, + "ĠÅŁey": 6517, + "ĠÅŁeyi": 31735, + "ĠÅŁeyler": 28863, + "ĠÅŁimdi": 16391, + "ĠÅŁu": 17235, + "ĠÅŁunu": 45821, + "ĠÅŁur": 49420, + "ĠÅŁÃ¶yle": 26712, + "ĠÅł": 49039, + "ĠÆ¡i": 43144, + "ĠÈ": 36726, + "ĠÈĺ": 38127, + "ĠÈĺi": 41820, + "ĠÈĻ": 15318, + "ĠÈĻi": 17060, + "ĠÍ": 28451, + "ĠÍ¡": 38040, + "Ġ͡°": 40130, + "ĠÎ": 1158, + "ĠΣ": 26408, + "ĠΤ": 20838, + "ĠΤο": 44524, + "ĠΧ": 48924, + "Ġά": 22554, + "Ġάλλ": 41370, + "Ġή": 24841, + "ĠήÏĦαν": 47768, + "Ġα": 5691, + "Ġακ": 40822, + "Ġαλλά": 44716, + "Ġαν": 25715, + "Ġανα": 49931, + "ĠαÏĢ": 45787, + "ĠαÏĢο": 44313, + "ĠαÏĢÏĮ": 19821, + "ĠαÏħÏĦ": 18679, + "ĠαÏħÏĦÏĮ": 26865, + "Ġβ": 15787, + "Ġγ": 10643, + "Ġγια": 17321, + "Ġδ": 8715, + "Ġδεν": 23295, + "Ġδια": 38744, + "Ġε": 5958, + "Ġεί": 25090, + "Ġείναι": 15974, + "ĠεδÏİ": 44440, + "Ġεκ": 44009, + "Ġεν": 42958, + "ĠεÏĢ": 26752, + "ĠεÏĢι": 49185, + "Ġζ": 36544, + "Ġη": 18231, + "Ġθ": 12622, + "Ġθα": 18828, + "Ġι": 47467, + "Ġκ": 4903, + "Ġκά": 26751, + "Ġκάν": 31492, + "Ġκα": 14832, + "Ġκαι": 8839, + "Ġκι": 47328, + "Ġλ": 15015, + "ĠλÎŃ": 36148, + "Ġμ": 5337, + "Ġμα": 36759, + "ĠμαÏĤ": 25287, + "Ġμε": 13769, + "Ġμια": 38170, + "ĠμοÏħ": 23449, + "ĠμÎŃ": 27730, + "ĠμÏĢο": 33904, + "Ġν": 8066, + "Ġνα": 9083, + "Ġξ": 33179, + "Ġο": 11383, + "Ġοι": 33908, + "ĠοÏĢο": 44035, + "ĠÎĪ": 38161, + "ĠÎĮ": 43692, + "ĠÎij": 18793, + "ĠÎĵ": 30350, + "ĠÎĵια": 48575, + "ĠÎĶ": 27556, + "ĠÎķ": 18236, + "ĠÎĹ": 45836, + "ĠÎĺ": 30128, + "ĠÎļ": 19233, + "ĠÎļαι": 32619, + "ĠÎľ": 24834, + "ĠÎĿ": 38854, + "ĠÎŁ": 34650, + "ĠÎł": 20894, + "ĠÎŃ": 10541, + "ĠÎŃνα": 26117, + "ĠÎŃÏĩ": 21807, + "ĠÎŃÏĩει": 42940, + "ĠÏ": 2467, + "ĠÏĢ": 4654, + "ĠÏĢά": 31967, + "ĠÏĢα": 23380, + "ĠÏĢε": 28465, + "ĠÏĢεÏģι": 46618, + "ĠÏĢο": 39099, + "ĠÏĢολ": 30403, + "ĠÏĢολÏį": 36047, + "ĠÏĢοÏħ": 15878, + "ĠÏĢÏģο": 26017, + "ĠÏģ": 40750, + "ĠÏĥ": 5532, + "ĠÏĥαÏĤ": 34981, + "ĠÏĥε": 23814, + "ĠÏĥοÏħ": 43455, + "ĠÏĥÏĦα": 45391, + "ĠÏĥÏĦη": 23502, + "ĠÏĥÏĦην": 31766, + "ĠÏĥÏĦο": 20702, + "ĠÏĥÏħ": 23415, + "ĠÏĥÏħν": 49025, + "ĠÏĦ": 3596, + "ĠÏĦα": 16900, + "ĠÏĦη": 10013, + "ĠÏĦην": 17309, + "ĠÏĦηÏĤ": 22409, + "ĠÏĦι": 25962, + "ĠÏĦιÏĤ": 35816, + "ĠÏĦο": 8335, + "ĠÏĦον": 24022, + "ĠÏĦοÏħ": 13380, + "ĠÏĦοÏħÏĤ": 30320, + "ĠÏĦÏīν": 39575, + "ĠÏħ": 28049, + "ĠÏĨ": 17579, + "ĠÏĩ": 17319, + "ĠÏī": 46653, + "ĠÏĮ": 12485, + "ĠÏĮÏĦι": 27841, + "ĠÐ": 333, + "ĠС": 2933, + "ĠСШÐIJ": 35448, + "ĠСам": 31152, + "ĠСв": 48536, + "ĠСегоднÑı": 35913, + "ĠСейÑĩаÑģ": 23590, + "ĠСеÑĢ": 46779, + "ĠСеÑĢг": 38393, + "ĠСк": 22965, + "ĠСлед": 48301, + "ĠСо": 40156, + "ĠСов": 45680, + "ĠСп": 19349, + "ĠСпаÑģибо": 29219, + "ĠСÑĤ": 17483, + "ĠТ": 3200, + "ĠТак": 8770, + "ĠТакже": 38751, + "ĠТам": 27451, + "ĠТем": 44064, + "ĠТепеÑĢÑĮ": 25238, + "ĠТо": 16047, + "ĠТогда": 46357, + "ĠТолÑĮко": 36021, + "ĠТÑĥÑĤ": 35358, + "ĠТÑĭ": 14509, + "ĠУ": 6523, + "ĠУкÑĢаÑĹ": 34817, + "ĠФ": 13196, + "ĠÐ¥": 9456, + "ĠХоÑĢоÑĪо": 37564, + "ĠХоÑĤ": 35886, + "ĠХоÑĤÑı": 43963, + "ĠЦ": 18545, + "ĠЦе": 36263, + "ĠЧ": 7099, + "ĠЧеÑĢ": 39659, + "ĠЧÑĤо": 13169, + "ĠЧÑĤобÑĭ": 36026, + "ĠШ": 18428, + "ĠЩ": 42373, + "ĠЮ": 27002, + "ĠЯ": 4857, + "ĠЯк": 46116, + "Ġа": 2559, + "Ġаб": 25600, + "ĠабÑģолÑİÑĤ": 32078, + "ĠабÑģолÑİÑĤно": 35060, + "Ġав": 14376, + "ĠавÑĤом": 27669, + "ĠавÑĤомоб": 37122, + "Ġад": 27705, + "Ġак": 13790, + "ĠаккÑĥ": 49381, + "ĠакÑĤив": 30239, + "Ġал": 39336, + "Ġале": 46923, + "ĠамеÑĢик": 34958, + "ĠамеÑĢикан": 46263, + "Ġан": 17086, + "Ġанглий": 46611, + "Ġап": 29356, + "ĠаÑĢ": 16643, + "ĠаÑĤ": 46998, + "Ġб": 1268, + "Ġбаб": 37783, + "Ġбаг": 45165, + "Ġбаз": 39798, + "Ġбал": 37683, + "Ġбан": 29049, + "ĠбаÑĢ": 36766, + "ĠбаÑĤ": 47697, + "Ġбег": 49942, + "Ġбез": 10969, + "ĠбезопаÑģ": 45015, + "Ġбел": 29430, + "ĠбеÑĢ": 24562, + "ĠбеÑģ": 37658, + "ĠбеÑģп": 32971, + "Ġби": 47334, + "ĠбизнеÑģ": 47054, + "Ġбл": 16709, + "Ġблаг": 31971, + "ĠблагодаÑĢ": 38979, + "Ġбли": 21747, + "Ġблиз": 37060, + "Ġблок": 42222, + "Ġбо": 20462, + "Ġбог": 33001, + "Ġбой": 41029, + "Ġбок": 45156, + "Ġбол": 11993, + "Ġболее": 15103, + "ĠболÑĮ": 7351, + "ĠболÑĮÑĪ": 12457, + "ĠболÑĮÑĪе": 12846, + "ĠболÑĮÑĪое": 46843, + "ĠболÑĮÑĪой": 35533, + "ĠбоÑĢ": 30101, + "ĠбÑĢ": 19603, + "ĠбÑĢаÑĤ": 43333, + "ĠбÑĢоÑģ": 47718, + "ĠбÑĥ": 21646, + "ĠбÑĥд": 4529, + "ĠбÑĥде": 47438, + "ĠбÑĥдем": 23213, + "ĠбÑĥдеÑĤ": 7306, + "ĠбÑĥдеÑĤе": 46872, + "ĠбÑĥдÑĤо": 45239, + "ĠбÑĥдÑĥ": 21407, + "ĠбÑĥдÑĥÑĤ": 20393, + "ĠбÑĥдÑĥÑī": 44327, + "ĠбÑĥк": 36761, + "ĠбÑĥкв": 42587, + "ĠбÑĥло": 41981, + "ĠбÑĥм": 49721, + "ĠбÑĭ": 2768, + "ĠбÑĭв": 28951, + "ĠбÑĭваеÑĤ": 48972, + "ĠбÑĭл": 10059, + "ĠбÑĭла": 13640, + "ĠбÑĭли": 14355, + "ĠбÑĭло": 8060, + "ĠбÑĭÑģÑĤÑĢ": 37283, + "ĠбÑĭÑģÑĤÑĢо": 31874, + "ĠбÑĭÑĤÑĮ": 11510, + "ĠбÑĸлÑĮ": 47692, + "Ġв": 740, + "Ġваж": 19491, + "Ġважно": 38851, + "Ġвал": 42187, + "Ġвам": 10448, + "Ġвами": 24166, + "ĠваÑĢи": 32382, + "ĠваÑĢианÑĤ": 42442, + "ĠваÑģ": 10655, + "ĠваÑĪ": 14536, + "ĠваÑĪи": 48375, + "Ġвд": 25507, + "ĠвдÑĢÑĥг": 45926, + "Ġвед": 35126, + "ĠведÑĮ": 28026, + "Ġвел": 29328, + "ĠвеÑĢ": 10544, + "ĠвеÑĢÑģ": 35285, + "ĠвеÑĢÑħ": 47758, + "ĠвеÑģ": 28244, + "ĠвеÑģÑĮ": 29225, + "ĠвеÑĤ": 45010, + "ĠвеÑĩ": 31943, + "ĠвеÑī": 27046, + "ĠвеÑīи": 43050, + "Ġвже": 40738, + "Ġвз": 11892, + "ĠвзÑıÑĤÑĮ": 44101, + "Ġви": 28570, + "Ġвид": 6504, + "Ġвиде": 12921, + "Ġвидел": 40718, + "Ġвидели": 49998, + "Ġвидео": 15589, + "Ġвидим": 38273, + "ĠвидиÑĤе": 41904, + "Ġвидно": 41239, + "ĠвижÑĥ": 47813, + "Ġвик": 49233, + "Ġвин": 49847, + "ĠвклÑİÑĩ": 31251, + "ĠвкÑĥÑģ": 28295, + "Ġвлад": 46458, + "Ġвли": 45689, + "Ġвм": 20307, + "ĠвмеÑģÑĤе": 26905, + "Ġвн": 17958, + "ĠвнеÑĪ": 50025, + "Ġвниз": 46697, + "Ġвним": 24762, + "Ġвнимание": 33267, + "ĠвнÑĥÑĤ": 25282, + "ĠвнÑĥÑĤÑĢи": 39145, + "Ġво": 7900, + "Ġвод": 14545, + "ĠводÑĭ": 44391, + "Ġвоз": 8918, + "Ġвозв": 39797, + "ĠвозвÑĢаÑī": 45503, + "ĠвоздÑĥ": 47396, + "Ġвозм": 18077, + "Ġвозмож": 31544, + "Ġвозможно": 26740, + "ĠвозможноÑģÑĤÑĮ": 41233, + "ĠвозÑĮ": 45097, + "Ġвой": 26055, + "Ġвок": 39277, + "ĠвокÑĢÑĥг": 45247, + "Ġвол": 22211, + "Ġвони": 40727, + "ĠвообÑīе": 14345, + "ĠвопÑĢоÑģ": 17611, + "ĠвопÑĢоÑģÑĭ": 48418, + "ĠвоÑģ": 18867, + "ĠвоÑģп": 31143, + "ĠвоÑĤ": 5505, + "Ġвп": 27163, + "ĠвпеÑĢ": 32560, + "Ġвполне": 46780, + "ĠвÑĢ": 35705, + "ĠвÑĢем": 8951, + "ĠвÑĢемени": 26436, + "ĠвÑĢемÑı": 12039, + "ĠвÑĢоде": 41079, + "ĠвÑģ": 2852, + "ĠвÑģе": 4640, + "ĠвÑģегда": 19087, + "ĠвÑģего": 15520, + "ĠвÑģей": 43419, + "ĠвÑģем": 21042, + "ĠвÑģеÑħ": 17260, + "ĠвÑģп": 35944, + "ĠвÑģÑĤÑĢ": 20569, + "ĠвÑģÑĤÑĢеÑĤ": 47647, + "ĠвÑģÑĤÑĢеÑĩ": 25669, + "ĠвÑģÑİ": 32341, + "ĠвÑģÑı": 24614, + "ĠвÑģÑij": 9649, + "ĠвÑĤоÑĢ": 19823, + "ĠвÑĤоÑĢой": 36128, + "ĠвÑħод": 45746, + "ĠвÑĩ": 49102, + "ĠвÑĭ": 2840, + "ĠвÑĭб": 18061, + "ĠвÑĭглÑıд": 30449, + "ĠвÑĭглÑıдиÑĤ": 40670, + "ĠвÑĭд": 47535, + "ĠвÑĭз": 31572, + "ĠвÑĭй": 42132, + "ĠвÑĭп": 21188, + "ĠвÑĭпол": 34771, + "ĠвÑĭпÑĥÑģк": 48777, + "ĠвÑĭÑģ": 19361, + "ĠвÑĭÑģок": 35998, + "ĠвÑĭÑģÑĤÑĥп": 48828, + "ĠвÑĭÑħод": 27142, + "ĠвÑĭÑĪ": 33994, + "ĠвÑĭÑĪе": 47281, + "ĠвÑĸд": 16947, + "ĠвÑĸн": 40756, + "Ġг": 2342, + "Ġгаз": 36936, + "ĠгаÑĢ": 38470, + "Ġгде": 11418, + "ĠгеÑĢо": 35279, + "Ġгл": 10735, + "Ġглав": 18539, + "Ġглавное": 39940, + "Ġглаз": 27634, + "Ġглаза": 49664, + "ĠглÑĥб": 41863, + "Ġго": 6778, + "ĠговоÑĢ": 8180, + "ĠговоÑĢил": 39801, + "ĠговоÑĢиÑĤ": 25083, + "ĠговоÑĢиÑĤÑĮ": 32460, + "ĠговоÑĢÑİ": 34931, + "ĠговоÑĢÑı": 42210, + "ĠговоÑĢÑıÑĤ": 33374, + "Ġгод": 9182, + "Ġгода": 18411, + "ĠгодÑĥ": 22688, + "Ġгол": 14932, + "Ġголов": 24721, + "ĠголоÑģ": 42390, + "ĠгоÑĢ": 26493, + "ĠгоÑĢаз": 45386, + "ĠгоÑĢаздо": 45607, + "ĠгоÑĢод": 18750, + "ĠгоÑĢода": 45853, + "ĠгоÑģÑĥдаÑĢ": 42950, + "ĠгоÑĤов": 17137, + "ĠгÑĢ": 11726, + "ĠгÑĢад": 47547, + "ĠгÑĢаÑĦ": 45799, + "ĠгÑĢом": 41765, + "ĠгÑĢÑĥ": 47553, + "ĠгÑĢÑĥп": 27530, + "ĠгÑĢÑĥпп": 29311, + "Ġд": 1070, + "Ġда": 8995, + "Ġдав": 12472, + "Ġдавай": 28869, + "ĠдавайÑĤе": 30412, + "Ġдавно": 40086, + "Ġдаже": 11210, + "Ġдал": 22500, + "Ġдалее": 38978, + "ĠдалÑĮ": 22428, + "ĠдалÑĮÑĪе": 26814, + "Ġдан": 19582, + "Ġдв": 7196, + "Ġдва": 18505, + "Ġдве": 32183, + "Ġдвиг": 30618, + "Ġдвиж": 30473, + "ĠдвÑĥÑħ": 32360, + "Ġде": 36397, + "Ġдев": 20572, + "ĠдейÑģÑĤв": 17136, + "ĠдейÑģÑĤвиÑĤелÑĮно": 27208, + "Ġдел": 6649, + "Ġдела": 46157, + "ĠделаеÑĤ": 43109, + "ĠделаÑĤÑĮ": 19284, + "ĠделаÑİÑĤ": 48732, + "Ġделе": 23845, + "Ġдело": 26444, + "Ġден": 33773, + "Ġденег": 40957, + "ĠденÑĮ": 13509, + "ĠденÑĮги": 27087, + "ĠдеÑĢ": 27620, + "ĠдеÑĢев": 29662, + "ĠдеÑĢж": 27565, + "ĠдеÑģÑı": 32233, + "ĠдеÑģÑıÑĤ": 45884, + "ĠдеÑĤ": 15079, + "ĠдеÑĤей": 38668, + "ĠдеÑĤи": 48941, + "Ġди": 28255, + "Ġдив": 49829, + "ĠдиÑģ": 37929, + "ĠдлÑı": 5561, + "Ġдней": 47678, + "ĠднÑı": 36115, + "Ġдо": 5865, + "Ġдоб": 16991, + "Ġдобав": 23856, + "ĠдобÑĢ": 35620, + "Ġдов": 20124, + "ĠдоволÑĮно": 31777, + "Ġдог": 36056, + "Ġдок": 22992, + "ĠдокÑĥм": 43031, + "Ġдол": 8300, + "Ġдолго": 37515, + "Ġдолж": 12220, + "Ġдолжен": 25718, + "Ġдолжна": 40129, + "Ġдолжно": 40475, + "ĠдолжнÑĭ": 27581, + "ĠдоллаÑĢ": 26124, + "ĠдоллаÑĢов": 35902, + "Ġдом": 13049, + "Ġдома": 29012, + "Ġдомой": 46319, + "Ġдоп": 23562, + "Ġдополн": 45120, + "ĠдоÑĢ": 18478, + "ĠдоÑĢог": 24365, + "ĠдоÑģ": 41126, + "ĠдоÑģÑĤ": 34543, + "ĠдоÑģÑĤаÑĤоÑĩно": 28562, + "ĠдоÑģÑĤи": 46630, + "ĠдоÑģÑĤÑĥп": 41057, + "ĠдÑĢ": 37928, + "ĠдÑĢÑĥг": 8435, + "ĠдÑĢÑĥга": 47392, + "ĠдÑĢÑĥгие": 32108, + "ĠдÑĢÑĥгиÑħ": 31211, + "ĠдÑĢÑĥгой": 27823, + "ĠдÑĢÑĥз": 23577, + "ĠдÑĢÑĥзÑĮÑı": 28366, + "ĠдÑĥже": 39919, + "ĠдÑĥм": 13082, + "ĠдÑĥмаÑİ": 23479, + "ĠдÑĥÑħ": 35535, + "ĠдÑĥÑħов": 46373, + "ĠдÑĥÑĪ": 39096, + "Ġе": 1997, + "Ġев": 42402, + "Ġего": 6448, + "Ġед": 20686, + "Ġедин": 33791, + "Ġее": 14803, + "Ġей": 30075, + "ĠемÑĥ": 18220, + "ĠеÑģли": 8042, + "ĠеÑģÑĤе": 43775, + "ĠеÑģÑĤÑĮ": 5640, + "ĠеÑīе": 9910, + "ĠеÑīÑij": 13993, + "ĠеÑij": 18346, + "Ġж": 2989, + "Ġжд": 27020, + "Ġже": 6151, + "Ġжел": 21788, + "Ġжен": 21349, + "ĠженÑī": 28393, + "ĠжеÑģÑĤ": 48111, + "Ġжив": 15156, + "ĠживоÑĤ": 38029, + "Ġжиз": 13505, + "Ġжизни": 21415, + "ĠжизнÑĮ": 25362, + "ĠжиÑĤÑĮ": 40124, + "Ġз": 1423, + "Ġза": 4396, + "Ġзаб": 13890, + "Ġзав": 13388, + "ĠзавиÑģ": 39673, + "Ġзаг": 25770, + "Ġзад": 14787, + "ĠзадаÑĩ": 38793, + "Ġзай": 40133, + "Ġзак": 10264, + "ĠзаклÑİÑĩ": 49613, + "Ġзакон": 25206, + "ĠзаконÑĩ": 39641, + "ĠзакÑĢÑĭ": 43993, + "Ġзал": 32897, + "Ġзам": 13597, + "ĠзамеÑĤ": 36124, + "ĠзамеÑĩ": 41618, + "Ġзан": 18596, + "Ġзаним": 25396, + "Ġзап": 10333, + "ĠзапиÑģ": 36426, + "ĠзаÑĢ": 17821, + "ĠзаÑģ": 27819, + "ĠзаÑĤ": 25880, + "ĠзаÑĤем": 45288, + "ĠзаÑħ": 28701, + "ĠзаÑĩ": 34004, + "ĠзаÑĩем": 41521, + "ĠзаÑī": 31107, + "ĠзаÑıв": 38158, + "Ġзв": 13591, + "Ġзвон": 45832, + "ĠзвÑĥÑĩ": 48031, + "Ġзд": 7608, + "ĠздеÑģÑĮ": 9087, + "ĠздоÑĢов": 29638, + "Ġзем": 27230, + "Ġзм": 48979, + "Ġзн": 15309, + "Ġзна": 6766, + "Ġзнаем": 45491, + "ĠзнаеÑĤ": 39986, + "ĠзнаеÑĤе": 29868, + "ĠзнаеÑĪÑĮ": 38423, + "Ġзнак": 31949, + "Ġзнаком": 40909, + "ĠзнаÑĤÑĮ": 49997, + "ĠзнаÑĩ": 27605, + "ĠзнаÑĩиÑĤ": 24013, + "ĠзнаÑİ": 16315, + "Ġзов": 38893, + "ĠзовÑĥÑĤ": 46376, + "ĠзÑĢ": 27589, + "Ġи": 1006, + "Ġиг": 20713, + "ĠигÑĢ": 14568, + "ĠигÑĢа": 37120, + "ĠигÑĢÑĭ": 36183, + "Ġид": 17255, + "Ġиде": 26547, + "ĠидеÑĤ": 40029, + "Ġиз": 3943, + "Ġизб": 38995, + "Ġизв": 22599, + "ĠизвеÑģÑĤ": 37073, + "Ġизмен": 30345, + "ĠизÑĥÑĩ": 43264, + "Ġили": 8101, + "Ġим": 7604, + "Ġиме": 19539, + "ĠимееÑĤ": 33761, + "Ġименно": 20290, + "Ġин": 6635, + "Ġинд": 47106, + "Ġиногда": 43749, + "ĠинÑģÑĤÑĢÑĥменÑĤ": 44572, + "ĠинÑĤ": 44673, + "ĠинÑĤеÑĢ": 12073, + "ĠинÑĤеÑĢеÑģ": 15033, + "ĠинÑĤеÑĢеÑģно": 33333, + "ĠинÑĦоÑĢм": 29117, + "ĠиÑģ": 12410, + "ĠиÑģк": 20284, + "ĠиÑģп": 11265, + "ĠиÑģполÑĮз": 15552, + "ĠиÑģполÑĮзоваÑĤÑĮ": 33728, + "ĠиÑģпÑĭÑĤ": 46212, + "ĠиÑģÑģлед": 40299, + "ĠиÑģÑĤоÑĢ": 18950, + "ĠиÑģÑĤоÑĢии": 40203, + "ĠиÑģÑĤоÑĢиÑı": 41531, + "ĠиÑĤ": 32388, + "ĠиÑĤог": 36745, + "ĠиÑĤоге": 44063, + "ĠиÑħ": 9642, + "Ġй": 24540, + "Ġйого": 44123, + "Ġк": 981, + "Ġкаб": 46186, + "Ġкад": 42650, + "Ġкаж": 22129, + "Ġкажд": 15698, + "ĠкаждÑĭй": 27628, + "ĠкажеÑĤÑģÑı": 26147, + "Ġказ": 37408, + "Ġкак": 3014, + "ĠкакаÑı": 29334, + "Ġкакие": 19971, + "Ġкаким": 49190, + "ĠкакиÑħ": 44178, + "Ġкакое": 37932, + "Ġкакой": 16898, + "ĠкакÑĥÑİ": 45244, + "Ġкам": 21477, + "Ġкан": 18276, + "Ġканал": 28597, + "Ġканале": 47677, + "Ġкап": 31507, + "ĠкаÑĢ": 13560, + "ĠкаÑĢÑĤ": 34692, + "ĠкаÑģ": 43218, + "ĠкаÑĤ": 33780, + "ĠкаÑĩе": 28595, + "Ġкв": 35350, + "ĠкваÑĢ": 33619, + "ĠкваÑĢÑĤи": 37084, + "Ġкил": 37028, + "Ġкино": 49874, + "Ġкл": 14815, + "ĠклаÑģÑģ": 26197, + "Ġкли": 33504, + "ĠклÑİÑĩ": 43398, + "Ġкни": 32178, + "Ġкноп": 40450, + "Ġко": 3898, + "Ġкогда": 8874, + "Ġкого": 28985, + "Ġкож": 40107, + "Ġкол": 10706, + "Ġколи": 49672, + "ĠколиÑĩе": 25816, + "ĠколиÑĩеÑģÑĤво": 33442, + "Ġком": 7761, + "Ġкоман": 46180, + "Ġкоманд": 35991, + "ĠкомменÑĤ": 32469, + "ĠкомменÑĤаÑĢ": 36558, + "Ġкомна": 43418, + "Ġкомп": 14380, + "Ġкомпании": 44231, + "ĠкомпÑĮÑİÑĤ": 48488, + "ĠкомÑĥ": 40158, + "Ġкон": 6184, + "ĠконеÑĩно": 15271, + "ĠконÑĤ": 43064, + "ĠконÑĤÑĢ": 33271, + "ĠконÑĦ": 45751, + "ĠконÑĨ": 33495, + "ĠконÑĨе": 38769, + "Ġкоп": 42399, + "ĠкоÑĢ": 11384, + "ĠкоÑĢаб": 42830, + "ĠкоÑĢп": 45284, + "ĠкоÑģ": 31839, + "ĠкоÑĤ": 39535, + "ĠкоÑĤоÑĢ": 4388, + "ĠкоÑĤоÑĢаÑı": 19032, + "ĠкоÑĤоÑĢого": 36438, + "ĠкоÑĤоÑĢое": 32000, + "ĠкоÑĤоÑĢой": 29452, + "ĠкоÑĤоÑĢом": 39818, + "ĠкоÑĤоÑĢÑĥÑİ": 32355, + "ĠкоÑĤоÑĢÑĭе": 10381, + "ĠкоÑĤоÑĢÑĭй": 11897, + "ĠкоÑĤоÑĢÑĭÑħ": 28700, + "ĠкоÑĪ": 46774, + "ĠкÑĢ": 7502, + "ĠкÑĢа": 38585, + "ĠкÑĢай": 39584, + "ĠкÑĢаÑģ": 15826, + "ĠкÑĢаÑģив": 26679, + "ĠкÑĢеп": 46584, + "ĠкÑĢов": 31679, + "ĠкÑĢÑĥ": 26970, + "ĠкÑĢÑĥг": 43543, + "ĠкÑĢÑĥп": 39207, + "ĠкÑĢÑĥÑĤ": 43217, + "ĠкÑģÑĤаÑĤи": 35304, + "ĠкÑĤо": 12278, + "ĠкÑĥда": 27509, + "ĠкÑĥп": 25078, + "ĠкÑĥÑĢ": 28975, + "ĠкÑĥÑģ": 48431, + "Ġл": 2344, + "Ġладно": 44107, + "Ġлай": 35475, + "Ġлег": 22311, + "Ġлегко": 39995, + "Ġлеж": 41803, + "ĠлеÑģ": 42548, + "ĠлеÑĤ": 13088, + "Ġли": 7444, + "Ġлибо": 31100, + "ĠлиÑĩ": 29936, + "ĠлиÑĪ": 42637, + "ĠлиÑĪÑĮ": 29179, + "Ġлож": 48048, + "ĠлÑĥÑĩ": 15525, + "ĠлÑĥÑĩÑĪе": 21569, + "ĠлÑİ": 5716, + "ĠлÑİб": 9875, + "ĠлÑİбим": 36973, + "ĠлÑİблÑİ": 44683, + "ĠлÑİбов": 45356, + "ĠлÑİбой": 42803, + "ĠлÑİд": 8836, + "ĠлÑİдей": 16810, + "ĠлÑİди": 15850, + "ĠлÑİдÑıм": 45930, + "Ġм": 1084, + "Ġмаг": 27120, + "Ġмагаз": 39771, + "Ġмай": 41860, + "ĠмакÑģим": 35564, + "Ġмал": 19499, + "ĠмаленÑĮ": 26284, + "Ġмало": 37450, + "Ġмам": 40631, + "Ġмама": 47101, + "ĠмаÑĢ": 31609, + "ĠмаÑģ": 21466, + "ĠмаÑģÑģ": 31384, + "ĠмаÑĤ": 20908, + "ĠмаÑĤеÑĢи": 32835, + "ĠмаÑĪ": 19820, + "Ġмед": 24465, + "ĠмеждÑĥ": 24098, + "Ġмел": 44651, + "Ġмен": 6046, + "Ġменее": 38264, + "ĠменÑĮ": 31752, + "ĠменÑĮÑĪе": 35115, + "ĠменÑı": 6885, + "ĠмеÑĢ": 48231, + "ĠмеÑģÑĤ": 16470, + "ĠмеÑģÑĤа": 43956, + "ĠмеÑģÑĤе": 36534, + "ĠмеÑģÑĤо": 26241, + "ĠмеÑģÑı": 29329, + "ĠмеÑĤ": 18791, + "ĠмеÑħ": 48182, + "ĠмеÑĩ": 42721, + "ĠмеÑĪ": 44874, + "Ġми": 13803, + "Ġмик": 43712, + "Ġмилли": 26349, + "Ġмин": 19073, + "Ġминим": 45754, + "ĠминÑĥÑĤ": 24498, + "ĠмиÑĢ": 20536, + "ĠмиÑĢа": 41454, + "ĠмиÑĢе": 36822, + "Ġмн": 16338, + "Ġмне": 8531, + "Ġмног": 22287, + "Ġмногие": 37343, + "Ġмного": 13347, + "Ġмной": 39199, + "Ġмо": 9971, + "Ġмог": 9962, + "Ġмогли": 37118, + "ĠмогÑĥ": 22951, + "ĠмогÑĥÑĤ": 23461, + "Ġмод": 24104, + "Ġмоей": 46270, + "Ġмож": 4710, + "Ġможем": 28815, + "ĠможеÑĤ": 8689, + "ĠможеÑĤе": 23578, + "ĠможеÑĪÑĮ": 46442, + "Ġможно": 8885, + "Ġмоз": 48140, + "Ġмои": 39822, + "Ġмой": 23400, + "Ġмол": 25634, + "Ġмолод": 28801, + "Ġмом": 17655, + "ĠмоменÑĤ": 17825, + "Ġмон": 32457, + "ĠмоÑĢ": 24127, + "ĠмоÑī": 39218, + "ĠмоÑı": 33691, + "ĠмÑĥж": 22081, + "ĠмÑĥжÑĩ": 40051, + "ĠмÑĥз": 26843, + "ĠмÑĥзÑĭ": 34249, + "ĠмÑĭ": 4777, + "ĠмÑĭÑĪ": 45009, + "ĠмÑıÑģ": 40966, + "ĠмÑĸ": 23895, + "Ġн": 757, + "Ġна": 1470, + "Ġнаб": 22499, + "ĠнаблÑİд": 47147, + "Ġнав": 14192, + "ĠнавеÑĢ": 23237, + "ĠнавеÑĢное": 31159, + "Ġнаг": 30584, + "Ġнад": 8469, + "Ġнадо": 13256, + "Ġнаж": 35675, + "Ġназ": 15006, + "Ġназад": 28724, + "Ġназв": 27161, + "ĠназÑĭв": 20922, + "ĠназÑĭваеÑĤÑģÑı": 40659, + "Ġнай": 19235, + "Ġнайд": 41805, + "ĠнайÑĤи": 31993, + "Ġнак": 20955, + "ĠнаконеÑĨ": 49154, + "Ġнал": 32750, + "Ġнам": 11401, + "Ġнами": 44552, + "Ġнап": 9011, + "ĠнапиÑģ": 30442, + "ĠнапÑĢ": 18296, + "ĠнапÑĢав": 36437, + "ĠнапÑĢимеÑĢ": 24044, + "ĠнаÑĢ": 34316, + "ĠнаÑĢод": 32583, + "ĠнаÑģ": 6519, + "ĠнаÑģколÑĮко": 49635, + "ĠнаÑģÑĤ": 35397, + "ĠнаÑģÑĤолÑĮко": 47779, + "ĠнаÑģÑĤоÑıÑī": 35048, + "ĠнаÑģÑĤÑĢо": 47842, + "ĠнаÑĤ": 48290, + "ĠнаÑĥÑĩ": 38019, + "ĠнаÑħод": 19363, + "ĠнаÑħодиÑĤÑģÑı": 34366, + "ĠнаÑĩ": 8970, + "ĠнаÑĩал": 44800, + "ĠнаÑĩала": 40551, + "ĠнаÑĩина": 21995, + "ĠнаÑĪ": 8253, + "ĠнаÑĪа": 48513, + "ĠнаÑĪего": 45309, + "ĠнаÑĪей": 34670, + "ĠнаÑĪем": 48181, + "ĠнаÑĪи": 36314, + "ĠнаÑĪиÑħ": 41525, + "Ġне": 1725, + "Ġнеб": 22783, + "ĠнеболÑĮÑĪ": 32692, + "Ġнев": 21224, + "Ġнего": 15052, + "Ġнед": 15704, + "Ġнее": 33518, + "Ġнез": 34691, + "Ġней": 23227, + "Ġнек": 39269, + "ĠнекоÑĤоÑĢ": 26666, + "ĠнекоÑĤоÑĢÑĭе": 43876, + "ĠнелÑĮзÑı": 33813, + "Ġнем": 13166, + "Ġнемного": 26583, + "Ġнемнож": 39844, + "Ġнемножко": 44382, + "Ġнеоб": 27864, + "ĠнеобÑħод": 31360, + "ĠнеобÑħодимо": 41432, + "Ġнеп": 17005, + "ĠнеÑģ": 30825, + "ĠнеÑģколÑĮко": 21902, + "ĠнеÑĤ": 9916, + "ĠнеÑij": 44527, + "Ġни": 13686, + "Ġниз": 48019, + "Ġник": 11295, + "Ġникак": 23127, + "ĠникакиÑħ": 47357, + "Ġникогда": 29375, + "ĠникÑĤо": 31666, + "Ġним": 25793, + "Ġними": 42371, + "ĠниÑħ": 14319, + "ĠниÑĩего": 16630, + "Ġно": 6035, + "Ġнов": 10022, + "ĠновÑĭе": 39232, + "ĠновÑĭй": 38121, + "ĠновÑĭÑħ": 46308, + "Ġног": 31538, + "Ġнож": 46718, + "Ġном": 36847, + "ĠноÑĢм": 24068, + "ĠноÑĢмалÑĮно": 39601, + "ĠноÑģ": 37245, + "ĠноÑĩ": 38237, + "ĠнÑĢав": 27564, + "ĠнÑĢавиÑĤÑģÑı": 33652, + "ĠнÑĥ": 13087, + "ĠнÑĥж": 9353, + "ĠнÑĥжен": 47867, + "ĠнÑĥжно": 12264, + "ĠнÑĸ": 46645, + "Ġо": 1000, + "Ġоб": 3348, + "ĠобнаÑĢÑĥж": 47841, + "ĠобÑĢаз": 17938, + "ĠобÑĢазом": 29916, + "ĠобÑĢаÑĤ": 29851, + "ĠобÑģ": 47963, + "ĠобÑī": 17224, + "ĠобÑīе": 48078, + "ĠобÑīем": 26842, + "ĠобÑĬ": 16646, + "ĠобÑĬÑıÑģ": 36712, + "ĠобÑĭÑĩ": 32291, + "ĠобÑĭÑĩно": 41878, + "ĠобÑıз": 27945, + "ĠобÑıзаÑĤелÑĮно": 35515, + "Ġог": 33309, + "ĠогÑĢ": 21517, + "ĠогÑĢом": 28107, + "Ġод": 5693, + "Ġодин": 13319, + "Ġодна": 26985, + "Ġодним": 50096, + "Ġодно": 30387, + "Ġодного": 33828, + "Ġодной": 29281, + "Ġодном": 48635, + "ĠоднÑĥ": 37885, + "Ġож": 35666, + "Ġожид": 47136, + "Ġоз": 29176, + "ĠознаÑĩ": 49994, + "Ġок": 11423, + "Ġоказ": 28833, + "Ġоколо": 40573, + "Ġон": 5345, + "Ġона": 8826, + "Ġони": 7515, + "Ġоно": 25369, + "Ġоп": 7683, + "ĠопаÑģ": 39393, + "ĠопеÑĢ": 36742, + "ĠопиÑģ": 32190, + "ĠопиÑģании": 48303, + "ĠопÑĢед": 26961, + "ĠопÑĢедел": 39305, + "ĠопÑĭÑĤ": 48530, + "ĠопÑıÑĤÑĮ": 31545, + "ĠоÑĢ": 18448, + "ĠоÑĢг": 24443, + "ĠоÑĢганиз": 34254, + "ĠоÑĢÑĥж": 46802, + "ĠоÑģ": 8940, + "ĠоÑģв": 46403, + "ĠоÑģнов": 19217, + "ĠоÑģоб": 21244, + "ĠоÑģобенно": 35817, + "ĠоÑģÑĤ": 12574, + "ĠоÑģÑĤав": 25969, + "ĠоÑģÑĤан": 41633, + "ĠоÑģÑĤанов": 44367, + "ĠоÑģÑĤÑĢ": 42710, + "ĠоÑĤ": 2943, + "ĠоÑĤв": 29642, + "ĠоÑĤвеÑĤ": 25284, + "ĠоÑĤвеÑĩ": 47859, + "ĠоÑĤд": 22243, + "ĠоÑĤдел": 50176, + "ĠоÑĤделÑĮ": 41199, + "ĠоÑĤк": 12799, + "ĠоÑĤкÑĢÑĭ": 27085, + "ĠоÑĤкÑĢÑĭв": 44543, + "ĠоÑĤлиÑĩ": 26902, + "ĠоÑĤмеÑĤ": 47318, + "ĠоÑĤно": 22079, + "ĠоÑĤноÑģ": 44539, + "ĠоÑĤноÑĪ": 30708, + "ĠоÑĤп": 22344, + "ĠоÑĤпÑĢав": 38427, + "ĠоÑĤÑģ": 29870, + "ĠоÑĦ": 31950, + "ĠоÑħ": 28871, + "ĠоÑĩ": 5875, + "ĠоÑĩенÑĮ": 6730, + "ĠоÑĩеÑĢ": 33102, + "ĠоÑĪиб": 40253, + "ĠоÑī": 40065, + "ĠоÑīÑĥÑī": 44966, + "Ġп": 713, + "Ġпад": 44149, + "Ġпал": 40415, + "ĠпалÑĮ": 47226, + "Ġпам": 39164, + "Ġпап": 39322, + "ĠпаÑĢ": 11813, + "ĠпаÑĢÑĥ": 44163, + "ĠпеÑĢ": 4321, + "ĠпеÑĢв": 11922, + "ĠпеÑĢвÑĭй": 30025, + "ĠпеÑĢе": 29641, + "ĠпеÑĢев": 28106, + "ĠпеÑĢед": 15621, + "ĠпеÑĢеж": 46450, + "ĠпеÑĢек": 38924, + "ĠпеÑĢем": 35903, + "ĠпеÑĢеп": 48702, + "ĠпеÑĢеÑħод": 46888, + "ĠпеÑĢи": 45602, + "ĠпеÑĢÑģон": 33399, + "ĠпеÑĢÑģонаж": 38063, + "ĠпеÑģ": 37280, + "ĠпеÑĩ": 44875, + "ĠпиÑģ": 39739, + "ĠпиÑĤ": 33615, + "ĠпиÑĪ": 37979, + "Ġпл": 9283, + "Ġплан": 23443, + "ĠплаÑĤ": 34160, + "Ġпло": 22402, + "ĠплоÑħ": 29938, + "ĠплоÑħо": 45210, + "ĠплоÑī": 44633, + "ĠплÑİÑģ": 43342, + "Ġпо": 2801, + "Ġпоб": 20024, + "Ġпобед": 39281, + "Ġпов": 10499, + "ĠповеÑĢÑħ": 44397, + "ĠповÑĤоÑĢ": 42221, + "Ġпог": 17724, + "ĠпоговоÑĢ": 38858, + "Ġпод": 4095, + "ĠподаÑĢ": 43564, + "ĠподгоÑĤов": 49914, + "ĠподдеÑĢж": 30756, + "Ġподоб": 35229, + "ĠподпиÑģ": 27386, + "ĠподÑĤ": 46103, + "ĠподÑĥм": 38664, + "ĠподÑħод": 44617, + "ĠпоеÑħ": 49519, + "Ġпож": 38587, + "ĠпожалÑĥйÑģÑĤа": 32518, + "Ġпоз": 12188, + "Ġпозвол": 28805, + "Ġпой": 31671, + "Ġпойд": 41207, + "Ġпок": 7240, + "Ġпока": 17770, + "Ġпоказ": 21147, + "ĠпоказÑĭв": 34614, + "ĠпокÑĥп": 34005, + "Ġпол": 4692, + "Ġполез": 40191, + "ĠполиÑĤ": 45330, + "ĠполноÑģÑĤÑĮÑİ": 36392, + "Ġполов": 39884, + "Ġполож": 29408, + "ĠполÑĥÑĩ": 9478, + "ĠполÑĥÑĩаеÑĤÑģÑı": 33451, + "ĠполÑĥÑĩилоÑģÑĮ": 44405, + "ĠполÑĥÑĩиÑĤÑģÑı": 49579, + "ĠполÑĥÑĩиÑĤÑĮ": 41725, + "ĠполÑĮз": 30419, + "ĠполÑĮзов": 44803, + "Ġпом": 8613, + "Ġпомог": 27097, + "ĠпомоÑī": 22301, + "ĠпомоÑīÑĮÑİ": 36387, + "Ġпон": 7903, + "Ġпонад": 49581, + "Ġпоним": 15084, + "ĠпонимаÑİ": 35112, + "ĠпонÑĢав": 34752, + "ĠпонÑıл": 37975, + "ĠпонÑıÑĤно": 39718, + "ĠпонÑıÑĤÑĮ": 44403, + "Ġпоп": 10694, + "Ġпопад": 43613, + "ĠпопÑĢоб": 34089, + "ĠпопÑĥлÑıÑĢ": 46732, + "ĠпопÑĭÑĤ": 46047, + "ĠпоÑĢ": 11948, + "ĠпоÑĢÑıд": 36681, + "ĠпоÑģ": 5810, + "ĠпоÑģле": 16107, + "ĠпоÑģлед": 19253, + "ĠпоÑģмоÑĤÑĢ": 19240, + "ĠпоÑģмоÑĤÑĢеÑĤÑĮ": 38482, + "ĠпоÑģмоÑĤÑĢим": 42293, + "ĠпоÑģÑĤ": 27877, + "ĠпоÑģÑĤав": 28072, + "ĠпоÑģÑĤо": 31299, + "ĠпоÑģÑĤоÑıн": 33212, + "ĠпоÑģÑĤоÑıнно": 41548, + "ĠпоÑģÑĤÑĢо": 47526, + "ĠпоÑģÑĤÑĥп": 43829, + "ĠпоÑĤ": 6364, + "ĠпоÑĤеÑĢ": 39363, + "ĠпоÑĤом": 16873, + "ĠпоÑĤомÑĥ": 11919, + "ĠпоÑĤÑĢ": 26146, + "ĠпоÑĤÑĢеб": 40529, + "ĠпоÑħ": 23052, + "ĠпоÑħож": 38862, + "ĠпоÑĩ": 12079, + "ĠпоÑĩемÑĥ": 21513, + "ĠпоÑĩÑĤи": 30529, + "ĠпоÑĪ": 27148, + "ĠпоÑįÑĤомÑĥ": 19698, + "ĠпоÑıв": 20011, + "ĠпÑĢ": 1285, + "ĠпÑĢав": 10615, + "ĠпÑĢавда": 37136, + "ĠпÑĢавилÑĮно": 39321, + "ĠпÑĢакÑĤи": 27109, + "ĠпÑĢакÑĤиÑĩеÑģки": 38086, + "ĠпÑĢе": 43228, + "ĠпÑĢев": 34393, + "ĠпÑĢед": 8048, + "ĠпÑĢедлаг": 46841, + "ĠпÑĢедлож": 40373, + "ĠпÑĢедÑģÑĤав": 27167, + "ĠпÑĢедÑģÑĤавлÑı": 39412, + "ĠпÑĢез": 39838, + "ĠпÑĢезид": 49529, + "ĠпÑĢек": 28939, + "ĠпÑĢекÑĢаÑģ": 33620, + "ĠпÑĢеп": 47510, + "ĠпÑĢеÑģÑĤ": 44481, + "ĠпÑĢеÑģÑĤÑĥп": 48991, + "ĠпÑĢи": 5082, + "ĠпÑĢиб": 31436, + "ĠпÑĢив": 13398, + "ĠпÑĢивеÑĤ": 33879, + "ĠпÑĢиг": 42619, + "ĠпÑĢигоÑĤов": 49630, + "ĠпÑĢид": 21255, + "ĠпÑĢидÑĥм": 45234, + "ĠпÑĢиеÑħ": 38567, + "ĠпÑĢиз": 26724, + "ĠпÑĢик": 25492, + "ĠпÑĢил": 34770, + "ĠпÑĢилож": 47251, + "ĠпÑĢим": 31806, + "ĠпÑĢимеÑĢ": 22545, + "ĠпÑĢимеÑĢно": 37424, + "ĠпÑĢин": 16003, + "ĠпÑĢиним": 44396, + "ĠпÑĢинÑĨип": 30147, + "ĠпÑĢинÑĨипе": 39086, + "ĠпÑĢиÑĢ": 41640, + "ĠпÑĢиÑģ": 26686, + "ĠпÑĢиÑħод": 26641, + "ĠпÑĢиÑĩ": 26472, + "ĠпÑĢиÑĪ": 22448, + "ĠпÑĢо": 4178, + "ĠпÑĢоб": 15122, + "ĠпÑĢоблем": 20920, + "ĠпÑĢоблема": 48264, + "ĠпÑĢоблемÑĭ": 44340, + "ĠпÑĢов": 13422, + "ĠпÑĢовеÑĢ": 30901, + "ĠпÑĢовод": 33924, + "ĠпÑĢог": 20192, + "ĠпÑĢогÑĢам": 29043, + "ĠпÑĢод": 11354, + "ĠпÑĢодолж": 24519, + "ĠпÑĢодÑĥк": 33873, + "ĠпÑĢоекÑĤ": 32275, + "ĠпÑĢоиз": 16769, + "ĠпÑĢоизвод": 28685, + "ĠпÑĢоизоÑĪ": 41476, + "ĠпÑĢоиÑģ": 21482, + "ĠпÑĢоиÑģÑħодиÑĤ": 28548, + "ĠпÑĢок": 37225, + "ĠпÑĢом": 42988, + "ĠпÑĢоп": 23497, + "ĠпÑĢоÑģ": 21109, + "ĠпÑĢоÑģÑĤ": 27959, + "ĠпÑĢоÑģÑĤо": 8221, + "ĠпÑĢоÑĤ": 15602, + "ĠпÑĢоÑĤив": 22534, + "ĠпÑĢоÑĦ": 33011, + "ĠпÑĢоÑĦеÑģÑģ": 43624, + "ĠпÑĢоÑħод": 39782, + "ĠпÑĢоÑĨ": 20640, + "ĠпÑĢоÑĨеÑģÑģ": 30965, + "ĠпÑĢоÑĩ": 38828, + "ĠпÑĢоÑĪ": 20567, + "ĠпÑĢоÑĪл": 48596, + "ĠпÑĢÑĭ": 50236, + "ĠпÑĢÑıм": 18449, + "ĠпÑĢÑıмо": 28547, + "ĠпÑģ": 40163, + "ĠпÑģиÑħ": 44159, + "ĠпÑĥ": 30836, + "ĠпÑĥÑĤ": 37581, + "ĠпÑĭÑĤ": 28806, + "ĠпÑıÑĤ": 41367, + "ĠпÑıÑĤÑĮ": 43618, + "ĠпÑĸд": 26419, + "ĠÐĨ": 23297, + "ĠÐIJ": 3450, + "ĠÐIJв": 50175, + "ĠÐIJл": 43104, + "ĠÐIJле": 45043, + "ĠÐIJлекÑģ": 32228, + "ĠÐIJлекÑģанд": 44938, + "ĠÐIJн": 20802, + "ĠÐIJнд": 39583, + "ĠÐIJÑĢ": 32091, + "ĠÐij": 5697, + "ĠÐijог": 34008, + "ĠÐijÑĥд": 40208, + "ĠÐijÑĭ": 44804, + "ĠÐĴ": 2348, + "ĠÐĴам": 43670, + "ĠÐĴаÑģ": 37055, + "ĠÐĴедÑĮ": 42612, + "ĠÐĴид": 42888, + "ĠÐĴлад": 41022, + "ĠÐĴо": 24334, + "ĠÐĴоÑĤ": 9756, + "ĠÐĴÑģ": 10779, + "ĠÐĴÑģе": 18029, + "ĠÐĴÑģем": 37367, + "ĠÐĴÑģÑij": 29661, + "ĠÐĴÑĤоÑĢ": 49732, + "ĠÐĴÑĭ": 11886, + "ĠÐĵ": 7247, + "ĠÐĵде": 41996, + "ĠÐĵоÑģ": 47206, + "ĠÐĶ": 3401, + "ĠÐĶа": 9149, + "ĠÐĶав": 17853, + "ĠÐĶавай": 29196, + "ĠÐĶавайÑĤе": 30487, + "ĠÐĶаже": 42900, + "ĠÐĶж": 23792, + "ĠÐĶлÑı": 21324, + "ĠÐĶо": 31695, + "ĠÐķ": 6538, + "ĠÐķв": 34019, + "ĠÐķго": 32908, + "ĠÐķÑģли": 12412, + "ĠÐķÑģÑĤÑĮ": 30547, + "ĠÐķÑīе": 44122, + "ĠÐĸ": 18977, + "ĠÐĹ": 5841, + "ĠÐĹа": 22391, + "ĠÐĹап": 49612, + "ĠÐĹд": 17613, + "ĠÐĹдеÑģÑĮ": 23367, + "ĠÐĹем": 42604, + "ĠÐĹна": 30869, + "ĠÐĹнаÑĩиÑĤ": 44827, + "ĠÐĺ": 3272, + "ĠÐĺз": 24588, + "ĠÐĺли": 34361, + "ĠÐĺм": 34759, + "ĠÐĺн": 27222, + "ĠÐĺÑĤак": 28793, + "ĠÐļ": 3422, + "ĠÐļак": 11011, + "ĠÐļаÑĢ": 43923, + "ĠÐļогда": 23128, + "ĠÐļол": 45363, + "ĠÐļон": 23827, + "ĠÐļонеÑĩно": 35108, + "ĠÐļоÑĢ": 29635, + "ĠÐļÑĢаÑģ": 49491, + "ĠÐļÑģÑĤаÑĤи": 39883, + "ĠÐļÑĤо": 33953, + "ĠÐĽ": 7853, + "ĠÐĽÑİ": 25968, + "ĠÐĽÑİб": 47369, + "ĠÐľ": 3493, + "ĠÐľÐ£": 24143, + "ĠÐľÐ£ÐĹЫÐļÐIJ": 25007, + "ĠÐľÐ°ÑĢ": 26182, + "ĠÐľÐµÐ½Ñı": 47311, + "ĠÐľÐ¸": 47250, + "ĠÐľÐ¸Ñħ": 50150, + "ĠÐľÐ½Ðµ": 23204, + "ĠÐľÐ¾Ð¶ÐµÑĤ": 32786, + "ĠÐľÐ¾Ð¶Ð½Ð¾": 34423, + "ĠÐľÐ¾Ñģ": 32327, + "ĠÐľÐ¾Ñģкв": 38842, + "ĠÐľÑĭ": 12726, + "ĠÐĿ": 2410, + "ĠÐĿа": 11245, + "ĠÐĿав": 46929, + "ĠÐĿад": 29637, + "ĠÐĿадо": 48562, + "ĠÐĿам": 46147, + "ĠÐĿап": 28167, + "ĠÐĿапÑĢ": 36552, + "ĠÐĿапÑĢимеÑĢ": 39645, + "ĠÐĿаÑĩ": 48493, + "ĠÐĿе": 11512, + "ĠÐĿеÑĤ": 21249, + "ĠÐĿик": 28448, + "ĠÐĿо": 7264, + "ĠÐĿов": 36062, + "ĠÐĿÐIJ": 44416, + "ĠÐĿÑĥ": 7571, + "ĠÐŀ": 3688, + "ĠÐŀб": 22853, + "ĠÐŀд": 20125, + "ĠÐŀднако": 39757, + "ĠÐŀй": 42724, + "ĠÐŀк": 48984, + "ĠÐŀн": 12409, + "ĠÐŀна": 20280, + "ĠÐŀни": 18973, + "ĠÐŀп": 45246, + "ĠÐŀÑģ": 38590, + "ĠÐŀÑĤ": 18611, + "ĠÐŀÑĩ": 30352, + "ĠÐŀÑĩенÑĮ": 34062, + "ĠÐŁ": 2608, + "ĠÐŁÐµÑĢ": 20426, + "ĠÐŁÐµÑĢв": 34182, + "ĠÐŁÐ¾": 12121, + "ĠÐŁÐ¾Ð´": 23120, + "ĠÐŁÐ¾ÐºÐ°": 38401, + "ĠÐŁÐ¾Ð»": 28183, + "ĠÐŁÐ¾Ð¼": 43030, + "ĠÐŁÐ¾Ð½": 36067, + "ĠÐŁÐ¾Ñģ": 18689, + "ĠÐŁÐ¾Ñģле": 32747, + "ĠÐŁÐ¾ÑĤ": 17993, + "ĠÐŁÐ¾ÑĤом": 45941, + "ĠÐŁÐ¾ÑĤомÑĥ": 23671, + "ĠÐŁÐ¾ÑĩемÑĥ": 32823, + "ĠÐŁÐ¾ÑįÑĤомÑĥ": 22318, + "ĠÐŁÑĢ": 8567, + "ĠÐŁÑĢав": 39793, + "ĠÐŁÑĢед": 46825, + "ĠÐŁÑĢи": 22059, + "ĠÐŁÑĢивеÑĤ": 38932, + "ĠÐŁÑĢо": 38529, + "ĠÐŁÑĢоÑģÑĤо": 34751, + "ĠÐł": 6325, + "ĠÐłÐ°Ð·": 28972, + "ĠÐłÐ¾ÑģÑģ": 21997, + "ĠÐłÐ¾ÑģÑģии": 29007, + "ĠÐŃ": 5381, + "ĠÐŃÑĤо": 6684, + "ĠÐŃÑĤоÑĤ": 42054, + "ĠÑ": 1015, + "ĠÑĢ": 1475, + "ĠÑĢаб": 41499, + "ĠÑĢабоÑĤ": 9197, + "ĠÑĢабоÑĤаеÑĤ": 30162, + "ĠÑĢабоÑĤаÑĤÑĮ": 33637, + "ĠÑĢабоÑĤÑĥ": 39382, + "ĠÑĢабоÑĤÑĭ": 35402, + "ĠÑĢав": 19353, + "ĠÑĢавно": 27354, + "ĠÑĢад": 26622, + "ĠÑĢади": 34748, + "ĠÑĢаз": 4203, + "ĠÑĢаза": 49578, + "ĠÑĢазб": 26868, + "ĠÑĢазв": 20019, + "ĠÑĢазвиÑĤ": 47359, + "ĠÑĢазг": 39901, + "ĠÑĢаздел": 45414, + "ĠÑĢазлиÑĩ": 40140, + "ĠÑĢазм": 47075, + "ĠÑĢазмеÑĢ": 41813, + "ĠÑĢазнÑĭе": 43059, + "ĠÑĢазнÑĭÑħ": 40644, + "ĠÑĢазÑĢ": 24051, + "ĠÑĢазÑĢабоÑĤ": 38976, + "ĠÑĢай": 37590, + "ĠÑĢан": 36463, + "ĠÑĢанÑĮÑĪе": 40442, + "ĠÑĢаÑģ": 7459, + "ĠÑĢаÑģк": 46666, + "ĠÑĢаÑģп": 26588, + "ĠÑĢаÑģÑģ": 23345, + "ĠÑĢаÑģÑģк": 17399, + "ĠÑĢаÑģÑģказ": 34760, + "ĠÑĢаÑģÑģказÑĭв": 33446, + "ĠÑĢаÑģÑĤ": 31274, + "ĠÑĢе": 15492, + "ĠÑĢеалÑĮно": 38001, + "ĠÑĢеб": 18902, + "ĠÑĢебен": 41417, + "ĠÑĢебÑıÑĤа": 37678, + "ĠÑĢег": 31235, + "ĠÑĢед": 42845, + "ĠÑĢеж": 28418, + "ĠÑĢежим": 37710, + "ĠÑĢез": 17749, + "ĠÑĢезÑĥлÑĮÑĤаÑĤ": 28476, + "ĠÑĢек": 22801, + "ĠÑĢеÑģ": 39836, + "ĠÑĢеÑĪ": 14025, + "ĠÑĢеÑĪил": 44240, + "ĠÑĢиÑģ": 31393, + "ĠÑĢо": 49493, + "ĠÑĢоб": 30971, + "ĠÑĢод": 17925, + "ĠÑĢоз": 20681, + "ĠÑĢок": 31833, + "ĠÑĢол": 26725, + "ĠÑĢолÑĮ": 49189, + "ĠÑĢоÑģ": 44935, + "ĠÑĢоÑģÑģ": 43809, + "ĠÑĢоÑģÑģий": 48971, + "ĠÑĢÑĥ": 17292, + "ĠÑĢÑĥб": 27371, + "ĠÑĢÑĥблей": 40851, + "ĠÑĢÑĥк": 36765, + "ĠÑĢÑĥки": 39304, + "ĠÑĢÑĥÑģ": 27198, + "ĠÑĢÑĭ": 22791, + "ĠÑĢÑĭн": 37314, + "ĠÑĢÑıд": 32921, + "ĠÑĢÑıдом": 43190, + "ĠÑģ": 776, + "ĠÑģам": 5602, + "ĠÑģама": 40517, + "ĠÑģами": 34085, + "ĠÑģамо": 43745, + "ĠÑģамого": 42264, + "ĠÑģамое": 25676, + "ĠÑģамой": 49560, + "ĠÑģамом": 22108, + "ĠÑģамÑĭе": 44253, + "ĠÑģамÑĭй": 30688, + "ĠÑģамÑĭÑħ": 37241, + "ĠÑģб": 29014, + "ĠÑģв": 4155, + "ĠÑģвеÑĤ": 28492, + "ĠÑģвид": 43666, + "ĠÑģво": 6989, + "ĠÑģвобод": 39021, + "ĠÑģвое": 42666, + "ĠÑģвоего": 32325, + "ĠÑģвоей": 25346, + "ĠÑģвои": 25375, + "ĠÑģвоим": 37337, + "ĠÑģвоиÑħ": 30316, + "ĠÑģвой": 25190, + "ĠÑģвоÑİ": 23069, + "ĠÑģвÑıз": 22430, + "ĠÑģд": 48001, + "ĠÑģдел": 10326, + "ĠÑģделал": 40653, + "ĠÑģделали": 44780, + "ĠÑģделаÑĤÑĮ": 18695, + "ĠÑģе": 27383, + "ĠÑģеб": 9968, + "ĠÑģебе": 16683, + "ĠÑģебÑı": 15403, + "ĠÑģегоднÑı": 17413, + "ĠÑģейÑĩаÑģ": 10241, + "ĠÑģек": 22869, + "ĠÑģем": 20933, + "ĠÑģемÑĮ": 36735, + "ĠÑģеÑĢ": 14490, + "ĠÑģеÑĢд": 38479, + "ĠÑģеÑĢÑĮ": 35178, + "ĠÑģеÑĢÑĮез": 47065, + "ĠÑģиг": 48805, + "ĠÑģид": 27360, + "ĠÑģил": 24776, + "ĠÑģилÑĮ": 34158, + "ĠÑģилÑĮно": 31350, + "ĠÑģим": 38994, + "ĠÑģин": 47079, + "ĠÑģиÑģÑĤ": 21351, + "ĠÑģиÑģÑĤем": 24067, + "ĠÑģиÑģÑĤема": 48123, + "ĠÑģиÑĤÑĥ": 27840, + "ĠÑģк": 5239, + "ĠÑģкаж": 21938, + "ĠÑģказ": 10867, + "ĠÑģказал": 24980, + "ĠÑģказала": 48179, + "ĠÑģказаÑĤÑĮ": 20636, + "ĠÑģклад": 46185, + "ĠÑģколÑĮко": 28838, + "ĠÑģкоÑĢ": 17575, + "ĠÑģкоÑĢее": 41420, + "ĠÑģкоÑĢо": 44971, + "ĠÑģл": 4766, + "ĠÑģлед": 15363, + "ĠÑģледÑĥÑİÑī": 26045, + "ĠÑģлиÑĪком": 40576, + "ĠÑģлов": 20319, + "ĠÑģлова": 39002, + "ĠÑģлово": 43272, + "ĠÑģлож": 30858, + "ĠÑģложно": 41016, + "ĠÑģлÑĥж": 35459, + "ĠÑģлÑĥÑĩ": 14002, + "ĠÑģлÑĥÑĩа": 23775, + "ĠÑģлÑĥÑĩае": 26425, + "ĠÑģлÑĥÑĩай": 40181, + "ĠÑģлÑĥÑĪ": 41839, + "ĠÑģлÑĭÑĪ": 31814, + "ĠÑģм": 6871, + "ĠÑģмеÑĢ": 39997, + "ĠÑģмог": 32139, + "ĠÑģмож": 47044, + "ĠÑģмоÑĤÑĢ": 17726, + "ĠÑģмоÑĤÑĢеÑĤÑĮ": 43922, + "ĠÑģмоÑĤÑĢиÑĤе": 46441, + "ĠÑģмÑĭÑģ": 44045, + "ĠÑģн": 42864, + "ĠÑģнаÑĩала": 44437, + "ĠÑģним": 28098, + "ĠÑģнова": 36114, + "ĠÑģо": 7425, + "ĠÑģоб": 10450, + "ĠÑģобиÑĢ": 41534, + "ĠÑģобой": 32474, + "ĠÑģобÑģÑĤвен": 44177, + "ĠÑģобÑģÑĤвенно": 49863, + "ĠÑģобÑĭÑĤи": 42654, + "ĠÑģов": 11030, + "ĠÑģовеÑĢÑĪ": 26227, + "ĠÑģовеÑĢÑĪенно": 37075, + "ĠÑģовеÑĤ": 35282, + "ĠÑģовÑĢем": 42880, + "ĠÑģовÑģем": 27711, + "ĠÑģог": 33255, + "ĠÑģоглаÑģ": 40587, + "ĠÑģод": 45744, + "ĠÑģодеÑĢж": 48206, + "ĠÑģожал": 45999, + "ĠÑģожалениÑİ": 48018, + "ĠÑģоз": 14729, + "ĠÑģозд": 20247, + "ĠÑģозн": 41334, + "ĠÑģок": 38419, + "ĠÑģол": 36059, + "ĠÑģолн": 49685, + "ĠÑģообÑī": 40626, + "ĠÑģооÑĤвеÑĤ": 36815, + "ĠÑģоп": 39135, + "ĠÑģоÑĢ": 43992, + "ĠÑģоÑģ": 33165, + "ĠÑģоÑģÑĤав": 41772, + "ĠÑģоÑģÑĤо": 25631, + "ĠÑģоÑģÑĤоÑıни": 36017, + "ĠÑģоÑĤ": 32206, + "ĠÑģоÑĤÑĢÑĥд": 50233, + "ĠÑģоÑħ": 38696, + "ĠÑģоÑħÑĢан": 41571, + "ĠÑģп": 5307, + "ĠÑģпаÑģ": 41895, + "ĠÑģпаÑģибо": 37536, + "ĠÑģпеÑĨи": 25665, + "ĠÑģпиÑģ": 49918, + "ĠÑģпокой": 47471, + "ĠÑģпоÑĢÑĤ": 49941, + "ĠÑģпоÑģоб": 23677, + "ĠÑģпÑĢав": 31853, + "ĠÑģпÑĢоÑģ": 44312, + "ĠÑģÑĢав": 42987, + "ĠÑģÑĢазÑĥ": 22014, + "ĠÑģÑĢед": 20446, + "ĠÑģÑģÑĭл": 41480, + "ĠÑģÑĤ": 3266, + "ĠÑģÑĤав": 25709, + "ĠÑģÑĤал": 28980, + "ĠÑģÑĤала": 44503, + "ĠÑģÑĤали": 39029, + "ĠÑģÑĤало": 39633, + "ĠÑģÑĤан": 27214, + "ĠÑģÑĤанов": 32003, + "ĠÑģÑĤановиÑĤÑģÑı": 44799, + "ĠÑģÑĤаÑĢ": 17241, + "ĠÑģÑĤаÑĤÑĮ": 36415, + "ĠÑģÑĤен": 48357, + "ĠÑģÑĤо": 13552, + "ĠÑģÑĤоиÑĤ": 23675, + "ĠÑģÑĤол": 24053, + "ĠÑģÑĤолÑĮко": 50156, + "ĠÑģÑĤоÑĢ": 16632, + "ĠÑģÑĤоÑĢон": 17635, + "ĠÑģÑĤоÑĢонÑĥ": 44205, + "ĠÑģÑĤоÑĢонÑĭ": 28360, + "ĠÑģÑĤÑĢ": 18425, + "ĠÑģÑĤÑĢан": 18057, + "ĠÑģÑĤÑĢаÑħ": 50190, + "ĠÑģÑĤÑĢаÑĪ": 35611, + "ĠÑģÑĤÑĢо": 35860, + "ĠÑģÑĤÑĥд": 44322, + "ĠÑģÑĥ": 18272, + "ĠÑģÑĥд": 30103, + "ĠÑģÑĥм": 31372, + "ĠÑģÑĥп": 32453, + "ĠÑģÑĥÑīеÑģÑĤв": 30447, + "ĠÑģÑħ": 42755, + "ĠÑģÑĨен": 40436, + "ĠÑģÑĩ": 23812, + "ĠÑģÑĩиÑĤ": 22413, + "ĠÑģÑĬ": 27223, + "ĠÑģÑĭ": 21811, + "ĠÑģÑİ": 19172, + "ĠÑģÑİда": 25306, + "ĠÑģÑİж": 49785, + "ĠÑĤ": 1069, + "ĠÑĤа": 18752, + "ĠÑĤай": 50074, + "ĠÑĤак": 2936, + "ĠÑĤакаÑı": 22075, + "ĠÑĤакже": 16584, + "ĠÑĤакие": 20113, + "ĠÑĤаким": 31584, + "ĠÑĤакиÑħ": 28572, + "ĠÑĤакого": 31158, + "ĠÑĤакое": 18292, + "ĠÑĤакой": 13452, + "ĠÑĤакÑĥÑİ": 42456, + "ĠÑĤам": 8223, + "ĠÑĤан": 33344, + "ĠÑĤво": 25144, + "ĠÑĤвоÑĢ": 42767, + "ĠÑĤе": 18445, + "ĠÑĤеб": 8458, + "ĠÑĤебе": 14656, + "ĠÑĤебÑı": 12644, + "ĠÑĤел": 15619, + "ĠÑĤелеÑĦ": 33356, + "ĠÑĤелеÑĦон": 44485, + "ĠÑĤем": 12532, + "ĠÑĤемпеÑĢ": 45609, + "ĠÑĤеп": 38923, + "ĠÑĤепеÑĢÑĮ": 16983, + "ĠÑĤеÑĢ": 21168, + "ĠÑĤеÑĢÑĢи": 49634, + "ĠÑĤеÑģÑĤ": 41699, + "ĠÑĤеÑħ": 16615, + "ĠÑĤеÑħнолог": 42709, + "ĠÑĤи": 39317, + "ĠÑĤип": 26264, + "ĠÑĤипа": 35443, + "ĠÑĤо": 4572, + "ĠÑĤоб": 32046, + "ĠÑĤобой": 38068, + "ĠÑĤов": 35838, + "ĠÑĤогда": 21696, + "ĠÑĤого": 11283, + "ĠÑĤоже": 12251, + "ĠÑĤой": 38509, + "ĠÑĤол": 36038, + "ĠÑĤолÑĮко": 9008, + "ĠÑĤом": 13294, + "ĠÑĤомÑĥ": 23644, + "ĠÑĤон": 37089, + "ĠÑĤоп": 41637, + "ĠÑĤоÑĢ": 25594, + "ĠÑĤоÑĤ": 23900, + "ĠÑĤоÑĩ": 23045, + "ĠÑĤоÑĩки": 47880, + "ĠÑĤоÑĩно": 25311, + "ĠÑĤÑĢ": 7550, + "ĠÑĤÑĢав": 46647, + "ĠÑĤÑĢади": 48098, + "ĠÑĤÑĢан": 45454, + "ĠÑĤÑĢеб": 31525, + "ĠÑĤÑĢеÑĤÑĮ": 45305, + "ĠÑĤÑĢи": 22068, + "ĠÑĤÑĢÑĥ": 36310, + "ĠÑĤÑĢÑĥд": 36853, + "ĠÑĤÑĥ": 30480, + "ĠÑĤÑĥда": 30433, + "ĠÑĤÑĥÑĢ": 49248, + "ĠÑĤÑĥÑĤ": 12848, + "ĠÑĤÑĭ": 5991, + "ĠÑĤÑĭÑģÑıÑĩ": 25025, + "ĠÑĤÑıж": 34641, + "ĠÑĥ": 1595, + "ĠÑĥб": 13853, + "ĠÑĥбий": 40636, + "ĠÑĥв": 13247, + "ĠÑĥвелиÑĩ": 41511, + "ĠÑĥвеÑĢ": 32838, + "ĠÑĥвид": 21974, + "ĠÑĥвидеÑĤÑĮ": 46095, + "ĠÑĥг": 20392, + "ĠÑĥд": 11927, + "ĠÑĥдаÑĢ": 39047, + "ĠÑĥдив": 36459, + "ĠÑĥдоб": 35943, + "ĠÑĥж": 25261, + "ĠÑĥжаÑģ": 44973, + "ĠÑĥже": 7520, + "ĠÑĥз": 20940, + "ĠÑĥзна": 33562, + "ĠÑĥк": 32546, + "ĠÑĥкÑĢаÑĹ": 48350, + "ĠÑĥкÑĢаÑĹн": 49454, + "ĠÑĥли": 36639, + "ĠÑĥм": 17497, + "ĠÑĥп": 16036, + "ĠÑĥпÑĢав": 44080, + "ĠÑĥÑĢов": 25200, + "ĠÑĥÑģ": 26732, + "ĠÑĥÑģл": 24636, + "ĠÑĥÑģлов": 34974, + "ĠÑĥÑģп": 23944, + "ĠÑĥÑģÑĤ": 21204, + "ĠÑĥÑģÑĤанов": 31866, + "ĠÑĥÑģÑĤÑĢой": 48582, + "ĠÑĥÑĤ": 25448, + "ĠÑĥÑĩ": 13774, + "ĠÑĥÑĩаÑģÑĤ": 40970, + "ĠÑĥÑĪ": 38521, + "ĠÑĦ": 4394, + "ĠÑĦак": 31953, + "ĠÑĦиз": 44662, + "ĠÑĦилÑĮ": 16172, + "ĠÑĦилÑĮм": 22506, + "ĠÑĦилÑĮма": 36293, + "ĠÑĦин": 42020, + "ĠÑĦоÑĢм": 22817, + "ĠÑĦоÑĤ": 35896, + "ĠÑĦоÑĤогÑĢаÑĦ": 40855, + "ĠÑĦÑĥнк": 39484, + "ĠÑħ": 3490, + "ĠÑħаÑĢ": 38795, + "ĠÑħаÑĢакÑĤеÑĢ": 46144, + "ĠÑħваÑĤ": 32985, + "ĠÑħл": 45566, + "ĠÑħод": 23571, + "ĠÑħозÑı": 49791, + "ĠÑħолод": 39726, + "ĠÑħоÑĢоÑĪ": 11436, + "ĠÑħоÑĢоÑĪий": 48917, + "ĠÑħоÑĢоÑĪо": 16977, + "ĠÑħоÑĤ": 11515, + "ĠÑħоÑĤел": 27688, + "ĠÑħоÑĤиÑĤе": 39268, + "ĠÑħоÑĤÑĮ": 39605, + "ĠÑħоÑĤÑı": 30988, + "ĠÑħоÑĩ": 13057, + "ĠÑħоÑĩеÑĤ": 42175, + "ĠÑħоÑĩеÑĤÑģÑı": 48453, + "ĠÑħоÑĩеÑĪÑĮ": 45656, + "ĠÑħоÑĩÑĥ": 22168, + "ĠÑħÑĥд": 48609, + "ĠÑĨ": 5188, + "ĠÑĨвеÑĤ": 24937, + "ĠÑĨе": 18404, + "ĠÑĨел": 22750, + "ĠÑĨен": 39821, + "ĠÑĨенÑĤ": 26845, + "ĠÑĨенÑĤÑĢ": 46536, + "ĠÑĩ": 1358, + "ĠÑĩа": 15369, + "ĠÑĩаÑģ": 13562, + "ĠÑĩаÑģов": 44477, + "ĠÑĩаÑģÑĤ": 33107, + "ĠÑĩаÑģÑĤи": 29168, + "ĠÑĩаÑģÑĤо": 26549, + "ĠÑĩаÑģÑĤÑĮ": 24544, + "ĠÑĩего": 19275, + "ĠÑĩелов": 10347, + "ĠÑĩеловек": 11326, + "ĠÑĩеловека": 25109, + "ĠÑĩеловеÑĩ": 41365, + "ĠÑĩем": 12056, + "ĠÑĩеÑĢ": 12360, + "ĠÑĩеÑĢез": 17341, + "ĠÑĩеÑĤ": 38140, + "ĠÑĩеÑĤÑĭ": 39644, + "ĠÑĩи": 46660, + "ĠÑĩиÑģ": 23201, + "ĠÑĩиÑģÑĤ": 44459, + "ĠÑĩиÑĤ": 38522, + "ĠÑĩÑĤо": 2143, + "ĠÑĩÑĤоб": 48647, + "ĠÑĩÑĤобÑĭ": 7887, + "ĠÑĩÑĥв": 22472, + "ĠÑĩÑĥвÑģÑĤв": 29269, + "ĠÑĩÑĥд": 43332, + "ĠÑĩÑĥÑĤÑĮ": 30422, + "ĠÑĪ": 5941, + "ĠÑĪиÑĢ": 44583, + "ĠÑĪкол": 33009, + "ĠÑĪÑĤ": 28826, + "ĠÑī": 9427, + "ĠÑīе": 35547, + "ĠÑīо": 14309, + "ĠÑīоб": 42899, + "ĠÑį": 1704, + "ĠÑįк": 13817, + "ĠÑįконом": 41800, + "ĠÑįкÑĢан": 41643, + "ĠÑįкÑģп": 29030, + "ĠÑįкÑģпеÑĢ": 40404, + "ĠÑįлекÑĤ": 31314, + "ĠÑįлем": 44509, + "ĠÑįн": 31037, + "ĠÑįнеÑĢг": 40804, + "ĠÑįп": 43985, + "ĠÑįÑĤ": 4030, + "ĠÑįÑĤа": 21396, + "ĠÑįÑĤи": 11012, + "ĠÑįÑĤим": 23094, + "ĠÑįÑĤиÑħ": 23296, + "ĠÑįÑĤо": 2691, + "ĠÑįÑĤого": 10751, + "ĠÑįÑĤой": 14907, + "ĠÑįÑĤом": 10755, + "ĠÑįÑĤомÑĥ": 31500, + "ĠÑįÑĤоÑĤ": 11508, + "ĠÑįÑĤÑĥ": 18763, + "ĠÑįÑĦÑĦ": 33607, + "ĠÑİ": 29488, + "ĠÑı": 2552, + "ĠÑıв": 19028, + "ĠÑıвлÑıеÑĤÑģÑı": 29755, + "ĠÑıзÑĭ": 29364, + "ĠÑıк": 14760, + "ĠÑıкÑĸ": 35110, + "ĠÑıÑĢ": 44016, + "ĠÑĶ": 28669, + "ĠÑĸ": 8934, + "ĠÑĸз": 49973, + "ĠÑĸн": 29858, + "ĠÑĹ": 27902, + "ĠÑĹÑħ": 49084, + "ĠÕ": 14822, + "Ġ×": 877, + "Ġס": 19713, + "Ġ×¢": 7535, + "Ġ×¢×ľ": 15929, + "Ġ×¢×Ŀ": 31464, + "Ġפ": 13323, + "Ġפ×Ķ": 40833, + "Ġצ": 24803, + "Ġצר": 43563, + "Ġ×§": 14831, + "Ġר": 12926, + "Ġרק": 44918, + "Ġר×ķצ": 41927, + "Ġש": 4113, + "Ġש×IJ×": 39360, + "Ġש×Ķ": 19208, + "Ġש×Ķ×ķ×IJ": 47862, + "Ġש׾": 8817, + "Ġש׾×Ļ": 48982, + "Ġש×ŀ×": 36327, + "Ġש׳": 30222, + "Ġת": 13965, + "Ġ×IJ": 8428, + "Ġ×IJ×": 4142, + "Ġ×IJפ": 40784, + "Ġ×IJת": 9625, + "Ġ×IJת×Ķ": 41254, + "Ġ×IJ×ij׾": 30186, + "Ġ×IJ×ķ": 33038, + "Ġ×IJ×ķת": 23601, + "Ġ×IJ×ķת×ķ": 46725, + "Ġ×IJ×ķ×ŀר": 38272, + "Ġ×IJ×ĸ": 25624, + "Ġ×IJ×Ĺ": 20505, + "Ġ×IJ×Ĺ×ĵ": 42205, + "Ġ×IJ׾": 28379, + "Ġ×IJ×Ŀ": 36517, + "Ġ×IJ׳": 49553, + "Ġ×IJ׳×Ĺ׳×ķ": 30948, + "Ġ×IJ׳×Ļ": 16707, + "Ġ×ij": 11473, + "Ġ×ij×": 6044, + "Ġ×ijס": 40188, + "Ġ×ij×¢": 24464, + "Ġ×ijר": 36981, + "Ġ×ijש": 34561, + "Ġ×ijת": 37613, + "Ġ×ij×IJ": 38400, + "Ġ×ij×IJ×": 33167, + "Ġ×ij×ĵ": 49959, + "Ġ×ij×Ķ": 40435, + "Ġ×ij×Ĺ": 47017, + "Ġ×ij׼": 39150, + "Ġ×ij×ŀ×": 31776, + "Ġ×Ĵ": 15413, + "Ġ×Ĵ×Ŀ": 26611, + "Ġ×ĵ": 17433, + "Ġ×Ķ": 2922, + "Ġ×Ķ×": 3723, + "Ġ×Ķס": 32559, + "Ġ×Ķ×¢": 26507, + "Ġ×Ķפ": 31175, + "Ġ×Ķצ": 43691, + "Ġ×Ķ×§": 33866, + "Ġ×Ķר": 22706, + "Ġ×Ķש": 22537, + "Ġ×Ķת": 25579, + "Ġ×Ķ×IJ": 42876, + "Ġ×Ķ×IJ×": 20079, + "Ġ×Ķ×IJ׾": 46747, + "Ġ×Ķ×ij": 49052, + "Ġ×Ķ×ij×": 43974, + "Ġ×Ķ×Ĵ": 36386, + "Ġ×Ķ×ĵ": 32740, + "Ġ×Ķ×Ķ": 37203, + "Ġ×Ķ×ķ×IJ": 23666, + "Ġ×Ķ×ĸ": 32888, + "Ġ×Ķ×ĸ×Ķ": 28776, + "Ġ×Ķ×Ĺ": 26224, + "Ġ×Ķ×Ļ": 29526, + "Ġ×Ķ×Ļ×IJ": 35422, + "Ġ×Ķ×Ļ×Ķ": 32132, + "Ġ×Ķ׼": 29561, + "Ġ×Ķ×Ŀ": 44775, + "Ġ×Ķ×ŀ": 32357, + "Ġ×Ķ×ŀ×": 17270, + "Ġ×Ķ׳": 35743, + "Ġ×ķ": 7666, + "Ġ×ķ×IJ×": 40298, + "Ġ×ķ×Ķ": 28628, + "Ġ×ĸ": 25412, + "Ġ×ĸ×Ķ": 12173, + "Ġ×Ĺ": 12400, + "Ġ×ĺ": 27265, + "Ġ×ĺ×ķ×ij": 48606, + "Ġ×Ļ": 8128, + "Ġ×Ļש": 20592, + "Ġ×Ļ×Ķ": 49854, + "Ġ×Ļ×ķתר": 36555, + "Ġ×Ļ×ķ×ĵ×¢": 45764, + "Ġ×Ļ׼×ķ׾": 37608, + "Ġ׼": 7127, + "Ġ׼×Ļ": 44826, + "Ġ׼׾": 21547, + "Ġ׼ף": 44644, + "Ġ׾": 3883, + "Ġ׾×": 5001, + "Ġ×ľ×¢": 30377, + "Ġ׾פ": 33954, + "Ġ׾ק": 45904, + "Ġ׾ש": 35769, + "Ġ׾×IJ": 12471, + "Ġ׾×IJ×": 45087, + "Ġ׾×Ķ": 13995, + "Ġ׾×Ķ×Ļ×ķת": 49695, + "Ġ׾×ķ": 47669, + "Ġ׾×Ĺ": 42485, + "Ġ׾×Ļ": 29948, + "Ġ׾׼": 32872, + "Ġ׾×ŀ×": 31383, + "Ġ׾׳×ķ": 44946, + "Ġ×ŀ": 9148, + "Ġ×ŀ×": 5641, + "Ġ×ŀס": 32904, + "Ġ×ŀ×¢": 34413, + "Ġ×ŀצ": 44015, + "Ġ×ŀ×§": 39598, + "Ġ×ŀש": 23950, + "Ġ×ŀת": 30221, + "Ġ×ŀ×IJ": 26295, + "Ġ×ŀ×IJ×": 45686, + "Ġ×ŀ×IJ×ķ×ĵ": 31056, + "Ġ×ŀ×ĵ": 36631, + "Ġ×ŀ×Ķ": 16929, + "Ġ×ŀ×Ĺ": 42644, + "Ġ×ŀ׼": 44698, + "Ġ×ŀ×ŀ×": 41764, + "Ġ׳": 11302, + "ĠØ": 1357, + "ĠØ¢": 19753, + "Ġآپ": 46201, + "ĠØ£": 5551, + "ĠØ£ÙĨ": 14739, + "ĠØ£ÙĨا": 41850, + "ĠØ£ÙĪ": 34051, + "ĠØ£ÙĬ": 36632, + "ĠØ¥": 11933, + "ĠØ¥ÙĦÙī": 30731, + "ĠØ¥ÙĨ": 36145, + "Ġا": 1975, + "Ġاب": 48127, + "Ġاس": 24525, + "Ġاست": 44713, + "ĠاÙĦ": 2423, + "ĠاÙĦØ": 6024, + "ĠاÙĦØ£": 16247, + "ĠاÙĦØ¥": 33688, + "ĠاÙĦا": 42963, + "ĠاÙĦب": 29739, + "ĠاÙĦت": 16712, + "ĠاÙĦتÙĬ": 38392, + "ĠاÙĦج": 25724, + "ĠاÙĦØ®": 33962, + "ĠاÙĦد": 32748, + "ĠاÙĦذ": 32545, + "ĠاÙĦذÙĬ": 43527, + "ĠاÙĦر": 34892, + "ĠاÙĦس": 21136, + "ĠاÙĦØ´": 25124, + "ĠاÙĦص": 31767, + "ĠاÙĦØ·": 41950, + "ĠاÙĦع": 18863, + "ĠاÙĦØŃ": 21542, + "ĠاÙĦÙģ": 27188, + "ĠاÙĦÙĤ": 25062, + "ĠاÙĦÙĥ": 33251, + "ĠاÙĦÙĦ": 13672, + "ĠاÙĦÙĦÙĩ": 21984, + "ĠاÙĦÙħ": 9673, + "ĠاÙĦÙĨ": 28239, + "ĠاÙĦÙĬ": 45595, + "ĠاÙĨ": 16472, + "ĠاÙĪØ±": 32930, + "Ġب": 4724, + "ĠباÙĦ": 20666, + "Ġبت": 39894, + "Ġبد": 47525, + "Ġبع": 45030, + "Ġبعد": 39182, + "ĠبÙĨ": 44945, + "ĠبÙĩ": 39627, + "ĠبÙĬÙĨ": 49374, + "Ġت": 6055, + "Ġتع": 37279, + "ĠتÙħ": 46811, + "ĠتÙĪ": 33427, + "Ġتھ": 41924, + "ĠØ«": 38637, + "Ġج": 10874, + "ĠØ®": 16490, + "Ġد": 11778, + "Ġذ": 29910, + "Ġر": 12602, + "Ġز": 30767, + "Ġس": 8608, + "ĠسÛĴ": 34190, + "ĠØ´": 13412, + "ĠØ´ÙĬ": 44049, + "Ġص": 20328, + "Ġض": 48812, + "ĠØ·": 23032, + "Ġع": 6225, + "ĠعÙĦ": 11203, + "ĠعÙĦÙī": 15844, + "ĠعÙĦÙĬ": 25894, + "ĠعÙĦÙĬÙĩ": 47356, + "ĠعÙĨ": 18871, + "ĠعÙĨد": 43242, + "Ġغ": 32771, + "ĠØĮ": 24637, + "ĠØŁ": 45520, + "ĠØŃ": 11331, + "ĠÙ": 1447, + "ĠÙ¾": 21453, + "ĠÙģ": 6156, + "ĠÙģÙĬ": 8978, + "ĠÙĤ": 12174, + "ĠÙĤاÙĦ": 50239, + "ĠÙĥ": 9122, + "ĠÙĥاÙĨ": 25961, + "ĠÙĥÙĦ": 28242, + "ĠÙĦ": 5296, + "ĠÙĦا": 20193, + "ĠÙĦÙĥÙĨ": 44381, + "ĠÙĦÙĦ": 24976, + "ĠÙĦÙħ": 32767, + "ĠÙĦÙĩ": 46740, + "ĠÙĦÙĪ": 45164, + "ĠÙĦÙĬ": 32239, + "ĠÙħ": 3714, + "ĠÙħا": 19446, + "ĠÙħت": 44650, + "ĠÙħØ«": 50113, + "ĠÙħس": 47524, + "ĠÙħØ´": 37893, + "ĠÙħع": 20449, + "ĠÙħÙĨ": 9154, + "ĠÙħÛĮ": 48478, + "ĠÙħÛĮÚº": 27875, + "ĠÙĨ": 8717, + "ĠÙĨÛģ": 43596, + "ĠÙĨÛģÛĮÚº": 50194, + "ĠÙĨÛĴ": 43947, + "ĠÙĩ": 8032, + "ĠÙĩذا": 23758, + "ĠÙĩذÙĩ": 29538, + "ĠÙĩÙĨا": 34105, + "ĠÙĩÙĪ": 31439, + "ĠÙĩÙĬ": 39896, + "ĠÙĪ": 4032, + "ĠÙĪØ£": 36725, + "ĠÙĪØ§": 36764, + "ĠÙĪØ§ÙĦ": 16070, + "ĠÙĪØ¨": 46599, + "ĠÙĪØª": 34683, + "ĠÙĪØ¬": 49610, + "ĠÙĪØ³": 46952, + "ĠÙĪÙĦ": 35525, + "ĠÙĪÙĦا": 49429, + "ĠÙĪÙĩ": 37037, + "ĠÙĪÛģ": 44291, + "ĠÙĬ": 7251, + "ĠÙĬا": 35186, + "ĠÙĬع": 37495, + "ĠÚ©": 7565, + "Ġکا": 39893, + "Ġکر": 29688, + "ĠÚ©ÙĪ": 31561, + "ĠÚ©Ûģ": 33491, + "ĠÚ©ÛĮ": 23180, + "ĠÚ©ÛĴ": 24049, + "ĠÚ¯": 28697, + "ĠÚĨ": 34766, + "ĠÛģ": 12138, + "ĠÛģÙĪ": 45509, + "ĠÛģÛĮÚº": 38904, + "ĠÛģÛĴ": 23905, + "ĠÛĮ": 25429, + "ĠÛĮÛģ": 35324, + "Ġà¤": 8485, + "Ġम": 48449, + "Ġस": 49316, + "Ġह": 37139, + "Ġà¤ķ": 31970, + "Ġà®": 2548, + "Ġத": 18198, + "Ġந": 12669, + "Ġப": 12008, + "Ġà®®": 16504, + "Ġவ": 13535, + "Ġà®ħ": 12776, + "Ġà®ħத": 35718, + "Ġà®Ĩ": 33586, + "Ġà®ĩ": 12894, + "Ġà®ĩà®°": 26277, + "Ġà®ĩல": 49465, + "Ġà®ī": 23656, + "Ġà®İ": 12814, + "Ġà®İன": 17337, + "Ġà®Ĵ": 37240, + "Ġà®ķ": 13786, + "Ġà®ļ": 14337, + "Ġà²": 34725, + "Ġà¶": 35139, + "Ġà¸ģ": 44579, + "Ġà¹Ģà¸": 32922, + "Ġá": 21879, + "Ġấy": 43966, + "Ġá»": 40132, + "Ġợ": 19272, + "Ġá¼": 34519, + "Ġâ": 672, + "ĠâĢ": 1059, + "ĠâĢ¢": 13937, + "Ġâ̦": 5799, + "ĠâĢ«": 4738, + "ĠâĢĭ": 6107, + "ĠâĢĭâĢĭ": 8701, + "ĠâĢĭâĢĭâĢĭ": 16644, + "ĠâĢij": 41395, + "ĠâĢijâĢij": 45217, + "ĠâĢĵ": 1662, + "ĠâĢĶ": 3466, + "ĠâĤ¬": 17450, + "ĠâĨ": 35265, + "ĠâĨĴ": 41600, + "ĠâĪ": 28462, + "ĠâĪĴ": 48554, + "Ġâĸ": 29405, + "Ġâĺ": 38660, + "ĠâĻ": 873, + "ĠâĻ¥": 43385, + "ĠâĻ©": 36865, + "ĠâĻª": 931, + "ĠâĻªâĻª": 9061, + "ĠâĻªâĻªâĻª": 31650, + "ĠâĻ«": 3846, + "ĠâϬ": 22520, + "ĠãĢĮ": 21675, + "ĠãĢIJ": 26308, + "Ġãģ": 2605, + "Ġãģ¡": 44692, + "Ġãģ¦": 23822, + "Ġãģ§": 21376, + "Ġãģ§ãģĻ": 26063, + "Ġãģ¨": 16746, + "Ġãģ©": 34994, + "Ġãģª": 16647, + "Ġãģ«": 24873, + "Ġãģ®": 21171, + "Ġãģ¯": 20785, + "Ġãģ¯ãģĦ": 48159, + "Ġãģ¾": 20979, + "Ġãģ¾ãģĻ": 45194, + "ĠãģĤ": 15131, + "ĠãģĤãĤĬ": 49444, + "ĠãģĦ": 30155, + "ĠãģĨ": 42504, + "ĠãģĬ": 25223, + "Ġãģĭ": 25295, + "ĠãģĮ": 29697, + "Ġãģĵ": 14384, + "Ġãģĵãģ®": 35421, + "ĠãģĵãĤĮ": 33732, + "Ġãģķ": 47231, + "ĠãģĹ": 26974, + "ĠãģĻ": 41068, + "ĠãģĿ": 18421, + "ĠãģĿãģĨ": 36165, + "ĠãģĿãĤĮ": 47765, + "ĠãģŁ": 25581, + "Ġãģł": 37656, + "ĠãģŃ": 35757, + "ĠãĤĤ": 32505, + "ĠãĤĦ": 43938, + "ĠãĤĪ": 49879, + "ĠãĤĴ": 30181, + "ĠãĤĵ": 42961, + "Ġãĥ": 15096, + "Ġãħ": 40978, + "Ġãħĭãħĭãħĭ": 49249, + "Ġãħĭãħĭãħĭãħĭ": 38032, + "Ġãħİãħİ": 45824, + "Ġä¸Ģ": 26923, + "Ġä¸į": 19021, + "Ġä¸įæĺ¯": 43906, + "Ġä¸įè¦ģ": 50181, + "Ġä»ĸ": 35414, + "Ġä½ł": 10930, + "Ġä¾Ĩ": 33742, + "Ġ大": 28589, + "Ġ好": 12202, + "Ġ对": 30275, + "Ġå°±": 32609, + "Ġå°±æĺ¯": 31526, + "Ġå°į": 8748, + "Ġå°įä¸įå°į": 35164, + "Ġå°įåķĬ": 49155, + "Ġå°ı": 43454, + "Ġå¾Ī": 26029, + "Ġå¿«": 42598, + "ĠåĪĨ": 45903, + "Ġåı¯ä»¥": 43269, + "Ġåľ¨": 37286, + "Ġæ²Ĵæľī": 40183, + "ĠæĢĿ": 47968, + "ĠæĪij": 8624, + "ĠæĪijåĢij": 27338, + "ĠæĪijæĺ¯": 34625, + "ĠæīĢ以": 45168, + "Ġæĺ¯": 11947, + "Ġæľī": 21461, + "ĠçĦ¶å¾Į": 49078, + "ĠçļĦ": 27949, + "Ġ羣çļĦ": 32790, + "Ġè¬Ŀè¬Ŀ": 30999, + "ĠéĢĻ": 45286, + "ĠéĢĻåĢĭ": 36888, + "ĠéĤ£": 18625, + "Ġê": 711, + "Ġê°": 1777, + "Ġê°Ģ": 4147, + "Ġê°Ģ격": 41162, + "Ġê°Ģê¹Į": 44913, + "Ġê°Ģë": 10583, + "Ġê°ĢëĬ¥": 25732, + "Ġê°ĢëĬĶ": 37407, + "Ġê°Ģ족": 46008, + "Ġê°Ģì§Ģ": 26569, + "Ġê°Ģì§Ģê³ł": 21361, + "Ġê°ĢìĦľ": 35312, + "Ġê°Ģìļ´ëį°": 44627, + "Ġê°Ģìŀ¥": 20283, + "Ġê°ĢìŀIJ": 40115, + "Ġê°Ģìł¸": 36434, + "Ġê°ģ": 28378, + "Ġê°Ħ": 17190, + "Ġê°Ħëĭ¨": 50102, + "Ġê°Ī": 23616, + "Ġê°IJ": 10892, + "Ġê°IJë": 41398, + "Ġê°IJìĤ¬": 19538, + "Ġê°IJìĤ¬íķ©ëĭĪëĭ¤": 24399, + "Ġê°ij": 23108, + "Ġê°ijìŀIJ기": 31307, + "Ġê°Ķ": 28676, + "Ġê°ķ": 14623, + "Ġê°ĸ": 27668, + "Ġê°ĸê³ł": 37912, + "Ġê°Ļ": 4385, + "Ġê°ĻìĬµëĭĪëĭ¤": 31297, + "Ġê°ĻìķĦ": 23396, + "Ġê°ĻìķĦìĦľ": 48084, + "Ġê°ĻìķĦìļĶ": 12196, + "Ġê°ĻìĿ´": 16358, + "Ġê°ĻìĿĢ": 10005, + "Ġê°ĻìĿĢëį°": 21864, + "Ġê°ľ": 14552, + "Ġê°ľë": 30185, + "Ġê°ľìĿ¸": 36734, + "Ġê±": 4925, + "Ġê±°": 3675, + "Ġ거기": 25191, + "Ġê±°ë": 15805, + "Ġê±°ëĬĶ": 46821, + "Ġê±°ì£ł": 26957, + "Ġê±°ì§Ģ": 42435, + "Ġê±°ìķ¼": 15928, + "Ġê±°ìĺĪìļĶ": 14050, + "Ġê±°ìĿĺ": 27872, + "Ġê±±": 39365, + "Ġê±±ìłķ": 45315, + "Ġê±´": 13507, + "Ġê±´ê°ķ": 46058, + "Ġê±´ë": 39626, + "Ġê±´ëį°": 29201, + "Ġê±´ì": 46855, + "Ġ걸": 14240, + "Ġ걸ë": 37248, + "Ġê±¸ë¡ľ": 41636, + "Ġê²": 2525, + "Ġê²°": 15561, + "Ġê²°ê³¼": 46310, + "Ġê²°êµŃ": 42335, + "Ġê²½": 9537, + "Ġ경찰": 37102, + "Ġê²½ìļ°": 20591, + "Ġê²½ìļ°ìĹIJëĬĶ": 45745, + "Ġê²Ģ": 20282, + "Ġê²Ģì°°": 45433, + "Ġê²ģ": 23178, + "Ġê²ģëĭĪëĭ¤": 27146, + "Ġê²ĥ": 4431, + "Ġê²ĥëıĦ": 25942, + "Ġê²ĥì²ĺëŁ¼": 44052, + "Ġê²ĥìľ¼ë¡ľ": 34071, + "Ġê²ĥìĿ´": 29665, + "Ġê²ĥìĿĢ": 33825, + "Ġê²ĥìĿĦ": 32746, + "Ġê²Į": 7845, + "Ġê²ĮìŀĦ": 23927, + "Ġê³": 3352, + "Ġ곡": 34895, + "Ġ골ë": 42142, + "Ġê³³": 25177, + "Ġê³µ": 9273, + "Ġê³¼": 17590, + "Ġê³Ħ": 10603, + "Ġê³ĦìĨį": 17551, + "Ġê³ł": 9161, + "Ġê³łë": 18556, + "Ġê³łë¯¼": 41936, + "Ġê³łìĸij": 48105, + "Ġê´": 8214, + "Ġê´Ģ": 21061, + "Ġê´Ģë": 25201, + "Ġê´Ģ볨": 42660, + "Ġê´Ģìĭ¬": 47229, + "Ġê´ij": 26517, + "Ġê´ľ": 17327, + "Ġê´ľì°®": 18286, + "Ġê´ľì°®ìķĦ": 45058, + "Ġêµ": 4946, + "Ġ구": 15197, + "Ġ구ë": 17386, + "Ġ구ëıħ": 32800, + "Ġêµ°": 45644, + "Ġêµīìŀ¥": 15286, + "Ġêµīìŀ¥íŀĪ": 15509, + "ĠêµIJ": 24915, + "ĠêµŃ": 13858, + "ĠêµŃ민": 37336, + "Ġê¶ģ": 29342, + "Ġê¶ģê¸Ī": 32886, + "Ġê·": 1510, + "Ġê·¸": 4296, + "Ġ그거": 23075, + "Ġ그건": 41058, + "Ġ그걸": 35225, + "Ġê·¸ê²ĥ": 32565, + "Ġê·¸ê²Į": 21833, + "Ġê·¸ë": 2003, + "Ġê·¸ë¦¬ê³ł": 8785, + "Ġ그림": 43170, + "Ġê·¸ë§Į": 39067, + "Ġê·¸ëĥ¥": 11208, + "Ġê·¸ëĭ¤ìĿĮ": 36918, + "Ġê·¸ëĭ¤ìĿĮìĹIJ": 45137, + "Ġê·¸ëĮĢë¡ľ": 41711, + "Ġê·¸ëķĮ": 26788, + "Ġê·¸ëŀ": 18158, + "Ġê·¸ëŀ¬": 36185, + "Ġê·¸ëŀĺ": 7080, + "Ġê·¸ëŀĺëıĦ": 27449, + "Ġê·¸ëŀĺìĦľ": 8844, + "Ġê·¸ëŀĺìļĶ": 47453, + "Ġê·¸ëŁ": 4167, + "Ġê·¸ëŁ¬": 14019, + "Ġê·¸ëŁ¬ë": 13725, + "Ġê·¸ëŁ¬ë©´": 16645, + "Ġê·¸ëŁ¬ëĭĪê¹Į": 20855, + "Ġê·¸ëŁ°": 9306, + "Ġê·¸ëŁ°ëį°": 16610, + "Ġê·¸ëŁ´": 45372, + "Ġê·¸ëŁ¼": 13929, + "Ġê·¸ëłĩ": 13773, + "Ġê·¸ëłĩê²Į": 16104, + "Ġê·¸ëłĩì£ł": 34410, + "Ġê·¸ëłĩì§Ģ": 32667, + "Ġê·¼": 42476, + "Ġê·¼ë": 9564, + "Ġê·¼ëį°": 9907, + "Ġê·Ģ": 19112, + "Ġê·ĢìŬ": 36083, + "Ġê¸": 4291, + "Ġ기": 7047, + "Ġ기ë": 12503, + "Ġ기본": 40456, + "Ġ기ë¶Ħ": 37149, + "Ġ기ëĭ¤ë": 31431, + "Ġ기ëĮĢ": 41055, + "Ġ기ìĸµ": 30935, + "Ġ기ìŀIJ": 41483, + "Ġ길": 25222, + "Ġê¸Ī": 34120, + "Ġê¸ī": 44728, + "Ġê¹": 8394, + "Ġê¹Ģ": 17376, + "Ġê¹Ģë": 43629, + "Ġê¹Į": 49124, + "Ġê¹Ķë": 48693, + "Ġêº": 34505, + "Ġê¼": 17264, + "Ġê¼Ń": 25881, + "Ġê½": 24378, + "Ġê½ĥ": 45703, + "Ġê¾": 37006, + "Ġê¿": 28529, + "Ġê¿Ī": 43487, + "Ġë": 531, + "Ġë¡ľ": 26142, + "Ġ루ë": 48512, + "Ġ리": 28227, + "Ġ리ë": 31427, + "Ġ립": 44930, + "Ġë§": 1747, + "Ġë§¡": 49132, + "Ġ매": 17591, + "Ġ매ë": 34638, + "Ġë§Ī": 6437, + "Ġë§Īë": 25847, + "Ġë§Ī무ë": 43797, + "Ġë§Īì§Ģë§ī": 22722, + "Ġë§ĪìĬ¤íģ": 47872, + "Ġë§ĪìĿĮ": 20477, + "Ġë§ĪìĿĮìĹIJ": 43093, + "Ġë§ī": 14438, + "Ġë§Į": 14671, + "Ġë§Įë": 8165, + "Ġë§ĮëĤĺ": 38841, + "Ġë§Įëĵ¤": 12922, + "Ġë§Įëĵ¤ìĸ´": 39001, + "Ġë§Įëĵł": 40628, + "Ġë§Įìķ½": 42195, + "Ġë§Įíģ¼": 50215, + "Ġë§İ": 5671, + "Ġë§İìĿ´": 8358, + "Ġë§İìĿĢ": 18494, + "Ġë§IJ": 7058, + "Ġë§IJê³ł": 35145, + "Ġë§IJë": 31336, + "Ġë§IJìĶ": 20797, + "Ġë§IJìĶĢ": 35665, + "Ġë§IJìĶĢë": 41112, + "Ġë§IJìĶĢëĵľë": 45345, + "Ġë§IJìĿ´": 44276, + "Ġë§IJìĿĦ": 39692, + "Ġë§Ľ": 9508, + "Ġë§ĽìĿ´": 47003, + "Ġë§ĽìŀĪ": 13441, + "Ġë§ĽìŀĪëĬĶ": 49051, + "Ġë§ĽìŀĪìĸ´ìļĶ": 46778, + "Ġë§Ŀ": 46490, + "Ġë§ŀ": 9172, + "Ġë§ŀëĬĶ": 49953, + "Ġë§ŀìķĦ": 29417, + "Ġë§ŀìķĦìļĶ": 35273, + "Ġë¨": 5108, + "Ġ머ë": 37856, + "Ġ머리": 27089, + "Ġ먹": 6554, + "Ġë¨¹ê³ł": 26077, + "Ġ먹ëĬĶ": 30616, + "Ġ먹ìĸ´": 46317, + "Ġ먹ìĸ´ë": 28428, + "Ġ먹ìĿĦ": 28130, + "Ġ먼": 19326, + "Ġ먼ìłĢ": 20749, + "Ġë©": 8514, + "Ġ멤ë": 32303, + "Ġë©ĭ": 29260, + "Ġë©ĭìŀĪ": 46344, + "Ġë©Ķ": 34810, + "Ġë©Ķë": 42873, + "Ġë©ĶìĿ´íģ¬ìĹħ": 31923, + "Ġëª": 3491, + "Ġ모": 11722, + "Ġ모ë": 8941, + "Ġ모르": 20502, + "Ġ모ëijIJ": 27615, + "Ġ모ëĵł": 27714, + "Ġ모ìĬµ": 27780, + "Ġ모ìĸij": 45254, + "Ġ목": 20433, + "Ġ몰ë": 24833, + "Ġ몰ëĿ¼": 41733, + "Ġ몸": 30205, + "Ġ못": 10239, + "Ġëªħ": 18284, + "Ġëªĩ": 23628, + "Ġë¬": 4509, + "Ġ무": 27387, + "Ġ무ë": 19327, + "Ġ무ëĮĢ": 46650, + "Ġ무ì": 12540, + "Ġ무ìĦľ": 45072, + "Ġ무ìĬ¨": 22712, + "Ġ무ìĹ": 45613, + "Ġ무ìĹĩ": 47384, + "Ġ문": 13086, + "Ġë¬¸ìłľ": 24290, + "Ġë¬¸ìłľê°Ģ": 48748, + "Ġ묻": 39399, + "Ġ물": 14403, + "Ġ물ë": 26561, + "Ġë¬¼ë¡ł": 41251, + "Ġ물ìĸ´ë": 44558, + "Ġë®": 45388, + "Ġë¯": 17472, + "Ġ미": 10795, + "Ġ미êµŃ": 28667, + "Ġ미ë": 29004, + "Ġ미ìķĪ": 40241, + "Ġ민": 21509, + "Ġ민주": 49000, + "Ġ믿": 40365, + "Ġë°": 2391, + "Ġë°¤": 38093, + "Ġë°¥": 26479, + "Ġë°©": 10006, + "Ġë°©ë²ķ": 31656, + "Ġë°©ìĨ¡": 35429, + "Ġë°°": 14155, + "Ġë°±": 20710, + "Ġë°±ìĭł": 31551, + "Ġë°Ģ": 38813, + "Ġë°ij": 37734, + "Ġë°Ķ": 12704, + "Ġë°Ķê¿": 45795, + "Ġë°Ķë": 9040, + "Ġë°Ķë¡ľ": 15965, + "Ġë°ĶëĢ": 43841, + "Ġë°ķ": 21140, + "Ġë°ĸìĹIJ": 48652, + "Ġë°ĺ": 16396, + "Ġë°ĺë": 23142, + "Ġë°Ľ": 12152, + "Ġë°Ľê³ł": 48130, + "Ġë°ĽìķĦ": 41561, + "Ġë°ľ": 13825, + "Ġë°ľë": 20414, + "Ġë°ľëĿ¼": 37861, + "Ġë°ľìĥĿ": 47532, + "Ġë°Ŀ": 26499, + "Ġë°ĿíĺĶ": 48437, + "Ġë²": 7307, + "Ġë²Ħ": 22076, + "Ġë²Ħë": 34214, + "Ġë²Ī": 10212, + "Ġë²Ī째": 25055, + "Ġë²Į": 25846, + "Ġë²Įìį¨": 49175, + "Ġë²ķ": 31461, + "Ġë²ł": 28672, + "Ġë³": 2818, + "Ġë³´": 6330, + "Ġë³´ê³ł": 18942, + "Ġë³´ë": 10035, + "Ġë³´ë©´": 19443, + "Ġë³´ëĤ": 39833, + "Ġë³´ëĬĶ": 40891, + "Ġë³´ëĭĪê¹Į": 25612, + "Ġë³´ì": 7842, + "Ġë³´ìĦ¸ìļĶ": 49790, + "Ġë³´ìĭ": 23531, + "Ġë³´ìĭľ": 44771, + "Ġë³´ìĭľë©´": 42872, + "Ġë³´ìĹ": 16519, + "Ġë³´ìŬ": 21918, + "Ġë³´ìŬë": 33820, + "Ġë³´ìŬëĵľë": 47414, + "Ġë³´ìĿ´": 48189, + "Ġë³´ìĿ´ëĬĶ": 47793, + "Ġë³´íĨµ": 41701, + "Ġë³µ": 30696, + "Ġ본": 19387, + "Ġë³¼": 18001, + "Ġë³Ģ": 25575, + "Ġë³Ħ": 47442, + "Ġë³Ħë¡ľ": 45513, + "Ġë³ij": 32245, + "Ġë´": 8649, + "Ġë´¤": 20727, + "Ġë´IJ": 15507, + "Ġë´IJìļĶ": 45639, + "Ġë¶": 3658, + "Ġë¶Ģ": 11351, + "Ġë¶Ģë": 10201, + "Ġë¶Ģë¶Ħ": 18805, + "Ġë¶Ģë¶ĦìĿ´": 47820, + "Ġë¶Ģëĵľë": 47358, + "Ġë¶Ģíĥģ": 37056, + "Ġë¶ģ": 33215, + "Ġë¶ģíķľ": 45319, + "Ġë¶Ħ": 15361, + "Ġë¶Ħë": 21735, + "Ġë¶Ħëĵ¤": 20147, + "Ġë¶Ħëĵ¤ìĿ´": 36029, + "Ġë¶Ħëĵ¤ìĿĢ": 40821, + "Ġë¶ĦìľĦ": 49712, + "Ġë¶Ī": 16285, + "Ġë¶Īë": 25746, + "Ġë¶Ļ": 24618, + "Ġë¸": 13947, + "Ġë¸Įë": 21886, + "Ġë¸Ķë": 25576, + "Ġë¹": 5005, + "Ġ빨": 46954, + "Ġ빨리": 23077, + "Ġë¹µ": 48397, + "Ġë¹¼": 38112, + "Ġë¹Ħ": 10079, + "Ġë¹Ħë": 24241, + "Ġë¹ĦìĬ·": 36156, + "Ġë¹ł": 28117, + "Ġë¹łë": 36351, + "Ġë»": 48557, + "Ġë½": 28744, + "Ġë½ij": 38473, + "Ġë¿": 25829, + "Ġë¿Įë": 41582, + "Ġëģ": 9770, + "Ġëģ¼": 46809, + "ĠëģĿ": 13932, + "ĠëģĿëĤ": 34907, + "ĠëģĿëĤĺ": 48626, + "ĠëĤ": 2079, + "ĠëĤ¨": 11689, + "ĠëĤ¨ìŀIJ": 35266, + "ĠëĤ®": 38601, + "ĠëĤ´": 6918, + "ĠëĤ´ê°Ģ": 10474, + "ĠëĤ´ë": 15139, + "ĠëĤ´ëł¤": 33428, + "ĠëĤ´ì": 25097, + "ĠëĤ´ìļ©": 36898, + "ĠëĤ´ìĿ¼": 42831, + "ĠëĤĺ": 3948, + "ĠëĤĺê°Ģ": 37011, + "ĠëĤĺë": 12623, + "ĠëĤĺëĪ": 44263, + "ĠëĤĺëĬĶ": 17955, + "ĠëĤĺëıĦ": 31057, + "ĠëĤĺì¤ijìĹIJ": 44865, + "ĠëĤĺìģ": 48744, + "ĠëĤĺìĦľ": 43156, + "ĠëĤĺìĺ": 19370, + "ĠëĤĺìĺ¤": 19857, + "ĠëĤĺìĺ¤ë": 49397, + "ĠëĤĺìĺ¤ëĬĶ": 40137, + "ĠëĤĺìĺ¨": 34396, + "ĠëĤĺìĺ¬": 49599, + "ĠëĤĺìĻĢ": 27704, + "ĠëĤĺìĻĶ": 26374, + "ĠëĤĺíĥĢë": 49406, + "ĠëĤľ": 19252, + "ĠëĤł": 16316, + "Ġëĥ": 26218, + "ĠëĥĦ": 43250, + "ĠëĥĦìĥĪ": 49985, + "ĠëĦ": 3214, + "ĠëĦ£": 14948, + "ĠëĦ£ê³ł": 49201, + "ĠëĦ¤": 8808, + "ĠëĦ¤ê°Ģ": 41714, + "ĠëĦĪ": 12963, + "ĠëĦĪ무": 6924, + "ĠëĦĺ": 20237, + "Ġëħ": 8727, + "Ġëħ¸": 29158, + "Ġëħ¸ë": 13262, + "Ġëħ¸ëŀĺ": 24678, + "Ġëħ¸ëŀĺë": 42461, + "Ġëħ¸ëł¥": 49388, + "Ġëħ¹": 36906, + "ĠëĨ": 10091, + "ĠëĨĢë": 29873, + "ĠëĨį": 47379, + "ĠëĨĴ": 25015, + "ĠëĨĵ": 28747, + "ĠëĪ": 7508, + "ĠëĪĦ": 15647, + "ĠëĪĦê°Ģ": 33851, + "ĠëĪĦ구": 36385, + "ĠëĪĦë": 30225, + "ĠëĪĪ": 15333, + "ĠëĪĮ룬": 45934, + "Ġëī": 32086, + "Ġëī´ì": 36036, + "Ġëī´ìĬ¤": 45828, + "ĠëĬ": 7707, + "ĠëĬIJ": 34378, + "ĠëĬIJê»": 41667, + "ĠëĬIJë": 10749, + "ĠëĬIJëĤ": 11796, + "ĠëĬIJëĤĮ": 12652, + "ĠëĬIJëĤĮìĿ´": 29459, + "ĠëĬĺ": 33684, + "Ġëĭ": 2515, + "Ġëĭ¤": 4279, + "Ġëĭ¤ë": 9586, + "Ġëĭ¤ë¥¸": 16435, + "Ġëĭ¤ëĭĪ": 46240, + "Ġëĭ¤ëĵ¤": 47660, + "Ġëĭ¤ìĭľ": 15463, + "Ġëĭ¤ìĸij": 40553, + "Ġëĭ¤ìĸijíķľ": 49679, + "Ġëĭ¤ìĿĮ": 13526, + "Ġëĭ¤ìĿĮìĹIJ": 28232, + "Ġëĭ¨": 16818, + "Ġëĭ¬": 21166, + "Ġëĭ¬ë": 20738, + "Ġëĭ¬ëĿ¼": 42407, + "Ġëĭ´": 39700, + "Ġëĭµ": 41918, + "Ġëĭ¹": 12047, + "Ġëĭ¹ìĭľ": 49559, + "Ġëĭ¹ìĭł": 45594, + "Ġëĭ¹ìŰ": 43424, + "ĠëĭĪ": 35362, + "Ġëĭĺ": 45054, + "ĠëĮ": 28088, + "ĠëĮĢ": 5971, + "ĠëĮĢë": 17691, + "ĠëĮĢë°ķ": 38017, + "ĠëĮĢíĨµëł¹": 39567, + "ĠëĮĢíijľ": 37970, + "ĠëĮĢíķ´": 48374, + "ĠëĮĢíķ´ìĦľ": 27382, + "ĠëĮĢíķľ": 23358, + "ĠëĮĵ": 39765, + "Ġëį": 5596, + "Ġëį°": 20883, + "Ġëį°ë": 39267, + "ĠëįĶ": 6990, + "ĠëįĶë": 46389, + "Ġëı": 5189, + "Ġëı¼": 11080, + "Ġëı¼ìļĶ": 21565, + "ĠëıĦ": 10701, + "Ġëıħ": 39411, + "ĠëıĪ": 26963, + "ĠëıĮ": 20555, + "ĠëıĮë": 34324, + "ĠëıĮìķĦ": 26761, + "ĠëıĻ": 11685, + "ĠëıĻìķĪ": 32589, + "ĠëIJ": 3534, + "ĠëIJ©ëĭĪëĭ¤": 23630, + "ĠëIJIJ": 16718, + "ĠëIJĺ": 5514, + "ĠëIJĺê²Į": 14860, + "ĠëIJĺê³ł": 30597, + "ĠëIJĺë": 20603, + "ĠëIJĺë©´": 35664, + "ĠëIJĺëĬĶ": 18650, + "ĠëIJĺëĬĶëį°": 36436, + "ĠëIJĺì§Ģ": 43463, + "ĠëIJĺìĸ´": 41210, + "ĠëIJľ": 16975, + "ĠëIJł": 16625, + "Ġëij": 8108, + "ĠëijIJ": 11915, + "ĠëijIJë": 33940, + "Ġëijĺ": 21433, + "ĠëĴ": 14749, + "ĠëĴ¤": 19798, + "ĠëĴ¤ìĹIJ": 40856, + "Ġëĵ": 10758, + "Ġëĵ£": 32877, + "Ġëĵ¤": 6275, + "Ġëĵ¤ê³ł": 43488, + "Ġëĵ¤ë": 42186, + "Ġëĵ¤ìĸ´": 12900, + "Ġëĵ¤ìĸ´ê°Ģ": 20794, + "Ġëĵ¤ìĸ´ë": 46088, + "Ġëĵ¤ìĸ´ì": 20744, + "Ġëĵ¤ìĸ´ìĺ": 37916, + "Ġëĵ¯": 43058, + "Ġëĵ±": 15722, + "Ġëĵľ": 35561, + "Ġëĵľë": 13356, + "ĠëĶ": 7378, + "ĠëͰ": 49150, + "ĠëͰë": 15933, + "ĠëͰëĿ¼": 24453, + "Ġëͱ": 16681, + "ĠëĶĶ": 25158, + "ĠëĶĶìŀIJ": 47887, + "Ġëķ": 4893, + "ĠëķĮ": 7765, + "ĠëķĮë": 9057, + "ĠëķĮ문": 11406, + "ĠëķĮ문ìĹIJ": 12365, + "ĠëķĮëĬĶ": 27264, + "ĠëķĮëıĦ": 49738, + "Ġëĸ": 13320, + "Ġëĸ¡": 45197, + "Ġëĸ¨": 27436, + "Ġëĸ¨ìĸ´ì": 30667, + "Ġëĸł": 43687, + "Ġëĸłë": 48158, + "Ġëĺ": 7102, + "ĠëĺIJ": 7992, + "Ġëĺij": 29142, + "Ġëĺijê°Ļ": 33790, + "Ġëļ": 39181, + "ĠëĽ": 40589, + "Ġ뼰": 44380, + "Ġëľ": 20490, + "Ġ뾨": 38766, + "Ġëľ»": 44774, + "ĠëĿ¼": 22339, + "ĠëĿ¼ê³ł": 43281, + "ĠëĿ¼ë": 44831, + "ĠëĿ¼ëĬĶ": 49121, + "ĠëłĪ": 28156, + "ĠëłĪë": 43927, + "ĠëŃ": 10096, + "ĠëŃIJ": 7034, + "ĠëŃIJê°Ģ": 39713, + "ĠëŃIJë": 25205, + "ĠëŃIJìķ¼": 18410, + "ĠëŃĶ": 43972, + "ĠëŃĶê°Ģ": 20729, + "ĠëŃĺ": 32376, + "Ġì": 451, + "Ġì¡": 22116, + "Ġì¡°": 7430, + "Ġì¡°ê¸Ī": 13091, + "Ġì¡°ë": 42707, + "Ġì¡°ìĭ¬": 48164, + "Ġì¢": 3340, + "Ġì¢Ģ": 6796, + "Ġì¢ħ": 25260, + "Ġì¢ĭ": 5008, + "Ġì¢ĭëĭ¤": 44891, + "Ġì¢ĭìķĦ": 10805, + "Ġì¢ĭìķĦìļĶ": 22482, + "Ġì¢ĭìķĦíķĺ": 40344, + "Ġì¢ĭìķĦíķĺëĬĶ": 33164, + "Ġì¢ĭìĿĢ": 16460, + "Ġì¢ĭìĿĦ": 39968, + "Ġì£": 5442, + "Ġ주": 7757, + "Ġì£¼ê³ł": 45848, + "Ġ주ë": 16410, + "Ġ주ëĬĶ": 45589, + "Ġ주ìĦ¸ìļĶ": 34067, + "Ġ죽": 22303, + "Ġì£Ħ": 37347, + "Ġì£ĦìĨ¡": 41939, + "Ġì¤": 4855, + "Ġì¤Ģ": 38879, + "Ġì¤Ģë": 18647, + "Ġì¤Ģë¹Ħ": 21911, + "Ġì¤Ħ": 15320, + "Ġì¤ij": 7596, + "Ġì¤ijêµŃ": 39712, + "Ġì¤ijìĹIJ": 32690, + "Ġì¤ijìļĶ": 24851, + "Ġì¤ijìļĶíķľ": 39072, + "Ġì¤ĺ": 41926, + "Ġì¦": 19220, + "Ġì¦IJ": 35177, + "Ġì¦Ŀ": 33830, + "Ġì§": 2334, + "Ġì§§": 43437, + "Ġì§Ģ": 4704, + "Ġì§Ģê¸": 46253, + "Ġì§Ģê¸Ī": 7356, + "Ġì§Ģê¸Īê¹Įì§Ģ": 41309, + "Ġì§Ģê¸ĪìĿĢ": 46516, + "Ġì§Ģë": 12205, + "Ġì§ĢëĤĺ": 41672, + "Ġì§ĢëĤľ": 26416, + "Ġì§ĢìĹŃ": 36209, + "Ġì§ĢìĽIJ": 47284, + "Ġì§ģ": 19224, + "Ġì§ģìłij": 34196, + "Ġì§Ħ": 5526, + "Ġì§Ħì§ľ": 7106, + "Ġì§Ħíĸī": 32544, + "Ġì§Ī문": 39217, + "Ġì§ij": 12111, + "Ġì§ijìĹIJ": 38380, + "Ġì§ľ": 35609, + "Ġ쪽": 31790, + "Ġì«": 37453, + "Ġì°": 5122, + "Ġì°¨": 15391, + "Ġì°¨ë": 24537, + "Ġì°©": 36018, + "Ġì°¸": 18255, + "Ġì°½": 39501, + "Ġì°¾": 18283, + "Ġì°¾ìķĦ": 33219, + "Ġì°į": 17285, + "Ġì±": 14097, + "Ġì±Ħ": 27411, + "Ġì±ħ": 33623, + "Ġì±Ļ": 49414, + "Ġì²": 6768, + "Ġ첫": 22707, + "Ġì²´": 39667, + "Ġì²ĺ": 16650, + "Ġì²ĺë": 40272, + "Ġì²ĺìĿĮ": 18736, + "Ġì²ľ": 31076, + "Ġì²Ń": 24902, + "Ġì³": 43517, + "Ġì´": 10359, + "Ġì´¬ìĺģ": 27874, + "Ġì´Ī": 26631, + "Ġì´Īë": 34417, + "Ġì´ī": 47783, + "Ġì´Ŀ": 27370, + "Ġìµ": 12568, + "Ġìµľ": 14571, + "Ġìµľê³ł": 36703, + "Ġìµľê·¼": 37349, + "ĠìµľëĮĢ": 44112, + "Ġì¶": 7458, + "Ġ춤": 40037, + "Ġì¶©": 24975, + "Ġì¶©ë¶Ħ": 47891, + "Ġì¶Ķ": 17435, + "Ġì¶Ķê°Ģ": 38160, + "Ġì¶Ķì²ľ": 40264, + "Ġì¶ķ": 36692, + "Ġì¶ľ": 25420, + "Ġì·¨": 28880, + "Ġì¸": 33381, + "Ġ측": 41696, + "Ġì¹": 6639, + "Ġì¹´": 41703, + "Ġì¹´ë": 24369, + "Ġì¹´ë©Ķë": 37680, + "Ġì¹´ë©ĶëĿ¼": 46984, + "Ġì¹ĺ": 18447, + "Ġì¹ĺë": 38366, + "Ġì¹ľ": 15801, + "Ġì¹ľêµ¬": 28307, + "Ġì¹ľêµ¬ë": 30922, + "Ġìº": 25230, + "ĠìºIJë": 45024, + "Ġì»": 9305, + "Ġ커": 38687, + "Ġ커ë": 39573, + "Ġ커íĶ": 45326, + "Ġ컨": 36195, + "Ġ컬ë": 19266, + "Ġì»¬ëŁ¬": 26691, + "Ġì»¬ëŁ¬ë": 39177, + "Ġì¼": 25777, + "Ġì¼Ģ": 46142, + "Ġì½": 10630, + "Ġì½Ķ": 26306, + "Ġì½Ķë": 31512, + "Ġì½Ķë¡ľ": 29716, + "Ġì½Ķë¡ľëĤĺ": 31490, + "Ġì½ĺ": 43875, + "Ġì¿": 27056, + "Ġì¿ł": 37855, + "ĠìĤ": 2774, + "ĠìĤ¬": 4744, + "ĠìĤ¬ê±´": 49653, + "ĠìĤ¬ê³ł": 40836, + "ĠìĤ¬ë": 6606, + "ĠìĤ¬ëŀ": 7727, + "ĠìĤ¬ëŀĮ": 12211, + "ĠìĤ¬ëŀĮë": 18078, + "ĠìĤ¬ëŀĮëĵ¤": 39570, + "ĠìĤ¬ëŀĮëĵ¤ìĿ´": 34919, + "ĠìĤ¬ëŀĮìĿ´": 27660, + "ĠìĤ¬ëŀij": 22581, + "ĠìĤ¬ì§Ħ": 29899, + "ĠìĤ¬ìĭ¤": 14504, + "ĠìĤ¬ìļ©": 14422, + "ĠìĤ°": 29589, + "ĠìĤ´": 21155, + "ĠìĤ´ë": 37316, + "ĠìĤ´ì": 15482, + "ĠìĤ´ì§Ŀ": 22384, + "ĠìĤ´ìķĦ": 46978, + "ĠìĤ¼": 32391, + "Ġìĥ": 3694, + "Ġìĥģ": 8563, + "Ġìĥģíĥľ": 34210, + "ĠìĥģíĻ©": 24581, + "ĠìĥĪ": 31184, + "ĠìĥĪë": 21922, + "ĠìĥĪë¡ľ": 32594, + "ĠìĥĪë¡ľìļ´": 41088, + "Ġìĥī": 22530, + "Ġìĥīê¹": 44105, + "ĠìĥĿ": 6439, + "ĠìĥĿê°ģ": 8594, + "ĠìĥĿê°ģìĿ´": 34581, + "ĠìĥĿê°ģìĿĦ": 30852, + "ĠìĥĿê²¼": 49810, + "ĠìĦ": 3952, + "ĠìĦ¤": 30630, + "ĠìĦ¤ë": 24175, + "ĠìĦ¤ëªħ": 33020, + "ĠìĦ±": 14409, + "ĠìĦ±ê³µ": 38403, + "ĠìĦ¸": 11605, + "ĠìĦ¸ê³Ħ": 40179, + "ĠìĦ¸ë": 32143, + "ĠìĦ¸ìĥģ": 37990, + "ĠìĦľ": 17397, + "ĠìĦľë": 32558, + "ĠìĦľë¡ľ": 44595, + "ĠìĦľìļ¸": 31039, + "ĠìĦŀ": 45048, + "ĠìĦł": 11835, + "ĠìĦłë": 22218, + "ĠìĦłë¬¼": 44956, + "ĠìĦłë°°": 49122, + "ĠìĦłìĥĿ": 33600, + "ĠìĦłìĥĿëĭĺ": 37974, + "ĠìĦłíĥĿ": 33126, + "Ġìħ": 23567, + "Ġìħĭ": 34371, + "ĠìĨ": 4794, + "ĠìĨĮ": 10614, + "ĠìĨĮê°ľ": 42784, + "ĠìĨĮë": 13062, + "ĠìĨĮ리": 21652, + "ĠìĨį": 18663, + "ĠìĨIJ": 15268, + "ĠìĨĶ": 37255, + "ĠìĨĶì§ģ": 40279, + "ĠìĨĶì§ģíŀĪ": 46337, + "ĠìĪ": 3471, + "Ġì΍": 33354, + "ĠìĪĺ": 4446, + "ĠìĪĺê°Ģ": 27345, + "ĠìĪĺë": 22297, + "ĠìĪĺëıĦ": 23455, + "ĠìĪľ": 23841, + "ĠìĪľê°Ħ": 44588, + "ĠìĪł": 41986, + "Ġìī": 18804, + "Ġìī¬": 37687, + "Ġìī½": 33561, + "ĠìĬ": 6955, + "ĠìĬ¤": 25858, + "ĠìĬ¤ë": 40420, + "ĠìĬ¤í": 11196, + "ĠìĬ¤íĥĢ": 30675, + "ĠìĬ¤íĥĢìĿ¼": 45881, + "ĠìĬ¤íĬ¸ë": 49490, + "ĠìĬ¹": 30977, + "Ġìĭ": 2811, + "Ġìĭ¤": 19300, + "Ġìĭ¤ë": 34496, + "Ġìĭ¤ìłľë¡ľ": 46399, + "Ġìĭ¤í": 37403, + "Ġìĭ«": 33649, + "Ġìĭ¬": 21923, + "Ġìĭ¶": 10785, + "Ġìĭ¶ìĿĢ": 26912, + "Ġìĭ¸": 33949, + "Ġìĭľ": 5710, + "Ġìĭľê°Ħ": 16648, + "Ġìĭľê°ĦìĿ´": 39330, + "Ġìĭľë": 24452, + "Ġìĭľì²Ń": 41123, + "Ġìĭľìŀij": 14525, + "ĠìĭĿ": 19675, + "ĠìĭĿìľ¼ë¡ľ": 47270, + "Ġìĭł": 13042, + "Ġìĭłê¸°": 47958, + "Ġìĭłë": 26397, + "ĠìĮ": 35792, + "Ġìį": 37113, + "Ġìį¨": 32575, + "Ġìı": 40304, + "Ġìĵ": 11647, + "Ġìĵ°": 17373, + "Ġìĵ°ê³ł": 43303, + "Ġìĵ°ë": 37159, + "Ġìĵ°ëĬĶ": 44878, + "Ġìĵ¸": 42776, + "ĠìĶ": 13479, + "Ġì͍": 17394, + "Ġì͍ê°Ģ": 49262, + "Ġìķ": 1298, + "Ġìķ¼": 13450, + "Ġìķ½": 11503, + "Ġìķ½ê°Ħ": 14466, + "ĠìķĦ": 2216, + "ĠìķĦê¹Į": 25289, + "ĠìķĦë": 9200, + "ĠìķĦë§Ī": 37298, + "ĠìķĦ무": 30702, + "ĠìķĦ무ë": 29907, + "ĠìķĦë²Ħ": 49972, + "ĠìķĦë¹ł": 41281, + "ĠìķĦëĭ": 16996, + "ĠìķĦëĭĪ": 5651, + "ĠìķĦëĭĪê³ł": 32510, + "ĠìķĦëĭĪë": 14279, + "ĠìķĦëĭĪë©´": 33059, + "ĠìķĦëĭĪëĿ¼": 22948, + "ĠìķĦëĭĪìķ¼": 20425, + "ĠìķĦëĭĪìĹIJìļĶ": 30809, + "ĠìķĦëĭĮ": 28069, + "ĠìķĦëĭĻ": 45842, + "ĠìķĦ주": 22360, + "ĠìķĦì§ģ": 22729, + "ĠìķĦ침": 41812, + "ĠìķĦìĿ´": 25130, + "ĠìķĦìĿ´ë": 24790, + "ĠìķĦíĮĮ": 46438, + "Ġìķħ": 43843, + "ĠìķĪ": 4811, + "ĠìķĪë": 9658, + "ĠìķĪëħķ": 13810, + "ĠìķĪëħķíķĺìĦ¸ìļĶ": 19289, + "ĠìķĪëı¼": 42685, + "ĠìķĪìĹIJ": 31660, + "Ġìķī": 37426, + "ĠìķĬ": 6718, + "ĠìķĬê³ł": 31157, + "ĠìķĬëĬĶ": 34790, + "ĠìķĬìķĦ": 39860, + "ĠìķĬìķĦìļĶ": 39952, + "ĠìķĬìķĺ": 29558, + "ĠìķĬìĿĢ": 34590, + "ĠìķĬìĿĦ": 32112, + "ĠìķĮ": 9457, + "ĠìķĮê³ł": 31935, + "ĠìķĮë": 21246, + "ĠìķĮ볤": 38654, + "ĠìķĮìķĦ": 32352, + "ĠìķĮìķĺìĸ´": 49453, + "Ġìķŀ": 13727, + "ĠìķŀìĹIJ": 42004, + "Ġìķŀìľ¼ë¡ľ": 30293, + "Ġìķł": 21459, + "Ġìķłë": 42422, + "Ġìĸ": 2417, + "Ġìĸ´": 9076, + "Ġìĸ´ë": 4863, + "Ġìĸ´ë¨¸": 33257, + "Ġìĸ´ëĬIJ": 34918, + "Ġìĸ´ëĶ": 41802, + "Ġìĸ´ëĶĶ": 20879, + "Ġìĸ´ëķĮ": 43884, + "Ġìĸ´ëĸ": 7768, + "Ġìĸ´ëĸ¡": 39593, + "Ġìĸ´ëĸ¤": 15620, + "Ġìĸ´ëĸ»": 12580, + "Ġìĸ´ëĸ»ê²Į": 12952, + "Ġìĸ´ëł¤": 32289, + "Ġìĸ´ëłµ": 43961, + "Ġìĸ´ì": 11474, + "Ġìĸ´ì¨": 46478, + "Ġìĸ´ì¨Įëĵł": 49856, + "Ġìĸ´ì©": 43513, + "Ġìĸ´ìļ": 27755, + "Ġìĸ´ìłľ": 39247, + "Ġìĸ¸": 16738, + "Ġìĸ¸ë": 44014, + "Ġìĸ¸ëĭĪ": 27213, + "Ġìĸ¸ìłľ": 43790, + "Ġìĸ¼": 22142, + "Ġìĸ¼êµ": 25233, + "Ġìĸ¼êµ´": 30818, + "Ġìĸ¼ë": 21699, + "Ġìĸ¼ë§": 33502, + "Ġìĸ¼ë§Ī": 44859, + "Ġìĸ¼ë§ĪëĤĺ": 36093, + "Ġìĸij": 17723, + "Ġìĸĺ": 11098, + "Ġìĸĺ기": 19641, + "Ġìĸĺ기를": 38327, + "Ġìĸĺë": 49441, + "ĠìĸĺëĬĶ": 43084, + "ĠìĹ": 2087, + "ĠìŬ": 5518, + "ĠìĹ¬ê¸°": 7543, + "ĠìĹ¬ê¸°ê¹Įì§Ģ": 46869, + "ĠìĹ¬ê¸°ëĬĶ": 48864, + "ĠìĹ¬ê¸°ìĦľ": 25404, + "ĠìĹ¬ê¸°ìĹIJ": 37138, + "ĠìŬë": 8228, + "ĠìŬ룬": 31784, + "ĠìŬ룬ë": 10791, + "ĠìŬ룬ë¶Ħ": 14707, + "ĠìŬ룬ë¶Ħëĵ¤": 25745, + "ĠìŬìŀIJ": 41768, + "ĠìŰ": 11839, + "ĠìŰë": 34902, + "ĠìŰìĬµ": 35901, + "ĠìĹ´": 41280, + "ĠìĹ´ë": 38787, + "ĠìĹ´ì": 40039, + "ĠìĹ´ìĭ¬íŀĪ": 31939, + "ĠìĹĦ": 16685, + "ĠìĹĦë§Ī": 23747, + "ĠìĹĦì²Ń": 18070, + "ĠìĹħ": 32892, + "ĠìĹĨ": 5711, + "ĠìĹĨê³ł": 48724, + "ĠìĹĨëĬĶ": 20986, + "ĠìĹĨëĭ¤": 50174, + "ĠìĹĨìĬµëĭĪëĭ¤": 47236, + "ĠìĹĨìĸ´": 28715, + "ĠìĹĨìĸ´ìļĶ": 31162, + "ĠìĹĨìĿ´": 33353, + "ĠìĹIJ": 20122, + "ĠìĹIJë": 44428, + "ĠìĹŃ": 19427, + "ĠìĹŃìĭľ": 34522, + "Ġìĺ": 2355, + "Ġìĺ¤": 5175, + "Ġìĺ¤ë": 10258, + "Ġìĺ¤ë¥¸": 46673, + "Ġìĺ¤ë¹ł": 33398, + "Ġìĺ¤ëĬ": 36791, + "Ġìĺ¤ëĬĺ": 8880, + "Ġìĺ¤ëĬĺëıĦ": 47455, + "Ġìĺ¤ëĬĺìĿĢ": 23720, + "Ġìĺ¤ëŀĺ": 46211, + "Ġìĺ¤ëŀľë§Į": 48551, + "Ġìĺ¤ì¼ĢìĿ´": 30567, + "Ġìĺ¤í": 25586, + "Ġìĺ¨": 25506, + "Ġìĺ¬": 28603, + "Ġìĺ¬ë": 12917, + "Ġìĺ¬ëĿ¼": 22327, + "Ġìĺ·": 30880, + "Ġìĺģ": 9293, + "Ġìĺģìĥģ": 15603, + "ĠìĺģìĥģìĿĦ": 42942, + "ĠìĺģíĻĶ": 44869, + "ĠìĺĨ": 29095, + "ĠìĺĪ": 10134, + "ĠìĺĪë": 22551, + "ĠìĺĪë»IJ": 45527, + "ĠìĺĪìģ": 20684, + "ĠìĺĪìģĺ": 28424, + "ĠìĺĽ": 44298, + "ĠìĺĽëĤł": 48646, + "ĠìĻ": 4186, + "ĠìϏ": 27357, + "ĠìĻĢ": 12500, + "ĠìĻĢìĦľ": 45783, + "ĠìĻĦ": 18112, + "ĠìĻĦë": 36683, + "ĠìĻĦìĦ±": 41867, + "ĠìĻĦìłĦ": 25587, + "ĠìĻĶ": 17766, + "ĠìĻľ": 9883, + "ĠìĻľë": 33750, + "ĠìĻľëĥIJíķĺë©´": 49338, + "Ġìļ": 4709, + "Ġìļ©": 33622, + "Ġìļ°": 14995, + "Ġìļ°ë": 22776, + "Ġìļ°ë¦¬": 8126, + "Ġìļ°ë¦¬ê°Ģ": 22408, + "Ġìļ°ë¦¬ë": 36118, + "Ġìļ°ë¦¬ëĬĶ": 42425, + "Ġìļ°ìĻĢ": 36963, + "Ġìļ´ëıĻ": 33541, + "Ġìļ¸": 40814, + "ĠìļĶ": 10161, + "ĠìļĶë": 39688, + "ĠìļĶì¦ĺ": 24835, + "ĠìĽ": 6891, + "ĠìĽĢ": 40481, + "ĠìĽĢì§ģ": 42114, + "ĠìĽĥ": 25014, + "ĠìĽIJ": 13499, + "ĠìĽIJë": 20884, + "ĠìĽIJëŀĺ": 25169, + "Ġìľ": 4916, + "Ġìľ¤": 36844, + "Ġìľ¼": 37163, + "ĠìľĦ": 9491, + "ĠìľĦìĹIJ": 38388, + "ĠìľĦíķ´": 31600, + "ĠìľĦíķ´ìĦľ": 30238, + "ĠìľĦíķľ": 41475, + "Ġìľł": 11878, + "Ġìľłë": 22262, + "ĠìľłíĬľë": 39163, + "ĠìĿ": 1191, + "ĠìĿ´": 2620, + "ĠìĿ´ê±°": 7075, + "ĠìĿ´ê±°ë¥¼": 46208, + "ĠìĿ´ê±°ëĬĶ": 24535, + "ĠìĿ´ê±´": 21867, + "ĠìĿ´ê±¸": 27107, + "ĠìĿ´ê²ĥ": 23088, + "ĠìĿ´ê²ĥëıĦ": 42118, + "ĠìĿ´ê²Į": 10496, + "ĠìĿ´ë": 2892, + "ĠìĿ´ë¦Ħ": 28581, + "ĠìĿ´ë¯¸": 30099, + "ĠìĿ´ë²Ī": 16299, + "ĠìĿ´ë²ĪìĹIJ": 40692, + "ĠìĿ´ë٬": 37398, + "ĠìĿ´ëٰ": 8381, + "ĠìĿ´ëłĩê²Į": 5483, + "ĠìĿ´ì": 4329, + "ĠìĿ´ìª½": 40325, + "ĠìĿ´ìĥģ": 20362, + "ĠìĿ´ìķ¼": 20510, + "ĠìĿ´ìķ¼ê¸°": 37576, + "ĠìĿ´ìķ¼ê¸°ë¥¼": 48974, + "ĠìĿ´ìĸ": 40186, + "ĠìĿ´ìļ©": 37839, + "ĠìĿ´ìľł": 32292, + "ĠìĿ´ìł": 41049, + "ĠìĿ´ìłľ": 8424, + "ĠìĿ´íķ´": 49373, + "ĠìĿ´íĽĦ": 43577, + "ĠìĿµ": 45664, + "ĠìĿ¸": 9385, + "ĠìĿ¸ë": 34339, + "ĠìĿ¸íĦ°ë": 47491, + "ĠìĿ¼": 7682, + "ĠìĿ¼ë": 16623, + "ĠìĿ¼ë°ĺ": 47057, + "ĠìĿ¼ë³¸": 38496, + "ĠìĿ¼ëĭ¨": 17304, + "ĠìĿ¼ìĿ´": 42848, + "ĠìĿ½": 43302, + "ĠìĿĢ": 31863, + "ĠìĿĮ": 15179, + "ĠìĿĮìĭĿ": 34203, + "ĠìĿĮìķħ": 37851, + "ĠìĿij": 21712, + "ĠìĿĺ": 14389, + "ĠìĿĺë": 29321, + "Ġìŀ": 1332, + "Ġìŀ¡": 16545, + "Ġìŀ¡ìķĦ": 40845, + "Ġìŀ¥": 12280, + "Ġìŀ¥ëĤľ": 46314, + "Ġìŀ¬": 20804, + "Ġìŀ¬ë": 16526, + "Ġìŀ¬ë¯¸": 37723, + "Ġìŀ¬ë°Į": 31224, + "ĠìŀĦ": 43216, + "Ġìŀħ": 10051, + "ĠìŀħëĭĪëĭ¤": 37589, + "ĠìŀĪ": 2297, + "ĠìŀĪê±°ëĵłìļĶ": 44262, + "ĠìŀĪê²Į": 41680, + "ĠìŀĪê³ł": 18683, + "ĠìŀĪê³łìļĶ": 44426, + "ĠìŀĪ기": 48371, + "ĠìŀĪë": 23549, + "ĠìŀĪëĤĺ": 48178, + "ĠìŀĪëĬĶ": 7153, + "ĠìŀĪëĬĶëį°": 19197, + "ĠìŀĪëĬĶëį°ìļĶ": 43550, + "ĠìŀĪëĭ¤": 27468, + "ĠìŀĪëĭ¤ê³ł": 32517, + "ĠìŀĪëĭ¤ëĬĶ": 38469, + "ĠìŀĪì£ł": 34070, + "ĠìŀĪì§Ģ": 37693, + "ĠìŀĪì§Ģë§Į": 49355, + "ĠìŀĪìĬµëĭĪëĭ¤": 10552, + "ĠìŀĪìĸ´": 17300, + "ĠìŀĪìĸ´ìĦľ": 27937, + "ĠìŀĪìĸ´ìļĶ": 12654, + "ĠìŀĪìĹĪ": 15972, + "ĠìŀĪìľ¼": 47324, + "ĠìŀĪìľ¼ë©´": 35783, + "ĠìŀĪìľ¼ëĭĪê¹Į": 44489, + "ĠìŀĪìĿĦ": 18082, + "ĠìŀĪìŀĸìķĦìļĶ": 38853, + "ĠìŀIJ": 5650, + "ĠìŀIJ기": 37257, + "ĠìŀIJ꾸": 45989, + "ĠìŀIJë": 15905, + "ĠìŀIJ주": 47295, + "ĠìŀIJìĭł": 31505, + "ĠìŀIJìŰ": 39635, + "Ġìŀij": 14585, + "ĠìŀijìĹħ": 40316, + "ĠìŀijìĿĢ": 45870, + "Ġìŀĺ": 6644, + "Ġìŀĺë": 24041, + "Ġìŀĺ못": 38991, + "Ġìŀł": 15825, + "Ġìŀłê¹": 24155, + "Ġìŀłê¹IJ": 43479, + "Ġìŀłê¹IJë§Į": 33805, + "Ġìł": 1647, + "ĠìłĢ": 4841, + "ĠìłĢ기": 33789, + "ĠìłĢë": 13163, + "ĠìłĢëĬĶ": 10551, + "ĠìłĢëıĦ": 27591, + "ĠìłĢíĿ¬": 14594, + "ĠìłĢíĿ¬ê°Ģ": 27463, + "Ġìłģ": 14370, + "ĠìłģìĿ´": 48660, + "ĠìłĦ": 6831, + "ĠìłĦë": 19617, + "ĠìłĦìĹIJ": 27117, + "ĠìłĪë": 36144, + "ĠìłĪëĮĢ": 48811, + "ĠìłIJ": 20060, + "Ġìłij": 21616, + "Ġìłijì¢ħ": 32840, + "Ġìłķ": 4980, + "Ġìłķë§IJ": 12793, + "Ġìłķë¶Ģ": 34659, + "ĠìłķëıĦ": 13636, + "ĠìłķëıĦë¡ľ": 42173, + "ĠìłķíĻķ": 47930, + "Ġìłľ": 4424, + "Ġìłľê°Ģ": 7439, + "Ġìłľë": 23406, + "ĠìłľëĮĢë¡ľ": 43795, + "ĠìłľìĿ¼": 23090, + "ĠìłľíĴĪ": 21496, + "Ġí": 1175, + "Ġíģ": 9414, + "Ġíģ¬": 23130, + "Ġíģ¬ê²Į": 38926, + "Ġíģ¬ë": 27680, + "Ġíģ°": 21307, + "Ġíģ´ë": 30464, + "ĠíĤ": 21959, + "ĠíĤ¤": 31855, + "Ġíĥ": 8675, + "ĠíĥĢ": 19840, + "ĠíĥĦ": 46979, + "Ġíĥľ": 28808, + "ĠíĦ°": 39565, + "Ġíħ": 18575, + "ĠíħĮ": 30516, + "ĠíĨ": 20901, + "ĠíĨµ": 17006, + "ĠíĨł": 40309, + "ĠíĨłë": 47955, + "Ġíά": 27256, + "ĠíĬ": 11412, + "ĠíĬ¸ë": 34479, + "ĠíĬ¹": 16909, + "ĠíĬ¹ë³Ħ": 48735, + "ĠíĬ¹íŀĪ": 37704, + "ĠíĬĢ": 49470, + "Ġíĭ": 22114, + "Ġíĭ°": 42417, + "ĠíĮ": 6950, + "ĠíĮ¨": 35470, + "ĠíĮ¬": 45480, + "ĠíĮ¬ë": 47132, + "ĠíĮĢ": 31448, + "ĠíĮĮ": 15390, + "ĠíĮĮë": 44475, + "ĠíĮIJ": 35008, + "ĠíĮĶ": 37110, + "ĠíĮĶë": 49236, + "Ġíį¼": 40849, + "Ġíİ": 10981, + "Ġíݸ": 16990, + "Ġíİĺ": 48574, + "Ġíı": 9250, + "Ġíı¬": 17101, + "Ġíı¬ìĿ¸": 45253, + "Ġíıī": 21967, + "ĠíıŃ": 35663, + "Ġíij": 41065, + "Ġíijľ": 20966, + "ĠíijľíĺĦ": 34232, + "ĠíĴ": 21442, + "ĠíĴĢ": 40036, + "ĠíĶ": 8074, + "Ġíͼ": 17448, + "Ġíͼë": 24009, + "Ġíͼë¶Ģ": 30192, + "ĠíĶĦë": 32051, + "ĠíĶĦë¡ľ": 27758, + "ĠíĶĮë": 28764, + "Ġíķ": 1362, + "Ġíķ¨": 19340, + "Ġíķ¨ê»ĺ": 21469, + "Ġíķ©": 32413, + "Ġíķ©ëĭĪëĭ¤": 18802, + "Ġíķ´": 11683, + "Ġíķ´ë": 11134, + "Ġíķ´ëıĦ": 35776, + "Ġíķ´ì": 7960, + "Ġíķ´ì£¼": 23281, + "Ġíķ´ì¤": 29409, + "Ġíķ´ìĦľ": 17705, + "Ġíķ´ìķ¼": 20556, + "Ġíķ´ìļĶ": 25744, + "ĠíķĦ": 19620, + "ĠíķĦìļĶ": 22731, + "Ġíķij": 45549, + "Ġíķĺ": 3369, + "Ġíķĺê²Į": 44605, + "Ġíķĺê²łìĬµëĭĪëĭ¤": 23473, + "Ġíķĺê³ł": 10301, + "Ġíķĺ기": 47378, + "Ġíķĺë": 5832, + "Ġíķĺ루": 33918, + "Ġíķĺë©´": 17422, + "Ġíķĺë©´ìĦľ": 37466, + "ĠíķĺëĤĺ": 12261, + "ĠíķĺëĤĺë": 38878, + "ĠíķĺëĬĶ": 10914, + "ĠíķĺëĬĶëį°": 29600, + "ĠíķĺëĭĪê¹Į": 47490, + "Ġíķĺì§Ģ": 26882, + "Ġíķĺì§Ģë§Į": 23286, + "ĠíķĻ": 24504, + "Ġíķľ": 4815, + "ĠíķľêµŃ": 21045, + "Ġíķľë": 10737, + "Ġíķľë²Ī": 14463, + "Ġíķľëĭ¤": 44005, + "Ġíķľëį°": 49780, + "Ġíķł": 8981, + "Ġíķłê²ĮìļĶ": 43258, + "Ġíķłë": 44148, + "ĠíķŃ": 25031, + "ĠíķŃìĥģ": 30747, + "Ġíĸ": 11988, + "Ġíĸ¥": 29165, + "ĠíĸĪ": 8154, + "ĠíĸĪëĬĶëį°": 27418, + "ĠíĸĪëįĺ": 45564, + "ĠíĸĪìĬµëĭĪëĭ¤": 32314, + "ĠíĸĪìĸ´": 49528, + "ĠíĸĪìĸ´ìļĶ": 36331, + "Ġíĸī": 21484, + "Ġíĸīë³µ": 36921, + "ĠíĹ": 13431, + "ĠíŤ": 45037, + "ĠíĹĪ": 26893, + "ĠíĹĪë": 47078, + "ĠíĹĪíĮĿ": 41756, + "Ġíĺ": 5706, + "Ġíĺ¸": 26932, + "Ġíĺ¹": 27088, + "Ġíĺ¹ìĭľ": 34767, + "Ġíĺ¼": 31523, + "Ġíĺ¼ìŀIJ": 36028, + "ĠíĺĦ": 17505, + "ĠíĺĦìŀ¬": 39870, + "Ġíĺij": 46977, + "Ġíĺķ": 12459, + "ĠíĻ": 5930, + "ĠíĻį": 36990, + "ĠíĻĶ": 20661, + "ĠíĻĶë": 26700, + "ĠíĻĶìŀ¥": 40711, + "ĠíĻķ": 12619, + "ĠíĻķì§Ħ": 45061, + "ĠíĻķìĭ¤íŀĪ": 50149, + "ĠíĻķìĿ¸": 31288, + "ĠíĻĺ": 29288, + "ĠíĻľ": 42194, + "ĠíĻľëıĻ": 45638, + "Ġíļ": 14794, + "Ġíļ¨": 33571, + "ĠíļĮ": 22980, + "ĠíĽ": 11091, + "ĠíĽ¨": 41842, + "ĠíĽ¨ìͬ": 42489, + "ĠíĽĦ": 21638, + "ĠíĽĦë": 23104, + "ĠíĽĦë³´": 40089, + "Ġíľ": 30200, + "ĠíĿ": 14473, + "Ġíŀĺ": 30326, + "Ġíŀĺë": 22042, + "Ġíŀĺëĵ¤": 28576, + "Ġï": 25072, + "Ġï·": 28081, + "Ġï·º": 41122, + "Ġï·»": 47735, + "Ġ�": 16867, + "ĠðĿ": 42244, + "ĠðĿĺ": 42341, + "ĠðŁ": 7385, + "ĠðŁİ": 19034, + "ĠðŁİµ": 25674, + "ĠðŁİ¶": 43669, + "ĠðŁIJ": 27480, + "ĠðŁij": 36276, + "ĠðŁĺ": 20732, + "ġ": 221, + "Ģ": 222, + "Ģë": 2366, + "Ģë¡ľ": 36680, + "Ģ리": 34374, + "ĢëıĦ": 33225, + "ĢìĿ´": 12192, + "ĢìĿĦ": 25700, + "ģ": 223, + "ģ¼": 29278, + "ģĶ": 30895, + "Ĥ": 224, + "Ĥ¨": 30856, + "Ĥ¬": 9915, + "Ĥ´": 22485, + "Ĥĺ": 3404, + "Ĥĺë": 14886, + "ĤĺëĿ¼": 47495, + "ĤĺìļĶ": 26057, + "Ĥľ": 16662, + "Ĥł": 24095, + "ĥ": 225, + "ĥ¥": 10408, + "ĥ½": 4720, + "ĥĢ": 22373, + "ĥģ": 17486, + "ĥIJ": 12476, + "ĥIJë©´": 35482, + "ĥIJíķĺë©´": 46370, + "Ħ": 226, + "Ħ¤": 5626, + "Ħ¤ìļĶ": 12974, + "Ħ°": 26267, + "Ħ±": 42235, + "Ħ¸": 20600, + "Ħ¸ìļĶ": 25918, + "Ħë": 2703, + "Ħë¡ľ": 14046, + "Ħ를": 21273, + "Ħë§Ī": 21274, + "ĦëıĦ": 24798, + "Ħëĵ¤": 10801, + "ĦĪ": 23318, + "ĦIJ": 45382, + "Ħľ": 3556, + "ħ": 227, + "ħ¸": 37524, + "ħëĭĪëĭ¤": 28332, + "ħĢ": 32710, + "ħĦ": 35530, + "ħķ": 12831, + "ħĺ": 36630, + "Ĩ": 228, + "Ĩµ": 9999, + "Ĩĵ": 28500, + "Ĩĵê³ł": 47441, + "ĩ": 229, + "Ī": 230, + "ά": 20435, + "άë": 48458, + "Īë": 2196, + "Ī를": 31567, + "Īë§Į": 30962, + "Īë¬": 5520, + "Ī무": 6438, + "Ī무ë": 27532, + "Ī문": 35604, + "ĪëĤĺ": 19505, + "ĪëĦ¤": 39510, + "Īëįĺ": 13461, + "ĪëıĦ": 22616, + "ī": 231, + "īìŀ¥": 14547, + "Ĭ": 232, + "Ĭ¤": 19426, + "Ĭ¨": 21588, + "Ĭ¸": 21830, + "Ĭ¸ë": 28699, + "ĭ": 233, + "Į": 234, + "Įë": 2457, + "Į를": 29039, + "Įëį°": 50158, + "ĮëıĦ": 33723, + "Įëĵł": 47353, + "Į룬": 39530, + "ĮĢ": 3638, + "ĮĢë": 8405, + "ĮĢë¡ľ": 15527, + "ĮĢ를": 49946, + "į": 235, + "į¨": 18304, + "į°": 2336, + "į¼": 21709, + "įãĥ«": 38518, + "įëĭĪëĭ¤": 27169, + "įĶ": 19666, + "įĶë": 12890, + "įĶëĭĪ": 39638, + "įĶëĿ¼": 39898, + "įĶëĿ¼ê³ł": 19129, + "įĶëĿ¼ê³łìļĶ": 21261, + "įĺ": 8092, + "İ": 236, + "ı": 237, + "ı¼": 25116, + "ıĦ": 1838, + "ıĦë¡Ŀ": 19305, + "ıħ": 19079, + "ıĮ": 34242, + "ıĻ": 8309, + "ıĻìķĪ": 48608, + "IJ": 238, + "IJ×": 2660, + "IJë": 2998, + "IJë§Į": 25940, + "IJë©´": 32324, + "IJëį°": 43429, + "IJëıĦ": 22983, + "IJIJ": 35606, + "IJĺ": 10487, + "IJĺëĬĶ": 43653, + "IJľ": 14987, + "ij": 239, + "ij¥": 42815, + "ij×": 4349, + "ij׾": 23602, + "ijIJ": 15150, + "ijIJë": 45193, + "ijľ": 12139, + "Ĵ": 240, + "ĵ": 241, + "ĵ¤": 2403, + "ĵ¤ëıĦ": 46313, + "ĵ¤ìĿ´": 8109, + "ĵ¤ìĿĢ": 22571, + "ĵ¤ìĿĦ": 24968, + "ĵ¤ìĿĺ": 29990, + "ĵ¯": 39358, + "ĵ±": 22205, + "ĵľ": 7087, + "ĵľë": 6300, + "ĵľë¥¼": 43871, + "ĵľë¦´": 29512, + "ĵľë¦´ê²ĮìļĶ": 41413, + "ĵľëĬĶ": 29609, + "ĵĿ": 26152, + "ĵł": 6646, + "Ķ": 242, + "Ķ©": 34521, + "Ķê°Ģ": 13833, + "Ķë": 3261, + "Ķë¡ľ": 18839, + "ĶëıĦ": 40720, + "ĶìĿ´": 17793, + "ĶìĿ´íģ¬": 29819, + "ĶìĿ´íģ¬ìĹħ": 30952, + "ĶĶ": 9520, + "ĶĶìĸ´": 40803, + "ĶĶìĺ¤": 49117, + "ķ": 243, + "ķ¼": 6612, + "ķĦ": 33889, + "ķĮ": 14922, + "ĸ": 244, + "ĸ´": 25982, + "ĸ×Ķ": 7889, + "ĸìĹIJ": 28216, + "ĸĪ": 4341, + "Ĺ": 245, + "ĹIJ": 8926, + "ĺ": 246, + "ĺë": 1894, + "ĺ를": 18855, + "ĺëıĦ": 8226, + "Ļ": 247, + "ĻĢ": 37404, + "ļ": 248, + "ļ©": 22621, + "ļĶ": 1206, + "Ľ": 249, + "Ľi": 8971, + "ľ": 250, + "ľ¨": 34057, + "ľë": 2163, + "ľë¡ľ": 15636, + "ľë¥¼": 20087, + "ľë©´": 34092, + "ľëĮĢ": 36718, + "ľëıĦ": 17099, + "ľëıĻ": 38667, + "ľł": 27144, + "Ŀ": 251, + "Ŀi": 10677, + "Ŀ¤": 35156, + "Ŀ¼": 2742, + "Ŀ¼ê³ł": 6954, + "Ŀ¼ë": 9316, + "Ŀ¼ë©´": 32713, + "Ŀ¼ëĬĶ": 13182, + "Ŀ¼ëıĦ": 25574, + "Ŀ¼ìĦľ": 48367, + "Ŀ½": 20523, + "ŀ": 252, + "ŀ¨": 43369, + "ŀ×": 3376, + "ŀר": 18520, + "ŀת": 40339, + "ŀĢ": 18781, + "ŀĪ": 5387, + "ŀĪë": 36329, + "ŀĪ볤": 50073, + "ŀĮ": 22855, + "ŀIJ": 15876, + "ŀIJë": 45863, + "ŀij": 9143, + "ŀĸ": 47812, + "ŀĺ": 4241, + "ŀĺë": 14387, + "ŀĺëıĦ": 38371, + "ŀĻ": 34284, + "ŀľë": 27273, + "ŀľë§Į": 46034, + "Ł": 253, + "٬": 6235, + "٬ë": 7871, + "٬ìļ´": 40537, + "ٰ": 7436, + "ټ": 15375, + "ٽ": 21498, + "Łģ": 38067, + "Łī": 24502, + "ł": 254, + "ł¤": 5743, + "ł¤ê³ł": 18914, + "ł¤ë": 19479, + "ł¤ìĦľ": 40673, + "ł¤ìļĶ": 45410, + "ł¥": 11770, + "ł¨": 26627, + "łµ": 39469, + "ł¸": 14264, + "ł¹": 25565, + "ł×ķ": 32219, + "ł×Ĺ": 21418, + "ł×Ĺ׳×ķ": 22152, + "ł×Ļ": 10361, + "łë": 4673, + "łë¥¼": 39988, + "łĩ": 3921, + "łĩê²Į": 4591, + "łĪ": 10417, + "łĪë": 29494, + "łĪìĿ´": 38845, + "łĮ": 37422, + "łľ": 7589, + "Ń": 255, + "Ńī": 43962, + "ŃIJ": 4381 +}